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

body{
font-feature-settings: "palt";
}


/*===================================
共通
===================================*/
.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-30{font-size: 30%;}
.f-35{font-size: 35%;}
.f-40{font-size: 40%;}
.f-45{font-size: 45%;}
.f-50{font-size: 50%;}
.f-55{font-size: 55%;}
.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%;}
.f-250{font-size: 250%;}
.f-260{font-size: 260%;}
.f-270{font-size: 270%;}
.f-280{font-size: 280%;}
.f-290{font-size: 290%;}
.f-300{font-size: 300%;}


#notes_Area {
background: #fff;
}

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



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

#content {
padding: 101px 0 0 0;
font-feature-settings: "palt";
}

#content_Wrap { padding: 0 0 0;}


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

/*===================================
header
===================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background:#fff;
}
/* ボタンエリア */
#head_Wrap {
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 98%;
    height: 50px;
    padding: 10px 0 5px 20px;
    margin: 15px auto 0;
    box-sizing: border-box;
    z-index: 2;
}
#site_Ttl_Area { align-items: center;}
#site_Ttl_Area h1 a {
    display: block;
    max-width: 255px;
    width: 100%;
}
#head_Btn_Area {
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width:60%;
}
#head_Btn_Area ul {
    margin: 0 29px 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 16px;
    color: #4d4d4d;
    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 li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0em;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
}

#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),
#head_Btn_Area div:nth-of-type(3) {
   display: none;
}
#head_Btn_Area div a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 180px;
    padding: 15px 5px;
    font-size: 17px;
    letter-spacing: 0.2em;
    color: #fff;
    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,
#head_Btn_Area div a.online_btn:hover::before{
opacity: 0;
}
#head_Btn_Area div a.req_btn,
#head_Btn_Area div a.res_btn,
#head_Btn_Area div a.online_btn{
position: relative;
}
#head_Btn_Area div a.req_btn span,
#head_Btn_Area div a.res_btn span,
#head_Btn_Area div a.online_btn span{
font-size: 10px;
letter-spacing: 0.12em;
font-family: 'cinzel', serif!important;
font-style: normal;
transform: rotate(0.28deg);
}

#head_Btn_Area div a.req_btn {
background: linear-gradient(to right, rgb(60 14 14) 0%, rgb(137 31 31) 100%); 
}

#head_Btn_Area div a.res_btn {
   background: linear-gradient(to right, rgb(0 31 87) 0%, #186ead 100%);
}

#head_Btn_Area div a.online_btn {
   background: linear-gradient(90deg, rgb(93 149 152) 0%, rgb(93 149 152) 100%);
}

/* ナビゲーション */
#Gnav_wrap {
    width: 98%;
    margin: 10px auto 0;
}
#nav_Area .flex {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav_Area .flex li {
    position: relative;
    list-style-type: none;
    font-size: 13.6px;
    padding: 0 0.9em;
    transition: .4s all;
}
#nav_Area .flex li a {
    display: block;
    color: #1b3b4a;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0.8em 0;
    text-decoration :none;
}
/*
#nav_Area .flex li:nth-child(9)::before {
    content: "SPECIAL";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0.6em);
    display: block;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 0.2em 0.9em;
    background: #a08e5d;
    opacity: 0.5;
}
*/


#nav_Area .flex li a::before,
#nav_Area .flex li a::after{
content: "";
display: block;
position: absolute;
bottom: 0;
width: 0;
height: 3px;
background: #204252;
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),
#locationP #nav_Area .flex li:nth-child(2),
#planP #nav_Area .flex li:nth-child(3),
#designP #nav_Area .flex li:nth-child(4),
#modelroomP #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,
#locationP #nav_Area .flex li:nth-child(2) a::before,
#locationP #nav_Area .flex li:nth-child(2) a::after,
#planP #nav_Area .flex li:nth-child(3) a::before,
#planP #nav_Area .flex li:nth-child(3) a::after,
#designP #nav_Area .flex li:nth-child(4) a::before,
#designP #nav_Area .flex li:nth-child(4) a::after,
#modelroomP #nav_Area .flex li:nth-child(5) a::before,
#modelroomP #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: 20px;
}




