@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */

html { scroll-behavior: smooth;}
/*
	#font
------------------------------ */
body {
	background-color: #fff;
	line-height: 1.5;
	color: #3E3A39;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-feature-settings: "pkna";
	letter-spacing: 0.05em;
}

/*
	表示設定
------------------------------ */
/*section {
	padding: 40px 0;
	width: 100%;
	text-align: center;
}*/

nav > .inner,
section > .inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
/*@media(max-width:768px) {
	section { padding: 20px 0 40px; }
	nav > .inner,
	section > .inner {
		padding: 0 4vw;
	}
}*/

/*
	SP,PC表示切り替え
------------------------------ */
.pc { display: block; }
.sp { display: none; }
@media(max-width:768px) {
	.pc { display: none; }
	.sp { display: block; }
}

/*h1 img{
  width: 100%;
}*/

/* ----------------------------------------------------
	points
---------------------------------------------------- */
section#point{
  background-color: #ffe3db;
  padding: 40px 0;
}

.ttl{
  width: 100%;
}

p.lead{
	color:#595757;
	text-align: center;
	font-size: 20px;
  font-weight: bold;
	line-height: 40px;
  letter-spacing: .1rem;
}

.point-item h2 img{
  width: 30%;
}

h3.point_name{
  text-align: center;
  }
p.txt{
  text-align: center;
  padding-top: 10px;
}

div.point-item {
	background-color: #fff;
	border-radius: 30px;
	margin: 40px auto;
  padding: 0 0 40px;
  max-width: 1000px;
}

div.point-item h2 {
  text-align: center;
  padding: 40px 0 20px;
}

div.itemBox{
	height: 300px;
	margin: 20px 20px 40px;
}

ul.item{
	display: flex;
  padding: 0 50px ;
  justify-content: space-between;
}

ul.item li{
  width: 180px;
  display: flex;
  flex-direction: column;
}

ul.item h3{
  color:#f0657b;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 768px){
  section#point{
    padding: 20px 0 40px;
  } 
  p.lead{
    font-size: 2.5vw;
    line-height: 2.0;
  } 
  p.txt{
    font-size: 3.2vw;
  }
  .point-item h2 img{
    width: 50%;
  }  
  div.point-item {
    padding: 0 0 10px;
  }
  div.point-item h2 {
    padding: 15px 0;
  }
  div.point-item {
    margin: 20px;
  }
  ul.item{
    padding: 10px 0 0 20px ;
  }
  ul.item h3{
  font-size: 3.57vw;
  }
}

/*
  追記分
------------------------------*/
ul.item li {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
ul.item li div:nth-child(1) {
  order: 0;
}
ul.item li div:nth-child(2) {
  order: 1;
}
ul.item li div:nth-child(3) {
  order: 2;
}


@media (max-width: 768px){
  div.itemBox {
    height: auto;
  }
  ul.item { 
    flex-direction: column;
  }
  ul.item li {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    display: block;
    margin-left: 0px;
  }
  ul.item li::after {
    display: block;
    content: "";
    clear: both;
  }
  ul.item li div h3, ul.item li div p {
    padding: 5px 0 0 0;
    text-align: left;
  }
  ul.item li div:nth-child(1) {
    margin: auto;
    width: 50%;
    float: right;
  }
  ul.item li div:nth-child(2) {
    padding: 0 10px 0 0;
    width: 50%;
    float: left;
  }
  ul.item li div:nth-child(3) {
    width: 50%;
    float: right;
  }
}

.btn{
  margin: auto;
}

.btn a{
  display:block;
  width:650px;
  height:100%;
  text-decoration: none;
  background:#F0657B;
  text-align:center;
  color:#FFFFFF;
  font-size:18px;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:70px;
  -moz-border-radius:70px;
  margin: auto;
  padding: 15px;
  border: #F0657B 1px solid;
}

.btn a:hover{
  background:#FFF;
  color:#F0657B;
  border: #F0657B 1px solid;
}

.btn span{
font-size: 2rem;
}

@media (max-width: 768px){
  .btn a{
    width:300px;
    padding: 10px;
  } 
  .btn p{
    font-size:10px;
  }
  .btn span{
    font-size: 1rem;
  }
}


/* ----------------------------------------------------
	hotels
---------------------------------------------------- */
#hotels, #hotels .hotels_map {
	position: relative;
  margin: 50px 0 60px 0;
}
#hotels .hotels_title {
	max-width: 300px;
	width: 30%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#hotels .hotels_map a {
	display: block;
}
#hotels .hotels_map a figure {
	position: relative;
}

