@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* font-family: 'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */

/* # root1 START # */
:root {
    --color00: #fff;
    --color01: #202a70;
    --color02: #d4ecff;
}
/* # root1 END # */

/* # root2 START # */
/* :root {
  --color00: #fff;
  --color01: #cd4b65;
  --color02: #ffc2ce;
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
  --color00: #fff;
  --color01: #000;
  --color02: #d1d1d1;
} */
/* # root3 END # */

/* 共通コンテンツ間隔 */

html {
   font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}

.area {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 599px) {
    .area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    html {
        font-size: 14px;
    }
}
.bgc-img {
    background: var(--color00);
}
.bgc-img img {
    opacity: 0.3;
}

.bg-c {
    background: var(--color02);
}

.m-btn {
    max-width: 250px;
    margin-top: 50px;
}

.m-btn a,
.m-btn button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    border: solid 1px var(--color01);
    border-radius: 9999px;
    background: var(--color01);
}

.m-btn button{
  padding: 15px;
}

.m-btn a:hover,
.m-btn button:hover {
    color: var(--color01);
    background: #fff;
}

.top-mv {
    position: relative;
    z-index: 0;
}

.top-mv img {
    width: 100%;
}

.top-mv .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.top-mv .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.top-mv .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.top-mv .uk-slideshow li {
    height: 100% !important;
}

[data-element-id] .uk-slideshow li {
    opacity: 1;
}

.top-mv .uk-slideshow .uk-flex {
    height: 100%;
}

.top-mv .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media (max-width: 599px) {
    .top-mv .uk-slidenav-position:after {
        padding-top: 100%;
    }

    .uk-slideshow li div {
        height: 100%;
    }
}
.pagettl {
    filter: drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff);
}

.h1-box {
    display: none;
}

.table-cmp02 .head {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.table-cmp02 .txt {
    margin-top: 5px;
    text-align: right;
}
.table-cmp02 .wrap {
    overflow: auto;
}
.table-cmp02 .table {
    width: 100%;
    border-collapse: collapse;
}
.table-cmp02 .datattl01 {
    padding: 15px;
}
.table-cmp02 .datattl02,
.table-cmp02 .data {
    padding: 15px 5px;
}
.table-cmp02 .data {
    text-align: center;
}

.table-cmp02 tr {
    border-bottom: solid 1px #fff;
}

.overview {
    background: var(--color01);
}

.overview .map {
    padding-top: 60%;
    border-radius: 10px;
}

.overview .table-cmp02 {
    color: #fff;
}

.overview .box {
    color: #fff;
}

.overview .tel a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-f03);
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    letter-spacing: 5px;
}

.f-nav .ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-family: var(--font-f03);
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    position: relative;
}

.f-nav .ttl::before {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--color01);
    position: absolute;
    top: 10px;
    left: 0;
}

.f-nav .item {
    margin-bottom: 10px;
}

.f-nav .item.ori {
    width: 100%;
}

.f-nav .sns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-nav .sns .logo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.f-nav .sns .logo a {
    display: block;
}

.f-nav .sns .logo img {
    max-height: 50px;
}

.footer .logo {
    max-width: 200px;
}

.footer .sns{
  margin-left: 30px;
  font-size: 30px;
}

.footer .copy {
    padding: 10px 0;
    text-align: center;
}

.header .f-header {
 width: 100%;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
}
.header .f-header.fixed{
  position: fixed;
      -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.fixed .header .f-header {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 5px 0 #999;
}
.header .contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header .contents .logo,
.header .contents .gnav {
    filter: drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff)drop-shadow(0px 0px 1px #fff);
}

.header .contents .logo{
  width: 100%;
  max-width: 340px;
}

.header .contents .logo a{
  display: inline-block;
}

.header .contents .text{
  font-size: 12px;
}
.header .logo img {
    max-width: 250px;
}
@media (max-width: 1024px) {
  .pagettl{
    padding-right: 40px;
    margin-bottom: 5px;
  }
  .footer .copy{
    padding-bottom: 80px;
  }
    .header .f-header {
             padding: 0 0px 10px;
    }

    .header .contents .logo,
    .header .contents .gnav {
        filter: none;
    }
    .header .contents .gnav{
          padding: 50px 10px;
    }
}

@media (max-width: 599px) {
    .overview .tel a {
        justify-content: center;
        font-size: 24px;
    }
    .pagettl{
   font-size: 14px;
  }
  
  .header .contents{
    flex-wrap: wrap;
  }
}
/* グローバルナビ*/
.gnav {
    width: 80%;
    margin: auto;
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

.gnav .wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 40px;
}

.gnav .list01 {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.gnav .item01 {
    font-size: 16px;
    text-align: center;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}

.gnav .list02 {
    width: 250px;
    visibility: hidden;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.8) content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.gnav .item02 a {
    display: block;
    padding: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.gnav .item02 a:hover {
    color: #fff;
    background: var(--color01);
    opacity: 1;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 300px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.9);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .wrap {
        padding: 30px 0 0;
    }

    .gnav .navlogo {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding-right: 40px;
        font-weight: bold;
        font-size: 20px;
    }

    .gnav .item01 {
        width: 100%;
        min-height: 40px;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .gnav .list02 {
        width: 100%;
        visibility: visible;
        padding-top: 0;
        padding-left: 20px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .gnav .list02 a {
        padding: 10px 0 10px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        top: 20px;
        left: 0;
    }
}

[data-element-id] .gnav.fixed {
    position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: var(--color01);
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
}
.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}
.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
}
.toggle .bar:before {
    top: -10px;
}
.toggle .bar:after {
    top: 10px;
}
.toggle.active .bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle.active .bar:after,
.toggle.active .bar:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}
@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }
}
.overlay {
    overflow: hidden;
}
.overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
}
/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 50%;
    background: var(--color01);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}
