@charset "UTF-8";

/*----------------------------------------------------
  ******indent******
----------------------------------------------------*/
.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.center {
  text-align: center !important;
}

.centerpos {
  margin: 0 auto;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.top0 {
  margin-top: 0 !important;
}

.top5 {
  margin-top: 5px !important;
}

.top10 {
  margin-top: 10px !important;
}

.top15 {
  margin-top: 15px !important;
}

.top20 {
  margin-top: 20px !important;
}

.top30 {
  margin-top: 30 !important;
}

.top35 {
  margin-top: 35px !important;
}

.top40 {
  margin-top: 40px !important;
}

.top45 {
  margin-top: 45px !important;
}

.top50 {
  margin-top: 50px !important;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px !important;
}

.btm10 {
  margin-bottom: 10px !important;
}

.btm15 {
  margin-bottom: 15px !important;
}

.btm20 {
  margin-bottom: 20px !important;
}

.btm25 {
  margin-bottom: 25px !important;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm35 {
  margin-bottom: 35px !important;
}

.btm40 {
  margin-bottom: 40px !important;
}

.btm45 {
  margin-bottom: 45px !important;
}

.btm50 {
  margin-bottom: 50px !important;
}

.btm55 {
  margin-bottom: 55px !important;
}

.btm60 {
  margin-bottom: 60px !important;
}

.btm65 {
  margin-bottom: 65px !important;
}

.btm70 {
  margin-bottom: 70px !important;
}

.btm75 {
  margin-bottom: 75px !important;
}

.btm80 {
  margin-bottom: 80px !important;
}

.btm85 {
  margin-bottom: 85px !important;
}

.btm90 {
  margin-bottom: 90px !important;
}

.btm95 {
  margin-bottom: 95px !important;
}

.btm100 {
  margin-bottom: 100px !important;
}

.lm0 {
  margin-left: 0px !important;
}

.lm5 {
  margin-left: 5px !important;
}

.lm10 {
  margin-left: 10px !important;
}

.lm20 {
  margin-left: 20px !important;
}

.lm25 {
  margin-left: 25px !important;
}

.lm30 {
  margin-left: 30px !important;
}

.lm35 {
  margin-left: 35px !important;
}

.lm40 {
  margin-left: 40px !important;
}

.lm45 {
  margin-left: 45px !important;
}

.lm50 {
  margin-left: 50px !important;
}

.lm55 {
  margin-left: 55px !important;
}

.lm60 {
  margin-left: 60px !important;
}

.rm0 {
  margin-right: 0px !important;
}

.rm5 {
  margin-right: 5px !important;
}

.rm10 {
  margin-right: 10px !important;
}

.rm20 {
  margin-right: 20px !important;
}

.rm25 {
  margin-right: 25px !important;
}

.rm30 {
  margin-right: 30px !important;
}

.rm35 {
  margin-right: 35px !important;
}

.rm40 {
  margin-right: 40px !important;
}

.rm45 {
  margin-right: 45px !important;
}

.rm50 {
  margin-right: 50px !important;
}

.rm55 {
  margin-right: 55px !important;
}

.rm60 {
  margin-right: 60px !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pL0 {
  padding-left: 0 !important;
}

.pR0 {
  padding-right: 0 !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

/*----------------------------------------------------
  ******font******
----------------------------------------------------*/
.red {
  color: #c40000;
}

.purple {
  color: #9455B4;
}

.blue {
  color: #009FE9;
}

.gray {
  color: #ccc;
}

.yellow {
  color: #FC0;
}

.green {
  color: #090;
}

.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}

.min-text {
  font-size: 0.8em;
}

/*----------------------------------------------------
  ******PDF******
----------------------------------------------------*/
.pdfInfo {
  background: url(../cmn_img/pdfInfo_icon.jpg) no-repeat 35px center;
  border: 1px solid #ccc;
  padding: 20px 0 20px 175px;
  margin: 0 0 40px 0;
}

.pdfInfo a {
  color: #01ABA8;
  text-decoration: underline;
}

.pdfInfo a:hover {
  color: #519E9C;
}

/*----------------------------------------------------
  ******input******
----------------------------------------------------*/
.imeOff {
  ime-mode: inactive;
}

.inputS {
  padding: 3px 3px;
  width: 20%;
}

.inputM {
  padding: 3px 3px;
  width: 40%;
}

.inputL {
  padding: 3px 3px;
  width: 60%;
}

.inputX {
  padding: 3px 3px;
  width: 80%;
}

.inputXX {
  padding: 3px 3px;
  width: 100%;
}

.textarea_1 {
  height: 250px;
  padding: 8px;
  width: 96%;
  resize: vertical;
}

/*----------------------------------------------------
  ******Width******
----------------------------------------------------*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w18 {
  width: 18% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/*----------------------------------------------------
  ******table******
----------------------------------------------------*/
.formBox {
  margin-bottom: 100px;
}


label {
  cursor: pointer;
}

caption {
  caption-side: bottom;
  font-size: 77%;
  padding: 5px;
  line-height: 1.4;
  text-align: left;
}

caption.capTop {
  caption-side: top;
}



/*----------------------------------------------------
  ******BOX******
----------------------------------------------------*/
.overflowClear {
  overflow: visible !important;
}

.w100percent-90percent {
  margin: 0 auto !important;
  width: 100%;
}

.w80percent-90percent {
  margin: 0 auto !important;
  width: 80%;
}

.w70percent-90percent {
  margin: 0 auto !important;
  width: 70%;
}

.w60percent-90percent {
  margin: 0 auto !important;
  width: 60%;
}

.w800-90percent {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}

.w1000-90percent {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}

.w800px {
  margin: 0 auto;
  width: 800px;
}

.w850px {
  margin: 0 auto;
  width: 850px;
}

.w900px {
  margin: 0 auto;
  width: 900px;
}

.w950px {
  margin: 0 auto;
  width: 950px;
}

.w1000px {
  margin: 0 auto;
  width: 1000px;
}

/*----------------------------------------------------
  ******MV******
----------------------------------------------------*/

#mv {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 45px 0 200px;
  padding-top: 100px;
}

/*----------------------------------------------------
  ******TITLE******
----------------------------------------------------*/

.pageTitle {
  text-align: center;
  margin: 20px 0;
}

.secTitle {
  text-align: center;
  padding: 50px 0;
}

.secTitle h1,
.secTitle .head1 {
  font-size: 50px;
  margin-top: 15px;
  color: #707070;
  font-family: "cormorant-garamond", serif;
  font-style: normal;
  font-weight: 500;
}
.secTitle h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.secTitle .ja,
.secTitle .rubi {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  color: #707070;
  font-size: 18px;
}

.pageTitle .eg {
  color: #707070;
  font-size: 550%;
  font-family: "cormorant-garamond", serif;
  font-style: normal;
  font-weight: 500;
}

.pageTitle .ja {
  color: #707070;
  font-family: "A-OTF Gothic BBB Pr6N";
  font-size: 130%;
  margin-bottom: 10px;
}

.pageTitleMess {
  font-size: 120%;
  text-align: center;
  margin-top: 50px !important;
}

.titleL {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 182%;
  font-weight: bold;
  margin: 0 0 30px 0 !important;
  text-align: center;
}

.titleL_SUB {
  text-align: center;
  margin-bottom: 30px !important;
}

/*----------------------------------------------------
  ******linkBtn******
----------------------------------------------------*/
.linkBtnW a {
  background: no-repeat right 3px bottom 3px;
  display: inline-block;
  color: #fff;
  font-size: 120%;
  border: 1px solid #fff;
  padding: 8px 20px;
}

.linkBtnB a {
  background: #000 no-repeat right 3px bottom 3px;
  display: inline-block;
  color: #fff;
  font-size: 120%;
  border: 1px solid #fff;
  padding: 8px 50px;
}

/*----------------------------------------------------
  ******DISPLAY******
----------------------------------------------------*/
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.none {
  display: none !important;
}

.noBorder {
  border: none !important;
}

/*pc*/
.pcBlock {
  display: block;
}

.pcInline {
  display: inline;
}

.pcInlineBlock {
  display: inline-block;
}

.pcTable {
  display: table;
}

.pcInlineBlock {
  display: inline-block;
}

/*sp*/
.spBlock {
  display: none;
}

.spInline {
  display: none;
}

.spTable_block {
  display: block;
}

.spInlineBlock {
  display: none;
}

/*----------------------------------------------------
  ******position******
----------------------------------------------------*/
.cH {
  display: block;
  text-align: center !important;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}

.cxc {
  position: absolute;
  top: 50%;
  left: 50%;
}

/*----------------------------------------------------
  ******Plan　page******
----------------------------------------------------*/
section.plan {
  width: 90%;
  margin: 0 auto;
}


.planPageTitle {
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  font-family: "PT Serif";
  font-style: italic;
}

.plan_name {
  font-family: "A-OTF Gothic BBB Pr6N";
  font-size: 90%;
}

.catTitle {
  text-align: center;
  font-size: 130%;
  margin-top: 50px;
}

.catTitle .catTitle .catSubtitle {
  font-size: 90%;
  margin-bottom: 30px;
}

.catTitle .catTitle {
  font-family: "pt-serif", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0px;
  font-size: 150%;
}

.catPrice {
  font-family: "Bodoni 72";
  font-style: italic;
  text-align: center;
  font-size: 275%;
  margin: 70px 0 !important;
}

.catPrice .zei {
  font-size: 45%;
  font-family: "Bodoni 72";
  font-style: italic;
}

.descTitle {
  color: #988124;
  font-family: "A-OTF Futo Min A101 Pr6N";
  text-align: center;
  font-size: 134%;
  font-weight: bold;
  margin-bottom: 50px !important;
}

.descTitle .color-blue {
  color: #2e5ba0;
}

.desc {
  font-family: "A-OTF Gothic BBB Pr6N", sans-serif;
  text-align: center;
  margin-bottom: 40px !important;
}

.planText {
  font-size: 100%;
  padding-bottom: 25px;
  margin-top: 50px;
}

.planPointText {
  font-size: 110%;
  line-height: 1.8;
  margin-bottom: 30px;
}

.plan_p {
  margin-bottom: 80px;
  margin-top: 30px;
}

.planOption {
  font-size: 110%;
}

.planOption {
  margin: 10px 0 20px;
}

.detailDLBox {
  margin: 100px 0 80px;
}

.detailDLBox img {
  width: 40% !important;
  height: auto;
}

@media screen and (max-width: 680px) {
  .detailDLBox img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

}

.plan_pagetitle {
  font-family: "cormorant-garamond", serif;
  font-style: normal;
  font-weight: 500;
  color: #707070;
  font-size: 350%;
}

.detailDL .caution {
  font-size: 77%;
  text-align: center;
}

.detailDL ul {
  margin-bottom: 50px;
  text-align: center;
}

.detailDL ul li {
  text-align: center;
  display: inline-block;
  width: 30%;
  padding-bottom: 15px;
}

.planCaution {
  font-size: 85%;
}

.titleSup {
  font-size: 120%;
  font-family: "A-OTF Gothic BBB Pr6N";
  margin-bottom: 25px;
}

.palanDetail,
.caution {
  padding-bottom: 25px;
  font-size: 120%;
  font-family: "A-OTF Gothic BBB Pr6N";
}

.plan_note {
  font-size: 80%;
}

.point_title:before {
  content: '◆';
  font-size: 80%;
  color: #000;
}

.point_title {
  color: #988124;
  font-family: "A-OTF Futo Min A101 Pr6N";
  font-size: 150%;
  font-weight: bold;
}

.option_price {
  font-family: "pt-serif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 150%;
  margin: 20px 0;
}

.slides li img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


.slider01 {
  margin-bottom: 80px;
}

.slider01 .slides li {
  background-repeat: no-repeat;
  background-position: center top;
  height: 550px;
  width: 100%;
  background-size: cover !important;
}

.jpWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .jpWrap {
    flex-direction: column;
  }
}
.jpWrap .jpItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 31%;
}
@media screen and (max-width: 680px) {
  .jpWrap .jpItem {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.jpWrap .jpItem .jpItemImage {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.jpWrap .jpItem .jpItemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 680px) {
  .jpWrap .jpItem .jpItemImage img {
    object-position: top center;
  }
}
.jpWrap .jpItem .jpItemTitle {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.jpWrap .jpItem .jpItemTitle h4 {
  font-family: 'ヒラギノ明朝', serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.jpWrap .jpItem .jpItemTitle hr {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.jpWrap .jpItem .jpItemTitle p {
  font-family: 'Bodoni 72', serif;
  font-size: 36px;
  font-style: italic;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.jpWrap .jpItem .jpItemText {
  padding: 0 15px;
}
.jpWrap .jpItem .jpItemText ul {
  font-size: 16px;
  line-height: 1.8;
}
.jpWrap .jpItem .jpItemText ul li {
  position: relative;
  padding-left: 1.5em;
}
.jpWrap .jpItem .jpItemText ul li::before {
  content: '■';
  position: absolute;
  left: 0;
  top: .1em;
}


/*----------------------------------------------------
  ******bnrBOX******
----------------------------------------------------*/
#bnrBOX {
  clear: both;
}

#bnrBOX aside {
  box-sizing: border-box;
  padding: 100px 0;
  margin: 0 auto;
  width: 80%;
}

#bnrBOX aside ul {
  text-align: center;
}

#bnrBOX aside ul li a img {
  vertical-align: bottom;
}

#bnrBOX h2 {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal !important;
  font-style: italic;
  font-size: 300%;
  line-height: 1.0;
}

#bnrBOX .bnrft {
  text-align: center;
}

