@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
	.navToggle,.sptb,.globalMenuSp{
		display: none !important;
	}
}
@media (min-width: 960px){
	
}
@media(min-width:749px){
	.sp{
		display: none !important;
	}	
}

body{
	color: #4d2f1c;
	background-color: #f8f4e6;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 180%;
}
/* スペース調整==================== */
.w1920{
	max-width: 1920px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w1366{
	width: calc(100% - 200px);
	margin: auto;
	max-width: 1366px;
}
.h100{
	height: 100px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
/* 最大表示幅枠　==================== */
.wrapper{
	max-width: 1920px;
	margin: auto;
	background:url("../img/bg_img01.jpg") repeat-y;
	background-size: 100%;
}
/* 背景==================== */


.bg_inner_w{
	background: rgba(255,255,255,0.45);
	border-radius: 15px;
	padding: 50px 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}

.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url("../img/img_footer.jpg");
	background-size: cover;
	background-position: top 10% center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
background-attachment: scroll;
}

.bg_texture_lb{
	background: url("../img/bg_texture_bl.png") no-repeat;
	background-position: bottom left;
	background-size: auto;
}
.bg_texture_rb{
	background: url("../img/bg_texture_br.png") no-repeat;
	background-position: bottom right;
	background-size: auto;
}
.bg_ivory{
	background: #f8f4e6;
}
.bg_img02{
	background:url("../img/bg_texture_br.png") ,url("../img/bg_img02.jpg");
	background-repeat: no-repeat;
	background-attachment:scroll ,fixed;
	background-position: bottom right , center;
	background-size: auto ,cover;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img02{
	background-attachment: scroll,scroll;
}
.bg_img03{
	background: url("../img/bg_img03.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img03{
	background-attachment: scroll,scroll;
	background-position: top right;
}
@media (max-width: 450px){
	.bg_img03{
		background-position: right bottom;
		background-size: auto 150%;
	}
}

/* フレックスボックス==================== */
.card001{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-content: center;
}
.card001 .type01{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	
}
.card001 .type01 img{
	width: 100%;
}

.card001 .type02{
	width: calc(100% / 2 - 30px);
	margin: 15px;
}
.card001 .type02 img{
	width: calc(100% - 20px);
	vertical-align: middle;
	box-shadow: 10px 10px #4d2f1c;
	margin-bottom: 10px;
}

.card001 .type03{
	width: calc(100% / 2 - 30px);
	margin: 15px;
}
.card001 .type03 img{
	vertical-align: middle;
	width: 100%;
}
.card001 .type03 h4{
	text-align: center;
	font-size: 1.2em;
	font-family: 'Kaisei Opti', serif;
}


.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 .img{
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 10px;
}
.align_end{
	align-items: flex-end
}
.card002 .txt p{
	line-height: 200%;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
}
.border_dot{
	padding-bottom: 30px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 30px;
}
.wrap80{
	padding: 0 3em;
}
.img16-9{
	aspect-ratio: 16 / 9;
	border-radius: 15px;
	object-fit: cover;
}
.img4-3{
	aspect-ratio: 4 / 3;
	border-radius: 15px;
	object-fit: cover;
}
.img3-2{
	aspect-ratio: 3 / 2;
	border-radius: 15px;
	object-fit: cover;
}
.img1-1{
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	object-fit: cover;
}
/* 見出し　================================================== */
.txt_lv02{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-shadow: 2px 2px 5px rgba(255,255,255,0.5);
}
.txt_lv02 span{
	font-family: 'Yomogi', cursive;
	font-size: 250%;
	letter-spacing: 0.1em;
}
.txt_lv02::first-letter{
	color: #52e370;
}
.txt_lv02.red::first-letter{
	color: #f17d54;
}


.txt_lv03{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
	border-bottom: solid 3px #f17d54;
}

.txt_lv03_b{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.txt_lv03_b::first-letter{
	color: #52e370;
}
.txt_lv03_b span{
	font-size: 200%;
}

.txt_lv04{
	font-size: 1.5rem;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.1em;
}

.txt_lv05{
	font-size: 1.2rem;
}
.txt_lv05::before{
	font-family: "Font Awesome 6 Free";
    content: "\f00c";
    font-weight: bold;
    margin-right: 10px;
    color: #b34255;
}

.txt_catch01{
	font-size: 1.2rem;
	font-weight: 700;
	color: #4d2f1c;
	text-align: center;
}
.txt_catch02{
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem;
	border-top:solid 1px #4d2f1c;
	border-bottom:solid 1px #4d2f1c;
}
.txt_catch03{
	font-family: 'Kaisei Opti', serif;
	font-size: 1.2rem;
	color: #4d2f1c;
	text-align: center;
	width: fit-content;
	margin: auto;
}
.txt_catch03 span{
	color: #b34255;
	font-size: 120%;
}


.txt_point01{
	font-size: 120%;
	display:inline-block;
}

/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 250px;
	margin: 0 0 0 auto;
	height: 40px;
	position: relative;
	font-weight: 700;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background:#4d2f1c;
	color: #fff;
	padding: 0.3em;
}
.btn::after{
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn a:hover{
	color: #fff;
	background-color:#000;
	transition: .5s;
}
.btn:hover::after{
	right: 10px;
	transition: .5s;
}
.btn02{
	font-size: 1.2em;
	font-weight: 700;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    width: 100%;
    background:#f7c0cf;
    padding: 8px 30px;
	border-radius: 30px;
    text-align: center;
	margin-bottom: 20px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.btn02 span {
	position: relative;
	z-index: 3;
	color:#333;
}

.btn02:hover span{
	color:#333;
}

/*== 背景が流れる*/
.bgleft02:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#4d2f1c;
 	width: 100%;
	height: 100%;
	border-radius: 30px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft02:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.btn_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_wrap .btn02{
	width: calc(100% - 20px);
	margin: 10px;
}
.button02 {
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}
.button02 a {
	display: inline-block;
	position: relative;
	padding: 1em 1em 1em 50px;
	color: #4d2f1c;
	font-size: 18px;
	font-weight: 700;
	transition: .5s;
}
.button02 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 1px solid #4d2f1c;
	background-color: #4d2f1c;
	border-radius: 50%;
	transition: .5s;
}
.button02 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .5s;
}
.button02 a:hover {
	color: #4d2f1c;
}

.button02 a:hover::before {
	background-color: #f17d54;
}

.button02 a:hover::after {
	border-top: 2px solid #4d2f1c;
	border-right: 2px solid #4d2f1c;
}

/* ヘッダー　==================== */
header{
	position: relative;
	width: 100%;
	z-index: 900;
}
.site-header{
	background: rgba(255,255,255,0.0);
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	transition: .5s;
}
.site-header.transform{
	background: rgba(255,255,255,1.0);
}
.site-header .header_in{
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
    color:rgba(255,255,255,0.85);
	padding: 10px;
}
.site-header h1{
	white-space: nowrap;
}
.site-header h1 img.mark{
	height: 80px;
	padding: 5px;
}
.site-header h1 img.logo{
	height: 80px;
	filter: invert(100%) contrast(300%);
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}
.site-header .button_wrap{
	display: flex;
	justify-content:flex-end;
	align-items: center;
	width: 100%;
}
.site-header .button_wrap .phone{
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 140%;
	color: #fff;
}
.site-header.transform .button_wrap .phone{
	color: #4d2f1c;
}
.site-header .button_wrap .phone a{
	color: #fff;
	transition: .5s;
}
.site-header.transform .button_wrap .phone a{
	color: #4d2f1c;
}
.site-header .button_wrap .phone a:hover{
	color: #eedcb3;
}
.site-header.transform .button_wrap .phone a:hover{
	color: #999;
}

.site-header .button_wrap .mail{
	display: inline-block;
	text-align: center;
	width: 250px;
	background-color:#fff;
	color: #4d2f1c;
	font-weight: 700;
	padding: 0.5em;
	border-radius: 30px;
	margin-left: 20px;
	position: relative;
}
.site-header .button_wrap .mail a{
	color: #4d2f1c;
}
.site-header.transform .button_wrap .mail{
	background-color:#4d2f1c;
	color: #fff;
}
.site-header.transform .button_wrap .mail a{
	color: #fff;
}

.site-header .button_wrap .mail::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.site-header .button_wrap .mail:hover{
	background-color:#eedcb3;
	transition: .5s;
}
.site-header.transform .button_wrap .mail:hover{
	background-color:#4d2f1c;
	color: #dbdbdb;
	transition: .5s;
}
.site-header .button_wrap .mail:hover::after{
	right: 10px;
	transition: .5s;
}

/*global_nav ==================*/
.site-header .global_nav{
	width: 100%;
	max-width: 1366px;
	margin: auto;
	padding: 10px;
}
.site-header .global_nav ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-header .global_nav ul::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #dbdbdb;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
}
.site-header .global_nav ul::after{
	content: '';
	width: 5px;
	height: 5px;
	background: #dbdbdb;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
	right: -2px;
	z-index: 2;
}
.site-header .global_nav ul li{
	width: calc(100% / 7);
	border-left: 1px solid #dbdbdb;
	position: relative;
	line-height: 150%;
}
.site-header .global_nav ul li::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #dbdbdb;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: -3px;
	z-index: 2;
}
.site-header .global_nav ul li::after{
	content: '';
	width: 5px;
	height: 5px;
	background: #dbdbdb;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
	left: -3px;
	z-index: 2;
}
.site-header .global_nav ul li:last-child{
	border-right: 1px solid #dbdbdb;
}
.site-header .global_nav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: 0.2s all ease-in;
}

