@charset "utf-8";

/* Global */
@import url('https://use.fontawesome.com/releases/v5.10.1/css/all.css');

@font-face {
	font-family: 'MigMix 2P Regular';
	src: url('/assets/css/fonts/mplus-2-regular-sub.ttf');
}


html, * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	letter-spacing: .5px;
}
html {
	font-size: 62.5%;
}

body, a {
	color: #504a44;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", メイリオ, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	transition: .2s;
}
a:hover {
	opacity: .9;
}

body {
	background: #f7f8f8;
}
em, strong, span {
	font-size: inherit;
}
.font-migmix {
	font-family: "MigMix 2P Regular", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", メイリオ, sans-serif;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.fl-r {
	float: right;
}
.en-font {
	font-family: Avenir, sans-serif;
	font-weight: normal !important;
}
.border-btm-line {
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #504a44;
}
.border-btm-dot {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #504a44;
}
.border-btm-dashed {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #504a44;
}
.border-theme {
	border-radius: 8px;
	border: 3px solid #006F6E;
	padding: 6.5%;
	margin-bottom: 4%;
}
.allborder-default-memo {
	border: 3px solid #504a44;
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 20px;
}
.allborder-default-memo .allborder-ttl {
	position: absolute;
	display: block;
	top: -24px;
	left: -3px;
	color: #fff;
	background:#504a44; 
	width: 153px;
	border: 4px solid #504a44;
	font-weight: bold;
	padding-left: 8px;
	line-height: 1.2;
}
.allborder-default-memo ul {
	list-style: none;
}
.box-main > section {
	margin-bottom: 50px;
}
.listyle {
	list-style: none;
}

/* img init style */
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


/* base */
.flex-col2,
.flex-col3 {
	display: flex;
	justify-content: space-between;
}
.flex-col2 > * {
	width: calc(100%/2 - 2%);
}
.flex-col3 {
	flex-wrap: wrap;
}
.flex-col3 > * {
	width: calc(100%/3 - 4%);
}
.wrapper {
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 60px);
	position: relative;
}
.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
main {
	margin-top: 4% !important;
	margin-bottom: 8%;
	width: 100%;
}
/* sidebar */
aside {
	width: 28%;
	max-width: 300px;
}
/* main contents */
.box-main {
	width: 72%;
	max-width: 710px;
	margin-left: 30px;
	background: #fff;
    border-radius: 12px;
	padding: 30px 30px;
}

/* header */
.header-inner {
	position: relative;
}

/* menu/navigation */
nav ul {
	display: flex;
	list-style: none;
	width: 100%;
	height: auto;
	justify-content: space-between;
}
nav ul li a {
	position :relative;
	padding: 14px 0;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
	line-height: 2;
}

/* sp menu/navigation */
.sp-menu {
	display: none;
}


/* footer */
footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer-inner {
	padding: 50px 0 25px;
}
.footer-info-wrap {
	padding-top: 8px;
}
.footer-info-wrap p {
    letter-spacing: 1px;
	white-space: nowrap;
}
.footer-info-wrap a {
	display: block;
    line-height: 1;
	padding-top: 4px;
    font-weight: 500;
    letter-spacing: 1.5px;
	white-space: nowrap;
	font-weight: 500 !important;
}
.footer-info-wrap a span {
	font: inherit;
}
.logotype-base {
	padding-bottom: 6px;
	width: 68%;
	min-width: 280px;
}
.copyright {
	color: #898989
	padding-bottom: 8px;
}
.bg_footer {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.bg_footer img {
	width: 100%;
}
.copyright {
	font-size: 1rem;
	text-align: center;
}

/* contents */
.contents-wrap {
	margin-bottom: 6%;
}
.page-ttl {
	background-repeat: no-repeat;
	min-height: 144px;
	line-height: 144px;
	padding-left: 24px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.ttl {
	background: #006F6E;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 4.5%;
    padding: 8px;
	text-align: center;
	letter-spacing: 1px;
}
.subttl {
	font-weight: bold;
}
.subttl-border-btm {
	border-bottom: 1px solid #504a44;
}
.subttl-label {
	display: inline-block;
	padding: 1% 12px;
	font-weight: normal;
}
ol.theme-ol {
	counter-reset: item;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 8%;
}
ol.theme-ol li {
	font-weight: bold;
	padding: 12px 6px 12px 52px;
	border-radius: 8px;
	border: 1px solid #006F6E;
	margin-bottom: 12px;
	position: relative;
}
ol.theme-ol li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 18px;
	top: 8px;
}
ol.theme-ol li:before,
.subhead-num {
	background: #006F6E;
	color: #fff;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	border-radius: 50%; 
	box-sizing: border-box;
	margin-right: 8px;
	width: 26px;
	height: 26px;
	top: 10px;
	vertical-align: middle;
}

/* breadcrumb */
#breadcrumb ul {
	padding-top: 4px;
	list-style: none;
}
#breadcrumb ul li {
	display: inline-block;
	margin: 0 4px;
	font-size: 1rem;
}
#breadcrumb ul li:last-child {
	font-weight: bold;
}
#breadcrumb ul li a {
	font-size: inherit;
	line-height: 1.4;
}