/*-----navi close（header&footer）----*/
.nav_wrap .flex li:nth-child(4) a,
.nav_wrap .flex li:nth-child(5) a,
.nav_wrap .flex li:nth-child(6) a,
.nav_wrap .flex li:nth-child(7) a,
.nav_wrap .flex li:nth-child(8) a,
.nav_wrap .flex li:nth-child(9) a{
    pointer-events: none;
    opacity: .3;
}
/*-----navi close（header&footer）----*/
#foot_Nav .flex li:nth-child(4) a,
#foot_Nav .flex li:nth-child(5) a,
#foot_Nav .flex li:nth-child(6) a,
#foot_Nav .flex li:nth-child(7) a,
#foot_Nav .flex li:nth-child(8) 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 {
margin-top: 110px;
}


/*===================================
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: #4e6272;
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: #335f82;
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: 410px;
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 40px;
}
#corporate_Area p.postscript span{
display: inline-block;
line-height: 2.6;
transform: scale(0.5,1.8);
}

/* フッターナビゲーション */
#foot_Nav {
width: 100%;
padding: 16px 0;
background: #24455f;
}
#foot_Nav .flex {
justify-content: center;
align-items: center;
width: 100%;
}
#foot_Nav .flex li {
text-align: center;
padding: 0 0.8em;
}
/* #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;}


.conversion_area {
padding:60px 0;
position: relative;
background:#fff;
}
.conversion_area h6{
text-align: center;
color: #000000;
font-size: 20px;
letter-spacing: 0.2em;
margin: 0 auto 30px;
}
.conversion_list{
display: flex;
justify-content: center;
gap:2em;
}
.conversion_list li{
width: 90%;
max-width: 320px;
}
.conversion_list li:nth-child(2),
.conversion_list li:nth-child(3){
display: none;
}

.conversion_list li a {
display: block;
max-width: 320px;
text-align: center;
font-size: 16px;
letter-spacing: 0.14em;
color: #fff;
padding: 18px 0;
transition: .3s;
position: relative;
}
.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: linear-gradient(to right, rgb(60 14 14) 0%, rgb(137 31 31) 100%); 
}

.conversion_list li.reserve a {
background: linear-gradient(to right, rgb(0 31 87) 0%, #186ead 100%); 
}

.conversion_list li.online a {
background: linear-gradient(to right, rgb(60 14 14) 0%, rgb(137 31 31) 100%); 
}

.conversion_list li.request a,
.conversion_list li.reserve a,
.conversion_list li.online a{
position: relative;
}
.conversion_list li.request a span,
.conversion_list li.reserve a span,
.conversion_list li.online a span{
font-size: 10px;
letter-spacing: 0.12em;
font-family: 'cinzel', serif!important;
font-style: normal;
transform: rotate(0.28deg);
}


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

}
.ftr_logo ul li{

}
.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: #646464;
}
.under_list {
display: flex;
justify-content: space-around;
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.under_list li{
padding: 16px 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: 12px 0 12px 0;
background: #0e1722;
}
.copyright p {
color: #fff;
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;
}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

/*===================================
header
===================================*/


