@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
	background-color: #fff;
}

body .container {
	width: 100%;
	padding: 0;
	overflow: hidden;
}


/* main visual */
.booking-form-japan{
	background-image: url('../img/banner/top_japan_banner.webp');
}

.booking-form-hawaii{
	background-image: url('../img/banner/top_hawaii_banner.webp');
}

.tour-location{
	background-image: url('../img/banner/top_tour_location.webp');
}

@media screen and (max-width: 767px) {
	.booking-form-japan{
		background-image: url('../img/banner/top_japan_banner_sp.webp');
	}

	.booking-form-hawaii{
		background-image: url('../img/banner/top_hawaii_banner.webp');
	}

	.tour-location{
		background-image: url('../img/banner/top_tour_location.webp');
	}
}

/*********************************************************** 

	common

***********************************************************/

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
    
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
  
}

.page-container #subcontent{
	padding:50px 20px 0;
}

/* pankuzu */
#pankuzuArea {
	width: 1040px;
	margin: 10px auto 30px;
}

@media screen and (max-width: 767px) {
	#pankuzuArea {
		width: 100%;
		margin: 10px auto 30px;
		padding: 0 15px;
		box-sizing: border-box;
	}
}


/*===============================

	追従ボタン追加　SP

================================*/
#float_ctablock {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -200px;
  width: 200px;
  opacity: 0;
  transition: all 1.0s ease;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#float_ctablock.view {
  bottom: 70px;
  opacity: 1;
}
#float_ctablock .linkTyp01 {

}
#float_ctablock .linkTyp01 a {
  display: block;
  width: 200px;
  height: auto;
  padding: 13px 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #DD0088;
  border: 1px solid #DD0088;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
#float_ctablock .linkTyp01 a:hover {
  background-color: #FFF;
  border: 1px solid #DD0088;
  text-decoration: none;
  color: #333;
}
#float_ctablock .linkTyp01 a img{
	width: 20px;
}

@media only screen and (max-width: 767px) {
  #float_ctablock {
    position: fixed;
    right: auto;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    padding: 11px 15px;
    box-sizing: border-box;
    background-color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #float_ctablock.view {
    position: fixed;
    top: 72px;
    opacity: 1;
  }
  #float_ctablock .linkTyp01 {
    width: 48%;
    height: auto;
    margin: 0;
  }
  #float_ctablock .linkTyp01 a {
    width: 100%;
    height: 38px;
    padding: 10px 0;
    font-size: 1.5rem;
  }
}



.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
  margin-bottom:20px;
}

.bg_teal{
	background-color: rgba(0, 176, 185, 0.1);
	margin: 0;
	padding: 0;
}

.bg_gray{
	background-color: #F8F8F8;
	margin: 0;
	padding: 0;
}


/* about content */
.about_content{
	margin: 0 auto;
	padding: 50px 0;
}

.about_h2{
	color: #202B46;
	text-align: center;
	font-size: 3rem;
	margin: 0 auto 30px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: center;
}

.about_inner {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
}

.about_text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 767px) {

	.about_content{
		margin: 0 auto;
		padding: 30px 0;
	}

	.about_h2{
		color: #202B46;
		text-align: center;
		font-size: 2.5rem;
		margin: 0 auto 20px;
		font-weight: 600;
		line-height: 1.6;
		text-transform: none;
		max-width: 1000px;
		text-align: center;
	}

	.about_inner{
		padding: 0 20px;
	}

	.about_text{
		text-align: left;
		font-size: 1.6rem;
		line-height: 2;
	}
}

/* flow */
.flow_content{
	margin: 0 auto;
	padding: 50px 0;
}

.flow_h2{
	color: #202B46;
	text-align: center;
	font-size: 3rem;
	margin: 0 auto 30px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: center;
}

.flow_inner {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
}

.flowstep_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin: 30px 0;
}

.flowstep_columnlist{
	position: relative;
	min-height: 270px;
}

.flowstep_columnlist::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #7F8689;
	border-right: 0;
	content: "";
	position: absolute;
	top: 25%;
	left: -35px;
}

