@charset "UTF-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700&display=swap');
@import url('message.css');
@import url('chart.css');

/* =========================================================
	basic style
========================================================= */
*,
*:before,
*:after {
	box-sizing: inherit;
}

html{
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: kinto-sans, sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: center;
	color: #343434;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s ease 0s 1 normal;
}

.pc{
	display: block;
}
	@media only screen and (max-width: 960px){
		.pc {
			display: none;
		}
	}
	@media only screen and (max-width : 599px){
		.pc {
			display: none;
		}
	}


.pc_tablet{
	display: block;
}
	@media only screen and (max-width: 960px){
		.pc_tablet {
			display: block;
		}
	}
	@media only screen and (max-width : 689px){
		.pc_tablet {
			display: none;
		}
	}

.tablet_sp	{
	display: none;
}
	@media only screen and (max-width: 960px){
		.tablet_sp {
			display: block;
		}
	}
	@media only screen and (max-width : 599px){
		.tablet_sp {
			display: block;
		}
	}

.tablet	{
	display: none;
}
	@media only screen and (max-width: 960px){
		.tablet {
			display: block;
		}
	}
	@media only screen and (max-width : 599px){
		.tablet {
			display: none;
		}
	}

.sp	{
	display: none;
}
	@media only screen and (max-width: 960px){
		.sp {
			display: none;
		}
	}
	@media only screen and (max-width : 599px){
		.sp {
			display: block;
		}
	}

ul{
	margin: 0;
	padding: 0;
	}

