@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Familjen+Grotesk:wght@400;700&display=swap);
/* CSS Document */
/*Theme Name: origin
  Author: regit
  Description: Version: 1.0
*/

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

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    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;
}

/* 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 {
    transition: .3s;
}

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

.slick-slide {
    outline: none;
}
.slick-track {
    display: flex; /* フレックスボックスを利用 */
}

.slick-slide {
    width: auto; /* 幅を自動に設定 */
}

.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: 1360px;
    margin: 0 auto;
    padding: 0 40px;
}

.inner.min{
    max-width: 1080px;
}

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


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



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

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

/*--------------------------------------------------------------------------------------------*/
@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;
    }

}


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

/* 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: #e50012;
    --color-sec: #bf9c50;
    --color-yellow: #bf9c50;
    --color-red: #e50012;
    --color-white: #ffffff;
    --color-text: #222;
    --color-text-caption: #666;
    --color-text-link: darkturquoise;
    --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, #bf9c50, #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: #009900;
    --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;

}

/* base 
----------------------------------------------------------*/
html {
    width: 100%;
    font-size: 62.5%;
}

body {
    letter-spacing: 0em;
    font-size: 1.6rem;
    line-height: var(--line-height-l);
    min-width: 1360px;
    font-family: var(--font-sans);
    margin-top: 0px;
    background-image: url(images/bg02.jpg);
    background-repeat: repeat;
    color: #fff;
}

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

#wrap_page {
    height: 100%;
}
.a_txt_link{
    color: var(--color-text-link);
    text-decoration: underline;
}
@media(max-width: 767px) {
    body {
        min-width: 100%;
        max-width: 100%;
        font-size: 1.4rem;
    }
}

/* header -base
----------------------------------------------------------*/
.header {
    position: fixed;
    top: 52px;
    left: 40px;
    width: 132px;
    z-index: 9999;
}
#g-nav{

    position:fixed;
	z-index: -1;
	opacity: 0;

	top:0;
	width:100%;
    height: 100vh;
	background:#000;

	transition: all 0.3s;
}


#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}


#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#g-nav > ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}



#g-nav li{
	list-style: none;
    text-align: center; 
}

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

.insta_btn,.x_btn,.l_btn{
    position: fixed;
    z-index: 9999;
    top: 92px;
    right: 30px;
    background-image: url(images/icon_instagram.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
}
.x_btn{
    top: 130px;
    width: 60px;
    height: 60px;
    right: 24px;
    background-image: url(images/icn_x.png);
}
.l_btn{
    top: 184px;
    width: 60px;
    height: 60px;
    right: 24px;
    background-image: url(images/icn_line.png);
}

.openbtn{
    position: fixed;
    z-index: 9999;
    top: 24px;
    right: 24px;
    cursor: pointer;

        align-content: center;
        align-items: center;
        background: #2c2c2c;
        border-radius: 50%;
        box-shadow: none;
        display: flex;
        flex: none;
        height: 60px;
        justify-content: center;
        width: 60px;
        max-width: 100%;
}

.openbtn div{
    background: transparent;
    gap: 6px;
    height: 60px;
    width: 60px;
    max-width: 100%;
    position: relative;
}
	
.openbtn span{
    background: #ffffff;
    flex: none;
    height: 2px;
    margin: auto;
    width: 32px;
    max-width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}


.openbtn div span:nth-of-type(1) {
	top:21px;	
}

.openbtn div span:nth-of-type(2) {
	top:29px;
}

.openbtn div span:nth-of-type(3) {
	top:37px;
}

.openbtn.active div span:nth-of-type(1) {
    top: 22px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 32px;
}

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

.openbtn.active div span:nth-of-type(3){
    top: 34px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 32px;
}
@media(max-width: 767px) {
   
}




/* footer - base
----------------------------------------------------------*/
.footer {
    background: var(--color-bg-black);
    color: var(--color-white);
    padding: 6rem 4rem 2rem;

    .copyright {
        text-align: center;
        font-size: 1.2rem;
    }
}

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

    & a {
        text-decoration: underline;
    }
}

@media(max-width: 767px) {
    .footer {
        width: 100%;
        padding: 4rem 0vw 2rem;

        .copyright {
            text-align: center;
            font-size: 1.2rem;
            line-height: 1.2;
        }
    }
}

/* page - base one clums
----------------------------------------------------------*/
.main_page_content{
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 14rem;
}
.txt_discription{
    margin-bottom: 4rem;
}

.policy_content{
    dl{
        padding-bottom: 4rem;
    }
    dl:last-child{
        padding-bottom: 0;
    }
    dt{
        padding-bottom: 0rem;
        font-weight: bold;
        font-size: 2rem;
    }
    dd{    }
}
@media(max-width: 767px) {

}