.flowstep_columnlist:first-child:before {
	content:none;
}

.flowstep_image{
	position: relative;
}

.flowstep_image span{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	text-align: center;
	padding: 5px 5px;
	color: #fff;
}

.flowstep_columnlist picture{

}

.flowstep_columnlist .flowstep_text{
  text-align: center;
	font-size: 1.4rem;
  line-height: 1.6;
	margin: 10px 0 0;
}


@media screen and (max-width: 767px) {

	.flow_content{
		margin: 0 auto;
		padding: 30px 0;
	}

	.flow_h2{
		color: #202B46;
		text-align: center;
		font-size: 2.5rem;
		margin: 0 auto 0;
		font-weight: 600;
		line-height: 1.6;
		text-transform: none;
		max-width: 1000px;
		text-align: center;
	}

	.flow_inner{
		padding: 0 20px;
	}

	.flowstep_column{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-around;
		align-items: flex-start;
		gap: 0 30px;
		margin: 20px 0 0;
	}

	.flowstep_columnlist{
		position: relative;
    min-height: 200px;
		width: 45%;
	}

	.flowstep_columnlist::before {
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid #7F8689;
		border-right: 0;
		content: "";
		position: absolute;
		top: 30%;
		left: -20px;
	}

	.flowstep_columnlist:first-child:before {
		content:none;
	}
	.flowstep_columnlist:nth-child(3):before {
		content:none;
	}

	.flowstep_image{
		position: relative;
	}

	.flowstep_image span{
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
		width: 100%;
		text-align: center;
		padding: 5px 5px;
		color: #fff;
	}

	.flowstep_columnlist picture{

	}

	.flowstep_columnlist .flowstep_text{
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.6;
		margin: 10px 0 0;
	}

}


/* sales */
.sales_place{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #000;
}

.sales_image{
	width: 50%;
}

.sales_image img{
	width: 100%;
}

.sales_text{
	width: 50%;
}

.sales_header{
	font-size: 2rem;
	line-height: 24px;
	font-weight: 500;
	color: #202B46;
	margin: 0 0 0;
}

.sales_venue{
	font-size: 1.6rem;
	margin: 15px 0 0;
	line-height: 1.8;
}

.sales_venue a{

}

.sales_venue a:hover{
	
}

.sales_terms{

}

.sales_button{
	text-align: center;
	margin: 50px 0 0;
	font-size: 1.6rem;
}

.sales_terms a{
	display: block;
	width: 70%;
	margin: 15px auto 0;
	padding: 13px 0;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: #202B46;
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
}

.sales_terms a:hover{
	
}

@media screen and (max-width: 767px) {
	.sales_place{
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    border-top: none;
    margin: 40px -20px 0;
	}

	.sales_image{
		width: 100%;
	}

	.sales_image img{
		width: 100%;
	}

	.sales_text{
    width: 100%;
    padding: 0 20px 0;
	}

	.sales_header{
		font-size: 2rem;
		line-height: 24px;
		font-weight: 500;
		color: #202B46;
		margin: 0 0 0;
		text-align: center;
	}

	.sales_venue{
		font-size: 1.6rem;
		margin: 15px 0 0;
		line-height: 1.8;
	}

	.sales_venue a{
    display: block;
    text-align: center;
	}

	.sales_venue a:hover{
		
	}

	.sales_button{
		text-align: center;
		margin: 30px 0 0;
		font-size: 1.5rem;
	}

	.sales_terms a{
		display: block;
		width: 100%;
		margin: 20px auto 0;
		padding: 10px 0;
		box-sizing: border-box;
		border-radius: 50px;
		background-color: #202B46;
		font-size: 1.8rem;
		font-weight: 700;
		color: #FFF !important;
		text-decoration: none;
		text-align: center;
	}

	.sales_terms a:hover{
		
	}

}




/* hawaii */
.hawaii_content{
	margin: 0 auto;
	padding: 50px 0;
}

.hawaii_inner {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
}

