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

@font-face{
	font-family: "", "";
	font-style: 400;
	font-weight: normal;	
}

html{
	font-size: 62.5%;

}
body{
	color: #000000;
	font-family: "", "";
	font-size: 2rem;
	line-height: 1.5;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	font-weight: medium;
	background-color: #FDFDFD;
	overflow-x: hidden;
}
a{
	color: #000000;
	text-decoration: none;
	margin: 0;
}
li{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
h1{
	font-weight: normal;
	margin: 0;
	font-size: 4vw;
}
h2{
	font-weight: normal;
	font-size: 24px;
	display: flex;
}
main section{
	padding: 50px 120px 80px 120px;
	text-align: center;
	line-height: 2;
}
main section p{
	display: inline-block;
	text-align: left;
}
/*
---------------------------------------------------------

 *utility 
  -------------------------------------------------------
*/
.text-center{
	text-align: center;
}
.wrapper{
	max-width: 1200px;
/*  	box-sizing: border-box;*/
	margin: auto;
/*	padding: 0 20px;*/
}
.img-sp{
	display: none;
}
.img-pc{
	width: 100%;
}
.En{
	font-family: "", "";
	font-weight: 400;
	font-style: normal;
}
.hr{
	width: 28vw;
	display: block;
	margin: auto;
}
.sp-br{
	display: none;
}
/*-----------------------------------------

*header
------------------------------------------*/
.heder{
/*	position: fixed;*/
	position: relativere;
/*	display: flex;*/
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
.header-inner{
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
/*
.header__En{
	font-family: "p22-fllw-eaglefeather", "sans-serif";
	font-weight: 400;
	font-style: normal;
}
*/
.header-about{
	left: 0;
	width: 100%;
	z-index: 50;
}
.breadcrumb {
/*  text-align: end;*/
 padding: 10px 0 30px;
  list-style: none;
  width: 80%;
  margin: auto;
}
/*
.breadcrumb-wrapper{
	background-color: F
}
*/

.breadcrumb li {
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-size: 13px;
  font-weight: normal;
}

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

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

.breadcrumb li a:hover {
	color: #BEBEBE;
	transition: 0.2s ease-out;
}

/*-----------------------------------------

*hero-image（title-bg）
------------------------------------------*/
.title-bg{
	position: relative;
	top: 80px;
}

.section-header{
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	font-size: 5vw;
	font-weight: 300;
/*	margin: 15vw 0px 0px 8vw;*/
	top: 30%;
	left: 10%;
}
.title-header__En{
	font-size: 3vw;
}

/*-----------------------------------------

*navigation
------------------------------------------*/
.navigation{
	width: 100%;
    text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	display: flex;
    background-color: #FFFFFF;
}
.navigation-list{
    padding-top: 30px;
    padding-bottom: 30px;
	margin: auto;
}
.nav-item__link>a:hover{
	color: #BEBEBE;
	transition: 0.2s ease-out;
	text-align: center;
	margin: 0 ;
	padding: 0 ;
	}
	nav ul li{
	list-style: none;
	display: inline-block;
	min-width: 90px;
	}

/*
nav{
text-align: center;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;
}
*/
/*
nav ul li a{
text-decoration: none;
color: #333;
}
nav ul li.current a{
color: #F33135;
}
*/

    

.header-logo{
	text-align: center;
	padding-top: 40px;
	margin: auto;
	width: 133px;
}
/*
.header-logowrapper{
	background-color: #FFFFFF;
}
*/
.nav-item__link{
	margin-right: 2.5vw;
	font-size: 16px;
}
.nav-item__link:last-child{
	margin-right: 0;
}
/*
.nav-item__link:last-of-type {
	margin-right: 5vw;	
}
*/
.nav-item__link2{
	margin-right: 2.5vw;
	font-size: 16px;
    padding-bottom: 10px;
}
.nav-item__link2:last-of-type {
	margin-right: 5vw;	
}

/*
.nav-itemfooter__link:last-of-type {
	margin-right: 5vw;	
}
*/
/*
.highlight .nav-item__link.current>a{
	background: linear-gradient(#4d4d4d,#4d4d4d);
	background-position: 0 90%;
		(transparent 80%, #e8d29c 0%);
	background-size: 100% 1px;
	background-repeat: repeat-x;
	color: #4d4d4d;
	margin-bottom: 25px;
}
*/


/*-----------------------------------------

*section
------------------------------------------*/
.support-body{
    margin-top: 25vw;/*画像表示の場合は25vw*/
/*画像表示の場合	margin-top: 25vw;*/
}
.section-inner{
	position: relative;
	margin-bottom: 100px;
}
.section-body{
	width: 80%;
	margin: auto;
}

.section-title{
	font-weight: bold;
	font-size: 3rem;
	padding: 60px 0 15px 250px;
}
.section-text{
	padding: 0 50px 80px 250px;
	text-align: left;
}
.support-pcimg{
	position: absolute;
	width:  210px;
	top: -6%;
	left: 8%;
}
.title-no{
	position: absolute;
	font-family:  'Noto Serif', serif;
	font-weight: 700;
	font-style: italic;
	color: #f1e5c7;
	font-size: 15rem;
	top: -110px;
	right: 200px;
}
.attention-text{
	padding-top: 10px;
	font-size: 1.6rem;
}
/*-----------------------------------------

*reserve
------------------------------------------*/
button.reserve-btn{
	width: 260px;
	height: 91px;	
	font-family: "fot-tsukuardgothic-std", "sans-serif";
	font-size: 2rem;
	letter-spacing: 0.15em; 
	color: #4d4d4d;
	border: solid 1px #4d4d4d;
	outline: none;
	background: rgba(0,0,0,0);
	background-size: 285px 60px;
	box-shadow: 17px 17px 0 rgba(245,225,216,1);
	cursor: pointer;
	transition: all 0.3s ease;
}
button.reserve-btn:hover {
	font-size: 18px;
	box: 260px 91px;
	border: solid 1.3px #4d4d4d;
	background: rgba(245,225,216,1);
	box-shadow: none;
}
.reserve-btn{
	margin-bottom: 160px;
}

/*-----------------------------------------

*footer
------------------------------------------*/
.footer-wrapper{
	position: relative;
	display: flex;
	width: 100%;
/*	height: 270px;*/
/*    padding-top: 80px;*/
    bottom: 20px;
	object-fit: cover;
    justify-content: center;
    background-color: #FFFFFF;
/*    align-items: center;*/
/*	padding-top: calc(291 / 1280 * 100%);  calc(画像高さ ÷ 画像横幅 × 100%) */
/*	background: url("../images/footer/footerbg.png") center center / cover no-repeat;*/
}
.footer{
　font-weight: normal;
  display: flex; /* 横並びにする */
  align-items: center; /* 垂直中央揃え */
  justify-content: center;
  padding: 20px;
}


.p-line{
	text-decoration: underline;
	vertical-align: text-top;
}
.copyrights{
    position: absolute;
    font-family: 'Roboto Condensed';
/*    font-weight: bold;*/
    font-size: 14px;
    color: #000000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3%;
}

@media screen and (max-width : 1050px ){
	body{
		overflow-x: hidden;
		font-size: 1.8rem;
	}
	
	img{
		width: 100%;
		height: auto;
	}
	hr{
		margin: 0.8vw 0;
		width: 30vw;
		height: 0.8vw;
		background-color: #e8d29c;
		border: none;
	}
	h1{
		font-weight: normal;
		margin: 0;
		font-size: 6vw;
	}
	h2{
		font-weight: normal;
		font-size: 24px;
		display: flex;
	}
/*-------------------------------------------
	utility
---------------------------------------------*/
	.wrapper{
		margin: 0;
	}
	.img-pc{
		display: none;
	}
	.img-sp{
		width: 100%;
		display: block;
	}
	.hr{
		width: 45vw;
	}
	.sp-br{
		display: block;
	}
/*-------------------------------------------
	navigation
---------------------------------------------*/	
	.navigation-list{
		display: block;
	}
	
/*-----------------------------------------
*hero-image
------------------------------------------*/
.hero-image{
	position: relative;
	top: 60px;
}
.title-bg{
	top: 60px
	}
.section-header{
	position: absolute;
	top: 33%;
	left: 10%;
}
/*
.title-header__En{
	font-size: 4vw;
}
*/
.header{
	position: relative;
	left: 0;
	width: 100%;
}
.navigation-list{
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	position: absolute;
	top: 150px;
	z-index: 50;
}
.header-logo{
	text-align: center;
	vertical-align: middle;
	padding-top: 80px;
	padding-bottom: 20px;
	margin: auto;
	width: 133px;
	
}
.nav-item__link{
	margin-bottom: 1vw;
	font-size: 16px;
}
/*
.nav-blog__link{
	margin-bottom: 1.5vw;
}
*/
/*
.highlight .aboutnav-blog__link>a:hover{
	color: #4d4d4d;
	transition: 0.2s ease-out;
}
*/
/*
.header__En{
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 1.8rem;

}
*/
/*
.highlight .nav-item__link.current>a{
	background: linear-gradient(#e8d29c,#e8d29c);
    background-position: 0 85%;
    width: 170px;
    background-size: 100% 3px;
    background-repeat: repeat-x;
    font-size: 2rem;
    color: #fff;
    margin: auto;
}
	
.highlight .nav-item__link>a:hover{
	color: #e8d29c;
	transition: 0.2s ease-out;
}
*/

.header-inner {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: rgba(249,241,225,0.8)
}
	
.header-about {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fbf7ee;
  z-index: 100;
/*  box-shadow: 0 2px 6px rgba(0,0,0,.16);*/
}
.navigation {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  transition: all .6s;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  z-index: 200;
}


/*
.nav-blog__link a {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  text-decoration: none;
  color: #FFFFFF;
}
*/
/*
.highlight .aboutnav-blog__link>a:hover{
	color: #e8d29c;
	transition: 0.2s ease-out;
}
.highlight .aboutnav-item__link.current>a{
	background: linear-gradient(#e8d29c,#e8d29c);
	background-position: 0 85%;
	background-size: 100% 3px;
	background-repeat: repeat-x;
	font-size: 2rem;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.highlight .aboutnav-item__link>a:hover{
	color: #e8d29c;
	transition: 0.2s ease-out;
}
*/
.nav-item__link a:hover {
  font-color: #e8d29c;
}
.black-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 100;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */

	
/*-------------------------------------------
	section
---------------------------------------------*/	
	.support-spimg{
		width:  300px;
	}
	
	.section-inner{
		background-color: #ffffff;
		width: 90%;
		margin: auto;
		margin-bottom: 100px;
	}
	
	.section-body{
		position: static;
		background-color: none;
		width: 90%;
	}
	.support-spimg{
		width: 100%;
		position: static;
	}
	.title-no{
		position: static;
		padding: 20px;
	}
	.section-title{
		padding: 0;
		justify-content: center;
		letter-spacing: normal;
/*		font-size: 1.8rem;*/
}
	.section-text{
		padding: 30px 0 50px;
/*		font-size: 1.6rem;*/
		line-height: 1.8;
		display: inline-block;
		text-align: left;
}
/*-------------------------------------------
	
	footer
---------------------------------------------*/	
.footer-wrapper{
	display: block;
}
		.footer{
/*			margin: 50px auto;*/
			margin: 0;
		}
		.copyrights{
			position: static;
			display: block;
			margin: 0 auto;
			padding-bottom: 10px;
		}
	
}

/*-----------------------------------------

pagetop-btn
------------------------------------------*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.page-top a {
/*    background: none;*/
    text-decoration: none;
/*    color: #fff;*/
    width: 40px;
    text-align: center;
    display: block;
/*    border-radius: 5px;*/
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}
ion-icon{
	font-size: 30px;
	color: #4d4d4d;
	right: 20px;
}

/* タブレット*/
@media screen and (max-width: 768px){

	main section{
		padding: 40px 50px;
		font-size: 1.5rem;
		line-height: 1.8;
	}

}