/*
Theme Name:HOTELNOI
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

*{font-family:"Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.mont{
font-family: "Montserrat", sans-serif;
}


body{
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	letter-spacing: 2px;
	background:#ecded4;
}

* html body{  
    overflow: hidden;  
	height: 100%;
	font-size:90%
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	color:#333333;
	text-decoration:none;
}



p{
    font-size: 18px;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big{
font-size:150%!important;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:70%!important;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*テーブル設定*/

table{
clear: both;
table-layout: fixed;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:55px;
width:100%;
}


th,td{
padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px;
}

th span,td span{
    font-weight: bold;
    margin: 10px 0px;
}

th p,td p{
font-size:100%;
margin:10px 0!important;
}

/* 必須 */
.accordion-content {
  display: none;
}

/* 装飾用 */

.facility_area .accordion{
	margin: 40px auto;
	width:800px;
	max-width:96%;
	border-radius:8px;
	font-size:1.2rem;
}

.facility_area .accordion h3{
    display: block;
    margin: auto;
    width: auto;
    text-align: justify;
    border: none;
    background: #eee;
    border-radius: 0;
    font-size: 1rem;
}
.facility_area .accordion h3 span{
	
}
.facility_area .accordion p{
padding: 1%;
    box-sizing: border-box;
    font-size: 0.95rem;	
}
.facility_area .accordion p span{
margin: 0;
    padding: 3px 6px;
    font-size: 1.2rem;
    color: darkslateblue;	
}

.accordion{
    margin: 0 auto;
    max-width: 1000px;
    letter-spacing: normal;
	width: 90%;
}

.accordion-box{
    border-bottom: solid 1px #e5e7eb;
}

.accordion-header {
    background-color: #FFF;
    padding: 1rem 45px 1rem 0.75rem;
    margin: 0px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#9ca3af;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
    background-color: #FFF;
    padding: 1rem 1rem 0.75rem;
}

.accordion-header span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}


.accordion-content h2{
    background: lightgoldenrodyellow;
    box-sizing: border-box;
    padding: 5px 2%;
    font-size: 1.1rem;
    font-weight: 500;	
}
.accordion-content h3{
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 1%;
    box-sizing: border-box;	
}

.accordion-content h3 span{
    padding: 0px 10px;
    background: #333;
    color: #fff;
    font-size: 0.9rem;
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 50px;
}


.accordion-content p{
    padding: 1%;
    box-sizing: border-box;	
}


/*イメージ*/
img{
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
}


/*サイトヘッダー*/
#header{ 
    z-index: 13;
    width: 100%;
    padding: 0.6%;
	 box-sizing: border-box;
    position: relative;
    top: 0;
    display:block;
    /*box-shadow: 0 0 5px #eee;*/
	 transition: 0.3s ease-in-out;  
}

#headercont{
	box-sizing:border-box;
}

/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    vertical-align: bottom;
}

#header h1{
    background-size: cover;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background: url(img/logo.svg) no-repeat;
    display: block;
height: 135px;
    width: 280px;
    background-size: contain;
}

.nagara_body #header h1 {
	background: url(img/nagara_logo_g.webp) no-repeat;
	    background-size: cover;
    width: 352px;
    height: 135px;
}


/*ヘッダーメニュー*/
.header-wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 7%;
	z-index:10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner > ul {
    display: flex;
    justify-content: flex-end;
}




.header-menu-item {
padding: 20px;
    position: relative;
}

.header-menu-item a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: right;
    color: #706055;
    display: block;
	transition: all .5s;
}

.seki_body .header-menu-item a{
	color:white;
}

.header-menu-item a:hover{
    transform: translate(0px, -5px);
}

.header-menu-item a:hover{
	opacity:1;
}

.header-menu-item a::before{
	content: "";
	background: #706055;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(0,1);
	transition: all .5s;
	opacity: 0;
}

.header-menu-item a:hover::before{
	transform: scale(1,1);
	opacity: 1;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #aaa;
}

.seki_body .header-wrap .header-menu-item a span {

    color: #fff;
}