.hawaii_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin: 0 0;
}

.hawaii_image{
	width: 50%;
}

.hawaii_image img{
	width: 100%;
}

.hawaii_box{

}

.hawaii_h2{
	color: #00B0B9;
	font-size: 3rem;
	margin: 0 auto 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: left;
}

.hawaii_text{
	font-size: 1.8rem;
	font-weight: 700;
	color: #202B46;
	line-height: 1.8;
}

.hawaii_text a{
	display: block;
	width: 80%;
	padding: 10px 0;
	border-radius: 30px;
	background-color: #ffffff;
	border: 1px solid #00B0B9;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	margin: 15px 0;
}

.hawaii_text a:hover{
	background-color: #b2e7ea;
	border: 1px solid #b2e7ea;
	text-decoration: none;
	color: #333;
}

.hawaii_text span{
	font-weight: normal;
	text-align: left;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.hawaii_content{
		margin: 0 auto;
		padding: 0 0 30px;
	}

	.hawaii_inner {
		width: 100%;
		max-width: 1100px;
		overflow: hidden;
		padding: 0 20px 0;
		margin: 0 auto;
	}

	.hawaii_column{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
		margin: 0 -20px;
	}

	.hawaii_image{
		width: 100%;
		margin: 0;
	}

	.hawaii_image img{
		width: 100%;
	}

	.hawaii_box{
    padding: 0 20px;
		margin: 0 auto;
	}

	.hawaii_h2{
		color: #00B0B9;
		text-align: center;
		font-size: 3rem;
		margin: 0 auto 10px;
		font-weight: 600;
		line-height: 1;
		text-transform: none;
		max-width: 1000px;
	}

	.hawaii_text{
		font-size: 2rem;
		font-weight: 700;
		color: #202B46;
		line-height: 1.8;
		text-align: center;
	}

	.hawaii_text a{
		display: block;
		width: 90%;
		padding: 10px 0;
		border-radius: 50px;
		background-color: #ffffff;
		border: 1px solid #00B0B9;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
		margin: 15px auto;
		line-height: 1.5;
	}

	.hawaii_text a:hover{
		background-color: #b2e7ea;
		border: 1px solid #b2e7ea;
		text-decoration: none;
		color: #333;
	}

	.hawaii_text span{
		font-weight: normal;
		text-align: left;
		font-size: 1.4rem;
		letter-spacing: -1px;
	}
}






/* voice */
.voice_content{
	background-color: #F8F8F8;
}

.voice_content .content{
	padding: 0 20px 70px;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {

	.voice_content{
		background-color: #F8F8F8;
	}

	.voice_content .content{
		padding: 0 20px 70px;
	}
}

.voice_inner {
	width: 100%;
	height: 700px !important;
	overflow: hidden;
	padding: 70px 20px ;
}

.voice_h2{
	color: #00B0B9;
	text-align: left;
	font-size: 4.5rem;
	margin: 0 auto 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: center;
}

.voice_h2 span{
	display: block;
	font-size: 2rem;
	color: #202B46;
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 0;
}

.voice_inner .membersVoicesArea {
	margin: 50px auto 0;
	width: 100%;
	max-width: 1000px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.voice_inner .column {
	display: flex;
	width: 100%;
	height: 410px;
	background: #FFF;
}
.voice_inner .imgWrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
}
.voice_inner .imgWrap img {
	object-fit: cover;
	width: 300px;
	height: 200px;
}
.voice_inner .column .imgWrap.img03 img {
	object-fit: cover;
	width: 300px;
	height: 410px;
}
.voice_inner .txtWrap {
	flex: 1;
	padding: 2rem;
}
.voice_h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
	color: #000D14;
}
.voice_inner ul {
	margin: 1rem 0;
	list-style: none;
	padding: 0;
}
.voice_inner li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem;
	border: none;
	border-radius: 15px;
	height: 30px;
	font-size: 1.3rem;
	font-weight: 500;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #000D14;
	margin: 0 1.5rem 0 0;
}
.voice_h4 {
	margin: 15px 0 10px;
	font-size: 2.1rem;
	color: #202B46;
	font-weight: bold;
	line-height: 1.6;
}
.voice_inner p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.voice_inner .pcView {
	display: inline;
}
.voice_inner .spView {
	display: none;
}
.voice_inner .txtWrap a {
	display: none;
}
.voice_inner .bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	max-width: none !important;
}
.voice_inner .bx-wrapper .bx-prev {
	left: -40px !important;
	background: url('../img/voice/icon01.svg') no-repeat 0 !important;
}
.voice_inner .bx-wrapper .bx-prev:hover, .voice_inner .bx-wrapper .bx-prev:focus {
	background-position: 0 0 !important;
}
.voice_inner .bx-wrapper .bx-next {
	right: -40px !important;
	background: url('../img/voice/icon01.svg') no-repeat 0 !important;
	transform: rotate(180deg);
}
.voice_inner .bx-wrapper .bx-next:hover, .voice_inner .bx-wrapper .bx-next:focus {
	background-position: 0 0 !important;
}
.voice_inner .bx-wrapper .bx-controls-direction a {
	top: 205px !important;
	width: 17px !important;
	height: 32px !important;
	background-position: 0 0 !important;
	z-index: 100;
}



