.main-inner {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

.main-content {
    padding-top: 60px;
}

.main-content h3 {
    font-family: source-han-serif-japanese, serif;
}

.main-content h3 span {
    font-size: 18px;
}

.main-content .flex {
    display: flex;
}

.main-content .more-btn {
    display: flex;
    justify-content: flex-end;
}

.main-content .more-btn a {
    font-size: 16px;
    line-height: 1;
    padding: 20px 80px 20px 60px;
    position: relative;
    border: 1px solid #000000;
}

.main-content .more-btn a::before {
    content: "";
}

.main-content .more-btn a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform-origin: center center;
    top: 50%;
    right: 50px;
    transition: 0.3s;
    transform: translateY(-50%) rotate(45deg);
}

.main-content .more-btn a:hover {
    border-color: #47311a;
    color: #fff;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/re-mokume.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    text-shadow: 0 0px 3px #000;
}

.main-content .more-btn a:hover::after {
    border-color: #fff;
}

.main-content .slick-dots li button::before {
    color: #fff;
    opacity: 1;
    filter: drop-shadow(0 0 1px #2e3b6c) drop-shadow(0 0 0px #2e3b6c) drop-shadow(0 0 0px #2e3b6c) drop-shadow(0 0 1px #2e3b6c);

    font-size: 14px;
}

.main-content .slick-dots li {
    margin-right: 26px;
}

.main-content .slick-dots li:last-of-type {
    margin-right: 0;
}

.main-content .slick-dots li.slick-active button::before {
    color: #2e3b6c;
    opacity: 1;
}

.main-content .mainv {
    position: relative;
    z-index: 2;
}

.main-content .mainv .video img {
    width: 100%;
    height: 710px;
    object-fit: cover;
}

.main-content .mainv h2 {
    position: absolute;
    top: 32%;
    margin: 0;
}

.main-content .mainv .main-content .mainv .slider {
    margin: 0 0 10px 0;
}

.main-content .mainv ul {
    margin: 0;
}

.main-content .mainv .slider li {
    max-height: 400px;
}

.main-content .mainv .slider li img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    /*
      object-fit: cover;
      position: relative;
      */
    transition: all .2s;
}

/*.main-content .mainv .slider li:nth-of-type(1) img {
    background: linear-gradient(90deg, #e0f9ff 50%, #e0f9ff 50%);
  }*/

.main-content .mainv .slider li:nth-of-type(1) img {
    background: linear-gradient(90deg, #fff 50%, #F8D473 50%);
}
.main-content .mainv .slider li:nth-of-type(2) img {
    background: linear-gradient(90deg, #fff 50%, #fedef6 50%);
}

.main-content .mainv .slider li:nth-of-type(3) img {
    background: linear-gradient(90deg, #fff 50%, #fff 50%);
}


/*.main-content .mainv .slider li:nth-of-type(1) img{
      background: linear-gradient(90deg, transparent 50%, #BBE4F7 50%);
  }*/
/*
  .main-content .mainv .slider li:nth-of-type(1) picture:after{
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_fv_ten_pc.jpg?cmsp_timestamp=20230127180055) no-repeat;
      background-position: center;
      filter: blur(3px);
      z-index: -1;
  }
  */
.main-content .mainv .slider li div {
    height: 400px;
    background: #eee;
}

.main-content .mainv .slider .slick-dots {
    bottom: 21px;
}

.main-content #pr {
    padding-top: 83px;
    padding-bottom: 24px;
    margin-bottom: 83px;
}

.main-content #pr h3 {
    font-size: 30px;
    text-align: center;
    margin: inherit;
    margin-bottom: 32px;
    font-weight: bold;
}

.main-content #pr ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.main-content #pr ul li img {
    width: 100%;
}

.main-content #pr .more {
    text-align: center;
    margin-top: 40px;
}

.main-content #pr .more a {
    padding: 24px 82px;
    border: 2px solid #f5f0eb;
    display: inline-block;
}

.main-content #pr .more a span {
    font-family: source-han-serif-japanese, serif;
}

.bnr-line-img {
    max-width: 600px;
}

.main-content #category {
    background: #f5f0eb;
    padding-top: 80px;
    padding-bottom: 60px;
}

.main-content #category h3 {
    font-size: 30px;
    text-align: center;
    margin: inherit;
    margin-bottom: 32px;
    font-weight: bold;
}

