@charset "UTF-8";
/* CSS Document */
body{
	color: #000000;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
}

p{
	line-height: 1.8em;
}

h1,
h2,
h3 {font-weight: normal;}

th{
	text-align: left;
}

a{
	outline: none;
	text-decoration: none;
}

::placeholder {
	color: #ddd;
	font-size: 12px;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

just{
	text-align: justify;
	text-justify: inter-ideograph;
}

.min{
	font-family: 'Noto Sans JP', sans-serif;
}

img{
	border: none;
	height: auto;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

a,
a img,
a:hover,
a:hover img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
	color:#666;
	text-decoration: underline;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.inner {
	box-sizing: border-box;
    max-width: 1150px;
	width: 94%;
    margin: 0 auto;
}

.inner-page {
	box-sizing: border-box;
    max-width: 1030px;
	width: 94%;
    margin: 0 auto;
}
.inner-1000,
.inner-form {
	box-sizing: border-box;
    max-width: 1000px;
	width: 94%;
    margin: 0 auto;
}

.inner-965 {
	box-sizing: border-box;
    max-width: 965px;
	width: 94%;
    margin: 0 auto;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
/*
#loading {
  animation: open 4s cubic-bezier(1, -0.01, 0.32, 0.98) forwards;
}

@keyframes open {
  0% {
    top: 0;
  }

  100% {
    top: -140%;
  }
}
*/

.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.loading-logo {
	width: 160px;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 11;
	text-align: center;
}

.loading-txt {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 24%;
	left: 2%;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 12;
	text-align: center;
	line-height: 2;
	font-size: 30px;
	letter-spacing: .3em;
}

#float-up {
  animation: float-up 2s ease-in-out;
  animation-iteration-count: 1;
}

@keyframes float-up {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*
#loading {
  animation: loading 2s ease-in-out;
  animation-iteration-count: 1;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
*/

/*
@keyframes float-up {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}
*/

/*
@keyframes float-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.float-up {
  animation: float-up 1s ease-in-out infinite;
  animation-iteration-count: 1;
}
*/


/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

/** スプラッシュスクリーン関係 **/
/* 必要なCSSの追記 */
#splash {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #ebebe6;
}
#splash {
	background-color: #ebebe6;
	z-index: 1000;
}
.catch, .logo {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	opacity: 0;
}
.catch {
	z-index: 11;
	width: 35%;
	top:44%;
}
.logo {
	z-index: 10;
	width: 30%;
	top:32%;
}
.movie {
	z-index: 9;
	opacity: 0; /* 初期状態では非表示 */
}

.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb130 {margin-bottom: 130px !important;}
.mb150 {margin-bottom: 150px !important;}
.mb160 {margin-bottom: 160px !important;}
.mb180 {margin-bottom: 180px !important;}

/* ��劻���若���若�＜���ャ�取┃絎� */
/* ��茹������� */
.openbtn {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  width: 80px;
  height: 22px;
  background-image: url(../image/common/menu-inner.png);
  background-size: 80px 22px;
}

.openbtn.top{
	position: absolute;
}

.openbtn.active{
  background-image: url(../image/common/menu-push.png);
}

.openbtn.top {
  background-image: url(../image/common/menu-top.png);
}

/* 鐚���� */
/*.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/* ������ */
/*.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/* �＜���ャ�若�����ゃ�≪���� */
nav ul {
  text-align: left;
  width: 100%;
}
nav ul li a {
    z-index: 1000;
    color: #808080;
    padding: 13px 20px;
    display: block;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 16px;
  /*color: #fff;
  padding: 10px;
  display: block;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16px;*/
}

nav ul li a:hover {background-color: #fff;}

nav ul li a span {
  font-size: 10px;
  display: inline-block;
  margin-left: 20px;
}



#gnav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  padding: 11% 30px 0;
  transform: translate(-50%, -50%);
}
/*
#gnav ul {
position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 475px;
    height: 100vh;
    padding: 28% 30px 0;
}
*/

#gnav ul li:last-child{
	padding-top: 50px;
}
/* �����鴻��篁�筝��������������ゃ�≪���� */
#gnav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 475px;
  height: 100vh;
  box-sizing: border-box;
  background-color: #000;
  transition: all 0.6s;
}

.gnav_list_top,
.gnav1_top { 
	width: 24% !important;
}

/* �����鴻��篁�筝�������緇������ゃ�≪���� */
#gnav.list_active #gnav_list {
  position: fixed;
  z-index: 999;
  width: 475px;
  height: 100vh;
  overflow: auto;
}
#gnav.list_active {
  right: 0;
}



