@charset "UTF-8";
/* ===================================
Reset
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.8;
}

ol, ul, li{
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/* input textarea reset
==============================　*/
input,
textarea,
select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    outline: none;
    outline: 0;
}

select::-ms-expand {
    display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    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;
}


/* ===================================
Foundation
=================================== */
* {
    box-sizing: border-box;
    line-break: strict;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
    line-height: 1.8;
    color: #484242;
    background: #FDFBFA;
}
body.stop{
  overflow: hidden;;
} 
.stop{
  overflow: hidden;
}

/* テキスト
==============================　*/
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
a:hover{
  opacity: 0.7;
  transition: 0.3s;

}

strong {
    font-weight: bold;
}

b {
    font-weight: bold;
}

sup {
    vertical-align: top;
}

/* メディア
==============================　*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

video {
    display: block;
    max-width: 100%;
    height: auto;
    outline: none;
}

iframe {
    max-width: 100%;
}

html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

/* ===================================
共通
=================================== */
.fv,.miss,.menu,.photo,.footer_img,.filter{
  border-bottom: 5px solid #484242;
}
.corm{
  font-family: 'Cormorant', serif;
}
.cab{
  font-family:'Cabin', sans-serif;
}

.pc{
  display: block !important;
}
.pc_tb{
  display: block !important;
}
.sp{
  display: none;
}
.tb{
  display: none !important;
}
.sp_br{
  display: none;
}
.pc_br{
  display: block;
}
.br_1024{
  display: block;
}

@media screen and (max-width: 1024px) {
.fv{
  border-bottom: none;
}
.pc_tb{
  display: none !important;
}
.tb{
  display: block !important;
}
.br_1024{
  display: none;
}
}

@media screen and (max-width: 768px) {
  .miss,.menu,.photo,.footer_img,.filter{
    border-bottom: 3px solid #484242;
  }
  .pc{
    display: none !important;
  }
  .sp{
    display: block;
  }
  .sp_br{
    display: inline;
  }
  .pc_br{
    display: none;
  }
}



/* ===================================
ヘッダー
=================================== */
.header_inner{
  position: absolute;
  width: 100%;
  z-index: 10;
}
.fixed{
  position: fixed;
  top: 0;
}
.top_top{
  font-size: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 25px;
  color: #fff;
  background-color: #484242;
  text-align: right;
  padding: 0 30px;
}
.top_top a{
  text-decoration: underline;
}
.header_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 83px;
  padding: 0 30px;
}