.main-content #category ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.main-content #category li {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    background: #fff;
}

.main-content #category li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-content #category li a:hover {
    opacity: 1 !important;
}

.main-content #category li .hover {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: 0.3s;
}

.main-content #category li .hover:hover {
    background: #383c4480;
    transition: 0.3s;
}

.main-content #category li .hover span {
    color: #383c44;
    font-weight: bold;
    font-size: 18px;
    filter: drop-shadow(10px 0 15px #ffffff) drop-shadow(10px 0 15px #ffffff) drop-shadow(-10px 0 15px #ffffff) drop-shadow(-10px 0 15px #ffffff);
    line-height: 1.3;
    transition: 0.3s;
}

.main-content #category li .hover:hover span {
    filter: none;
    color: #fff;
    transition: 0.3s;
}

.main-content #category li .hover .text--white {
    color: #fff;
    filter: drop-shadow(10px 0 15px #383c4480) drop-shadow(10px 0 15px #383c4480) drop-shadow(-10px 0 15px #383c4480) drop-shadow(-10px 0 15px #383c4480);
}

.main-content #category li div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.main-content #category li div span {
    font-family: source-han-serif-japanese, serif;
}

.main-content #category .select {
    margin-top: 40px;
    display: grid;
    column-gap: 50px;
    font-family: source-han-serif-japanese, serif;
    /*grid-template-columns: repeat(2,1fr);*/
    /* 1 item option */
    grid-template-columns: repeat(4, 1fr);
}

.main-content #category .select .options {
    text-align: center;
    position: relative;
    /* 1 item option */
    grid-column: 2/4;
}

.main-content #category .select .options ul {
    display: none;
    padding: 18px 0;
    background: #383c44;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.main-content #category .select .options ul li {
    border-top: 1px dashed #fff;
    background: transparent;
    margin: 0 20px;
}

.main-content #category .select .options ul li:last-child {
    border-bottom: 1px dashed #fff;
}

.main-content #category .select .options ul li a {
    display: block;
    padding: 13px 0;
    color: #fff;
    border: none;
}

.main-content #category .select .options div {
    position: relative;
    border: 1px solid #383c44;
    background: #fff;
}

.main-content #category .select .options div:hover {
    cursor: pointer;
}

.main-content #category .select .options div:after {
    content: "¢­";
    position: absolute;
    top: 50%;
    right: 26px;
    font-size: 18px;
    transform: translateY(-50%);
    font-weight: 200;
}

.main-content #category .select .options span {
    display: inline-block;
    padding: 23px 0;
    position: relative;
}

.main-content #category .select .options:first-of-type span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translateY(-50%);
    padding: 0.5em;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_select_btn.png?cmsp_timestamp=20230106172436) no-repeat;
    background-size: contain;
    background-position: center;
}

.main-content #category .select .options:last-of-type span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translateY(-50%);
    padding: 0.5em;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_select_btn2.png?cmsp_timestamp=20230106172436) no-repeat;
    background-size: contain;
    background-position: center;
}

.main-content #review {
    padding: 82px 0 60px;
}

.main-content #review h3 {
    font-size: 30px;
    text-align: center;
    margin: inherit;
    margin-bottom: 32px;
    font-weight: bold;
}

.main-content #review .review__slider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: source-han-serif-japanese, serif;
}

.main-content #review .review__slider ul li a {
    max-width: 270px;
    margin: 0 5px;
    padding: 20px;
    border: 2px solid #f5f0eb;
    display: block;
    background: #fff;
}

.main-content #review .review__slider ul li a:hover {
    opacity: 1;
    filter: contrast(0.8);
}

.main-content #review .review__slider ul li img {
    margin: 0 20px 0 0;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.main-content #review .review__slider ul li p {
    margin: 17px 0 0 0;
}

.main-content #review .review__slider--top {
    display: flex;
}

.main-content #review .review__slider--top div {
    flex-shrink: 0;
    line-height: 1.3;
}

.main-content #review .review__slider--top .ttl {
    display: block;
    font-feature-settings: "palt";
    font-weight: bold;
}

.main-content #review .review__slider--top .star {
    display: block;
    color: #e3c471;
    letter-spacing: 2px;
}

