/*
Theme Name: セレブレンタカーVer.2
Description: セレブレンタカー用デザインのテーマ
Version: 2.0
Author: FUNSCREATION
Author URI: https://funscreation.co.jp/
*/

/****************************************
		1. General Setting
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style:none;
}


body{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #231815;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  overflow-x:hidden;
  width:100%;
}

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

/*----- リンク -----*/
a:link {
  color: #231815;
  outline: none;
  text-decoration: none;
  transition:0.3s;
}
a:visited {
  color: #231815;
  outline: none;
}
a:hover {
  color: #091139;
  outline: none;
}
a.txt-underline{
  border-bottom:1px solid #5C9DB6;
  padding-bottom:2px;
  display:inline;
  line-height:1;
}

/*----- Clearfix -----*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  display:inline-block;
  min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.pc{display: block;}
.sp{display: none;}
.tablet{display: none;}

.br-pc { display:inline-block; }
.br-tablet { display:none; }
.br-sp { display:none; }

/*----- FLEX BOX -----*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jstfy-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jstfy-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;;
  justify-content:space-around;
}
.jstfy-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jstfy-flex-end {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.mgt-auto{
  margin-top:auto;
}

/*----- Scroll Fade In -----*/
.fade-in-anime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3.0s;
 -ms-animation-duration:3.0s;
 animation-duration:3.0s;
 -webkit-animation-name: fade-in-anime;
 -ms-animation-name: fade-in-anime;
 animation-name: fade-in-anime;
 visibility: visible !important;
}
@-webkit-keyframes fade-in-anime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fade-in-anime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*----- Animate -----*/
.invisible {
  transition: opacity 1.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 1.5s ease;
  opacity: 1.0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.animated.animated-step-1 {animation-delay: 0.3s;}
.animated.animated-step-2 {animation-delay: 0.6s;}
.animated.animated-step-3 {animation-delay: 0.9s;}
.animated.animated-step-4 {animation-delay: 1.2s;}
.animated.animated-step-5 {animation-delay: 1.5s;}
.animated.animated-step-6 {animation-delay: 1.8s;}

.tel.icon_free_dial::before{
  content:'';
  background:url(img/common/icon_free_dial.png) left center no-repeat;
  background-size:contain;
  display: inline-block;
  width:1.3em;
  height:0.7em;
  margin-right: 5px;
}



/****************************************
  Header, Menu
*****************************************/

#header {
  width:100%;
  background-color:#FFF;
  box-shadow: 0px 2px 3px 0px #cccccc;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  transition:0.5s;
}
body.home #header {
  position: absolute;
  top:0; left:0;
  z-index: 99;
  box-shadow: none;
  background-color: transparent;
}
#header .header-inner{
  width:100%;
  height: 70px;
  margin:0 auto;
  padding-right:70px;
}
#header .header-inner div:nth-of-type(1){
    margin-right: auto;
}

#header .header-inner .logo__header{
  max-width: 170px;
  margin-left:40px;
  width:70%;
}

#header .header-title{
  color:#231815;
  font-size:17px;
  font-weight: normal;
  line-height: 1.2;
  padding-left:1em;
}
body.home #header .header-title{
  color:#231815;
}







#header .header-lang-box{
  background: #fff;
  border: #000 1px solid;
  padding: 6px;
  margin-right: 15px;
}
#header .header-lang-box .language{
  font-size: 12px;
}
#header .header-lang-box .language::before{
  content:'';
  background:url(https://celeb-r.com/wp-content/themes/celeb_v2/img/common/icon_language.png) left center no-repeat;
  background-size:contain;
  display: inline-block;
  width:1.2em;
  height:1.2em;
  margin-right: 5px;
  position: relative;
  top: 3px;
}