.site-header .global_nav ul li a span{
	display: block;
	font-size: .8rem;
	text-transform: capitalize;
	color: #52e370;
	font-weight: 500;
}
.site-header .global_nav ul li a:hover{
	transform: translateY(-5px);
	
}

.site-header.transform .global_nav ul li a{
	color: #4d2f1c;
}
.site-header.transform .global_nav ul li a span{
	color: #f17d54;
}

/* コンタクト　==================== */
.button_wrap_contact{
	display: flex;
	justify-content: center;
	align-items: center;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background-color:transparent;
	color: #fff;
	border: solid 1px #fff;
	padding: 0.5em;
	margin: 10px;
	position: relative;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	transition: .5s;
}
.button_01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}


/* フッター部分　==================== */

footer{
	padding: 50px 0 0;
	color: #fff;
}
.flex_footer{
	max-width: 960px;
	margin: auto;
	display: flex;
}
.footer_in{
	width: 100%;
	margin-bottom: 50px;
}
.footer_in h2{
	text-align: center;
}
.footer_in h2 img {
	width: 400px;
	filter: invert(100%) contrast(300%) drop-shadow(1px 1px 5px rgba(0,0,0,0.5));
}

.footer_in p{
	text-align: center;
}
.footer_in p img{
	width: 150px;
}