.header-inner .copy {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.header-inner .copy ul{
	display:flex;
}
.header-inner .copy ul li{
	
}

.header-inner .copy ul li a{
	display: block;
    padding: 5px 7px;
	transition: all .5s;
}

.header-inner .copy ul li a:hover{
	transform: scale(1.1);
	opacity: 1;
}

.header-inner .copy ul li a img{
	width:36px;
}
.header-inner .copy p{
    font-family: "Montserrat", sans-serif;
    text-align: right;
    line-height: 150%;
    margin: 0;
    color: #706055;
    padding: 1% 1.5%;
    font-size: 0.98rem;
}
.seki_body .header-inner .copy p{

    color: white;
}


.header-inner .copy .sns{
	
}

/* ▼ サブメニュー */
.sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 220px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.sub_menu li a {
  display: block;
  padding: 10px 20px;
  color:#706055;
  text-decoration: none;
  font-size: 0.9rem;
	box-sizing:border-box;
	text-align:justify;
	border-bottom:1px solid #baaba0;
}

.sub_menu li a:hover {
  background: #f3f3f3;
}

/* ▼ ホバーで表示 */
.has_child:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*サイドリンク*/

.side_link{
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 5;	
	display:flex;
	width: 50px;
	    flex-direction: column;
    gap: 10px;
}
.side_link li{
	    cursor: pointer;
	    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
	border-radius: 8px 0 0 8px;
}

.side_link li a{
	    width: 100%;
display: flex;
	padding:1%;
	box-sizing:border-box;
    flex-direction: column;
	
}
.side_link li figure{
    width: 75%;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}
.side_link li figure img{
display: block;
    margin: 10px auto 0;	
}
.side_link li span{
    writing-mode: vertical-rl;
    display: block;
    margin: auto;
    font-weight: 500;
    padding: 11px 0;
}
.side_link .tel{
	background:#111;
}
.side_link .tel figure img{
    display: block;
    margin: 5px auto;
}

.res {
    background: pink !important;
    /* position: fixed; */
    /* right: 10%; */
    bottom: 4%;
    /* z-index: 80; */
    /* display: flex; */
    /* align-items: center; */
    /* padding: 0.5% 2%; */
    border-radius: 5px;
    gap: 0.5rem;
}

.res figure{
    width: 3rem;
    margin: 0;
    line-height: 0;
}

.res span {
    font-weight: 500;
    letter-spacing: normal;
    font-size: 1.25rem;
}

/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #ecded4;
    z-index: 201;
    }


#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 120px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

.no1,.no2,.no3{
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

/*トップページレイアウト*/

.hotel_header-wrapper{
    width: 100%;
    overflow: hidden;
	padding: 2% 0 4%;
    box-sizing: border-box;
    max-height: 95vh;
}

.hotel_header{
	
}

.hotel_header .swiper-slide {
width: 1200px;
}

.hotel_header .swiper-slide .hotel_info{
	display:flex;
	 box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
	align-items:stretch;
}
.hotel_header .swiper-slide .hotel_info .topyoyaku a{
	background:rosybrown;
	color:#fff;
}

.hotel_header .swiper-slide .s_links {
    width: 20%;         /* ← %やめる */
    display:flex;
}
.hotel_header .swiper-slide .s_links ul{
    display:flex;
    flex-direction:column;
    flex:1;
    margin:0;
    padding:0;
    list-style:none;
    gap:1px;
}

.hotel_header .swiper-slide .s_links li{
flex:1;
}

.hotel_header .swiper-slide .s_links li a{
display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:1.2rem;
	    height: 100%;
    background:#fff;
    padding:8%;  /* %やめる */
    box-sizing:border-box;
	    font-family: "Montserrat", sans-serif;
}

.hotel_header .swiper-slide .s_links li a img{
    width: 60%;
    display: block;
    margin: 0 auto 8px;
    max-height: 65px;
    max-width: 60px;
}

.hotel_header .swiper-slide .s_links li a span{
	display:block;
	font-size:75%;
}

.hotel_header .swiper-slide figure{
flex: 1;              /* ← 80%とかやめる */
    margin: 0;
    overflow: hidden;
}
.hotel_header .swiper-slide figure img{
width: 100%;
    object-fit: cover;
    display: block;
}

.hotel_header .swiper-slide h3{
    display: block;
    padding: 2% 0;
}
.hotel_header .swiper-slide h3 a{
    display: flex;
    width: 100%;
    
}

.hotel_header .swiper-slide h3 a .logo{
width: 13%;
}

.hotel_header .swiper-slide h3 a .logo img{
	
}

.hotel_header .swiper-slide h3 a span{
font-size: 2rem;
    padding: 0.5% 1.5%;
	box-sizing:border-box;
	width: 85%;
}
.hotel_header .swiper-slide h3 a span .access_info {
    display: block;
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 500;
}


/*各ページの色合い*/
.nagoya_body{
	background:#eee;
}
.nagoya_body #header,.nagoya_body .topics_area,.nagoya_body .menu_bg{
	background:url(img/nagoya_head.webp);
}


