@charset "UTF-8";

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

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

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

img {
	border:0;
	vertical-align:bottom;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

/*	font
-------------------------------------------------------------------*/

@font-face {
  font-family: 'denmark';
  src: url('../font/DENMARK.TTF') format('truetype');
}


/*	body
-------------------------------------------------------------------*/

body {
	background-color: #fff;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.block {
	display: block;
}

.anchor {
    padding-top: 100px;
    margin-top:-100px;
    display: block;
}

.anchor#access {
    padding-top: 270px;
    margin-top:-270px;
    display: block;
}

@media screen and (max-width: 1024px) {

.anchor {
    padding-top: 50px;
    margin-top:-50px;
    display: block;
}

}

@media screen and (max-width: 599px) {

.anchor#access {
    padding-top: 70px;
    margin-top:-70px;
    display: block;
}

.none599 {
	display: none;
}

}


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

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

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

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


/*	キービジュアル
-------------------------------------------------------------------*/

#key {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 16px 20px;
}

#key img {
	width: 100%;
	height: auto;
}

#main_v001,
#main_v002 {
	position: relative;
}

#main_v001 span,
#main_v002 span {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 599px) {

#key {
	padding: 15px 15px 15px 15px;
}

#main_v001 span,
#main_v002 span {
	display: none;
}

}


/*	ヘッダー
-------------------------------------------------------------------*/

header {
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	box-sizing: border-box;
	padding-top: 10px;
	z-index: 5;
}

header h1 {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

header h1 #marushika {
	width: 261px;
	padding-left: 34px;
	box-sizing: border-box;
}

header h1 #dmm {
	width: calc(100% - 261px);
	box-sizing: border-box;
}

header h1 #dmm span:nth-of-type(1) {
	display: block;
	border-left: solid 1px #1E1F23;
	font-size: 36px;
	line-height: 1;
	font-family: 'denmark';
	color: #1E1F23;
	padding-left: 25px;
}

header h1 #dmm span:nth-of-type(2) {
	display: block;
	border-left: dotted 1px #666666;
	font-size: 12px;
	line-height: 1;
	margin-top: 2px;
	padding-left: 25px;
	color: #000;
}

header h1 #dmm span:nth-of-type(2) i {
	font-style: normal;
	display: inline-block;
	margin-right: 0.5em;
}

header h1 #dmm a {
	color: #000;
	text-decoration: none;
}

header .inst_link {
	width: 260px;
	height: 30px;
	position: absolute;
	right: 130px;
	top: 20px;
	transition: right 0.2s;
}

header .inst_link img {
	margin-right: 12px;
}

header .inst_link a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-bottom: dotted 1px #ababab;
	transition: color 0.2s;
}

header .inst_link a:hover {
	color: #ce1127;
}

header .inst_link a:nth-of-type(1) {
	margin-right: 15px;
}


@media screen and (max-width: 1099px) {

header .inst_link {
	right: 80px;
}

}

@media screen and (max-width: 1024px) {

header .inst_link {
	display: none;
}

}

@media screen and (max-width: 768px) {

header {
	height: 50px;
}

header h1 #marushika {
	width: 70px;
	padding-left: 20px;
	box-sizing: border-box;
}

header h1 #marushika img {
	width: 40px;
	height: auto;
}

header h1 #dmm {
	width: calc(100% - 94px);
}

header h1 #dmm span:nth-of-type(1) {
	font-size: 18px;
	padding-left: 12px;
}

header h1 #dmm span:nth-of-type(2) {
	font-size: 10px;
	margin-top: 2px;
	padding-left: 12px;
}

}

@media screen and (max-width: 599px) {

header h1 #marushika {
	width: 65px;
	padding-left: 15px;
}

header h1 #dmm {
	width: calc(100% - 80px);
}

header h1 #dmm span:nth-of-type(2) i {
	display: none;
}

}

@media screen and (max-width: 359px) {

header h1 #marushika {
	display: none;
}

header h1 #dmm {
	width: 100%;
	padding-left: 15px;
}

}


/*	cc
-------------------------------------------------------------------*/

#cc {
	padding: 66px 0 116px 0;
	background: url(../img/cc_back.png) right bottom no-repeat;
	overflow: hidden;
}

#c-img {
	text-align: center;
}

#c-img img {
	max-width: 100%;
	height: auto;
}

#cc h2 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 1;
	color: #00208C;
	margin-top: 30px;
}

#cc h2 span:nth-of-type(1) {
	display: block;
}

#cc h2 span:nth-of-type(2) {
	display: block;
	margin: 25px 0;
}

#cc h2 span:nth-of-type(3) {
	display: block;
}

#cc_txt {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 50px;
	line-height: 2;
	text-shadow:
            3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
}

#cc_txt br.none {
	display: none;
}

@media screen and (max-width: 1299px) {

#cc_txt br.none {
	display: block;
}

}


@media screen and (max-width: 1024px) {

#cc h2 { font-size: 50px; }

#cc h2 span:nth-of-type(2) img {
	width: 60px;
	height: 60px;
}

}


@media screen and (max-width: 768px) {

#cc h2 { font-size: 40px; }

#cc h2 span:nth-of-type(2) img {
	width: 60px;
	height: 60px;
}

#cc_txt { font-size: 16px; }

}


@media screen and (max-width: 599px) {

#cc {
	padding: 33px 0 58px 0;
	background-size: 300px auto;
}

#c-img img {
	width: 60px;
	height: auto;
}

#cc h2 {
	font-size: 30px;
	margin-top: 15px;
}

#cc h2 span:nth-of-type(2) img {
	width: 40px;
	height: 40px;
}

#cc h2 span:nth-of-type(2) {
	margin: 20px 0;
}

#cc_txt {
	font-size: 14px;
	margin-top: 25px;
	line-height: 2;
}

}

@media screen and (max-width: 374px) {

#cc h2 {
	font-size: 26px;
}

#cc h2 span:nth-of-type(2) img {
	width: 30px;
	height: 30px;
}

#cc_txt {
	font-size: 12px;
}

}



/*	room
-------------------------------------------------------------------*/
#room {
	background: url(../img/pt01.png) right bottom repeat-x;
	background-color: #1E1F23;
	padding-bottom: 250px;
}

#room01 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#room01 #left {
    width: 49%;

}
#room01 #right {
    width: 51%;
}

#room01 {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

#room01 #right .inner {
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
}

#room01 #right h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
}

#room01 #right h3 span {
	font-size: 14px;
	font-family: 'denmark';
	color: #999;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
	font-weight: 700;
}

#room01 #right h4 {
	text-align: right;
	border-top: solid 1px #999;
	position: relative;
	margin-top: 100px;
}

