@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #171717;
	line-height: 2.4;
	letter-spacing: 0.2rem;
	background: #fff;
	caret-color: transparent;
}

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.base_box.ex_small { width:1100px; }
.base_box.small { width:1200px; }
.base_box.mid_small { width:1300px; }
.base_box.mid_large { width:1500px; }
.base_box.large { width:1600px; }
.base_box.ex_large { width:1800px; }

.base_box.half_left {
	width: calc(1400px + ((100vw - 1400px) / 2));
	margin-left: calc((100vw - 1400px) / 2);
	margin-right: 0;
}

.base_box.half_right {
	width: calc(1400px + ((100vw - 1400px) / 2));
	margin-left: 0;
	margin-right: calc((100vw - 1400px) / 2);
}

.base_box.large.half_left {
	width: calc(1600px + ((100vw - 1600px) / 2));
	margin-left: calc((100vw - 1600px) / 2);
}

.base_box.large.half_right {
	width: calc(1600px + ((100vw - 1600px) / 2));
	margin-right: calc((100vw - 1600px) / 2);
}

.base_box.ex_large.half_left {
	width: calc(1800px + ((100vw - 1800px) / 2));
	margin-left: calc((100vw - 1800px) / 2);
}

.base_box.ex_large.half_right {
	width: calc(1800px + ((100vw - 1800px) / 2));
	margin-right: calc((100vw - 1800px) / 2);
}

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

	.base_box.ex_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.ex_large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.ex_large.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

	.base_box.large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.large.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

	.base_box.ex_large .base_box, .base_box.large .base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

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

	.base_box.mid_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

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

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.ex_small {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	.base_box.small {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.base_box.mid_small {
		width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}

	.base_box.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "pkna";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: 0.5rem;
}

.eng {
	font-weight: 400;
	font-family: 'Cardo', serif;
	letter-spacing: 0.3rem;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 400;
}

/* ▼LINK▼ */
a {
	color: #171717;
	text-decoration: none;
	outline: none;
	transition: .5s;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

a.normal_link {
	color: #171717;
	text-decoration: underline;
}

a.txt_link {
	display: inline-block;
	position: relative;
	color: #000;
}

a.txt_link::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

a.icon_link { margin:0 3px; }

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
	transition: .5s;
}

.hover_normal a:hover, a.hover_normal:hover, .modal_switch.hover_normal:hover,
.hover_normal a:hover::before, a.hover_normal:hover::before, .modal_switch.hover_normal:hover::before,
.hover_normal a:hover::after, a.hover_normal:hover::after, .modal_switch.hover_normal:hover::after {
	opacity: 1;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: 'Shippori Mincho', serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .5s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .5s;
}

.hover_zoom a .img { overflow:hidden; }

.hover_zoom a:hover .img_frame {
	transform: scale(1.1);
}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	justify-content: space-between;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: transparent;
	border-bottom: solid 1px rgba(222,222,222,0.3);
	z-index: 100;
}

header .logo {
	margin: 30px 0 0 5%;
}

header .hnavi_list {
	display: flex;
	justify-content: flex-end;
}

header .hnavi_list li:last-child {
	margin-left: 15px;
}

header .hnavi_list li a {
	display: block;
	padding: 0 35px;
	font-weight: 400;
	color: #fff;
	line-height: 120px;
	letter-spacing: 0.15rem;
}

header .hnavi_list li a:hover { font-weight:500; color:#292f33; }

header .hnavi_list li:last-child a {
	padding: 0 50px;
	background: #292f33;
}

header .hnavi_list li:last-child a:hover { color:#fff; background:#2d424e; }

.btn_gnavi {
	display: none;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1000;
	cursor: pointer;
}

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1001;
}

.gnavi_close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1001;
	cursor: pointer;
}

#gnavi .sec_inner {
	display: flex;
}

#gnavi .content {
	display: flex;
	align-items: center;
	position: relative;
	width: 50%;
	height: 100vh;
	font-weight: 400;
	color: #fff;
	background: url(../common_img/gnavi_bg.jpg) center center / cover no-repeat;
}

#gnavi .content .inner {
	width: 450px;
	margin: 0 auto;
	transform: translateY(-50px);
}

#gnavi .content .title {
	margin-top: 50px;
	font-size: 2.2rem;
}

#gnavi .content .copy {
	position: absolute;
	bottom: 45px;
	left: 50px;
}

#gnavi .navi {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100vh;
	background: url(../common_img/bg01.jpg) repeat;
}

#gnavi .navi .scroll_box {
	height: calc(100vh - 200px);
	padding-right: 70px;
}

#gnavi .navi .inner {
	width: 500px;
	margin: 0 auto;
}

#gnavi .gnavi_list li {
	float: left;
	width: 50%;
}

#gnavi .gnavi_list li a {
	display: block;
	padding-bottom: 2px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #323232;
	line-height: 68px;
	letter-spacing: 0.15rem;
}

#gnavi .gnavi_list li a:hover { color:#292f33; }

#gnavi .navi .btn {
	margin-top: 60px;
}

/*
CONTENTS
***************************************************************************/
/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	width: 100%;
	height: 100vh;
	font-weight: 400;
	color: #fff;
	background-image: url(../common_img/ptitle_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page_title.about { background-image:url(../aboutus/images/ptitle_bg.jpg); }
#page_title.access { background-image:url(../access/images/ptitle_bg.jpg); }
#page_title.howto { background-image:url(../howto/images/ptitle_bg.jpg); }
#page_title.faq { background-image:url(../faq/images/ptitle_bg.jpg); }
#page_title.info { background-image:url(../common_img/ptitle_bg_info.jpg); }
#page_title.contact { background-image:url(../contact/images/ptitle_bg.jpg); }
#page_title.reserve { background-image:url(../reserve/images/ptitle_bg.jpg); }
#page_title.terms { background-image:url(../terms/images/ptitle_bg.jpg); }
#page_title.pp { background-image:url(../pp/images/ptitle_bg.jpg); }

#page_title .base_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#page_title .title {
	font-size: 3rem;
	font-weight: 400;
}

#page_title .title .eng {
	display: block;
	font-size: 1.8rem;
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: 8px 0;
	background: #f7f7f5;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 1.2rem;
	color: #828282;
	letter-spacing: 0.15rem;
}

.pnavi li a {
	color: #828282;
	text-decoration: underline;
}

.pnavi li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 1px;
	margin-top: -1px;
	background: #828282;
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list {
	text-align: center;
}

.page_list li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.page_list li a,
.page_list li .current {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	padding-left: 2px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #555;
	line-height: 60px;
	font-family: 'Cardo', serif;
}

.page_list li .current {
	border: solid 1px #dedede;
	border-radius: 50%;
}

.page_list li.prev {
	margin: 0 35px 0 0;
}

.page_list li.next {
	margin: 0 0 0 35px;
}

/* ▼CATEGORY▼ */
.cat_list .title {
	padding-left: 25px;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: 'Cardo', serif;
	letter-spacing: 0.3rem;
	background: url(../common_img/icon01.png) left center no-repeat;
}

