@charset "UTF-8";
/*-------------------
MV
-------------------*/
.mv {
  width: 1920px;
  max-width: 1920px;
}

@media screen and (max-width: 1024px) {
  .mv {
    width: 140%;
    padding-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    display: none;
  }
}

.mvsp {
  display: none;
  overflow: hidden;
  width: 95.3%;
  margin: 0 auto;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .mvsp {
    display: block;
  }
}

/*-------------------
コンセプト
-------------------*/
.timebox {
  position: relative;
  z-index: 3;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .timebox {
    width: 100%;
  }
}

.timebox-inner {
  position: absolute;
  top: -51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
  padding: 17px 27px;
  border: solid 3px #C6BD99;
  background: url(../img/index/concept_box_bg.png);
}

@media screen and (max-width: 1023px) {
  .timebox-inner {
    position: relative;
    top: 3rem;
    width: 93%;
    margin: 0 auto;
  }
}

.timebox-inner:before, .timebox-inner:after {
  position: absolute;
  z-index: -1;
  top: 94%;
  bottom: 15px;
  left: 3px;
  width: 50%;
  max-width: 300px;
  height: 4px;
  content: '';
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-box-shadow: 0 15px 10px #555;
  box-shadow: 0 15px 10px #555;
}

.timebox-inner:after {
  right: 3px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.timebox-tag {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 70px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: center;
  color: #FFF;
  background: #333;
}

.timebox-ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 17px;
  padding: 20px 30px 25px;
  border-bottom: 1px solid #9B8D60;
}

@media screen and (max-width: 1023px) {
  .timebox-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .timebox-ttl {
    padding: 20px 0 25px;
  }
}

.timebox-txt {
  margin-bottom: 18px;
}

.timebox-godetail {
  font-family: Yu Minch,'游明朝','HiraMinPro-W6','ヒラギノ明朝 Pro W6', serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}

.timebox-godetail a {
  position: relative;
  display: block;
  padding: 15px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
  background: #472C5F;
  -webkit-box-shadow: inset 0 0 20px rgba(135, 107, 73, 0.65);
  box-shadow: inset 0 0 20px rgba(135, 107, 73, 0.65);
}

.timebox-godetail a:after {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  content: "\f138";
  font-family: FontAwesome;
  line-height: 1;
}

@media screen and (max-width: 320px) {
  .timebox-godetail a:after {
    right: 1.5rem;
  }
}

.timebox-godetail a:hover {
  opacity: .9;
}

.timebox-godetail a:hover:after {
  right: 3.5rem;
}

.concept {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-bottom: dotted 1px #C1B997;
}

.concept-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 980px;
  min-height: 346px;
  margin: 0 auto;
  padding: 80px 0 60px;
  background: url(../img/index/concept_bg.png) no-repeat left 85px top 80px;
}

@media screen and (max-width: 1023px) {
  .concept-inner {
    display: block;
    width: 100%;
    background: url(../img/index/concept_bg.png) no-repeat left -75px top -22px;
  }
}

@media screen and (max-width: 414px) {
  .concept-inner {
    background: url(../img/index/concept_bg.png) no-repeat left -15px top -2px;
    background-size: 50%;
  }
}