.seki_body{
	background:#f9eaed;
}
.seki_body #header{
    background: url(img/seki_head2.webp);
    background-size: contain;
}
.seki_body .topics_area,.seki_body .menu_bg{
	background:url(img/seki_body.webp);
}

.kani_body{
	background:#c4b89b;
}
.kani_body #header,.kani_body .topics_area.kani_body ,.menu_bg{
	background:url(img/kani_head.webp);
	background-size:cover;
}

.nagara_body,.nagara_body .menu_bg{
	background:url(img/seki_head.webp);
}
.nagara_body .topics_area{
	background:#e28191;
}


@media (max-width: 960px) {
	.hotel_header .swiper-slide {

    max-width: 94%;
}
.hotel_header .swiper-slide figure img {

    height: 100%;
}
.hotel_header .swiper-slide .hotel_info {

    flex-direction: column;
}	
.hotel_header .swiper-slide .s_links {
    width: 100%;
	}
.hotel_header .swiper-slide .s_links ul {
    flex-direction: inherit;
	}	
.hotel_header .swiper-slide .s_links li {
    flex: initial;
    width: 24.8%;
}
.hotel_header .swiper-slide .s_links li a {
line-height: 1.5;
    font-size: 85%;
    letter-spacing: 1px;
}	
.hotel_header .swiper-slide .s_links li a img {
    display: block;
    margin: 0 auto 6px;
    max-height: 34px;
    max-width: 47px;
}	
.hotel_header .swiper-slide h3 a .logo {
    width: 25%;
}	
.hotel_header .swiper-slide h3 a span {
        font-size: 1.18rem;
        padding: 1.5% 1% 0 2.5%;
        width: 99%;
        letter-spacing: 0;
}	
}

/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

/*新着情報*/
.topics_area {
    padding: 6% 0;
    background: #ddd3cc;
}

.topics_area article {
     width: 1000px;
	
    background: #fff;
    padding: 1.5%;
    box-sizing: border-box;
    border-radius: 8px;
    max-width: 94%;
	box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3)
}

.topics_area  .flex-box{
    display: flex;
    flex-wrap: wrap;
}



.topics_area  h2{
    color: #706055;
    font-size: 2rem;
    padding: 2%;
    box-sizing: border-box;
    display: block;
    width: 30%;
}

.topics_area  h2 span{
    display: block;
    font-size: 60%;
    color: #111;	
}

.topics {
    flex-grow: 1;
	width:70%;
	padding:2% 0;
}

.topics li{
	padding:5px 0;
}

.topics h3 {
    border-bottom: 1px solid #ddd3cc;
	padding-bottom:6px;
}

.topics .more-link {
    text-align: right;
    padding: 3% 0px 1.5%;
}
.topics .more-link a{
    font-family: "Montserrat", sans-serif;
    color: #706055;
    border-radius: 50px;
    padding: 6px 16px;
    border: 1px solid;
    letter-spacing: 1px;
    display: inline-block;
	transition: all .5s;
}

.topics .more-link a:hover{
    background: #706055;
    color: #fff;
    border: 1px solid #706055;
	opacity: 1;
}

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

#list li h3{
    font-size: 1.15rem;
	font-weight:bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a{
font-size: 0.9rem;
}

#list li p{
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #888;
}


.topics .date{
    text-align: center;
    padding: 3px 0px;
    font-size: 14px;
    color: #706055;
}

.meta_block{
    display: flex;
    align-items: center;
}

.topics h3 .title{
	display:block;
}

.readmore{
display:block;
float:right;
}

.entrytext .date{
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 0.75rem;
    color: #706055;
}

.cat{
color: #fff;
    padding: 2px 5px;
    display: inline-block;
    background: #444;
    line-height: 1.2;
    font-size: 0.8rem;
    letter-spacing: initial;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}

/*メンバーズ*/

.members_area .main_img img{
	border-radius:10px;
}

.members_area, .facility_area{
    width: 100%;
    overflow: hidden;
    padding: 5% 0;
}

 .facility_area article{
	width: 1200px;
	max-width:96%;
    margin: auto;
}

.members_area article{
	width: 900px;
	max-width:96%;
    margin: auto;	
}

