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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
  	font-weight: 500;
	color: #fff;
	font-size: 15px;
	background: url(../img/main_bg.jpg);
	background-size: 500px;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
}
p{
	letter-spacing: 0.15em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #fff;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

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

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.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: 40px;
}
h2.title span.en{
	display: flex;
  	align-items: center;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #812325;
	color: #9c8954;
}
h2.title span.ja{
	display: block;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.18em;
}
h2.title span.en::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.en{
	display: block;
	width: 100%;
}
h2.title.center span.en::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.en{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.en::before{
		display: none;
	}
	h2.title span.en{
		font-size: 0.8rem;
		letter-spacing: 0.12em;
	}
	h2.title span.ja{
		font-size: 1.6rem;
	}
}

h2.title.tb{
	writing-mode: vertical-rl;
	text-orientation: upright;
}
h2.title.tb.middle{
	margin: 0 auto;
	margin-bottom: 40px;
}
h2.title.tb span.en{
	display: block;
}
h2.title.tb span.ja{
	display: block;
}
h2.title.tb span.en::before{
	display: none;
}
@media (max-width: 750px){
	h2.title.tb{
		writing-mode: vertical-rl;
		text-orientation: upright;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}





/*mtitle*/
.mtitle{
    font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
    margin-bottom: 20px;
	padding-left: 20px;
	border-left: 2px solid #9c8954;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.4rem;
	}
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 120px;
	height: 2px;
	background: #9c8954;
}

/*dtitle*/
.dtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
	font-weight: 500;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.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 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.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;
	}
}


/*ボタン*/
.sbtn{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 1px solid #812325;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	letter-spacing: 0.12em;
	font-size: 0.9rem;
	transition: all .5s ease;
	background-color: #812325;
	color: #fff;
}
.sbtn a:hover{
	background-color: #fff;
	color: #812325;
}
.sbtn.white a{
	background:#fff;
	color: #812325;
	border: 1px solid #812325;
}
.sbtn.white a:hover{
	color: #fff;
	background: #812325;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

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

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	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: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #007766;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.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;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.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: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

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

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	padding-left: 2px;
	letter-spacing: 0.15em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #9c8954;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.15em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #9c8954;
	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.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #9c8954;
	margin-right: 5px;
}

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

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #9c8954;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		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{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@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;
	align-items: flex-start;
	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;
	align-items: flex-start;
	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{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
	filter: grayscale(100%) invert(92%) contrast(83%);
	transition: 0.6s;
}
.map:hover iframe{
	filter: none;
}

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






.overwrap{
	overflow: hidden;
}


/*テキストのアニメーション(右下から出現)*/
.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 1.5s;
	transform: translate(-10%,10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #040404;
	z-index: 1;
	transition: 1.5s;
}
.img_up.inview img{
	transform: translate(0,0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-30%, 30%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 30%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(30%, 30%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 750px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}







/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	height: 100vh;
	width: 100px;
	border-left: 1px solid #ddd;
}

.site_header .flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 100px);
	padding: 40px 0;
}

.site_header h1{
	width: 60px;
	margin: 0 auto;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
}
.site_header h1 a:hover img{
	opacity: 0.6;
}


.site_header .tr{
}
.site_header .tr .icon{
	text-align: center;
	margin-bottom: 20px;
}
.site_header .tr .icon:last-child{
	margin-bottom: 0 !important;
}
.site_header .tr .icon a{
	display: inline-block;
	color: #444;
	font-size: 1.5rem;
	line-height: 1;
}
.site_header .tr .icon a:hover{
	opacity: 0.6;
}

@media (max-width: 1200px){
	.site_header{
		position: absolute;
		left: 0;
		z-index: 100;
		width: 100%;
		height: auto;
		border-left: none;
		background-color: transparent;
	}
	.site_header .flex{
		display: block;
		height: auto;
		padding: 40px 0 0;
	}
	.site_header h1{
		width: 90px;
		margin: 0 auto;
	}
	.site_header h1 a img{
		filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1));
	}
	.site_header h1 a:hover img{
		opacity: 1;
		filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
	}
	.site_header .tr{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header .flex{
	}
	.site_header h1{
		width: 70px;
	}
}



