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

/* width960px以下非表示*/
@media (min-width: 960px){
.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}

/* all */
body{
	font-family: fot-tsukuardgothic-std, sans-serif;
	background-color: #f5f5f5;
}
p{
	line-height: 180%;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg_w{
	background-color: #fff;
}

.bg_w_inner{
	background-color: rgba(255,255,255,0.55);
	padding: 20px;
	border-radius: 15px;
}
.bg_g{
	background:#bdc3c9;
}
.bg_lg{
	background:#f5f5f5;
}
/* 見出し　テキスト　*/
.txt_lv02{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 3em;
	margin-bottom: 15px;
	line-height: 120%;
	background: url("../img/bg_wood.jpg") no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.txt_lv03{
	font-size: 2em;
	border-bottom: solid 3px;
	margin-bottom: 1em;
	border-image: url("../img/bg_wood.jpg") 25%/0 0 8px;
	
}
.txt_bold01{
	font-size: 1.6em;
	font-weight: 700;
	vertical-align:middle;
	border-bottom: solid 1px;
	margin-bottom: 1rem;
}
.txt_bold02{
	font-size: 1.2em;
	font-weight: 700;
}
.txt_small{
	font-size: 70%;
}
span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1.2em;
	display: inline-block;
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
/* ボタン　================================================== */

.button_wrap{
	display: flex;
	justify-content: space-between;
	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;
	position: relative;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	transition: .5s;
}
.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{
	background:#012437;
	color: #fff;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}
.button02 {
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}
.button02 a {
	display: inline-block;
	position: relative;
	padding: 1em 1em 1em 50px;
	color: #012437;
	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 #012437;
	background-color: #012437;
	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: #012437;
}

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

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


header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background: #012437;
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	height: 100px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
	padding: 15px;
}
.site-header.transform{
}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	margin-left: 20px;
}
.site-header h1 img{
	width: auto;
	height: 70px;
	vertical-align: middle;
	padding: 0;
	transition: .5s;
}
.site-header h1 a{
	color: #000;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.nav_wrap{
	margin-right: 20px;
}
.nav_wrap nav ul{
	list-style: none;
	display: flex;
	justify-content:flex-end;
	padding-right: 30px;
}
.nav_wrap nav ul li{
	margin: auto;
	padding: 0;
	margin-left: 20px;
	margin-top: 1rem;
	line-height: 40px;
	font-size:1rem;
	position: relative;
	overflow: hidden;
	font-weight: 700;
}
.nav_wrap nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #7b5136;
}
.nav_wrap nav ul li::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background:rgba(123,81,54,0.0);
	content: '';
	transform: translate3d(-100%,0,0);
	transition: transform 0.35s;
}
.nav_wrap nav ul li:hover::before{
	background:rgba(123,81,54,1.0);
	transform: translate3d(0,0,0);
}
.nav_wrap nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(123,81,54,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.nav_wrap nav ul li:hover::after{
	background:rgba(123,81,54,1.0);
	transform: translate3d(0,0,0);
}
.nav_wrap p a{
	display: block;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
	color: #7b5136;
	margin-top: 15px;
	margin-left: 10px;
	padding: 3px 10px;
	transition: .5s;
}
.nav_wrap p a i{
	font-size: 30px;
	vertical-align: middle;
}
.nav_wrap p a:hover{
	padding: 0 10px 6px;
}


/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.1;
}
.top_slider{
	position: relative;
	top: 100px;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	overflow: hidden;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: calc(100vh - 130px);
	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/slide04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	z-index: 2;
}

/* コンテンツ
   ========================================================================== */

.contents{
	padding: 50px 0;
}

