/**********************
add 210207080852 yamamoto
common start
this file is Common Setting And Common Place Css Only
***********************/
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: var(--d-font-weight-bold);
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

body {
    font-size: 1.4rem; /* -> 14px; */
    color:var(--d-color);
}
@-moz-document url-prefix() {
    /* Firefoxのみ調整 */
    html {
        font-size: 57%; /* -> 10px; */
    }
}
_::-webkit-full-page-media, _:future, :root html{
    /* Safariのみ調整 */
    font-size: 50%; /* -> 10px; */
}
.hidden{
    display: none;
}
.h2 {
    text-align: center;
    font-size: var(--d-font-size-3);
}
.h3 {
    text-align: center;
    font-size: var(--d-font-size-3);
    margin: 0 0 1.5em 0;
}
.h4 {
    font-size: var(--d-font-size-5);
    font-weight: var(--d-font-weight);
}

blockquote, body, caption, div, fieldset, h1, h2, h3, h4, h5, h6, input, p, preform, td, textarea, th {
margin: 0;
padding: 0;
line-height: 2;
letter-spacing: 1px;
font-family: Meiryo, メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, sans-serif
}

select{
padding-right: 0.5em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}

dd, dl, dt, li, ol, ul {
margin: 0;
padding: 0;
line-height: 2;
letter-spacing: 1px
}

h1, h2, h3, h4, h5, h6 {
font-weight: var(--d-font-weight);
}
strong{
font-weight:  var(--d-font-weight);
}
p, dt, dd,figcaption, li{
margin: 0;
padding: 0;
line-height: 2;
font-size: var(--d-font-size);
}

ol, ul {
list-style: none
}

fieldset, img {
border: 0
}

caption, th {
text-align: left
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal
}

table {
border-spacing: 0;
border-collapse: collapse
}

img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle
}

q {
font-style: italic
}

.cl {
zoom: 100%
}

.cl:after {
content: ".";
clear: both;
height: 0;
display: block;
visibility: hidden
}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this))
}

table {
clear: both
}
th{
    font-weight: var(--d-font-weight);
}
th,td{
    font-size: var(--d-font-size);
}

a {
outline: 0;
color: #279493;
}

a:link, a:visited {
text-decoration: none
}

a:active, a:hover {
text-decoration: underline
}

a img {
border-style: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease
}

a:hover img {
filter: Alpha(Opacity=50);
-moz-opacity: .5;
opacity: .5
}
.sp-only{
display: none;
}
.title_box .h3,
.title_box p.h3{
font-size: var(--d-font-size-4);
font-family: var(--font-f-en);
text-align: center;
margin: 0;
}
.title_box h3{
font-size: var(--d-font-size-1);
text-align: center;
font-family: var(--font-f-mincho);
}
.title_box{
text-align: center;
padding: 3em 1.5em;
}
.title_box .description{
font-size: var(--d-font-size-min-1);
}
.title_box p:last-child{
margin:0;
}
.center {
margin: 0 auto
}

.text_left {
text-align: left
}

.text_right {
text-align: right
}

.text_center {
text-align: center
}

.clear {
clear: both
}

body {
background-color: #FFFFFF;
}
.logo {
margin: 0 1em 0.5em 0;
float:left;
}
.logo_text {
    margin: 0 1em 0.4em 0;
    display: flex;
}
.logo_text li{
    margin: 0 1em 0 0;
}
.footer_logo {
width: 100%;
text-align: center;
margin: 0 auto 1em;
}
.footer_logo li img{
text-align: center;
margin: 0.5em auto;
}
.footer_logo li{
width: 50%;
margin: 0 auto;
}
footer li {
font-size: var(--d-font-size-min-1);
line-height: 2.2;
}
/**********************
margin
***********************/
.mt10 {margin: 1em 0 0}
.mt12 {margin: 1.2em 0 0}
.mt15 {margin: 1.5em 0 0}
.mt20 {margin: 2em 0 0}
.mt30 {margin: 3em 0 0}
.mb10 {margin: 0 0 1em 0}
.mb25 {margin: 0 0 2.5em 0}
.mb30 {margin: 0 0 3em 0}
.mb60 {margin: 0 0 6em 0}
.mr10 {margin: 0 1em 0 0}

/**********************
text
***********************/
.txt_center {
    text-align: center
}
.center {
    margin: 0 auto
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}
/********************************************
Place CSS Start
*********************************************/
/**********************
footer start
***********************/
footer .brown_list{
    text-align: center;
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: 1.5rem;
}

footer .brown_list li{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 1em 0;
}

footer .brown_list li a{
    padding:0.8em;
    color: var(--d-brand-color);
    text-decoration: none;
    transition :all .3s;
}

footer .brown_list li i{
    margin: 0 0.5em 0 0;
}
footer .time_box{
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
footer .time_box dt,
footer .time_box dd{
    font-size: var(--d-font-size-min-3);
    float: left;
}
footer .time_box dt{
    clear: left;
    width: 40%;
}
.time_box i{
    margin: 0 0.5em 0 0;
}
.footer{
    background: var(--d-brand-color);
    padding: 3em 0 0 0;
}
.footer_head{
    display: flex;
}
#footer_navi_wrap{
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer_navi{
    justify-content: space-around;
    width: 70%;
}
.footer_navi li .title{
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: left;
}
.footer_navi li a{
    color: #FFFFFF;
}
.footer_navi .text p{
    color: #FFFFFF;
    font-size: 1.2rem;
}

.footer_head{
    padding: 1em;
}
#footer_navi_wrap .sms_box{
    width: 96%;
    margin: 1em 0 1em 1em;
    display: flex;
    color: #FFFFFF;
    background: #67BFBF;
    padding: 2em;
    border: solid 1px #67BFBF;
    border-radius: 5px;
    align-items: center;
}
#footer_navi_wrap .sms_box p{
    padding: 0 1em 0 0;
    width: 80%;
    font-size: var(--d-font-size-min-1);
}
#footer_navi_wrap .sms_box .sms_logo{
    border-left: solid 1px var(--d-brand-color-thin-2) ;
    padding: 0 0 0 2em;
}
.footer_other_links{
    background: var(--d-brand-color);
    padding: 0 0 6em 0;
}
.footer_other_links li a{
    color: #FFFFFF;
}
footer .contact_box{
    width: 25%;
    text-align: center;
}

