@charset "UTF-8";
.selectMenuBlock {
  padding: 0px 0 40px;
}

.selectMenuBlock-header {
  margin-bottom: 40px;
  text-align: center;
}

.selectMenuBlock-headTitle {
  font-size: 2rem;
}

.selectMenuBlock-tab {
  margin-bottom: 40px;
  font-size: 0;
}

.selectMenuBlock-tabItem {
  position: relative;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 1.7rem !important;
}
.selectMenuBlock-tabItem:nth-child(n) {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 48%;
  vertical-align: top;
  font-size: 1.3rem;
}
.selectMenuBlock-tabItem:nth-child(3n + 1) {
  margin-left: 0;
}
.selectMenuBlock-tabItem:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (max-width: 37.5em) {
  .selectMenuBlock-tabItem {
    font-size: 1.5rem;
  }
}
.selectMenuBlock-tabItem:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #999;
  content: "";
}
@media only screen and (min-width: 60.0625em) {
  .selectMenuBlock-tabItem.is-active {
    background-color: #b69955;
    color: #fff;
  }
}
.selectMenuBlock-tabItem.is-active:after {
  background-color: #b69955;
}
.selectMenuBlock-tabItem:hover {
  cursor: pointer;
}
@media only screen and (min-width: 60.0625em) {
  .selectMenuBlock-tabItem:hover {
    background-color: #b69955;
    color: #fff;
  }
}
.selectMenuBlock-tabItem:hover:after {
  background-color: #b69955;
}

.selectMenuBox {
  display: none;
  margin-bottom: 90px;
  padding-bottom: 90px;
}
.selectMenuBox:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.selectMenuBox .caution {
  clear: both;
}

.selectMenuBox-list {
  /*width: 48%;*/
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .selectMenuBox-list {
    float: none !important;
    width: 100%;
    font-size: 1.2rem;
  }
}
.selectMenuBox-list:nth-child(2n + 1) {
  float: left;
}
.selectMenuBox-list:nth-child(2n) {
  float: right;
}

.selectMenuBox-item {
  position: relative;
  margin-bottom: 5px;
}
.selectMenuBox-item.has-category {
  padding-left: 80px;
}
.selectMenuBox-item.is-exception {
  padding-top: 22px;
  padding-left: 80px;
}
.selectMenuBox-item strong {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
}

.enkai_period {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 37.5em) {
  .enkai_period {
    font-weight: bold;
    font-size: 1.4rem;
  }
}

.enkai_caution {
  font-size: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .enkai_caution {
    font-size: 1.2rem;
  }
}

