@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	color: #505A5F;
	color: #704535;
	font-size: 14px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #505A5F;
	color: #704535;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}

.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 60px;
}
h2.title span.en{
	display: block;
	line-height: 1;
	font-size: 0.8rem;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h2.title span.ja{
	display: block;
	line-height: 1.4;
	font-size: 2rem;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title{
		margin-bottom: 40px;
	}
	h2.title.m_center{
		text-align: center;
	}
}

.semi_title{
	font-size: 1.6rem;
	margin-bottom: 40px;
}


/*mtitle*/
.mtitle{
	font-size: 1.9rem;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.mtitle span.ja{
	display: inline-block;
	font-size: 0.6em;
	margin-left: 0.5em;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 400;
	font-size: 1.15rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #a58b77;
}

/*dtitle*/
.dtitle{
	font-weight: 400;
	font-size: 1.2rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #a58b77;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
    margin-bottom: 20px;
	background-color: #f5f5f5;
	padding: 10px;
	border-left: 7px solid #505A5F;
	font-weight: 400;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #505A5F;
	pointer-events: none;
	z-index:-1;
	opacity: 0.2;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.ntitle{
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 400;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #505A5F;
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 10px;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}

.bold{
	font-weight: 500;
	font-size: 1.2rem;
}
.s_bold{
	font-weight: 500;
}


/*ボタン*/
.sbtn{
}
.sbtn a{
	display: block;
	position: relative;
    font-family: 'Marcellus', serif;
	font-weight: 400;
    font-size: 15px;
    transition-duration: .4s;
    transition-property: opacity;
	text-transform: uppercase;
	background-color: #a58b77;
	color: #fff;
	width: 260px;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto;
}
.sbtn a::after{
    content: "";
    display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
    background: url(../img/sbtn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 14px;
	transition: 0.4s;
}
.sbtn a:hover{
	opacity: 0.9;
}
.sbtn a:hover::after{
	transform: translate(3px, -50%);
}
.sbtn.non a::after{
	display: none;
}

.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	display: flex;
	justify-content: center;
}
.sbtn2 .sbtn:first-child{
	margin-right: 60px;
}

.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn:not(:last-child) a{
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		flex-direction: column;
		justify-content: center;
	}
	.sbtn2 .sbtn{
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	.sbtn2 .sbtn:first-child{
		margin: 0 auto;
		margin-bottom: 12px;
	}
}

/*テキストリンク*/
a.t_link{
	color: #704535;
	background-image: linear-gradient(to right, #704535, #704535);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #a58b77;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
	font-weight: 400;
}
.info_table td{
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}


.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table02 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	font-size: 0.9rem;
}
.info_table02 th{
	width: 20%;
	padding-left: 15px;
	font-weight: 400;
}
.info_table02 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table02 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table02 td{
		width: 70%;
		padding-left: 10px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 400;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	margin-bottom: 5px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #a58b77;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li{
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #a58b77;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #a58b77;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

/*===// 共通部分ここまで ===========*/






/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 40px;
}
.site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 40px;
}

#home .site_header{
	opacity: 0;
	pointer-events: none;
}
#home .site_header.transform{
	opacity: 1;
	pointer-events: all;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 160px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
	display: flex;
	justify-content: right;
	align-items: center;
}
.site_header .tr{
	display: flex;
	justify-content: right;
	margin-left: 20px;
}
.site_header .tr .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #DED6C8;
	width: 38px;
	aspect-ratio: 1 / 1;
	margin-left: 5px;
	transition-delay: 0.1s;
}
.site_header .tr .icon i{
	transform: translateX(1px);
}
.site_header .tr .icon:hover{
	background-color: #704535;
	color: #fff;
}


/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 30px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	text-align: center;
}
.global_nav ul li > a::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #B6DEC5;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	transition: 0.4s;
}
.global_nav ul li > a:hover{
	transform: translateY(5px);
}
.global_nav ul li > a:hover::before{
	opacity: 1;
}

