@charset "utf-8";

/* 基本設定 */
html{
	font-size: 62.5%;
  min-height: 100%;
}
*, *::before, *::after{
  box-sizing: border-box;
}
body{
	color: #000;
  background: #000;
  background: -webkit-linear-gradient(to top, #141e65, #00001c 20%, #000 100%);
  background: linear-gradient(to top, #141e65, #00001c 20%, #000 100%);
  background-image: url(../img/bg_img.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
	line-height: 1.6;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%; /* 文字サイズの自動調整機能のキャンセル */
}
.fntMc{ font-family:  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; font-style: normal;}

.fntChiaro {
  font-family: fot-chiaro-std, sans-serif;
}

img{
	border: 0;
	vertical-align: top;
}
input ,select{
	position: relative;
	top: 1px;
}
table, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
ul, li{
	list-style:none;
}
a:link, a:visited{
	color: #192649;
	text-decoration: none;
	transition: all 0.2s 0s ease;
}
a:hover, a:active{
	color: #FF0;
}
#cover{
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 10000;
}
#loader{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 332px;
  height: 77px;
}
#wrapper{
  opacity: 0.01;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  background: rgba(255,255,255,0.6);
}
.dd959,.dd800,.dd768,.dd600,.dd480,.dd414,.dd375,.dd320{
  display: none;
}
@media screen and (max-width: 959px){
  #wrapper{
    width: 94%;
  }
  .nn959{
    display: none !important;
  }
  .dd959{
    display: block !important;
  }
}
@media screen and (max-width: 800px){
  .nn800{
    display: none !important;
  }
  .dd800{
    display: block !important;
  }
  body{
    background-size: auto auto;
  }
}
@media screen and (max-width: 768px){
  .nn768{
    display: none !important;
  }
  .dd768{
    display: block !important;
  }
}
@media screen and (max-width: 600px){
  .nn600{
    display: none !important;
  }
  .dd600{
    display: block !important;
  }
}
@media screen and (max-width: 480px){
  #wrapper{
    width: 100%;
  }
  .nn480{
    display: none !important;
  }
  .dd480{
    display: block !important;
  }
}
@media screen and (max-width: 414px){
  #wrapper{
    padding-bottom: 20%;
  }
  .nn414{
    display: none !important;
  }
  .dd414{
    display: block !important;
  }
  .non414 {
    display: none;
  }
}
@media screen and (max-width: 375px){
  .nn375{
    display: none !important;
  }
  .dd375{
    display: block !important;
  }
}
@media screen and (max-width: 320px){
  .nn320{
    display: none !important;
  }
  .dd320{
    display: block !important;
  }
  #loader,
  #loader img{
    width: 280px;
    height: 65px;
  }
}