/* button */
.base-btn {
	background: #504a44;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	padding: 1.5% 15px;
	min-width: 50px;
}

/* animation */
nav ul li a:hover {
	opacity: .7;
}
.base-btn:hover {
	opacity: .7;
}

@media (min-width: 1200px) {
	/* font */
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.4rem;
	}
}

@media (max-width: 1024px) {
	.inner {
		max-width: 768px;
	}
}

@media (min-width: 768px) {
	.box-main {
		min-width: 510px;
	}
}

@media (max-width: 767px) {
	.inner {
		min-width: 360px;
	}
	/* font */
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2rem;
	}
	/* base */
	.flex-col2 {
		display: block;
		justify-content: space-between;
	}
	.flex-col2 > *,
	.flex-col3 > * {
		width: 95%;
		margin: 0 auto;
	}
	.wrapper {
		min-height: calc(100vh - 55px);
	}
	main {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 50%;
	}
	aside {
		width: 90% !important;
		max-width: unset;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.box-main {
		width: 100%;
	}
	/* header */

	/* sp menu/navigation */
	#navigation {
		display: none;
		background: #dbd7c6 !important;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		padding-top: 56px;
		overflow: scroll;
	}
	nav ul {
		display: inline-block;
		margin-right: 0;
	}
	nav ul li {
		margin: 0;
	}
	nav ul li a {
		padding: 20px 0;
		width: 100%;
		height: 100%;
		text-align: left;
	}
	nav ul li a {
		color: #504a44;
		display: block;
	}
	.sp-menu {
		display: block;
		position: fixed;
		top: 0px;
		right: 0;
		width: 55px;
		height: 55px;
		padding: 18px 15px;
		z-index: 2;
		background: #dbd7c6;
		border-radius: 0 0 0 18px;;
	}
	.menu-trigger {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .2s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #504a44;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);

	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7.5px) rotate(45deg);
		transform: translateY(-7.5px) rotate(45deg);
	}
	/* contents */
	.page-ttl {
		width: 100% !important;
		line-height: 80px;
		background-size: contain;
	}
	/* footer */
	footer {
		width: 100%;
	}
	.footer-info-wrap {
		margin-top: 4%;
	}
	.footer-info-wrap > * {
		text-align: center;
	}
	.logotype-base {
		margin: 0 auto;
	}
	.footer-inner {
		padding-top: 25px;
	}
}

