@charset "UTF-8";
img{width: 100%;}

body{
/* font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal; */
}


/*===================================
共通
===================================*/
.flex {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}

.inner {
max-width: 1200px;
width: 94%;
margin: 0 auto;
}
.inner_1000 {
max-width: 1000px;
width: 94%;
margin: 0 auto;
}

.cap_Txt {
position: absolute;
font-size: 10px;
bottom: 5px;
transform: rotate(.028deg);
}
.cap_R { right: 5px;}
.cap_L { left: 5px;}
.cap_W { color: #fff;}
.cap_B { color: #333;}
.cap_Shw { text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;}
.cap_ShW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}

.f-60{font-size: 60%;}
.f-65{font-size: 65%;}
.f-70{font-size: 70%;}
.f-75{font-size: 75%;}
.f-80{font-size: 80%;}
.f-90{font-size: 90%;}
.f-110{font-size: 110%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-140{font-size: 140%;}
.f-150{font-size: 150%;}
.f-160{font-size: 160%;}
.f-170{font-size: 170%;}
.f-180{font-size: 180%;}
.f-190{font-size: 190%;}
.f-200{font-size: 200%;}
.f-210{font-size: 210%;}
.f-220{font-size: 220%;}
.f-230{font-size: 230%;}
.f-240{font-size: 240%;}


#notes_Area {
/* background: #dfdfd4; */
}

.notes {
font-size: 11px;
line-height: 1.6;
letter-spacing: 0.08em;
text-align: justify;
color: #333;
margin: 0 auto;
text-indent: -1em;
padding: 120px 0 120px 1em;
}



#All_Wrap {
position: relative;
color: #333;
}

#content {
padding: 101px 0 0 0;
}

#content_Wrap { padding: 0 0 0;}


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

/*===================================
header
===================================*/
header {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 0;
width: 100%;
z-index: 999;
font-family: "Special Gothic", sans-serif;
gap: 0 10px;
}
header.bg_active {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
.head_Wrap_outer {
width: 70%;
}

/* ボタンエリア */
#head_Wrap {
justify-content: flex-end;
align-items: center;
position: relative;
width: 100%;
max-width: 1068px;
height: 35px;
padding: 0;
margin: 20px 0 0;
box-sizing: border-box;
z-index: 2;
}
.site_Ttl_Area {
align-items: center;
width: 22%;
}
.site_Ttl_Area h1 a {
display: block;
max-width: 250px;
width: 100%;
}
#head_Btn_Area {
align-items: center;
position: absolute;
right: 0;
top: 0;
}
#head_Btn_Area ul {
display: flex;
/* padding: 0 40px 0 0; */
margin: 0 20px 0 auto;
box-sizing: border-box;
line-height: 1.3;
}
/* #head_Btn_Area li:first-child { margin: 0 40px 0 0;} */
#head_Btn_Area li a {
display: block;
position: relative;
width: 100%;
padding: 3px 0 3px 20px;
color: #fff;
font-size: 12px;
letter-spacing: 0.1em;
box-sizing: border-box;
text-align: left;
transition: 0.3s;
font-weight: 500;
}
#head_Btn_Area li a:hover {
opacity: 0.5;
transition: 0.3s;
}

#head_Btn_Area div:nth-of-type(1),
#head_Btn_Area div:nth-of-type(2){
margin-right: 10px;
}
#head_Btn_Area div:nth-of-type(2){
display: none;
}

#head_Btn_Area div a {
display: block;
box-sizing: border-box;
text-align: center;
width: 110px;
padding: 0.6em 5px;
font-size: 12px;
letter-spacing: 0.2em;
color: #292929;
transition: .3s;
}
#head_Btn_Area div a:hover {
opacity: 0.7;
}
#head_Btn_Area div a {
color: #fff;
position: relative;
transition: .3s;
}
#head_Btn_Area div a::before {
color: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: all .3s ease-out;
width: 100%;
}
#head_Btn_Area div a.req_btn:hover::before,
#head_Btn_Area div a.res_btn:hover::before{
opacity: 0;
}

#head_Btn_Area div a.req_btn {
/*background: #a0b3bd;*/
background: #ecb500;
}

#head_Btn_Area div a.res_btn {
background: #ecb500;
}
#head_Btn_Area div a.online_btn {
font-size: 80%;
letter-spacing: 0.04em;
background: #000;
}

