@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.6;
  /*background:url("../images/page_bg.jpg") repeat;*/
  color: #333333;
  font-family: 'Sawarabi Gothic', sans-serif;
  overflow: hidden;
}

#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: #FF0000;
}

.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: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.marker {
  /*background: linear-gradient(transparent 85%, #ffd22c 85%);*/
  background: linear-gradient(transparent 70%, #FFF100 70%);
}

a.godetail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-decoration: none;
  z-index: 10;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 110%;
  background: #5B4B48;
  transition: 0.3s;
}

a.godetail::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #AF3144;
  transition: 0.2s;
}

a.godetail:hover::before {
  top: 0;
  left: 0;
}

a.godetail:hover {
  color: #5B4B48;
  background-color: rgba(235, 85, 95, 0.2);
  opacity: 1;
}

a.godetail.gray {
  background-color: rgba(180, 180, 180, 0.8);
  pointer-events: none;
  color: #666666;
}

a.godetail.gray::before {
  border: 2px solid #666666;
}

.deco span {
  font-weight: normal;
  display: inline-block;
  padding: 0 15px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: 10px auto;
}

span.slash  {
  display: inline-block;
  padding: 0 20px;
  background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
  background-size: 15px;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 50px;
  }

  .deco span {
    padding: 0 10px;
    background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
    background-size: 12px;
  }

  span.slash {
    padding: 0 15px;
    background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
    background-size: 12px;
  }
}

/* クレジット */
p.credit {
  position: absolute;
  bottom: 1.5em;
  right: 0.5em;
  text-align: right;
  padding: 2px 10px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 12px;
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  height: 550px;
  position: relative;
  animation: fadeIn 1s ease-in;
  margin-top: 10px;
}

.page_roof .photo_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 105%;
  position: relative;
  background: url("../images/top_right.png")no-repeat top right, url("../images/top_left.png")no-repeat top left;
  background-size: auto 100%, auto 100%;
}

.page_roof #photo3 {
  position: absolute;
  bottom: 5%;
  left: 1%;
  width: 50%;
  height: 55%;
  z-index: 0;
}

.page_roof #photo4 {
  position: absolute;
  top: 0;
  left: 6%;
  width: 50%;
  height: 55%;
  z-index: 1;
}

.page_roof #photo2 {
  position: absolute;
  top: 5%;
  right: 1%;
  width: 50%;
  height: 55%;
  z-index: 2;
}

.page_roof #photo1 {
  position: absolute;
  bottom: 0;
  right: 6%;
  width: 50%;
  height: 55%;
  z-index: 3;
}

.page_roof .photo_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.page_roof .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: 100%;
  z-index: 10;
}

.page_roof h2 {
  width: 60%;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn2 2s;
}

.page_roof h2 img {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width:767px) {
  .page_roof {
    height: 30vh;
    background-size: 100% auto;
  }
}
/*-------------fix--------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}

/*-------------ナビPC--------------*/
@media screen and (min-width: 760px) {
  #pageNav {
    width: 100%;
    z-index: 20;
    margin-top: -10px;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
  }

  #pageNav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    background: #E6D3CC;
    border-radius: 20px;
  }

  #pageNav ul a,
  #pageNav ul a:hover {
    color: #5B4B48 !important;
    text-decoration: none !important;
  }

  #pageNav ul a {
    flex-grow: 1;
    height: 60px;
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
    width: 100%;
  }

  #pageNav ul a:last-child {
    background: none;
  }

  #pageNav ul a li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 120%;
  }

  #pageNav ul a.selected {
    background-color: #0ACDBD;
  }
}

/*--スマホ--*/
@media screen and (max-width: 759.9px) {
  #pageNav {
    margin-bottom: 50px;
    z-index: 20;
    position: relative;
  }

  .nav_btn.open {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #E6D3CC;
    color: #5B4B48;
  }

  .nav_btn.open:after {
    content: "▼ MENU ▼";
  }

  .nav_btn.close:after {
    content: "▲ 閉じる ▲";
  }

  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: #E6D3CC;
    color: #5B4B48;
  }

  #pageNav ul a,
  #pageNav ul a:hover {
    color: inherit;
    text-decoration: none !important;
  }

  #pageNav ul a {
    width: 100%;
  }

  #pageNav ul a li {
    font-size: 120%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}