@media (max-width: 460px) {
	.page-ttl {
		min-height: auto;
		height: auto;
		line-height: 60px;
		background-size: cover;
	}
	.inner {
		width: 95%;
	}
	.box-main {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* font */
body, p, li, td, a {
	font-size: 14px;
	font-size: calc(1.2rem + ((1vw - 10.24px) * 1.1364));
}
.rp-ss-txt {
	font-size: 10px;
	font-size: calc(.9rem + ((1vw - 10.24px) * 0.5682));
}
.rp-s-txt {
	font-size: 12px;
	font-size: calc(1rem + ((1vw - 10.24px) * 1.1364));
}
.rp-m-txt {
	font-size: 13px;
	font-size: calc(1.1rem + ((1vw - 10.24px) * 1.1364));
}
.rp-tm-txt {
	font-size: 15px;
	font-size: calc(1.3rem + ((1vw - 10.24px) * 1.1364));
}
.rp-t-txt {
	font-size: 16px;
	font-size: calc(1.4rem + ((1vw - 10.24px) * 1.1364));
}
.rp-l-txt {
	font-size: 20px;
	font-size: calc(1.6rem + ((1vw - 10.24px) * 2.2727));
}

.top-access-ttl {
	font-size: 28px;
	font-size: calc(2.4rem + ((1vw - 10.24px) * 2.2727));
}
.top-hero-txt {
	font-size: 25px;
	font-size: calc(2.1rem * ((1vw - 10.24px) * 2.2727));
}
.top-subject-ttl {
	font-size: 19px;
	font-size: calc(1.6rem * ((1vw - 10.24px) * 1.7045));
}
.top-detail-btn {
	font-size: 11px;
	font-size: calc(.9rem * ((1vw - 10.24px) * 1.1364));
}
.holiday-txt,
.stay-txt {
	font-size: 18px;
	font-size: calc(1.5rem * ((1vw - 10.24px) * 1.7045));
}
.name-txt {
	font-size: 22px;
	font-size: calc(1.8rem * ((1vw - 10.24px) * 2.2727));
}
.contents-tel-txt {
	font-size: 38px;
	font-size: calc(3.2rem * ((1vw - 10.24px) * 3.4090));
}
.footer-tel-font {
	font-size: 36px;
	font-size: calc(3.0rem * ((1vw - 10.24px) * 3.4090));
}
.subject-link-ttl,
.header-tel-font {
	font-size: 2.3rem;
	font-size: calc(1.9rem * ((1vw - 10.24px) * .2.2727));
}

@media (min-width: 1200px) {
	body, p, li, td, a {
		font-size: 1.4rem;
	}
	.rp-ss-txt {
		font-size: 1rem;
	}
	.rp-s-txt {
		font-size: 1.2rem;
	}
	.rp-m-txt {
		font-size: 1.3rem;
	}
	.rp-tm-txt {
		font-size: 1.5rem;
	}
	.rp-t-txt {
		font-size: 1.6rem;
	}
	.rp-l-txt {
		font-size: 2rem;
	}
	/* 個別フォント */
	.top-access-ttl {
		font-size: 2.8rem;
	}
	.top-hero-txt {
		font-size: 2.5rem;
	}
	.top-subject-ttl {
		font-size: 1.9rem;
	}
	.top-detail-btn {
		font-size: 1.1rem;
	}
	.holiday-txt,
	.stay-txt {
		font-size: 1.8rem;
	}
	.name-txt {
		font-size: 2.2rem;
	}
	.contents-tel-txt {
		font-size: 3.8rem;
	}
	.footer-tel-font {
		font-size: 3.6rem;
	}
	.subject-link-ttl,
	.header-tel-font {
		font-size: 2.3rem;
	}
}

@media (max-width: 1024px) {
	body, p, li, td, a{
		font-size: 1.2rem;
	}
	.rp-ss-txt {
		font-size: .9rem;
	}
	.rp-s-txt {
		font-size: 1rem;
	}
	.rp-m-txt {
		font-size: 1.1rem;
	}
	.rp-tm-txt {
		font-size: 1.3rem;
	}
	.rp-t-txt {
		font-size: 1.4rem;
	}
	.rp-l-txt {
		font-size: 1.6rem;
	}
	/* 個別 */
	.top-access-ttl {
		font-size: 2.4rem;
	}
	.top-hero-txt {
		font-size: 2.1rem;
	}
	.top-subject-ttl {
		font-size: 1.5rem;
	}
	.top-detail-btn {
		font-size: .9rem;
	}
	.holiday-txt,
	.stay-txt {
		font-size: 1.5rem;
	}
	.name-txt {
		font-size: 1.8rem;
	}
	.contents-tel-txt {
		font-size: 3.1rem;
	}
	.footer-tel-font {
		font-size: 3.0rem;
	}
	.subject-link-ttl,
	.header-tel-font {
		font-size: 1.9rem;
	}
}

@media (max-width: 767px) {
	.top-hero-txt {
		font-size: 1.8rem;
	}
}

@media (max-width: 460px) {
	.rp-tm-txt {
		font-size: 1.25rem;
	}
	.rp-t-txt {
		font-size: 1.3rem;
	}
	.rp-l-txt {
		font-size: 1.5rem;
	}
	/* 個別 */
	.top-subject-ttl {
		font-size: 1.4rem;
	}
	.top-hero-txt {
		display: none !important;
	}
	.holiday-txt,
	.stay-txt {
		font-size: 1.35rem;
	}
	.contents-tel-txt {
		font-size: 2.8rem;
	}
	.footer-tel-font {
		font-size: 2.8rem;
	}
	.subject-link-ttl {
		font-size: 1.6rem;
	}
}