/* ナビゲーション */
#Gnav_wrap {
width: 98%;
max-width: 1000px;
margin: 0 auto;
}
#nav_Area .flex {
margin: 0 auto;
padding: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
flex-wrap: wrap;
}
#nav_Area .flex li {
position: relative;
list-style-type: none;
font-size: 14px;
color: #4d4d4d;
padding: 0 1.2em;
transition: .4s all;
}

#nav_Area .flex li a {
display: block;
color: #fff;
font-size: 14px;
letter-spacing: 0.04em;
font-weight: 500;
padding: 0.8em 0;
font-family: "Special Gothic", sans-serif;
text-decoration :none;
}


/* #nav_Area .flex li a:hover{
color: #3e3a39;
} */
#nav_Area .flex li a::before,
#nav_Area .flex li a::after{
content: "";
display: block;
position: absolute;
bottom: 0;
width: 0;
height: 2px;
background: #fff;
transition: 0.3s;
}
#nav_Area .flex li a::before{
left: 50%;
}
#nav_Area .flex li a::after{
right: 50%;
}
#nav_Area .flex li a:hover::before,
#nav_Area .flex li a:hover::after{
width: 20px;
}


/*閲覧ページ　カレント*/
#indexP #nav_Area .flex li:nth-child(1),
#riverfrontP #nav_Area .flex li:nth-child(2),
#locationP #nav_Area .flex li:nth-child(3),
#planP #nav_Area .flex li:nth-child(4),
#designP #nav_Area .flex li:nth-child(5),
#zehP #nav_Area .flex li:nth-child(6),
#equipmentP #nav_Area .flex li:nth-child(7),
#structureP #nav_Area .flex li:nth-child(8),
#securityP #nav_Area .flex li:nth-child(9),
#brandP #nav_Area .flex li:nth-child(10) {
color: #ccb685;
}

#indexP #nav_Area .flex li:nth-child(1) a::before,
#indexP #nav_Area .flex li:nth-child(1) a::after,
#riverfrontP #nav_Area .flex li:nth-child(2) a::before,
#riverfrontP #nav_Area .flex li:nth-child(2) a::after,
#locationP #nav_Area .flex li:nth-child(3) a::before,
#locationP #nav_Area .flex li:nth-child(3) a::after,
#planP #nav_Area .flex li:nth-child(4) a::before,
#planP #nav_Area .flex li:nth-child(4) a::after,
#designP #nav_Area .flex li:nth-child(5) a::before,
#designP #nav_Area .flex li:nth-child(5) a::after,
#zehP #nav_Area .flex li:nth-child(6) a::before,
#zehP #nav_Area .flex li:nth-child(6) a::after,
#equipmentP #nav_Area .flex li:nth-child(7) a::before,
#equipmentP #nav_Area .flex li:nth-child(7) a::after,
#structureP #nav_Area .flex li:nth-child(8) a::before,
#structureP #nav_Area .flex li:nth-child(8) a::after,
#securityP #nav_Area .flex li:nth-child(9) a::before,
#securityP #nav_Area .flex li:nth-child(9) a::after,
#brandP #nav_Area .flex li:nth-child(10) a::before,
#brandP #nav_Area .flex li:nth-child(10) a::after {
width: 13px;
}




/*-----navi close（header&footer）----*/
.nav_wrap .flex li:nth-child(5) a,
#foot_Nav .flex li:nth-child(5) a,
.nav_wrap .flex li:nth-child(6) a,
#foot_Nav .flex li:nth-child(6) a,
.nav_wrap .flex li:nth-child(7) a,
#foot_Nav .flex li:nth-child(7) a,
.nav_wrap .flex li:nth-child(8) a,
#foot_Nav .flex li:nth-child(8) a,
.nav_wrap .flex li:nth-child(9) a,
#foot_Nav .flex li:nth-child(9) a{
pointer-events: none;
opacity: .3;
}

header img { width: 100%;}

#head_sp_Menu { display: none; }


/* ヘッダー・フッター共通 */
#nav_Area a[href*="map"],
#foot_Nav a[href*="map"] {
/*font-size: 10px;*/
}

/*===================================
contents
===================================*/

.contents {

}


/*===================================
footer
===================================*/
footer { width: 100%;}