/* ヘッダー */
#header{
	overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 9vw;
  max-height: 94px;
  z-index: 9000;
  border: 1px solid #172547;
  text-align: center;
  color: #172547;
  font-size: 14px;
}
#header h1{
  position: relative;
  width: 22%;
  height: 9vw;
  max-height: 94px;
  border-right: 1px solid #172547;
  background: rgba(255,255,255,.6);
}
#header h1 .language-sp {
  display: none;
}
#header h1 a{
  display: block;
}
#header h1 a img{
  display: block;
  width: auto;
  height: 6vw;
  max-height: 64px;
  margin: 1em auto;
}
#header #s1Menu{
  position: relative;
  width: 78%;
  height: 48%;
  border-bottom: 1px solid #172547;
}
#header #s1Menu ul{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#header #s1Menu ul li{
  display: block;
  width: 18%;
  border-right: 1px solid #172547;
}
#header #s1Menu ul li.language{
  position: relative;
  width: 10%;
  font-size: 120%;
  font-weight: 600;
  background: rgba(255,255,255,.6);
}
#header #s1Menu ul li.language div{
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#header #s1Menu ul li.language div span{
  opacity: .6;
}
#header #s1Menu ul li.language div a{
}
#header #s1Menu ul li.add{
  position: relative;
  height: 100%;
  width: 39%;
  background: rgba(255,255,255,.6);
}
#header #s1Menu ul li.add span{
  position: relative;
  font-size: 85%;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-right: 2.4vw;
}
#header #s1Menu ul li.add span .icn{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5vw;
  height: 2.2vw;
}
#header #s1Menu ul li.web a span{
  font-size: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 2.6vw;
}
#header #s1Menu ul li.web a span::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2vw;
  height: 2vw;
  background: url("../img/icn_hd_web.svg") no-repeat center center;
  background-size: contain;
}
#header #s1Menu ul li.tel a span{
  font-size: 80%;
  line-height: 1.1;
  font-weight: 700;
  padding-left: 2.6vw;
}
#header #s1Menu ul li.tel a span::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2vw;
  height: 2vw;
  background: url("../img/icn_hd_tel.svg") no-repeat center center;
  background-size: contain;
}
#header #s1Menu ul li.tel a span small{
  font-size: 70%;
}
#header #s1Menu ul li.tel a span b{
  font-size: 135%;
}
#header #s1Menu ul li.web a,
#header #s1Menu ul li.tel a{
  position: relative;
  display: block;
  height: 100%;
  background: rgba(255,255,255,.6);
  color: #172547;
}
#header #s1Menu ul li.sns{
  position: relative;
  width: 15%;
  background: rgba(255,255,255,.6);
}
#header #s1Menu ul li.sns span{
  display: flex;
}
#header #s1Menu ul li.sns span a{
  display: block;
  width: 2vw;
  height: 2vw;
  margin: 0 .4vw;
}
#header #s2Menu{
  position: relative;
  width: 78%;
  height: 52%;
}
#header #s2Menu ul{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#header #s2Menu ul li{
  display: block;
  width: 20%;
  border-right: 1px solid #172547;
}
#header #s2Menu ul li a{
  position: relative;
  display: block;
  height: 100%;
  background: rgba(255,255,255,.6);
  color: #172547;
  letter-spacing: 2px;
  font-weight: 700;
}
#header #s1Menu ul li:last-child,
#header #s2Menu ul li:nth-last-child(2){
  border-right: none;
}
#header #s1Menu ul li.add span,
#header ul li.web a span,
#header ul li.tel a span,
#header ul li.sns span,
#header #s2Menu ul li a span{
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#header a:hover{
  color: #172547;
  opacity: .6;
}
#header #s2Menu ul li.sns,
.menu-trigger,
#spFtMenu{
  display: none;
}
@media screen and (max-width: 800px){
  #header{
    font-size: 12px;
  }
  #header #s1Menu ul li.web a span,
  #header #s1Menu ul li.tel a span{
    padding-left: 0;
  }
  #header #s1Menu ul li.web a span::before,
  #header #s1Menu ul li.tel a span::before{
    display: none;
  }
}
@media screen and (max-width: 600px){
  #header{
    width: 100%;
    height: 3em;
    max-height: inherit;
    border: 1px solid #172547;
    font-size: 20px;
    background: rgba(255,255,255,.6);
    transition: all .4s;
  }
  #header.active{
    height: 100vh;
    background: rgba(255,255,255,.8);
  }
  #header h1{
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    background: transparent;
  }
  #header h1 a img{
    height: 2em;
    margin: .5em auto;
  }
  #header h1 .language-sp {
    display: block;
    position: absolute;
    left: .6em;
    top: 1em;
  }
  #header h1 .language-sp a{
    font-size: 70%;
    line-height: 1.3;
    letter-spacing: normal;
    padding: 0 .4em .1em;
    border: 1px solid #172547;
    border-radius: .3em;
  }
  #header #s1Menu{
    display: none;
  }
  #header #s2Menu{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #header.active #s2Menu{
    height: auto;
  }
  #header #s2Menu ul{
    display: block;
    height: auto;
  }
  #header #s2Menu ul li{
    width: 100%;
    border-right: none;
  }
  #header #s2Menu ul li a{
    height: 3em;
    background: transparent;
  }
  #header #s2Menu ul li.sns{
    position: relative;
    display: block;
    height: 3.5em;
  }
  #header #s2Menu ul li.sns span{
    display: flex;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #header #s2Menu ul li.sns span a{
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 .5em;
  }
  #header #s2Menu ul li.sns span a.icn{
    width: .75em;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: fixed;
    z-index: 9999;
    width: 34px;
    height: 30px;
    top: 15px;
    right: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #172547;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  #spFtMenu{
    display: block;
    position: fixed;
    z-index: 9995;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    text-align: center;
    font-size: 14px;
    border: 1px solid #172547;
  }
  #spFtMenu ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  #spFtMenu ul li{
    display: block;
    width: 50%;
    height: 100%;
    border-right: 1px solid #172547;
  }
  #spFtMenu ul li:last-child{
    border-right: none;
  }
  #spFtMenu ul li a{
    position: relative;
    display: block;
    height: 100%;
    background: rgba(255,255,255,.6);
    color: #172547;
  }
  #spFtMenu ul li a:hover{
    color: #172547;
    opacity: .6;
  }
  #spFtMenu ul li a span{
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #spFtMenu ul li.web a span{
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 35px;
  }
  #spFtMenu ul li.web a span::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url("../img/icn_hd_web.svg") no-repeat center center;
    background-size: contain;
  }
  #spFtMenu ul li.tel a span{
    font-size: 80%;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 35px;
  }
  #spFtMenu ul li.tel a span::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url("../img/icn_hd_tel.svg") no-repeat center center;
    background-size: contain;
  }
  #spFtMenu ul li.tel a span small{
    font-size: 70%;
  }
  #spFtMenu ul li.tel a span b{
    font-size: 120%;
  }
}

/* コンテンツ */
#contents{
  position: relative;
}

.topF{
  position: relative;
  padding: 0 0 5.5em;
  background: url("../img/bar_j.png") repeat-x center bottom;
  background-size: 70%;
}
.topF h1{
  position: relative;
  z-index: 10;
  top: 10.5vw;
  width: 86%;
  height: auto;
  margin: 0 auto;
}
.topF h1 img{
  width: 100%;
  height: auto;
}
.topF .copy1{
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: -30% auto 0;
}
.topF .copy1 img{
  width: 100%;
  height: auto;
}
.topF .topInfo{
  position: relative;
  text-align: center;
  z-index: 5;
  font-size: 34px;
  font-weight: 700;
  margin: -12% auto 6%;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  line-height: 1.2;
}
.topF .topInfo small{
  font-size: 20px;
}
.topF .topInfo small.last{
  display: block;
  font-size: 14px;
}
.topF .reiwa {
  position: absolute;
  z-index: 11;
  width: 9vw;
  top: 12.5vw;
  right: 7.5vw;
}
.topF .reiwa img {
  width: 100%;
  height: auto;
}