a	{
	overflow: hidden;
	outline: none;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus {
	outline: none;
}

a:link {
	color: #fe3615;
	text-decoration: none;
}

a:visited {
	color: #fe3615;
	text-decoration: none;
}

a:hover {
	color: #fe8e15;
	text-decoration: none;
}

a:active {
	color: #fe8e15;
	text-decoration: none;
}

img {
	margin: 0;
	border: 0;
}

a img {
	margin: 0;
	border: 0;
}

a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.margin-right-1{
	margin: 0 0.5rem 0 0;
}

.margin-right-2{
	margin: 0 1.0rem 0 0;
}

.margin-right-3{
	margin: 0 2.0rem 0 0;
}

.margin-bottom-1{
	margin: 0 0 1.0rem 0;
}

.margin-bottom-2{
	margin: 0 0 2.0rem 0;
}

.margin-bottom-3{
	margin: 0 0 3.0rem 0;
}

.text12{
	font-size: 1.2rem;
}

.text14{
	font-size: 1.4rem;
}

.text16{
	font-size: 1.6rem;
}

.text-center {
	text-align: center !important;
}

.text-white {
	color: #fff;
}

p	{
	margin: 1.4em 0 1.4em 0;
	font-weight: 400;
}

.text-contents{
	max-width: 700px;
	margin: 1.4em auto 1.4em;
	font-size: 1.8rem;
	text-align: justify;
	text-align: justify;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
@media only screen and (max-width : 599px){
	.text-contents{
		width: 100%;
		font-size: 1.4rem;
	}
}


/********** header **********/
header {
	position: relative;
	width: 100%;
	height: 900px;
	background-image: url("../img/header_bg_pc.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center;
}
	@media only screen and (max-width : 689px){
		header {
			height: 90vh;
			background-image: url("../img/header_bg_sp.jpg");
		}
	}

header.page_message__header {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 0 20px;
	background-image: url("../img/header_bg_pc.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center;
}
	@media only screen and (max-width : 689px){
		header.page_message__header {
			height: 200px;
			background-image: url("../img/header_bg_sp.jpg");
		}
	}

h1 {
	position: absolute;
	top: 50px;
	left: calc(50% - 800px / 2);
	display:	block;
	overflow: hidden;
	width: 800px;
	height: 400px;
	background-image: url("../img/header_title.svg");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 799px){
		h1 {
			position: absolute;
			display:	block;
			top: 5vh;
			left: calc(50% - 90vw / 2);
			width: 90vw;
			overflow: hidden;
			background-image: url("../img/header_title.svg");
			background-size: contain;
		}
	}

h1.page_message__title {
	position: absolute;
	top: 20px;
	left: calc(50% - 400px / 2);
	display:	block;
	overflow: hidden;
	width: 400px;
	height: 200px;
	background-image: url("../img/header_title.svg");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 599px){
		h1.page_message__title {
			position: absolute;
			display:	block;
			top: 20px;
			left: calc(50% - 300px / 2);
			width: 300px;
			overflow: hidden;
			background-image: url("../img/header_title.svg");
			background-size: contain;
		}
	}

h2.header-inner__headline {
	position: absolute;
	top: 680px;
	left: calc(50% - 570px / 2);
	display:	block;
	overflow: hidden;
	width: 570px;
	height: 135px;
	background-image: url("../img/headline.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 599px){
		h2.header-inner__headline {
			top: 68vh;
			left: calc(50% - 90vw / 2);
			width: 90vw;
			height: auto;
			aspect-ratio: 570 / 135;
		}
	}


.header-inner__navigator-image {
	position: absolute;
	top: 480px;
	left: calc(50% - 150px / 2);
	display:	block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	text-indent:	100%;
	white-space:	nowrap;
	border-radius: 100%;
}
	@media only screen and (max-width : 599px){
		.header-inner__navigator-image {
			position: absolute;
			top: 40vh;
			left: calc(50% - 150px / 2);
			display:	block;
			overflow: hidden;
			width: 150px;
			height: 150px;
			border-radius: 100%;
		}
	}


.header-inner__navigator-name {
	position: absolute;
	top: 490px;
	left: calc((50% - 150px / 2) + 160px);
	display:	block;
	overflow: hidden;
	width: 36px;
	height: 131px;
}
	@media only screen and (max-width : 599px){
		.header-inner__navigator-name {
			top: 42vh;
			left: calc(50% -36px / 2);
			display:	block;
			overflow: hidden;
			width: 36px;
			height: 131px;
		}
	}

/********** container **********/
#container {
	width:100%;
	margin: 0 auto;
}
	@media only screen and (max-width : 599px){
		#container {
			overflow: hidden;
		}
	}


main {
	/* overflow: hidden; */
	width: 100%;
	margin: 0 auto;
	padding: 0 0 60px;
	text-align: center;
}

/* ----- Gigya ----- */
#jme {
	width: 350px;
	margin: 50px auto;
	background: #fff;
}
	@media only screen and (max-width: 599px){
		#jme {
			width: 90%;
			margin: 30px auto;
		}
	}


/* ----- banner ----- */
.area-banner {
	margin: 70px auto;
	text-align: center;
	box-sizing: content-box;
}

@media only screen and (max-width: 599px){
	.area-banner {
		width: 100%;
		margin: 30px auto 40px;
	}
}

.area-banner__image {
	width: 250px;
	height: auto;
}
@media only screen and (max-width: 599px){
	.area-banner__image {
		width: 80%;
	}
}


/* ----- contents ----- */
.area-contents {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto 30px;
    z-index: 1;
}
@media only screen and (max-width: 599px){
	.area-contents {
		padding: 5px;
		margin: 0 auto;
	}
}

.area-contents__inner {
	width: calc(100% - 10px * 2);
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
}
@media only screen and (max-width: 599px){
	.area-contents__inner {
		padding: 30px 0 20px;
	}
}


/* -- otoshidama -- */
.area-otoshidama {

}
.area-otoshidama__list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
	margin: 0 auto 20px auto;
}

.area-otoshidama__item {
	flex-basis: 49%;
}
	@media only screen and (max-width: 599px){
		.area-otoshidama__item {
			flex-basis: 48%;
		}
	}