.con_Btn_List {
justify-content: center;
align-items: center;
}
.con_Btn_List li {
max-width: 362px;
width: 28%;
margin: 0 0 0 0;
}
.con_Btn_List li:not(:last-of-type) { margin: 0 20px 0 0;}
.con_Btn_List a {
display: block;
width: 100%;
transition: .3s;
}
.con_Btn_List a:hover { opacity: .6;}



#page_top {
position: relative;
text-align: center;
background: #5e7480;
transition: 0.3s;
}
#page_top::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
border-top: solid 1px #FFF;
border-right: solid 1px #FFF;
transform: rotate(-45deg) translate(-50%,0);
top: 25%;
left: 50%;
transition: 0.3s;
}
#page_top a {
display: block;
color: #FFF;
font-size: 12px;
letter-spacing: 0.06em;
padding: 30px 0 12px;
transition: 0.3s;
}
#page_top:hover {
background: #6394ad;
transition: 0.3s;
}
#page_top:hover::before {
border-top: solid 1px #fff;
border-right: solid 1px #fff;
top: 15%;
left: 50%;
transition: 0.3s;
}
#page_top a:hover {
color: #fff;
}

#corporate_Area {
width: 100%;
padding: 60px 0;
margin: 0 auto;
background: #fff;
}
#corporate_Area .foot01 {
/* display: flex;
justify-content: center; */
margin-bottom: 40px;
}
#corporate_Area .foot02 {
padding: 40px 0 0;
}
#corporate_Area .flex {
justify-content: center;
align-items: center;
}
#corporate_Area .foot_calltxt {
text-align: center;
margin-bottom: 10px;
}
#corporate_Area .foot_corpotate_Logo a {
display: block;
max-width: 170px;
margin: 0;
}

#corporate_Area p {
font-size: 14px;
transform: rotate(.028deg);
line-height: 1.5;
letter-spacing: 0.1em;
color: #333333;
}
#corporate_Area .foot_Tel{
/*margin: 0 auto;*/
}
#corporate_Area .foot_Tel a {
display: block;
position: relative;
margin: 0 auto;
padding: 0;
width: 411px;
pointer-events: none;
cursor: default;
}
#corporate_Area .business_hours {
font-size: 13px;
color:#333333;
padding: 10px 0 0;
/* padding-left: 2.5%; */
display: flex;
justify-content:center;
}

#corporate_Area .business_hours li {
line-height: 1.6;
transform: rotate(.028deg);
text-align: center;
margin: 0 10px;
}
#corporate_Area p.postscript {
font-size: 15px;
text-align: center;
/*margin: 0 auto 12px;*/
margin: 0 auto 40px;
}
#corporate_Area p.postscript span{
display: inline-block;
line-height: 2.6;
transform: scale(0.5,1.8);
}
/*
#corporate_Area p.postscript.last {
width: 94%;
font-size: 12px;
text-align: center;
margin: 0 auto 40px;
}
*/


/* フッターナビゲーション */
#foot_Nav {
width: 100%;
margin: 30px auto 0;
font-family: "Special Gothic", sans-serif;
/* display: none; */
}
#foot_Nav .flex {
justify-content: center;
align-items: center;
width: 100%;
}
#foot_Nav .flex li {
text-align: center;
padding: 0 14px;
}
/* #foot_Nav .flex li:not(:last-child) {
border-right: 1px solid #fff;
} */
#foot_Nav a {
display: block;
width: 100%;
color: #fff;
font-size: 13px;
transition: .3s;
}
#foot_Nav a span { transform: rotate(.028deg);}
#foot_Nav a:hover { opacity: .6;}

/*-----navi close（header&footer）----*/
/*
#foot_Nav .flex li:nth-child(5) a {
pointer-events: none;
opacity: .3;
}
*/



.conversion_area {
padding:60px 0;
background: #a0b3bd;
background-size: cover;
position: relative;
}
/*
.conversion_area h6{
text-align: center;
color: #4e380e;
font-size: clamp(18px, 2vw, 25px);
letter-spacing: 0.12em;
margin: 0 auto 30px;
}
*/
.conversion_list{
display: flex;
justify-content: center;
gap:2em;
}
.conversion_list li{
width: 90%;
max-width: 340px;
}
.conversion_list li a {
display: block;
width: 100%;
text-align: center;
font-size: 18px;
letter-spacing: 0.14em;
color: #fff;
padding: 15px 0;
transition: .3s;
position: relative;
}
.conversion_list li a span{
font-size: 80%;
font-family: "Gloock", serif;
font-weight: 400;
}