.voice_inner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.voice_inner .bx-wrapper .bx-pager.bx-default-pager a.active, 
.voice_inner .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #202B46;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #aaa;
}
.voice_inner .bx-wrapper .bx-pager.bx-default-pager a{
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
	.voice_inner {
		padding: 30px 20px;
		box-sizing: border-box;
		height: auto !important;
	}
	.voice_h2 {
		font-size: 3rem;
	}

	.voice_inner .membersVoicesArea {
		margin: 20px auto 0;
		width: 100%;
		background: #FFF;
		box-shadow: 0 3px 6px rgba(0,0,0,.16);
	}
	.voice_inner .column {
		flex-direction: column;
		height: auto;
	}
	.voice_inner .imgWrap {
		width: 100%;
	}
	.voice_inner .imgWrap img {
		object-fit: cover;
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.voice_inner .imgWrap img.pcView {
		display: none!important;
	}
	.voice_inner .column .imgWrap.img03 img {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.voice_inner .txtWrap {
		flex: 1;
		padding: 2rem;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.voice_inner .bx-wrapper{
		max-width: none !important;
	}

	.voice_h3 {
		font-size: 1.4rem;
		text-align: left;
	}
	.voice_inner ul {
		justify-content: flex-start;
		margin: 1.5rem 0 2rem;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}
	.voice_inner li {
		margin: 0 0;
		padding: 0 1.2rem;
		border-radius: 13px;
		height: 26px;
		font-size: 1rem;
	}
	.voice_h4 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.6;
	}
	.voice_inner p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}
	.voice_inner .spView {
		display: inline;
	}
	.voice_inner .pcView {
		display: none;
	}
	.voice_inner .txtWrap a {
		display: block;
		width: 90%;
		padding: 10px 0;
		border-radius: 30px;
		background-color: #ffffff;
		border: 1px solid #00B0B9;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
		margin: 30px auto 0;
	}
	.voice_inner .txtWrap a:hover {
		text-decoration: none;
	}
	.voice_inner .txtWrap a.membersClose {
		justify-content: center;
	}
	.voice_inner .txtWrap a.memberslose img {
		margin-left: .5rem;
		width: 1.5rem;
	}
}



/* form content */
.form_content{
	margin: 0 auto;
	padding: 100px 0 0;
}

.form_h2{
	color: #202B46;
	text-align: center;
	font-size: 3rem;
	margin: 0 auto 30px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: center;
}

.form_inner {
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
}

.form_text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}

.form_text--addition{
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
	margin: 10px 0 0;
}

