@charset "UTF-8";
/******************/
/* Front-header-Fix */
/******************/



/******************/
/* main-v */
/******************/

.main-v {
    position: relative;
    overflow: hidden;
}
.main-v .left {
    width: 55%;
    float: left;
}
.main-v .left li {
    display: none;
}
.main-v .left li:first-child {
    display: block;
}
.main-v .left .slick-slider li {
    display: block;
}
.main-v .right {
    width: 45%;
    float: right;
    margin-top: 7.6em;
}
.main-v .right li {
    display: none;
}
.main-v .right li:first-child {
    display: block;
}
.main-v .right .slick-slider li {
    display: block;
}
.main-v ul li.v-nav01 {
    position: absolute;
    left: 8%;
    height: auto;
    bottom: 133px;
    width: 326px;
}
.main-v ul li.ajs {
    bottom: 2em;
}
.main-v ul li.v-nav01 a {
    position: relative;
    display: block;
}
.main-v ul li.v-nav01 a img {
    border: 2px solid #01175f;
    box-sizing: border-box;
}
.main-v ul li.v-nav01 a:after {
    position: absolute;
    /* bottom: 10%; */ /* あさひ坂バナー設置時 */
    /* left: -30%; */ /* あさひ坂バナー設置時 */
    bottom: 9%;
    left: -16%;
    content: '';
    width: 100px;
    height: 8px;
    background: url(../img/common/arrow-right-navy.png) no-repeat;
    background-size: 100%;
}
.main-v ul li.v-nav01 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    -webkit-transition: all .6s;
    transition: all .6s;
}
.main-v ul li.v-nav01 a:hover:after {
    /* left: -40%; */ /* あさひ坂バナー設置時 */
    left: -28%;
    -webkit-transition: all .45s;
    transition: all .45s;
}
.main-v ul li.v-nav02 {
    position: absolute;
    right: 10%;
    top: 0;
    width: 326px;
}
.main-v ul li.v-nav02 img {
    border: 2px solid hsl(226deg 98% 19%);
}
.main-v ul li.v-nav01 .sp,
.main-v ul li.v-nav02 .sp{
    display: none;
}
.main-v ul li.v-nav02 a {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
}
.main-v ul li.v-nav02 a:after {
    position: absolute;
    bottom: 10%;
    right: -17%;
    content: '';
    width: 100px;
    height: 8px;
    background: url(../img/common/arrow-left-navy.png) no-repeat;
    background-size: 100%;
}
.main-v ul li.v-nav02 a:hover {
    background-color: rgba(1, 23, 95, 0.1);
    -webkit-transition: all .6s;
    transition: all .6s;
}
.main-v ul li.v-nav02 a:hover:after {
    right: -27%;
    -webkit-transition: all .45s;
    transition: all .45s;
}
/******************/
/* top-topics */
/******************/