@media screen and (max-width: 375px) {
  .concept-inner {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 320px) {
  .concept-inner {
    padding: 6rem 0 3rem;
  }
}

.concept-inner .descript {
  width: 417px;
}

@media screen and (max-width: 1023px) {
  .concept-inner .descript {
    width: 92%;
    margin: 0 auto;
    padding: 4.5rem 0 0;
  }
}

@media screen and (max-width: 320px) {
  .concept-inner .descript {
    padding-top: 2.5rem;
  }
}

.concept-tag {
  display: inline-block;
  width: 23px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
}

@media screen and (max-width: 1023px) {
  .concept-tag {
    display: block;
    width: auto;
    margin-bottom: 3.3rem;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  .concept-tag span {
    line-height: 1;
    display: inline-block;
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 375px) {
  .concept-tag {
    margin-bottom: 2.5rem;
  }
}

.concept-tag span {
  padding: 7px 5px;
  background: #333;
}

.concept-ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  width: 100px;
  margin: 0 20px 0 30px;
  padding: 20px 30px;
  text-align: center;
  letter-spacing: 6px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-right: 1px solid #848484;
  border-left: 1px solid #848484;
  -webkit-writing-mode: vertical-rl;
}

@media screen and (max-width: 1023px) {
  .concept-ttl {
    width: auto;
    margin: 0 20px;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    border-top: 1px solid #848484;
    border-right: none;
    border-bottom: 1px solid #848484;
    border-left: none;
    -webkit-writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 375px) {
  .concept-ttl {
    font-size: 3.4rem;
    padding: 20px 0;
  }
}

.concept-ttl02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 proN", "Hiragino Mincho Gothic Pro", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 320px) {
  .concept-ttl02 {
    font-size: 2rem;
  }
}

.concept-txt {
  line-height: 2;
  letter-spacing: 1px;
}

.en .timebox-ttl {
  padding: 20px 0;
  text-align: center;
}

.en .timebox-godetail a:after {
  content: none;
}

.en .concept-ttl {
  letter-spacing: 0;
}

@media screen and (max-width: 414px) {
  .en .concept-ttl {
    font-size: 3.3rem;
    padding: 20px 0;
  }
}

/*-------------------
お知らせ
-------------------*/
.info {
  overflow: hidden;
  border-bottom: dotted 1px #C1B997;
  background: #EEE;
}

.info-wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 45px;
}

@media screen and (max-width: 1023px) {
  .info-wrap {
    width: 93%;
  }
}

.info-wrap:before {
  position: absolute;
  z-index: 1;
  bottom: -228px;
  left: -317px;
  width: 271px;
  height: 328px;
  content: '';
  background: url(../img/index/premium_bg_head.png) no-repeat;
}

.info-wrap:after {
  position: absolute;
  z-index: 1;
  top: -121px;
  right: -285px;
  width: 271px;
  height: 328px;
  content: '';
  background: url(../img/index/concept_bottom.png) no-repeat;
}

.info-inner {
  overflow: hidden;
  /*width: 894px;*/
}

@media screen and (max-width: 1023px) {
  .info-inner {
    /*width: 90%;*/
  }
}

@media screen and (max-width: 768px) {
  .info-inner {
    /*width: 70%;*/
  }
}

@media screen and (max-width: 568px) {
  .info-inner {
    /*width: 90%;*/
  }
}

@media screen and (max-width: 414px) {
  .info-inner {
    /*width: 100%;*/
  }
}

.info-ttl01 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 25px;
  text-align: center;
}

.info-ttl01 span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.info-item {
  /*width: 214px;*/
  margin-bottom: 10px;
}
.info-links{
  text-align: right;
}

@media screen and (max-width: 414px) {
  .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 2rem;
  }
  .info-item:nth-child(n+5) {
    /*display: none;*/
  }
  .info-item:nth-child(4) {
    /*margin: 0;*/
  }
}

.info-img {
  position: relative;
  width: 214px;
  height: 214px;
  margin-bottom: 20px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  border: #BEB286 solid 3px;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .info-img {
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 414px) {
  .info-img {
    width: 100px;
    height: 100px;
    margin: 0;
  }
}

.info-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.info-img:hover {
  opacity: .7;
}

.info-new {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 14px;
  color: #FFF;
  background: #BEB286;
}

@media screen and (max-width: 414px) {
  .info-new {
    padding: 4px 10px;
  }
}

@media screen and (max-width: 414px) {
  .info-txtArea {
    /*width: 66%;*/
  }
  .info-list{
    margin-bottom: 20px;
  }
}