.area-otoshidama__image {
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

.area-otoshidama__figcaption {

}

.area-otoshidama__name {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
}
@media only screen and (max-width: 599px){
	.area-otoshidama__name {
		font-size: 1.4rem;
	}
}



/* -- oasis -- */
.area-oasis {
	margin: 0;
	background-image: url("../img/bg_oasis.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.area-oasis-title {
	max-width: 400px;
	height: auto;
	margin: 0 0 10px;
	filter: drop-shadow(2px 2px 0 #000);
}
	@media only screen and (max-width: 599px){
		.area-oasis-title {
			margin: 0;
		}
	}

.area-oasis-text {
	padding: 1.4rem 0 0;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
}

/* -- talk -- */
.area-talk {
	position: relative;
	height: 700px;
	margin: 0;
	background-image: url("../img/bg_talk_pc.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 40px #CFAF4E;
	border-bottom: solid 40px #CFAF4E;
}
	@media only screen and (max-width: 599px){
		.area-talk {
			position: relative;
			height: 60vh;
			background-image: url("../img/bg_talk_sp.jpg");
			border-top: solid 30px #CFAF4E;
			border-bottom: solid 30px #CFAF4E;
		}
	}

.area-talk-title {
	position: absolute;
	width: 250px;
	height: auto;
	margin: 0 0 30px;
	top: 20%;
	left: calc(25% - 250px / 2);
}
	@media only screen and (max-width: 599px){
		.area-talk-title {
			position: absolute;
			width: 150px;
			height: auto;
			margin: 0 0 30px;
			top: 40%;
			left: calc(50% - 150px / 2);
		}
	}

/* -- gyakuden -- */
.area-gyakuden {
	color: #fff;
	background-color: #C30D23;
}

.area-gyakuden-title {
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}
	@media only screen and (max-width: 599px){
		.area-gyakuden-title {
			width: calc(100% - 10px * 2);
			margin: 0 auto;
		}
	}

/* ----- button ----- */
.area-message__button {
    width: 70%;
    min-width: 280px;
    margin: 50px auto 0;
}
	@media only screen and (max-width: 599px){
		.area-message__button {
			margin: 20px auto;
		}	
	}

a.area-message__button-link {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 15px 20px 15px 15px;
    background: #d8b133;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
	letter-spacing: 1px;
}
@media only screen and (max-width : 599px){
	a.area-message__button-link {
		margin: 20px auto 30px auto;
		padding: 10px 10px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}

a.area-message__button-link:after {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 120px;
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 5;
}
	@media only screen and (max-width : 599px){
		a.area-message__button-link:after {
			display: none;
		}
	}

a.area-message__button-link:hover {
    background: #eeca51;
}


/********** footer **********/
footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.footer_bottom {
	display: flex;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 180px auto;
}
	@media only screen and (max-width: 1024px){
		.footer_bottom {
			width: 90%;
			margin: 0 auto 60px auto;
		}
	}

	@media only screen and (max-width : 599px){
		.footer_bottom {
			display: block;
			margin: 0 auto 70px auto;
		}
		
	}

.footer_bottom .gotohome{
	width: 100px;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .gotohome{
			width: 100%;
			margin: 0 0 35px 0;
			text-align: center;
		}
	}

.footer_bottom .gotohome img{
	width: 100%;
	height: auto;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .gotohome img{
			width: 30%;
			max-width: 200px;
		}
	}

.footer_bottom .j-wave_credit{
	width: calc(100% - 100px);
	text-align: right;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .j-wave_credit{
			width: 100%;
			text-align: center;
		}
		
	}


.footer_bottom .j-wave_credit img{
	width: 200px;
	height: auto;
	margin: 0 0 10px;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .j-wave_credit img{
			width: 60%;
			max-width: 400px;
		}
	}

.footer_bottom .j-wave_credit span{
	display: block;
	color: #343434;
	font-size: 10px;
}

@media (min-width: 600px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}