@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
#mainimg_sub {
  height: 400px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #mainimg_sub {
    height: 240px;
  }
}
@media screen and (max-width: 479px) {
  #mainimg_sub {
    height: 180px;
  }
}

.ttl_base {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .ttl_base {
    margin-bottom: 30px;
  }
}
.ttl_base h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .ttl_base h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 479px) {
  .ttl_base h2 {
    font-size: 2.4rem;
  }
}
.ttl_base h3 {
  font-size: 1.3rem;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .ttl_base h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .ttl_base h3 {
    font-size: 1.1rem;
  }
}

.ttl_large {
  font-size: 3.2rem;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .ttl_large {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 479px) {
  .ttl_large {
    font-size: 2.4rem;
  }
}

.ttl_mid {
  font-size: 2.4rem;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .ttl_mid {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 479px) {
  .ttl_mid {
    font-size: 1.9rem;
  }
}

.box_wt {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  background: #fff;
  padding: 40px 3em;
}
@media screen and (max-width: 479px) {
  .box_wt {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 2em;
  }
}
.box_wt h3 {
  font-size: 2.4rem;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .box_wt h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 479px) {
  .box_wt h3 {
    font-size: 1.9rem;
  }
}

/*----------------------------------------------------
	index
----------------------------------------------------*/
#page_index #mainimg {
  min-height: 90vh;
  background: url(../images/index/mainimg@2x.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_index #mainimg {
    min-height: 70vh;
  }
}
@media screen and (max-width: 479px) {
  #page_index #mainimg {
    min-height: 60vh;
  }
}
#page_index #mainimg .inner {
  position: relative;
  width: 100%;
  min-height: 90vh;
  height: 100%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_index #mainimg .inner {
    min-height: 70vh;
  }
}
@media screen and (max-width: 479px) {
  #page_index #mainimg .inner {
    min-height: 60vh;
  }
}
#page_index #mainimg .inner img.logo {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 42%;
  height: auto;
}
@media screen and (max-width: 479px) {
  #page_index #mainimg .inner img.logo {
    left: auto;
    bottom: auto;
    right: 4%;
    top: 60%;
    width: 60%;
  }
}
#page_index #mainimg .inner a.globalsite {
  position: absolute;
  right: 0;
  top: 120px;
  display: block;
  width: 500px;
  max-width: 40%;
  height: auto;
}
#page_index #mainimg .inner a.globalsite:hover {
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  #page_index #mainimg .inner a.globalsite {
    right: 0;
    top: 20px;
    width: 64%;
    max-width: 64%;
 }
}


#page_index #main #sct_news {
  background: #EDF7FD;
  padding-bottom: 100px;
}
#page_index #main #sct_news .container .ttl_base {
  transform: translateY(-20px);
  margin-bottom: 30px;
}
#page_index #main #sct_news .container .news_list {
  *zoom: 1;
  margin-bottom: 40px;
  border-top: 1px solid #999;
}
#page_index #main #sct_news .container .news_list:before, #page_index #main #sct_news .container .news_list:after {
  content: "";
  display: table;
}
#page_index #main #sct_news .container .news_list:after {
  clear: both;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_news .container .news_list {
    margin-bottom: 30px;
  }
}
#page_index #main #sct_news .container .news_list dt {
  width: 15em;
  float: left;
  padding: 12px 0 12px 1em;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_news .container .news_list dt {
    width: 100%;
    padding: 12px 0 0 0;
    float: none;
    font-size: 1.1rem;
  }
}
#page_index #main #sct_news .container .news_list dt span {
  display: inline-block;
}
#page_index #main #sct_news .container .news_list dt span.date {
  margin-right: 0.5em;
}
#page_index #main #sct_news .container .news_list dt span.cat {
  background: #E37C7C;
  padding: 0 1.2em 1px;
  color: #fff;
  font-size: 1.2rem;
}
#page_index #main #sct_news .container .news_list dt span.cat.event {
  background: #1E6C83;
}
#page_index #main #sct_news .container .news_list dt span.cat.media {
  background: #1E834D;
}
#page_index #main #sct_news .container .news_list dt span.cat.zisyukouen {
  background: #73AEBF;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_news .container .news_list dt span.cat {
    font-size: 1rem;
  }
}
#page_index #main #sct_news .container .news_list dd {
  padding: 12px 0 12px 16em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_news .container .news_list dd {
    padding: 6px 0 12px;
    font-size: 1.3rem;
  }
}
#page_index #main #sct_pickup {
  background: #fff url(../images/index/content_bg.png) no-repeat left center;
  background-size: 50% 50%;
  padding-bottom: 140px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup {
    padding-bottom: 60px;
  }
}
#page_index #main #sct_pickup .container .ttl_base {
  transform: translateY(-20px);
  margin-bottom: 30px;
}
#page_index #main #sct_pickup .pu_col02 {
  margin-bottom: 110px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#page_index #main #sct_pickup .pu_col02 .pic {
  -moz-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  width: 57.8125%;
  min-height: 360px;
}
#page_index #main #sct_pickup .pu_col02 .pic.pic--left {
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .pic.pic--left {
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0;
  }
}
#page_index #main #sct_pickup .pu_col02 .pic.pic--right {
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .pic.pic--right {
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 0 0 20px;
    margin-left: 10%;
    order: 1;
  }
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .pic {
    width: 90%;
    min-height: 160px;
  }
}
#page_index #main #sct_pickup .pu_col02 .txt {
  width: 42.1875%;
  padding: 40px 0;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .txt {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .txt.txt--left {
    order: 2;
  }
}
#page_index #main #sct_pickup .pu_col02 .txt.txt--left .wrap {
  padding: 0 10% 0 37%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_index #main #sct_pickup .pu_col02 .txt.txt--left .wrap {
    padding: 0 8% 0 12%;
  }
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .txt.txt--left .wrap {
    padding: 0 10%;
  }
}
#page_index #main #sct_pickup .pu_col02 .txt.txt--right .wrap {
  padding: 0 37% 0 10%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_index #main #sct_pickup .pu_col02 .txt.txt--right .wrap {
    padding: 0 12% 0 8%;
  }
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .txt.txt--right .wrap {
    padding: 0 10%;
  }
}
#page_index #main #sct_pickup .pu_col02 .txt h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_pickup .pu_col02 .txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#page_index #main #sct_pickup .pu_col02 .txt .desc {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#page_index #main #sct_pickup .pu01 .pic {
  background: url(../images/index/pu_img01.jpg) no-repeat right top;
  background-size: cover;
}
#page_index #main #sct_pickup .pu02 .pic {
  background: url(../images/index/pu_img02.jpg) no-repeat left top;
  background-size: cover;
}
#page_index #main #sct_pickup .pu03 .pic {
  background: url(../images/index/pu_img03.jpg) no-repeat right center;
  background-size: cover;
}
#page_index #main #sct_other {
  background: #FDF0F0;
  padding-bottom: 0px;
  margin-bottom: -80px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_other {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
#page_index #main #sct_other .container .ttl_base {
  transform: translateY(-20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_other .container .ttl_base {
    margin-bottom: 6px;
  }
}
#page_index #main #sct_other .container .menu {
  transform: translateY(-40%);
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_other .container .menu {
    transform: translateY(0);
  }
}
#page_index #main #sct_other .container .menu ul li {
  width: 32.22%;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_other .container .menu ul li {
    width: 48%;
  }
  #page_index #main #sct_other .container .menu ul li:nth-child(2) {
    display: none;
  }
}
#page_index #main #sct_other .container .menu ul li a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_other .container .menu ul li a {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
#page_index #main #sct_other .container .menu ul li a .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page_index #main #sct_other .container .menu ul li a .pic img {
  width: 100%;
  transition: all 0.3s;
}
#page_index #main #sct_other .container .menu ul li a .ttl {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: RGBa(0, 0, 0, 0.5);
  padding: 18px 1em;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  #page_index #main #sct_other .container .menu ul li a .ttl {
    padding: 10px 1em;
  }
}
#page_index #main #sct_other .container .menu ul li a:hover .pic img {
  transform: scale(1.05, 1.05);
}
#page_index #main #sct_other .container .menu ul li a:hover .ttl {
  background: #E37C7C;
}