/*-------------ページコンテンツ--------------*/
.pageContent {
  width: 100%;
  margin-bottom: 80px;
}

#touristspot.pageContent {
  margin-bottom: 0;
}

.pageContent>.inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto 30px;
}

/*-------------団体臨時列車告知--------------*/
#danrin {
  margin-bottom: 50px;
}

#danrin .inner {
  border: 5px dotted #333;
  padding: 20px 20px;
}

@media screen and (max-width: 759.9px) {
  #danrin {
    margin-bottom: 30px;
  }

  #danrin .inner {
    border: 3px dotted #333;
    padding: 10px 10px;
  }
}

#danrin .fukidashi {
  width: 95%;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px 1em;
  text-align: center;
  background: #fffbf8;
  border-radius: 30px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}

#danrin .fukidashi h3 {
  font-size: 180%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#danrin .fukidashi p {
  font-size: 140%;
	margin-bottom: 10px;
}

#danrin .fukidashi p span {
  font-size: 120%;
  font-weight: bold;
  color: #FF0000;
}

#danrin .fukidashi p.attention {
  font-size: 12px;
	text-align: left;
}

@media screen and (max-width: 759.9px) {
  #danrin .fukidashi {
    padding: 15px 10px;
    border-radius: 20px;
  }

  #danrin .fukidashi h3 {
    font-size: 120%;
  }

  #danrin .fukidashi p {
    font-size: 110%;
		margin-bottom: 5px;
  }

  #danrin .fukidashi p.attention {
    font-size: 10px;
  }
}

#danrin .h2_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5em;
}

#danrin h2 {
  font-size: 260%;
}

#danrin h2 span {
  display: inline;
  position: relative;
  padding: 0 5px 0 10px;
}

#danrin h2 span::before {
  background-color: #f1d3ca;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  height: 20px;
  transform: skewX(-50deg);
  z-index: -1;
}

@media screen and (max-width: 759.9px) {
  #danrin .h2_unit {
    flex-direction: column;
    align-items: center;
  }

  #danrin h2 {
    font-size: 140%;
  }

  #danrin h2 span::before {
    left: 0;
    right: 0;
    bottom: -5px;
    opacity: 0.75;
    height: 15px;
  }
}

#danrin .detail {
  width: 95%;
  background: #fffbf8;
  font-size: 120%;
  padding: 1.5em;
  margin:0 auto 2em;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}

#danrin .detail h3 {
  font-size: 120%;
  margin-bottom: 0.5em;
}

#danrin .detail dl {
  width: 100%;
  margin: 0 auto 5px;
  ;
  display: flex;
  font-size: 110%;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 5px;
}

@media screen and (max-width: 759.9px) {
  #danrin .detail h3 {
    font-size: 100%;
    margin-bottom: 0.5em;
  }

  #danrin .detail .dl_unit {
    font-size: 90%;
  }

  #danrin .detail .dl_unit dl {
    font-size: 90%;
    flex-direction: column;
  }

  #danrin .detail .dl_unit dl dd {
    padding-left: 1em;
  }
}

#danrin p.more {
  font-size: 160%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 759.9px) {
  #danrin p.more {
    font-size: 140%;
  }
}

#danrin .banner {
  margin: 0 0.5% 1em;
  background: rgba(255, 241, 0, 0.2);
  text-align: center;
}

#danrin .banner img {
  width: 100%;
}

#danrin .banner a:hover img {
  opacity: 0.6;
}

#danrin .lead {
  width: 95%;
  font-size: 120%;
  margin:0 auto 1em;
  display: flex;
  justify-content: center;
}
#danrin .waribiki {
  width: 95%;
  margin:0 auto 2em;
	text-align: center;
	background: #AF3144;
	color: #FFFFFF;
	padding: 10px;
}
#danrin .waribiki h3{
  margin:0 auto 5px;
	font-size: 180%;
}
#danrin .waribiki p{
	font-size: 110%;
}
#danrin .yoyaku{
  width: 95%;
  margin:0 auto 2em;
}
@media screen and (max-width: 759.9px) {
  #danrin .lead {
  	font-size: 110%;
  }
}
#danrin .panel dl{
  width: 95%;
  margin:0 auto 0.5em;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #5B4B48;
	font-size: 110%;
}
#danrin .panel dl dt{
  width: 15%;
	padding: 5px;
	color:#5B4B48;
}
#danrin .panel dl dd{
  width: 85%;
	padding: 5px;
}
#danrin .ind1{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