.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
@media (max-width: 1024px) {
    .totop {
        bottom: 75px;
        right: 10px;
    }
}

.cats-btn {
    position: fixed;
    top: 60%;
    right: 10px;
    z-index: 10;
}

.cats-btn ul {
    display: flex;
    flex-direction: column;
}

.cats-btn ul li:first-child {
    margin-bottom: 10px;
}

.cats-btn ul li i {
    font-size: 24px;
}

.cats-btn a {
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: var(--color01);
    -webkit-box-shadow: 0px 0px 7px #8b8b8b;
    box-shadow: 0px 0px 7px #8b8b8b;
    transition: 0.3s;
    position: relative;
}

.cats-btn a .text2{
        font-size: 10px;
    margin-top: 5px;
}

.m-ttl {
    margin-bottom: 50px;
    letter-spacing: 3px;
}

.sb-ttl {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
}

.m-ttl .en {
    margin-bottom: 10px;
    font-size: 60px;
    color: var(--color01);
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

.m-ttl .ja {
    font-size: 16px;
}

.a{
    margin: 10px 0;
    display: inline-block;
}

.a a{
      border: solid 2px;
    padding: 5px 15px;
    border-radius: 9999px;
    background: var(--color01);
    color: #fff;
    font-weight: bold;
}

.in-box{
  background: #fff;
    box-shadow: 0 0 10px 1px #ccc;
    padding: 15px;
    margin-top: 30px;
        text-align: center;
}

.in-box .ttl{
      font-size: 24px;
    font-weight: bold;
    color: #aa1e23;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .cats-btn {
        width: 100%;
        position: fixed;
        top: initial;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    .cats-btn ul {
        flex-direction: row;
    }
    .cats-btn ul li {
        width: 50%;
    }
    .cats-btn ul li:first-child {
        margin-bottom: 0;
    }
    .cats-btn a {
        width: 100%;
        height: auto;
        flex-direction: row;
        padding: 10px 0;
        border-radius: 0;
        flex-wrap: wrap;
                height: 60px;
    }
    .cats-btn a .img {
        line-height: 0;
    }
  .cats-btn a .text2{
    width: 100%;
  }
    .cats-btn ul li i {
        margin-right: 10px;
        font-size: 20px;
    }
    .m-ttl .en{
      font-size: 48px;
    }
}

@media (max-width: 599px) {
    .m-ttl .en {
        font-size: 42px;
    }
    .sb-ttl {
        font-size: 20px;
    }
}

.up-left-1000 {
    margin-left: calc(50% - 500px);
}
.up-right-1000 {
    margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-left: calc(50% - 500px);
    margin-right: 0;
}
@media (max-width: 1024px) {
    .up-left-1000 {
        margin-left: 2%;
    }
    .up-right-1000 {
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }
}
@media (max-width: 599px) {
    .up-left-1000 {
        margin-right: 2%;
    }
    .up-right-1000 {
        margin-left: 2%;
    }
    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

/**
2カラムページ
*/
.column2 .inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.column2 .side {
    width: 270px;
}
.column2 .mainwrap {
    width: calc(100% - 300px);
}
@media (max-width: 1024px) {
    .column2 .inner {
        flex-wrap: wrap;
    }
    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin-bottom: 50px;
    }
    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-bottom: 50px;
    }
}
/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .side .list {
        width: 48%;
    }
}
@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}
.list-side .datattl {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2em;
    background: var(--color01);
    position: relative;
}
.list-side .data {
    margin-bottom: 10px;
    padding-left: 10px;
}
.list-side a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.list-side a:before {
    content: "・";
    color: #000;
    position: absolute;
    left: 0;
}
.list-side .datawrap-sb {
    padding-left: 1rem;
}
.list-side .datawrap-sb a:before {
    content: "-";
    color: #000;
    position: absolute;
    left: 0;
}
@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .list-side.type-archive .datawrap .datattl {
        width: 100%;
    }
    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}