/*----------------------------------------------------
	about
----------------------------------------------------*/
#page_about #mainimg_sub {
  background: url(../images/about/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_about #main {
  padding-top: 60px;
}
@media screen and (max-width: 479px) {
  #page_about #main {
    padding: 40px 0 0;
  }
}
#page_about #main #sct01 .slim {
  padding:0 10%;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct01 .slim {
    padding:0 6%;
  }
}

#page_about #main #sct01 .ytube {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct01 .ytube {
    margin-bottom: 40px;
  }
}

#page_about #main #sct01 .bg {
  background: url(../images/about/sct01_bg.png) no-repeat left top;
  background-size: 91.3%;
  padding: 280px 0 80px 45.5%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_about #main #sct01 .bg {
    padding: 220px 0 80px 16%;
  }
}
@media screen and (max-width: 479px) {
  #page_about #main #sct01 .bg {
    background-size: 100%;
    padding: 190px 0 80px 0;
  }
}
#page_about #main #sct02 {
  margin-bottom: 20px;
}
#page_about #main #sct02 .ttl {
  padding: 136px 0 166px;
  background: url(../images/about/sct02_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct02 .ttl {
    padding: 106px 0 136px;
  }
}
#page_about #main #sct02 .ttl h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_about #main #sct02 .ttl h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 479px) {
  #page_about #main #sct02 .ttl h3 {
    font-size: 2.4rem;
  }
}
#page_about #main #sct02 .text {
  max-width: 1000px;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  #page_about #main #sct02 .text {
    transform: translateY(-20%);
  }
}
#page_about #main #sct03 {
  background: #EDF7FD;
  padding-bottom: 60px;
}
#page_about #main #sct03 .container .ttl_base {
  transform: translateY(-20px);
  margin-bottom: 30px;
}
#page_about #main #sct03 .container .nohgakushi01 li {
  width: 35%;
  padding: 0 2.5% 20px;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct03 .container .nohgakushi01 li {
    width: 48%;
    padding: 0 0 20px;
  }
}
#page_about #main #sct03 .container .nohgakushi01 li img {
  width: 100%;
}
#page_about #main #sct03 .container .nohgakushi02::after {
  display: block;
  content: '';
  width: 30%;
}
#page_about #main #sct03 .container .nohgakushi02 li {
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct03 .container .nohgakushi02 li {
    width: 48%;
  }
}
#page_about #main #sct03 .container .nohgakushi02 li img {
  width: 100%;
}

/* 2022.10 追記  */
#page_about #main #sct_greet .bg {
  background: url(../images/greet/sct01_bg.png) no-repeat left top;
  background-size: 91.3%;
  padding: 200px 0 80px 56%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_about #main #sct_greet .bg {
    padding: 220px 0 80px 16%;
  }
}
@media screen and (max-width: 479px) {
  #page_about #main #sct_greet .bg {
    background-size: 100%;
    padding: 190px 0 80px 0;
  }
}
#page_about #main #sct_greet .bg .text .name {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
#page_about #main #sct_greet .bg .text .name small {
  font-size: 1.2rem;
}


#page_about #main #sct_history {
  padding-bottom: 80px;
}
#page_about #main #sct_history .enkaku {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct_history .enkaku {
    margin-bottom: 10px;
  }
}
#page_about #main #sct_history .enkaku .img img {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#page_about #main #sct_history .enkaku .txt .desc {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct_history .enkaku .txt .desc {
    font-size: 1.4rem;
  }
}
#page_about #main #sct_history .base_t {
  margin-bottom: 40px;
}
#page_about #main #sct_history .base_t th {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 12em;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct_history .base_t th {
    width: 100%;
    padding: 4px 1em;
  }
}
#page_about #main #sct_history .bt_list ul::before {
  display: block;
  content: "";
  width: 24%;
  order: 1;
}
#page_about #main #sct_history .bt_list ul::after {
  display: block;
  content: "";
  width: 24%;
}
#page_about #main #sct_history .bt_list ul li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_about #main #sct_history .bt_list ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}
#page_about #main #sct_history .bt_list ul li a.btn {
  width: 100%;
}

