@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
/*Theme Name: original
  Author:office Rohan Corporation
  Description: Version: 1.0
   License:R.I*/

:root {
    --noto-ssans-jp: "Noto Sans JP", sans-serif;
    --m-plust-1p: "M PLUS 1p", sans-serif;
    --Familjen-Grotesk: "Familjen Grotesk", sans-serif;
}

/*  CSS Reset 
------------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: var(--m-plust-1p);
}

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}


picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

img {
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    -webkit-appearance: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

#root,
#__next {
    isolation: isolate
}

/*ios form reset*/

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}
*/
table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.waku {
	overflow: hidden;
	zoom: 1;
}
/* flex
--------------------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.stretchf {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex.ai_center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.ai_start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.ai_end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex.c_reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex.r_reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.noshrink {
    flex: 0 0 auto;
}

.grow {
    flex: 1 1 auto;
}

/* base
---------------------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: .5;
    transition: .3s;
}

a[href^="tel:"]:hover {
    opacity: 1;
}

.slick-slide {
    outline: none;
}

.tb_only {
    display: none;
}

.sp_only {
    display: none;
}

.tb_pc {
    display: inherit;
}

.sp_tb {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
}

body {
    font-weight: 400;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}


@media(max-width: 767px) {
    .inner {
        max-width: 100%;
        padding: 0 3.2vw;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 18px;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5625;
    }

}



/* debug 
----------------------------------------------------------------------------------------------*/
html.int {
    margin-top: 0 !important;
}

#wpadminbar {
    z-index: 10000000 !important;
    background: rgba(0, 0, 0, 0.25) !important;
}