.cat_list li a {
	display: block;
	padding: 20px 0;
	font-size: 1.4rem;
	color: #171717;
	border-bottom: solid 1px #dedede;
}

.cat_list li .inner {
	display: flex;
	align-items: center;
}

.cat_list li .img {
	width: 74px;
}

.cat_list li .txt {
	width: calc(100% - 74px);
	padding-left: 15px;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	height: 100vh;
	/* background: url(../images/topimg.jpg) center center / cover no-repeat; */
}

#topimg video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.btn_scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

/* ▼INTRO▼ */
.top_intro {
	padding: 270px 0;
}

/* ▼STORY▼ */
.top_story {
	position: relative;
	padding-bottom: 140px;
	background: url(../common_img/bg02.jpg) center center / cover no-repeat;
	border-bottom: solid 1px #fff;
}

.top_story::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #fff;
	z-index: 0;
}

.top_story .head_img {
	display: flex;
	justify-content: space-between;
	height: 600px;
	margin-bottom: 140px;
}

.top_story .head_img li:nth-child(1) { width:54%; }
.top_story .head_img li:nth-child(2) { width:22%; }
.top_story .head_img li:nth-child(3) { width:16%; }

.top_story .sec_title {
	float: left;
	width: calc(100% - 550px);
}

.top_story .content {
	float: right;
	width: 550px;
}

/* ▼ABOUT▼ */
.top_about {
	background: url(../common_img/bg01.jpg) repeat;
}

.top_about .head {
	padding: 250px 0 140px;
}

.top_about .box {
	padding: 70px 0;
}

.top_about .box:last-child {
	padding: 70px 0 140px;
	font-weight: 400;
	color: #fff;
	background: #253037;
}

.top_about .box .head_img {
	height: 720px;
	margin-bottom: 100px;
}

.top_about .box .sec_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_about .box .img {
	display: flex;
	justify-content: space-between;
	width: 53%;
	height: 660px;
}

.top_about .box .img li {
	width: calc((100% - 40px) / 2);
}

.top_about .box .content {
	width: 42%;
}

.top_about .box:last-child .title { font-weight:400!important; }

/* ▼HOWTO▼ */
.top_howto {
	padding: 230px 0 180px;
	background: url(../common_img/bg01.jpg) repeat;
}

.top_howto .head {
	width: 660px;
	margin: 0 auto 100px;
}

.top_howto .intro {
	margin-bottom: 90px;
}

.top_howto .intro dt {
	margin-bottom: 40px;
}

.top_howto .list {
	padding-bottom: 80px;
}

.top_howto .list dl {
	float: left;
	width: calc(50% - 50px);
	margin-bottom: 90px;
}

.top_howto .list dl:nth-child(2n) {
	float: right;
	transform: translateY(100px);
}

.top_howto .list dt {
	margin-bottom: 30px;
}

.top_howto .btn {
	text-align: center;
}

/* ▼INFO▼ */
.top_info {
	position: relative;
	padding: 200px 0;
	background: url(../common_img/bg01.jpg) repeat;
}

.top_info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background: #ebeee7;
	z-index: 0;
}

.top_info .sec_title {
	float: left;
	width: 35%;
}

.top_info .content {
	float: right;
	width: 65%;
}

.top_info .info_list {
	padding-bottom: 60px;
}

.top_info .btn {
	text-align: right;
}

/*
INFO
***************************************************************************/
/* ▼LIST▼ */
.info_sec {
	padding: 230px 0;
}

.info_sec .info_list {
	padding-bottom: 200px;
}

.info_list {
	border-top: solid 1px #dedede;
}

.info_list .box a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 30px 60px 30px 20px;
	color: #171717;
	border-bottom: solid 1px #dedede;
}

.info_list .box a::after {
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	background: url(../common_img/arrow.png) no-repeat;
	transform: translateY(-50%);
}

.info_list .box .inner {
	display: flex;
	align-items: center;
}

.info_list .box .img {
	width: 140px;
	height: 90px;
}

.info_list .box .no_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 90px;
	font-size: 1.1rem;
	color: #fff;
	background: #c5c5c5;
}

.info_list .box .date {
	width: 160px;
	text-align: center;
	font-size: 1.6rem;
	color: #64727a;
}

.info_list .box .txt {
	width: calc(100% - 300px);
}

.info_sec .btn {
	text-align: center;
}

/*
ARTICLE CONTENT
***************************************************************************/
.article_title {
	padding: 0 50px 40px;
	line-height: 1.75;
	border-bottom: solid 1px #dedede;
}

.article_date {
	margin: 0 50px 30px;
	font-size: 1.6rem;
	color: #64727a;
}

.article_content {
	padding: 50px 0 90px;
	line-height: 2.15;
}

.article_content h3 {
	margin-bottom: 30px;
	padding: 0 50px 2px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	line-height: 58px;
	letter-spacing: 0.25rem;
	background: #64727a;
}

.article_content p {
	margin: 0 50px 60px;
}

.article_content img {
	display: block;
	max-width: 100%;
}

.article_content img.alignleft { float:left; }
.article_content img.aligncenter { margin:0 auto; }
.article_content img.alignright { float:right; }

.article_content ul {
	margin: 0 50px 60px;
}

.article_content li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 1.85;
}

.article_content li:last-child { margin-bottom:0; }

.article_content li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #64727a;
	border-radius: 50%;
}

/*
ABOUT
***************************************************************************/
/* ▼INTRO▼ */
.about_sec .intro {
	position: relative;
	padding: 230px 0;
}

.about_sec .intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
	background: url(../common_img/bg01.jpg) repeat;
	z-index: 0;
}

.about_sec .intro .head .img {
	height: 720px;
}

.about_sec .intro .head .content {
	position: relative;
	width: 55%;
	margin-bottom: -30px;
	padding-top: 70px;
	background: #fff;
	transform: translateY(-150px);
	z-index: 2;
}
@media screen and (max-width: 1750px){
	.about_sec .intro .head .content {
		width: 57%;
	}
}

.about_sec .intro .head .inner {
	width: 500px;
	margin: 0 auto;
}

.about_sec .intro .box {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

.about_sec .intro .box:last-child { margin-bottom:60px; }
.about_sec .intro .box:nth-child(2n+1) { flex-direction:row-reverse; }

.about_sec .intro .box .title {
	width: 35%;
	line-height: 2.15;
}

.about_sec .intro .box:nth-child(2n+1) .title { padding-left:60px; }

.about_sec .intro .box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 65%;
}

.about_sec .intro .box:nth-child(2n+1) li:nth-child(1),
.about_sec .intro .box:nth-child(2n) li:nth-child(2) {
	width: 63%;
	height: 500px;
}

.about_sec .intro .box:nth-child(2n+1) li:nth-child(2),
.about_sec .intro .box:nth-child(2n) li:nth-child(1) {
	width: 32%;
	height: 430px;
}