#page_about #main #sct_history .links-info {
  margin-top: 30px;
}
#page_about #main #sct_history .links-info dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  margin-bottom: 14px;
  padding-bottom: 6px;
}
#page_about #main #sct_history .links-info dl dt span {
  display: block;
  border-left: 7px solid #416690;
  padding-left: 0.5em;
  line-height: 1.4;
  color: #416690;
}

#page_about #main #sct_history .links-info dl dd {
  margin-bottom: 40px;
}

#page_about #main #sct_history .links-info dl dd a {
  display: inline-block;
  margin-right: 2em;
  text-decoration: underline;
}



/*----------------------------------------------------
	greet
----------------------------------------------------*/
#page_greet #mainimg_sub {
  background: url(../images/greet/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_greet #main {
  padding-top: 60px;
}
@media screen and (max-width: 479px) {
  #page_greet #main {
    padding: 40px 0 0;
  }
}
#page_greet #main #sct01 .bg {
  background: url(../images/greet/sct01_bg.png) no-repeat left top;
  background-size: 91.3%;
  padding: 200px 0 80px 56%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_greet #main #sct01 .bg {
    padding: 220px 0 80px 16%;
  }
}
@media screen and (max-width: 479px) {
  #page_greet #main #sct01 .bg {
    background-size: 100%;
    padding: 190px 0 80px 0;
  }
}
#page_greet #main #sct01 .bg .text .name {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
#page_greet #main #sct01 .bg .text .name small {
  font-size: 1.2rem;
}
#page_greet #main #sct02 {
  padding-bottom: 80px;
}
#page_greet #main #sct02 .enkaku {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  #page_greet #main #sct02 .enkaku {
    margin-bottom: 10px;
  }
}
#page_greet #main #sct02 .enkaku .img img {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#page_greet #main #sct02 .enkaku .txt .desc {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  #page_greet #main #sct02 .enkaku .txt .desc {
    font-size: 1.4rem;
  }
}
#page_greet #main #sct02 .base_t {
  margin-bottom: 40px;
}
#page_greet #main #sct02 .base_t th {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 12em;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #page_greet #main #sct02 .base_t th {
    width: 100%;
    padding: 4px 1em;
  }
}
#page_greet #main #sct02 .bt_list ul::before {
  display: block;
  content: "";
  width: 24%;
  order: 1;
}
#page_greet #main #sct02 .bt_list ul::after {
  display: block;
  content: "";
  width: 24%;
}
#page_greet #main #sct02 .bt_list ul li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_greet #main #sct02 .bt_list ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}
#page_greet #main #sct02 .bt_list ul li a.btn {
  width: 100%;
}

/*----------------------------------------------------
	independent
----------------------------------------------------*/
#page_independent #mainimg_sub {
  background: url(../images/independent/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_independent #main {
  padding: 60px 0;
}
@media screen and (max-width: 479px) {
  #page_independent #main {
    padding: 40px 0 60px;
  }
}
#page_independent #main #sct01 {
  margin-bottom: 50px;
}
#page_independent #main #sct02 .kouen_list {
  margin-bottom: 50px;
}
#page_independent #main #sct02 .kouen_list h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #page_independent #main #sct02 .kouen_list h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  #page_independent #main #sct02 .kouen_list h3 span {
    display: block;
    line-height: 1.1;
  }
}
@media screen and (max-width: 479px) {
  #page_independent #main #sct02 .kouen_list .t_scroll {
    overflow: auto;
    /*スクロールさせる*/
    white-space: nowrap;
    /*文字の折り返しを禁止*/
    width: 100%;
  }
  #page_independent #main #sct02 .kouen_list .t_scroll::-webkit-scrollbar {
    height: 5px;
  }
  #page_independent #main #sct02 .kouen_list .t_scroll::-webkit-scrollbar-track {
    background: #333;
  }
  #page_independent #main #sct02 .kouen_list .t_scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
#page_independent #main #sct02 .kouen_list .t_scroll table {
  width: 100%;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr th {
  border: 1px solid #707070;
  padding: 8px 0.8em;
  text-align: center;
  font-weight: bold;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td {
  border: 1px solid #707070;
  padding: 14px 0.8em;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(1) {
  width: 10em;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(2) {
  width: 4em;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(3) {
  width: 7em;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(4) {
  padding: 14px 1em;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(5) {
  width: 12em;
}
#page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(1), #page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(2), #page_independent #main #sct02 .kouen_list .t_scroll table tr td:nth-child(3) {
  text-align: center;
}
#page_independent #main #sct02 .kouen_list.normal h3 span {
  color: #73AEBF;
}
#page_independent #main #sct02 .kouen_list.normal table {
  background: #F0FCFF;
}
#page_independent #main #sct02 .kouen_list.special h3 span {
  color: #E37C7C;
}
#page_independent #main #sct02 .kouen_list.special table {
  background: #FFEFEF;
}
#page_independent #main #sct03 {
  padding-top: 60px;
}
#page_independent #main #sct03 .bt .flex .btn {
  min-width: 38%;
  margin: 0 1em 20px;
}
@media screen and (max-width: 479px) {
  #page_independent #main #sct03 .bt .flex .btn {
    margin: 0 0 20px;
    width: 100%;
  }
}

/*----------------------------------------------------
	schedule
----------------------------------------------------*/
#page_schedule #mainimg_sub {
  background: url(../images/schedule/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_schedule #main {
  padding: 60px 0;
}
@media screen and (max-width: 479px) {
  #page_schedule #main {
    padding: 40px 0 60px;
  }
}
#page_schedule #main #sct01 .desc {
  text-align: center;
}
#page_schedule #main #sct02 {
  padding-top: 60px;
}
#page_schedule #main #sct02 .bt .flex .btn {
  min-width: 38%;
  margin: 0 1em 20px;
}
@media screen and (max-width: 479px) {
  #page_schedule #main #sct02 .bt .flex .btn {
    margin: 0 0 20px;
    width: 100%;
  }
}