footer small p{
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background: #4d2f1c;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image:
		linear-gradient(rgba(0,0,0,0.4) 20% , rgba(0,0,0,0.0) 100%),
		url("../img/bg_texture_bl.png");
	background-position:center,left bottom;
	background-size:cover ,900px;
	background-repeat: no-repeat;
}
.slide_catch{
	position: absolute;
	top:calc(150px + 3vh);
	left: 5%;
	right: 5%;
	z-index: 20;
	padding: 1em;
}
.slide_catch h2{
	font-family: 'Yomogi', cursive;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 3rem);
	color: #fff;
}
.slide_catch h2 img{
	width: 100%;
	height: calc(100vh - 200px);
	max-height: 600px;
	object-fit: contain;
	object-position: left top;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
	padding: 15px;
}

.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide02-2.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03-3.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}


/* カルーセルスライダー ======================================== */
.carousel_wrap{
	max-width: 100%;
	overflow-x: hidden;
	margin-top: 50px;
}
.carousel {
	width: 100%;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	object-fit: cover;
}

/* 各コンテンツ枠　======================================== */
section.contents{
	padding: 70px 0;
	overflow: hidden;
}
/*  リンクコンテンツ ================================================== */
.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
	padding: 10px 0;
}
.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3 - 20px);
	aspect-ratio: 4 / 3;
	background:#333;
	overflow: hidden;
	margin-bottom: 20px;
}
.effect-chico img {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.effect-chico:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico figcaption {
	width: 100%;
	padding: 1em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico figcaption::before,
.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h3 {
	font-weight: 700;
	font-size: 1.4em;
	color: #fff;
	padding: 1.5rem;
}
.effect-chico h3::first-letter{
	color: #57ceed;
}


.effect-chico p {
	font-size: 0.9em;
	margin: 0 auto 0 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.effect-chico:hover figcaption::before,
.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-chico .arrow{
	position: absolute;
	color: #fff;
	bottom:40px;
	right: 40px;
	font-size: 1rem;
}

.effect-goliath {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px;
	width: calc(100% / 3 - 20px);
	aspect-ratio: 16 / 9;
	height: auto;
	text-align: center;
	cursor: pointer;
	background: #fff;
	transition: .5s;
}

.effect-goliath img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: contain;
	opacity: 0.8;
}

.effect-goliath figcaption {
	padding: 2rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-goliath figcaption::before,
.effect-goliath figcaption::after {
	pointer-events: none;
}

.effect-goliath figcaption,
.effect-goliath figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.effect-goliath img,
.effect-goliath h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	cursor: pointer;
}

.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-goliath h3{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	font-size: 1.2em;
}

.effect-goliath p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 30px;
	text-transform: none;
	font-size: 1rem;
	text-align: right;
	color: #4d2f1c;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
.effect-goliath:hover{
	background:#eedcb3;
}

.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}

.effect-goliath:hover h3 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* table================================================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #b34255;
	padding: 1em;
	width: 30%;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
}

