@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;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
}

#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;
  font-size: 120%;
}

.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;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

.deco {
  display: inline-block;
  font-weight: normal;
  padding: 0 25px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: 12px;
}

@media screen and (max-width: 759.9px) {
  .deco {
    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: 8px;
  }
}

a.godetail {
  width: 80%;
  max-width: 350px;
  margin: 0px 20px 20px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.godetail.chubu {
  background: url("../images/button_chubu.png") no-repeat center bottom;
  background-size: 100%;
}

a.godetail:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}

a.godetail.gray {
  background: url("../images/button_gray.png") no-repeat center bottom;
  background-size: 100%;
  pointer-events: none;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    width: 80%;
    height: 50px;
    margin: 0 auto 15px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100%;
    font-size: 90%;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  position: relative;
}

.page_roof .inner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.page_roof h2 {
  width: 100%;
  height: 100%;
  max-width: 950px;
  margin: 0 auto;
  animation: fadeIn 4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_roof h2 img {
  height: 90%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*-------------　itemナビ  --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 760px) {
  #itemNav nav {
    /* background: url("../images/bg_menu.png") repeat-x top; */
    background-color: #C65569;
    background-size: auto 100%;
    width: 100%;
    z-index: 9999;
    margin-bottom: 20px;
    padding: 0;
  }

  #itemNav nav ul a,
  #itemNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #itemNav nav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #itemNav nav ul:first-child {
    border-bottom: 1px solid #C65569;
  }

  #itemNav nav ul a {
    flex-grow: 1;
    height: 55px;
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #itemNav nav ul a:first-child {
    background: url("../images/menu_line.svg") no-repeat center left,
      url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #itemNav nav ul a li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #itemNav nav ul a li p {
    text-align: center;
  }

  /*#pageNav nav ul a li:after{
    font-family: "Font Awesome 5 Free";
    content: "\F107";
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
  }*/
  #itemNav .nav_btnOpen {
    display: none;
  }
}

/****スマホメニュー****/
@media screen and (max-width: 759.9px) {
  #itemNav nav {
    display: none;
    /* background-color: #C65569;
    background-size: auto 100%;
    width: 100%;
    z-index: 9999;
    margin-bottom: 20px;
    padding: 0;
    text-align: center; */
  }

  .nav_btnOpen {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #C65569;
    color: #FFFFFF;
  }

  .nav_btnOpen:after {
    content: "▼　MENU ▼";
  }

  .nav_btnClose {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #C65569;
    color: #FFFFFF;
  }

  .nav_btnClose:after {
    content: "▲　CLOSE　▲";
  }

  #itemNav nav {
    background: #C65569;
    width: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }

  #itemNav nav ul a,
  #itemNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #itemNav nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #itemNav nav ul a {
    width: 100%;
  }

  #itemNav nav ul a li {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 0;
    text-align: center;
  }
}



/*-------------ページトップリード --------------*/
#pageTopLead .inner {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 10px 0;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  background: url("../images/miniume.png")no-repeat top right;
  background-size: 25%;
  color: #62554F;
}

#pageTopLead .inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

#pageTopLead .inner p {
  font-size: 110%;
}

@media screen and (max-width: 759.9px) {
  #pageTopLead .inner {
    font-size: 90%;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}

.pageContent .inner {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .pageContent .inner {
    padding: 60px 0 0;
  }
}

/* .title_box {
  background: url("../images/title_bg.png") no-repeat;
  background-size: cover;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px 0;
  position: relative;
}
h3 {
  padding: 15px;
  color: #FFF;
  text-shadow: 0 0 3px #b13c57;
  font-weight: 600;
  position: relative;
} */
.section_title {
  /* max-width: 450px; */
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-align: center;
  background-size: contain;
  background-image: url("../images/title_bg.png");
  background-repeat: no-repeat;
  padding: 0 5px 5px 0;
  color: #FFF;
  text-shadow: 0 0 3px #d4748a;
  font-size: 200%;
  font-weight: 600;
  display: flex;
}

