@charset "utf-8";

/* ----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){
html { -webkit-text-size-adjust: none;}
body {
  min-width: 320px;
  font-feature-settings: "palt";
}
.footer__tel {
    padding: 20px 0;
}
.tel {
    margin: 10px 0;
}
.f__takara__id img {
    width: 95%;
    max-width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}
/*スマホのみのオプション*/
.sp_pic{ width:100%; height:auto; margin-bottom:5px;}
.sp_center{display:block; margin:0px auto;}
.sp_br{ display:block; margin-top:5px;}
.sp_50{width:50%;margin:0px auto 5px;display:block;}
.sp_80{width:80%;margin:0px auto 5px;display:block;}
.FRight,.FLeft { float:none; }
.sp_right { float:right; }
.sp_left { float:left; }
.sp_centering { text-align:center}

/*スマホで表示させないセレクタ*/
.h_nav_pc, #gnavi_wrap { display:none; }
.pc_hidden {display: block;}
.sp_hidden {display:none;}
.pc_hidden.inlineb {display: inline-block;}
.hidden-md {display: none;}
.visible-md {display: block;}
.xs-justify {
  text-align: justify;
}
.box_w900 {
  margin-left: 15px;
  margin-right: 15px;
}

/* ----------------------------------------------------------------------------------------------
   sp_header ※スマホのみ表示のセレクタ
---------------------------------------------------------------------------------------------- */
.header__inner {
  position: relative;
  margin: 0 auto;
  padding: 8px 15px 0;
  height: 50px;
}
.is_scroll .header__inner {
  padding: 15px;
}
.h__id img,
.is_scroll .h__id img {
  height: 40px;
  width: auto;
}
.h_txtline { 
    display: none;
}
.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    background: #231815;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.open .menu-btn {
  position: fixed;
}
.sp-menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99990;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .sp-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    background: #231815;
    /* background: linear-gradient(180deg, rgba(68,84,97,1) 0%, rgba(68,84,97,1) 20%, rgba(247,247,247,1) 20%, rgba(247,247,247,1) 100%); */
}
.bar {
	position: absolute;
	top: 16px;
	left: 15px;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 24px;
	opacity: 1;
}
.bar.bottom {
	top: 32px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.open .menu-btn__text {
  bottom: -10px;
}
.open .menu-btn .bar.top {
  background: #fff;
  width: 26px;
  left: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .menu-btn .bar.middle {
	opacity: 0;
}
.open .menu-btn .bar.bottom {
  background: #fff;
  width: 26px;
  top: 33px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .menu-btn__text {
	color: #fff;
	font-size: 12px;
}
.sp-menu ul {
    vertical-align: middle;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background: #231815;
    font-size: 14px;
    border-top: 1px solid #464646;
}
.sp-menu li {
    width: 50%;
    height: 8vh;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #464646;
    border-right: 1px solid #464646;
    display: flex;
    justify-content: center;
}
  .sp-menu li:nth-child(even) {
    border-right:none;
  }
.sp-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 100%;
}
.sp-menu li a span {
  font-size: 80%;
  letter-spacing: -.02em;
}
.sp-menu li:nth-child(2) a{
  font-size: 14px;
  letter-spacing: -1px;
}
.sp-menu li a.is-uc {
  pointer-events: none;
}
.sp-menu li a:hover {
    color: #999;
}
  .sp-menu .h_sp_req{
    width: 80%;
    margin: 20px auto;
  }
  .sp-menu .h_sp_req.h_sp_req_reserv{
    margin-top: 0;
	}
  .sp-menu .h_sp_req a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0;
    background: #373374;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .sp-menu .h_sp_req.h_sp_reserve a{
    background: #7d0021;
  }
.sp_img { width:100%; height:auto;}
.sp_img95 { width:95%; height:auto;}
.sp_img90 { width:90%; height:auto;}
.sp_img80 { width:80%; height:auto;}
.box_w960 {
  margin-left: 15px;
  margin-right: 15px;
}
.sp-nav__list__item.new a::before {
  content: "NEW";
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 14px;
  font-size: 10px;
  color: #fff;
  background-color: #B79A00;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
}
	.sp_menu_bnr {
		width: 80%;
		margin: 20px auto 0;
	}
/* ----------------------------------------------------------------------------------------------
	footer link
----------------------------------------------------------------------------------------------*/
.f_bnr_set a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.f_bnr_set > div + div {
  margin-top: 10px;
}
#nav-dock {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 5px;
}
#nav-dock a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/btn_pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}
#nav-top {
  width: 112px;
  height: 31px;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform:translateX(-56px);
}
/*
.footer {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
*/
.footer__tel {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  padding: 30px 15px;
  margin-bottom: 10px;
}
.footer__tel_in {
  max-width: 1170px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__tel p {
  letter-spacing: normal;
  position: relative;
  vertical-align: middle;
}
.footer__tel p:nth-child(1) { order: 2; }
.footer__tel p:nth-child(2) {order: 3;/* margin-top: 10px; */}
.footer__tel p:nth-child(3) { order: 4; }
.footer__tel p:nth-child(4) { order: 1; }
.footer__tel p.tel {
  margin-left: 0;
  margin-bottom: 20px;
}
.footer__tel p.tel2 {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.footer__tel p.tel img,
.footer__tel p.tel2 img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.f_tel_set02 {
  margin-top: 25px;
}
.f_tel_link a {
  display: inline-block;
  vertical-align: middle;
}
.f_tel_link small {
  margin-left: 1em;
}
.f__takara__id {
  margin-bottom: 10px;
}
.f__id01 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.f__id02 {
  margin-right: 0;
  margin-bottom: 10px;
}
.f__id02 img {
  height: auto;
}
.spFtrFloat {
  width: 100%;
  text-align: center;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #131313;
  z-index: 123456789;
  margin-top: 50px;
}
.spFtrFloat p {
  width: 50%;
  box-sizing: border-box;
}
a.spFtrFloat__btn {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: #373374;
}
a.spFtrFloat__btn.spFtrFloat__btn--rev {
  background: #7d0021;
  color: rgba(255, 255, 255, 1);
  /* pointer-events: none; */
}
.spFtrFloat p:nth-child(1){
}
.menu-btn.bottom {
  position: relative;
  width: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
  background: #231815;
}
#link a img {
  margin:0 0.5%;
  width:48%;
}

.f_tel_link a {
  margin-bottom: 10px;
}
.footer__tel p.day-time {
  text-align: center;
}
#footerLinks {
  width: 100%;
  text-align: center;
  padding: 0 0 0 0;
}
#footerLinks ul {
  display: flex;
  flex-wrap: wrap;
  border-top:1px solid #c9c9c9;
  border-left:1px solid #c9c9c9;
  margin-left:-1px;
  clear:both;
  align-items: center;
}
#footerLinks li {
  float:none;
  width:50%;
  height: 55px;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  margin-right:-1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
