@charset "UTF-8";
/*
Theme Name: 「BEPPU BREWERY（別府ブルワリー） オリジナルWPテーマ」
Theme URI: https://beppubrewery.jp
Description: BEPPU BREWERY（別府ブルワリー）　サイトオリジナルテーマです。
Tags:飲食,ビール
Author: triana,Inc.
Author URI: https://triana.jp/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Noto+Sans+JP:wght@500;700&display=swap');
@import url("assets/css/ress.css");
@import url("assets/css/font.css");

/*      
font-family: 'Noto Sans JP', sans-serif; font-weight:500;
font-family: 'Noto Sans JP', sans-serif; font-weight:700;
font-family: 'League Gothic', sans-serif; font-weight:400;
*/

/*----------------------------------------------------------------- 
リセット
----------------------------------------------------------------- */
*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	border: 0;
	outline: 0;
	}
ol, ul,li{ list-style: none; margin:0; padding:0;}
:focus,
:active { outline:0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
th,
td { padding:8px; /*line-height:1.4em;*/}
input{ }
.switch {
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6, p,dt ,dl,dd{ font-size:inherit; margin:0; padding:0;  }
hr{ display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
ul{ list-style:none; margin:0; padding:0; }
li{ margin:0; padding:0; }
*{margin:0; padding:0; }
html{font:62.5%/1.8 ArialMT;}
/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: 'Noto Sans JP', sans-serif; font-weight:500;
}
body{
	font-family: 'Noto Sans JP', sans-serif; font-weight:500;
    color: rgba(0, 0, 0, 0.85);
	-moz-font-feature-settings: "pkna" 1;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
	letter-spacing: 0.05em;
	font-size:1.6rem;
	line-height:1.8;
	}
h1, h2, h3, h4, h5, h6{font-weight:700;}
b, strong, .textB{font-weight:700;}
@media screen and (min-width: 360px) { * { -webkit-text-size-adjust: none; } }
/* ----------- anchor */
a {color: rgba(0, 0, 0, 0.85); text-decoration:none;}
a:hover {opacity:0.8;}
a .imgbt:hover{opacity:0.8;filter:alpha(opacity=80);cursor:pointer;}
a { -webkit-tap-highlight-color: rgba(0,0,0,0); }
a.telLink:hover{opacity:1; cursor:default;}


body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}

body.noscroll {
  overflow: hidden;
}

/*----------------------------------------------------
 heater
----------------------------------------------------*/
header{
width: 100%;
padding:10px 2%;
background-color:#FDB500;
       position: sticky;/*固定する*/
       position: -webkit-sticky;/*Safari用ベンダープレフィックス*/
       top: 0;/*ブラウザの上からの距離はゼロ*/
    z-index: 10;
}

header .logo_header{width:100%; max-width:180px; margin-right: auto;}
header .logo_header a{display: block;width:100%;}
header .logo_header img{max-width:374px; width:100%; height: auto; vertical-align:text-top;}

header{display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
}



#btn_menu{
z-index: 100;
display: block;
width: 56px;
height: 56px;
cursor: pointer;
position: relative;
margin-left: 20px;
}   
#btn_menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
  background: #111;
    width: 28px;
  }

#btn_menu span:nth-of-type(1) {
  top:18px; 
}

#btn_menu span:nth-of-type(2) {
  top:26px;
}

#btn_menu span:nth-of-type(3) {
  top:34px;
}


#btn_menuBox.active #btn_menu{
background: url(assets/img/common/ico-closebg.png) no-repeat center center;
background-size: contain;
}

#btn_menuBox.active #btn_menu span{
height: 1.5px;
}

#btn_menuBox.active #btn_menu span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 23px;
}

#btn_menuBox.active #btn_menu span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

#btn_menuBox.active #btn_menu span:nth-of-type(3){
top: 32px;
left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 23px;
}




#btn_menuBox .menuwap{
position:fixed;
opacity: 0;
transition: all .4s;
right:0;
top:0;
display: none;
}
#btn_menuBox.active .menuwap{
opacity: 1;
z-index:20;
transition: all .4s;
/*display:flex;
justify-content: center;
    align-items: center;*/
display: block;
background-color:#FDB500;
width:100%;