#header .header-tel-box{
  color:#5C9DB6;
  line-height: 1;
  padding-right: 20px;
}
#header .header-tel-box .opentime{
  font-size:12px;
  margin-bottom: 5px;
}
#header .header-tel-box .tel{
  color:#5C9DB6;
  font-size:25px;
  font-weight: normal;
}
#header .header-tel-box .tel a{
  color:#5C9DB6;
}
body.home #header .header-tel-box,
body.home #header .header-tel-box .tel,
body.home #header .header-tel-box .tel a{
  color:#231815;
}
body.home #header .header-tel-box .tel.icon_free_dial::before{
  background-image:url(img/common/icon_free_dial_b.png);
}
#header .header-tel-box .btn__tel{
  display:none;
}
#header .header-line-box{
  margin-right: 15px;
}

#header nav .menu-item{
  padding:0.5em 0;
  font-style: italic;
  line-height: 1.2;
}
#header nav .menu-item a{
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 3em;
  color:#FFF;
  font-family: mr-eaves-sans, sans-serif;
}

#header #menuopen__btn{
  background-color:#231815;
  position: fixed;
  display: block;
  height: 70px;
  width: 70px;
  z-index: 100;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  transition:0.5s;
  top:0;right:0;
}
#header #menuopen__btn .menu-line{
  background-color:#FFF;
  display: block;
  height: 1px;
  position: absolute;
  width: 60%;
  top:50%; left: 20%;
  -webkit-transition:transform .3s;
  -moz-transition:transform .3s;
  -ms-transition:transform .3s;
  transition:transform .3s;
}
#header #menuopen__btn .menu-line.menu-line--top{
  top:35%;
}
#header #menuopen__btn .menu-line.menu-line--bottom{
  top: 65%;
}

#header #menuopen__btn.active{
  background-color: #FFF;
  border-radius: 50%;
  top:15px;right:15px;
  width:50px;
  height: 50px;
}
#header #menuopen__btn.active .menu-line{
  background-color:#5C9DB6;
  top:50%;left:25%;
  width:50%;
  height: 2px;
}
#header #menuopen__btn.active .menu-line.menu-line--top{
  transform:rotate(-45deg);
}
#header #menuopen__btn.active .menu-line.menu-line--center{
  transform:scaleX(0);
}
#header #menuopen__btn.active .menu-line.menu-line--bottom{
  transform:rotate(45deg);
}

/* スライダーメニュー */
#slidenav-wrap .slider{
  width:100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#slidenav .slidenav-wrap .btn-tel{
  display: none;
}

#slidenav {
  display: none;
  position: fixed;
  z-index: 99;
  top:0;left:0;
  overflow: hidden;
  overflow-y:scroll;
  height: 100%;
  width: 100%;
  background:url(img/common/bg_slidenav.png) center no-repeat;
  background-size:cover;
  background-color:#EFF5F7;
}
#slidenav .menu-slide-nav-container::after{
  content:'';
  position: absolute;
  right:5%;bottom:5%;
  background:url(img/common/slidenav_logo.png) center no-repeat;
  background-size:contain;
  width:12em;
  height:3.5em;
  display: inline-block;
}
#slidenav .slidenav-wrap{
  height: 100%;
}
#slidenav .menu-slide-nav-container{
  width:90%;
  margin:0 auto;
}
#slidenav .menu-slide-nav-container .menu-slide-nav:not(:last-child){
  padding-right:100px;
}
#slidenav .menu-slide-nav .menu-item-head{
  color:#5C9DB6;
  margin-bottom: 10px;
  font-size:20px;
  line-height: 1.2;
  letter-spacing: 0;
}
.slide-nav-ul{
  margin-bottom: 30px;
}
.slide-nav-ul .menu-item {
  position: relative;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.slide-nav-ul .menu-item .menu-item__main{
  display: block;
  font-size:1.4em;
}
.slide-nav-ul .menu-item .menu-item__sub{
  display: block;
  font-size: 0.9em;
}
.slide-nav-ul .menu-item a {
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  transition:0.5s;
}
.slide-nav-ul .menu-item::before {
  content: '';
  display: inline-block;
  width:0.8em;
  height: 1px;
  background: #000;
  margin-right: 10px;
  margin-top: 0.8em;
}
.slide-nav-ul .menu-item:hover > a{
  color:#5C9DB6;
}

#slidenav .menu-slide-nav-container .slide-nav-ul-sns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slidenav .menu-slide-nav-container .slide-nav-ul-sns .menu-item-sns{
  display: block;
  margin-right:10px;
  width:25%;
}
.slide-nav-ul .menu-item-sns::before{
  content:none;
}