.info .day_cat {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  /*margin-bottom: 20px;*/
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .info .day_cat {
    float: none;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 414px) {
  .info .day_cat {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*margin-bottom: 1.5rem;*/
  }
}

.info-day {
  margin-right: 20px;
}

.info-cat {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 10px;
  color: #FFF;
  background: #000;
}

.info-ttl02 {
  /*text-align: center;*/
}

@media screen and (max-width: 414px) {
  .info-ttl02 {
    text-align: left;
    font-size: 14px;
  }
}

.info-ttl02 a:hover {
  text-decoration: underline;
}

.button-wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.swiper-button-next {
  width: 11.5px;
  height: 24px;
  background-image: url(../img/index/arrow_02.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 60px;
  }
}

@media screen and (max-width: 568px) {
  .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 414px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  width: 11.5px;
  height: 24px;
  background-image: url(../img/index/arrow.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 60px;
  }
}

@media screen and (max-width: 568px) {
  .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 414px) {
  .swiper-button-prev {
    display: none;
  }
}
/*-------------------
館長ニュース
-------------------*/
.insta-box{
  padding: 50px 0 20px;
}
.insta-list{
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.iinsta-item{
  padding: 5px;
}
.insta-list .detail{
  width: 100%;
}
.insta-image-link{
  position: relative;
  display: block;
}
.insta-image-link:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.insta-image-link img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.insta-caption,.insta-date-box{
  font-size: 14px;
}
.insta-date-box{
  padding: 3px 0;
}
.iinsta-item + .detail{
  padding-top: 20px;
}
.mfp-content{
  width: auto!important;
  max-width: 90%;
  margin: 0 auto;
}
.insta-modal{
  overflow: hidden;
  position: relative;
  height: 80vh!important;
  background-color: #FFF;
}
.insta-modal-info{
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
}
.insta-modal-imge{
}
.insta-modal-link{
  padding: 15px;
  height: 55px;
  border-bottom: 1px solid #EEE;
}
.insta-modal-link img{
  width: 30px;
  height: auto;
}
.insta-modal-caption{
  padding: 15px;
  padding: 15px;
  height: calc(80vh - 110px);
  overflow-y: scroll;
}
.insta-modal-date{
  padding: 10px 15px 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1234;
  background-color: #FFF;
  border-top: 1px solid #EEE;
  width: 100%;
  height: 55px;
  text-align: right;
}
.insta-modal-date-day{
  text-align: right;
  margin-bottom: 15px;
}
.insta-modal-date-link{
  vertical-align: middle;
}
.insta-modal-date-link img{
  width: 30px;
  height: 30px;
}
.insta-modal-date-link img,
.insta-modal-date-link span{
  display: inline-block;
  margin-left: 4px;
}
@media (max-width: 577px) {
  .insta-modal-imge{
    display: none;
  }
}
@media (min-width: 576px) {
  .iinsta-item{
    width: 50%;
  }
  .insta-modal-info{
    width: 300px;
    position: absolute;
  }
  .insta-modal{
    padding-right: 300px;
  }
  .insta-media a:after{
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: rgba(255,255,255,0.8);
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  }
}
@media (min-width: 768px) {
  .insta-list{
  }
  .iinsta-item{
  width: 20%;
  }

  .insta-modal-info{
    position: absolute;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .insta-modal-caption{
    height: calc(70vh - 110px)!important;
  }
  .insta-modal,.insta-modal-imge{
  max-height: 70vh!important;
  max-width: 80vw!important;
  }
}

/*-------------------
施設について
-------------------*/
.facility {
  overflow: hidden;
  border-bottom: dotted 1px #C1B997;
}

.facility-inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 1023px) {
  .facility-inner {
    width: 93%;
  }
}

.facility-inner:before, .facility-inner:after {
  position: absolute;
  width: 491px;
  height: 106px;
  content: '';
}

.facility-inner:before {
  top: 0;
  left: -60px;
  background-image: url(../img/index/new_item_bg_head.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 568px) {
  .facility-inner:before {
    left: -125px;
    background-size: 70%;
  }
}

.facility-inner:after {
  right: -140px;
  bottom: 0;
  background-image: url(../img/index/new_item_bg_bottom.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 568px) {
  .facility-inner:after {
    right: -235px;
    background-position: bottom;
    background-size: 70%;
  }
}

.facility-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 25px;
  text-align: center;
}

.facility-ttl span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .facility-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 414px) {
  .facility-list {
    display: block;
  }
}

.facility-item {
  width: 300px;
}

@media screen and (max-width: 1023px) {
  .facility-item {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 414px) {
  .facility-item {
    width: 100%;
    margin: 0 auto 4rem;
  }
}

.facility-img {
  position: relative;
  border: 5px solid #C1B997;
}

@media screen and (max-width: 414px) {
  .facility-img {
    width: 80%;
    margin: 0 auto;
  }
}

.facility-img:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.facility-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.facility-ttl02 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 40px 0 25px;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .facility-ttl02 {
    margin: 2.5rem 0 2rem;
  }
}

.detail {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .detail {
    width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {
  .detail {
    width: 100%;
  }
}

.detail a {
  position: relative;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .detail a {
    display: block;
    padding: 2rem;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    background: #000;
  }
  .detail a:before {
    left: 30%!important;
    background: url(../img/arrow03.gif) no-repeat!important;
    background-size: cover!important;
  }
}

.detail a:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  content: '';
  background: url(../img/icon_arrow2.gif) no-repeat;
  background-size: cover;
}

.detail a:hover {
  text-decoration: none;
}

/*-------------------
空手の歴史
-------------------*/
.en .history-ttl {
  line-height: 1.4;
}

.en .history-ttl:after {
  top: 0;
}

.history {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: dotted 1px #C1B997;
  background: #EEE;
}

.history:before {
  position: absolute;
  z-index: -1;
  bottom: -229px;
  left: -29px;
  width: 271px;
  height: 328px;
  content: '';
  background: url(../img/index/premium_bg_head.png) no-repeat;
}

.history:after {
  position: absolute;
  z-index: -1;
  top: -118px;
  right: 20px;
  width: 271px;
  height: 328px;
  content: '';
  background: url(../img/index/concept_bottom.png) no-repeat;
}

.history-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 1023px) {
  .history-wrap {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .history-wrap {
    padding: 50px 0 3.5rem;
  }
}

.history-wrap:after {
  position: absolute;
  z-index: 1;
  right: -285px;
  bottom: -210px;
  width: 271px;
  height: 328px;
  content: '';
  background: url(../img/index/concept_bottom.png) no-repeat;
}

.history-inner {
  width: 48.4%;
}

@media screen and (max-width: 1023px) {
  .history-inner {
    width: 93%;
    margin: 2rem auto;
  }
}

.history-ttl {
  font-family: 'a-otf-ryumin-pr6n';
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 6px;
}

@media screen and (max-width: 1023px) {
  .history-ttl {
    text-align: center;
  }
}

.history-ttl span {
  font-size: 50px;
  font-size: 5rem;
  color: #5A4270;
}

.history-ttl:after {
  position: absolute;
  top: -56px;
  left: 0;
  width: 410px;
  height: 174px;
  content: '';
  background: url(../img/index/history.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .history-ttl:after {
    top: -36px;
    left: 50%;
    width: 308px;
    height: 132px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.history-ttl02 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 6px 20px;
  border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 1023px) {
  .history-ttl02 {
    width: 93%;
    margin: 0 auto 4rem;
  }
}

.history-ttl02:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 29px;
  content: '';
  background: #9E8E5C;
}

.history-txt {
  line-height: 1.8;
  margin-bottom: 50px;
  letter-spacing: .4px;
}

.history-photo {
  width: 48.6%;
}

@media screen and (max-width: 1023px) {
  .history-photo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .history-photo {
    width: 70%;
  }
}

.history-photo span {
  position: relative;
  z-index: 1;
}

.history-photo span:before, .history-photo span:after {
  position: absolute;
  z-index: -1;
  top: -4%;
  bottom: 15px;
  left: 3px;
  width: 50%;
  max-width: 300px;
  height: 4px;
  content: '';
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-box-shadow: 0 15px 10px #555;
  box-shadow: 0 15px 10px #555;
}

.history-photo span:after {
  right: 3px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .en .history-ttl {
    font-size: 3.3rem;
    letter-spacing: 0;
  }
}

/*-------------------
アクセス
-------------------*/
.access {
  position: relative;
  background: #FFF;
}

.access:before, .access:after {
  position: absolute;
  content: '';
  background-size: cover;
}

.access:before {
  top: 0;
  left: -160px;
  left: 0;
  width: 406px;
  height: 193px;
  background-image: url(../img/index/recommend_bg_head.png);
}

@media screen and (max-width: 568px) {
  .access:before {
    left: 0;
    width: 250px;
    height: 117px;
  }
}

.access:after {
  right: 0;
  bottom: 0;
  width: 406px;
  height: 118px;
  background-image: url(../img/index/recommend_bg_bottom.png);
}

@media screen and (max-width: 568px) {
  .access:after {
    right: 0;
    width: 250px;
    height: 80px;
  }
}

.access-wrap {
  position: relative;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 1023px) {
  .access-wrap {
    width: 93%;
  }
}

@media screen and (max-width: 414px) {
  .access-wrap {
    padding: 50px 0 1rem;
  }
}

.access-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  text-align: center;
}

.access-ttl span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.access-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .access-inner {
    display: block;
  }
}

.access #gmap {
  position: relative;
  z-index: 1;
  width: 475px;
  height: 475px;
  border: #BEB286 solid 3px;
}

@media screen and (max-width: 1023px) {
  .access #gmap {
    width: 93%;
    margin: 0 auto 6rem;
  }
}

@media screen and (max-width: 414px) {
  .access #gmap {
    height: 295px;
    margin: 0 auto 3rem;
  }
}

.access-address {
  width: 475px;
}

@media screen and (max-width: 1023px) {
  .access-address {
    width: 93%;
    margin: 0 auto;
  }
}

.access-table {
  border: none;
}

.access-table tr:first-child th {
  border: none;
}

.access-table th,
.access-table td {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

.access-table th {
  padding: 0 60px 20px 0;
  background: #FFF;
}

@media screen and (max-width: 375px) {
  .access-table th {
    padding: 0 3.5rem 20px 0;
  }
}

.access-table td {
  padding: 0 0 20px 0;
}

.access-ttl02 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CDCDCD;
}

.access ul {
  margin-bottom: 45px;
}