@media screen and (max-width: 759.9px) {
  #danrin .lead {
  	font-size: 110%;
  }
	#danrin .waribiki h3{
		margin:0 auto 5px;
		font-size: 140%;
	}
	#danrin .waribiki p{
		font-size: 100%;
	}
	#danrin .panel dl{
		font-size: 100%;
	}
	#danrin .panel dl dt{
		width: 100%;
		font-weight: bold;
	}
	#danrin .panel dl dd{
		width: 100%;
		padding:0 5px 10px 10px;
	}

}
/*-------------能登地震注記-------------*/
#caution {
	width: 95%;
	max-width: 950px;
	border: 2px solid #FF0000;
	padding: 10px 1em 0;
	margin: 20px auto 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#caution h3{
	font-size: 130%;
	color:#FF0000;
	margin-bottom: 0.5em;
	text-align: center;
}
#caution p{
	font-size: 110%;
	text-align: center;
}
@media screen and (max-width: 759.9px) {
	#caution p{
		text-align: left;
	}
}
/*-------------担当者おすすめプラン-------------*/
.pageContent .inner>.title {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pageContent .inner>.title h2 {
  color: #5B4B48;
  font-size: 240%;
  padding: 15px 6%;
}

.pageContent .inner>.title img {
  height: 30px;
  width: auto;
}

#map .title h2 {
  background: url("../images/illust_flower3.png")no-repeat bottom left,
    url("../images/illust_stone.png")no-repeat bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 75%, 30% auto;
}

#recommend .title h2 {
  background: url("../images/illust_stone.png")no-repeat top left,
    url("../images/illust_flower1.png")no-repeat center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 20% auto, auto 90%;
}

#phone-reservation .title h2 {
  background: url("../images/illust_emphasize.png")no-repeat top left 5%,
    url("../images/illust_stone.png")no-repeat center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 10% auto, 20% auto;
}

#plans .title h2 {
  background: url("../images/illust_stone.png")no-repeat top left,
    url("../images/illust_flower2.png")no-repeat center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 20% auto, auto 90%;
}

#touristspot .title h2 {
  padding: 15px 15%;
  background: url("../images/illust_ribbon_left.png")no-repeat center left,
    url("../images/illust_ribbon_right.png")no-repeat center right, url("../images/illust_stone.png")no-repeat center right 20%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22% auto, 22% auto, 14% auto;
}

@media screen and (max-width: 759.9px) {
  .pageContent .inner>.title {
    margin: 0 auto 20px;
  }

  .pageContent .inner>.title h2 {
    font-size: 150%;
    padding: 15px 10%;
  }

  .pageContent .inner>.title img {
    height: 20px;
  }

  #touristspot .title h2 {
    background-size: 15% auto, 15% auto, 14% auto;
  }
}

/*---------map------------*/
#map .map {
  width: 100%;
  margin: 0 auto;
}

#map .map img {
  width: 100%;
}


/*---------パネルボタン-------------*/
.open_btn {
  width: 95%;
  border: 1px solid #5B4B48;
  font-size: 100%;
  padding: 5px 0;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.open_btn::before,
.open_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #AF3144;
  width: 20px;
  height: 2px;
  transition: all 0.3s;
}

.open_btn::after {
  transform: rotate(90deg);
}

.open_btn.close::before {
  transform: rotate(180deg);
}

.open_btn.close::after {
  transform: rotate(180deg);
  opacity: 0;
}

.panel {
  display: none;
  width: 95%;
  margin: 0 auto;
}

/*----いちおしシプラン-----*/
.ichioshi_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ichioshi_unit a {
  width: 31.3%;
  margin: 0 1% 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #CCCCCC;
  color: inherit;
  padding-bottom: 15px;
}

.ichioshi_unit a p {
  margin: 0 10px 10px 10px;
}

.ichioshi_unit a img {
  width: 100%;
  margin-bottom: 10px;
}

.ichioshi_unit a h3 {
  margin: 0 10px 10px;
  font-weight: bold;
  font-size: 110%;
}

.ichioshi_unit a .btn {
  width: 80%;
  margin: auto auto 0;
  background: #F2E3DE;
  font-size: 100%;
  border-radius: 10px;
  color: #5B4B48;
  text-align: center;
}