#slidenav .tel-container{
  display: none;
}


#menuopen {
  float: right;
  padding: 4% 0;
  width: 4em;
  color: #fff;
  border-left: solid 1px #FFF;
}

#header.open{
  height: 100%;
}

/****************************************
  Contents
*****************************************/
#contents-wrap{
  position: relative;
  xz-index: 2;
  background-color: #FFF;
}
#contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
body.home #contents,
body.page-id-1164 #contents{
  padding-bottom:0;
}

/****************************************
		Form
*****************************************/

/*フォーム部品*/
form input[type='text'],
form input[type='password'],
form input[type='tel'],
form input[type='email'],
form select,
form textarea {
  width: 100%;
  padding:0.2em 0.5em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  box-shadow: none!important;
  border:none;
  border-radius: 0;
}
form textarea{
  width:100%;
  padding:10px;
  margin-right: 0;
}
form input::placeholder {
  color:#9FA0A0;
}
form textarea::placeholder {
  color:#5C9DB6;
}
form input[type='radio'] + label{
  margin-right: 15px;
  margin-left:5px;
  color:#5C9DB6;
}
form .label{
  padding:0 10px 0 0;
  color:#5C9DB6;
}
form input + .label{
  padding-left:10px;
}
form .note{
  display: inline-block;
  margin:5px 0 0 5px;
  color:#5C9DB6;
  line-height: 1.4;
}
form input.w-base{
  max-width:500px;
  width:100%;
}
form input.w-medium{
  max-width:200px;
  width:70%;
}
form input.w-small{
  max-width:100px;
  width:30%;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin: 0 2px 0 0;
}
form select{
  width:auto;
}

form input.input-tel{
  ime-mode:disabled;
  max-width:4em;
  margin-right: 0;
}
form input.input-num{
  max-width:7em;
}
form input.input-half{
  max-width: 15em;
  margin-right: 0;
}
form .dummy {
  display: inline-block;
  width:3em;
  line-height: 1;
  padding:0.3em 1.2em;
  margin-right: 1em;
}
form .required {
  display: inline-block;
  margin-right:1em;
  padding:0.3em 1.2em;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  color:#FFF;
  background-color:#5C9DB6;
}

form input[name="email"]{
  max-width:none;
}
form .input-wrap__address{
  display: inline-block;
  vertical-align: top;
}
form .input-wrap__address .note{
  margin-top:0;
}