.about_sec .intro .txt {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

/* ▼THEME▼ */
.about_sec .theme {
	padding: 230px 0;
}

.about_sec .theme .sec_inner {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.about_sec .theme .title {
	margin: 90px 0 65px;
}

.about_sec .theme .title .eng {
	display: block;
	margin-bottom: 25px;
	font-size: 1.6rem;
}

.about_sec .theme .txt {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 2.15;
	letter-spacing: 0.5rem;
}

/* ▼EXPERIENCE▼ */
.about_sec .exp {
	padding: 230px 0 200px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	background: #253037;
}

.about_sec .exp .title {
	margin-bottom: 80px;
	font-weight: 400;
}

.about_sec .exp .title .eng {
	display: block;
	margin-bottom: 25px;
	font-size: 1.6rem;
}

.about_sec .exp .exp_slide {
	position: relative;
}

.about_sec .exp .exp_slide .slick-list { overflow:hidden; }

.about_sec .exp .exp_slide .box .img {
	position: relative;
	width: 100%;
	height: 650px;
}

.about_sec .exp .exp_slide .box .time {
	position: absolute;
	bottom: -130px;
	left: 140px;
	width: 450px;
	text-align: left;
	font-size: 11rem;
	font-weight: 400;
	line-height: 214px;
	font-family: 'Cardo', serif;
	letter-spacing: 0.65rem;
	background: url(../aboutus/images/line.png) right center no-repeat;
}

.about_sec .exp .exp_slide .box .content {
	padding: 60px 150px 0 550px;
	text-align: left;
}

.about_sec .exp .exp_slide .box .title {
	margin-bottom: 40px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: 0.5rem;
}

.about_sec .exp .exp_slide #slick-slide04.box .title + p,
.about_sec .exp .exp_slide #slick-slide06.box .title + p {
	white-space: nowrap;
}

.about_sec .exp .arrow_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 75px;
	margin-top: 85px;
}

.about_sec .exp .arrow_box .slick-arrow {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	width: 53px;
	height: 25px;
	cursor: pointer;
}

.about_sec .exp .arrow_box .slick-arrow.prev {
	background-image: url(../common_img/slide_left.png);
}

.about_sec .exp .arrow_box .slick-arrow.next {
	background-image: url(../common_img/slide_right.png);
}

/* ▼HOWTO▼ */
.about_sec .howto {
	padding: 200px 0 120px;
	background: url(../common_img/bg01.jpg) repeat;
}

.about_sec .howto .head {
	width: 800px;
	margin: 0 auto 130px;
	text-align: center;
}

.about_sec .howto .head .title {
	margin-bottom: 40px;
}

.about_sec .howto .box {
	position: relative;
	margin-bottom: 120px;
}

.about_sec .howto .box:last-child { margin-bottom:0; }

.about_sec .howto .box .img {
	width: 58%;
	height: 650px;
}

.about_sec .howto .box:nth-child(2n) .img { margin-left:42%; }

.about_sec .howto .box:nth-child(2) .img { height: 594px; }
.about_sec .howto .box:nth-child(3) .img { width: 42%; height: 740px; }
.about_sec .howto .box:nth-child(4) .img { height: 594px; }
.about_sec .howto .box:nth-child(5) .img { height: 650px; }

.about_sec .howto .box .content {
	box-sizing: content-box;
	position: absolute;
	bottom: 0;
	width: 39%;
	padding: 115px 6%;
	background: #fff;
}

.about_sec .howto .box:nth-child(2n+1) .content { right:0; }
.about_sec .howto .box:nth-child(2n) .content { left:0; }

.about_sec .howto .box:nth-child(2) .content { width: 43%; padding-bottom: 100px;}
.about_sec .howto .box:nth-child(3) .content { width: 46%; padding: 118px 6%; top: 0; bottom: auto;}
.about_sec .howto .box:nth-child(4) .content { top: -40px; bottom: auto; }
.about_sec .howto .box:nth-child(5) .content { width: 39%; padding-top: 100px; padding-bottom: 100px; }

.about_sec .howto .box .title {
	margin-bottom: 25px;
	line-height: 2.15;
}

/* ▼FLOOR▼ */
.about_sec .floor {
	padding: 130px 0;
	text-align: center;
	background: url(../common_img/bg01.jpg) repeat;
}

.about_sec .floor .title {
	margin-bottom: 110px;
}

.about_sec .floor .title .eng {
	display: block;
	margin-bottom: 25px;
	font-size: 1.6rem;
}

.about_sec .floor .btn {
	margin-top: 40px;
}

.about_sec .floor .floor_map {
	position: relative;
}

.about_sec .floor .floor_map img {
	width: 100%;
}

.about_sec .floor .floor_map .pin {
	position: absolute;
	width: 32px;
	height: 32px;
	background-color: #64727a;
	border-radius: 50%;
	transition: .4s;
}

.about_sec .floor .floor_map .pin:hover {	opacity: .8;}
.about_sec .floor .floor_map .pin:nth-of-type(1) { top: 59%; left: 10.8%; }
.about_sec .floor .floor_map .pin:nth-of-type(2) { top: 45.7%; left: 17.5%; }
.about_sec .floor .floor_map .pin:nth-of-type(3) { top: 37.7%; left: 22.7%; }
.about_sec .floor .floor_map .pin:nth-of-type(4) { top: 50.7%; left: 22.7%; }
.about_sec .floor .floor_map .pin:nth-of-type(5) { top: 64.4%; left: 24.5%; }
.about_sec .floor .floor_map .pin:nth-of-type(6) { top: 72.8%; left: 22.7%; }
.about_sec .floor .floor_map .pin:nth-of-type(7) { top: 77.2%; left: 35.3%; }
.about_sec .floor .floor_map .pin:nth-of-type(8) { top: 79.2%; left: 49.8%; }
.about_sec .floor .floor_map .pin:nth-of-type(9) { top: 27.7%; left: 39%; }
.about_sec .floor .floor_map .pin:nth-of-type(10) { top: 22.7%; left: 45.6%; }
.about_sec .floor .floor_map .pin:nth-of-type(11) { top: 28.4%;	left: 48.4%; }
.about_sec .floor .floor_map .pin:nth-of-type(12) { top: 19.4%;	left: 57%; }
.about_sec .floor .floor_map .pin:nth-of-type(13) { top: 19.4%;	left: 63.5%; }
.about_sec .floor .floor_map .pin:nth-of-type(14) { top: 35%;	left: 58.8%; }
.about_sec .floor .floor_map .pin:nth-of-type(15) { top: 41%; left: 63.8%; }
.about_sec .floor .floor_map .pin:nth-of-type(16) { top: 56%;	left: 61%; }
.about_sec .floor .floor_map .pin:nth-of-type(17) { top: 30%;	left: 70.6%; }
.about_sec .floor .floor_map .pin:nth-of-type(18) { top: 67.7%;	left: 73.2%; }
.about_sec .floor .floor_map .pin:nth-of-type(19) { top: 34.7%;	left: 82.5%; }
.about_sec .floor .floor_map .pin:nth-of-type(20) { top: 50.1%;	left: 88.6%; }
.about_sec .floor .floor_map .pin:nth-of-type(21) { top: 58.4%;	left: 22%; }