#bnrBOX .bnrft h1 {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal !important;
  font-style: italic;
  font-size: 250%;
}

#bnrBOX .bnrft ul {
  margin: 20px 0;
  overflow: hidden;
}

#bnrBOX .bnrft ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

#bnrBOX .bnrft p {
  font-size: 16px;
}

.reservation .red {
  font-size: inherit;
}

.bg-yellow {
  background: #FFFF99;
}

/*----------------------------------------------------
  ******UL LI******
----------------------------------------------------*/
.customerPhoto {
  /*background: #eee;*/
  margin: 30px auto 100px;
}

.customerPhoto ul li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 1px;
  line-height: 0 !important;
}

.customerPhoto .cpULPager {
  text-align: center;
}

.customerPhoto .cpULPager li {
  float: none !important;
  padding: 15px;
  background: #eee;
  display: inline-block;
  margin: 20px;
  width: auto;
}

.customerPhoto .cpULPager li.cr {
  color: #fff;
  background: #777;
}

.customerPhoto .cpULPager li:hover {
  background: #ccc;
  cursor: pointer;
}

/*customerPhoto*/
#otherLocaPlan {
  margin-bottom: 80px;
}

#otherLocaPlan h1,
#otherLocaPlan h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 280%;
  margin: 80px auto 60px;
  text-align: center;
}