/* single - base two clums (if use one clum when use page base css)
----------------------------------------------------------*/
.common_the_content {

    .wp-caption{width: 100%!important;}

    & h2{
        margin-bottom: 1.5rem;
    }

    & p{
        margin-bottom: 2rem;
        &.wp-caption-text{
            text-align: center;
            color: silver;
            margin-bottom: 2rem;
        }
    }

    & ul{
        padding-bottom: 1rem;
        padding-left: 2rem;
        & li{
            list-style-type: circle;
            margin-bottom: 1rem;
        }

    }
    & ol{
        padding-bottom: 1rem;
        padding-left: 2rem;
        & li{
            list-style-type:decimal;
            margin-bottom: 1rem;
        }
    }

    & a{
        color: var(--color-text-link);
        text-decoration: underline;
    }



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

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

.main_page_content{
    .head_area {
        margin-bottom: 10rem;
    }
    .head_area .ttl{
        font-size: 3rem;
        line-height: 1.25;
        border-left: 4px solid;
        padding: 1rem 2rem;
        margin-bottom: 3rem;
    }
    .head_area .head_cat a{
            background: #fff;
            color: #000;
            border-radius: 15px;
            width: 120px;
            font-size: 1.4rem;
            text-align: center;
            padding: 5px 0;
            display: inline-block;
            margin-left: 3rem;
    }
}
@media(max-width: 767px) {
    .single_wrap{
        padding-top:19rem;
    }
    .main_page_content{
        .head_area {
            margin-bottom: 4.5rem;
        }
        .head_area .ttl{
            font-size: 2.4rem;
            line-height: 1.25;
            border-left: 3px solid;
            padding: 1rem 0rem 1rem 1.5rem;
            margin-bottom: 3rem;
        }
        .head_area .head_cat a{
                background: #fff;
                color: #000;
                border-radius: 15px;
                width: 120px;
                font-size: 1.4rem;
                text-align: center;
                padding: 5px 0;
                display: inline-block;
                margin-left: 3rem;
        }
    }
}



/* archive - base
----------------------------------------------------------*/ 
.wrap_list_category {
    margin-bottom: 7rem;
        .list{
            .item{
                margin: 0 2rem 1rem 0;
                width: calc( (100% - 4rem) / 5 );
                max-width: 100%;
                & a{
                    display: inline-block;
                    line-height: 1;
                    padding: 2rem 1rem;
                    text-align: center;
                    width: 100%;
                    border:1px solid;
                    border-radius: 5px;
                }
            }
            .item.active{
                & a{
                    color: #a6a6a6;
                    border-radius: 5px;
                    background-color: #2f2f2f;
                    border-color: #000;

                }
            }
        }
}


.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 60px;
   }

.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: transparent;
    border-radius: 3px;
    transition: color .3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 45px;
    height: 45px;
    border: 1px solid;



    &.dots {
        color: #ddd;

        &::before {
            display: none;
        }
    }

    &.current {
        color: #a6a6a6;
        border-radius: 5px;
        background-color: #2f2f2f;
        border-color: #000;

        &::before {
            display: none;
        }
    }
    &.next,&.prev{
        border:none;
    }

}

@media(max-width: 767px) {
    .nav-links {
        gap: 1rem;
    }
    .wrap_list_category {
        margin-bottom: 7rem;
            .list{
                .item{
                    margin: 0 2rem 1rem 0;
                    width: calc( (100% - 2rem) / 2 );
                    max-width: 100%;
                    & a{
                        display: inline-block;
                        line-height: 1;
                        padding: 2rem 1rem;
                        text-align: center;
                        width: 100%;
                        border:1px solid;
                        border-radius: 5px;
                    }
                }
                .item:nth-child(2n){
                    margin-right: 0;
                }
                .item.active{
                    & a{
                        color: #a6a6a6;
                        border-radius: 5px;
                        background-color: #2f2f2f;
                        border-color: #000;
    
                    }
                }
            }
    }
}

/* category -base
----------------------------------------------------------*/
.archive_content {
    .list_post{
        margin: 0 auto 60px;
        width: 800px;
        max-width: 100%;
        .no_thumb_item{
            border-bottom: 1px solid;
            & a{
                gap: 0 4rem;
                padding: 2rem 1rem;
            }
            .ttl{
                font-weight: normal;
                font-size: 1.6rem;
                width: 64%;
            }
            .cat{
                background: #fff;
                color: #000;
                border-radius: 15px;
                width: 120px;
                font-size: 1.4rem;
                text-align: center;
                padding: 5px 0;
            }
        }
        .no_thumb_item:nth-child(1){
            border-top: 1px solid;
        }
    }
}
@media(max-width: 767px) {
    .archive_content {
        .list_post{
            margin: 0 auto 60px;
            width: 800px;
            max-width: 100%;
            .no_thumb_item{
                border-bottom: 1px solid;
                & a{
                    gap: 1.5rem 2rem;
                    padding: 2rem 1rem;
                }
                .ttl{
                    font-weight: normal;
                    font-size: 1.6rem;
                    line-height: 1.3;
                    width: 100%;
                }
                .cat{
                    width: 100px;
                    font-size: 1.2rem;
                    text-align: center;
                    padding: 1px 0 2px;
                }
            }
            .no_thumb_item:nth-child(1){
                border-top: 1px solid;
            }
        }
    }
}


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

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

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

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

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



/************************* Do not delete until here **************************************/