.js-split-tag span {
    display: inline-block;
    margin: 1px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 9999px;
    background: var(--color01);
}

/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}
.topvisual .img {
    max-height: 600px;
    position: relative;
}
.topvisual .img:before {
    content: "";
    display: block;
    padding-top: 50%;
    position: relative;
    z-index: -1;
}
.topvisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}
.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}
@media (max-width: 599px) {
    .topvisual .img:before {
        padding-top: 100%;
    }
    .topvisual .head {
        font-size: 24px;
    }
}
/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1em;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: var(--color01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumbs-list {
        width: 90%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */
/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.pagenation .item {
    margin: 0 10px;
}
.pagenation .prev {
    position: relative;
}
.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.pagenation .next {
    position: relative;
}
.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.pagenation a,
.pagenation .now {
    font-weight: bold;
}
.pagenation .number a,
.pagenation .now,
.pagenation .next a,
.pagenation .prev a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    font-size: 20px;
    color: #000;
    text-align: center;
    border-radius: 50%;
}
.pagenation .number a:hover,
.pagenation .next a:hover,
.pagenation .prev a:hover,
.pagenation .now {
    color: #fff;
    background: var(--color01);
    opacity: 1;
}
@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }
    .pagenation .prev {
        margin-right: 10px;
    }
    .pagenation .next {
        margin-left: 10px;
    }
}

.t-c2 {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.t-c2 .ttl {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.t-c2 img {
    opacity: 0.4;
}

.bgc-01 {
    background: var(--color01);
}

.br-10 img {
    overflow: hidden;
    border-radius: 10px;
}

.br-10a a {
    overflow: hidden;
    border-radius: 10px;
}

.menu-01 .txtbox {
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
}

.menu-01 dl>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px dotted #cbcbcb;
}

.menu-01 dl>*+* {
    margin-top: 15px;
}

.menu-01 dt {
    margin-right: 10px;
}

.menu-01 dd {
    flex-shrink: 0;
    text-align: right;
}

@media (max-width: 1024px) {
    .menu-01 .tit {
        padding: 15px 35px 15px 10px;
        font-size: 18px;
    }

    .menu-01 dl>* {
        display: block;
    }

    .menu-01 dt {
        margin-right: 0;
    }

    .menu-01 .arrow {
        width: 20px;
        height: 20px;
        right: 12px;
    }
}

@media (max-width: 599px) {
    .menu-01 .txtbox {
        padding: 20px 10px;
    }
    .t-c2 .ttl {
        font-size: 18px;
    }
}

.text-02 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.blog-area .img img {
    overflow: hidden;
    border-radius: 10px;
}

.concept-area .img img {
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

.concept-area .left .img img{
  overflow: hidden;
    border-radius: 10px 0 0 10px;
}

@media (max-width: 599px) {
    .concept-area .img img,
    .concept-area .left .img img{
        border-radius: 10px;
    }
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 3px solid  var(--color01);
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    background: var(--color01);
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    letter-spacing: 2px;
}
.detail-content-text ol {
    counter-reset: count 0;
}
.detail-content-text ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    background: initial;
    box-shadow: none;
    position: relative;
}
.detail-content-text ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.detail-content-text ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    background: initial;
    box-shadow: none;
    position: relative;
}

.detail-content-text ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.detail-content-text ol li marker {
    display: none;
}

.detail-content-text iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
}

.pa100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slick01 {
    margin-bottom: 50px;
}

.slick01 li {
    padding: 0 10px;
}

.slick01 .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: calc(100% + 20px);
    left: 10px;
}

.slick01 .slick-arrow.btn-next {
    left: 80px;
}

.slick01 .slick-arrow.btn-back:after {
    content: "<";
    font-weight: bold;
}

.slick01 .slick-arrow.btn-next:after {
    content: ">";
    font-weight: bold;
}

.slick01 .slick-dots {
    display: none !important;
}

.slick01 .price {
    text-align: right;
}

@media (max-width: 1024px) {
    .slick01 .box {
        margin-bottom: 80px;
    }

    .slick01 .slick-arrow {
        top: calc(100% + 10px);
    }
}

@media (max-width: 599px) {
    .slick01 .box {
        margin-bottom: 60px;
    }

    .slick01 .slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 30px;
        bottom: calc(100%);
    }

    .slick01 .slick-arrow.btn-next {
        left: 60px;
    }
}

.lis li{
  padding-left: 15px;
  position: relative;
  color: #3a3a3a;
  font-size: 17px;
}
.lis li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 0;
  background: var(--color01);
}