@media screen and (max-width: 767px) {

	.form_content{
		margin: 0 auto;
		padding: 50px 0 0;
	}

	.form_h2{
		color: #202B46;
		text-align: center;
		font-size: 2.5rem;
		margin: 0 auto 20px;
		font-weight: 600;
		line-height: 1.6;
		text-transform: none;
		max-width: 1000px;
		text-align: center;
	}

	.form_inner{
		padding: 0 20px;
	}

	.form_text{
		text-align: left;
		font-size: 1.6rem;
		line-height: 2;
	}

	.form_text--addition{
		text-align: left;
		font-size: 1.2rem;
		line-height: 2;
		margin: 10px 0 0;
	}
}


.personal_info {
	border: solid 1px #000;
	border-radius: 6px;
	padding: 20px;
}

.personal_info h2 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #202B46;
	text-align: left;
}

.personal_info p {
	padding: 10px 0 0;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
	margin: 15px 0;
}
.personal_info p a{
	text-decoration: underline;
	color: #00B0B9;
	font-weight: bold;
}
.personal_info p a:hover{
	opacity: 0.7;
	color: #00B0B9;
}

.radioBox{
	text-align: left;
	margin: 30px auto;
	width: 500px;
}

.radioBox label{
  padding: 0 20px 0 0;
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	font-weight: 400;
}

.radioBox a{
	color: #202B46;
}

.radioBox a:hover{
	color: #202B46;
	text-decoration: underline;
}
.form_submit{
  width: 500px;
	text-align: center;
	margin: 0 auto;
}

input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background-color: #DD0088;
	border: none;
	border-radius: 30px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	line-height: 1;
}

span.form_required{
	background: #DD0088 !important;
}

.formText a{
	color: #202B46;
}

.formText a:hover{
	color: #202B46;
	text-decoration: underline;
}


@media screen and (max-width: 767px) {

	.personal_info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #202B46;
    text-align: left;
		margin: 0;
	}

	.personal_info p {
    padding: 0 0 0;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
    margin: 10px 0;
	}

	.radioBox {
    text-align: left;
    margin: 20px auto;
    width: 100%;
	}

	.radioBox label {
    padding: 0 20px 0 0;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    font-weight: 400;
	}

	.form_submit{
		width: 95%;
		text-align: center;
		margin: 0 auto;
	}

	input[type="submit"] {
		height: 50px;
		font-size: 1.8rem;
	}
}


/* contact */
.contact_content{
	margin: 0 auto;
	padding: 50px 0;
}

