@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100&display=swap");
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,
fieldset, form, label, legend, input, textarea, button,
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;
	box-sizing: border-box;
    background-repeat:no-repeat;
}

/*
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
*/
select {
	padding:4px;
}

body {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

img {
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

.sp_only {
	display: none !important;
}

.pc_only {
	display: block !important;
}

a {
	transition: all .2s ease-in-out;
	text-decoration: none;
    color:#333;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

i {
	position: relative;
	vertical-align: middle;
}

address {
	font-style: normal;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

.bg_gy {
	background: #e9e9e9;
}

.bg_tq {
	background: #ecf3f0;
}
.bg_gn {
	color:#FFF;
	background:#009c84;
}
.bg_gr {
	color:#FFF;
	background: #00332a;
}
.bg_bk {
	color:#FFF;
	background: #211D12;
}
.bg_gn h2, .bg_gr h2, .bg_bk h2 {
	color:#FFF;
}


.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.text_center {
	text-align: center;
}
.item_c {
	align-items:center;
}
.mb40 { margin-bottom:40px;}
.animated {
	opacity: 0;
}

@media all and (max-width: 883px) {
  .sp_only {
	display: block !important;
  }

  .pc_only {
	display: none !important;
  }

  .sp_center {
	text-align: center;
  }
}
.col {
	display: flex;
	flex-wrap: wrap;
}

.col_2 {
	margin-left: -40px;
}
.col_2 .item {
	width: calc(50% - 40px);
	margin: 0 0 0 40px;
}
@media all and (max-width: 883px) {
  .col_2 {
	margin-left: 0;
  }
  .col_2 .item {
	width: 100%;
	margin: 0 0 30px;
  }
}

.col_3 {
	margin-left: -18px;
}
.col_3 .item {
	width: calc(33.3333% - 18px);
	margin: 0 0 0 18px;
    text-align:center;
}
@media all and (max-width: 883px) {
  .col_3 {
	margin-left: 0;
  }
  .col_3 .item {
	width: 100%;
	margin: 0 0 30px;
  }
}

.col_4 {
	margin-left: -20px;
}
.col_4 .item {
	width: calc(25% - 20px);
	margin: 0 0 20px 20px;
}
@media all and (max-width: 883px) {
  .col_4 {
	margin-left: 0;
  }
  .col_4 .item {
    width: 100%;
    margin: 0 0 30px;
  }
}


@media all and (max-width: 883px) {
  .quality .col_4 .item {
  	width: 100% !important;
  }
}


.col_5 {
	margin-left: -20px;
}
.col_5 .item {
	width: calc(20% - 20px);
	margin: 0 0 20px 20px;
}
@media all and (max-width: 883px) {
  .col_5 {
	margin-left: 0;
  }
  .col_5 .item {
	width: 100%;
	margin: 0 0 30px;
  }
}
.col_6 {
	margin-left: -10px;
}
.col_6 .item {
	width: calc(16% - 10px);
	margin: 0 0 10px 10px;
}
@media all and (max-width: 883px) {
  .col_6 {
	/*margin-left: 0;*/
  }
  .col_6 .item {
	width: calc(50% - 10px);
  }
}

.item {
	position: relative;
}
.item p {
	margin-bottom: 0;
}



@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?tywkmk");
	src: url("../fonts/icomoon.eot?tywkmk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tywkmk") format("truetype"), url("../fonts/icomoon.woff?tywkmk") format("woff"), url("../fonts/icomoon.svg?tywkmk#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow_l:before {
	content: "\e900";
}

.icon-arrow_r:before {
	content: "\e901";
}

.icon-blank:before {
	content: "\e902";
}

.icon-new:before {
	content: "\e905";
}

.icon-phone:before {
	content: "\e904";
}

.icon-free:before {
	content: "\e908";
}

.icon-fax:before {
	content: "\e90b";
}

.icon-mail:before {
	content: "\e909";
}

.icon-instagram:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e906";
}

.icon-home:before {
	content: "\e903";
}

/*-----------------------------------------
ロゴ
----------------------------------------- */
.home-main-visual img[alt*="100th"]{
    width:200px;
}
/*-----------------------------------------
Google検索
----------------------------------------- */
#___gcse_0{
    width:250px;
}
.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
}
@media all and (max-width: 1200px) {
    #___gcse_0{
        display:none;
    }
}
/*-----------------------------------------
ハンバーガーメニュー
----------------------------------------- */
/* スクロールバーChrome */
::-webkit-scrollbar {
	width: 12px;
	background: tranceparent;
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #BBB;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #666;
}