#otherLocaPlan ul {
  text-align: center;
  width: 100%;
  margin-left: 100px;
}

#otherLocaPlan ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  margin: 0 0 15px 0;
  width: 320px;
}

#otherLocaPlan ul li img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

#otherLocaPlan ul li p.locaBnrTxt {
  color: #FFF;
  background: rgba(0, 0, 0, 1) none repeat 0 0;
  box-sizing: border-box;
  font-size: bold;
  padding: 5px 8px;
  text-align: left;
}

/*otherLocaPlan*/

#cautionNBox {
  clear: both;
  overflow: hidden;
  background: #FFECF1;
  margin: 30px auto;
  padding: 30px;
  width: 80%;
}


@media screen and (max-width: 1190px) {
  .slider01 .flex-direction-nav {
    display: none !important;
  }
}

@media screen and (max-width: 680px) {

  /*----------------------------------------------------
  ******DISPLAY******
----------------------------------------------------*/
  /*pc*/
  .pcBlock {
    display: none;
  }

  .pcInline {
    display: none;
  }

  .pcInlineBlock {
    display: none;
  }

  .pcTable {
    display: block;
  }

  .pcInlineBlock {
    display: none;
  }

  /*sp*/
  .spBlock {
    display: block;
  }

  .spInline {
    display: inline;
  }

  .spTable_block {
    display: table;
  }

  .spInlineBlock {
    display: inline-block;
  }

  /*----------------------------------------------------
  ******BOX******
----------------------------------------------------*/
  .w100percent-90percent {
    margin: 0 auto;
    width: 90%;
  }

  .w80percent-90percent {
    margin: 0 auto;
    width: 90%;
  }

  .w70percent-90percent {
    margin: 0 auto;
    width: 90%;
  }

  .w60percent-90percent {
    margin: 0 auto;
    width: 90%;
  }

  .w800-90percent {
    margin: 0 auto;
    width: 90%;
  }

  .w1000-90percent {
    margin: 0 auto;
    width: 90%;
  }

  /*----------------------------------------------------
  ******table******
----------------------------------------------------*/
  .formBox {
    margin-bottom: 50px;
  }

  caption {
    caption-side: bottom;
    font-size: 77%;
    padding: 5px;
    line-height: 1.4;
    text-align: left;
  }

  caption.capTop {
    caption-side: top;
  }

  label {
    cursor: pointer;
  }

  .subscribeBtn {
    text-align: center;
  }

  /*----------------------------------------------------
  ******MV******
----------------------------------------------------*/
  #mv {
    /*
  background-repeat: no-repeat;*/
    background-size: cover;
    background-position: center 25px;
    /*height: 60%;*/
    /*margin-bottom: 50px;*/
    margin: 0 0 0 0;
    padding-top: 0px;
  }

  #mv .mvPageFlex {
    width: 100%;
  }

  /*----------------------------------------------------
  ******TITLE******
----------------------------------------------------*/

  .pageTitleMess {
    font-size: 108%;
    text-align: center;
    margin-top: 25px !important;
  }

  .secTitle {
    padding: 40px 0 20px;
  }

  .secTitle .pageTitle {
    margin-bottom: 20px;
  }

  .secTitle h1,
  .secTitle .head1,
  .pageTitle .eg {
    font-size: 26px;
  }

  .secTitle .ja,
  .secTitle .rubi {
    font-size: 11px;
    font-weight: 500;
  }

  /*----------------------------------------------------
  ******plan******
----------------------------------------------------*/
  .plan article {
    margin-bottom: 60px;
  }

  .slider01 {
    width: 100%;
  }

  .plan_pagetitle {
    font-size: 300%;
    margin: 10px 0 !important;
    font-family: "cormorant-garamond", serif;
    font-style: normal;
    font-weight: 500;
  }

  .catTitle {
    font-size: 150%;
    margin-top: 30px;
  }

  .catTitle .catTitle .catSubtitle {
    font-size: 60%;
  }

  .catTitle .catTitle {
    font-size: 120%;
  }

  .catPrice {
    font-size: 140%;
    margin: 50px 0 !important;
  }

  .catPrice .zei {
    font-size: 40%;
  }

  .palanDetail {
    padding: 10px 0;
  }

  .descTitle {
    font-size: 80%;
  }

  .desc {
    font-size: 70%;
  }

  .detailDLBox {
    margin: 40px 0;
    width: 100%;
  }

  .detailDL {
    float: right;
    width: 100%;
    margin-left: 0;
  }

  .detailDL h2 {
    padding: 0;
    margin-bottom: 0px;
  }

  .detailDL .caution {
    font-size: 85%;
  }

  .detailDL ul {
    margin-bottom: 10px;
  }

  .detailDL ul li {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 8px;
  }

  .slides li img {
    height: 100% !important;
  }

  .planOption {
    margin-bottom: 50px;
  }


  /*----------------------------------------------------
  ******bnrBOX******
----------------------------------------------------*/
  #bnrBOX aside {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
    width: 90%;
  }

  #bnrBOX aside ul {
    text-align: center;
  }

  #bnrBOX aside ul li {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  /*----------------------------------------------------
  ******UL LI******