.section_title span {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .section_title {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .section_title {
    max-width: 92%;
    font-size: 160%;
    line-height: 1.6rem;
    margin: 0 0 0 15px;
    padding-bottom: 25px;

  }

  .section_title span {
    font-size: 70%;
  }
}

/*マップ*/
#map .inner img {
  width: 100%;
}

/* ホテル */
#hotel .lead {
  font-family: 'Noto Sans JP', sans-serif;
  color: #62554F;
  font-size: 100%;
  padding: 0 20px;
}

#hotel .lead h2 {
  font-size: 200%;
  margin-bottom: 20px;
  font-weight: 600;
}

#hotel .lead h2 span {
  color: #C65569;
  font-size: 150%;
}

#hotel .lead h3 {
  font-size: 160%;
  margin-bottom: 10px;
  margin-left: -0.5em;
  font-weight: 600;
}

#hotel .lead p {
  font-size: 120%;
}

.hotel_potel {
  margin-bottom: 70px;
}

.potel_leadbox {
  display: flex;
  margin-bottom: 40px;
}

.potel_leadbox img {
  width: 60%;
  height: 60%;
  margin: auto;
}

.potel img {
  width: 100%;
  margin-bottom: 30px;
}

.potel_intro {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #62554F;
  font-size: 100%;
  margin-bottom: 30px;
}

.potel_intro dd {
  width: 25%;
}

.potel_intro dd h3 {
  font-size: 200%;
  margin-bottom: 50px;
  font-weight: 600;
}

.potel_intro dd p {
  margin-bottom: 30px;
}

.potel_intro dd p.ind {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.potel_intro dt {
  width: 73%;
}

@media screen and (max-width: 767px) {
  #hotel .lead {
    font-size: 90%;
  }

  .potel_leadbox {
    display: block;
    margin-bottom: 40px;
  }

  .potel_leadbox img {
    width: 100%;
    height: 100%;
    /* margin-right: 20px; */
  }

  .potel_intro {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }

  .potel_intro dd {
    width: 100%;
  }

  .potel_intro dd h3 {
    margin-bottom: 10px;
  }

  .potel_intro dd p {
    margin-bottom: 10px;
  }

  .potel_intro dt {
    width: 100%;
  }
}

.hotel_potel .yoyaku {
  display: flex;
  justify-content: center;
}

.tab_wrap_unit .yoyaku {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.hotel_potel h2 {
  text-align: center;
  margin-bottom: 20px;
}

.hotel_box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .hotel_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
  }

  .hotel_box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
  }
}

.hotel_box_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.hotel_box_unit .hotel_box {
  width: 31.33%;
  margin: 0 1% 20px;
  position: relative;
  padding-top: 10px;
}

.hotel_box .region {
  margin-bottom: 5px;
}

.hotel_box .region .section_title {
  font-size: 120%;
  font-weight: bold;
  display: inline;
  vertical-align: middle;
}

.hotel_box .photo {
  width: 100%;
  margin-bottom: 20px;
}

.hotel_box .photo img {
  width: 100%;
}

.hotel_box h1 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.5;
}

.hotel_box .comment {
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  background: #FFF5F5;
}

.hotel_name {
  font-size: 16px;
}

.hotel_box .yoyaku {
  margin-bottom: 10px;
  text-align: center;
}

.hotel_box .yoyaku h4 {
  font-size: 120%;
  margin-bottom: 10px;
}


@media screen and (max-width: 759.9px) {

  .hotel_box_unit>.hotel_box,
  .hotel_box_unit>.swiper-slide {
    width: 85%;
    margin: 60px auto 20px;
  }

  .hotel_potel {
    margin-bottom: 50px;
  }

  .hotel_potel .yoyaku {
    display: block;
  }

  .tab_wrap_unit .yoyaku {
    display: block;
  }

  .hotel_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
  }

  /* 
  .hotel_box::after {
    display: none;
  } */

  .hotel_box:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #F1A8C4, #F1A8C4 2px, #fff 2px, #fff 4px);
  }

  /* .hotel_box h4 {
    font-size: 130%;
  }

  p.credit {
    font-size: 10px;
  } */
  .hotel_box_unit {
    display: block;
  }
}

