@charset "UTF-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address,
del, em, img, small, strong, b, u, i, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
button,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

a img {
  border: none;
}

article, aside, details, figure, footer, header, menu, nav, section, summary {
  display: block;
}

body {
  min-width: 980px;
  width: 100%;
  margin: auto;
  font-family:'Kozuka Gothic Pro' , 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
}

/**{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/**:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
a {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

a:focus {
  color: #7c191e;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h5, h6 {
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

li, ol {
  list-style: none;
}

button:focus, input:focus, a:focus {
  outline: none;
}


rb, rt {
    display: block;
    line-height: 2.1;
    text-align: center;
}

ruby{
    display: inline-flex;
    flex-direction: column-reverse;
}

/* page */

a{
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.ps--ipad-on{
    display: none;
  }

.cleared{
  clear: both;
}

.mg_left_25 {
    margin-left: 25px;
}

#page{
  font-family: 'Kozuka Gothic Pro' , 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #f5f5f5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 /* IE10,11 specific styles go here */
  body #page{
    font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body .info-box{
     font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .footerList_items {
    font-family: YuGothic,"Meiryo", "メイリオ", "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm){
  /* IE9 specific styles go here */
  body #page{
    font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body .info-box{
     font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .content_03_box h3 strong::before{
    top: 10%;
  }
}

#page h2,#page h3{
  font-weight: bold;
}

#page img{
  max-width: 100%;
}

.section{
  position: relative;
}

.ps--sp{
  display: none;
}

.section .ps-bd-0{
  border-radius: 0px;
}

/*.section .ps--pt-20{
  padding-top: 40px;
}
*/
.section .ps--mg-bt-0{
  margin-bottom: 0px;
}

.ps--wrap-width{
  width: 1060px;
  min-width: 1060px;
  margin:0px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ps--wrap-width980{
  width: 980px;
  margin:0px auto;
  position: relative;
  min-width: 980px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ps--wrap-smallwidth{
  width: 960px;
  margin:0px auto;
  position: relative;
   min-width: 960px;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ps--media{
  font-size: 0px;
  line-height: 0px;
}

.ps--clear:after{
  display: table;
  content: '';
  clear: both;
}

#page .ps-flex-row{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ps--fl-l{
  float: left;
}

.ps--fl-r{
  float: right;
}

.ps--cl-1-3{
  width: 33.333%;
}


/* banner */
.banner-title{
  position: absolute;
  top: 33px;
  z-index: 2;
  left: 120px;
}

body .ps--pd-bt-0{
  padding-bottom: 0px;
}

.ps--bg-page{
  background-image: url(../images/bg-page.png);
  position: relative;
}

.section-banner{
  margin-bottom: 30px;
}
.banner-header{
  position: relative;
  height: 580px;
  background-image: url(../images/banner_header.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-header-note img{
  position: absolute;
  top:0px;
  left: 0px;
}

.banner-bot{
  position: relative;
}

.banner-header-bottom{
  position: absolute;
  width: inherit;
  top: 200px;
  right: 150px;
  text-align: center;
  z-index: 2;
}


.banner-grid{
  position: relative;
}

.banner-grid img{
  width: 100%;
}

.plan-container{
  padding:0px 0px 33px;
}

.section-title{
}

.plan-title{
  display: block;
  font-size: 36px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section-title small{
  font-size: 18px;
  font-weight: bold;
}

.plan-container-title{
  text-align: center;
  margin-bottom: 23px;
}

.plan-container-title h2{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3px;
}

.plan-container-title h2:after,
.plan-container-title h2:before{
  content: '-';
  padding: 0px 20px;
}

.plan-subtitle{
  display: block;
  font-size: 14px;
  text-align: left;
  margin-left: 58px;
  line-height: 1;
  letter-spacing:0px;
}

.plan-subtitle span{
  margin: 0px 5px;
}

.plan-container-box{
  position: relative;
}

.plan-container-box-data{
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  width: 32%;
  margin-right: 2%;
}

.plan-container-box-data img{
  width: 100%;
}

#page .last-column{
  margin: 0%;
}

.plan-container-box-data-content{
  padding: 15px 15px 23px;
}

.plan-container-box-data-content h3{
  font-size: 24px;
  padding-bottom: 7px;
}

.plan-container-box-data-content p{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing:-0.75px;
}

/**/

.section-water{
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
}


.water-container-bg{
  background-image: url(../images/banner_section_1.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left:0px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.water-container-cell{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-image: -moz-linear-gradient( -90deg, rgba(72,82,205,0.1) 0%, rgba(0,72,255,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(72,82,205,0.1) 0%, rgba(0,72,255,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgba(72,82,205,0.1) 0%, rgba(0,72,255,0) 100%);
}

.water-container{
  position: relative;
  color:#ffffff;
  text-align: center;
  z-index: 3;
}

.water-container-box{
  padding-top: 95px;
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
}

.water-container-box-title{
  display: inline-block;
}

.water-container-box-title h2{
  font-size: 49px;
  font-weight: bold;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 30px;
}

.water-container-box-title small{
  font-size: 20px;
}

.water-subtitle{
  font-size: 14px;
  text-align: left;
  display: block;
  margin-left: 3px;
  letter-spacing: 0px;
}

.water-subtitle span{
  margin: 0px 10px;
}

.water-container-box-title h2:after{
  content: '';
  width: 50%;
  margin-left: 25%;
  text-align: center;
  background: #fff;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.water-container-box-content{
  margin-bottom: 41px;
}

.water-container-box-content p{
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

.water-container-box-note{
  background: #ea5439;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 35px 13px 25px;
  line-height: 1.6;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}

.callout-contact{
  position: relative;
  color: #000000;
  padding: 0px 0px 33px;
}

.callout-contact-left{
  width: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-right: 2%;
}

.callout-contact .callout-contact-left small{
    padding-top: 13px;
    font-size: 15px;
    line-height: 1.5;
}

.callout-contact-right{
  width: 66%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.callout-contact-title{
  background: #0098ad;
  text-align: center;
  color: #ffffff;
  padding: 16px 10px;
  font-size: 28px;
  font-weight: bold;
}

.callout-contact-content{
  margin-top: 24px;
  width: 100%;
  font-size: 24px;
  margin-bottom: 24px;
}

.callout-contact-content,
.callout-contact-box{
  font-weight: bold;
  text-align: center;
}

.callout-contact-box{
  width: 48%;
  font-size: 22px;
}

.callout-contact-box:last-child{
  width: 52%;
}

.callout-contact-box:first-child{
  border-right: 1px solid #bcbcbc;
}

.callout-contact-box p{
  padding: 0px 10px 20px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -1px;
}

.callout-contact-box p span{
  display: inline-block;
  font-size: 14px;
}

.callout-contact-box img{
  position: relative;
  top: -19px;
}

.callout-contact small{
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

/**/
#flow_use{
  padding-top: 40px;
}
.contact{
  overflow: hidden;
/*  padding-top: 40px;*/
  margin-bottom: 40px;
  border-radius: 8px;
}

.contact .contact-ps-pd{
  padding: 37px 33px 0px;
}

.title-contact{
  background: #0098ad;
  text-align: center;
  padding: 12px 0px 10px;
  position: relative;
}

.title-contact:hover{
  cursor: pointer;
}

.title-contact h2{
  font-weight: bold;
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
}

.title-contact-box{
  display: inline-block;
  letter-spacing: 2px;
}

.title-contact-box-1{
  display: block;
  margin: 0px 90px;
  border-right: 2px solid rgb(134, 213, 224);
}

.title-contact-box small{
  font-size: 14px;
  font-weight: bold;
}

.title-contact-icon{
  position: absolute;
  right: 0px;
  top: 50%;
  width: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -ms-transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}

.title-contact-icon-close{
  display: none;
}

.accordion_title.active .title-contact-icon-open{
  display: none;
}

.accordion_title.active .title-contact-icon-close{
  display: block;
}

.contact-subtitle{
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  display: block;
  margin-left: 1px;
}

.contact-subtitle span{
  margin: 0px 3px;
}

/**/


.contact-container:last-child{
  padding-bottom: 0px;
}

.contact-container-title{
  font-size: 28px;
}

.contact-container-acridon{
  display: none;
  padding-bottom: 37px;
  background: #fff;
}

.contact-container-title h3{
  padding-top: 5px;
  padding-bottom: 13px;
  margin-left: 71px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgb(201, 202, 202);
}

.contact-container-data{
  position: relative;
  overflow: hidden;
}

.contact-data-item{
  background: #eeebe6;
  width: 23.25%;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
  margin-right:2.3%;
}

.contact-data-item:after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -18px;
  margin-top: -7px;
  width: 14px;
  height: 32px;
  background: url(../images/icon-next.png);
}

.contact-data-item:last-child::after{
  display: none;
}

.contact-data-item p{
  padding: 10px 10px 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}

.contact-data-item p .font-big{
  font-size: 22px;
}

.btn{
  margin-bottom: 50px;
}

.btn-container{
  margin-bottom: 50px;
  margin:27px 0px 26px;
}

.btn .contents{
  border: 2px solid #21b8c5;
  padding: 27px 0px 29px;
  text-align: center;
  font-weight: bold;
}

.btn .contents ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 15px;
  position: relative;
}

.btn .contents li{
  width: 50%;
    padding: 0px 15px;
}

.btn .contents li a{
  font-size: 20px;
  padding: 25px 0;
  border-radius: 10px;
  color: #fff;
}

.btn .contents ul li.register a {
  display: block;
  background-color: #ec8c34;
  box-shadow: 0px 1px 10px 0.4px rgba(0, 48, 44, 0.3);
}

.btn .contents ul li.reserve a {
  display: block;
  background-color: #2caa9f;
  box-shadow: 0px 1px 10px 0.4px rgba(0, 48, 44, 0.3);
}


/*warning-*/
.section-warning{
  padding-bottom: 84px;
}

.warning{
  background: #ffffff;
  padding: 45px 35px 40px;
  border-radius: 8px;
  overflow: hidden;
}

.warning-title{
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.warning-title img{
  display: inline-block;
  vertical-align: top;
}

.warning-title h2{
  display: inline-block;
  line-height: 46px;
  font-size: 28px;
  padding-top: 2px;
}

.warning-content{
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
  font-weight: normal;
}

.warning-container-title{
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.warning-container-title small{
  font-size: 80%;
}

.warning-containe-note{
  margin-top: 10px;
  display: block;
}

.warning-content li{
  list-style-type: initial;
  list-style-image: url('../images/list-item.png');
  letter-spacing: -0.5px;
}

.warning-content ul{
  margin-bottom: 35px;
  margin-left: 22px;
}

.warning-content span.font-w{
  font-weight: bold;
  display: block;
  margin-bottom: 11px;
}

.warning-container{
  margin-bottom: 38px;
}

.warning-container:last-child{
  margin-bottom: 0px;
}

.warning-container .ps-table{
  margin-bottom: 10px;
}

.ps-table small{
  font-size: 80%;
}

.warning-container p small{
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.ps-table{
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color:#000;
}

.ps-table,.ps-table th,.ps-table td {
  border-left: 1px solid #999999;
}

.ps-table th:first-child,.ps-table td:first-child{
  border-left: 1px solid transparent
}

.ps-table th,.ps-table td{
  padding: 7px 10px 5px;
}

.ps-table td{
  background: #eeeae5;
  padding: 10px 10px 14px;
}

.ps-table th{
  background: #97cad0;
  color: #fff;
}

.w-33{
  width: 33.33%
}

.w-25{
  width: 25%;
}

.ps-mg-bt-80{
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
}

/* contact banner info */
.section-info{
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .section-info{
  margin-bottom: 42px;
}
}
@media screen and (max-width: 767px) {
  .section-info{
    margin-bottom: 22px;
  }
}

.note-banner{
  top: -160px;
  position: absolute;
  right: 38px;
  z-index: 9;
}
.info-2.info{
  padding: 60px 0px 0px;
}

.info{
  padding: 40px 0px 80px;
}

.info-title{
  text-align: center;
  background: #000;
  color:#fff;
  background: #000;
  font-size: 22px;
  padding: 13.5px 0px;
}

.info-box{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #a69149;
  color:#fff;
  padding: 15px 20px;
  display: table;
  width: 100%;
  font-family: 'Kozuka Gothic Pr6N' , 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.info-box:last-child{
  margin-top: 1px
}

.info-box-left{
  display: table-cell;
  width: 25%;
  font-weight: bold;
  vertical-align: middle;
  padding:6px 0px 5px;
}

.info-box-left h2{
  font-size: 20px;
  line-height: 1.5;
  margin-left: 75px;
}

.info-box-left{
  border-right: 1px solid #ffffff;
}

.info-box-right{
  display: table-cell;
  width: 75%;
  vertical-align: middle;
    padding: 6px 0px 5px 0px;

}

.info-box-number{
  padding-left: 20px;
  font-size: 36px;
  font-weight: 500;
  width: 48.5%;
  vertical-align: middle;
  position: relative;
  display: table-cell;
}

.info-box-time{
  display: table-cell;
  font-size: 15px;
  width: 48.5%;
  vertical-align: middle;
  position: relative;
  letter-spacing: -0.5px;
  line-height: 1.5;
  padding: 10px 0px;
  border-radius: 5px;
  box-shadow: 0px 1px 9.6px 0.4px rgba(255,255, 255, 0.3);
  background: rgb(0, 0, 0,0.7);
  text-align: center;
}

.info-box-time div.ps--fl-r{
  float: none;
      display: inline-block;
    text-align: left;
}
.info-box-left img{
   margin-right: 15px;
   max-width: 60px;
}

.box-btn{
  position: relative;
  vertical-align: middle;
  padding-left: 25px;
}

.box-btn a{
  font-size: 20px;
  padding: 25px 0px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.box-btn div{
  float: left;
  width: 50%;
}

.box-btn .register a{
  margin-right: 10px;
  display: block;
  background-color: #ec8c34;
  box-shadow: 0px 1px 10px 0.4px rgba(0, 48, 44, 0.3);
}

.box-btn .reserve a{
  margin-left: 10px;
  display: block;
  color:#20aba3;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0.4px rgba(0, 48, 44, 0.3);
}

@media screen and (max-width: 768px) {
  .section-info{
    text-align: center;
  }
  .section-info img.ps--sp{
    display: inline-block;
  }
}

/*footer*/

#footer{
  background:#ffffff;
}

.footer-top {
    padding-top: 20px;
}

.footer-top a{
  font-size: 14px;
  display: inline-block;
}

.footer-copyright{
  padding: 20px 0px;
  color: #000;
  font-size: 14px;
}

.caption-des{
  text-align: center;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.caption-des p{
  text-align: left;
  display: inline-block;
}

.ps--mg-r-1{
  margin-right: 0.9%;
}

.water-style-2{
  background: transparent;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}

.ps--height-30{
  height: 40px;
}

.is-none {
  height: 70px;
}
.is-none a {
  display: none !important;
}

.container{
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  width: 960px;
}
.container_big{
  max-width: 1060px;
}
.layout__post {
  box-sizing: border-box;
}
  


  .layout__post--object {
    background-image: url("../images/background_post.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px;
  }

  .graphic__pattern {
    text-align: center;
    padding: 26px 25px 29px 25px;
    margin-bottom: 25px;
    background-image: url("../images/pattern_post.jpg");
  }
  .graphic__post {
    text-align: center;
  }

  .btn-banner a{
    margin-bottom: 50px;
  }

  .btn-banner a{
    display: inline-block;
  } 


  .graphic__button {
    border: 1px solid rgb(235, 171, 0);
    padding: 14px 30px 16px 30px;
    font-size: 26px;
    color: rgb(235, 171, 0);
    background-color: #fff;
    font-weight: bold;
    border-radius: 28px;
    position: relative;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }

  .btn-banner a:hover .graphic__button{
    background-color: rgb(235, 171, 0);
    color: #fff;
  }

 /* .btn-banner a:hover .graphic__button::after{
    content: url(../images/btn_arrow_w.png);
  }*/

  .graphic__button:hover{
    cursor: pointer;
  }
/*  .graphic__button::after {
    content: url("../images/btn_arrow.png");
    position: absolute;
    right: 24px;
    top: 10px;
  }*/
  .align--center {
    text-align: center;
  }


  .typography__title--list {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #a69149;
    margin-bottom: 23px;
  }


.typography__color--black .water-container {
  color: #000;
}
.typography__color--black .water-container-box-title h2:after {
  background: #0098ad;
}

.container-plan{
  padding-bottom: 25px;
}



@media screen and (min-width: 766px) {
  .typography__color--black .water-container {
    padding-top: 20px;
  }
  .typography__color--black .water-container-box-title h2:after {
    background-color: #0098ad;
  }
  .typography__color--black  .water-container-box-content p {
    font-size: 22px;
    line-height: 1.727;
  }
  .typography__color--black  .water-container-box-content {
    margin-bottom: 10px;
  }



  .align__box .plan-container-box-data-content p {
    font-size: 17px;
    line-height: 1.647;
  }
  .align__box .plan-container-box-data-content {
    padding: 18px 19px 30px;
  }
  .typography__note {
    margin-top: 23px;
  }
  .typography__note .water-container-box-note {
    font-size: 18px;
    line-height: 1.7;
  }
  .typography__des .contact-data-item-content p {
    font-size: 17px;
    line-height: 1.647;
    padding: 10px 13px 15px;
  }
    .typography__adreess .info-box-time {
        font-size: 18px;
        line-height: 1.444;
        letter-spacing: -1px;
    }
    .typography__adreess .info-box-number {
        width: 38%;
    }
  .align--pull {
    padding-left: 10px !important;  
    padding-right: 10px !important; 
  }
  .typography__texts {
    font-size: 18px;
  }
}

@media screen and (max-width: 1020px) {
    .typography__adreess .info-box-time {
      display: block;
    text-align: left;
    padding: 10px 18px;
    box-sizing: border-box;
  }
}

/* plan */

.content_03_box {
    width: 100%;
    margin-bottom: 47px;
}

.content_03_box:last-child{
  margin-bottom: 0px;
}

.content_03_box h3 {
  color: rgb(255, 255, 255);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-weight: bold;
  line-height: 36px;
  font-size: 36px;
  background-color: #a69149;
  width: 100%;
  padding: 13px 0 9px 24px;
  box-sizing: border-box;
  position: relative;
}

.content_03_box h3.big-tll{
  padding: 13px 0 15px 24px;
}

.content_03_box h3 span,
.content_03_box h3 small{
  font-size: 80%;
}

.content_03_box h3.title-not-ru{
  padding: 10.5px 0 11.5px 24px;
}

.content_03_box h3.title-not-ru:before{
  top: 14px;
}

.content_03_box h3 strong {
  color: rgb(255, 255, 255);
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 38px;
}

.content_03_box h3 strong:before {
  content: "";
  height: 80%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 25%;
  left: 0;
}

.content_03_box_main {
  width: 100%;
  padding: 24px 20px 14px;
  border-left: 4px solid #a69149;
  border-right: 4px solid #a69149;
  border-bottom: 4px solid #a69149;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.content_03_box_top {
  width: 100%;
  font-size: 0;
  margin-bottom: 37px;
}

.content_03_box_top li {
  width: 46.7%;
  display: inline-block;
  vertical-align: top;
}

.content_03_box_top li.content_03_box_text{
  width: 53.3%;
}

.content_03_box_top li.box_img_main .box_img_main_single {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.content_03_box_top li.box_img_main .box_img_main_double {
  width: 100%;
  font-size: 0;
}

.content_03_box_top li img {
  width: 100%;
}

.content_03_box_top li.box_img_main:first-child img {
}

.content_03_box_top li.box_img_main .box_img_main_double li {
  width: calc(50% - 3px);
  display: inline-block;
}

.content_03_box_top li.box_img_main .box_img_main_double li:first-child{
  margin-right: 6px;
}

.content_03_box_text {
  padding-left: 22px;
  box-sizing: border-box;
}

.box_title_plan_list {
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 28px;
}

.box_title_plan_list p img {
  width: auto;
  margin-top: -28px;
}

.content_03_box_title{
  position: relative;
}

.content_03_box_title-contact{
  position: absolute;
  top: 0px;
  right: 7px;
  z-index: 3;
  text-align: right;
  transform: translateY(-50%);
  top: 50%;
}

.content_03_box_title-contact p{
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 1.3;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  padding: 3px 12px;
  margin-bottom: 4px;
  text-align: left;
  display: inline-block;
}

.content_03_box_title-contact span{
   font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.box_title_plan_list ul{
  margin-top: 5px;
  padding: 0 10px 22px 20px;
  margin-bottom: 22px;
}
.box_title_plan_list ul li.box_title_plan_list-first{
  color: #a69149;
}
.box_title_plan_list ul li {
  font-size: 19px;
  color: rgb(50, 41, 41);
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 8px;
  box-sizing: border-box;
  color: #000;
}

/*.box_title_plan_list ul li:before {
  content: '';
  background-color: #000000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 100%;
}*/

.contact_text-header{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 15px;
}

.contact_text-header span{
  font-size: 18px;
  color: #fff;
  background: #a69149;
  font-weight: 500;
  padding: 10px 14px;
  display: inline-block;
}
.contact_text p {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  font-weight: 500;
  padding-left: 8px;
}

.contact_text-body{
  font-size: 28px;
}

.contact_text-body span{
  display: block;
}
.curenrt-price{
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
}
.old-price{
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  text-decoration: line-through;
}

.new-price{
  font-size: 25px;
  line-height: 34px;
  color: #db3b3b;
  font-weight: bold;
}

.new-price small.price-ja{
  font-size: 20px;
  line-height: 34px;
}

.new-price small{
  font-size: 17px;
   line-height: 34px;
}
.day-price{
  font-size: 18px;
  font-weight: bold;
  line-height:24px;
  color: #000;
}

.contact_text-phone {
    display: block;
    margin-bottom: 10px;
}

.contact_text .contact_text-phone {
  font-size: 30px;
  color: rgb(245, 98, 98);
  font-weight: bold;
  line-height: 0.959;
}

.contact_text .contact_text-phone small {
    font-size: 25px;
    color: rgb(245, 98, 98);
}

.content_03_box_text_info {
  width: 100%;
  margin-top: 16px;
}

.content_03_box_text_info h4 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-right: 70px;
}

.content_03_box_text_info h4:after {
  content: "";
/*  background: url(../images/plan/icon_access.png) no-repeat;*/
  width: 64px;
  height: 17px;
  right: 0;
  bottom: 3px;
  position: absolute;
}

.content_03_box_text_info ul {
  border-top: 2px solid #a69149;
  margin-top: 6px;
  padding-top: 11px;
}

.content_03_box_text_info ul li{
  width: 100%;
  display: block;
}

.content_03_box_text_info ul li span {
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.content_03_box_text_info ul li span strong {
  color: #a69149;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}

.content_03_box_text_info ul li span strong:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url(../images/plan/icon_rhombus.png) no-repeat;
  width: 16px;
  height: 15px;
}

.access {
  margin-top: 30px;
}

.access > .pattern {
  margin-bottom: 30px;
}

.access > .pattern .head {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #0098ad;
}

.access > .pattern .pict img {
    max-width: 100%;
}

.contact_btn_bot_right {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.contact_btn_bot_right a {
  background-color: #bfbc70;
  font-size: 19.777px;
  color: rgb(255, 255, 255);
  padding: 17px 65px 13px;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  line-height: 1;
}

.contact_btn_bot_right a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/plan/icon_arrow_right.png);
  width: 10px;
  height: 15px;
}

.notification{
  font-size: 15px;
  line-height: 1.8;
  padding: 15px 20px;
  background: #20a9a1;
  color: #fff;
  margin-top: 1px;
}

.abouting-inner{
  padding: 0px 75px;
  position: relative;
  margin: 80px 0px 65px;
}

.abouting-inner-banner{
  position: absolute;
  top: 25px;
}

.abouting-inner-banner.banner-right{
  right: 0px;
}

.abouting-inner-banner.banner-left{
  left: 0px;
}

.abouting-inner-des{
  margin-bottom: 12px;
  color: #231f20;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.abouting-inner-fl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;  
  align-items: center;
}

.abouting-inner-fl.last-child{
  margin-bottom: 10px;
}

.abouting-inner-fl-col2{
  flex: auto;
  text-align: center;
}

.abouting-inner-fl-col2:last-child{
  margin-left: 55px;
}
.abouting-inner-fl-col2:first-child{
  margin-right: 55px;
}

.abouting-inner-fl-col3{
  flex: 1 400px;
  text-align: center;
}

.abouting-inner-fl-col3:nth-of-type(2) {
  flex: 2 100px;
}

.abouting-inner-fl-col3 span{
  display: block;
  background: #fff;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.688;
  font-weight: bold;
  padding: 4px 0px;
}

.abouting-inner-fl-left span{
  color: #507063;
}

.abouting-inner-fl-right span{
  color: #9b8965;
}

.abouting-inner-inf{
  font-size: 13px;
  color: #231f20;
  line-height: 2.077;
  font-weight: 400;
}
.content_03_box--des{
  text-align: right;
  font-size: 15px;
  line-height: 37px;
  color: #000000;
  margin-bottom: 0px;
}
.info-box-btn-full{
  margin: 0px 13px 0px 30px;
}
.info-box-btn-full{
  font-size: 20px;
  padding: 25px 0px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  background-color: rgb(235, 171, 0);
  box-shadow: 0px 1px 9.6px 0.4px rgba(0, 48, 44, 0.3);
  display: block;

}

.video-page{
  padding-top: 0px;
  padding-bottom: 86px;
}
.video-page-des{
   font-size: 15px;
  color:#000000;
  line-height: 23px;
}

.video-page-logo{
  margin-bottom: 28px;

}

.video-page-logo a{
    -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: inline-block;
}

.video-page-logo a:hover{
  opacity: 0.5;

}
.video-page-title{
  margin-bottom:25px;
  font-size: 30px;
  color: #010101;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
}
.video-page-play{
  max-width: 760px;
  margin: 0px auto;
  margin-bottom: 40px;
}

 #fancybox-close {
  position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: transparent url(../images/fancybox.png) no-repeat!important;
    cursor: pointer;
    z-index: 1126;
 }

 #fancybox-title-float-main {
  color: #FFF;
  line-height: 140%;
  font-weight: bold;
  padding: 10px;
  width: 100%;
 }

 #fancybox-title-float-left {
  padding: 0 !important;
 }

 #fancybox-title-float-right {
  padding: 0px !important;
 }

 .container-plan-des{
  text-align: center;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  padding: 17px 15px;
  border: 1px solid #a5a6a9;
  border-radius: 5px;
  margin: 0px 6% 20px; 
 }

  .container-plan-des span{
    font-size: 10px;
    color: #666666;
  }

 .container-plan-des small{
  font-size: 13px;
 }


.box_price{
  margin: 50px 0 30px
}

.table_price{
  font-size: 16px;
}
.table_price table{
  width: 100%;
}
.table_price tr{
  margin-top: 10px;
  display: block;
}
.table_price th{
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px 0 0;
}

 .facility-inner{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 0px;
 }
.facility-btn{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0px -5px;
}
.facility-btn a{
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: calc(25% - 12px);
  text-align: center;
  margin: 0px 5px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 4px 0px;
  max-height: 45px;
   font-size: 20px;
   font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #a69149;
  font-weight: bold;
  line-height: 1.85;
  border: 1px solid #a69149;
  box-shadow: 0px 1px 5px 0.4px rgba(0, 48, 44, 0.3);
  box-sizing: border-box;
}
.cl_w_3 a{
  width: calc(28% - 12px);
}
.facility-btn a small{
  font-size: 80%;
}
.facility-btn a.width-big{
  width: calc(22% - 10px);
}
.facility-btn a:hover{
  background-color: #a69149;
  box-shadow: 0px 1px 9.6px 0.4px rgba(0, 48, 44, 0.3);
  color: #ffffff;
}

.facility-btn a.current{
  background-color: #a69149;
  box-shadow: 0px 1px 9.6px 0.4px rgba(0, 48, 44, 0.3);
  color: #ffffff;
}

/*.facility-inner .facility-btn a:hover{
  color: #ffffff;
}*/

.btn-banner__bt{
  margin-bottom: 80px;
}

.video-page-btn-pdf{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  margin: 0px -10px;
  margin-bottom: 40px;
}

.video-page-btn-pdf a{
  border-radius: 8px;
  background-color: #db3b3b;
  box-shadow: 0px 1px 9.6px 0.4px rgba(0, 48, 44, 0.3);
  font-size: 2.4rem;
  border: 1px solid #db3b3b;
  line-height: 1.786;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 7px 0px;
  font-weight: 500;
  font-weight: bold;
   width: calc(50% - 22px);
  margin: 0px 10px;
  position: relative;
}

.video-page-btn-pdf a:hover{
  background-color: #ffffff;
  color: #db3b3b;
  top: -1px;
}

@media screen and (max-width: 768px) {
  .video-page-btn-pdf a{
    font-size: 1.4rem;
  }
}
.banner-box__1{
  margin-bottom: 75px;
}
.bnr_campaign {
    text-align: center;
    margin-bottom: 75px;
}

.campaign_2clmn {
  padding: 0 1%;
  max-width: 1280px;
  margin: 0 auto 75px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.campaign_2clmn p {
  width: 49%;
  margin-bottom: .8em;
}

@media screen and (max-width: 768px) {
  .campaign_2clmn {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .campaign_2clmn p {
    width: 100%;
  }
}


.item__container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.item__box{
width: 50%;
}

.item__box img{
  width: 100%;
}

.banner__header{
  text-align: center;
  background: #ffffff;
}

.banner-header-car{
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 1;
}


.footerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.footerList_items {
  padding: 0 12px;
  text-align: center;
  border-left: 1px solid #777;
}
.footerList_items:last-child {
  border-right: 1px solid #777;
}


@media screen and (max-width: 768px) {

  .footerList {
    padding-top: 16px;
  }
  .footerList_items {
    width: 50%;
    padding: 2px;
    border: 0;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  .footerList_items:nth-child(even) {
    border-left: 1px solid #777;
  }
  .footerList_items:last-child {
    border-right: 0;
  }
  .banner-box__1{
    margin-bottom: 35px;
  }
  .item__box{
    width: 100%;
  }
  .banner-header-car img{
    height: 150px;
  }
  .banner-box__1.container{
    padding: 0px 0px;
  }
  .banner-header-bottom{
        text-align: right;
    top: inherit;
    right: 10px;
    bottom: 80px;
  }
  .banner-header-bottom img.ps--sp{
    display: inline-block;
    height: 80px;
  }
  .banner-title img{
    width: 70%;
  }
  .banner-header-car {
    right: inherit;
    bottom: -45px;
    left: 0px;
  }
  .banner-header-car img{
    height: 120px;
  }
}

.goto_banner{
  max-width: 834px;
  margin: 0px auto;
}
.goto_banner-inner{
  background: #ed7d31;
  padding: 15px 0px 16px;
  margin-bottom: 45px;
}

.goto_banner-inner h2{
  font-size: 40px;
   font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 6.37px rgba(0, 0, 0, 0.18);
  margin-bottom: 3px;
}

.goto_banner-inner p{
  font-size: 20px;
  font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.info-title-im{
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .goto_banner{
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .goto_banner-inner{
    padding: 15px 10px 16px;
    margin-bottom: 25px;
  }

  .goto_banner-inner h2{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .goto_banner-inner p{
      font-size: 14px;
  }
  .item__container{
    position: relative;
    padding: 0px 10px;
    text-align: center;
    display: block;
  }

  .item__container img.ps--sp{
    display: inline-block;
  }
}
#backtop__page{
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
#backtop__page a{
     font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    background-color: #a69149;
    padding: 6px 0px;
    width: 300px;
    text-align: center;
    border: 1px solid #a69149;
    display: inline-block;
    border-radius: 25px;
}

#backtop__page a:hover{
  color: #a69149;
  background-color:#fff;
}

p.logo_caption_home{
  text-align: center;
  font-size: 15px;
/*  font-weight: 900;*/
}

@media screen and (max-width: 768px) {
  #backtop__page{
    margin-bottom: 40px;
  }
  /*p.logo_caption_home{
    font-size: 18px;
  }*/
  #backtop__page a{
    font-size: 12px;
    padding: 4px 60px;
    text-align: center;
    width: initial;
  }
}

.footer_info-ttl{
  background: #58585a;
  text-align: center;
  padding: 7px 0px;
}
.footer_info_2{
  background: #fff;
  text-align: center;
  padding: 35px 135px 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.footer_info-box-3{
  padding-top: 20px;
}
.footer_info-des{
  margin-bottom: 28px;
}
.footer_info-box{
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
}
.footer_info-box-col-left{
  width: 44.2%;
  box-sizing: border-box;
  border-right: 2px solid #ebebeb;
  text-align: left;
}
.footer_info-box-col-right{
  width: 54.8%;
  box-sizing: border-box;
  text-align: left;
}
.footer_info-box-2{
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .footer_info-ttl{
    margin-bottom: 20px;
  }
  .footer_info_2{
    padding: 25px 20px 30px;
    border-radius: 15px;
  }
  .footer_info-box{
    padding-bottom: 0px;
    border: none;
  }
  .footer_info-box-col-left,
  .footer_info-box-col-right{
    border-right: none;
    width: 100%;
  }
  .footer_info-box-col-left{
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 38px;
  }
  .footer_info-des{
    text-align: left;
    padding-left: 10px;
  }
}

@media screen and (max-width: 468px) {
   .footer_info-box-col-left{
    margin-bottom: 19px;
   }
   .footer_info-des{
    padding-left: 0px;
   }
}
.nagoya_on{
  display: none;
}
.page-nagoya .nagoya_on{
  display: block;
}

.page-nagoya .nagoya_off{
  display: none;
}

.price_ver2{
  margin-bottom: 20px;
}

.price_ver2 .graphic__button--art,
.price_ver3 .graphic__button--art{
  width: 100%;
  font-size: 1.9rem;
}
.price_ver2_contact{
  text-align: center;
}
.price_ver2 .contact_text,
.price_ver3 .contact_text{
    text-align: left;
    display: inline-block;
}
.price_ver2_left,
.price_ver2_right{
   width: calc(50% - 15px);
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price_ver2_left{
  margin-right: 15px;
  border: 20px solid #e1d8c4;
   border-top: none;
}
.price_ver2_right{
  margin-left: 15px; 
  border: 20px solid #9aa9b3;
  border-top: none;
}
.table_price_box{
  padding: 20px 20px 20px;
}
.table_price_box_single h4{
  font-size: 16px;
  margin-bottom: 15px;
}

.table_price_ttl{
  font-size: 24px;
  color: #000;
  line-height: 31px;
  padding: 11px 0px 18px;
  font-weight: bold;
  text-align: center;
   font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.price_ver2_left .table_price_ttl{
  background: #e1d8c4;
  font-weight: bold;
}

.price_ver2_right .table_price_ttl{
  background: #9aa9b3;
}

.price_ver2 .table_price th,
.price_ver2 .old-price,
.price_ver2 .new-price small{
  font-size: 13px;
  line-height: 28px;
}

.price_ver2 .new-price{
  font-size: 23px;
  line-height: 24px;
}
.price_ver2 .table_price table{
  margin-bottom: 14px;
}
.price_ver2 .table_price tr{
  margin-top: 0px;
}
.price_ver2 .table_price th,
.price_ver2 .table_price td{
  vertical-align: text-top;
}
.btn_plan_top{
  padding-top: 0px;
}
.btn_plan_top a{
  margin-bottom: 0px;
}

.price_ver2 .contact_text-header,
.price_ver3 .contact_text-header{
  margin-bottom: 30px;
}
.border-note{
  border: none;
}
.border-note .table_price_box{
    border: 20px solid #9aa9b3;
    border-top: none;
}

@media screen and (max-width: 768px) {
  .table_price_box_single h4{
    font-size: 14px;
    margin-bottom: 0px;
  }
  .border-note .table_price_box{
    border: none;
  }
  .table_price_box{
    padding: 14px 14px;
  }
  .price_ver2_left{
    margin-bottom: 20px;
    border: 14px solid #e1d8c4;
    border-top: none;
  }
  .price_ver2_right{
    border: 14px solid #9aa9b3;
    border-top: none;
  }
  .price_ver2_left, .price_ver2_right{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .table_price_ttl {
    font-size: 15px;
    line-height: 23px;
    padding: 7px 0px 6px;
  }
  .price_ver2 .contact_text-header span,
  .price_ver3 .contact_text-header span {
      font-size: 13px;
      padding: 9px 5px;
      text-align: center;
  }
  .price_ver2 .contact_text p,
  .price_ver3 .contact_text p {
      font-size: 12px;
      line-height: 1.286;
      margin: 0px 0 0px;
  }
  .price_ver2 .contact_text-header,
   .price_ver3 .contact_text-header{
    margin-bottom: 15px;
    text-align: left;
  }
  .price_ver2 .table_price tr{
    margin-bottom: 10px;
  }
  .price_ver2 .table_price tr:last-child{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 668px) {
   .price_ver2 .table_price th, .price_ver2 .old-price, .price_ver2 .new-price small{
    font-size: 12px;
    line-height: 18px;
  }
  .price_ver2 .new-price {
    font-size: 20px;
    line-height: 24px;
}
}

@media screen and (max-width: 320px) {
  .price_ver2 .table_price th, .price_ver2 .old-price, .price_ver2 .new-price small{
    font-size: 10px;
    line-height: 16px;
  }
  .price_ver2 .new-price {
    font-size: 18px;
    line-height: 24px;
  }
  .table_price td{
    padding-left: 30px;
  }
}
.sub_banner_top{
  text-align: center;
  margin-bottom: 45px;
}
.sub_banner_top .txt{
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  display: inline-block;
  background: #004998;
  color: #fff;
 padding: 11px 25px;
}

.btn_transshipment{
  text-align: center;
  margin-bottom: 72px;
}
.btn_transshipment a{
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: justify;
  text-shadow: 0px 0px 6.37px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
  background-color: #354759;
  padding: 15px 26px 14px;
  display: inline-block;
}

.page-pop_up {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    display: none;
}
.page-pop_up_bg{
  position: absolute;
  top: 0px;
  height: 0px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4) ;
  width: 100%;
  height: 100%;
}
.page-pop_up_bg:hover{
  cursor: pointer;
}
.page-pop_up_box{
  font-family: 'Kozuka Gothic Pro' , 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  background: #e1d8c4;
  font-weight: 500;
  z-index: 2;
}
.pop_up_wrap{
  width: 700px;
  padding: 20px 20px 38px;
}
.page-pop_up_box h2{
  margin-bottom: 21px;
  text-align: center;
}

.txt_pu_1{
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 7px;
  padding-left: 20px;
}
.txt_pu_1 small{
  font-size: 16px;
  font-weight: 500;
}
.txt_pu_2{
  font-size: 18px;
  line-height: 1.444;
  margin-bottom: 25px;
  padding-left: 20px;
}
.txt_pu_3{
  font-size: 15px;
}
.page-pop_up_box_img{
  text-align: center;
  line-height: 0px;
  margin-bottom: 35px;
}
.close_pop_up{
  position: absolute;
    right: 0px;
    top: -27px;
    z-index: 3;
}

.close_pop_up:hover{
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sub_banner_top{
    margin-bottom: 20px;
  }
  .sub_banner_top .txt{
    font-size: 19px;
    line-height: 28px;
  }
  .page-pop_up_box h2{
    margin-bottom: 10px;
  }
  .page-pop_up_box h2 img.ps--sp{
    display: inline-block;
    text-align: center;
  }
  .sub_banner_top h2{
        font-size: 18px;
    line-height: 24px;
  }
  .btn_transshipment{
    margin-bottom: 35px;
  }
  .btn_transshipment a{
    font-size: 14px;
    line-height: 26px;
        padding: 8px 26px 7px;
  }
  .page-pop_up_box{
    text-align: center;
    left: 2.5%;
    width: 95%;
    box-sizing: border-box;
    transform: translate(0%, -50%);
  }
  .pop_up_wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 28px;
  }
  .txt_pu_1{
    font-size: 15px;
    padding-left: 0px;
  }
  .txt_pu_1 small{
    display: block;
     font-size: 8px;
  }
  .txt_pu_2{
    font-size: 12px;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .page-pop_up_box_img{
    margin-bottom: 15px;
  }
  .txt_pu_3{
    font-size: 10px;
  }
}

body .note_price{
  font-family: 'Kozuka Gothic Pro' , 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.4;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: 10px;
  box-sizing: border-box;
}
.contact_text-header:after{
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 680px){
  .contact_text-header{
    display: block;

  }
  .contact_text-header span{
    float: left;
    margin-top: 0px;
    line-height: 18px;

  }

  .contact_text-header p{
    margin-left: 60px;
    display: block;
  }
}
.price_ver2 .table_price th, .price_ver2 .table_price td{
  width: 100%;
  text-align: center;
  display: block;
}
.price_ver2 .table_price td p,
.price_ver2 .table_price th{
    font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}
body .note_price{
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 0px;
}
.price_ver2 .table_price tr{
  margin-bottom: 15px;
}
.price_ver2 .table_price tr:last-child{
  margin-bottom: 0px;
}
.price_ver2 .table_price th{
  padding-bottom: 21px;
  position: relative;
}

.price_ver2 .table_price th:after{
  content: '';
  position: absolute;
  width: 29px;
  height: 21px;
  background: url(../images/arrow_price.png);
  bottom: 0px;
  left: 50%;
    -ms-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
.price_ver2 .table_price td p{
  position: relative;
  display: inline-block;
}
.price_ver2 .table_price td p:after{
  content: '';
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0px;
}
.price_ver2 .table_price_box .layout__button--art{
  padding-top: 16px;
}
@media screen and (max-width: 768px){
  .price_ver2 .table_price td {
      padding-left: 0px;
  }
  .price_ver2 .table_price td p:after{
    bottom: 0px;
  }
}

@media screen and (max-width: 680px){
  .price_ver2 .table_price td p,
  .price_ver2 .table_price th{
    font-size: 13px;
    line-height: 18px;
  }
  body.page-tokyo .note_price{
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 8px;
  }
  .price_ver2 .table_price th:after{
    width: 20px;
    height: 14px;
    background: url(../images/arrow_price_sp.png);
  }
  .price_ver2 .table_price_box .layout__button--art{
    padding-top: 0px;
  }
}

@media screen and (max-width: 325px){
  .price_ver2 .table_price td p,
  .price_ver2 .table_price th{
    font-size: 11px;
    line-height: 18px;
  }
  body.page-tokyo .note_price{
    font-size: 10px;
  }
}
.txt_through{
  display: inline-block;
    text-decoration: line-through;
}

.strategy{
/*  max-width: 1200px;
  margin: 0px auto;*/
  margin-bottom: 54px;
}

.strategy-inner{
  border: 3px solid #004998;
  border-radius: 9px;
  text-align: center;
  padding: 90px 0px 80px;
  position: relative;
}


.strategy-ttl {
  position: absolute;
  top: -17px;
  text-align: center;
  left: 0px;
/*  left: 50%;
  -ms-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);*/
  width: 100%;
}
.strategy-ttl h2{
    background: #f5f5f5;
  color: #2a2a2a;
  font-weight: bold;
  line-height: 1.063;
  display: inline-block;
  padding: 0px 20px;
    font-size: 32px;
}
.strategy-content{
  margin-bottom: 60px;
}
.strategy-content .strategy-ttl h2{
  color: #004998;
}
.strategy-content .strategy-inner{
  padding: 45px 40px 45px 50px;
  border-radius: inherit;
}
.strategy-txt{
  text-align: left;
  font-size: 16px;
  line-height: 31px;
  color: #010101;
  font-weight: 500;
}

.strategy-txt li{
  list-style: decimal;
}
.strategy-txt li{
  margin-bottom: 10px;
}
.strategy-txt li:last-child{
  margin-bottom: 0px;
}

@media (max-width: 1024px){
  .strategy-inner{
    padding: 45px 0px 40px;
  }
}
@media (max-width: 768px){
  .strategy-content{
    margin-bottom: 30px;
  }
  .strategy{
    margin-bottom: 35px;
  }
 .strategy-inner{
    padding: 35px 15px 30px;
  }
  .strategy-ttl h2{
    font-size: 15px;
    line-height: 24px;
    padding: 0px 10px;
  }
  .strategy-content .strategy-inner {
      padding: 20px 15px;
      border-radius: inherit;
  }
  .strategy-content .strategy-ttl h2{
     font-size: 20px;
     line-height: 28px;
  }
  .strategy-txt{
    font-size: 11px;
    line-height: 16px;
  }
}
.plan_schedule{
     padding-bottom: 54px;
    border-bottom: 4px solid gray;
    max-width: 960px;
    margin: 0px auto;
    margin-bottom: 46px;
}
.container-plan_schedule{
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 718px;
    margin: 0 auto;
    width: 718px;
}
.plan_schedule-ttl h2{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #004998;
  text-align: center;
  padding: 2px 0px;
  margin-bottom: 10px;
}
.plan_schedule-table table{
  text-align: center;
  background: #ffffff;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
.plan_schedule-table table td,
.plan_schedule-table table th{
  border: 1px solid #a6a6a6;
  padding: 10px 20px;
}
p.tb_arow_right{
  color:#bf0000;
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 0px 10px;
}
p.tb_arow_right span{
  display: block;
      position: relative;
    top: 10px;
    text-align: center;
}

p.plan_schedule_note{
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 12px;
}
/*span.tb_arow_right:after{
  content: '';
  position: absolute;
  width: 309px;
  bottom: -12px;
  background: url('/resort/campaign/taxi/images/tb_arow_right.png');
  height: 10px;
  left: 0px;
}*/
#page .container-plan{
      border-bottom: 4px solid gray;
      padding-bottom: 54px;
      margin-bottom: 54px;
}

@media screen and (max-width: 768px){
  #page .container-plan{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .plan_schedule{
    padding-bottom: 30px;
    margin-bottom: 22px;
  }
  p.plan_schedule_note{
    font-size: 10px;
    margin-top: 8px;
    line-height: 16px;
  }
  .plan_schedule{
      max-width: 100%;
      margin-left: 10px;
      margin-right: 10px;
      box-sizing: border-box;
  }
  .container-plan_schedule{
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
  .plan_schedule-ttl h2{
    font-size: 16px;
    margin-bottom: 5px;
  }
    .plan_schedule-table table {
      font-size: 12px;
      line-height: 16px;
  }
  p.tb_arow_right span{
    font-size: 9px;
  }
}
.price_ver3 .head_tb_price{
  margin-bottom: 20px;
}
.price_ver3 .table_price_box{
  padding: 20px 17px 20px;
}
.price_ver3 .head_tb_price ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.price_ver3 .head_tb_price li{
  position: relative;
  width: 50%;
  text-align: center;
  position: relative;
    font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}
.price_ver3 .head_tb_price li.full_s{
  width: 100%;
}
.price_ver3 .head_tb_price li:first-child:after{
  content: '～';
  position: absolute;
  top: 0px;
  right: -10px;
}
.price_ver3 .head_tb_price li.full_s:after{
  content: none;
}
.price_ver3 table{
border-collapse: collapse; 
border-bottom: 1px solid #a6a6a6; 
margin-bottom: 10px;
}
.price_ver3 thead{
  background: #e1d8c4;
}
.price_ver3 .price_ver2_right thead{
  background: #9aa9b3;
}
.price_ver3 .table_price tr{
  display: inline-table;
  width: 100%;
  margin: 0px;
      vertical-align: inherit;
      box-sizing: border-box;
}
.price_ver3 .table_price tr:nth-of-type(2n+2) { 
  background: #eef0f1; 
 }
.price_ver3 .table_price_box thead th,
.price_ver3 .table_price_box thead td{
    font-size: 16px;

}
.price_ver3 .table_price_box thead td{
    padding: 0.5px 0px;
}
.price_ver3 .table_price_box th{
  font-size: 15px;
  padding-left: 8px;
}
.price_ver3 .table_price_box th,
.price_ver3 .table_price_box td{
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  width: 50%;
 border: 1px solid #a6a6a6; 
  border-bottom: none; 
      display: table-cell;
 /*padding-top: 2px;
 padding-bottom: 2px;*/
 vertical-align: middle;
}
.price_ver3 .table_price_box h4{
  padding: 3px 0px 10px 0px;
}
.price_ver3 .table_price_box td{
  font-size: 20px;
}

.price_ver3 .table_price_box td{
  text-align: center;
}

.price_ver3 .graphic__button--art{
  width: 90%;
}

body .price_ver3 .note_price{
  padding-right: 8px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .price_ver3 .head_tb_price li{
    font-size: 14px;
    line-height: 18px;
  }
  .price_ver3 .head_tb_price li:first-child:after{
        right: -6px;
  }
  .price_ver3 .table_price_box th{
    font-size: 12px;
    padding-left: 10px;
  }
  .price_ver3 .table_price_box thead th, .price_ver3 .table_price_box thead td{
    font-size: 13px;
  }
  .price_ver3 .table_price_box td{
    text-align: center;
    padding-left: 0px;
    font-size: 13px;
  }
  body .price_ver3 .note_price{
  padding-right: 4px;
}
}
.banenr_goto_v2{
  max-width: 820px;
  margin: 0px auto;
  width: auto;
  padding-top: 0px;
  padding-bottom: 54px;
   font-family: 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-list .banenr_goto_v2,
.page-list .banenr_goto_v3{
  padding-bottom: 0px;
  padding-top:50px;
}
.page-list .banner_goto_v3_inner{
  background: #fff;
}
.banenr_goto_v2_inner{
  background: #fff;
  border: 4px solid #ed7d31;
  padding: 30px 55px 30px;
}

.banenr_goto_v2_inner h2{
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.banenr_goto_v2_content p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
}
.banenr_goto_v2_content p b,
.banenr_goto_v2_content p a{
  font-weight: bold;
  font-size: 22px;
    letter-spacing: 1px;
}
.banenr_goto_v2_content p span{
  color: red;
}
.banenr_goto_v2_content p a{
  display: inline-block;
  text-decoration-line: underline;
}
.banenr_goto_v2_content small{
  font-size: 80%;
  line-height: 80%;
}

@media screen and (max-width: 768px){
  .banenr_goto_v2{
    max-width: 95%;
    padding-top: 0px;
    padding-bottom: 34px;
  }
  .page-list .banenr_goto_v2,
  .page-list .banenr_goto_v3{
    padding-bottom: 0px;
    padding-top:24px;
  }
  .banenr_goto_v2_inner{
    padding: 20px 10px 20px;.
        border: 2px solid #ed7d31;
  }
  .banenr_goto_v2_inner h2{
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .banenr_goto_v2_content p{
    font-size: 13px;
    line-height: 24px;
  }
  .banenr_goto_v2_content p b{
    font-size: 13px;
  }
  .banenr_goto_v2_content p b a{
    font-size: 14px;
    letter-spacing: 0px;
  }
  .sp_sup{
     display: inline-block;
     vertical-align: text-top;
  }
}

@media screen and (max-width: 380px){
  .banenr_goto_v2_content p,
  .banenr_goto_v2_content p b{
    font-size: 12px;
    line-height: 20px;

  }
}

#order_footer{
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 56px;
  right: 15px;
}
@media screen and (max-width: 768px){
  #order_footer{
    display: none!important;
  }
}
@media screen and (max-width: 768px){
  #order_footer {
    bottom: 45px;
  }
}
#order_footer_sp {
  display: none;
}
@media screen and (max-width: 768px){
  #order_footer_sp {
    position: fixed;
    z-index: 110;
    bottom: 45px;
    right: 15px;
    display: block;
  }
  #order_footer_sp .order_link{
    display: block;
    background: #1a2b39;
    color: #fff;
    padding: 4px 10px 4px 25px;
    border-radius: 25px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px){
  #order_footer_sp .order_link{
    display: block;
    background: #1a2b39;
    color: #fff;
    padding: 4px 10px 4px 25px;
    border-radius: 25px;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }
    #order_footer_sp .order_link em{
      text-align: right;
      margin-right: .5em;
    }
}

#order_footer:hover{
  cursor: pointer;
  opacity: 0.8;
}

#order_footer span{
  font-size: 20px;
  font-family: 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background-color: #c31b2c;
  padding: 4px 30px 4px 45px;
  display: block;
  border-radius: 25px;
  max-height: 55px;
  position: relative;
  border: 1px solid #c31b2c;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#order_footer span:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
  -webkit-transform: translate(0%,50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
} 

#order_footer span:hover{
  background: #fff;
  color: #a69149;
}

#order_footer span:hover:after{
  border-bottom: 14px solid #a69149;
}

p.head_tb_price_note{
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  color: #a69149;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  p.head_tb_price_note{
    font-size: 14px;
    line-height: 18px;
  }
  #order_footer span{
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 10px 4px 25px;
  }
  #order_footer span:after {
    left: 15px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 7px solid #fff;
  }
  #order_footer span:hover:after{
    border-bottom: 7px solid #a69149;
  }
}


#backtop__page_footer{
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
}

#backtop__page_footer:hover{
  cursor: pointer;
  opacity: 0.8;
}

#backtop__page_footer span{
  font-size: 20px;
  font-family: 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
  color: #fff;
  font-weight: bold;
  line-height: 1.85;
  background-color: #a69149;
  padding: 4px 30px 4px 45px;
  border-radius: 25px;
  max-height: 45px;
  position: relative;
  border: 1px solid #a69149;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#backtop__page_footer span:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
  -webkit-transform: translate(0%,50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
} 

#backtop__page_footer span:hover{
  background: #fff;
  color: #a69149;
}

#backtop__page_footer span:hover:after{
  border-bottom: 14px solid #a69149;
}

p.head_tb_price_note{
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  color: #a69149;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  p.head_tb_price_note{
    font-size: 14px;
    line-height: 18px;
  }
  #backtop__page_footer span{
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 10px 4px 25px;
  }
  #backtop__page_footer span:after {
    left: 15px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 7px solid #fff;
  }
  #backtop__page_footer span:hover:after{
    border-bottom: 7px solid #a69149;
  }
}
#related{
  position: relative;
  padding: 30px 0px 50px;
   font-family: 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wrap_related{
  max-width: 960px;
  margin: 0px auto;
  position: relative;
}
.wrap_related_inner{
  position: relative;
  overflow: hidden;
}
.related-inner{
  border: 2px solid #1b2b39;
  padding: 4px;
}
.circle_top:after,
.circle_top:before,
.circle_bot:after,
.circle_bot:before{
  content: '';
  position: absolute;
  background-color:#f5f5f5;
  border:2px solid #1b2b39;    
  height:60px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  width:60px;
}
.circle_top:after{
  top: -30px;
  left: -30px;
  z-index: 2;
}
.circle_top:before{
  top: -30px;
  right: -30px;
  z-index: 2;
}