.conversion_list li:nth-child(1) a {
color: #a0b3bd;;
}

.conversion_list li a::before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: all .3s ease-out;
width: 100%;
}
.conversion_list li a:hover {
opacity: .7;
transition: all .3s ease-out;
}



.conversion_list li.request a {
/*background: #fff;*/
color: #fff;
background: #ecb500;
}
.conversion_list li.reserve a {
background: #ecb500;
}
.conversion_list li.online a {
background: #000;
}





/* .conversion_list li.request a:hover::before,
.conversion_list li.reserve a:hover::before {
opacity: 0;
} */
.conversion_list li.request a,
.conversion_list li.reserve a{
position: relative;
}

.ftr_logo {
margin: 0 auto;
}
.ftr_logo ul{

}
.ftr_logo ul li{

}
/* .ftr_logo ul li:nth-child(1){
margin-right: 50px;
} */
.ftr_logo ul li:nth-child(1) img{
display: block;
max-width: 188px;
margin: 0 auto;
}
.ftr_logo ul li:nth-child(2){
}
.ftr_logo ul li:nth-child(2) img{
max-width: 294px;
}
.ftr_logo ul li h6{
text-align: center;
color: #000;
font-size: 11px;
font-feature-settings: "palt";
letter-spacing: 0.12em;
padding-bottom: 10px;
display: none;
}
.ftr_logo ul li:nth-child(1) h6{

}
.ftr_logo ul li:nth-child(2) h6{
padding-left: 3.4em;
}

.ftr_logo a{
transition: 0.3s;
}
.ftr_logo a:hover{
transition: 0.3s;
opacity: 0.7;
}
.ftr_logo img {
}

.under_btn {
background: #a0b3bd;
}
.under_list {
display: flex;
justify-content: space-around;
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.under_list li{
padding: 20px 0;
}
.under_list li a{
font-size: 12px;
letter-spacing: 0.06em;
color: #fff;
transition: 0.3s;
}
.under_list li:not(:last-child) {
margin: 0 1%;
}

.under_list li a:hover{
transition: 0.3s;
opacity: 0.7;
}
.under_btn .wrap {
display: flex;
justify-content: center;
width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
line-height: 1.5;
letter-spacing: 0.1em;
}
.fNav {
display: flex;
flex-wrap: wrap;
padding: 20px 0!important;
clear: both;
line-height: 1;
letter-spacing: 0.08em;
color: #cccccc;
font-size: unset;
margin-bottom: 0!important;
}
.fNav ul {
width: 94%;
margin: 0 auto;
text-align: center;
}
.under_btn .wrap .fNav li {
background: unset;
padding-left: 0;
}
.under_btn .wrap .fNav li:nth-child(3),
.under_btn .wrap .fNav li:nth-child(4){
display: none;
}
.under_btn .wrap .fNav li:not(:last-child) {
margin-right: 4%;
}
.under_btn .wrap .fNav a {
color: #fff;
font-size: 14px;
text-decoration: none;
font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
transition: 0.3s;
}
.under_btn .wrap .fNav a:hover {
transition: 0.3s;
opacity: 0.7;
}

.copyright {
padding: 20px 30px 20px 60px;
background: #f1f1f1;
}
.copyright p {
color: #333333;
text-align: center;
font-size: 10px;
letter-spacing: 0.06em;
}

footer img { width: 100%;}


.common_bels {
position: relative;
width: 94%;
max-width: 1000px;
margin: 0 auto;
padding: 0 0 50px;
}
.common_bels a {
position: absolute;
top: calc(76.520249% - 40px);
left: 45.5%;
width: calc(36.7%* 0.9);
transition: 0.3s;
}
.common_bels a:hover {
opacity: 0.5;
}
.pc_only{
display: block;
}
.sp_tab{
display: none;
}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {
.pc_only{
display: none;
}
.sp_tab{
display: block;
}

header.bg_active {
/*  background-color: rgba(255, 255, 255, 0.3);*/
  background: #dfebf2;
}

/*===================================
header
===================================*/
.site_Ttl_Area {
   margin: 0 0 0 10px;
   width: unset;
}


#head_Wrap {
padding: 0 0 0 20px;
height: 60px;
margin: 0;
}
/* ボタンエリア */
#head_Btn_Area { display: none; }

/* ナビゲーション */
#head_sp_Menu {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
}
#head_sp_Menu li {
width: 60px;
top:0px;
right:0px;
box-sizing: border-box;
position: relative;
text-align: center;
}
#head_sp_Menu li a {
display: block;
width: 100%;
height: 60px;
box-sizing: border-box;
}