/* 観光 */

#kanko {
  margin-top: 40px;
}

.kanko_name {
  font-size: 24px;
  padding: 0 15px 10px;
}

.ph_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ph_info .photo {
  width: 55%;
  position: relative;
  padding: 0 15px 15px;
}

.ph_info .photo p.credit {
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-align: right;
  font-size: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 0 5px 3px;
  border-radius: 5px;
}

.ph_info p {
  font-size: 130%;
}

.ph_info p.attention {
  font-size: 110%;
  margin-top: 10px;
}

.ph_info .photo img {
  width: 100%;
  border: 3px solid #bba9a9;
}

.ph_info.reverse {
  flex-direction: row-reverse;
}

.data {
  width: 100%;
  border-bottom: dotted 1px #ebb7b7;
  margin-bottom: 10px;
}

.data dt {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  vertical-align: top;
}

.data dd {
  display: inline-block;
  padding: 3px 0 3px 10px;
}

.info {
  width: 45%;
  border-top: 1px dotted #ebb7b7;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: left;
}

.info h4 {
  font-size: 130%;
  margin-bottom: 5px;
  text-indent: -0.4em;
}

.info p {
  font-size: 90%;
}

.info a {
  word-break: break-all;
  display: inline-block;
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .kanko_name {
    font-size: 18px;
  }

  .ph_info .photo {
    width: 100%;
  }

  .ph_info .info {
    width: 100%;
  }

  .ph_info h4 {
    font-size: 120%;
  }

  .ph_info p {
    font-size: 100%;
  }

  .ph_info {
    display: block;
  }
}

/*-----モデルコース--------------------*/

.pageContent .title.deco2 h2::before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 1em;
  width: 2em;
  height: 3.5em;
  background: url("../images/title_deco2_left.png")no-repeat center bottom;
  background-size: contain;
}

.pageContent .title.deco2 h2::after {
  content: "";
  position: absolute;
  bottom: -2em;
  right: 0;
  width: 3.5em;
  height: 2.5em;
  background: url("../images/title_deco2_right.png")no-repeat center bottom;
  background-size: contain;
}

