@charset "UTF-8";
@import "util.css";
@import "../../common/css/morimoto_foot_link.css";
@import "animsition.min.css";
@import "aos.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Sans+JP|Marcellus+SC|Noto+Serif+JP|Crimson+Text');

/**************************************************
 * 01.common
 * 02.header+nav
 * 03.footer
 * 04.H2 - H5
 * 05.CONTENTS
 **************************************************/
/*--------------------------------------------------------
----------------------------------------------------------
sp info
----------------------------------------------------------
--------------------------------------------------------*/

#bk_foot_link ul li:first-child p::before{
    display:  inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    content: 'モデルルーム個別見学会(完全予約制)開催'; font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/*--------------------------------------------------------
----------------------------------------------------------
01.common
----------------------------------------------------------
--------------------------------------------------------*/

html {
    font-size: 62.5%;
    height:100%;
}


body {
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.8;
	font-family:'Noto Sans TC', '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN', "segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	height: 100%;
	color: #606060;
	height: 100%;
	
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
outline:0;
}


.pc{
	display:none;
}

.sp{
	display:inherit;
}

.clear{
    clear:both;
    margin:0;
    padding:0;
}
.no_clear{
clear: none;
}
 
.wrap {
    padding: 60px 0 0 0;
}


sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 50%;
	vertical-align: bottom;
	position: relative;
	bottom: 1em;
}
p{
font-size: 14px;
font-size: 1.4rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0 0 20px 0;
text-align: justify;
text-justify: inter-ideograph;
}

.p_cap{
font-size: 10px;
font-size: 1.0rem;
padding:0;
margin:0 0 20px 0;
text-align:left;
}

.p_cap_r{
font-size: 10px;
font-size: 1.0rem;
padding:0;
margin:0 0 20px 0;
text-align: left;
}


p.read{
font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 60px 0;
text-align: left;
font-weight:normal;
}

p.read_al{
font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 60px 0;
text-align: left;
font-weight:normal;
}
p.read_al em{
	font-size:22px;
	font-size:2.2rem;
	font-weight:normal;
	font-style:normal;
}

p.read_al em.read_time{
	font-size:32px;
	font-size:3.2rem;
	font-weight:normal;
	font-style:normal;
	color:#8b0000;
}


/* fade__in__up---------------------------------------*/
/* 画面外にいる状態 */
.fade__in__up {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms ease-in 0.5s;
    }
 
/* 画面内に入った状態 */
.fade__in__up.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*--------------------------------------------------------
/* fade__in__up02---------------------------------------*/
/* 画面外にいる状態 */
.fade__in__up02 {
    opacity : 0;
    transform : translate(0, 50px) scale(1.3,1.3);
    transition : all 800ms;
    }
 
/* 画面内に入った状態 */
.fade__in__up02.scrollin02 {
    opacity : 1;
    transform : translate(0, 0) scale(1,1);
    }

/*--------------------------------------------------------
----------------------------------------------------------
02.header+nav
----------------------------------------------------------
--------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color:rgba(255,255,255,0.8);
    /*background-color:rgba(231,214,223,0.6);*/
	z-index:8888;
    box-shadow:0px 1px 2px 0px #e3e3e3;
}


h1{
    position: absolute;
    top: 18px;
    left: 18px;
	width:180px;
	height:auto;
}
/*ハンバーガーボタン*/
.el_humburger {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 26px;
	height: auto;
	padding-top: 1px;
	box-sizing: border-box;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #606060;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #606060;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #606060;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:rgba(255,255,255,0.96);
  /*background-color:rgba(231,214,223,0.96);*/
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 50px 0 150px 0;
  text-align: center;
}

.navigation_item {
	position:relative;
    font-family: 'Marcellus SC', serif;
    font-size: 16px;
    font-size: 1.6rem;
	margin-bottom: 4px;
	color:#606060;
}

.navigation_item span{
	display:block;
    font-size: 10px;
    font-size: 1.0rem;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin:0 0 0 5px;
	color: #606060;
}

.navigation_item .nav_new{
	position:absolute;
	width:24px;
	height:14px;
	background-color:rgba(139,0,0,1);
	text-align:center;
	font-size:8px;
	font-size:0.8rem;
	line-height:14px;
    font-family: 'Marcellus SC', serif;
	color:#FFF;
	z-index:10;
	top:0;
	left:5px;
}
.navigation_item > a {
	color: #6d6d6d;
    display: inline-block;
    text-decoration: none;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------
----------------------------------------------------------
03.footer
----------------------------------------------------------
--------------------------------------------------------*/
footer{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
	overflow:hidden;
    background-color:#bbbbbb;
	z-index:7777;
}

footer #inner{
	width:94%;
	height:auto;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
	
footer #inner #left{
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

footer #inner #left p{
	text-align:center;
	font-size:10px;
	font-size:1.0rem;
	color:#fff;
	margin:0 0 0 0;
}

footer #inner #right{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

footer #inner #right p{
	text-align:center;
}
footer #inner #banner_sumau{
	width:100%;
	height:auto;
	margin:40px auto 20px auto;
	text-align:center;
	
}
address{
	clear:both;
	margin:10px 0;
	text-align:center;
	font-size:10px;
	font-size:1.0rem;
	color:#fff;
}

address a:link {
color: #fff;
text-decoration: none;
}

address a:visited {
color: #fff;
text-decoration: none;
}

address a:hover {
color: #fff;
text-decoration: none;
}

address a:active {
color: #fff;
text-decoration: none;
}
address img.img_logo{
	width:20%;
	height:auto;
	margin:0 0 0 5px;

}