/*
	地名・マーカーの位置
------------------------------ */
#hotels .hotels_map .marker {
	width: 3%;
	height: auto;
	position: absolute;
}
#hotels .hotels_map a figcaption {
	line-height: 1;
	color: #21C4EA;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.025em;
	position: absolute;
	transition : all 0.5s ease 0s;
}
@media(max-width:1100px) {
	#hotels .hotels_map a figcaption {
		font-size: 2.18182vw;
	}
}
#hotels .hotels_map a:hover figcaption {
	color: blue;
}
#hotels .hotels_map figcaption.topCenter {
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}
#hotels .hotels_map figcaption.bottomCenter {
	bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
}
#hotels .hotels_map figcaption.bottomLeft {
	bottom: -1em;
	left: 0;
}

/* 札幌 */
#hotels .hotels_map .sapporo {
	top: 14%;
	right: 22.5%;
}

/* 仙台 */
#hotels .hotels_map .sendai {
	top: 53%;
	right: 22%;
}

/* 東京 */
#hotels .hotels_map .tokyo {
	top: 65%;
	right: 27%;
}

/* 千葉 */
#hotels .hotels_map .chiba {
	top: 73%;
	right: 24%;
}

/* 横浜 */
#hotels .hotels_map .yokohama {
	top: 69.5%;
	right: 33%;
}

/* 金沢 */
#hotels .hotels_map .kanazawa {
	top: 57%;
	right: 45%;
}

/* 名古屋 */
#hotels .hotels_map .nagoya {
	top: 70%;
	right: 45%;
}

/* 京都 */
#hotels .hotels_map .kyoto {
	top: 71.5%;
	left: 45%;
}

/* 大阪 */
#hotels .hotels_map .osaka {
	top: 78%;
	left: 40%;
}

/* 岡山 */
#hotels .hotels_map .okayama {
	top: 69%;
	left: 35%;
}

/* 広島 */
#hotels .hotels_map .hiroshima {
	top: 70%;
	left: 27%;
}

/* 福岡 */
#hotels .hotels_map .fukuoka {
	top: 69%;
	left: 11%;
}

/* 熊本 */
#hotels .hotels_map .kumamoto {
	top: 81%;
	left: 6%;
}

/* マーカーhover時の動き */
#hotels .hotels_map .marker a:hover img {
  animation: img 2.5s ease-out infinite;
  opacity: 1;
}
@keyframes img {
  0%, 20%, 40%, 60%, 80% {
    transform: scale(1);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: scale(1.5);
  }
}

.guide_txt{
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2.1;
}

span.recommend{
  color: #FFFFFF;
  background-color: #ed8a82;
  padding: 5px;
	border-radius:5px;
}

span.plan_l{
  color: #ed8a82;
  background-color: #FFFFFF;
  padding: 5px;
  border: #ed8a82 2px solid;
	border-radius:5px;
}

@media (max-width: 768px){
  .guide_txt{
    font-size: 2.2vw;
    letter-spacing: normal;
    line-height: 2.3;
    padding: 0 30px;
  }
}
  

/* ----------------------------------------------------
	hotel_guide
---------------------------------------------------- */
section#hotel_guide{
  padding: 0 10px;
}
/* 各都市のホテル*/
h2.city{
  width: 100%;
	line-height: 160%;
	font-size: 160%;
	color: #fff;
	background-color: #f0657b;
	font-weight: 900;
	text-align: center;
	margin:  60px auto 20px;
	padding: auto;
	border-radius:15px;
}

.guide{
  max-width: 1000px;
  margin: auto;
}

.guide_list img{
  width: 100%;
  height: auto;
}

.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

li.list{
  width: 31%;
  padding: 30px 0 60px 0;
  display: flex;
  flex-direction: column;
}

.name{
  color: #21c4ea;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 0;
  overflow:hidden;
  height:3.7em;
  line-height: 1.3;
}

.time{
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 0 20px 0;
  overflow:hidden;
  /*height:7em;*/
}

.btn_area{
  margin-top: auto;
  min-height:187px;
}


.access a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#FFFFFF;
  text-align:center;
  color:#ed8a82;
  font-size:18px;
  /*font-weight:bold;*/
  border:#ed8a82 1px solid ;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin: 0 auto 5px;
  padding: 15px 0;
}

.access a:hover{
  background:#ed8a82;
  color:#FFFFFF;
  border: #ed8a82 1px solid;
}

.plan a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#ed8a82;
  text-align:center;
  color:#FFFFFF;
  font-size:18px;
  /*font-weight:bold;*/
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin: 0 auto 5px;
  padding: 15px 0;
  border: #ed8a82 1px solid;
}

.plan a:hover{
  background:#FFFFFF;
  color:#ed8a82;
  border: #ed8a82 1px solid;
}