.bottom_btn{
	position: fixed;
	z-index: 90;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0);
	justify-content: center;
	width: 96%;
	display: none;
}
.bottom_btn a{
	display: block;
	background-color: #fff;
	color: #333;
	text-align: center;
	width: calc(100% / 3 - 6px);
	margin: 0 3px;
	padding: 0 0 3px;
	font-size: 1.1rem;
}
.bottom_btn a span{
	display: block;
	line-height: 1;
	font-size: 0.8rem;
}
.bottom_btn a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.bottom_btn{
		display: flex;
	}
}



/*===スライダー==============================*/
.top_slider{
	position: relative;
}
.top_slider .slider{
	position: relative;
}
.top_slider .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	background: radial-gradient(transparent, 90%, rgba(0,0,0,0.5));
	pointer-events: none;
	z-index: 2;
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

@media (max-width: 960px){
	.top_slider .slider li.top03{
		background-position: right 25% center;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 90vh;
		min-height: 400px;
	}
}

/*===global_nav==============================*/
.global_nav{
	position: absolute;
	bottom: 70px;
	left: 6%;
	z-index: 10;
}
.global_nav ul{
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding: 0;
}
.global_nav ul li{
	margin-left: 7px;
}
.global_nav ul li a{
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
.global_nav ul li a:hover{
	opacity: 0.4;
}
@media (max-width: 750px){
	.global_nav{
		display: none;
	}
}



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

.inner.white{
	background-color: rgba(0, 0, 0, 0.4);
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

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



.deco01{
	display: block;
	width: 50%;
	max-width: 400px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: -1;
	opacity: 0.2;
	pointer-events: none;
}
.deco02{
	display: block;
	width: 50%;
	max-width: 400px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
	opacity: 0.2;
	pointer-events: none;
}
.deco03{
	display: block;
	width: 35%;
	max-width: 300px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	transform: translate(0, -20%);
}
@media (max-width: 960px){
	.deco03{
		transform: translate(0, -60%);
	}
}


.sec_middle{
	position: relative;
	width: 85%;
	aspect-ratio: 5 / 3;
	max-height: 550px;
}
.sec_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec_middle01 img{
	object-position: bottom center;
}


/*==welcome==============================*/
.welcome{
	padding-top: 0;
}
.welcome .sec_middle{
	margin-bottom: 120px;
}
.welcome .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}
.welcome .flex .img{
	position: relative;
	aspect-ratio: 5 / 3;
	max-height: 550px;
}
.welcome .flex .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.welcome .text{
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding: 0 60px;
}
.welcome .text h2{
	margin-left: 40px;
}
.welcome .text .info{
	margin-top: 40px;
}
.welcome .text .info p{
	margin-left: 20px;
	letter-spacing: 0.4em;
	line-height: 2.5;
}
.welcome .text .info p:last-child{
	margin: 0 !important;
}

@media (max-width: 960px){
	.welcome .sec_middle{
		margin-bottom: 60px;
	}
	.welcome .flex{
		flex-direction: column-reverse;
	}
	.welcome .flex .img{
		width: 60%;
		margin: 0 0 0 auto;
	}
	.welcome .text{
		padding: 0 40px;
		margin: 0 auto 0 0;
		margin-top: 60px;
	}
	.welcome .text h2{
		margin-left: 40px;
	}
	.welcome .text .info{
		margin-top: 40px;
	}
	.welcome .text .info p{
		margin-left: 20px;
		letter-spacing: 0.4em;
		line-height: 2.5;
	}
}
@media (max-width: 750px){
	.welcome .sec_middle{
		margin-bottom: 40px;
	}
	.welcome .flex{
		margin-bottom: 40px;
	}
	.welcome .text{
		writing-mode: horizontal-tb;
	}
	.welcome .text h2{
		margin-left: auto;
	}
	.welcome .text br{
		display: none;
	}
	.welcome .text .info p{
		margin-left: 0;
		margin-bottom: 10px;
		letter-spacing: 0.15em;
		line-height: 2;
	}
}



/*===店主おすすめメニュー==============================*/
.t_menu{

}


.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.key_flex .images .img{
	width: 48%;
}
.key_flex .images .img:nth-child(2){
	padding-top: 120px;
}
.key_flex .text{
	width: 50%;
	padding: 0 6%;
}
.key_flex .text .info{
	line-height: 2.2;
	margin-bottom: 60px;
}

.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 15px;
	}
	.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;
	}
}