/*----------------------------------------------------
	ticket
----------------------------------------------------*/
#page_ticket #mainimg_sub {
  background: url(../images/ticket/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_ticket #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_ticket #main {
    padding: 40px 0 60px;
  }
}
#page_ticket #main #sct01 .desc {
  text-align: center;
  margin-bottom: 40px;
}
#page_ticket #main #sct01 .info {
  margin-bottom: 50px;
}
#page_ticket #main #sct01 .info .pic {
  width: 18.8%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_ticket #main #sct01 .info .pic {
    width: 14%;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info .pic {
    width: 100%;
    text-align: center;
    padding: 0 30%;
    margin-bottom: 18px;
  }
}
#page_ticket #main #sct01 .info .pic img {
  -moz-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
}
#page_ticket #main #sct01 .info .txt {
  width: 75%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_ticket #main #sct01 .info .txt {
    width: 81%;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info .txt {
    width: 100%;
  }
}
#page_ticket #main #sct01 .info .txt h4 {
  color: #B54A4A;
  font-size: 2.4rem;
  border-bottom: 1px solid #B54A4A;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_ticket #main #sct01 .info .txt h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info .txt h4 {
    font-size: 1.6rem;
    text-align: center;
  }
}
#page_ticket #main #sct01 .info.info01 .tel {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_ticket #main #sct01 .info.info01 .tel {
    font-size: 4rem;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info01 .tel {
    font-size: 3.2rem;
    text-align: center;
  }
}
#page_ticket #main #sct01 .info.info01 .tel a {
  color: #333;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info01 .time {
    text-align: center;
  }
}
#page_ticket #main #sct01 .info.info02 .flex address {
  padding-right: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info02 .flex address {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
}
#page_ticket #main #sct01 .info.info02 .flex address .name {
  padding-right: 15px;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info02 .flex address .name {
    padding-right: 0;
    font-size: 2.4rem;
  }
}
#page_ticket #main #sct01 .info.info02 .flex .bt {
  width: 48%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_ticket #main #sct01 .info.info02 .flex .bt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info02 .flex .bt {
    width: 100%;
    padding-top: 20px;
  }
}
#page_ticket #main #sct01 .info.info02 .flex .bt .btn {
  width: 100%;
}
#page_ticket #main #sct01 .info.info03 .date {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info03 .date {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info03 .bt {
    flex-wrap: wrap;
  }
}
#page_ticket #main #sct01 .info.info03 .bt .item {
  width: 48%;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .info.info03 .bt .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
#page_ticket #main #sct01 .info.info03 .bt .item a {
  width: 100%;
  margin-bottom: 10px;
}
#page_ticket #main #sct01 .sale_start {
  padding-top: 30px;
}
#page_ticket #main #sct01 .sale_start h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .sale_start h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .sale_start .flex {
    flex-wrap: wrap;
  }
}
#page_ticket #main #sct01 .sale_start .flex .txt {
  margin-right: 1.5em;
}
#page_ticket #main #sct01 .sale_start .flex .bt {
  width: 40%;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct01 .sale_start .flex .bt {
    width: 100%;
    padding-top: 20px;
  }
}
#page_ticket #main #sct01 .sale_start .flex .bt .btn {
  width: 100%;
}
#page_ticket #main #sct_360 .seat .item {
  margin-bottom: 50px;
}
#page_ticket #main #sct_360 .seat .item h4 {
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  #page_ticket #main #sct_360 .seat .item h4 {
    font-size: 2rem;
  }
}

/*----------------------------------------------------
	members
----------------------------------------------------*/
#page_members #mainimg_sub {
  background: url(../images/members/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_members #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_members #main {
    padding: 40px 0 20px;
  }
}
#page_members #main #sct01 .bg {
  background: url(../images/members/sct01_bg.png) no-repeat left top;
  background-size: 91.3%;
  padding: 300px 0 80px 56%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_members #main #sct01 .bg {
    padding: 230px 0 20px 16%;
  }
}
@media screen and (max-width: 479px) {
  #page_members #main #sct01 .bg {
    background-size: 100%;
    padding: 190px 0 60px 0;
  }
}
#page_members #main #sct01 .bg .text .font_min {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
#page_members #main #sct01 .bg .text .bt a {
  width: 48%;
  margin-bottom: 10px;
}
#page_members #main #sct01 .bg .text .bt a:last-child {
  width: 100%;
}
@media screen and (max-width: 479px) {
  #page_members #main #sct01 .bg .text .bt a {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
	information
----------------------------------------------------*/
#page_information #mainimg_sub {
  background: url(../images/information/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_information #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_information #main {
    padding: 40px 0 60px;
  }
}
#page_information #main #sct01 .intro_col02 {
  margin-bottom: 80px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_information #main #sct01 .intro_col02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  #page_information #main #sct01 .intro_col02 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#page_information #main #sct01 .intro_col02 .pic {
  -moz-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
  width: 41.43%;
  min-height: 360px;
  background: url(../images/information/sct01_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct01 .intro_col02 .pic {
    width: 90%;
    min-height: 160px;
  }
}
#page_information #main #sct01 .intro_col02 .txt {
  width: 56.125%;
  padding: 40px 0;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct01 .intro_col02 .txt {
    width: 100%;
    padding: 30px 0;
  }
}
#page_information #main #sct01 .intro_col02 .txt .wrap {
  padding: 0 20% 0 8%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_information #main #sct01 .intro_col02 .txt .wrap {
    padding: 0 10% 0 8%;
  }
}
@media screen and (max-width: 479px) {
  #page_information #main #sct01 .intro_col02 .txt .wrap {
    padding: 0 10%;
  }
}
#page_information #main #sct01 .intro_col02 .txt h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct01 .intro_col02 .txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#page_information #main #sct01 .intro_col02 .txt .desc {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#page_information #main #sct02 .container .bg {
  background: url(../images/information/sct02_bg01.png) no-repeat right top;
  background-size: 68.75%;
  padding: 243px 60% 60px 0;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_information #main #sct02 .container .bg {
    padding: 243px 16% 60px 0;
  }
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .bg {
    padding: 160px 10% 40px 0;
    background-size: 96%;
  }
}