.nav {
	position: relative;
	z-index: 999;
	
}
/*
.nav ul {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
    width: 24%;
    height: 90vh;
    padding: 8% 30px 0;
}
*/
.nav ul {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8) !important;
    width: 24%;
    height: 100vh;
    padding: 12% 30px 0;
}


.nav ul li a {
	position: relative;
	z-index: 1000;
  color: #808080;
  padding: 11px 20px;
  display: block;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.nav ul li a:hover {background-color: #fff;}

.nav ul li a span {
  font-size: 10px;
  display: inline-block;
  margin-left: 20px;
}

.nav ul li:last-child {
    padding-top: 50px;
}

/*----------------------------contents----------------------------*/

h1#logo{
	position: fixed;
	top: 30px;
	left: 20px;
	z-index: 998;
}

header{
	width: 100%;            /* 要素を幅いっぱいにする */
	display: none;          /* ページ読み込み時は非表示にする */
	position: fixed;        /* ヘッダーを絶対位置にする。スクロールしても固定 */
	top: 0;                 /* 上から0pxに指定 */
	left: 0;                /* 左から0pxに指定 */
	padding: 30px 0 15px 20px;     /* ちょっと余白をとっとくと綺麗 */
	box-sizing: border-box; /* paddingを含んで幅100%ちょうどにするため */
	background-color: #fff;
	z-index: 3;
}

header h1#logo{
	position: static;
}

header .openbtn{
	position: absolute;
}

h1#logo.top-logo,
h1#logo.top-logo-page{
	position: absolute;
}



h1#logo img{
	vertical-align: top;
}

/*
video.videos{
	width: 100%;
}*/

/*
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 23%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
*/

.demo001{width: 100% !important; height: 100vh !important;}
.demo-nav ul {
	background-color: rgba(0,0,0,0.8) !important;
	height: 100vh !important;
	padding-top: 12% !important;
}

/*
.visual {
	position: relative;
	width: 76%;
	height: 90vh;
}
*/
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	/* top: 50%; */
	/* left: 23%; */
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	/* transform: translate(-50%,-50%); */
	object-fit: fill;
	width: 75%;
}

#contents{
	background-color: #ebebe6;
	padding: 50px 0px 50px 0px;
}

#contents.detail{
	padding: 80px 0px 50px 0px;
}

#contents.form{
	padding: 150px 0px 50px 0px;
}

#contents.thought{
	padding: 80px 0px 50px 0px;
}

#footer{
	padding: 50px 0px 30px;
	text-align: center;
}

#side{
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#side ul li + li{
	margin-top: 20px;
}

.inner-form,
.inner.pc,
.inner.sp,
.pt100 {padding-bottom: 100px !important;}


/*----------------------------common----------------------------*/
h2.ttl {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 70px;
}
/*----------------------------footer----------------------------*/
#footer {text-align: left;}
#footer ul {
	display: flex;
	justify-content: space-between;
}

#footer ul li {
	width: 33.333%;
	max-width: 33.333%;
	text-align: center;
	border-left: 1px solid #A2A2A2;
}

#footer ul li:last-child {border-right: 1px solid #A2A2A2;}

#footer ul li .contact-ttl {
	color: #606060;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .2em;
	margin: 25px 0 20px;
}

#footer ul li.tel .contact-ttl {
	font-size: 30px;
	letter-spacing: .05em;
	margin: 10px 0 15px;
}

#footer ul li.tel {padding-top: 45px;}
#footer ul li.tel a {
	text-decoration: none;
}

#footer ul li p {font-size: 10px;}

#footer ul li .contact-btn {
	text-align: center;
	background: #606060;
	border: 1px solid #606060;
	color: #fff;
	font-size: 10px;
	width: 160px;
	height: 28px;
	line-height: 25px;
	margin: 0 auto;
}
#footer ul li a {padding: 45px 0;}
#footer ul li.mail a,
#footer ul li.reservation a {
	display: block;
}

#footer ul li.mail a:hover .contact-btn,
#footer ul li.reservation a:hover .contact-btn {
	background: #fff;
	color: #606060;
	border: 1px solid #606060;
}

#footer .footer-address {
	margin: 85px 0 0;
	padding-top: 85px;
	border-top: 1px solid #A2A2A2;
	display: flex;
	justify-content: space-between;
}

#footer .sns-area {
	width: 50%;
	max-width: 50%;
}
#footer .sns-area ul li:last-child {
    border-right: none !important;
}
#footer .sns-area ul {justify-content: flex-start;}
#footer .sns-area ul li {
	width: 30%;
	max-width: 30%;
	border-left: none;
	margin-right: 20px;
}

#footer .sns-area ul li img {
	width: 100%;
	height: auto;
}