.menu_trigger,
.menu_trigger span {
display: inline-block;
transition: all .4s;
text-align: center;
box-sizing: border-box;
}
.menu_trigger span {
position: absolute;
left: 50%;
width: 24px;
height: 2px;
background-color: #000;
transform: translateX(-50%);
}
.menu_trigger span:nth-of-type(1) { top: 15px;}
.menu_trigger span:nth-of-type(2) { top: 24px;}
.menu_trigger span:nth-of-type(3) { top: 33px;}

#sp_menuBtn::after {
display: block;
content: 'MENU';
position: absolute;
bottom: 8px;
left: 50%;
width: 100%;
color: #000;
font-size: 11px;
font-weight: bold;
transform: translateX(-50%);
font-weight: 500;
}
#sp_menuBtn.active::after {
display: block;
content: 'CLOSE';
position: absolute;
bottom: 8px;
left: 50%;
width: 100%;
color: #000;
font-size: 11px;
font-weight: bold;
transform: translateX(-50%);
}
#sp_menuBtn.active .menu_trigger span:nth-of-type(1) {
top: 25px;
left: 18px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#sp_menuBtn.active .menu_trigger span:nth-of-type(2) {
top: 25px;
left: 18px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#sp_menuBtn.active span:nth-of-type(3) { opacity: 0;}


/* ナビゲーション */
#Gnav_wrap {
width: 100%;
display: block;
padding: 0;
margin-top: 0;
}
#nav_Area { display: none;}
#nav_Area .flex {
flex-wrap: wrap;
align-items: stretch;
width: 100%;
border-top: 1px solid #ccc;
background: #fff;
background-size: cover;
}
#nav_Area .flex li.sp {
display: block;
}
#nav_Area .flex li {
width: calc((100% - 1px) / 2);
height: auto;
box-sizing: border-box;
border-bottom: 1px solid #ccc;
padding: 0;
position:static;
}
#nav_Area .flex li:nth-child(odd) { border-right: 1px solid #ccc;}

#nav_Area .flex li::before,
#nav_Area .flex li::after{
display: none;
}

#nav_Area .flex li a {
text-align: center;
color: #4d4d4d;
font-size: 13px;
padding: 1.5em 0;
transition: .3s;
z-index: 1;
}
/*
#nav_Area .flex li:nth-child(9) a {
padding: 1.039em 0;
}
*/
#nav_Area .flex li a:hover {
transition: .3s;
color:#FFF;
/*    background: #2b593b;*/
background: #668270;
/* opacity: .5; */
}

/*#nav_Area .flex li.out {
width: 100%;
border-right: none;
}*/
/* #nav_Area .flex li.bra {
width: 100%;
border-right: none;
} */
#nav_Area .flex li.req {
/*background: #a0b3bd;*/
background: #ecb500;
width: 100%;
border-right: none;
position: relative;
}
#nav_Area .flex li.req a {
color:#FFF;
}

#nav_Area .flex li.res {
background: #ecb500;
width: 100%;
border-right: none;
position: relative;
display: none;
}
#nav_Area .flex li.res a {
color:#FFF;
}
#nav_Area .flex li.online {
/*background: ;*/
width: 100%;
border-right: none;
position: relative;
}
#nav_Area .flex li.online a {
color:#FFF;
}


#nav_Area .flex li a::before,
#nav_Area .flex li a::after {
display: none;
}
#nav_Area .flex li.req a span,
#nav_Area .flex li.res a span,
#nav_Area .flex li.online a span{
position: relative;
}

#nav_Area .flex li.line {
width: 100%;
background: #fff;
border-right: none;
}
#nav_Area .flex li.line img {
width: fit-content;
transform: scale(0.8);
}
#nav_Area .flex li.line a {
padding: 10px 0;
}
#nav_Area .flex li.line a:hover {
background: none;
}
#nav_Area .flex li.line a::before,#nav_Area .flex li.line a::after {
display: none;
}