/* ▼INFO▼ */
.about_sec .info {
	padding-bottom: 60px;
	background: url(../common_img/bg01.jpg) repeat;
}

.about_sec .info .sec_inner {
	padding: 90px 100px 80px;
	background: #fff;
}

.about_sec .info .title {
	margin-bottom: 50px;
	text-align: center;
}

.about_sec .info .title .eng {
	display: block;
	font-size: 1.6rem;
}

.about_sec .info .head {
	margin-bottom: 40px;
	text-align: center;
}

.about_sec .info .head li {
	display: inline-block;
	padding: 0 35px;
	font-size: 1.8rem;
	line-height: 100px;
	border-right: solid 1px #dedede;
}

.about_sec .info .head li:last-child { border-right:none; }

.about_sec .info .list dl {
	display: flex;
	margin-bottom: 20px;
}

.about_sec .info .list dt {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	width: 300px;
	padding: 45px 0;
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.3rem;
	background: #64727a;
}

.about_sec .info .list dt::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -9px;
	width: 9px;
	height: 18px;
	background: #64727a;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
}

.about_sec .info .list dd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 300px);
	padding: 45px 40px;
	line-height: 2.15;
	background: url(../common_img/bg01.jpg) repeat;
}

/* ▼PRICE▼ */
.about_sec .price {
	padding-bottom: 230px;
	background: url(../common_img/bg01.jpg) repeat;
}

.about_sec .price .sec_inner {
	padding: 90px 100px 110px;
	background: #fff;
}

.about_sec .price .title {
	margin-bottom: 50px;
	text-align: center;
}

.about_sec .price .title .eng {
	display: block;
	font-size: 1.6rem;
}

.about_sec .price .head {
	margin-bottom: 50px;
	text-align: center;
}

.about_sec .price .head li {
	display: inline-block;
	padding: 0 35px;
	font-size: 1.8rem;
	line-height: 100px;
	border-right: solid 1px #dedede;
}

.about_sec .price .head li:last-child { border-right:none; }

/* ▼LINK▼ */
.about_sec .link {
	padding: 100px 0;
}

.about_sec .link ul {
	display: flex;
	justify-content: space-between;
}

.about_sec .link li {
	width: 48%;
}

.about_sec .link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 400px;
	text-align: center;
	font-size: 2.2rem;
	color: #171717;
	letter-spacing: 0.5rem;
	background: #ebeee7;
}

.about_sec .link li:last-child a {
	font-weight: 400;
	color: #fff;
	background: #64727a;
}

.about_sec .link li a::after {
	bottom: 40px;
	right: 40px;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
}

.about_sec .link li:first-child a::after { background-image:url(../common_img/arrow_large.png); }
.about_sec .link li:last-child a::after { background-image:url(../common_img/arrow_large_white.png); }

.about_sec .link li p {
	margin-bottom: 10px;
}

.about_sec .link li .eng {
	display: block;
	font-size: 1.6rem;
}

/* ▼MODAL▼ */
.overlay_content#gallery_modal {
	width: 100vw;
	height: 100vh;
	padding: 0;
	background-color: transparent;
}

.gallery_slide {
	position: relative;
}

.gallery_slide .slick-list { overflow:hidden; }

.gallery_slide .btn_ctl {
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 101;
}

.gallery_slide .btn_ctl.prev {
	right: 80px;
	background-image: url(../common_img/btn_prev.png);
	border-right: solid 1px rgba(255,255,255,0.3);
}

.gallery_slide .btn_ctl.next {
	right: 0;
	background-image: url(../common_img/btn_next.png);
}

.gallery_slide .pager {
	display: none!important;
}

.gallery_slide .img {
	width: 100%;
	height: 100vh;
}

.overlay_content#floor_modal .scroll_box {
	overflow-y: auto;
}


.overlay_content#floor_modal .scroll_box::-webkit-scrollbar {
	width: 4px;
}

.overlay_content#floor_modal .scroll_box::-webkit-scrollbar-track {
	background: #d5d5d5;
	border-radius: 360px;
}

.overlay_content#floor_modal .scroll_box::-webkit-scrollbar-thumb {
	background: #292f33;
	border-radius: 360px;
}

.overlay_content#floor_modal article {
	display: none;
	padding: 40px 40px 90px 40px;
}

.overlay_content#floor_modal article h2, 
.overlay_content#floor_modal article h3,
.overlay_content#floor_modal article p,
.overlay_content#floor_modal article ul {
	padding-right: 50px;
	padding-left: 50px;
}

.overlay_content#floor_modal article h2 {
	padding-bottom: 40px;
	border-bottom: solid 1px #dedede;
}

.overlay_content#floor_modal article h3 {
	font-size: 1.8rem;
	color: #fff;
	background-color: #64727a;
	margin-top: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.overlay_content#floor_modal article p {
	margin-top: 40px;
}

.overlay_content#floor_modal article ul {
	margin-top: 40px;
}

.overlay_content#floor_modal article img {
	width: 700px;
	margin-top: 40px;
}

.overlay_content#floor_modal article img + img {
	margin-top: 40px;
}

.overlay_content#floor_modal article .box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.overlay_content#floor_modal article .box_vertical {
	display: flex;
	flex-direction: column;
}

.overlay_content#floor_modal .modal_close {
	top: -56px;
	right: 0px;
}

/*
ACCESS
***************************************************************************/
/* ▼INTRO▼ */
.access_sec .intro {
	padding: 230px 0;
	background: url(../common_img/bg01.jpg) repeat;
}

.access_sec .intro .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}

.access_sec .intro .head .img {
	width: 650px;
}

.access_sec .intro .head .content {
	width: 550px;
}

.access_sec .intro .head .sec_title {
	margin-bottom: 40px;
}

.access_sec .intro .head .sec_title .eng {
	margin-bottom: 20px;
}

.access_sec .intro .map iframe {
	display: block;
	width: 100%;
	height: 460px;
	margin-bottom: 50px;
	border: none;
}

.access_sec .intro .list {
	display: flex;
	justify-content: space-between;
}

.access_sec .intro .box {
	width: 620px;
}

.access_sec .intro .box .title {
	padding: 0 20px 2px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	line-height: 58px;
	letter-spacing: 0.25rem;
	background: #64727a;
}

.access_sec .intro .box .inner {
	padding: 25px 20px 0;
	line-height: 2.15;
}

.access_sec .intro .box .stxt {
	margin-top: 15px;
	font-size: 1.4rem;
	color: #4a545a;
	line-height: 2;
}

.access_sec .intro .box .btn {
	margin-top: 20px;
}

/* ▼AREA▼ */
.access_sec .area {
	padding: 140px 0;
}

.access_sec .area.style2 {
	padding: 190px 0 170px;
	background: url(../common_img/bg01.jpg) repeat;
}