#room01 #right h4 span {
	display: inline-block;
	border: solid 1px #999;
	padding: 10px 17px;
	font-size: 14px;
	line-height: 1;
	position: relative;
	top: -20px;
	background-color: #1E1F23;
}

#room01 #right h5 {
	font-size: 26px;
	line-height: 1;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 45px 0 20px 0;
}

#dm_head_txt {
	margin-top: 46px;
}

#dm_head_txt p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#use_kenzai {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	margin-top: 30px;
}

.use_kenzai_single {
	width: 50%;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.use_kenzai_single:nth-of-type(odd) {
	padding-right: 20px;
}

.use_kenzai_single:nth-of-type(even) {
	padding-left: 20px;
}

.use_kenzai_single dl {
	margin-top: 20px;
}

.use_kenzai_single dl dt {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 17px;
}

.use_kenzai_single dl dt span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

.use_kenzai_single img {
	width: 100%;
	height: auto;
}

.use_kenzai_single dl dd {
	line-height: 1.8;
	font-size: 14px;
}

#room_gl {
	position: sticky;
	top: 70px;
}

#room_gl p img {
	width: 100%;
	height: auto;
}

#right_room_img img {
	width: 100%;
	height: auto;
}

.slider_left01,
.slider_left02,
.slider_left03,
.slider_left04,
.slider_left05 {
	width: 100%;
	background-color: #fff;
	position: relative;
}

.slider_left05 {
	display: none;
}

.slider_left01 img,
.slider_left02 img,
.slider_left03 img,
.slider_left04 img,
.slider_left05 img {
	width: 100%;
	height: auto;
}

.slider_left04 {
	display: block;
	position: sticky;
	top: 70px;
}


.kagu_txt p {
	font-size: 14px;
	line-height: 1.8;
}

.kagu_txt a {
	color: #fff;
	border-bottom: dotted 1px #fff;
	text-decoration: none;
}


@media screen and (max-width: 1199px) {

#room01 #right h3 span {
	display: block;
	margin-left: 0;
	margin-top: 10px;
}

}

@media screen and (max-width: 1024px) {

#room01 #left {
    width: 40%;

}
#room01 #right {
    width: 60%;
}

.slider_left01,
.slider_left02,
.slider_left03,
.slider_left04 {
	display: none;
}

.slider_left05 {
	display: block;
	position: sticky;
	top: 70px;
}

}

@media screen and (max-width: 768px) {

#left_img03 { top: 50px; }

#room01 #right .inner {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}

#room01 #right h3 {
	font-size: 26px;
}

#room01 #right h3 span {
	font-size: 12px;;
}

#dm_head_txt {
	margin-top: 30px;
}

#dm_head_txt p {
	font-size: 14px;
}

#room01 #right h4 {
	margin-top: 75px;
}

#room01 #right h4 span {
	font-size: 12px;
	top: -18px;
	background-color: #1E1F23;
}

#use_kenzai {
	margin-top: 20px;
}

.use_kenzai_single {
	margin-bottom: 45px;
}

.use_kenzai_single:nth-of-type(odd) {
	padding-right: 10px;
}

.use_kenzai_single:nth-of-type(even) {
	padding-left: 10px;
}

.use_kenzai_single dl dt {
	margin-bottom: 12px;
}

.use_kenzai_single dl dt span {
	font-size: 16px;
	margin-top: 5px;
}

.use_kenzai_single dl dd {
	font-size: 12px;
}

#room01 #right h5 {
	font-size: 20px;
	margin: 45px 0 16px 0;
}

}

@media screen and (max-width: 599px) {

#room {
	padding-bottom: 80px;
}

#room01 #left {
    width: 100%;

}
#room01 #right {
    width: 100%;
}

#room01 #right .inner {
	padding: 30px 20px 0 20px;
}

#left_img03 {
	display: none;
}

#room_gl_sp {
	display: block;
}

#room_gl_sp img {
	max-width: 100%;
	height: auto;
}

#room01 #right h3 {
	font-size: 24px;
}

#room01 #right h3 span {
	font-size: 10px;;
}

.use_kenzai_single {
	margin-bottom: 30px;
}

.use_kenzai_single:nth-of-type(odd) {
	padding-right: 7px;
}

.use_kenzai_single:nth-of-type(even) {
	padding-left: 7px;
}

#room01 #right h5 {
	font-size: 20px;
	margin: 36px 0 10px 0;
}

.kagu_txt p {
	font-size: 12px;
	line-height: 1.6;
}

}

@media screen and (max-width: 374px) {

.use_kenzai_single dl dt {
	margin-bottom: 9px;
}

.use_kenzai_single dl dt span {
	font-size: 14px;
	margin-top: 5px;
}

.use_kenzai_single dl dd {
	font-size: 10px;
}

}


/*	room contact access
-------------------------------------------------------------------*/

#room_contact_back_00 { display: none; width: 100%; height: auto; }

#room_contact-access {
	padding: 0 35px;
	background-color: #fff;
}

#room_contact {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	border: solid 2px #fff;
	border-radius: 20px;
	box-sizing: border-box;
	background: url(../img/room_contact_back.jpg) right -5px top no-repeat;
	background-size: auto 100%;
	padding: 50px 390px 60px 90px;
	background-color: #1E1F23;
	position: relative;
	top: -170px;
}

#room_contact_title {
	font-size: 30px;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

#room_contact_title span {
	display: inline-block;
	width: 48px;
	margin-right: 25px;
}

#room_contact_title span img {
	width: 100%;
	height: auto;
}

#room_contact_open {
	font-family: 'denmark';
	color: #fff;
	font-weight: normal;
	font-size: 56px;
	line-height: 1;
	margin: 30px 0 34px 0;
}

#room_contact_txt {
	font-size: 18px;
	line-height: 2;
}

#room_contact ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	list-style: none;
	margin-top: 40px;
}

#room_contact ul li {
	width: calc(50% - 24px);
	box-sizing: border-box;
	padding-bottom: 6px;
}

#room_contact ul li#room_contact_mail {
	margin-right: 24px;
	border-bottom: dotted 1px #fff;
	font-size: 30px;
}

#room_contact ul li#room_contact_tel {
	margin-left: 24px;
	border-bottom: dotted 1px #fff;
	font-size: 34px;
}

#room_contact ul li#room_contact_mail span {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

#room_contact ul li#room_contact_tel span {
	font-family: 'denmark';
	font-weight: normal;
	font-size: 30px;
	display: inline-block;
	margin-right: 30px;
}

#room_contact ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
	display: block;
}

#room_access {
	color: #1E1F23;
	max-width: 1230px;
	margin: 0 auto;
	border-bottom: dotted 1px #1E1F23;
	position: relative;
	top: -130px;
	padding-bottom: 10px;
}