#page_information #main #sct02 .container .shisetsu {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .shisetsu {
    margin-bottom: 40px;
  }

}
#page_information #main #sct02 .container .shisetsu .desc {
  margin-bottom: 20px;
}

#page_information #main #sct02 .container .bt {
  padding: 0 16%;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .bt {
    padding: 0;
  }
}
#page_information #main #sct02 .container .bt .flex li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .bt .flex li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#page_information #main #sct02 .container .bt .flex li .btn {
  width: 100%;
}
#page_information #main #sct02 .container .bt .flex li:last-child {
  width: 100%;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .bt .flex li:last-child {
    line-height: 1.1;
  }
  #page_information #main #sct02 .container .bt .flex li:last-child small {
    font-size: 1rem;
  }
}

#page_information #main #sct02 .container .bts {
  padding: 0 16%;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .bts {
    padding: 0;
  }
}
#page_information #main #sct02 .container .bts .flex li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_information #main #sct02 .container .bts .flex li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#page_information #main #sct02 .container .bts .flex li .btn {
  width: 100%;
}
#page_information #main #sct02 .container .bts .flex li:first-child {
  width: 100%;
}

/*　2022.10　追記　*/

#page_information #main #sct_flow {
  margin-top: 40px;
  margin-bottom: 80px;
}
#page_information #main #sct_docs {
  margin-bottom: 80px;
}
#page_information #main .flex.flex--info {
  margin-bottom: 40px;
}

#page_information #main .flex.flex--info .box {
  width: 48%;
  border-radius: 16px;
  padding: 30px 5%;
  background: #F0FCFF;
}
@media screen and (max-width: 479px) {
  #page_information #main .flex.flex--info .box {
    width: 100%;
    margin-bottom: 20px
  }
}
#page_information #main .flex.flex--info .box.box--pink {
  background: #FFEFEF;
}
#page_information #main .flex.flex--info .box h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_information #main .flex.flex--info .box h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
#page_information #main .flex.flex--info .box dl dt {
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-weight: bold;
}
#page_information #main .flex.flex--info .box dl dd {
  margin-bottom: 30px;
}
#page_information #main .flex.flex--info .box dl dd .bt {
  margin-top: 14px;
}
#page_information #main .flex.flex--info .box dl dd .bt a {
  display: block;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 6px 1em;
  color: #BA1D1D;
  font-weight: bold;
}
#page_information #main .flex.flex--info .box h4 {
  margin-top: -10px;
  margin-bottom: 10px;
}
#page_information #main .flex.flex--info .box p {
  margin-bottom: 10px;
}
#page_information #main .flex.flex--info .box p a.btn {
  width: 100%;
}

#page_information #main #sct_docs .links-info dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  margin-bottom: 14px;
  padding-bottom: 6px;
}
#page_information #main #sct_docs .links-info dl dt span {
  display: block;
  border-left: 7px solid #416690;
  padding-left: 0.5em;
  line-height: 1.4;
  color: #416690;
}

#page_information #main #sct_docs .links-info dl dd {
  margin-bottom: 40px;
}

#page_information #main #sct_docs .links-info dl dd a {
  display: inline-block;
  margin-right: 2em;
  text-decoration: underline;
}

#page_information #main #sct_butai {
  margin-top: 40px;
  margin-bottom: 80px;
}
#page_information #main #sct_butai .desc{
  text-align: center;
  margin-bottom: 40px;
}
#page_information #main #sct_butai .btns {
  align-items: stretch;
}
#page_information #main #sct_butai .btns a {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_information #main #sct_butai .desc {
    text-align-last: left;
  }
  #page_information #main #sct_butai .btns a {
     width: 49%;
     margin-bottom: 10px
  }

}
@media screen and (max-width: 479px) {
  #page_information #main #sct_butai .desc {
    text-align-last: left;
  }
  #page_information #main #sct_butai .btns a {
     width: 100%;
     margin-bottom: 10px
  }
}


/*----------------------------------------------------
	tour
----------------------------------------------------*/
#page_tour #mainimg_sub {
  background: url(../images/tour/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_tour #main {
  padding: 60px 0 0;
}
@media screen and (max-width: 479px) {
  #page_tour #main {
    padding: 40px 0 0;
  }
}
#page_tour #main #sct01 .intro_col02 {
  margin-bottom: 80px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_tour #main #sct01 .intro_col02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct01 .intro_col02 {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
#page_tour #main #sct01 .intro_col02 .pic {
  -moz-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px RGBa(0, 0, 0, 0.16);
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
  width: 41.43%;
  min-height: 360px;
  background: url(../images/tour/sct01_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct01 .intro_col02 .pic {
    margin-left: 10%;
    width: 90%;
    min-height: 160px;
    order: 1;
  }
}
#page_tour #main #sct01 .intro_col02 .txt {
  width: 56.125%;
  padding: 40px 0;
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct01 .intro_col02 .txt {
    width: 100%;
    padding: 30px 0;
    order: 2;
  }
}
#page_tour #main #sct01 .intro_col02 .txt .wrap {
  padding: 0 8% 0 20%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_tour #main #sct01 .intro_col02 .txt .wrap {
    padding: 0 8% 0 10%;
  }
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct01 .intro_col02 .txt .wrap {
    padding: 0 10%;
  }
}
#page_tour #main #sct01 .intro_col02 .txt h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct01 .intro_col02 .txt h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#page_tour #main #sct01 .intro_col02 .txt .desc {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#page_tour #main #sct02 {
  padding: 134px 0;
  background: url(../images/tour/sct02_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct02 {
    padding: 180px 0 30px;
  }
}
#page_tour #main #sct02 .container .inner {
  padding-left: 60%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_tour #main #sct02 .container .inner {
    padding-left: 40%;
  }
}
@media screen and (max-width: 479px) {
  #page_tour #main #sct02 .container .inner {
    padding-left: 10%;
  }
}