----------------------------------------------------*/
  .customerPhoto {
    background: #eee;
    margin: 0 auto 50px;
    width: 90%;
  }

  .customerPhoto ul li {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 1px;
    line-height: 0 !important;
  }

  .customerPhoto .cpULPager {}

  /*customerPhoto*/
  .setPlan {
    margin: 0 auto 100px;
    width: 90%;
  }

  .setPlanUL {
    padding: 10px;
  }

  .setPlanUL li {
    border: 5px solid #ccc;
    width: 100%;
  }

  .setPlanUL li .setImg {
    margin: 0 auto !important;
    width: 70%
  }

  .setPlanUL li h3 {
    margin-bottom: 5px;
    font-size: 93%;
  }

  .setPlanUL li .price {
    color: #998322;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
    font-size: 200%;
    font-weight: 900;
  }

  .setPlanUL li .zei {
    font-size: 50%;
  }

  #otherLocaPlan h1,
  #otherLocaPlan h2 {
    font-size: 180%;
    margin: 50px auto 35px !important;
  }

  #otherLocaPlan ul li {
    float: none;
    margin: 0 auto 25px;
    width: 300px;
  }

  #cautionNBox {
    margin: 10px auto;
    padding: 30px;
  }

  .resv {
    border: 2px solid #0000FF;
    padding: 0 10px;
    border-radius: 4px;
    margin: 5px;
    font-size: 120%;
  }
}