.main-content #infomation {
    padding: 40px 0 50px;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_bg.jpg?cmsp_timestamp=20230106095754) no-repeat;
    background-size: cover;
    background-position: center;
}

.main-content #infomation * {
    font-family: source-han-serif-japanese, serif;
}

.main-content #infomation h3 {
    font-size: 30px;
    text-align: center;
    margin: inherit;
    margin-bottom: 32px;
    font-weight: bold;
}

.main-content #infomation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 14px;
}

.main-content #infomation ul li {
    border: 2px solid #f5f0eb;
    text-align: center;
    background: #fff;
}

.main-content #infomation ul li a {
    display: block;
}

.main-content #infomation ul li a div:last-child {
    color: #fff;
    background: #383c44;
    padding: 8px 0;
    position: relative;
}

.main-content #infomation ul li .text__line-1 {
    font-size: 16px;
    padding: 23px 0 23px 1.2em;
    display: block;
}

.main-content #infomation ul li:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}

.main-content #infomation ul li:nth-of-type(1) a span {
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_tel.png?cmsp_timestamp=20230106095754) no-repeat;
    background-size: auto 24px;
    background-position: left 2em center;
}

.main-content #infomation ul li:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}

.main-content #infomation ul li:nth-of-type(2) a span {
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_fax.png?cmsp_timestamp=20230106095754) no-repeat;
    background-size: auto 24px;
    background-position: left 2em center;
}

.main-content #infomation ul li:nth-of-type(3) {
    grid-column: 3/4;
    grid-row: 1/2;
}

.main-content #infomation ul li:nth-of-type(3) a span {
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_line.png?cmsp_timestamp=20230106095754) no-repeat;
    background-size: auto 24px;
    background-position: left 1.5em center;
}

.main-content #infomation ul li:nth-of-type(4) {
    grid-column: 4/5;
    grid-row: 1/2;
}

.main-content #infomation ul li:nth-of-type(4) a span {
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_mail.png?cmsp_timestamp=20230106095754) no-repeat;
    background-size: auto 24px;
    background-position: left 1em center;
}

.main-content #infomation ul li:nth-of-type(5) {
    grid-column: 1/3;
    grid-row: 2/3;
}

.main-content #infomation ul li:nth-of-type(5) a {
    padding: 20px 53px;
}

.main-content #infomation ul li:nth-of-type(6) {
    grid-column: 3/5;
    grid-row: 2/3;
}

.main-content #infomation ul li:nth-of-type(6) a {
    padding: 20px 53px;
}

.main-content #infomation ul .line-2 span span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.main-content #infomation ul .line-2 a div:first-child {
    margin-bottom: 9px;
}

.main-content #infomation ul .line-2 a div:first-child span {
    min-height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1;
}

.main-content #infomation ul .line-2 a div:first-child span span {
    font-size: 24px;
}

.main-content #infomation ul .line-2--tel a div:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    padding: 9px;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_tel_white.png?cmsp_timestamp=20230106144946) no-repeat;
    background-size: contain;
    background-position: center;
}

.main-content #infomation ul .line-2--mail a div:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    padding: 9px;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_mail_white.png?cmsp_timestamp=20230106144946) no-repeat;
    background-size: contain;
    background-position: center;
}

.main-content #link .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}

.main-content #link .content div h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: source-han-serif-japanese, serif;
    margin: 14px 0;
}

.main-content #link .content div p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}

.main-content #link .content div div {
    text-align: center;
    margin-top: 32px;
    padding: 24px 0;
}

.main-content #link .content div div a {
    padding: 24px 74px;
    border: 2px solid #f5f0eb;
}

.main-content #link .content div div a span {
    display: inline-block;
    font-family: source-han-serif-japanese, serif;
}

.main-content #access {
    background: #f5f0eb;
}

.main-content #access .access--content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.main-content #access .access--content .content--child:first-child {
    display: flex;
    justify-content: center;
}

.main-content #access .access--content .content--child img {
    margin-bottom: 10px;
}

.main-content #access .access--content .content--child div {
    margin: 0 auto;
}

.main-content #access .access--content .content--child div h3 {
    margin-bottom: 21px;
    padding-top: 21px;
    font-size: 30px;
    color: #000;
}

.main-content #access .access--content .content--child div .logo {
    padding-left: 1.5em;
    background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_icon_tel.png?cmsp_timestamp=20230127165235) no-repeat;
    background-size: 1em;
    background-position: left center;
}