.members_area h2, .facility_area h2{
    color: #706055;
	font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    padding: 2%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.members_area h2 span, .facility_area h2 span{
    display: block;
    font-size: 60%;
    color: #111;
    width: 100%;	
}


.member-benefits {
background: url(img/f_bg.webp);
    color: #fff;
    padding: 3%;
    width: 900px;
    margin: auto;
    max-width: 94%;
	box-sizing: border-box;
    border-radius: 8px;
}

.benefit-block {
  max-width: 1100px;
  margin: 0 auto 50px auto;
}

.benefit-block .copy{
font-size: 100%;
    padding: 2% 0 3%;
    display: block;	
}

.noigroup{
    display: flex;
    width: 1200px;
    max-width: 100%;
    gap: 20px;
    justify-content: center;
    margin: auto;
    padding: 3% 0;
    flex-wrap: wrap;
    box-sizing: border-box;	
}

.noigroup li{
    box-shadow: 0px 2px 9px 0px rgba(12, 7, 19, 0.3);
    width: 45%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;	
}

.noigroup li a {
    display: flex;
    padding: 4% 3%;
    align-items: center;
}

.noigroup li a span{
	    width: 100%;
	font-weight:500;
    text-align: center;
    padding: 1% 1%;
}

.noigroup li figure{
    width: 120px;
    margin: 0;
}

.noigroup li figure img{
	    display: block;
}

.members_area .benefit-title {
    font-size: 1.4rem;
    letter-spacing: .08em;
    font-weight: 500;
    margin: 25px auto 8px;
    padding-bottom: 12px;
    background: #fff;
    padding: 1% 3.5%;
    border-radius: 80px;
    width: 100%;
    max-width: 600px;
}

.benefit-list {
list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
    margin: auto;
}

.benefit-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.benefit-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.benefit-name {
  font-size: 1.1rem;
  letter-spacing: .05em;
}

.benefit-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #f3d28b;
  white-space: nowrap;
}

.members_area .benefit-list p {
  margin-top: 10px;
  font-size: .95rem;
  opacity: .8;
  line-height: 1.6;
}

.rank-table-wrap {
  margin-top: 0px;
  overflow-x: auto;
}

.rank-table {
    width: 100%;
    border-collapse: collapse;
    max-width: 800px;
    font-size: 0.95rem;
    letter-spacing: .05em;
    background: #fff;
    margin: 0 auto 20px;
}

.rank-table thead {
  background: rgba(255,255,255,0.08);
}

.rank-table th,
.rank-table td {
  padding: 10px 12px;
  text-align: left;
}

.rank-table th {
    font-weight: 500;
    border: 1px solid #fff;
    background: goldenrod;
}

.rank-table td {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border: 1px solid #eee;
}

.rank-table td span{
	font-weight:bold;
}
.rank-table td .waribiki{
	color:crimson;
	font-size:120%;
}
.rank-table td .rank{
	color:darkblue;
	font-size:120%;
}

.rank-table tbody tr:hover {
  background: rgba(255,255,255,0.05);
  transition: .2s ease;
}

#page #main .benefit-block p,#home .benefit-block p{
      font-size: 90%;
    width: 600px;
	    text-align: justify;
    padding: 12px 5px 20px 5px;

	    max-width: 100%;
    margin: auto;
    padding: 3% 0;	
}


.point_s{
    background: #ffe6f6;
    width: 600px;
    margin: auto;
    max-width: 100%;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 5px;	
}

.point_s h4 {
    color: #111;
    text-align: center;
    border-bottom: 1px solid;
    color: deeppink;
    font-weight: 600;
    padding: 0 0 5px;
    font-size: 1.25rem;
}

.point_s p{
    font-size: 80%;
    width: 600px;
    max-width: 100%;
    margin: auto;
    padding: 3% 0;
    color: #111;	
}

.pointbook{
    background: darkgoldenrod;
    margin: 12px auto;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    font-size: 1.02rem;
    max-width: 250px;
    width: 80%;
    border: 1px solid;
}

@media (max-width: 768px) {

  .member-benefits {
    padding: 60px 6%;
  }

  .benefit-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefit-value {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	
.noigroup li {
    box-shadow: 0px 2px 9px 0px rgba(12, 7, 19, 0.3);
    width: 100%;
	}
	

}

/*ウェルカムサービス*/

.welcome_area h2{
    color: #fff;
	font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    padding: 2%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
}
.welcome_area h2 span{
    display: block;
    font-size: 60%;
    color: #fff;
    width: 100%;	
}

.welcome_area {
    background: url(img/welcome_bg.webp) no-repeat center;
    background-size: cover;
    padding: 6% 0;
    overflow: hidden;
}

.welcome_area .copy{
    text-align: center;
    padding: 30px 0;
    max-width: 96%;	
	margin: auto;
	color:#fff;
}

.welcome_area h3{
text-align: center;
    font-size: 1.5rem;
    font-weight: 500px;
    /* border: 1px solid; */
    /* border-radius: 50px; */
    width: fit-content;
    margin: auto;
	
    padding: 0.5% 2%;
    font-family: "Montserrat", sans-serif;
    color: #706055;
}
.welcome_area h3 span{
	display: block;
    font-size: 70%;
}

.welcome_area .review-slider {
    position: relative;
    margin: 5% auto;
}

.welcome_area .review-slider .swiper-slide {
    background: #fff;
    height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 0 1%;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px #6a6363;
}

@media(width<=1280px){
	.welcome_area .review-slider .swiper-slide {
		width: calc(100% / 3);
}
}

@media(width<=768px){

	.welcome_area .review-slider {
		width: 70%;
        margin: 0 auto;
	}
	
	.welcome_area .review-slider .swiper-slide {
		width: calc(100% / 1);
        padding: 0 8%;
	}
}

.review-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10%;
    right: auto;
}