.access_sec .area .title {
	margin-bottom: 70px;
	text-align: center;
}

.access_sec .area .head {
	margin-bottom: 110px;
}

.access_sec .area .head dt {
	margin-bottom: 35px;
}

.access_sec .area .list dl {
	float: left;
	width: calc(50% - 50px);
}

.access_sec .area .list dl:nth-child(2n) { float:right; }

.access_sec .area .list dl:nth-child(3) { margin-top: 100px; }

.access_sec .area .list dt {
	margin-bottom: 30px;
}

.access_sec .area dd h3 {
	font-size: 2.8rem;
	line-height: 2.2;
}

.access_sec .area dd .btn {
	margin-top: 20px;
}

/* ▼POINT▼ */
.access_sec .point {
	padding: 210px 0 220px;
	background: url(../common_img/bg01.jpg) repeat;
}

.access_sec .point .title {
	margin-bottom: 80px;
	text-align: center;
}

.access_sec .point .list dl {
	float: left;
	width: calc(50% - 50px);
	margin-bottom: 90px;
}

.access_sec .point .list dl:nth-child(2n) {
	float: right;
	transform: translateY(100px);
}

.access_sec .point .list dt {
	margin-bottom: 30px;
}

/*
HOWTO
***************************************************************************/
.howto_sec {
	padding: 230px 0;
	background: url(../common_img/bg01.jpg) repeat;
}

.howto_sec .box {
	position: relative;
	margin-bottom: 50px;
	padding: 75px 110px 80px 100px;
	font-weight: 400;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.howto_sec .box:last-child { margin-bottom:0; }

.howto_sec .box:nth-child(1) { background-image:url(../howto/images/list_bg01.jpg); }
.howto_sec .box:nth-child(2) { background-image:url(../howto/images/list_bg02.jpg); }
.howto_sec .box:nth-child(3) { background-image:url(../howto/images/list_bg03.jpg); }

.howto_sec .box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 21px;
	height: 21px;
	background: url(../common_img/arrow_large_white.png) no-repeat;
	transform: translateY(-50%);
}

.howto_sec .box .title {
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 0.3rem;
}

.howto_sec .box .add_line {
	margin-bottom: 70px;
}

.howto_sec .box .add_line::after {
	bottom: -35px;
	background: #fff;
}

/* ▼MODAL▼ */
.howto_modal .title {
	margin-bottom: 50px;
	padding: 40px 50px;
	border-bottom: solid 1px #dedede;
}

.howto_modal .modal_close {
	position: absolute;
	top: -60px;
	right: 0;
}

/*
FAQ
***************************************************************************/
.faq_sec {
	padding: 230px 0;
}

.faq_sec .faq_content {
	float: left;
	width: 980px;
}

.faq_sec .cat_list {
	float: right;
	width: 240px;
}

.faq_sec .cat {
	margin-bottom: 90px;
}

.faq_sec .cat:last-child { margin-bottom:0; }

.faq_sec .cat_title {
	display: flex;
	align-items: center;
	height: 320px;
	margin-bottom: 40px;
	padding: 0 50px;
	font-weight: 400;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.faq_list .box {
	padding: 40px 0;
	border-bottom: solid 1px #dedede;
}

.faq_list .box .title {
	position: relative;
	padding: 0 90px 0 80px;
	font-size: 1.5rem;
	line-height: 2.15;
	letter-spacing: 0.3rem;
	cursor: pointer;
}

.faq_list .box .inner {
	display: none;
	position: relative;
	padding: 40px 90px 30px 80px;
	line-height: 2.15;
}

.faq_list .box .title::before, .faq_list .box .inner::before {
	position: absolute;
	left: 0;
	width: 80px;
	text-align: center;
	font-size: 2.4rem;
	color: #64727a;
	line-height: 1;
	font-family: 'Cardo', serif;
}

.faq_list .box .title::before { content:'Q'; top:5px; }
.faq_list .box .inner::before { content:'A'; top:45px; }

/*
TERMS, PP
***************************************************************************/
.terms_sec {
	padding: 210px 0 230px;
	line-height: 2.15;
}

.terms_sec .box {
	margin-bottom: 90px;
}

.terms_sec .box .title {
	margin-bottom: 40px;
	font-size: 2rem;
}

.terms_sec .box .mtitle {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.terms_sec .sbox {
	display: flex;
	padding: 60px 100px;
	line-height: 2.05;
	background: url(../common_img/bg01.jpg) repeat;
}

.terms_sec .sbox .stitle {
	width: 350px;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	transform: translateY(-5px);
}

.terms_sec .sbox .content {
	width: calc(100% - 350px);
}

/*
FORM
***************************************************************************/
.form_sec {
	padding: 230px 0;
	background: url(../common_img/bg01.jpg) repeat;
}

/* ▼BOX▼ */
.form_box {
	padding: 90px 100px 150px;
	background: #fff;
}

.form_box .sec_txt {
	margin-bottom: 40px;
}

.form_box .mark_must {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	vertical-align: 1px;
	background: #c66363;
	border-radius: 50%;
}

/* ▼STEP▼ */
.form_step {
	width: 700px;
	margin: 0 auto 60px;
}

.form_step ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.form_step ul::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50px;
	width: 600px;
	height: 1px;
	margin-top: -0.5px;
	background: #dedede;
	z-index: 0;
}

.form_step li {
	position: relative;
	width: 120px;
	height: 120px;
	padding-top: 25px;
	text-align: center;
	font-size: 1.4rem;
	color: #171717;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	background: #fff;
	border: solid 1px #dedede;
	border-radius: 50%;
	z-index: 1;
}

.form_step li.active {
	width: 140px;
	height: 140px;
	padding-top: 35px;
	color: #fff;
	background: #64727a;
	border: solid 1px #64727a;
}

.form_step li > span {
	display: block;
	color: #64727a;
	margin-bottom: 3px;
	font-family: 'Cardo', serif;
	letter-spacing: 0.25rem;
}

.form_step li.active span { color:#fff; }

.form_step li > span span {
	margin-left: 2px;
	vertical-align: -1px;
	font-size: 2rem;
}

/* ▼INPUT▼ */
.user_form {
	margin-bottom: 70px;
}

.user_form > dl, .user_form .inner_form dl {
	display: flex;
	padding: 35px 0;
	border-bottom: solid 1px #dedede;
}

.user_form > dl.ex {
	padding: 35px 0 15px;
}

.user_form > dl.def, .user_form.conf > dl {
	padding: 40px 0;
}

.user_form > dl.def > dt, .user_form > dl.def > dd,
.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:2.15; }

.user_form > dl > dt {
	position: relative;
	width: 180px;
	padding: 0 20px;
	line-height: 60px;
}

.user_form > dl.ex > dt, .user_form > dl > dt.ex { line-height:30px; }

.user_form > dl > dt.must::before, .user_form .inner_form dl > dt.must::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 27px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #c66363;
	border-radius: 50%;
}

.user_form > dl.def > dt.must::before,
.user_form.conf > dl > dt.must::before { top:13px; }