#menu {
	position: fixed;
	top: 0;
	right: -30em;
	/* メニューのwidth + padding */
	width: 30em;
	/* メニューのwidth */
	height: 100vh;
	padding: 1rem;
	transition: left .5s, right .5s;
	/* アニメーション */
	background-color: #4e453e;
	z-index: 101;
    font-size:0.8em;
	overflow-y: auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	/* スクロールバーIE */
	scrollbar-face-color: #BBB;
	scrollbar-track-color: #e7e7e7;
	scrollbar-arrow-color: #BBB;
	scrollbar-highlight-color: #BBB;
	scrollbar-shadow-color: #BBB;
	scrollbar-3dlight-color: #BBB;
	scrollbar-darkshadow-color: #BBB;
}
@media all and (max-width: 883px) {
#menu {
	right: -100vw;
	width: 100vw;
}
}
#menu li {
    border-bottom:1px solid #888;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1em;
    background-image:url(/img/icon/arrow_rw.svg);
    background-position:center right 0.5em;
    background-size:0.5em;
    background-repeat:no-repeat;
}
#menu a:hover {
	background-color: #009c84;
    color:#FFF;
}
.toggle {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 2em;
	cursor: pointer;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	z-index: 102;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	/* ≡ */
}
.toggle:before, .toggle i, .toggle:after {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	display: block;
	height: 4px;
	width: 50%;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.toggle:before {
	top: 25%;
}
.toggle i {
	top: 45%;
}
.toggle:after {
	top: 65%;
}
.toggle:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

#open {
	display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
#open:checked ~ #menu {
	right: 0;
}

/* ≡ > ×アニメーション */
#open:checked + .toggle:before {
	top: 45%;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

#open:checked + .toggle i {
	width: 0;
}

#open:checked + .toggle:after {
	top: 45%;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* BG */
.bgclose {
	display: none;
}

#open:checked ~ .bgclose {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
}

/*-----------------------------------------
タブ
----------------------------------------- */
.tab_content input[type="radio"] {
	display: none;
}
.tab_content label {
	cursor: pointer;
}
.tab_content [id*="panel"] {
  display: none;
}

.tab_content #label-1:checked ~ .panels #panel-1 ,
.tab_content #label-2:checked ~ .panels #panel-2 {
  display: block;
}

.tab_content #label-1:checked ~ .tab label[for="label-1"] ,
.tab_content #label-2:checked ~ .tab label[for="label-2"] {
    color: #F60;
}

.tabs {
	margin-bottom: 50px;
	display: flex;
  gap:10px;
}
.tabs label {
	position: relative;
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	border-bottom: 5px solid #211d17;
	background: #FFF;
}

.tabs label:hover {
	color: #FFF;
	background: #211d17;
}
.tabs .icon-new {
	top: -20px;
	right: 15px;
}

.panels > * {
	/* display: none; */
}

#label-0:checked ~ .panels #panel-0,
#label-1:checked ~ .panels #panel-1,
#label-2:checked ~ .panels #panel-2,
#label-3:checked ~ .panels #panel-3,
#label-4:checked ~ .panels #panel-4,
#label-5:checked ~ .panels #panel-5,
#label-6:checked ~ .panels #panel-6,
#label-7:checked ~ .panels #panel-7 {
	display: block;
}

#label-0:checked ~ .tabs label[for="label-0"],
#label-1:checked ~ .tabs label[for="label-1"],
#label-2:checked ~ .tabs label[for="label-2"],
#label-3:checked ~ .tabs label[for="label-3"],
#label-4:checked ~ .tabs label[for="label-4"],
#label-5:checked ~ .tabs label[for="label-5"],
#label-6:checked ~ .tabs label[for="label-6"],
#label-7:checked ~ .tabs label[for="label-7"] {
	color: #FFF;
	background: #211d17;
}

.tab-label .checked{
	color: #FFF;
	background: #211d17;
}

.panels .prev {
  position: absolute;
  top: 50%;
  left: 1%;
  color: #e4c38a;
  font-size: 91px;
}

.panels .next {
  position: absolute;
  top: 50%;
  right: 1%;
  color: #e4c38a;
  font-size: 91px;
}

