@charset "utf-8";

.base{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.base img{
	width: auto;
	max-width: fit-content;
}
.footnote{
	display: block;
	margin-top: 10px;
}
@media (max-width: 768px){
	.global_nav-block-category-sp{
		display: none;
	}
	main{
		padding-bottom: 40px;
	}
	.base{
		font-size: calc( 32 / 750 * 100vw );
	}
	.footnote{
		line-height: 1.2;
	}
}

.main__header{
	height: 190px;
	padding-top: 60px;
	background: url(/cruise/shop/images/bg-header.jpg) repeat left top / auto;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
	color: #ffffff;
	text-align: center;
}
.main__heading{
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.8rem;
	font-weight: bold;
}
.main__lead{
	margin-top: 20px;
	font-size: 1.8rem;
}
.main__section{
		padding: 75px 0 0;
}

@media (max-width: 768px){
	.main__header{
		height: auto;
		padding-bottom: 50px;
	}
	.main__heading{
		font-size: calc( 52 / 750 * 100vw );
		line-height: 1.4;
	}
	.main__lead{
		font-size: calc( 30 / 750 * 100vw );
	}
}

.mainSection__heading{
	position: relative;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
}
.mainSection__heading .en{
	display: block;
}
.mainSection__heading .jp{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
}
.mainSection__heading:after{
	content: "";
	position: absolute;
	top: 72%;
	width: 100%;
	display: block;
	height: 1px;
	background-color: #aa9335;
}
@media (min-width: 769px){
	.introduction{
		display: flex;
		align-items: center;
		padding-right: 50px;
	}
	.introduction p{
		margin-right: 65px;
	}
}
@media (max-width: 768px){
	.main__section{
		padding-top: 55px;
	}
	.mainSection__heading{
		font-size: calc( 36 / 750 * 100vw );
		text-align: center;
	}
	.mainSection__heading .en img{
		width: calc( 250 / 750 * 100vw );
	}
	.mainSection__heading .jp{
		padding: 0 calc( 20 / 750 * 100vw );
	}
	.introduction p{
		padding: 0 calc( 40 / 750 * 100vw );
	}
	.introduction .icon-license{
		display: block;
		margin: 30px auto 0;
	}
}

.stores_search{
	padding: 50px 10px;
	background-color: #f3f1e8;
}
.stores_search__item + .stores_search__item{
	margin-top: 40px;
}

.stores_category__heading{
	display: flex;
	margin-bottom: 10px;
 align-items: center;
	font-size: 2.0rem;
	font-weight: bold;
}
.stores_category__heading::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 26px;
}
.-cruise_plaza .stores_category__heading::before{
	background: url(/cruise/shop/images/icon-cruise_plaza.png) no-repeat center left / auto;
}
.-other_stores .stores_category__heading::before{
	background: url(/cruise/shop/images/icon-other.png) no-repeat center center / auto;
}
.stores_search_link{
	margin-top: 20px;
	padding: 30px;
	background-color: #ffffff;
}
.stores_search__button{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 248px;
	height: 72px;
	background: linear-gradient(#3a8bd0, #1576c8);
	border-radius: 4px;
	color: #ffffff;
	font-size: 1.8rem;
	transition: .2s ease-in-out;
}
.stores_search__button:link, .stores_search__button:visited{
	color: #ffffff;
}
.stores_search__button::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg) translateY(-50%);
}
.stores_search__button span{
	position: relative;
	top: 2px;
	left: -2px;
}
.stores_search__button span::before{
	content: "";
	display: inline-block;
	width: 23px;
	height: 15px;
	margin-right: 10px;
	background: url(/cruise/shop/images/icon-stores_search_button.png) no-repeat center center / auto;
}
.icon{
	margin-right: 5px;
}
.stores_search__text{
	flex: 1;
	line-height: 1.8;
}
@media (min-width: 769px){
	.stores_search{
		width: 100vw;
	margin: 90px calc(50% - 50vw) 0;
	}
	.stores_search_link{
		display: flex;
		align-items: center;
	}
	.stores_search__button{
		margin-right: 30px;
	}
	.stores_search__button:hover{
		filter: brightness(1.1);
	}
	.stores_search__button:hover::after{
		right: 15px;
	}
}
@media (max-width: 768px){
	.stores_category__heading{
		font-size: calc( 36 / 750 * 100vw );
	}
	.stores_category__heading::before{
		min-width: calc( 60 / 750 * 100vw );
  height: calc(52 / 750 * 100vw );
	}
	/* .-other_stores  .stores_category__heading::before{
  height: 82%;
	} */
	.stores_category__heading::before{
		background-size: auto 100% !important;
	}
	.-other_stores  .stores_category__heading::before{
			background-size: auto 80% !important;
	}
	.stores_search{
		margin-top: 30px;
		padding: 30px 10px;
	}
	.stores_search__item {
		text-align: justify;
	}
	.stores_search__item + .stores_search__item{
		margin-top: 30px;
	}
	.stores_search_link{
		padding: 30px calc( 40 / 750 * 100vw );
	}
	.stores_search__button{
		width: 100%;
		height: calc( 100 / 750 * 100vw );
		font-size: calc( 34 / 750 * 100vw );
	}
	.stores_search__button span::before{
		width: calc( 46 / 750 * 100vw );
  height: calc( 30 / 750 * 100vw );
		margin-right: 13px;
	}
	.stores_search__text{
		margin-top: 20px;
	}
	.base .icon{
		width: calc( 52 / 750 * 100vw );
  height:auto;
	}
}