.header_right {
  max-width: 500px;
  width: 100%;
}
.header_right .flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.header_tel{
  position: relative;
  margin-right: 10px;
  display: block;
}
.header_tel::before{
  content: "";
  background-image: url(../img/ico_tel.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 6px;
  left: -26px;
  width: 20px;
  height: 20px;
}
.header_res{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #DFA3A3;
  border: 1px solid #DFA3A3;
  border-radius: 30px;
  padding: 11px 10px;
  transition: 0.3s;
  max-width: 170px;
  width: 100%;
  display: block;
}
.header_res:hover{
  color: #DFA3A3;
  background-color: #fff;
  transition: 0.3s;
}
.header_int {
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #DFA3A3;
  background-color: #fff;
  border: 1px solid #DFA3A3;
  border-radius: 30px;
  padding: 10px;
  transition: 0.3s;
  max-width: 170px;
  width: 100%;
  display: block;
}
.header_int:hover{
  color: #fff;
  background-color: #DFA3A3;
  transition: 0.3s;
}

/* 追従左サイドバー */
/* .fv_left{
  position: fixed;
  max-width: 100px;
  width: 100%;
  height: 80%;
  margin-top: 5%;
  
  z-index: 12;
}
.fv_left_box{
  position: relative;
  top: 37.5%;
}
.fv_left_box a{
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.fv_left_box img{
  margin: 15px auto;
} */

.top_box{
  position: relative;
}
.top_margin{
  height: 83px;
}
.ttl_h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ttl_h1 span{
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.bg_ttl{
  width: 100%;
  object-fit: cover;
  min-height: 150px;
  max-height: 224px;
}

/* パンくず */
.breadcrumbs{
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  margin-top: 5px;
}
.breadcrumbs li{
  font-size: 10px;
}
.breadcrumbs_top span{
  margin: 0 7px;
  color: #ccc;
}


@media screen and (max-width: 1024px) {
.header_content{
  padding: 0 20px;
}
}

@media screen and (max-width: 768px) {
  /* パンくず */
  .breadcrumbs{
    display: flex;
    justify-content: flex-start;
    margin-right: 30px;
    margin-top: 5px;
    margin-left: 20px;
  }
  
  .top_margin{
    height: 0px;
  }
  .ttl_h1{
    width: 135px;
  }
  .ttl_h1 span{
    font-size: 12px;
  }
  .header_content{
    height: 70px;
    padding: 0 20px;
    background-color: transparent;
  }

  /* 下部追従 */
  .sp_bottom{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 8px;
    width: 100%;
    /* height: calc(70px + env(safe-area-inset-top)); */
    bottom: 0;
    background-color: #fff;
    z-index: 4;

    padding-top: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: env(safe-area-inset-bottom);
    transition: .3s;
  }
  .header_tel{
    font-size: 14px;
    position: relative;
    top: 6px;
    margin-right: 0;
  }
  .header_tel::before{
    content: "";
    background-image: url(../img/ico_tel.svg);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: -15px;
    left: 18px;
    width: 20px;
    height: 15px;
  }
  .header_res{
    font-size: 14px;
    max-width: unset;
    width: 38.1%;
    /* height: 43px; */
    text-align: center;
    color: #fff;
    background-color: #DFA3A3;
    padding: 13px 5px;
    margin-bottom: 10px;
  }
  .header_int {
    max-width: unset;
    width: 38.1%;
    padding: 10px 5px;
    margin-bottom: 10px;
  }
  .abroad .header_tel {
    top: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .abroad .header_tel::before {
    top: 5px;
    left: 0;
  }
}

@media screen and (max-width: 420px) {
  .sp_bottom{
    justify-content: center;
  }
  .abroad .sp_bottom{
    justify-content: space-evenly;
  }
  /* .header_tel{
    margin-right: 20px;
  }
  .header_res{
    margin-left: 20px;
  } */
}
@media screen and (max-width: 375px) {
  .header_tel{
    font-size: 14px;
    position: relative;
    /* margin-right: 5px; */
  }
}

/* ===================================
バーガーメニュー
=================================== */
/* バーガーボタン */
.side_btn{
  position: fixed;
  top: 40%;
  left: 1%;
  width: 80px;

  z-index: 15;
}
.openbtn2{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  width: 30px;
  height:30px;
  cursor: pointer;
  margin: 0 auto 0px;
}
/*ボタン内側*/
.openbtn2 span{
  display: inline-block;
  transition: all .3s;/*アニメーションの設定*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #666;
  }
.openbtn2 span:nth-of-type(1) {
  top:2px; 
  width: 30px;
}
.openbtn2 span:nth-of-type(2) {
  top:10px;
  width:30px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn2.active span:nth-of-type(1) {
  top: 0px;
  left: 5px;
  transform: rotate(-20deg);
  width: 90%;
}
.openbtn2.active span:nth-of-type(2) {
  top: 0px;
  left: 5px;
  transform: rotate(20deg);
  width: 90%;
}

/* アイコンボックス */
.side_icon_box {
  position: fixed;
  top: 65.5%;
  left: 3%;

  z-index: 3;
}
.side_icon_box img{
  margin-bottom: 15px;
}

/* バーガーメニュー */
.gnav{
  display: none;
  height: 100%;
  position: fixed;
  width: 100vw;

  margin-top: -25px;
  
  z-index: 11;
}
.gnav__wrap{
  display: flex;
  align-items:center;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__left{
  position: relative;
  background-image: url(../img/nav_bg_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  width: 64%;
  height: 100%;
  margin-left: -1px;
  padding: 0 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_logo{
  position: absolute;
  top: 20px;
  left: 25px;
}
.gnav__left__inner{
  max-width: 500px;
  width: 100%;
  height: 296px;
}
.gnav__menu{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 33px;
  border-bottom: 1px solid #C9C7C7;
  margin-bottom: 24px;
}
.gnav__menu__item:nth-child(3n-1){
  padding-left: 23px;
}
.gnav__menu__item:nth-child(3n){
  padding-left: 100px;
}
li.gnav__menu__item {
  font-size: 24px;
  width: 32%;
  margin-bottom: 12px;
  white-space: nowrap;
}
.bottom__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom__box .icon__box{
  display: flex;
  align-items: center;
}
.icon__box a{
  margin-right: 29px;
}
.bottom__box .nav__rec{
  font-size: 14px;
  position: relative;
  transform: translateX(-15px);

  /* ▼recruit追加時に削除 */
  display: none;
}
.bottom__box .nav__rec::before{
  content: "";
  background-image: url(../img/arrow_black.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 10px;
  right: -16px;
}

/* バーガー内 */
.gnav__right{
  background-image: url(../img/nav_bg_r.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36%;
  height: 100%;
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav__right__inner{
  max-width: 258px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gnav__right__tel{
  position: relative;
  font-size: 26px;
  line-height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 30px;
}
.gnav__right__tel::before{
  content: "";
  background-image: url(../img/nav_tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 4px;
  left: 0px;
}
.gnav__right__res{
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  color: #DFA3A3;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 17px 20px;
  text-align: center;
  transition: 0.3s;
}
.gnav__right__res:hover{
  color: #fff;
  background-color: #DFA3A3;
  transition: 0.3s;
}
.gnav__right__int{
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 30px;
  width: 100%;
  padding: 9px 20px;
  text-align: center;
  transition: 0.3s;
}
.gnav__right__int:hover{
  color: #DFA3A3;
  background-color: #fff;
  transition: 0.3s;
}

.op{
  opacity: 0.2;
}


@media screen and (max-width: 1024px) {
  .gnav__left__inner{
    max-width: 350px;
  }
  li.gnav__menu__item {
    width: 48%;
  }
  .gnav__menu__item:nth-child(2n){
    padding-left: 30px !important;
  }
  .gnav__menu__item:nth-child(3n-1){
    padding-left: 0px;
  }
  .gnav__menu__item:nth-child(3n){
    padding-left: 0px;
  }

  .side_icon_box {
    top: auto;
    bottom: 40px;
  }
  .side_icon_box {
    left: 30px;
  }
  .side_btn{
    left: 0px;
  }
}
@media screen and (max-width: 820px) {
  .gnav__wrap{
    display: block;
    align-items:center;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
  }
  .gnav__left{
    background-image: url(../img/nav_bg_bottom_sp.png);
    width: 100%;
    height: fit-content;
    /* height: 73vh;
    height: 73dvh; */
    margin-left: 0;
    border-top: 5px solid;
  
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .gnav__right{
    background-image: url(../img/nav_bg_top_sp.png);
    width: 100%;
    height: fit-content;
    min-height: 38vh;
    /* height: 27vh;
    height: 27dvh; */
    margin-left: 0;
    padding: 50px 0 70px;
  }
  .nav_logo{
    position: relative;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gnav__right__tel{
    margin-bottom: 12px;
  }
  .gnav__left__inner{
    max-width: 500px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
  .gnav__menu{
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.8vh;
    padding-bottom: 2.9vh;
    border-top: 1px solid #C9C7C7;
    border-bottom: 1px solid #C9C7C7;
    margin-top: 7.9vh;
    margin-bottom: 3vh;
    padding-left: 22px;
  }
  .gnav__menu__item:nth-child(2n){
    padding-left: 10px !important;
  }
  li.gnav__menu__item {
    font-size: 2.2vh;
    width: 50%;
    margin-bottom: 1.4vh;
    white-space: nowrap;
  }
  .gnav__menu__item:nth-child(3n-1){
    padding-left: 0;
  }
  .gnav__menu__item:nth-child(3n){
    padding-left: 0;
  }
  .bottom__box{
    margin: 0px 36px 0 10px;
  }
  .bottom__box .icon__box img{
    min-width: 20px;
  }
  .bottom__box .nav__rec{
    transform: translateX(20px);
  }
}

@media screen and (max-width: 768px) {
  .sp_logo{
    position: absolute;
    left: 0;
    margin: 15px 20px;

    z-index: 7;
  }
  .sp_logo img{
    width: 50px;
  }
  .sp_side_btn{
    position: absolute;
    right: 0;
    margin: 15px 20px;

    z-index: 20;
  }
  .fixed{
    position: fixed !important;
    top: 0;
  }
}

@media screen and (max-width: 400px){
  .icon__box a {
    margin-right: 10px;
}
}


/* ===================================
フッター
=================================== */
.footer_inner{
  overflow-x: hidden;
}
.img_area{
  max-height: 430px;
  position: relative;
  display: flex;
  width: 100%;
  border-top: 5px solid #484242;
  border-bottom: 5px solid #484242;
}
.footer_bg{
  position: relative;
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  margin: 0 auto;

  z-index: -1;
}
.content_area{
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.content_box{
  width: 420px;
  height: 100%;
  background-color: #FDFBFA;
  margin: 0;
  padding: 0;
  flex-shrink: 0;

  z-index: 1;
}
.maru_l{
  margin-right: -1px;
}
.maru_r{
  margin-left: -1px;
}
.content_inner{
  margin-left: 28px;
  margin-bottom: 46px;
}
.footer_ttl{
  margin: 60px auto 67px;
}
.footer_tel{
  font-size: 24px;
  position: relative;
  margin-right: 27px;
}
.footer_tel::before{
  content: "";
  background-image: url(../img/ico_tel.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 5px;
  left: -30px;
  width: 25px;
  height: 25px;
}
.footer_res{
  font-size: 24px;
  color: #fff;
  background-color: #DFA3A3;
  border: 1px solid #DFA3A3;
  border-radius: 30px;
  padding: 11px 50px;
  transition: 0.3s;
}
.footer_res:hover{
  color: #DFA3A3;
  background-color: #fff;
  transition: 0.3s;
}
.footer_ad{
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
}
.map_a{
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
}


/* google map */
iframe{
  margin-bottom: -7px;
}
.filter{
  position: relative;
  width: 100%;
}
.filter::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #C5BCB7;
  top: 0;
  left: 0;
  mix-blend-mode: color;
  pointer-events: none;
}
_:lang(x)+_:-webkit-full-screen-document, .filter::after {
  opacity:0.5;
}


.footer_bottom{
  position: relative;
  background-color: #E5DFDB;
  padding: 0 20px;
}
.footer_bottom_inner{
  max-width: 1160px;
  margin: 0 auto;
}

.footer_pan{
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 20px;
}
.footer_pan li{
  margin-right: 23px;
}
.footer_icon_box{
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
.footer_icon_box a{
  margin-right: 30px;
}
.bottom_bottom{
  width: 100%;
  height: 77px;
  background-color: #5C5555;
}
.bottom_bottom_inner{
  display: flex;
  align-items: center;
  /* ▼recruit追加したらspace-betweenに */
  justify-content: flex-end;
  height: 77px;
  max-width: 1400px;
  padding: 0 65px 0 120px;
  margin: 0 auto;
}
.bottom_bottom_inner a{
  font-size: 14px;
  position: relative;
  color: #FDFBFA;
  /* ▼recruit追加したら削除 */
  display: none;
}
.bottom_bottom_inner .cab{
  color: #FDFBFA;
  font-size: 14px;
}

.bottom_bottom_inner a::before{
  content: "";
  background-image: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 7px;
  right: -20px;
}
.bottom_bottom .copy{
  font-size: 12px;
  color: #A69999;
}

.footor_menu_area{
  position: relative;
  display: flex;
}
.footor_menu_area01{
  padding-top: 50px
}
.footor_menu_area02{
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C7C7;
}

.footor_menu_area .comming{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  font-size: 50px;
  text-align: center;
  z-index: 2;
}

.footer_cat_ttl{
  font-size: 14px !important;
  font-weight: 700;
  width: 185px;
  margin-top: 0 !important;
  flex-shrink: 0;
}
.footor_menu_r{
}
.footor_menu_item{
  display: flex;
  margin-bottom: 9px;
}
.footor_menu_item h3{
  font-size: 14px;
  font-weight: 700;
  width: 155px;
  flex-shrink: 0;
}
.footor_menu_item ul{
  display: flex;
  flex-wrap: wrap;
}
.footor_menu_item ul li{
  font-size: 14px;
  margin-right: 15px;
  text-decoration:underline;
}




.shadow07{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 223, 219, 0.8);
  z-index: 1;
}

.z2{
  position: relative;
  z-index: 2;
}


@media screen and (max-width: 1024px) {
  .bottom_bottom_inner{
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_res{
    font-size: 16px;
    color: #fff;
    background-color: #DFA3A3;
    border-radius: 30px;
    padding: 11px 50px;
  }
  .footer_tel{
    font-size: 16px;
    position: relative;
    margin-right: 20px;
  }
  .footer_tel::before{
    content: "";
    background-image: url(../img/ico_tel.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 2px;
    left: -25px;
    width: 20px;
    height: 20px;
  }
  .content_area{
    position: absolute;
    display: block;
    justify-content: center;
    height: 58%;
    left: 0;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%);
  }
  .content_box{
    width: 100vw;
    position: relative;
    top: 0;
  }
  .content_inner{
    margin-left: 28px;
    margin-bottom: 35px;
    text-align: center;
  }
  .footer_ttl{
    width: 180px;
    margin: 20px auto 46px;
    padding-top: 20px;
  }
  .img_area{
    height: 515px;
    max-height: none;
    position: relative;
    display: flex;
    width: 100%;
    border-top: 5px solid #484242;
    border-bottom: 5px solid #484242;
  }
  .maru_l{
    position: absolute;
    transform: translateY(-97%);
  }
  .maru_r{
    width: 100vw;
    position: absolute;
    transform: translateY(97%);
    bottom: 0;
  }

  /* フッターリスト */
  .footor_menu_area01{
    display: block;
    padding-top: 25px
  }
  .footor_menu_item{
    display: block;
    margin-bottom: 20.8px;
  }
  .footor_menu_area{
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .footor_menu_item h3{
    font-size: 12px;
    width: 155px;
    margin-bottom: 3px;
  }
  .footor_menu_item ul li{
    font-size: 12px;
    margin-right: 15px;
  }
  .footer_cat_ttl{
    margin-bottom: 20px;
  }
  .footor_menu_area02{
    padding-top: 31px;
    padding-bottom: 12px;
    border-bottom: 1px solid #484242;
  }
  .bottom_bottom{
    height: auto;
    position: relative;
    margin-bottom: 80px;
  }
  .bottom_bottom_inner{
    height: 58px;
    padding: 0 20px;
  }
  .footer_pan{
    margin: 33px 0 34px;
  }
  .footer_pan li{
    margin-right: 0px;
    width: 50%;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer_icon_box{
    padding-bottom: 38px;
  }


  .footor_menu_area .comming{
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .footer_ttl{
    width: 180px;
    margin: 20px auto 20px;
  }
}