/*----------------------------------------------------
	access
----------------------------------------------------*/
#page_access #mainimg_sub {
  background: url(../images/access/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_access #map {
  display: none;
}
#page_access #main {
  padding: 60px 0;
}
@media screen and (max-width: 479px) {
  #page_access #main {
    padding: 40px 0 50px;
  }
}
#page_access #main #sct01 .gmap {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  #page_access #main #sct01 .gmap {
    margin-bottom: 40px;
  }
}
#page_access #main #sct01 .howto h4 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
@media screen and (max-width: 479px) {
  #page_access #main #sct01 .howto h4 {
    font-size: 1.9rem;
  }
}
#page_access #main #sct01 .howto h4 span {
  display: block;
  border-left: 7px solid #416690;
  padding-left: 0.5em;
  line-height: 1.4;
  color: #416690;
}
#page_access #main #sct01 .howto p {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #page_access #main #sct01 .howto p {
    font-size: 1.2rem;
  }
}
#page_access #main #sct01 .howto p .red {
  color: #c00;
}
#page_access #main #sct01 .howto .flex {
  margin-bottom: 60px;
}
#page_access #main #sct01 .howto .flex li {
  width: 22%;
}
#page_access #main #sct01 .howto .flex li .pic {
  position: relative;
}
#page_access #main #sct01 .howto .flex li .pic::after {
  position: absolute;
  right: -2.2em;
  top: 45%;
  content: "▶︎";
  color: #FFDA88;
}
#page_access #main #sct01 .howto .flex li:last-child .pic::after {
  display: none;
}

@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_access #main #sct01 .howto .flex li {
    width: 48%;
    margin-bottom: 20px
  }
  #page_access #main #sct01 .howto .flex li .pic::after {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #page_access #main #sct01 .howto .flex li {
    width: 100%;
    margin-bottom: 12px
  }
  #page_access #main #sct01 .howto .flex li .pic img {
    width: 100%

  }
  #page_access #main #sct01 .howto .flex li .pic::after {
    display: none;
  }
  #page_access #main #sct01 .howto .flex li:last-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
  }
}

/*----------------------------------------------------
	repair_work
----------------------------------------------------*/
#page_repair_work #mainimg_sub {
  background: url(../images/repair_work/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_repair_work #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_repair_work #main {
    padding: 40px 0 60px;
  }
}
#page_repair_work #main #sct01 .intro_col02 {
  margin-bottom: 80px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_repair_work #main #sct01 .intro_col02 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  #page_repair_work #main #sct01 .intro_col02 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#page_repair_work #main #sct01 .intro_col02 .pic {
  width: 46.3125%;
  background: url(../images/repair_work/sct01_bg.png) no-repeat left top;
  background-size: 100%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_repair_work #main #sct01 .intro_col02 .pic {
    width: 90%;
    min-height: 540px;
    background-size: contain;
  }
}
@media screen and (max-width: 479px) {
  #page_repair_work #main #sct01 .intro_col02 .pic {
    width: 90%;
    min-height: 320px;
    background-size: contain;
  }
}
#page_repair_work #main #sct01 .intro_col02 .txt {
  width: 56.125%;
  padding: 40px 0;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_repair_work #main #sct01 .intro_col02 .txt {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 479px) {
  #page_repair_work #main #sct01 .intro_col02 .txt {
    width: 100%;
    padding: 30px 0;
  }
}
#page_repair_work #main #sct01 .intro_col02 .txt .wrap {
  padding: 0 20% 0 8%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_repair_work #main #sct01 .intro_col02 .txt .wrap {
    padding: 0 10% 0 8%;
  }
}
@media screen and (max-width: 479px) {
  #page_repair_work #main #sct01 .intro_col02 .txt .wrap {
    padding: 0 10%;
  }
}
#page_repair_work #main #sct01 .intro_col02 .txt h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  #page_repair_work #main #sct01 .intro_col02 .txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#page_repair_work #main #sct01 .intro_col02 .txt .desc {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#page_repair_work #main #sct01 .intro_col02 .txt .al_right {
  text-align: right;
  font-weight: 700;
}
#page_repair_work #main #sct01 .bt li {
  width: 19%;
  margin-bottom: 15px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_repair_work #main #sct01 .bt li {
    width: 47%;
  }
}
@media screen and (max-width: 479px) {
  #page_repair_work #main #sct01 .bt li {
    width: 100%;
  }
}
#page_repair_work #main #sct01 .bt li a {
  width: 100%;
}

/*----------------------------------------------------
	faq
----------------------------------------------------*/
#page_faq #mainimg_sub {
  background: url(../images/faq/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_faq #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_faq #main {
    padding: 40px 0 60px;
  }
}
#page_faq #main .wait {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 180px 0 220px;
  text-align: center;
  font-size: 1.6rem;
}
#page_faq #main .faq_list li a {
  display: block;
  padding: 6px 0.5em;
  color: #333;
  font-size: 1.6rem;
}
#page_faq #main .faq_list li a:hover {
  background: #f5f5f5;
}
#page_faq #main .lightbox-panel {
  display: none;
  z-index: 9999;
  width: 100%;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 0;
  padding: 0 10%;
}
#page_faq #main .lightbox-panel .box {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 12px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 12px;
  background: #fff;
  width: 100%;
  padding: 24px 5% 46px;
  max-width: 1000px;
  max-height: 100%;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
}
#page_faq #main .lightbox-panel .box .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#page_faq #main .lightbox-panel .box .num {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.8rem;
}
#page_faq #main .lightbox-panel .box .q {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 14px;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 479px) {
  #page_faq #main .lightbox-panel .box .q {
    font-size: 1.6rem;
  }
}
#page_faq #main .lightbox-panel .box .q span {
  display: inline-block;
  width: 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page_faq #main .lightbox-panel .box .a {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 6px;
  font-size: 2rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 479px) {
  #page_faq #main .lightbox-panel .box .a {
    font-size: 1.6rem;
  }
}
#page_faq #main .lightbox-panel .box .a span {
  display: inline-block;
  width: 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page_faq #main .lightbox-panel .box .txt {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  padding: 0 1.8em;
}
@media screen and (max-width: 479px) {
  #page_faq #main .lightbox-panel .box .txt {
    font-size: 1.4rem;
  }
}
#page_faq #BlackWindow {
  display: none;
  z-index: 1000;
  background: #231815;
  opacity: 0.8;
  /*黒地の背景の調整はこの数値で調整*/
  filter: alpha(opacity=80);
  /*黒地の背景の調整はこの数値で調整*/
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
}