overflow-y: scroll;
padding: 5vw 2%;}

    .menuwap{padding:40px;}
    .menu-list a{font-weight: 700; color: #000; font-size: 1.2rem;}
.menu-list a::before{
      content: attr(data-subtitle);
    font-family: 'League Gothic', sans-serif; font-weight:400;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
    .menu-list li:not(:last-of-type){margin-bottom:20px;}
        #navMenu .navSns i{font-size: 3.0rem; margin-right: 10px;}
    #navMenu .navSns a{display: flex; align-items: center;color: #000;}
    #navMenu .navSns li{margin-bottom:20px;}


#btn_menuBox {
  color:#fff;
display: flex;
align-items: center;
 }
  
#btn_menuBox.active{transition: all .2s;
  }



@media only screen and (min-width:813px) {
    #navMenu{max-width: 1080px; margin:0 auto; width: 100%; display: flex;}
    .menu-list{max-width:560px; margin-right:40px; width: 100%;}
    #navMenu .navSns{display: flex; flex-flow: column;}
    #navMenu .navSns li.sns:nth-of-type(2){margin-bottom: auto;}
    #btn_menuBox.active .menuwap{
        height: 100vh;}
}

@media only screen and (max-width:812px){
    #btn_menuBox.active .menuwap{display: block; padding: 10vw 4% 5vw 4%;
        
    height: 100vh;}
header{height: 60px; padding:5px 2%;}
.menu-list{margin-bottom: 24px;}
    #navMenu .navSns{display: flex; flex-wrap: wrap; margin-bottom: 60px;}
    #navMenu .navSns li{width:100%;}
    #navMenu .navSns li.sns{width:50%;}
header .logo_header{
width: 100%;
max-width: 136px;
height: auto;
margin-right: auto;
}
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer{padding:0 4% 0 4%; background-color:#252525; color: #fff;}
.footWap a{color: #fff;}
.footWap{
padding-top: 100px;
width: 100%;
max-width: 800px;
margin: 0 auto 100px;}
.f_logo{display: block; width:100%; max-width:240px;}
.f_logo img{width:100%; height:auto;}
.copyright{font-size: 1.2rem; text-align: center;font-family: 'League Gothic'; font-weight: 400;display: block;
letter-spacing: 0.2em; margin-top: 10px;}
.adrBox{margin-bottom:60px;}

#mapWap{
  position: relative;
  padding-top:450px;
width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#mapWap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

    .adrBox{flex-basis: 490px;
    display: flex;
flex-flow: wrap;}
    .adrBox dt{width: 100px; padding: 5px 0;}
    .adrBox dd{width: calc(100% - 100px); padding: 5px 0;}

.fsnsBox h3{font-family: 'League Gothic';
font-style: normal;
font-weight: 400;
font-size: 2.4rem;
line-height: 160%;
text-align: center;
letter-spacing: 0.2em;
margin-bottom: 24px;}

.fsnsBox h3 span{position: relative;
padding: 0 18px 0 20px;
display: inline-block;}

.fsnsBox h3 span::before{
    position: absolute;
    left: 0;
    top:0;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #fff;
transform: rotate(150deg);
    display: block;
}
.fsnsBox h3 span::after{
    position: absolute;
    right: 0;
    top:0;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #fff;
transform: rotate(-150deg);
    display: block;}
.fsnsBox ul{display: flex; justify-content: center;}
.fsnsBox li{
max-width:220px;
    width: 100%;
}
.fsnsBox a{
background-color:#FFFFFF;
border-radius: 8px;
padding: 10px;
text-align: center;

    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsnsBox a i{font-size:2.0rem; margin-right: 10px;}

@media only screen and (min-width:813px) {
    .footWap{display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
    

    .fsnsBox{width:100%;}
    
    
}

@media only screen and (max-width:1000px) and (min-width:812px){
  .f_logo{display: block; width:100%; max-width:200px;}  
}

@media only screen and (max-width:812px){
    .f_logo{margin:0 auto 20px;}
    footer .logoBox{margin-bottom: 40px;}
    footer .sitemapBox{justify-content: center; margin-bottom: 20px;}
    .footWap{text-align: center;
        padding-top: 80px;
margin: 0 auto 80px;}
    footer .sitemapBox li:not(:first-of-type){margin-left: 20px;}
    .adrBox{text-align: left; font-size: 1.4rem;}
    .fsnsBox a{font-size: 1.2rem;}
}


/*----------------------------------------------------
 menu
----------------------------------------------------*/




/*----------------------------------------------------
 contactBox
----------------------------------------------------*/
#contactinfo{padding: 100px 4%; background-color: #F2F2EE;}

#contactinfo .box .telbox{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  color: #000;
    font-size: 2.0rem;
    text-align: right;
}

#contactinfo .box .telbox a{
margin-left: 20px;

  color: #000;
}


#contactinfo .btn-01{padding:24px 30px; min-width: 260px; width:100%;}
    #contactinfo .box{
        display: flex;
}
@media only screen and (min-width:813px){
    #contactinfo .box{
        display: flex; justify-content:center; align-items: center;}
    #contactinfo .box .telbox{margin-right: 40px;}
}
@media only screen and (max-width:812px){
    
    #contactinfo .box{flex-flow: column; justify-content: center; align-items: center;}
    #contactinfo .box .telbox{margin-bottom: 40px;}
}