.contact_inner {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.contact_frame{
	font-size: 2rem;
	border: 1px solid #000;
	display: inline-block;
	padding: 5px 40px;
	margin: 0 auto;
	text-align: center;
}

.contact_tel{
  margin: 10px 0 0;
}

.contact_tel a {
	padding: 0 0 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5rem;
	font-weight: 700;
	color: #202B46;
	letter-spacing: 0.02em;
	position: relative;
}

.contact_tel a::before {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 35px;
	height: 35px;
	background-image: url(../img/icon01.svg);
	background-size: 100% 100%;
	content: "";
}

.contact_text{
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.8;
}

.contact_text span{
	font-size: 1.6rem;
}

.contact_text--hawaii{
	margin: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.8;
}

.largetxt{
	font-size: 1.6rem;
	display: block;
}

.smalltxt{
	font-size: 1.4rem;
	display: block;
	margin: 10px 0 0
}

@media screen and (max-width: 767px) {
	.contact_content {
		margin: 0 auto;
		padding: 30px 0;
	}

	.contact_inner {
		padding: 0 20px;
	}

	.contact_frame {
    font-size: 1.6rem;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 30px;
    margin: 0 auto;
    text-align: center;
	}

	.contact_tel a {
    padding: 0 0 0 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #202B46;
    letter-spacing: 0.02em;
    position: relative;
	}

	.contact_tel a::before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon01.svg);
    background-size: 100% 100%;
    content: "";
	}

	.contact_text{
		margin: 10px 0 0;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.contact_text span{
		font-size: 1.4rem;
	}

	.contact_text--hawaii{
		margin: 10px 0 0;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.largetxt{
    font-size: 1.5rem;
    display: block;
    text-align: left;
	}

	.smalltxt{
		font-size: 1.4rem;
		display: block;
		margin: 10px 0 0
	}

}


/* popup */
.overlay {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.popUpArea {
	display: none;
	position: fixed;
	z-index: 200;
	left: 10%;
	top: 25%;
	width: 80%;
	height: 70%;
	box-sizing: border-box;
	background-color: #FFF;
	overflow-y: scroll;
}

.popUpArea .scrollArea {
	padding: 50px 50px 0;
	height: auto;
}

.popUpArea .scrollArea h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 0 10px;
	box-sizing: border-box;
	background-color: #202B46;
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1.8;
}

.popUpArea .scrollArea p {
	padding: 0 0 30px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}

.popUpArea .scrollArea p a {
	color: #202B46;
}

.popUpArea .scrollArea p a:hover {
	text-decoration: underline;
}

a.popUpClose {
	display: none;
	position: fixed;
	z-index: 300;
	right: 7%;
	width: 40px;
	height: 40px;
	top: 15%;
}

a.popUpClose img {
	width: 54px;
	height: 54px;
}

.popup_owners {
	display: none;
}

@media only screen and (max-width: 767px) {
	.popUpArea {
		width: 90vw;
		height: 64vh;
		top: 30%;
		left: 5%;
	}

	.popUpArea .scrollArea {
		padding: 20px 20px 0;
	}

	.popUpArea .scrollArea h2 {
		/*height: 30px;*/
		margin: 0 0 10px;
		padding: 10px 0;
		font-size: 1.6rem;
	}

	.popUpArea .scrollArea p {
		padding: 0 0 20px;
	}

	a.popUpClose {
		left: auto;
		right: 5%;
		top: 25vh;
		margin: 0;
		width: 20px;
		height: 20px;
	}

	a.popUpClose img {
		width: 20px;
		height: 20px;
	}

}

/* 
hawaii
*/

.benefit_block{
	text-align: center;
	margin: 50px auto 0;
}

.benefit_h3{
	font-size: 3rem;
	position: relative;
	display: inline-block;
	padding: 0 100px;
	margin: 0 auto;
	text-align: center;
}

.benefit_box{
	border: 1px solid #202B46;
	text-align: center;
	padding: 0 20px 20px;
	margin: 30px 0 0;
}

.benefit_h3:before{
	font-size: 3rem;
	content: "＼";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	color: #707070;
}

.benefit_h3:after{
	font-size: 3rem;
	content: "／";
	position: absolute;
	right: 0px;
	top: 0;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	color: #707070;
}

.benefit_ribbon {
	display: inline-block;
	position: relative;
	height: 32px;
	line-height: 30px;
	text-align: center;
	padding: 0 34px;
	font-size: 18px;
	background: #202B46;
	color: #FFF;
	box-sizing: border-box;
}

.benefit_ribbon:before, .benefit_ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.benefit_ribbon:before {
	top: 0;
	left: 0;
	border-width: 16px 0px 16px 10px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

.benefit_ribbon:after {
	top: 0;
	right: 0;
	border-width: 16px 10px 16px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.benefit_large{
	font-size: 3rem;
	color: #202B46;
	margin: 20px 0 0;
	font-weight: bold;
}

.benefit_small{
	font-size: 1.6rem;
	color: #202B46;
	margin: 10px 0 0;
	line-height: 1.8;
	font-weight: bold;
}

.benefit_addition{
	font-size: 1.4rem;
	color: #202B46;
	width: 600px;
  margin: 20px auto 0;
	line-height: 1.8;
	text-align: left;
}

@media only screen and (max-width: 767px) {

	.benefit_block{
		text-align: center;
		margin: 50px auto 0;
	}

	.benefit_h3{
		font-size: 2.5rem;
		position: relative;
		display: inline-block;
		padding: 0 50px;
		margin: 0 auto;
		text-align: center;
	}

	.benefit_box{
		border: 1px solid #202B46;
		text-align: center;
		padding: 0 20px 20px;
		margin: 30px 0 0;
	}

	.benefit_h3:before{
		font-size: 2.5rem;
		content: "＼";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		color: #707070;
	}

	.benefit_h3:after{
		font-size: 2.5rem;
		content: "／";
		position: absolute;
		right: 0px;
		top: 0;
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		color: #707070;
	}

	.benefit_ribbon {
		display: inline-block;
		position: relative;
		height: 32px;
		line-height: 30px;
		text-align: center;
		padding: 0 33px;
		font-size: 18px;
		background: #202B46;
		color: #FFF;
		box-sizing: border-box;
	}

	.benefit_ribbon:before, .benefit_ribbon:after {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		z-index: 1;
	}

	.benefit_ribbon:before {
		top: 0;
		left: 0;
		border-width: 16px 0px 16px 10px;
		border-color: transparent transparent transparent #fff;
		border-style: solid;
	}

	.benefit_ribbon:after {
		top: 0;
		right: 0;
		border-width: 16px 10px 16px 0px;
		border-color: transparent #fff transparent transparent;
		border-style: solid;
	}

	.benefit_large{
		font-size: 2.5rem;
		color: #202B46;
		margin: 20px 0 0;
		font-weight: bold;
	}

	.benefit_small{
		font-size: 1.5rem;
    color: #202B46;
    margin: 10px 0 0;
    line-height: 1.8;
    text-align: left;
	}

	.benefit_addition{
		font-size: 1.4rem;
		color: #202B46;
		margin: 20px auto 40px;
		line-height: 1.8;
		width: 100%;
		text-align: left;
	}

	.popup_text{
		text-align: left;
		margin: 30px 0;
	}

}

.image_wrapper{
	background-image: url(../img/banner/hawaii_image.webp);
	width: 100%;
	padding: 8.5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.image_wrapper{
		background-image: url(../img/banner/hawaii_image_sp.webp);
		width: 100%;
		padding: 41.5%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

.japan_content{
	margin: 0 auto;
	padding: 50px 0;
}

.japan_inner {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {

	.japan_content{
		margin: 0 auto;
		padding: 0;
	}

	.japan_inner{
		padding: 0 20px;
	}

}

.japan_place{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 0;
	padding: 0;
}

.japan_image{
	width: 50%;
}

.japan_image img{
	width: 100%;
}

.japan_text{
	width: 50%;
}

.japan_header{
	color: #00B0B9;
	font-size: 3rem;
	margin: 0 auto 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: left;
}

.japan_subheader{
	font-size: 1.8rem;
	font-weight: 700;
	color: #202B46;
	line-height: 1.8;
}

.japan_venue{
	font-size: 1.6rem;
	margin: 0 0 0;
	line-height: 1.8;
}

.japan_venue a{
	display: block;
	width: 80%;
	padding: 10px 0;
	border-radius: 30px;
	background-color: #ffffff;
	border: 1px solid #00B0B9;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	margin: 15px 0;
}

.japan_venue a:hover{
	background-color: #b2e7ea;
	border: 1px solid #b2e7ea;
	text-decoration: none;
	color: #333;	
}

@media screen and (max-width: 767px) {
	.japan_place{
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    border-top: none;
    margin: 0 -20px 0;
	}

	.japan_image{
		width: 100%;
	}

	.japan_image img{
		width: 100%;
	}

	.japan_text{
    width: 100%;
    padding: 10px 20px;
	}

	.japan_header{
		color: #00B0B9;
		text-align: center;
		font-size: 3rem;
		margin: 0 auto 10px;
		font-weight: 600;
		line-height: 1;
		text-transform: none;
	}

	.japan_subheader{
		font-size: 2rem;
		font-weight: 700;
		color: #202B46;
		line-height: 1.8;
		text-align: center;
	}

	.japan_venue{
		font-size: 1.6rem;
		margin: 15px auto 0;
		line-height: 1.8;
		text-align: center;
	}

	.japan_venue a{
    display: block;
    text-align: center;
		margin: 15px auto;
	}

	.japan_venue a:hover{
		
	}

}
