@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 50px;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	/*カラー登録*/
	--page-color1: #00345d;
	--page-color2: #001f42;
	--page-color3: #79a1c0;
	--page-color4: #d0dee8;
	--page-color5: #b29400;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display: none;
}
.text_red {
	color: #B20202;
	/*border-bottom: 1px solid #B20202;*/
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:14px !important;
	text-indent: -1em;
	margin:0px auto;
	font-family: 'Noto Sans JP', sans-serif;
  color: #6C6C6C;
  text-align: left;
  width: 90%;
  max-width: 700px;
  padding-left: 1em;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.godetail_unit{
	width: 100%;
	margin: 0;
	text-align: center;
}
a.godetail{
	width: 90%;
	max-width: 350px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background-color: var(--page-color2);
	/*background: url("../images/button.png") no-repeat center bottom;
	background-size:100% ;*/
  color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 110%;
	position: relative;
}
a.godetail::before{
	content: "";
	position: absolute;
	bottom:-5px;
	left:10px;
	right:10px;
	height: 2px;
	background-color: var(--page-color2);
}

a.godetail.chubu {
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size:100% ;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size:100% ;
	pointer-events: none;
  color: #FFFFFF;
}
a.godetail:hover {
  opacity: 0.8;
  color: #FFFFFF !important;
	text-decoration: none !important;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
@media (min-width:1201px){
  .godetail_unit{
  }
}
@media screen and (max-width: 759.9px){
  .godetail_unit{ 
    margin-top: 15px;
    }
  a.godetail{
		height: 44px;
		font-size: 90%;
	}
	a.godetail::before{
		content: "";
		position: absolute;
		bottom:-4px;
		left:10px;
		right:10px;
		height: 1px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/2025/top.jpg") no-repeat;
	background-size: cover;
	height: 450px; 
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	background: rgba(0,0,0,0.4);
}
.page_roof h2{
  width: 90%;
	height: 100%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_roof h2 img{
  width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height:30vh;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
/*-------------トップリード   --------------*/
#pageTopLead {
	/*background: #eeeeee;*/
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}

/*-------------ページコンテンツ   --------------*/
#hotelintro {
 	padding:40px 0 70px
}
#hotelintro h2 {
	font-size: 180%;
	font-weight: bold;
  text-align: center;
}

#hotelintro .inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hotelintro .caution {
	margin-bottom: 40px;
}
#hotelintro .yoyaku_unit {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:2%;
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
	background: rgba(0,75,141,0.1);
  width: 100%;
	padding: 30px 0;
}
.pageContent .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.pageContent .deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
.pageContent .inner > h2 {
	font-size: 180%;
	font-weight: bold;
  text-align: center;
}
.pageContent h2.areatitle {
	width: fit-content;
	margin: 0 auto;
	font-size: 180%;
	font-weight: bold;
  text-align: center;
	background: url("../images/areatitle_left.png")no-repeat bottom left,
		url("../images/areatitle_right.png")no-repeat bottom right;
	background-size: 50px auto;
	padding:0 35px 10px 50px;
}

.pageContent .dl_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dl_wrap dl{
  width: 400px;
  margin: 20px 20px;
  border: 1px solid #FFF;
  padding: 10px 10px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
  border-radius: 5px;
  background: #FFF;
	display: flex;
	flex-direction: column;
}
.dl_wrap dl dt img {
	width:100%;
	margin: 0;
}
.dl_wrap dl dt {
	width:100%;
  position: relative;
	margin: 0;
}
.dl_wrap dl dd {
  padding: 10px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.dl_wrap dl dd .region{
  background: #EEEEEE;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline;
  font-size: 90%;
}
.dl_wrap dl dd h3{
  color:#004B8D;
	font-size: 150%;
	font-weight: bold;
	margin:5px 0 10px;
}
.dl_wrap dl .comment_box {
  margin-bottom: 20px;
  padding: 0;
  line-height: 1.8em;
}
.dl_wrap dl .info {
	margin-bottom: 10px;
}
.dl_wrap dl .info p {
	text-align: center;
	margin-bottom: 5px;
}
.dl_wrap dl .jump_hp {
	width: 90%;
	display: block;
	margin: 0 auto 20px;
	background: var(--page-color4);
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	line-height: 1;
	color: inherit;
}

.dl_wrap dl .yoyaku_unit {
	margin: auto 0 0 0;
}
.dl_wrap dl .yoyaku_unit a.godetail{
	margin:20px auto 0;
}
.pageContent ul {
  margin: 10px 10px;
  padding: 10px 5px 10px 15px;
  border-top: 2px dotted #004B8D;
  border-bottom: 2px dotted #004B8D;
}
.pageContent ul li{
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 760px){
}
@media screen and (max-width: 759.9px){
  .pageContent dl{
    width: 90%;
    margin: 0 5% 30px;
  }
	.pageContent h2.areatitle {
		width: fit-content;
		margin: 0 auto 15px;
		font-size: 160%;
		font-weight: bold;
		text-align: center;
		background: url("../images/areatitle_left.png")no-repeat bottom left,
			url("../images/areatitle_right.png")no-repeat bottom right;
		background-size: 40px auto;
		padding:0 30px 10px 40px;
	}
	.pageContent .deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}

/*-------モデルコース--------*/
#modelcourse {
	width: 100%;
	/*background: #eeeeee;*/
	/*background:#202f55;*/
	background:var(--page-color1);
  margin: 0;
}
#modelcourse .inner{
  width: 95%;
  max-width:1300px;
  margin: 0 auto;
	padding: 30px 0;
}
#modelcourse .inner > h2{
  text-align: center;
  letter-spacing: 3px;
  font-size: 180%;
  margin: 0;
  color: #FFFFFF;
}
#modelcourse .inner .lead {
  width: 95%;
  max-width: 650px;
  margin: 0 auto 20px;
  font-size: 120%;
  color: #FFFFFF;
}
#modelcourse .inner .lead p{
  margin-bottom: 10px;
  font-size: 110%;
}
#modelcourse .inner p.attention{
	color: rgba(255,255,255,0.6);
}
#modelcourse .inner h3{
  text-align: center;
  font-size: 160%;
  margin-bottom: 5px;
  color: #FFFFFF;
}

