@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";}

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a,
button {
  text-decoration: none;
  -webkit-transition: opacity .4s ease , color .4s ease , background-image .4s ease;
  transition: opacity .4s ease , color .4s ease , background-image .4s ease;
  color: #000; }
  a:hover,
  button:hover {
    opacity: .4; }
    @media screen and (max-width: 812px) {
      a:hover,
      button:hover {
        opacity: 1; } }

img {
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 812px) {
    img {
      width: 100%; } }

table {
  width: 100%; }

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit; }

input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

::-ms-input-placeholder {
  color: #cccccc; }

::placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

::-ms-input-placeholder {
  color: #cccccc; }

html {
  font-size: 62.5%;
  font-family: 'Noto Serif JP', serif; }

body {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.5;}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 9999; }
  header .wrap {
    padding: 32px 9% 20px 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: flex-end; }
  header .logo {
    position: absolute;
    left: 3%;
    top: 20px;
    width: 9%;
    max-width: 125px;
    transition:all .3s ease-out;}
  header .logo .index_logo {
    display: none;
  }
  header .logo .common_logo img {
    max-width: 67px;
  }
  header.scroll .logo {
    width: 4%;
    max-width: 125px; }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  header .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    margin-right: 50px; }
    header .txt li:nth-child(n+2) {
      padding-left: 38px; }

  header .txt a {
    padding: 0 0 .5rem;
    color: #fff ;
  }
  header .txt a:hover,
  body.lifestyle header .txt .menu_lifestyle a,
  body.facility header .txt .menu_facility a,
  body.layout header .txt .menu_layout a,
  body.access header .txt .menu_access a {
    border-bottom: 1px solid #92835a;
  }
  header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .btn li:nth-child(n+2) {
      padding-left: 5px; }
    header .btn li.inq {
      width: 106px; }
    header .btn li.vacancy {
      width: 108px; }

    header .toggle-nav {
      display: none;
    }

header.scroll {
  /*background-color: rgba(229,229,229,0) !important;*/
  background-color: rgba(255,255,255,1) !important;
  transition:all .3s ease-out;
}
header.scroll .txt a {
  color: #4d4d4d;
}
header.scroll .common_logo {
  display: block;
  background: url("../img/common/logo_header.svg") top center no-repeat;
  background-size: 100% auto;
}
header.scroll .common_logo img {
  visibility: hidden;
}



/* ----------------------------------------------------------------------------------------------------
  *  footer
  * --------------------------------------------------------------------------------------------------*/
footer .wrap {
  max-width: 920px;
}
footer .footer_menu {
  background: #fff;
}
footer .footer_menu .wrap {
  background-color: #fff;
  padding: 30px 0 10px;
}
footer .footer_menu .wrap .footer_menu_list > li {
  float: left;
  width: 15%;
}
footer .footer_menu .wrap .footer_menu_list > li:nth-child(2) {
  width: 40%;
}
footer .footer_menu .wrap .footer_menu_list > li:nth-child(n+4) {
  width: 30%;
  margin-bottom: 20px;
}
footer .footer_menu .wrap .footer_menu_list > li > a,
footer .footer_menu .wrap .footer_menu_list > li > span {
  color: #92835a;
  font-size: 1.3rem;
}
footer .footer_menu .wrap .footer_menu_list > li ul {
  padding-left: 5px;
}
footer .footer_menu .wrap .footer_menu_list > li ul > li {
  line-height: 1.3;
}
footer .footer_menu .wrap .footer_menu_list > li ul > li > a {
  font-size: 1.1rem;
}
footer .footer_menu .wrap .footer_menu_list > li ul > li > a:before {
  content: " - ";
}
footer .footer_menu .wrap .footer_menu_list .footer_menu_list_inner ul:first-of-type {
  margin-right: 20px;
}
footer .footer_menu .wrap .footer_menu_list .txt {
  font-size: 1.1rem;
}
footer .footer_menu .wrap .footer_menu_list > li.policy a{
	font-size: 1.1rem;
	color: #000;
	text-decoration: underline;
}