.user_form > dl.ex > dt.must::before { top:11px; }

.user_form > dl > dd, .user_form .inner_form dl > dd {
	width: calc(100% - 180px);
	padding-right: 20px;
}

.user_form .note_list {
	margin-top: 15px;
}

.user_form .mfp_err {
	margin: 15px 0 0;
	color: #c66363;
}

.user_form dl.ex .mfp_err { margin:0 0 20px; }
.user_form ul .mfp_err { margin:0!important; }

#mfp_hidden, #mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay { display:none; }

/* ▼PP▼ */
.pp_box {
	margin-bottom: 70px;
	padding: 50px 60px;
	line-height: 2.15;
	background: #f7f7f5;
}

.pp_box .title {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

/* ▼COMPLETE▼ */
.form_comp {
	text-align: center;
}

.form_comp .title {
	margin-bottom: 45px;
}

.form_comp .txt {
	margin-bottom: 45px;
	font-size: 1.8rem;
	color: #4c606c;
	line-height: 1.85;
}

/* ▼BUTTON▼ */
.form_btn {
	width: 500px;
	margin: 0 auto;
}

.form_btn li.send {
	margin-bottom: 30px;
}

.form_btn li.back .btn01 { background:#a9a9a9; }
.form_btn li.back .btn01:hover { opacity:0.7; }

.form_btn li.back .btn01::after {
	right: auto;
	left: 30px;
	transform: translateY(-50%) rotateY(180deg);
}

/*
RESERVE LINK
***************************************************************************/
.reserve_link {
	padding: 170px 0;
	color: #fff;
	background: url(../common_img/reserve_bg.jpg) center center / cover no-repeat;
}

.reserve_link.style00 { background: url(../common_img/reserve_bg_aboutus01.jpg) center center / cover no-repeat }
.reserve_link.style01 { background: url(../common_img/reserve_bg_aboutus02.jpg) center center / cover no-repeat }
.reserve_link.style02 { background: url(../common_img/reserve_bg_access.jpg) center center / cover no-repeat }
.reserve_link.style03 { background: url(../common_img/reserve_bg_info.jpg) center center / cover no-repeat }
.reserve_link.style04 { background: url(../common_img/reserve_bg_terms.jpg) center center / cover no-repeat }
.reserve_link.style05 { background: url(../common_img/reserve_bg_pp.jpg) center center / cover no-repeat }

.reserve_link .title {
	margin-bottom: 60px;
	font-weight: 400;
}

/*
FOOTER LINK
***************************************************************************/
.footer_link {
	padding-top: 150px;
}

.footer_link .img {
	display: flex;
	padding-bottom: 50px;
	background: url(../common_img/bg01.jpg) repeat;
}

.footer_link .img li {
	height: 500px;
}

.footer_link .img li:nth-child(1) { width:36%; background-image:url(../common_img/foot_img01.jpg); }
.footer_link .img li:nth-child(2) { width:25.5%; background-image:url(../common_img/foot_img02.jpg); }
.footer_link .img li:nth-child(3) { width:38.5%; background-image:url(../common_img/foot_img03.jpg); }

.footer_link .content {
	padding: 260px 0 290px;
	text-align: center;
}

.footer_link .txt {
	font-size: 1.6rem;
}

/*
FOOTER
***************************************************************************/
footer {
	padding: 50px 0;
	background: #f0f0ed;
}

footer .info {
	margin-bottom: 120px;
	text-align: center;
	font-size: 1.4rem;
	color: #555;
	line-height: 2.15;
}

footer .logo {
	margin-bottom: 30px;
}

.copy {
	font-weight: 400;
	font-family: 'Cardo', serif;
}

footer .copy {
	margin-top: 10px;
	color: #828282;
}

.copy small {
	font-size: 1rem;
}

footer .txt {
	margin-top: 70px;
}

#fnavi {
	position: relative;
	padding-top: 70px;
	border-top: solid 1px #e0e0df;
}

.fnavi_list {
	width: 750px;
}

.fnavi_list li {
	float: left;
	width: 150px;
}

.fnavi_list li:nth-child(4n+1) { width:200px; }
.fnavi_list li:nth-child(4n) { width:calc(100% - 500px); }

.fnavi_list li a {
	display: block;
	font-size: 1.4rem;
	color: #555;
	line-height: 50px;
}

footer .sns_list {
	position: absolute;
	bottom: 15px;
	right: 0;
	text-align: right;
}

footer .sns_list li {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41,47,51,0.8);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: 1300px;
	height: calc(100vh - 200px);
	padding: 30px 10px;
	background-color: #fff;
}

.overlay_content .scroll_box {
	height: calc(100vh - 260px);
}

.overlay_content .sec_inner {
	width: 1200px;
	margin: 0 auto;
	line-height: 2.15;
}

.modal_close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	transition: .5s;
	z-index: 10001;
}

.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .5s;
}

.modal_close:hover, .modal_switch:hover, .modal_switch:hover span { opacity:0.7; }

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 4px;
}

.scroll_box::-webkit-scrollbar-track {
	background: #d5d5d5;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-radius: 360px;
}

.scroll_box::-webkit-scrollbar-thumb {
	width: 4px;
	background: #292f33;
	border-radius: 360px;
}

.gecko .scroll_box {
	scrollbar-width: 4px;
	scrollbar-color: #292f33 #d5d5d5;
	border-radius: 360px;
}

/*
PARTS
***************************************************************************/
/* ▼BUTTON▼ */
.btn01 {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	line-height: 78px;
	letter-spacing: 0.2rem;
	background: #292f33;
	transition: .5s;
	cursor: pointer;
}

.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 12px;
	height: 12px;
	background: url(../common_img/arrow_white.png) no-repeat;
	transform: translateY(-50%);
}

.btn01:hover { background:#2d424e; opacity:1; }

.btn01.large {
	font-size: 1.6rem;
	line-height: 88px;
}

.btn01.disabled { background:#cecece; cursor:default; }

.link01 {
	display: inline-block;
	position: relative;
	padding: 0 25px 2px 5px;
	font-size: 1.4rem;
	color: #171717;
	line-height: 48px;
	border-bottom: solid 1px #64727a;
}

.link01.white {
	font-weight: 400;
	color: #fff;
	border-bottom: solid 1px #9e9e9e;
}

.link01.large {
	padding: 0 40px 2px 5px;
	font-size: 2.2rem;
	line-height: 78px;
	letter-spacing: 0.4rem;
}

.link01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 12px;
	height: 12px;
	background: url(../common_img/arrow.png) no-repeat;
	transform: translateY(-50%);
}

.link01.white::after { background:url(../common_img/arrow_white.png) no-repeat; }

.link01.large::after {
	width: 21px;
	height: 21px;
	background: url(../common_img/arrow_large.png) no-repeat;
}

.plus {
	display: block;
	position: relative;
}

.plus::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../common_img/icon_plus.png);
}

/* ▼CATCH, TITLE▼ */
.sec_catch {
	text-align: center;
	font-size: 2.2rem;
}