#room_access h4 {
	font-family: 'denmark';
	font-size: 22px;
	line-height: 1.8;
	width: 130px;
	float: left;
}

#access_info {
	width: calc(100% - 130px);
	float: right;
	border-left: dotted 1px #1E1F23;
	box-sizing: border-box;
	padding-left: 40px;
	padding-bottom: 10px;
}

#access_info p {
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 1299px) {

#room_contact {
	background-size: auto 100%;
	padding: 50px 400px 40px 50px;
}

#room_contact_title {
	font-size: 25px;
}

#room_contact_title span {
	width: 38px;
	margin-right: 16px;
}

#room_contact_open {
	font-size: 44px;
	line-height: 1;
	margin: 30px 0 34px 0;
}

#room_contact_txt {
	font-size: 16px;
	line-height: 1.8;
}

#room_contact ul li { width: 100%; }

#room_contact ul li#room_contact_mail {
	margin-right: 0;
	margin-bottom: 20px;
}

#room_contact ul li#room_contact_tel { margin-left: 0; }
#room_contact ul li#room_contact_tel span { font-size: 26px; }

}

@media screen and (max-width: 999px) {

#room_contact-access {
	padding: 0 20px;
}

#room_contact {
	padding: 30px 300px 30px 40px;
}

#room_contact_title {
	font-size: 18px;
}

#room_contact_title span {
	width: 28px;
	margin-right: 10px;
}

#room_contact_open {
	font-size: 33px;
	line-height: 1;
	margin: 16px 0 10px 0;
}

#room_contact_txt {
	font-size: 14px;
	line-height: 1.6;
}

#room_contact ul {
	margin-top: 30px;
}

#room_contact ul li#room_contact_mail {
	font-size: 20px;
}

#room_contact ul li#room_contact_tel {
	font-size: 24px;
}

#room_contact ul li#room_contact_mail span {
	display: inline-block;
	margin-right: 20px;
}

#room_contact ul li#room_contact_mail span img {
	width: 40px;
	height: auto;
}

#room_contact ul li#room_contact_tel span {
	font-size: 20px;
	margin-right: 20px;
}

#room_access {
	color: #1E1F23;
	max-width: 1230px;
	margin: 0 auto;
	border-bottom: dotted 1px #1E1F23;
	position: relative;
	top: -130px;
	padding-bottom: 10px;
}

#room_access h4 {
	font-size: 18px;
	line-height: 1.8;
	width: 90px;
	padding-left: 20px;
	float: left;
}

#access_info {
	width: calc(100% - 110px);
	float: right;
	border-left: dotted 1px #1E1F23;
	box-sizing: border-box;
	padding-left: 40px;
	padding-bottom: 10px;
}

#access_info p {
	font-size: 16px;
	line-height: 1.8;
}

}

@media screen and (max-width: 767px) {

#room_contact {
	padding: 20px 260px 20px 30px;
}

#room_contact_title {
	text-align: center;
	line-height: 1.2;
}

#room_contact_title span {
	display: block;
	margin: 0 auto 10px auto;
}

#room_contact_open {
	font-size: 20px;
	line-height: 1.2;
	margin: 10px 0 10px 0;
	text-align: center;
}

#room_contact_txt {
	font-size: 12px;
	line-height: 1.6;
}

#room_contact ul {
	margin-top: 20px;
}

#room_contact ul li#room_contact_mail {
	font-size: 18px;
}

#room_contact ul li#room_contact_tel {
	font-size: 20px;
}

#room_contact ul li#room_contact_mail span {
	display: inline-block;
	margin-right: 20px;
}

#room_contact ul li#room_contact_mail span img {
	width: 30px;
	height: auto;
}

#room_contact ul li#room_contact_tel span {
	font-size: 16px;
	margin-right: 20px;
}

#access_info p {
	font-size: 14px;
	line-height: 1.8;
}

}

@media screen and (max-width: 599px) {

#room_contact-access {
	padding: 20px;
}

#room_contact_back_00 { display: block; }

#room_contact {
	background: url(../img/room_contact_back_sp.jpg) center top no-repeat;
	background-size: 100% auto;
	background-color: #1E1F23;
	padding: 0px;
	top: 0;
}

#room_contact .inner {
	padding: 20px 20px 40px 20px;
}

#room_access {
	top: 0px;
	margin-top: 20px;
}

#room_access h4 {
	width: 100%;
	padding-left: 0px;
	float: none;
	box-sizing: border-box;
}

#access_info {
	width: 100%;
	float: none;
	border-left: dotted 0px #1E1F23;
	padding-left: 1em;
	padding-bottom: 10px;
}

}


/*	gallery
-------------------------------------------------------------------*/

#gallery {
	padding: 0 50px;
	color: #1E1F22;
}

#gallery .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#gallery h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
}

#gallery_head_txt {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 20px;
}

.slider_gl img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px) {

#gallery { padding: 0 20px; }
#gallery h3 { font-size: 26px; }
#gallery_head_txt {
	font-size: 14px;
	margin-top: 15px;
}

}

@media screen and (max-width: 599px) {

#gallery { padding: 20px 20px 0 20px; }
#gallery h3 { font-size: 24px; }

}


/*	vr_showroom
-------------------------------------------------------------------*/

#vr_showroom {
	padding: 0 50px;
	color: #1E1F22;
	margin-top: 120px;
}

#vr_showroom.vr_showroom_page { margin-top: 60; }

#vr_showroom .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	border-top: dotted 1px #1E1F23;
	padding: 60px 0 120px 0;
}

#vr_showroom .inner.inner_page {
	border-top: dotted 0px #1E1F23;
	padding: 0px 0 120px 0;
}

#vr_showroom h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
}

.vr_sm_head_txt {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 30px;
}

.vr_sm_head_txt.mg10 {
	margin-top: 10px;
}

.vr_sm_head_list {
	border: dotted 1px #ccc;
	padding: 0.5em 1em 0.5em 2.5em;
	margin-top: 10px;
}

.vr_sm_head_list li {
	margin: 20px 0;
}

.vr_sm_head_list li a {
	color: #333;
	text-decoration: none;
	background-color: #efefef;
	padding: 6px;
	transition: all 0.2s;
}

.vr_sm_head_list li a:hover {
	color: #fff;
	background-color: #666;
}

.vr_link {

}

.vr_link li {
	display: block;
	list-style: none;
	margin-bottom: 40px;
}

.vr_link li:nth-of-type(3) {
	margin-bottom: 0px;
}

.vr_link li a {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 600;
	display: block;
	border-radius: 16px;
	padding: 30px;
	line-height: 100px;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s;
	box-sizing: border-box;
}

.vr_link li a:hover {
	background-color: #454545;
}

#vr_360 {
	background-image: url("../img/list01.png"), url("../img/360.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 38px center, right 60px center;
	background-color: #1E1F20;
}