/* header -custom
----------------------------------------------------------*/
#g-nav.panelactive ul {
    display: flex;
}
#g-nav .btn_list{
    width: 800px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 400px;
    margin: auto;

    & li {
        margin: 0 6rem 4rem 0;
        width: calc((100% - 6rem)/2);
    }
    & li:nth-child(2n){
        margin-right: 0;
    }

    & li a {
        display: block;
        border-bottom: 1px solid;
        text-align: left;
        padding: 16px 0px 16px;
        line-height: 1;
        font-size: 1.75rem;
        position: relative;
        &::before{
            position: absolute;
            top: 0;
            bottom: 0;
            right: 4px;
            margin: auto;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 6px solid #fff;
            border-right: 0;
        }
    }
}

@media(max-width: 767px) {
   .logo_head{
        width: 66px;
   }
   .header{
        top: 3.2vw;
        left: 3.2vw;
        width: 66px;
   }
   .openbtn{
    top: 3.2vw;
    right: 3.2vw;
   }

   #g-nav .btn_list{
    width: 100%;
    padding: 152px 6.4vw 6.4vw;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    margin: 0;

    & li {
        margin: 0 0rem 1rem 0;
        width: calc((100% - 0rem)/1);
    }
    & li:nth-child(2n){
        margin-right: 0;
    }

    & li a {
        display: block;
        padding: 16px 20px;
        line-height: 1;
        font-size: 1.4rem;
    }
}

.btn_sns{
    gap: 2rem;
    width: 100%;
    margin-top: 2.5rem;
    .insta_btn_sp,.x_btn_sp,.l_btn_sp{

        background-image: url(images/icon_instagram.png);
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 45px;
        height: 45px;
        background-size: contain;
        border: none!important;
        &::before{
            display: none;
        }
    }
    .x_btn_sp{
        background-image: url(images/icn_x.png);
    }
    .l_btn_sp{
        background-image: url(images/icn_line.png);
    }
}


}




/* footer ctr- custom
----------------------------------------------------------*/
.footer{
    .col_logo{ width: 195px;}
    .col{width: calc(100% - 195px);padding-left: 100px;}
    .btn_list{
        & li {
            padding: 4px;
            margin: 0 2rem 2rem 0;
            width: calc((100% - 6rem - 0px)/4);
        }
        & li:nth-child(4n){
            margin-right: 0;
        }

        & li a {
            display: block;
            border-bottom: 1px solid;
            text-align: left;
            padding: 16px 0px;
            line-height: 1;
            font-size: 1.75rem;
            position: relative;
            &::before{
                position: absolute;
                top: 0;
                bottom: 0;
                right: 4px;
                margin: auto;
                content:'';
                width: 0;
                height: 0;
                border-style: solid;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 6px solid #fff;
                border-right: 0;
            }
        }
    }
    .txt_list{
        gap:2rem;
        margin-top: 6rem;
        margin-bottom: 6rem;
        & a:hover{
            text-decoration: underline;
        }
    }
}

.ctrs{
    z-index: -1;
    position: relative;
    min-height: 600px;
    padding: 100px 100px 100px 220px;
    background: #161616;
    .map{
        width: 65%;
        overflow: hidden;
        height: 570px;
    }
    .col{
        width: 35%;
        padding: 0 60px;
        
        .ttl h3{
            font-size: 2.4rem;
        }
        .ttl a{
            font-size: 1.4rem;
            text-decoration: underline;
        }
        .ttl{
            padding-bottom: 45px;
            margin-bottom: 45px;
            border-bottom: 2px solid;
        }
        & dl{
            font-size: 1.4rem;
            line-height: 1;

            & dt{
                font-weight: bold;
                font-size: 1.6rem;
                margin-bottom: 1rem;
            }
            & dd{
                margin-bottom: 2rem;
            }
            & dd .adress{
                line-height: 1.6;
            }
        }
        .txt01{
            font-size: 1.4rem;
        }
        .ttl02{
            font-weight: bold;
        }

    }

    & iframe{
        width: 100%;
        height: 880px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        margin-top: -150px;
      }
}
.ctrs.access{
    padding: 50px 60px 60px 60px;
    .map{
        width: 100%;
    }
    .col{
        width: 100%;
        padding: 0;
        .ttl{
            padding-top: 45px;
        }
        .box .item{
            width: 100%;
            & dl{
                margin-bottom: 2rem;
                .txt01{
                    margin-bottom: 1rem;
                }
            }
            & dl:nth-child(1){order: 1;width: 26.5%;}
            & dl:nth-child(2){order: 2;width: 18.5%;}
            & dl:nth-child(3){order: 4;width: 26.5%;}
            & dl:nth-child(4){order: 5;width: 18.5%;}
            & dl:nth-child(5){order: 3;width: 55%;padding-left: 0;}

        }
    }
}
.pb14{
    padding-bottom: 14rem;
}

