@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    font-weight: 300;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem; /* 14px*/
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
	font-family: 'Oswald', sans-serif;
	/* font-family: 'Noto Sans JP', sans-serif; */
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
/* main{
	flex: 1;
} */
li{
	list-style: none;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
    display: block;
}
a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: .8;
}
p{
	color:#40210F;
	font-size: 14px;
}
img {
	width: 100%;
}
.dispNon--pc, .dispNon--pctab, .dispNon--pcsp  {
    display: none;
}
.dispNon--tab, .dispNon--sp, .dispNon--tabsp {
    display: block;
}
.nolink {
    pointer-events: none;
}
.widthImg {
    width: 100%;
}
.heightImg {
	width: auto;
	height: 100%;
}
.position--center {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.font-mplus {
	font-family: 'M PLUS 1p', sans-serif;
}
.js-fadeUp-ttl{
	transition: all 1s;
    -moz-transition: all 1;
    -webkit-transition: all 1s;
}
.fontNoto{
	font-family: 'Noto Sans JP', sans-serif;
}
.pagetop {
	position: fixed;
	width: 60px;
	bottom: 8vw;
	right: 3%;
	z-index: 9;
}
.dis_600, .dis_480{
	display: none;
}

/* header --------------------------------------------------------*/
.nav-tabsp {
	display: none;
}
.header {
	width: 100%;
	background-color: #e6dfc8;
	/* border-bottom: 5px solid #333; */
	height: 80px;
	box-sizing: content-box;
}
.header__inner {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header__logo {
	width: auto;
	height: 30px;
	float:left;
	margin-top: 22px;
}
.header_tel{
	float:right;
	width:200px;
	margin-top: 30px;
}
.bg_tex{
	background-image: url("../img/bg.jpg");
}
.header__logo a, .header__logo img {
	height: 100%;
	width: auto;
}
.nav-pc {
	width: 800px;
	margin: 0 auto;
	height: 60px;
}
.nav-pc__list {
	height: 100%;
}
.nav-pc__list {
	/* display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; */
    font-weight: 500;
    font-size: .8em;
    line-height: 1em;
	letter-spacing: .05em;
	margin:0;
	margin-top:25px;
	padding: 0;
	/* padding:25px 0; */
	/* position:absolute;
	top:50%;
	right:0; */
	position:relative;
}
.nav-pc__list li {
	width: 133px;
	float:left;
}

.bar_btm_1 a::after{
	position: absolute;
	left: 22px;
	content: '';
	width: 100px;
	height: 2px;
	background: #40210F;
	bottom: -8px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.5s;
	}
.bar_btm_1 a:hover::after {
	transform: scale(0.9, 1);
	}
.bar_btm_2 a::after{
	position: absolute;
	left: 15px;
	content: '';
	width: 100px;
	height: 2px;
	background: #40210F;
	bottom: -8px;
}
.nav-pc__list li a {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.nav-pc__list li a.nolink {
	color: #323232;
}
.nav-pc__list li:last-child {
	border-right: none;
}
.nav-pc__list li a:hover span::after {
	width: 110%;
}
nav.nav-tabsp {
	display: none;
}
.box_1{
	max-width:800px;
	margin: 6vw auto 8vw;
}
.box_2{
	max-width:800px;
	margin: 2vw auto 0;
}
.box_3{
	max-width:800px;
	margin: 2% auto 0;
}
.box_4{
	max-width:800px;
	margin: 10vw auto 10vw;
}
.menu_icon img{
	height: 40px;
	width: auto;
}
.menu_txt{
	margin-top:.5em;
	height: 18px;
}
.menu_txt img{
	height: 18px;
	text-align: center;
	width: auto;
}
/* main --------------------------------------------------------*/
/* メインイメージ */
.detail_btn{
	width:250px;
	margin: 70px auto;
}
.img_row{
	margin: 50px auto;
}
.img_row ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.img_row ul li{
	width:250px;
}
.img_row ul li img{
	width: 100%;
}
.ttl_base{
	height: 43px;
	text-align: center;
	margin: 80px auto 50px;
}
.ttl_base img{
	width:auto;
	height: 100%;
}
.txt_base{
	margin: 30px auto;
	line-height: 2;
	text-align: center;
	color: #40210F;
}

/* footer --------------------------------------------------------*/
.footer {
	width: 100%;
	position:relative;
	background-color: #e6dfc8;
	overflow: hidden;
}
.left_footer{
	float: left;
	width: 50%;
}
.right_footer{
	float: right;
	width: 46%;
}
.schedule{
	margin: 20px auto;
}
.foot_bg{
	max-width: 800px;
	margin: 50px auto;
}
.map_add{
	float: right;
	width:50%;
}
.footer__copyright {
	clear: both;
	color: #40210F;
	text-align: center;
	font-size: 10px;
	padding: 4em 0 0;
	line-height: 1em;
	letter-spacing: .1em;
}

@media (max-width: 800px)  {
}





@media (max-width: 1600px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 540px)  {
}

/* ----------------------------------------------------------------------------------------------------*/
/* 1038px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint TAB -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (max-width: 1038px) {
    .inner_common, .section__inner__right, .foot_wave_inner{
		width:90%;
		margin:0 auto;
	}
	/* .header__inner{
		width:100%;
	} */
	.blank_h{
		height:40vw;
	}
	.txt__left{
		width:auto;
	}

    .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {
        display: none;
    }
	.dispNon--pc {
		display: block;
	}
	/* header --------------------------------------------------------*/
	.nav-pc {
		width: auto;
	}
}

/* @media screen and (max-width: 922px) {
	
.mainimage__kikaku {
    width: 65.97%;
    background: url(../img/mainimage__kikaku__bg_02.png) no-repeat bottom center;
    background-size: 100% auto;
}
	.mainimage__kikaku__ttl {
		width: 29.50%;
	}
	.mainimage__kikaku__txt {
		font-size: .9vw;
		line-height: 1.8em;
		margin-top: -1%;
	}
} */

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint SP -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {
	.mv{
		margin: 0 auto 5vw;
	}
	.box_2{
		margin: 12vw auto 0;
	}
	.img_row{
		margin: 0 auto;
	}
	.header__logo{
		margin-top: 14px;
	}
	.header_tel{
		margin-top: 22px;
		margin-right: 80px;
	}
	.sp_menu_icon img{
		height: 40px;
		width: auto;
	}
	.sp_menu_txt img{
		height: 20px;
		width: auto;
	}
    .dispNon--sp, .dispNon--pcsp , .dispNon--tabsp {
        display: none;
    }
    .dispNon--pc, .dispNon--tab, .dispNon--pctab {
        display: block;
    }
	.header__inner, .section__inner {
		max-width: 100%;
	}
	.pagetop {
		position: fixed;
		width: 9.33%;
		bottom: 20vw;
		right: 5%;
	}
	/* header --------------------------------------------------------*/
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		height: 60px;
		box-sizing: border-box;
	}
	.header__inner {
		height: 100%;
	}
	.header__logo {
		left: 5%;
		margin-left:2%;
	}
	.header__menuBtn {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 2%;
	}
	.header__menuBtn span {
		width: 24px;
		height: 1px;
		position: absolute;
		background-color: #40210F;
		left: 50%;
		margin-left: -12px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header__menuBtn span:nth-child(1) {
		top: 20px;
	}
	.header__menuBtn span:nth-child(2) {
		top: 50%;
	}
	.header__menuBtn span:nth-child(3) {
		bottom: 20px;
	}
	.header__menuBtn.active span:nth-child(2) {
		opacity: 0;
	}
	.header__menuBtn.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 30px;
	}
	.header__menuBtn.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 29px;
	}
	.nav-tabsp {
		width: 100%;
		margin:0 auto;
		background-color: #e6dfc8;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 16% 5% 0;
		display: none;
		opacity: 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.nav-tabsp__list li {
		border-top: 1px solid #40210F;
	}
	.nav-tabsp__list li:last-child {
		border-bottom: 1px solid #fff;
	}
	.nav-tabsp a {
		font-size: 1em;
		font-weight: 500;
		color: #fff;
		text-align: center;
		padding: 1.5em 10vw;
	}
	.nav-tabsp li a.nolink {
		color: #323232;
	}
	.nav-tabsp__logo {
		width: 50%;
		margin: 0 auto;
		padding: 10% 0;
	}
	.nav-tabsp__list li a{
		overflow: hidden;
	}
	.sp_menu_icon{
		/* float: left; */
	}
	.sp_menu_txt{
		/* float: left; */
		width: 50px;
	}
	.nav ul li a img{
		height: 20px;
	}
	.nav-tabsp__list li a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content {
		padding: 0 20px;
	}
	.img_row ul li{
		margin-right: 1vw;
	}
	.img_row ul li:last-child{
		margin-right: 0;
	}
}
@media (max-width: 600px)  {
	.mv{
		width:300px;
		margin: 30px auto 30px;
	}
	.header_tel{
		display: none;
	}
	.dis_600{
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.foot_bg{
		height:0;
	}
	.dis_480{
		display: block;
	}
	.left_footer, .right_footer{
		float: none;
		width:90%;
		margin: 0 auto 30px;
	}
	.mv{
		margin: 30px auto 14px;
	}
	.ttl_base{
		margin: 40px auto 0;
	}
	.ttl_base img{
		height: 80%;
	}
	.txt_base{
		margin: 20px auto 0;
	}
	.detail_btn{
		margin: 30px auto;
	}
	.footer{
		padding-bottom: 40px;
	}
	.footer__copyright{
		padding: 10px 0 0;
		font-size: 8px;
	}
	.box_3{
		margin: 30px auto 0;
	}
}