#vr_360:hover {
	background-image: url("../img/list01.png"), url("../img/360.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 28px center, right 60px center;
	background-color: #454545;
}

#vr_180 {
	background-image: url("../img/list01.png"), url("../img/180.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 38px center, right 60px center;
	background-color: #1E1F20;
}

#vr_180:hover {
	background-image: url("../img/list01.png"), url("../img/180.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 28px center, right 60px center;
	background-color: #454545;
}

#vr_gg {
	background-image: url("../img/list02.png"), url("../img/vr_gg_back.png");
	background-repeat: no-repeat, repeat-x;
	background-position: right 38px center, left bottom;
	background-color: #fff;
	color: #1E1F1F;
	border: solid 2px #1E1F20;
}

#vr_gg:hover {
	background-image: url("../img/list02.png"), url("../img/vr_gg_back0.png");
	background-repeat: no-repeat, repeat-x;
	background-position: right 28px center, left bottom;
	background-color: #efefef;
	color: #1E1F1F;
}

.vr_qr {
	margin-right: 36px;
}

.vr_link li p {
	font-size: 16px;
	margin-top: 0.5em;
	padding: 0 30px 0 1em;
	text-indent:-1em;
	margin-left: 30px;
}

@media screen and (max-width: 1024px) {

.vr_link li a {
	font-size: 28px;
}

}

@media screen and (max-width: 768px) {

#vr_showroom { padding: 0 20px; }
#vr_showroom .inner { padding: 45px 0 90px 0; }
#vr_showroom .inner.inner_page { padding: 0px 0 60px 0; }

#vr_showroom h3 { font-size: 26px; }

.vr_sm_head_txt {
	font-size: 14px;
	margin-top: 20px;
}

}

@media screen and (max-width: 599px) {

#vr_showroom.vr_showroom_page { margin-top: 30px; }
#vr_showroom .inner { padding: 30px 0 60px 0; }
#vr_showroom .inner.inner_page { padding: 0px 0 30px 0; }

#vr_showroom h3 { font-size: 24px; }

.vr_link li a {
	font-size: 20px;
	padding: 30px 20px;
	line-height: 1;
}

.vr_link li a img {
	display: none;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.vr_link li a span {
	display: block;
	text-align: left;
}

#vr_360 {
	background-image: url("../img/list01.png"), url("../img/360_sp.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 20px center, center center;
	background-size: 10px auto, 100% auto;
	background-color: #1E1F20;
}

#vr_360:hover {
	background-image: url("../img/list01.png"), url("../img/360_sp.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 16px center, center center;
	background-size: 10px auto, 100% auto;
	background-color: #1E1F20;
}

#vr_180 {
	background-image: url("../img/list01.png"), url("../img/180_sp.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 20px center, center center;
	background-size: 10px auto, 100% auto;
	background-color: #1E1F20;
}

#vr_180:hover {
	background-image: url("../img/list01.png"), url("../img/180_sp.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 16px center, center center;
	background-size: 10px auto, 100% auto;
	background-color: #1E1F20;
}

#vr_gg {
	background-image: url("../img/list02.png"), url("../img/vr_gg_back.png");
	background-repeat: no-repeat, repeat-x;
	background-position: right 20px center, center bottom;
	background-size: 10px auto, auto auto;
	background-color: #fff;
	color: #1E1F1F;
	border: solid 2px #1E1F20;
}

#vr_gg:hover {
	background-image: url("../img/list02.png"), url("../img/vr_gg_back0.png");
	background-repeat: no-repeat, repeat-x;
	background-position: right 16px center, center bottom;
	background-size: 10px auto, auto auto;
	background-color: #fff;
	color: #1E1F1F;
}

.vr_link li p {
	font-size: 12px;
	padding: 0 0px 0 0;
	text-indent:-1em;
	margin-left: 1em;
}

.vr_sm_head_list li a {
	padding: 3px;
	font-size: 14px;
	display: block;
}

}


@media screen and (max-width: 320px) {

.vr_link li a {
	font-size: 18px;
}

}


/*	vr_info
-------------------------------------------------------------------*/

#vr_info {
	padding: 0 50px;
	color: #1E1F22;
	margin-bottom: 120px;
}

#vr_info .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	border-bottom: dotted 1px #1E1F23;
	padding: 0px 0 120px 0;
}

#vr_info.vr_info_page .inner {
	padding: 0px 0 60px 0;
	border-bottom: none;
}

#vr_info h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
}

.vr_info_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

.vr_info_box .img {
	width: 570px;
}

.vr_info_box .txt {
	width: calc(100% - 570px);
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 60px;
}

.vr_info_box .img img {
	width: 100%;
	height: auto;
}

.vr_info_box .txt p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1em;
}

.vr_info_box .txt a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	display: block;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	background: url(../img/list01.png) right 38px center no-repeat;
	background-color: #1E1F20;
	border-radius: 16px;
	height: 100px;
	line-height: 100px;
	padding-left: 1.5em;
	transition: all 0.2s;
	margin-top: 40px;
}

.vr_info_box .txt a:hover {
	background: url(../img/list01.png) right 28px center no-repeat;
	background-color: #454545;
}

@media screen and (max-width: 1200px) {

.vr_info_box .img {
	width: 400px;
}

.vr_info_box .txt {
	width: calc(100% - 400px);
}

.vr_info_box .txt p { font-size: 16px; }

}

@media screen and (max-width: 1024px) {

.vr_info_box .txt a {
	font-size: 24px;
}

}

@media screen and (max-width: 999px) {

.vr_info_box .img {
	width: 100%;
}

.vr_info_box .txt {
	width: 100%;
	padding-left: 0px;
	padding-top: 30px;
}

}

@media screen and (max-width: 768px) {

#vr_info { padding: 0 20px; margin-bottom: 90px; }
#vr_info h3 { font-size: 26px; }

#vr_info .inner { padding: 0px 0 90px 0; }


.vr_info_box .txt p { font-size: 14px; }
}

@media screen and (max-width: 599px) {

#vr_info { margin-bottom: 60px; }
#vr_info h3 { font-size: 24px; }

#vr_info .inner { padding: 0px 0 60px 0; }

.vr_info_box .txt a {
	font-size: 20px;
	background-size: 10px auto;
}

.vr_info_box .txt a:hover {
	background-size: 10px auto;
}

}


/*	vr_showroom_main
-------------------------------------------------------------------*/

.vr_showroom_main {
	background: url(../img/pt02.jpg) right top repeat-x;
	background-color: #1e1f23;
	color: #000;
	padding: 60px 60px 60px 60px;
	box-sizing: border-box;
}

.vr_showroom_main .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 60px 60px  60px;
	background-color: #fff;
	box-sizing: border-box;
}