.review-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
}

@media(width<=768px){

.review-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -20%;
    right: auto;
}

.review-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20%;
    left: auto;
}

}

.welcome_area .review-slider .c-copy {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: justify;
}

.welcome_area .review-slider .b-copy {
    display: block;
    margin: 5% 0 0;
    text-align: justify;
}

.welcome_area .review-slider .star {
    color: #745177;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.welcome_area article {
    display: flex;
	width: 1000px;
    margin: 20px auto;
    max-width: 96%;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 12px;
    flex-wrap: wrap;
}
.welcome_area article figure{
    margin: auto;
    width: 50%;
}
.welcome_area article p{
    width: 86%;
    margin: auto;
    padding: 5% 0;
    box-sizing: border-box;	
}
.welcome_area article .chui{
    font-size: 90%;
    padding: 0 0 5%;
    color: crimson;	
}

.welcome_area article .info_box{
    box-sizing: border-box;
    width: 50%;
    padding: 2%;
}
.welcome_area article figure img{
    border-radius:6px;
}

/*設備*/

.facility_area .copy{
    text-align: center;
    padding: 30px 0;
    max-width: 96%;	
	margin: auto;
}

.facility_area h3{
text-align: center;
    font-size: 1.2rem;
    font-weight: 500px;
    border: 1px solid;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    padding: 0.5% 2%;
}

.facility_area .coming{
    text-align: center;
    font-size: 1.8rem;
    padding: 30px 0;
    max-width: 96%;
    color: darkgoldenrod;
    text-align: center;
    font-size: 1.8rem;
    box-sizing: border-box;
    margin: auto;
}

.facility_area .chui{
    font-size: 0.85rem;
    text-align: center;
    padding: 35px 0;	
}

.ame_list{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.ame_list li{
    background: #fff;
    border-radius: 6px;
    width: 30%;
    max-width: 160px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 1%;
    text-align: center;
}

.ame_list figure{
    width: 80px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 0 0;
}

.ame_list p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.85rem;
    line-height: normal;
}

@media (max-width: 768px) {

.facility_area .chui {
    font-size: 0.75rem;
}

.ame_list {
    justify-content: flex-start;
}

.ame_list li {
    width: 49%;
    max-width: 250px;
}

	


.welcome_area article {
    flex-direction: column;
	padding: 6% 2% 2%;
	width: 90%;
}
.welcome_area article figure{
    margin: auto;
    width: 90%;
}
.welcome_area article .info_box{
    margin: auto;
    width: 90%;
}
	
}

/*採用*/

.recruit_area{
	background:url(img/recruit_bg.webp) no-repeat center;
	background-size:cover;
	padding:10% 0;
}
.recruit_area article{
	width:1200px;
	margin:auto;
	max-width:84%;
	background:#fff;
	border-radius:8px;
	padding:3% 2%;
	display:flex;
	box-sizing:border-box;
}

.recruit_area article h2{
	width:35%;
}

.recruit_area article .text_box{
	width:65%;
	box-sizing:border-box;
	padding:0 2%;
}

.recruit_area article .text_box h3{
padding: 2% 0.3%;
    font-weight: 500;
    font-size: 1.8rem;
    color: #706055;	
}

.recruit_area article .text_box p{
	
}






/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap{
margin: 0px auto;
min-height: 100%;
max-width: 100%;
padding: 0px 0 0px 0;
z-index: 3;
}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 10px 0px 30px;
z-index: 1;
max-width: 1260px;
}

/*見出し*/

#page h2{

}



/*固定ページ用*/

#page .cont p{

}

#main_con{

}