/* 結果発表
--------------------------------------------------------------------------------------------*/
.result .result-ttl{
	width:100%;
	padding:0 0 40px;
}
.result .inner{
	padding:0 40px;
}
.result .breadcrumbs{
	max-width:100%;
	padding:0;
}
.result .result-box-list{
    margin-bottom:80px;
}
.result .result-box{
    border: 1px solid rgb(206, 206, 206);
    padding: 10px;
    background-color: rgb(255, 255, 255);
}
.result .result-box a{
    display:table;
}
.result .result-box a .thum{
    display:table-cell;
    width:15%;
  }
  .result .result-box a .thum img{
    display:block;
  }
  .result .result-box a .ttl-area{
    display:table-cell;
    padding:30px;
    vertical-align: middle;
    font-size:1.6em;
  }
  .result .result-h2{
    text-align: center;
    text-shadow: 1px 1px 2px #666;
    background: linear-gradient(45deg, #F3B706 0%, #F3B706 50%, #F2CB04 50%, #F2CB04 100%);
    line-height: 2.5;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .single-result .single-result-content h1{
    padding:10px 0 40px;
    font-size:2.5rem;
    text-align: center;
  }
  .single-result .single-result-content .thum{
    margin-bottom: 30px;
  }
  .single-result .single-result-content .box-list{
    margin-bottom: 50px;
  }
  .single-result .single-result-content .box-list .box{
    margin-bottom: 20px;
  }
  .single-result .single-result-content .box-list .box .ttl-area{
    padding:10px ;
    color:#fff;
    background: #DA0707;
    margin-bottom: 10px;
    text-align: center;
  }
  .single-result .single-result-content .box-list .box .ttl-area .day{
    padding:0 16px;
    border-right: 1px solid #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
  }
  .single-result .single-result-content .box-list .box .ttl-area .ttl{
    padding:0 16px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
  }
  .single-result .single-result-content .box-list .box dl dt{
    width:80px;
    display: inline-block;
    vertical-align: top;
  }
  .single-result .single-result-content .box-list .box .result_comment{
    padding:0;
  }
  .single-result .single-result-content .box-list .box .result_comment-ttl{
    padding:0 0 20px;
  }
  .single-result .single-result-content .box-list .box .result_comment dl{
    padding:0 0 20px;
  }
  .single-result .single-result-content .box-list .box .result_comment .bba_voice dd{
    max-width: 80%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #2C2399;
    border-radius: 10px;
    padding: 20px 25px;
    position: relative;
    margin-left: 40px;
    background: #fff;
  }
 
/*--------------------------------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {
    .pc_only {
        display: none;
    }

    .tb_only {
        display: inherit;
    }

    .sp_only {
        display: none;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }

}

@media(max-width: 767px) {

    .pc_only {
        display: none;
    }

    .tb_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }

    .tb_pc {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }

}


@media(max-width: 767px) {
    .single-result .single-result-content .box-list .box .result_comment .bba_voice dd{
        max-width: 70%;
        border: 1px solid #2C2399;
        border-radius: 10px;
        padding: 16px 24px;
        position: relative;
        margin-left: 20px;
        background: #fff;
      }
}

/*-----------------------------------------------------------
-------------------------------------------------------------

/* root
-----------------------------------------------------------*/
:root,
::before,
::after {
    /* font family */
    --font-sans: YakuHanJP_Noto, "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
    --font-serif: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    --font-en: sans-serif;

    /* line height */
    --line-height-s: 1.4;
    --line-height-m: 1.6;
    --line-height-l: 1.8;

    /* color */
    --color-prim: #da0707;
    --color-sec: #ffdc00;
    --color-yellow: #ffdc00;
    --color-red: #e50012;
    --color-white: #ffffff;
    --color-text: #222;
    --color-text-caption: #666;
    --color-text-link: #007CBF;
    --color-text-visited: #681da8;
    --color-text-caution: #C81432;

    /* color border*/
    --color-border-base: #EBEBEB;

    /*color bg*/
    --color-bg-black: #1C1C1C;

    /*color grad*/
    --color-key-grad: linear-gradient(to right, #ffdc00, #e50012);


    /*最後消す*/
    --color-key-grad-p: linear-gradient(135deg, #E6F7FF 0%, #E6FFF2 50%, #EEFFE6 100%);

    --color-bg-gray: #F7F7F7;
    --color-bg-caution: #FDE5E9;
    --color-pdf: #D81E1E;
    --color-blue: #0082CA;
    --color-green: #79BD36;
    --color-orange: #EB6100;
    --color-pink: #E61673;
    --color-purple: #6B1685;
    --color-navy: #0A2D88;
    --color-sky: #2EA7E0;
    --color-turquoise: #00A9AD;
    --color-lime: #CFDB00;
    --color-gold: #FFA40C;
    --color-blue-p: #F0FAFF;
    --color-green-p: #F7FFF0;
    --color-yellow-p: #FFFDF0;
    --color-orange-p: #FFF6F0;
    --color-pink-p: #FFF0F7;
    --color-red-p: #FFF0F2;
    --color-purple-p: #FBF0FF;
    --color-navy-p: #F0F4FF;
    --color-sky-p: #F0FAFF;
    --color-turquoise-p: #F0FFFF;
    --color-lime-p: #FEFFF0;
    --color-gold-p: #FFF9F0;
    --color-form-border: #CCCCCC;
    --color-form-bg: #EBEBEB;
    --color-form-placeholder: #999999;
    --color-form-error: #D81E1E;
    --color-form-error-bg: #FFF0F0;

}

@font-face {
    font-family: "YakuHanJP_Noto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
    unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-family: "YakuHanJP_Noto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/assets/fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
    unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-family: "YakuHanJP_Noto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
    unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

/* base 
----------------------------------------------------------*/
html {
    width: 100%;
    font-size: 62.5%;
    background-color: #fff;
}

body {
    letter-spacing: 0em;
    font-size: 1.6rem;
    line-height: var(--line-height-l);
    min-width: 1360px;
    font-family: var(--font-sans);
}

.wrap_foot_stick {
    top: 100vh;
    width: 100%;
}

#wrap_page {
    position: relative;
}

#wrap_page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/05/uraken_main.png) !important;
    background-size: contain;
    /* background-attachment: fixed; */
    background-blend-mode: lighten;
    opacity: .08;
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

.shoplist #wrap_page {
    height: auto;

}

/* header
----------------------------------------------------------*/
.header {
    height: 100px;

    .logo {
        position: fixed;
        z-index: 1000;
        top: 10px;
        left: 10px;
    }

}

#g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    left: -50px;
    top: -50px;
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*リストのレイアウト設定*/
#g-nav li {
    text-align: center;
    list-style: none;
}

#g-nav li a {
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
}

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 13px;
}

