@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("jquery.fatNav.css");
@import url("slick.css");
@import url("slick-theme.css");

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input[type=reset],
input[type=button],
input[type=submit]  {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


/* ------------------------
	elements
------------------------ */
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #000;
	background: #fff;
	padding: 90px 0 0;
	min-width: 1230px;
}
@media screen and (max-width: 767px) {
	body {
		padding: 60px 0 0;
		font-size: 1.5rem;
		min-width: 100%;
	}
}
.mincho {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 15px;
}
hr{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
	border-bottom: 1px solid #c8c3b1;
	border-right: 1px solid #c8c3b1;
}
table.table_border th {
	background: none;
	border: none;
	padding: 12px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #c8c3b1;
	border-left: 1px solid #c8c3b1;
	color: #000;
	font-weight: 500;
	white-space: nowrap;
	box-sizing: border-box;
	width: 25%;
	background: #fff;
}
table.table_border td {
	background: none;
	border: none;
	padding: 12px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #c8c3b1;
	border-left: 1px solid #c8c3b1;
	color: #000;
	box-sizing: border-box;
	background: #fff;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	white-space: nowrap;
	box-sizing: border-box;
	width: 25%;
}
table.table_noborder td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table th small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_sp {
	display: none;
}
.tel {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border th {
		display: block;
		padding: 8px 8px 2px;
		width: 100%;
		font-weight: bold;
		white-space: normal;
		text-align: left;
	}
	table.table_border th br {
		display: none;
	}
	table.table_border td {
		display: block;
		padding: 0 8px 8px;
		border-top: none;
	}
	table.table_noborder th {
		padding: 0 0 12px;
	}
	table.table_noborder td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	.tel {
		pointer-events: inherit;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit] {
		transition: all 0.2s ease;
	}
}

/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	height: 90px;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
}
#header_frame {
	min-width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	width: 120px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
#header h1 a {
	display: block;
}
#header_address {
	font-size: 1.6rem;
	line-height: 25px;
	position: absolute;
	top: 8px;
	left: 150px;
}
#header_address span {
	display: block;
}
#header_menu {
	position: absolute;
	top: 55px;
	right: 240px;
	line-height: 20px;
}
#header_menu ul {
	text-align: right;
}
#header_menu ul li {
	display: inline-block;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	position: relative;
}
#header_menu ul li:before {
	display: block;
	content: "";
	width: 1px;
	height: 18px;
	background: #B80918;
	transform: rotate(15deg);
	position: absolute;
	top: 1px;
	left: -4px;
}
#header_menu ul li:nth-child(1):before {
	display: none;
}
#header_menu ul li a {
	color: #B80918;
}
#header_tel {
	text-align: right;
	font-size: 2.8rem;
	line-height: 30px;
	position: absolute;
	top: 12px;
	right: 240px;
}
#header_tel a {
	color: #B80918;
}
#header_reserve {
	width: 220px;
	font-size: 2.3rem;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
#header_reserve a {
	display: block;
	background: #B80918;
	color: #fff;
}
.hamburger {
	display: none !important;
}
@media screen and (max-width: 767px) {
	#header {
		height: 60px;
	}
	#header_frame {
		min-width: 100%;
		height: 60px;
	}
	#header h1 {
		width: 80px;
		top: 5px;
		left: 5px;
	}
	#header_address,
	#header_menu {
		display: none;
	}
	#header_tel {
		top: 0;
		right: 60px;
	}
	#header_tel a {
		display: block;
		width: 60px;
		height: 0;
		padding: 60px 0 0;
		overflow: hidden;
		background: url("../images/common/icon_tel.svg") no-repeat center center / 30px auto;
	}
	#header_reserve {
		width: 80px;
		font-size: 1.6rem;
		line-height: 50px;
		top: 5px;
		right: 130px;
	}
	#header_reserve a {
		display: block;
		background: #B80918;
		color: #fff;
		border-radius: 100px;
	}
	#header_reserve a span:nth-of-type(2) {
		display: none;
	}
	.hamburger {
		display: block !important;
	}
}