.line02 ul li{
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.line02 dl{
	display: flex;
	font-size: 0.9rem;
	margin-left: 1em;
	margin-bottom: 1em;
}
.line02 dl dt{
	width: 9em;
}
@media (max-width: 750px){
	.line02 table th,.line02 table td{
		display: block;
		width: 100%;
	}
	.line02 table th{
		border-bottom: none;
		padding-bottom: 0.5em;
		text-align: left;
		font-weight: 700;
	}
	.line02 table td{
		padding-top: 0.5em;
		position: relative;
	}
	.line02 table td::after{
		position: absolute;
		content: "";
		left: 0;
		bottom: -1px;
		width: 100px;
		height: 1px;
		background-color: #b34255;
	}
}

/* table================================================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #4d2f1c;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	width: 20%;
	min-width: 6em;
}
@media (max-width: 450px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding: 1em 1em 0.5em;
	}
	.simple01 table td{
		padding:0.5em 1em 1em;
	}
}

.map_wrap{
	display: flex;
	justify-content:center;
	align-items: center;
}
.map{
	width: 100%;
}
.map iframe{
	vertical-align: middle;
	width:100%;

}
.map h4{
	background: #331f13;
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 1em;
	border-bottom: solid 3px #eedcb3;
}
.map h4 span{
	font-size: 90%;
}
@media (max-width: 750px){
	.map_wrap{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.map iframe{
		aspect-ratio: 4 / 3;
	}
}
/* list================================================== */
ul.border01{
	padding: 1rem;
}
ul.border01 li{
	font-size: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
	border-bottom: dashed 1px #edb5b2;
	margin-bottom: 0.5rem;
	line-height: 180%;
}
ol.number01{
	padding: 1rem;
}
ol.number01 li{
	border-bottom: dashed 1px #edb5b2;
	margin-bottom: 1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ol.number01 .number{
	font-size: 2rem;
	font-weight: 700;
	color: #b34255;
	display: block;
	width: 1.5em;
}
ol.number01 .txt{
	font-size: 1.2rem;
	font-weight: 700;
	flex: 1;
}


ul.varieties{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.varieties li{
	font-size: 1rem;
	margin-right: 1em;
	margin-bottom: 0.5em;
}


.dl_border01 dl{
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	border-bottom: dashed 1px #edb5b2;
	padding: 1rem;
}
.dl_border01 dl dt{
	width: 12em;
}
.dl_border01 dl dd{
	flex: 1;
}

.greeting_o p{
	text-indent: 1em;
	margin-bottom: 1em;
}

/* タイムライン1============================================================ */
.timeline{
	position: relative;
	width: calc(100% - 20px);
	margin: auto;
}
.timeline .timeline_inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
.timeline .timeline_inner::before{
	position: absolute;
    content: "";
    height: 125%;
    width: 8px;
    top: 25px;
    left: 36px;
    background: #f2cfc2;
}
.timeline .timeline_inner:last-child::before{
	height: 5%;
	background-color: transparent;
}
.timeline .timeline_inner dt{
	width: 80px;
    height: 80px;
    line-height: 80px;
    background: #4d2f1c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    z-index: 4;
    letter-spacing: 0.05em;
}
.timeline .timeline_inner dd{
	flex: 1;
    position: relative;
    left: 20px;
    margin-top: 10px;
    padding: 15px 10px 15px 30px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	border-left: solid 5px #f17d54;
}
.timeline .timeline_inner dd::after{
	border: solid transparent;
	content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-right-color:#f17d54;
    right:100%;
    top:1.6rem;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}
.timeline_inner h4{
	font-size: 1.1em;
}


/* QA ================================================== */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #39998e;
}
.qa-list dl dd::before {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #b34255;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p a{
	color: #b34255;
	transition: .5s;
}
.qa-list dl dd p a:hover{
	text-decoration: underline;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.pa_btn{
	 margin: 0;
}
.pa_btn a{
	display:  inline-block;
	background: #f7c0cf;
	color: #333;
	padding: 0.25em 1em;
	border-radius: 20px;
	font-size: 0.8rem;transition: .5s;
	margin: 0 0.5em 0.5em 0;
}
.pa_btn a:hover{
	background: #4d2f1c;
	color: #fff;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}



/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}

.contact_phone{
	display: block;
	width: fit-content;
	margin: auto;
	text-align: center;
	font-size: 2.5rem;
	color: #4d2f1c;
	font-family: 'Yomogi', cursive;
	font-style: normal;
	font-weight: 400;
	transition: .5s;
	vertical-align: middle;
	line-height: 120%;
	padding: 10px 0;
}
.contact_phone i{
	font-size: 70%;
	vertical-align: middle;
}
.contact_phone:hover{
	color: #52e370;
}

.dl_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.dl_btn li{
	width: 250px;
	margin: 0.5em;
	color: #fff;
	text-align: center;
	font-size: clamp(0.8rem, 0.68rem + 0.4267vw, 1rem);
}
.dl_btn li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #4d2f1c;
	border-radius: 50px;
	padding: 1rem 0;
	color: #fff;
	transition: .5s;
}
.dl_btn li a:hover{
	background: #f17d54;
}
@media screen and (max-width: 450px) {
	.dl_btn{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #4d2f1c;
}
#mailform table th{
	width: 220px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
	margin-bottom: 0.5em;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border-radius: 5px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#4d2f1c;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px;
	font-weight: 400;
	background:#4d2f1c;
	color:#fff ;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #fff;
	background:#f17d54;
}
.infobox{
	margin: 30px auto;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	border-bottom: dashed 1px;
	margin-top: 1em;
}
.infobox h5 i{
	color: #4d2f1c;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 1em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#4d2f1c;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #4d2f1c;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #4d2f1c;
  border-color: #4d2f1c;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* サブページタイトル==================== */

.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
	background-color: #eedcb3;
	background-image:url("../img/bg_texture_bl.png"),linear-gradient(to bottom ,rgba(77,47,28,0.3) ,rgba(77,47,28,0.0),rgba(77,47,28,0.0)),url("../img/sub_bg01.jpg");
	background-size: auto 90% ,cover,cover;
	background-position:left bottom, center,center;
	background-repeat: no-repeat;
}

.subtitle h2{
	font-family: 'Yomogi', cursive;
	font-weight: 400;
	color:#fff;
	text-align: center;
	width: 100%;
	font-size:1.2rem;
	position: absolute;
	top: 50%;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.subtitle h2 span{
	font-size: 250%;
	letter-spacing: 0.1em;
}

/* パンくずナビ　==================== */
.breadcrumb {
	margin: 0;
	padding: 2px 5px;
	list-style: none;
	position: absolute;
	bottom:20px;
	right: 20px;
	font-size: 1em;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	color: #fff;
	
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	transition: .5s;
}

.breadcrumb li a:hover {
	color: #edb5b2;
}

.copy_img{
	padding: 15px;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.1));
}

.bg_img04{
	background: linear-gradient(rgba(0,0,0,0.2) , rgba(0,0,0,0.2)) , url("../img/bg_texture_br.png") ,url("../img/slide01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed ;
	background-size: cover , auto, cover;
	background-position: center ,bottom right,center;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img04{
	background-attachment: scroll,scroll;
	background-position: center;
}

/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* スクロールエフェクト ================================================== */
.swipe,.swipe_w{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #f8f4e6;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}

.swipe_w::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe_w .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe_w.inview .swipe_in{
   opacity: 1;
}
.swipe_w.inview::after{
   transform: translateX(100%);
}