/*-------------タブナビ　エリア--------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

nav#pageNav {
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
}

nav#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

nav#pageNav ul li {
  background: #CCCCCC;
  border-radius: 30px;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0px;
  text-align: center;
  font-size: 130%;
  height: 90px;
  display: flex;
  align-items: center;
}

nav#pageNav ul li:hover,
nav#pageNav ul li.selected {
  background: #fcee21;
  font-weight: bold;
  font-size: 150%;
}

@media screen and (max-width: 759.9px) {
  nav#pageNav ul li {
    font-size: 90%;
    height: 80px;
    margin: 0 5px 10px;
    padding: 0 20px;
  }

  nav#pageNav ul li:hover,
  nav#pageNav ul li.selected {
    font-size: 100%;
  }
}

.modelcourse {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.modelcourse .left {
  background: url("../images/footprints2.png")no-repeat top left;
  background-size: 70%;
}

.modelcourse .right {
  background: url("../images/footprints1.png")no-repeat top right;
  background-size: 70%;
}

.modelcourse .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  font-size: 130%;
  font-weight: bold;
  width: 15%;
}

.modelcourse .left .fukidashi {
  background: url("../images/fukidashi1.png")no-repeat center;
  background-size: contain;
  margin-left: -5%;
}

.modelcourse .right .fukidashi {
  background: url("../images/fukidashi2.png")no-repeat center;
  background-size: contain;
  margin-right: -5%;
  margin-left: auto;
}

.modelcourse #ninenzaka.fukidashi {
  margin-bottom: 35px;
}

.modelcourse h3 {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px;
  position: relative;
  width: 55%;
}

.modelcourse .right h3 {
  margin-left: auto;
}

.modelcourse h3 .marker {
  background: linear-gradient(transparent 85%, #ffd22c 80%);
  font-weight: bold;
  padding: 0 20px 7px 20px;
  position: relative;
}

.modelcourse .time {
  font-size: 20px;
  font-weight: bold;
  background: url("../images/bg_time.png")no-repeat center;
  background-size: contain;
  line-height: 1.2;
  width: 140px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modelcourse .left .time {
  position: absolute;
  top: -20px;
  right: -10px;
  transform: rotate(10deg);
  z-index: 10;
}

.modelcourse .right .time {
  position: absolute;
  top: -20px;
  left: -10px;
  transform: rotate(-10deg);
  z-index: 10;
}

.modelcourse .left h3 .time {
  position: absolute;
  top: -15px;
  right: 70px;
  transform: rotate(10deg);
}

.modelcourse .right h3 .time {
  position: absolute;
  top: -15px;
  left: 70px;
  transform: rotate(-10deg);
}

.modelcourse dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: url("../images/bg_comment.png")repeat-x center;
  background-size: auto 90%;
}

.modelcourse dl dt {
  width: 55%;
  text-align: center;
  position: relative;
}

.modelcourse dl dt .photo {
  width: 95%;
  margin: 0 auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.modelcourse .photo img {
  width: 100%;
}

.modelcourse dl dd {
  width: 45%;
  display: flex;
  align-items: center;
  padding: 30px;
  font-size: 110%;
  font-weight: bold;
  text-shadow: 0 0 2px #FFFFFF;
  line-height: 1.8;
}

.modelcourse .right>.photo {
  width: 54%;
  margin: 0 1% 0 auto;
}

.margin {
  margin: 60px 0;
}

@media screen and (min-width: 760px) {
  .modelcourse .right dl dt {
    order: 2;
  }

  .modelcourse .right dl dd {
    order: 1;
  }
}

@media screen and (max-width: 759.9px) {
  .modelcourse .left {
    background: url("../images/footprints2.png")no-repeat top left;
    background-size: 90%;
  }

  .modelcourse .right {
    background: url("../images/footprints1.png")no-repeat top right;
    background-size: 90%;
  }

  .modelcourse .fukidashi {
    height: 100px;
    font-size: 90%;
    width: 30%;
    margin-bottom: 10px;
  }

  .modelcourse .left .fukidashi {
    background: url("../images/fukidashi1.png")no-repeat center;
    background-size: contain;
    margin-left: -2%;
  }

  .modelcourse .right .fukidashi {
    background: url("../images/fukidashi2.png")no-repeat center;
    background-size: contain;
    margin-right: -2%;
  }

  .modelcourse #ninenzaka.fukidashi {
    margin-bottom: 20px;
  }

  .modelcourse h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
    width: 80%;
    line-height: 2;
  }

  .modelcourse .time {
    font-size: 14px;
    width: 100px;
    height: 40px;
  }

  .modelcourse .right .time {
    position: absolute;
    top: 0;
    left: auto;
    right: -10px;
    transform: rotate(15deg);
  }

  .modelcourse .left .time {
    position: absolute;
    top: 0;
    right: auto;
    left: -10px;
    transform: rotate(-15deg);
  }

  .modelcourse .right h3 .time {
    position: absolute;
    top: auto;
    left: auto;
    right: 30px;
    bottom: -30px;
    transform: rotate(-10deg);
    z-index: 1;
  }

  .modelcourse .left h3 .time {
    position: absolute;
    top: auto;
    right: auto;
    left: 30px;
    bottom: -30px;
    transform: rotate(10deg);
    z-index: 1;
  }

  .modelcourse dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url("../images/bg_comment.png")repeat-y center bottom;
    background-size: 100% auto;
    padding-bottom: 20px;
  }

  .modelcourse dl dt {
    width: 100%;
    position: relative;
    padding: 20px 20px 0 20px;
  }

  .modelcourse dl dt .photo {
    width: 80%;
    position: relative;
    z-index: 1;
    margin: 0 auto 0 0;
  }

  .modelcourse .right dl dt .photo {
    margin: 0 0 0 auto;
  }

  .modelcourse dl dd {
    width: 100%;
    padding: 15px;
    font-size: 100%;
  }

}

.modelcourse .start {
  background: none;
}

/* その他おすすめ */
#others {
  margin-bottom: 40px;
}