/*RADIO BOX*/
form .rdo-label{
  display: inline-block;
  margin-right: 20px;
  color:#5C9DB6;
}
form .rdo-label input[type="radio"]{
  opacity: 0;
  appearance: none;
  position: absolute;
}
form .rdo-label .rdo-txt::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #5C9DB6;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
form .rdo-label .rdo-txt{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
form .rdo-label input[type="radio"]:checked + .rdo-txt::after {
  content: '';
  position: absolute;
  left: calc(8px - 4px);
  top:0.25em;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #5C9DB6;
}
/*SELECT BOX*/
form .select-wrap select::-ms-expand {	display: none;}
form .select-wrap{
  position: relative;
  height: 100%;
  display: inline-block;
  margin-right: 10px;
}
form .select-wrap select{
  width:auto;
  background-color:#FFF;
  border:none;
  color:#5C9DB6;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  padding:5px 2em 5px 5px;
  line-height: 1;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
form .select-wrap::before{
  content:'';
  position: absolute;
  width:12px;
  height:10px;
  display: block;
  border-right:6px solid transparent;
  border-top: 10px solid #5C9DB6;
  border-left:6px solid transparent;
  top:0; bottom:0; right:10px;
  margin:auto;
  pointer-events: none;
}

/*戻るボタン*/
form .arrow-r{
  padding-left: 3em;
}
form .arrow-r::before{
  border-color:#5C9DB6;
  width:1.3em;
  right:auto;left:15px;
}
form .arrow-r::after{
  background-color:#5C9DB6;
  top:42%;left:auto;left:15px;
  width:7px;
  transform:rotate(-45deg);
}


/*ボタン*/
form button,
form input.btn,
form input[type="reset"]{
  display: inline-block;
  padding:0.5em 2em;
  text-align: center;
  color:#5C9DB6;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity:1;
  cursor: pointer;
  filter:alpha(opacity=100);
  border:solid 1px #5C9DB6;
  border-radius: 0;
  background:transparent;
}


/*ボタン -送信・確認*/
form input[type='submit'],
form input[name="submitConfirm"],
form button[type='submit']{
  color:#FFF;
  background-color:#5C9DB6;
}
/*ボタン -リセット*/
form input[name="submitBack"],
form input[type='reset']{
  color:#5C9DB6;
  background-color:#FFF;
}
form button.btn-center{
  width:90%;
  max-width: 300px;
  margin:0 auto;
  font-size:20px;
}

/*エラーメッセージ */
form .tbl .is-err input,
form .tbl .is-err select,
#reserve form .tbl__reserve .is-err textarea{
  border:solid 1px #E83828!important;
  background-color:#FEF7FA!important;
}
form .typeEr{
  margin-bottom: 5px;
  color:#E83828;
}
form .tbl .typeEr{
  font-size:0.9em;
}

/****************************************
  Footer
*****************************************/

#footer{
  width: 100%;
  color:#FFF;
  z-index: 2;
}
#footer .footer-info{
  position: relative;
  background:url(img/common/bg_footer.png) center bottom no-repeat;
  background-size:cover;
  width: 100%;
  min-height: 500px;
}
#footer .footer-info-inner{
  max-width:1200px;
  width:90%;
  margin: 0 auto;
  padding:20px;
  position: absolute;
  text-align: left;
  line-height: 1.4;
  top:20%;left:0;right:0;
}
#footer .footer-info-inner .flex-item--center{
  margin:0 80px;
}
#footer .footer-info-logo{
  max-width: 200px;
  text-align: center;
}
#footer .logo_name{
  display: block;
  font-size:20px;
  margin-top:10px;
  color:#FFF;
}
#footer .footer-info-inner .tel{
  font-size:32px;
  margin-bottom:5px;
}
#footer .footer-info-inner .tel::before{
  background-image:url(img/common/icon_free_dial_w.png);
}
#footer .footer-info-inner .tel a{
  color:#FFF;
}
#footer .footer-info-inner .btns{
  width:100%;
}
#footer .footer-info-inner .btns .btn{
  color:#000;
  width:50%;
  text-align: center;
}
#footer .footer-info-inner .btns .btn__mail{
  margin-right: 5px;
}
#footer .footer-info-inner .btns .btn a{
  display: block;
  padding:0.1em 1em;
  background-color:#FFF;
}