.openbtn1 span:nth-of-type(2) {
    top: 21px;
}

.openbtn1 span:nth-of-type(3) {
    top: 29px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 28px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media(max-width: 767px) {
    .header {
        .logo {
            position: fixed;
            z-index: 1000;
            top: 10px;
            left: 10px;
            width: 40px;
            height: 40px;
        }
    }

    .openbtn1 {
        position: fixed;
        top: 10px;
        width: 40px;
        height: 40px;
    }

    .openbtn1 span {
        left: 6px;
        width: 24px;
        height: 2px;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 9px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 17px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 25px;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 9px;
        transform: translateY(6px) rotate(-45deg);
        width: 50%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 9px;
        transform: translateY(-6px) rotate(45deg);
        width: 50%;
    }

    #g-nav ul {
        width: 100%;
    }

    #g-nav li a {
        font-size: 2.3rem;
    }
    .result .result-ttl{
        width:100%;
        padding:0 0 20px;
    }
    .result .inner{
        padding:0 20px;
    }
    .result .result-box a .thum{
        width:25%;
      }
    .result .result-box a .ttl-area{
        display:table-cell;
        padding:25px;
        vertical-align: middle;
        font-size:1.3em;
    }
    .single-result .single-result-content .box-list .box dl dt{
        width:60px;
      }
      .single-result .single-result-content .box-list .box .result_comment{
        padding:0;
      }
      .single-result .single-result-content .box-list .box .result_comment-ttl{
        padding:0 0 20px;
      }
      .single-result .single-result-content .box-list .box .result_comment dl{
        padding:0 0 0;
      }
      .single-result .single-result-content .box-list .box .result_comment .bba_voice dd{
        border: 1px solid #2C2399;
        border-radius: 10px;
        padding: 10px 20px;
        position: relative;
        background: #fff;
      }
}


/* footer
----------------------------------------------------------*/
.footer {
    position: sticky;
    padding: 80px 0;
    background: var(--color-bg-black);
    color: #fff;

    .logo_foot {
        width: 200px;
        font-size: 0;
    }

    .list01 {
        line-height: 2;

        .sns {
            &>a {
                width: calc(50% - 10px);
                margin-left: 20px;
                background: #444;
                text-align: center;
                border-radius: 10px;
                height: 40px;
                line-height: 39px;

                &:first-of-type {
                    margin-left: 0;
                }
            }
        }

        .copyright {
            font-size: 1.2rem;
            margin-top: 20px;
        }
    }

    .list02 {
        line-height: 2;
        margin-right: 40px;
    }
}

.page_head_txt {
    font-size: 14px;
    padding: 10px 0 0 1em;
    line-height: 1.6;
    color: gray;
    position: relative;

    &::after {
        content: '※';
        left: 0;
        top: 10px;
        margin: auto;
        position: absolute;
    }
}

@media(max-width: 767px) {
    .footer {
        padding: 30px 0 15px;
        text-align: center;

        .logo_foot {
            width: 100%;
            font-size: 0;
            text-align: center;
        }

        .list01 {
            line-height: 2;
            width: 100%;

            .sns {
                &>a {
                    width: calc(50% - 10px);
                    margin-left: 20px;

                    &:first-of-type {
                        margin-left: 0;
                    }
                }
            }

            .copyright {
                font-size: 1.2rem;
                margin-top: 20px;
            }
        }

        .list02 {
            line-height: 2;
            margin-right: 0px;
            width: 100%;

            & li {

                width: 100%;
                border-top: 1px solid;
                margin-top: 30px;
                border-bottom: 1px solid;
                margin-bottom: 28px;

            }
        }
    }
}


