@charset "UTF-8";
/*
概要: ピクセルをremに変換する関数。
引数: $pixel: 変換したいピクセル
利用法: @include pxToRem(24)
*/
/*for clearFix*/
.cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  content: "";
}

/* 追加 MacIE 5 と WinIE 7 向け */
.cf {
  display: inline-block;
}

/*MacIE \*/
* html .cf {
  height: 1em;
}

.cf {
  display: block;
}

/*
@mixin inner($innerPx:10%,$minW:1200px) {
    width: 100% - $innerPx*2;
    margin: 0 auto;
    min-width: $minW;
    max-width: pxToRem(1400);
}
*/
/*
@mixin innerSp($innerPx: 560){
    width: percentage($innerPx/640);
    max-width: inherit;
    margin: 0 auto;
}
*/
/*
@mixin title{
  font-size: pxToRem(30);
  text-align: center;
  font-weight: 500;
}
@mixin titleSpan{
  display: block;
  font-size: pxToRem(14);
}
@mixin titlesp{
  font-size: pxToRem(18);
  text-align: center;
  font-weight: 500;
}
@mixin titlespSpan{
  display: block;
  font-size: pxToRem(12);
}
@mixin title02{
  font-size: pxToRem(28);
  color: $base;
  font-weight: 500;
  border-bottom: 6px solid #EFEFEF;
  padding-bottom: pxToRem(15);
}
@mixin titlesp02{
  font-size: pxToRem(24);
  color: $base;
  font-weight: 500;
  border-bottom: 6px solid #EFEFEF;
  padding-bottom: pxToRem(15);
}
*/
/*
@mixin btnType02{
  background: $green;
  border: 2px solid $green;
  color: #fff;
  text-align: center;
  font-size: pxToRem(14);
  font-weight: 500;
  padding: pxToRem(16) pxToRem(15);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
*/
/*
@media screen and (max-width:768px){
  @function get_vw($size, $viewport:768){
    $rate: 100 / $viewport;
    @return $rate * $size * 1vw;
  }

  @mixin fz_vw($font_size:10){
    font-size: $font_size * 1px;
    font-size: get_vw($font_size);
  }
}
*/
.event {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   eventContents

  ***********************************************************/
}
.event .mainv {
  width: 100%;
  height: 300px;
  background: #88c7cc;
  background: -moz-linear-gradient(90deg, #88c7cc 0%, #88c7cc 50%, #b4d9dd 51%, #b4d9dd 100%);
  background: -webkit-linear-gradient(90deg, #88c7cc 0%, #88c7cc 50%, #b4d9dd 51%, #b4d9dd 100%);
  background: linear-gradient(90deg, #88c7cc 0%, #88c7cc 50%, #b4d9dd 51%, #b4d9dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88c7cc",endColorstr="#b4d9dd",GradientType=1);
  position: relative;
    /*
    background: url(../img/event/mainv_bg.png) center bottom no-repeat;
    background-size: auto 300px;
    //padding-bottom: pxToRem(50);
    position: relative;
    &::before{
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 300px;

      background: rgb(136,199,204);
      background: -moz-linear-gradient(90deg, rgba(136,199,204,1) 0%, rgba(180,217,221,1) 100%);
      background: -webkit-linear-gradient(90deg, rgba(136,199,204,1) 0%, rgba(180,217,221,1) 100%);
      background: linear-gradient(90deg, rgba(136,199,204,1) 0%, rgba(180,217,221,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88c7cc",endColorstr="#b4d9dd",GradientType=1);
    }
    */
}
.event .mainv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background: url(../img/event/mainv_bg.png) center bottom no-repeat;
  background-size: auto 300px;
}
.event .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.event .mainv__Title {
  height: 300px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event .mainv__Title h2 {
  text-align: center;
  color: #4D4D4D;
  font-size: 4.5rem;
  line-height: 6.2rem;
  font-weight: 700;
  padding: 1.5rem 0 0rem 0;
}
.event .mainv__Title p {
  text-align: center;
  color: #4D4D4D;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 1rem 0.6rem 1.2rem 0.6rem;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
.event .eventContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.event .eventContents .block01 {
  background: #5c7886;
  padding: 5rem 0 3.2rem 0;
}
.event .eventContents .block01__Box {
  background: #ffffff;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.event .eventContents .block01__Box p {
  text-align: center;
  color: #4D4D4D;
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 400;
  padding: 3.4rem 0;
}
.event .eventContents .block01__Box--Img01 {
  position: absolute;
  width: 37.3%;
  max-width: 28rem;
  left: -14.6%;
  top: 18.5%;
}
.event .eventContents .block01__Box--Img02 {
  position: absolute;
  width: 37.3%;
  max-width: 28rem;
  right: -14.6%;
  top: -12.1%;
}
.event .eventContents .block01__Btn {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 5rem 0 2.5rem 0;
}
.event .eventContents .block01__Btn a {
  display: block;
  border-radius: 0.8rem;
  background: #c69c31;
  background: -moz-linear-gradient(-45deg, #c69c31 0%, #c69c31 50%, #d6ae3c 50%, #d6ae3c 100%);
  background: -webkit-linear-gradient(-45deg, #c69c31 0%, #c69c31 50%, #d6ae3c 50%, #d6ae3c 100%);
  background: linear-gradient(-45deg, #c69c31 0%, #c69c31 50%, #d6ae3c 50%, #d6ae3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c69c31",endColorstr="#d6ae3c",GradientType=1);
  text-align: center;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: 500;
  padding: 2.5rem 0 2.5rem 0;
  letter-spacing: 0.05em;
}
.event .eventContents .block01__Btn a span {
  display: block;
  font-size: 1.9rem;
  line-height: 2.2rem;
}
.event .eventContents .block01__Text {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.event .eventContents .block02 {
  background: #c2ccd2;
  padding-bottom: 5rem;
}
.event .eventContents .block02 h3 {
  text-align: center;
  color: #5c7886;
  font-size: 3.1rem;
  line-height: 3.8rem;
  font-weight: 700;
  padding: 5rem 0;
}
.event .eventContents .block02__Contents--Box .boxContents {
  border-radius: 1.2rem;
  background: #ffffff;
  padding: 2.5rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
.event .eventContents .block02__Contents--Box .boxContents__Img {
  width: 15.5%;
}
.event .eventContents .block02__Contents--Box .boxContents__Text {
  width: 62.2%;
  margin-left: 2.7%;
}
.event .eventContents .block02__Contents--Box .boxContents__Text h4 {
  text-align: center;
  color: #4D4D4D;
  font-size: 3.1rem;
  line-height: 3.8rem;
  font-weight: 700;
  padding-bottom: 0.6rem;
}
.event .eventContents .block02__Contents--Box .boxContents__Text p {
  text-align: center;
  color: #4D4D4D;
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.event .eventContents .block02__Contents--Box .arrowArea {
  padding: 3rem 0;
  position: relative;
}
.event .eventContents .block02__Contents--Box .arrowArea img {
  width: 3.7%;
  margin: 0 auto;
}
.event .eventContents .block02__Contents--Box .arrowArea p {
  color: #4D4D4D;
  position: absolute;
  top: 33.3%;
  left: 54.8%;
  font-size: 2.3rem;
  line-height: 110%;
  font-weight: 500;
}
.event .eventContents .block03 {
  padding: 5rem 0 8rem 0;
}
.event .eventContents .block03 .eventBox {
  margin-top: 3rem;
  border: 1px solid #808080;
}
.event .eventContents .block03 .eventBoxInner {
  padding: 4.5rem 0;
  width: 89%;
  margin: 0 auto;
}
.event .eventContents .block03 .eventBox h3 {
  color: #4D4D4D;
  font-size: 3.1rem;
  font-weight: 700;
  display: flex;
}
.event .eventContents .block03 .eventBox h3 span {
  font-size: 2rem;
  color: #ffffff;
  background: #c69c31;
  padding: 0;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  width: 18%;
  display: flex;
  height: 4.2rem;
  justify-content: center;
  align-items: center;
}
.event .eventContents .block03 .eventBox h3 p {
  width: 81%;
  line-height: 1.7;
}
.event .eventContents .block03 .eventBox__Info {
  padding: 3.8rem 0;
}
.event .eventContents .block03 .eventBox__Info dl {
  display: flex;
  flex-wrap: wrap;
}
.event .eventContents .block03 .eventBox__Info dl dt {
  width: 20%;
  font-size: 1.8rem;
  color: #999999;
  font-weight: 500;
  letter-spacing: 0.0em;
  padding: 0.4rem 0;
}
.event .eventContents .block03 .eventBox__Info dl dd {
  width: 80%;
  font-size: 1.8rem;
  color: #4D4D4D;
  font-weight: 500;
}
.event .eventContents .block03 .eventBox__Info dl dd a {
  color: #5c7886;
  text-decoration: underline;
}
.event .eventContents .block03 .eventBox__Info dl dd a:hover {
  text-decoration: none;
}
.event .eventContents .block03 .eventBox__Detail {
  border-top: 1px solid #808080;
  padding: 5rem 0 4rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}
.event .eventContents .block03 .eventBox__Detail--Img {
  width: 26.9%;
}
.event .eventContents .block03 .eventBox__Detail--Text {
  width: 67.4%;
}
.event .eventContents .block03 .eventBox__Detail--Text p {
  font-size: 1.8rem;
  line-height: 3.3rem;
}
.event .eventContents .block03 .eventBox__Btn {
  width: 52.1%;
  margin: 0 auto;
}
.event .eventContents .block03 .eventBox__Btn a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 2.8rem;
  padding: 1.4rem 0;
  font-weight: 700;
  background: url(../img/event/arrow.svg) 91.2% 25px no-repeat #f15a24;
  background-size: 1rem 2rem;
  border-radius: 0.8rem;
}
/* 20221216 --eventList */
.event .eventContents .block03 h2{
  text-align: center;
  color: #4D4D4D;
  font-size: 3.1rem;
  line-height: 3.8rem;
  font-weight: 700;
  padding: 0rem 0 3.5rem;
}
.event .eventContents .block03 #eventList{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 7rem;
}
.event .eventContents .block03 #eventList a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  height: 5.4rem;
  border-bottom: 1px dotted #808080;
}
.event .eventContents .block03 #eventList a:first-of-type{
  border-top: 1px dotted #808080;
}
.event .eventContents .block03 #eventList a .listLeft{
  width: 18%;
  max-width: 11.2rem;
  font-size: 1.6rem;
}
.event .eventContents .block03 #eventList a .listLeft p{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.9rem;
  width: 12.8rem;
  color: #fff;
  font-weight: bold;
  margin-left: 1.6rem;
}
.event .eventContents .block03 #eventList a .listLeft p.accepting,
.event .eventContents .block03 .eventBox h3 span.accepting{
  background: #c69c31;
}
.event .eventContents .block03 #eventList a .listLeft p.waiting,
.event .eventContents .block03 .eventBox h3 span.waiting{
  background: #5C7886;
}
.event .eventContents .block03 #eventList a .listLeft p.finished,
.event .eventContents .block03 .eventBox h3 span.finished{
  background: #999999;
}
.event .eventContents .block03 #eventList a .listLeft p.reservation,
.event .eventContents .block03 .eventBox h3 span.reservation{
  background: #f7734b;
}
.event .eventContents .block03 #eventList a .listRight{
  width: 80%;
  max-width: 68rem;
  font-weight: 400;
  color: #4D4D4D;
}
.event .eventContents .block03 #eventList a .listRight p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event .eventContents .block03 #eventList .noevent{
  background: #F2F2F2;
  height: 11rem;
  width: 100%;
  max-width: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 0 auto;
  font-weight: 500;
  color: #4D4D4D;
}

@media screen and (max-width: 47.9375em) {
  .event {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   eventContents

    	  ***********************************************************/
  }
  .event .mainv {
    width: 100%;
    height: 150px;
    background: #88c7cc;
    background: -moz-linear-gradient(90deg, #88c7cc 0%, #88c7cc 50%, #b4d9dd 51%, #b4d9dd 100%);
    background: -webkit-linear-gradient(90deg, #88c7cc 0%, #88c7cc 50%, #b4d9dd 51%, #b4d9dd 100%);
    background: linear-gradient(90deg, #88c7cc 0%, #88c7cc 50%, #b4d9dd 51%, #b4d9dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88c7cc",endColorstr="#b4d9dd",GradientType=1);
    position: relative;
  }
  .event .mainv::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background: url(../img/event/mainv_sp.png) center bottom no-repeat;
    background-size: auto 150px;
  }
  .event .mainv .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .event .mainv__Title {
    height: 150px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .event .mainv__Title h2 {
    text-align: center;
    color: #4D4D4D;
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 700;
    padding: 0.8rem 0 0rem 0;
  }
  .event .mainv__Title p {
    text-align: center;
    color: #4D4D4D;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 0.5rem 0.3rem 0.5rem 0.3rem;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
  }
  .event .eventContents .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .event .eventContents .block01 {
    background: #5c7886;
    padding: 10.3rem 0 4rem 0;
  }
  .event .eventContents .block01__Box {
    background: #ffffff;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .event .eventContents .block01__Box p {
    text-align: center;
    color: #4D4D4D;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    padding: 4.6rem 1.5rem 2rem 1.5rem;
  }
  .event .eventContents .block01__Box--Img01 {
    position: absolute;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    left: 0;
    top: -100px;
  }
  .event .eventContents .block01__Box--Img01 img {
    max-width: 33.6rem;
    margin: 0 auto;
  }
  .event .eventContents .block01__Btn {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 2.5rem 0 1.3rem 0;
  }
  .event .eventContents .block01__Btn a {
    display: block;
    border-radius: 0.8rem;
    background: #c69c31;
    background: -moz-linear-gradient(-45deg, #c69c31 0%, #c69c31 50%, #d6ae3c 50%, #d6ae3c 100%);
    background: -webkit-linear-gradient(-45deg, #c69c31 0%, #c69c31 50%, #d6ae3c 50%, #d6ae3c 100%);
    background: linear-gradient(-45deg, #c69c31 0%, #c69c31 50%, #d6ae3c 50%, #d6ae3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c69c31",endColorstr="#d6ae3c",GradientType=1);
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 500;
    padding: 1.5rem 0 1.5rem 0;
    letter-spacing: -0.05em;
  }
  .event .eventContents .block01__Btn a span {
    display: block;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .event .eventContents .block01__Text {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: -0.09em;
  }
  .event .eventContents .block01__Text span {
    letter-spacing: 0.1em;
  }
  .event .eventContents .block02 {
    background: #c2ccd2;
    padding-bottom: 2.5rem;
  }
  .event .eventContents .block02 .inner {
    width: 93.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .event .eventContents .block02 h3 {
    text-align: center;
    color: #5c7886;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 600;
    padding: 4rem 0 2rem 0;
  }
  .event .eventContents .block02__Contents--Box .boxContents {
    border-radius: 0.6rem;
    background: #ffffff;
    padding: 1.5rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  .event .eventContents .block02__Contents--Box .boxContents__Img {
    width: 22.7%;
  }
  .event .eventContents .block02__Contents--Box .boxContents__Img.image02 img {
    width: 82.5%;
    margin: 0 auto;
  }
  .event .eventContents .block02__Contents--Box .boxContents__Img.image03 img {
    width: 81.25%;
    margin: 0 5% 0 auto;
  }
  .event .eventContents .block02__Contents--Box .boxContents__Text {
    width: 61.2%;
    margin-left: 4.46%;
  }
  .event .eventContents .block02__Contents--Box .boxContents__Text h4 {
    text-align: center;
    color: #4D4D4D;
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: 500;
  }
  .event .eventContents .block02__Contents--Box .boxContents__Text p {
    text-align: center;
    color: #4D4D4D;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 300;
  }
  .event .eventContents .block02__Contents--Box .arrowArea {
    padding: 1.5rem 0;
    position: relative;
  }
  .event .eventContents .block02__Contents--Box .arrowArea img {
    width: 1.7rem;
    margin: 0 auto;
  }
  .event .eventContents .block02__Contents--Box .arrowArea p {
    position: absolute;
    top: 33.3%;
    left: 54.8%;
    font-size: 1.1rem;
    line-height: 110%;
    font-weight: 500;
  }
  .event .eventContents .block03 {
    padding: 0.8rem 0 2.4rem 0;
  }
  .event .eventContents .block03 .eventBox {
    margin-top: 1.5rem;
    border: 1px solid #808080;
  }
  .event .eventContents .block03 .eventBoxInner {
    padding: 2rem 0;
    width: 92.8%;
    margin: 0 auto;
  }
  .event .eventContents .block03 .eventBox h3 {
    font-size: 1.25rem;
    line-height: 1.7rem;
    font-weight: 500;
    line-height: -0.1em;
  }
  .event .eventContents .block03 .eventBox h3 span {
    font-size: 2.3vw;
    color: #ffffff;
    background: #c69c31;
    padding: 0;
    margin-right: 0.6rem;
    margin-top: 0.5vw;
    width: 21vw;
    height: 4.9vw;
    font-weight: bold;
  }
  .event .eventContents .block03 .eventBox__Info {
    padding: 1.5rem 0;
  }
  .event .eventContents .block03 .eventBox__Info dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    padding: 0.2rem 0;
  }
  .event .eventContents .block03 .eventBox__Info dl dt {
    width: 20%;
    font-size: 1rem;
    color: #999999;
    font-weight: 500;
    letter-spacing: 0.0em;
    padding: 0;
  }
  .event .eventContents .block03 .eventBox__Info dl dd {
    width: 75%;
    font-size: 1rem;
    color: #4D4D4D;
    font-weight: 500;
    padding: 0;
  }
  .event .eventContents .block03 .eventBox__Info dl dd a {
    color: #5c7886;
  }
  .event .eventContents .block03 .eventBox__Detail {
    border-top: 1px solid #808080;
    padding: 1rem 0 1rem 0;
    display: block;
  }
  .event .eventContents .block03 .eventBox__Detail--Img {
    width: auto;
  }
  .event .eventContents .block03 .eventBox__Detail--Text {
    width: auto;
    padding-top: 1rem;
  }
  .event .eventContents .block03 .eventBox__Detail--Text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .event .eventContents .block03 .eventBox__Btn {
    width: 65.3%;
    margin: 0 auto;
    padding-top: 1.5rem;
  }
  .event .eventContents .block03 .eventBox__Btn a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    padding: 1.4rem 0;
    font-weight: 500;
    background: url(../img/event/arrow.svg) 91.5% 50% no-repeat #f15a24;
    background-size: 0.6rem 1rem;
    border-radius: 0.6rem;
  }
  /* 20221216 --eventList */
  .event .eventContents .block03 h2{
    font-size: 4.5vw;
    line-height: 3.8rem;
    padding: 5vw 0 3.5vw;
  }
  .event .eventContents .block03 #eventList{
    max-width: 80rem;
    margin: 0 auto 6.8vw;
  }
  .event .eventContents .block03 #eventList a{
    font-size: 2.8vw;
    height: 11vw;
  }
  .event .eventContents .block03 #eventList a .listLeft{
    width: 18%;
    max-width: 11.2rem;
    font-size: 2.3vw;
  }
  .event .eventContents .block03 #eventList a .listLeft p{
    height: 4.9vw;
    width: 18.5vw;
    margin-left: 1.6vw;
  }
  .event .eventContents .block03 #eventList a .listRight{
    width: 77%;
    max-width: 68rem;
  }
  .event .eventContents .block03 #eventList a .listRight p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event .eventContents .block03 #eventList .noevent{
    height: 15vw;
    max-width: 80rem;
    font-size: 2.8vw;
  }
}
.suite-room {
  background: url(../img/footer_illust.png) center bottom no-repeat #e1e3df;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   suite-roomContents

  ***********************************************************/
}
.suite-room .mainv {
  width: 100%;
  height: 300px;
  background: url(../img/suite-room/mainv.png) center top no-repeat;
  background-size: cover;
  position: relative;
}
.suite-room .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.suite-room .mainv__Title {
  height: 300px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.suite-room .mainv__Title h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 6.2rem;
  font-weight: 700;
  padding: 1.5rem 0 0rem 0;
}
.suite-room .mainv__Title p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  padding: 1rem 0.6rem 1.2rem 0.6rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.suite-room .mainv__eng {
  width: 37.1%;
  position: absolute;
  top: 209px;
  left: 59.0%;
}
.suite-room .suite-roomContents {
  background: url(../img/suite-room/blockBg.svg) left top no-repeat #e1e3df;
  background-size: 100% auto;
  padding: 5rem 0 0 0;
}
.suite-room .suite-roomContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.suite-room .suite-roomContents .block01 {
  padding: 0 0 5rem 0;
}
.suite-room .suite-roomContents .block01__Box {
  position: relative;
}
.suite-room .suite-roomContents .block01__Box--Text {
  /*
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  */
  position: absolute;
  z-index: 1;
  top: 14.8%;
  right: 0;
  width: 56.8%;
}
.suite-room .suite-roomContents .block01__Box--Text p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: left;
  color: #4D4D4D;
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 500;
  padding: 2.4rem 0;
  width: 87%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
.suite-room .suite-roomContents .block01__Box--Text::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #c78a03;
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.suite-room .suite-roomContents .block01__Box--Text::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.suite-room .suite-roomContents .block01__Box--Img {
  width: 61.7%;
}
.suite-room .suite-roomContents .block01__Btn {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 5rem 0 2.5rem 0;
}
.suite-room .suite-roomContents .block01__Btn a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  /*
  background: rgb(198,156,49);
  background: -moz-linear-gradient(-45deg, rgba(198,156,49,1) 0%, rgba(198,156,49,1) 50%, rgba(214,174,60,1) 50%, rgba(214,174,60,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(198,156,49,1) 0%, rgba(198,156,49,1) 50%, rgba(214,174,60,1) 50%, rgba(214,174,60,1) 100%);
  background: linear-gradient(-45deg, rgba(198,156,49,1) 0%, rgba(198,156,49,1) 50%, rgba(214,174,60,1) 50%, rgba(214,174,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c69c31",endColorstr="#d6ae3c",GradientType=1);
  */
  background: #c78a03;
  background: -moz-linear-gradient(-45deg, #c78a03 0%, #c78a03 50%, #d3a142 50%, #d3a142 100%);
  background: -webkit-linear-gradient(-45deg, #c78a03 0%, #c78a03 50%, #d3a142 50%, #d3a142 100%);
  background: linear-gradient(-45deg, #c78a03 0%, #c78a03 50%, #d3a142 50%, #d3a142 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c78a03",endColorstr="#d3a142",GradientType=1);
  text-align: center;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: 700;
  padding: 2.5rem 0 2.5rem 0;
}
.suite-room .suite-roomContents .block01__Btn a span {
  display: block;
  font-size: 1.9rem;
  line-height: 2.2rem;
}
.suite-room .suite-roomContents .block01__Text {
  width: 71%;
  margin: 0 auto;
  color: #4D4D4D;
  font-size: 1.2rem;
  line-height: 2.1rem;
  letter-spacing: -0.08em;
}
.suite-room .suite-roomContents .block01__Text span {
  letter-spacing: 0.04em;
}
.suite-room .suite-roomContents .block02 .inner {
  border-top: 1px solid #4D4D4D;
  padding: 8rem 0;
}
.suite-room .suite-roomContents .block02 h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  color: #617f74;
  font-size: 3.1rem;
  line-height: 3.3rem;
  font-weight: 500;
  padding: 0 0 5rem 0;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle {
  border-bottom: 1px solid #e1e3df;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dt {
  background: #617f74;
  color: #ffffff;
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center !important;
  padding: 1.3rem 0;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dt::after {
  content: "";
  display: block;
  background: url("../img/suite-room/arrow_open.svg") no-repeat;
  background-size: 1.7rem auto;
  width: 1.7rem;
  height: 1.5rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  transform: translateY(-20%);
  right: 3.2%;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dt.open::after {
  background: url("../img/suite-room/arrow_close.svg") no-repeat;
  background-size: 1.7rem auto;
  width: 1.7rem;
  height: 1.5rem;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dd {
  padding: 0rem;
  color: #808080;
  background: #ffffff;
  position: relative;
  width: 100%;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dd p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  border-bottom: 1px solid #e1e3df;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dd p a {
  text-decoration: none;
  color: #4D4D4D;
  display: inline-block;
  position: relative;
  padding: 1.6rem 0;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle:last-of-type {
  border-bottom: none;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion {
  border-bottom: 1px solid #ffffff;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionTitle {
  background: #d1d1d2;
  color: #808080;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 300;
  text-align: center !important;
  padding: 1.3rem 0;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionTitle::after {
  content: "";
  display: block;
  background: url("../img/suite-room/arrow02_open.svg") no-repeat;
  background-size: 1.7rem auto;
  width: 1.7rem;
  height: 1.5rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  transform: translateY(-20%);
  right: 3.2%;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionTitle.open::after {
  background: url("../img/suite-room/arrow02_close.svg") no-repeat;
  background-size: 1.7rem auto;
  width: 1.7rem;
  height: 1.5rem;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionSingle {
  padding: 0rem;
  color: #808080;
  background: #ffffff;
  position: relative;
  width: 100%;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionSingle p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  border-bottom: 1px solid #e1e3df;
}
.suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionSingle p a {
  text-decoration: none;
  color: #4D4D4D;
  display: inline-block;
  position: relative;
  padding: 1.6rem 0;
}

@media screen and (max-width: 47.9375em) {
  .head_wrap.fixed {
    height: 66px;
  }

  .suite-room {
    background: url(../img/footer_illust.png) center bottom no-repeat #e1e3df;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	/***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   suite-roomContents

    	  ***********************************************************/
  }
  .suite-room .mainv {
    width: 100%;
    height: 150px;
    background: url(../img/suite-room/mainv.png) center top no-repeat;
    background-size: cover;
    position: relative;
  }
  .suite-room .mainv .inner {
    width: 82%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .suite-room .mainv__Title {
    height: 150px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .suite-room .mainv__Title h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 700 !important;
    padding: 1.5rem 0 0rem 0;
  }
  .suite-room .mainv__Title p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 700 !important;
    padding: 0.8rem 0.3rem 0.6rem 0.3rem;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    letter-spacing: -0.025em;
  }
  .suite-room .mainv__eng {
    width: 17rem;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -3.3rem;
    right: -2.9%;
  }
  .suite-room .suite-roomContents {
    background: url(../img/suite-room/blockBg_sp.svg) left top no-repeat #e1e3df;
    background-size: 100% auto;
    padding: 0rem 0 0 0;
    margin: -0.1rem 0 0 0;
  }
  .suite-room .suite-roomContents .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .suite-room .suite-roomContents .block01 {
    padding: 4.3rem 0 2.5rem 0;
  }
  .suite-room .suite-roomContents .block01__Box {
    position: static;
  }
  .suite-room .suite-roomContents .block01__Box--Text {
    	/*
      position: absolute;
      z-index: 1;
      top: 14.8%;
      right: 0;
      width: 56.8%; //520px
      */
    top: -15px;
    right: 5px;
    position: relative;
    width: 93.75%;
    display: block;
    margin: 0 0 0 auto;
  }
  .suite-room .suite-roomContents .block01__Box--Text p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: left;
    color: #4D4D4D;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 700 !important;
    padding: 1.1rem 0;
    width: 90%;
    margin: 0 auto;
    z-index: 5;
    position: relative;
  }
  .suite-room .suite-roomContents .block01__Box--Text::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #c78a03;
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
  }
  .suite-room .suite-roomContents .block01__Box--Text::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .suite-room .suite-roomContents .block01__Box--Img {
    width: 84%;
  }
  .suite-room .suite-roomContents .block01__Btn {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding: 1.6rem 0 1.5rem 0;
  }
  .suite-room .suite-roomContents .block01__Btn a {
    display: block;
    background: #c78a03;
    background: -moz-linear-gradient(-45deg, #c78a03 0%, #c78a03 50%, #d3a142 50%, #d3a142 100%);
    background: -webkit-linear-gradient(-45deg, #c78a03 0%, #c78a03 50%, #d3a142 50%, #d3a142 100%);
    background: linear-gradient(-45deg, #c78a03 0%, #c78a03 50%, #d3a142 50%, #d3a142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c78a03",endColorstr="#d3a142",GradientType=1);
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700 !important;
    padding: 1.5rem 0 1.5rem 0;
    letter-spacing: 0;
  }
  .suite-room .suite-roomContents .block01__Btn a span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .suite-room .suite-roomContents .block01__Text {
    width: auto;
    margin: 0 auto;
    color: #4D4D4D;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.01em;
  }
  .suite-room .suite-roomContents .block01__Text span {
    letter-spacing: 0.04em;
  }
  .suite-room .suite-roomContents .block02 {
    background: #e1e3df;
  }
  .suite-room .suite-roomContents .block02 .inner {
    border-top: 1px solid #4D4D4D;
    padding: 4.5rem 0 3.5rem 0;
  }
  .suite-room .suite-roomContents .block02 h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    color: #617f74;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 900 !important;
    padding: 0 0 2rem 0;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle {
    border-bottom: 1px solid #e1e3df;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dt {
    background: #617f74;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: 300;
    text-align: center !important;
    padding: 1.3rem 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dt::after {
    content: "";
    display: block;
    background: url("../img/suite-room/arrow_open.svg") no-repeat;
    background-size: 0.85rem 0.85rem;
    width: 0.85rem;
    height: 0.85rem;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transform: translateY(-20%);
    right: 3.2%;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dt.open::after {
    background: url("../img/suite-room/arrow_close.svg") no-repeat;
    background-size: 0.85rem 0.85rem;
    width: 0.85rem;
    height: 0.85rem;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dd {
    padding: 0rem;
    color: #808080;
    background: #ffffff;
    position: relative;
    width: 100%;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dd p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #e1e3df;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle dl dd p a {
    text-decoration: none;
    color: #4D4D4D;
    display: inline-block;
    position: relative;
    padding: 0.9rem 0;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle:last-of-type {
    border-bottom: none;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion {
    border-bottom: 1px solid #ffffff;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionTitle {
    background: #d1d1d2;
    color: #808080;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 300;
    text-align: center !important;
    padding: 1rem 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionTitle::after {
    content: "";
    display: block;
    background: url("../img/suite-room/arrow02_open.svg") no-repeat;
    background-size: 0.85rem 0.85rem;
    width: 0.85rem;
    height: 0.75rem;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transform: translateY(-20%);
    right: 3.2%;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionTitle.open::after {
    background: url("../img/suite-room/arrow02_close.svg") no-repeat;
    background-size: 0.85rem 0.85rem;
    width: 0.85rem;
    height: 0.75rem;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionSingle {
    padding: 0rem;
    color: #808080;
    background: #ffffff;
    position: relative;
    width: 100%;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionSingle p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #e1e3df;
  }
  .suite-room .suite-roomContents .block02__Contents .suite-roomSingle .suite-roomAcordion .acordionSingle p a {
    text-decoration: none;
    color: #4D4D4D;
    display: inline-block;
    position: relative;
    padding: 0.9rem 0;
  }
}
.coution {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   coutionContents

  ***********************************************************/
}
.coution .mainv {
  width: 100%;
  height: 210px;
}
.coution .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.coution .mainv__Title {
  height: 210px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coution .mainv__Title h2 {
  text-align: center;
  color: #4D4D4D;
  font-size: 4rem;
  line-height: 5.6rem;
  font-weight: 600;
  padding: 1.5rem 0 0rem 0;
}
.coution .mainv__Title p {
  text-align: center;
  color: #4D4D4D;
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-weight: 500;
  padding: 1rem 0.6rem 1.2rem 0.6rem;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
.coution .coutionContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.coution .coutionContents__Box {
  width: 91.8%;
  margin: 0 auto;
  border: 1px solid #cccccc;
  background: #f2f2f2;
  padding: 4.5rem 0;
}
.coution .coutionContents__Box--Inner {
  width: 85.7%;
  margin: 0 auto;
}
.coution .coutionContents__Box h2 {
  font-size: 2.5rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #335c42;
  padding-bottom: 3.5rem;
}
.coution .coutionContents__Box ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.coution .coutionContents__Box ol li {
  color: #4D4D4D;
  font-size: 1.7rem;
  line-height: 3.5rem;
  letter-spacing: 0;
  text-indent: -1.1em;
  padding-left: 1.1em;
  padding: 0.2rem 0 0.2rem 1.1em;
  font-weight: 400;
}
.coution .coutionContents__Box ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: .5em;
}
.coution .coutionContents__Btn {
  width: 100%;
  max-width: 446px;
  margin: 8rem auto 5rem auto;
}
.coution .coutionContents__Btn a {
  display: block;
  border: 1px solid #4D4D4D;
  background: #ffffff;
  color: #4D4D4D;
  font-size: 2.5rem;
  line-height: 3.1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.6rem;
  padding: 3.65rem 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 47.9375em) {
  .coution {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   coutionContents

    	  ***********************************************************/
  }
  .coution .mainv {
    width: 100%;
    height: 150px;
  }
  .coution .mainv .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .coution .mainv__Title {
    height: 150px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .coution .mainv__Title h2 {
    text-align: center;
    color: #4D4D4D;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 700;
    padding: 1rem 0 0rem 0;
  }
  .coution .mainv__Title p {
    text-align: center;
    color: #4D4D4D;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    padding: 0.8rem 0.3rem 0.8rem 0.3rem;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
  }
  .coution .coutionContents .inner {
    width: auto;
    max-width: initial;
    margin: 0 auto;
  }
  .coution .coutionContents__Box {
    width: 93.3%;
    margin: 0 auto;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    padding: 2rem 0;
  }
  .coution .coutionContents__Box--Inner {
    width: 85.7%;
    margin: 0 auto;
  }
  .coution .coutionContents__Box h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #335c42;
    padding-bottom: 1.2rem;
  }
  .coution .coutionContents__Box ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
  }
  .coution .coutionContents__Box ol li {
    color: #4D4D4D;
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: 0;
    text-indent: -1.6em;
    padding-left: 1.6em;
    padding: 0.2rem 0 0.3rem 1.1em;
    font-weight: 400;
  }
  .coution .coutionContents__Box ol li::before {
    counter-increment: item;
    content: counter(item) ".";
    /* 以下は自由に装飾... */
    padding-right: .6em;
  }
  .coution .coutionContents__Btn {
    width: 56.6%;
    margin: 0 auto;
    max-width: initial;
    margin: 3rem auto 1.5rem auto;
  }
  .coution .coutionContents__Btn a {
    display: block;
    border: 1px solid #4D4D4D;
    background: #ffffff;
    color: #4D4D4D;
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 500;
    text-align: center;
    border-radius: 0.6rem;
    padding: 1.3rem 0 1.5rem 0;
  }
}
.input-screen {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   input-screenContents

  ***********************************************************/
}
.input-screen .mainv {
  width: 100%;
  background: #e6e6e6;
  width: 100%;
  max-width: 600px;
  margin: 4rem auto 0 auto;
}
.input-screen .mainv .inner {
  position: relative;
  padding: 3.5rem 0 4rem 0;
}
.input-screen .mainv h2 {
  font-size: 1.8rem;
  line-height: 3.9rem;
  color: #4D4D4D;
  text-align: center;
  font-weight: 500;
  padding-bottom: 2.4rem;
}
.input-screen .mainv h2 span {
  font-size: 2.5rem;
  font-weight: 700;
}
.input-screen .mainv__Card {
  width: 60.6%;
  margin: 0 auto;
}
.input-screen .input-screenContents {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 5rem 0 6rem 0;
}
.input-screen .input-screenContents .contactArea {
  border-bottom: 1px solid #969696;
  margin-bottom: 4.8rem;
}
.input-screen .input-screenContents .contactBox {
  border-top: 1px solid #969696;
  padding: 4.8rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.input-screen .input-screenContents .contactBox .contactMenu {
  width: 13.8%;
  margin-top: 0.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.input-screen .input-screenContents .contactBox .contactMenu p {
  text-align: left;
}
.input-screen .input-screenContents .contactBox .contactMenu .menu {
  width: auto;
}
.input-screen .input-screenContents .contactBox .contactMenu .menu p {
  color: #4D4D4D;
  font-size: 1.8rem;
  font-weight: 700;
}
.input-screen .input-screenContents .contactBox .contactForm {
  width: 85.4%;
}
.input-screen .input-screenContents .contactBox .contactForm .bottomtext {
  color: #4D4D4D;
  font-size: 1.5rem;
  line-height: 3rem;
  padding-top: 0.6rem;
}
.input-screen .input-screenContents .contactBox .contactForm select {
  font-size: 1.5rem;
  color: #4D4D4D;
}
.input-screen .input-screenContents .contactBox .contactForm .selectBox01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-screen .input-screenContents .contactBox .contactForm .selectBox01 select {
  width: 100%;
  padding: 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  background: url(../img/contact/arrow.svg) 90% 50% no-repeat #f2f2f2;
  background-size: 15px 8px;
}
.input-screen .input-screenContents .contactBox .contactForm .selectBox02 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-screen .input-screenContents .contactBox .contactForm .selectBox02 select {
  width: 100%;
  padding: 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  background: url(../img/contact/arrow.svg) 97% 50% no-repeat #f2f2f2;
  background-size: 15px 8px;
}
.input-screen .input-screenContents .contactBox .contactForm .stayBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.input-screen .input-screenContents .contactBox .contactForm .stayBox__Single .selectBox01 {
  min-width: 100px;
  width: 16.2%;
}
.input-screen .input-screenContents .contactBox .contactForm .stayBox__Single p {
  font-size: 1.8rem;
  margin: 0 0.8rem;
  color: #4D4D4D;
}
.input-screen .input-screenContents .contactBox .contactForm input, .input-screen .input-screenContents .contactBox .contactForm textarea {
  color: #4D4D4D;
  font-size: 1.5rem;
}
.input-screen .input-screenContents .contactBox .contactForm input:placeholder-shown, .input-screen .input-screenContents .contactBox .contactForm textarea:placeholder-shown {
  color: #b3b3b3;
}
.input-screen .input-screenContents .contactBox .contactForm input::-webkit-input-placeholder, .input-screen .input-screenContents .contactBox .contactForm textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.input-screen .input-screenContents .contactBox .contactForm input:-ms-input-placeholder, .input-screen .input-screenContents .contactBox .contactForm textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.input-screen .input-screenContents .contactBox .contactForm input[type="text"], .input-screen .input-screenContents .contactBox .contactForm input[type="email"], .input-screen .input-screenContents .contactBox .contactForm textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  outline: 0;
}
.input-screen .input-screenContents .contactBox .contactForm input[type="text"], .input-screen .input-screenContents .contactBox .contactForm input[type="email"] {
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 12px 15px;
  transition: border-color ease .2s;
}
.input-screen .input-screenContents__Checkbox {
  text-align: center;
  margin-bottom: 8rem;
}
.input-screen .input-screenContents__Checkbox input[type=checkbox] {
  display: none;
}
.input-screen .input-screenContents__Checkbox label span {
  margin-left: 1rem;
}
.input-screen .input-screenContents__Checkbox .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 1.8rem;
  color: #4D4D4D;
}
.input-screen .input-screenContents__Checkbox .checkbox01 a {
  text-decoration: underline;
  color: #4D4D4D;
}
.input-screen .input-screenContents__Checkbox .checkbox01::before {
  background: #fff;
  border: 1px solid #969696;
  content: '';
  display: block;
  height: 25px;
  left: 5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.input-screen .input-screenContents__Checkbox .checkbox01::after {
  border-right: 4px solid #335c42;
  border-bottom: 4px solid #335c42;
  content: '';
  display: block;
  height: 15px;
  left: 12px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}
.input-screen .input-screenContents__Checkbox input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.input-screen .input-screenContents__Btn {
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
}
.input-screen .input-screenContents__Btn input {
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 0.6rem;
  border: 1px solid #4D4D4D;
  font-weight: 500;
  text-align: center;
  color: #4D4D4D;
  font-size: 2.5rem;
  padding: 3.35rem 0;
  letter-spacing: 0.1em;
}
.input-screen .input-screenContents__Btn input:hover {
  opacity: 0.75;
}
.input-screen .input-screenContents__Btn a {
  display: block;
  border-radius: 0.6rem;
  border: 1px solid #4D4D4D;
  font-weight: 500;
  text-align: center;
  color: #4D4D4D;
  font-size: 2.5rem;
  padding: 3.35rem 0;
  letter-spacing: 0.1em;
}
.input-screen .input-screenContents__Btn a:hover {
  opacity: 0.75;
}
.input-screen .mw_wp_form .error {
  margin-top: 1.5rem;
}
.input-screen .mw_wp_form .radioBtnBox .error {
  margin-left: 0.8rem;
}

@media screen and (max-width: 47.9375em) {
  .input-screen {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   input-screenContents

    	  ***********************************************************/
  }
  .input-screen .mainv {
    width: 100%;
    height: auto;
    background: #e6e6e6;
    width: 89.6%;
    max-width: initial;
    margin: 2rem auto 0 auto;
  }
  .input-screen .mainv .inner {
    width: 91.0%;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0 2rem 0;
  }
  .input-screen .mainv h2 {
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #4D4D4D;
    text-align: center;
    font-weight: 500;
    padding-bottom: 1.5rem;
  }
  .input-screen .mainv h2 span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .input-screen .mainv__Card {
    width: 66.6%;
    margin: 0 auto;
  }
  .input-screen .input-screenContents {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding: 3rem 0 3rem 0;
  }
  .input-screen .input-screenContents .contactArea {
    border-bottom: 1px solid #969696;
    margin-bottom: 4.8rem;
    width: 89.6%;
    max-width: initial;
    margin: 0 auto 2.4rem auto;
  }
  .input-screen .input-screenContents .contactBox {
    border-top: 1px solid #969696;
    padding: 0.8rem 0 1.8rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .input-screen .input-screenContents .contactBox .contactMenu {
    width: auto;
    margin-top: 0.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .input-screen .input-screenContents .contactBox .contactMenu p {
    text-align: left;
  }
  .input-screen .input-screenContents .contactBox .contactMenu .menu {
    width: auto;
    margin-bottom: 0.5rem;
  }
  .input-screen .input-screenContents .contactBox .contactMenu .menu p {
    font-size: 1.3rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
  .input-screen .input-screenContents .contactBox .contactForm {
    width: 100%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .bottomtext {
    font-size: 1rem;
    line-height: 1.8rem;
    padding-top: 0.6rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox {
    font-size: 1.3rem;
    margin-top: 0rem;
    /**
     * radio and checkbox
     */
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio + .md-radio {
    margin-top: 0.8rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio.md-radio-inline {
    display: inline-block;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio input[type=radio] {
    display: none !important;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .radioBtnBox input[type=radio] {
    display: none;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio input[type=radio]:checked + label:before {
    border-color: #969696;
    animation: ripple 0.2s linear forwards;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio input[type=radio]:checked + label:after {
    transform: scale(1);
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio label:before, .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio label:before {
    left: 0;
    top: 0;
    width: 12px;
    height: 20px;
    border: 1px solid #969696;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .md-radio label:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #335c42;
  }
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .mwform-checkbox-field input,
  .input-screen .input-screenContents .contactBox .contactForm .radioBtnBox .mwform-radio-field input {
    display: none !important;
    /* radioボタンが消えない */
  }
  .input-screen .input-screenContents .contactBox .contactForm select {
    font-size: 1.3rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm .selectBox01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .input-screen .input-screenContents .contactBox .contactForm .selectBox01 select {
    width: 100%;
    padding: 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    background: url(../img/contact/arrow.svg) 90% 50% no-repeat #f2f2f2;
    background-size: 10px 5px;
  }
  .input-screen .input-screenContents .contactBox .contactForm .stayBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .input-screen .input-screenContents .contactBox .contactForm .stayBox__Single {
    min-width: auto;
    width: 22%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .stayBox__Single .selectBox01 {
    min-width: auto;
    width: 100%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .stayBox__Single .selectBox01 select {
    width: 100%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .stayBox__Single.text {
    min-width: auto;
    width: auto;
  }
  .input-screen .input-screenContents .contactBox .contactForm .stayBox__Single p {
    margin: 0 0.8rem;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm .hotelnameBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .input-screen .input-screenContents .contactBox .contactForm .hotelnameBox__Single.area {
    width: 100%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .hotelnameBox__Single.area .selectBox01 {
    min-width: 150px;
    width: 24.3%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .hotelnameBox__Single.hotel {
    width: 100%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .hotelnameBox__Single.hotel .selectBox02 {
    min-width: initial;
    width: 88.3%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .hotelnameBox div + div {
    margin-left: 0rem;
    margin-top: 1.5rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm input, .input-screen .input-screenContents .contactBox .contactForm textarea {
    color: #4D4D4D;
    font-size: 1.3rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm input:placeholder-shown, .input-screen .input-screenContents .contactBox .contactForm textarea:placeholder-shown {
    color: #cacaca;
  }
  .input-screen .input-screenContents .contactBox .contactForm input::-webkit-input-placeholder, .input-screen .input-screenContents .contactBox .contactForm textarea::-webkit-input-placeholder {
    color: #cacaca;
  }
  .input-screen .input-screenContents .contactBox .contactForm input:-ms-input-placeholder, .input-screen .input-screenContents .contactBox .contactForm textarea:-ms-input-placeholder {
    color: #cacaca;
  }
  .input-screen .input-screenContents .contactBox .contactForm input[type="text"], .input-screen .input-screenContents .contactBox .contactForm input[type="email"], .input-screen .input-screenContents .contactBox .contactForm textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: #f3f3f3;
    outline: 0;
  }
  .input-screen .input-screenContents .contactBox .contactForm input[type="text"], .input-screen .input-screenContents .contactBox .contactForm input[type="email"] {
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 10px;
    transition: border-color ease .2s;
  }
  .input-screen .input-screenContents .contactBox .contactForm textarea {
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 10px;
    transition: border-color ease .2s;
  }
  .input-screen .input-screenContents .contactBox .contactForm textarea {
    width: 100%;
    min-height: 120px;
    line-height: 22px;
  }
  .input-screen .input-screenContents .contactBox .contactForm .contactdetailBox p {
    padding-top: 0.6rem;
  }
  .input-screen .input-screenContents .contactBox .contactForm .numberBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .input-screen .input-screenContents .contactBox .contactForm .numberBox__Single {
    min-width: initial;
    width: 16%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .numberBox__Single input {
    min-width: initial;
    width: 100%;
  }
  .input-screen .input-screenContents .contactBox .contactForm .numberBox__Single.text {
    min-width: initial;
    width: auto;
  }
  .input-screen .input-screenContents .contactBox .contactForm .numberBox__Single p {
    margin: 0 0.8rem;
    color: #969696;
  }
  .input-screen .input-screenContents .contactBox .contactForm .telBox {
    min-width: 200px;
    width: 32.5%;
  }
  .input-screen .input-screenContents__Checkbox {
    text-align: center;
    margin-bottom: 4rem;
  }
  .input-screen .input-screenContents__Checkbox input[type=checkbox] {
    display: none;
  }
  .input-screen .input-screenContents__Checkbox label span {
    margin-left: 0rem;
  }
  .input-screen .input-screenContents__Checkbox .checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.3rem;
    color: #4D4D4D;
  }
  .input-screen .input-screenContents__Checkbox .checkbox01 a {
    text-decoration: underline;
    color: #4D4D4D;
  }
  .input-screen .input-screenContents__Checkbox .checkbox01::before {
    background: #fff;
    border: 1px solid #969696;
    content: '';
    display: block;
    height: 15px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
  }
  .input-screen .input-screenContents__Checkbox .checkbox01::after {
    border-right: 2px solid #335c42;
    border-bottom: 2px solid #335c42;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 61%;
    transform: rotate(45deg);
    width: 6px;
  }
  .input-screen .input-screenContents__Checkbox input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
  }
  .input-screen .input-screenContents__Btn {
    width: 63.2%;
    max-width: initial;
    margin: 0 auto;
  }
  .input-screen .input-screenContents__Btn input {
    cursor: pointer;
    width: 100%;
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #4D4D4D;
    font-weight: 500;
    text-align: center;
    color: #4D4D4D;
    font-size: 1.4rem;
    padding: 1.8rem 0;
  }
  .input-screen .input-screenContents__Btn input:hover {
    opacity: 1.0;
  }
  .input-screen .input-screenContents__Btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #4D4D4D;
    font-weight: 500;
    text-align: center;
    color: #4D4D4D;
    font-size: 1.4rem;
    padding: 1.8rem 0;
  }
  .input-screen .input-screenContents__Btn a:hover {
    opacity: 1.0;
  }
  .input-screen .mw_wp_form .error {
    margin-top: 1.5rem;
  }
  .input-screen .mw_wp_form .radioBtnBox .error {
    margin-left: 0.8rem;
  }
}