footer .contact_box a{
    color: var(--d-brand-sub-color);
}
.circle-half-top{
    display: inline-block;
    width: 300px;
    height: 154px;
    border-radius: 50% / 100% 100% 0 0;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}
.circle-half-bottom{
    display: inline-block;
    width: 300px;
    height: 150px;
    border-radius: 50% / 0 0 100% 100%;
    background: var(--d-color-thin-3);
    margin: 0;
    padding: 0;
}
.store_name{
    font-size: var(--d-font-size-min-4);
    line-height: var(--d-font-line-h-min-2);
    padding:0 2em;
}
.button_tell a{
    background: #FFFFFF;
}
.copy_right span{
    display: block;
    font-size: var(--d-font-size-min-1);
    font-family: var(--font-f-gothic);
    line-height: 1;
}
.copy_right{
    text-align: center;
    color: #FFFFFF;
    font-family: var(--font-f-en);
    padding: 2em 0;
    background: var(--d-brand-color);
}
.copy_right a{
    color: #FFFFFF;
    font-family: var(--font-f-gothic);
    font-size: var(--d-font-size-min-0)
}
/**********************
footer end
***********************/

/**********************
header start
***********************/
#head_wrap:before {
    position: relative;
}
#head_wrap.first{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0.5em;
    transition :all .3s;
}
#head_wrap{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0.5em;
    background: none;
    transition :all .3s;
}
#head_wrap.page{
    background: white;
    box-shadow:var(--shadow);
}
#head_wrap:hover{
    opacity: 1;
}

#head {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.head_left {
    flex: 0.7;
    margin: 1em 0 0;
}
.head_left .head_catch{
    font-size: 1rem;
    line-height: 1.3;
}
.head_right{
    margin: 0 0.5em 0 auto;
}
#head .time_box{
    padding: 0;
    float: right;
}
#head .time_box dt,
#head .time_box dd{
    float: left;
    font-size: var(--d-font-size-min-3);
}
#head .time_box dt{
    color: var(--d-color-thin-2);
}
#head .time_box dt{
    margin: 0 0.5em 0 0;
}
#head .time_box dd{
    margin: 0 1em 0 0;
}
#head .time_box dd:last-child{
    margin: 0;
}
#head .nav-space{
    clear: both;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
}
#head_wrap.first .time_box dd,
#head_wrap.first .time_box dt{
    color: #FFFFFF;
}
#head_wrap.first .head_right a{
    /*color:#FFFFFF; */
}
#head_wrap .head_right a{
    color:var(--d-brand-sub-color);
}
#head_wrap.first .head_right ul.brown_list{
    border-radius: 50px;
    text-align: center;
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: var(--d-font-size);
    margin: 0;
    padding: 0.1em 1em;
}
#head_wrap .head_right ul.brown_list{
    background: var(--d-brand-sub-color);
    border: solid 1px var(--d-brand-sub-color);
    border-radius: 50px;
    text-align: center;
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: var(--d-font-size);
    margin: 0;
    padding: 0.1em 1em;
}
.head_right ul.brown_list li:first-child:before,
.head_right ul.brown_list li:last-child:before{
    position: absolute;
    top: -0.05em;
    left: -0.3em;
    font-family: fontAwesome;
    z-index: 0;
}
.head_right ul.brown_list li:first-child,
.head_right ul.brown_list li:last-child
{
    position: relative;
    margin: 0 0 0 0.4em;
}
.head_right ul.brown_list li:first-child:before
{
    content: '\f274';
}
.head_right ul.brown_list li:last-child:before
{
    content: '\f0e0';
    left: -0.5em;
}
#head_wrap.first .head_right ul.brown_list li:first-child:before,
#head_wrap.first .head_right ul.brown_list li:last-child:before
{
    /*color: var(--d-brand-color);*/
    transition:all .3s
}

#head_wrap.first .head_right ul.brown_list li a{
    padding:0.8em;
    /*color: #51B3B1;*/
    text-decoration: none;
    transition :all .3s;
}
#head_wrap .head_right ul.brown_list li{
    color: #FFFFFF;
    transition :all .3s;
}
#head_wrap .head_right ul.brown_list li a{
    padding:0.8em;
    color: #FFFFFF;
    text-decoration: none;
    transition :all .3s;
}
.head_right ul.brown_list li a:hover{
}
.head_right ul.brown_list li{
    text-align: center;
    display: inline-block;
    font-size: 1.55rem;
}

/**********************
header end
***********************/
#content_wrap{
    background-color: var(--d-contents-background-color);
}



/**********************
global header nav start
***********************/
header nav .menu{
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: var(--d-font-size);
    display: flex;
}
header nav .menu li{
    margin: 0.2em 0.5em 0 0 ;
    font-size: var(--d-font-size);
}
header nav .menu li a{
    text-decoration: none;
    padding: 1em;
}
/**********************
global header nav end
***********************/

/* google recaptcha badge 非表示へ */
.grecaptcha-badge { visibility: hidden; }

/********************************************
Place CSS End
**********************************************/