.vr_showroom_main.viewer_page {
	background: url(---) right top repeat-x;
	padding: 0px;
}

.vr_showroom_main h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
	color: #1e1f23;
}

.vr_showroom_head_txt {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.6;
	color: #1e1f23;
}

.vr_showroom_head_txt2 {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1;
	color: #1e1f23;
}

.vr_showroom_head_txt2 img {
	width: 40px;
	height: auto;
	vertical-align: middle;
}

.showroom_map_set {
	margin-top: 30px;
	width: 100%;
}

.showroom_map {
	width: 100%;
	position: relative;
}

.map_img {
	position: relative;
}

.map_img img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	border: solid 2px #fff;
	box-sizing: border-box;
}

.showroom_btn {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	margin-top: 30px;
}

.showroom_btn li {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 6px;
	list-style: none;
}

.showroom_btn li:nth-of-type(odd) {
	padding-right: 3px;
}

.showroom_btn li:nth-of-type(even) {
	padding-left: 3px;
}

.showroom_btn li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 18px;
	font-weight: 700;
	color: #fff;
	height: 64px;
	line-height: 64px;
	padding-left: 60px;
	text-decoration: none;
	transition: all 0.2s;
	border: solid 2px #fff;
}

#btn360_01 a {
	background: url(../img/360_01.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_02 a {
	background: url(../img/360_02.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_03 a {
	background: url(../img/360_03.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_04 a {
	background: url(../img/360_04.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_05 a {
	background: url(../img/360_05.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_06 a {
	background: url(../img/360_06.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_07 a {
	background: url(../img/360_07.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn360_01 a:hover,
#btn360_02 a:hover,
#btn360_03 a:hover,
#btn360_04 a:hover,
#btn360_05 a:hover,
#btn360_06 a:hover,
#btn360_07 a:hover {
	background-color: #454545;
}


#btn180_01 a {
	background: url(../img/180_01.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_02 a {
	background: url(../img/180_02.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_03 a {
	background: url(../img/180_03.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_04 a {
	background: url(../img/180_04.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_05 a {
	background: url(../img/180_05.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_06 a {
	background: url(../img/180_06.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_07 a {
	background: url(../img/180_07.svg) left 10px center no-repeat;
	background-color: #1E1F20;
	background-size: 40px auto;
}

#btn180_01 a:hover,
#btn180_02 a:hover,
#btn180_03 a:hover,
#btn180_04 a:hover,
#btn180_05 a:hover,
#btn180_06 a:hover,
#btn180_07 a:hover {
	background-color: #454545;
}


@media screen and (max-width: 1599px) {

.showroom_map_set {
	max-width: 1200px;
	margin: 30px auto 0 auto;
}

.showroom_map {
	margin-bottom: 30px;
}

}


@media screen and (max-width: 1024px) {

.vr_showroom_main { padding: 40px; }
.vr_showroom_main .inner { padding: 40px; }

}

@media screen and (max-width: 768px) {

.vr_showroom_main { padding: 20px 20px 20px 20px; }
.vr_showroom_main h3 { font-size: 26px; }

.vr_showroom_head_txt { font-size: 14px; }
.vr_showroom_head_txt2 { font-size: 14px; margin-top: 10px; }
.vr_showroom_head_txt2 img { width: 36px; }

}

@media screen and (max-width: 599px) {

.vr_showroom_main { padding: 15px 15px 15px 15px; }
.vr_showroom_main .inner { padding: 20px 15px; }
.vr_showroom_main h3 { font-size: 20px; }

.vr_showroom_head_txt { font-size: 12px; }
.vr_showroom_head_txt2 { font-size: 12px; }
.vr_showroom_head_txt2 img { width: 30px; }

.showroom_map_set { margin-top: 20px; }
.showroom_map { margin-bottom: 20px; }
.showroom_btn li { width: 100%; margin-bottom: 3px; }
.showroom_btn li:nth-of-type(odd) { padding-right: 0px; }
.showroom_btn li:nth-of-type(even) { padding-left: 0px; }
.showroom_btn li a { border: none; }

}


/*	map360
-------------------------------------------------------------------*/

.map360 a img {
	width: 80px;
	height: auto;
}

.map360 a {
	position: absolute;
}

#mk360_01 { bottom:20%; left:13%; }
#mk360_02 { bottom:12%; left:45%; }
#mk360_03 { bottom:12%; right:28%; }
#mk360_04 { top:45%; left:54%; }
#mk360_05 { top:25%; left:35%; }

@media screen and (max-width: 1024px) {

.map360 a img {
	width: 70px;
	height: auto;
}

#mk360_02 { bottom:7%; left:45%; }
#mk360_03 { bottom:7%; right:28%; }

}

@media screen and (max-width: 768px) {

.map360 a img {
	width: 60px;
	height: auto;
}

}

@media screen and (max-width: 599px) {

.map360 a img {
	width: 30px;
	height: auto;
}

#mk360_02 { bottom:10%; left:45%; }
#mk360_03 { bottom:10%; right:28%; }
#mk360_05 { top:20%; left:30%; }

}



/*	map180
-------------------------------------------------------------------*/

.map180 a img {
	width: 80px;
	height: auto;
}

.map180 a {
	position: absolute;
}

#mk180_01 { bottom:25%; left:7%; }
#mk180_02 { bottom:15%; left:25%; }
#mk180_03 { bottom:10%; right:28%; }
#mk180_04 { top:45%; right:50%; }
#mk180_05 { top:45%; right:20%; }
#mk180_06 { top:20%; left:27%; }

@media screen and (max-width: 1299px) {

#mk180_03 { bottom:6%; right:28%; }

}

@media screen and (max-width: 1024px) {

.map180 a img {
	width: 70px;
	height: auto;
}

}

@media screen and (max-width: 768px) {

.map180 a img {
	width: 60px;
	height: auto;
}

}

@media screen and (max-width: 599px) {

.map180 a img {
	width: 30px;
	height: auto;
}

#mk180_01 { bottom:20%; left:7%; }

}



/*	works
-------------------------------------------------------------------*/

#works {
	width: 100%;
	background: url(../img/pt02.jpg) left bottom repeat-x;
	background-color: #1E1F23;
	color: #1E1F22;
	box-sizing: border-box;
	margin: 100px 0 0 0;
}

#works .inner {
	padding: 0 50px;
	background: url(../img/gl_back.jpg) left top repeat-x;
	background-size: 100% auto;
}

#works .inner hr {
	border: none;
	border-top: dotted 1px #fff;
	margin-top: 100px;
	margin-bottom: 0;
	height: 1px;
}

#works h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
	margin-bottom: 26px;
}


#works_gl {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.swiper-gl {
	max-width: 1400px;
	width: calc(100% - 201px);
	float: left;
}

.swiper-gl img {
	width: 100%;
	height: auto;
}

.gl_pagination {
	position: sticky;
	top: 70px;
	width: 201px;
	float: right;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.swiper-my-pagination {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 100px;
}

.swiper-my-pagination img {
  box-shadow: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

.swiper-my-pagination .swiper-pagination-bullet {
	opacity: 0.4;
	width: 50%;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
}

.works_txt {
	text-align: center;
	color: #fff;
	margin-top: 50px;
	font-size: 16px;
}

.works_txt_kome {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}



@media screen and (max-width: 1299px) {

.swiper-gl {
	width: 100%;
	float: none;
}

.gl_pagination {
	position: relative;
	top: auto;
	width: 100%;
	float: none;
}

.swiper-my-pagination .swiper-pagination-bullet {
	opacity: 0.4;
	width: calc(100% / 7);
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.swiper-my-pagination .swiper-pagination-bullet-active {
	background: transparent;
	opacity: 1;
	box-sizing: border-box;
}

}


@media screen and (max-width: 768px) {

#works .inner { padding: 0 20px; }
#works h3 { font-size: 26px; }

.works_txt {
	margin-top: 30px;
	font-size: 14px;
}

.works_txt_kome {
	margin-top: 10px;
	font-size: 14px;
}

}

@media screen and (max-width: 599px) {

#works {
	margin: 50px 0 0 0;
}

#works .inner {
	background-size: 100% 200px;
}

#works h3 { font-size: 24px; }

.works_txt {
	margin-top: 30px;
	font-size: 12px;
}

.works_txt_kome {
	margin-top: 10px;
	font-size: 12px;
}

#works .inner hr {
	margin-top: 50px;
}

.swiper-my-pagination .swiper-pagination-bullet {
	width: calc(100% / 5);
}

}

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

#plan {
	padding: 0 50px;
	color: #1E1F22;
	margin-bottom: 120px;
}

#plan .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	border-bottom: dotted 1px #1E1F23;
	padding: 0px 0 120px 0;
}

#plan .inner hr {
	border: none;
	border-top: dotted 1px #000;
	margin-top: 100px;
	margin-bottom: 0;
	height: 1px;
}

#plan h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
	margin-bottom: 26px;
}

.plan_set {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	border: solid 1px #333;
	margin-bottom: 30px;
}

.plan_set .plan_img01 {
	width: 33%;
	position: relative;
}

.plan_set .plan_img02 {
	width: 33%;
	position: relative;
}

.plan_set .plan_info {
	width: 34%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	font-size: 14px;
	line-height: 1.8;
}

.plan_set .plan_img01 img,
.plan_set .plan_img02 img {
	width: 100%;
	height: auto;
}

.plan_set .plan_img01 span,
.plan_set .plan_img02 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 6px;
}

@media screen and (max-width: 999px) {

.plan_set {
	margin-bottom: 50px;
}

.plan_set .plan_img01 {
	width: 40%;
}

.plan_set .plan_img02 {
	display: block;
	width: 100%;
	position: relative;
}

.plan_set .plan_info {
	width: 50%;
}

}

@media screen and (max-width: 768px) {
#plan {
	padding: 0 20px;
	margin-bottom: 80px;
}

#plan .inner {
	padding: 0px 0 80px 0;
}

#plan h3 { font-size: 26px; }

}

@media screen and (max-width: 767px) {

.plan_set .plan_img01 {
	display: block;
	width: 100%;
}

.plan_set .plan_info {
	display: block;
	width: 100%;
	padding: 20px 1em;
}

}

@media screen and (max-width: 599px) {

#plan h3 { font-size: 24px; }

}


/*	footer_instagram
-------------------------------------------------------------------*/

#footer_instagram {
	width: 100%;
	background-color: #1E1F23;
	padding: 60px 50px 0px 50px;
	box-sizing: border-box;
}

#footer_instagram .inner {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

#footer_instagram h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
	margin-bottom: 54px;
}

.footer_instagram_content {
	display: table;
	width: 100%;
	border-bottom: dotted 1px #fff;
	padding-bottom: 60px;
}

.footer_instagram_content a {
	display: table-cell;
	height: 150px;
	line-height: 1.6;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	padding-left: 190px;
	transition: all 0.2s;
}

.footer_instagram_content a:hover {
	color: #ddd;
}

.footer_instagram_content dl dt {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.footer_instagram_content dl dd {
	font-size: 10px;
	line-height: 1;
}


.footer_instagram_content a:nth-of-type(1) {
	background: url(../img/inst_marushika.png) left center no-repeat;
	background-size: 150px auto;
}

.footer_instagram_content a:nth-of-type(2) {
	background: url(../img/inst_topmaison.png) left center no-repeat;
	background-size: 150px auto;
}

@media screen and (max-width: 1199px) {

.footer_instagram_content a {
	height: 80px;
	padding-left: 100px;
}

.footer_instagram_content a:nth-of-type(1) {
	background: url(../img/inst_marushika.png) left center no-repeat;
	background-size: 80px auto;
}

.footer_instagram_content a:nth-of-type(2) {
	background: url(../img/inst_topmaison.png) left center no-repeat;
	background-size: 80px auto;
}

}

@media screen and (max-width: 999px) {

.footer_instagram_content {
	display: block;
}

.footer_instagram_content a {
	display: block;
	width: 100%;
	padding-top: 14px;
}

.footer_instagram_content a:nth-of-type(1) {
	margin-bottom: 20px;
}

}

@media screen and (max-width: 768px) {

#footer_instagram {
	padding: 40px 20px 0px 20px;
	box-sizing: border-box;
}

#footer_instagram h3 { font-size: 26px; margin-bottom: 30px; }

.footer_instagram_content {
	padding-bottom: 40px;
}

}

@media screen and (max-width: 599px) {

#footer_instagram {
	padding: 40px 20px 0px 20px;
}

#footer_instagram h3 { font-size: 24px; }

}

@media screen and (max-width: 320px) {

.footer_instagram_content dl dt {
	font-size: 14px;
}

.footer_instagram_content dl dd {
	display: none;
}

.footer_instagram_content a {
	padding-top: 30px;
}

}

/*	footer_contact
-------------------------------------------------------------------*/

#footer_contact {
	width: 100%;
	background-color: #1E1F23;
	padding: 80px 50px 60px 50px;
	box-sizing: border-box;
}

#footer_contact .inner {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

#footer_contact h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
	margin-bottom: 54px;
}

#footer_contact_content {
	border: solid 2px #fff;
	border-radius: 20px;
	background-color: #000;
	box-sizing: border-box;
	margin: 0 auto;
}

#footer_contact_content ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
	list-style: none;
}

#footer_contact_content ul li {
	width: calc(100% / 3);
	text-align: center;
}

#footer_tel,
#footer_ct {
	background: url(../img/line01.png) left center no-repeat;
}

#footer_contact_content ul li a {
	padding: 40px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 250px;
	box-sizing: border-box;
	position: relative;
}