.topF .fuyuB, .newsF .fuyuB{
  position: relative;
  width: 96%;
  margin: 1.5em auto;
}
.topF .fuyuB img, .newsF .fuyuB img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 414px){
  .topF .fuyuB, .newsF .fuyuB{
    width: 100%;
  }
}

.topF .lunch{
  display: block;
  background: url("../img/bar_j.png") repeat-x center 60%;
  background-size: 70%;
  margin: 2em auto 1.3em;
  text-align: center;
  font-size: 34px;
  letter-spacing: 8px;
  line-height: 1.4;
  font-weight: 500;
  color: #fabf13;
  text-shadow: 1px 1px 1px #273743, -1px 1px 1px #273743, 1px -1px 1px #273743, -1px -1px 1px #273743, 1px 1px 2px #273743, -1px 1px 2px #273743, 1px -1px 2px #273743, -1px -1px 2px #273743, 1px 1px 2px #273743, -1px 1px 2px #273743, 1px -1px 2px #273743, -1px -1px 2px #273743, 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff, 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
}

.topF .aboutBook{
  position: relative;
  display: flex;
  z-index: 5;
  width: 90%;
  margin: 3em auto 0;
  border: 1px solid #172547;
  background: rgba(255,255,255,.6);
  padding: 1em 1em 1em 2.5em;
  color: #172547;
}
.topF .aboutBook .ttl{
  display: block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #172547;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  padding: .5em;
}
.topF .aboutBook .ttl span{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.topF .aboutBook .txt{
  padding: .5em .5em .5em 1.5em;
  line-height: 1.4;
  display: inline-block;
}
.topF .aboutBook .txt span{
  display: block;
  font-size: 19px;
  font-weight: 500;
}
.topF .aboutBook .txt span strong{
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 24px;
  padding: 3px 28px;
}
.topF .aboutBook .txt span strong::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "《";
}
.topF .aboutBook .txt span strong::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "》";
}
.topF .aboutBook .txt small{
  display: block;
  position: relative;
  font-size: 10px;
  padding-top: 5px;
  padding-left: 12px;
}
.topF .aboutBook .txt small::before{
  position: absolute;
  left: 0;
  content: "※";
}