.enkai_under_discription {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 37.5em) {
  .enkai_under_discription {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.enkai_ttlber {
  padding-bottom: 5px;
  border-bottom: 1px solid #b69458;
  margin: 20px 0;
  font-size: 1.8rem;
}
.icn.-blank {
  width: 9px;
  height: 9px;
  background: url(../../original/img/icn_blank.png) no-repeat;
  background-size: 9px 9px;
  display: inherit;
  padding-right: 14px;
}

.title-h2 {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

div.block-flow {
  position: relative;
  margin: 57px auto 0;
}
div.block-flow.type-1 {
  height: 3365px;
}
div.block-flow.type-1 p.month.days2 {
  top: 2943px;
}
div.block-flow.type-1 p.month.thatday {
  top: 3196px;
}
div.block-flow {
  height: 4200px;
  width: 950px;
}
div.block-flow p.month.days2 {
  top: 3538px;
}
div.block-flow p.month.thatday {
  top: 4091px;
}
div.block-flow:before {
  position: absolute;
  top: 146px;
  left: 50%;
  content: "";
  width: 1px;
  height: calc(100% - 146px);
  background-color: #a9894a;
}
div.block-flow p.month {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #a9894a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.block-flow p.month span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-weight: bold;
  color: #a9894a;
}
div.block-flow p.month.months7 {
  top: 76px;
}
div.block-flow p.month.months5 {
  top: 600px;
}
div.block-flow p.month.months4 {
  top: 1003px;
}
div.block-flow p.month.months3 {
  top: 1391px;
}
div.block-flow p.month.months2 {
  top: 2373px;
}
div.block-flow p.month.months1 {
  top: 3183px;
}
div.block-flow p.month.thatday {
  background: #a9894a;
}
div.block-flow p.month.thatday span {
  color: #fff;
}
div.block-flow div.cts {
  position: absolute;
  width: 390px;
  padding: 30px 30px 25px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f4f2;
}
div.block-flow div.cts.cts-left:before {
  position: absolute;
  top: 50%;
  right: -90px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #a9894a;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
div.block-flow div.cts.cts-left:after {
  position: absolute;
  top: 50%;
  right: -90px;
  content: "";
  width: 85.5px;
  height: 1px;
  background-color: #a9894a;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
div.block-flow div.cts.cts-right:before {
  position: absolute;
  top: 50%;
  left: -89px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #a9894a;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
div.block-flow div.cts.cts-right:after {
  position: absolute;
  top: 50%;
  left: -90px;
  content: "";
  width: 85.5px;
  height: 1px;
  background-color: #a9894a;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
div.block-flow div.cts.show.cts-left:before {
  position: absolute;
  top: 50%;
  right: -90px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-transform: 1s;
  -ms-transform: 1s;
  transform: 1s;
}
div.block-flow div.cts.show.cts-left:after {
  position: absolute;
  top: 50%;
  right: -60.5px;
  width: 60.5px;
  height: 1px;
  -webkit-transform: 1s;
  -ms-transform: 1s;
  transform: 1s;
}
div.block-flow div.cts.show.cts-right:before {
  position: absolute;
  top: 50%;
  left: -65px;
  width: 9px;
  height: 9px;
  background-color: #a9894a;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.block-flow div.cts.show.cts-right:after {
  position: absolute;
  top: 50%;
  left: -60.5px;
  width: 60.5px;
  height: 1px;
  background-color: #a9894a;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.block-flow div.cts div.img {
  width: 330px;
}
div.block-flow div.cts div.img img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
div.block-flow div.cts h3.title-h3 {
  font-weight: 600;
  margin: 0;
  padding-top: 5px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
div.block-flow div.cts p.text {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
div.block-flow div.cts.cts-2 {
  right: 0;
  top: 20px;
}
div.block-flow div.cts.cts-2_1 {
  right: 0;
  top: 734px;
}
div.block-flow div.cts.cts-3 {
  top: 590px;
}
div.block-flow div.cts.cts-4 {
  right: 0;
  top: 1332px;
}
div.block-flow div.cts.cts-14 {
  right: 0;
  top: 2494px;
}
div.block-flow div.cts.cts-5 {
  top: 2732px;
}
div.block-flow div.cts.cts-6 {
  right: 0;
  top: 1600px;
}
div.block-flow div.cts.cts-13 {
  top: 2180px;
}
div.block-flow div.cts.cts-6 h3.title-h3 {
  padding-top: 16px;
}
div.block-flow div.cts.cts-7 {
  width: 100%;
  top: 2300px;
  padding: 29px 30px 30px;
}
div.block-flow div.cts.cts-7 h3.title-h3 {
  padding-top: 0;
}
div.block-flow div.cts.cts-7 div.details {
  margin-top: 24px;
  zoom: 1;
}
div.block-flow div.cts.cts-7 div.details:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
div.block-flow div.cts.cts-7 div.details div.details-cts {
  width: 410px;
  padding: 30px 30px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
div.block-flow div.cts.cts-7 div.details div.details-cts div.img {
  width: 350px;
}
div.block-flow div.cts.cts-7 div.details div.details-cts div.img img {
  width: 100%;
  height: auto;
}
div.block-flow div.cts.cts-7 div.details div.details-cts.cts-1 {
  float: left;
}
div.block-flow div.cts.cts-7 div.details div.details-cts.cts-2 {
  float: right;
}
div.block-flow div.cts.cts-7 h4.title-h4 {
  font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
    serif;
  font-weight: 400;
  margin: 0;
  padding-top: 19px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.12em;
}
div.block-flow div.cts.cts-7 p.details-text {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
div.block-flow div.cts.cts-7 div.cts-3 {
  zoom: 1;
  margin-top: 20px;
  padding: 17px 26px 18px 30px;
  background: #fff;
}
div.block-flow div.cts.cts-7 div.cts-3:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
div.block-flow div.cts.cts-7 div.cts-3 h4.title-h4 {
  width: 240px;
  float: left;
  padding-top: 14px;
}
div.block-flow div.cts.cts-7 div.cts-3 p.details-text {
  width: 540px;
  float: right;
  margin-top: 0;
  letter-spacing: 0.05em;
}
div.block-flow div.cts.cts-8 {
  top: 2232px;
}
div.block-flow div.cts.cts-8 h3.title-h3 {
  margin-top: -3px !important;
  padding-top: 0;
}
div.block-flow div.cts.cts-9 {
  right: 0;
  top: 2232px;
}
div.block-flow div.cts.cts-10 {
  top: 2940px;
  right: 0;
}
div.block-flow div.cts.cts-11 {
  right: 0;
  top: 3530px;
}
div.block-flow div.cts.cts-12 {
  top: 1846px;
  right: 0;
}

div.cts-thatday div.img {
  position: relative;
  width: 950px;
}
div.cts-thatday div.img img {
  width: 50%;
  height: auto;
  float: left;
}
div.cts-thatday div.img p.thatday-text {
  position: absolute;
  top: 278px;
  width: 750px;
  text-align: center;
  margin: 0 100px;
  padding: 41px 48px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
div.block-after {
  margin-top: 30px;
  margin-bottom: 30px;
    margin-bottom: 30px;
}
div.block-after div.cts {
  zoom: 1;
  position: relative;
  margin-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
div.block-after div.cts:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
div.block-after div.cts:first-of-type {
  margin-top: 0;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
div.block-after div.cts div.img {
  float: left;
  width: 450px;
  margin-right: 30px;
}
div.cts .movie_icon {
  width: 260px;
  position: relative;
  margin: 0 0 0 auto;
}
.profile-movie .movie_icon {
  width: 240px;
  padding-top: 30px;
  margin: 0 auto;
}

.profile-movie .movie-h2 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #000000;
  padding-bottom: 17px;
}
.profile-movie .movie-h2 span {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #741b47;
  display: block;
  padding-top: 12px;
}



@media only screen and (max-width: 60em) {
  div.block-after div.cts div.img {
    float: none;
    width: 100%;
  }
  div.block-after div.cts div.text-area {
    /*position: relative;
    float: left;*/
    width: 100% !important;
  }
}
div.block-after div.cts div.img img {
  width: 100%;
  height: auto;
}
div.block-after div.cts div.text-area {
  position: relative;
  float: left;
  width: 544px;
}
div.block-after div.cts div.text-area h3.title-h3 {
  font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
    serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
div.block-after div.cts div.text-area span.camera {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #620c39;
  padding-left: 10px;
}
div.block-after div.cts div.text-area span.subttl {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #000000;
}
div.block-after div.cts div.text-area h3.movie-h3 {
  padding-top: 10px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
div.block-after div.cts div.text-area p.price {
  font-size: 1.2rem;
  padding-top: 5px;
}
div.block-after div.cts div.text-area p.price span {
  font-size: 1.7rem;
  font-weight: bold;
  color: #aa5235;
}
div.block-after div.cts div.text-area p.text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
div.block-after div.cts div.text-area p.flow {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 600;
}
div.block-after div.cts div.text-area p.label {
  margin-top: 10px;
}
div.block-after div.cts div.text-area p.label span {
  display: inline-block;
  padding: 0px 10px;
  background: #e2e2e2;
  color: #333;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.block-after div.cts div.text-area p.link {
  display: inline-block;
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
div.block-after div.cts div.text-area p.link a {
  display: inline-block;
  padding: 6px 10px;
  background: #e2e2e2;
  color: #333;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.block-after div.cts div.text-area p.link a:hover {
  display: inline-block;
  padding: 6px 10px;
  background: #cacaca;
  color: #333;
}
div.block-after div.cts div.text-area p.link a:link,
div.block-after div.cts div.text-area p.link a:visited,
div.block-after div.cts div.text-area p.link a:hover,
div.block-after div.cts div.text-area p.link a:active {
  text-decoration: none;
}
div.block-after div.cts div.text-area p.link a span.-blank-2 {
  background-size: 9px 9px;
}
div.block-after div.cts.cts-2 div.text-area p.link {
  position: relative;
}
div.block-after div.cts.cts-2 div.text-area p.link:after {
  display: inline-block;
  position: absolute;
  margin-left: 12px;
  bottom: -8px;
  width: 128px;
  height: 48px;
  content: "";
  background: url("../../original_ceremony/img/logo_kinenbirestaurant.png")
    no-repeat;
  background-size: contain;
}
div.block-after div.cts.cts-3 div.text-area p.link {
  position: relative;
  line-height: 1.5;
}
div.block-after div.cts.cts-3 div.text-area p.link:after {
  display: inline-block;
  position: absolute;
  margin-left: 14px;
  bottom: 1px;
  width: 138px;
  height: 32px;
  content: "";
  background: url("../../original_ceremony/img/logo_premiumparty.svg") no-repeat;
  background-size: contain;
}
div.block-after div.cts.cts-5 div.text-area p.link {
  line-height: 1.5;
}
div.block-after div.cts.cts-5 div.text-area p.link a {
  line-height: 1.4;
}
body#original-ceremony
  #main-area
  div.main-inner
  section.block-tab
  #tab1:checked
  ~ .tab-area
  .tab-1,
body#original-ceremony
  #main-area
  div.main-inner
  section.block-tab
  #tab2:checked
  ~ .tab-area
  .tab-2 {
  background: #163f9a;
  color: #fff;
}
body#original-ceremony
  #main-area
  div.main-inner
  section.block-tab
  #tab1:checked
  ~ .panel-area
  #panel-1,
body#original-ceremony
  #main-area
  div.main-inner
  section.block-tab
  #tab2:checked
  ~ .panel-area
  #panel-2 {
  display: block;
}
body#original-ceremony #main-area div.main-inner div.other-linkarea {
  margin: 120px -180px 0;
  background: #f3f1ef;
}
body#original-ceremony #main-area div.main-inner div.other-linkarea div.inner {
  zoom: 1;
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts {
  position: relative;
  display: block;
  float: left;
  width: 340px;
  margin-left: 30px;
  background: #fff;
  padding: 30px 30px 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts:first-of-type {
  margin-left: 0;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../shared/img/icn_arw2_black.svg) no-repeat;
  -webkit-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  background-size: 13px 13px;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts._blank:after {
  width: 9px;
  height: 9px;
  background: url(../../shared/img/icn_blank_02.svg) no-repeat;
  -webkit-background-size: 9px 9px;
  -o-background-size: 9px 9px;
  background-size: 9px 9px;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts:hover
  div.img
  img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts:hover:after {
  opacity: 0.6;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts
  div.img {
  width: 280px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts
  div.img
  img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body#original-ceremony
  #main-area
  div.main-inner
  div.other-linkarea
  div.inner
  a.cts
  p.text {
  margin: 0;
  padding-top: 14px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #333;
}

@media screen and (max-width: 767px) and (min-width: 376px) {
  .selectMenuBlock-tabItem.is-active {
    background-color: #b69955;
    color: #fff;
  }
  div.block-flow div.cts.cts-1 {
    top: 100px;
  }
  div.block-flow div.cts.cts-2 {
    top: 170px;
  }
  div.block-flow div.cts.cts-2_1 {
    top: 472px;
  }
  div.block-flow div.cts.cts-3 {
    top: 557px;
  }
  div.block-flow div.cts.cts-4 {
    top: 750px;
  }
  div.block-flow div.cts.cts-14 {
    top: 1074px;
  }
  div.block-flow div.cts.cts-5 {
    top: 1340px;
  }
  div.block-flow div.cts.cts-6 {
    top: 735px;
  }
  div.block-flow div.cts.cts-9 {
    top: 766px;
  }
  div.block-flow div.cts.cts-10 {
    top: 1138px;
  }
  div.block-flow div.cts.cts-11 {
    top: 1530px;
  }
  div.block-flow div.cts.cts-12 {
    top: 840px;
  }
  div.block-flow div.cts.cts-13 {
    top: 1004px;
  }
  div.block-flow {
    position: relative;
    height: 8580px;
    margin-top: 35px;
    padding-bottom: 30px;
    background: url(../../original_ceremony/img/sp/bg_flow.gif) repeat-y center
      top;
    -webkit-background-size: 1px 5px;
    -o-background-size: 1px 5px;
    background-size: 1px 5px;
    width: inherit;
  }

  div.block-flow p.month {
    display: block;
    width: 65px;
    height: 65px;
    /*margin-left: 50%;*/
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a9894a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  div.block-flow p.month span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: bold;
    color: #a9894a;
  }
  div.block-flow:before {
    top: 0px;
  }
  div.cts-thatday div.img {
    position: relative;
    width: 238%;
  }
  div.block-flow p.month.months7 {
    top: 0px;
  }
  div.block-flow p.month.months5 {
    top: inherit;
    margin-top: 898px;
    position: absolute;
  }
  div.block-flow p.month.months4 {
    top: inherit;
    margin-top: -175px;
    position: absolute;
  }
  div.block-flow p.month.months3 {
    top: inherit;
    margin-top: 134px;
    position: absolute;
  }
  div.block-flow p.month.months2 {
    top: inherit;
    margin-top: 442px;
    position: absolute;
  }
  div.block-flow p.month.months1 {
    top: inherit;
    margin-top: 127px;
    position: absolute;
  }
  div.block-flow p.month.days2 {
    top: inherit;
    margin-top: 899px;
    position: absolute;
  }
  div.block-flow p.month.thatday {
    top: inherit;
    margin-top: 1717px;
    position: absolute;
    background: #a9894a;
  }
  div.block-flow p.month.thatday span {
    color: #fff;
  }
  div.block-flow div.cts.cts-left:after {
    position: inherit;
  }
  div.block-flow div.cts.cts-right:after {
    position: inherit;
  }
  div.block-flow div.cts {
    position: relative;
    padding: 20px 20px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f4f2;
    width: inherit;
  }
  div.block-flow div.cts div.img {
    width: 100%;
  }
  div.block-flow div.cts div.img img {
    width: 100%;
    height: auto;
  }
  div.block-after div.cts div.text-area {
    width: 100%;
  }
  /*
  div.block-flow div.cts h3.title-h3 {
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    margin: 0;
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  */
  div.block-flow div.cts p.text {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: justify;
  }

  div.block-flow div.cts.cts-6 h3.title-h3 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 {
    margin-top: 30px;
    padding: 20px 20px 20px;
  }
  div.block-flow div.cts.cts-7 h3.title-h3 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 div.details {
    margin-top: 17px;
    zoom: 1;
  }
  div.block-flow div.cts.cts-7 div.details:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts {
    padding: 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts div.img {
    width: 100%;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts div.img img {
    width: 100%;
    height: auto;
  }
  div.block-flow div.cts.cts-7 h4.title-h4 {
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    margin: 0;
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.12em;
  }
  div.block-flow div.cts.cts-7 p.details-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  div.block-flow div.cts.cts-7 div.cts-2 {
    margin-top: 10px;
  }
  div.block-flow div.cts.cts-7 div.cts-3 {
    margin-top: 10px;
    padding: 15px 15px 15px;
    background: #fff;
  }
  div.block-flow div.cts.cts-7 div.cts-3 h4.title-h4 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 div.cts-3 p.details-text {
    margin-top: 8px;
  }
  div.block-flow div.cts.cts-8 {
    margin-top: 30px;
  }
  div.block-flow div.cts.cts-8 h3.title-h3 {
    margin-top: -3px !important;
    padding-top: 0;
  }
  /*
  div.block-flow div.cts.cts-9 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-10 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-11 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-12 {
    margin-top: 30px;
  }
  */
  div.cts-thatday {
    /*margin: 0 -20px 0;*/
    margin: 0;
  }
  div.cts-thatday div.img img {
    width: 21%;
    height: auto;
  }
  div.block-flow:before {
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    width: 1px;
    height: calc(100% - 0px);
    background-color: #a9894a;
  }
  div.cts-thatday div.img p.thatday-text {
    /* display: inline-block; */
    top: 154px;
    text-align: left;
    margin: -20px 20px 0 0;
    padding: 16px 0px 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.045em;
  }
  div.block-after {
    margin-top: 34px;
    width: auto;
  }
  div.block-after div.cts {
    position: relative;
    margin-top: 40px;
  }
  div.block-after div.cts:first-of-type {
    margin-top: 0;
  }
  div.block-after div.cts div.img {
    width: 100%;
  }
  div.block-after div.cts div.img img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  div.block-after div.cts div.text-area h3.title-h3 {
    padding-top: 22px;
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  div.block-after div.cts div.text-area p.text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  div.block-after div.cts div.text-area p.link {
    display: inline-block;
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  div.block-after div.cts div.text-area p.link a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
  }
  div.block-after div.cts div.text-area p.link a:link,
  div.block-after div.cts div.text-area p.link a:visited,
  div.block-after div.cts div.text-area p.link a:hover,
  div.block-after div.cts div.text-area p.link a:active {
    text-decoration: none;
  }
}

@media screen and (max-width: 375px) {
  .selectMenuBlock-tabItem.is-active {
    background-color: #b69955;
    color: #fff;
  }
  div.block-flow div.cts.cts-1 {
    top: 100px;
  }
  div.block-flow div.cts.cts-2 {
    top: 220px;
  }
  div.block-flow div.cts.cts-2_1 {
    top: 260px;
  }
  div.block-flow div.cts.cts-3 {
    top: 383px;
  }
  div.block-flow div.cts.cts-4 {
    top: 490px;
  }
  div.block-flow div.cts.cts-14 {
    top: 731px;
  }
  div.block-flow div.cts.cts-5 {
    top: 899px;
  }
  div.block-flow div.cts.cts-6 {
    top: 735px;
  }
  div.block-flow div.cts.cts-9 {
    top: 766px;
  }
  div.block-flow div.cts.cts-10 {
    top: 766px;
  }
  div.block-flow div.cts.cts-11 {
    top: 1037px;
  }
  div.block-flow div.cts.cts-12 {
    top: 536px;
  }
  div.block-flow div.cts.cts-13 {
    top: 660px;
  }
  div.block-flow {
    position: relative;
    height: 8000px;
    margin-top: 35px;
    padding-bottom: 30px;
    background: url(../../original_ceremony/img/sp/bg_flow.gif) repeat-y center
      top;
    -webkit-background-size: 1px 5px;
    -o-background-size: 1px 5px;
    background-size: 1px 5px;
    width: inherit;
  }

  div.block-flow p.month {
    display: block;
    width: 65px;
    height: 65px;
    /*margin-left: 50%;*/
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a9894a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  div.block-flow p.month span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: bold;
    color: #a9894a;
  }
  div.block-flow:before {
    top: 0px;
  }
  div.cts-thatday div.img {
    position: relative;
    width: 238%;
  }
  div.block-flow p.month.months7 {
    top: 0px;
  }
  div.block-flow p.month.months5 {
    top: inherit;
    margin-top: 128px;
    position: absolute;
  }
  div.block-flow p.month.months4 {
    top: inherit;
    margin-top: 290px;
    position: absolute;
  }
  div.block-flow p.month.months3 {
    top: inherit;
    margin-top: -72px;
    position: absolute;
  }
  div.block-flow p.month.months2 {
    top: inherit;
    margin-top: 140px;
    position: absolute;
  }
  div.block-flow p.month.months1 {
    top: inherit;
    margin-top: -205px;
    position: absolute;
  }
  div.block-flow p.month.days2 {
    top: inherit;
    margin-top: 482px;
    position: absolute;
  }
  div.block-flow p.month.thatday {
    top: inherit;
    margin-top: 1094px;
    position: absolute;
    background: #a9894a;
  }
  div.block-flow p.month.thatday span {
    color: #fff;
  }
  div.block-flow div.cts.cts-left:after {
    position: inherit;
  }
  div.block-flow div.cts.cts-right:after {
    position: inherit;
  }
  div.block-flow div.cts {
    position: relative;
    padding: 20px 20px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f4f2;
    width: inherit;
  }
  div.block-flow div.cts div.img {
    width: 100%;
  }
  div.block-flow div.cts div.img img {
    width: 100%;
    height: auto;
  }
  div.block-after div.cts div.text-area {
    position: relative;
    top: 50%;
    left: initial;
    -webkit-transform: inherit;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: inherit;
  }
  /*
  div.block-flow div.cts h3.title-h3 {
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    margin: 0;
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  */
  div.block-flow div.cts p.text {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: justify;
  }

  div.block-flow div.cts.cts-6 h3.title-h3 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 {
    margin-top: 30px;
    padding: 20px 20px 20px;
  }
  div.block-flow div.cts.cts-7 h3.title-h3 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 div.details {
    margin-top: 17px;
    zoom: 1;
  }
  div.block-flow div.cts.cts-7 div.details:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts {
    padding: 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts div.img {
    width: 100%;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts div.img img {
    width: 100%;
    height: auto;
  }
  div.block-flow div.cts.cts-7 h4.title-h4 {
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    margin: 0;
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.12em;
  }
  div.block-flow div.cts.cts-7 p.details-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  div.block-flow div.cts.cts-7 div.cts-2 {
    margin-top: 10px;
  }
  div.block-flow div.cts.cts-7 div.cts-3 {
    margin-top: 10px;
    padding: 15px 15px 15px;
    background: #fff;
  }
  div.block-flow div.cts.cts-7 div.cts-3 h4.title-h4 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 div.cts-3 p.details-text {
    margin-top: 8px;
  }
  div.block-flow div.cts.cts-8 {
    margin-top: 30px;
  }
  div.block-flow div.cts.cts-8 h3.title-h3 {
    margin-top: -3px !important;
    padding-top: 0;
  }
  /*
  div.block-flow div.cts.cts-9 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-10 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-11 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-12 {
    margin-top: 30px;
  }
  */
  div.cts-thatday {
    /*margin: 0 -20px 0;*/
    margin: 0;
  }
  div.cts-thatday div.img img {
    width: 21%;
    height: auto;
  }
  div.block-flow:before {
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    width: 1px;
    height: calc(100% - 0px);
    background-color: #a9894a;
  }
  div.cts-thatday div.img p.thatday-text {
    /* display: inline-block; */
    top: 154px;
    text-align: left;
    margin: -20px 20px 0 0;
    padding: 16px 0px 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.045em;
  }
  div.block-after {
    margin-top: 34px;
    width: auto;
  }
  div.block-after div.cts {
    position: relative;
    margin-top: 40px;
  }
  div.block-after div.cts:first-of-type {
    margin-top: 0;
  }
  div.block-after div.cts div.img {
    padding-bottom: 5px;
    width: 100%;
  }
  div.block-after div.cts div.img img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  div.block-after div.cts div.text-area h3.title-h3 {
    padding-top: 22px;
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  div.block-after div.cts div.text-area span.camera {
    padding-top: 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    color: #620c39;
    letter-spacing: 0.07em;
  }
  div.block-after div.cts div.text-area h3.movie-h3 {
    padding-top: 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  div.block-after div.cts div.text-area p.price {
    font-size: 1.2rem;
  }
  div.block-after div.cts div.text-area p.text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  div.block-after div.cts div.text-area p.flow {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  div.block-after div.cts div.text-area p.link {
    display: inline-block;
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  div.block-after div.cts div.text-area p.link a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
  }
  div.block-after div.cts div.text-area p.link a:link,
  div.block-after div.cts div.text-area p.link a:visited,
  div.block-after div.cts div.text-area p.link a:hover,
  div.block-after div.cts div.text-area p.link a:active {
    text-decoration: none;
  }
  div.block-after div.cts div.text-area p.label span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
  }
}
@media screen and (min-width: 768px) and (max-width: 976px) {
  div.block-flow {
    position: relative;
    height: 7286px;
    margin-top: 35px;
    padding-bottom: 30px;
    background: url(../../original_ceremony/img/sp/bg_flow.gif) repeat-y center
      top;
    -webkit-background-size: 1px 5px;
    -o-background-size: 1px 5px;
    background-size: 1px 5px;
    width: inherit;
  }
  .selectMenuBlock-tabItem.is-active {
    background-color: #b69955;
    color: #fff;
  }
  div.block-flow div.cts.cts-1 {
    top: 100px;
  }
  div.block-flow div.cts.cts-2 {
    top: 220px;
  }
  div.block-flow div.cts.cts-3 {
    top: 257px;
  }
  div.block-flow div.cts.cts-4 {
    top: 490px;
  }
  div.block-flow div.cts.cts-5 {
    top: 620px;
  }
  div.block-flow div.cts.cts-6 {
    top: 735px;
  }
  div.block-flow div.cts.cts-9 {
    top: 766px;
  }
  div.block-flow div.cts.cts-10 {
    top: 766px;
  }
  div.block-flow div.cts.cts-11 {
    top: 890px;
  }
  div.block-flow div.cts.cts-12 {
    top: 750px;
  }
  div.block-flow div.cts.cts-13 {
    top: 750px;
  }

  div.block-flow p.month {
    display: block;
    width: 65px;
    height: 65px;
    /*margin-left: 50%;*/
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a9894a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  div.block-flow p.month span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: bold;
    color: #a9894a;
  }
  div.block-flow:before {
    top: 0px;
  }
  div.cts-thatday div.img {
    position: relative;
    width: 238%;
  }
  div.block-flow p.month.months7 {
    top: 0px;
  }
  div.block-flow p.month.months5 {
    top: inherit;
    margin-top: 128px;
    position: absolute;
  }
  div.block-flow p.month.months4 {
    top: inherit;
    margin-top: 285px;
    position: absolute;
  }
  div.block-flow p.month.months3 {
    top: inherit;
    margin-top: -239px;
    position: absolute;
  }
  div.block-flow p.month.months2 {
    top: inherit;
    margin-top: 522px;
    position: absolute;
  }
  div.block-flow p.month.months1 {
    top: inherit;
    margin-top: -400px;
    position: absolute;
  }
  div.block-flow p.month.days2 {
    top: inherit;
    margin-top: 198px;
    position: absolute;
  }
  div.block-flow p.month.thatday {
    top: inherit;
    margin-top: 927px;
    position: absolute;
    background: #a9894a;
  }
  div.block-flow p.month.thatday span {
    color: #fff;
  }
  div.block-flow div.cts.cts-left:after {
    position: inherit;
  }
  div.block-flow div.cts.cts-right:after {
    position: inherit;
  }
  div.block-flow div.cts {
    position: relative;
    padding: 20px 20px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f4f2;
    width: inherit;
  }
  div.block-flow div.cts div.img {
    width: 100%;
  }
  div.block-flow div.cts div.img img {
    width: 100%;
    height: auto;
  }
  div.block-after div.cts div.text-area {
    position: relative;
    top: 50%;
    left: initial;
    -webkit-transform: inherit;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: inherit;
  }
  /*
  div.block-flow div.cts h3.title-h3 {
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    margin: 0;
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  */
  div.block-flow div.cts p.text {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: justify;
  }

  div.block-flow div.cts.cts-6 h3.title-h3 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 {
    margin-top: 30px;
    padding: 20px 20px 20px;
  }
  div.block-flow div.cts.cts-7 h3.title-h3 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 div.details {
    margin-top: 17px;
    zoom: 1;
  }
  div.block-flow div.cts.cts-7 div.details:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts {
    padding: 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts div.img {
    width: 100%;
  }
  div.block-flow div.cts.cts-7 div.details div.details-cts div.img img {
    width: 100%;
    height: auto;
  }
  div.block-flow div.cts.cts-7 h4.title-h4 {
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    margin: 0;
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.12em;
  }
  div.block-flow div.cts.cts-7 p.details-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  div.block-flow div.cts.cts-7 div.cts-2 {
    margin-top: 10px;
  }
  div.block-flow div.cts.cts-7 div.cts-3 {
    margin-top: 10px;
    padding: 15px 15px 15px;
    background: #fff;
  }
  div.block-flow div.cts.cts-7 div.cts-3 h4.title-h4 {
    padding-top: 0;
  }
  div.block-flow div.cts.cts-7 div.cts-3 p.details-text {
    margin-top: 8px;
  }
  div.block-flow div.cts.cts-8 {
    margin-top: 30px;
  }
  div.block-flow div.cts.cts-8 h3.title-h3 {
    margin-top: -3px !important;
    padding-top: 0;
  }
  /*
  div.block-flow div.cts.cts-9 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-10 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-11 {
    margin-top: 20px;
  }
  div.block-flow div.cts.cts-12 {
    margin-top: 30px;
  }
  */
  div.cts-thatday {
    /*margin: 0 -20px 0;*/
    margin: 0;
  }
  div.cts-thatday div.img img {
    width: 21%;
    height: auto;
  }
  div.block-flow:before {
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    width: 1px;
    height: calc(100% - 0px);
    background-color: #a9894a;
  }
  div.cts-thatday div.img p.thatday-text {
    /* display: inline-block; */
    top: 270px;
    margin: -20px 20px 0 0;
    padding: 16px 0px 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.045em;
  }
  div.block-after {
    margin-top: 34px;
    width: auto;
  }
  div.block-after div.cts {
    position: relative;
    margin-top: 40px;
  }
  div.block-after div.cts:first-of-type {
    margin-top: 0;
  }
  div.block-after div.cts div.img {
    width: 100%;
  }
  div.block-after div.cts div.img img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  div.block-after div.cts div.text-area h3.title-h3 {
    padding-top: 22px;
    font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", TsukuAOldMinPr6-M,
      serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  div.block-after div.cts div.text-area p.text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  div.block-after div.cts div.text-area p.link {
    display: inline-block;
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  div.block-after div.cts div.text-area p.link a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
  }
  div.block-after div.cts div.text-area p.link a:link,
  div.block-after div.cts div.text-area p.link a:visited,
  div.block-after div.cts div.text-area p.link a:hover,
  div.block-after div.cts div.text-area p.link a:active {
    text-decoration: none;
  }
}

.MainContentBlock.pickupPlan {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.pickupPlan {
    padding-bottom: 4%;
  }
}

.pickupPlanBox {
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox {
    margin-bottom: 4%;
  }
}
.pickupPlanBox .pickupPlanBox-modalList {
  display: none;
}

.pickupPlanBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-bgImg {
    position: relative;
    width: 100%;
  }
}

.pickupPlanBox-body {
  margin-left: 40%;
  padding: 4%;
  width: 60%;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-body {
    margin-left: 0;
    padding: 6% 4%;
    width: 100%;
  }
}
.pickupPlanBox-body .BtnGroup .Btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2%;
  width: 240px;
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-body .BtnGroup .Btn {
    display: block;
    margin: 0 auto 2%;
  }
}

.pickupPlanBox-header {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}

.pickupPlanBox-category {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.pickupPlanBox-subTitle {
  color: #a37e31;
  font-weight: bold;
}

.pickupPlanBox-headTitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-headTitle {
    font-size: 1.7rem;
  }
}

.pickupPlanBox-leadText {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}

.pickupPlanBox-linkBtn {
  margin-bottom: 4%;
  font-size: 1.6rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pickupPlanBox-linkBtn .Btn {
  line-height: 1.4;
  padding: 20px;
}

@media only screen and (min-width: 37.5em) {
  .pickupPlanBox-linkBtn br {
    display: none;
  }
}

.pickupPlanBox-list {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-list {
    font-size: 1.2rem;
  }
}

.pickupPlanBox-itemTitle {
  float: left;
  width: 90px;
  font-weight: bold;
}

.pickupPlanBox-itemData {
  margin-bottom: 15px;
  margin-left: 90px;
}
.pickupPlanBox-itemData strong {
  font-size: 1.8rem;
}

.pickupPlanBox-table {
  display: block;
  margin-bottom: 20px;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-table {
    font-size: 1.2rem;
  }
}
.pickupPlanBox-table th {
  padding: 5px 0;
  width: 90px;
  text-align: left;
  font-weight: bold;
}
.pickupPlanBox-table td p {
  display: block;
  color: #e30000;
  font-weight: bold;
  font-size: 1.8rem;
}
.pickupPlanBox-table td strong {
  font-size: 2.5rem;
}
.pickupPlanBox-table td strong:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.pickupPlanBox-table td span {
  display: inline-block;
  padding: 0 15px;
  background-color: #e30000;
  color: #fff;
}

.pickupPlanBox-aside {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #cdb885;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-aside {
    position: relative;
    top: auto;
    height: auto;
  }
}

.pickupPlanBox-asideText {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 4%;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-asideText {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-asideText {
    position: relative;
    top: auto;
    padding: 4% 8% 4% 4%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.pickupPlanBox-asideText span {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 1.82;
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-asideText span {
    display: block;
    border: none;
  }
}
.pickupPlanBox-asideText a:hover {
  text-decoration: underline;
}
.pickupPlanBox-asideText:after {
  display: inline-block;
  margin-left: 15px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-asideText:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto;
    border-color: #fff;
  }
}

.MainContentBlock.pricePolicy {
  position: relative;
  padding: 40px 0 80px;
  background: transparent url(../img/plan/pricePolicyBlock-bgImg.jpg) center
    center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock.pricePolicy {
    padding: 4% 0 8%;
  }
}
.MainContentBlock.pricePolicy .MainContentBlock-leadText {
  text-align: center;
}

.pricePolicyBlock {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
.pricePolicyBlock:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock:after {
    display: none;
  }
}
.pricePolicyBlock .wrapper {
  position: relative;
}
.pricePolicyBlock .wrapper:before,
.pricePolicyBlock .wrapper:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
.pricePolicyBlock .wrapper:before {
  left: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock .wrapper:before {
    display: none;
  }
}
.pricePolicyBlock .wrapper:after {
  right: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock .wrapper:after {
    width: 100%;
  }
}

.pricePolicyBox {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricePolicyBox:nth-child(n) {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 32%;
  vertical-align: top;
  font-size: 1.3rem;
}
.pricePolicyBox:nth-child(3n + 1) {
  margin-left: 0;
}
.pricePolicyBox:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBox {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .pricePolicyBox:nth-child(n) {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .pricePolicyBox:nth-child(1n + 1) {
    margin-left: 0;
  }
  .pricePolicyBox:nth-child(1n + 1) {
    margin-right: 0;
  }
}

.pricePolicyBox-text {
  padding-left: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.planModalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.planModalBox {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 60px 40px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .planModalBox {
    padding: 60px 4% 60px;
  }
}

.planModalBox-closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.planModalBox-closeBtn:before,
.planModalBox-closeBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #000;
  content: "";
}
.planModalBox-closeBtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.planModalBox-closeBtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.planModalBox-closeBtn:hover {
  opacity: 0.5;
  cursor: pointer;
}

.planModalBox-header {
  margin-bottom: 4%;
  text-align: center;
}

.planModalBox-headTitle {
  margin-bottom: 3%;
  font-size: 1.8rem;
}

.planModalBox-price {
  margin-bottom: 2%;
  color: #e30000;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
.planModalBox-price strong {
  font-size: 2.8rem;
}
.planModalBox-price span {
  display: inline-block;
  margin-top: -2px;
  margin-left: 15px;
  padding: 0 15px;
  background-color: #e30000;
  color: #fff;
}

.planModalBox-subTitle {
  margin-top: 4%;
  font-size: 1.7rem;
}

.planModalBox-content:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.pickupPlanBox-modalList {
  width: 49%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-modalList {
    width: 100%;
  }
}
.pickupPlanBox-modalList:nth-child(2n + 1) {
  float: left;
}
.pickupPlanBox-modalList:nth-child(2n) {
  float: right;
}
.pickupPlanBox-modalList dt {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 30%;
  font-weight: bold;
}
.pickupPlanBox-modalList dd {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.Btn2 {
  display: block;
  border-radius: 0;
  text-align: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 3.39;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Btn2.isBdGold {
  border: 1px solid #b69955;
  color: #a37e31;
}
@media only screen and (max-width: 60em) {
  .Btn2.isBdGold {
    background-color: #b69955;
    color: #fff;
  }
}

.Btn2:hover.isBdGold {
  background-color: #b69955;
  color: #fff;
}

.pricePolicyBlock {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
.pricePolicyBlock:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock:after {
    display: none;
  }
}
.pricePolicyBlock .wrapper {
  position: relative;
}
.pricePolicyBlock .wrapper:before,
.pricePolicyBlock .wrapper:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 32%;
  height: 1px;
  /* background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
.pricePolicyBlock .wrapper:before {
  left: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock .wrapper:before {
    display: none;
  }
}
.pricePolicyBlock .wrapper:after {
  right: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock .wrapper:after {
    width: 100%;
  }
}

.pricePolicyBox {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricePolicyBox:nth-child(n) {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 32%;
  vertical-align: top;
  font-size: 1.3rem;
}
.pricePolicyBox:nth-child(3n + 1) {
  margin-left: 0;
}
.pricePolicyBox:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBox {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .pricePolicyBox:nth-child(n) {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .pricePolicyBox:nth-child(1n + 1) {
    margin-left: 0;
  }
  .pricePolicyBox:nth-child(1n + 1) {
    margin-right: 0;
  }
}

.planBox-wrapper {
  background: #fff;
  padding: 4%;
}

.pricePolicyBox-headTitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBox-headTitle {
    margin-bottom: 2%;
    font-size: 1.4rem;
    text-align: center;
    /*padding-left: 12%;*/
  }
}
.pricePolicyBox-headTitle span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 2.8rem;
  font-family: "PT Serif";
  line-height: 1;
}

.pricePolicyBox-text {
  padding-left: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.pricePolicyBox-c {
  font-size: 0.7rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.planReasonBlock {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
.planReasonBlock:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
@media only screen and (max-width: 60em) {
  .planReasonBlock:after {
    display: none;
  }
}
.planReasonBlock .wrapper {
  position: relative;
}
.planReasonBlock .wrapper:before,
.planReasonBlock .wrapper:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 32%;
  height: 1px;
  /* background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
.planReasonBlock .wrapper:before {
  left: 0;
}
@media only screen and (max-width: 60em) {
  .planReasonBlock .wrapper:before {
    display: none;
  }
}
.planReasonBlock .wrapper:after {
  right: 0;
}
@media only screen and (max-width: 60em) {
  .planReasonBlock .wrapper:after {
    width: 100%;
  }
}

.planReasonBox {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.planReasonBox:nth-child(n) {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 23%;
  vertical-align: top;
  font-size: 1.3rem;
}
.planReasonBox:nth-child(4n + 1) {
  margin-left: 0;
}
.planReasonBox:nth-child(4n + 2) {
  /*margin-right: 0;*/
}
.planReasonBox:nth-child(4n + 3) {
  /*margin-right: 0;*/
}

@media only screen and (max-width: 60em) {
  .planReasonBox {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .planReasonBox:nth-child(n) {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .planReasonBox:nth-child(1n + 1) {
    margin-left: 0;
  }
  .planReasonBox:nth-child(1n + 1) {
    margin-right: 0;
  }
}

.planBox-wrapper {
  background: #fff;
  padding: 4%;
}

.planReasonBox-headTitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  padding-left: 38px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .planReasonBox-headTitle {
    margin-bottom: 2%;
    font-size: 1.7rem;
    /*text-align: center;*/
    /*padding-left: 12%;*/
  }
}
.planReasonBox-headTitle span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 2.8rem;
  font-family: "PT Serif";
  line-height: 1;
}

.planReasonBox-text {
  padding-left: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.planReasonBox-c {
  font-size: 0.7rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.MainContentBlock.space-info {
  position: relative;
  padding: 40px 0 80px;
  background: transparent url(../img/plan/space-infoBlock-bgImg.jpg) center
    center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock.space-info {
    padding: 4% 0 8%;
  }
}
.MainContentBlock.space-info .MainContentBlock-leadText {
  text-align: center;
}

.space-infoBlock {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
.space-infoBlock:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
@media only screen and (max-width: 60em) {
  .space-infoBlock:after {
    display: none;
  }
}
.space-infoBlock .wrapper {
  position: relative;
}
.space-infoBlock .wrapper:before,
.space-infoBlock .wrapper:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
.space-infoBlock .wrapper:before {
  left: 0;
}
@media only screen and (max-width: 60em) {
  .space-infoBlock .wrapper:before {
    display: none;
  }
}
.space-infoBlock .wrapper:after {
  right: 0;
}
@media only screen and (max-width: 60em) {
  .space-infoBlock .wrapper:after {
    width: 100%;
  }
}

.space-infoBox {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-infoBox-headTitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}

.space-infoBox:nth-child(n) {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 23%;
  vertical-align: top;
  font-size: 1.3rem;
}
/*
.space-infoBox:nth-child(3n+1) {
  margin-left: 0;
}
.space-infoBox:nth-child(3n+3) {
  margin-right: 0;
}
*/
@media only screen and (max-width: 60em) {
  .space-infoBox {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .space-infoBox:nth-child(n) {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .space-infoBox:nth-child(1n + 1) {
    margin-left: 0;
  }
  .space-infoBox:nth-child(1n + 1) {
    margin-right: 0;
  }
}

.space-infoBox-text {
  padding-left: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.scale {
  text-align: center;
}

.scale img {
  max-width: 70%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.inner_small {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  word-break: break-all;
  word-wrap: break-word;
}

.inner_small .box_03 {
  margin-top: 50px;
  margin-bottom: 100px;
}
article:first-child .box_03 > .topic {
  margin-top: 0;
}
.hover_ev {
  display: block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.topic .topic_inner {
  position: relative;
}
.topic .topic_img {
  overflow: hidden;
  position: relative;
  padding-top: 66.67%;
}
.topic .topic_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.title_03,
.topic .title_01 {
  font-size: 20px;
  line-height: 1.6;
}
.text_03 {
  margin-top: 20px;
  word-wrap: break-word;
}
.text_01 {
  margin-top: 15px;
}
.tac {
  text-align: center;
  cursor: pointer;
}
.link_01 a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  color: #39424b;
  font-size: 14px;
}
.link_01 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 14px;
  margin-top: -1px;
  background: url(../img/common/link_icon_01.png) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .inner_small {
    min-width: 320px;
    max-width: none;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inner_small .box_03 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .title_03,
  .topic .title_01 {
    font-size: 14px;
  }
  .text_01 {
    margin-top: 15px;
    text-align: justify;
  }
  .link_01 {
    text-align: center;
  }

  .link_01 a {
    font-size: 12px;
  }

  .link_01 a:after {
    height: 12px;
  }
  .link_01 a:after {
    width: 6px;
    height: 12px;
    margin-top: 0;
  }
}

.movie-table {
  margin: 40px 0;
}
.movie-table p.price {
  font-size: 1.2rem;
  padding-top: 5px;
}
.movie-table p.price span {
  font-size: 1.7rem;
  font-weight: bold;
  color: #e40f0f;
}
.movie-table .price-area {
  text-align: center;
}

.movie-table .profile-movie {
  text-align: center;
  padding: 15px 0;
}

.movielistBlock {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
.movielistBlock:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32%;
  height: 1px;
  /*background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
@media only screen and (max-width: 60em) {
  .movielistBlock:after {
    display: none;
  }
}
.movielistBlock .wrapper {
  position: relative;
}
.movielistBlock .wrapper:before,
.movielistBlock .wrapper:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 32%;
  height: 1px;
  /* background-color: rgba(0, 0, 0, .2);*/
  content: "";
}
.movielistBlock .wrapper:before {
  left: 0;
}
@media only screen and (max-width: 60em) {
  .movielistBlock .wrapper:before {
    display: none;
  }
}
.movielistBlock .wrapper:after {
  right: 0;
}
@media only screen and (max-width: 60em) {
  .movielistBlock .wrapper:after {
    width: 100%;
  }
}

.movielist-1movie {
  margin: 0 auto;
  width: 40%;
}

.movielistBox {
  position: relative;
  padding-bottom: 30px;
}
.movielistBox:nth-child(n) {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 32%;
  vertical-align: top;
  font-size: 1.3rem;
}
.movielistBox:nth-child(3n + 1) {
  margin-left: 0;
}
.movielistBox:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .movielist-1movie {
    width: 100%;
  }
  .movielistBox {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .movielistBox:nth-child(n) {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .movielistBox:nth-child(1n + 1) {
    margin-left: 0;
  }
  .movielistBox:nth-child(1n + 1) {
    margin-right: 0;
  }
}

.planBox-wrapper {
  background: #fff;
  padding: 4%;
}

.movielistBox-headTitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .movielistBox-headTitle {
    margin-bottom: 2%;
    font-size: 1.4rem;
    text-align: center;
    /*padding-left: 12%;*/
  }
}
.movielistBox-headTitle span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 2.8rem;
  font-family: "PT Serif";
  line-height: 1;
}

.movielistBox-text {
  padding-left: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.movielistBox-c {
  font-size: 0.7rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}

.movie-notice {
  margin-top: 50px;
  background: #efefef;
  padding: 20px;
  border-radius: 10px;
}
.movie-option {
  display: table;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 8px 0;
}
.movie-option .option-detail {
  display: table-cell;
  width: 50%;
  border: 1px solid #ddd;
  padding: 7px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 60em) {
  .movie-option {
    display: table;
    margin-top: 20px;
    border-spacing: 0;
  }
  .movie-option .option-detail {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}


.optionlink {
  text-decoration: underline;
  background: rgb(182 153 85 / 24%);
}
.optionlink:hover {
  text-decoration: none;
}
.note-red {
  color: #db0404;
  font-weight: bold;
}