/*===t_about==============================*/
.t_about .text .info{
	margin: 0 auto;
	max-width: 960px;
}

.t_about .flex{
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 0 auto;
}
.t_about .flex .box{
	width: 32%;
}
.t_about .flex .box:nth-child(2){
	margin-top: 40px;
}
.t_about .flex .box:nth-child(3){
	margin-top: 80px;
}
.t_about .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}
.t_about .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: 2;
}
.t_about .flex .box a img.bg{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 1.6s ease;
	z-index: 1;
}
.t_about .flex .box a .info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
}
.t_about .flex .box a .info h3{
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1.7rem;
	letter-spacing: 0.3em;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.t_about .flex .box a .info .arrow{
	width: 90px;
	aspect-ratio: 1 / 1;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
}

.t_about .flex .box a:hover img.bg{
	transform: scale(1.08);
}

@media (max-width: 960px){
	.t_about .flex{
		display: block;
		width: 100%;
	}
	.t_about .flex .box{
		width: 90%;
	}
	.t_about .flex .box:nth-child(2){
		margin-top: 20px;
		margin-left: 5%;
	}
	.t_about .flex .box:nth-child(3){
		margin: 0 0 0 auto;
		margin-top: 20px;
	}
	.t_about .flex .box a{
		aspect-ratio: 3 / 2;
		max-height: 400px;
	}
	.t_about .flex .box a .info{
		width: 100%;
	}
	.t_about .flex .box a .info h3{
		writing-mode: horizontal-tb;
		text-indent: 0.5em;
	}
	.t_about .flex .box a .info .arrow{
		margin: 0 auto;
	}
}
@media (max-width: 750px){
	.t_about .flex .box a .info h3{
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.t_about .flex .box a .info .arrow{
		width: 60px;
		font-size: 0.7rem;
	}
}


/*===フッター==============================*/
footer{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
}
footer::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	pointer-events: none;
	z-index:-1;
}
.footer_top{
	padding: 200px 0;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn{
	width: 48%;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-align: center;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
	.footer_top .info{
		text-align: center;
	}
	.footer_top .info p{
		line-height: 2.3;
		margin-bottom: 20px;
	}
	span.dis750{
		display: none;
	}
	.footer_top .info p:last-child{
		margin-bottom: 0;
	}
}


footer h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 10px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}


.footer_bottom{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	height: 99px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.08em;
}
@media (max-width: 750px){
	.footer_bottom{
		height: auto;
		display: block;
		letter-spacing: 0.08em;
		padding: 10px 0 70px;
	}
}



/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 130px 0;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.6;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 6px;
}
@media (max-width: 1200px){
	.kasou_top{
		padding: 330px 0 80px;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 260px 0 20px;
	}
	.kasou_top h2{
		font-size: 1.6rem;
	}
}
@media (max-width: 450px){
	.kasou_top{
		padding: 220px 0 20px;
	}
}


#feature_page .kasou_top{
	background-image: url(../img/kasou_top_feature.jpg);
}
#food_page .kasou_top{
	background-image: url(../img/kasou_top_food.jpg);
}
#drink_page .kasou_top{
	background-image: url(../img/kasou_top_drink.jpg);
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.65rem;
	}
}


/*===こだわりページ==============================*/
.feature_lede{
}
.feature_lede .flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.feature_lede .flex .right{
	width: calc(100% - 150px);
}

@media (max-width: 750px){
	.feature_lede .flex{
		display: block;
		margin-bottom: 30px;
	}
	.feature_lede .flex .right{
		width: 100%;
	}
}