.topF .aboutBook{
  position: relative;
  display: flex;
  justify-content: space-around;
  z-index: 5;
  width: 80%;
  margin: 1em auto 0;
  border: 2px solid #172547;
  background: rgba(255,255,255,.6);
  padding: 1em 1em 1em 2.5em;
  color: #172547;
}
.topF .aboutBook .ttl{
  display: block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #172547;
  font-size: 200%;
  font-weight: 500;
  line-height: 1;
  padding: 1em;
}
.topF .aboutBook .ttl span{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.topF .aboutBook .txt{
  padding: .4em .5em .4em 1.5em;
  line-height: 1.3;
  display: inline-block;
}
.topF .aboutBook .txt span{
  display: block;
  font-size: 200%;
  font-weight: 500;
  text-align: center;
}
.topF .aboutBook .txt small{
  display: block;
  position: relative;
  font-size: 120%; 
  padding: 5px 27px 0;
}
.topF .aboutBook .txt small::before{
  position: absolute;
  left: 10px;
  content: "※";
}
.topF .pointB {
  position: relative;
  display: flex;
  width: 90%;
  margin: 3em auto 1em;
  justify-content: center;
  flex-wrap: wrap;
}
.topF .pointB li {
  height: 12.5em;
  padding: 0 .6em;
  margin-bottom: 1em;
}
.topF .pointB li img {
  height: 100%;
  width: auto;
}
.topF .booking {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topF .booking p {
  padding: 2em 2em 0;
}
.topF .booking p a {
  position: relative;
  display: block;
  color: #fff;
  letter-spacing: .1em;
}
.topF .booking p.tel a {
  background: #172547 url("../img/icn_hd_tel_w.svg") no-repeat 30px center;
  background-size: 30px;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.1;
  padding: 14px 30px 14px 75px;
}
.topF .booking p.tel a b {
  font-size: 200%;
}
.topF .booking p.web a {
  background: #172547 url("../img/icn_hd_web_w.svg") no-repeat 30px center;
  background-size: 30px;
  font-size: 340%;
  font-weight: 700;
  padding: 12px 30px 12px 75px;
}
.topF .booking p a:hover {
  opacity: .6;
}
@media screen and (max-width: 600px){
  .topF .aboutBook{
    width: 90%;
    padding: 1em;
  }
  .topF .aboutBook .ttl{
    font-size: 100%;
  }
  .topF .aboutBook .ttl span{
    writing-mode: vertical-rl;
    padding: 0 2px;
  }
  .topF .aboutBook .txt span{
    font-size: 110%;
    line-height: 1.5;
  }
  .topF .aboutBook .txt small{
    font-size: 90%;
    padding: 5px 10px 0 20px;
    line-height: 1.5;
  }
  .topF .aboutBook .txt small::before{
    left: 5px;
  }
  .topF .pointB {
    flex-wrap: wrap;
    margin: 2.5em auto 0;
    justify-content: center;
  }
  .topF .pointB li {
    height: 7.8em;
    padding: 0 .5em .3em;
  }
  .topF .pointB li:nth-child(3),
  .topF .pointB li:nth-child(4) {
    height: 11.5em;
  }
  .topF .booking p {
    padding: 20px 10px;
  }
  .topF .booking p.tel a {
    background: #172547 url("../img/icn_hd_tel_w.svg") no-repeat 20px center;
    background-size: 25px;
    font-size: 13px;
    padding: 10px 20px 10px 60px;
  }
  .topF .booking p.tel a b {
    font-size: 24px;
  }
  .topF .booking p.web a {
    background: #172547 url("../img/icn_hd_web_w.svg") no-repeat 20px center;
    background-size: 25px;
    font-size: 28px;
    padding: 8px 20px 8px 60px;
  }
}
@media screen and (max-width: 414px){
  .topF .aboutBook{
  }
  .topF .aboutBook .ttl{
    font-size: 100%;
  }
  .topF .aboutBook .ttl span{
    padding: 0 5px;
  }
  .topF .booking p {
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 960px){
  .topF h1{
    top: 10.8em;
  }
  .topF .reiwa {
    width: 11em;
    top: 11.8em;
    right: 6.5%;
  }
}
@media screen and (max-width: 800px){
  .topF .topInfo{
  margin: -14% auto 8%;
  }
  .topF .lunch{
    margin: 3.4em auto 1em;
    margin: 0 auto;
    font-size: 31px;
  }
}
@media screen and (max-width: 600px){
  .topF h1{
    top: 11.5vw;
  }
  .topF .topInfo{
    font-size: 32px;
  }
  .topF .topInfo small{
    font-size: 20px;
  }
  .topF .lunch{
    margin: 4.5em auto 1em;
    margin: 0 auto;
    font-size: 27px;
  }
}
@media screen and (max-width: 414px){
  .topF{
    padding: 5.4em 0 4em;
  }
  .topF h1{
    width: 92%;
  }
  .topF .topInfo{
    font-size: 22px;
  }
  .topF .topInfo small{
    font-size: 12px;
  }
  .topF .topInfo small.last{
    font-size: 10px;
  }
  .topF .reiwa {
    width: 12vw;
    top: 24vw;
    right: 6vw;
  }
  .topF .fuyuB{
    width: 100%;
  }
  .topF .lunch{
    margin: 5.7em auto 2em;
    margin: 0 auto;
    font-size: 23px;
    letter-spacing: 2px;
  }
  .topF .copy1{
    margin: -29% auto 0;
  }
}
@media screen and (max-width: 320px){
  .topF .topInfo{
    font-size: 22px;
  }
  .topF .lunch{
    margin: 7em auto 2em;
    margin: 0 auto;
    font-size: 21px;
  }
}

/** 下層共通 **/
#contents .inner{
  padding: 10% 0 8% 0;
}
#contents .inner h2{
  display: block;
	color: #192649;
  text-align: center;
  font-size: 4.6rem;
  letter-spacing: 0.8rem;
  font-weight: 100;
  text-shadow: 1px 1px 1px #fff;
  margin-bottom: 8%;
}
#contents .inner h2::before{
  content: "-";
}
#contents .inner h2::after{
  content: "-";
}
@media screen and (max-width: 959px){
  #contents .inner h2{
    font-size: 5vw;
    font-weight: 200;
  }
}
@media screen and (max-width: 414px){
  #contents .inner h2{
    font-size: 6vw;
    letter-spacing: 0.8vw;
    font-weight: 300;
  }
}

.newsF{
  overflow: hidden;
  position: relative;
  background: url("../img/bar_j.png") repeat-x center bottom;
  background-size: 70%;
}
.newsF ul{
  overflow: hidden;
  position: relative;
  margin: 3% auto 0;
  max-width: 960px;
  width: 96%;
}
.newsF ul li{
  position: relative;
  float: left;
  width: 50%;
  height: auto;
}
.newsF ul li .box{
  overflow: hidden;
  position: relative;
  height: auto;
  padding-left: 1%;
}
.newsF ul li .box a{
  display: block;
}
.newsF ul li .box a:hover{
  opacity: 0.7;
}
.newsF ul li .box img{
  width: 100%;
  height: auto;
}
.newsF ul li .bgGd{
  width: 100%;
  height: auto;
  padding-left: 2%;
}
.newsF ul li .box .txtB{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-42%) translateY(-50%);
  width: 100%;
}
.newsF ul li .box .txtB .copy{
  position: relative;
  display: block;
  line-height: 1.3;
  font-size: 2.9em;
  font-weight: 700;
  color: #f00;
  margin-bottom: .3em;
}
.newsF ul li .box .txtB .copy span.c1{
  font-size: 130%;
  color: #D200A4;
}
.newsF ul li .box .txtB .copy span.c2{
  font-size: 130%;
  color: #03CC00;
  letter-spacing: .1em;
}
.newsF ul li .box .txtB .txt1{
  font-size: 1.3em;
  color: #172547;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .8em;
}
.newsF ul li .box .txtB .snsB{
  position: relative;
  display: flex;
  padding-left: 2em;
}
.newsF ul li .box .txtB .snsB a{
  display: block;
  margin: 0 1.2em 2em;
}
.newsF ul li .box .txtB .snsB img{
  height: 6.5em;
  width: auto;
}