.circle_bot:after{
  bottom: -30px;
  left: -30px;
  z-index: 2;
}
.circle_bot:before{
  bottom: -30px;
  right: -30px;
  z-index: 2;
}

.related-inner .circle_top:before,
.related-inner .circle_top:after,
.related-inner .circle_bot:before,
.related-inner .circle_bot:after{
  border:1px solid #1b2b39;   
  z-index: 1;
}

.related-inner-arae{
  position: relative;
  overflow: hidden;
}
.related-inner-arae-border{
  position: relative;
  z-index: 0;
   border: 1px solid #1b2b39;
}
.related-ttl{
    position: absolute;
    top: -24.5px;
    text-align: center;
    left: 0px;
    width: 100%;
    z-index: 3;
}
.related-ttl-box{
  display: inline-block;
  padding: 0px 22px;
}
.related-ttl-inner{
  background: #fff;
  border: 2px solid #1a2a38;
  padding: 2px;
}
.related-ttl h2{
  font-family: 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 33px;
  color: #1a2a38;
  border: 1px solid #1a2a38;
  padding: 8px 47px;
}
.related-ilist{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 61px 48px;
  margin: 0px -15px;
}
.related-ilist .flex-item.related-box{
 width: calc(25% - 30px);
 margin: 34px 15px;
 box-sizing: border-box;
 position: relative;
}