.top-topics {
    position: relative;
    padding: 6.0em 0 7.8em;
}
.top-topics .read-more {
    position: absolute;
    right: 5%;
    top: 70px;
    display: inline-block;
    border: 1px solid #01175f;
}
.top-topics .read-more a {
    display: block;
    color: #01175f;
    font-size: 1.3em;
    padding: 0.1em 0.8em 0;
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.top-topics .read-more a:hover {
    background-color: #01175f;
    color: #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.top-topics .news-img {
    background-size: cover;
    width: 185px;
    height: 120px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-color: #ddd;
}
.top-topics .news-txt {
    width: 42%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(6%);
}
.schedule-btn-list {
    text-align: center;
}
.schedule-btn-list li {
    display: inline-block;
    margin-right: 3.7em;
}
.schedule-btn-list li:nth-child(2n) {
    margin-right: 0;
}
.schedule-btn-list li:nth-child(2n) {
    width: 195px;
}
.top-ud-line {
    border-bottom: 1px solid;
    padding-bottom: 0.2em;
    font-weight: 600;
}
/******************/
/* top-about */
/******************/
.wrap {
   max-width: 1014px;
   margin: 0 auto;
   padding: 0;
}
/******************/
/* top-about */
/******************/

.top-report .back-img,
.top-about .back-img {
    position: relative;
    padding-top: 39em;
}
.top-about .back-img.pattern01 {
    background: url(../img/top/back-img01.webp) center top no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    background-attachment: fixed;
}
.top-report .back-img.pattern02 {
    background: url(../img/top/back-img02.jpg) center top no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    background-attachment: fixed;
}
.top-about .bottom-content {
    padding: 11.0em 0 13.0em;
    background: url(../img/top/back-img-glay.jpg) no-repeat center center;
    background-size: cover;
}
.top-about .bottom-content .main-width {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.top-about .bottom-content .left {
    width: 30%;
    /*    padding-left: 4em; */
    box-sizing: border-box;
}
.top-about .bottom-content .right {
    width: 80%;
}
.top-about .bottom-content .left h2 {
    font-size: 2.3em;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.top-about .bottom-content .right p {
    margin-bottom: 2.5em;
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
/*
.top-about .bottom-content .right p:nth-child(2n) {
    margin-bottom: 0;
}
*/
.top-about .bottom-content .right p:last-child {
    margin-bottom: 0;
}

/*****************************/
/* top-know 京焼・清水焼を知る*/
/*****************************/

.top-know {
    position: relative;
    padding: 11em 0 0;
    max-width: 1224px;
    margin: 0 auto 30px;
}
.top-know .main-width {
    width: 95%;
}
.top-know .read-more {
    position: absolute;
    top: 110px;
    right: 27px;
    width: 175px;
}

/*****************************/
/* top-report 京焼・清水焼REPORT*/
/*****************************/

.top-report .main-width {
    width: 98%;
    max-width: 1224px;
    padding: 0 1% 0 1.7%;
}
.top-report {
    position: relative;
    padding: 9em 0 9em;
}
.top-report .report-ttl {
    box-sizing: border-box;
}
.top-report .back-img {
    margin-top: 13.0em;
}
.top-report .read-more {
    /* position: absolute; */
    /* right: 4.4em; */
    float: right;
    top: 90px;
    display: inline-block;
    border: 1px solid #01175f;
}
.top-report .read-more a {
    display: block;
    color: #01175f;
    font-size: 1.3em;
    padding: 0.1em 0.8em 0;
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.top-report .read-more a:hover {
    background-color: #01175f;
    color: #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
/*****************************/
/* top-about-bottom   */
/*****************************/

.top-about-bottom {
    padding: 13.5em 0 8.0em;
    background-color: #d9e6f0;
}
.top-about-bottom h2 {
    text-align: center;
    font-size: 2.9em;
    letter-spacing: 0.05em;
    margin-bottom: 1.2em;
    font-weight: 600;
}
.top-about-bottom p.center {
    width: 100%;
    margin: auto;
    font-size: 1.4em;
    margin-bottom: 3.1em;
    letter-spacing: 0.05em;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha( opacity=85 )";
    text-align: center;
}
.top-about-bottom figure.img01 {
    margin-bottom: 5.0em;
}
.top-about-bottom figure.img01 img {
    vertical-align: bottom;
    width: 100%;
}
.top-about-bottom .comment-bottom,
.top-about-bottom .comment-top {
    overflow: hidden;
    margin-bottom: 5.0em;
}
.top-about-bottom .comment-top {
    margin-bottom: 6.0em;
}
.top-about-bottom .comment-bottom {
    margin-bottom: 8.0em;
}
.top-about-bottom .comment-bottom .left,
.top-about-bottom .comment-top .left {
    width: 47%;
    float: left;
    margin-right: 4%;
}
.top-about-bottom .comment-top .left {
    padding: 2% 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.top-about-bottom .comment-bottom .right,
.top-about-bottom .comment-top .right {
    width: 46%;
    float: right;
}
.top-about-bottom .comment-bottom .right {
    margin-top: 2em;
}
.top-about-bottom .comment-bottom .right h3,
.top-about-bottom .comment-top .left h3 {
    margin-bottom: 1em;
    font-size: 2.9em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    font-weight: 600;
}
.top-about-bottom .comment-bottom .right p,
.top-about-bottom .comment-top .left p {
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha( opacity=85 )";
}
.top-about-bottom .comment-top .right {
    position: relative;
    width: 46%;
    /* padding-top: 25.25%; */
}
.top-about-bottom .comment-top .right iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.top-about-bottom .read-more {
    width: 240px;
    border: 1px solid #000;
    margin: auto;
    text-align: center;
}
.top-about-bottom .read-more a {
    position: relative;
    display: block;
    line-height: 1.75em;
    font-size: 2em;
    padding-left: 1.1em;
    color: #01175f;
}
.top-about-bottom .read-more a:before {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    margin: auto;
    width: 8px;
    height: 13px;
    background: url(../img/common/icon-arrow-black.png) no-repeat;
    background-size: 100%;
}
.top-about-bottom .read-more a:hover {
    background-color: #01175f;
    color: #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.top-about-bottom .read-more a:hover:before {
    background: url(../img/common/icon-arrow-white.png) no-repeat;
    background-size: 100%;
}
/******************/
/* top-shop-info */
/******************/

.top-shop-info {
    padding: 0 0 10.0em 0;
}
/*=============================================*/
/*04.slide    */
/*=============================================*/
/******************/
/* top-topics */
/******************/

.topics-slide-Box {
    padding: 0 5%;
}
ul.topics-slide {
    width: 100%;
    margin-bottom: 6.0em;
}
ul.topics-slide li {
    position: relative;
}
ul.topics-slide li img {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 0.8em;
}
ul.topics-slide li p.date {
    margin-bottom: 0.6em;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 600;
    color: #000;
    opacity: 1;
}
ul.topics-slide li h3 {
    font-size: 1.4em;
    letter-spacing: 0.05em;
    font-family: "Helvetica","Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    width: 96%;
    color: #7b7b7b;
}
.topics-slide .news-ttl {
    visibility: hidden;
}
ul.topics-slide li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.topics-slide li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.topics-slide .slick-prev, .topics-slide .slick-next {
    position: absolute;
    width: 5.55%;
    max-width: 65px;
    height: 45px;
    top: 40%;
    background-color: #01175f;
    z-index: 0;
}
.topics-slide .slick-prev {
    left: -5.55%;
}
.topics-slide .slick-next {
    right: -5.55%;
}
.topics-slide .slick-prev:before {
    content: '<';
    line-height: .5;
}
.topics-slide .slick-next:before {
    content: '>' !important;
    line-height: .5;
}
.topics-slide .slick-next:hover {
    background-color: #01175f;
}
/******************/
/* top-know-slide */
/******************/

.top-know-slide {
    overflow: hidden;
    padding: 0 1.5%;
}
.top-know-slide li {
    position: relative;
    float: left;
    width: 424px;
}
.top-know-slide li .inner {
    padding: 5% 1em;
}
.top-know-slide li .inner img {
    margin-bottom: 1.0em;
    width: 100%;
}
.top-know-slide li .inner h3 {
    font-size: 1.3em;
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.top-know-slide li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-know-slide li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
/******************/
/* top-report-slide */
/******************/

.top-report-slide {
    overflow: hidden;
    margin: auto;
    padding: 0 1.5%;
}
.top-report-slide li {
    position: relative;
    width: 288px;
    float: left;
}
.top-report-slide li .inner {
    padding: 5% 1em;
}
.top-report-slide li .inner img {
    margin-bottom: 1.5em;
}
.top-report-slide li .inner .inner-img {
    background-size: cover;
    width: 216px;
    height: 105px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}
.top-report-slide li .inner p.date {
    display: inline-block;
    margin-bottom: 0.4em;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.top-report-slide li .inner p img {
    width: 27px;
    height: auto;;
}
.top-report-slide li .inner img {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.2em;
}
.top-report-slide li .inner p span {
    color: #fd0d0d;
    font-size: 1.0em;
    margin-left: 1em;
}
.top-report-slide li .inner p span img {
    display: inline-block;
    margin: 0;
    width: 20px;
}
.top-report-slide li .inner h3 {
    font-size: 1.3em;
    letter-spacing: 0.05em;
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
}
.top-report-slide li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-report-slide li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
/******************/
/* shop-info-slide */
/******************/

.shop-info-slide .slick-slide {
    transition: .3s ease;
    transform: scale(.85);
}
.shop-info-slide .slick-current {
    transform: scale(1);
}
.shop-info-slide .slick-slide span {
    display: inline-block;
    margin-bottom: 1.85em;
    overflow: hidden;
}
.shop-info-slide .slick-slide img {
    margin: 0 auto;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.shop-info-slide .slick-current:hover img {
    transform: scale(1.2);
}
.shop-info-slide .slick-slide h3 {
    display: inline-block;
    /* margin-bottom: 0.7em; */
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #01175f;
    border-bottom: 1px solid #01175f;
    padding: 0 0.3em 0.4em;
}
.shop-info-slide .slick-slide p {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    display: none;
    margin-left: 0.5em;
}
.shop-info-slide .slick-slide.slick-current p {
    display: block;
}
.shop-info-slide .slick-slide.slick-current {
    position: relative;
    z-index: 2;
}
.shop-info-slide li {
    position: relative;
}
.shop-info-slide li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shop-info-slide li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.shop-info-slide li .inner {
    width: 700px;
    margin: auto;
}
.shop-info-slide .slick-prev,
.shop-info-slide .slick-next {
    position: absolute;
    top: 36%;
    width: 75px;
    height: 26px;
    z-index: 1;
}
.shop-info-slide .slick-prev:before,
.shop-info-slide .slick-next:before {
    content: '';
}
.shop-info-slide .slick-prev {
    left: 15.55%;
    background: url(../img/common/icon-shop-slide-prev.png) no-repeat;
    background-size: 100%;
}
.shop-info-slide .slick-next {
    right: 15.55%;
    background: url(../img/common/icon-shop-slide-next.png) no-repeat;
    background-size: 100%;
}
.slick-dots {
    display: none!important;
}
/******************/
/* IE11 */
/******************/

.shop-info-slide .slick-slide span {
    width: 100%;
}

/*=============================================*/
/*media query*/
/*=============================================*/

@media screen and (max-width: 1180px) {
    /******************/
    /* Top topics */
    /******************/
    .top-topics .news-img {
        width: 60%;
        height: 11vw;
    }
    ul.topics-slide li h3 {
        font-size: 1.2vw;
        line-height: 146%;
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {
    /******************/
    /* shop-info-slide */
    /******************/
    .shop-info-slide li .inner {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {

  /******************/
  /* main-v */
  /******************/
  .main-v {
      padding-bottom: 10%;
  }
  .main-v .left {
      width: 100%;
      float: none;
      padding-bottom: 10%;
  }
  .main-v ul.bn-l {
    display: flex;
    justify-content: center;
    gap: 1em;
    padding: 0 1em 2em;
  }
  .main-v ul.bn-r {
      padding: 0 1em;
  }
  .main-v ul li.v-nav01 {
    height: auto;
    box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 0;
    width: 229px;
  }
.main-v ul li.v-nav01 .sp,
.main-v ul li.v-nav02 .sp{
    display: block;
    text-align: center;
    margin: auto;
}
.main-v ul li.v-nav01 .pc,
.main-v ul li.v-nav02 .pc{
    display: none;
}
  .main-v ul li.v-nav02 {
      right: 10%;
      top: auto;
      bottom: 2%;
      background-color: #fff;
      position: static;
      width: 100%;
  }
  .main-v ul li.v-nav01 img {
      vertical-align: bottom;
  }
  .main-v ul li.v-nav01 a:after {
    bottom: 10%;
    right: -20%;
    height: 6px;
    bottom: 7%;
    left: -20%;
    width: 100px;
  }
  .main-v ul li.v-nav02 a {
      width: 100%;
  }
  .main-v ul li.v-nav02 span {
      margin-top: 2px;
  }
  .main-v ul li.v-nav02 a:after {
      bottom: 10%;
      right: -20%;
      width: 50px;
      height: 6px;
      display: none;
  }
  .main-v ul li.v-nav01.ajs a:after {
    position: absolute;
    bottom: 10%;
    right: -17%;
    content: '';
    width: 100px;
    height: 6px;
    background: url(../img/common/arrow-left-navy.png) no-repeat;
    background-size: 100%;
    left: auto;
  }
  .main-v ul li.v-nav01.ajs a:hover:after {
      right: -25%;
  }
  .main-v ul li.v-nav02 img {
    vertical-align: bottom;
    box-sizing: border-box;
    width: 470px;
  }
/*
  .main-v ul li.v-nav01 a:hover:after {
      left: -35%;
  }
  .main-v ul li.v-nav02 a:hover:after {
      right: -25%;
  }
*/
  .main-width {
    text-align: center;
  }
  /******************/
  /* top-topics */
  /******************/
  .top-topics {
      position: relative;
      padding: 5.0em 0 7.5em;
  }
  .slick-list {
      width: 94%;
      margin: auto;
  }
  .main-slide-sp .slick-list {
      width: 100%;
  }
  .top-topics .read-more {
      right: 2%;
      top: 50px;
  }
  .top-topics .news-img {
      width: 62%;
      height: 17vw;
  }
  .schedule-btn-list li {
      display: inline-block;
      width: 40%;
      margin: auto;
      margin-bottom: 1em;
      margin-right: 1em;
  }
  .schedule-btn-list li:nth-child(2n) {
      margin-right: auto;
      width: 30%;
      margin-left: 1em;
  }
   .go-btn-ver01 a {
      width: 70%;
      font-size: 1.4em;
      line-height: 2.5em;
   }
  /******************/
  /* top-about */
  /******************/
  .top-report .back-img,
  .top-about .back-img {
      padding-top: 0;
  }
  .top-report .back-img.pattern02,
  .top-about .back-img.pattern01 {
      background: none;
  }
  .top-about .bottom-content {
      padding: 2.8em 0;
      background: url(../img/top/back-img-glay.jpg) no-repeat center center;
      background-size: cover;
  }
  .top-about .bottom-content .main-width {
      display: block;
  }
  .top-about .bottom-content .left {
      width: 100%;
      margin-bottom: 2.5em;
  }
  .top-about .bottom-content .right {
      width: 100%;
  }
  .top-about .bottom-content .left h2 {
      font-size: 2.3em;
      line-height: 160%;
      font-weight: 600;
  }
  .top-about .bottom-content .right p {
      margin-bottom: 30px;
      font-size: 1.3em;
      line-height: 200%;
      text-align: left;
      margin-bottom: 5%;
  }
  /*****************************/
  /* top-know 京焼・清水焼を知る*/
  /*****************************/
  .top-know {
      position: relative;
      padding-top: 45px;
  }
  .top-know .read-more {
    position: static;
    width: 190px;
    margin: auto;
   }
   .silver-btn a {
      font-size: 2.3em;
   }
   .silver-btn a span:before {
      top: 10px;
      background-size: 80%;
   }
  /*****************************/
  /* top-report 京焼・清水焼REPORT*/
  /*****************************/
  .top-report {
      position: relative;
      padding: 65px 0 65px;
  }
  .top-report .back-img {
      margin-top: 0;
  }
  .top-report .read-more {
      right: 2%;
      top: 65px;
  }
  .top-report .read-more a {
      font-size: 1.2em;
  }
  /*****************************/
  /* top-about-bottom   */
  /*****************************/
  .top-about-bottom {
      padding: 35px 0;
  }
  .top-about-bottom h2 {
      text-align: left;
      font-size: 2.2em;
      margin-bottom: 21px;
      line-height: 160%;
      font-weight: 600;
  }
  .top-about-bottom p.center {
      width: 100%;
      font-size: 1.5em;
      margin-bottom: 23px;
      text-align: left;
  }
  .top-about-bottom figure.img01 {
      margin-bottom: 27px;
  }
  .top-about-bottom .comment-bottom,
  .top-about-bottom .comment-top {
      margin-bottom: 20px;
  }
  .top-about-bottom .comment-bottom .left,
  .top-about-bottom .comment-top .left {
      width: 100%;
      float: none;
      margin-right: 0;
  }
  .top-about-bottom .comment-top .left {
      padding: 0;
      margin-bottom: 20px;
  }
  .top-about-bottom .comment-bottom .right,
  .top-about-bottom .comment-top .right {
      width: 100%;
      float: none;
      margin-bottom: 2.0em;
  }
  .top-about-bottom .comment-bottom .right {
      margin-top: 0;
  }
  .top-about-bottom .comment-top .right {
      margin-bottom: 0;
  }
  .top-about-bottom .comment-bottom .right h3,
  .top-about-bottom .comment-top .left h3 {
      margin-bottom: 0.5em;
      font-size: 2.2em;
      line-height: 140%;
      text-align: left;
      font-weight: 600;
  }
  .top-about-bottom .comment-bottom .right h3 br,
  .top-about-bottom .comment-top .left h3 br {
      display: none;
  }
  .top-about-bottom .comment-bottom .right p,
  .top-about-bottom .comment-top .left p {
      padding-right: 0;
      font-size: 1.5em;
      text-align: left;
  }
  .top-about-bottom .read-more {
      width: 96%;
  }
  .top-about-bottom .read-more a {
      line-height: 2.1em;
      font-size: 2.0em;
  }
  .top-about-bottom .comment-top .right {
      position: relative;
      width: 100%;
      /* padding-top: 56.15%; */
  }
  /******************/
  /* top-shop-info */
  /******************/
  .top-shop-info {
      padding: 4.2em 0 1.0em 0;
      background: url(../img/top/back-img02-sp.jpg) no-repeat;
      background-size: cover;
  }
  /*=============================================*/
  /*04.slide    */
  /*=============================================*/
  /******************/
  /* top-topics */
  /******************/
  ul.topics-slide {
      width: 100%;
      margin-bottom: 4.4em;
  }
  ul.topics-slide li img {
      width: 50%;
      margin-right: 3%;
  }
  ul.topics-slide li p.date {
      font-size: 1.2em;
  }
  ul.topics-slide li h3 {
      font-size: 1.9vw;
  }
  ul.topics-slide li a:hover {
      background-color: rgba(255, 255, 255, 0.6);
  }
  .topics-slide .slick-prev,
  .topics-slide .slick-next {
      position: absolute;
      width: 8.55%;
      height: 30px;
      z-index: 1;
  }
  /******************/
  /* top-know-slide */
  /******************/
  .top-know-slide {
      margin-bottom: 2.5em;
  }
  .top-know-slide li {
      width: 100%;
  }
  .top-know-slide li .inner {
      padding: 2%;
      width: 90%;
      margin: auto;
  }
  .top-know-slide li .inner img {
    margin-bottom: 0.5em;
  }
  .top-know-slide li {
      display: none;
      margin-bottom: 0.5em;
  }
  .top-know-slide li:nth-child(3), .top-know-slide li:nth-child(2), .top-know-slide li:first-child {
      display: block;
  }
  /******************/
  /* top-report-slide */
  /******************/
  .top-report-slide li {
      width: 100%;
  }
  .top-report-slide li .inner {
      padding: 2% 2% 3% 2%;
      margin: auto;
      width: 90%;
  }
  .top-report-slide li .inner p {
      font-size: 1.2em;
  }
  .top-report-slide li .inner p {
      font-size: 1.55em;
  }
  .top-report-slide li {
      display: none;
      margin-bottom: 0.5em;
  }
  .top-report-slide li:nth-child(3), .top-report-slide li:nth-child(2), .top-report-slide li:first-child {
      display: block;
  }
  /******************/
  /* shop-info-slide */
  /******************/
  .shop-info-slide {
      width: 96%;
      margin: auto;
      overflow: hidden;
  }
  .shop-info-slide li {
      width: 48%;
      float: left;
      margin-right: 4%;
  }
  .shop-info-slide li:nth-child(2n) {
      margin-right: 0;
  }
  .shop-info-slide h3 {
      margin-bottom: 1.7em;
      font-size: 1.4em;
      border-bottom: none;
      color: #01175f;
  }
  .shop-info-slide p {
      display: none;
  }
  .shop-info-slide li .inner {
      width: 100%;
      height: auto;
      margin: auto;
  }
  .shop-info-slide li .inner img {
      object-fit: cover;
      aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 600px) {
   .main-v ul li.v-nav01 a:after {
      display: none;
   }
}
@media screen and (max-width: 480px) {
   .schedule-btn-list li {
     margin-right: 0;
   }
   .schedule-btn-list li:nth-child(2n) {
     margin-left: 0;
   }
   .go-btn-ver01 a {
      font-size: 2.9vw;
      width: 65%;
   }
   .top-topics .news-img {
      height: 33vw;
   }
   ul.topics-slide li h3 {
      font-size: 3.5vw;
      width: 86%;
   }
}