/*===お料理ページ==============================*/
.food_recommend .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.food_recommend .flex .box{
	position: relative;
	width: 48%;
	margin-bottom: 40px;
}
.food_recommend .flex .box:nth-child(odd){
	margin-top: 40px;
}
.food_recommend .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}
.food_recommend .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: 1;
	transition: 1s;
}
.food_recommend .flex .box a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: 1s;
	transition-delay: 0.1s;
}
.food_recommend .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0);
}
.food_recommend .flex .box a:hover img{
	transform: scale(1.06);
}
.food_recommend .flex .box p{
	position: absolute;
	bottom: 8px;
	left: -7px;
	z-index: 5;
	display: flex;
	align-items: center;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5)) drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
.food_recommend .flex .box p::before{
	content: '';
	border-top: 1px solid;
	width: 3em;
	margin-right: 0.7em;
}
@media (max-width: 750px){
	.food_recommend .flex{
		display: block;
	}
	.food_recommend .flex .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.food_recommend .flex .box:nth-child(odd){
		margin-top: 0;
	}
	.food_recommend .flex .box p{
		bottom: 5px;
		left: -5px;
	}
	.food_recommend .flex .box p::before{
		width: 2em;
	}
}



.lunch .img{
	margin: 0 auto;
	max-width: 960px;
	max-width: 724px;
	border: 6px double #9c8954;
}



.food_nemu .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.food_nemu .flex .img{
	position: relative;
	width: 24%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin: 0 0.5% 10px;
}
.food_nemu .flex .img img{
	height: 100%;
	object-fit: cover;
}
@media (max-width: 960px){
	.food_nemu .flex .img{
		width: 32%;
	}
}
@media (max-width: 750px){
	.food_nemu .flex{
		margin-bottom: 10px;
	}
	.food_nemu .flex .img{
		width: 49%;
		margin: 0 0.5% 10px;
	}
}



.fee_table{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.fee_table .row{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 8px 4px;
	padding: 20px 10px;
}
.fee_table .row .flex{
	display: flex;
	align-items: center;
}
.fee_table .row .flex::before{
	background: radial-gradient(#333 20%,rgba(0,0,0,0) 0%) center center/8px 8px;
	content: '';
	display: inline-block;
	flex: 1;
	height: 4px;
	margin: 0 1.2em;
}
.fee_table .row .flex > div{
	width: -moz-fit-content;
	width: fit-content;
}
.fee_table .row .name{
	order: -1;
	max-width: 60%;
}
.fee_table .row .cost{
	max-width: 35%;
}
.fee_table .row .right{
	text-align: right;
	margin-top: 10px;
	font-size: 0.8rem;
}
@media (max-width: 750px){
	.fee_table .row{
		padding: 20px 10px;
	}
	.fee_table .row .flex{
		display: block;
	}
	.fee_table .row .flex::before{
		display: none;
	}
	.fee_table .row .flex > div{
		width: 100%;
	}
	.fee_table .row .name{
		max-width: none;
		margin-bottom: 15px;
	}
	.fee_table .row .cost{
		max-width: none;
	}
	.fee_table .row .right{
		text-align: left;
	}
}




.menu .img{
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 550px;
}
ul.menu_list{
	margin: 0 auto;
	max-width: 750px;
}
ul.menu_list li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 10px;
}
ul.menu_list li a{
}
ul.menu_list li a::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f15c";
	font-weight: bold;
	margin-right: 10px;
	color: #9c8954;
}
ul.menu_list li a:hover{
	opacity: 0.5;
}