.sec_title {
	text-align: left;
	font-size: 2.2rem;
}

.sec_title .eng {
	display: block;
	margin-bottom: 30px;
	padding-left: 25px;
	font-size: 1.6rem;
	background: url(../common_img/icon01.png) left center no-repeat;
}

.add_line {
	position: relative;
	margin-bottom: 90px;
}

.add_line::after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 70px;
	height: 1px;
	background: #dedede;
}

.title01 {
	padding: 0 20px 2px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	line-height: 58px;
	letter-spacing: 0.25rem;
	background: #64727a;
}

/* ▼SLICK SLIDE▼ */
.slick_sec, .slick_sec .box {
	/* display: none; */
}

.slick_sec.slick-initialized, .slick_sec .box {
	display: block;
}


/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #575757;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.3rem;
	color: #4a545a;
	line-height: 2.15;
}

.note_list > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/* ▼LIST▼ */
.li_mb5 > li { margin-bottom:5px; }
.li_mb10 > li { margin-bottom:10px; }
.li_mb15 > li { margin-bottom:15px; }
.li_mb20 > li { margin-bottom:20px; }
.li_mb25 > li { margin-bottom:25px; }
.li_mb30 > li { margin-bottom:30px; }

.list01 > li:last-child,
.list02 > li:last-child,
.list03 > li:last-child,
.list04 > li:last-child {
	margin-bottom: 0;
}

.list01 > li {
	position: relative;
	padding-left: 15px;
}

.list01 > li:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #64727a;
	border-radius: 50%;
}

.list02 > li {
	position: relative;
	padding-left: 25px;
}

.list02 > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	margin-top: -0.5px;
	background: #797979;
}

.list03 > li {
	position: relative;
	padding-left: 20px;
}

.list03.number_plus > li { padding-left:3em; }
.list03.kana > li { padding-left:30px; }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03 > li:nth-child(1):before { content:'a.'; }
.list03 > li:nth-child(2):before { content:'b.'; }
.list03 > li:nth-child(3):before { content:'c.'; }
.list03 > li:nth-child(4):before { content:'d.'; }
.list03 > li:nth-child(5):before { content:'e.'; }
.list03 > li:nth-child(6):before { content:'f.'; }
.list03 > li:nth-child(7):before { content:'g.'; }
.list03 > li:nth-child(8):before { content:'h.'; }
.list03 > li:nth-child(9):before { content:'i.'; }
.list03 > li:nth-child(10):before { content:'j.'; }

.list03.number > li:nth-child(1):before { content:'1.'; }
.list03.number > li:nth-child(2):before { content:'2.'; }
.list03.number > li:nth-child(3):before { content:'3.'; }
.list03.number > li:nth-child(4):before { content:'4.'; }
.list03.number > li:nth-child(5):before { content:'5.'; }
.list03.number > li:nth-child(6):before { content:'6.'; }
.list03.number > li:nth-child(7):before { content:'7.'; }
.list03.number > li:nth-child(8):before { content:'8.'; }
.list03.number > li:nth-child(9):before { content:'9.'; }
.list03.number > li:nth-child(10):before { content:'10.'; }

.list03.number_plus > li:nth-child(1):before { content:'（1）'; }
.list03.number_plus > li:nth-child(2):before { content:'（2）'; }
.list03.number_plus > li:nth-child(3):before { content:'（3）'; }
.list03.number_plus > li:nth-child(4):before { content:'（4）'; }
.list03.number_plus > li:nth-child(5):before { content:'（5）'; }
.list03.number_plus > li:nth-child(6):before { content:'（6）'; }
.list03.number_plus > li:nth-child(7):before { content:'（7）'; }
.list03.number_plus > li:nth-child(8):before { content:'（8）'; }
.list03.number_plus > li:nth-child(9):before { content:'（9）'; }
.list03.number_plus > li:nth-child(10):before { content:'（10）'; }

.list03.kana > li:nth-child(1):before { content:'ア）'; }
.list03.kana > li:nth-child(2):before { content:'イ）'; }
.list03.kana > li:nth-child(3):before { content:'ウ）'; }
.list03.kana > li:nth-child(4):before { content:'エ）'; }
.list03.kana > li:nth-child(5):before { content:'オ）'; }
.list03.kana > li:nth-child(6):before { content:'カ）'; }
.list03.kana > li:nth-child(7):before { content:'キ）'; }
.list03.kana > li:nth-child(8):before { content:'ク）'; }
.list03.kana > li:nth-child(9):before { content:'ケ）'; }
.list03.kana > li:nth-child(10):before { content:'コ）'; }

.list04 > li {
	position: relative;
	padding-left: 15px;
}

.list04 > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: -3px;
}

/* ▼TABLE▼ */
.table01 th {
	border: 1px solid #171717;
	background-color: #e3e3e3;
	padding: 8px 20px;
}
.table01 td {
	border: 1px solid #171717;
	padding: 8px 20px;
}