.newsF ul li.cla{
  float: none;
  clear: both;
  max-width: 960px;
  width: 100%;
  text-align: center;
}
.newsF ul li.cla .claImg{
  width: 78%;
  height: auto;
  margin-bottom: 1vw;
}
.newsF ul li .ab{
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: auto;
}
.newsF ul li .box2{
  position: relative;
  display: flex;
  color: #192649;
  width: 100%;
  justify-content: center;
}
.newsF ul li .shear{
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
  margin-bottom: .4em;
  letter-spacing: .1em;
}
.newsF ul li .shear strong{
  font-size: 130%;
  color: #c00;
  padding: 0 .2em;
}
.newsF ul li .box2 .icn{
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.newsF ul li .box2 .icn img{
  width: 100%;
  height: auto;
}
.newsF ul li .box2 .check{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.newsF ul li .ab .fb-page{
  max-width: 80%;
  width: 100%;
  display: block;
  margin: 10px auto;
}
.newsF ul li .ab .lineB{
  position: relative;
  display: flex;
  justify-content: center;
  color: #192649;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.newsF ul li .ab .lineB a{
  display: block;
  height: 50px;
  width: auto;
  margin-right: 10px;
}
.newsF ul li .ab .lineB a img{
  height: 100%;
  width: auto;
}
.newsF ul li .sns{
  height: 160px;
  width: 100%;
}
@media screen and (max-width: 959px){
  .newsF ul li .sns{
    height: 15vw;
  }
  .newsF ul li.cla{
    text-align: left;
  }
  .newsF ul li.cla .claImg{
    width: 86%;
    margin-left: 6%;
    margin-bottom: 1.5vw;
  }
  .newsF ul li .shear{
    font-size: 2.5vw;
  }
  .newsF ul li .box2 .icn{
    width: 3.5vw;
    height: 3.5vw;
    margin-right: .5vw;
  }
  .newsF ul li .box2 .check{
    font-size: 2.5vw;
  }
  .newsF ul li .ab .fb-page{
    margin: 1.2vw auto;
  }
  .newsF ul li .ab .lineB{
    margin-top: 1.2vw;
    font-size: 1.8vw;
  }
  .newsF ul li .ab .lineB a{
    height: 5vw;
    margin-right: .8vw;
  }
  .newsF ul li .box .txtB .copy{
    font-size: 2.8vw;
  }
  .newsF ul li .box .txtB .txt1{
    font-size: 1.3vw;
  }
  .newsF ul li .box .txtB .snsB img{
    height: 6.5vw;
  }
}
@media screen and (max-width: 800px){
  .newsF ul li .ab{
  }
  .newsF ul li .ab .fb-page{
    margin: 1% auto 0;
  }
}
@media screen and (max-width: 600px){
  .newsF ul li{
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .newsF ul li .shear{
    font-size: 5vw;
  }
  .newsF ul li .box2 .icn{
    width: 6vw;
    height: 6vw;
    margin-right: 1vw;
  }
  .newsF ul li .box2 .check{
    font-size: 4.5vw;
  }
  .newsF ul li .ab .fb-page{
    margin: 2vw auto;
  }
  .newsF ul li .ab .lineB{
    margin-top: 2.4vw;
    font-size: 3.2vw;
  }
  .newsF ul li .ab .lineB a{
    height: 9vw;
    margin-right: 1.4vw;
  }
  .newsF ul li .box{
    padding-left: 2%;
  }
  .newsF ul li .box .txtB .copy{
    font-size: 5.4vw;
  }
  .newsF ul li .box .txtB .txt1{
    font-size: 2.5vw;
  }
  .newsF ul li .box .txtB .snsB a{
    margin: 0 1.2em 1em;
  }
  .newsF ul li .box .txtB .snsB img{
    height: 10.5vw;
  }
}
@media screen and (max-width: 414px){
  .newsF ul li .ab{
    top: 6%;
  }
  .newsF ul li .shear{
    font-size: 4vw;
  }
  .newsF ul li .ab .fb-page{
    margin: 1% auto 0;
  }
}

.aboutF{
  position: relative;
  background: url("../img/bar_j.png") repeat-x center bottom;
  background-size: 70%;
}
.aboutF .img22 {
  display: block;
  margin: 0 auto 1em;
  width: 90%;
  height: auto;
}
.aboutF .img24 {
  display: block;
  margin: -3em auto 1em;
  width: 85%;
  height: auto;
}
.aboutF h2{
  margin-bottom: 3%;
}
@media screen and (max-width: 600px){
  .aboutF .img22 {
    width: 100%;
  }
  .aboutF .img24 {
    width: 96%;
  }
}
@media screen and (max-width: 414px){
  .aboutF .aboutL a{
    font-size: 1.2rem;
  }
  .flr414{
    float: right;
    width: 85%;
    position: relative;
    margin-top: -43%;
    text-align: right;
  }
  .end414{
    display: block !important;
    clear: both !important;
  }
}

.systemF{
  overflow: hidden;
  position: relative;
  clear: both;
  background: url("../img/bar_j.png") repeat-x center bottom;
  background-size: 70%;
}
.systemF hr{
  display: block;
  width: 80%;
  margin: 2em auto 4em;
  font-weight: 500;
  border-top: 1px dotted #141414;
}
.systemF .box{
  position: relative;
  border: 2px solid #836026;
  border-radius: 1em;
  background: rgba(255,255,255,0.50);
  width: 90%;
  margin: 4% auto 4%;
  padding: 4% 2% 3%;
}
.systemF h4{
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: .3em;
  text-shadow: 1px 1px 1px #fff;
}
.systemF .howto h4{
  display: block;
  color: #192649;
  line-height: 1.4;
  text-shadow: 1px 1px 4px #fff, -1px -1px 2px #fff;
}
.systemF .howto h4 strong{
  font-size: 150%;
}
.systemF .box .sysUl{
  position: relative;
  overflow: hidden;
}
.systemF .box .sysUl li{
  font-size: 1.8rem;
  font-weight: 200;
  padding: 1em 3.5%;
}
.systemF .box .sysUl li:first-child p::before{
  content: "1";
}
.systemF .box .sysUl li:nth-child(2) p::before{
  content: "2";
}
.systemF .box .sysUl li:nth-child(3) p::before{
  content: "3";
}
.systemF .box .sysUl li p{
  position: relative;
  padding: .5em 1em .5em 4em;
  background: #fff;
}
.systemF .box .sysUl li p strong{
  color: #c00;
  font-weight: 500;
}
.systemF .box .sysUl li p::before{
  position: absolute;
  left: -.2em;
  top: -.2em;
  font-weight: 700;
  font-size: 5rem;
  background: #192649;
  font-family: fot-chiaro-std, sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.systemF .box .sysUl li p small{
  display: inline-block;
  font-size: 1.5rem;
}
.systemF .box .sysUl li p .spSp{
  display: none;
}
.systemF .planName {
  display: block;
  font-size: 4.5rem;
  line-height: 1.3;
  margin-bottom: .8em;
}
.systemF .plan{
  text-align: center;
  padding-left: 2rem;
}
.systemF .plan strong{
  font-size: 4.4rem;
  font-weight: 300;
  color: #de5f12;
  display: flex;
  justify-content: center;
}
.systemF .plan strong .panel{
  background: #de5f12;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 8px 3px;
  font-size: 90%;
  white-space: nowrap;
}
.systemF .plan strong .panel small{
  display: block;
  line-height: 1.1;
  font-size: 2.5rem;
  padding: .5em 0;
  letter-spacing: normal;
}
.systemF .plan strong .plus{
  line-height: 2.6;
  white-space: nowrap;
}
.systemF .plan small{
  display: inline-block;
  font-size: 2rem;
  padding: 1em 0 .5em;
}
.systemF .plan small.reserve {
  color: #F00;
  font-size: 3rem;
  font-weight: 600;
}
.systemF .prcUl{
  text-align: center;
}
.systemF .prcUl li{
  position: relative;
  padding: 1% 0 2%;
}
.systemF .prcUl li span{
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 3rem;
  background: #835f27;
  color: #fff;
  margin-right: 1em;
  width: 10em;
  padding: .1rem 0 .1rem .5rem;
  letter-spacing: .5rem;
  top: -5px;
}
.systemF .prcUl li span > small{
  font-size: 60%;
  letter-spacing: normal;
}
.systemF .prcUl li strong{
  position: relative;
  display: inline-block;
  font-size: 5rem;
  font-weight: 100;
}
.systemF .prcUl li strong > small{
  font-size: 2rem;
  font-weight: 400;
  padding-left: 10px;
  top: -3px;
}
.systemF .prcUl.spcal li span {
  font-size: 2.5rem;
  width: 6em;
}
.systemF .prcUl.spcal li strong {
  font-size: 3.5rem;
}
.systemF .prcUl li .atn{
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 200;
  padding-top: .5em;
}
.systemF .prcUl li.ext{
}
.systemF .prcUl li.ext .atn{
  font-size: 180%;
}
.systemF .prcUl li.ext .atn b{
  color: #c00;
  font-weight: 500;
}
.systemF .prcUl li.ext .cancel{
  display: block;
  line-height: 1.4;
  padding-top: .8em;
  color: red;
  font-weight: bolder;
  font-size: 200%;
}
.systemF .prcUl li .pay{
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 1em auto 0;
}
.systemF .prcUl li .pay img{
  display: block;
  height: 5em;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 800px){
  .systemF .plan strong{
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px){
  .systemF .plan strong{
    font-size: 3.2rem;
  }
  .systemF .prcUl li span{
    font-size: 2rem;
  }
  .systemF .prcUl li strong{
    font-size: 6rem;
  }
  .systemF .prcUl li strong small{
    font-size: 2rem;
  }
  .systemF .prcUl li .atn{
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px){
  .systemF h4{
    font-size: 2.4rem;
    letter-spacing: normal;
  }
  .systemF .box .sysUl li{
    float: none;
    width: 100%;
    font-size: 1.5rem;
  }
  .systemF .planName {
    font-size: 2.6rem;
  }
  .systemF .plan strong{
    font-size: 2.8rem;
  }
  .systemF .plan strong .panel{
    padding: 8px 8px 5px;
  }
  .systemF .plan strong .panel small{
    font-size: 1rem;
  }
  .systemF .plan small.reserve {
    font-size: 2rem;
    padding-bottom: .5em;
  }
  .systemF .prcUl.spcal li span {
    font-size: 2rem;
    width: 6em;
  }
  .systemF .prcUl.spcal li strong {
    display: block;
    font-size: 2.3rem;
    line-height: 1.2;
    padding-bottom: .8em;
  }
  .systemF .prcUl li.ext{
    padding-top: 4%;
  }
  .systemF .prcUl li.ext .atn{
    font-size: 120%;
  }
  .systemF .prcUl li.ext .cancel{
    font-size: 150%;
  }
  .systemF .prcUl li .pay{
    width: 80%;
  }
  .systemF .prcUl li .pay img{
    height: 2.8em;
  }
}
@media screen and (max-width: 414px){
  .systemF hr{
    margin: 2em auto;
  }
  .systemF h4{
    margin-top: 5%;
    font-size: 1.6rem;
  }
  .systemF .plan{
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .systemF .plan strong{
    font-size: 1.8rem;
  }
  .systemF .plan small{
    font-size: 1.4rem;
    padding: 0;
  }
  .systemF .prcUl li{
    position: relative;
    padding: .5% 0 2%;
  }
  .systemF .prcUl li span{
    font-size: 1.5rem;
    margin-right: 15px;
    padding: 0.2rem 0 0.2rem .5rem;
    letter-spacing: 0.2rem;
    top: -9px;
    width: 9em;
  }
  .systemF .box .sysUl li{
    padding: 1em 3.5%;
  }
  .systemF .box .sysUl li p{
    padding: 1em;
    font-size: 80%;
    line-height: 1.8;
  }
  .systemF .box .sysUl li p::before{
    top: -.4em;
    left: .1em;
    font-size: 3rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .systemF .box .sysUl li p small{
    display: inline;
    font-size: 1.2rem;
  }
  .systemF .box .sysUl li p .spSp{
    display: inline;
  }
  .systemF .prcUl li strong{
    font-size: 4rem;
  }
  .systemF .prcUl li strong small{
    font-size: 1.5rem;
  }
  .systemF .prcUl li .atn{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px){
  .systemF h4{
    font-size: 1.6rem;
  }
  .systemF .plan strong{
    font-size: 1.6rem;
  }
.systemF .plan strong .panel{
  padding: 5px 8px 3px;
}
  .systemF .plan small{
    font-size: 1.2rem;
  }
  .systemF .prcUl li strong{
    font-size: 3rem;
  }
  .systemF .prcUl li .atn{
    font-size: 1.4rem;
  }
}

.acsessF{
  overflow: hidden;
  position: relative;
  background: url("../img/bar_j.png") repeat-x center bottom;
  background-size: 70%;
}
.acsessF .box{
  position: relative;
  margin-top: 4%;
}
.acsessF .box h4{
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
  padding-top: 5%;
  text-shadow: 1px 1px 1px #fff;
}
.acsessF .infoB{
  position: relative;
  border: 1px solid #192649;
  background: rgba(255,255,255,0.50);
  width: 80%;
  margin: 2% auto 0;
  padding: 2%;
  text-shadow: 1px 1px 1px #fff;
}
.acsessF .infoB dl{
  position: relative;
  overflow: hidden;
}
.acsessF .infoB dl dt{
  font-size: 1.6rem;
  padding: 3px 0 3px 8px;
  float: left;
  clear: left;
  width: 200px;
  text-align: right;
  font-weight: 300;
  white-space: nowrap;
}
.acsessF .infoB dl dt::after{
  content: "：";
}
.acsessF .infoB dl dt small{
  display: inline-block;
  font-size: 80%;
}
.acsessF .infoB dl dd{
  font-size: 1.6rem;
  padding: 3px 5px 3px 200px;
  display: block;
  font-weight: 300;
}
.acsessF .infoB dl dd small{
  display: inline-block;
  font-size: 1.3rem;
}
.acsessF .infoB dl dd strong.box{
  display: inline-block;
  margin: 2px 0;
  border: 1px solid #000;
  padding: 0 5px;
}
.acsessF .infoB dl dd span.box{
  display: inline-block;
  line-height: 1.3;
  margin: 2px 0;
  border: 1px solid #000;
  padding: 2px 10px 2px 5px;
}
.acsessF .infoB dl dd b{
  color: #f00;
  font-size: 90%;
}
.acsessF .pabuList,
.acsessF .pabuList_old{
  text-align: center;
  font-size: 180%;
  line-height: 2.6;
  margin: 2% auto 0;
  padding: 4% 0 0;
  width: 80%;
  border-top: 1px dotted #333;
  font-weight: 300;
  text-shadow: 1px 1px 1px #fff;
  overflow: hidden;
}
.acsessF .pabuList_old {
  border-top: none;
  border-bottom: 1px dotted #333;
  height: 0;
  padding: 0;
}
.acsessF .pabuList_old.active {
  height: auto;
  padding: 0 0 4%;
	transition: all 0.2s 0s ease;
}
.acsessF .pabuList a,
.acsessF .pabuList_old a{
  text-decoration: underline;
}
.acsessF .pbBtn {
  display: block;
  text-align: center;
}
.acsessF .pbBtn span {
  position: relative;
  display: inline-block;
  font-size: 180%;
  font-weight: 600;
  color: #192649;
  cursor: pointer;
  padding: .5em 1em;
  border: 2px solid #192649;
  margin: 2em auto 1em;
}
.acsessF .pbBtn span:hover {
  opacity: .6;
}
@media screen and (max-width: 959px){
  .acsessF .box h4{
    font-size: 3vw;
    padding-top: 5vw;
  }
  .acsessF .infoB{
    width: 90%;
    margin: 2vw auto 0;
    padding: 3vw 2vw;
  }
  .acsessF .infoB dl dt{
    font-size: 1.8vw;
    padding: 5px 0 5px 8px;
    width: 170px;
  }
  .acsessF .infoB dl dd{
    font-size: 1.8vw;
    padding: 5px 5px 5px 170px;
  }
  .acsessF .infoB dl dd small{
    font-size: 1.5vw;
  }
  .acsessF .pabuList,
  .acsessF .pabuList_old{
    font-size: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 600px){
  .acsessF .infoB dl dt{
    width: 120px;
  }
  .acsessF .infoB dl dd{
    padding: 5px 5px 5px 120px;
  }
}
@media screen and (max-width: 414px){
  .acsessF .box h4{
    font-size: 5vw;
    padding-top: 8vw;
  }
  .acsessF .infoB dl dt{
    font-size: 3.6vw;
    padding: 10px 0 2px 0;
    float: none;
    clear: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .acsessF .infoB dl dt::before{
    content: "[";
  }
  .acsessF .infoB dl dt::after{
    content: "]";
  }
  .acsessF .infoB dl dd{
    font-size: 3.4vw;
    padding: 2px 0 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .acsessF .infoB dl dd.txtL{
    text-align: left;
    font-size: 2.5vw;
    padding: 2px 3% 10px;
  }
  .acsessF .infoB dl dd small{
    font-size: 2.8vw;
  }
  .acsessF .pabuList{
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .acsessF .pabuList li{
    padding: 3vw 0;
  }
}

.bookingF{
  overflow: hidden;
  position: relative;
  background: url("../img/bar_j.png") repeat-x center bottom;
  background-size: 70%;
}
.bookingF .box{
  position: relative;
  margin: 1.5em 0 6em;
  text-align: center;
}
.bookingF .box .ttl{
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  padding: .5em 5%;
  border: 1px solid #172547;
  width: 80%;
  color: #172547;
  margin: 0 auto .5em;
}
.bookingF .box .tel{
  font-size: 18px;
}
.bookingF .box .tel a{
  font-size: 36px;
  font-weight: 500;
}
.bookingF .box .atn{
  font-size: 14px;
}
  
.bookingF .box p.netBook{
  display: block;
  padding: 3% 0;
}
.bookingF .box p.netBook a{
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  width: 60%;
  margin: 0 auto;
  font-size: 2.8rem;
  padding: 1.5rem 0;
  font-weight: 200;
  background: rgba(255,255,255,0.3);
}
.bookingF .box p.netBook a:hover{
  color: #c00;
  border: 1px solid #c00;
}
.bookingF .box p.netBook a::after{
  content: "";
  margin-left: 3px;
  display: inline-block;
  background: url(../img/link.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.bookingF .box p.netBook a:hover::after{
  background: url(../img/link_on.svg) no-repeat;
}
.bookingF .eigyou{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.bookingF .eigyou li{
  width: 32%;
}
.bookingF .eigyou li p{
  font-size: 16px;
  color: #192649;
}
.bookingF .eigyou li p.date{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #192649;
  padding: 0 .5em;
}
.bookingF .eigyou li img{
  margin: .5em 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px){
  .bookingF .box p.netBook a{
    font-size: 3.2vw;
    padding: 1.5vw 0;
  }
  .bookingF .box p.netBook a::after{
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 414px){
  .bookingF .box{
    margin: 8% 0;
  }
  .bookingF .box .ttl{
    font-size: 14px;
  }
  .bookingF .box .tel{
    font-size: 13px;
  }
  .bookingF .box .tel a{
    font-size: 30px;
    font-weight: 500;
  }
  .bookingF .box .atn{
    font-size: 12px;
  }
  .bookingF .box p.netBook a{
    width: 80%;
    font-size: 5vw;
    padding: 3vw 0;
  }
  .bookingF .box p.netBook a::after{
    width: 4vw;
    height: 4vw;
  }
  .bookingF .eigyou li{
    width: 80%;
    margin: 0 auto 3em;
  }
}


/* フッター */
#footer{
	overflow: hidden;
  position: relative;
  text-align: center;
  padding: 1% 0;
}
#footer .trfgB{
  margin-bottom: 10%;
}
#footer .trfgB img{
  width: 100%;
  height: auto;
}
#footer .cpr{
  padding-top: 1%;
}
@media screen and (max-width: 600px){
  #footer{
    padding: 1% 0 13vw;
  }
}
@media screen and (max-width: 414px){
  #footer{
    padding: 4% 0 1.8em;
  }
}
@media screen and (max-width: 320px){
  #footer{
    padding: 4% 0 2em;
  }
}


.skOpne{
  display: block;
  width: 90%;
  height: auto;
  margin: 1em auto .5em;
}