footer .footer_main {
  background-color: #534741;
  padding: 25px 0;
}
footer .footer_main .wrap {
  background-color: #534741;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_main .wrap .logo {
  width: 20%;
  max-width: 105px;
}
footer .footer_main .wrap .access_box {
  max-width: 270px;
  margin-right: 35px;
  padding-right: 35px;
  color: #fff;
  border-right: 1px solid #fff;
}
footer .footer_main .wrap .access_box .name {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
footer .footer_main .wrap .access_box .address {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}
footer .footer_main .wrap .access_box .access {
  margin-bottom: 20px;
  font-size: 1.1rem;
}
footer .footer_main .wrap .access_box .copyright {
  font-size: .7rem;
  text-align: left;
}
footer .footer_main .wrap .contact_box {
  max-width: 290px;
  color: #fff;
}
footer .footer_main .wrap .contact_box .ttl {
  margin-bottom: 15px;
}
footer .footer_main .wrap .contact_box .txt {
  font-size: 1.2rem;
}
footer .footer_main .wrap .contact_box .tel {
  font-size: 2.3rem;
}
footer .footer_main .wrap .contact_box .time {
  font-size: .9rem;
}
footer .footer_main .wrap .banner_list {
  width: 40%;
  max-width: 175px;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.pc_none {
  display: none; }
  @media screen and (max-width: 812px) {
    .pc_none {
      display: block; } }

@media screen and (max-width: 812px) {
  .sp_none {
    display: none; } }


.pc {
  display: inline-block;
}
.tablet {
  display: none;
}
.sp {
  display: none;
}
.sp_block {
  display: none;
}
.column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-jc-start {
  justify-content: flex-start;
}
.column-jc-end {
  justify-content: flex-end;
}
.column-jc-center {
  justify-content: center;
}
.column-jc-sa {
  justify-content: space-around;
}
.column-ai-start {
  align-items: flex-start;
}
.column-wrap {
  flex-wrap: wrap;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

.title_bg_img {
  display: none;
}
#title_area .wrap {
  width: 90%;
  max-width: 1000px;
  margin-top: 200px;
  padding: 55px 0 40px;
}
#title_area .eng {
  margin: 0 auto 10px;
}
#title_area .ja {
  margin: 0 auto 35px;
}
#title_area .detail {
  font-size: 2rem;
  text-align: center;
  line-height: 2.3;
}