#footer_mail span:nth-of-type(1) {
	display: block;
	padding-top: 38px;
}

#footer_tel span:nth-of-type(1) {
	display: block;
	padding-top: 43px;
	font-family: 'denmark';
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
}

#footer_ct span:nth-of-type(1) {
	display: block;
	padding-top: 34px;
}

#footer_mail span:nth-of-type(2) {
	display: block;
	position: absolute;
	bottom: 70px;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

#footer_tel span:nth-of-type(2) {
	display: block;
	position: absolute;
	bottom: 70px;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}

#footer_ct span:nth-of-type(2) {
	display: block;
	position: absolute;
	bottom: 70px;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

@media screen and (max-width: 1199px) {

#footer_mail span:nth-of-type(2) {
	font-size: 20px;
}

#footer_tel span:nth-of-type(2) {
	font-size: 24px;
	bottom: 66px;
}

#footer_ct span:nth-of-type(2) {
	font-size: 20px;
}

}

@media screen and (max-width: 1024px) {

#footer_ct span:nth-of-type(2) {
	line-height: 1.4;
	bottom: 50px;
}

}

@media screen and (max-width: 768px) {

#footer_contact {
	padding: 40px 20px 40px 20px;
	box-sizing: border-box;
}

#footer_contact h3 { font-size: 26px; margin-bottom: 30px; }

}