#foot_address_link{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
	
#foot_address_link p{
	text-align:center;
	font-size: 10px;
	font-size: 1.0rem;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	margin:0 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	


#foot_address_link p a:link {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:visited {
color: #fff;
text-decoration: underline;
}


#foot_address_link p a:active {
color: #fff;
text-decoration: none;
}

footer #inner .arrow{
  clear:both;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor:pointer;
}

footer #inner .arrow::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}	
/* ----------------------------------
morimoto_foot_link
-------------------------------------*/
#morimoto_foot_link{
    padding: 40px 0 100px 0;
}
/* ----------------------------------
morimoto_foot_link
-------------------------------------*/
/* ----------------------------------
bk_foot_link
-------------------------------------*/
#bk_foot_link{
	position: fixed;
    bottom: 0;
    left: 0;
	width:100%;
	height:50px;
	z-index: 8888;
}
#bk_foot_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bk_foot_link ul li{
    height: 90px;
    align-self: stretch;
}

#bk_foot_link ul li:nth-child(2){
    display: none;
    width: 32%;
}
#bk_foot_link ul li:nth-child(3){
    display: none;
    width: 36%;
}
#bk_foot_link ul li:nth-child(4){
    width: 50%;
}
#bk_foot_link ul li:last-child{
    width: 50%;
}
#bk_foot_link ul li:first-child{
    display: none;
    width: 100%;
    height:40px;
	line-height:40px;
	font-weight:normal;
	margin:0 0 0 0;    	
	background-color:rgba(53,53,53,0.9);
    color: #fff;
    box-sizing: border-box;
}
#bk_foot_link ul li:first-child p{
	font-size:10px;
	font-size:1.0rem;
}
#bk_foot_link ul li:first-child a:link {
color: #fff;
text-decoration: none;
}

#bk_foot_link ul li:first-child a:visited {
color: #fff;
text-decoration: none;
}
/* button_box_form_foot_link---------------------------------------*/

.button_box_form_foot_link{
	width: 100%;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	margin:0;
}

.button_box_form_foot_link a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(139,0,0,1);
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/* button_box_form_foot_link02---------------------------------------*/

.button_box_form_foot_link02{
	width: 100%;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	margin:0;
}

.button_box_form_foot_link02 a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:#000066;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/* button_box_map_foot_link---------------------------------------*/

.button_box_map_foot_link{
	width: 100%;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	margin:0;
}

.button_box_map_foot_link a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:#333;
}
/* button_box_phone_foot_link---------------------------------------*/

.button_box_phone_foot_link{
	width: 100%;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	margin:0;
}

.button_box_phone_foot_link a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:#606060;
}

/* ----------------------------------
bk_foot_link
-------------------------------------*/
/*--------------------------------------------------------
----------------------------------------------------------
04.H2 - H5
----------------------------------------------------------
--------------------------------------------------------*/

h3 {
	width:100%;
	height: auto;
	margin:40px auto;
	position: relative;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	font-feature-settings : "halt";
    font-family: 'Marcellus SC', sans-serif;
	letter-spacing:0.2em;
	color:#606060;
}

h4{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align:left;	
	margin:0 auto 40px auto;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 20px;
	font-size:2.0rem;
	font-weight:normal;
	font-style:normal;
	letter-spacing:2px;
	font-feature-settings : "halt";
	line-height:160%;
}

h4 em{
	font-size:30px;
	font-size:3.0rem;
	font-weight:normal;
	font-style:normal;
}


h4 em.em_red_no{
	font-size:40px;
	font-size:4.0rem;
	font-weight:normal;
	font-style:normal;
    color: #8b0000;
}

h5{
	clear:both;
	width:100%;
	height: auto;
	margin:0 auto;
	text-align:left;
	padding:0 0 20px 0;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:normal;
	font-style:normal;
	letter-spacing:2px;
	font-feature-settings : "halt";
	line-height:160%;
}

h5 em{
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
	font-style:normal;
}

h5 span{
	font-size:13px;
	font-size:1.3rem;
	font-weight:normal;
	font-style:normal;
}

/*--------------------------------------------------------
----------------------------------------------------------
05.CONTENTS
----------------------------------------------------------
--------------------------------------------------------*/

/* button_box_form_page */

.button_box_form_page{
	clear:both;
	width: 250px;
	height: 70px;
	margin:60px auto;
	text-align: center;
	line-height: 70px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.button_box_form_page a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(139,0,0,1);
	box-sizing:border-box;
}


/* button_box_map_page */

.button_box_map_page{
	clear:both;
	width: 250px;
	height: 70px;
	margin:20px auto;
	text-align: center;
	line-height: 70px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.button_box_map_page a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(193,179,163,1);
	box-sizing:border-box;
}


/* button_box */

.button_box{
	clear:both;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin:0;
}

.button_box a{
	display:block;
	color:#FFF;
	text-decoration: none;
	background-color:rgba(0,0,0,0.6);
}


.button_box a span.en {
    display: inline;
}
.button_box a span.jp {
    display: none;
}
.con_navi{
	width:94%;
	margin:0 auto;
	text-align:center;
}

.con_navi ul {
	padding: 0;
	margin:40px auto;
	list-style: none;
}

.con_navi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width:100%;
	height:auto;
	background: #5b5b5b;
	font-family: Garamond , "Times New Roman" , 'Noto Serif JP' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	margin:0 0 5px 0;
}
.con_navi li:last-child{
	margin:0 0 0 0;
}

.con_navi .li_cr {
	background-color:#ccc;
}

.con_navi a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:4px 0;
	height: auto;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:1px;
}