#footer .footer-btm{
  background-color:#5C9DB6;
  padding:60px 0;
  text-align: center;
}
#footer .footer-btm .logo{
  max-width: 200px;
  margin:0 auto;
  width:40%;
}
#footer .footer-btm .nav-area{
  width:50%;
  margin:0 auto;
  padding:0 0 5%;
}
#footer .nav-ul-sns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .nav-ul-sns .menu-item-sns{
  margin-right:10px;
}
#footer .nav-ul-sns .menu-item-sns:last-child{
  margin-right: 0;
}
/*  Footer Link Add 2023/08/28 */
#footer .footer-menu {
  width: 100%;
  background-color: #eff7f7;
  padding: 50px 20px;
  border-top: 5px solid #5a9cb5;
}
#footer .footer-menu-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
#footer .footer-menu-nav {
  width: calc( 100% / 4 );
  padding: 0 20px;
}
#footer .footer-menu-title {
  color: #5a9cb5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
}
#footer .footer-menu-ul {
  margin: 0 auto 20px;
}
#footer .footer-menu-li {
  font-size: 14px;
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
}
#footer .footer-menu-li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  background: #000;
  margin-right: 10px;
  /* margin-top: 7px; */
  margin-bottom: 4px;
}
#footer .footer-menu-li a {
  transition: 0.5s;
}
#footer .footer-menu-li a:hover {
  color: #091139;
  outline: none;
}
#footer .footer-menu-li.accordion-box {
  padding: 0;
}
#footer .footer-menu-li.accordion-box::before {
  background: transparent;
  /* display: none; */
}
#footer .footer-menu-li .accordion-btn {
  color: #5a9cb5;
  font-weight: bold;
  padding: 10px 0 20px;
  cursor: pointer;
}
#footer .footer-menu-li .accordion-btn::after {
  content: " ▼";
  color: #5a9cb5;
}
/* #footer .accordion-ul {
  display: none;
} */

/* /Footer Link Add 2023/08/28 */

#footer .footer-copy {
  background-color: #FFF;
  color: #B5B5B6;
  font-size: 12px;
  padding:15px;
  text-align: center;
  letter-spacing: 0;
}
.fix--btn-box{
  position: fixed;
  right:0;top:25%;
  z-index: 99;
  max-width: 60px;
  width:100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto 0;
}
.fix--btn-box .btn{
  font-size:18px;
  font-weight: bold;
  text-shadow:0 0 5px #231815;
  text-align: center;
  width:100%;
}
.fix--btn-box .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF !important;
  padding:1.5em 1em;
  border: none;
  line-height: 1.1;
}
.fix--btn-box .btn__search{
  background-color:#5C9CB5;
}
.fix--btn-box .btn__members{
  background-color:#C8BB9B;
}

/* page-top */
.page-top {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.page-top a {
  position: fixed;
  bottom: 10px;
  right: 2%;
  display: block;
  max-width: 50px;
}
.page-top a img {
  transition:.5s;
}

/****************************************
  CSS for Mobile
*****************************************/

@media (max-width: 1200px) {
  #header .header-title{
    font-size:16px;
  }
  #header .header-tel-box .opentime{
    font-size:12px;
  }
  #header .header-tel-box .tel{
    font-size:24px;
  }
}

@media (max-width: 1024px) {
  #header .header-title{
    font-size:1em;
    padding-left:3em;
  }
  #header .header-tel-box .tel{
    font-size:1.3em;
  }
}

@media (max-width: 896px) {
  #header .header-inner .logo__header{
    margin-left:30px;
  }
  #header .header-title{
    font-size:0.8em;
    padding-left:3em;
  }

  #slidenav .menu-slide-nav-container .menu-slide-nav:not(:last-child){
    padding-right: 5%;
  }
  #slidenav .menu-slide-nav .menu-item-head{
    font-size:1em;
  }
  .slide-nav-ul .menu-item .menu-item__main{
    font-size:1.2em;
  }

  form input.w-medium{
    max-width:160px;
  }
  form .required{
    padding:0.3em 0.8em;
    font-size:0.9em;
  }
  .form-wrapper form .select-wrap__zip{
    margin-bottom: 5px;
  }

  #footer .footer-info-inner{
    xflex-direction: column-reverse;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #footer .footer-info-inner .flex-item--left,
  #footer .footer-info-inner .flex-item--right{
    display: none;
  }
  .fix--btn-box .pc{
    display: block;
  }
  .fix--btn-box .sp{
    display: none;
  }

}