/*-----------------------------------------------------------
-------------------------------------------------------------
-----------------------------------------------------------*/

/*
.slider-2 {
    display: none;
}

.slider-2.slick-initialized {
    display: block;
}

.slider-2 {
    padding: 0 24px;

    & .card {
        position: relative;
        width: 560px;
        aspect-ratio: 1.414 / 1;

        .over {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
        }

        .detail {
            position: absolute;
            bottom: 10px;
            left: 1rem;
            color: #fff;
            width: 100%;
            pointer-events: none;
        }

        .img {
            height: 100%;
        }

        .ttl {
            pointer-events: none;
        }
    }

}

.slider-2 .slick-slide {
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-2 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}

.slider-2 .slick-next {
    right: 0;
}

.slider-2 .slick-prev {
    left: 0;
}

.slider-2 .slick-next::before {
    left: 20px;
}

.slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}
*/

body,
main {
    /* background-image: url(images/bg01.png); */
}

.page-wrap {
    margin-top: 222px;
    max-width: 1000px;
    margin: 40px auto;
}

.page-template-schedule .page-wrap {
    margin: 0px auto 50px;
}

.single-ai-schedule .post_content {
    max-width: 1000px;
    margin: auto;
}

.single-ai-schedule .page-wrap {
    margin: 0px auto 40px;
}

.top_icon {
    /* padding: 0 24px; */
    height: 50%;
    justify-content: space-around;
}

.top_icon .card {
    width: 50%;
}

.top_icon .ttl {
    display: none;
    color: #5c5a5a;
    text-decoration: none;
}

.top_icon a {
    text-decoration: none;
}

.top_icon a:hover {
    opacity: 1 !important;
}

.top_icon a .img {
    display: flex;
    height: auto;
    overflow: hidden;
}

.top_icon a img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.top_icon a img:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

@media(max-width: 767px) {
    .top_icon .ttl {
        color: #ffffff;
        text-decoration: none;
    }

    .slider-2 {
        padding: 0 0px;

        & .card {
            position: relative;
            width: 100%;
            /* aspect-ratio: 1.414 / 1; */
            aspect-ratio: 1;


            .over {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 1;
            }

            .detail {
                position: absolute;
                bottom: 5px;
                left: 0;
                color: #fff;
                width: 100%;

                .ttl {
                    text-align: center;
                }
            }

            .img {
                height: 100%;
            }
        }

    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .slider-2 .slick-arrow {
        width: 30px;
        height: 30px;
        top: 53%;
        z-index: 1;
    }

    .slider-2 .slick-prev::before {
        right: 10px;
    }

    .slider-2 .slick-arrow::before {
        width: 8px;
        height: 8px;
        top: 12px;
    }

    .slider-2 .slick-next::before {
        left: 10px;
    }
}


/*-----------------------------------------------------------
-------------------------------------------------------------
-----------------------------------------------------------*/



/* front
----------------------------------------------------------*/
.main_front {
    padding-bottom: 160px;
    /* padding-top: 50px; */
}

.mv_front {
    /*height: 382px;*/
    /* padding: 0 5px; */
    margin-bottom: 75px;
}

.shop_front {
    padding-top: 150px;

    .col_l {
        width: 350px;

        .txt01 {
            font-size: 2rem;
            line-height: 1.4;
            margin: 30px 0 30px;
            font-weight: 500;
        }

        .txt02 {
            margin-bottom: 30px;
        }

        .ttl_front {
            /* text-align: left; */
        }
    }

    .col_r {
        margin-left: 80px;
        width: calc(100% - 430px);
        font-size: 0;
    }
}

.btn01 {
    &>a {
        width: 100%;
        max-width: 240px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 2rem;
        letter-spacing: 6px;
    }
}

.ttl_front {
    font-size: 2.3rem;
    position: relative;
    padding-bottom: 0px;
    text-align: center;

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 3px;
        width: 40px;
        background: var(--color-prim);
    }
}