#footerLinks li:nth-child(2n) {
  border-right:none;
}
#footerLinks li.request {
  /* width:100%; */
}
#footerLinks li.request a {
  color: #fff;
  background: #373374;
  font-size: 16px;
}
#footerLinks li.request.reserve a {
  /* color: #fff; */
  background: #7d0021;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  /* pointer-events: none; */
}
#footerLinks li:after {
  display: none;
}
#footerLinks a {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footerLinks a span {
  font-size: 70%;
  letter-spacing: -0.05em;
}
.footer-nav__list__item.new a::before {
  content: "NEW";
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 14px;
  font-size: 10px;
  color: #fff;
  background-color: #B79A00;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
}
/* ----------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------*/
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 15px;
}
.mt40 {
  margin-top: 20px;
}
.mt45 {
  margin-top: 22px;
}
.mt60 {
  margin-top: 30px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 10px;
}
.mb25 {
  margin-bottom: 14px;
}
.mb30 {
  margin-bottom: 15px;
}
.mb35 {
  margin-bottom: 17px;
}
.mb40 {
  margin-bottom: 20px;
}
.mb45 {
  margin-bottom: 22px;
}
.mb50 {
  margin-bottom: 25px;
}
.mb55 {
  margin-bottom: 27px;
}
.mb60 {
  margin-bottom: 30px;
}
.mb65 {
  margin-bottom: 32px;
}
.mb70 {
  margin-bottom: 35px;
}
.mb75 {
  margin-bottom: 37px;
}
.mb80 {
  margin-bottom: 40px;
}
.mb85 {
  margin-bottom: 47px;
}
.xs-mt10 {margin-top: 10px;}
.xs-mt15 {margin-top: 15px;}
.xs-mt20 {margin-top: 20px;}
.xs-mt25 {margin-top: 25px;}
.xs-mt30 {margin-top: 30px;}
.xs-mt35 {margin-top: 35px;}
.xs-mt40 {margin-top: 40px;}
  
  
/* ----------------------------------------------------------------------------------------------
	concept
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	access
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	location
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	room plan
----------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------
	map
----------------------------------------------------------------------------------------------*/
.sec__block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page_title {
  margin: 20px auto 20px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .2em;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.map_t01 {
  color: #002060;
  font-size: 17px;
  margin-bottom: .5em;
  text-indent: -.5em;
}
.map_t02 {
  margin-bottom: 1em;
}
/*
.map_t03 {
  margin-bottom: 2em;
}
*/
.map_t04 {
  color: #5eb1ac;
  font-size: 20px;
  margin-bottom: .5em;
}
.map_t05 {
  margin-bottom: 1em;
}
.map_sp_pinchout {
  width: 80%;
  margin: 0 auto 10px;
}
.gmapBtn {
  /* width: 71%; */
} 
.map_zoom {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.map_zoom_box{
  flex-direction: column;
}

.map_zoom_box_in01{
	width: 100%;
}
.map_zoom_box_in02{
	width: 100%;
	margin-top: 20px;
}
.map_guide_txt {
  font-size: 16px;
	margin-top: 10px;
  margin-bottom: 13px;
}
.map_info {
	font-size: 19px;
	padding: .4em .5em;
	width: 100%;
	margin: 30px auto 10px;
}
/* ----------------------------------------------------------------------------------------------
	outline
----------------------------------------------------------------------------------------------*/
table.tbl_outline  {
	width:100%;
	margin:0 0 10px;
	border-top:1px solid #e4e4e4;
	/* border-left:1px solid #CCC; */
	/* border-right:1px solid #CCC; */
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.8;
}
table.tbl_outline th,
table.tbl_outline td {
  box-sizing: border-box;
  font-size: 13px;
}
table.tbl_outline th {
	width:100%;
  display:block;
	padding:10px 10px;
	white-space: nowrap;
	background-color:#F2F2F2;
  text-align: left;
  color: #333;
  font-weight: normal;
}
table.tbl_outline td {
  width:100%;
  display:block;
	padding:15px 5px 15px 10px;
	line-height:140%;
}
.btn_center {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}
/*----------------------------------------------------------------------------------------------
	plan
----------------------------------------------------------------------------------------------*/
/* 間取り詳細　*/
  
/*----------------------------------------------------------------------------------------------
	results
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	model room
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	design
----------------------------------------------------------------------------------------------*/

}

@media screen and (max-width:680px){
  .hidden-md {display: none;}
  .visible-md {display: none;}
  .pc_hidden.hidden-md {display: block;}
}

@media screen and (max-width:320px){
  .h__id img,
  .is_scroll .h__id img {
    height: auto;
    width: 80%;
    margin-top: 0.8vh;
  }
}