@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle{
		display: none !important;
	}	
}
@media (min-width: 750px){
	.sp{
		display: none !important;
	}	
}
body{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;
}
/* スペース調整======================================== */
.w960{
	max-width: 960px;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.bg_light{
	background-color: #f8f4e6; /* アイボリー*/
}
/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#f8f4e6;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:250px;
}

/* ヘッダー　======================================== */
header{
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,0.25);
}
header h1{
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2em;
}
header h1 img{
	width: 120px;
	padding-top: 1rem;
}
.header_in{
	max-width: 1800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.header_in nav ul{
	display: flex;
	align-items: flex-end;
	margin-right: 20px;
	margin-top: 10px;
}
.header_in nav ul li{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size:1em;
	font-weight: bold;
}
.header_in nav ul li a{
	color: #fff;
	text-shadow: 3px 3px 5px #000;
	transition:all .5s ease-in;
}
.header_in nav ul li a:hover{
	color: #f9e59d;
	transition:all .5s ease-in;
}
.header_top_flex{
	display: flex;
	justify-content:center;
	align-items: center;
	padding-top: 10px;
}
.header_top_flex h2.tel{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	width: 200px;
	margin-right: 1rem;
	text-align: center;
}
.header_top_flex h2.tel a{
	display: block;
	font-size: 1rem;
	width: 100%;
	height: 100%;
	padding: 0.25em 0.5em;
	color: #fff;
	background:#69c78e;
	border-radius: 5px;
	transition:all .5s ease-in;
}
.header_top_flex h2.tel a:hover{
	color: #fff;
	background: #bfa62f;
	transition:all .5s ease-in;
}

/* スライダー　======================================== */
.slider{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
}
.top_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.top_copy h2{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	font-size:2.5em;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.top_copy img.logo{
	width: 250px;
}
.top_copy img.copy{
	display: block;
	margin: auto;
	width: 80%;
	max-width: 700px;
	margin-bottom: 50px;
}
/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1800px;
	margin: auto;
	background-color: #e8ece9;
	padding: 0;
}
/* 新着情報 ================================================== */
.news_wrap{
	background:#666;
}
.news{
	max-width: 900px;
	height: 150px;
	overflow:auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.news h3{
	font-size: 18px;
	width: 150px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	color:#333;
}
.news_in{
	width: 100%;
	height: 100%;
	max-width: 850px;
	margin: 0 ;
	padding: 10px;
}

/* 各コンテンツ枠　======================================== */
.contents{
	padding: 30px 0;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}

.photo_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
/* 見出し　==================== */
.txt_box{
	width: 100%;
	height: 130px;
	position: relative;
	margin-bottom: 20px;
}
.txt_box h2{
	position: absolute;
	width: 100%;
	bottom: 0px;
	transform: rotate(0.05deg);
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	color: #69c78e;
	font-family: 'M PLUS 1p', sans-serif;
}
.txt_box h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 5em;
	vertical-align: middle;
	color: #efdeb1;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: -1;
}
.link_flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.flex_center{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.button_wrap_2{
	text-align: center;
	padding: 10px;
}
/* 挨拶　==================== */
.greeting_wrap{
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}
.greeting_flex{
	display: flex;
	align-items: stretch;
}
.greeting_wrap img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.greeting_wrap .greeting_txt{
	width: 50%;
	background: rgba(255,255,255,0.75);
	padding: 20px;
}
.greeting_wrap .greeting_txt p{
	margin-bottom: 20px;
	line-height: 180%;
}
.greeting_wrap .greeting_txt h3{
	color: #69c78e;
	font-size: 1.2em;
}

/* カルーセル　==================== */
.carousel {
	padding: 0;
}
.carousel div {
	margin: 0 5px;
	height: 230px;
	overflow: hidden;
}
.carousel img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.carousel .slick-next {
	right: 17px;
	z-index: 50;
}
.carousel .slick-prev {
	left: 23px;
	z-index: 50;
}
/* ボタン　================================================== */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 320px;
	background-color:#69c78e;
	color: #fff;
	padding: 0.5em;
	position: relative;
	border-radius: 5px;
}
.button_01::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	color: #fff;
	background:#bfa62f;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}

/* トピックス　================================================== */
.topic{
	max-width: 960px;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	align-items: stretch;
}
.topic div{
	width: 100%;
	padding: 10px;
}
.topic div img{
	width: 100%;
}
.topic h3{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	font-size: 1.1em;
}
.topic p{
	font-size: 0.9em;
	line-height: 180%;
}
.topic p span{
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ffddbc 0%);
}
.bg_no01{
	background: url("../img/no01.png") no-repeat;
	background-position: top left;
	background-size: 45px;
	padding: 30px 0 10px 30px;
}
.bg_no02{
	background: url("../img/no02.png") no-repeat;
	background-position: top left;
	background-size: 45px;
	padding: 30px 0 10px 30px;
}
.bg_no03{
	background: url("../img/no03.png") no-repeat;
	background-position: top left;
	background-size: 45px;
	padding: 30px 0 10px 30px;
}