@media screen and (max-width: 759.9px) {
  .ichioshi_unit a {
    width: 48%;
    margin: 0 1% 20px;
  }
}

/*-------------電話でのプラン-------------*/
.box_unit {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #F8F8F8;
  padding: 20px 20px 0;
  margin-bottom: 30px;
  border: 1px solid #CCCCCC;
}

.mainphoto {
  width: 47%;
  margin-bottom: 20px;
}

.mainphoto img {
  width: 100%;
}

.frontlead {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.frontlead h3 {
  font-size: 140%;
  margin-bottom: 1.5em;
  /*text-decoration: underline;
  text-decoration-color: #F2E3DE;
  text-decoration-thickness: 15px;*/
  line-height: 2;
}

@media screen and (max-width: 759.9px) {
  .frontlead h3 {
    font-size: 120%;
  }
}

.frontlead .lead {
  padding: 0 1em;
  margin-bottom: 1em;
  font-size: 110%;
}

.frontlead .kikan {
  border-top: 2px dashed #5B4B48;
  border-bottom: 2px dashed #5B4B48;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  font-size: 120%;
  text-align: center;
}

.price_conditions {
  border: 1px solid #F2E3DE;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
}

.price {
  font-size: 120%;
  border-right: 1px solid #5B4B48;
  padding: 0 20px;
  width: 45%;
}

.conditions {
  padding: 0 20px;
}

.points {
  width: 47%;
  margin-bottom: 20px;
}

.hotelphoto {
  width: 100%;
  margin-bottom: 20px;
}

.hotelphoto dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}

.hotelphoto dl dt span {
  background-color: #A27362;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 5px;
  margin-right: 0.5em;
  line-height: 1.2;
}

.hotelphoto dl dd {
  text-align: center;
  font-size: 120%;
}

.points h4 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 110%;
}

.itinerary {
  width: 47%;
}

.points .itinerary {
  width: 100%;
}

.itinerary table {
  width: 95%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin: 0 auto 20px;
  background: #FFFFFF;
}

.itinerary table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  /*background-color:rgba(235,85,95,0.2);*/
  background-color: #F2E3DE;
  text-align: center;
}

.itinerary table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 3px 5px 5px;
}

.itinerary table td.meal {
  white-space: nowrap;
}

h3.title {
  font-size: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  color: #5B4B48;
}

h3.title::before {
  content: "";
  height: 1px;
  background: #5B4B48;
  flex-grow: 1;
  margin-right: 0.5em;
}

h3.title::after {
  content: "";
  height: 1px;
  background: #5B4B48;
  flex-grow: 1;
  margin-left: 0.5em;
}

h3.title::before {
  content: "";
  height: 1px;
  background: #5B4B48;
  flex-grow: 1;
  margin-right: 0.5em;
}

h3.title::after {
  content: "";
  height: 1px;
  background: #5B4B48;
  flex-grow: 1;
  margin-left: 0.5em;
}

.points ul {
  width: 95%;
  margin: 0 auto 1em;
  padding: 0.5em;
  /*background-color:rgba(235,85,95,0.1);*/
  background-color: #F2E3DE;
}

.points ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.points ul li p {
  text-indent: 0;
  font-size: 90%;
}

.points ul li::before {
  content: "●";
  color: #5B4B48;
}

.points ul li.attention::before {
  content: "";
}

@media screen and (max-width: 759.9px) {
  .box_unit {
    width: 95%;
    margin: 0 auto 30px;
  }

  .frontlead {
    width: 100%;
    margin-bottom: 20px;
  }

  .mainphoto {
    width: 100%;
    margin-bottom: 20px;
  }

  .price_conditions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .price {
    font-size: 120%;
    border-right: none;
    border-bottom: 1px solid rgba(91, 75, 72, 0.5);
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
  }

  .conditions {
    padding: 10px 20px;
  }

  .points {
    width: 100%;
    margin-bottom: 20px;
  }

  .itinerary {
    width: 100%;
  }

  .hotelphoto dl dt span {
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 0.5em;
    border-radius: 5px;
  }

  .hotelphoto dl dd {
    text-align: left;
    font-size: 100%;
  }

}

/*-------------電話から予約方法-------------*/
.chart_unit {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}

.chart_unit .chart {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  height: auto;
}

.chart_unit .arrow {
  width: 3%;
  margin: 0 0.5em;
  align-self: center;
}