/* ##### お問い合わせ ##### */
.contactS01 .boxshadow {
	padding: 100px;
}

.contact-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: #f7f7f7 solid 2px;    
	display: flex;
}

.contact-list dt {
	width: 290px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

.contact-list dd {
	width: calc(100% - 290px);
}

.contact-list dd.min{
  width: 50%;
}

.contact-list input,
.contact-list textarea,
.contact-list select {
	border: 2px solid var(--color01);
	background: #fff;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.contact-list .red {
	background: #e12d2d;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 3px 10px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	margin-left: 10px;
}

.contact-btns{
      display: flex;
    justify-content: center;
  margin-top: 50px;
}


.contact-btns button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.contact-btns .m-btn{
  width: 100%;
    margin: 0px 50px;
}

.contact-btns .m-btn button{
  width: 100%;
}

.form_shape li {
    margin-right: 20px;
}

.form_shape li input {
    margin-right: 5px;
}

.contact-list .form_shape input{
  width: auto;
}

@media (max-width: 1024px) {
	.contactS01 .boxshadow {
		padding: 50px;
	}

	.contact-list dt {
		margin-bottom: 10px;
	}

	.contact-list dt,
	.contact-list dd {
		width: 100%;
	}

	.contact-list .must {
		display: inline-block;
		margin-left: 10px;
	}
.contact-btn button {
    width: 200px;
}
}

@media (max-width: 599px) {
	.contactS01 .boxshadow {
		padding: 30px;
	}
	.contact-list{
	      flex-wrap: wrap;
	}
	.contact-list dt{
	  padding-left: 0;
	}
}

.h-text{
  width: 100%;
  max-width: 240px;
  text-align: center;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
  display: flex;
    align-items: center;
}

.h-text .sns{
  font-size: 30px;
  margin-left: 10px;
}

.h-text span{
    background: #aa1e23;
    padding: 3px 5px;
    color: #fff;
}

.d-none-tb,
.d-none-sp{
  display: block;
}
.d-b-tb,
.d-b-sp{
  display: none;
}
@media (max-width: 1024px) {
  .d-b-tb{
    display: block;
  }
  .d-none-tb{
    display: none;
  }
}
@media (max-width: 599px) {
.d-none-sp{
  display: none;
}
.d-b-sp{
  display: block;
}
.h-text{
  margin-top: 5px;
}
}

.top-mv .catch {
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 2;
        -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.top-mv .catch-main {
      font-size: 24px;
    padding: 46px 20px;
    background: #505c5e;
    color: #fff;
}

.top-mv .catch-sub {
    font-size: 70px;
    letter-spacing: 7px;
    font-weight: bold;
    color: var(--color01);
    text-shadow: 0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white;
}

.top-mv .catch-sub .em {
    padding: 0 50px;
    display: block;
    background: var(--color01);
    color: #fff;
    text-shadow:none;
}

@media (max-width: 1024px) {
    .top-mv .uk-slidenav-position:after {
        padding-top: 550px;
    }

    .top-mv .catch {
        left: 5%;
    }

    .top-mv .catch-main {
        font-size: 22px;
        padding: 30px 20px;
    }

    .top-mv .catch-sub {
        font-size: 70px;
    }
}

@media (max-width: 599px) {
    .top-mv .uk-slidenav-position:after {
        padding-top: 120%;
    }

    .uk-slideshow li div {
        height: 100%;
    }
    .top-mv .catch{
              left: 50%;
        transform: translateX(-50%) skewX(-10deg);
        width: 90%;
    }

    .top-mv .catch-sub {
        font-size: 30px;
    }

    .top-mv .catch-main {
        font-size: 20px;
        padding: 30px 10px;
    }
    
    .top-mv .catch-sub .em{
      padding: 0 10px;
    }
    
    .pagettl{
        font-size: 14px;
        line-height: 1.5;
    }
    
 /*    .top-area .pagettl{
     padding: 0 10px;
 } */
        .header .f-header {
        padding: 0 0px 10px;
    }
}

[class*=up-gapy-] {
    margin-left: 0;
    margin-right: 0;
}

[data-element-id] .up-sp-text {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

[data-element-id] .up-sp-text .m-ttl .en {
    font-size: 42px;
}

[data-element-id] .t-c2 .ttl .up-sp-text {
    font-size: 18px;
}

[data-element-id] .up-sp-text  .sb-ttl {
    font-size: 20px;
}

[data-element-id] .topvisual .head .up-sp-text {
    font-size: 24px;
}

[data-element-id] .h1-box {
    display: block;
    margin-bottom: 50px;
    border: solid 4px #00ff50;
    position: relative;
}
[data-element-id] .h1-box:after {
    content: "h1の変更はこちらでお願いいたします。";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #00ff50;
}
[data-element-id] .header .f-header {
    position: relative;
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}