#nav_Area .flex .sp { display: block;}


/*===================================
contents
===================================*/

.contents {
margin-top: 60px;
}





}



@media screen and (min-width: 768px) and (max-width: 1024px) {

header {
align-items: center;
background: #dfebf2;
}

.sp{display: none;}

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
.sp_tab{
display: block;
}
.contents {
/* margin: 73px auto 60px; */
margin: 0 auto 60px;
}

/*===================================
header
===================================*/
header{
background: #dfebf2;
}

/* ボタンエリア */
#head_Wrap {
justify-content: space-between;
padding: 0 0 0 10px;
}
.head_Wrap_outer {
    width: 100%;
}
#nav_Area .flex li:nth-child(10) a span.jp {
letter-spacing: -0.03em;
}

.site_Ttl_Area h1 a {
width: 100%;
}


/*リスト偶数*/







/*===================================
contents
===================================*/

.contents {
margin-top: 60px;
}

.notes {
font-size: 10px;
color: #333;
margin: 0 auto;
text-indent: -1em;
padding: 50px 0 50px 1em;
}

/*===================================
footer
===================================*/
footer {
padding: 0;

background: url(../img/ftr_bg_sp.jpg) center center no-repeat;
background-size: cover;
}


/* フッターナビゲーション */

#foot_Nav .flex {
flex-wrap: wrap;
align-items: stretch;
width: 100%;
border-top: 1px solid #666;
}
#foot_Nav {
width: 100%;
padding: 0 0;
background-color: unset;
border-top: unset;
border-bottom: unset;
/* display: none; */
background: #fff;
}
#foot_Nav .flex li {
width: 50%;
border-bottom: 1px solid #666;
box-sizing: border-box;
padding: 0;
}
#nav_Area .flex li:first-child {
padding: 0;
}
#nav_Area .flex li:last-child {
padding: 0;
}
#foot_Nav .flex li:not(:last-child) {
border-right: unset
}
#foot_Nav .flex li:nth-child(odd) { border-right: 1px solid #666;!important}

/*
#foot_Nav a[href*="map"] {
font-size: 10px;
}
*/
#foot_Nav li a {
line-height: 0;
padding: 24px 0;
color: #333;
/*background: #fff;*/
font-size: 12px;
z-index: 1;
}
#foot_Nav li:nth-child(9) a {
line-height: 1.2;
padding: 11px 0;
}

/* kisuu */
/*#foot_Nav .flex li:last-child{
width: 100%;
border-right: none;
}*/
/* #foot_Nav .flex li.bra {
width: 100%;
border-right: none;
} */


/*SP下部固定ナビ*/
.ftr_fixed {
width: 100%;
position: fixed;
bottom: 0;
background: #333;
height: 60px;
font-size: 10px;
text-align: center;
border-top: 1px solid #000;
z-index: 101;
}
.ftr_fixed li {
position: relative;
width: calc((100% - 0.01%) / 3);
background: #fff;
}

.ftr_fixed li:not(:last-of-type) {
border-right: 1px solid #000;
}
.ftr_fixed li a {
display: block;
width: 100%;
height: 100%;
color: #000;
}