.global_nav ul li.parent{
	position: relative;
}
.global_nav ul li.parent > a{
	cursor: default;
}
.global_nav ul li.parent > a::before{
	display: none;
}
.global_nav ul li.parent > a:hover{
	transform: none;
}
.global_nav ul li.parent > a i{
	display: block;
	font-size: 6px;
}
.global_nav ul li.parent .child{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.6s;
	transform-origin: center top;
	padding-top: 10px;
}
.global_nav ul li.parent .child a{
	display: block;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 10%) 1.95px 1.95px 2.6px;
	text-align: left;
	padding: 8px 15px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
}
.global_nav ul li.parent .child a i{
	display: inline-block;
	font-size: 6px;
	line-height: 100%;
	transform: rotate(135deg);
	line-height: 1;
}
.global_nav ul li.parent .child a:last-child{
	margin-bottom: 0;
}
.global_nav ul li.parent .child a .nav_icon{
	display: inline-block;
	width: 13px;
	line-height: 1;
	margin-right: 4px;
	opacity: 0.8;
	margin-top: 1px;
}
.global_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.global_nav ul li.parent .child a:hover i{
	color: #B6DEC5;
}

@media (max-width: 960px){
	.site_header{
		padding: 20px;
	}
	.site_header.transform{
		padding: 10px 20px;
	}
	.site_header h1{
		width: 160px;
	}
	.site_header .info{
		display: none;
	}
}

.feader_bottom{
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 80;
	display: none;
}
.feader_bottom a{
	display: block;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 15px 30px;
	font-family: 'Marcellus', serif;
    font-weight: 400;
}
.feader_bottom a:hover{
	transform: scale(0.98);
	box-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 2.6px;
}
#order_page .feader_bottom{
	display: none;
}
@media (max-width: 960px){
	.feader_bottom{
		display: block;
	}
}