.regional_group{
	padding-top: 80px;
}

.nav-container{
	display: flex;
	gap: 20px;
	margin-top: 25px;
}
.nav__button{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 66px;
	border: 1px solid #947d22;
	border-radius: 4px;
	background: linear-gradient(#beac68, #a99133);
	transition: .2s ease-in-out;
}
.nav__button::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 14px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(135deg) translateY(-50%);
}
.nav__button span{
	color: #ffffff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-indent: 0.4em;
	text-shadow: 2px 2px 10px #a99133 ,
	-2px 2px 10px #a99133 ,
	2px -2px 10px #a99133 ,
	-2px -2px 10px #a99133;
}
.nav__button span{
	position: relative;
	top: -3px;
}
@media (min-width: 769px){
	.nav__button:hover{
		filter: brightness(1.1);
	}
	.nav__button:hover::after{
		bottom: 12px;
	}
}
@media (max-width: 768px){
	.regional_group{
		padding-top: 40px;
	}
	.nav-container{
		flex-wrap: wrap;
		gap: calc( 10 / 750 * 100vw );
	}
	.nav__button{
		width: calc( 33.33333% - 10px );
		height:  calc( 100 / 750 * 100vw );
		flex: auto;
	}
	.nav__button::after{
		bottom: 3vw;
		width: calc( 10 / 750 * 100vw );
		height: calc( 10 / 750 * 100vw );
	}
	.nav__button span{
		top: -1vw;
		font-size: calc( 32 / 750 * 100vw );
	}
}


.regional_group__list{
	margin-top: 80px;
}
h3{
	height: 45px;
	line-height: 45px;
	padding-left: 30px;
	background-color: #d0e1ef;
	font-size: 2.0rem;
	font-weight: bold;
}
.regional_stores-container{
	padding: 35px 30px;
}
.stores_category dd + dt{
	margin-top: 30px;
}
.regional_stores-block + .regional_stores-block{
	margin-top: 70px;
}
.regional_stores__heading{
	margin-bottom: 20px;
	line-height: 1.4;
}
.regional_stores__list{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.specialty .regional_stores__list{
	display: block;
}
.regional_stores__item{
	width: 184px;
	box-shadow: 3px 3px #cccccc;
}
.regional_stores__item.-head_office {
	width: 500px;
}
.regional_stores__item.-yurakucho {
	width: 500px;
	margin-top: 20px;
}
a.regional_stores__button{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	background-color: #f9f0df;
	border: 1px solid #947d22;
	border-radius: 2px;
	color: #393939;
	text-indent: -0.7em;
	line-height: 1.4;
	transition: .2s ease-in-out;
	font-weight: bold;
}
.regional_stores__button > span{
	position: relative;
	left: 0.3em;
	white-space: nowrap;
}
.regional_stores__button > span::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-right: 5px;
	background: #125687;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.-head_office .regional_stores__button{
	position: relative;
	background-color: #125687;
	color: #ffffff;
	font-size: 3.0rem;
	font-weight: bold;
	border: none;
}
.-head_office .regional_stores__button::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 10px;
	height: 16px;
	margin-right: 5px;
	background: #ffffff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.-head_office .regional_stores__button span::before{
	display: none;
}
.prefectures-container dt{
	margin-bottom: 5px;
	color: #1a2156;
}
.prefectures-container dt::before {
	content: "●";
}
	span.ls-sm{
		letter-spacing: -0.1em;
	}
@media (min-width: 769px){
.regional_group__item{
		margin-top: -50px;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.regional_stores__button:hover{
		background-color: #d0e1ef;
		left: 3px;
		top: 3px;
	}
	.regional_stores__button:hover span::before{
    position: relative;
				right: -2px;
	}
	.-head_office .regional_stores__button:hover{
		background-color: #125687;
		filter: brightness(1.3);
	}
	.-head_office .regional_stores__button:hover::after{
		right: 18px;
	}
}
@media (max-width: 768px){
	h3{
		height: calc( 80 / 750 * 100vw );
		line-height: calc( 80 / 750 * 100vw );
		padding-left: calc( 20 / 750 * 100vw );
		font-size: calc( 40 / 750 * 100vw );
	}
	.regional_group__list {
		margin-top: 30px;
}
	.regional_group__item{
		margin-top: -10px;
		padding-top: 20px;
	}
	.regional_stores-container{
		padding: 25px calc( 20 / 750 * 100vw );
	}
	.regional_stores-block + .regional_stores-block{
		margin-top: 30px;
	}
	.regional_stores__list{
		gap: calc( 10 / 750 * 100vw );
	}
	.regional_stores__item{
		width: calc( 50% - ( 5 / 750 * 100vw ) );
	}
	/* .regional_group__item + .regional_group__item{
		margin-top: 30px;
	} */
	.specialty .regional_stores__item{
		width: 100%;
	}
	.specialty .regional_stores__item +	.regional_stores__item{
		margin-top: 10px;
	}
	a.regional_stores__button{
		height: calc( 100 / 750 * 100vw );
		font-size: calc( 26 / 750 * 100vw );
	}
	.regional_stores__button > span{
		width: 100%;
		padding-left: 4vw;
		/* text-indent: -2.8vw; */

	}
	.-head_office .regional_stores__button{
		font-size: calc( 34 / 750 * 100vw );
	}
	.stores_category dd + dt{
		margin-top: 20px;
	}
}