@media screen and (max-width: 599px) {

#footer_contact {
	padding: 40px 20px 20px 20px;
}

#footer_contact h3 { font-size: 24px; }
#footer_contact h3 span { display: none; }

#footer_contact_content ul li {
	width: 100%;
	text-align: center;
}

#footer_contact_content ul li a {
	padding: 24px 0;
	height: auto;
}

#footer_mail span:nth-of-type(1) {
	padding-top: 0px;
}

#footer_tel span:nth-of-type(1) {
	padding-top: 0px;
	font-size: 26px;
}

#footer_ct span:nth-of-type(1) {
	padding-top: 0px;
}

#footer_mail span:nth-of-type(2) {
	display: block;
	position: relative;
	bottom: auto;
	margin: 14px auto 0 auto;
	left: 0;
	right: 0;
	font-size: 18px;
}

#footer_tel span:nth-of-type(2) {
	display: block;
	position: relative;
	bottom: auto;
	margin: 14px auto 0 auto;
	left: 0;
	right: 0;
	font-size: 20px;
}

#footer_ct span:nth-of-type(2) {
	display: block;
	position: relative;
	bottom: auto;
	margin: 14px auto 0 auto;
	left: 0;
	right: 0;
	font-size: 18px;
}

#footer_tel,
#footer_ct {
	background: url(../img/--.png) left center no-repeat;
	border-top: dotted 1px #ccc;
}

#footer_mail img {
	width: 36px;
	height: auto;
}

#footer_ct img {
	width: 30px;
	height: auto;
}

}

/*	footer
-------------------------------------------------------------------*/

footer {
	padding: 30px 0 20px 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 12px;
	position: relative;
}

footer p:nth-of-type(2) {
	margin: 26px 0 28px 0;
}

footer p:nth-of-type(3) span {
	font-size: 10px;
	display: inline-block;
	border-left: solid 1px #666;
	margin-left: 1em;
	padding-left: 1em;
}

.footer_inst_link {
	transition: right 0.2s;
	margin-bottom: 20px;
}

.footer_inst_link img {
	margin-right: 12px;
}

.footer_inst_link a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-bottom: dotted 1px #ababab;
	transition: color 0.2s;
}

.footer_inst_link a:hover {
	color: #ce1127;
}

.footer_inst_link a:nth-of-type(1) {
	margin-right: 15px;
}

@media screen and (max-width: 599px) {

footer p:nth-of-type(3) span {
	display: block;
	border-left: solid 0px #666;
	margin-left: 0em;
	padding-left: 0em;
	margin-top: 6px;
	color: #666;
}

}

/*	sp_nav
-------------------------------------------------------------------*/


.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
	background: url(../img/sp_nav_back.png) right bottom repeat-x;
  background-color: #1E1F23;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-hamburger {
	position: absolute;
	box-sizing: border-box;
	width: 40px;
	height: 70px;
	padding: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	display: block;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 20px;
}

.drawer-hamburger-icon {
	margin-top: 0px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #1E1F23;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

/* open */
.drawer-open .drawer-hamburger {
	position: fixed;
	width: 70px;
	padding-right: 15px;
	padding-left: 15px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 0px;
}


.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}

/* sp_nav_box */

.drawer-menu {
	position: relative;
}

.sp_nav_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}

.sp_nav_box span {
	display: block;
	width: 50%;
}

.sp_nav_box span img {
	width: 100%;
	height: 100vh;
	background: url(../img/dm002.jpg) center center no-repeat;
	background-size: cover;
}

.sp_nav_box div {
	width: 50%;
	list-style: none;
	padding: 90px 20px 0 80px;
	box-sizing: border-box;
}

.sp_nav_box div h2 {
	font-size: 18px;
	line-height: 1;
	font-family: 'denmark';
	font-weight: 500;
	color: #999;
	margin-bottom: 60px;
}

.sp_nav_box div ul {
	list-style: none;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.sp_nav_box div ul li {
	border-left: 8px solid #C60C30;
	margin-bottom: 40px;
	transition: border-left 0.2s;
}

.sp_nav_box div ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 36px;
	line-height: 1;
	padding: 0 0 0 15px;
}

.sp_nav_box div ul li:hover {
	border-left: 8px solid #fff;
}

.sp_nav_box div p {
	height: 30px;
	margin-top: 30px;
}

.sp_nav_box div p img {
	margin-right: 12px;
}

.sp_nav_box div p a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-bottom: dotted 1px #aaa;
	transition: color 0.2s;
}

.sp_nav_box div p a:hover {
	color: #ddd;
}

.sp_nav_box div p a:nth-of-type(1) {
	margin-right: 25px;
}



/* スマホ対策 */

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1024px) {

.sp_nav_box span {
	width: 40%;
}

.sp_nav_box div {
	width: 60%;
}

}

@media screen and (max-width: 999px) {

.sp_nav_box div h2 {
	margin-bottom: 40px;
}

.sp_nav_box div ul li {
	margin-bottom: 30px;
}

.sp_nav_box div ul li a {
	font-size: 30px;
}

}

@media screen and (max-width: 768px) {

.drawer-hamburger {
	height: 50px;
}

}