.related-ilist .flex-item.related-box .points-2-media img{
   border: 3px solid #1b2b39;
   box-sizing: border-box;
}

.related-ilist .flex-item.related-box .points-2-btn{
  display: block;
  text-align: center;
  position: absolute;
  bottom: -24px;
  width: 100%;
}

.related-ilist .flex-item.related-box .points-2-btn a {
  background-color: rgb(149, 130, 94);
  box-shadow: 0px 3px 12px 0px rgba(4, 0, 0, 0.35);
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50px;
  width: 80%;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  padding: 11.5px 0px 11.5px;
}

.related-ilist .flex-item.related-box .points-2-btn small {
  font-size: 80%;
}
.related-ilist .flex-item.related-box .points-2-btn a img {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 12px !important;
}
@media screen and (max-width: 768px) {
  #related{
    padding: 20px 0px 30px;
  }
  .circle_top:after,
  .circle_top:before,
  .circle_bot:after,
  .circle_bot:before{    
    height:50px;
    width:50px;
  }
  .circle_top:after{
    top: -25px;
    left: -25px;
    z-index: 2;
  }
  .circle_top:before{
    top: -25px;
    right: -25px;
  }

  .circle_bot:after{
    bottom: -25px;
    left: -25px;
  }
  .circle_bot:before{
    bottom: -25px;
    right: -25px;
  }

  .wrap_related{
      width: 100%;
      padding: 0px 10px;
      max-width: 100%;
      box-sizing: border-box;
  }
  .related-ttl{
    top: -17px;
  }
  .related-ttl-box{
    padding: 0px 10px;
  }
  .related-ttl h2{
    font-size: 13px;
    line-height: 24px;
    padding: 4px 22px;
  }
  .related-ilist{
    padding: 40px 10px;
    margin: 0px -10px;
  }
  .related-ilist .flex-item.related-box{
    width: calc(50% - 20px);
    margin: 20px 10px;
  }
  .related-ilist .flex-item.related-box .points-2-btn{
    bottom: -19px;
  }
  .related-ilist .flex-item.related-box .points-2-btn a{
    font-size: 10px;
   padding: 7px 0px 7px;
  }
  .related-ilist .flex-item.related-box .points-2-btn a img {
    width: 10px !important;
  }
}