/*----------------------------------------------------
	news
----------------------------------------------------*/
#page_news #mainimg_sub {
  background: url(../images/news/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_news #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_news #main {
    padding: 40px 0 60px;
  }
}
#page_news #main .wait {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 180px 0 220px;
  text-align: center;
  font-size: 1.6rem;
}
#page_news #main #sct_newslist .tab {
  margin-bottom: 60px;
}
#page_news #main #sct_newslist .tab li {
  width: 20%;
}
@media screen and (max-width: 479px) {
  #page_news #main #sct_newslist .tab li {
    width: 50%;
  }
}
#page_news #main #sct_newslist .tab li a {
  display: block;
  padding: 6px 1em;
  text-align: center;
  background: #f5f5f5;
  color: #333;
}
#page_news #main #sct_newslist .tab li a:hover {
  background: #114E60;
  color: #fff;
}
#page_news #main #sct_newslist .tab li a.news:hover {
  background: #E37C7C;
}
#page_news #main #sct_newslist .tab li a.event:hover {
  background: #1E6C83;
}
#page_news #main #sct_newslist .tab li a.media:hover {
  background: #1E834D;
}
#page_news #main #sct_newslist .tab li a.zisyu:hover {
  background: #73AEBF;
}


#page_news #main #sct_newslist .tab li.active a {
  background: #114E60;
  color: #fff;
}
#page_news #main #sct_newslist .tab li.active a.news {
  background: #E37C7C;
}
#page_news #main #sct_newslist .tab li.active a.event {
  background: #1E6C83;
}
#page_news #main #sct_newslist .tab li.active a.media {
  background: #1E834D;
}
#page_news #main #sct_newslist .tab li.active a.zisyu {
  background: #73AEBF;
}
#page_news #main #sct_newslist .newslist:after {
  display: block;
  content: '';
  width: calc(100% / 3);
}
#page_news #main #sct_newslist .newslist .item {
  width: calc(100% / 3);
}
@media screen and (max-width: 479px) {
  #page_news #main #sct_newslist .newslist .item {
    width: 100%;
  }
}
#page_news #main #sct_newslist .newslist .item a {
  display: block;
  padding: 40px 2em;
  border-bottom: 1px solid #ccc;
  color: #333;
}
#page_news #main #sct_newslist .newslist .item a:hover {
  background: #f5f5f5;
}
#page_news #main #sct_newslist .newslist .item a .ttl {
  margin-bottom: 10px;
}
#page_news #main #sct_newslist .newslist .item a .ttl span {
  display: inline-block;
}
#page_news #main #sct_newslist .newslist .item a .ttl span.date {
  margin-right: 1em;
}
#page_news #main #sct_newslist .newslist .item a .ttl span.cat {
  background: #E37C7C;
  padding: 1px 1.5em 1px;
  color: #fff;
}
#page_news #main #sct_newslist .newslist .item a .ttl span.cat.event {
  background: #1E6C83;
}
#page_news #main #sct_newslist .newslist .item a .ttl span.cat.media {
  background: #1E834D;
}
#page_news #main #sct_newslist .newslist .item a .ttl span.cat.zisyukouen {
  background: #73AEBF;
}
#page_news #main #sct_newslist .newslist .item a h3 {
  margin-bottom: 16px;
}
#page_news #main #sct_newslist .newslist .item a .more {
  text-align: right;
}
#page_news #main #sct_newslist .newslist .item a .more img {
  vertical-align: middle;
}
#page_news #main #sct_newslist .newslist .item:nth-child(2), #page_news #main #sct_newslist .newslist .item:nth-child(5), #page_news #main #sct_newslist .newslist .item:nth-child(8), #page_news #main #sct_newslist .newslist .item:nth-child(11) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 479px) {
  #page_news #main #sct_newslist .newslist .item:nth-child(2), #page_news #main #sct_newslist .newslist .item:nth-child(5), #page_news #main #sct_newslist .newslist .item:nth-child(8), #page_news #main #sct_newslist .newslist .item:nth-child(11) {
    border-left: none;
    border-right: none;
  }
}
#page_news #main #sct_newslist .pagenavi {
  padding-top: 30px;
}

