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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #4c1015;
	font-size: 16px;
	background: #faf3e0;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #4c1015;
	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;
	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;
}

.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;
}
.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;
}
span.orange{
	color: #ff8400;
}

/*蛍光マーカー*/
.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::before{
	content: '';
	display: block;
	margin: 0 auto;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/title_tree.png);
	width: 40px;
	aspect-ratio: 12 / 11;
	margin-bottom: 10px;
}
h2.title.m_center::before{
	display: none;
}
h2.title span.en{
	display: block;
	line-height: 1.5;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 3.9rem;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.3em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 3em;
	margin-right: 1em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
h2.title.white::before{
	display: none;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center::before{
		display: block;
	}
	h2.title span.en{
		font-size: 3rem;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #384a1e;
}

/*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.5rem;
	letter-spacing: 0.1em;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.ctitle p{
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
.ctitle p:last-child{
	margin-bottom: 0;
}
.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 10px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
.ctitle.green{
	color: #384a1e;
}
.ctitle.green::before{
	background-image: url(../img/ctitle_deco_green.png);
}
.ctitle.orange{
	color: #ff8400;
}
.ctitle.orange::before{
	background-image: url(../img/ctitle_deco_orange.png);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 1.2rem;
	}
}


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

.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 5 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 a{
	display: block;
	border: 2px solid #4c1015;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
	color: #fff;
	transition: all .5s ease;
	background: #4c1015;
}
.sbtn a:hover{
	background:#fff;
	color: #4c1015;
}
.sbtn.white a{
	background:#fff;
	color: #4c1015;
}
.sbtn.white a:hover{
	color: #fff;
	background: #4c1015;
}
.sbtn.white.border a{
	border-color: #fff;
}
.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	max-width: none;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.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{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}

/*テキストリンク*/
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 #faf3e0;
}
.info_table th,
.info_table td{
	padding: 15px 0;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #384a1e;
	color: #fff;
	width: 30%;
	border-right: 1px solid #faf3e0;
	font-weight: 500;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #faf3e0;
	border-left: 1px solid #faf3e0;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #384a1e;
	font-weight: 500;
	color: #384a1e;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.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: 451px){
	br.only450{
		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;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #384a1e;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #384a1e;
	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{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #384a1e;
	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;
}

/*===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%;
}
@media (max-width: 750px){
	.img_wrap3{
		display: block;
	}
	.img_wrap3 .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.img_wrap3 .img:last-child{
		margin-bottom: 0;
	}
}

.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 iframe{
	vertical-align: top;
}

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






/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 10px 40px;
	background-color: #384a1e;
	color: #fff;
	border-bottom: 3px solid #576347;
	width: 100%;
}
.site_header a{
	color: #fff;
}

#home .site_header{
	position: fixed;
	transform: translateY(-120px);
}
#home .site_header.transform{
	transform: translateY(0);
}

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

.site_header h1{
	width: 120px;
	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{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 15px;
}

.site_header .tr .tel_btn a{
	line-height: 1;
	margin-right: 5px;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
}
.site_header .tr .tel_btn a span{
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 2px;
}

.icon a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 15px;
	background-color: #06c755;
	color: #fff;
}
.icon a.insta{
	position: relative;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
}
.icon a.insta::before{
	content: '';
	position: absolute;
	top: 15px;
	left: -6px;
	width: 35px;
	height: 35px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.icon a.insta i{
	color: #FFF;
	position: relative;
	z-index: 2;
}

.site_header .tr .icon a{
	margin-left: 12px;
	transform: translateY(-2px);
}
.site_header .tr a:hover{
	opacity: 0.7;
}

/*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: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
	margin-bottom: 5px;
	color: #b5b5b5;
}
.global_nav ul li a:hover{
	transform: translateY(2px);
}
.global_nav ul li a:hover span{
	color: #ff8400;
}
@media (max-width: 1100px){
	.global_nav ul li{
		margin-left: 30px;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 10px 20px;
	}
	/*#home .site_header{
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		transform: translateY(0);
	}*/
	.site_header h1{
		width: 100px;
	}
	.site_header .info{
		display: none;
	}
}

/*モバイルのみ*/
.mb_menu{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 60;
	justify-content: space-around;
	padding-bottom: 10px;
}
.mb_menu a{
	display: block;
	width: 24%;
	width: 32%;
	text-align: center;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 0;
	font-size: 0.8rem;
	line-height: 1;
}
.mb_menu a i{
	display: block;
	font-size: 1rem;
	margin-bottom: 5px;
}
@media (max-width: 960px){
	.mb_menu{
		display: flex;
	}
}

/*===ファーストビュー==============================*/
.top_kv{
	position: relative;
	display: flex;
	justify-content: space-between;
}

/*ナビ*/
.top_nav{
	position: relative;
	height: 100vh;
	min-height: 800px;
	width: 220px;
	padding-top: 40px;
	background-color: #384a1e;
	z-index: 1;
}
.top_nav::before{
	content: '';
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgb(255, 255, 255) -3px 0px 6px 0px inset;
	pointer-events: none;
	z-index: 1;
}
.top_nav::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/tree.png);
	background-size: 60%;
	background-position: bottom left;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}
