@charset "UTF-8";
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 1100px;
  margin: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------
  common
----------------------------------------*/
a {
  color: inherit;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.mode_pc,
.mode_pc_ib {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

.tel a, .mail a {
  pointer-events: auto;
  cursor: pointer;
}

.mover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.8;
}

.inner {
  padding: 0 3%;
}

.inner02 {
  padding: 0 6%;
}

.anchor {
  margin-top: -48px;
  padding-top: 48px;
}

.anchor02 {
  margin-top: -90px;
  padding-top: 90px;
}

@media (min-width: 768px) {
  .mode_pc {
    display: block;
  }

  .mode_pc_ib {
    display: inline-block;
  }

  .mode_sp,
.mode_sp_ib {
    display: none;
  }

  .tel a, .mail a {
    cursor: default;
    pointer-events: none;
  }

  .inner,
.inner02 {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 0;
  }

  .anchor {
    margin-top: -65px;
    padding-top: 65px;
  }

  .anchor02 {
    margin-top: -130px;
    padding-top: 130px;
  }
}
/* -------------------------------------
  header
----------------------------------------*/
header {
  padding: 20px 0 15px;
}
header #logo img {
/*  width: 220px; */
  width: 105px;
}
@media (min-width: 768px) {
  header #logo img {
/*    width: 440px; */
    width: 209px;
  }
}

/* -------------------------------------
mv
----------------------------------------*/
#mv {
  background: url(/clover/yuutai/img/mvbg.jpg) center 70% no-repeat;
  background-size: 190% auto;
  text-align: left;
  padding: 65px 0 20px;
}
#mv img {
  width: 236px;
}
#mv .mvInner {
  padding: 0 2%;
}
@media (min-width: 768px) {
  #mv {
    background: url(/clover/yuutai/img/mvbg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
  #mv img {
    width: 472px;
  }
  #mv .mvInner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 0;
  }
}

/* -------------------------------------
pageNav
----------------------------------------*/
#pageNav {
  position: relative;
  width: 100%;
  max-width: 1100px;
  background-color: #153772;
  color: #fff;
  padding: 14px 0;
  z-index: 10;
}
#pageNav ul {
  display: table;
  width: 100%;
}
#pageNav ul li {
  display: table-cell;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
#pageNav ul li a {
  display: block;
  padding: 4px 2%;
}
#pageNav ul li + li {
  position: relative;
}
#pageNav ul li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  #pageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageNav ul li {
    display: block;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #pageNav ul li a {
    position: relative;
    padding-bottom: 20px;
  }
  #pageNav ul li a:after {
    content: "";
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* -------------------------------------
#news
----------------------------------------*/
#news {
  padding: 30px 0 15px;
}
#news .newsTitle {
  color: #0f273e;
  font-weight: 600;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #d4d6d8;
}
#news li {
  padding: 20px 10px;
}
#news li .date {
  padding-bottom: 10px;
}
#news li .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
#news li .text a {
  color: #1192d7;
}
#news li .text a:hover {
  text-decoration: underline;
}
#news li + li {
  border-top: 1px solid #d4d6d8;
}
@media (min-width: 768px) {
  #news {
    padding: 50px 0 30px;
  }
  #news .newsTitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 0 10px 20px;
    margin-bottom: 20px;
  }
  #news li .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}

/* -------------------------------------
#premier
----------------------------------------*/
#premier {
  padding: 25px 0;
  background-image: linear-gradient(-45deg, #f18cb0 25%, #f187aa 25%, #f187aa 50%, #f18cb0 50%, #f18cb0 75%, #f187aa 75%, #f187aa);
  background-size: 30px 30px;
  background-attachment: fixed;
}
#premier .premierInner {
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
/*  color: #fff; */
  color: #000000;
  padding: 25px 20px;
}
#premier .premierInner h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 0 0 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}
#premier .premierInner p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
}
#premier .premierBtn a {
  display: block;
  width: 200px;
/*  color: #fff; */
  color: #000000;
  padding: 10px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