.plan_cs{
  margin: auto;
}
.plan_cs{
  display:block;
  width:100%;
  /*height:100%;*/
  text-decoration: none;
  background:#ebdedb;
  text-align:center;
  color:#ac948e;
  font-size:18px;
  /*font-weight:bold;*/
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin: 0 auto 5px;
  padding: 5px 0;
  border: #d3b7b0 1px solid;
  line-height: 1.3;
}

.plan_cs span{
  letter-spacing: initial;
}

ul.twin{
  /*max-width: 310px;*/
  display: flex;
  justify-content: space-between;
}

.hp{
  margin: auto;
  width: 49%;
}
.hp a:hover{
  background:#ed8a82;
  color:#FFFFFF;
  border: #ed8a82 1px solid;
}

.hp a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#FFFFFF;
  text-align:center;
  color:#ed8a82;
  font-size:18px;
  /*font-weight:bold;*/
  border:#ed8a82 1px solid ;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin: auto;
  padding: 15px 30px;
}

.plan_list{
  margin: auto;
  width: 49%;
}

.plan_list a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#FFFFFF;
  text-align:center;
  color:#ed8a82;
  font-size:18px;
  /*font-weight:bold;*/
  border:#ed8a82 1px solid ;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin: auto;
  padding: 15px 20px;
}

.plan_list a:hover{
  background:#ed8a82;
  color:#FFFFFF;
  border: #ed8a82 1px solid;
}

@media (max-width: 768px){
  h2.city{
    margin:  40px auto 0px;
    font-size: 14px;
  } 
  /*.guide{
    padding: 0 10px;
  }*/
  li.list{
    width: 48%;
    padding: 20px 0;
  }  
  .guide_list img{
    height: auto;
  }
  .name{
    font-size: 2.5vw;
    padding: 5px 0;
  }
  .time{
    font-size: 0.5rem;
    letter-spacing: normal;
    padding: 5px 0;
  }
  .btn_area{
    min-height:110px;
  }
  .access a{
    font-size:10px;
    padding: 8px 0;
  }
  .plan a{
    font-size:10px;
    padding: 8px 0;
  }
  .plan_cs{
    font-size:8px;  
    padding: 3px 0;
  }
  .hp a{
    font-size:10px;
    padding: 8px 0;
  }
  .plan_list a{
    font-size:10px;
    padding: 8px 0px;
  }
}  

/* ----------------------------------------------------
	accordion
---------------------------------------------------- */
.accordion {
    margin: 1em auto;
    max-width: 900px;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}
.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    border-bottom: solid 3px #f0657b;
    padding: 0.5em;
    display: block;
    color: #f0657b;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 768px){
  .title {
    padding: 0.5em;
    font-size: 14px;
  }
  .accordion {
    max-width: 70vw;
  }
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 0.8em;
    width: 2px;
    height: 0.75em;
    background-color: #F0657b;
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .title + .content {
    max-height: 2000px;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}


/* ----------------------------------------------------
	inquiry
---------------------------------------------------- */
#inquiry{
  margin: 40px 0 30px 0;
}
.btn_inquiry{
  line-height:20px;
  margin: auto;
}
.btn_inquiry a{
  display:block;
  width:700px;
  height:100%;
  text-decoration: none;
  background:#21c4ea;
  text-align:center;
  color:#FFFFFF;
  font-size:22px;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:70px;
  -moz-border-radius:70px;
  padding:30px;
  margin: auto;
  border: #21C4EA 1px solid;
}

.btn_inquiry a:hover{
  background:#FFF;
  color:#21c4ea;
  border: #21c4ea 1px solid;
}

.btnn_inquiry span{
font-size: 2rem;
}

@media (max-width: 768px){
  .btn_inquiry a{
    width:70%;
    font-size:10px;
    padding:15px;
  } 
}


/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.att{
  font-size: 14px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 2.1;
}

#footer div.logo{
  text-align: center;
  margin: 60px auto;
}

#footer.logo img{
  width: 100%;
}

div.logo2{
  text-align: center;
}

.logo2 img{
  width: 250px;
}

ul.logo{
  display: flex;
  width: 650px;
  justify-content: space-between;
  margin: auto;
}

footer p.copyright{
  text-align: center;
  font-size: 10px;
  padding: 30px;
}

@media (max-width: 768px){
  ul.logo{
    width: 90%;
  }
  ul.logo li{
    padding: 0 10px;
  }
  #footer div.logo{
    margin: 60px auto 20px;
  }
  .att{
    font-size: 8px;
    padding: 0px 20px;
  }
  footer p.copyright{
    font-size: 7px;
  } 
  .logo2 img{
    width: 35%;  
  }
  footer p.copyright{
    padding:  10px 30px;
  }
}