.top_nav h2{
	width: 180px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.top_nav h2 a{
	display: block;
	width: 100%;
}
.top_nav h2 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.top_nav h2 a:hover img{
	opacity: .6;
}
.top_nav ul{
	
}
.top_nav ul li{
	text-align: center;
}
.top_nav ul li a{
	display: inline-block;
	line-height: 1;
	margin-bottom: 30px;
	color: #fff;
	letter-spacing: 0.15em;
	font-size: 0.9rem;
}
.top_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
	margin-bottom: 12px;
	color: #b5b5b5;
	transition: 0.2s;
}
.top_nav ul li a:hover{
	transform: translateY(2px);
}
.top_nav ul li a:hover span{
	color: #ff8400;
}

.top_nav .tel_btn{
	text-align: center;
	margin-bottom: 15px;
}
.top_nav .tel_btn a{
	color: #fff;
	display: inline-block;
	font-size: 1.55rem;
	letter-spacing: 0.08em;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.7rem;
}
.top_nav .tel_btn a span{
	display: inline-block;
	font-size: 1rem;
	margin-right: 2px;
}
.top_nav .tel_btn a:hover{
	opacity: 0.6;
}

.top_nav .icon_flex{
	display: flex;
	justify-content: center;
}
.top_nav .icon_flex .icon a{
	margin: 0 7px;
}
.top_nav .icon_flex .icon a:hover{
	opacity: 0.6;
}


/*スライダー*/
.top_slider{
	position: relative;
	width: calc(100% - 220px);
	padding: 10px;
}
.top_slider .slider{
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: calc(100vh - 20px);
	min-height: calc(800px - 20px);
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
}
.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_kv{
		display: block;
	}
	.top_nav{
		display: none;
	}
	.top_slider{
		width: 100%;
		padding: 0;
	}
	.top_slider .slider li{
		height: 60vh;
		min-height: 400px;
		border-radius: 0;
	}
}
@media (max-width: 750px){
	
}

/*===メイン==============================*/
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;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

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

.bg01{
	background-color: #384a1e;
}
.bg02{
	background-color: #4c1015;
}
.bg03{
	background-color: #fff;
}


.s_middle{
	position: relative;
	height: 640px;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}

.middle_att{
	height: 380px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .middle_att{
	background-attachment: scroll;
}
.middle_att01{
	background-image: url(../img/middle_att01.jpg);
}


.i_deco01::after{
	content: '';
	width: 200px;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 3%;
	left: 3%;
	background: url(../img/i_deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	pointer-events: none;
	z-index:-1;
	opacity: 0.8;
}



.tree_line01{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 20%);
	width: 85%;
	max-width: 450px;
	z-index: 1;
}
.tree_line01 img{
	display: block;
	width: 100%;
}
.tree_line02{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 20%);
	width: 96%;
	max-width: 600px;
	z-index: 1;
}
.tree_line02 img{
	display: block;
	width: 100%;
}




.sec250902{
}
.sec250902 .text p{
	font-size: 1.2rem;
}
@media (max-width: 750px){
	.sec250902 .text p br{
		display: none;
	}
}


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


/*==新着情報==============================*/
.news{
}
.news .deco{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	max-width: 200px;
	z-index: -1;
	opacity: 0.8;
}
.news .deco img{
	display: block;
	width: 100%;
}
/*==イベント==============================*/
.event_img{
	width: 100%;
	margin: auto;
	text-align: center;
}
.event_img img{
	width: 450px;
	margin: auto;
}