#premier .premierBtn span {
  display: block;
  position: relative;
  padding-bottom: 12px;
}
#premier .premierBtn span:after {
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  #premier {
    padding: 50px 0;
  }
  #premier .premierInner {
    padding: 50px;
  }
  #premier .premierInner h2 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding: 0 15px 15px;
    margin-bottom: 20px;
  }
  #premier .premierInner p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 20px;
  }
  #premier .premierBtn a {
    width: 300px;
    /* color: #fff; */
    color: #000000;
    padding: 10px;
  }
  #premier .premierBtn span {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  #premier .premierBtn span:after {
    content: "";
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 12px;
    vertical-align: middle;
    width: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.brackets {
  position: relative;
}
.brackets:before, .brackets:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
}
.brackets:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.brackets:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.brackets.type02 {
  padding: 12px;
}
.brackets.type02:before {
  top: 0;
  left: auto;
  right: 0;
  border-left: none;
  border-right: 1px solid #fff;
}
.brackets.type02:after {
  bottom: 0;
  right: auto;
  left: 0;
  border-right: none;
  border-left: 1px solid #fff;
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 40px;
  right: 0;
  background-color: #1192d7;
  opacity: 0.8;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}
.pagetop:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 12px;
  right: 18px;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 0;
  }
}

/* -------------------------------------
service
----------------------------------------*/
.service .serviceInner {
  padding: 50px 0 0;
}
.service .title {
  padding-bottom: 25px;
  text-align: center;
}
.service .title .serviceTitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 10px;
}
.service .title img {
  width: 51px;
}
.service .imageBg > div {
  position: relative;
  background-color: #f8f8df;
  text-align: center;
  padding: 10px 0 11px;
}
.service .imageBg > div p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.service .imageBg img {
  width: 100%;
  max-width: inherit;
  max-width: auto;
}
@media (min-width: 768px) {
  .service .imageBg {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .service .imageBg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .service .serviceInner {
    padding: 70px 0 80px;
  }
  .service .title {
    padding-bottom: 60px;
  }
  .service .title .serviceTitle {
    font-size: 26px;
    font-size: 2.6rem;
    padding-top: 25px;
  }
  .service .title img {
    width: 102px;
  }
}

.serviceList .serviceListTitle {
  position: relative;
  background-color: #deae3f;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 16px 0;
  margin-top: 25px;
  cursor: pointer;
}
.serviceList .serviceListTitle:after {
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 12px;
  vertical-align: middle;
  width: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 16px;
  margin: auto;
}
@media (min-width: 768px) {
  .serviceList .serviceListTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .serviceList .serviceListTitle:after {
    content: "";
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 14px;
    vertical-align: middle;
    width: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 5%;
    top: 19px;
  }
}

.serviceList.open .serviceListTitle:after {
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 12px;
  vertical-align: middle;
  width: 12px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 23px;
}
@media (min-width: 768px) {
  .serviceList.open .serviceListTitle:after {
    content: "";
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 14px;
    vertical-align: middle;
    width: 14px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 24px;
  }
}

.serviceContents {
  padding: 0 3%;
}
.serviceContents li {
  padding: 20px 0;
  border-bottom: 2px solid #ebdab2;
}
.serviceContents .nameCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
}
.serviceContents .nameCont .name {
  color: #5a482f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.serviceContents .nameCont img {
  width: 22px;
}
.serviceContents .nameCont .tel p {
  display: none;
}
.serviceContents .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.serviceContents .detail .detailImage {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.serviceContents .detail .detailImage div {
  display: inline-block;
  border: 1px solid #cccccc;
}
.serviceContents .detail .detailImage div img {
  width: 100%;
}
.serviceContents .detail .detailImage + div {
  position: relative;
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.serviceContents .detail .detailImage + div > div {
  width: 100%;
}
.serviceContents .detail .serviceDetail {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.serviceContents .detail .serviceDetail:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(/clover/yuutai/img/icon-gift.png) center center no-repeat;
  background-size: 16px 18px;
}
.serviceContents .detail .serviceDetail span {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 22px;
}
.serviceContents .detail .detailType {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.serviceContents .detail .note {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.serviceContents .detail .note + .note {
  padding-top: 4px;
}
.serviceContents .detail .detailBtn {
  display: block;
  width: 85%;
  background-color: #a28052;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 10px 0 12px;
  margin-top: 12px;
  border-radius: 50px;
}
.serviceContents .detail .detailBtn.type02 {
  background-color: #deae3f;
  cursor: pointer;
}
.serviceContents .detail .detailBtn + .detailBtn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .serviceContents {
    padding: 0;
  }
  .serviceContents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .serviceContents li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding: 35px 0;
    border-bottom: 2px solid #ebdab2;
  }
  .serviceContents .nameCont {
    display: inherit;
    padding-bottom: 30px;
  }
  .serviceContents .nameCont .name {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .serviceContents .nameCont .tel a {
    display: none;
  }
  .serviceContents .nameCont .tel p {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 30px;
  }
  .serviceContents .nameCont .tel p:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/clover/yuutai/img/tel-icon.png) center center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .serviceContents .nameCont img {
    width: 44px;
  }
  .serviceContents .detail .detailImage {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
  }
  .serviceContents .detail .detailImage div {
    display: inline-block;
  }
  .serviceContents .detail .detailImage + div {
    display: block;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    min-height: 250px;
  }
  .serviceContents .detail .detailImage + div.type02 {
    min-height: 265px;
  }
  .serviceContents .detail .serviceDetail {
    padding-bottom: 10px;
  }
  .serviceContents .detail .serviceDetail:before {
    width: 24px;
    height: 27px;
    background: url(/clover/yuutai/img/icon-gift.png) center center no-repeat;
    background-size: 24px 27px;
    top: -3px;
  }
  .serviceContents .detail .serviceDetail span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-left: 32px;
  }
  .serviceContents .detail .type02 .serviceDetail + p {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  .serviceContents .detail .note {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    padding-bottom: 5px;
  }
  .serviceContents .detail .note + .note {
    padding-bottom: 5px;
    padding-top: 0;
  }
  .serviceContents .detail .detailBtnWrap {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .serviceContents .detail .detailBtn {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0 22px;
  }
  .serviceContents .detail .detailBtn + .detailBtn {
    margin: 10px 0 0 0;
  }
  .serviceContents .detail .detailType {
    padding-bottom: 5px;
  }
}

#spa .serviceContents {
  display: none;
}
#spa .open .serviceContents {
  display: block;
}

/* -------------------------------------
conditions
----------------------------------------*/
#conditions .conditionsInner {
  background-color: #fafaf8;
  margin-top: 50px;
}
#conditions dt {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
/*  color: #fff; */
  color: #000000;
  letter-spacing: 0.1em;
  padding: 15px 0;
  background-image: linear-gradient(-45deg, #f18cb0 25%, #f187aa 25%, #f187aa 50%, #f18cb0 50%, #f18cb0 75%, #f187aa 75%, #f187aa);
  background-size: 30px 30px;
  background-attachment: fixed;
}
#conditions dd ul {
  padding: 25px 0;
}
#conditions dd ul li {
/*  color: #ec5999; */
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  padding-bottom: 20px;
}
#conditions dd ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ec5999;
  border-radius: 50px;
  margin-right: 3px;
}
@media (min-width: 768px) {
  #conditions dt {
    font-size: 20px;
    font-size: 2rem;
    padding: 25px 0;
  }
  #conditions dd ul {
    padding: 30px 0;
  }
  #conditions dd ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 20px;
  }
  #conditions dd ul li:before {
    width: 15px;
    height: 15px;
  }
}