/*----------------------------------------------------
 Animation
----------------------------------------------------*/
.fadeUp.play{
animation-name:fadeUpAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
animation-delay: 0.1s;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(5px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUp{
opacity: 0;
}

/*- breadcrumbs --------  */
.breadcrumbsBox{width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding:0 2% 24px 2%; background-color: #fff;}

#breadcrumbs{
	padding:0;
	margin:0 auto;
    width: 100%;
    display: block;
    font-size:1.2rem;
    color:#000;
    max-width: 1080px;
    margin:0 auto;
}
 
#breadcrumbs > span{
	display: inline;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
#breadcrumbs i{margin-right:5px; font-size:1.0rem; color:#000;}
#breadcrumbs a{color: rgba(0, 0, 0, 0.6); text-decoration: none;}
#breadcrumbs a:hover{text-decoration: underline;}
@media only screen and (max-width: 812px) {
#breadcrumbs{font-size:1.0rem;}
}



/*- wap --------  */

.wap01{width:100%; max-width:1080px; margin-left: auto; margin-right: auto;}
.wap02{width:100%; max-width:720px; margin-left: auto; margin-right: auto;}
.wap03{width:100%; max-width:800px; margin-left: auto; margin-right: auto;}
.section_wap{padding:0 4% 0;}
@media only screen and (min-width:813px) {
}
/*- single Page --------  */

.nextBox{}

/*- title --------  */
.under_titleBox{padding: 100px 4% 100px 4%;
display: flex;
align-items: center;
}
.under_titleBox .title00{width:100%; max-width: 1080px; margin:0 auto;}

.title00 span{font-size: 8.0rem; font-family: 'League Gothic', sans-serif; font-weight:400; color: #000; line-height: 120%; letter-spacing: 0.05em; display: block;text-transform: uppercase;}
.title00 h1{}

.title01{font-size: 5.6rem; font-family: 'League Gothic', sans-serif; font-weight:400; color: #000; line-height: 120%; letter-spacing: 0.05em; margin-bottom: 40px;text-transform: uppercase;}

.title02{margin-bottom: 40px; color:#0059AB; font-size:2.2rem; }
.title03{margin-bottom: 20px; font-size: 1.8rem;}
.title03::before{content:"■"; color:#0059AB;}

@media only screen and (min-width:813px) {
}

@media only screen and (max-width:812px){
.title00 span{font-size: 4.0rem;}
.title00{font-size: 1.4rem;}
.title02{line-height: 1.6;}
.under_titleBox{padding:45px 4% 20px 4%;}
}

.marker_Y{background: linear-gradient(transparent 60%, #ff0 60%);}

/*- btn --------  */
.btn-more{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
  padding: 13px 0;
    color: #E45E2B;
    text-decoration: none;
    outline: none;
    height: 48px;
    display: inline-block;
}
.btn-more::after{
position: absolute;
right:0;
top: 2px;
    content:"";
    border: 1px solid #E45E2B;
    width: 48px;
    height: 48px;
    border-radius:50%;
    display: block;
}

.btn-more span{margin-right:84px;
font-weight: 500;
letter-spacing: 0.15em;
font-size: 1.4rem;}
.btn-more span::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    top:50%;
    right:24px;
    /*下線の形状*/    
    width: 48px;
    height: 1px;
  background:#E45E2B;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn-more span::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:50%;
    right:24px;
    /*矢印の形状*/    
    width: 6px;
    height:1px;
  background:#E45E2B;
    transform: rotate(30deg);
    /*アニメーションの指定*/
    transition: all .3s;
    margin-top: -2px;
}

/*hoverした際の移動*/
.btn-more:hover span::before{
    right:20px;
}

.btn-more:hover span::after{
    right:20px;
}



@media only screen and (min-width:813px) {	
}



/*- table --------  */
.table01{border-collapse:  collapse;border: solid 1px #EEEEEE;}
.table01 td,.table01 th{padding:10px 15px;}
.table01 tr:not(:last-of-type) td{ border-bottom:solid 1px #EEEEEE;}
.table01 tr:not(:last-of-type) th{border-bottom:solid 1px #fff;}
/*.table01 thead{background-color:#F2F2EE; color: #fff;}*/

.table01 tbody tr th{width:20%; text-align:center; vertical-align: middle; background-color:#F2F2EE; font-weight: 500;}
.table01 tbody tr td{vertical-align: middle;}

@media only screen and (min-width:813px) {
}
@media only screen and (max-width:812px){
    .table01 tbody tr th{width:30%;}
}

.table02{border-collapse:  collapse;border: solid 1px #EEEEEE;}
.table02 td,.table02 th{padding:10px 15px;}
.table02 tbody tr th{text-align:center; vertical-align: middle; background-color:#F2F2EE; font-weight: 500;}
@media only screen and (min-width:813px) {
.table02 tr:not(:last-of-type) th{border-bottom:solid 1px #fff;}
.table02 tr:not(:last-of-type) td{border-bottom:solid 1px #EEEEEE;}
.table02 tr td:not(:last-of-type){border-right:solid 1px #EEEEEE; }
/*.table01 thead{background-color:#F2F2EE; color: #fff;}*/
.table02 tbody tr th{width:33%; text-align:center; vertical-align: middle; background-color:#F2F2EE; font-weight: 500;}
.table02 tbody tr td{width:33%; vertical-align: middle; text-align: center;}
}
@media only screen and (max-width:812px){
.table02 tbody td{width:100%; display: inline-block;}
.table02 tbody th{width:100%; display: inline-block;}
.table02 tr td:last-of-type::before {
content: attr(data-label);
display:block;
 font-size: 1.3rem;
font-weight: 500;
}
}

.table03{border-collapse:  collapse;border: solid 1px #EEEEEE; width:100%; max-width: 540px;}
.table03 td,.table01 th{padding:10px 15px;}
.table03 tr:not(:last-of-type) td{ border-bottom:solid 1px #EEEEEE;}
.table03 tr:not(:last-of-type) th{border-bottom:solid 1px #fff;}

.table03 tbody tr th{width:50%; text-align:center; vertical-align: middle; background-color:#F2F2EE; font-weight: 500;}
.table03 tbody tr td{width:50%; text-align:center; vertical-align: middle;}
@media only screen and (min-width:813px) {
}
@media only screen and (max-width:812px){
}

.table04{width:100%;}
.table04 thead th,.table04 tbody td, .table04 tfoot th{border: none;}
.table04 tbody td,.table04 tbody th{border-bottom:1px solid #EEEEEE;}
.table04 th{padding:15px 0; vertical-align: middle;}
.table04 td{padding:15px 0 15px 15px;}
.table04 tbody tr th{width:70px; text-align: left; font-weight:400;}
.table04 tbody tr td{width:calc(100%-70px);}


/*- list --------  */
.list01{list-style:none;}
.list01 li{position:relative; padding-left:1.6rem; margin-bottom:5px;}
.list01 li:before{content:"・"; display:inline-block; line-height:140%; position:absolute; margin-top:3px; left:0;}
.list01 li:last-child{margin-bottom:0;}
@media only screen and (max-width:812px){
    .list01 li{line-height: 1.4;}
    .list01 li:before{line-height: 1.4;top:0;}
}

/* 枠付き */
.list02{list-style:none; padding: 20px 30px; border:1px solid #ccc; -moz-border-radius: 20px;
-webkit-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;}
.list02 li{position:relative; padding-left:2.8rem; margin-bottom:5px;}
.list02 li:before{content:"●"; display:inline-block; line-height:140%; position:absolute; margin-top:3px; left:0; color:#094;}
.list02 li:last-child{margin-bottom:0;}

.list03{list-style:none;}
.list03 li{margin-bottom:15px;}
.list03 li:last-child{margin-bottom:0;}

.list_notes{list-style:none;font-size: 1.3rem;}
.list_notes li{position:relative; padding-left:1.6rem;}
.list_notes li:before{content:"※"; display:inline-block; line-height:140%; position:absolute; margin-top:3px; left:0;}
.list_notes li:last-child{margin-bottom:0;}

/* 英数字 */
.list_n01{counter-reset:number; list-style:none; }
.list_n01 > li{padding-left:17px; position:relative;}
.list_n01 > li:before{counter-increment: number; content: counter(number) "."; display:inline-block;position:absolute; left:0;}
.list_n01 > li:last-child{margin-bottom:0;}

/* 英数字 */
.list_n02{counter-reset:number2; list-style:none;}
.list_n02 > li{padding-left:25px; position:relative;}
.list_n02 > li:before{counter-increment: number2; content: counter(number2) ")"; display:inline-block; position:absolute; left:0;}
.list_n02 > li:last-child{margin-bottom:0;}

/* 漢数字 */
.list_n04{counter-reset:number3; list-style:none;}
.list_n04 li{padding-left:25px; position:relative;}
.list_n04 li:before{counter-increment: number3; content: counter(number3,cjk-ideographic) ; display:inline-block; position:absolute; left:0;}
.list_n04 li:last-child{margin-bottom:0;}

/* カタカナ */
.list_kana{counter-reset:kana; list-style:none; }
.list_kana li{padding-left:20px; position:relative;}
.list_kana li:before{counter-increment: kana; content: counter(kana,katakana) ")"; display:inline-block; position:absolute; left:0;}
.list_kana li:last-child{margin-bottom:0;}

/*wp-pagenavi base*/


@media only screen and (max-width:812px){
.sp_scrolle_wap{border:1px solid #dcdcdd;width:100%; padding:10px;}
.sp_scrolle{
overflow-x: scroll;
width:100%;
max-width:1000px;
}
.sp_scrolle img{
width:640px;
display: block;
margin:0 auto;}
.sp_scrolle table{white-space: nowrap; width:1080px;}

.scroll-hint-icon{width: 150px !important;
height: 90px !important;}
.scroll-hint-text{font-size:11px !important;}
}

.slick-dots li button {      
  background: transparent;   
  border:0;   
  font-size: 0pt; 
}
main.form{margin:0 0 0}

/*----------------------------------------------------
 common
----------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }

/* placeholder */
input::-webkit-input-placeholder {
 font-size: smaller;
}
input:-moz-placeholder {
 font-size: smaller;
}

.pcNone{ display:none !important;}
.spNone{ display:initial !important;}
.spOnly{display: none !important;}
.btPCNone{display:none !important;}
@media only screen and (max-width:812px){
.pcNone{ display:initial !important;}
.spNone{ display:none !important;}
.spOnly{display:inline !important;}
.btPCNone{display:inline;}
}

a[href*="tel:"] {
	pointer-events: none;
}

@media only screen and (max-width: 812px) {
	
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

.mb0 { margin-bottom:0 !important;}
.mb5 { margin-bottom:5px!important;}
.mb10 { margin-bottom:10px!important;}
.mb15 { margin-bottom:15px!important;}
.mb20 { margin-bottom:20px!important;}
.mb25 { margin-bottom:25px!important;}
.mb30 { margin-bottom:30px!important;}
.mb40 { margin-bottom:40px!important;}
.mb50 { margin-bottom:50px!important;}
.mb60 { margin-bottom:60px!important;}
.mb70 { margin-bottom:70px!important;}
.mb80 { margin-bottom:80px!important;}
.mb90 { margin-bottom:90px!important;}
.mb100 { margin-bottom:100px!important;}
.mb120 { margin-bottom:120px!important;}

.ml0 { margin-left:0 !important;}
.ml5 { margin-left:5px!important;}
.ml10 { margin-left:10px!important;}
.ml12 { margin-left:12px!important;}
.ml13 { margin-left:13px!important;}
.ml15 { margin-left:15px!important;}
.ml20 { margin-left:20px!important;}
.ml25 { margin-left:25px!important;}
.ml30 { margin-left:30px!important;}

.mr0 { margin-right:0 !important;}
.mr5 { margin-right:5px!important;}
.mr10 { margin-right:10px!important;}
.mr15 { margin-right:15px!important;}
.mr20 { margin-right:20px!important;}
.mr30 { margin-right:30px!important;}

.mt0 { margin-top:0 !important;}
.mt5 { margin-top:5px!important;}
.mt10 { margin-top:10px!important;}
.mt15 { margin-top:15px!important;}
.mt20 { margin-top:20px!important;}
.mt30 { margin-top:30px!important;}
.mt40 { margin-top:40px!important;}
.mt50 { margin-top:50px!important;}
.mt60 { margin-top:60px!important;}

.pt5 { padding-top:5px!important;}
.pt10 { padding-top:10px!important;}
.pt20 { padding-top:20px!important;}
.pt30 { padding-top:30px!important;}
.pt40 { padding-top:40px!important;}

.pb5 { padding-bottom:5px!important;}
.pb10 { padding-bottom:10px!important;}
.pb20 { padding-bottom:20px!important;}
.pb60 { padding-bottom:60px!important;}
.pb100{ padding-bottom: 100px!important;}
.text08{ font-size:0.8rem!important;}
.text09{ font-size:0.9rem!important;}
.text10{ font-size:1rem!important;}
.text11{ font-size:1.1rem!important;}
.text12{ font-size:1.2rem!important;}
.text13{ font-size:1.3rem!important;}
.text14{ font-size:1.4rem!important;}
.text15{ font-size:1.5rem!important;}
.text16{ font-size:1.6rem!important;}
.text18{ font-size:1.8rem!important;}
.text20{ font-size:2rem!important;}
.text24{ font-size:2.4rem!important;}
.text28{ font-size:2.8rem!important;}
.text30{ font-size:3rem!important;}
.textC { text-align:center!important;}
.textR { text-align:right!important;}
.textL{ text-align: left!important;}
.textB {font-weight: 700!important;}
.textN{font-weight: 500!important;}
.textU{text-decoration:underline!important;}
.textI{padding-left: 1rem!important; text-indent: -1rem!important;}
.textI2{padding-left: 1.6rem!important; text-indent: -1.6rem!important;}

.bold{font-weight: bold;}

.red { color:#952525;}
.blue{ color: #00428E;}
.yellow{ color: #fffa00;}
.green{ color: #009944;}
.pink{ color: #FF505A;}
.orange{ color: #E97700;}
.brown{ color:#41342b;}
.gray{color:#555;}

.box10p { width: 10% !important;}
.box15p { width: 15% !important;}
.box20p { width: 20% !important;}
.box35p { width: 35% !important;}
.box40p { width: 40% !important;}
.box45p { width: 45% !important;}
.box48p { width: 48% !important;}
.box49p { width: 49% !important;}
.box50p { width: 50% !important;}
.box55p { width: 55% !important;}
.box60p { width: 60% !important;}
.box65p { width: 65% !important;}
.box70p { width: 70% !important;}
.box75p { width: 75% !important;}
.box80p { width: 80% !important;}
.box100p{ width: 100% !important;}

.lrAuto{ margin-left:auto; margin-right:auto;}


@media only screen and (min-width:813px) {
    .flex02{display: flex; flex-wrap: wrap;}
    .flex02 > div{width:46%;}
    .flex02 > div:nth-of-type(n+3){margin-top: 8%;}
    .flex02 > div:not(:nth-of-type(2n)){margin-right: 8%;}
}
@media only screen and (max-width:812px){
 .flex02 > div:not(:last-child){margin-bottom: 40px;}
}

@media only screen and (min-width:813px) {
    .flex03{display: flex; flex-wrap: wrap;}
    .flex03 > div{width:32%;}
    .flex03 > div:nth-of-type(n+4){margin-top: 4%;}
    .flex03 > div:not(:nth-of-type(3n)){margin-right: 2%;}
}
@media only screen and (max-width:812px){
 .flex03 > div:not(:last-child){margin-bottom: 40px;}
}

a.link_y {text-decoration:underline; color: #FDB500;}
a.link_y:hover{ text-decoration:none;}




a.link{text-decoration:underline; color: #E45E2B;}
a.link:hover{ text-decoration:none;}

@media only screen and (min-width:813px) {
a[href*="tel:"].link{
pointer-events: none;
border-bottom:none;
}
}

.va_b{ vertical-align:bottom;}
.va_m{ display:inline-block;vertical-align:middle;}
.va_t{ vertical-align: top;}
@media only screen and (max-width:812px){
.textCsp { text-align:center!important;}
.textRsp { text-align:right!important;}
.textLsp { text-align: left!important;}
.mb20sp{margin-bottom:20px !important;}
}


/* 20221227 add mapImg */
.footWap { display: inherit; max-width: 880px;}
.logoBox { margin-bottom:40px;}
.f_logo{ margin: 0 auto;}
.footerAddress { display: flex; margin-bottom:60px}
.mapImgBox  img { max-width: 100%; height: auto;}

@media only screen and (min-width:667px){
.mapImgBox { width: 50%; max-width: 350px; margin-right: 40px;}
.adrBox { margin-bottom: 0;}
}

@media only screen and (max-width:666px){
  .footerAddress { flex-wrap: wrap;}
  .mapImgBox { width: 100%; order: 2; margin-bottom:0;}
  .adrBox { width: 100%; order: 1; margin-bottom:40px;}
}