/*==welcome==============================*/
.welcome{
	/* padding: 0; */
	z-index: 2;
}
.welcome .main{
	
}
.welcome .main img{
	max-height: 450px;
	object-fit: cover;
}
.welcome .inner{
	position: relative;
	z-index: 1;
	/* top: -100px; */
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: 5px solid #E3DDC1;
}
.welcome .text .img{
	max-width: 200px;
	margin: 0 auto 40px;
}
.welcome h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.welcome h2 p{
	position: relative;
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
.welcome h2 p:first-child{
	color: #ff8400;
}
.welcome h2 p:first-child::before{
	content: '';
	display: inline-block;
	width: 20px;
	aspect-ratio: 1 / 1;
	background: url(../img/t_deco01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	margin-right: 5px;
	transform: translateY(-8px);
}
.welcome h2 p:last-child{
	margin-bottom: 0;
	opacity: 0.9;
	font-size: 0.8em;
}
.welcome .text .info{
	max-width: 750px;
	margin: 0 auto;
}
@media (max-width: 750px){
	.welcome .inner{
		top: -60px;
	}
	.welcome h2{
		font-size: 1.35rem;
	}
}




/*===今シーズンのおすすめ==============================*/



/*===link==============================*/
.t_line .inner.white{
	border: 5px solid #E3DDC1;
}
.t_line::after{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #4c1015;
	pointer-events: none;
	z-index:-1;
}
/*.t_line .inner{
	padding-bottom: 0;
}
.t_line .flex{
	display: flex;
	padding: 0;
}*/
.t_line .flex .bg{
	width: 50%;
}
.t_line .flex .bg .phone{
	width: 100%;
	height: 100%;
	background-image: url(../img/line_phone.png);
	background-size: contain;
	background-position: bottom center;
}
.t_line .flex .text{
	width: 50%;
	padding: 60px 5px;
	text-align: center;
}
.t_line .flex .text .sbtn a i{
	color: #06c755;
	transition: 0.4s;
}
.t_line .flex .text .sbtn a:hover i{
	color: #fff;
}
@media (max-width: 960px){
	.t_line .flex{
		display: block;
	}
	.t_line .flex .bg{
		width: 100%;
		height: 300px;
	}
	.t_line .flex .text{
		width: 100%;
		padding: 60px 5px;
	}
}



.flex231116{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex231116 .img{
	width: 240px;
}
.flex231116 .text{
	width: 50%;
	max-width: calc(100% - 300px);
	margin-left: 60px;
}
@media (max-width: 960px){
	.flex231116{
		display: block;
	}
	.flex231116 .img{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.flex231116 .text{
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
}


.app_link{
	display: flex;
}
.app_link .item{
	padding: 10px 0;
	margin-right: 20px;
}
.app_link .item a{
	display: block;
	height: 56px;
}
.app_link .item a img{
	display: block;
	height: 100%;
}
.app_link .item a:hover{
	opacity: 0.8;
}
@media (max-width: 750px){
	.app_link{
		justify-content: space-around;
	}
	.app_link .item{
		margin: 0;
	}
}
@media (max-width: 450px){
	.app_link .item a{
		height: 52px;
	}
}

/*=================================*/
.christmas_op{
	
}
.christmas_op .christmas_menu{
	max-width: 750px;
	margin: 0 auto;
}
.christmas_op h4{
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #e53232;
	margin-bottom: 10px;
}



/*===ギャラリー==============================*/
.t_gallery::after{
	content: '';
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	pointer-events: none;
	z-index:-1;
	clip-path: ellipse(100% 100% at top);
}
.t_gallery .deco{
	position: absolute;
	top: 5%;
	left: 0;
	width: 40%;
	max-width: 400px;
	opacity: 0.6;
}
.t_gallery .deco img{
	display: block;
	width: 100%;
}

.mini_slide{
	
}
.mini_slide li{
	position: relative;
	z-index: 1;
	margin: 0 12px;
}
.mini_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	border-radius: 50%;
}
.mini_slide a::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.mini_slide a::after{
	content: '';
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
}
.mini_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	border-radius: 50%;
}
.mini_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.15);
}

.mini_slide .slide_left, .mini_slide .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.mini_slide .slide_left{
	left: 0;
}
.mini_slide .slide_right{
	right: 0;
}
.mini_slide .slide_left i, .mini_slide .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.mini_slide .slide_left:hover i{
	transform: translate(-6px);
}
.mini_slide .slide_right:hover i{
	transform: translate(6px);
}

@media (max-width: 750px){
	.mini_slide li{
		margin: 0 7px;
	}
	.mini_slide .slide_left, .mini_slide .slide_right{
		width: 45px;
	}
}

/*===link==============================*/
.site_menu{
	padding-bottom: 0;
}
.site_menu .box{
	
}
.site_menu .box .flex{
	display: flex;
	justify-content: space-between;
}
.site_menu .box .flex .img{
	position: relative;
	width: 50%;
}
.site_menu .box .flex .img img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.site_menu .box .flex .text{
	/* width: 50%; */
	width: 100%;
	padding: 100px 40px;
	background-color: #4c1015;
	background-color: rgba(76,16,21,0.05);
}
.site_menu .box .flex .text h3{
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.site_menu .box .flex .text h3 span{
	display: block;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	color: #384a1e;
	color: #b5b5b5;
	line-height: 1;
}
.site_menu .box .flex .text .info{
	margin-bottom: 40px;
}
@media (max-width: 750px){
	.site_menu .box .flex{
		flex-direction: column;
	}
	.site_menu .box.reverse .flex{
		flex-direction: column-reverse;
	}
	.site_menu .box .flex .img{
		width: 100%;
		height: 300px;
	}
	.site_menu .box .flex .text{
		width: 100%;
		padding: 40px 20px 60px;
	}
}





/*===フッター==============================*/


.footer_middle{
	text-align: center;
	padding: 60px 0;
	/*background: url(../img/wood01.jpg);
	background-repeat: repeat;
	background-size: 800px;*/
}
.footer_middle .inner{
	border: 5px solid #E3DDC1;
}

footer h3{
	max-width: 200px;
	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;
}
.footer_middle p{
	font-size: 0.9rem;
}

.footer_bottom{
	background: #4c1015;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0.08em;
}
@media (max-width: 960px){
	.footer_bottom{
		padding: 10px 0 80px;
	}
}


.footer_nav{
	margin: 40px auto 0;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
	width: 100%;
}
.footer_nav ul li{
	display: flex;
}
.footer_nav ul li::after{
    content: "/";
    display: inline-block;
    margin: 0px 20px;
}
.footer_nav ul li:last-child::after{
	display: none;
}
.footer_nav ul li a{
	display: block;
	letter-spacing: 0.1em;
	font-size: 0.95rem;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}

@media (max-width: 960px){
	.footer_nav{
		display: none;
	}
	.footer_nav ul{
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}
	.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::after{
		display: none;
	}
	.footer_nav ul li a{
		display: block;
		width: 100%;
		height: auto;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #384a1e;
		border-bottom: 1px solid #384a1e;
	}
}


/*トップに戻る*/
.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: #384a1e;
  	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: 960px){
	.page_top{
		display: none;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.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.4;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.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;
	color: #fff;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===バースデーケーキページ==============================*/
.birthday_cake .lede{
	margin-bottom: 80px;
}
.birthday_cake .lede .img{
	position: relative;
	z-index: 1;
}
.birthday_cake .lede .img img{
	border-radius: 80% 30% 50% 50%/50%;
	border-radius: 20px;
}
.birthday_cake .lede h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	color: #384a1e;
}
@media (max-width: 750px){
	.birthday_cake .lede{
		margin-bottom: 40px;
	}
	.birthday_cake .lede h3{
		font-size: 1.45rem;
	}
}

.care_wrap{
	color: #fff;
	background-color: #384a1e;
	border-radius: 10px;
	padding: 20px;
}
.care_wrap ul li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.8rem;
}



.cake_menu .deco{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	max-width: 400px;
	opacity: 0.6;
}
.cake_menu .deco img{
	display: block;
	width: 100%;
}

.cake_menu .flex{
	display: flex;
	flex-wrap: wrap;
}
.cake_menu .flex .box{
	background-color: #fafafa;
	width: 32%;
	margin: 0 0.5% 30px;
	padding: 20px;
	border-radius: 10px;
}
.cake_menu .flex .box .img{
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.cake_menu .flex .box .img a{
	display: block;
	width: 100%;
}
.cake_menu .flex .box h3{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.cake_menu .flex .box h3 span{
	display: block;
	font-size: 0.9rem;
}
.cake_menu .flex .box .info{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 10px;
}
.cake_menu .flex .box .info2{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.cake_menu .flex .box .info .row{
	display: flex;
}
.cake_menu .flex .box .info .row p.sub{
	margin-right: 20px;
}
.cake_menu .flex .box .info .row p.cost{

}
.cake_menu .flex .box .info2 .row{
	display: flex;
}
.cake_menu .flex .box .info2 .row p.sub{
	margin-right: 20px;
}
.cake_menu .flex .box .other{
	text-align: center;
}
.cake_menu .flex .box .other p.care{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	padding: 5px 0;
}
.cake_menu .flex .box .other p.care span{
	display: inline-block;
	background-color: #ff8400;
	color: #fff;
	padding: 0 8px;
	line-height: 1.5;
	margin-right: 10px;
}
@media (max-width: 960px){
	.cake_menu .flex{
		justify-content: space-between;
	}
	.cake_menu .flex .box{
		width: 49%;
		margin: 0 0 30px;
	}
}
@media (max-width: 750px){
	.cake_menu .flex .box{
		width: 100%;
		margin-bottom: 20px;
	}
}


.last_sent{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	text-align: center;
}
.last_sent::before,
.last_sent::after{
	display: inline-block;
}
.last_sent::before{
	content: '＼';
	margin-right: 10px;
}
.last_sent::after{
	content: '／';
	margin-left: 10px;
}
.last_sent br{
	display: none;
}
@media (max-width: 750px){
	.last_sent{
		font-size: 1rem;
	}
	.last_sent br{
		display: block;
	}
}


/*===プチガトーページ==============================*/



/*===オリジナル・ギフトページ==============================*/
.original{
	z-index: 2;
}
.original .deco{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	max-width: 200px;
	z-index: 1;
	opacity: 0.8;
	transform: scaleX(-1);
}
.original .deco img{
	display: block;
	width: 100%;
}

.original .text{

}
.original .text h3{
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.2;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #384a1e;
	font-size: 1.25rem;
}
.original .text .info{
	text-align: center;
}
.original .text .info p{
	margin-bottom: 10px;
}
.original .text .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.original .text h3{
		text-align: left;
		margin-bottom: 25px;
		font-size: 1.4rem;
	}
	.original .text h3 br{
		display: none;
	}
	.original .text .info{
		text-align: left;
	}
	.original .text .info p{
		margin-bottom: 5px;
	}
}

.original .tail{
	margin: 0 auto;
	max-width: 750px;
	padding: 20px;
}

.gift{
	color: #fff;
}
.gift .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.gift .flex .box{
	width: 32%;
	margin-bottom: 40px;
}
.gift .flex .box:nth-child(even){
	margin-top: 10px;
}
.gift .flex .box .img{
	position: relative;
	overflow: hidden;
	clip-path: polygon(20% 0, 0 5%, 1% 52%, 0 90%, 5% 100%, 35% 98%, 74% 100%, 97% 99%, 100% 86%, 99% 16%, 96% 0, 46% 1%);
	border: 1px solid rgba(76,16,21,0.05);
}
.gift .flex .box .img::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.gift .flex .box .img img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
@media (max-width: 750px){
	.gift .flex{
		justify-content: space-between;
	}
	.gift .flex .box{
		width: 48.5%;
		margin-bottom: 20px;
	}
}

.gift .deco{
	position: absolute;
	top: 5%;
	left: 0;
	width: 40%;
	max-width: 400px;
	opacity: 0.6;
}
.gift .deco img{
	display: block;
	width: 100%;
}


/*===カフェページ==============================*/
.cafe{
	z-index: 2;
}
.text_lede{
	background-color: rgba(76,16,21,0.05);
	text-align: center;
	padding: 5px 0;
	margin-bottom: 50px;
}

.cafe_menu .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cafe_menu .flex .box{
	width: 48%;
	margin-bottom: 40px;
}

.fee_table{
	width: 100%;
	font-weight: normal;
}
.fee_table .row{
	border-bottom: 1px dotted #ccc;
	display: flex;
	align-items: center;
	padding: 8px 4px;
}
.fee_table .row::before{
	background: radial-gradient(#aaaaaa 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 p{
	width: -moz-fit-content;
	width: fit-content;
	font-size: 0.85rem;
}
.fee_table .row p.name{
	order: -1;
	max-width: 60%;
}
.fee_table .row p.cost{
	max-width: 35%;
}

.fee_table.normal .row{
	display: block;
}
.fee_table.normal .row::before{
	display: none;
}
@media (max-width: 750px){
	.cafe_menu .flex{
		display: block;
	}
	.cafe_menu .flex .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.cafe_menu .flex .box:last-child{
		margin-bottom: 0;
	}
}

.gallery .deco{
	position: absolute;
	top: 5%;
	left: 0;
	width: 40%;
	max-width: 400px;
	opacity: 0.6;
}
.gallery .deco img{
	display: block;
	width: 100%;
}


/*===店舗概要ページ==============================*/
.about .deco{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	max-width: 200px;
	z-index: 1;
	opacity: 0.8;
	transform: scaleX(-1);
}
.about .deco img{
	display: block;
	width: 100%;
}

.recruit_banner{
	max-width: 800px;
	margin: 0 auto;
}
footer .recruit_banner{
	max-width: 600px;
	margin-top: 30px;
}


.access{
	background-image: url(../img/block.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 46%;
}
.access .flex{
	display: flex;
	justify-content: space-between;
}
.access .flex .box{
	width: 49%;
}
.access .flex .box .img{
	max-width: 490px;
	margin: 0 auto;
}
.access .flex .box h3{
	position: relative;
	color: #fff;
	text-align: center;
	max-width: 490px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.access .flex .box h3 span{
	display: inline-block;
	background-color: #384a1e;
	padding: 0 15px;
}
.access .flex .box h3::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #fff;
	pointer-events: none;
	z-index:-1;
	opacity: 0.5;
}
@media (max-width: 750px){
	.access .flex{
		display: block;
	}
	.access .flex .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.access .flex .box:last-child{
		margin-bottom: 0;
	}
}

.access .deco{
	position: absolute;
	top: 5%;
	right: 0;
	width: 40%;
	max-width: 400px;
	opacity: 0.6;
	transform: scaleX(-1);
}
.access .deco img{
	display: block;
	width: 100%;
}


.recruit .deco{
	position: absolute;
	top: 5%;
	left: 0;
	width: 40%;
	max-width: 400px;
	opacity: 0.6;
}
.recruit .deco img{
	display: block;
	width: 100%;
}

.recruit .img{
	position: relative;
	z-index: 1;
	max-width: 580px;
	margin:  0 auto 30px;
}
.recruit .img::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #faf3e0;
	pointer-events: none;
	z-index:-1;
	border-radius: 50%;
	opacity: 0.6;
}
.recruit h3{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.recruit h3 p{
	position: relative;
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
.recruit h3 p:first-child{
	color: #ff8400;
}
.recruit h3 p:last-child{
	margin-bottom: 0;
	opacity: 0.9;
	font-size: 0.8em;
}
@media (max-width: 750px){
	.recruit h3{
		font-size: 1.35rem;
	}
}




/*===サンクスページ===*/
.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;
}

/*CAFE*/
.cafe .lede{
	margin-bottom: 80px;
}
.cafe .lede .img{
	position: relative;
	z-index: 1;
}
.cafe .lede .img img{
	border-radius: 80% 30% 50% 50%/50%;
	border-radius: 20px;
}
.cafe .lede h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	color: #384a1e;
}
.cafe .text h4{
	margin-bottom: 6px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #ff8400;
	font-size: 1.6rem;
}

.montblanc{
	width: 50%;
	height: 50%;
	position: relative;
}
.montblanc img{
	width: 100%;
	border-radius: 50%;
}
.montblanc::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 5px #faf3e0;
  border-radius: 50%;
}

@media (max-width: 750px){
	.cafe .lede{
		margin-bottom: 40px;
	}
	.cafe .lede h3{
		font-size: 1.45rem;
	}
	.cafe .text h4{
		text-align: center;
		font-size: 1.45rem;
	}
	.original .text h4 br{
		display: none;
	}
	.montblanc{
		margin: auto;
	}
}


.takumiti-zu{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.takumiti-zu p{
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.cafe1215{
	max-width: 750px;
	margin: 0 auto;
}
.cafe1215 h4{
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #e53232;
}
.cafe1215 img:hover{
	opacity: 0.7;
}

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

.btn_flex{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.btn_flex .sbtn{
	width: 45%;
}
@media (max-width: 950px){
	.btn_flex{
		flex-direction: column;
		align-items: center;
	}
	.btn_flex .sbtn{
		width: 80%;
		padding: 20px 0;
	}


}