@media screen and (min-width: 760px){
  #modelcourse .inner h3 + p.attention{
    text-align: center;
  }
}
@media screen and (max-width: 759.9px){
  #modelcourse .inner > h2{
    text-align: center;
    letter-spacing: normal;
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 760px){
  .howtospend{
    width: 100%;
    max-width: 950px;
    margin:20px auto;
    display: flex;
    background: url("../images/bg_model_line.png")no-repeat center center;
    background-size: contain;
  }
  .howtospend .left,
  .howtospend .right{
    width: 50%;
  }
  .howtospend .period{
    text-align: center;
    width: 80%;
  }
  .howtospend .left .period:first-child{
    margin-right: 20%;
  }
  .howtospend .left .period:last-child{
    margin-left: 20%;
  }
  .howtospend .right .period:first-child{
    margin-left: 10%;
    margin-top: 10%;
  }
  .howtospend .right .period:last-child{
    margin-left: 20%;
  }

  .howtospend .period .photo{
    width: 100%;
    position: relative;
  }
  .howtospend .period .photo::after{
    content:""; 
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/2025/model_frame.png") no-repeat center center;
    background-size:contain;
  }
  .howtospend .left .period .photo::after{
    transform: scale(-1,1);
  }
  .howtospend .period .photo img{
    width: 100%;
   /* border: 2px solid #EEEEEE;*/
		clip-path: circle(48% at center);
  }
  .howtospend .period .title{
    background: url("../images/maru.svg") no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    color: #FFFFFF;
    z-index: 99;
  }
  .howtospend #checkin .title{
    position: absolute;
    bottom:-20px;
    right: 0;
  }
  .howtospend #afternoon .title{
    position: absolute;
    top:-20px;
    right: -10px;
  }
  .howtospend #evening .title{
    position: absolute;
    bottom: -30px;
    left: -20px;
  }
  .howtospend #morning .title{
    position: absolute;
    top:-20px;
    left: 0;
  }
  .howtospend .period .title .time{
    font-size: 120%;
    margin: 0;
    padding: 5px 0 5px;
    line-height: 1.4;
  }
  .howtospend .period .title h3{
    border-top:1px solid #FFF;
    font-size: 110% !important;
    margin: 0 5px;
    padding-top: 5px;
    line-height: 1.4;
  }
  .howtospend .period p{
    font-size: 100%;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px 15px;
    background: #FFF;
    border-radius: 10px;
    z-index: 999;

  }
}
@media screen and (max-width: 759.9px){
  .howtospend{
    width: 90%;
    margin:20px auto;
  }
  .howtospend .period{
    text-align: center;
    width: 100%;
  }
  .howtospend .period .photo{
    width: 100%;
    position: relative;
  }
  .howtospend .period .photo::after{
    content:""; 
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/2025/model_frame.png") no-repeat center center;
    background-size: contain;
  }
  .howtospend .left .period .photo::after{
    transform: scale(-1,1);
  }
  .howtospend .period .photo img{
    width: 100%;
		clip-path: circle(48% at center);
	}
  .howtospend .period .title{
    background: url("../images/maru.svg") no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    z-index: 99;
  }
  .howtospend #checkin .title{
    position: absolute;
    top:20px;
    left: 0;
  }
  .howtospend #afternoon .title{
    position: absolute;
    top:20px;
    right:0;
  }
  .howtospend #evening .title{
    position: absolute;
    top:20px;
    left: 0;
  }
  .howtospend #morning .title{
    position: absolute;
    top:20px;
    right:0;
  }
  .howtospend .period .title .time{
    font-size: 110%;
    margin: 0;
    padding: 5px 0 3px;
    line-height: 1.3;
  }
  .howtospend .period .title h3{
    border-top:1px solid #FFF;
    font-size: 100% !important;
    margin: 0 5px;
    padding-top: 5px;
    line-height: 1.3;
  }
  .howtospend .period p{
    font-size: 100%;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px 15px;
    background: #FFF;
    border-radius: 10px;
    z-index: 999;

  }
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
nav#pageNav  {
	width: 100%;
	background-color:var(--page-color5);
	margin:0 auto;
}
#pageNav ul {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
}
#pageNav ul a{
	flex-grow:1;
	font-size: 110%;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	background-image: url("../images/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center right ;
	background-size: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: "Noto Sans JP", serif;
}
#pageNav ul a:last-child{
	background-image: none;
}

/*#pageNav ul a.selected,
#pageNav ul a:hover {
	color: #003F90;
	text-decoration: none !important;
	background-color: #FFFFFF;
	opacity: 1;
	border-left: 1px solid #FFFFFF;
	margin-left: -1px;
}
#pageNav ul a.selected{
	font-weight: bold;
}*/
@media screen and (max-width: 759.9px){
	#pageNav ul a{
		font-size: 80%;
		height: 35px;
	}
}