#head_Wrap {
    padding: 0 0 0 20px;
    height: 60px;
    margin: 5px auto;
}
/* ボタンエリア */
#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: 28px;
    height: 1px;
    background-color: #000000;
    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: 10px;
    font-weight: bold;
    transform: translateX(-50%);
}
#sp_menuBtn.active::after {
    content: 'CLOSE';
}
#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 {
    display: block;
    width: 100%;
    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;
}
#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:relative;
}
#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: #000;
    font-size: 13px;
    padding: 1.5em 0;
    transition: .3s;
    z-index: 1;
}
#nav_Area .flex li.req {
  background: linear-gradient(to right, rgb(60 14 14) 0%, rgb(137 31 31) 100%);
  width: 100%;
  border-right: none;
  position: relative;
}
#nav_Area .flex li.req a {
    color:#FFF;
}
#nav_Area .flex li.res {
  background: linear-gradient(to right, rgb(0 31 87) 0%, #186ead 100%);
  width: 100%;
  border-right: none;
  position: relative;
}
#nav_Area .flex li.res a {
    color:#FFF;
}
#nav_Area .flex li.online {
  background: linear-gradient(to right, rgba(5, 13, 18, 1) 0%, rgba(36, 69, 95, 1) 100%);
  width: 100%;
  border-right: none;
  position: relative;
  display: none;
}
#nav_Area .flex li.online a {
    color:#FFF;
}

#nav_Area .flex li a::before,
#nav_Area .flex li a::after{
    content: unset;
}

#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::before,#nav_Area .flex li.line a::after {
  display: none;
}

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

/*順番変更ヘッダー*/
#nav_Area .flex li:nth-child(1) {
order: 1;
}
#nav_Area .flex li:nth-child(2) {
order: 2;
}
#nav_Area .flex li:nth-child(3) {
order: 3;
}
#nav_Area .flex li:nth-child(4) {
order: 4;
}
#nav_Area .flex li:nth-child(5) {
order: 5;
}
#nav_Area .flex li:nth-child(6) {
order: 6;
}
#nav_Area .flex li:nth-child(7) {
order: 7;
}
#nav_Area .flex li:nth-child(8) {
order: 8;
}
#nav_Area .flex li:nth-child(9) {
order: 9;
}
#nav_Area .flex li:nth-child(10) {
order: 12;
}
#nav_Area .flex li:nth-child(11) {
order: 10;
}
#nav_Area .flex li:nth-child(12) {
order: 11;
border-right: 1px solid #ccc;
}
#nav_Area .flex li:nth-child(13) {
order: 13;
}
#nav_Area .flex li:nth-child(14) {
order: 14;
display: none;
}
#nav_Area .flex li:nth-child(15) {
order: 15;
}
#nav_Area .flex li:nth-child(16) {
order: 16;
}
#nav_Area .flex li:nth-child(11) a{
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 1.68em 0;
}
#foot_Nav {
    padding: 0;
}
#foot_Nav .flex {
flex-wrap: wrap;
}
#foot_Nav .flex li {
width: 50%;
border-bottom: 1px solid #666;
box-sizing: border-box;
padding: 0;
}
#foot_Nav .flex li:not(:last-child) {
border-right: unset
}
#foot_Nav .flex li:nth-child(odd) { border-right: 1px solid #666;}
#foot_Nav li a{
  padding: 24px 0; 
}
/*順番変更フッター*/
#foot_Nav .flex li:nth-child(1) {
order: 1;
}
#foot_Nav .flex li:nth-child(2) {
order: 2;
}
#foot_Nav .flex li:nth-child(3) {
order: 3;
}
#foot_Nav .flex li:nth-child(4) {
order: 4;
}
#foot_Nav .flex li:nth-child(5) {
order: 5;
}
#foot_Nav .flex li:nth-child(6) {
order: 6;
}
#foot_Nav .flex li:nth-child(7) {
order: 7;
}
#foot_Nav .flex li:nth-child(8) {
order: 8;
}
#foot_Nav .flex li:nth-child(9) {
order: 9;
border-right: 1px solid #666;
}
#foot_Nav .flex li:nth-child(10) {
order: 12;
border-right: unset;
}
#foot_Nav .flex li:nth-child(11) {
order: 10;
border-right: unset;
}
#foot_Nav .flex li:nth-child(12) {
width: 100%;
order: 11;
border-right: unset;
}
/*
#nav_Area .flex li:nth-child(9)::before {
    content: "SPECIAL";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 0.2em 0.5em;
    background: #a08e5d;
    opacity: 0.5;
}
*/



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

.contents {
margin-top: 60px;
}





}



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

.sp{display: none;}

}

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