/*----------------------------------------------------
	single
----------------------------------------------------*/
#page_single #mainimg_sub {
  background: url(../images/single/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_single #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_single #main {
    padding: 40px 0 60px;
  }
}
#page_single #main .date_cat {
  margin-bottom: 10px;
}
#page_single #main .date_cat span {
  display: inline-block;
}
#page_single #main .date_cat span.date {
  margin-right: 1em;
}
#page_single #main .date_cat span.cat {
  background: #E37C7C;
  padding: 1px 1.5em 1px;
  color: #fff;
}
#page_single #main .date_cat span.cat.event {
  background: #1E6C83;
}
#page_single #main .date_cat span.cat.media {
  background: #1E834D;
}
#page_single #main .date_cat span.cat.zisyukouen {
  background: #73AEBF;
}
#page_single #main h2.ttl {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 479px) {
  #page_single #main h2.ttl {
    font-size: 1.9rem;
  }
}
#page_single #main .post_content {
  padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  #page_single #main .post_content {
    padding: 40px 0;
  }
}
#page_single #main .prev_next a {
  display: inline-block;
  color: #333;
  padding: 8px 1.5em;
  letter-spacing: 0.1em;
}
#page_single #main .prev_next a:hover {
  color: #73AEBF;
}
@media screen and (max-width: 479px) {
  #page_single #main .prev_next a {
    font-size: 1.1rem;
    padding: 8px 1em;
  }
}
#page_single #main .prev_next a img {
  vertical-align: middle;
}
#page_single #main .prev_next a.back_list {
  border: 1px solid #ddd;
  padding: 8px 1.5em;
  margin: 0 1em;
}
#page_single #main .prev_next a.back_list:hover {
  background: #73AEBF;
  color: #fff;
}
@media screen and (max-width: 479px) {
  #page_single #main .prev_next a.back_list {
    margin: 0 0.5em;
  }
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
#page_contact #mainimg_sub {
  background: url(../images/contact/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#page_contact #main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 479px) {
  #page_contact #main {
    padding: 40px 0 60px;
  }
}
#page_contact #main #sct01 {
  margin-bottom: 40px;
}
#page_contact #main #sct01 .bg {
  background: url(../images/contact/sct01_bg.png) no-repeat right top;
  background-size: contain;
  padding: 66px 53.75% 66px 0;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_contact #main #sct01 .bg {
    padding: 220px 40% 40px 0;
  }
}
@media screen and (max-width: 479px) {
  #page_contact #main #sct01 .bg {
    padding: 120px 4% 30px 4%;
  }
}
#page_contact #main #sct01 .bg .box_wt h2 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_contact #main #sct01 .bg .box_wt h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 479px) {
  #page_contact #main #sct01 .bg .box_wt h2 {
    font-size: 1.9rem;
  }
}
#page_contact #main #sct01 .bg .box_wt address {
  font-size: 2rem;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #page_contact #main #sct01 .bg .box_wt address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  #page_contact #main #sct01 .bg .box_wt address {
    font-size: 1.4rem;
  }
}
#page_contact #main #sct_form dl {
  margin-bottom: 60px;
}
#page_contact #main #sct_form dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#page_contact #main #sct_form dl dt span {
  color: #c00;
}
#page_contact #main #sct_form dl dd {
  margin-bottom: 30px;
}
#page_contact #main #sct_form dl dd input[type="text"],
#page_contact #main #sct_form dl dd input[type="email"] {
  width: 100%;
  padding: 6px 0.5rem;
}
#page_contact #main #sct_form dl dd input[type="checkbox"] {
  padding: 6px 0.5rem;
}
#page_contact #main #sct_form dl dd textarea {
  width: 100%;
}
#page_contact #main #sct_form .privacy {
  margin-bottom: 40px;
}
#page_contact #main #sct_form .submit {
  text-align: center;
}
#page_contact #main #sct_form .submit input {
  transition: all 0.5s;
}
#page_contact #main #sct_form .submit input:hover {
  cursor: pointer;
  color: #73AEBF;
  opacity: 0.7;
}
#page_contact #main #sct_form .wpcf7-response-output {
  padding: 30px 2em !important;
}



/*個人情報保護方針*/
#page_contact #main #sct_pp .desc {
  margin-bottom: 40px;
}
#page_contact #main #sct_pp dl dt {
  font-size: 120%;
  font-weight: bold;
  margin: 20px 0;
}
#page_contact #main #sct_pp dl dd {
  margin-bottom: 8px;
  padding:0 1.2em;
}

/**20250717追記**/
/**
#page_ticket #main #sct01 .info.info03 {
    margin-bottom: 0;
}
@media screen and (max-width: 479px) {
    #page_ticket #main #sct01 .info.info03 {
        margin-bottom: 50px;
  }
}
  **/

/**20250821追記**/


#page_faq #main .faq_list .box {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  padding: 24px 0px;
  max-width: 1000px;
  max-height: 100%;
  overflow: auto;
  margin: 0 auto;
  position: relative;
}

#page_faq #main .faq_list .box .q {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 14px;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-right: 1.8em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  cursor: pointer;
  position: relative;
}

#page_faq #main .faq_list .box .q i {
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 18px;
    text-indent: initial;
    color: #73AEBF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}
#page_faq #main .faq_list .box .open i.fa-chevron-down {
  color: #E37C7C;
  -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
#page_faq #main .faq_list .box .a {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 6px;
  font-size: 2rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page_faq #main .faq_list .box .q span {
  display: inline-block;
  width: 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page_faq #main .faq_list .box .a span {
  display: inline-block;
  width: 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.faq_cat_list li {
  border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
}
.faq_cat_list {
  margin-bottom: 30px;
}
.ttl_faq_category {
  /* border: 1px solid #555; */
  /* display: inline-block; */
  padding: 7px 22px;
  font-size: 1.2em;
  color: #fff;
  background-color: #73AEBF;
}

.faq_cat_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;            /* 各liの間に余白をつける */
    padding: 0;
    margin: 0;
    list-style: none; 
}

.faq_cat_list li {
    flex: 1 1 calc(25% - 20px); /* 横3列レイアウト */
    box-sizing: border-box;
    border: 1px solid #ccc;         /* 枠線 */
    border-radius: 8px;
    padding: 10px;
    min-width: 200px;               /* スマホで崩れないように最小幅 */
    display: flex;
    justify-content: space-between; /* p と span を左右に分ける */
    align-items: center;
    background: #f9f9f9;
}

.faq_cat_list li p {
    margin: 0;
    font-weight: bold;
}
.faq_cat_list .ready {
    color: #b1b1b1;
}

.faq_cat_list li span {
    font-size: 0.9em;
    color: #999;
}




@media screen and (max-width: 479px) {
  #page_faq #main .faq_list .box .q {
    font-size: 1.6rem;
  }
  #page_faq #main .faq_list .box .a {
    font-size: 1.4rem;
  }
}  