@media (max-width: 895px) {
  #header .header-title{
    display: none;
  }
}

@media (max-width: 640px) {
  #header{
    box-shadow: none;
    background-color:transparent;
  }
  #header .header-logo{
    display: inline-flex;
  }
  #header .header-tel-box{
    padding-right: 0;
  }
  #header .header-tel-box .opentime,
  #header .header-tel-box .tel{
    display: none;
  }
  #header .header-tel-box .btn__tel{
    display: block;
    height: 70px;
    padding:15px 20px;
  }
  #header .header-tel-box .btn__tel img{
    height: 100%;
  }
  #header .header-lang-box{
	  position:relative;
    right:-60%;
  }

  #header #menuopen__btn.scroll{
    height: 50px;
    width:50px;
  }
  #header .header-inner .logo__header{
    margin-top:0;
    margin-left:20px;
  }
  #header #menuopen__btn .menu-line{
    height: 2px;
  }
  #slidenav::after {
    width:9.2em;
    height:2.6em;
    right:3%; bottom:2%;
  }
  #slidenav .slidenav-wrap{
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  #slidenav .slidenav-wrap .btn-tel{
    display: block;
    position:fixed;
    top:15px;right:75px;
    width:50px;
    z-index: 2;
  }
  #slidenav .menu-slide-nav-container{
    justify-content: flex-start;
    padding-top:20px;
    position:relative;
  }
  #slidenav .menu-slide-nav-container::after{
    right:3%; bottom:2%;
    width:9.2em;
    height:2.6em;
  }
  #slidenav .menu-slide-nav .menu-item-head{
    margin-bottom:0;
    font-size:0.9em;
  }
  #slidenav .menu-slide-nav-container .slide-nav-ul{
    margin-bottom:15px;
  }
  .slide-nav-ul .menu-item{
    padding:8px 0;
  }
  .slide-nav-ul .menu-item::before{
    top:0.6em;
  }
  .slide-nav-ul .menu-item .menu-item__sub{
    font-size:0.7em;
  }

  #footer{
    margin-bottom: 10%;
  }
  #footer .footer-info{
    background-image: url(img/common/bg_footer_sp.png);
  }
  #footer .footer-info-inner{
    top:10%;
  }
  #footer::before{
    border-top-width: 100px;
  }
  #footer .footer-container .flex-item{
    justify-content: center;
    width:100%;
    margin:0 auto;
  }
  #footer .footer-container .flex-item__logo{
    margin-bottom: 8%;
  }
  #footer .footer-container .footer__logo{
    width:70%;
    margin:auto;
  }
  #footer .footer-info-inner .flex-item--center{
    margin:15px 0 0;
  }
  #footer .footer-info-inner .flex-item--center .text{
    font-size:0.8em;
  }
  #footer .footer-btn-container{
    padding:10% 0;
  }
  #footer .footer-btm{
    display: none;
  }
  #footer .footer-copy{
    font-size:0.7em;
    padding:10px;
  }

  #footer .nav-area{
    margin-top:5%;
  }
  .fix--btn-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    border-top:solid 2px #FFF;
    border-bottom:solid 2px #FFF;
    bottom:0;left:0;top:auto;
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .fix--btn-box .btn{
    border-right: solid 2px #FFF;
    font-size:1em;
    width:50%;
  }
  .fix--btn-box .btn a{
    padding:1em;
  }
  .fix--btn-box .btn__members{
    border-right: 0;
  }

}

@media (max-width: 768px) {
  body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    width:100%;
  }
  .tablet{display:block;}
  .br-tablet { display:inline-block; }
}