/*TEL・番号等非表示*/
.ftr_fixed .nav_tel{

}
.ftr_fixed li span {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.ftr_fixed li:nth-child(1) span{
transform: translate(-50%, -50%) scale(0.9);
font-feature-settings: "palt";
}
.ftr_fixed li span::before {
content: "";
display: block;
width: 22px;
height: 22px;
margin: 0 auto 7px;
}
.ftr_fixed .nav_outline span::before {
background: url(../img/icon_outline.png) no-repeat;
background-size: contain;
width: 21px;
height: 28px;
}
.ftr_fixed .nav_tel span::before {
background: url(../img/icon_tel.png) no-repeat;
background-size: contain;
width: 24px;
height: 25px;
}
.ftr_fixed .nav_map {
display: none;
}
.ftr_fixed .nav_map span::before {
background: url(../img/icon_map.png) no-repeat;
background-size: contain;
width: 26px;
height: 26px;
}
.ftr_fixed .nav_request span::before {
background: url(../img/icon_request.png) no-repeat;
background-size: contain;
width: 26px;
height: 26px;
}
.ftr_fixed .nav_reserve span::before {
background: url(../img/icon_reserve.svg) no-repeat;
background-size: contain;
width: 28px;
height: 28px;
margin: 0 auto 6px;
}
.ftr_fixed .nav_online span::before {
background: url(../img/icon_online.png) no-repeat;
background-size: contain;
width: 26px;
height: 26px;
margin: 0 auto 2px;
}
.ftr_fixed .nav_line span::before {
background: url(../img/icon_line.svg) no-repeat;
background-size: contain;
width: 29px;
height: 29px;
}

.ftr_fixed li.nav_request{
/*background: #a0b3bd;*/
background: #ecb500;
}
.ftr_fixed li.nav_request span {
color: #fff;
}
.ftr_fixed li.nav_reserve{
background: #ecb500;
display: none;
}
.ftr_fixed li.nav_reserve span {
color: #fff;
}
.ftr_fixed li.nav_online{
/*background: ;*/
}
.ftr_fixed li.nav_online span {
color: #fff;
}

#page_top a {
padding: 22px 0 12px;
font-size: 14px;
}
#page_top::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
transform: rotate(-45deg) translate(-50%,0);
top: 15%;
left: 50%;
}

.conversion_area {
padding:30px 0 0;
}
.conversion_list {
flex-wrap: wrap;
gap: 1em 0;
}
.conversion_list li {
width: 80%;
}

#corporate_Area {
padding: 30px 0 0;
}
#corporate_Area .foot01 {
flex-wrap: wrap;
margin-bottom: 30px;
}
#corporate_Area .foot_Tel {
width: 80%;
padding: 0 0 10px;
margin: 0 auto;
}
#corporate_Area .foot_Tel a {
padding: 0;
pointer-events: unset;
cursor: pointer;
width: 100%;
margin: 0 auto;
}
#corporate_Area .foot_Tel img { width: 100%;}
#corporate_Area .business_hours { text-align: center;}


#corporate_Area .foot_calltxt {
font-size: 13px;
margin-bottom: 10px;
}

#corporate_Area p {
letter-spacing: 0.08em;
}
.ftr_logo ul {
flex-direction: column;
}
#corporate_Area .flex {
justify-content: center;
align-items: center;
max-width: 310px;
margin: 0 auto;
}
.ftr_logo ul li:nth-child(1) {
margin-right: 0;
margin-bottom: 30px;
}
.ftr_logo ul li:nth-child(2) {

}
.ftr_logo ul li:nth-child(1) img {
display: block;
margin: 0 auto;
}
.ftr_logo ul li h6 {

}
.ftr_logo ul li:nth-child(1) h6{
padding-bottom: 10px;
}
.ftr_logo ul li:nth-child(2) h6 {
padding-left: 0;
padding-bottom: 5px;
}


.postscript {
text-align: center;
margin: 0 auto 30px;
font-feature-settings: "palt";
}
#corporate_Area p.postscript.last {
font-size: 13px;
}

.under_list {
width: 94%;
justify-content: space-around;
flex-wrap: wrap;
}
.under_list li{
width: 48%;
text-align: center;
padding: 15px 0;
}
/* .under_list li:not(:nth-last-child(-n+2)){
margin-bottom: 20px;
} */
.under_list li a{
font-size: 12px;
}

.fNav ul{
display: flex;
width: 94%;
justify-content: space-around;
flex-wrap: wrap;
}
.under_btn{
flex-direction: column;
}

.under_btn .wrap .fNav li {
width: 48%;
text-align: center;
}
.under_btn .wrap .fNav li:not(:nth-last-child(-n+2)){
margin-bottom: 20px;
}
.under_btn .wrap .fNav li:not(:last-child) {
margin-right: 0;
}
.under_btn .wrap .fNav a {
color: #fff;
font-size: 12px;
text-decoration: none;
font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.copyright {
line-height: 1.4;
padding: 10px 0 10px;
}

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

.common_bels {
padding: 30px 0 30px;
}
.common_bels a {
position: absolute;
top:calc(89.697160883280757% - 30px);
left: 50%;
transform: translate(-50%,0);
width: 63.421052631578947%;
}
}


/*=========================================================================================================
tab　調整
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1300px) {



}