/*単独ページの共通設定*/
#page #main p{
    text-align: justify;
    padding: 0 5px 20px 5px;
    font-size: 100%;
    line-height: 1.8;
}

#page #main h2{


}

#page #main h3{

}



#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}


/*サイドバー */


/*フッター*/
#footer{
overflow: hidden;
    min-width: 100%;
    position: relative;
    bottom: 0px;
    padding: 60px 0;
	background-color:#ddd3cc;
    background-image: url(img/flower.svg) ;
	background-repeat:no-repeat ;
	background-position:center bottom;
    background-size: cover;
}

#footer .cont{
    width:1200px;
	max-width:94%;
	margin:auto;
}

#footer h2{
	width: 300px;
    max-width: 40%;
    margin: auto;	
}

.ft_bottom{
    width: 1200px;
    max-width: 94%;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    line-height: 150%;
    margin: 0;
    color: #706055;
    padding: 1% 2%;
	box-sizing:border-box;
    font-size: 1rem;
    margin: auto;
    font-weight: 500;
}

.ft_bottom p{
text-align:right;
	font-size:80%;
	margin:0;
	font-weight:normal;
}


.foot_menu ul{
    display: flex;
    width: 1200px;
    max-width: 94%;
    gap: 20px;
        justify-content: center;
    margin: auto;
    padding: 3% 0;
}

.foot_menu p{
	font-size:90%;
	text-align:center;
}

.foot_menu ul li {
    box-shadow: 0px 2px 9px 0px rgba(12, 7, 19, 0.3);
    width: 25%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.foot_menu ul li a {
    display: flex;
    padding: 6% 4%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.foot_menu ul li a figure{
    width: 100px;
    margin: 0;
}
.foot_menu ul li a img{
display: block;
}

.foot_menu ul li a span {
    width: 62%;
    text-align: justify;
}

#footer .sns {

    height: fit-content;
    width: fit-content;
    margin: auto;
    padding: 1% 0px
}
#footer .sns p {
	color:#706055;
	font-size:85%;
	text-align:center;
	margin:0;
	font-family: "Montserrat", sans-serif;
}


#footer .sns ul{
    display: flex;
    gap: 20px;
    justify-content: center;
}

#footer .sns li{
	
}

#footer .sns ul li a{
	display:block;
	transition: all .5s;
}

#footer .sns ul li a:hover{
	transform: scale(1.1);
	opacity: 1;
}

#footer .sns ul li a img{
	    width: 40px;
}

.more_link.group_top {
    text-align: center;
}

.more_link.group_top a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 0.5% 3%;
    border: solid 1px;
	transition: .5s;
}

.more_link.group_top a:hover{
	opacity: 1;
	background: #fff;
}

/*固定ページメインタイトル*/

#pageheader {
    width: 100%;
    padding: 80px 0 80px;
    position: relative;
    z-index: 8;
    background: url(img/head_bg.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.pageheader_cont{
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
}

.pageheader_cont h2 {
    font-family: "Montserrat", sans-serif;
	color:#fff;
	font-size:1.8rem;
	text-align:center;
}


.pageheader_cont .left {
}

.about_head{
}

.recruit_head{
}

.contact_head{
}



/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
	box-sizing:border-box;
padding: 5px;
vertical-align: top;
display: inline-block;
}


.post{
z-index:1;
}

.entrytext {
    margin: auto;
    width: 1000px;
    max-width: 100%;
    padding: 2%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}



.postnav{
    padding: 20px 0;
    border-top: 1px solid #111;
    position: relative;
	display: flex;
    justify-content: space-between;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight:bold;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight:bold;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3{
	background: none!important;
    font-size: 115%!important;
    margin: 10px 0!important;
    padding: 5px 0px!important;
    border: none!important;
}

#imagetopics{
display : flex;
  flex-wrap : wrap;
  justify-content:start;
	
}

.cate_block figure{

}

.cate_block{
width: 33.3%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
}
.cate_left{
display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px!important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}

#topics{
	
}

.news_block .date{
    text-align: justify;
    color: #444;
    font-size: 1.5rem;
}

.news_block{
    background: #eee;
    margin: 12px 0;
    border-radius: 10px;
    color: #111;
    padding: 1%;
    box-sizing: border-box;	
}

.morelink{
	text-align:right;
}

.news_block h3 a{
color:#111!important;	
}