@media(max-width: 767px) {
    .footer{
        .col_logo{ display: none;}
        .col{width: calc(100% - 0px);padding-left: 0px;}
        .btn_list{
            & li {
                margin: 0 1rem 1rem 0;
                width: calc((100% - 1rem - 0px)/2);
            }
            & li:nth-child(2n){
                margin-right: 0;
            }
    
            & li a {
                font-size: 1.4rem;
                padding: 16px 2px;
            }
        }
        .txt_list{
            gap:2rem;
            margin-top: 3rem;
            margin-bottom: 3rem;
            & a{
                text-decoration: underline;
            }
        }
    }
    .ctrs{
        min-height: 600px;
        padding: 0 0 32px; 
        .map{
            height: 450px;
            margin-bottom: 40px;
            width: 100%;
        }
        .col{
            width: 100%;
            padding: 0 4vw;
            
            .ttl h3{
                font-size: 2.4rem;
            }
            .ttl a{
                font-size: 1.4rem;
                text-decoration: underline;
            }
            .ttl{
                padding-bottom: 20px;
                margin-bottom: 35px;
                border-bottom: 2px solid;
            }
            & dl{
                font-size: 1.4rem;
                line-height: 1;
    
                & dt{
                    font-weight: bold;
                    font-size: 1.6rem;
                    margin-bottom: 1rem;
                }
                & dd{
                    margin-bottom: 2rem;
                }
                & dd .adress{
                    line-height: 1.6;
                }
            }
            .txt01{
                font-size: 1.4rem;
            }
            .ttl02{
                font-weight: bold;
            }
    
        }
    
        & iframe{
            width: 100%;
            height: 765px;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            margin-top: -200px;
          }
    }
    .ctrs.access{
        padding: 0px 0px 0px 0px;
        .map{
            width: 100%;
            margin-bottom: 20px;
        }
        .col{
            width: 100%;
            padding: 0;
            .ttl{
                padding-top: 0px;
                padding: 0 5vw;
            }
            .box .item{
                width: 100%;
                & dl{
                    margin-bottom: 2rem;
                    padding-left: 5vw;
                    .txt01{
                        margin-bottom: 1rem;
                    }
                }
                & dl:nth-child(1){order: 1;width: 100%;}
                & dl:nth-child(2){order: 2;width: 100%;}
                & dl:nth-child(3){order: 4;width: 100%;}
                & dl:nth-child(4){order: 5;width: 100%;}
                & dl:nth-child(5){order: 3;width: 100%;padding-left: 5vw;}
    
            }
        }
    }
}



/* archive - custom
----------------------------------------------------------*/

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

/* category - custom
----------------------------------------------------------*/

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

/* page -custom */

.page_header{
    padding: 132px;
    text-align: center;

    .ttl{
        font-size: 3.5rem;
    }

    .en{
        font-size: 2rem;
    }


}
@media(max-width: 767px) {
    .page_header{
        padding: 19rem 3.2vw 7rem;
    text-align: center;
    }
}

/* voice -custom
----------------------------------------------------------*/
.voice_card{
    background: #333;
    padding: 50px 25px;
    border-radius: 12px;
    margin-bottom: 5rem;
    &:last-child{
        margin-bottom: 0;
    }
    .box01{
        padding-left: 40px;
        width: 175px;
        .img{
            display: block;
            width: 100%;
            height: 135px;
            border-radius: 50%;
            overflow: hidden;
            background-color: #fff;
            padding: 25px;
            margin-bottom: 1.5rem;
            & > img{
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-position: center;
            }
        }
        .txt{
            display: block;
            text-align: center;
        }
    }
    .box02{
        width: calc(100% - 175px);
        padding-left: 75px;
        padding-right: 50px;
        .txt01{
            font-weight: bold;
            font-size: 2.1rem;
            line-height: 1;
            margin-bottom: 2rem;
        }
        .txt02{
            font-size: 1.5rem;
        }

    }
}


@media(max-width: 767px) {
    .voice_card{
        background: #333;
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 5rem;
    
        .box01{
            padding: 2rem 0 0;
            width: 135px;
            margin: 0 auto 3rem;
            .img{
                display: block;
                width: 100%;
                height: 135px;
                border-radius: 50%;
                overflow: hidden;
                background-color: #fff;
                padding: 25px;
                
                & > img{
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    object-position: center;
                }
            }
            .txt{
                display: block;
                text-align: center;
            }
        }
        .box02{
            width: calc(100% - 0px);
            padding-left: 0%;
            padding-right: 0px;
            padding-bottom: 1.5rem;
            .txt01{
                font-weight: bold;
                font-size: 1.8rem;
                line-height: 1;
                margin-bottom: 2rem;
                text-align: center;
            }
            .txt02{
                font-size: 1.4rem;
            }
    
        }
    }
}