/* ------------------------
	content
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.contents {
	padding: 150px 0;
}
.contents_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom50 {
	padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
	#main {
	}
	.contents {
		padding: 60px 0;
	}
	.contents_box {
		padding: 0 15px;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom50 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	menu
------------------------ */
.hamburger {
	left: auto;
	right: 0;
	top: 5px;
	margin: 0;
	display: block;
	padding: 22px 17px 0;
	width: 60px;
	height: 60px;
}
.hamburger .hamburger__icon, 
.hamburger .hamburger__icon:before, 
.hamburger .hamburger__icon:after {
	background-color: #b80918;
}
.hamburger.active .hamburger__icon:before, 
.hamburger.active .hamburger__icon:after {
	background-color: #b80918;
}
.fat-nav {
	background: rgba(255,255,255,0.9);
}
.fat-nav ul {
	text-align: center;
}
.fat-nav li {
	font-size: 1.6rem;
}
.fat-nav li a {
	letter-spacing: 0.5rem;
	font-weight: normal;
	color: #000;
}
@media screen and (max-width: 767px) {
	.hamburger {
		top: 0;
	}
}

/* ------------------------
	footer
------------------------ */
.hours {
	padding: 100px 0 0;
}
.hours a {
	color: #b80918;
	text-decoration: underline;
}
.access {
	padding: 50px 0 50px;
}
.hours h2,
.access h2 {
	font-size: 4.0rem;
	line-height: 1.3;
	margin: 0 0 30px;
}
.access_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.access_map {
	width: 720px;
}
.access_image {
	width: 450px;
}
.access_detail {
	position: relative;
}
.access_detail .more {
	position: absolute;
	top: 0;
	right: 0;
}
.access_back {
	margin: 50px 0 0;
}
#footer {
	background: #fff;
}
#footer small {
	display: block;
	background: #b80918;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	box-sizing: border-box;
}
#footer_pagetop {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 100;
	display: none;
}
#footer_pagetop a {
	display: block;
	width: 50px;
	height: 0;
	padding: 50px 0 0;
	overflow: hidden;
	background: url("../images/common/icon_pagetop.svg") no-repeat;
	background-size: 50px auto;
}
#footer_reserve {
	position: fixed;
	bottom: 140px;
	right: 0;
	z-index: 100000;
	display: inline-block;
}
#footer_reserve a {
	display: block;
	line-height: 64px;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	background: rgba(184,9,24,0.9) url("../images/common/icon_link.svg") no-repeat center bottom 25px;
	border-radius: 10px 0 0 10px;
	padding: 30px 0 50px;
	border: 1px solid #fff;
	border-right: none;
	writing-mode: vertical-rl;
}
#footer_nav {
	display: none;
}
@media screen and (max-width: 767px) {
	.hours {
		padding: 60px 0 0;
	}
	.access {
		padding: 30px 0 30px;
	}
	.hours h2,
	.access h2 {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}
	.access_box {
		display: block;
		margin: 0 0 30px;
	}
	.access_map {
		width: auto;
	}
	.access_map iframe {
		height: 240px;
	}
	.access_image {
		width: auto;
	}
	.access_detail .more {
		position: relative;
		top: auto;
		right: auto;
		margin: 30px 0 0;
	}
	#footer {
		padding: 0;
	}
	#footer_reserve {
		width: 100%;
		bottom: 0;
		right: 0;
		display: none !important;
	}
	#footer_reserve a {
		width: 100%;
		line-height: 50px;
		border-radius: 0;
		padding: 0;
		font-size: 1.8rem;
		border: none;
		border-top: 1px solid #fff;
		background-position: right 10px center;
		writing-mode: inherit;
	}
	#footer_nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100000;
	}
	#footer_nav ul {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #fff;
	}
	#footer_nav ul li {
		box-sizing: border-box;
		border-left: 1px solid #fff;
		flex: 1 1 auto;
	}
	#footer_nav ul li:nth-child(1) {
		border-left: none;
	}
	#footer_nav ul li a {
		display: block;
		background: #b80918;
		color: #fff;
		line-height: 50px;
		font-size: 1.4rem;
		letter-spacing: 0;
		text-align: center;
	}
}

/* ------------------------
	pages
------------------------ */
.title01 {
	text-align: center;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 60px;
}
.title01 span {
	display: block;
	font-size: 2.6rem;
}
.title01:before {
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background: #b80918;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -25px;
}
.title02 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	margin: 0 0 50px;
}
.title02 span {
	display: inline-block;
	min-width: 160px;
	border-bottom: 2px solid #b80918;
	padding: 0 0 10px;
}
.more,
a.more {
	display: inline-block;
	width: 280px;
	padding: 16px 0;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.3;
	color: #b80918;
	border: 1px solid #b80918;
	border-radius: 100px;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: 3.0rem;
		margin: 0 0 40px;
	}
	.title01 span {
		font-size: 1.8rem;
	}
	.title02 {
		font-size: 2.0rem;
		margin: 0 0 30px;
	}
	.more,
	a.more {
		width: 100%;
		padding: 12px 0;
		font-size: 1.7rem;
	}
}