.morelink a{
    background: linear-gradient(to bottom, #333 0%, #000 100%);
    border: none !important;
	color:#fff!important;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont{
	max-width: 1080px;
    margin: auto;
    padding: 30px 0 80px;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}
/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{
border-bottom: 1px solid;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:70px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 20px 0;
    margin-top: -50px;
    border-radius: 0;
    background: #eee;}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    display: block;
    margin: auto;
}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
}
#page-top a {
background: url(img/up.png) no-repeat;;
text-decoration: none;
color: #fff;
width: 45px;
height: 45px;
text-indent: -99999px;
display: block;
}

#page-top a:hover {
width: 45x;
margin-bottom: 0px;
height: 45px;
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


/*パンくずリスト*/
.breadcrumbs{
 font-size: 80%;
 margin-left: 5px;
 margin-bottom:15px;

}
.breadcrumbs span{
padding: 0 7px;
	font-weight:bold;
	
}

.breadcrumbs a{
font-weight: bold;
    border: 1px solid #111;
    border-radius: 20px;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
#header,.catch_area,#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;}
.drawer-hamburger{display:none!important;}

#page #main .now,.now{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding:80px 0;
}




@media screen and (max-width: 768px){
	
#page #main .now,.now{

    font-size: 1.2rem;


}	
	

.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider,.catch_area{min-width:auto; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
	
margin:0px;
box-sizing:border-box;
}

#header{
	max-width:100%; min-width:100%;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding:1%;
	box-sizing:border-box;
    margin:0px;
    height:auto;
    display: block;
}
	
.header-wrap {
	padding:0;
	    flex-direction: column;
	}
	
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}



#pageheader {
padding: 80px 0;
}

#list{
max-width:100%;
margin:auto;
}


.news_block {
    background: #eee;
    margin: 12px auto;
    width: 95%;
}	
	
#main_con{
padding:5px;
box-sizing:border-box;
}


#main_menu{display:none;}


#header h1{
    display: block;

    z-index: 10;
}	
	
#header h1{
    display: block;
    vertical-align: bottom;
        display: block;
        vertical-align: bottom;
        height: 90px;
        width: 185px;
        background-size: contain;
    background-size: contain;
}

.nagara_body #header h1{
    background: url(img/nagara_logo_g.webp) no-repeat;
    background-size: cover;
    width: 290px;
    height: 112px;
    margin-bottom: 20px;
}	
	
	.header-inner{
	width:100%;
		padding:1.5% 0;
	}	
	
.header-inner .copy ul {
    display: flex;
    width: 35%;
    align-items: center;
    justify-content: center;
}
	
.header-inner .copy p {

    font-size: 0.9rem;
    width: 63%;
}	
	
.pageheader_cont h2 {

}
	
.side_link{
    position: fixed;
    top: auto;
    bottom: 2%;
    right: 2%;
    z-index: 5;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 1px;
    justify-content: end;	
}
	
.side_link li{
    display: none;
}
	
.side_link li a {
    flex-direction: row;
}		
.side_link li figure {
    width: 40px;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}
	.side_link li span {
    writing-mode: inherit;
    margin: auto;
    text-align: justify;
    width: 100%;
    padding: 0;
    line-height: 120%;
    text-align: center;
    font-size: 1rem;
}
	.side_link .tel {
    background: #111;
    width: 130px;
		}	
	
	.side_link .tel a {
        writing-mode: inherit;
        margin: auto;
        text-align: justify;
        width: 100%;
        padding: 0px 5px;
        line-height: 100%;
}
		.side_link .tel figure {
        width: 80%;
        padding: 5px 0;
}

.side_link .res{
    display: block;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd0d8 0%, #f8aebb 100%) !important;
}

.side_link .res a{
    text-align: center;
    flex-direction: column;
}

.facility_area article {
    width: 96%;
}
	
#page .cont{
padding:	1.5%;
box-sizing:border-box;
	
	}
	
#page #wrap {
padding: 0% 0 9%;
}


/*トップページ*/

	.recruit_area article{
    flex-direction: column;		
	}
.recruit_area article h2 {
    width: 60%;
	display:block;
	margin:auto;
}
	.recruit_area article .text_box{
    width: 86%;
	display:block;
	margin:auto;		
	}

.access_area article table th {
    padding: 15px 5px 10px 4px;
    min-width: 100px;
}	

	.topics_area .flex-box{
flex-direction: column;		
	}	
	.topics_area h2	{
    color: #706055;
    font-size: 1.5rem;
    padding: 4% 0;
    display: block;
    width: 100%;
    text-align: center;		
	}
	.topics{
    flex-grow: 1;
    width: 94%;
    padding: 2% 0;
    margin: auto;
    font-size: 90%;		
	}	
	
	
.members_area .benefit-title {
    font-size: 1rem;

    border-radius: 15px;
}	
	
	
	