/* qa - custom
----------------------------------------------------------*/
.qa_card{
    background: #333;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 5rem;
    &:last-child{
        margin-bottom: 0;
    }
    & dt{
        margin-bottom: 2.5rem;
        .en{width: 4rem;height: 4rem;text-align: center;line-height: 3.6rem;font-size: 2rem;font-weight: bold;background-color: #000;}
        .txt{padding-left:2.5rem;line-height: 1.85;     font-size: 2.1rem;    width: calc(100% - 4rem);font-weight: bold;}
    }
    & dd{
        .en{width: 4rem;height: 4rem;text-align: center;line-height: 3.6rem;font-size: 2rem;font-weight: bold;background-color: #fafafa;color:#000;}
        .txt{padding-left:2.5rem;padding-top: 0.5rem;  font-size: 1.6rem;      width: calc(100% - 4rem);}
    }
}
@media(max-width: 767px) {
    .qa_card{
        background: #333;
        padding: 20px 16px;
        border-radius: 12px;
        margin-bottom: 5rem;
        &:last-child{
            margin-bottom: 0;
        }
        & dt{
            margin-bottom: 2.5rem;
            .en{width: 4rem;height: 4rem;text-align: center;line-height: 3.6rem;font-size: 2rem;font-weight: bold;background-color: #000;}
            .txt{padding-left:2.5rem;line-height: 1.6; padding-top: 0.5rem;    font-size: 1.8rem;    width: calc(100% - 4rem);font-weight: bold;}
        }
        & dd{
            .en{width: 4rem;height: 4rem;text-align: center;line-height: 3.6rem;font-size: 2rem;font-weight: bold;background-color: #fafafa;color:#000;}
            .txt{padding-left:2.5rem;padding-top: 0.5rem;  font-size: 1.4rem;      width: calc(100% - 4rem);}
        }
    }
}

/* reservation -custom
----------------------------------------------------------*/

.rvt_card{
    padding: 5rem 3rem;
    border-bottom: 1px solid;
    &:first-of-type{
        border-top: 1px solid;
    }
    .ttl{
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .txt{

    }
    .wrap_icn{
        font-size: 1.75rem;
        padding: 3rem 0 0;
        display: block;
        .tel{
            color: var(--color-text-link);
            text-decoration: underline;
        }
    }
}

@media(max-width: 767px) {
   
.rvt_card{
    padding: 2rem 1.5rem;
    border-bottom: 1px solid;
    &:first-of-type{
        border-top: 1px solid;
    }
    .ttl{
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .txt{

    }
    .wrap_icn{
        font-size: 1.75rem;
        padding: 3rem 0 0;
        display: block;
        .tel{
            color: var(--color-text-link);
            text-decoration: underline;
        }
    }
}
}

/* sitemap -custom
----------------------------------------------------------*/

.sitemap_list{
    gap:2rem;
    & li{
        width: calc((100% - 8rem)/5);
        border: 1px solid;
        text-align: center;
        height: 60px;
        line-height: 58px;
        & a{
            width: 100%;
            display: inline-block;
        }
    }
}
@media(max-width: 767px) {
    .sitemap_list{
        gap:2rem;
        & li{
            width: calc((100% - 2rem)/2);
            border: 1px solid;
            text-align: center;
            height: 60px;
            line-height: 58px;
            & a{
                width: 100%;
                display: inline-block;
            }
        }
    }
}

/* menu -custom
----------------------------------------------------------*/
.wrap_slider{
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
    .slider{
        height: 550px;
        & img{
            height: 550px;
            margin: 0 auto;
        }
    }
    &.frt{
        width: 720px;
    }
    .slider{
        display: none;
    }
    .slider.slick-initialized{
        display: block; /*slick-initializedが付与されたら表示*/
    }
    .slick-prev, .slick-next{
        top: 48%;
    }
    .slick-next{
        right: 25px;
    }
    .slick-next:before {
        content: '▶';
        background: rgba(0,0,0,0.45);
        width: 35px;
        height: 35px;
        display: block;
        line-height: 34px;
        border-radius: 50%;
    }
    .slick-prev{
        left: 10px;
        z-index: 10;
    }
    .slick-prev:before{
        content: '◀';
        background: rgba(0,0,0,0.45);
        width: 35px;
        height: 35px;
        display: block;
        line-height: 34px;
        border-radius: 50%;
    }
    .cap01{
        font-size: 1.4rem;
    }
}
.list_menu{
    .ttl{ width: 450px;
        font-size: 2.4rem;
        border-left: 2px solid;
        padding-left: 1rem;
        margin-bottom: 3.5rem;}

    .txt{ width: calc(100% - 450px);
        margin-bottom: 3.5rem;
        text-align: right;
        font-size: 2.4rem;}
    .tan{
        font-size: 1.4rem;
        padding-left: 1rem;
    }
}
.wrap_drink{
    max-width: 100%;
    width: 800px;
    margin: 0 auto 0;
    padding-top: 8rem;
    .head_ttl{
        margin-bottom: 4rem;
        padding: 0rem 1rem;
        border-left: 2px solid;
    }
    .sec_ttl{
        padding-bottom: 0.25rem;
        border-bottom: 1px solid;
        margin-bottom: 2rem;
        margin-top: 6rem;
        position: relative;
        cursor: pointer;
        &::before{

        }
    }
    .j-menu{
        display: none;
    }
    .list{
        padding:0 1rem;
        margin-bottom: 1.5rem;
        .ttl{
            width: 450px;
            font-size: 1.8rem;
            padding-top: 1.5rem;
            border-top: 1px dashed;
           
        }
        .price{
            width: calc(100% - 450px);
            padding-top: 1.5rem;
            border-top: 1px dashed;
            text-align: right;
            font-size: 1.8rem;
        }
        .txt{
            width: 100%;
            padding-top: 1rem;
            font-size: 1.4rem;
        }
    }
    .j-menu .list:first-of-type{
        .ttl{border-top: none;}
        .price{border-top: none;}
    }
    
    .caption{
        padding-top: 2rem;
        font-size: 1.4rem;
        padding-left: 1rem;
    }
}
.sec_ttl::before,
.sec_ttl::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.sec_ttl::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.sec_ttl::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
.sec_ttl.close::before{
	transform: rotate(45deg);
}

.sec_ttl.close::after{
	transform: rotate(-45deg);
}
@media(max-width: 767px) {
    .list_menu{
        .ttl{ width: 100%;
            font-size: 1.8rem;
            border-left: 2px solid;
            padding-left: 1rem;
            margin-bottom: 1.5rem;}
    
        .txt{ width: calc(100% - 0px);
            margin-bottom: 3.5rem;
            text-align: left;
            font-size: 1.8rem;}
        .tan{
            font-size: 1.4rem;
            padding-left: 1rem;
        }
    }
    .wrap_slider{
        .slider{
            height: 240px;
            & img{
                height: 240px;
                width: 100%;
                margin: 0 auto;
            }
        }
        .slick-prev, .slick-next{
            top: 52%;
        }
        .slick-next{
            right: 12px;
        }
        .slick-next:before {
            content: '▶';
            background: rgba(0,0,0,0.45);
            width: 25px;
            height: 25px;
            display: block;
            line-height: 24px;
            font-size: 1.3rem;
            border-radius: 50%;
        }
        .slick-prev{
            left: 4px;
            z-index: 10;
        }
        .slick-prev:before{
            content: '◀';
            background: rgba(0,0,0,0.45);
            width: 25px;
            height: 25px;
            display: block;
            line-height: 24px;
            border-radius: 50%;
            font-size: 1.3rem;
        }
    }
    .wrap_drink{
        max-width: 100%;
        width: 800px;
        margin: 0 auto 0;
        padding-top: 8rem;
        .head_ttl{
            margin-bottom: 4rem;
            padding: 0rem 1rem;
            border-left: 2px solid;
        }
        .sec_ttl{
            padding-bottom: 0.25rem;
            border-bottom: 1px solid;
            margin-bottom: 1rem;
            margin-top: 6rem;
        }
        .list{
            padding:0 1rem;
            margin-bottom: 1.5rem;
            .ttl{
                width: 100%;
                font-size: 2rem;
                padding-top: 1.5rem;
                border-top: 1px dashed;
               
            }
            .price{
                width: calc(100% - 0px);
                padding-top: 0.5rem;
                border-top: none;
                text-align: left;
                font-size: 1.6rem;
            }
            .txt{
                width: 100%;
                font-size: 1.4rem;
                padding-top: 1rem;
            }
        }
        .j-menu .list:first-of-type{
            .ttl{border-top: none;}
            .price{border-top: none;}
        }
        .caption{
            padding-top: 2rem;
            font-size: 1.4rem;
            padding-left: 1rem;
        }
    }
    
}

/* about -custom
----------------------------------------------------------*/
.about .page_header, .menu .page_header {
    .wrap{
        padding-left: 12rem;
    }
    padding-left: 100px;
    .icn{
        height: 320px;
        width: 183px;
        & img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }
    .en02{
        width: 625px;
        padding-left: 7rem;
        font-size: 12rem;
        font-weight: bold;
    }
    .ttl02{
        width: calc(100% - 183px - 625px );
        padding-top: 20px;
        font-size: 2rem;
        text-align: left;
        padding-left: 0rem;
        font-weight: normal;
    }

}
.about_sec01{
    padding-top: 10rem;
    position: relative;
    padding-left: 180px;
    .ttl_box{
        text-align: right;
        position: relative;
        &::after{
            content: '';
            position: absolute;
            width: 720px;
            height: 340px;
            background-image: url(images/img_about03.png);
            background-repeat: no-repeat;
            background-position: center;
            left: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            z-index: -1;
         
        }
        &.frt::after{
            background-image: url(images/img_about03.png);
        }
        .cmn_btn{
            margin-top: 2rem;
        }
    }
    .ttl{
        display: inline-block;
        font-size: 3.75rem;
        font-weight: normal;
        position: relative;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.45);
        line-height: 1.35;
        
        padding: 2rem 3rem 2.5rem;
    }
    .txt{
      
        margin-top: 3.5rem;
    }
    .txt01{
        margin-top: 15rem;
    }
    .area{
        .img{
            max-width: 420px;
            width: calc(100% - 800px);
            padding-right: 4rem;
        }
        .col{
            width: 800px;
            margin-left: auto;
        }
    }
   
}
.front .about_sec01{
    padding-left: 75px;
}


@media(max-width: 767px) {
    .about .page_header,.menu .page_header {
        padding-left: 3.2vw;
        .wrap{
            padding-left: 0rem;
        }
        .icn{
            height: 180px;
            width: 100px;
            & img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
        .en02{
            width: calc(100% - 100px );
            padding-left: 3rem;
            font-size: 5rem;
            font-weight: bold;
        }
        .ttl02{
            width: calc(100% - 0px );
            padding-top: 20px;
            font-size: 1.4rem;
            text-align: center;
            padding-left: 0rem;
            font-weight: normal;
            margin-top: -9rem;
            padding-left: 100px;
        }
    
    }
    .about_sec01{
        padding-top: 0rem;
        position: relative;
        padding-left: 0px;
        .ttl_box{
            text-align: right;
            position: relative;
            padding-top: 67vw;
            &::after{
                content: '';
                position: absolute;
                width: 100%;
                height: 70vw;
                background-image: url(images/img_about01.png);
                background-repeat: no-repeat;
                background-position: center;
                left: 0;
                bottom: auto;
                top: 0;
                margin: auto;
                z-index: -1;
              
            }
        }
        .ttl{
            display: inline-block;
            font-size: 1.8rem;
            position: relative;
            z-index: 2;
            background-color: rgba(255, 255, 255, 0.25);
            line-height: 1.35;
            
            padding: 2rem 2rem 2.5rem;
        }
        .txt{
          
            margin-top: 3.5rem;
        }
        .txt01{
            margin-top: 4rem;
        }
        .area{
            .img{
                max-width: 420px;
                width: calc(100% - 800px);
                padding-right: 4rem;
            }
            .col{
                width: 800px;
                margin-left: auto;
            }
        }
       
    }
}


/* front-custom
----------------------------------------------------------*/
.slider2{
    display: none;
    margin-bottom: -8px;
    img {
        vertical-align: top;
    }
}
.slider2.slick-initialized{
    display: block; /*slick-initializedが付与されたら表示*/
}

.frt_menu{
    padding-left: 220px;
    padding-right: 100px;
    padding-bottom: 14rem;
    .area{
        .wrap_slider{
            margin: 0;
        }
        .col{
            width: calc(100% - 800px);
            padding: 0 0 0 5rem;
        }
    }
    .list_menu{
        .ttl{ width: 100%;
            font-size: 2.4rem;
            border-left: 2px solid;
            padding-left: 1rem;
            margin-bottom: 3.5rem;}
    
        .txt{ width: calc(100% - 0px);
            margin-bottom: 3.5rem;
            text-align: left;
            font-size: 2.4rem;}
        .tan{
            font-size: 1.4rem;
            padding-left: 1rem;
        }
        .tan:first-of-type{
            padding-right: 2.5rem;
        }
    }

}
.frt_menu *{
    min-height: 0;
    min-width : 0;
    .cap01{
        margin-bottom: 4rem;
    }
    .cmn_btn.frt{
        margin-bottom: 4rem;
    }
    .cmn_btn{
        text-align: right;
    }
}

.frt_wrap02{
    .area01{
        .col{
            width: 50%;
            border:1px solid #e2d06e;
            text-align: center;
            display: block;
            padding: 5rem 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative;
            &::before{
                content: '';
                width: 100%;
                height: 100%;
                
                position: absolute;
                top: 0;
                left: 0;
            }
            .item{
                position: relative;
                z-index: 2;
                .en{
                    font-size: 3rem;
                }
                .jn{
                    font-size: 1.6rem;
                    font-weight: normal;
                }
            }
          
            &.col_faq{
                border-left: none;
                background-image: url(images/img_btn_faq.png);
                background-color: rgba(0,0,0,0.45);
            }
            &.col_contact{
                background-image: url(images/img_btn_contact.png);
                background-color: rgba(0,0,0,0.25);
                border-left: none;
                border-right: none;
            }
        }
    }
}
.frt_mv{
    width: 100%;
    height: 100vh;
    /*simlpe*/
    background-image: url(images/mv_main01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    &::before{
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.15);
        position: absolute;
        top: 0;
        left: 0;
    }
    .ttl{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 195px;
        height: 378px;
    }
}



/*slider
.mv_slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  
  .mv_slider img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  
  .add-animation {
    animation: zoom-fade 10s both;
  }
  
  @keyframes zoom-fade {
  
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.05);
    }
  
  }
*/

.front .header{
    display: none;
}
.front .header.active{
    display: block;
}
.frt_about{
    padding: 16rem 0 24rem;
}
.cmn_btn a{
    width: 240px;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid;
            text-align: left;
            padding: 16px 0px 8px;
            line-height: 1;
            font-size: 1.75rem;
            position: relative;
    &::before{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4px;
        margin: auto;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #fff;
        border-right: 0;
    }

}
@media(max-width: 767px) {
    .frt_mv{
        background-position: -130px;
    }
    .frt_menu{
        padding: 0 3.2vw;
        .area{
            .col{
                width: 100%;
                padding: 0 0rem 5rem 0;
            }
    
        }
    }
    .frt_menu * {
        .cmn_btn {
            text-align: left;
        }
        .cmn_btn.frt {
            margin-bottom: 2rem;
        }
    }
    .cmn_btn a {
        width: 100%;
        height: 50px;
        display: inline-block;
        border-bottom: 1px solid;
        text-align: left;
        padding: 16px 0px 8px;
        line-height: 1;
        font-size: 1.75rem;
        position: relative;
    }
    .frt_wrap02 {
        & .area01 {
            .col {
                width: 100%;
                border:none;
                border-top: 1px solid #e2d06e;
                text-align: center;
                display: block;
                padding: 5rem 0;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                position: relative;
           &.col_contact{
                border-bottom: 1px solid #e2d06e;
            }
        }
    }
}
    .front .about_sec01 {
        padding-left: 0;
    }
    .frt_about {
        padding: 9rem 0 12rem;
    }
    .insta_btn,.l_btn,.x_btn{
        display: none;
    }
}


/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}

/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}


/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}




/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}




/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}




/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}



