@charset "utf-8";

@font-face {
	font-family: "triogrotesk";
	src: url("../fonts/triogrotesk-bold-v102.woff2") format("woff2"),
		url("../fonts/triogrotesk-bold-v102.woff") format("woff");
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5em;
	line-height: 2em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: bold;
	position: relative;
}

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

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

.italic {
	font-style: italic;
}

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

.ttl_l {
	font-size: 4rem;
	letter-spacing: 0;
	font-family: "triogrotesk", sans-serif;
}

.ttl_m {
	font-size: 1.5rem;
	font-family: "triogrotesk", sans-serif;
	position: relative;
	padding-bottom: 10px;
}

.ttl_m::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.dis_sp {
	display: none;
}

.mv_base {
	opacity: 0;
	transition: 1.5s;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
}

.mv {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.font_en {
	font-family: "triogrotesk", sans-serif;
}

.future-link {
	filter: drop-shadow(2px 2px 3px #999);
	position: fixed;
	bottom: 110px;
	right: 20px;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	border: 3px solid #333;
	z-index: 7000;
	background-color: #fff;
	transition: .3s;
}

.future-link:hover {
	background-color: #333;
	color: #fff;
	border-color: #fff;
}

.future-link li {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
}

.future-link li:first-child {
	border-bottom: 1px solid #999;
}

.future-link:hover li:first-child {
	border-color: #fff;
}

.grecaptcha-badge {
	opacity: 0;
}

.google-privacy {
	margin-top: 30px;
}

.google-privacy p {
	text-align: center;
	font-size: 12px;
}

.google-privacy a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.google-privacy {
		margin-top: 20px;
	}

	.google-privacy p {
		text-align: left;
		font-size: 11px;
		line-height: 18px;
	}

	.google-privacy br {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	html {
		font-size: 60%;
	}

	.ttl_l {
		font-size: 3.5rem;
	}

	.ttl_m {
		font-size: 1.4rem;
		padding-bottom: 8px;
	}

	.ttl_m::after {
		width: 35px;
	}
}

@media only screen and (max-width: 991px) {
	.ttl_l {
		font-size: 3.2rem;
	}
}

@media only screen and (max-width: 767px) {
	html {
		font-size: 57%;
	}

	.ttl_l {
		font-size: 3rem;
	}

	.ttl_m {
		padding-bottom: 5px;
	}

	.dis_sp {
		display: block;
	}

	.dis_pc {
		display: none;
	}

	.future-link {
		filter: drop-shadow(2px 2px 3px #999);
		bottom: 170px;
		right: 10px;
		padding: 3px 5px;
	}

	.future-link li {
		font-size: 13px;
		padding: 5px;
	}

	.future-link li:last-child {
		font-size: 12px;
	}
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 55%;
	}

	body {
		line-height: 1.8em;
	}

	.ttl_l {
		font-size: 2.5rem;
	}
	.future-link {
		bottom: 100px;
	}

}

/*Link Wrap*/
.booknow {
	background: #000 !important;
	color: #fff;
	width: 110px;
	padding: 22px 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.08rem;
	transition: .5s;
	position: fixed;
	top: -2px;
	right: 0;
	cursor: pointer;
	font-weight: bold;
	border: none !important;
	outline: none;
	z-index: 9000;
}

/*.booknow.visible{
	opacity: 1;
	z-index: 1900;
}*/
.booknow:hover {
	opacity: 0.6;
}

.fix_sns {
	position: fixed;
	top: calc(50% - 90px);
	left: 30px;
	z-index: 9000;
	transition: .5s;
}

.home .fix_sns {
	opacity: 0;
}

.fix_sns.visible {
	opacity: 1;
}

.fix_sns h1 {
	writing-mode: vertical-lr;
}

.fix_sns ul {
	margin-top: 15px;
}

.fix_sns ul::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: #aaa;
	margin: 0 auto 15px;
}

.fix_sns li {
	text-align: center;
}

.fix_sns li:first-child {
	margin-bottom: 10px;
}

.fix_sns li a {
	font-size: 2.2rem;
	transition: .3s;
}

.fix_sns li a:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 991px) {
	.fix_sns {
		left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.home .fix_sns {
		opacity: 1;
	}

	.link_wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9000;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
	}

	.fix_sns {
		left: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.booknow {
		width: 90px;
	}

	.link_wrap {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.fix_sns {
		position: static;
		top: auto;
		left: auto;
		opacity: 1;
		width: 100%;
		padding: 10px;
	}

	.fix_sns h1 {
		display: none;
	}

	.fix_sns ul {
		margin-top: 0;
	}

	.fix_sns ul::before {
		display: none;
	}

	.fix_sns li {
		float: left;
		width: 48%;
		margin-bottom: 0 !important;
	}

	.fix_sns li:first-child {
		margin-right: 4%;
	}

	.fix_sns a {
		background-color: #333;
		display: block;
		color: #fff;
		padding: 14px 0;
	}
}

@media only screen and (max-width: 320px) {
	.booknow {
		padding: 19px 0;
		width: 84px;
	}
}



/*Layout*/
article {
	background-color: #fff;
}

.contents_inner {
	margin: 0 auto;
	position: relative;
	max-width: 1270px;
	padding-left: 80px;
	padding-right: 80px;
}

.max_inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.flex_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.contents_inner {
		padding-left: 65px;
		padding-right: 65px;
		width: 760px;
	}
}

@media only screen and (max-width: 767px) {
	.contents_inner {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.contents_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/*Header*/
header {
	position: relative;
}

header .logo {
	position: fixed;
	top: 15px;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
	z-index: 9000;
}

.home header .logo .logo_color {
	fill: #fff;
}

header .large_logo {
	display: none;
}

header .menu_area {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9010;
}

.menu-trg-area {
	width: 50px;
	height: 26px;
	position: fixed;
	top: 30px;
	left: 30px;
	background: none;
	cursor: pointer;
	display: block;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 26px;
	z-index: 2;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -5px;
}

.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	bottom: -11px;
}

.home .menu-trigger span {
	background-color: #fff;
}

header .menu_area .lang {
	position: fixed;
	top: 30px;
	left: 110px;
	font-family: "triogrotesk", sans-serif;
}

header .menu_area .lang a {
	font-size: 1.6rem;
	color: #fff;
}

header .menu_area .lang .current {
	display: none;
}

header.bk .logo {
	display: none;
}

header.bk .logo .logo_color {
	fill: #000;
}

header.bk .menu-trigger span {
	background-color: #000;
}

header.bk .menu_area .lang a {
	color: #000;
}

.home header {
	position: relative;
	height: 100vh;
}

.home header .first_view {
	position: relative;
	width: 100vw;
	height: 100vh;
}

@media only screen and (max-width: 767px) {
	.menu-trigger span {
		width: 80%;
		height: 4px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		top: -6px;
	}

	.menu-trigger.active span:nth-of-type(3) {
		bottom: -12px;
	}

	/*	.menu-trg-area{
		background-color: #fff;
		padding: 10px;
		width: 70px;
		height: 46px;
	}
	.menu-trigger{
		top: 10px;
		left: 10px;
	}*/
}

@media only screen and (max-width: 600px) {
	.home header .logo {
		visibility: hidden;
		opacity: 0;
		transition: .3s;
	}

	header .logo svg {
		width: 90px;
		height: auto;
	}

	header .large_logo {
		display: block;
		transition: .3s;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	header .large_logo svg {
		width: 160px;
		height: auto;
	}

	header .large_logo .logo_color {
		fill: #fff;
	}

	header .large_logo.hidden {
		opacity: 0;
		display: none;
	}

	header.bk .logo {
		visibility: visible;
		opacity: 1;
	}

	.menu-trg-area {
		top: 20px;
		left: 20px;
	}

	header .menu_area .lang {
		top: 20px;
		left: 90px;
	}
}

@media only screen and (max-width: 320px) {
	header .logo svg {
		width: 70px;
		height: auto;
	}

	header .large_logo svg {
		width: 140px;
		height: auto;
	}

	.menu-trg-area,
	.menu-trigger {
		width: 45px;
	}

	header .menu_area .lang {
		left: 80px;
	}
}

/*Footer*/
footer {
	background-color: #282828;
	padding-top: 40px;
}

footer .max_inner {
	padding: 0 50px;
}

footer h1 {
/*	width: 13%;*/
	width: 100%;
	text-align: center;
}

footer h2 {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

footer .foot_access {
	width: 25%;
}

footer .foot_access p {
	font-size: 1.3rem;
	line-height: 1.9rem;
}

footer .foot_access p a {
	color: #fff;
	text-decoration: underline;
}

footer .foot_access p a:hover {
	text-decoration: none;
}

footer .foot_access p.font_en {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

footer .foot_tel {
	width: 40%;
}

footer .foot_tel li {
	margin-bottom: 20px;
}

footer .foot_tel dt {
	font-size: 1.2rem;
	line-height: 1.5rem;
	float: left;
	width: 240px;
	position: relative;
}

footer .foot_tel dt span {
	background-color: #282828;
	position: relative;
	z-index: 10;
	padding-right: 10px;
}

footer .foot_tel dt::after {
	position: absolute;
	content: "";
	right: 0;
	top: 8px;
	border-top: 1px solid #3d3d3d;
	width: 100%;
	z-index: 1;
}

footer .foot_tel dd {
	margin-left: 250px;
}

footer .foot_tel dd p {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05rem;
}

footer .foot_tel dd p.time {
	font-size: 1.2rem;
	margin-top: 7px;
}

footer .btn_contact {
	width: 22%;
}

footer .btn_contact li {
	margin-bottom: 10px;
}

footer .btn_contact li a {
	display: block;
	border: 2px solid #fff;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	color: #fff;
}

footer .foot_bottom {
	border-top: 1px solid #3d3d3d;
	margin-top: 40px;
	padding: 30px 0;
	justify-content: center;
}

footer .pressrelease li {
	float: left;
	margin-right: 30px;
}

footer .pressrelease li a {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: underline;
}

footer .produced p {
	font-size: 1.1rem;
	color: #000;
}

footer .produced span {
	font-size: 1rem;
	padding-right: 10px;
	color: #fff;
}

footer .produced br {
	display: none;
}

footer .produced a {
	text-decoration: underline;
	color: #fff;
	font-size: 1.1rem;
}

footer .copyright {
	background-color: #fff;
	text-align: center;
	padding: 20px 0;
}

footer .copyright p {
	font-size: 1rem;
	color: #000;
}

@media only screen and (max-width: 1299px) {
	footer .foot_tel {
		width: 41%;
	}

	footer .foot_tel dt {
		width: 220px;
	}

	footer .foot_tel dd {
		margin-left: 230px;
	}

	footer .btn_contact {
		width: 21%;
	}
}

@media only screen and (max-width: 1199px) {
	footer {
		padding-top: 50px;
	}

	/*footer h1 {
		width: 11%;
	}*/

	footer h1 img {
		width: 85px;
		height: auto;
	}

	footer .foot_access {
		width: 26%;
	}

	footer .foot_tel {
		width: 42%;
	}

	footer .foot_tel dt {
		width: 200px;
	}

	footer .foot_tel dd {
		margin-left: 210px;
	}
}

@media only screen and (max-width: 1099px) {
	/*footer h1 {
		width: 14%;
	}*/

	footer .foot_access {
		width: 33%;
	}

	footer .foot_tel {
		width: 26%;
	}

	footer .foot_tel dt {
		float: none;
		width: 100%;
	}

	footer .foot_tel dt span {
		padding-right: 0;
	}

	footer .foot_tel dt::after {
		display: none;
	}

	footer .foot_tel dd {
		margin-left: 0;
		margin-top: 5px;
	}

	footer .btn_contact {
		width: 27%;
	}

	footer .foot_bottom {
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 20px 0;
	}

	footer .pressrelease {
		margin-bottom: 10px;
	}

	footer .pressrelease,
	footer .produced {
		width: 100%;
		text-align: center;
	}

	footer .pressrelease li {
		float: none;
		display: inline-block;
		margin: 0 10px;
	}
}

@media only screen and (max-width: 991px) {
	footer {
		padding-top: 30px;
	}

	footer .foot_top {
		flex-wrap: wrap;
	}

	/*footer h1 {
		width: 20%;
	}*/

	footer .foot_access {
		width: 45%;
	}

	footer .foot_tel {
		width: 35%;
	}

	footer .btn_contact {
		width: 100%;
	}

	footer .btn_contact ul {
		text-align: center;
	}

	footer .btn_contact li {
		display: inline-block;
		margin: 0 10px;
	}

	footer .btn_contact li a {
		display: block;
		width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	/*footer {
		padding-bottom: 150px;
	}*/

	footer .foot_top {
		display: block;
	}

	footer h1 {
		width: 100%;
		text-align: center;
	}

	footer h2 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	footer .foot_access {
		width: 100%;
		text-align: center;
		border-top: 1px solid #3d3d3d;
		padding-top: 15px;
		margin-top: 20px;
	}

	footer .foot_access p {
		font-size: 13px;
		line-height: 21px;
	}

	footer .foot_access p.font_en {
		font-size: 12px;
		line-height: 20px;
	}

	footer .foot_tel {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}

	footer .foot_tel dd {
		margin-top: 8px;
	}

	footer .foot_tel dt,
	footer .foot_tel dd p.time {
		font-size: 12px;
	}

	footer .foot_tel dd p {
		font-size: 22px;
	}

	footer .btn_contact li a {
		width: 210px;
	}

	footer .pressrelease li a {
		font-size: 12px;
	}

	footer .produced span {
		font-size: 10px;
	}

	footer .produced a {
		font-size: 11px;
	}
}

@media only screen and (max-width: 600px) {
	footer {
		padding-bottom: 70px;
	}

	footer .max_inner {
		padding: 0 20px;
	}

	footer .foot_access p {
		font-size: 12px;
		line-height: 20px;
	}

	footer .foot_access p.font_en {
		font-size: 11px;
		line-height: 19px;
	}

	footer .foot_tel dd p {
		font-size: 19px;
	}

	footer .btn_contact li {
		margin-top: 15px;
	}

	footer .pressrelease li a {
		font-size: 10px;
	}

	footer .produced {
		line-height: 19px;
	}

	footer .produced br {
		display: block;
	}

	footer .copyright {
		padding: 10px 0;
	}

	footer .copyright p {
		letter-spacing: -0.05rem;
	}
}

/*gmenu*/
.overlay {
	background: rgba(51, 51, 51, 0.95);
	display: none;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 8000;
	top: 0;
	left: 0;
}

.overlay.none {
	display: none;
}

.gmenu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	transition: .6s;
	z-index: 9000;
}

.menu .gmenu {
	opacity: 1;
	visibility: visible;
}

.gmenu li {
	text-align: center;
	margin: 20px 0;
}

.gmenu a {
	font-family: "triogrotesk", sans-serif;
	color: #fff;
	font-size: 2rem;
}

.menu .fix_sns {
	opacity: 1;
}

.menu .fix_sns h1,
.menu .fix_sns a,
.menu header.bk .menu_area .lang a {
	color: #fff;
}

.menu header.bk .menu-trigger span {
	background-color: #fff;
}

.menu header.bk .logo .logo_color {
	fill: #fff;
}

/*.menu .gmenu{
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(51,51,51,0.9);
	z-index: 9000;
	animation-name: animation;
    animation-duration: .7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode:forwards;
}

@keyframes animation{
    0%{
        height: 0;
    }
    100%{
        height: 100vh;
    }
}*/

/*Home*/
.about {
	background-color: #f8f7f7;
	padding: 150px 0;
}

.about .col01 .text_area {
	width: 50%;
	padding: 0 90px 0 60px;
}

.about .col01 .text_area h1 {
	margin-bottom: 90px;
}

.about .col01 figure {
	width: 50%;
}

.about .photo_slider {
	margin-top: 120px;
}

.about .slick-prev {
	left: 0;
}

.about .slick-next {
	left: 70px;
}

.about .col02 {
	position: relative;
	padding-top: 7vw;
}

.about .col02 figure {
	width: 45vw
}

.about .col02 .text_area {
	background-color: #fff;
	padding: 80px 80px 70px;
	position: absolute;
	top: -130px;
	right: 0;
	width: 54vw;
	max-width: 750px;
}

.about .col02 .text_area figure {
	display: none;
}

@media only screen and (max-width: 1299px) {
	.about .photo_slider {
		width: 920px;
		height: auto;
		margin-top: 100px;
	}

	.about .col02 .text_area {
		padding: 70px 65px 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.about {
		padding: 100px 0 150px;
	}

	.about .col01 .text_area {
		width: 50%;
		padding: 0 70px 0 0;
	}

	.about .col01 .text_area h1 {
		margin-bottom: 50px;
	}

	.about .photo_slider {
		width: 850px;
		height: auto;
		margin-top: 70px;
	}

	.about .col02 .text_area {
		width: 51vw;
		padding: 45px 50px 35px;
		top: -90px;
	}

	.about .col02 figure {
		width: 38vw
	}
}

@media only screen and (max-width: 1099px) {
	.about .col02 .text_area {
		width: 53vw;
		padding: 40px 40px 30px 45px;
		top: -110px;
	}

	.about .col02 .text_area p {
		line-height: 2.8rem;
	}

	.about .col02 figure {
		width: 36vw
	}
}

@media only screen and (max-width: 991px) {
	.about {
		padding: 60px 0;
	}

	.about .col01 figure {
		display: none;
	}

	.about .col01 .text_area {
		width: 100%;
		padding: 0;
	}

	.about .col01 .text_area h1 {
		margin-bottom: 30px;
	}

	.about .photo_slider {
		max-width: 660px;
		margin-top: 50px;
	}

	.about .col02 .contents_inner {
		display: none;
	}

	.about .col02 .text_area {
		background-color: #f8f7f7;
		padding: 0 65px;
		position: static;
		top: auto;
		right: auto;
		width: 760px;
		margin: 0 auto;
	}

	.about .col02 .text_area figure {
		display: block;
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.about {
		padding: 40px 0;
	}

	.about .col01 .text_area h1 {
		margin-bottom: 15px;
	}

	.about .photo_slider {
		max-width: 85%;
		margin-top: 30px;
	}

	.about .col02 .text_area {
		width: 100%;
	}

	.about .slick-next {
		left: 50px;
	}
}

@media only screen and (max-width: 600px) {
	.about .photo_slider {
		max-width: 100%;
	}

	.about .col02 .text_area {
		padding: 0 20px;
	}
}

.profile {
	padding-top: 150px;
	padding-bottom: 150px;
}

.profile .inner {
	width: 970px;
	margin: 0 auto;
}

.profile figure {
	margin-bottom: 70px;
}

.profile .profile_left {
	width: 39%;
}

.profile .profile_left h1 {
	font-size: 2.5rem;
	margin-top: 50px;
}

.profile .profile_left p {
	font-size: 1.3rem;
}

.profile .profile_right {
	width: 61%;
}

.profile .profile_right dl {
	margin-top: 40px;
}

.profile .profile_right dd {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

@media only screen and (max-width: 1199px) {
	.profile {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.profile .inner {
		width: 100%;
	}

	.profile figure {
		margin-bottom: 50px;
	}

	.profile .profile_left h1 {
		font-size: 2.3rem;
		margin-top: 40px;
	}

	.profile .profile_right dl {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.profile {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.profile figure {
		margin-bottom: 30px;
	}

	.profile .flex_box {
		display: block;
	}

	.profile .profile_left {
		width: 100%;
	}

	.profile .profile_left h1 {
		margin-top: 20px;
	}

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

@media only screen and (max-width: 767px) {
	.profile {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.profile figure {
		margin-bottom: 20px;
	}

	.profile .profile_left h1 {
		margin-top: 15px;
	}

	.profile .profile_right {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.profile .profile_left h1 {
		font-size: 2rem;
	}

	.profile .profile_right dl {
		margin-top: 20px;
	}
}


.room {
	padding-bottom: 100px;
}

.room .wide_photo {
	width: 100%;
	height: 480px;
	background: url(../images/room_img01.jpg) no-repeat center;
	background-size: cover;
}

.room .inner {
	width: 890px;
	margin: 0 auto;
}

.room .title_area {
	background: url(../images/room_object.svg) no-repeat center top;
	text-align: center;
	padding-top: 150px;
	margin: -170px 0 110px;
}

.room .title_area h1 {
	margin-bottom: 50px;
}

.room .hut {
	text-align: center;
	position: relative;
}

.room .hut h2 {
	font-size: 2.6rem;
	letter-spacing: -0.05rem;
	margin-bottom: 5px;
}

.room .hut p br {
	display: none;
}

.room .hut .left a {
	display: none;
}

.room .hut figure {
	position: relative;
	padding-top: 55px;
	margin-top: 10px;
}

.room .hut figure:before {
	content: "";
	width: 1px;
	height: 40px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
}

.room .hut a.circle {
	background-color: #333;
	border-radius: 110px;
	width: 110px;
	height: 110px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: -0.05rem;
	display: block;
	line-height: 110px;
	position: absolute;
	left: 50%;
	bottom: -55px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.room .special {
	margin-top: 120px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 50px 0;
}

.room .special .text_area {
	width: 72%;
	padding-right: 40px;
}

.room .special figure {
	width: 28%;
}

.room .special dt {
	background-color: #333;
	color: #fff;
	/*width: 154px;*/
	text-align: center;
	padding: 2px 15px;
	display: inline-block;
}

.en-US .room .special dt {
	width: 180px;
}

.room .special h3 {
	font-size: 2.1rem;
	margin: 15px 0;
}

.room .special h3 br {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.room {
		padding-bottom: 70px;
	}

	.room .wide_photo {
		height: 350px;
	}

	.room .inner {
		width: 840px;
	}

	.room .title_area {
		background-size: 60%;
		padding-top: 120px;
		margin: -135px 0 80px;
	}

	.room .title_area h1 {
		margin-bottom: 40px;
	}

	.room .hut {
		width: 45%;
	}
}

@media only screen and (max-width: 991px) {
	.room .wide_photo {
		height: 35vw;
	}

	.room .inner {
		width: 760px;
		padding: 0 65px;
	}

	.room .title_area {
		background-size: 50%;
		padding-top: 70px;
		margin: -85px 0 50px;
	}

	.room .title_area h1 {
		margin-bottom: 30px;
	}

	.room .hut {
		width: 46%;
	}

	.room .hut h2 {
		font-size: 2.2rem;
	}

	.room .hut p {
		line-height: 2.6rem;
	}

	.room .hut p br {
		display: block;
	}

	.room .hut figure {
		padding-top: 45px;
	}

	.room .hut figure:before {
		height: 30px;
	}

	.room .hut a.circle {
		border-radius: 90px;
		width: 90px;
		height: 90px;
		line-height: 90px;
	}

	.room .special {
		margin-top: 100px;
		padding: 30px 0;
	}

	.room .special .text_area {
		width: 70%;
		padding-right: 25px;
	}

	.room .special figure {
		width: 30%;
		padding-top: 15px;
	}

	.room .special dt {
		font-size: 13px;
	}

	.en-US .room .special dt {
		width: 160px;
	}

	.room .special h3 {
		font-size: 2rem;
		margin: 10px 0;
	}

	.room .special p {
		line-height: 2.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.room {
		padding-bottom: 50px;
	}

	.room .inner {
		width: 100%;
	}

	.room .title_area {
		background-size: 60%;
		padding-top: 75px;
		margin: -85px 0 40px;
	}

	.room .title_area h1 {
		margin-bottom: 20px;
	}

	.room .hut figure {
		padding-top: 40px;
	}

	.room .hut figure:before {
		height: 25px;
	}

	.room .special {
		margin-top: 90px;
		padding: 25px 0;
		display: block;
	}

	.room .special .text_area {
		width: 100%;
		padding-right: 0;
	}

	.room .special figure {
		width: 100%;
		padding-top: 0;
		text-align: center;
		margin-top: 15px;
	}

	.room .special h3 {
		font-size: 1.8rem;
	}

	.room .special p {
		line-height: 2.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.room .wide_photo {
		height: 120px;
	}

	.room .inner {
		width: 100%;
		padding: 0 20px;
	}

	.room .title_area {
		background-size: 70%;
		padding-top: 50px;
		margin: -60px 0 30px;
	}

	.room .title_area p {
		text-align: left;
	}

	.room .title_area p br {
		display: none;
	}

	.room .hut_col {
		display: block;
	}

	.room .hut {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.room .hut.walk_col {
		flex-direction: row-reverse;
		margin-top: 35px;
	}

	.room .hut h2 {
		margin-bottom: 2vw;
	}

	.room .hut .left {
		width: 55%;
		position: relative;
	}

	.room .hut .left a {
		display: block;
		background-color: #333;
		width: 85%;
		margin: 4vw auto 0;
		color: #fff;
		padding: 2vw 0;
	}

	.room .hut a.circle {
		display: none;
	}

	.room .hut figure {
		width: 40%;
		padding-top: 0;
		margin-top: 0;
	}

	.room .hut figure:before {
		top: 50%;
		width: 40px;
		height: 1px;
		left: -20px;
	}

	.room .hut.walk_col figure:before {
		left: auto;
		right: -20px;
	}

	.room .special {
		margin-top: 70px;
		padding: 20px 0;
	}

	.room .special dt {
		padding: 2px 10px;
		font-size: 12px;
		line-height: 18px;
	}

	.en-US .room .special dt {
		width: 140px;
	}

	.room .special h3 {
		font-size: 1.8rem;
	}

	.room .special h3 br {
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	.room .hut h2 {
		font-size: 1.8rem;
	}

	.room .hut p {
		font-size: 12px;
		line-height: 18px;
	}

	.room .hut .left a {
		font-size: 13px;
		margin: 3vw auto 0;
	}

	.room .hut figure:before {
		top: 50%;
		width: 30px;
		height: 1px;
		left: -15px;
	}

	.room .hut.walk_col figure:before {
		left: auto;
		right: -15px;
	}
}

.facility_amenity .max_inner {
	padding-top: 90px;
}

.facility_amenity p {
	margin-top: 20px;
}

.facility_amenity ul {
	margin-top: 20px
}

.facility_amenity .item_list li {
	font-size: 1.3rem;
	line-height: 2.5rem;
	margin-bottom: 8px;
	position: relative;
	padding-left: 1.5rem;
}

.facility_amenity .item_list li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

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

.facility_amenity .amenity {
	margin-top: 110px;
}

.facility_amenity .photo_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 790px;
}

.facility_amenity .photo_area .large {
	float: right;
}

.facility_amenity .photo_area .medium {
	float: left;
	margin-top: 70px;
}

.facility_amenity .photo_area .small {
	float: right;
	margin: -80px 70px 0 0;
}

.facility_amenity .line_area {
	position: relative;
	margin-top: 200px;
	height: 50px;
	width: 100%;
}

.facility_amenity .line_area::after {
	content: "";
	display: block;
	height: 50px;
	width: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

@media only screen and (max-width: 1299px) {
	.facility_amenity .photo_area {
		width: 700px;
	}

	.facility_amenity .photo_area .large img {
		width: 580px;
		height: auto;
	}

	.facility_amenity .photo_area .medium img {
		width: 390px;
		height: auto;
	}

	.facility_amenity .photo_area .small img {
		width: 360px;
		height: auto;
	}
}

@media only screen and (max-width: 1199px) {
	.facility_amenity .max_inner {
		padding-top: 60px;
	}

	.facility_amenity li {
		margin-bottom: 5px;
	}

	.facility_amenity .amenity {
		margin-top: 80px;
	}

	.facility_amenity .photo_area {
		width: 600px;
	}

	.facility_amenity .photo_area .large img {
		width: 430px;
		height: auto;
	}

	.facility_amenity .photo_area .medium img {
		width: 300px;
		height: auto;
	}

	.facility_amenity .photo_area .small img {
		width: 270px;
		height: auto;
	}

	.facility_amenity .line_area {
		margin-top: 100px;
	}

	.facility_amenity .line_area {
		height: 40px;
	}

	.facility_amenity .line_area::after {
		height: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.facility_amenity .max_inner {
		padding-top: 0;
	}

	.facility_amenity .item_list li {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.facility_amenity .amenity {
		margin-top: 40px;
	}

	.facility_amenity .photo_area {
		width: 760px;
		margin: 30px auto 0;
		padding: 0 65px;
		position: static;
		top: auto;
		right: auto;
	}

	.facility_amenity .photo_area .medium {
		margin-top: 30px;
	}

	.facility_amenity .photo_area .small {
		margin: -80px 100px 0 0;
	}

	.facility_amenity .line_area {
		margin-top: 50px;
	}

	.facility_amenity .line_area {
		height: 30px;
	}

	.facility_amenity .line_area::after {
		height: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.facility_amenity .photo_area {
		width: 100%;
	}

	.facility_amenity .photo_area .large img {
		width: 370px;
		height: auto;
	}

	.facility_amenity .photo_area .medium {
		margin-top: 20px;
		width: 100%;
	}

	.facility_amenity .photo_area .medium img {
		width: 280px;
		height: auto;
	}

	.facility_amenity .photo_area .small {
		margin: -40px 4vw 0 0;
	}

	.facility_amenity .photo_area .small img {
		width: 260px;
		height: auto;
	}
}

@media only screen and (max-width: 600px) {
	.facility_amenity p {
		margin-top: 15px;
	}

	.facility_amenity ul {
		margin-top: 15px
	}

	.facility_amenity .item_list li {
		font-size: 1.4rem;
		line-height: 2.3rem;
		margin-bottom: 4px;
	}

	.facility_amenity .photo_area {
		padding: 0;
	}

	.facility_amenity .photo_area .large img {
		width: 70vw;
		height: auto;
	}

	.facility_amenity .photo_area .medium img {
		width: 50vw;
		height: auto;
	}

	.facility_amenity .photo_area .small {
		margin: -40px 10vw 0 0;
	}

	.facility_amenity .photo_area .small img {
		width: 50vw;
		height: auto;
	}

	.facility_amenity .line_area {
		margin-top: 30px;
	}
}

.marimekko {
	background-color: #eee;
	padding: 100px 0;
	position: relative;
}

.marimekko::before {
	content: "";
	display: block;
	height: 50px;
	width: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.marimekko .flex_box {
	align-items: center;
}

.marimekko figure {
	width: 45%;
}

.marimekko .text_area {
	width: 55%;
	padding-left: 70px;
}

.marimekko h1 {
	font-size: 2.6rem;
	line-height: 4.2rem;
	letter-spacing: 0.08rem;
	margin-bottom: 35px;
}

.marimekko .text_area a {
	display: block;
	background-color: #333;
	padding: 12px 0;
	color: #fff;
	letter-spacing: 0.05rem;
	margin-top: 15px;
	width: 400px;
	text-align: center;
}

.marimekko .text_area a .dis-sp {
	display: none;
}

.marimekko .item {
	margin-top: 60px;
}

.marimekko .item li {
	text-align: center;
}

.marimekko .item p {
	margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
	.marimekko {
		padding: 70px 0;
	}

	.marimekko::before {
		height: 40px;
	}

	.marimekko figure {
		width: 42%;
	}

	.marimekko .text_area {
		width: 58%;
		padding-left: 50px;
	}

	.marimekko h1 {
		font-size: 2.3rem;
		line-height: 3.8rem;
		letter-spacing: 0.04rem;
		margin-bottom: 25px;
	}

	.marimekko .item {
		margin-top: 50px;
	}

	.marimekko .item li {
		width: 31%;
	}
}

@media only screen and (max-width: 991px) {
	.marimekko {
		padding: 60px 0;
	}

	.marimekko::before {
		height: 30px;
	}

	.marimekko .main_col {
		display: block;
	}

	.marimekko figure {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.marimekko .text_area {
		width: 100%;
		padding-left: 0;
	}

	.marimekko h1 {
		text-align: center;
		font-size: 2.1rem;
		line-height: 3.4rem;
		margin-bottom: 15px;
	}

	.marimekko .text_area a {
		margin: 15px auto 0;
	}

	.marimekko .item {
		margin-top: 40px;
	}

	.marimekko .item li {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.marimekko .item {
		margin-top: 20px;
		display: block;
	}

	.marimekko .item li {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.marimekko {
		padding: 60px 0 40px;
	}

	.marimekko h1 {
		text-align: left;
		font-size: 1.9rem;
		line-height: 2.9rem;
		letter-spacing: -0.03rem;
		margin-bottom: 10px;
	}

	.marimekko .text_area a {
		width: 100%;
		letter-spacing: 0;
		line-height: 20px;
		padding: 7px 0;
	}

	.marimekko .text_area a .dis-sp {
		display: block;
	}
}



.aalto {
	padding-bottom: 120px;
}

.aalto .aalto_main {
	position: relative;
}

.aalto .slide_wrap .photo_slider {
	float: right;
	width: 1090px;
}

.aalto .aalto_main h1 {
	background-color: #fff;
	padding: 90px 120px 0 0;
	display: inline-block;
	position: absolute;
	left: 80px;
	bottom: 0;
}

.aalto .col01 {
	margin-top: 90px;
}

.aalto .col01 .text_area {
	width: 55%;
	padding-right: 70px;
}

.aalto .col01 figure {
	width: 45%;
}

.aalto .cuisine {
	margin: 90px 0 60px;
}

.aalto .cuisine li:first-child {
	display: none;
}

.aalto .cuisine li {
	width: 33.3333333%;
}

.aalto .col02 .text_area {
	width: 65%;
	padding-right: 70px;
}

.aalto .col02 .text_area ul {
	margin-top: 20px;
}

.aalto .col02 .text_area li {
	width: 31%;
}

.aalto .col02 .text_area li a {
	display: block;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 17px 0;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
}

.aalto .col02 .info_area {
	width: 35%;
}

/* -------追加---------- */
.aalto .col02 .aalto_news {
	background-color: #e7e7e7;
	padding: 10px 20px;
	margin-top: 15px;
}

.aalto .col02 .info_area h3 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* -------追加---------- */

/*.aalto .col02 .info_area h2{
	margin-top: 20px;
}*/
.aalto .col02 .info_area p {
	font-size: 1.2rem;
	line-height: 2.3rem;
}

.aalto .col02 .info_area .sp_btn {
	display: none;
}

.aalto .col02 .helsinki_link {
	margin-top: 28px;
	/*padding-top: 28px;
	border-top: 1px solid #e0e0e0;*/
}

.aalto .col02 .helsinki_link dt {
	float: left;
	width: 34px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 10px;
	line-height: 1;
}

.aalto .col02 .helsinki_link dd {
	margin-left: 45px;
	line-height: 2rem;
}

.aalto .col02 .helsinki_link dd a {
	font-size: 1.3rem;
	line-height: 2rem;
	text-decoration: underline;
}

@media only screen and (max-width: 1299px) {
	.aalto .slide_wrap .photo_slider {
		width: 920px;
	}

	.aalto .aalto_main h1 {
		padding: 70px 100px 0 0;
	}
}

@media only screen and (max-width: 1199px) {
	.aalto {
		padding-bottom: 100px;
	}

	.aalto .slide_wrap .photo_slider {
		width: 850px;
	}

	.aalto .aalto_main h1 {
		padding: 60px 70px 0 0;
	}

	.aalto .aalto_main h1 img {
		width: 225px;
		height: auto;
	}

	.aalto .col01 {
		margin-top: 70px;
	}

	.aalto .col01 .text_area {
		padding-right: 50px;
	}

	.aalto .cuisine {
		margin: 60px 0 40px;
	}

	.aalto .col02 .text_area {
		width: 63%;
		padding-right: 30px;
	}

	.aalto .col02 .text_area li {
		width: 32%;
	}

	.aalto .col02 .text_area li a {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.aalto .col02 .info_area {
		width: 37%;
	}

	/* -------追加---------- */
	.aalto .col02 .aalto_news {
		padding: 10px;
	}

	.aalto .col02 .info_area h3 {
		font-size: 13px;
		line-height: 22px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	/* -------追加---------- */
}

@media only screen and (max-width: 991px) {
	.aalto {
		padding-bottom: 60px;
	}

	.aalto .slide_wrap .photo_slider {
		max-width: 660px;
	}

	.aalto .aalto_main h1 {
		padding: 35px 40px 0 0;
		left: 65px;
	}

	.aalto .aalto_main h1 img {
		width: 180px;
		height: auto;
	}

	.aalto .col01 {
		margin-top: 50px;
		display: block;
	}

	.aalto .col01 .text_area {
		padding-right: 0;
		width: 100%;
	}

	.aalto .col01 figure {
		display: none;
	}

	.aalto .cuisine {
		margin: 30px 0 20px;
		flex-wrap: wrap;
	}

	.aalto .cuisine li {
		width: 50%;
	}

	.aalto .cuisine li:first-child {
		display: block;
	}

	.aalto .col02 {
		display: block;
	}

	.aalto .col02 .text_area,
	.aalto .col02 .info_area {
		width: 100%;
		padding-right: 0;
	}

	.aalto .col02 .text_area ul {
		margin-top: 15px;
	}

	.aalto .col02 .text_area li {
		width: 31%;
	}

	.aalto .col02 .text_area li a {
		padding: 14px 0;
	}

	.aalto .col02 .info_area {
		margin-top: 40px;
	}

	.aalto .col02 .info_area h1,
	.aalto .col02 .info_area h2,
	.aalto .col02 .info_area p {
		text-align: center;
	}

	.aalto .col02 .info_area .ttl_m::after {
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}

	.aalto .col02 .helsinki_link {
		margin-top: 15px;
		padding-top: 15px;
	}

	.aalto .col02 .helsinki_link dl {
		text-align: center;
	}

	.aalto .col02 .helsinki_link dt {
		float: none;
	}

	.aalto .col02 .helsinki_link dt,
	.aalto .col02 .helsinki_link dd {
		margin: 0 5px;
		display: inline-block;
	}

	/* -------追加---------- */
	.aalto .col02 .aalto_news {
		padding: 15px;
	}

	.aalto .col02 .info_area h3 {
		text-align: center;
	}

	/* -------追加---------- */
}

@media only screen and (max-width: 767px) {
	.aalto {
		padding-bottom: 40px;
	}

	.aalto .slide_wrap .photo_slider {
		max-width: 85%;
	}

	.aalto .aalto_main h1 {
		padding: 25px 30px 0 0;
	}

	.aalto .aalto_main h1 img {
		width: 170px;
		height: auto;
	}

	.aalto .col01 {
		margin-top: 30px;
	}

	.aalto .col02 .text_area li {
		width: 32%;
	}

	.aalto .col02 .info_area {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.aalto .slide_wrap .photo_slider {
		max-width: 100%;
	}

	.aalto .aalto_main h1 {
		padding: 25px 0 0;
		position: static;
		bottom: auto;
		left: auto;
		text-align: center;
		width: 100%;
	}

	.aalto .aalto_main h1 img {
		width: 150px;
		height: auto;
	}

	.aalto .col01 {
		margin-top: 20px;
	}

	.aalto .col02 .flex_box {
		display: none;
	}

	.aalto .col02 .info_area .sp_btn {
		display: block;
	}

	.aalto .col02 .info_area .sp_btn li {
		margin-top: 10px;
	}

	.aalto .col02 .info_area .sp_btn li a {
		display: block;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 14px 0;
		font-size: 1.3rem;
		letter-spacing: 0.05rem;
	}
}

.journal {
	background-color: #333;
	padding: 120px 0;
	color: #fff;
}

.journal .title_area {
	text-align: center;
	margin-bottom: 60px;
}

.journal .title_area h1 {
	margin-bottom: 50px;
}

.journal .title_area p .dis_tab {
	display: none;
}

.journal li {
	border-top: 1px solid #525252;
}

.journal li a {
	color: #fff;
	align-items: center;
	padding: 50px;
	transition: .6s;
}

.journal li a:hover {
	background-color: #3f3f3f;
}

.journal li:last-child {
	border-bottom: 1px solid #525252;
}

.journal li figure {
	width: 32%;
	height: 200px;
}

.journal .interview01 figure {
	background: url(../images/journal_img01.jpg) no-repeat;
	background-size: cover;
}

.journal .interview02 figure {
	background: url(../images/journal_img02.jpg) no-repeat;
	background-size: cover;
}

.journal .interview03 figure {
	background: url(../images/journal_img03.jpg) no-repeat;
	background-size: cover;
}

.journal li .text_area {
	width: 68%;
	padding-left: 90px;
}

.journal li h2 {
	font-size: 1.9rem;
	margin-bottom: 25px;
}

.journal li h2::after {
	background-color: #fff;
}

@media only screen and (max-width: 1199px) {
	.journal {
		padding: 100px 0;
	}

	.journal .title_area {
		margin-bottom: 50px;
	}

	.journal .title_area h1 {
		margin-bottom: 40px;
	}

	.journal li a {
		padding: 40px;
	}

	.journal li figure {
		width: 34%;
		height: 180px;
	}

	.journal li .text_area {
		width: 66%;
		padding-left: 60px;
	}

	.journal li h2 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.journal {
		padding: 60px 0;
	}

	.journal .title_area p .dis_tab {
		display: block
	}

	.journal .title_area {
		margin-bottom: 40px;
	}

	.journal .title_area h1 {
		margin-bottom: 30px;
	}

	.journal li a {
		padding: 20px;
	}

	.journal li figure {
		width: 38%;
		height: 140px;
	}

	.journal li .text_area {
		width: 62%;
		padding-left: 30px;
	}

	.journal li h2 {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	.journal li .text_area p {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
}

@media only screen and (max-width: 767px) {
	.journal {
		padding: 50px 0;
	}

	.journal li {
		border-top: none;
		margin-bottom: 15px;
	}

	.journal li figure {
		width: 36%;
		height: 160px;
	}

	.journal li .text_area {
		width: 64%;
	}

	.journal .title_area {
		margin-bottom: 30px;
	}

	.journal li a {
		/*align-items: start;*/
		padding: 0;
		background-color: #fff;
		color: #000;
	}

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

	.journal li h2 {
		font-size: 1.5rem;
		line-height: 2.1rem;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.journal li h2::after {
		background-color: #000;
	}

	.journal li .text_area {
		padding: 5px 15px 5px 15px;
	}

	.journal li .text_area p {
		font-size: 1.35rem;
		line-height: 2.1rem;
	}

}

@media only screen and (max-width: 600px) {
	.journal {
		padding: 40px 0;
	}

	.journal .title_area h1 {
		margin-bottom: 20px;
	}

	.journal .title_area p {
		text-align: left;
	}

	.journal .title_area p.lang_en br {
		display: none;
	}

	.journal li a {
		display: block;
	}

	.journal li figure {
		width: 100%;
		height: 50vw;
	}

	.journal li .text_area {
		width: 100%;
		/*margin-top: 10px;*/
		padding: 10px;
	}
}


.sidestory {
	padding: 120px 0;
	background-color: #f4f4f4;
}

.sidestory .title_area {
	text-align: center;
	margin-bottom: 60px;
}

.sidestory .title_area h1 {
	margin-bottom: 50px;
}

.sidestory .title_area p .dis-sp {
	display: none;
}

.sidestory li {
	border-top: 1px solid #525252;
}

.sidestory li a {
	align-items: center;
	padding: 50px;
	transition: .6s;
}

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

.sidestory li:last-child {
	border-bottom: 1px solid #525252;
}

.sidestory li figure {
	width: 32%;
	height: 200px;
}

.sidestory .interview01 figure {
	background: url(../images/sidestory-img01.jpg) no-repeat;
	background-size: cover;
}

.sidestory .interview02 figure {
	background: url(../images/sidestory02-home.jpg) no-repeat;
	background-size: cover;
}

.sidestory li .text_area {
	width: 68%;
	padding-left: 90px;
}

.sidestory li h2 {
	font-size: 1.9rem;
	margin-bottom: 25px;
}

.sidestory li h2::after {
	background-color: #525252;
}

@media only screen and (max-width: 1199px) {
	.sidestory {
		padding: 100px 0;
	}

	.sidestory .title_area {
		margin-bottom: 50px;
	}

	.sidestory .title_area h1 {
		margin-bottom: 40px;
	}

	.sidestory li a {
		padding: 40px;
	}

	.sidestory li figure {
		width: 34%;
		height: 180px;
	}

	.sidestory li .text_area {
		width: 66%;
		padding-left: 60px;
	}

	.sidestory li h2 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.sidestory {
		padding: 60px 0;
	}

	.sidestory .title_area {
		margin-bottom: 40px;
	}

	.sidestory .title_area h1 {
		margin-bottom: 30px;
	}

	.sidestory li a {
		padding: 20px;
	}

	.sidestory li figure {
		width: 38%;
		height: 140px;
	}

	.sidestory li .text_area {
		width: 62%;
		padding-left: 30px;
	}

	.sidestory li h2 {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	.sidestory li .text_area p {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
}

@media only screen and (max-width: 767px) {
	.sidestory {
		padding: 50px 0;
	}

	.sidestory .title_area p .dis-sp {
		display: block
	}

	.sidestory li {
		border-top: none;
		margin-bottom: 15px;
	}

	.sidestory li figure {
		width: 36%;
		height: 160px;
	}

	.sidestory li .text_area {
		width: 64%;
	}

	.sidestory .title_area {
		margin-bottom: 30px;
	}

	.sidestory li a {
		padding: 0;
		background-color: #fff;
		color: #000;
	}

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

	.sidestory li h2 {
		font-size: 1.5rem;
		line-height: 2.1rem;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.sidestory li h2::after {
		background-color: #000;
	}

	.sidestory li .text_area {
		padding: 5px 15px 5px 15px;
	}

	.sidestory li .text_area p {
		font-size: 1.35rem;
		line-height: 2.1rem;
	}
}

@media only screen and (max-width: 600px) {
	.sidestory {
		padding: 40px 0;
	}

	.sidestory .title_area h1 {
		margin-bottom: 20px;
	}

	.sidestory .title_area p {
		text-align: left;
	}

	.sidestory .title_area p.lang_en br {
		display: none;
	}

	.sidestory li a {
		display: block;
	}

	.sidestory li figure {
		width: 100%;
		height: 50vw;
	}

	.sidestory li .text_area {
		width: 100%;
		padding: 10px;
	}
}


.faq {
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq h1 {
	text-align: center;
	margin-bottom: 60px;
}

.faq ul {
	text-align: center;
}

.faq li {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	margin: 0 2%;
	position: relative;
}

.faq li a {
	display: block;
	background-color: #282828;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.5rem;
	height: 190px;
	width: 100%;
	transition: .3s;
	position: relative;
}

.faq li a:hover {
	opacity: .6;
}

.faq li div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.faq li img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media only screen and (max-width: 1199px) {
	.faq {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.faq h1 {
		margin-bottom: 40px;
	}

	.faq li {
		width: 32%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.faq li {
		width: 40%;
	}

	.faq li a {
		font-size: 1.4rem;
		line-height: 2.2rem;
		height: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.faq {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.faq h1 {
		margin-bottom: 30px;
	}

	.faq li {
		width: 80%;
		margin: 0;
		margin-bottom: 20px;
	}

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

	.faq li a {
		font-size: 1.6rem;
		line-height: 2.3rem;
		height: 80px;
	}
}

@media only screen and (max-width: 600px) {
	.faq {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.faq li {
		width: 90%;
		margin: 0;
		margin-bottom: 15px;
	}

	.faq li a {
		font-size: 1.5rem;
		line-height: 2.2rem;
		height: 75px;
	}
}


.access {
	background-color: #f4f4f4;
	padding: 100px 0;
}

.access .title_area {
	text-align: center;
	margin-bottom: 50px;
}

.access .title_area h1 {
	margin-bottom: 50px;
}

.access .title_area a {
	background-color: #1C1C1C;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	transition: .3s;
}

.access .title_area a:hover {
	opacity: .6;
}

.access .inner {
	width: 740px;
	margin: 0 auto 60px;
}

.access .access_map {
	margin-bottom: 50px;
}

.access .text_area {
	width: 50%;
}

.access dt {
	position: relative;
	margin-bottom: 5px;
	line-height: 2.8rem;
}

.access dt::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.access .train dt::after {
	width: 30px;
}

.access .taxi {
	margin-top: 20px;
}

.access .taxi dt::after {
	width: 60px;
}

.access dd li {
	font-size: 1.3rem;
	position: relative;
	padding-left: 1.5rem;
	line-height: 2.8rem;
}

.access dd li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.access .flex_box figure {
	width: 46%;
}

@media only screen and (max-width: 1199px) {
	.access {
		padding: 70px 0;
	}

	.access .title_area h1 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.access {
		padding: 60px 0;
	}

	.access .inner {
		width: 100%;
		margin: 0 auto 40px;
	}

	.access .text_area {
		width: 42%;
	}

	.access .flex_box figure {
		width: 54%;
	}

	.access dd li {
		line-height: 2.1rem;
		margin-bottom: 7px;
	}

	.access .taxi {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.access {
		padding: 50px 0;
	}

	.access .access_map {
		margin-bottom: 30px;
	}

	.access .title_area h1 {
		margin-bottom: 30px;
	}

	.access .title_area .slash {
		display: none;
	}

	.access .inner .flex_box {
		display: block;
	}

	.access .text_area {
		width: 100%;
	}

	.access dd li {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}

	.access .flex_box figure {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.access .rootmap li {
		width: 400px;
		margin: 0 auto 20px;
	}

	.access .rootmap figcaption {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 600px) {
	.access {
		padding: 40px 0;
	}

	.access .title_area {
		margin-bottom: 20px;
	}

	.access .title_area h1 {
		margin-bottom: 20px;
	}

	.access .title_area p {
		font-size: 13px;
		line-height: 20px;
	}

	.access .title_area span {
		padding-top: 5px;
		display: block;
		font-size: 12px;
	}

	.access .inner {
		margin-bottom: 20px;
	}

	.access dd li {
		font-size: 13px;
		line-height: 19px;
	}

	.access .rootmap li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 20px;
	}
}



/*pop up*/
.scroll_col {
	transition: .5s;
}

.scroll_col.visible {
	opacity: 0;
}

.down {
	position: fixed;
	right: 10%;
	writing-mode: vertical-lr;
	bottom: 120px;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #fff;
}

.scrool-arrow {
	position: fixed;
	bottom: 110px;
	z-index: 999;
	right: 10%;
	margin-left: -0.5px;
	width: 1px;
	height: 80px;
	background: #fff;
	-webkit-animation: scroll-arrow-anime 3s ease infinite both;
	animation: scroll-arrow-anime 3s ease infinite both;
}

@-webkit-keyframes scroll-arrow-anime {
	0% {
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	30% {
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	31% {
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	60% {
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	100% {
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes scroll-arrow-anime {
	0% {
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	30% {
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	31% {
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	60% {
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	100% {
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

#lightcase-overlay {
	opacity: 1 !important;
}

#lightcase-case {
	width: 80% !important;
}

.lightcase-contentInner,
.lightcase-inlineWrap {
	width: 100% !important;
	max-width: 100% !important;
	max-height: 520px !important;
}

.popup_room {
	color: #fff;
	position: relative;
}

.popup_room .text_area {
	padding-right: 65px;
}

.popup_room .sleep_in .text_area {
	width: 44%;
}

.popup_room .walk_in .text_area {
	width: 54%;
}

.popup_room .text_area h1 {
	font-size: 3.4rem;
	margin-bottom: 65px;
	color: #fff;
}

.popup_room .text_area p {
	font-size: 1.5rem;
	line-height: 3rem;
	color: #fff;
}

.popup_room .sleep_in figure {
	width: 56%;
}

.popup_room .walk_in figure {
	width: 46%;
}

.popup_room .point {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #525252;
}

.popup_room .point ul {
	margin-bottom: 20px;
}

.popup_room .point li {
	font-size: 1.4rem;
	line-height: 2.8rem;
	position: relative;
	padding-left: 1.5rem;
}

.popup_room .point li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.popup_room .point p {
	font-size: 1.3rem;
	line-height: 2.6rem;
}


.popup_faq li {
	margin-bottom: 35px;
}

.popup_faq h3 {
	font-size: 1.7rem;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #fff;
}

.popup_faq p {
	color: #fff;
}

.popup_faq a {
	color: #fff;
	text-decoration: underline;
}

.popup_faq a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1199px) {
	#lightcase-case {
		width: 80% !important;
	}

	.popup_room .text_area {
		padding-right: 45px;
	}

	.popup_room .text_area h1 {
		font-size: 3rem;
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 991px) {
	#lightcase-case {
		width: 75% !important;
	}

	.popup_room .flex_box {
		display: block;
	}

	.popup_room .sleep_in .text_area,
	.popup_room .walk_in .text_area {
		width: 100%;
		padding-right: 0;
	}

	.popup_room .text_area h1 {
		font-size: 2.8rem;
		margin-bottom: 30px;
	}

	.popup_room .sleep_in figure,
	.popup_room .walk_in figure {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.down {
		right: 5%;
	}

	.scrool-arrow {
		right: 5%;
	}

	.popup_room {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.scroll_col {
		display: none;
	}
}


/*Journal*/

/*Journal*/
.journal_page .journal_head {
	background-color: #f8f7f7;
	padding: 170px 0 50px;
}

.journal_page .journal_head .inner {
	width: 1130px;
	margin: 0 auto;
}

.journal_page .journal_head h1 {
	text-align: center;
	margin-bottom: 50px;
}

.journal_page .journal_head h2 {
	font-size: 2.6rem;
	margin: 50px 0 30px;
}

.journal_page .journal_head figcaption {
	text-align: right;
	margin-top: 10px;
}

.journal_page .journal_head h2 br {
	display: none;
}

.journal_page .journal_head p {
	font-size: 1.7rem;
	line-height: 3.5rem;
}

.journal_page .journal_head ul {
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
	margin-top: 20px;
}

.journal_page .journal_head li {
	float: left;
	margin-right: 30px;
	font-size: 1.3rem;
}

.journal_page .journal_detail {
	width: 960px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.journal_page .journal_detail p {
	font-size: 1.6rem;
	line-height: 3.6rem;
}

.journal_page .journal_detail .journal_question {
	background-color: #f8f7f7;
	padding: 30px 50px;
}

.journal_page .journal_detail .last_message {
	padding-top: 37px;
	border-top: 3px solid #eee;
}


.journal_page .journal_detail p,
.journal_page .journal_detail figure {
	margin-bottom: 40px;
}

.journal_page .journal_detail figcaption {
	margin-top: 10px;
	line-height: 2.5rem;
}

.journal_page .journal_detail .next_link {
	text-align: right;
	padding-top: 20px;
}

.journal_page .journal_detail a {
	font-size: 1.6rem;
	transition: .3s;
	text-decoration: underline;
}

.journal_page .journal_detail a:hover {
	opacity: .6;
}

@media only screen and (max-width: 1199px) {
	.journal_page .journal_head .inner {
		width: 100%;
	}

	.journal_page .journal_head h2 {
		font-size: 2.4rem;
		margin: 50px 0 20px;
	}

	.journal_page .journal_head p {
		font-size: 1.6rem;
		line-height: 3.2rem;
	}

	.journal_page .journal_detail {
		width: 860px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.journal_page .journal_head {
		padding: 150px 0 50px;
	}

	.journal_page .journal_head h1 {
		margin-bottom: 30px;
	}

	.journal_page .journal_head h2 {
		font-size: 2.2rem;
		margin: 30px 0 15px;
	}

	.journal_page .journal_head p {
		line-height: 3rem;
	}

	.journal_page .journal_head ul {
		padding-top: 15px;
		margin-top: 15px;
	}

	.journal_page .journal_head li {
		margin-right: 20px;
	}

	.journal_page .journal_detail {
		width: 720px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.journal_page .journal_detail p,
	.journal_page .journal_detail figure {
		margin-bottom: 30px;
	}

	.journal_page .journal_detail p {
		font-size: 1.5rem;
		line-height: 3.2rem;
	}

	.journal_page .journal_detail a {
		font-size: 1.5rem;
	}

	.journal_page .journal_detail .last_message {
		padding-top: 27px;
	}

}

@media only screen and (max-width: 767px) {
	.journal_page .journal_head {
		padding: 130px 0 40px;
	}

	.journal_page .journal_head h2 {
		font-size: 2rem;
	}

	.journal_page .journal_head p,
	.journal_page .journal_detail a {
		font-size: 1.5rem;
		line-height: 2.8rem;
	}

	.journal_page .journal_head li {
		margin-right: 0;
		float: none;
	}

	.journal_page .journal_detail {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.journal_page .journal_detail .journal_question {
		padding: 15px 25px;
	}

}

@media only screen and (max-width: 500px) {
	.journal_page .journal_head {
		padding: 120px 0 30px;
	}

	.journal_page .journal_head h2 {
		display: block;
		margin: 20px 0 10px;
	}

	.journal_page .journal_head p {
		line-height: 2.5rem;
	}

	.journal_page .journal_detail {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.journal_page .journal_detail p,
	.journal_page .journal_detail figure {
		margin-bottom: 20px;
	}

	.journal_page .journal_detail p,
	.journal_page .journal_detail a {
		line-height: 2.8rem;
	}

	.journal_page .journal_detail figcaption {
		margin-top: 5px;
		font-size: 12px;
		line-height: 19px;
	}

	.journal_page .journal_detail .last_message {
		padding-top: 17px;
	}
}




/*Contact*/
.contact_wrap {
	padding-top: 170px;
	padding-bottom: 100px;
}

.contact_wrap .inner {
	width: 890px;
	margin: 0 auto;
}

.contact_wrap .ttl_l {
	margin-bottom: 70px;
	text-align: center;
}

.contact_wrap .lead_text {
	margin-bottom: 40px;
	text-align: center;
}

.contact_wrap .first_section {
	margin-bottom: 60px;
}

.contact_wrap .first_section h1 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.13rem;
}

.contact_wrap .first_section p {
	text-align: center;
	margin-top: 30px;
}

.contact_wrap form>.flex_box {
	margin-bottom: 50px;
}

.contact_wrap .full_block {
	width: 100%;
}

.contact_wrap .half_block {
	width: 45%;
}

.contact_wrap dl {
	align-items: flex-start;
}

.contact_wrap .tit {
	line-height: 1.5;
}

.contact_wrap .tit p {
	font-size: 1.6rem;
}

.contact_wrap .required {
	background: #666;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	margin-left: auto;
	padding: 6px 5px 1px;
	white-space: nowrap;
	font-weight: normal;
}

.contact_wrap .full_block dd,
.contact_wrap .half_block dd {
	margin-top: 15px;
}

.contact_wrap input[type=text],
.contact_wrap input[type=email] {
	width: 100%;
	border: none;
	background: #eee;
	padding: 20px;
	font-size: 1.4rem;
	outline: none;
}

.contact_wrap textarea {
	width: 100% !important;
	height: 150px !important;
	border: none;
	background: #eee;
	padding: 20px;
	font-size: 1.4rem;
	outline: none;
}

.contact_wrap input[type=submit] {
	border: none;
	background: #333;
	color: #fff;
	width: 200px;
	padding: 15px 0;
	font-size: 1.4rem;
	letter-spacing: 0.08rem;
	transition: .3s;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: bold;
}

.contact_wrap input[type=submit]:hover {
	opacity: 0.6;
}

.contact_wrap.thanks .first_section p {
	margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
	.contact_wrap {
		padding-top: 160px;
		padding-bottom: 80px;
	}

	.contact_wrap .inner {
		width: 840px;
	}

	.contact_wrap .ttl_l {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.contact_wrap {
		padding-top: 140px;
	}

	.contact_wrap .inner {
		width: 100%;
	}

	.contact_wrap .ttl_l {
		margin-bottom: 30px;
	}

	.contact_wrap .first_section {
		margin-bottom: 7vw;
	}

	.contact_wrap article {
		padding-bottom: 7vw;
	}

	.contact_wrap .first_section h1 {
		font-size: 2.4rem;
	}

	.contact_wrap .first_section p {
		margin-top: 2.5vw;
	}

	.contact_wrap form>.flex_box {
		margin-bottom: 4vw;
	}

	.contact_wrap .half_block {
		width: 47%;
	}

	.contact_wrap input,
	.contact_wrap textarea {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.contact_wrap form>.flex_box {
		margin-bottom: 6vw;
	}

	.contact_wrap .tit p {
		font-size: 1.5rem;
	}

	.contact_wrap .required {
		font-size: 10px;
		padding: 4px 5px 1px;
	}

	.contact_wrap .full_block dd,
	.contact_wrap .half_block dd {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.contact_wrap .first_section h1 {
		font-size: 2.2rem;
	}

	.contact_wrap .first_section p {
		line-height: 1.8;
	}

	.contact_wrap form>.flex_box {
		display: block;
		margin-bottom: 0;
	}

	.contact_wrap .input_block {
		margin-bottom: 20px;
	}

	.contact_wrap .half_block {
		width: 100%;
	}
}

.top_crean {
	padding: 0px 0 95px;
	text-align: center;
}

.top_crean a {
	text-decoration: underline;
	transition: 0.3s;
	font-size: 20px;
}

.top_crean a br {
	display: none;
}

.top_crean a:hover {
	text-decoration: none;
}

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

	.top_crean {
		padding: 0px 0 50px;
	}

	.top_crean a {
		font-size: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.top_crean a br {
		display: block;
	}

	.top_crean {
		padding: 0px 0 40px;
	}
}




.crean_wrap {
	padding-top: 170px;
	padding-bottom: 100px;
}

.crean_wrap {
	padding-top: 170px;
	padding-bottom: 100px;
}


.crean_wrap .ttl_l {
	margin-bottom: 70px;
	text-align: center;
}

.crean_wrap .lead_text {
	margin-bottom: 40px;
	text-align: center;
}

.crean_wrap ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width: 650px;
	margin: 0 auto;
}


.crean_wrap ul li {
	width: 47%;
	text-align: center;
	margin-bottom: 65px;
}

.crean_wrap ul li img {

	width: 80%;
	max-width: 190px;
}

.crean_wrap ul li dd {
	font-size: 1.6rem;
	line-height: 2.3rem;
	margin-top: 15px;
	text-align: center;
}

.crean_wrap .link_text a {
	background-color: #333;
	color: #fff;
	display: block;
	padding: 15px;
	margin: 30px auto 0;
	width: 650px;
	text-align: center;
}

.crean_wrap .link_text a .dis-sp {
	display: block;
}





@media only screen and (max-width: 991px) {
	.crean_wrap {
		padding-top: 140px;
	}

	.crean_wrap .ttl_l {
		margin-bottom: 30px;
	}

}

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

	.crean_wrap {

		padding-bottom: 100px;
	}

	.crean_wrap .lead_text {
		text-align: left;
	}

	.crean_wrap .lead_text br {
		display: none;
	}

	.crean_wrap .link_text a .dis-sp {
		display: none;
	}

	.crean_wrap ul li {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.crean_wrap ul li img {

		width: 80%;
		max-width: 120px;
	}

	.crean_wrap .link_text {
		margin-top: 20px;
	}

	.crean_wrap .link_text a {
		width: 100%;
		font-size: 11px;
		line-height: 15px;
		padding: 10px;
		margin-top: 0;
	}

}

.booking {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
}

@media only screen and (max-width: 600px) {
	.booking {
		display: none;
	}
}


/*swiper*/
.swiper-container {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: -1 !important;
	width: 100vw;
	height: 100vh;
}

.slide-img.slider01 {
	background: url(../images/main_slider01.jpg) no-repeat center;
	background-size: cover;
}

.slide-img.slider02 {
	background: url(../images/main_slider02-2.jpg) no-repeat center;
	background-size: cover;
}

.slide-img.slider03 {
	background: url(../images/main_slider03.jpg) no-repeat center;
	background-size: cover;
}

.slide-img.slider04 {
	background: url(../images/main_slider04.jpg) no-repeat center;
	background-size: cover;
}

.slide-img {
	width: 100%;
	height: 100%;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 10s linear 0s 1 normal both;
}

/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img {
	display: block;
}

@media only screen and (max-width: 991px) {
	.slide-img.slider01 {
		background: url(../images/main_slider01_w1000.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider02 {
		background: url(../images/main_slider02-2_w1000.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider03 {
		background: url(../images/main_slider03_w1000.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider04 {
		background: url(../images/main_slider04_w1000.jpg) no-repeat center;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	.slide-img.slider01 {
		background: url(../images/main_slider01_w770.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider02 {
		background: url(../images/main_slider02-2_w770.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider03 {
		background: url(../images/main_slider03_w770.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider04 {
		background: url(../images/main_slider04_w770.jpg) no-repeat center;
		background-size: cover;
	}
}

@media only screen and (max-width: 600px) {
	.slide-img.slider01 {
		background: url(../images/main_slider01_w550.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider02 {
		background: url(../images/main_slider02-2_w550.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider03 {
		background: url(../images/main_slider03_w550.jpg) no-repeat center;
		background-size: cover;
	}

	.slide-img.slider04 {
		background: url(../images/main_slider04_w550.jpg) no-repeat center;
		background-size: cover;
	}
}

.error404 .large_logo {
	display: none;
}

.error404 .notfound {
	padding-top: 300px;
	padding-bottom: 300px;
	text-align: center;
}

.error404 .notfound p {
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
	.error404 .notfound {
		padding-top: 200px;
		padding-bottom: 140px;
	}

}



/*20200405*/
.information {
	padding: 100px 0;
	text-align: center;
}

.information h1 {
	font-size: 3rem;
}

.information ul {
	width: 860px;
	margin: 40px auto 0;
	text-align: left;
}

.information li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.information li:first-child {
	padding-top: 0;
}

.information li dt {
	float: left;
	width: 100px;
	line-height: 1.5;
}

.information li dd {
	margin-left: 110px;
	line-height: 1.5;
}

.information li dd a {
	text-decoration: underline;
	transition: .3s;
}

.information li dd a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.information {
		padding: 60px 0;
	}

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

@media only screen and (max-width: 767px) {
	.information {
		padding: 40px 0;
	}

	.information ul {
		margin-top: 25px;
	}

	.information li dd {
		margin-left: 100px;
	}
}

@media only screen and (max-width: 500px) {
	.information h1 {
		margin-bottom: 20px;
		font-size: 2.5rem;
	}

	.information li dt {
		float: none;
		width: 100%;
	}

	.information li dd {
		margin-left: 0;
		margin-top: 5px;
	}
}

/*Contact*/
.information_wrap {
	padding-top: 170px;
	padding-bottom: 100px;
}

.information_wrap .inner {
	width: 890px;
	margin: 0 auto;
}

.information_wrap .ttl_l {
	margin-bottom: 70px;
	text-align: center;
}

.information_wrap dd {
	font-size: 20px;
	margin: 5px 0 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.information_wrap .text-area h2 {
	font-size: 1.7rem;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.information_wrap .text-area p {
	margin-bottom: 30px;
}

.information_wrap .text-area ul {
	list-style: none;
}

.information_wrap .text-area li {
	font-size: 1.4rem;
	line-height: 2.2rem;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 10px;
}

.information_wrap .text-area li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
	display: block;
}

.information_wrap .text-area a {
	text-decoration: underline;
	transition: .3s;
}

.information_wrap .text-area a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1199px) {
	.information_wrap {
		padding-top: 160px;
		padding-bottom: 80px;
	}

	.information_wrap .inner {
		width: 840px;
	}

	.information_wrap .ttl_l {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.information_wrap {
		padding-top: 140px;
	}

	.information_wrap .inner {
		width: 100%;
	}

	.information_wrap .ttl_l {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.information_wrap dd {
		font-size: 16px;
		margin: 5px 0 30px;
		padding-bottom: 15px;
	}

	.information_wrap .text-area h2 {
		font-size: 14px;
	}

	.information_wrap .text-area p {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 500px) {}





/*initiative*/
.initiative .contents_inner .lead_text {
	font-size: 1.8rem;
}

.initiative .contents_inner h2 {
	font-size: 1.7rem;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 50px;
}

.initiative .contents_inner dl {
	margin-bottom: 20px;
}

.initiative .contents_inner dt {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.initiative .contents_inner dd {
	line-height: 2.2rem;
	font-size: 1.4rem;
}

.initiative .contents_inner li {
	font-size: 1.4rem;
	line-height: 2.2rem;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 10px;
}

.initiative .contents_inner li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
	display: block;
}

.initiative .contents_inner .endname {
	text-align: right;
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.initiative .contents_inner .lead_text {
		font-size: 15px;
	}

	.initiative .contents_inner h2 {
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.initiative .contents_inner dt {
		font-size: 13px;
		line-height: 19px;
	}

	.initiative .contents_inner .endname {
		text-align: right;
		margin-top: 40px;
	}
}


.access .inner .dis-sp {
	display: none;
}

.movie-col {
	margin-top: 30px;
}

.youtube {
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.access .inner .dis-sp {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.access .flex_box figure {
		display: none;
	}

	.movie-col {
		margin-top: 10px;
	}
}

.ladyText{
	position: absolute;
	top: 25px;
	right: 140px;
	color: #fff;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.ladyText{
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.ladyText{
		top: 25px;
		right: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px) {
	.ladyText{
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.information p{
		text-align: left;
	}
	.information p br{
		display: none;
	}
}

.error404{
	background-color: #fff;
}