/* -------------------------------------
info
----------------------------------------*/
#info {
  background-color: #1192d7;
  color: #fff;
}
#info .infoInner {
  padding: 30px 0;
}
#info dt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#info dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#info dd + dd {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  padding-top: 12px;
}
#info .telCont {
  text-align: center;
  border: 1px solid #fff;
  padding: 15px 0;
  margin: 25px 0;
}
#info .telCont img {
  width: 266px;
}
#info .telCont p + p {
  letter-spacing: 0.1em;
  padding-top: 10px;
}
#info .logo {
  text-align: center;
}
#info .logo img {
/*  width: 231px; */
  width: 105px;
}
@media (min-width: 768px) {
  #info {
    text-align: center;
  }
  #info .infoInner {
    padding: 40px 0;
  }
  #info .logo img {
    width: auto;
  }
  #info dt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
  #info dd {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  #info dd + dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding-top: 15px;
  }
  #info .telCont {
    display: inline-block;
    padding: 30px;
    margin: 40px 0;
  }
  #info .telCont p + p {
    letter-spacing: 0.1em;
    padding-top: 10px;
  }
}

#copy {
  padding: 20px 0;
  background-color: #153772;
  color: #fff;
  text-align: center;
/*  font-size: 10px; */
  font-size: 1.3rem;