/* -custom
----------------------------------------------------------*/

@media(max-width: 767px) {

}









/* contact -custom
----------------------------------------------------------*/

.progressbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px;
}

.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
    display: block;
}

.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}


.progressbar .item:first-child,
.mw_wp_form_preview .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(3) {
    z-index: 1;
    background: #D5AF68;
    color: #FFF;
}

.progressbar .item:first-child:not(:last-child)::after,
.mw_wp_form_preview .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(3):not(:last-child)::after {
    border-left-color: #D5AF68;
}

.progressbar .item:first-child:not(:last-child)::before,
.mw_wp_form_preview .progressbar .item:nth-child(2):not(:last-child)::before,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::before,
.mw_wp_form_complete .progressbar .item:nth-child(3):not(:last-child)::before {
    border-left: none;
}

.mw_wp_form_input .txt02 {
    display: none;
}

.mw_wp_form_input .txt01 {
    margin: 0px 0 30px;
    text-align: center;
}

.mw_wp_form_input .txt01 a {
    text-decoration: underline;
    color: #D5AF68;
}

.mw_wp_form_preview .txt01 {
    display: none;
}

.mw_wp_form_preview .txt02 {
    display: block;
    text-align: center;
    margin: 0px 0 30px;
}

.form {
    width: 100%;
    margin: 40px auto 50px;
}