/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.w4per { width:4%; }
.w5per { width:5%; }
.w8per { width:8%; }
.w10per { width:10%; }
.w15per { width:15%; }
.w20per { width:20%; }
.w22per { width:22%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w35per { width:35%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w56per { width:56%; }
.w60per { width:60%; }
.w62per { width:62%; }
.w65per { width:65%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w100per { width:100%!important; }

.w30 { width:30px!important; }
.w40 { width:40px!important; }
.w50 { width:50px!important; }
.w60 { width:60px!important; }
.w65 { width:65px!important; }
.w160 { width:160px!important; }
.w260 { width:260px!important; }
.w540 { width:540px!important; }

/* ▼height▼ */
.area_h260 { min-height:260px; }

/* ▼area▼ */
.mb200 { margin-bottom:200px!important; }
.mb160 { margin-bottom:160px!important; }
.mb150 { margin-bottom:150px!important; }
.mb140 { margin-bottom:140px!important; }
.mb130 { margin-bottom:130px!important; }
.mb120 { margin-bottom:120px!important; }
.mb110 { margin-bottom:110px!important; }
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb85 { margin-bottom:85px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }
.mb0 { margin-bottom:0!important; }

.mlr300 { margin-left:300px!important; margin-right:300px!important; }
.mlr115 { margin-left:115px!important; margin-right:115px!important; }
.mlr100 { margin-left:100px!important; margin-right:100px!important; }
.mlr80 { margin-left:80px!important; margin-right:80px!important; }
.mlr75 { margin-left:75px!important; margin-right:75px!important; }
.mlr70 { margin-left:70px!important; margin-right:70px!important; }
.mlr60 { margin-left:60px!important; margin-right:60px!important; }
.mlr55 { margin-left:55px!important; margin-right:55px!important; }
.mlr50 { margin-left:50px!important; margin-right:50px!important; }
.mlr45 { margin-left:40px!important; margin-right:45px!important; }
.mlr40 { margin-left:40px!important; margin-right:40px!important; }
.mlr35 { margin-left:35px!important; margin-right:35px!important; }
.mlr30 { margin-left:30px!important; margin-right:30px!important; }
.mlr25 { margin-left:25px!important; margin-right:25px!important; }
.mlr20 { margin-left:20px!important; margin-right:20px!important; }
.mlr15 { margin-left:15px!important; margin-right:15px!important; }
.mlr10 { margin-left:10px!important; margin-right:10px!important; }
.mlr5 { margin-left:5px!important; margin-right:5px!important; }
.mlr0 { margin-left:0!important; margin-right:0!important; }
.mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.mlr-100 { margin-left:-100px!important; margin-right:-100px!important; }
.mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.mr50 { margin-right:50px!important; }
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr25 { margin-right:25px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }
.mr-5 { margin-right:-5px!important; }

.ml80 { margin-left:80px!important; }
.ml55 { margin-left:55px!important; }
.ml50 { margin-left:50px!important; }
.ml40 { margin-left:40px!important; }
.ml30 { margin-left:30px!important; }
.ml20 { margin-left:20px!important; }
.ml15 { margin-left:15px!important; }
.ml10 { margin-left:10px!important; }
.ml0 { margin-left:0px!important; }
.ml-5 { margin-left:-5px!important; }
.ml-10 { margin-left:-10px!important; }
.ml-15 { margin-left:-15px!important; }
.ml-20 { margin-left:-20px!important; }

.mt90 { margin-top:90px!important; }
.mt80 { margin-top:80px!important; }
.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt55 { margin-top:55px!important; }
.mt50 { margin-top:50px!important; }
.mt45 { margin-top:45px!important; }
.mt40 { margin-top:40px!important; }
.mt35 { margin-top:35px!important; }
.mt30 { margin-top:30px!important; }
.mt20 { margin-top:20px!important; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-60 { margin-top:-60px!important; }
.mt-70 { margin-top:-70px!important; }
.mt-80 { margin-top:-80px!important; }

.pb100 { padding-bottom:100px!important; }
.pb80 { padding-bottom:80px!important; }
.pb30 { padding-bottom:30px!important; }
.pb15 { padding-bottom:15px!important; }
.pb5 { padding-bottom:5px!important; }
.pb0 { padding-bottom:0!important; }

.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

.pt60 { padding-top:60px!important; }
.pt50 { padding-top:50px!important; }

.ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.ptb0 { padding-top:0!important; padding-bottom:0!important; }

.plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.size10 { font-size:1rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size15 { font-size:1.5rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size22 { font-size:2.2rem!important; }
.size24 { font-size:2.4rem!important; }
.size26 { font-size:2.6rem!important; }
.size28 { font-size:2.8rem!important; }
.size30 { font-size:3.0rem!important; }
.size32 { font-size:3.2rem!important; }
.size34 { font-size:3.4rem!important; }
.size36 { font-size:3.6rem!important; }
.size40 { font-size:4.0rem!important; }

.weight_300 { font-weight:300!important; }
.weight_400 { font-weight:400!important; }
.weight_500 { font-weight:500!important; }
.weight_500 { font-weight:500!important; }
.weight_700, .bold { font-weight:700!important; }

.c_gray { color:#777676; }
.c_black { color:#000; }
.c_red { color:#b01f1f; }

.lh22 { line-height:2.2!important; }
.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */
.txt_line {
	padding-bottom: 10px;
	line-height: 2.8;
	border-bottom: dotted 1px #999;
}

.txt_marker {
	display: inline-block;
	position: relative;
}

.txt_marker:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(241,247,64,0.9);
	z-index: 0;
}

.txt_marker > span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	color: #171717;
	line-height: 60px;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 0.15rem;
	background: #f9f9f9;
	border: solid 1px #dedede;
	border-radius: 0;
	caret-color: #171717;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%!important;
	min-height: 190px;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #171717;
	line-height: 2;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 0.15rem;
	background: #f9f9f9;
	border: solid 1px #dedede;
	border-radius: 0;
	caret-color: #171717;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #dedede;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.5rem!important;
	color: #929292;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: 1.5rem!important;
	color: #929292;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: 1.5rem!important;
	color: #929292;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: 1.5rem!important;
	color: #929292;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: 1.5rem!important;
	color: #929292;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: 1.5rem!important;
	color: #929292;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; cursor:pointer; }

/* ▼original select date▼ */
select::-ms-expand { display:none; }

.select_box, .date_box {
	position: relative;
}

select {
	line-height: 62px;
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 10px;
	margin-top: -5px;
	background: #64727a;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}

.date_box:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 21px;
	height: 20px;
	background: url(../common_img/icon_date.png) no-repeat;
	z-index: 10;
}

.select_list {
	display: flex;
	align-items: center;
}

.select_list .parts {
	display: block;
	width: 50px;
	text-align: center;
	font-size: 1.5rem;
	color: #171717;
}

.select_list.line_2 .parts_input { width:calc((100% - 50px) / 2); }
.select_list.line_3 .parts_input { width:calc((100% - 100px) / 3); }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	transform: translateY(-2px);
	box-sizing: border-box;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 12px 0 0;
	vertical-align: middle;
	background: #f9f9f9;
	border: solid 1px #dedede;
	cursor: pointer;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #f9f9f9;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: 30px;
	height: 30px;
	background-color: #64727a;
	background-image: url(../common_img/icon_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: solid 1px #64727a;
}

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label, .chk_list li label {
	font-size: 1.5rem;
	color: #171717;
	line-height: 30px;
}

.radio_list.col li, .chk_list.col li {
	display: inline-block;
	margin: 0 15px 20px 0;
}

.radio_list.col li:last-child, .chk_list.col li:last-child { margin-right:0; }

.radio_list.col li label, .chk_list.col li label {
	padding: 0 35px 0 0;
}

.radio_list.row li, .chk_list.row li {
	margin-bottom: 20px;
}

.radio_list.row li:last-child, .chk_list.row li:last-child { margin-bottom:0; }

.radio_list.block li label, .chk_list.block li label {
	width: auto;
	padding: 15px 35px 15px 15px;
	background: #f9f9f9;
}

.radio_list.block li label.active, .chk_list.block li label.active {
	color: #fff;
	background: #64727a;
}

.radio_list.side li, .chk_list.side li {
	float: left;
	width: 100%;
	margin-right: 20px;
}

.radio_list.side.line_2 li, .chk_list.side.line_2 li { width:calc((100% - 20px) / 2); }
.radio_list.side.line_3 li, .chk_list.side.line_3 li { width:calc((100% - 60px) / 3); }
.radio_list.side.line_4 li, .chk_list.side.line_4 li { width:calc((100% - 80px) / 4); }

.radio_list.side.line_2 li:nth-child(2n), .chk_list.side.line_2 li:nth-child(2n),
.radio_list.side.line_3 li:nth-child(3n), .chk_list.side.line_3 li:nth-child(3n),
.radio_list.side.line_4 li:nth-child(4n), .chk_list.side.line_4 li:nth-child(4n) {
	margin-right: 0;
}
