@charset "UTF-8";
.flowset .text, .badgeflow .text, .calloutset .text, .mediaset .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .flowset .text, .badgeflow .text, .calloutset .text, .mediaset .text {
    font-size: 14px;
  }
}

.ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 24px;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    padding: 0 30px;
    height: 70px;
    font-size: 15px;
    background-position: center right 15px;
    background-size: 15px;
  }
}

/* 
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
#pagetitle h1 {
  width: 50%;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  padding-right: 10px;
  padding-left: calc((100% - 1180px) / 2);
}
@media (max-width: 1250px) {
  #pagetitle h1 {
    padding-left: 10px;
  }
}
#pagetitle small {
  margin-top: 10px;
  display: block;
  letter-spacing: 0.08em;
  font-size: 24px;
}
#pagetitle .image {
  width: 50%;
  height: 515px;
}
#pagetitle .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1179px) {
  #pagetitle .image {
    height: 340px;
  }
  #pagetitle h1 {
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    display: block;
  }
  #pagetitle .image {
    width: 100%;
    height: 260px;
  }
  #pagetitle h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    /*  text-align: center;
    padding: 30px 10px; */
    font-size: 28px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
  }
  #pagetitle small {
    margin-top: 5px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading1 h2 {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
.heading1 h2 small {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 1179px) {
  .heading1 h2 {
    font-size: 50px;
  }
  .heading1 h2 small {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 34px;
  }
  .heading1 h2 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading2 p {
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.heading2 p small {
  margin-left: 20px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 1179px) {
  .heading2 p {
    font-size: 40px;
  }
  .heading2 p small {
    margin-left: 15px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 30px;
  }
  .heading2 p small {
    margin-left: 10px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading3 p {
  font-size: 34px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
.heading3 p:before {
  margin-right: 15px;
  flex-shrink: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.heading3 p small {
  margin-left: 20px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 1179px) {
  .heading3 p {
    font-size: 28px;
  }
  .heading3 p small {
    margin-left: 15px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 24px;
  }
  .heading3 p:before {
    margin-right: 10px;
    width: 6px;
    height: 6px;
  }
  .heading3 p small {
    margin-left: 10px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading4 p {
  color: #3a0609;
  font-size: 24px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  padding: 15px 0 0 35px;
  background-image: url(../images/heading4-shape.png);
  background-repeat: no-repeat;
  background-position: top 0px left 0px;
  background-size: 60px;
}
.heading4 p small {
  margin-left: 20px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 20px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  line-height: 2;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) {
  /* 
  .title{
  	margin-bottom: $MD-tit-mb;
  	font-size: $MD-tit-fz;
  	line-height: $MD-tit-lh;
  }
  .text{
  	line-height: $lh;
  }
  .btn{
  	width: 100%;
  	max-width: $btnWidth;
  	margin-top: $MD-btn-mt;
  	a{
  		@extend %btn;
  	}
  }
   */
}
.mediaset:not(.img-small) .imgbox {
  width: 42.3728813559%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /* 
      .title {
       margin-bottom: $MDS-tit-mb;
       font-size: $MDS-tit-fz;
       line-height: $MDS-tit-lh;
  } 
   */
  /* 
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  } 
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small) {
    /* 	.title{
    	margin-bottom: $MD-sp-tit-mb;
    	font-size: $MD-sp-tit-fz;
    }
    .btn{
    	@include mx-auto();
    } */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 23.7288135593%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 1.6949152542%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col4 .title {
  text-align: center;
  background-color: #eeeeee;
  padding: 5px 3px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 48.275862069%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col4 .title {
    font-size: 14px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 30px;
}
.linkset.col3 li {
  width: 29.6610169492%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 5.5084745763%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 1179px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .linkset.col3 {
    /* 1並び
    max-width: $LS-col3-block-width;
    li {
      width: 100%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:nth-child(n + 2) {
        margin-top: $LS-NL-mb;
      }
    }
     */
  }
  .linkset.col3 ul {
    justify-content: center;
  }
  .linkset.col3 li {
    width: 48%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  .linkset.col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 0 15px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 80px;
  width: calc(100% - 20px);
  max-width: 350px;
}
.linkbtn a {
  height: 80px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .linkbtn a {
    height: 70px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 2px;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-normal th,
.tableset.type-normal td {
  /*   
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
     */
}
.tableset.type-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    margin-bottom: 1px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll table {
    border-spacing: 1px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 2px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border: 1px solid #dcdcdc;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  color: #fff;
  white-space: nowrap;
  /* 
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    margin-bottom: 1px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  border: solid 1px #dcdcdc;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /* 
  &:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 50px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 40px;
  width: 35.593220339%;
  margin-right: 3.3898305085%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #3a0609;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    left: -5px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 30.5084745763%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

/* ----------------------------------------------
カテゴリー一覧　categorylist 
------------------------------------------------- */
.categorylist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.categorylist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 10px 15px;
  gap: 10px 2.5%;
  background-color: #f9f8f4;
}
.categorylist ul li {
  width: 18%;
  /* &:nth-child(n + 4) {
    margin-top: 30px;
  }
  &:not(:nth-child(3n + 1)) {
    margin-left: mlCalc(360px, $contWidth, 3);
  }
  &:first-child {
    margin-left: 0;
  } */
  display: flex;
  justify-content: center;
  align-items: center;
}
.categorylist ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
.categorylist ul li a:hover {
  opacity: 0.6;
}
.categorylist ul li a:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
}
@media (max-width: 1179px) {
  .categorylist ul {
    min-height: 80px;
  }
  .categorylist ul li a {
    gap: 5px;
    font-size: 16px;
  }
  .categorylist ul li a:before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .categorylist ul {
    gap: 0px 20px;
  }
  .categorylist ul li {
    width: auto;
  }
}

/* ----------------------------------------------
ページネーション
------------------------------------------------- */
/* 
.ccm-pagination-wrapper {
  @include contSize(true);
  margin-bottom: $mb;
  .pagination {
    display: flex;
    justify-content: center;
  }
  .prev,
  .next,
  .page-item .visually-hidden {
    display: none;
  }
  //ボタンデザイン
  .page-item {
    padding: 3px;
    width: 56px;
    height: 56px;
    font-size: 18px;
    font-weight: bold;
    a,
    span {
      box-sizing: border-box;

      @include flex-center;
      width: 100%;
      height: 100%;
    }
    //リンク箇所
    a {
      text-decoration: none;
      @include opacity;
      background-color: $pagination-color;
      color: #fff;
    }
    //非リンク箇所
    span {
      border: solid 1px $pagination-color;
      background-color: #fff;
      color: $pagination-color;
    }
  }

  @include sp {
    .pagination {
      flex-wrap: wrap;
    }
    .page-item {
      padding: 3px;
      width: 36px;
      height: 36px;
      font-size: 14px;
    }
  }
}
 */
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers li {
  padding: 5px;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
}
.pagination .page-numbers li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.pagination .page-numbers li a:hover {
  opacity: 0.6;
}
.pagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination .page-numbers li span.current {
  background-color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pagination .page-numbers li {
    padding: 3px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
次へ、前へブロック(矢印つき・左右端配置)
------------------------------------------------- */
.ccm-block-next-previous {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link,
.ccm-block-next-previous .ccm-block-next-previous-next-link,
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  height: 100%;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-next-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover {
  opacity: 0.6;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link,
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  flex-shrink: 0;
  width: 100px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  gap: 19px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 100%;
  font-weight: inherit;
  color: inherit;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before, .ccm-block-next-previous .ccm-block-next-previous-previous-link a::after,
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before,
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  display: block;
  width: 22px;
  height: 9px;
  background: no-repeat center/100%;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  content: "";
  background-image: url("../images/prevnews-arrow.png");
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  order: 3;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  content: "";
  background-image: url("../images/nextnews-arrow.png");
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  order: 2;
  width: 240px;
  height: 60px;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  background-image: none;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover {
  background-image: none;
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    flex-wrap: wrap;
    max-width: 320px;
    gap: 20px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link {
    order: 2;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link {
    order: 3;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link {
    order: 1;
    margin: 0 auto;
  }
}

/* ----------------------------------------------
newscontents 新着情報詳細
------------------------------------------------- */
.newstop {
  margin-bottom: 20px;
  display: flex;
  font-weight: 400;
}
.newstop .category {
  margin-right: 30px;
  flex-shrink: 0;
  width: 160px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.newstop .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 0.08em;
}
.newstop .category a:hover {
  opacity: 0.6;
}
.newstop time {
  display: block;
  height: 40px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 1179px) {
  .newstop .category {
    margin-right: 20px;
    width: 120px;
    height: 30px;
    font-size: 14px;
  }
  .newstop time {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .newstop .category {
    margin-right: 15px;
    width: 100px;
    font-size: 13px;
  }
  .newstop time {
    font-size: 15px;
  }
}

.newscontents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
.newscontents .newstitle {
  margin-bottom: 100px;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.newscontents .newstext,
.newscontents .newsimage {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.newscontents .newsimage {
  margin-bottom: 45px;
  text-align: center;
}
.newscontents .newstext {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
@media (max-width: 1179px) {
  .newscontents .newstitle {
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .newscontents .newstext {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newscontents .newstitle {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .newscontents .newsimage {
    margin-bottom: 30px;
  }
  .newscontents .newstext {
    font-size: 15px;
  }
}

/* ----------------------------------------------
間取り図ポップアップブロック　popblock
------------------------------------------------- */
.popblock {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 2.666666666%;
  /*  @media (min-width: 768px) {
    &.pc_clearblock{
      .block {
        clear: both; 
      }
    }
  } */
  /*  @include sp {
    &.sp_clearblock{
      .block {
        clear: both; 
      }
    }
  } */
  /* &:nth-child(even){
  .block {
      clear: both; 
    }
  } */
}
.popblock .block.sold .image a:before, .popblock .block.coming .image a:before {
  bottom: 0;
  right: 0;
  background-image: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popblock .block.sold .image a:before {
  font-size: 18px;
  content: "成約済み";
}
.popblock .block.sold a {
  pointer-events: none;
}
.popblock .block.sold .price {
  display: none;
}
.popblock .block.coming .image a:before {
  font-size: 14px;
  content: "Coming Soon";
}
.popblock .block.coming a {
  pointer-events: none;
}
.popblock .block.coming .price {
  display: none;
}
.popblock .block {
  width: 23%;
  /* float: left;
  width: 22%;
  margin-bottom: 70px;
  margin-left: 1.5% !important;
  margin-right: 1.5% !important; */
}
.popblock .title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  color: #fff;
}
.popblock .data,
.popblock .image {
  margin-bottom: 5px;
}
.popblock .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 260/160;
}
.popblock .image a {
  transition: all 0.5s ease-out;
  display: block;
  position: relative;
}
.popblock .image a:hover {
  opacity: 0.6;
}
.popblock .image a:before {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/popblockarrow.png) no-repeat center/cover;
}
.popblock .data {
  display: flex;
}
.popblock .data p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.popblock .data p:first-child {
  width: 90px;
  flex-shrink: 0;
  color: #fff;
  letter-spacing: 0.1em;
}
.popblock .data p:last-child {
  flex: 1;
  background-color: #eeeeee;
  color: #333333;
}
.popblock .price p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}
.popblock .price p:first-child {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.popblock .price p:last-child {
  background-color: #eeeeee;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1179px) {
  .popblock .data p {
    padding: 0 5px;
    font-size: 13px;
  }
  .popblock .data p:first-child {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .popblock {
    gap: 60px 6%;
  }
  .popblock .block {
    width: 47%;
    /*    height: auto !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important; */
  }
  .popblock .block.block_space {
    display: none;
  }
}

.featherlight-wrapper {
  display: none;
  height: calc(100vh - 60px);
  padding: 30px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .featherlight-wrapper {
    padding: 30px 15px;
  }
}

.featherlight .featherlight-content {
  max-width: 1100px;
}

.featherlight-content {
  width: 90%;
}
.featherlight-content .poptitle {
  margin-bottom: 30px;
  text-align: center;
  color: #3a0609;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  gap: 20px;
  display: flex;
  justify-content: center;
}
.featherlight-content .poptitle small {
  /*   align-self: flex-end;
  display: block; */
  font-size: 20px;
}
.featherlight-content .popcatch {
  margin-bottom: 35px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
.featherlight-content .popdata {
  margin-bottom: 20px;
}
.featherlight-content .popdata ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0.87%;
}
.featherlight-content .popdata li {
  width: 19.3%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  color: #3a0609;
  font-size: 14px;
  line-height: 1.4;
}
.featherlight-content .popdata li strong {
  width: 100%;
  height: 100%;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featherlight-content .poptext {
  /*   margin-bottom: 20px;
  color: #212121;
  font-size: 18px;
  font-weight: bold; */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
.featherlight-content .poptext span {
  font-size: 24px;
}
.featherlight-content .popdata2 {
  margin-bottom: 30px;
}
.featherlight-content .popdata2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 35px;
  min-height: 70px;
  padding: 10px 15px;
  background-color: #fdf0f1;
}
.featherlight-content .popdata2 li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.featherlight-content .popimages {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 20px 2%;
}
.featherlight-content .popimages .image {
  /* width: 32%;
  max-width: 320px; */
  flex: 1;
}
.featherlight-content .popimages .image img {
  width: 100%;
}
.featherlight-content .annotation {
  color: #000;
  font-size: 12px;
}
@media (max-width: 767px) {
  .featherlight-content .poptitle {
    margin-bottom: 25px;
    font-size: 30px;
    flex-direction: column;
    align-items: center;
  }
  .featherlight-content .poptitle small {
    font-size: 18px;
  }
  .featherlight-content .popcatch {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .featherlight-content .popdata ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
  }
  .featherlight-content .popdata li {
    width: 49%;
    height: 30px;
    font-size: 12px;
  }
  .featherlight-content .popdata li:nth-child(5) {
    margin-right: 32%;
  }
  .featherlight-content .poptext {
    font-size: 16px;
    /* span {
      display: block;
    } */
  }
  .featherlight-content .poptext span {
    font-size: 20px;
  }
  .featherlight-content .popdata2 ul {
    gap: 5px 20px;
    min-height: 60px;
  }
  .featherlight-content .popdata2 li {
    font-size: 16px;
  }
  .featherlight-content .popimages {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .featherlight-content .popimages .image {
    width: 100%;
    max-width: 400px;
  }
}

.featherlight .featherlight-close-icon {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: Arial, sans-serif;
  border-radius: 50%;
  background: #444444;
}
.featherlight .featherlight-close-icon:before {
  content: "✕";
}

/* ----------------------------------------------
来場予約フォーム
------------------------------------------------- */
#booking-package_calendarPage .day_slot.available_day,
#booking-package_calendarPage .day_slot.closingDay {
  position: relative;
}
#booking-package_calendarPage .day_slot.available_day:before,
#booking-package_calendarPage .day_slot.closingDay:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  height: 20px;
}
@media (max-width: 767px) {
  #booking-package_calendarPage .day_slot.available_day:before,
  #booking-package_calendarPage .day_slot.closingDay:before {
    font-size: 12px;
  }
}

#booking-package_calendarPage .day_slot.available_day:before {
  content: "予約する";
}

#booking-package_calendarPage .day_slot.closingDay:before {
  color: red;
  content: "受付終了";
}

#booking-package .selectable_time_slot.closed .timeSlot:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  height: 20px;
  color: red;
  content: "受付終了";
}

#returnToSchedules.return_form_button,
#booking-package button.book_now_button,
#returnToCalendarButton.return_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  color: #333;
  border: solid 1px #333;
}
#returnToSchedules.return_form_button:hover,
#booking-package button.book_now_button:hover,
#returnToCalendarButton.return_button:hover {
  opacity: 0.6;
}

#returnToSchedules.return_form_button {
  max-width: 160px;
}

#returnToCalendarButton.return_button {
  max-width: 160px;
  margin-top: 40px;
}

#booking-package button.book_now_button {
  margin-top: 40px;
  max-width: 240px;
  height: 60px;
  font-size: 17px;
  border: none;
  font-weight: bold;
  background-color: #b1883a;
  color: #fff;
}

#booking-package_inputFormPanel .row {
  display: flex;
  gap: 20px;
}
#booking-package_inputFormPanel .row .name {
  width: 280px;
  font-weight: bold;
}
#booking-package_inputFormPanel .row .value {
  flex: 1;
}
#booking-package_inputFormPanel .row .value > div:has(> label) {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
#booking-package_inputFormPanel .row .description {
  font-size: 14px;
  line-height: 1.6;
}
#booking-package_inputFormPanel .row #searchButton {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 3px 5px;
  border-bottom: solid 1px #333;
}
@media (max-width: 767px) {
  #booking-package_inputFormPanel .row {
    display: block;
  }
  #booking-package_inputFormPanel .row .name {
    width: 100%;
  }
}

/* ----------------------------------------------
追加デザイン
------------------------------------------------- */
#main #booking-package_schedulePage .daysListPanel {
  display: none !important;
}
#main #booking-package_schedulePage {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#main #booking-package_schedulePage .courseListPanel {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: none;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
#main #blockPanel {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=contents.css.map */