/* フッター部分　================================================== */
footer{
	background: url("../img/bg_img001.jpg") no-repeat;
	background-size: cover;
	margin-bottom: 0;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	padding-top: 30px;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	font-weight: 700;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color:#333 ;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #69c78e;
	transition:all .5s ease-in;
}
footer h2 img{
	width: 250px;
	padding: 10px;
}
.footer_in{
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 20px;
	background:rgba(255,255,255,0.85);
	border-radius: 20px;
}
.footer_in p{
	color: #333;
	line-height: 120%;
}
.footer_in p.phone_buttom{
	text-align: center;
	font-size:1.8em;
	padding: 20px 0;
	line-height: 180%;
}
.footer_in p.phone_buttom a{
	color: #333;
}
.footer_in p.phone_buttom a:hover{
	color: #69c78e;
	transition:all .5s ease-in;
}
footer small p{
	color: #333;
	text-align: center;
	padding-bottom: 30px;
}
.footer_in p.mail_buttom{
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: 700;
}
.footer_in p.mail_buttom a{
	color: #fff;
	background: #69c78e;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	border: solid 1px #fff;
	border-radius: 5px;
	transition:all .5s ease-in;
}
.footer_in p.mail_buttom a:hover{
	background: #bfa62f;
	color: #fff;
	transition:all .5s ease-in;
}
.point{
	background:#bfa62f;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 80%;
	color: #fff;
}

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

.subtitle{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
}
.sub_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.sub_copy h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2rem;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.sub_copy h2 span{
	font-size: 150%;
}
.contents_in{
	max-width: 960px;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}



/* 概要ページ ================================================== */

.gaiyou{
	width: 100%;
	background-color: rgba(255,255,255,0.50);
}
.gaiyou th{
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 8px 20px;
	background: #69c78e;
	width: 180px;
	color: #fff;
}
.gaiyou th::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top:50%;
	transform: translateY(-50%);
	right: -1.5em;
	border-style: solid;
	border-color: transparent transparent transparent #69c78e;
	border-width: 0.5em 1em 0.5em 0.5em;
	z-index: 10;
}
.gaiyou td{
	vertical-align: top;
	padding: 8px 20px;
	border-bottom: #69c78e 1px solid;
}
.map{
	width: 90%;
	margin: auto;
}
/* こだわり==================== */
.commit{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.commit_in{
	width: 100%;
}
.commit_in img{
	width: 100%;
}

.txt_point{
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ffddbc 0%);
}
.kaisetsu{
	border: solid 1px #ccc;
	padding: 1em;
}
.kaisetsu h3{
	color:#69c78e
}
h3.green{
	background:#69c78e;
	color: #fff;
	padding: 3px 10px;
	border-left: solid 8px #51996e;
	margin-bottom: 15px;
}

/* メールフォーム==================== */
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#cd5c5c;
	border-radius: 50px;
    padding: 10px 30px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#d59f9f;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
#mailform{
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,0.49);
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table tr:nth-child(odd){
	background-color: #f5f5f5;
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#69c78e;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#69c78e;
	color:#fff ;
	border-radius: 5px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#bfa62f;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
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: #fa8072;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

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


/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: transparent;
	opacity: 0.8;
	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: 15px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	left: 1em;
	background:rgba(0,0,0,0.25);
	padding: 3px 5px;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

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


