@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');



/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight:normal;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

html {
	font-size: 62.5%;
}

body {
	font-family: serif;
}

.all-wrap {
	font-family:'Noto Serif JP', serif;
	color: #333;
	font-size: 1.8rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}

.all-wrap a:hover img {
	opacity: 1;
}

hr {
	border-top: 1px solid #999;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

.cap-cover-wide {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6)95%);
	padding: 2px 5px;
	padding-left: 20px;
	z-index: 5;
}

.cap-cover-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.6)95%, rgba(0,0,0,0));
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-white {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 2px 5px;
	z-index: 5;
}

.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold {
	font-weight: 500;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #000!important;
}

.txt-white {
	color: #fff!important;
}

.kr,
.txt-kerning {
	margin: 0 -0.4em;
}

.shadow {
	text-shadow: 0 0 3px #fff;
}

.shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.shadow-strong2 {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white.shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white.shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.txt-white.shadow-strong2 {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}
.f-min {
	font-family:'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: 'Cinzel', serif!important;
}

.f-gara {
	font-family: 'EB Garamond',serif!important;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright-mild a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-mild a:hover {
	text-decoration: none;
	filter: brightness(110%);
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-medium a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-medium a:hover {
	text-decoration: none;
	filter: brightness(140%);
}

.bt-bright-strong a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-strong a:hover {
	text-decoration: none;
	filter: brightness(160%);
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .bt-bright-mild  a img,
_::-webkit-full-page-media, _:future, :root .bt-bright a img,
_::-webkit-full-page-media, _:future, :root .bt-bright-medium a img,
_::-webkit-full-page-media, _:future, :root .bt-bright-strong a img {transition: all .2s ease;}
_::-webkit-full-page-media, _:future, :root .bt-bright-mild a img:hover {filter: brightness(110%);}
_::-webkit-full-page-media, _:future, :root .bt-bright a img:hover {filter: brightness(120%);}
_::-webkit-full-page-media, _:future, :root .bt-bright-medium a img:hover {filter: brightness(140%);}
_::-webkit-full-page-media, _:future, :root .bt-bright-strong a img:hover {filter: brightness(160%);}


.container-main {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-main_pc-wide {
	
}

.container-main_sp-wide {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-main_cap-wide {
	padding: 0 20px;
}




/* ---------------------------------
	 header
--------------------------------- */


header {
	width:100%;
	height: 90px;
	letter-spacing: 0.05rem;
	position: fixed;
	top: 0;
	z-index:1100;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	padding-bottom: 20px;
}

h1 {
	position: relative;
	max-width: 325px;
	margin-top: 10px;
}



/********** header-hnav ***********/

nav.header-hnav {
	flex-grow: 2;
}

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

nav.header-hnav li {
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0;
	width: 170px;
	margin-right: 10px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li:nth-child(1) a {
	background: linear-gradient(90deg, #537A97, #002E56);
}

nav.header-hnav li:nth-child(2) a {
	background: linear-gradient(90deg, #EA6B80, #521B28);
}

nav.header-hnav li a:hover {
	text-decoration: none;
}

nav.header-hnav li:nth-child(1) a:hover {
	filter: brightness(140%);
}

nav.header-hnav li:nth-child(2) a:hover {
	filter: brightness(120%);
}




/********** header-gnav ***********/

.hamburger-bg {
	position: relative;
	z-index : 1200;
	background: rgba(0,0,0,0.3);
	padding: 2px 10px 10px 10px;
	margin-top: 17px;
	transition: all 0.6s;
}

.hamburger-bg.active {
	background: rgba(0,0,0,0);
}
		
.hamburger {
	display : block;
	position: relative;
	z-index : 1200;
	width : 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	top: 14px;
}

.hamburger span {
	display : block;
	position: absolute;
	width   : 100%;
	height  : 1px ;
	left    : 0;
	background : #eee;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 0px;
}
.hamburger span:nth-child(2) {
	top: 10px;
}
.hamburger span:nth-child(3) {
	top: 20px;
}

.hamburger.active span:nth-child(1) {
	top : 10px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
	background : #000;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
	background : #000;
}

nav.gnav {
	position: fixed;
	z-index : 1200;
	top  : 0;
	right : 0;
	background: rgba(255,255,255,0.95);
	transform: translateX(100%);
	width: 420px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.6s;
}
	
nav.gnav.active {
	transform: translateX(0);
}

nav.gnav ul {
	padding-top: 80px;
}

nav.gnav ul li {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.2;
}

nav.gnav ul li a {
	display: flex;
	width: 100%;
	padding: 15px 0;
	padding-left: 30px;
	text-decoration: none;
	transition: all 0.3s;
}

nav.gnav ul li.line {
	border-top: 1px solid #aaa;
	margin: 20px 0;
}

nav.gnav ul li:nth-child(-n+8) a::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 2px;
	height: 35%;
	transition: all 0.1s;
}

nav.gnav ul li:nth-child(-n+8) a:hover::before {
	background: #000;
}

#top nav.gnav li:nth-child(1) a::before,
#plan nav.gnav li:nth-child(2) a::before,
#otakanomori nav.gnav li:nth-child(3) a::before,
#design nav.gnav li:nth-child(4) a::before,
#brand nav.gnav li:nth-child(5) a::before,
#map nav.gnav li:nth-child(7) a::before {
  content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 2px;
	height: 35%;
	background: #000;
}
	
nav.gnav ul li:nth-last-child(2) a {
	color: #fff;
	background: linear-gradient(90deg, #537A97, #002E56);
	margin-top: 1px;
	transition: all 0.3s;
}

nav.gnav ul li:nth-last-child(1) a {
	color: #fff;
	background: linear-gradient(90deg, #EA6B80, #521B28);
	margin-top: 1px;
	transition: all 0.3s;
}

nav.gnav ul li:nth-last-child(2) a:hover {
	filter: brightness(140%);
}

nav.gnav ul li:nth-last-child(1) a:hover {
	filter: brightness(120%);
}

nav.gnav ul li:nth-last-child(2) a {
	margin-top: 20px;
}

nav.gnav ul li .new{
    color: #fff;
    font-size: 0.9rem;
	line-height: 1.4;
	background: rgba(80,73,72,0.7);
    padding: 3px 4px;
	margin-left: 1em;
}
	
	




/* ---------------------------------
	 content-PC
--------------------------------- */

.dammy {
	word-break: break-all;
}

.dammy-red {
	color: #f00;
}


.txt-head {
	font-size: 3.2rem;
	line-height: 1.6;
	text-align: center;
}

.txt-lead {
	text-align: justify;
	margin-top: 40px;
}


@media only screen and (max-width: 1240px){
.inner-aj {	text-align: justify!important;}
.inner-aj br {	display: none;}
}





.plan_hanrei-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	margin-top: 40px;
}

.plan_hanrei-wrap li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.plan_hanrei-wrap li:nth-child(1) p:nth-child(1) {
	width: 30px;
	height: 12px;
	background: #E2D1C4;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(2) p:nth-child(1) {
	width: 30px;
	height: 12px;
	background: #D6D1C4;
	margin-right: 5px;
}

.plan_hanrei-cap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	margin-top: 10px;
}

.plan_hanrei-cap li {
	margin-right: 1.5em;
}


.map-hanrei {
	display: flex;
	font-size: 1.3rem;
	margin-top: 10px;
}

.map-hanrei li:nth-child(1) {
	width: 4em;
}

.map-hanrei dl {
	display: flex;
}

.map-hanrei-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.map-hanrei-child dt {
	display: flex;
	align-items: center;
	width: 50px;
}

.map-hanrei-child dd {
	margin-right: 1.5em;
}


.swipe {
	display: none;
}




/* ---------------------------------
	 footer
--------------------------------- */


.footer-cap-bg {
	background: #E5DFDE;
	padding: 60px 0;
}

.footer-cap {
	font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
}

.footer-tel-bg {
	background: #E5DFDE;
	padding: 60px 0;
}

.footer-tel-wrap {
	letter-spacing: 0;
	text-align: center;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 2.0rem;
}

.footer-tel-wrap li:nth-child(2) {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 30px;
}

.footer-tel-wrap li:nth-child(3) {
	max-width: 375px;
	margin: 0 auto;
	margin-top: 20px;
}

.footer-tel-wrap li:nth-child(4) {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 20px;
}

.footer-recomend-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 970px;
	margin: 0 auto;
	margin-top: 30px;
}

.footer-recomend-wrap li {
	width: 48.45%;
	margin-top: 30px;
}

.footer-companylogo-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
	padding-bottom: 60px;
}

.footer-companylogo-wrap li {
	margin: 0 30px;
}

.footer-companylogo-wrap li:nth-child(1) {
	width: 294px;

}

.footer-companylogo-wrap li:nth-child(2) {
	width: 230px;
}

.footer-companylogo-wrap li p:nth-child(1) {
	font-size: 10px;
}

.footer-companylogo-wrap li:nth-child(1) p:nth-child(2) {
	margin-top: 40px;
}


.btn_pagetop {
	display: none!important;
}







/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