@media screen and (max-width: 767px) {

.sp_nav_box span {
	display: none;
}

.sp_nav_box div {
	width: 100%;
	padding: 90px 20px 0 40px;
}

}

@media screen and (max-width: 599px) {

.sp_nav_box div h2 {
	font-size: 14px;
	margin-bottom: 30px;
}

.sp_nav_box div ul li a {
	font-size: 26px;
}

}

@media screen and (max-width: 374px) {

.sp_nav_box div ul li a {
	font-size: 20px;
}

.sp_nav_box div p img {
	margin-right: 12px;
	width: 20px;
	height: auto;
}

.sp_nav_box div p a {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.sp_nav_box div p a:nth-of-type(1) {
	margin-right: 15px;
}

}

/*	contact_form
-------------------------------------------------------------------*/

#contact_form {
	background: url(../img/pt02.jpg) right top repeat-x;
	background-color: #1e1f23;
	color: #000;
	padding: 60px 60px 60px 60px;
	box-sizing: border-box;
}

#contact_form .inner {

}

.form_container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 100px 80px  100px;
	background-color: #fff;
	box-sizing: border-box;
}

.form_container h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	border-left: solid 8px #C60C30;
	padding: 3px 0 3px 15px;
	margin-bottom: 40px;
	color: #000;
}

.form_container table {
	border-collapse: collapse;
}

.form_container table th {
	width: 260px;
	white-space: nowrap;
	text-align: right;
	padding-right: 40px;
	padding-top: 12px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.form_container table th span {
	font-size: 12px;
	display: inline-block;
	background-color: #1e1f23;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px 8px;
	margin-left: 10px;
}

.form_container table td {
	width: calc(100% - 260px);
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding-bottom: 20px;
}

.form_container table label {
	display: block;
	margin-bottom: 4px;
}

.form_container table label input {
	margin-right: 4px;
}

.form_container table textarea {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
}

.form_container table input.form_txt {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
}

.form_container table input.form_txt_post {
	width: 200px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 10px;
}

.form_container table input.form_txt_pref {
	width: 220px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 10px;
}

.form_container table input.form_txt_addr {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
}

.form_container table input.form_date {
	width: 300px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
	margin-top: 10px;
}

.form_container table select {
	width: 300px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #FFF3F3;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 10px;
}

.form_container table select option {
	font-size: 18px;
	padding: 6px;
}

/*奇数行の背景をライトグレーに*/
.form_container table select option:nth-child(2n+1){
	background: #fff;
}


#naiyo {
	margin-top: 10px;
	height: 200px;
}

#free {
	margin-top: 10px;
	height: 100px;
}

#pp_box {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ccc;
	height: 200px;
	overflow: auto;
	padding: 30px;
	font-size: 14px;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.02);
	color: #333;
	line-height: 1.6;
}

#pp_box dl {
	margin-bottom: 20px;
}

#pp_box dl dt {
	font-weight: 700;
}

#pp {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#pp_ck span {
	display: inline-block;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom: dotted 1px #ccc;
}

.send {
	margin-top: 60px;
	text-align: center;
}

.send_btn {
	max-width: 640px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}

.send_btn p {
	width: 320px;
	float: left;
}

#kakunin,
.soshin {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	background-color: #1e1f23;
	border: none;
}

.back_btn {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	background-color: #000;
	border: none;
}

#yoyaku_txt {
	font-size: 14px;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 20px;
}

.form_err {
	text-align: center;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.err_box {
	max-width: 600px;
	margin: 0 auto;
}

.err_box p {
	margin-bottom: 10px;
	color: #8d002c;
	font-size: 18px;
}

#kakunin_txt {
	text-align: center;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.form_container .kakunin_box table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

.form_container .kakunin_box th,
.form_container .kakunin_box td {
	border-bottom: dotted 1px #ccc;
	padding: 0;
	vertical-align: top;
	line-height: 1.6;
	padding: 10px 0;
}

.form_container .kakunin_box th {
	font-weight: 500;
	font-size: 14px;
	padding-right: 40px;
}

.thanks {
	max-width: 1000px;
	margin: 0 auto;
}

.thanks p {
	font-size: 16px;
	margin-bottom: 20px;
}

#naiyo_ck label {
	padding-left:1em;
	text-indent:-1em;
	display: block;
	margin-bottom: 10px;
}

.form_head_txt {
	font-size: 16px;
	margin-bottom: 40px;
}


@media screen and (max-width: 1024px) {

.form_container {
	padding: 40px 40px 80px 40px;
}

.form_container table th {
	width: 100%;
	display: block;
	text-align: left;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 1;
}

.form_container table th span {
	font-size: 12px;
	display: inline-block;
	background-color: #1e1f23;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px 8px;
	margin-left: 10px;
}

.form_container table td {
	width: 100%;
	display: block;
	font-size: 16px;
	padding-bottom: 20px;
}

.form_container .kakunin_box table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

.form_container .kakunin_box th {
	font-size: 14px;
	border-bottom: dotted 0px #ccc;
	font-weight: 700;
	padding: 10px 0 0 0;
}

.form_container .kakunin_box td {
	border-bottom: dotted 1px #ccc;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

}

@media screen and (max-width: 999px) {

.send_btn p {
	width: 320px;
	float: none;
	margin: 0 auto 20px auto;
}

}

@media screen and (max-width: 768px) {

.form_container h2 { font-size: 26px; }

}

@media screen and (max-width: 599px) {

#contact_form {
	padding: 10px 10px 10px 10px;
}

.form_container {
	padding: 20px 20px 60px 20px;
}

.form_container h2 { font-size: 24px; }

.send_btn p {
	width: 200px;
	float: none;
	margin: 0 auto 20px auto;
}

#kakunin,
.soshin,
.back_btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	background-color: #1e1f23;
	border: none;
}

.form_container .kakunin_box th {
	font-size: 12px;
	padding: 10px 0 0 0;
}

.form_container .kakunin_box td {
	font-size: 14px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

}



/*	viewer_box
-------------------------------------------------------------------*/

#viewer_box {
	background: url(../img/pt02.jpg) right top repeat-x;
	background-color: #1e1f23;
	color: #000;
	padding: 60px 60px 60px 60px;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {

#viewer_box {
	background: url(../img/pt02.jpg) right top repeat-x;
	background-color: #1e1f23;
	color: #000;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
}

}


/*	clearfix
-------------------------------------------------------------------*/

.clear:after {
	content: "";
	display: block;
	clear: both;
}
 
.clear:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clear {
	display: block;
}


/*	メンテナンス
-------------------------------------------------------------------*/

.mente_txt {
	margin-top: 1.5em;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {

.mente_txt {
	font-size: 12px;
}

}