.panels .keen-slider__slide {
	background: #FFF;
  text-align:left;
}
.panels .keen-slider__slide:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 17px 17px;
	border-color: transparent transparent #ff6600 transparent;
}
.panels .keen-slider__slide .icon-new {
	top: -20px;
	left: -20px;
}
.panels .keen-slider__slide .local {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 21px;
	font-size: 0.9rem;
	font-weight: bold;
	padding: 5px 1em;
	color: #FFF;
	background: #211d17;
}
.panels .keen-slider__slide .end {
	position: absolute;
    top:33%;
    left:30%;
    font-size:2.5vw;
    color:#F00;
    font-weight:bold;
    transform: rotate(-15deg);
}
.panels .keen-slider__slide.none {
    pointer-events:none;
}

.panels .keen-slider__slide figure {
	position: relative;
	margin-bottom: 0.5em;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 70.77922%;
}
.panels .keen-slider__slide h3 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #664633;
    padding:6px 12px;
}
.panels .keen-slider__slide p {
    font-size:0.8em;
    padding:0 12px;
}
.panels .keen-slider__slide p:last-child {
    padding-bottom:12px;
}
@media all and (max-width: 883px) {
  .tabs {
	margin-left: -10px;
	margin-bottom: 30px;
	display: flex;
  }
  .tabs label {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1rem;
  }
  .panels .prev {
    font-size: 28px;
  }
  .panels .next {
    font-size: 28px;
  }

}
.rp_header #main_navi ul {
	display: flex;
	justify-content: center;
}
.rp_header #main_navi ul li {
	text-align: center;
	line-height: 1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.rp_header #main_navi strong {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}
.rp_header #main_navi a {
    display: block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
    min-width: 11vw;
	color: #FFF;
}
.rp_header #main_navi a:hover {
	color: #e4c38a;
}
.rp_header #main_navi .active a {
	color: #e4c38a;
}
.rp_header .toggle {
	width: 75px;
	height: 75px;
}
@media all and (max-width: 883px) {
  .rp_header #main_navi {
	display: none;
  }
}

/*-----------------------------------------
パンくず
----------------------------------------- */
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs ul {
	margin: auto;
	padding: 0 0;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-size: 0.75rem;
    width:100%;
}
.breadcrumbs a {
	position: relative;
	display: flex;
	align-items: center;
	color: #000;
}
.breadcrumbs a:after {
	margin: 0 1em;
	color: #362C25;
	content: "/";
}
@media all and (max-width: 883px) {
  .breadcrumbs {
	display: none;
  }
}

/*-----------------------------------------
ページ内リンク
----------------------------------------- */
.page_link{
    padding-top: 50px;
}
@media all and (max-width: 883px) {
.page_link{
    display:none;
}
}
.page_link ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width:1200px;
    margin:auto;
}
.page_link li {
    padding: 20px 0;
   width:100%;
}
.page_link a {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1em;
    font-weight:bold;
    padding:1em 0;
    border-left: 1px solid #cccccc;
    background-image:url(../img/icon/arrow_down.svg);
    background-position:center bottom;
    background-size:1em;
    background-repeat:no-repeat;
}
.page_link small {
    display: block;
    font-size: 0.7em;
    color: #a77d36;
}
/*-----------------------------------------
ページネーション
----------------------------------------- */
.pagination {
	text-align: center;
    clear:both;
}
.pagination ul {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pagination li {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.2rem;
}
.pagination li span,
.pagination li a {
	position: relative;
	display:inline-block;
	width: 40px;
	height: 40px;
	line-height:40px;
	color: #FFF;
	text-align:center;
	border-radius:50%;
}
.pagination li span {
	background: #5D5959;
}

.pagination li a {
	background: #B9B5B5;
}
.pagination li a:hover {
	background: #242121;
}
.pagination li .active {
	background: #5D5959;
}
.pagination .prev, .pagination .next {
	color: #34322B;
}
.pagination .prev a, .pagination .next a {
	color: #e53b90;
}
@media all and (max-width: 883px) {
  .pagination {
	margin-bottom: 20px;
  }
  .pagination p {
	margin: 0 0 20px;
	font-size: 14px;
	font-size: 0.875rem;
  }
  .pagination li {
	margin-right: 10px;
	font-size: 14px;
	font-size: 0.875rem;
  }
}

.pagination_single {
	margin-top:60px;
}
.pagination_single li a {
	display: block;
	width:auto;
	height:auto;
	max-width: 240px;
	padding: 12px 24px;
	font-size:75%;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;
	background: #211d17;
	border-radius: 40px;
}

/*ボタン ----------------------------------------- */
.line_btn {
	position: relative;
	display: inline-block;
	padding: 20px 40px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #a77d36;
	border: 1px solid #a77d36;
    transition: 0.3s;
}
.line_btn i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.line_btn:hover {
      background-color:#e4c38a;
      border-color:#e4c38a !important;
      color:#211d17 !important;
}


/*---------------------------------------------------------
汎用
---------------------------------------------------------*/
.wrap {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}
@media all and (max-width: 883px) {
  .wrap {
	padding: 0 20px;
  }
}

/*バナー --------------------------------------------------*/
.banner_box {
    display:flex;
    justify-content:center;
    padding-bottom: 90px;
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
    margin: auto;
}
@media all and (max-width: 768px) {
    .banner_box {
        display:block;
    }
}
.banner_box.bg1 {
    padding:100px 0;
    background-image:url(/img/photo/bg1.jpg);
    background-position:center;
    background-size:cover;
}

.banner_box a{
    display:block;
    margin:1em;
    max-width:730px;
}
.banner_box a img{
    width:100%;
    display:block;
}

@media all and (max-width: 768px) {
.banner_box a[style="width: 50%;"]{
    width:auto !important;
}
}

.banner_box_l {
    display:flex;
    justify-content:center;
    padding-bottom: 90px;
    margin: auto;
    max-width: 1500px;
}

.banner_box_l a{
    display:block;
}
.banner_box_l a:nth-child(odd){
    margin-right:1em;
}
.banner_box_l a:nth-child(even){
    margin-left:1em;
}
.banner_box_l a img{
    width:100%;
}
@media all and (max-width: 768px) {
    .banner_box_l {
        display:block;
    }
.banner_box_l a{
    margin:1em;
}
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/
#index #home_header .logo{
    position: fixed;
}
#home_header .logo img{
	width: 210px;
    height:auto;
}
@media all and (max-width: 883px) {
#index #home_header .logo{
    top: 10px;
	width: 40%;
}
}