#footer .address-inner {
	width: 35%;
	max-width: 35%;
}

#footer .footer-address p.txt {
	font-size: 10px;
	line-height: 2;
	margin: 30px 0 40px;
	text-align: left;
}

#footer .footer-address p.copyright {
	font-size: 12px;
}


/*----------------------------page-ttl----------------------------*/
#page-ttl {
	/*width: 1200px;*/
	width: 96%;
	max-width: 96%;
	min-height: 650px;
	margin: 20px auto 110px;
	text-align: center;
	padding: 320px 0;
	color: #fff;
}

#page-ttl .ttl {
	font-size: 24px;
	letter-spacing: .3em;
}

#page-ttl.area {
	background: url("../image/page/area/bg-main.jpg") no-repeat center;
	background-size: cover;
}

#page-ttl.concept {
	background: url("../image/page/concept/bg-main.jpg") no-repeat center;
	background-size: cover;
}

#page-ttl.original {
	background: url("../image/page/original/bg-main.jpg") no-repeat center;
	background-size: cover;
}


#page-ttl.thought {
	background: url("../image/page/thought/bg-main.jpg") no-repeat center;
	background-size: cover;
	color: #000;
	padding: 200px 0 360px;
	bottom:0;
}

#page-ttl.gallery {
	background: url("../image/page/gallery/bg-main.jpg") no-repeat center;
	background-size: cover;
}


#page-ttl.afterfollow {
	background: url("../image/page/afterfollow/bg-main.jpg") no-repeat center;
	background-size: cover;
}



/*----------------------------top----------------------------*/

.about-area {
    width: auto;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin: 8em auto 8em;
	
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	text-align: start;

}

.about-area h2 {
	font-size: 20px;
	letter-spacing: .5em;
	font-weight: normal;
	padding-left: 4em;
}


.about-area h3 {
	font-size: 17px;
	letter-spacing: .5em;
	font-weight: normal;
	line-height: 2;
	padding-left: 4em;
}

.about-area p {
	font-size: 14px;
	letter-spacing: .2em;
	font-weight: normal;
	line-height: 3;
	/*--縦書きの指定--*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	
	/*--mixedを指定--*/
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
}


.combine {
	/*--allを指定--*/
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}