.form dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 24px;
    margin-bottom: 4rem;
}

.form dt:last-of-type {
    align-items: start;
    padding-top: 1.6rem;
}

.mw_wp_form_preview .form dt:last-of-type {
    padding-top: 20px;
}

.form dd {
    width: 70%;
    margin-bottom: 4rem;
}

.form dd input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    font-size: 16px;
    line-height: 2;
    outline: none;
    display: inline-block;
    width: 100%;
}

.form dd input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.form dd.filess input {
    border: none;
}

.form dd textarea {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.form dd textarea:focus {
    border: 1px solid rgba(0, 0, 0, 1);
}

.form dt span:nth-of-type(1) {
    display: inline-block;
    font-weight: 500;
    background: darkgoldenrod;
    font-size: 1.4rem;
    margin-left: 1.5rem;
    padding: 0px 11px 2px;
}

.form dt span:nth-of-type(2) {
    display: inline-block;
    padding-left: 8px;
}

.form dt span:nth-of-type(3) {
    display: inline-block;
    padding-left: 0px;
    font-size: 80%;
}

.mwform-file-delete {
    height: 0;
    display: block;
}

.wrap_form .btn {
    max-width: 260px;
}

.wrap_form .btn01 {
    max-width: 130px;
    margin-right: 16px;
}

.wrap_form .btn input {
    display: inline-block;
    width: 260px;
    margin: auto;
    font-size: 16px;
    height: 64px;
    border-radius: 64px;
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.mw_wp_form_input .btn01 {
    display: none;
}

.wrap_form .btn01 input {
    width: 130px;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.mw_wp_form_input .mw-wp-form_file {
    display: none;
}

.mw_wp_form_preview .form dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    display: inline-block;
}

.txt_thanks {
    text-align: center;
    margin-bottom: 30px;
}

.c_btn {
    text-align: center;
}

.c_btn a {
    display: inline-block;
    width: 260px;
    margin: auto;
    font-size: 16px;
    height: 64px;
    border-radius: 64px;
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    line-height: 64px;
}
.page_main .mw_wp_form .error{
    color: lavender;
    font-size: 1.6rem;
    margin-bottom: -1rem;
}

@media(max-width: 767px) {

    .progressbar .item:not(:last-child)::before,
    .progressbar .item:not(:last-child)::after {
        display: none;
    }

    .logo_foot {
        width: 220px;
    }

    .mw_wp_form_input .txt01 {
        text-align: left;
    }

    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    .progressbar {
        width: 90%;
    }

    .mw_wp_form_input .progressbar+.txt01 {
        text-align: center;
    }

    .form {
        width: 100%;
        margin: 0 auto 30px;
    }

    .form dt {
        width: 100%;
        line-height: 24px;
        padding-top: 0px;
        margin-bottom: 1rem;
    }

    .form dd {
        width: 100%;
    }

    .form dd input {
        padding: 10px 0;
    }

    .mw_wp_form_preview .progressbar .item:first-child:not(:last-child)::after,
    .mw_wp_form_complete .progressbar .item:nth-child(1):not(:last-child)::after,
    .mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after {
        display: none;
    }

    .mw_wp_form_preview .txt02 {
        text-align: left;
    }

    .wrap_form .btn input {
        width: 250px;
    }

    .wrap_form .btn01 input {
        width: 80px;
    }

    .wrap_form .btn {
        max-width: 250px;
    }

    .wrap_form .btn01 {
        max-width: 80px;
    }

    .txt_thanks {
        text-align: left;
        margin-bottom: 30px;
    }
}




@media(max-width: 767px) {

    #wpadminbar {
        display: none;
    }

}