.contents_in{
	padding: 0 10px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001 figure{
	width: calc(100% - 20px);
	margin: 10px;
	padding: 20px;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card001 figure img{
	width: 100%;
	border-radius: 15px;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #012437;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
}
.card001_tipe2{
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}
.card001_tipe2 .photo3{
	width: calc(100% / 3);
}
.card001_tipe2 .photo3 img{
	width: 100%;
	display: block;
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 0 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}

.icon_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.icon_flex li{
	width: calc(100% / 5 - 20px);
	text-align: center;
	margin: 10px;
}
.icon_flex li img{
	width: 100%;
	padding: 10px;
	background: #8eceea;
	border-radius: 50%;
}
.icon_flex li h3{
	font-size: 1rem;
	
}

.photo_right{
	text-align: right;
}
.photo_right img{
	width: 50%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.photo_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
/* 新着情報 =================== */
.news_wrap{
	padding: 30px 0 50px;
	background-position: bottom center;
	background: url("../img/bg_img03.jpg") no-repeat;
	background-size: cover;
}
.news{
	max-width: 960px;
	height: 150px;
	overflow:auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 20px;
}
.news h3{
	font-size: 1.5em;
	width: 150px;
	margin-top: auto;
	margin-bottom: 20px;
	text-align: center;
	color:#bdc3c9;
}
.news_in{
	width: 100%;
	height: 100%;
	max-width: 850px;
	margin: 0 ;
	padding: 10px;
	color: #bdc3c9;
}

/* リンクコンテンツ　==================== */

/* コンタクト　================================================== */
.bg_contact{
	background:url("../img/bg_img01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}

/* フッター部分　================================================== */
footer{
	background:#012437;
	color: #bdc3c9;
	padding: 50px 0;
}
footer nav{
	max-width: 700px;
	margin: auto;
}

footer h2 img{
	width: 250px;
}
.footer_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

.footer_in p{
	line-height: 200%;
	color: #bdc3c9;
}
.footer_in p a{
	color: #bdc3c9;
}
.footer_in p a:hover{
	text-decoration: underline;
}
.footer_in nav{
	margin-bottom: 50px;
}
.footer_in nav ul{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	height: 4em;
	width: 380px;
}
.footer_in nav ul li{
	position: relative;
	width: fit-content;
	overflow: hidden;
}
.footer_in nav ul li a{
	color: #bdc3c9;
}
.footer_in nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(189,195,201,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.footer_in nav ul li:hover::after{
	background:rgba(189,195,201,1.0);
	transform: translate3d(0,0,0);
}
footer small p{
	color: #bdc3c9;
	text-align: right;
}
/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	line-height: 100%;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	font-size:2.5em;
	padding-left: 10px;
	padding-bottom: 5px;
}
.sub_bg{
	background: url("../img/bg_img02.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}

/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom: 20px;
	left: 100px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.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 {
  color: #bdc3c9;
}
/* サブページコンテンツ
   ========================================================================== */
.card002 .menu{
	width: 100%;
	padding: 0 1rem;
	align-self: flex-start;
	margin-bottom: 50px;
}


.menu dl{
	display: flex;
	width: calc(100% - 2rem);
	margin: 1rem;
	border-bottom: solid 1px #ccc;
}
.menu dl dt{
	text-align: left;
	width: 100%;
}
.menu dl dd{
	text-align: right;
	width: 100%;
}
.menu ul {
	padding: 1rem;
}
.menu ul li{
	font-size: 1.1rem;
	font-weight: 400;
	vertical-align: middle;
}
.menu ul li i{
	font-size: 80%;
}
/* テーブル============================================================ */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #012437;
	width: 25%;
	min-width: 6em;
	font-weight: 700;
}
/* Map ============================================================ */
.map iframe{
	width: 100%;
	aspect-ratio: 16 / 3;
	filter: grayscale(100%);
	display: block;
	transition: .5s;
}
.map iframe:hover{
	filter: grayscale(0%);
}

/* メールフォーム============================================================ */
.bg_contact02{
	background:url("../img/bg_img01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 50px ;
}

#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #012437;
}
#mailform table th{
	width: 220px;
	text-align: left;
	padding: 1em;
	vertical-align: middle;
	line-height: 120%;
	color: #012437;
}

#mailform table td{
	width: calc(100% - 210px);
	padding: 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-color:rgba(255,255,255,0.49);
	width: 100% !important;
	padding: 5px 10px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#004875;
	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:#012437;
	color:#fff ;
	border-radius: 5px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #012437;
	background:#bdc3c9;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #012437;
	border-bottom: solid 1px;
	margin-top: 1rem;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5rem 1rem;
}
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: #004875;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

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

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	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;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #f5f5f5;
   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%);
}