/*===スライダー==============================*/
.kv{
	min-height: 100vh;
	padding: 5vh 5%;
	position: relative;
}
.kv .flex{
	display: flex;
	justify-content: space-between;
}
.kv .flex .box{
	width: 50%;
}
.kv .flex .text{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv .flex .text .catch{
	width: 80%;
	max-width: 300px;
}

.swiper-container{
	height: 90vh;
	min-height: 400px;
	transition: opacity 0.6s ease, transform 0.3s ease;
	pointer-events: none;
}
.swiper-slide{
  	backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img{
  display: none;
}

@media (max-width: 960px){
	.kv{
		min-height: auto;
		padding: 10px;
		margin-bottom: 40px;
	}
	.kv .flex{
		flex-direction: column-reverse;
	}
	.kv .flex .box{
		width: 100%;
	}
	.kv .flex .text .catch{
		max-width: 220px;
	}
	.swiper-container{
		height: 80vh;
		margin-bottom: 40px;
	}
}
@media (max-width: 750px){
	.swiper-container{
		height: 68vh;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.stripe{
	background: url(../img/stripe01.png);
}
.bg01{
	background-color: #ddd6cb;
}
.bg02{
	background-color: #f7f7f7;
}


/*==TOPページ共通==============================*/
.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.key_flex .images .img{
	width: 45%;
}
.key_flex .images .img:nth-child(2){
	padding-top: 120px;
}
.key_flex .text{
	width: 50%;
	padding: 0 10%;
}
.key_flex .text .info{
	margin-bottom: 60px;
	font-size: 0.85rem;
	line-height: 2.2;
}

.key_flex.reverse .images .img:nth-child(1){
	padding-top: 120px;
}
.key_flex.reverse .images .img:nth-child(2){
	padding-top: 0;
}

@media (max-width: 750px){
	.key_flex{
		flex-direction: column;
		padding: 0 20px;
	}
	.key_flex.reverse{
		flex-direction: column-reverse;
	}
	.key_flex .images{
		width: 100%;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.key_flex .images .img{
		width: 48%;
	}
	.key_flex .images .img:nth-child(2){
		padding-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(1){
		padding-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(2){
		padding-top: 0;
	}
	.key_flex .text{
		width: 100%;
		padding: 0;
	}
}

/*===link==============================*/
.news::after{
	content: '';
	width: 65%;
	height: 50%;
	position: absolute;
	bottom: 10%;
	right: 0;
	background-color: #f7f7f7;
	background-color: #ddd6cb;
	pointer-events: none;
	z-index:-1;
}
@media (max-width: 750px){
	.news::after{
		width: 85%;
	}
}
@media (max-width: 450px){
	.news::after{
		height: 70%;
	}
}

/*==welcome==============================*/
.welcome{

}

/*===link==============================*/
.lineup_wrapper{
	display: flex;
	flex-wrap: wrap;
}
.lineup_wrapper .box{
	width: calc(100% / 5 - 8px);
	margin: 0 4px;
	margin-bottom: 20px;
}
.lineup_wrapper .box a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
}
.lineup_wrapper .box a::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.lineup_wrapper .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.lineup_wrapper .box a:hover img{
	transform: scale(1.1);
}
@media (max-width: 960px){
	.lineup_wrapper .box{
		width: calc(100% / 3 - 8px);
	}
}
@media (max-width: 750px){
	.lineup_wrapper .box{
		width: calc(100% / 2 - 8px);
		font-size: 0.9rem;
	}
}


.banner a{
	display: block;
	width: 100%;
}
.banner a img{
	display: block;
	width: 100%;
}
.banner a:hover img{
	opacity: 0.6;
}

.shop_banner{
	max-width: 960px;
	margin: 0 auto;
}

.insta_banner{
	max-width: 960px;
	margin: 0 auto;
}

/*===Brand　取扱ブランド==============================*/
.t_brand .flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.t_brand .flex .box{
	position: relative;
	border: 1px solid #ddd;
	width: 24%;
	margin: 0 0.5%;
	margin-bottom: 30px;
	background-color: #fff;
}
.t_brand .flex .box::before{
    content: '';
    display: block;
    padding-top: 75%;
}
.t_brand .flex .box img{
	display: block;
	object-fit: contain;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.t_brand .flex .box p{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #000;
	font-size: 1.2rem;
}
@media (max-width: 960px){
	.t_brand .flex{
		margin-bottom: -20px;
	}
	.t_brand .flex .box{
		width: 32%;
		margin-bottom: 20px;
	}
}
@media (max-width: 750px){
	.t_brand .flex{
		margin-bottom: -10px;
	}
	.t_brand .flex .box{
		width: 49%;
		margin-bottom: 10px;
	}
}

/*===calendar==============================*/
.calendar_wrapper{
	margin: 0 auto;
	max-width: 960px;
	height: 320px;
}
@media (max-width: 750px){

}
.reserve_wrapper{
	margin: 0 auto;
	height: 700px;
}
@media (max-width: 750px){
	.reserve_wrapper{
		height: 500px;
	}
}

/*===フッター==============================*/
.footer_top{
	background: #ddd6cb;
	display: flex;
	justify-content: space-between;
}
.footer_top .map{
	position: relative;
	width: 50%;
	overflow: hidden;
}
.footer_top .text{
	width: 50%;
	text-align: center;
	padding: 80px 0;
}
.footer_top .text p{
	font-size: 0.75rem;
	margin-bottom: 5px;
}
.footer_top .text p:last-child{
	margin-bottom: 0;
}
footer h3{
	width: 90%;
	max-width: 230px;
	margin: 0 auto 30px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}

@media (max-width: 960px){
	.footer_top{
		flex-direction: column-reverse;
	}
	.footer_top .map{
		width: 100%;
		height: 280px;
	}
	.footer_top .text{
		width: 100%;
		padding: 60px 0;
	}
}


.footer_middle{
	text-align: center;
	padding: 40px 0 30px;
	background-color: #a58b77;
	color: #fff;
}

.footer_nav{
	margin-bottom: 40px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	width: calc(100% / 6);
	text-align: center;
	border-right: 1px solid #ccc;
	font-size: 0.9rem;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	color: #fff;
	text-transform: capitalize;
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}

.f_sns{
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.f_sns a{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	margin-right: 40px;
}
.f_sns a:last-child{
	margin-right: 0;
}
.f_sns a:hover{
	opacity: 0.7;
}

footer .copy{
	color: #fff;
}

@media (max-width: 750px){
	.footer_nav ul{
		display: block;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.footer_nav ul li a{
		display: block;
		width: 100%;
		height: auto;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: linear-gradient(to left top, #779190, 10%, #B6DEC5);
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: #f9f9f9;
	width: 100%;
	padding: 220px 0 100px;
}

.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 150px 0 100px;
	}
	.kasou_top h2{
		font-size: 1.7rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===About　coquetteについてページ==============================*/
.about .text{
	text-align: center;
}

.information .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.information .flex .text{
	width: 49%;
}
.information .flex .img{
	position: relative;
	width: 49%;
	padding-top: 20px;
}
.information .flex .img img{
	width: calc(100% - 20px);
}
.information .flex .img::after{
	content: '';
	width: 30%;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: -20px;
	right: 0;
	background: #ddd6cb;
	pointer-events: none;
	z-index:-1;
}

@media (max-width: 750px){
	.information .flex{
		flex-direction: column-reverse;
	}
	.information .flex .text{
		width: 100%;
	}
	.information .flex .img{
		width: 100%;
		margin-bottom: 50px;
		padding-top: 0;
	}
}


/*===brandページ==============================*/
.brand .flex{
	display: flex;
	justify-content: space-between;
}
.brand .box{
	position: relative;
	border: 1px solid #ddd;
	width: 300px;
	background-color: #fff;
}
.brand .box::before{
    content: '';
    display: block;
    padding-top: 75%;
	padding-top: 100%;
}
.brand .box img{
	display: block;
	object-fit: contain;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.brand .box p{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #000;
	font-size: 1.2rem;
}
.brand .flex .text{
	width: calc(100% - 300px);
	padding-left: 40px;
}
.brand .flex .text .info{
	margin-bottom: 40px;
}
.brand .flex .text .sbtn_wrap{
	display: flex;
}
.brand .flex .text .sbtn_wrap .sbtn:first-child a{
	margin-right: 40px;
}

.brand.reverse .flex .text{
	padding-left: 0;
	padding-right: 40px;
}

@media (max-width: 960px){
	.brand .flex{
		flex-direction: column;
	}
	.brand.reverse .flex{
		flex-direction: column-reverse;
	}
	.brand .box{
		margin: 0 auto 20px;
	}
	.brand .flex .text{
		width: 100%;
		padding-left: 0;
	}
	.brand.reverse .flex .text{
		padding-right: 0;
	}
	.brand .flex .text .sbtn_wrap{
		justify-content: center;
	}
}
@media (max-width: 750px){
	.brand .box p{
		font-size: 1rem;
	}
	.brand .flex .text .sbtn_wrap{
		display: block;
	}
	.brand .flex .text .sbtn_wrap .sbtn a{
		margin: 0 auto !important;
	}
	.brand .flex .text .sbtn_wrap .sbtn:first-child a{
		margin-bottom: 10px !important;
	}
}


/*===お問い合わせページ==============================*/

/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #a58b77;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #a58b77;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #a58b77;
}
.mailform .postal_btn:hover{
	background: #a58b77;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #a58b77;
	border: 1px solid #a58b77;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #a58b77;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

input[type=checkbox]{
	cursor: pointer;
	margin-right: 5px;
	transform: translateY(1px);
}
/*チェックボックス スタイルの使用NG
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #a58b77;
    border-bottom: 3px solid #a58b77;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}*/

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #a58b77;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #a58b77;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
/*アコーディオン*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	background-color: #f9f9f9;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
	font-weight: 400;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #704535;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
}
.privacy_flame p span{
	display: block;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #704535;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #704535;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}





/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}