.map_front {
    padding: 45px 0 0;
display:none;

    .map {
        margin-top: 60px;
    }

    & iframe {
        width: 100%;
        height: 450px;
    }

    .btn01 {
        margin-top: 60px;

        &>a {}
    }

    @media (min-width:769px) {
        .btn_index01 {
            margin-top: 45px;
        }
    }
}

.ai-schedule-btn {
    padding-top: 20px;
}

@media(max-width: 767px) {
    .header {
        height: 75px;
    }

    body {
        min-width: 100%;
    }

    .shop_front {
        .col_l {
            width: 100%;
            order: 2;

            .txt02 {
                margin-bottom: 30px;
            }
        }

        .col_r {
            margin-left: 0px;
            margin-bottom: 35px;
            width: 100%;
            font-size: 0;
            order: 1;
        }
    }

    .btn01 {
        text-align: center;
    }

    .main_front {
        padding-bottom: 80px;
        padding-top: 0px;
    }

    .mv_front {
        /*         height: 267px; */
        padding: 0 5px;
        margin-bottom: 25px;
    }

    .shop_front {
        padding-top: 75px;
    }

}


/* archive pages
----------------------------------------------------------*/
.page_header {
    padding-bottom: 30px;

    .ttl {
        font-size: 2.3rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    @media (max-width:768px) {
        font-size: 2.8rem;
    }

    .en {
        font-weight: bold;
        line-height: 1;
        color: var(--color-prim)
    }
}

.list_term_news {
    gap: 15px 10px;
    margin-bottom: 40px;

    .item {
        &>a {
            line-height: 1;
            padding: 5px 10px;
            background-color: #444;
            color: #fff;
        }

        &.active>a {
            background-color: var(--color-prim);
            color: #fff;
            font-weight: bold;
        }
    }
}

.post_list_archive_news01 {
    gap: 20px 10px;

    .post_item_archive_news01 {
        position: relative;
        width: calc(((100% - 20px)/3));
        gap: 10px;

        .over {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;

            &:hover {
                background-color: rgba(0, 0, 0, 0.75);
            }
        }

        .ttl {
            width: calc(100% - 195px);
            line-height: 1.35;
        }

        .img {
            width: 100px;
            height: 71px;
            font-size: 0;

            &>img {
                height: 100%;
                object-fit: cover;
                object-position: center;
                width: 100%;
            }
        }

        .cat {
            width: 75px;
            background: var(--color-green);
            color: #fff;
            padding: 8px 16px;
            line-height: 1;
            font-size: 1.4rem;
        }
    }
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 7rem 0 0;
}

.wrap_bread {
    padding: 1rem 0;
    font-size: 1.2rem;

    & a {
        text-decoration: underline;
    }
}

.page-numbers {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    font-size: 1.5rem;
    background-color: #fff;
    border-radius: 3px;
    width: 45px;
    height: 45px;



    &:hover {
        color: #fff;
        background-color: #444;
    }

    &.dots {
        color: #ddd;

        &::before {
            display: none;
        }
    }

    &.current {
        color: #a6a6a6;
        border-radius: 5px;
        background-color: #f2f2f2;

        &::before {
            display: none;
        }
    }

}

.main_archive_shop {
    padding-bottom: 100px;

    .map_front {
        padding-top: 100px;
    }
}

@media(max-width: 767px) {
    .post_list_archive_news01 {
        .post_item_archive_news01 {
            position: relative;
            width: 100%;
            gap: 10px;

            .ttl {
                width: calc(100% - 120px);
                line-height: 1.35;
                margin-top: 24px;
            }

            .img {
                width: 100px;
                height: 71px;
                font-size: 0;
            }

            .cat {
                width: 60px;
                padding: 6px 0px;
                font-size: 1.2rem;
                text-align: center;
                top: 0px;
                left: 108px;
                position: absolute;
            }
        }
    }

    .main_archive_shop {
        padding-bottom: 75px;

        .map_front {
            padding-top: 80px;
        }
    }
}

/* main_single_shop
----------------------------------------------------------*/

.main_single_shop {
    padding-bottom: 150px;

    .map {
        width: 600px;
    }

    .list {
        width: calc(100% - 680px);
        margin-right: 80px;
        gap: 30px;

        & dt {
            line-height: 1;
            padding: 8px 16px;
            border: 1px solid #000;
            border-radius: 10px;
            width: 100px;
            text-align: center;
            display: block;
        }

        & dd {
            display: block;
            width: calc(100% - 130px);
            margin-left: 0px;
            line-height: 1.35;

            &.access {
                & p {
                    margin-bottom: 1rem;
                }
            }

            & a {
                color: var(--color-prim);
                text-decoration: underline;
                font-size: 1.4rem;
            }
        }
    }
}

@media(max-width: 767px) {
    .main_single_shop {
        padding-bottom: 75px;

        .map {
            width: 100%;
            height: 300px;
            margin-top: 50px;

            & iframe {
                width: 100%;
                height: 300px;
            }
        }

        .list {
            width: 100%;
            margin-right: 0px;
            gap: 20px;

            &>dt {
                line-height: 1;
                padding: 8px 16px;
                border: 1px solid #000;
                border-radius: 10px;
                width: 100px;
                text-align: center;
            }

            &>dd {
                width: 100%;
                margin-left: 0px;
                line-height: 1.35;
                padding-bottom: 15px;
                padding-left: 12px;

                &.access {
                    & p {
                        margin-bottom: 1rem;
                    }
                }
            }
        }
    }
}

/* schedule
----------------------------------------------------------*/
.breadcrumbs {
    max-width: 1000px;
    margin: 10px auto 0;
    font-size: 14px;
    padding-left: 10px;
}

body.schedule {
    height: auto;
}

main.main_schedule {
    padding: 0px 15px;
}

.index_date01 {
    text-align: center;
    text-shadow: 1px 1px 20px #666;
    background: linear-gradient(45deg, #F3B706 0%, #F3B706 50%, #F2CB04 50%, #F2CB04 100%);
    line-height: 2;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.8rem;
}

@media (max-width:768px) {
    .index_date01 {
        text-shadow: 1px 1px 20px #c2c1c1;
    }
}

.wrap_shc_new01 {
    border-bottom: 1px solid #CECECE;
    padding-right: 10px;
    padding-bottom: 5px;
    /* 	background-image: url(images/bg01.png); */
    background: #fff;
}

.sch_hall_det_wrap {
    width: 100%;
    display: inline-block;
}

.sch_hall_det.index {
    width: 100%;
    padding: 15px 0 0 0;
    position: relative;
}

.sch_hall_det.index>li:first-child {
    line-height: inherit;
    margin-bottom: 5px;
}

.sch_hall_det.index>li:nth-child(2) {
    position: absolute;
    top: 11px;
    left: 0;
    left: 84px;
}

.sch_hall_det_wrap h3 {
    color: #2E99FB;
    font-family: var(--m-plust-1p);
}

.sch_hall_img.adress .txt {
    background: #DA0708;
    color: #fff;
    width: 75px;
    height: 26px;
    line-height: 26px;
    font-size: 70%;
    padding-left: 10px;
    font-weight: 500;
    position: relative;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/* .sch_hall_img.adress .txt::before,
.sch_hall_img.adress .txt::after {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 0;
    content: '';
} */

.sch_hall_img.adress .txt::before {
    border-width: 0 13px 13px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
}

.sch_hall_img.adress .txt::after {
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
}

.new02 .sch_hall_img.adress h3 {
    margin-top: 5px;
    padding-left: 50px;
    margin-bottom: 5px;
    width: 100%;
}

main a,
main a:visited {
    color: #2E99FB;
    text-decoration: underline;
}

.wrap_card01 {
    border: 1px solid #CECECE;
    padding: 10px;
    /* background-image: url(images/bg01.png); */
    background-color: #fff;
}

.wrap_card01 .img {
    width: 20%;
    padding-left: 10px;
}

main .wrap_card01 a,
main .wrap_card01 a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
}

.wrap_card01 .date {
    font-size: 1.5rem;
    color: #4E42E4;
    background: linear-gradient(90deg, #db3737 0%, #f09797 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.wrap_card01 .ttl {
    font-size: 2rem;
    margin: 8px 0 12px;
    line-height: 1;
}

.wrap_card01 .col_r {
    width: 80%;
    padding-left: 2rem;
}

.top_tab_wrap.sch00 {
    padding-top: 30px;
    display:none;
}

/* schedule詳細
----------------------------------------------------------*/
body[class^="ai-schedule"] {
    height: auto !important;
}

body.archive {
    height: auto !important;
}

.post_content .img_single_sch01 {
    font-size: 0;
    margin: 1.5rem 0 3rem;
}

.post_content h2 {
    text-align: center;
    position: relative;
    font-size: 2.3rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.post_content h2::before {
    content: '';
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #DA0707;
    background: linear-gradient(90deg, #DA0707 0%, #f09797 100%);
    position: absolute;
}

.post_content .list01 {
    border: 2px solid #DA0707;
    text-align: center;
    margin-bottom: 3.5rem;
    background-color: #fff;
}

.post_content .list01 dt {
    width: 150px;
    background: #DA0707;
    color: #fff;
    font-size: 20px;
}

.post_content .list01 dd {
    width: calc(50% - 150px);
    font-size: 20px;
}

.post_content p {
    text-align: center;
}

.single-ai-schedule .btn_index01 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto 15px;
}

.btn_index01 {
    font-size: 20px;
    text-align: center;
    width: 85%;
    margin-bottom: 50px;
    padding-right: 10px;
    margin: auto;
    max-width: 500px;
}

.btn_index01 a {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 4px 1px #777777;
    line-height: 3;
    position: relative;
    background: #DA0708;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.btn_index01 a:visited {
    color: #fff;
}

@media(max-width: 767px) {
    .post_content {
        font-size: 17px;
    }
    .post_content .list01 {
        width:90%;
        border: 2px solid #DA0707;
        text-align: center;
        margin:0 auto  3.5rem;
        background-color: #fff;
    }
    .post_content .list01 dt {
        width: 50%;
        padding: 2vw;
    }

    .post_content .list01 dd {
        width: 50%;
        padding: 2vw;
    }
    .post_content .list01 .line-red{
       border-bottom:2px solid #DA0707;
    }
    .post_content .list01 .line-wh{
        border-bottom:2px solid #fff;
     }
}

/*  search
----------------------------------------------------------*/

body.search {
    height: auto;
}

/*  ad_itmes
----------------------------------------------------------*/
.wrap_ad_single {
    .ad_item {
        width: 100%;
        aspect-ratio: 1.414 / 0.333;
        background-color: #ddd;
        margin-bottom: 75px;
    }
}

.wrap_ad_double {
    .flex {
        gap: 50px;
    }

    .ad_item {
        width: calc((100% - 50px)/2);
        aspect-ratio: 1.414 / 0.666;
        background-color: #ddd;
        margin-bottom: 75px;
    }
}

@media(max-width: 767px) {
    .wrap_ad_single {
        .ad_item {
            aspect-ratio: 1.414 / 0.666;

        }
    }

    .wrap_ad_double {
        .flex {
            gap: 20px;
        }

        .ad_item {
            width: calc((100% - 20px)/2);
            aspect-ratio: 1.414 / 1;
            background-color: #ddd;
            margin-bottom: 75px;
        }
    }
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bba_voice {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .bba_voice dd {

        margin-left: 25px;
        padding: 10px;
        border-radius: 5px;
        font-size: 14px;
    }
}

.bba_voice dd {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #2C2399;
    border-radius: 10px;
    position: relative;
    margin-left: 40px;
    background: #fff;
}

.bba_voice dd::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #2C2399 transparent transparent;
    margin: auto;
    top: 29px;
    left: -13px;
}

.bba_voice dd::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #fafafa transparent transparent;
    margin: auto;
    top: 29px;
    left: -11px;
}

.display_none {
    display: none;
}

@media (max-width:768px) {
    .slick-slide img {
        width: 100vw;
    }
    .bba_voice dd::before {
        top: 20px;
    }
    .bba_voice dd::after {
        top: 20px;
    }
}


/* --------- スケジュール一覧ページのみ フラッグ削除---------*/
/* .page-template-schedule-php .flag2,
.page-template-schedule-php .flag3,
.page-template-schedule-php .flag4,
.post-type-archive-ai-schedule .flag2,
.post-type-archive-ai-schedule .flag3,
.post-type-archive-ai-schedule .flag4,
.page-template-schedule-search .flag2,
.page-template-schedule-search .flag3,
.page-template-schedule-search .flag4,
.home .flag2,
.home .flag3,
.home .flag4 {
    display: none;
}

.page-template-schedule-search[prefecture*="県"] .flag2,
.page-template-schedule-search[prefecture*="県"] .flag3,
.page-template-schedule-search[prefecture*="県"] .flag4 {
    display: block !important;
} */



.flag {
    white-space: nowrap;
}

.flag span {
    background: #DA0708;
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}

.flag.flag5 span {
    background: #e92819;
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}
.flag.flag3 span {
    background: #8ec718;
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}
.flag.flag2 span {
    background: #111;
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}
.flag.flag4 span {
    background: linear-gradient(270deg, #F8D34F 2.6%, #E62F16 30.73%, #DA48FF 63.02%, #80C9FF 97.92%);
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}
.flag.flag6 span {
    background: #026ce6;
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}
.flag.flag7 span {
    background: linear-gradient(270deg, #F8D34F 2.6%, #E62F16 30.73%, #DA48FF 63.02%, #80C9FF 97.92%);
    color: #fff;
    padding: 0px 10px;
    font-weight: 700;
}
.area_input_search,.report_search,.search_submit {
    display: none;
}
.time_is_money {
    /* display: none; */
    /* ----------------------非表示対応---------------------- */

    background: #fff;
    border-bottom: 2px solid #333;
    padding: 0  0px 10px;
    font-size: 18px;
}

.time_is_money .txt {
    /* display: none; */
    /* ----------------------非表示対応---------------------- */

    border-right: 2px solid #333;
    padding: 0 10px 0 0;
    margin: 0 0px 0 0;
}

.time_is_money button {
    padding: 5px 25px;
    cursor: pointer;
    transition: .3s;
    background: linear-gradient(45deg, #F3B706 0%, #F3B706 50%, #F2CB04 50%, #F2CB04 100%);
    color: #fff;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    text-shadow: 1px 1px 20px #c2c1c1;
    font-weight: 700;
}
.time_is_money button:hover {
    transition: .3s;
    background-color: #DA0708;
    color: #fff;
}

.time_is_money button.active {
  background-color: #DA0708;
}

.schedule_search_h1 {
    visibility: hidden;
}

.about-page{
	padding:0 24px;
}


/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}

/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}

/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}

/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}

/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}

/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}

/* 
----------------------------------------------------------*/
@media(max-width: 767px) {}