@media (max-width:767px) {
  .pc{display: none;}
  .sp{display: block;}
  .br-pc { display:none; }
  .br-sp { display:inline-block; }

  #header #menuopen__btn{
    background-color:transparent;
  }
  #header #menuopen__btn .menu-line{
    background-color:#231815;
    height:2px;
    width:50%;
    left:25%;
  }
  #slidenav .menu-slide-nav-container{
    width:100%;
  }
  #slidenav .menu-slide-nav-container .menu-slide-nav{
    padding:0;
  }
  #slidenav .menu-slide-nav .menu-item-head,
  #slidenav .menu-slide-nav-container .slide-nav-ul{
    margin-left:5%;
  }
  #slidenav .menu-slide-nav-container{
    flex-direction: column;
  }
  .slide-nav-ul .menu-item .menu-item__main{
    display: inline-block;
    font-size:1em;
  }
  .slide-nav-ul .menu-item .menu-item__sub{
    display: inline-block;
    padding-left: 1em;
    font-size:0.8em;
  }
  #slidenav .menu-slide-nav .menu-item-head--instagram{
    display: inline-block;
    vertical-align: middle;
    vertical-align: super;
  }
  #slidenav .menu-slide-nav-container .slide-nav-ul-sns{
    width:50%;
  }
  #slidenav .tel-container{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color:rgba(92,157,182,0.9);
    padding:10px;
    margin-bottom: 20px;
  }
  #slidenav .tel-container .tel{
    color:#FFF;
    font-size:1.4em;
    padding-right: 0.8em;
  }
  #slidenav .tel-container .tel::before {
    content: '';
    background: url(img/common/icon_free_dial_w.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.3em;
    height: 0.7em;
    margin-right: 5px;
  }
  #slidenav .tel-container .link{
    background-color:#FFF;
    color:#231815;
    font-size:0.8em;
    padding:5px 10px;
    margin-right: 5px;
  }

  /*  Footer Link Add 2023/08/28 */
  #footer .footer-menu {
    padding: 30px 10px;
    /* border-top: 5px solid #5a9cb5; */
  }
  #footer .footer-menu .flex-container {
    display: block;
  }
  #footer .footer-menu-box {
    margin: 0 auto 30px;
  }
  #footer .footer-menu-nav {
    width: 100%;
    padding: 0 10px;
  }
  #footer .footer-menu-ul {
    margin: 0 auto 20px;
  }
  #footer .footer-menu-li {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #footer .footer-menu-li.accordion-box {
    padding: 10px 0;
  }
  /* #footer .footer-menu-li .accordion-btn {
    display: none;
  } */
  /* /Footer Link Add 2023/08/28 */

}

@media (min-width: 641px) {
  #footer .footer-inner{
    padding:0 5em 2em;
  }
  #footer .footer-container .flex-item:last-child{
    justify-content: flex-end;
  }
  #footer .footer-btn-container{
    width:40%;
    margin:0 0 5% 2%;
  }
  #footer .nav-area{
    display: none;
  }
  .fix-btn--side .btn {
    color:#FFF;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .fix--btn-box .btn__search{
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) and (min-width:481px) {
  form input.w-medium{
    max-width:140px;
  }
}

@media (max-width: 480px) {

  form .btn {
     -webkit-appearance: none;
    padding:1em;
    font-size:0.9em;
  }

  form input.w-medium{
    max-width:none;
    width:90%;
  }

  /*
  form input[type='text'],
  form input[type='tel'],
  form input[type='email'],
  form textarea {
    width:100%;
    margin-right: 0;
  }
  */

  #footer .footer-info{
    background-image: url(img/common/bg_footer_sp.png);
    min-height: 380px;
  }
}

@media (max-width: 414px) {
  #footer{
    margin-bottom: 17%;
  }
}

@media (max-width: 375px) {
  #header .header-inner .logo__header{
    margin-left:20px;
  }
  #header #menuopen__btn{
    height: 60px;
    width:60px;
  }
  #header .header-inner{
    height: 60px;
    padding-right: 60px;
  }
  #header .header-tel-box .btn__tel{
    height: 60px;
    padding:12px;
  }
}