@media all and (-ms-high-contrast:none) {
	.about-area {
		width: 100%;
		height: 270px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

h2.ttl {
	text-align: left;
	font-size: 20px;
	padding-left: 20px;
	margin-bottom: 80px;
}

h2.topics {
	border-bottom: 1px solid #A2A2A2;
	padding-bottom: 15px;
}

ul.topics-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 215px;
}
ul.topics-list li {
	width: 32%;
	max-width: 32%;
	margin-right: 1%;
	margin-bottom: 30px;
}

ul.topics-list li:nth-of-type(3n){margin-right: 0%;}

ul.topics-list li img {
	width: 100%;
	height: 241px;
	margin-bottom: 20px;
	object-fit: cover;
}

ul.topics-list li a {
	color: #000;
	padding: 10px;
	display: block;
}

ul.topics-list li a:hover {background-color: #fff;}
ul.topics-list li p.day {
	font-size: 12px;
	margin-bottom: 10px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

}

ul.topics-list li h3.txt {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}


.open-house {margin-bottom: 150px;}
.open-house p {
	font-size: 12px;
	margin-bottom: 15px;
}

.open-house h2 {
	font-size: 22px;
	letter-spacing: .3em;
	margin-bottom: 70px;
}

.open-house ul {
	display: flex;
	flex-wrap: wrap;
}

.open-house ul li {
	width: 31%;
	max-width: 31%;
	margin-right: 3%;
}

.open-house ul li:nth-of-type(3n){margin-right: 0%;}

.open-house ul li h3 {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.open-house ul li a {color: #606060;}

.open-house ul li:nth-child(-n+6) {
    margin-bottom: 50px;
}

.original-design-area {
	background: url("../image/page/top/bg-01.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 80px;
}

.original-design-area a {
	color: #ccc !important;
	display: block;
	padding: 250px 0 330px;
}

.original-design-area a:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,.4);
}


.original-design-area a .more {
	width: 180px;
	padding: 10px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	margin-left: 55px;
}

.original-design-area a .more::after {
  content: '>';
	position: absolute;
	top:10px;
	right: 10px;
}

.original-design-area a:hover .more {
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.original-design-area p.top {
	font-size: 21px;
	margin-bottom: 15px;
}

.original-design-area h2 {
	font-size: 24px;
	letter-spacing: .2em;
	margin-bottom: 85px;
}

.original-design-area p.txt {
	font-size: 16px;
	line-height: 3;
	padding-left: 55px;
	margin-bottom: 65px;
	text-align: left;
}

.original-design-area  .more {padding-left: 55px;}
.more a {
	width: 180px;
	padding: 10px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

.more a::after {
  content: '>';
	position: absolute;
	top:10px;
	right: 10px;
}

.more a:hover {
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

/*
.model-house-gallery {
	background: url("../image/page/top/bg-02.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	margin-bottom: 95px;
}
*/

.model-house-gallery {
	background: url("../image/page/top/bg.jpg") repeat-x center;
	background-size: cover;
	text-align: center;
	margin-bottom: 95px;
    -webkit-animation: bgroop 30s linear infinite;
    animation: bgroop 30s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

.model-house-gallery a {
	display: block;
	padding: 320px 0 300px;
	color: #fff;
}

.model-house-gallery a:hover {
	color: #000;
}

.model-house-gallery h2 {
	font-size: 45px;
	letter-spacing: .05em;
	margin-bottom: 20px;
}

.model-house-gallery p {
	font-size: 20px;
	letter-spacing: .2em;
	margin-bottom: 35px;
}

.model-house-gallery a .more {
	width: 180px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

.model-house-gallery a .more::after {
  content: '>';
	position: absolute;
	top:10px;
	right: 10px;
}

.model-house-gallery a:hover .more {
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}


.blog-area {
	background: #fff;
	padding: 110px 0;
}


.blog-area h2 {
	margin-bottom: 55px;
	padding-left: 0;
}

.blog-area ul {
	display: flex;
	margin-bottom: 65px;
}

.blog-area ul li {
	width: 285px;
	margin-right: 20px;
}

.blog-area ul li:last-child {
	margin-right: 0px;
}

.blog-area ul li .thumbnail {margin-bottom: 20px;}
.blog-area ul li .thumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.blog-area ul li h3 {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 2;
}

.blog-area ul li p {
	font-size: 10px;
	line-height: 2;
}

.blog-area ul li a {
	display: block;
	padding: 10px;
	color: #606060;
}

.blog-area ul li a:hover {
	background-color: #EBEBE6;
}
.view-btn {
	width: 160px;
	margin: 0 auto;
}
.view-btn a {
	display: block;
	width: 100%;
	text-align: center;
    background: #606060;
    border: 1px solid #606060;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 25px;
    margin: 0 auto;
}

.view-btn a:hover {
	background: #fff;
	color: #606060;
	border: 1px solid #606060;
}

.instagram-area {
	padding: 80px 0 110px;
}

.instagram-area h2 {
	margin-bottom: 55px;
	padding-left: 0;
}

/*----------------------------blog----------------------------*/


.blog-page {
	background-color: #ebebe6;
	padding: 0;
}

.blog-page h2 {
	text-align: center;
	padding-top: 100px;
}
.blog-page ul {flex-wrap: wrap;}
.blog-page ul li {
	width: 285px;
	margin-right: 0px;
}

.blog-page ul li:last-child {
	margin-right: 0px;
}

.blog-page ul li .thumbnail img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.blog-single {}
.blog-single p.day {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

.blog-single h2 {
	font-size: 26px;
	line-height: 2;
	border-bottom: 1px solid #D1D1D1;
	letter-spacing: .1em;
	margin-bottom: 20px;
	padding-top: 0 !important;
	padding-bottom: 20px;
	text-align: left;
}

.article-area p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 70px;
}

.article-area img {margin-bottom: 70px;}


/*----------------------------news----------------------------*/
.news-page h2 {
	text-align: center;
	padding-top: 100px;
}

.news-page ul {margin-bottom: 100px;}


.news-page ul li {
	margin-bottom: 24px;
}
.news-page ul li a {
	display: block;
	color: #000;
	padding: 20px;
	border-bottom: 1px solid #D1D1D1;
}

.news-page ul li a:hover {
	background-color: #333;
	color: #fff;
}

.news-page ul li dl,
.news-single-article dl {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.news-page ul li dl dt,
.news-single-article dl dt {
	font-size: 16px;
	letter-spacing: .2em;
	margin-right: 15px;
}

.news-page ul li dl dd,
.news-single-article dl dd {
	background-color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
	margin-right: 10px;
}

.news-page ul li a:hover dl dd {
		color: #000;
}

.news-page ul li h3 {
	font-size: 30px;
	letter-spacing: .1em;
	line-height: 2;
}

.news-single {
	display: flex;
	justify-content: space-between;
}

.news-single-article {
	width: 640px;
	max-width: 64%;
}

.news-single-article h2 {
	text-align: left;
	font-size: 26px;
	line-height: 2;
	border-bottom: 1px solid #D1D1D1;
	padding-top: 0 !important;
	padding-bottom: 25px;
	margin: 25px 0 !important;
}

.news-single-article p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 70px;
}

.news-single-article img {margin-bottom: 70px;}


.news-single-cat {
	width: 245px;
	max-width: 25%;
}


.news-single-cat h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

.news-single-cat ul li {margin-bottom: 0;}


/*----------------------------area----------------------------*/

p.en-txt {
	text-align: center;
	font-size: 15px;
	letter-spacing: .15em;
	margin-bottom: 50px;
}

h2.ttl-page {
	font-size: 20px;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: .3em;
	line-height: 2;
	color: #000;
}

h2.ttl-page-1 {
	font-size: 20px;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: .3em;
	line-height: 2;
	color: #000;
}
p.ttl-page.box {
	font-size: 20px;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: .3em;
	line-height: 2;
	color: #000;
	width:fit-content;
	padding: 0.5rem 5rem;
	margin: 3rem auto 0;
  border: solid 1px;
}



p.txt {
	text-align: center;
	font-size: 14px;
	line-height: 2.6;
	letter-spacing: .18em;
}

h2.area-ttl {
	font-size: 20px;
	letter-spacing: .3em;
	text-align: center;
	margin-bottom: 80px;
} 

h2.area-ttl span {
	padding:0 30px 10px;
	border-bottom: 1px solid #000;
} 

ul.area-list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

ul.area-list li {
	width: 320px;
	max-width: 32%;
	margin-right: 10px;
}

ul.area-list li img {
	width: 100%;
}

ul.area-list li:nth-of-type(3n) {margin-right: 0px;}

ul.area-list li:nth-child(-n+3) {
    margin-bottom: 50px;
}

ul.area-list li h3 {
	font-size: 14px;
	letter-spacing: .1em;
	margin-bottom: 25px;
}


ul.area-list li a{
	display: block;
	padding: 30px 10px 10px;
	color: #000;
}

ul.area-list li a:hover{
	background-color: #f9f9f9;
}



/*----------------------------concept----------------------------*/
.meitetsu-area {
	position: relative;
	margin-bottom: 140px;
}

.meitetsu-area .meitetsu {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.meitetsu-area .meitetsu img {
	width: 145px;
	height: auto;
}

.meitetsu-area h2 {
	font-size: 22px;
	background-color: #ACACA8;
	padding: 30px 0;
	text-align: center;
}


.meitetsu-area ul.brand li {
	padding: 80px 0;
	color: #fff;
	overflow: hidden;
	clear: both;
}

.meitetsu-area ul.brand li:first-child {
	background: url("../image/page/concept/concept-bg01.jpg") no-repeat center;
	background-size: cover;
}

.meitetsu-area ul.brand li:last-child {
	background: url("../image/page/concept/concept-bg02.jpg") no-repeat center;
	background-size: cover;
	padding: 95px 0;
}

.meitetsu-area ul.brand li dl {
	display: flex;
}

.meitetsu-area ul.brand li dl.no2 {
	float: right;
}

.meitetsu-area ul.brand li dl dt {
	margin-right: 40px;
}

.meitetsu-area ul.brand li dl dd {
	margin-right: 40px;
	padding-top: 20px;
}

.meitetsu-area ul.brand li dl dd h3 {
	font-size: 21px;
	margin-bottom: 20px;
	letter-spacing: .1em;
}

.meitetsu-area ul.brand li dl dd .meitetsu-logo {
	margin-bottom: 20px;
}

.meitetsu-area ul.brand li dl dd p {
	font-size: 16px;
	line-height: 2;
}

.meitetsu-area ul.quality {
	text-align: center;
}

.meitetsu-area ul.quality li h3 {
	font-size: 26px;
	letter-spacing: .2em;
	margin-bottom: 20px;
	
}

.meitetsu-area ul.quality li p {
	font-size: 14px;
	letter-spacing: .2em;
}

.meitetsu-area ul.quality li a {
	display: block;
	padding: 130px 0;
	color: #fff;
}

.meitetsu-area ul.quality li a:hover {
	background-color: rgba(0,0,0,0.5);
}

.meitetsu-area ul.quality li:first-child {
	background: url("../image/page/concept/concept-bg03.jpg") no-repeat;
	background-size: cover;
}

.meitetsu-area ul.quality li{
	background: url("../image/page/concept/concept-bg04.jpg") no-repeat;
	background-size: cover;
}

.meitetsu-area ul.quality li:last-child {
	background: url("../image/page/concept/concept-bg05.jpg") no-repeat;
	background-size: cover;
}


/*----------------------------original----------------------------*/

.original-area {
	padding: 110px 0;
	color: #fff;
	margin-bottom: 80px;
}

.original-area h2 {
	font-size: 30px;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
.original-area h2 span,.original-area h3 span,.original-area p span{
	/* 
	background: #000;
	padding: 3px;
	color:#fff;
	*/
}


.original-area h3 {
	font-size: 17px;
	line-height: 2;
	letter-spacing: .15em;
	margin-bottom: 40px;
}

.original-area p {
	font-size: 12px;
	line-height: 2.4;
	letter-spacing: .05em;
}

.original-01 {
	background: url("../image/page/original/original-bg01.jpg") no-repeat;
	background-size: cover;
}

.original-02 {
	background: url("../image/page/original/original-bg02.jpg") no-repeat;
	background-size: cover;
	text-align: right;
}

.original-03 {
	background: url("../image/page/original/original-bg03.jpg") no-repeat;
	background-size: cover;
}


.original-02 p {
	font-size: 12px;
	line-height: 2.6;
}


/*----------------------------thought----------------------------*/

.professional-area {
	background: url("../image/page/thought/thought.png"),
		url("../image/page/thought/thought-bg.png");
	background-position: top left -50px, bottom;
	background-repeat: no-repeat;
	background-size: 185px 1020px, cover;
	padding: 150px 0 640px;
	margin-bottom: 170px;
}

.professional-main {
	text-align: center;
	margin-bottom: 70px;
}

.professional-area h2 {
	color: #42210B;
	font-size: 18px;
	letter-spacing: .1em;
	padding-left: 320px;
	margin-bottom: 50px;
}

.professional-area p {
	color: #42210B;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 3;
	padding-left: 320px;
}


.thought-area {
	padding: 110px 0;
	color: #fff;
	margin-bottom: 80px;
}

.thought-area h2 {
	font-size: 30px;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 40px;
}

.thought-area h3 {
	font-size: 17px;
	line-height: 2;
	letter-spacing: .15em;
	margin-bottom: 40px;
}

.thought-area p {
	font-size: 12px;
	line-height: 2.4;
	letter-spacing: .05em;
}

.thought-01 {
	background: url("../image/page/thought/thought-bg01.jpg") no-repeat;
	background-size: cover;
}

.thought-02 {
	background: url("../image/page/thought/thought-bg02.jpg") no-repeat;
	background-size: cover;
	text-align: right;
}

.thought-03 {
	background: url("../image/page/thought/thought-bg03.jpg") no-repeat;
	background-size: cover;
}


.thought-02 p,
.thought-03p.txt p{
	font-size: 12px;
}


/*---------------------------- gallery----------------------------*/
ul.gallery-list{
	margin-bottom: 50px !important;
	margin-top: 50px;
}
ul.gallery-list li {
		margin-bottom: 20px !important;

}

ul.gallery-list li h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

h2.gallery-ttl {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    color: #3C2618;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
    position: relative;
}

h2.gallery-ttl span {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 30px 0px 0px 20px;
    font-style: inherit;
	position: absolute;
	right: 0;
}

.inner-video {
    max-width: 1200px;
    width: 100%;
    margin: 2px auto 40px;
    display: block;
}


/*---------------------------- afterfollow----------------------------*/

p.afterfollow-no {
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
} 


h2.afterfollow-ttl {
	width: 630px;
	max-width: 63%;
	margin: 0 auto 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	font-size: 30px;
	letter-spacing: .3em;
	text-align: center;
	
}

.ttl-area {text-align: center; margin-bottom: 40px;}
.ttl-area h3.afterfollow-ttl02 {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	letter-spacing: .1em;
	border: 1px solid #000;
	padding: 25px 80px;
}

.afterfollow-flow {
	text-align: center;
	margin-bottom: 150px;
}

.afterfollow-schedule {
	text-align: center;
	margin-bottom: 75px;
}

ul.afterfollow-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

ul.afterfollow-list li.list {
	width: 320px;
	max-width: 32%;
	border: 1px solid #8F7C52;
	padding: 0 15px 30px;
	text-align: center;
}

ul.afterfollow-list li.list  .afterfollow-icon {
	width: 110px;
	text-align: center;
	margin: -4em auto 25px;
}

ul.afterfollow-list li.list  h3 {
	font-size: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

ul.afterfollow-list li.list ol {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

ul.afterfollow-list li.list ol li {
	width: 30%;
	max-width: 30%;
	background-color: #fff;
	text-align: center;
	margin-right: 12px;
	padding: 10px 0;
	font-size: 14px;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

ul.afterfollow-list li.list ol li:nth-of-type(3n) {margin-right: 0;}

ul.afterfollow-list li.list ol li:last-child {
	background: none;
	text-align: left;
}

ul.afterfollow-list li.list p.inspection {
	text-align: center;
	background: #8F7C52;
	color: #fff;
	font-size: 14px;
	letter-spacing: .2em;
	padding: 10px 0;
	margin-bottom: 10px;
}

ul.afterfollow-list li.list p.inspection-txt {
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	padding: 0 10px;
}

p.afterfollow-txt {
	font-size: 12px;
}

p.afterfollow-txt16 {
	font-size: 16px;
}


h2.guarantee-ttl {
	font-size: 26px;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.guarantee-area {
	width: 840px;
	max-width: 90%;
	margin: 0 auto 50px;
}

.guarantee-box {
	display: flex; 
	justify-content: space-between;
}
.guarantee-list {
	width: 48%;
}

.guarantee-list dt {
	font-size: 22px;
	color: #42210B;
	border: 1px solid #8F7C52;
	background-color: #fff;
	padding: 25px 35px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

.guarantee-list dt span {
	font-size: 12px;
	letter-spacing: 0em;
	padding-left: 20px;
}

.guarantee-list dd {
	font-size: 14px;
	line-height: 2;
}

.guarantee-list dd p {
	font-size: 16px;
}

.guarantee-list dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.guarantee-list dd ul li {
	width: 130px;
	background-color: #D7D7C2;
	font-size: 11px;
	letter-spacing: -.05em;
	padding: 10px 8px;
	margin-top: 10px;
}

.wi100 {width: 100% !important;}

.jio-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.jio-area .jio-img{
	width: 380px;
	max-width: 38%;
}

.jio-area .jio-info{
	width: 480px;
	max-width: 48%;
}

.jio-area .jio-info h3{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}

.jio-area .jio-info p{
	font-size: 12px;
}

p.txt-18{
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
}

p.txt-ttl {
	width: 86%;
	margin: 0 auto 60px;
	font-size: 24px;
	background: #534741;
	color: #fff;
	padding: 10px 0;
	text-align: center;
} 

/*----------------------------form----------------------------*/

.form-ttl {
	font-size: 30px;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 80px;
}

.form-area {
	width: 750px;
	margin: 0 auto 60px;
	border-bottom: 1px solid #000;
}

.form-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.form-tel dt {
	max-width: 48%;
	font-size: 20px;
	letter-spacing: .2em;
	border: 1px solid #000;
	padding: 10px;
}
.form-tel dd {
	width: 350px;
	max-width: 48%;
	margin-left: 20px;
}

p.form-txt {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 60px;
}

.mail-area {margin-bottom: 20px;}
.ttl-area h2.mail-form {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	border: 1px solid #000;
	padding: 10px 40px;
}


/*----------------------------form----------------------------*/

.form-tel-area {
	display: flex;
	justify-content: space-between;
}

.owari-area,
.mikawa-area {
	width: 480px;
	max-width: 48%;
}

.form-tel-area h2 {
	background-color: #000;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

.form-tel-area h3 {
	font-size: 16px;
	padding: 10px;
	letter-spacing: .1em;
	margin-bottom: 30px;
	border: 1px solid #000;
}

.form-tel-area .tel {
	text-align: center;
}


ul.mail-list {
	width: 340px;
	max-width: 90%;
	margin: 0 auto;
}
ul.mail-list li + li {margin-top: 20px;}
ul.mail-list li a{
	width: 100%;
	display: block;
	background: url("../image/page/contact/check-off.png") no-repeat #fff;
	background-size: 18px;
	background-position: center left 25px;
	padding: 15px 24px;
	color: #000;
	font-size: 16px;
	text-indent: 30px;
}

ul.mail-list li a:hover{
	width: 100%;
	display: block;
	background: url("../image/page/contact/check-on.png") no-repeat #DF5656;
	background-size: 18px;
	background-position: center left 25px;
	padding: 15px 24px;
	color: #fff;
	font-size: 16px;
	text-indent: 30px;
}



.error-area  {
	text-align: center;
	margin-bottom: 100px;
}

.error-area h2.ttl {
	padding-top: 100px;
	text-align: center;
}

.error-area h3 {
	margin-bottom: 20px;
}

.error-area p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}

.btn_page {
	width: 20%;
	margin: 0 auto;
	text-align: center;
}
.btn_page a {
	display: block;
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 14px 0;
}

.btn_page a:hover {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
}

.calendar-area img {
	width: 100%;
}


/*----------------------------form----------------------------*/

table {width: 100%;}
.form-inner {padding-bottom: 100px;}
.formTable {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
}

table.formTable th {
	font-size:14px;
	font-weight: normal;
	box-sizing: border-box;
	border-collapse: collapse;
}



table.formTable th span {
	background-color: #A0272D;
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	padding: 6px 18px;
	margin-right: 20px;
}
table.formTable tr.top td,
table.formTable tr.top th{
	width: 100%;
	display: block;
}
table.formTable tr.top th {
	font-size: 16px;
}






span.area-ttl {
	font-size: 16px;
	padding: 30px 0 10px;
	letter-spacing: .1em;
	display: block;
	width: 100%;
}

span.area-txt {
	font-size: 13px;
	line-height: 2;
	padding: 30px 0 40px;
	letter-spacing: .1em;
}

span.area-txt01 {
	font-size: 13px;
	line-height: 2;
	padding: 10px 0 0;
	letter-spacing: .1em;
}

.checkbox {
	display: flex;
	flex-wrap: wrap !important; 
	align-items: center;
}

.checkbox-area span:nth-child(-n+2) {
	margin-bottom: 100px !important;
}
div.checkbox span:nth-child(2){
	
	margin-right: 20% !important;
	  }

span.mikawa {margin-top: -7.5%;}



.ttl-top {padding-top: 185px !important;}
.formTable .ttl-top.henko{
	padding-top: 0 !important;
}

.mw_wp_form_confirm .area-ttl {display: none;}
.mw_wp_form_confirm .checkbox {padding-top: 20px;}

.checkbox .mwform-checkbox-field {
	width: 32% !important;
	max-width: 32% !important;
	margin: 0 10px 10px 0 !important;
	background-color: #fff;
}

.checkbox .mwform-radio-field {
    text-align: center;
    width: 15%;
    margin-left: 15%;
}

.checkbox .mwform-checkbox-field label {
	width: 100% !important;
	max-width: 100% !important;
	padding: 20px;
	display: block;
}

.wi100 {width: 100% !important;}
.pl20 {padding-left: 20% !important;}


table.formTable tr.top.form th,
table.formTable tr.top.form td {
	display: inline-block !important;
	padding: 15px 0;
}
table.formTable tr.top.form th {
	width: 20% !important;
}

table.formTable tr.top.form td {
	width: 80% !important;
}


table.formTable td .cont_input{
	width:80%;
	height: 50px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #fff;
	overflow: hidden;
}

table.formTable td .cont_inputb{
	width:22%;
	height: 50px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #fff;
	overflow: hidden;
}

table.formTable td .cont_inputc{
	width:100%;
	height: 50px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #fff;
	overflow: hidden;
}

.agree-check {
	text-align: center;
}

.more-form {
	width: 26%;
	text-align: center;
	margin: 40px auto;
}

.more-form a {
	width: 100%;
	color: #000;
	border: 1px solid #000;
}


#submit{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 100px auto 0;
}


#submit input{
	font-size: 18px;
    background-color: #A0272D;
    border: 1px solid #A0272D;
    text-decoration: none;
    color: #fff;
    padding: 25px 40px;
    letter-spacing: 1px;
    display: block;
    width: 40%;
	cursor:pointer; 
}

.mw_wp_form .error {
    font-size: 33% !important;
    color: #B70000;
    display: inline-block !important;
}

#submit input:hover{
	background-color: #fff;
	border: 1px solid #A0272D;
	color: #4d4d4d;
}
#submit input.backbtn{
	background: #408a84;
	color: #fff;
	border:1px solid #408a84;
	margin-right: 20px;
}
#submit input.backbtn:hover{
	background: #fff;
	color: #408a84;
}

.sb_instagram_header,
#sbi_load {display: none !important;}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3, .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {color: #333 !important;}



.thanks-area {
	padding: 0 0 50px;
	text-align: center;
}

.thanks-area h3 {
	font-size: 35px;
	letter-spacing: .1em;
	margin-bottom: 80px;
}

.thanks-area p {
	font-size: 16px;
	line-height: 2;
}

.thanks-area p + p {margin-top: 35px;}
.thanks-area p a {
	color: #333;
}

.thanks-area p a:hover {
	color: #c00;
}

.thanks-area p.last {padding-top: 50px;}

.Pamphlet{
	margin: 5rem auto;
}

.Pamphlet-area > ul {
	display: flex;
	justify-content: center;
	gap: 1rem;
  }
.Pamphlet-area  ul li{
	width: 23%;
  }
  
.Pamphlet-area  ul li img{
	width: 100%;
  }
  .Pamphlet-area  ul li a:hover{
	opacity: .8;
  }
  .Pamphlet-area  img.centered:nth-child(3) {
	margin-top: 10rem;
  }
  

  .nenmatu img{
	display: block;
	margin: 0 auto 5rem;

  }