.main-content #access .access--content .content--child p {
    font-feature-settings: "palt";
    line-height: 1.6;
}

.main-content #access .access--content .content--child p span {
    display: block;
}

.main-content #access .access--content .content--child iframe {
    filter: grayscale(1);
    width: 500px;
    height: 341px;
}

.main-content #blog {
    padding: 80px 0 60px;
}

.main-content #blog h3 {
    font-size: 30px;
    text-align: center;
    margin: inherit;
    margin-bottom: 18px;
    font-weight: bold;
}

.main-content #blog .blog--ttl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 29px;
}

/*
  .main-content #blog ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
  }
  */
.main-content #blog ul {
    margin: 0;
}

.main-content #blog ul>div {
    padding: 0 !important;
}

.main-content #blog ul li {
    margin-right: 20px;
}

.main-content #blog ul li:last-of-type {
    margin-right: 0;
}

.main-content #blog ul li span {
    display: block;
    margin-top: 25px;
}

.main-content #blog .contents .more {
    text-align: center;
    margin-top: 50px;
}

.main-content #blog .contents .more a {
    padding: 24px 82px;
    border: 2px solid #f5f0eb;
    font-family: source-han-serif-japanese, serif;
    display: inline-block;
}

.main-content #guid {
    /*background: #F5F0EB;*/
    padding: 81px 0 89px;
}

.main-content #guid h3 {
    font-size: 30px;
    text-align: center;
    margin: inherit;
    margin-bottom: 32px;
    font-weight: bold;
}

.main-content #guid .contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    font-family: "Noto Sans JP", sans-serif;
}

.main-content #guid .contents .contents--child {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: column;
}

.main-content #guid .contents .contents--child h4 {
    background: #383c44;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 7px 0 7px 20px;
    font-family: source-han-serif-japanese, serif;
}

.main-content #guid .contents .contents--child ul {
    list-style-type: disc;
    margin-bottom: 1em;
}

.main-content #guid .contents .contents--child>li {
    margin-bottom: 50px;
}

.main-content #guid .contents .contents--child span {
    display: block;
}

.main-content #guid .contents .contents--child p {
    margin-bottom: 1em;
}

.main-content #guid .contents .contents--child p:last-of-type {
    margin-bottom: 0;
}

.main-content #guid .contents .contents--child .text--bold {
    font-weight: bold;
}

.main-content #guid .coution {
    display: grid;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #383c44;
}

.main-content #guid .coution img {
    grid-row: 1/3;
}

.main-content #guid .coution span:first-child {
    grid-row: 1/2;
}

.main-content #guid .coution span:last-child {
    grid-row: 2/3;
}

.reservation {
    background-image: url(https://img08.shop-pro.jp/PA01034/731/etc/reservation_bg.png?cmsp_timestamp=20211122112057);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: solid 15px #b50005;
    border-bottom: solid 15px #b50005;
    font-family: source-han-serif-japanese, serif;
    background-position: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.reservation .bg-parts .left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-34%, 25%);
    z-index: -1;
    width: 100%;
}

.reservation .bg-parts .right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(8%, -90%);
    z-index: -1;
    width: 100%;
}

.reservation .img {
    margin-right: 35px;
    width: 100%;
}

.reservation .txt .ttl {
    font-size: 35px;
}

.reservation .txt p {
    letter-spacing: 5px;
    font-size: 14px;
    margin-top: 35px;
}

.reservation .txt .more-btn {
    margin-top: 30px;
}

/*
  20220311slick
  */
.slick-slide img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

/* responsive tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .main-inner {
        width: 92%;
    }

    .main-content .mainv .slider .slick-dots {
        bottom: 10px;
    }

    /* renew */
    .main-content #pr ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-content #category ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-content #infomation ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-content #infomation ul li:nth-of-type(1) {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .main-content #infomation ul li:nth-of-type(2) {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .main-content #infomation ul li:nth-of-type(3) {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .main-content #infomation ul li:nth-of-type(4) {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .main-content #infomation ul li:nth-of-type(5) {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .main-content #infomation ul li:nth-of-type(6) {
        grid-column: 1/3;
        grid-row: 4/5;
    }

    .main-content #infomation ul .line-2 a div:first-child span {
        justify-content: center;
        gap: 30px;
    }

    .main-content #link .content div h4 {
        font-size: 16px;
    }

    .main-content #access .main-inner {
        width: 100%;
    }

    .main-content #access .access--content .content--child iframe {
        width: 100%;
    }

    .main-content #guid .coution {
        column-gap: 10px;
    }
}