.insta_banner{
	max-width: 500px;
	margin: 0 auto;
	margin-top: 60px;
}
.insta_banner p{
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
.insta_banner p::before,
.insta_banner p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.insta_banner p::before{
	margin-right: 1em;
}
.insta_banner p::after{
	margin-left: 1em;
}
.insta_banner .img{
}


/*===お飲み物ページ==============================*/
.sub_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sub_flex .img{
	width: calc(100% - 150px);
	max-height: 400px;
}
.sub_flex .img img{
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
@media (max-width: 960px){
	.sub_flex{
		align-items: flex-start;
	}
}
@media (max-width: 750px){
	.sub_flex{
		display: block;
		margin-bottom: 0;
	}
	.sub_flex .img{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}



.drink_recommend ul.m_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.drink_recommend ul.m_list li{
	width: 49%;
	padding: 20px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 750px){
	.drink_recommend ul.m_list{
		display: block;
	}
	.drink_recommend ul.m_list li{
		width: 100%;
		padding: 20px 10px;
	}
}





/*===店舗案内ページ==============================*/
.interior{
}
.interior .container .wrapper{
	margin-bottom: 60px;
}
.interior .container .wrapper:last-child{
	margin-bottom: 0 !important;
}


.slider_container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.slider_container .main_slider{
	width: 60%;
}
.slider_container .main_slider li{
}
.slider_container .main_slider li .d_imgwrap{
	position: relative;
}
.slider_container .main_slider li .d_imgwrap::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.slider_container .main_slider li .d_imgwrap img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.slider_container .main_slider li p{
	padding: 10px;
	padding-bottom: 0;
}

.slider_container .thumbnail_slider{
	width: 38%;
	display: flex;
	flex-wrap: wrap;
}
.slider_container .thumbnail_slider li{
	width: 32%;
	margin-right: 1%;
	margin-bottom: 5px;
}
.slider_container .thumbnail_slider li .d_imgwrap{
	position: relative;
	overflow: hidden;
	background-color: rgba(14, 14, 14, 0.4);
	margin-bottom: 5px;
}
.slider_container .thumbnail_slider li .d_imgwrap::before{
    content: '';
    display: block;
    padding-top: 65%;
}
.slider_container .thumbnail_slider li .d_imgwrap img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.slider_container .thumbnail_slider li img:hover{
	opacity: 0.8;
}
@media (max-width: 960px){
	.slider_container{
		display: block;
	}
	.slider_container .main_slider{
		width: 100%;
		margin-bottom: 30px;
	}
	.slider_container .thumbnail_slider{
		width: 100%;
		margin: 0 auto;
	}
	.slider_container .thumbnail_slider li{
		width: 31%;
		margin: 0 1%;
		margin-bottom: 5px;
	}
}














.acccess .flex{
	display: flex;
	justify-content: space-between;
}
.acccess .flex .text{
	width: 49%;
}
.acccess .flex .map{
	width: 49%;
}
.acccess .flex .text .img{
	margin-bottom: 15px;
}
.acccess .flex .text ul.check_list02 li{
	border-bottom: 1px solid #ddd;
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.acccess .flex{
		display: block;
	}
	.acccess .flex .text{
		width: 100%;
		margin-bottom: 40px;
	}
	.acccess .flex .map{
		width: 100%;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 60px;
}
.contact .tel_contact .flex{
	display: flex;
	justify-content: space-between;
}
.contact .tel_contact .flex .left{
	width: 200px;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.contact .tel_contact .flex .left p{
	font-size: 1.3rem;
}
.contact .tel_contact .flex .right{
	width: calc(100% - 200px);
	padding: 10px 0;
	padding-left: 60px;
}
.contact .tel_contact .flex .right p.sub a{
	display: inline-block;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.contact .tel_contact .flex .right p.sub a:hover{
	opacity: 0.5;
}
@media (max-width: 750px){
	.contact .tel_contact{
		width: 100%;
		margin-bottom: 40px;
	}
	.contact .tel_contact .flex{
		display: block;
	}
	.contact .tel_contact .flex .left{
		width: 100%;
		display: block;
		border-right: none;
	}
	.contact .tel_contact .flex .left p{
		font-size: 1.1rem;
	}
	.contact .tel_contact .flex .left p br{
		display: none;
	}
	.contact .tel_contact .flex .right{
		width: 100%;
		padding: 0;
	}
}

.contact .insta .img{
	margin: 0 auto;
	max-width: 750px;
}
.contact .insta p{
	margin-top: 10px;
}






.t_works_slide{
}
.t_works_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
}
.t_works_slide li:nth-child(odd){
	margin-top: 20px;
}
.t_works_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
}
.t_works_slide a::before{
    content: '';
    display: block;
    padding-top: 80%;
}
.t_works_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease;
	z-index: 1;
}
.t_works_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 750px){
	.t_works_slide li{
		margin: 0 15px;
	}
}




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

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