.chart_unit img {
  width: 100%;
}

.chart_unit .chart p {
  font-size: 110%;
  text-align: center;
}

a.list_btn {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #E6D3CC;
  border-radius: 20px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 160%;
}

@media screen and (max-width: 759.9px) {
  .chart_unit .chart p {
    font-size: 90%;
  }
}

/*-----予約-------------------*/
.yoyaku_tel {
  width: 100%;
  padding: 30px 10px;
  border-radius: 20px;
  /*background: rgba(231,85,95,0.1);*/
  background: #F2E3DE;
  text-align: center;
  margin: 0 auto 50px;
}

.yoyaku_tel h2 {
  width: 80%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin: 0 auto 10px;
  text-decoration: none;
  background: #A27362;
  z-index: 10;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.5;
  border-radius: 30px;
}

.yoyaku_tel h3 {
  text-align: center;
  font-size: 180%;
}

.yoyaku_tel a.telno {
  text-align: center;
  font-size: 200%;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.yoyaku_tel dl {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  border-bottom: 1px dotted #A27362;
  padding: 8px 0;
  display: flex;
  text-align: left;
}

.yoyaku_tel dl:first-of-type {
  border-top: 1px dotted #A27362;
  margin-top: 20px;
}

.yoyaku_tel dl dt {
  width: 40%;
  text-align: right;
  padding-right: 0.5em;
}

.yoyaku_tel dl dd {
  width: 60%;
  text-align: left
}

@media screen and (max-width: 759.9px) {
  .yoyaku_tel h3 {
    font-size: 160%;
  }

  .yoyaku_tel a.telno {
    font-size: 180%;
  }
}

/*-------------観光スポット-------------*/
.spot_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.spot_unit .spot {
  width: 46%;
  margin: 0 2% 20px;
  padding-bottom: 0.5em;
  border-radius: 20px;
}

.spot .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2em;
  padding: 10px;
}

.spot .title .area {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 120%;
  margin: 0 0.5em;
}

.spot .title h3 {
  font-size: 160%;
  line-height: 1.5;
}

@media screen and (max-width: 759.9px) {
  .spot_unit .spot {
    width: 80%;
    margin: 0 auto 20px;
  }

  .spot .title {
    padding: 10px 5px;
  }

  .spot .title .area {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    font-size: 10px;
  }

  .spot .title h3 {
    font-size: 120%;
    line-height: 1.4;
  }
}

.spot .photo {
  width: 100%;
}

.spot .photo img {
  width: 100%;
}

.spot .spotlead {
  font-size: 120%;
  text-align: center;
  margin-bottom: 0.3em;
  padding: 0 5px;
}

.spot .spotinfo {
  font-size: 100%;
  text-align: left;
  width: 90%;
  line-height: 1.8;
  margin: 0 auto 1em;
}

.spot .spotinfo dl {
  display: flex;
  flex-wrap: wrap;
}

.spot .spotinfo dt {
  width: 5em;
}

.spot .spotinfo dd {
  width: calc(100% - 5em);
}

.spot .spotinfo dd {
  width: calc(100% - 5em);
}

#tab01_panel .spot_unit .spot {
  border: 1px solid #CEA89B;
}

#tab01_panel .spot .title .area {
  background: #CEA89B;
}

#tab01_panel .spot .spotinfo dt,
#tab01_panel .spot .spotinfo dd {
  border-bottom: 1px dotted #CEA89B;
}

#tab02_panel .spot_unit .spot {
  border: 1px solid #A5836B;
}

#tab02_panel .spot .title .area {
  background: #A5836B;
}

#tab02_panel .spot .spotinfo dt,
#tab02_panel .spot .spotinfo dd {
  border-bottom: 1px dotted #A5836B;
}

#tab03_panel .spot_unit .spot {
  border: 1px solid #7C6966;
}

#tab03_panel .spot .title .area {
  background: #7C6966;
}

#tab03_panel .spot .spotinfo dt,
#tab03_panel .spot .spotinfo dd {
  border-bottom: 1px dotted #7C6966;
}


@media screen and (max-width: 759.9px) {
  .spot .spotlead {
    font-size: 100%;
  }

  .spot .spotinfo {
    font-size: 90%;
  }

  /*.spot .spotinfo dl{
		flex-direction: column;
	}
	.spot .spotinfo dt{
		width: 100%;
		font-weight: bold;
		border-bottom:none;
	}
	.spot .spotinfo dd{
		width: 100%;
		margin-bottom: 10px;
	}*/

}