.banenr_goto_v3{
  max-width: 960px;
  margin: 0px auto;
  width: auto;
  padding-top: 0px;
  padding-bottom: 70px;
  font-family: 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.banner_goto_v3_inner{
  border: 4px solid #bf9000;
   display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  background: #fff;
}

.banner_goto_logo{
        width: 29%;
    text-align: center;
    padding: 0px 0px;
    box-sizing: border-box;
}
.banenr_goto_inner{
      width: 71%;
    border-left-width: 2px;
    border-left-color: #bf9000;
    border-left-style: dashed;
    box-sizing: border-box;
    padding: 16px 14px 12px;
}
.banenr_goto_inner h2{
  color: #000000;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #bf9000;
  margin-bottom: 25px;
  padding: 7px 0px 4px;
}

.banenr_goto_inner_content{
  text-align: center;
}

.banenr_goto_inner_content p{
  font-size: 17px;
  line-height: 33px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
   font-weight: bold;
}

.banenr_goto_inner_content p span {
    color: #bf0000;
}

@media screen and (max-width: 1050px) {
  .banenr_goto_v3{
    max-width: 100%;
    padding: 0px 10px 54px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .banenr_goto_v3{
    padding-bottom: 30px;
  }
  .banner_goto_v3_inner{
    display: block;
    padding: 0px 5px;
  }
  .banner_goto_logo{
    padding: 17px 0px;
  }
  .banner_goto_logo,
  .banenr_goto_inner{
    width: 100%;
  }
  .banenr_goto_inner {
    border-left-width: 0px;
    border-top-width: 2px;
    border-top-color: #bf9000;
    border-top-style: dashed;
    box-sizing: border-box;
    padding: 20px 15px;
  }
  .banenr_goto_inner h2{
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .banenr_goto_inner_content p{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px;
  }
}

.facility-inner_v2{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  position: relative;
      align-items: flex-start;
    justify-content: center;
   margin: 0px -7px;
}

.facility-inner_v2 .facility-btn{
    margin: 0px 0px;
    width: 50%;
    border-right: 1px solid #b1b1b1;
    box-sizing: border-box;
    vertical-align: text-top;
}

.facility-inner_v2 .facility-btn:last-child{
   border-right: none;
}

.facility-inner_v2 .facility-btn a{
  width: calc(50% - 14px);
  margin: 0px 7px 5px;
}

.facility_img_box{
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
}

#related.related_v2{
  padding-top: 0px;
  padding-bottom: 50px;
}

.related_v2 .related-ttl{
  position: relative;
  top: 0px;
}
.related_v2 .related-ilist{
  padding: 0px;
}

.related_v2 .related-ttl-box{
  margin-bottom: 40px;
}

.related_v2 .wrap_related{
  max-width: initial;
}
.container-plan_off{
  display: none;
}

.container-plan_off .content_03_box{
  display: none;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.container-plan_off .content_03_box.current,
.container-plan_off.active{
  display: block;
}

.facility-inner_v2 a.current{
    background-color: #a69149;
    box-shadow: 0px 1px 9.6px 0.4px rgba(0, 48, 44, 0.3);
    color: #ffffff;
}

.page-single .container-plan_off{
  margin-bottom: 0px;
}

.close_plan{
  position: relative;
  text-align: right;
  margin-bottom: 10px;
}

.close_plan img{
  padding: 5px;
  background: #ffffff;
  position: relative;
  border-radius: 50px;
  border: 2px solid #a69149;
}
.close_plan img:hover{
  opacity: 0.8;
  cursor: pointer;
}

.facility_img_box_caption{
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .facility-inner_v2 .facility-btn a{
    width: 100%;
  }
  .related_v2 .related-ttl-box{
    margin-bottom: 20px;
  }
  #related.related_v2{
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .facility_img_box_caption{
    font-size: 11px;
    line-height: 18px;
  }
}
.table_st_2 .table_price{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.table_st_2 .table_price_box_single{
   width: calc(50% - 20px);
  box-sizing: border-box;
  margin: 0px 10px;
}

.table_st_2.single_table .head_tb_price{
  text-align: center;
  width: 100%;
  /*margin-bottom: 0px;*/
}

.table_st_2.single_table.price_ver3 .table_price_box{
  padding: 20px 13px 20px;
}

.table_st_2.single_table.price_ver3 .table_price_box h4{
  width: 100%;
}
.table_st_2,
.table_st_2.single_table{
  margin: 0px -10px 20px;
}
.table_st_2 p.head_tb_price_note{
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .table_st_2 p.head_tb_price_note{
    margin-bottom: 15px;
  }
  .table_st_2,
  .table_st_2.single_table{
    margin: 0px 0px 20px;
  }
  .table_st_2.single_table.price_ver3 .table_price_box{
    padding: 10px 8px 10px;
  }
  .table_st_2 .table_price_box_single{
    width: 100%;
    margin: 0px;
  }
}

.d_flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#page{
  font-family: 'Kozuka Gothic Pro' , 'Yu Gothic', YuGothic,'Meiryo', 'メイリオ', '游ゴシック体',  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img.alignnone, img.aligncenter, img.alignleft, img.alignright {
    max-width: 100% !important;
    height: auto !important;
}

img.aligncenter{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    text-align: center;
}
.alignright, img.alignright {
    float: right;
    padding: 15px 0px 10px 10px;
    clear: both;
}


.info-single .info-2.info{
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 12px;
}
.info-single{
  padding-top: 75px;
}
.info-single .info-title{
  margin-bottom: 12px;
  padding: 4.5px 0px;
  background: #35485e;
}

.info-single .info{
  background: #fff;
}

.info-single .info-box{
  background: transparent;
  color: #35485e;
  border-spacing: 10px 0px;
  padding: 5px 0px;
}
.info-single .info-box:last-child{
  margin-top: 0px;
}
.info-single .info-box-time{
  background: transparent;
  color: #35485e;
  box-shadow: none;
  border-left: 1px solid #000;
  border-radius: 0;
  padding: 0px;
  padding-left: 10px;
  letter-spacing: -1.5px;

}

.info-single .info-box-txt,
.info-single .info-box-time{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.info-single .typography__adreess .info-box-number{
  width: 33%;
  padding: 0px;
  border-spacing: 0px;
  padding-right: 10px;
}
.info-single .info-box-left,
.info-single .info-box-right{
  border: 1px solid #35485e;
  padding: 6px 10px;
  border-spacing: 0px 0px;
   box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.info-single .info-box-left{
  width: 21.5%;
}

.info-single .info-box-left.info-box-left h2{
  line-height: 1.3;
  margin-left: 55px;
}

.info-single .info-box-left img{
  margin-right: 0px;
}

.info-single .info-box-right{
  color: #35485e;
    padding: 6px 20px;
}

.info-box-des{
  font-size: 22px;
  color: #35485e;
  line-height: 1.455;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 5px;
}

.info-box-des span{
  font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 23px;
    line-height: 25px;
    margin-right: 14px;
    border: 1px solid #35485e;
    padding: 2px 0px 1px;
    max-width: 30px;
    width: 28px;
    text-align: center;
    border-radius: 50px;
}

.info-box-des p{
  margin-left: 42px;
}
.info-box-des-bottom{
  background: #fff;
  padding: 11.5px 25px 9.5px;
  border-radius: 12px;
}


@media screen and (max-width: 980px){
  .info-single .info-box-left{
    width: 100%;
  }
  .info-single .info-box{
    padding: 10px 0px;
  }
  .info-single .info-box-left.info-box-left h2{
    border-bottom: 0px;
    line-height: 42px;
    padding-bottom: 0px;
  }
  .info-single .info-box-left{
    margin-bottom: 5px;
  }
  .info-single .info-box-left.info-box-left h2 .ps--pc{
    display: none;
  }
  .info-single .info-box-left img{
    max-height: 42px;
    width: 42px;
  }
  .info-single .info-box-right{
    padding: 15px 20px;
    text-align: center;
  }
  .info-single .typography__adreess .info-box-number{
    border-bottom:  1px solid #000;
    padding-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 12px;
    width: 100%;
    display: block;
  }
  .info-single .info-box-time{
    border-left: 0px;
    width: 100%;
    padding-top: 18px;
    padding-left: 0px;
    text-align: center;
  }
  .facility-btn a {
      font-size: 14px;
      max-height: 34px;
      margin: 0px 2.5px 5px;
  }
}

.mg_b40{
  margin-bottom: 40px;
}

.banenr_goto_inner_content a{
  display: inline-block;
  font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 18px;
  color: #004998;
  text-decoration: underline;
  line-height: 1.889;
  font-weight: 500;
  margin-left: 12px;
  font-weight: bold;
}
.note_box{
  text-align: center;
  margin-top: 25px;
}
.note_box p{
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #db3b3b;
  font-weight: 500;
}

.not_href:hover{
  opacity: 1 !important;
}

.table_price_sbox{
  border-bottom: 1px solid #898989;
  padding-bottom: 0px;
      margin-bottom: 17px;
}

.table_price_sbox:last-child{
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px){
  .price_ver3 .table_price_box{
        padding: 20px 8px 20px;
  }
  .note_box{
    text-align: left;
    width: 100%;
    margin: 10px auto 0;
  }
  .note_box p{
    font-size: 12px;
    text-indent: -10px;
    padding-left: 10px;
  }
  #tmpl_header_wrapper.puplic{
    padding-bottom: 0px !important;
  }
  .banenr_goto_inner_content a{
    margin-left: 0px;
    font-size: 13px;
  }
  .mg_b40{
    margin-bottom: 20px;
  }
  .ps--pc{
    display: none;
  }
  .ps--sp{
    display: block;
  }
  .info-single{
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .info-single .info-2.info{
    padding: 15px 10px 5px;
    border-radius: 6px;
  }
  .info-single .info-title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .info-single .info-box-left.info-box-left h2{
    font-size: 19px;
  }
  .info-box-des{
    padding-left: 0px;
  }
  .info-box-des,
  .info-box-des span{
    font-size: 18px;
  }
  .info-box-des span {
    position: relative;
    top: 2px;
      font-size: 18px;
      line-height: 18px;
      margin-right: 14px;
      padding: 1px 0px;
      max-width: 20px;
      width: 20px;
      margin-right: 0px;
  }
  .info-box-des p{
    margin-left: 30px;
  }
  .info-single .info-box-right{
    padding: 10px 5px;
  }
  .info-single .info-box-txt{
    font-size: 16px;
    line-height: 24px;
  }
  .info-single .typography__adreess .info-box-number a{
    font-size: 26px;
    line-height: 32px;
  }
  .info-single .info-box-time{
    font-size: 14px;
    line-height: 18px;
  }
  .info-box-des-bottom{
    padding: 5.5px 11px 5.5px;
      border-radius: 6px;
  }
  .info-single .box_title_plan_list p img{
    margin-top: -15px;
  }
  .content_03_box_title-contact p{
    margin-bottom: 5px;
  }
}
/*============= update 2021 ================*/
.price_contact_2021 .contact_text-header{
  justify-content: center;
  margin-bottom: 39px;
}
.price_container_2021{
  padding: 17px 20px 29px;
  background: #9aa9b3;
  border-top: 0px;
  margin-bottom: 29px;
}

.price_container_2021:first-child{
  background: #e1d8c4;
}

#p-tokyo .price_container_2021{
  background: #e8e67a;
}

#p-tokyo .price_container_2021:first-child{
  background: #e7c9cb;
}

.price_2021_ttl{
  font-family: "Yu Gothic", YuGothic, Meiryo, メイリオ, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  line-height: 1.305;
  text-align: center;
  padding: 15px 0px;
  letter-spacing: 0.8px;
  padding: 0px 0px 13px;
}

.flex-inner{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.col-flex{
 width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.price_2021_col{
  border: 3px solid #d84e03;
  border-top: 0px;
  margin-right: 10px;
}
.price_2021_col h5{
  font-size: 18px;
  line-height: 1.889;
  text-align: center;
  font-weight: bold;
  padding: 3px 0px 4px;
  margin-bottom: 35px;
  position: relative;
  padding-left: 28px;
   background: #e5e5e5;
  color: #333333;
}
.price_2021_col:first-child h5{
  padding-left: 55px;
}
.price_2021_col:first-child h5:after{
  content: '';
  position: absolute;
  width: 66px;
  height: 62px;
  top: -7px;
  left: 10px;
  background-image: url(../images/highlight_img.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.price_2021_col:nth-last-child(odd){
  border:0px;
  margin-left: 10px;
  margin-right: 0px;
}
.price_2021_col:first-child h5{
 background: #d84e03;
 color: #fff;
}

.price_2021 .head_tb_price ul{
  padding-bottom: 19px;
    margin-bottom: 17px;
  border-bottom: 2px solid #c0c0c0;
}
.price_2021 .head_tb_price ul:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.price_2021 .head_tb_price{
    margin-bottom: 23px;
    padding: 0px 17px;
}
.price_2021 .head_tb_price small{
  display: block;
  margin-top: 8px;
}
.price_2021 .head_tb_price ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.price_2021 .head_tb_price li {
  position: relative;
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #000000;
}
.price_2021 .head_tb_price li:first-child:after {
    content: '～';
    position: absolute;
    top: 0px;
    right: -10px;
}
.price_2021 .note_price{
  padding-top: 13px;
  margin-right: 8px;
}
.price_2021_url{
  margin-bottom: 36px;
}
.price_2021_url_ttl{
  position: relative;
  max-width: 260px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 11px;
}

.price_2021_url_ttl:after,
.price_2021_url_ttl:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e2b917;
  left: 0px;
  top: 50%;
  z-index: 1;
   -ms-transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.price_2021_url_ttl:before{
  margin-top: -3px;
  width: 80%;
  left: 10%;
}

.price_2021_url_ttl span{
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.528;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0px 5px;
}
.price_2021_url_btn{
  margin-bottom: 13px;
}
.price_2021_btn_txt span{
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #db3b3b;
  display: block;
  line-height: 21px;
}

.price_2021_url_btn:last-child{
  margin-bottom: 0px;
}
.price_2021_url_btn a{
  width: 260px;
  margin: 0px auto;
  text-align: center;
   font-size: 18px;
  color: rgb(255, 255, 248);
  line-height: 2.222;
  text-align: center;
  padding: 2px 0px 2px;
  display: block;
   border-radius: 8px;
  background-color: #7a7a7a;
   border: 1px solid #7a7a7a;
  box-shadow: 0px 1px 9.6px 0.4px rgba(0, 48, 44, 0.3);
  font-weight: bold;
}

.price_2021_url_btn a.color_highlight{
  background-color: #db3b3b;
  border: 1px solid #db3b3b;
}

/*.price_2021_url_btn a:hover{
  background-color: #e2b917;
  border: 1px solid #e2b917;
  color: #000;
}

.price_2021_url_btn a.color_highlight:hover{
  background-color: #fff;
  color: #db3b3b;
 border: 1px solid #db3b3b;
}*/

.content_03_box_top{
  margin-bottom: 28px;
}
.btn_plan_top_2021{
  margin-bottom: 12px;
}

.head_tb_price_box h4{
  font-weight: bold;
  color: #a69149;
  margin-bottom: 12px;
  font-size: 18px;
}
.price_2021.col-flex_w100 .price_2021_col{
  width: 100%;
  margin: 0px;
}
.price_2021.col-flex_w100 .flex-inner:first-child{
  margin-bottom: 20px;
}
.price_2021.col-flex_w100 .flex-inner:last-child .price_2021_col:first-child h5{
  background: #e5e5e5;
  color: #000;
}
.price_2021.col-flex_w100 .flex-inner:last-child .price_2021_col:first-child h5:after{
  content: none;
}
.price_2021.col-flex_w100 .price_2021_col .head_tb_price{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  padding: 0px 0px;
}
.price_2021.col-flex_w100 .price_2021_col .head_tb_price_box{
    border-left: 2px solid #c0c0c0;
    box-sizing: border-box;
      width: 50%;
    padding: 0px 17px;
}
.price_2021.col-flex_w100 .price_2021_col .head_tb_price_box:first-child{
  border-left: 0px;
}
.price_2021.col-flex_w100 .note_price{
  width: 100%;
  margin-right: 25px;
}
.price_2021.col-flex_w100 .price_2021_url{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.price_2021.col-flex_w100 .price_2021_url_btn{
  display: inline-block;
  margin: 0px 10px 13px;
}

.price_2021.col-flex_w100 .price_2021_btn_txt{
  display: block;
  width: 100%;
  margin: 0px;
}

@media screen and (max-width: 768px){
  .price_2021_ttl{
    font-size: 15px;
    padding: 0px 0px 28px;
  }
  .price_2021_col,
  .price_2021_col:nth-last-child(odd){
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .price_2021_col{
    margin-bottom: 17px;
  }
  .price_2021_col:last-child{
    margin-bottom: 0px;
  }
  .price_2021_col h5{
    font-size: 12px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .price_2021_col:first-child h5{
    padding-left: 35px;
  }
  .price_2021_col:first-child h5:after{
    width: 50px;
    height: 46px;
    top: -5px;
    left: 4px;
  }
  .price_2021 .head_tb_price li{
    font-size: 14px;
    line-height: 18px;
  }
  .price_2021 .head_tb_price small{
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px){
  .price_2021.col-flex_w100 .note_price{
    margin-right: 8px;
  }
  .price_2021.col-flex_w100 .price_2021_url_btn{
    width: 100%;
    margin: 0px 0px 9px;
  }
  .price_2021_ttl{
    font-size: 15px;
  }
  .price_2021_col h5{
    font-size: 12px;
  }
  .price_2021 .head_tb_price li{
    font-size: 14px;
    line-height: 18px;
  }
  .price_2021_url_ttl,
  .price_2021_url_btn a{
    width: 80%;
  }
  body .price_2021 .note_price{
    font-size: 9px;
    padding-top: 9px;
    margin-bottom: 0px;
  }
  .price_2021 .head_tb_price{
    margin-bottom: 12px;
    padding: 0px 9px;
  }
  .price_2021_url_ttl span{
    font-size: 13px;
  }
  .price_2021_url{
    margin-bottom: 25px;
  }
  .price_2021_btn_txt span{
        line-height: 14px;
        font-size: 9px;
  }
  .price_2021_url_btn{
    margin-bottom: 9px;
  }
  .contact_text-header span{
    font-size: 13px;
    padding: 6px 6px;
  }
  .contact_text .contact_text-header p{
    margin-left: 92px;
    font-size: 12px;
    line-height: 1.286;
  }
  .price_container_2021{
     padding: 17px 10px 22px;
  }
  .price_2021.col-flex_w100 .price_2021_col .head_tb_price{
    padding: 0px 9px;
  }
  .price_2021.col-flex_w100 .price_2021_col .head_tb_price_box{
    width: 100%;
  }
  .price_2021.col-flex_w100 .price_2021_col .head_tb_price_box{
   /* border-bottom: 2px solid #c0c0c0;*/
    border-left:0px;
     padding-left: 0px;
    padding-right: 0px;
  }
  .price_2021.col-flex_w100 .price_2021_col .head_tb_price_box:first-child{
    border-bottom: 2px solid #c0c0c0;
        padding-bottom: 19px;
    margin-bottom: 17px;
  }
    .head_tb_price_box h4{
    font-size: 12px;
  }
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content_03_box h3 strong::before{
    top: 10%;
  }
  .contact_text-header span{
    padding: 14px 14px 6px;
  }
  .price_2021_col h5{
    padding: 7px 0px 0px;
  }
  .price_2021_url_btn a{
    padding: 4px 0px 0px;
  }
  .related-ttl h2{
    padding: 16px 47px 4px;
  }
  #backtop__page a{
    padding:10px 0px 2px;
  }
}

.txt_note_bold{
  font-weight: bold;
  font-size: 36px;
  color: #bf0000;
  text-align: center;
  margin-bottom: 50px;
}

.title_open_newarea{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px){
  .txt_note_bold{
    font-size: 23px;
    margin-bottom: 20px;
  }
  .title_open_newarea{
    width: 85%;
    margin: 0 auto 25px;
  }
}

.facility_plan_note{
  text-align: center;
  margin-bottom: 30px;
}
.facility_plan_note p{
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 2px solid #a69149;
  display: inline-block;
}
#related.related_v2{
  padding-top: 50px;
}
.page-single .content_03_box--des{
  margin-bottom: 0px;
}
@media screen and (max-width: 768px){
  .facility_plan_note{
    font-size: 16px;
    line-height: 20px;
  }
  #related.related_v2{
    padding-top: 30px;
  }
}


.price_2021{
  width: 50%;
  margin: 0 auto;
}

.col-flex{
  width: 100%;
}
.price_2021_col:nth-last-child(odd){
  margin: 0;
}

.price_2021 .head_tb_price{
  padding: 20px 17px 0;
}
.price_2021 .txt_normal {
  margin-bottom: 10px;
}

.price_2021 .head_tb_price .box_1st {
  background-color: #fcead4;
  padding: 10px!important;
  margin-bottom: 20px;
}

.price_2021 .head_tb_price .kikuya {
  margin: 0 10px 20px;
}

.price_2021 .head_tb_price .box_1st .st_1st {
  background-color: #ff8a00;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px){
  .price_2021 .head_tb_price .box_1st .st_1st {
    font-size: 14px;
  }
}

.price_2021_double{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.price_2021_double .price_container_2021{
  width: 48.5%;
  box-sizing: border-box;
}

.col-flex_w100{
  width: 100%;
}

.price_2021.col-flex_w100 .flex-inner {
  margin-bottom: 0 !important;
}

.price_container_2021{
  padding: 17px 20px;
}

.price_2021.col-flex_w100 .flex-inner .price_2021_col{
  padding-top: 20px;
}
@media screen and (max-width: 767px){
  .price_2021{
    width: 100%;
  }
  .price_2021_double{
    flex-wrap: wrap;
  }

  .price_2021_double .price_container_2021{
    width: 100%;
  }

  .price_2021_ttl{
        padding: 0px 0px 15px;
  }
}