.rp_header {
	position: fixed;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 75px;
	background: #4e453e;
}
.rp_header .logo {
	margin-left: 30px;
	width: 180px;
}
@media all and (max-width: 883px) {
  .rp_header .logo {
	margin-left: 20px;
  }
}

.rp_visual {
	margin-top: 75px;
}
.rp_visual .visual {
	position: relative;
	padding-top: 15%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.rp_visual h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 1.16667;
}
.rp_visual h1 strong {
	display: block;
	font-size: 0.5em;
	font-family: 'Mplus 1p';
    font-weight:bold;
    color:#FFF;
    background-color:#e8008b;
    padding:0.1em;
    text-shadow:none;
    max-width:20em;
    width:100%;
    margin:auto;
    border-radius:1em;
}
.rp_visual h1 b {
	display: block;
	font-size: 0.6em;
	font-family: 'Mplus 1p';
    color: #e8008b;
}
.rp_visual h1 span {
	display: block;
	font-size: 0.6em;
	font-family: 'Mplus 1p';
}
.reservation .rp_visual img{
  width:100%;
}
@media all and (max-width: 883px) {
  .rp_visual .visual {
	padding-top: 55%;
  }
  .rp_visual h1 {
	font-size: 42px;
	font-size: 1.5rem;
	line-height: 1.2381;
  }
}

/*-------------------------------------------------
コンテンツエリア
-------------------------------------------------*/
.read {
	padding: 80px 0;
	text-align: center;
	font-family: 'Mplus 1p';
	font-size: 24px;
	font-size: 1.5rem;
}

.icon-new {
	position: absolute;
	font-size: 44px;
	color: #ff6600;
	background: #FFF;
	border-radius: 50%;
	z-index: 4;
}

@media all and (max-width: 883px) {
  .read {
	padding: 40px 20px;
	font-size: 18px;
	font-size: 1.125rem;
  }
}


/*-------------------------------------------------
*
*
	ページ共通 パーツ
*
*
-------------------------------------------------*/


.estate_bnr{
    display:flex;
    gap:2em;
    padding:1em 0;
}
.estate_bnr a{
        display:flex;
        align-items:center;
        justify-content:center;
        width:100%;
        height:200px;
        background-size:cover;
        background-position:top center;
}
.estate_bnr a img{
    max-height:100px;
    max-width:80%;
}
.estate_bnr [href*="suwakominami"]{
    background-image:url(/img/bnr/estate_suwakominami_bg.jpg);
}
.estate_bnr [href*="osachikohagi"]{
    background-image:url(/img/bnr/estate_osachikohagi_bg.jpg);
}
.estate_bnr [href*="chino"]{
    background-image:url(/img/bnr/estate_chino_bg.jpg);
}