/*===================================
header
===================================*/

/* ボタンエリア */
#head_Wrap { padding: 0 0 0 10px;}

#nav_Area .flex li:nth-child(10) a span.jp {
    letter-spacing: -0.03em;
}

#site_Ttl_Area h1 a {
    width: 95%;
}


/*リスト偶数*/







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

.contents {
margin-top: 70px;
}

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

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


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

#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; */
}
#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;}


/*順番変更ヘッダー*/
#nav_Area .flex li:nth-child(1) {
order: 1;
}
#nav_Area .flex li:nth-child(2) {
order: 2;
}
#nav_Area .flex li:nth-child(3) {
order: 3;
}
#nav_Area .flex li:nth-child(4) {
order: 4;
}
#nav_Area .flex li:nth-child(5) {
order: 5;
}
#nav_Area .flex li:nth-child(6) {
order: 6;
}
#nav_Area .flex li:nth-child(7) {
order: 7;
}
#nav_Area .flex li:nth-child(8) {
order: 8;
}
#nav_Area .flex li:nth-child(9) {
order: 10;
}
#nav_Area .flex li:nth-child(10) {
order: 12;
}
#nav_Area .flex li:nth-child(11) {
order: 10;
}
#nav_Area .flex li:nth-child(12) {
order: 11;
border-right: 1px solid #ccc;
}
#nav_Area .flex li:nth-child(13) {
order: 13;
}
#nav_Area .flex li:nth-child(14) {
order: 14;
display: none;
}
#nav_Area .flex li:nth-child(15) {
order: 15;
}
#nav_Area .flex li:nth-child(16) {
order: 16;
}
/*順番変更フッター*/
#foot_Nav .flex li:nth-child(1) {
order: 1;
}
#foot_Nav .flex li:nth-child(2) {
order: 2;
}
#foot_Nav .flex li:nth-child(3) {
order: 3;
}
#foot_Nav .flex li:nth-child(4) {
order: 4;
}
#foot_Nav .flex li:nth-child(5) {
order: 5;
}
#foot_Nav .flex li:nth-child(6) {
order: 6;
}
#foot_Nav .flex li:nth-child(7) {
order: 7;
}
#foot_Nav .flex li:nth-child(8) {
order: 8;
}
#foot_Nav .flex li:nth-child(9) {
order: 9;
border-right: 1px solid #666;
}
#foot_Nav .flex li:nth-child(10) {
order: 12;
border-right: unset;
}
#foot_Nav .flex li:nth-child(11) {
order: 10;
border-right: unset;
}
#foot_Nav .flex li:nth-child(12) {
width: 50%;
order: 11;
border-right: 1px solid #666;
}

#foot_Nav li a {
line-height: 0;
padding: 24px 0;
color: #333;
background: #fff;
font-size: 12px;
z-index: 1;
}

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

#foot_Nav .flex li:nth-child(10) a{
line-height: 1.2;
padding: 10px 0;
}
*/



/*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%) / 4);
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%);
font-feature-settings: "palt";
}
.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: 22px;
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;
margin: 0 auto 4px;
}

.ftr_fixed li.nav_request{
    background: linear-gradient(to right, rgb(60 14 14) 0%, rgb(137 31 31) 100%);
}
.ftr_fixed li.nav_request span {
color: #fff;
}
.ftr_fixed li.nav_reserve{
    background: linear-gradient(to right, rgb(0 31 87) 0%, #186ead 100%);
    display: none;
}
.ftr_fixed li.nav_reserve span {
color: #fff;
}
.ftr_fixed li.nav_online{
    background: linear-gradient(to right, rgba(5, 13, 18, 1) 0%, rgba(36, 69, 95, 1) 100%);
}
.ftr_fixed li.nav_online span {
color: #fff;
}

#page_top a {
padding: 22px 0 12px;
font-size: 14px;
}
#page_top::before {
top: 15%;
left: 50%;
}

.conversion_area {
padding:30px 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;
flex-direction: column;
}


#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) {



}