/*  font-size: 1rem; */
}

/* -------------------------------------
iziModal
----------------------------------------*/
.iziModal {
  width: 90%;
  text-align: center;
}

.iziModal .close {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.iziModal .close > a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
}

.iziModal .close > a {
  position: relative;
}

.iziModal .close > a:before,
.iziModal .close > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #deae3f;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.iziModal .close > a:before {
  top: 24px;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.iziModal-navigate > button {
  height: 100px;
  margin: auto;
  opacity: 1;
  background-size: 50% !important;
}

.iziModal-navigate-next {
  background-position: left 50%;
}

.iziModal-navigate-prev {
  background-position: right 50%;
}

.iziModal-navigate-caption {
  display: none !important;
}

.modalInner {
  width: 96%;
  padding: 35px 4% 20px;
  margin: 6px auto;
  border: 1px solid #deae3f;
}
.modalInner .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #deae3f;
  font-weight: 600;
  padding-bottom: 15px;
}
.modalInner dl {
  text-align: left;
}
.modalInner dl dt {
  font-weight: 600;
  padding-bottom: 15px;
}
.modalInner dl dd .detailList li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.modalInner dl dd .detailList li:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #deae3f;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modalInner dl + dl {
  padding-top: 15px;
}
.modalInner .note {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  color: #5a482f;
  text-align: left;
  padding: 15px 0 0;
}
.modalInner .title {
  font-weight: 600;
  text-align: left;
  padding-bottom: 15px;
}
.modalInner .detailTable {
  border-top: 1px solid #a28052;
  border-left: 1px solid #a28052;
  border-right: 1px solid #a28052;
}
.modalInner .detailTable li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #a28052;
}
.modalInner .detailTable li p {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
  padding: 8px 5px;
}
.modalInner .detailTable li p + p {
  border-left: 1px solid #a28052;
}
.modalInner .detailTable li p.tableTitle {
  background-color: #5a482f;
  color: #fff;
  font-weight: 600;
}
.modalInner .detailTable li p:first-child {
  font-weight: 600;
}
.modalInner .detailTable li:first-child p {
  font-weight: 600;
}
.modalInner .detailTable + .detailTable {
  margin-top: 20px;
}
.modalInner .btn {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: #a28052;
  color: #fff;
  border-radius: 50px;
  margin-top: 20px;
}
.modalInner .btn:after {
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .iziModal {
    width: auto;
  }

  .iziModal .close {
    right: 20px;
    top: 30px;
  }

  .iziModal .close > a:before,
.iziModal .close > a:after {
    width: 40px;
  }

  .iziModal-navigate > button {
    background-size: 75% !important;
  }

  .modalInner {
    margin: 20px auto;
  }
  .modalInner .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .modalInner dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modalInner dl dd .detailList li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modalInner dl + dl {
    padding-top: 15px;
  }
  .modalInner .note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 15px 0 0;
  }
  .modalInner .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagetop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: 0;
  background-color: #1192d7;
  opacity: 0.8;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}
.pagetop:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 12px;
  right: 18px;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 0;
  }
}