/*-------------その他おすすめプラン-------------*/

#osusume {
}
#osusume h2 {
  font-size: 140%;
	text-align: center;
  margin-bottom: 20px;
}
#osusume .osusume_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#osusume .osusume_unit a{
  width: 31.3%;
  margin: 0 1% 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
	border: 1px solid #CCCCCC;
}
#osusume .osusume_unit a dl{
  width: 100%;
  background: #FFFFFF;
}
#osusume .osusume_unit a dl dt{
  width: 100%;
}
#osusume .osusume_unit a dl dt img{
  width: 100%;
	height: 190px;
	object-fit: cover;
}
#osusume .osusume_unit a dl dd{
  width: 100%;
  padding: 10px;
}
#osusume .osusume_unit a dl dd h3{
  font-size: 100%;
  text-align: center;
  line-height: 1.5;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;

}
#osusume .osusume_unit a dl dd p{
  font-size: 90%;
  text-align: left;
}
#osusume a:hover{
	opacity: 0.7;
}
@media (max-width:767px){
  #osusume .osusume_unit a{
    width: 48%;
    margin: 0 1% 20px;
  }
	#osusume .osusume_unit a dl dt img{
		height: 120px;
	}

}

/*-------------タブ切り替え--------------*/
nav.tabNav {
  width: 98%;
  margin: 0 auto;
}

nav.tabNav ul {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

nav.tabNav ul li {
  width: 31.33%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0 1%;
  border-radius: 10px;
}

nav.tabNav ul li:first-child {
  background: #CEA89B;
}

nav.tabNav ul li:nth-child(2) {
  background: #A5836B;
}

nav.tabNav ul li:nth-child(3) {
  background: #7C6966;
}

nav.tabNav ul li.selected {
  height: 80px;
}

nav.tabNav ul li p {
  font-size: 140%;
  color: #FFFFFF;
  line-height: 1.5;
}

@media screen and (max-width: 759.9px) {
  nav.tabNav ul li {
    height: 50px;
  }

  nav.tabNav ul li.selected {
    height: 65px;
  }

  nav.tabNav ul li p {
    font-size: 100%;
  }
}

.tab_wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
}

/*-----トリパ-------------*/
#tripa_box {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 30px 0;

}
/*-----inboxswiper--------------------*/
.swiper-container.inbox {}

.swiper-container.inbox .swiper-slide {}

.swiper-container.inbox .swiper-slide img {
  width: 100%;
  margin-bottom: 10px;
}

/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

.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;
  }
}


/*-----hotel-----------------*/
.hotelphoto {
  width: 100%;
  position: relative;
  padding: 0 35px;
}

.hotelphoto .nday {
  position: absolute;
  top: 0;
  left: 35px;
  width: 70px;
  height: 40px;
  border-radius: 0 0 30px 0;
  background: #5B4B48;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  line-height: 1;
  z-index: 10;
  padding: 0 5px 5px 0;
  color: #FFFFFF;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

@media (max-width:767px) {
  .hotelphoto .nday {
    width: 60px;
    height: 30px;
    border-radius: 0 0 20px 0;
    font-size: 100%;
  }
}

.swiper-container.hotel {
  width: 100%;
  padding-bottom: 30px;
}

.swiper-container.hotel .swiper-wrapper .swiper-slide {
  border: 1px solid #5B4B48;
  padding: 10px;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}

.swiper-container.hotel .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(91, 75, 72, 0.3);
}

.swiper-container.hotel .swiper-slide img {
  width: 100%;
  margin-bottom: 5px;
}

.swiper-button-prev.hotel::after,
.swiper-button-next.hotel::after {
  display: none;
}

.swiper-button-prev.hotel,
.swiper-button-next.hotel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev.hotel i,
.swiper-button-next.hotel i {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 20;
  background: #5B4B48;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev.hotel {
  left: 0;
}

.swiper-button-next.hotel {
  right: 0;
}

.swiper-pagination.hotel {
  bottom: 0;
}

@media (max-width:767px) {

  .swiper-button-prev.hotel,
  .swiper-button-next.hotel {
    font-size: 16px;
  }
}