/* responsive mobile */
@media (max-width: 750px) {
    .slick-slide img {
        height: auto;
        width: 100%;
    }

    .main-inner {
        width: 92%;
    }

    .main-content .content {
        font-size: inherit;
        padding-top: 0;
        margin-bottom: 0;
    }

    .main-content .mainv .video img {
        height: auto;
    }

    .main-content .mainv .slider .slick-dots {
        bottom: 5px;
    }

    .main-content .mainv h2 {
        display: none;
    }
    

    .main-content .mainv .slider li:nth-of-type(1) img {
        background: linear-gradient(159.5deg, #fff 50.5%, #ece399 49.5%);
    }

    .main-content .mainv .slider li:nth-of-type(2) img {
        background: linear-gradient(0deg, #fff 50%, #fedef6 50%);
    }
    .main-content .mainv .slider li:nth-of-type(3) img {
        background: linear-gradient(0deg, #fff 20%, #fff 50%);
    }
    /*.main-content .mainv .slider li:nth-of-type(1) img{
          background: linear-gradient(180deg, transparent 52%, #BBE4F7 48%);
      }*/
    .main-content .more-btn {
        justify-content: center;
    }

    .main-content .more-btn a {
        font-size: 4vw;
        padding: 4vw 14.53333vw 4vw 12vw;
    }

    .main-content .more-btn a::after {
        width: 2vw;
        height: 2vw;
        border-top: 0.3vw solid #000;
        border-right: 0.3vw solid #000;
        right: 3vw;
    }

    .main-content #pr {
        padding-top: 34px;
        padding-bottom: 69px;
        margin-bottom: 0;
    }

    .main-content #pr h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #pr ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .main-content #pr .more a {
        display: inline-block;
        padding: 18px 0;
        width: 100%;
    }

    .main-content #category {
        padding-top: 34px;
        padding-bottom: 69px;
    }

    .main-content #category h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #category ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .main-content #category ul li {
        max-height: 104px;
    }

    .main-content #category .select {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .main-content #category .select .options {
        /* 1 item option */
        grid-column: 1/4;
    }

    .main-content #category .select .options:first-child {
        z-index: 20;
    }

    .main-content #category .select .options span {
        padding: 17px 0;
    }

    .main-content #review {
        padding: 34px 0 69px;
    }

    .main-content #review h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #infomation {
        padding: 34px 0 69px;
        background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_cta_bg_sp.jpg?cmsp_timestamp=20230127114345) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main-content #infomation h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #infomation ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .main-content #infomation ul li .text__line-1 {
        display: inline-block;
        padding: 17px 0 17px 2.5em;
    }

    .main-content #infomation ul .line-2 a div:first-child {
        margin-bottom: 5px;
    }

    .main-content #infomation ul .line-2 a div:first-child span {
        font-size: 12px;
        justify-content: center;
        gap: 17px;
    }

    .main-content #infomation ul .line-2 a div:first-child span span {
        font-size: 16px;
    }

    .main-content #infomation ul .line-2 a div:last-child {
        padding: 4px 0;
        font-size: 10px;
    }

    .main-content #infomation ul .line-2--tel a div:last-child:after {
        background-size: 1em;
        left: 35px;
    }

    .main-content #infomation ul .line-2--mail a div:last-child:after {
        background-size: 1em;
    }

    .main-content #infomation ul li:nth-of-type(1) {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .main-content #infomation ul li:nth-of-type(1) a span {
        background-position: left center;
    }

    .main-content #infomation ul li:nth-of-type(2) {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .main-content #infomation ul li:nth-of-type(2) a span {
        background-position: left center;
    }

    .main-content #infomation ul li:nth-of-type(3) {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .main-content #infomation ul li:nth-of-type(3) a span {
        background-position: left center;
    }

    .main-content #infomation ul li:nth-of-type(4) {
        grid-column: 1/2;
        grid-row: 4/5;
    }

    .main-content #infomation ul li:nth-of-type(4) a span {
        background-position: left center;
    }

    .main-content #infomation ul li:nth-of-type(5) {
        grid-column: 1/2;
        grid-row: 5/6;
    }

    .main-content #infomation ul li:nth-of-type(5) a {
        padding: 5px 20px 10px 20px;
    }

    .main-content #infomation ul li:nth-of-type(6) {
        grid-column: 1/2;
        grid-row: 6/7;
    }

    .main-content #infomation ul li:nth-of-type(6) a {
        padding: 5px 20px 10px 20px;
    }

    .main-content #link {
        padding: 34px 0 69px;
    }

    .main-content #link h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #link .content {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-content #link .content div h4 {
        font-size: 16px;
    }

    .main-content #link .content div p {
        font-size: 12px;
    }

    .main-content #link .content div div {
        margin-top: 28px;
        padding: 0;
    }

    .main-content #link .content div div a {
        display: inline-block;
        padding: 18px 0;
        width: 100%;
    }

    .main-content #access {
        padding: 34px 0 69px;
    }

    .main-content #access .access--content .content--child div h3 {
        line-height: 1;
        font-size: 20px;
        margin-top: 2px;
        margin-bottom: 35px;
        padding-top: 0;
    }

    .main-content #access .main-inner {
        width: 100%;
    }

    .main-content #access .access--content {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-content #access .access--content .content--child:first-child {
        display: block;
        text-align: center;
    }

    .main-content #access .access--content .content--child:first-child div {
        margin-bottom: 36px;
    }

    .main-content #access .access--content .content--child p span {
        display: inline;
    }

    .main-content #access .access--content .content--child p {
        margin-bottom: 3px;
    }

    .main-content #access .access--content .content--child iframe {
        width: 100%;
        height: 238px;
    }

    .main-content #blog {
        padding: 34px 0 69px;
    }

    .main-content #blog h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #blog .blog--ttl {
        font-size: 12px;
        margin-bottom: 17px;
        font-feature-settings: "palt";
        letter-spacing: 1px;
    }

    .main-content #blog ul>div {
        padding: 0px 0px !important;
    }

    .main-content #blog ul .slick-slide {
        margin-right: 0;
    }

    .main-content #blog ul .slick-prev {
        left: 0;
    }

    .main-content #blog ul .slick-prev:before {
        content: "" !important;
        background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_blog_arrow_left.png?cmsp_timestamp=20230110140726) no-repeat;
        background-position: center;
        padding: 20px;
    }

    .main-content #blog ul .slick-next {
        right: 0;
    }

    .main-content #blog ul .slick-next:before {
        content: "" !important;
        background: url(https://img08.shop-pro.jp/PA01034/731/etc/top_blog_arrow_right.png?cmsp_timestamp=20230110140726) no-repeat;
        background-position: center;
        padding: 20px;
    }

    .main-content #blog .contents .more {
        padding-top: 40px;
    }

    .main-content #blog .contents .more a {
        display: inline-block;
        padding: 18px 0;
        width: 100%;
    }

    .main-content #guid {
        padding: 34px 0 69px;
    }

    .main-content #guid h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .main-content #guid .contents {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .main-content #guid .contents .contents--child h4 {
        font-size: 16px;
        margin: 0 0 16px 0;
        padding: 4px 0 4px 20px;
    }

    .main-content #guid .contents .contents--child>li {
        margin-bottom: 35px;
    }

    .main-content #guid .contents .contents--child p {
        font-size: 12px;
    }

    .main-content #guid .coution {
        grid-template-columns: 36px 1fr;
        gap: 26px 19px;
        font-size: 12px;
    }

    .main-content #guid .coution img {
        grid-row: 1/2;
        width: 100%;
    }

    .main-content #guid .coution span:first-of-type {
        grid-row: 1/2;
    }

    .main-content #guid .coution span:last-child {
        grid-column: 1/3;
        grid-row: 2/3;
    }
}

/*
  2022.0830ÄÉ²Ã
  */

.thumbnail {
    max-width: 1366px;
    margin: 0 auto;
    border: none;
}

.thumbnail .img {
    max-width: 262px;
    margin-right: 10px;
}

.thumbnail .img:last-of-type {
    margin-right: 0;
}

@media (max-width: 750px) {
    .thumbnail .img {
        margin-right: 14px;
    }
}