/* フッター */
#footer {
    padding: 30px 0;
}

#footer .cont {
    flex-direction: column;
    gap: 30px;
}

.footer-info h2 {
    width: 280px;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 87%;
    margin: auto;
    gap: 20px;
}

.foot_menu > ul {
    flex-direction: column;
    gap: 10px;
}

.foot_menu > ul li {
    font-size: 16px;
	width: 100%;
	 margin: 5px auto;
}
.foot_menu ul li a {
    display: flex;
    padding: 4%;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
}

.ft_bottom {
    display: block;
    font-size: 0.6rem;
    text-align: left;
    width: 100%;
    padding: 10% 5%;
}

.ft_bottom p {
    text-align: left;
}

.ft_bottom .footer_logo {
    width: 230px;
	
}



/* button */

.more-link {
font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
}
.topics .more-link a {

    padding: 4px 16px;
	line-height: 150%;
	}

	
/*カテゴリー・投稿*/	

.cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
}
	.cat{

	}

#page .cate_right {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;
}


/* 固定ページ */




/*お問い合わせ*/
	.contact_table{
    table-layout: fixed;		
	}
	
#page #main .contact_table p{
		text-align:left;
	}
	
#page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
}
	
.page_cont article {
    padding: 0;
    text-align: left;
}	
	
	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}


.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}
.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	

	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	    display: flex;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(0,0,0,.5);
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    position: fixed;
    background: #EAEAEA;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10% 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    #g-nav #g-nav-list {
        width : 65%;
        padding: 10% 5%;
        box-sizing: border-box;
    }

.menu_bg {
    width: 35%;
    background:#fff;
    padding: 30% 1.8%;
    box-sizing: border-box;

}

	
	
	
.tel-info a {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
}		
	
    
}



#g-nav #g-nav-list h2{
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem!important;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

.tel-info {
    gap: 20px;
    margin: 50px auto;
}

.tel-info p {
    font-size: 20px;
    white-space: nowrap;
}

#g-nav h3{
    font-family: "Montserrat", sans-serif;
    background: #ddd;
    text-align: center;
    padding: 1%;
}



/*ナビゲーション*/
#g-nav ul {
    margin: 5px auto 30px;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav ul {
    min-width: auto;
}

#g-nav .contact_menu{

}

#g-nav ul .tel_button{
	
}
#g-nav ul .tel_button a{
	border: none;
    padding: 8px 0;
}


#g-nav .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav .contact_menu .contact_link:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
    font-size: 25px;
    padding: 0 0 10px 5%;
    font-weight: 700;
}

#g-nav .menu-title span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

#g-nav .menu-items {
    gap: 15px;
}

#g-nav .menu-items li {
    list-style: none;
    text-align: left; 
    width: auto;
    padding: 10px 5px;
}

#g-nav .menu-items li a {
    text-decoration: none;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

#g-nav .menu-items li a > img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a > span {
    font-size: 0.8rem;
    display: block;
    text-align: right;
    color: #888;
}


#g-nav .copy {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    flex-direction: column;
}

#g-nav .copy ul{
    display: flex;
    margin: 15px auto;
}
#g-nav .copy ul li{
	
}

#g-nav .copy ul li a{
	display: block;
    padding: 5px 7px;
}
#g-nav .copy ul li a img{
	width: 40px;
}
#g-nav .copy p{
    font-family: "Montserrat", sans-serif;
    text-align: right;
    line-height: 150%;
    margin: 0;
    color: #706055;
    padding: 1% 1%;
    font-size: 0.9rem;
}
.header-inner .copy .sns{
	
}



@media screen and (min-width: 768px) {
    #g-nav.panelactive #g-nav-list {
        width: 60%;
    }

    #g-nav .menu-items li {
        width: 22%;
        max-width: 22%;
        height: 150px;
    }

    #g-nav .menu-items li a {
        font-size: 15px;
    }
    
    #g-nav .menu-items li a > span {
        line-height: 20px;
    }
	

	
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 1%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #222;
    border-radius: 50%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:29px;
}

.openbtn1 span:nth-of-type(3) {
  top:38px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 40px;
        height: 40px;
        }  
    .openbtn1 span {
        left: 9px;
        }
    .openbtn1 span:nth-of-type(1) {
        top:13px; 
        }
    .openbtn1 span:nth-of-type(2) {
        top:19px;
        }
    .openbtn1 span:nth-of-type(3) {
        top:25px;
        }
    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 8px;
        width: 60%;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 8px;
        width: 60%;
    }
}