.recommend {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.recommend a {
  width: 300px;
}

@media screen and (min-width:768px) {
  .recommend img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: solid 1px #eee;
  }
}

@media screen and (max-width:767px) {
  .recommend {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .recommend img {
    margin-bottom: 20px;
    max-height: auto;
    max-width: 100%;
    object-fit: cover;
    border: solid 1px #eee;
  }

}

/*-----スペシャル限定--------------------*/
.pageContent#special {
  padding-top: 30px;
}

.yoyaku_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 0;
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  background: #FFFFFF;
  position: relative;
}

.yoyaku_wrap.limited {
  border-color: #f186b2;
  margin-bottom: 40px;
}

.yoyaku_wrap h2 {
  font-size: 200%;
  font-weight: bold;
}

.yoyaku_wrap h3 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}

.yoyaku_wrap .otanoshimi {
  /* display: inline-block; */
  margin: 10px auto 20px;
  /* position: relative; */
  /* justify-content: center;
  align-items: center; */
  /* background: url("../images/icon_present.png")no-repeat bottom 8px right,
    url("../images/line_deco.png")no-repeat bottom center;
  background-size: 45px auto,100% auto; */
  /* padding:10px 60px 10px 10px; */
  /* margin-bottom: 10px; */
}

.ind {
  text-align: center;
  font-size: 120%;
}

.ind span {
  font-size: 150%;
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .yoyaku_wrap.limited:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 90px;
    background: url("../images/potelspecial.png")no-repeat top center;
    background-size: 100%;
  }

  .yoyaku_wrap {
    padding-top: 50px;
  }

  .yoyaku_wrap h2 img {
    display: none;
  }

  .yoyaku_wrap .yoyaku_unit a {
    width: 31.3%;
    margin: 0 1% 20px;
  }
}

@media screen and (max-width: 759.9px) {
  .yoyaku_wrap.limited:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url("../images/potelspecial.png")no-repeat top center;
    background-size: 100%;
  }

  .pageContent#special {
    padding-top: 0;
  }

  .yoyaku_wrap h2 {
    margin: 10px auto;
    font-size: 140%;
    font-weight: bold;
  }

  /* .yoyaku_wrap h2 img{
    display: inline;
    width: 50px;
    vertical-align: middle;
  } */
  .yoyaku_wrap h3 {
    font-size: 110%;
    font-weight: bold;
  }
}

.yoyaku_inner {
  text-align: center;
  justify-content: center;
}

/*-----swiper共通--------------------*/
.swiper-slide,
.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  z-index: 99;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

/*-----トップwiper カスタマイズ--------------------*/
.swiper-container.top {
  width: 100%;
  margin: 0 auto;
}

.swiper-container.top .swiper-slide {
  position: relative;
  width: 100%;
  margin: 0;
  height: 450px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container.top .swiper-slide p {
  z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 10px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  font-size: 100%;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.swiper-container.top .swiper-slide .slide-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {

  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-width: 759.9px) {
  .swiper-container.top .swiper-slide {
    position: relative;
    width: 100%;
    margin: 0;
    height: 35vh;
  }
}

/*-----inboxSwiper--------------------*/
.swiper-container.inbox {
  width: 100%;
  margin: 0 auto;
}

.swiper-pagination.inbox {
  bottom: 15px;
}

.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

.swiper-button-prev.inbox {
  left: 5px;
  top: 48%;
}

.swiper-button-next.inbox {
  right: 5px;
  top: 48%;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }

  .swiper-button-prev.inbox {
    left: 3px;
    top: 46%;
  }

  .swiper-button-next.inbox {
    right: 3px;
    top: 46%;
  }
}