/* ------------------------
	index
------------------------ */
.mainvisual {
	width: 100%;
	height: 840px;
	background: #000;
	color: #fff;
	position: relative;
}
.mainvisual_box {
	max-width: 1200px;
	height: 840px;
	box-sizing: border-box;
	padding: 80px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.mainvisual_logo {
	margin: 0 0 50px;
}
.mainvisual_catch {
	text-align: left;
	font-size: 4.2rem;
	line-height: 70px;
	writing-mode: vertical-rl;
	width: 250px;
	padding: 0 0 0 30px;
}
.mainvisual_catch span {
	display: block;
}
.mainvisual_catch span:nth-of-type(2) {
	padding: 70px 0 0;
}
.mainvisual_image {
	width: 65%;
	height: 840px;
	position: absolute;
	top: 0;
	right: 0;
}
.mainvisual_image img {
	width: 100%;
	height: 840px;
	object-fit: cover;
}
.mainvisual_image:before {
	display: block;
	content: "";
	width: 30%;
	height: 840px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
}
.index_menu_box ul {
	display: flex;
	justify-content: space-between;
}
.index_menu_box ul li {
	width: 49%;
}
.index_menu_box ul li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: url("../images/rokubeko_ropponmatsu/index_menu_back01.jpg") no-repeat center center / cover;
	color: #fff;
	height: 260px;
	line-height: 1.3;
}
.index_menu_box ul li:nth-child(2) a {
	background-image: url("../images/rokubeko_ropponmatsu/index_menu_back02.jpg");
}
.index_menu_box ul li a span:nth-of-type(1) {
	display: block;
	font-size: 4.8rem;
}
.index_menu_box ul li a span:nth-of-type(2) {
	display: block;
	font-size: 3.0rem;
}
.index_catch {
	background: #000;
	color: #fff;
}
.index_catch_box h2 {
	font-size: 5.5rem;
	line-height: 1.3;
	margin: 0 0 30px;
	text-align: center;
}
.catch {
	font-size: 2.5rem;
	line-height: 1.5;
	text-align: center;
}
.index_catch_detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0 0;
}
.index_catch_detail:nth-of-type(2) {
	flex-direction: row-reverse;
}
.index_catch_detail_text {
	width: 580px;
}
.index_catch_detail_text h3 {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 30px;
}
.index_catch_detail_image {
	width: 550px;
}
.index_appearance {
	background: #000;
}
.index_appearance .title01 {
	color: #fff;
}
.index_appearance_wrap {
	background: #fff;
	padding: 40px;
}
.index_appearance_box01 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.index_appearance_box01 ul li {
	width: 355px;
}
.index_appearance_box01 ul li:nth-child(n+4) {
	margin-top: 50px;
}
.index_appearance_box01 ul li img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.index_appearance_box01 ul li span {
	display: block;
	padding: 15px 0 0;
}
.index_appearance_floor {
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
	align-items: center;
}
.index_appearance_floor_text {
	width: 540px;
}
.index_appearance_floor_text h3 {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 30px;
}
.index_appearance_floor_image {
	width: 512px;
}
.index_feature_slide {
	display: none;
}
.index_feature_slide.slick-initialized {
	display: block;
}
.index_feature_slide_item {
	width: 350px;
	margin: 0 10px;
}
.index_feature_menu {
	max-width: 1200px;
	margin: 100px auto 0;
}
.index_feature_menu a {
	display: block;
	width: 100%;
	height: 240px;
	background: url("../images/rokubeko_ropponmatsu/index_menu_back.jpg") no-repeat center center / cover;
	color: #fff;
}
.index_feature_menu a dl {
	height: 240px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	text-align: center;
}
.index_feature_menu a dl dt {
	font-size: 6.0rem;
	line-height: 1.1;
	margin: 0 0 5px;
}
.index_feature_menu a dl dd {
	font-size: 2.5rem;
	line-height: 1.1;
}
.index_news {
	background: #000;
	color: #fff;
}
.index_news_box {
	background: #fff;
	color: #000;
	padding: 50px;
	margin: 50px 0 0;
	position: relative;
}
.index_news_flex {
	display: flex;
	justify-content: space-between;
}
.index_news_flex .index_news_box {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 50px;
}
.index_news_box h3 {
	font-size: 3.0rem;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 50px;
}
.index_news_flex .index_news_box h3 {
	margin: 0;
	text-align: center;
}
.index_news_box h3 img {
	display: inline-block;
	margin: 0 10px 5px 0;
	vertical-align: middle;
}
.index_news_follow {
	position: absolute;
	top: 43px;
	right: 50px;
}
.index_news_flex .index_news_follow {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 30px;
	text-align: center;
}
.index_news_flex .index_news_follow img[src$="line_button.svg"] {
	height: 60px;
}
.index_news_line {
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_news_line ul {
	text-align: center;
}
.index_news_line ul li {
	display: block;
	width: 200px;
	vertical-align: middle;
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
	.mainvisual {
		height: 420px;
	}
	.mainvisual_box {
		height: 420px;
		padding: 40px 15px 0;
	}
	.mainvisual_logo {
		margin: 0 0 20px;
		width: 200px;
	}
	.mainvisual_catch {
		font-size: 2.0rem;
		line-height: 35px;
		width: 150px;
		padding: 0;
	}
	.mainvisual_image {
		width: 65%;
		height: 420px;
	}
	.mainvisual_image img {
		height: 420px;
	}
	.mainvisual_image:before {
		width: 30%;
		height: 420px;
	}
	.index_menu_box ul {
		display: block;
	}
	.index_menu_box ul li {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.index_menu_box ul li a {
		height: 180px;
	}
	.index_menu_box ul li a span:nth-of-type(1) {
		display: block;
		font-size: 3.4rem;
	}
	.index_menu_box ul li a span:nth-of-type(2) {
		display: block;
		font-size: 2.4rem;
	}
	.index_catch_box h2 {
		font-size: 2.6rem;
		line-height: 1.5;
		margin: 0 0 30px;
		text-align: left;
	}
	.catch {
		font-size: 1.9rem;
		text-align: left;
	}
	.index_catch_detail {
		display: block;
		margin: 50px 0 0;
	}
	.index_catch_detail_text {
		width: auto;
	}
	.index_catch_detail_text h3 {
		font-size: 1.9rem;
		margin: 0 0 20px;
	}
	.index_catch_detail_image {
		width: auto;
	}
	.index_appearance_wrap {
		padding: 30px 15px;
	}
	.index_appearance_box01 ul {
		display: block;
	}
	.index_appearance_box01 ul li {
		width: auto;
		margin: 30px auto 0 !important;
		display: flex;
		justify-content: space-between;
	}
	.index_appearance_box01 ul li:nth-child(1) {
		margin: 0 auto 0 !important;
	}
	.index_appearance_box01 ul li img {
		height: 30vw;
	}
	.index_appearance_box01 ul li a {
		display: block;
		width: 48%;
	}
	.index_appearance_box01 ul li span {
		width: 48%;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.index_appearance_floor {
		display: block;
	}
	.index_appearance_floor_text {
		width: auto;
	}
	.index_appearance_floor_text h3 {
		font-size: 1.9rem;
		margin: 0 0 20px;
	}
	.index_appearance_floor_image {
		width: auto;
	}
	.index_feature {
		padding-bottom: 100px;
	}
	.index_feature_slide_item {
		width: 100%;
	}
	.index_feature_slide_item img {
		width: 100%;
	}
	.index_feature_menu {
		margin: 80px auto 0;
	}
	.index_feature_menu a {
		height: 120px;
	}
	.index_feature_menu a dl {
		height: 120px;
	}
	.index_feature_menu a dl dt {
		font-size: 3.0rem;
	}
	.index_feature_menu a dl dd {
		font-size: 1.5rem;
	}
	.index_news_box {
		padding: 15px;
		margin: 30px 0 0;
	}
	.index_news_flex {
		display: block;
	}
	.index_news_flex .index_news_box {
		width: auto;
		display: block;
		padding: 15px;
	}
	.index_news_box h3 {
		font-size: 2.4rem;
		margin: 0 0 30px !important;
		text-align: center;
	}
	.index_news_box h3 img {
		width: 30px;
	}
	.index_news_follow {
		position: relative;
		top: auto;
		right: auto;
		margin: 30px 0 15px;
	}
	.index_news_line {
		display: block;
	}
	.index_news_line ul li {
		display: block;
		margin: 15px auto 0;
	}
}