@media all and (max-width: 883px) {
.estate_bnr{
    gap:1em;
}
.estate_bnr a{
        margin:10px 0;
        height:150px;
}
}

/*-------------------------------------------------
イベント予約
-------------------------------------------------*/
.event.contacts .house_list article{
    background:transparent;
    width: 31%;
}

.event.contacts .house_list .text{
    color:#000;
}
.event.contacts .house_list .line_btn{
    background: #03B8E4;
    font-size:1.2em;
}
#page .event.contacts h2{
    font-weight: 700;
    color: #f60;
    font-family: "Mplus 1p";
    border-bottom: 2px solid #f60;
    padding: .5em;
    font-size: 2.5em;
}
@media all and (max-width: 883px) {
#page .event.contacts h2{
    font-size: 1.5em;
    text-align:center;
}
}
.event.contacts .form_table .b-radio .check,
.event.contacts .form_table [required="required"] {
    background: #fdffe9;
    border: solid 1px #d8101a;
}
.event section.campaign {
    text-align:center;
    background-image: url(/img/reservation/campaign_bg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 150px 0;
    position:relative;
}
.event section.campaign [src*="bnr_quo_comment.png"]{
    position:absolute;
    right:95px;
    top:290px;
}
.contact .contacts .modal-content{
    max-height: calc(100vh - 160px);
}
@media all and (max-width: 883px) {
.event.contacts .house_list article{
    width: 48%;
}
}
@media all and (max-width: 1200px) {
.event section.campaign [src*="bnr_quo_comment.png"]{
    right: 55px;
    top: 23vw;
    width: 16vw;
}
}

/*モデルハウス ----------------------------------------------------*/
@media all and (max-width: 883px) {
#page .modelhouse_d .typography tr:first-of-type td:first-of-type{
    width:100% !important;
}
#page .modelhouse_d .typography table{
    display:table !important;
}
}

/*-------------------------------------------------------------------
サポート
-------------------------------------------------------------------*/
@media all and (max-width: 883px) {
section .col .col_unit{
    width:98% !important;
    margin:5% 1% !important;
}
}
/*------------------------------------------------------
フッター
------------------------------------------------------*/
footer {
	color: #FFF;
	background: #4d4d4d;
}
footer .footer_inner {
	padding: 60px 0;
	justify-content: space-between;
}
footer .copyright {
	padding: 27px 0 70px;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}
footer .box_btn {
	margin: 0 0 18px;
}
footer .box_btn li {
	position: relative;
	margin-left: 6px;
	border: 1px solid #ccc;
}
footer .box_btn li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent #ccc transparent;
}
footer .box_btn li a {
	text-align: center;
    display:block;
	margin: auto;
	width: 100%;
	height: 77px;
    padding-top:40%;
	color: #FFF;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.2;
}
footer .box_btn li:hover{
    opacity:0.5;
}
footer h4 {
	text-align: right;
}
@media all and (min-width: 883px) {
    footer .box_btn li a{
        min-width: 75px;
    }
}
@media all and (max-width: 883px) {
  footer .footer_inner {
	display: block;
	padding: 30px 0 0;
  }
  footer .col {
	margin-bottom: 20px;
  }
  footer .f_logo {
	margin: 0 auto 20px;
  }
  footer .copyright {
	padding: 30px;
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
  }
  footer .box_btn {
	margin: 0 0 20px -6px;
  }
  footer .box_btn li {
	position: relative;
	width: calc(100% / 4 - 8px);
	height: 77px;
	margin-left: 6px;
  }
  footer .box_btn li a {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.2;
  }
  footer h4 {
	text-align: center;
  }
}

.footer_navi {
	display: flex;
	margin-bottom: 10px;
}
.footer_navi ul {
	margin-right: 60px;
}
.footer_navi a {
	color: #FFF;
	font-size: 12px;
	font-size: 0.75rem;
}
.footer_navi a:before {
	display: inline-block;
	font-family: 'icomoon';
	content: "\e901";
	margin-right: 10px;
	color: #138876;
	font-size: 10px;
}
@media all and (max-width: 883px) {
  .footer_navi {
	display: none;
  }
  footer .box_btn{
    flex-wrap: nowrap;
  }
}