/* ----------------------------------------------------------------------------------------------------
*  TAB
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .tablet {
    display: block;
  }
  header .wrap {
    padding: 17px 3% 20px 16%;
  }
  header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .txt {
    margin-right: 0;
    padding: 10px 0;
  }
  header .txt li:nth-child(n+2) {
    padding-left: 20px;
  }
  header .btn {
    margin-left: 2rem;
    padding: 10px 0;
  }
  header .btn a {
    display: block;
    line-height: 0;
  }
  footer .footer_main .wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer_main .wrap .logo {
    width: 20%;
    max-width: 105px;
    margin: 0 40% 2rem;
  }
  footer .footer_menu .wrap .footer_menu_list {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_main {
    padding: 25px 3%;
  }
  footer .footer_main .wrap .access_box {
    max-width: none;
    width: 40%;
    box-sizing: initial;
  }
  footer .footer_main .wrap .contact_box {
    max-width: none;
    width: 40%;
  }
  footer .footer_main .wrap .banner_list {
    display: flex;
    justify-content: space-between;
    width: 55%;
    max-width: none;
    margin-top: 2rem;
    padding-bottom: 4rem;
  }
  footer .footer_main .wrap .banner_list li {
    width: 48%;
  }
  footer .footer_main .wrap .access_box .copyright {
    position: absolute;
    width: 90%;
    bottom: 1rem;
  }
  #title_area .wrap {
    margin-top: 130px;
    padding-bottom: 50px;
  }

  @media (orientation: portrait) {
    header .wrap {
      padding: 5px 3% 5px 16%;
    }
    header .btn {
      padding: 0;
    }
    #facility .content_box .about-area .txt .img-list figcaption {
      display: block;
    }
  }

}


/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc,
  .tablet {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .sp_block {
    display: block;
  }
  .column-pc {
    display: block;
  }

  /* ----------------------------------------------------------------------------------------------------
	*  header
	* --------------------------------------------------------------------------------------------------*/
  header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  body#index header {
    position: absolute;
  }
  header .wrap {
    padding: 10px 20%;
  }
  header .logo {
    top: 7px;
    width: 9%;
  }
  header.scroll {
    background-color: #fff;
  }
  header.scroll .logo {
    width: 9%;
  }
  header .header-inner .logo img {
    width: auto;
    height: 50px;
  }

  header .header-inner .contact {
    display: none;
  }
  header .toggle-nav {
    display: block;
    position: absolute;
    z-index: 200;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  header .toggle-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    background: #97885a;
    border-radius: 1px;
    opacity: 1;
    right: 11px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .toggle-nav span:nth-child(1) {
    top: 12px;
  }
  header .toggle-nav span:nth-child(2) {
    top: 23px;
  }
  header .toggle-nav span:nth-child(3) {
    top: 34px;
  }
  header .toggle-nav.open span:nth-child(1) {
    top: 23px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header .toggle-nav.open span:nth-child(2) {
    opacity: 0;
    right: 30px;
  }
  header .toggle-nav.open span:nth-child(3) {
    top: 23px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  header .wrap-nav-main .header-nav {
    display: none;
    position: fixed;
    z-index: 99;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    left: 0;
    top: 0;
    height: calc( 100vh );
    padding: 0;
    overflow-y: scroll;
  }
  header .wrap-nav-main .header-nav .menu {
    display: block;
    margin-right: 0;
    padding-top: 80px;
  }
  header .wrap-nav-main .header-nav .menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  header .wrap-nav-main .header-nav .menu li a {
    display: block;
    padding: 10px 20px;
    color: #4d4d4d;
    font-size: 1.8rem;
    text-align: center;
  }
  header .txt a:hover,
  body.lifestyle header .txt .menu_lifestyle a,
  body.facility header .txt .menu_facility a,
  body.layout header .txt .menu_layout a,
  body.access header .txt .menu_access a {
    border-bottom: none;
  }
  header .txt li:nth-child(n+2) {
    padding-left: 0;
  }
  header .btn {
    display: block;
    width: 65%;
    margin: 1.5rem auto 0;
  }
  header .btn li,
  header .btn li.inq,
  header .btn li.vacancy {
    width: 100%;
    margin-bottom: 15px;
    line-height: 0;
  }
  header .btn li:nth-child(n+2) {
    padding-left: 0;
  }
  header .btn li a {
    display: block;
  }
  header .btn li.tel a {
    padding: 1.25rem 1rem;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #4d4d4d;
  }
  header .btn.sp_head {
    display: flex;
    width: 90%;
    margin: 0 0 0 10%;
  }
  header .btn.sp_head li.inq,
  header .btn.sp_head li.vacancy {
    margin-bottom: 0;
  }
  header .btn.sp_head li.inq {
    margin-right: 3%;
  }

  /* ----------------------------------------------------------------------------------------------------
	*  footer
	* --------------------------------------------------------------------------------------------------*/
  footer .footer_menu .wrap {
    padding: 15px 0;
  }
  footer .footer_menu .wrap .footer_menu_list {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_menu .wrap .footer_menu_list > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  footer .footer_menu .wrap .footer_menu_list > li ul > li {
  	line-height: 1.571;
  }
  footer .footer_menu .wrap .footer_menu_list > li ul > li > a {
	font-size: 1.4rem;
  }
  footer .footer_menu .wrap .footer_menu_list > li:last-of-type,
 footer .footer_menu .wrap .footer_menu_list > li:nth-last-of-type(2){
    border-bottom: none;
  }
  footer .footer_menu .wrap .footer_menu_list > li > a:not(.pc) {
    display: block;
  }
  footer .footer_menu .wrap .footer_menu_list > li > a,
  footer .footer_menu .wrap .footer_menu_list > li > span {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
	footer .footer_menu .wrap .footer_menu_list > li.policy a{
		font-size: 1.5rem;
		color: #666666;
	}
	
  footer .footer_menu .wrap .footer_menu_list > li > span {
    position: relative;
    display: block;
  }
  footer .footer_menu .wrap .footer_menu_list > li > span::before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 1px #92835a;
    border-right: solid 1px #92835a;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    transition:all .3s ease-out;
  }
  footer .footer_menu .wrap .footer_menu_list > li > span.open::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .footer_menu .wrap .footer_menu_list > li:nth-child(2),
  footer .footer_menu .wrap .footer_menu_list > li:nth-child(n+4) {
    width: 100%;
    margin-bottom: 0;
  }
  footer .footer_menu .wrap .footer_menu_list .footer_menu_list_inner {
    display: none;
    padding-bottom: 1rem;
  }
  footer .footer_menu .wrap .footer_menu_list li .arrow {
    position: relative;
    display: inline-block;
	width: 100%;
  }
  footer .footer_menu .wrap .footer_menu_list li .arrow:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 1px #92835a;
    border-right: solid 1px #92835a;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
  }  
  
  footer .footer_main {
    padding-bottom: 1rem;
  }
  footer .footer_main .wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5rem;
  }
  footer .footer_main .wrap .logo {
    width: 40%;
    margin: 0 auto 2rem;
  }
  footer .footer_main .wrap .access_box {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  footer .footer_main .wrap .access_box .name,
  footer .footer_main .wrap .access_box .address,
  footer .footer_main .wrap .access_box .access {
    text-align: center;
  }
  footer .footer_main .wrap .access_box .name {
    margin-bottom: 1.25rem;
  }
  footer .footer_main .wrap .access_box .access {
    margin-bottom: 4rem;
  }
  footer .footer_main .wrap .contact_box {
    width: 100%;
    max-width: none;
  }
  footer .footer_main .wrap .contact_box .tel {
    width: 70%;
    margin: 0 auto 2rem;
  }
  footer .footer_main .wrap .contact_box .tel a {
    display: block;
    padding: 10px 0;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  footer .footer_main .wrap .contact_box .ttl,
  footer .footer_main .wrap .contact_box .txt,
  footer .footer_main .wrap .contact_box .time {
    margin-bottom: 1rem;
    text-align: center;
  }
  footer .footer_main .wrap .banner_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: none;
	padding-bottom: 1rem;
  }
  footer .footer_main .wrap .banner_list li {
    width: 49%;
  }
  footer .footer_main .wrap .access_box .copyright {
    width: 100%;
	text-align: center;
  }

  #title_area .wrap {
    margin-top: 0;
  }
  #title_area .detail {
    font-size: 1.5rem;
  }
  .title_bg_img {
    display: block;
    line-height: 0;
  }
}


/*20210719 add*/
header .pre_txt {
	font-size: 1rem;
	position: absolute;
	top: 8px;
	left: 16%;
}
@media screen and (max-width: 1080px) {
	header .pre_txt {
		left: 2%;
		top: 6px;
		transform: scale(0.7);
	}
}
@media screen and (max-width: 767px) {
	header .pre_txt {
		left: 10%;
		top: 3px;
		transform: scale(0.7);
	}
	header.scroll .pre_txt {
		display: none;
	}
}