@charset "UTF-8";
/* ======================================================
	Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body {
	line-height: 1;
}

img {
	line-height: 0;
	vertical-align: bottom;
}

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

ul {
	list-style: none;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

a {
	outline: none;
}

em {
	font-style: normal;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ======================================================
	Frame
====================================================== */
/*
 * body
 */
body {
	min-width: 320px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	font-size: 12px;
	color: #777069;
	line-height: 1.4;
}

/* /\/\/\/\/\/\/\/\/\/\ English /\/\/\/\/\/\/\/\/\/\ */
html[lang=en] body 
{	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Verdana", Arial, sans-serif;
}

.tajirav
{	font-family: 'Taviraj', serif;
	font-weight: 600;
}

@media screen and (min-width: 800px) {
	body {
		font-size: 12px;
	}
}
@media screen and (min-width: 1200px) {
	body {
		font-size: 14px;
	}
}

a:link {
	color: #777069;
	text-decoration: none;
}

a:visited {
	color: #777069;
}

a:hover {
	color: #777069;
	text-decoration: underline;
}

a:active {
	color: #777069;
}

.tl-blue a:link {
	color: #1eb1c5;
	text-decoration: underline;
}

.tl-blue a:visited {
	color: #1eb1c5;
}

.tl-blue a:hover {
	color: #1eb1c5;
	text-decoration: none;
}

.tl-blue a:active {
	color: #1eb1c5;
}

/*
 * main
 */
/*
 * section
 */
.underlayer section {
	margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
	.underlayer section {
		margin-bottom: 60px;
	}
}

/*
 * layout
 */
.inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

.layout {
	margin-left: 1em;
	margin-right: 1em;
}

.layout.mg-auto {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 800px) {
	.inner {
		padding-top: 55px;
		padding-bottom: 85px;
	}

	.layout {
		margin-left: auto;
		margin-right: auto;
	}

	.layout.w600 {
		max-width: 600px;
	}

	.layout.w700 {
		max-width: 700px;
	}

	.layout.w800 {
		max-width: 800px;
	}

	.layout.w900 {
		max-width: 900px;
	}

	.layout.w980 {
		max-width: 980px;
	}

	.layout.w1000 {
		max-width: 1000px;
	}

	.layout.w1100 {
		max-width: 1100px;
	}

	.layout.w1200 {
		max-width: 1200px;
	}

	.layout.w1300 {
		max-width: 1300px;
	}

	.layout.w1400 {
		max-width: 1400px;
	}
}

/* --- document wrap --- */
#document-wrap
{	position: relative;
	overflow: hidden;
}
#document-wrap::before
{	background-color: rgba(0,0,0,0.5);
	content: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 999;
}
#document-wrap.darken::before
{	content: "";
}

@media screen and (min-width: 800px) 
{	#document-wrap.darken::before
	{	content: none;
	}
}

/* --- new header --- */
#header-pad
{	background-color: #CCC;
	padding-top: 60px;
}

/* ----- */
#new-header
{	background-color: rgba(255, 255, 255, 0.96);
	position: fixed;
	min-height: 60px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
	
}

#new-header-menu
{	padding: 10px;
	position: relative;
}

/* --- */
#new-header-menu .logo
{	width: 160px;
	margin: 0;
}
#new-header-menu .logo a,
#new-header-menu .logo img
{	display: block;
}

/* --- */
#new-header-menu .menu
{	background-color: #FFF;
	position: absolute;
	top: 100%;
}

#new-header-menu .menu img
{	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

#new-header-menu .menu a
{	display: block;
}
#new-header-menu .menu a:hover
{	text-decoration: none;
}

/* */
#new-header-menu .menu .links
{	display: block;
}

#new-header-menu .menu .links > li
{	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	border: 0px solid;
	border-bottom-width: 1px;
	text-align: center;
}
#new-header-menu .menu ul > li:nth-child(2n+1)
{	border-right-width: 1px;
}

#new-header-menu .menu ul > li:nth-child(-n+2)
{	border-top-width: 1px;
}
#new-header-menu .menu .links > li:last-child:nth-child(2n+1)
{	width: 100%;
	border-right-width: 0;
}

#new-header-menu .menu .links a
{	padding: 10px;
}

#new-header-menu .menu .links a:hover
{	background-color: #0FF;
	text-decoration: none;
}

/* --- */
#new-header-menu .menu .social
{	display: block;
	text-align: center;
	padding: 10px;
}

#new-header-menu .menu .social > li
{	display: inline-block;
	vertical-align: middle;
}
#new-header-menu .menu .social > li:not(:last-child)
{	margin-right: 10px;
}

#new-header-menu .menu .social a
{	width: 24px;
}
#new-header-menu .menu .social .insta a
{	width: 60px;
}

/* --- */
#new-header-menu .menu .lang-switch
{	display: block;
	border-top: 1px solid;
}
#new-header-menu .menu .lang-switch a
{	background-color: #EEE;
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	vertical-align: top;
	padding: 10px 10px;
	text-align: center;
}
#new-header-menu .menu .lang-switch a:first-child
{	border-right: 1px solid;
}
#new-header-menu .menu .lang-switch a.active
{	background-color: #FF7BA5;
	color: #FFF;
}
#new-header-menu .menu .lang-switch a:hover
{	background-color: #FFB8E0;
}

/* */
#new-header-menu  .smt-menu-btn
{	background-color: #F2F2F2;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 48px;
	cursor: pointer;
	color: #777069;
}
#new-header-menu  .smt-menu-btn:hover
{	color: #B77099;
}

#new-header-menu  .smt-menu-btn u
{	display: block;
	border: 0px solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-radius: 3px;
	margin: 0 auto 8px;
}

#new-header-menu  .smt-menu-btn u:last-child
{	margin-bottom: 0;
}

/* Animations */
#new-header-menu .menu
{	-webkit-transition: left 0s, right 0s;
	transition: left 0s, right 0s;
	overflow: hidden;
	left: 100%;
	right: -100%;
}

#new-header-menu.active .menu
{	left: 0;
	right: 0;
	-webkit-transition: left 0.15s, right 0.15s;
	transition: left 0.15s, right 0.15s;
	
}

@media screen and (min-width: 800px) 
{	#new-header-menu .logo
	{	width: 200px;
	}
	#new-header-menu .menu
	{	top: 50%;
		left: auto !important;
		right: 10px !important;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: right;
	}

/* --- */	
	#new-header-menu .menu .links,
	#new-header-menu .menu .social,
	#new-header-menu .menu .lang-switch
	{	display: inline-block;
		vertical-align: middle;
	}
	
/* */
	#new-header-menu .menu .links
	{	margin-right: 10px;
	}
	
	#new-header-menu .menu .links > li:not(:last-child)
	{	margin-right: 1.5em;
	}
	
	#new-header-menu .menu .links > li
	{	width: auto !important;
		border-width: 0px !important;
		vertical-align: middle;
	}
	#new-header-menu .menu .links a
	{	padding: 0;
	}
	
	#new-header-menu .menu .links a:hover
	{	background-color: transparent;
		text-decoration: underline;
	}

/* */
	#new-header-menu .menu .social:not(:last-child)
	{	margin-right: 10px;
	}

/* */
	#new-header-menu .menu .lang-switch
	{	border-top-width: 0;
	}
	#new-header-menu .menu .lang-switch a
	{	width: auto;
		padding: 5px 10px;
	}

/* */	
	#new-header-menu  .smt-menu-btn
	{	display: none;
	}
}

/* --- new footer --- */
#new-footer
{	background-color: #FFD8F0;
}

#new-footer .link-menu 
{	margin-bottom: 15px;
}

#new-footer .link-menu .divide
{	padding: 0 10px 10px;
	margin-top: -10px;
}

#new-footer .link-menu a
{	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 8px;
	margin-top: 10px;
}
#new-footer .link-menu a:not(:last-child)
{	margin-right: 1em;
}

#new-footer .link-menu a::before
{	content: "";
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border: 0 solid;
	border-top-width: 1px;
	border-right-width: 1px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#new-footer-logo
{	text-align: center;
}


/* --- header --- */
@media screen and (min-width: 800px) {
	.header-wp {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.96);
		z-index: 1000;
	}
}

header .header-txt {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 7px 6em 7px 10px;
	font-size: 10px;
}
header .logo {
	width: 43.75%;
	margin: 0 auto 10px;
}
header .bt-menu {
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 11.25%;
	max-width: 45px;
	height: 0;
	padding-top: 11.25%;
	background-image: url("../img/common/header/bt-menu.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-filter: drop-shadow(0 0 1px #ffffff);
	-moz-filter: drop-shadow(0 0 1px #ffffff);
	filter: drop-shadow(0 0 1px #ffffff);
	z-index: 10;
}
header .g-nav-wp {
	position: fixed;
	top: -150%;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 9;
	-webkit-transition: top .35s;
	transition: top .35s;
}
header .bg-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 8;
}
header .g-nav {
	letter-spacing: -.4em;
}
header .g-nav > a {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 20px 15px;
	border-bottom: solid 1px #c0ab92;
}
header .g-nav > a span {
	display: block;
	padding-right: 12px;
	background-image: url("../img/common/share/arrow_blue.svg");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 7px auto;
}
header .g-nav > a:hover {
	color: #1eb1c5;
}
header .g-nav > a:nth-child(odd) {
	border-right: solid 1px #c0ab92;
}
header .g-nav::before {
	content: "";
	display: block;
	width: 100%;
	height: 64px;
	background-image: url("../img/common/share/logo.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 175px auto;
	border-bottom: solid 1px #c0ab92;
}
header .contacts li a {
	display: block;
	padding: 20px 0;
	color: #ffffff;
	text-align: center;
	background-image: url("../img/common/share/arrow_circle_blue.svg");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 27px auto;
}
header .contacts li a:hover {
	text-decoration: none;
}
header .contacts .tel {
	padding: 10px 0;
	background-color: #c0ab92;
	font-size: 124%;
	color: #ffffff;
	text-align: center;
}
header .contacts .tel a {
	display: inline-block;
	padding: 0;
	background-image: none;
}
header .contacts .application {
	background-color: #ff7ba5;
}
header .contacts .reservation {
	background-color: #1eb1c5;
}
header .contacts .reservation a {
	background-image: url("../img/common/share/arrow_circle_pink.svg");
}
@media screen and (min-width: 800px) {
	header {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}
	header .header-txt {
		padding: 10px 0 20px;
		font-size: 11px;
		text-align: center;
	}
	header .header-txt em {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
	header .logo {
		width: 246px;
		margin-bottom: 25px;
	}
	header .pc-tels {
		position: absolute;
		top: 40px;
		left: 0;
		width: 35%;
	}
	header .pc-tels span {
		font-size: 17px;
	}
	header .pc-tels span em {
		font-size: 116%;
	}
	header .pc-tels small {
		font-size: 12px;
	}
	header .pc-conversion {
		position: absolute;
		top: 0;
		right: 0;
		width: 30%;
		max-width: 170px;
	}
	header .pc-conversion ul li {
		display: table;
		letter-spacing: normal;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		font-size: 1.2vw;
	}
	header .pc-conversion ul li a {
		display: table-cell;
		width: 50%;
		height: 5em;
		background-color: #ff7ba5;
		color: #ffffff;
		vertical-align: middle;
	}
	header .pc-conversion ul li a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		transition: opacity 0.2s ease-out;
		text-decoration: none;
	}
	header .pc-conversion ul li a span {
		display: inline-block;
		padding: 15px 40px 15px 15px;
		background-image: url("../img/common/share/arrow_circle_blue.svg");
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 30px auto;
	}
	header .pc-conversion ul li a:nth-child(2) {
		border-left: solid 5px #ffffff;
		background-color: #1eb1c5;
	}
	header .pc-conversion ul li a:nth-child(2) span {
		background-image: url("../img/common/share/arrow_circle_pink.svg");
	}
	header .g-nav-wp {
		display: block;
		position: static;
		max-width: 1000px;
		margin: 0 auto;
		background-color: transparent;
		z-index: auto;
	}
	header .g-nav {
		letter-spacing: -.4em;
		margin-bottom: 10px;
	}
	header .g-nav > a {
		width: 15.6%;
		margin: 0 0.5%;
		padding: 0;
		border-bottom: none;
		text-align: center;
	}
	header .g-nav > a:hover {
		text-decoration: none;
	}
	header .g-nav > a span {
		padding-right: 0;
		background: none;
	}
	header .g-nav > a span::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: solid 1px;
	}
	header .g-nav > a:nth-child(odd) {
		border-right: none;
	}
	header .g-nav::before {
		content: none;
	}
	
/* /\/\/\/\/\/\/\/\/\/\ English /\/\/\/\/\/\/\/\/\/\ */
	html[lang=en] header .g-nav > a span::before 
	{	content: none;
	}
}
@media screen and (min-width: 1200px) {
	header .pc-conversion ul li {
		font-size: 16px;
	}
}

/* application */
#js-application header .contacts .application,
#js-application header .pc-conversion {
	display: none;
}

/* active */
#js-plan header .g-nav > a.plan,
#js-flow header .g-nav > a.flow,
#js-option header .g-nav > a.option,
#js-gallery header .g-nav > a.gallery,
#js-tourdesk header .g-nav > a.tourdesk,
#js-faq header .g-nav > a.faq {
	color: #1eb1c5;
}

/* menuOpen */
.menuOpen header .g-nav-wp {
	top: 0;
}
.menuOpen header .bt-menu {
	background-image: url("../img/common/header/bt-menu-close.svg");
}

/* ======================================================
	footer
====================================================== */
footer {
	border-top: solid 1px #acacac;
	padding-top: 35px;
	text-align: center;
}
footer .bt-pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 48px;
	z-index: 6;
}
footer .bt-pagetop a
{	display: block;
}

/* --- */
footer .logo-wp
{	margin: 0 auto 15px;
}

footer .logo-wp .logo,
footer .logo-wp .social-links 
{	display: inline-block;
	vertical-align: middle;
}
footer .logo-wp .logo 
{	width: 50%;
	margin: 0;
	margin-right: 15px;
}
footer .logo-wp .logo a
{	display: block;
}

footer .social-links a 
{	width: 35px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
footer .social-links a.insta
{	width: 88px;
}
footer .social-links a:not(:last-child)
{	margin-right: 10px;
}

/* --- */
footer .menu {
	margin-bottom: 15px;
}
footer .menu > a {
	display: none !important;
}
footer .menu a {
	display: inline-block;
	margin: 5px 1em 5px 0;
	padding-left: 10px;
	background-image: url("../img/common/share/arrow_brown.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 5px auto;
}
footer .conversion {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	border-top: solid 1px #acacac;
	z-index: 5;
	/* ADD 180626 -> */
	font-size: 18px;
	/* ADD 180626 <- */
}
footer .conversion li {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
footer .conversion li a {
	display: table-cell;
	width: 50%;
	height: 48px;
	/* height: 4em; */
	vertical-align: middle;
	text-align: center;
	background-color: #ff7ba5;
	background-image: url("../img/common/share/arrow_circle_blue.svg");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 23px auto;
	color: #ffffff;
}
footer .conversion li a:hover {
	text-decoration: none;
}
footer .conversion li a span {
	padding-right: 1em;
}
footer .conversion li a:nth-child(2) {
	background-color: #1eb1c5;
	background-image: url("../img/common/share/arrow_circle_pink.svg");
}
footer .smt-tels {
	padding: 25px 15px;
	border-top: solid 1px #acacac;
	text-align: left;
}
footer .smt-tels span {
	font-size: 24px;
	/*font-size: 16px;*/
	font-weight: bold;
}
footer .smt-tels span em {
	font-size: 116%;
}
footer .copy {
	padding: 7px 0 75px;
	background-color: #acacac;
	color: #ffffff;
}
@media screen and (max-width: 449px) {
	footer .conversion {
		font-size: 6vw;
		/*font-size: 3.2vw;*/
	}
	footer .conversion li a {
		height: 48px;
	}
	footer .copy {
		font-size: 3vw;
	}
}
@media screen and (max-width: 320px) {
	footer .conversion {
		font-size: 6vw;
		/*font-size: 3vw;*/
	}
	footer .conversion li a {
		height: 40px;
	}
}
@media screen and (min-width: 800px) {
	footer {
		padding-top: 60px;
	}
	footer .bt-pagetop {
		right: 20px;
		bottom: 50px;
		width: 50px;
	}
	footer .logo-wp .logo {
		width: 256px;
	}
	footer .logo-wp .social-links a{
		width: 45px;
	}
	footer .social-links a.insta
	{	width: 112px;
	}
/* */
	footer .menu {
		max-width: 1200px;
		margin: 0 auto 20px;
		padding-top: 20px;
		border-top: solid 1px #acacac;
	}
	footer .menu > a {
		display: inline-block !important;
	}
	footer .menu a {
		display: inline-block;
		margin: 5px 1em 5px 0;
		padding-left: 10px;
		background-image: url("../img/common/share/arrow_brown.svg");
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 5px auto;
	}
	footer .conversion {
		position: static;
		width: 40%;
		max-width: 400px;
		margin: 0 auto;
		border-top: none;
		z-index: 5;
	}
	footer .conversion li {
		display: table;
		width: 100%;
		border-spacing: 30px;
		font-size: 1.75vw;
	}
	footer .conversion li a {
		height: 3em;
	}
	footer .conversion li a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		transition: opacity 0.2s ease-out;
		text-decoration: none;
	}
	footer .smt-tels {
		padding: 0 0 20px;
		border-top: none;
		text-align: center;
	}
	footer .smt-tels span {
		display: inline-block;
		margin-right: 2em;
		font-size: 17px;
		vertical-align: middle;
	}
	footer .copy {
		padding: 7px 0;
	}
}
@media screen and (min-width: 1200px) {
	footer .conversion li {
		font-size: 20px;
	}
}

#js-home footer {
	border-top: none;
}

#js-application footer .conversion {
	display: none;
}

#js-application footer .logo {
	margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
	#js-application footer .logo {
		margin-bottom: 30px;
	}
}

body.scroll footer .conversion li {
	width: 85%;
}
@media screen and (min-width: 800px) {
	body.scroll footer .conversion li {
		width: 100%;
	}
}

/* ----------------------------- */
#floating-tour-apply-btn
{	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	border-top: 1px solid #CCC;
	z-index: 5;
}
#floating-tour-apply-btn > div
{	background-color: #FFF;
	margin: 0;
	padding: 10px 70px 10px 10px;
	display: none;
}
#floating-tour-apply-btn a
{	font-size: 16px;
	line-height: 48px;
	padding: 0 10px;
}

body.scroll #floating-tour-apply-btn
{	transition: opacity 0.25s;
	opacity: 1;
}
body.scroll #floating-tour-apply-btn > div
{	display: block;
}

@media screen and (min-width: 800px) 
{	#floating-tour-apply-btn
	{	display: none;
	}
}

/* ======================================================
	Common
====================================================== */
.cf:after {
	content: "";
	display: block;
	clear: both;
}

a.op:hover,
button.op:hover,
a:hover img,
input.op:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: opacity 0.2s ease-out;
}

a img {
	backface-visibility: hidden;
}

header img,
footer img,
main img,
aside img {
	width: 100%;
}

img.auto {
	width: auto !important;
}

img.max {
	width: auto !important;
	max-width: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.bg-gray {
	background-color: #96918c;
}

.bg-pink {
	background-color: #ff7ba5;
}

.bg-beige {
	background-color: #fdf3e8;
}

.bg-diagonal {
	background-image: url("../img/common/share/bg_beige_diagonal.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 12px auto;
}

.bg-stripe {
	background-image: url("../img/common/share/bg_stripe-smt.png");
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100% auto;
}
@media screen and (min-width: 800px) {
	.bg-stripe {
		background-image: url("../img/common/share/bg_stripe-pc.png");
	}
}

.bg-wave {
	background-image: url("../img/common/share/bg_wave.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 110px auto;
}

.shadow {
	position: relative;
}

.shadow::after {
	position: absolute;
	bottom: -13px;
	left: 0px;
	content: '';
	width: 100%;
	height: 13px;
	background-image: url("../img/common/share/shadow-ct.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 13px;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.shadow::after {
		background-size: auto 15px;
	}
}
/* */
.b-bottom {
	border-bottom: solid 1px #c0ab92;
}

.textOutside {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#js-loading {
	background-image: url("../img/common/ajax-loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px auto;
}

.lazy,
.lazy-custom,
.loading {
	background-image: url("../img/common/ajax-loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 12px auto;
}

@media screen and (min-width: 800px) {
	.lazy,
	.lazy-custom,
	.loading {
		background-size: 18px auto;
	}
}
.googlemap {
	position: relative;
	width: 100%;
	margin: 0;
	height: 0;
	padding-top: 56.25%;
}
.googlemap a {
	display: block;
	height: 100%;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 800px) {
	.googlemap iframe {
		pointer-events: none;
	}
}
@media screen and (min-width: 800px) {
	.anchor {
		margin-top: -192px !important;
		padding-top: 192px !important;
	}
}
.dis {
	display: block;
}

.none {
	display: none;
}

.ib {
	display: inline-block;
}

.inline {
	display: inline;
}

.pc {
	display: none;
}

.pc-ib {
	display: none;
}

.pc-il {
	display: none;
}

.smt {
	display: block;
}

.smt-ib {
	display: inline-block;
}

.smt-il {
	display: inline;
}

@media screen and (min-width: 800px) {
	.pc {
		display: block;
	}

	.pc-ib {
		display: inline-block;
	}

	.pc-il {
		display: inline;
	}

	.smt {
		display: none;
	}

	.smt-ib {
		display: none;
	}

	.smt-il {
		display: none;
	}
}
.inlineBlockCenter {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.oh {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.main-ph {
	max-width: 900px;
	margin: 0 -1em 25px;
}
@media screen and (min-width: 800px) {
	.main-ph {
		margin: 0 auto 50px;
	}
}

img.i-fl {
	float: left;
	width: 40%;
	margin: 0 10px 10px 0;
}

img.i-fr {
	float: right;
	width: 40%;
	margin: 0 0 10px 10px;
}

img.i-fr.w400 {
	width: 50%;
}

img.i-fl-smtFull,
img.i-fr-smtFull {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

@media screen and (min-width: 800px) {
	img.i-fr.w200 {
		max-width: 200px;
	}

	img.i-fr.w400 {
		max-width: 400px;
	}

	img.i-fl-smtFull {
		float: left;
		width: 40%;
		margin: 0 20px 10px 0;
	}

	img.i-fr-smtFull {
		float: right;
		width: 40%;
		margin: 0 0 10px 20px;
	}
}
.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml10m {
	margin-left: -10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10m {
	margin-right: -10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

@media screen and (min-width: 800px) {
	.mt5 {
		margin-top: 10px !important;
	}

	.mt10 {
		margin-top: 20px !important;
	}

	.mt15 {
		margin-top: 30px !important;
	}

	.mt20 {
		margin-top: 40px !important;
	}

	.mb5 {
		margin-bottom: 10px !important;
	}

	.mb10 {
		margin-bottom: 20px !important;
	}

	.mb15 {
		margin-bottom: 30px !important;
	}

	.mb20 {
		margin-bottom: 40px !important;
	}

	.mb25 {
		margin-bottom: 50px !important;
	}

	.mb30 {
		margin-bottom: 60px !important;
	}

	.mb35 {
		margin-bottom: 75px !important;
	}

	.mb40 {
		margin-bottom: 80px !important;
	}

	.mb45 {
		margin-bottom: 90px !important;
	}

	.mb50 {
		margin-bottom: 100px !important;
	}

	.ml10 {
		margin-left: 20px !important;
	}

	.mr10 {
		margin-right: 20px !important;
	}
}
.p10 {
	padding: 10px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

@media screen and (min-width: 800px) {
	.pl10 {
		padding-left: 20px !important;
	}

	.pr10 {
		padding-right: 20px !important;
	}
}
/* ======================================================
	Block
====================================================== */
/* mainvisual */
.mainvisual {
	position: relative;
	max-width: 2000px;
	margin: 0 auto 4px;
	text-align: center;
}
.mainvisual::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url("../img/common/share/line_mainvisual-smt.svg");
	background-repeat: repeat-x;
	background-position: 50% 100%;
	background-size: auto 5px;
}
.mainvisual.mb {
	margin-bottom: 35px;
}

.mainvisual.new 
{	margin-bottom: 30px;
}

.mainvisual .title {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	font-size: 12px;
	color: #ffffff;
}
.mainvisual .title em {
	display: block;
	margin-top: 3px;
	font-size: 24px;
	line-height: 1.1;
}
.mainvisual .title::after {
	content: attr(data-label);
	display: block;
	margin-top: 3px;
	font-size: 24px;
	line-height: 1.1;
}

html[lang=en] .mainvisual .title {
	font-size: 24px;
}

html[lang=en] .mainvisual .title::after {
	content: none;
}


@media screen and (min-width: 800px) {
	.mainvisual {
		margin-bottom: 20px;
		margin-top: 182px;
	}
	.mainvisual::after {
		bottom: -9px;
		height: 10px;
		background-image: "../img/common/share/line_mainvisual-pc.svg";
		background-size: auto 10px;
	}
	.mainvisual.mb {
		margin-bottom: 20px;
	}
	
	.mainvisual.new {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.mainvisual .title {
		font-size: 13px;
	}
	.mainvisual .title em {
		font-size: 50px;
	}
	.mainvisual .title::after {
		font-size: 50px;
	}
	
	html[lang=en] .mainvisual .title {
		font-size: 50px;
	}
}



/* category-menu */
.category-menu-wp {
	margin: 0 0 35px;
	background-color: #eee8e2;
	box-sizing: border-box;
}
.category-menu-wp a {
	display: block;
	padding: 15px 10px;
}
.category-menu-wp a:hover {
	text-decoration: none;
}
.category-menu-wp .title a {
	position: relative;
	background-image: url("../img/common/share/arrow_brown_right.svg");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 25px auto;
	border-bottom: none;
}
.category-menu-wp .title a.open {
	background-image: url("../img/common/share/arrow_brown_down.svg");
}
.category-menu-wp > div {
	display: none;
	letter-spacing: -.4em;
}
.category-menu-wp > div a {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 100%;
	padding-left: 2em;
}
.category-menu-wp > div a.selected {
	background-color: #1eb1c5;
	color: #ffffff;
}

/* breadcrumb */
@media screen and (min-width: 800px) {
	.breadcrumb {
		max-width: 1100px;
		width: 96%;
		margin: 0 auto 65px;
	}
	.breadcrumb li {
		display: inline-block;
		font-size: 12px;
	}
	.breadcrumb li strong {
		font-weight: normal;
	}
	.breadcrumb li a {
		color: #1eb1c5;
		text-decoration: none;
	}
	.breadcrumb li a:hover {
		text-decoration: underline;
	}
	.breadcrumb li:not(:first-child):before {
		content: ">";
		margin: 0 5px 0 7px;
	}
}

/* ======================================================
	Title
====================================================== */
.h-title {
	position: relative;
	margin-bottom: 10px;
	padding-top: 30px;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}
.h-title::after {
	display: block;
	content: attr(data-label);
	margin-top: 3px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

html[lang=en] .h-title 
{	font-size: 24px;
	font-weight: bold;
}
html[lang=en] .h-title::after
{	content: none;
}

@media screen and (max-width: 449px) {
	.h-title::after {
		font-size: 7vw;
	}
}
@media screen and (min-width: 800px) {
	.h-title {
		margin-bottom: 20px;
		padding-top: 50px;
		font-size: 13px;
	}
	.h-title::after {
		margin-top: 5px;
		font-size: 50px;
	}
	html[lang=en] .h-title 
	{	font-size: 44px;
	}
}

.h-title.white {
	color: #ffffff;
}

.white-text
{	color: #FFF !important;
}

.title-wp {
	position: relative;
}
.title-wp .more {
	position: absolute;
	bottom: 15px;
	right: 0;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: solid 1px #777069;
}
.title-wp .more:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: opacity 0.2s ease-out;
	text-decoration: none;
}
.title-wp .more::after {
	content: ">>";
	margin-left: 5px;
}
@media screen and (min-width: 800px) {
	.title-wp {
		max-width: 940px;
		margin: 0 auto;
	}
}

/* */
.h-title-l {
	margin-bottom: 15px;
	font-size: 17px;
	text-align: center;
}
@media screen and (min-width: 800px) {
	.h-title-l {
		font-size: 28px;
	}
}

.h-title-l.border {
	padding-bottom: 5px;
	border-bottom: solid 1px #736357;
}

/* */
.h-title-m {
	margin-bottom: 12px;
	font-size: 15px;
	text-align: center;
}
@media screen and (min-width: 800px) {
	.h-title-m {
		font-size: 20px;
	}
}

/* */
.h-title-s {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
@media screen and (min-width: 800px) {
	.h-title-s {
		font-size: 18px;
	}
}

/* */
.h-title-bg {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #f0ebe5;
	font-size: 15px;
	color: #736357;
}
@media screen and (min-width: 800px) {
	.h-title-bg {
		margin-bottom: 30px;
		padding: 15px 20px 10px;
		font-size: 24px;
	}
}

/* ======================================================
	Common
====================================================== */
/* 文字 */
.jp {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

.en {
	font-family: "Century Gothic";
}

.mc {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
}

/* */
.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}

/* */
.fs-large {
	font-size: 124%;
}

small {
	font-size: 70%;
}

/* */
.c-red {
	color: #c0272d !important;
}

.c-blue {
	color: #1eb1c5 !important;
}

.c-white {
	color: #ffffff !important;
}

/* */
.tl, td.tl, .tl th, .tl td {
	text-align: left !important;
}

.tr, td.tr, .tr th, .tr td {
	text-align: right !important;
}

.tc, td.tc, .tc th, .tc td {
	text-align: center !important;
}

.vt, td.vt, .vt th, .vt td {
	vertical-align: top !important;
}

.vc, td.vc, .vc th, .vc td {
	vertical-align: middle !important;
}

.vb, td.vb, .vb th, .vb td {
	vertical-align: bottom !important;
}

/* */
.indent,
.indent-li li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.indentEm1h,
.indentEm1h-li li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.indentEm2,
.indentEm2-li li {
	margin-bottom: 5px;
	padding-left: 2em;
	text-indent: -2em;
}

li.no-indent {
	padding-left: 0 !important;
	text-indent: 0 !important;
}

.indent-li.before_square li::before {
	content: "■";
	color: #1eb1c5;
	display: inline-block;
	text-indent: 0;
	min-width: 1em;
}

/* */
.h-lead {
	margin-bottom: 15px;
	font-size: 17px;
}
@media screen and (max-width: 449px) {
	.h-lead {
		font-size: 4.3vw;
	}
}
@media screen and (min-width: 800px) {
	.h-lead {
		margin-bottom: 40px;
		font-size: 30px;
	}
}

/* */
.lead {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 800px) {
	.lead {
		margin-bottom: 40px;
		font-size: 16px;
		text-align: center;
	}
}

@media screen and (min-width: 800px) {
	.lead.mg50 {
		margin-left: 50px;
		margin-right: 50px;
	}
}

/* */
.txt-wp {
	overflow: hidden;
	margin-bottom: 25px;
}
.txt-wp p {
	line-height: 1.8;
}
.txt-wp p:not(:last-child) {
	margin-bottom: 1em;
}
@media screen and (min-width: 800px) {
	.txt-wp {
		margin-bottom: 50px;
	}
	.txt-wp p {
		font-size: 14px;
	}
	.txt-wp p:not(:last-child) {
		margin-bottom: 1.5em;
	}
}

/* */
.box-wp {
	padding: 25px 20px 15px;
	background-color: #1eb1c5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #ffffff;
}
.box-wp > p {
	line-height: 1.7;
}
.box-wp > p:not(:last-child) {
	margin-bottom: 1em;
}
@media screen and (min-width: 800px) {
	.box-wp {
		padding: 50px 40px 40px;
	}
}

/* */
.nav-txt {
	margin: 0 0 30px;
	padding: 15px;
	background-color: #eee8e2;
}
.nav-txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.nav-txt li::before {
	content: "●";
	color: #736357;
}
.nav-txt li.none::before {
	content: "";
}
.nav-txt li:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
	.nav-txt {
		margin: 0 auto 60px;
		padding: 25px 45px 15px;
		letter-spacing: -.4em;
	}
	.nav-txt li {
		display: inline-block;
		letter-spacing: normal;
		box-sizing: border-box;
		width: 48%;
		margin: 0 1% 10px;
		vertical-align: top;
	}
}

/* */
.caution-box {
	margin: 0 auto 25px;
	padding: 15px;
	background-color: #eee8e2;
}
.caution-box > div {
	padding-left: 43px;
	background-image: url("../img/common/share/caution.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 33px auto;
}
@media screen and (min-width: 800px) {
	.caution-box {
		margin-bottom: 50px;
		padding: 20px;
	}
	.caution-box > div {
		padding: 7px 0 13px 81px;
		background-size: 66px auto;
		font-size: 14px;
		line-height: 1.8;
	}
}

.caution-box.icon-top > div {
	padding-left: 0;
	padding-top: 81px;
	background-position: 50% 0;
	background-size: 66px auto;
}
@media screen and (min-width: 800px) {
	.caution-box.icon-top > div {
		padding: 81px 0 13px;
	}
}

.caution-box.triangle > div {
	background-image: url("../img/common/share/caution_triangle.svg");
}

.caution-box.square > div {
	background-image: url("../img/common/share/caution_square.svg");
}

/* */
.caution-txt {
	font-size: 11px;
}
@media screen and (min-width: 800px) {
	.caution-txt {
		font-size: 13px;
	}
}

/* 	Button */
span.bt,
a.bt,
button.bt,
input.bt {
	position: relative;
	width: 47.5%;
	margin: 0 1%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #1eb1c5;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	letter-spacing: normal;
	vertical-align: top;
	border: solid 1px #1eb1c5;
}
span.bt:hover,
a.bt:hover,
button.bt:hover,
input.bt:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: opacity 0.3s ease-out;
}

span.bt.smaller,
a.bt.smaller,
button.bt.smaller,
input.bt.smaller {
	padding: 8px 0;
}

span.bt span,
a.bt span,
button.bt span,
input.bt span {
	display: block;
	line-height: 1.3;
}

span.bt::after,
a.bt::after,
button.bt::after,
input.bt::after {
	content: ">>";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	right: 15px;
	font-size: 70%;
	letter-spacing: -.3em;
}

span.bt.full,
a.bt.full,
button.bt.full,
input.bt.full {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

span.bt.white,
a.bt.white,
button.bt.white,
input.bt.white {
	background-color: #ffffff;
	border: solid 1px #96918c;
	color: #96918c;
}

span.bt.gray,
a.bt.gray,
button.bt.gray,
input.bt.gray {
	background-color: #96918c;
	color: #ffffff;
	border-width: 0;
}

span.bt.pink,
a.bt.pink,
button.bt.pink,
input.bt.pink {
	background-color: #ff7ba5;
	color: #ffffff;
	border-width: 0;
}

span.bt.yellow,
a.bt.yellow,
button.bt.yellow,
input.bt.yellow {
	background-color: #ffbe1e;
	color: #ffffff;
	border-width: 0;
}

@media screen and (max-width: 449px) {
	span.bt,
	a.bt,
	button.bt,
	input.bt {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 800px) {
	span.bt,
	a.bt,
	button.bt,
	input.bt {
		padding: 12px 0;
		max-width: 366px;
		font-size: 18px;
	}
	span.bt.smaller,
	a.bt.smaller,
	button.bt.smaller,
	input.bt.smaller {
		padding: 8px 0;
		font-size: 13px;
	}

	span.bt.full,
	a.bt.full,
	button.bt.full,
	input.bt.full {
		max-width: 520px;
	}
}
.btn-wp {
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: -.4em;
}

@media screen and (min-width: 800px) {
	.btn-wp {
		margin-bottom: 30px;
	}
}
/* table */
.table-layout-wp {
	margin-bottom: 30px;
}
.table-layout-wp dt,
.table-layout-wp dd {
	padding: 5px 10px;
}
.table-layout-wp dt {
	background-color: #c6c0bb;
	color: #ffffff;
}
.table-layout-wp dt small {
	display: inline-block;
}
.table-layout-wp dd {
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.7;
}
.table-layout-wp dd .modal {
	display: inline-block;
	padding: 1px 1.75em 1px 3px;
	background-image: url("../img/common/share/icon-blank.svg");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 12px auto;
	background-color: #f6f6f6;
	border: solid 1px #736357;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 11px;
	color: #736357;
	text-align: left;
	vertical-align: middle;
}
.table-layout-wp dd .modal:hover {
	background-color: #ffffff;
	text-decoration: none;
}
.table-layout-wp dd.calendar > img {
	width: 30px;
	margin: 0 2px 0 7px;
	vertical-align: middle;
}
.table-layout-wp dd.spot ul {
	letter-spacing: -.4em;
}
.table-layout-wp dd.spot ul li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 100%;
}
.table-layout-wp dd.spot table {
	width: 100%;
}
.table-layout-wp dd.spot table td:nth-child(3) {
	text-align: right;
}
.table-layout-wp dd.people .children {
	padding-left: 1em;
}
.table-layout-wp dd.option .ph {
	width: 55%;
	margin: 0 auto 10px;
}
.table-layout-wp dd.option table {
	width: 100%;
}
.table-layout-wp dd.option td {
	padding: 3px 0;
}
.table-layout-wp dd.option td:nth-child(1) small {
	display: inline-block;
}
.table-layout-wp dd.option td:nth-child(2) {
	width: 27.5%;
	text-align: right;
}
.table-layout-wp dd.option td:nth-child(3) {
	width: 17.5%;
	text-align: right;
}
.table-layout-wp .custom dd li {
	position: relative;
	padding-right: 7em;
}
.table-layout-wp .custom dd li em {
	position: absolute;
	top: 0;
	right: 0;
}
.table-layout-wp .custom dd .bt {
	width: 100%;
	margin: 10px 0 5px;
	color: #ffffff;
}
@media screen and (min-width: 800px) {
	.table-layout-wp {
		width: 100%;
		margin-bottom: 60px;
	}
	.table-layout-wp dl:not(:last-child) {
		border-bottom: dashed 1px #736357;
	}
	.table-layout-wp dt,
	.table-layout-wp dd {
		display: table-cell;
		padding: 20px 15px;
		vertical-align: middle;
		box-sizing: border-box;
		font-size: 15px;
	}
	.table-layout-wp dt {
		width: 15%;
		text-align: center;
	}
	.table-layout-wp dd {
		width: 85em;
	}
	.table-layout-wp dd.spot ul li {
		width: 37%;
		margin-right: 3%;
	}
	.table-layout-wp dd.people .children {
		display: inline-block;
		vertical-align: top;
	}
	.table-layout-wp dd.option .ph {
		float: left;
		width: 24%;
		margin: 0 4% 0 0;
	}
	.table-layout-wp dd.option table {
		width: 72%;
	}
	.table-layout-wp dd.option td {
		padding: 3px 0;
	}
	.table-layout-wp dd.option td:nth-child(1) small {
		display: inline-block;
	}
	.table-layout-wp dd.option td:nth-child(2) {
		width: 35%;
		text-align: right;
	}
	.table-layout-wp dd.option td:nth-child(3) {
		width: 15%;
		text-align: center;
	}
}

form .table-layout-wp dt {
	padding: 10px;
	background-color: #def3f7;
	border-top: solid 1px #928075;
	color: #736357;
}
form .table-layout-wp dt::after 
{	display: inline-block;
	content: "必須";
	margin: 0 0 0 5px;
	padding: 2px 5px 1px;
	background-color: #ec1c24;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #ffffff;
	font-size: 80%;
	font-weight: normal;
	vertical-align: middle;
}
html[lang=en] form .table-layout-wp dt::after 
{	content: "Req";
}

form .table-layout-wp dt.any::after {
	content: none !important;
}
form .table-layout-wp dd a {
	color: #1eb1c5;
}
@media screen and (min-width: 800px) {
	form .table-layout-wp dl:not(:last-child) {
		border-bottom: solid 1px #928075;
	}
	form .table-layout-wp dl:first-child {
		border-top: solid 1px #928075;
	}
	form .table-layout-wp dl:first-child.bordertop_none {
		border-top: none;
	}
	form .table-layout-wp dl:last-child {
		border-bottom: solid 1px #928075;
	}
	form .table-layout-wp dt {
		width: 25%;
		max-width: 275px;
		border-top: none;
		text-align: left;
	}
}

.table-wp {
	margin-bottom: 30px;
}
.table-wp table {
	width: 100% !important;
}
.table-wp table tr:not(:last-child) {
	border-bottom: dashed 1px #736357;
}
.table-wp table th,
.table-wp table td {
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.table-wp table th {
	width: 30%;
	background-color: #c6c0bb;
	color: #ffffff;
}
@media screen and (min-width: 800px) {
	.table-wp table {
		margin-bottom: 60px;
	}
	.table-wp table td,
	.table-wp table th {
		padding: 20px 15px;
		font-size: 16px;
	}
}

/* pagination */
.pagination {
	position: relative;
	width: 100%;
	min-height: 38px;
	margin-bottom: 30px;
	text-align: center;
}
.pagination .number {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 60%;
	margin: 0 auto;
	letter-spacing: -.4em;
}
.pagination .number a {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 2.5em;
	margin: 0 3px 6px;
	padding: 8px 0;
	background-color: #96918c;
	color: #ffffff;
	text-align: center;
}
.pagination .number a:hover {
	background-color: #1eb1c5;
	text-decoration: none;
}
.pagination .number a.active {
	background-color: #1eb1c5;
}
.pagination .prev,
.pagination .next {
	width: 18%;
}
.pagination .prev a,
.pagination .next a {
	display: block;
	padding: 8px 0;
}
.pagination .prev {
	float: left;
	text-align: left;
}
.pagination .next {
	float: right;
	text-align: right;
}
@media screen and (min-width: 800px) {
	.pagination {
		max-width: 700px;
		min-height: 42px;
		margin: 0 auto 35px;
	}
	.pagination .number a {
		margin: 0 5px 10px;
	}
}

.post-detail-wp .pagination .prev,
.post-detail-wp .pagination .next {
	position: relative;
	margin: 0;
}
.post-detail-wp .pagination .prev::after,
.post-detail-wp .pagination .next::before {
	position: absolute;
	letter-spacing: normal;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.post-detail-wp .pagination .prev::after {
	content: "PREV";
	right: -5px;
}
.post-detail-wp .pagination .next::before {
	content: "NEXT";
	left: -5px;
}

/* ======================================================
/	お問い合わせ
/====================================================== */
input,
select,
textarea {
	margin: 5px 0;
	padding: 10px;
	border: solid 1px #736357;
	box-sizing: border-box;
	font-family: inherit;
}

select {
	background-color: #ffffff;
}

input[type=radio] {
	margin-right: 5px;
}

textarea {
	width: 100%;
	max-width: 580px;
	min-height: 100px;
	resize: vertical;
}

input.long, select.long {
	width: 100%;
}

.address input.long {
	width: 70%;
}

input.middle {
	width: 50%;
}

input.short {
	width: 20%;
}

input.sunrise {
	width: 30%;
}

.names input {
	width: 90%;
}

.tels input {
	width: 25%;
}

@media screen and (min-width: 800px) {
	.names input {
		width: 30%;
		max-width: 300px;
	}

	input.long, select.long {
		max-width: 580px;
	}

	input.middle {
		max-width: 300px;
	}

	input.short {
		max-width: 105px;
	}

	input.sunrise {
		max-width: 250px;
	}

	.tels input {
		max-width: 120px;
	}
}
.names em,
.people em {
	display: inline-block;
	padding-right: 5px;
}

.names em {
	width: 2em;
}

.people em {
	width: 3em;
}

.people .children em {
	width: 9em;
}

/* */
::-webkit-input-placeholder {
	color: #cccccc;
}

::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #cccccc;
}

/* */
.error {
	display: block;
	color: #c0272d;
}

/* */
.required {
	display: inline-block;
	margin: 2px 5px 2px 0;
	padding: 1px 7px;
	background-color: #ff7ba5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 92%;
	color: #ffffff;
}

/* */
.step-wp {
	width: 99%;
	margin: 0 auto 30px;
	letter-spacing: -.4em;
	text-align: center;
}
.step-wp li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 27%;
	margin: 0 3%;
	padding: 10px 0 7px;
	background-color: #c8c8c8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #ffffff;
	line-height: 1.2em;
	vertical-align: top;
}
.step-wp li::before {
	content: attr(data-num);
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto 5px;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 15px;
	color: #1eb1c5;
	line-height: 1.7;
}
.step-wp li span {
	display: block;
	margin: 10px 0 5px;
}
.step-wp li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	right: -10px;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid #c8c8c8;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
.step-wp li.selected {
	background-color: #ff7ba5;
}
.step-wp li.selected::after {
	border-left: 15px solid #ff7ba5;
}
@media screen and (min-width: 800px) {
	.step-wp {
		margin-bottom: 60px;
	}
	.step-wp li {
		width: 29%;
		margin: 0 2%;
		padding: 10px 15px;
		text-align: left;
		vertical-align: middle;
		font-size: 1.5vw;
	}
	.step-wp li::before {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		margin: 0 10px 0 0;
		font-size: 36px;
		font-weight: normal;
		text-align: center;
		line-height: 1.6;
		vertical-align: middle;
	}
	.step-wp li span {
		display: inline-block;
	}
	.step-wp li:not(:last-child)::after {
		right: -20px;
		border-left: 20px solid #c8c8c8;
	}
	.step-wp li.selected::after {
		border-left: 20px solid #ff7ba5;
	}
}
@media screen and (min-width: 1000px) {
	.step-wp li {
		font-size: 18px;
	}
}

/* ----------------------------------------- */
.select-spotarea-wp 
{	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 15px 10px 15px 10px;
	background-color: #1eb1c5;
	color: #ffffff;
	z-index: 7;
}
.select-spotarea-wp.new
{	top: 60px;
}

body.scroll .select-spotarea-wp 
{	display: block;
}

.select-spotarea-wp dt 
{	margin-bottom: 3px;
}
.select-spotarea-wp dd 
{	font-size: 92%;
}
@media screen and (min-width: 800px) 
{
	.select-spotarea-wp 
	{	top: 176px;
		padding: 15px 0;
	}
	.select-spotarea-wp.new
	{	top: 60px;
	}
	.select-spotarea-wp dl 
	{	max-width: 1000px;
		margin: 0 auto;
	}
}

/* ----------------------------------------- */
.cart-wp 
{	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px 5px 10px;
	background-color: #1eb1c5;
	color: #ffffff;
	z-index: 7;
}
.cart-wp li 
{	font-size: 92%;
}
.cart-wp li small 
{	display: inline-block;
}
.cart-wp li.total 
{	font-size: 124%;
	color: #ffff1e;
}
@media screen and (min-width: 800px) 
{	.cart-wp 
	{	top: 60pxpx;
		padding: 18px 0 4px;
		z-index: 1000;
	}
	.cart-wp ul 
	{	max-width: 1000px;
		margin: 0 auto;
	}
	.cart-wp li 
	{	margin-bottom: 4px;
		font-size: 13px;
	}
}

body.scroll .cart-wp 
{	display: block;
}

/* ======================================================
/	オプション　モーダル
/====================================================== */
.modal-wp.dis {
	display: block;
}

.modal-wp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1001;
}
.modal-wp .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
.modal-wp .box {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	left: 0;
	right: 0;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	z-index: 110;
}
.modal-wp .box a.close {
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 10px;
	color: #ffffff;
}
.modal-wp .box a.close:hover {
	text-decoration: none;
}
.modal-wp .title-wp {
	padding: 15px 5em 15px 15px;
	background-color: #ffbe1e;
	color: #ffffff;
}
.modal-wp .title-wp h3 {
	display: inline-block;
	font-weight: normal;
	line-height: 1.3;
}
.modal-wp .title-wp p {
	display: inline-block;
}
.modal-wp .slider-wp {
	padding: 15px;
	background-color: #ffffff;
}
.modal-wp .slider-wp h4 {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: solid 1px #cccccc;
}
.modal-wp .slider-wp > p {
	overflow-y: auto;
	height: 160px;
	line-height: 1.3;
}
.modal-wp .slider-wp .slider {
	width: 80%;
	margin: 0 auto 10px;
}
.modal-wp .slider-wp .slider img {
	width: 100%;
}
.modal-wp .slider-wp .slider::after {
	content: attr(data-label);
	margin-top: 2px;
	font-size: 11px;
}
.modal-wp .slider-wp .slider.slick-dotted {
	margin-bottom: 30px;
}
.modal-wp .slider-wp .slick-slide {
	text-align: center;
}
@media screen and (max-width: 449px) {
	.modal-wp .title-wp {
		font-size: 3.2vw;
	}
}
@media screen and (max-width: 320px) {
	.modal-wp .title-wp {
		font-size: 3vw;
	}
}
@media screen and (min-width: 600px) {
	.modal-wp .slider-wp {
		overflow: hidden;
		padding: 30px;
	}
	.modal-wp .slider-wp .slider {
		float: left;
		width: 48%;
		margin: 0 2% 0 0;
	}
	.modal-wp .slider-wp > p {
		height: 200px;
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 800px) {
	.modal-wp .box a.close {
		top: 20px;
		right: 20px;
		font-size: 20px;
	}
	.modal-wp .box a.close:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		transition: opacity 0.2s ease-out;
	}
	.modal-wp .title-wp {
		padding: 20px 35% 15px 30px;
		font-size: 24px;
	}
	.modal-wp .title-wp p {
		font-size: 80%;
	}
	.modal-wp .slider-wp > p {
		overflow: hidden;
		height: auto;
		line-height: 1.5;
	}
}

/* ======================================================
	Top
====================================================== */
/* visual */
.sc-visual 
{	position: relative;
	margin: 0 auto 20px;
	padding-top: 20px;
}
.sc-visual .title 
{	background-color: rgba(255,128,160,0.3);
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 10px #000000, 0 0 10px #000000, 0 0 10px #000000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin-bottom: 3%;
	padding: 10px;
}

/* */
.sc-visual .slide 
{	position: absolute;
	top: 0;
	right: 5%;
	width: 45%;
	border: solid 3px #777069;
	margin-top: 5%;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-box-shadow: 5px 5px 0 rgba(115, 99, 87, 0.5);
	box-shadow: 5px 5px 0 rgba(115, 99, 87, 0.5);
}
.sc-visual .slide .ph 
{	overflow: hidden;
}
.sc-visual .slide .ph img 
{	margin: 0 auto;
	display: block;
	width: 100%;
}


@media screen and (min-width: 400px) 
{	.sc-visual .title 
	{	font-size: 24px;
	}
}

@media screen and (min-width: 480px) 
{	.sc-visual .title 
	{	font-size: 32px;
		margin-bottom: 5%;
	}
}

@media screen and (min-width: 800px) 
{	.sc-visual 
	{	max-width: 1600px;
		margin: 0 auto 40px;
		padding-top: 20px;
	}
	.sc-visual .title 
	{	background-color: transparent;
		font-size: 33px;
		text-align: left;
		bottom: auto;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		max-width: 1200px;
		margin: 0 auto;
	}
	.sc-visual .slide 
	{	top: auto;
		bottom: 0;
		right: 12%;
		width: 24.75%;
		max-width: 396px;
		border: solid 3px #777069;
	}
}

@media screen and (min-width: 1024px) 
{	.sc-visual .title 
	{	font-size: 36px;
	}
}

@media screen and (min-width: 1200px) 
{	.sc-visual .title 
	{	font-size: 40px;
	}
}

/* ======================================================
	Top
====================================================== */
/* about */
.sc-about .title {
	width: 62%;
	margin: 0 auto 15px;
}
.sc-about .txt {
	margin-bottom: 15px;
	text-align: center;
}
.sc-about .catch {
	margin-bottom: 15px;
	font-size: 19px;
	text-align: center;
}
.sc-about .plan-box {
	margin-bottom: 25px;
}
.sc-about .plan-box > div {
	padding: 10px;
	background-color: #1eb1c5;
}
.sc-about .plan-box > div a {
	position: relative;
	display: block;
	padding-bottom: 2em;
	background-image: url("../img/top/about-basic.svg");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 97px auto;
	color: #ffffff;
	box-sizing: border-box;
}
.sc-about .plan-box > div a::after {
	background-color: rgba(255,255,255,0.25);
	content: "MORE\0bb";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 7em;
	padding: 2px 0 2px 1em;
	border: solid 1px #ffffff;
	letter-spacing: 0.5em;
	text-align: center;
}
.sc-about .plan-box > div a:hover {
	text-decoration: none;
}
.sc-about .plan-box > div .p-title {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ffffff;
}
.sc-about .plan-box > div .p-title em {
	font-size: 20px;
	/* ADD 180626 -> */
	font-weight: bold;
	/* ADD 180626 <- */
}

.sc-about .plan-box > div .p-price {
	background-color: #FFF;
	text-align: center;
	color: #444;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 0 auto 10px;
	font-weight: bold;
}


/* --- */
.sc-about .plan-box > div.custom {
	background-color: #ffbe1e;
}
.sc-about .plan-box > div.custom a {
	background-image: url("../img/top/about-custom.svg");
	background-size: 129px auto;
}

.sc-about .plan-box > div.order {
	background-color: #ff7ba5;
}
.sc-about .plan-box > div.order a {
	background-image: url("../img/top/about-order.svg");
	background-size: 103px auto;
}

@media screen and (min-width: 800px) {
	.sc-about {
		margin-bottom: 60px;
		padding-bottom: 60px;
		background-image: url("../img/top/bg-line.svg");
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-size: 1200px 24px;
	}
	.sc-about.no-bg
	{	padding-bottom: 0;
		background-image: none;
	}
	|
	
	.sc-about .title {
		max-width: 489px;
		margin-bottom: 20px;
	}
	.sc-about .txt {
		margin-bottom: 20px;
	}
	.sc-about .catch {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.sc-about .plan-box {
		margin-bottom: 25px;
		text-align: center;
		position: relative;
		display: block;
		display: flex;
	}
	.sc-about .plan-box > div 
	{	display: inline-block;
		box-sizing: border-box;
		width: 33.33%;
		width: calc(100%/3);
		padding: 0;
		background-color: #1eb1c5;
		vertical-align: top;
	}
	.sc-about .plan-box > div:nth-child(2n):nth-last-child(2n+1),
	.sc-about .plan-box > div:nth-child(2n+1):nth-last-child(2n)
	{	width: 50%;
	}
	
	.sc-about .plan-box > div a {
		padding: 70px 20px 70px;
		background-position: 50% 20px !important;
		background-size: 194px auto;
		height: 100%;
	}
	.sc-about .plan-box > div a::after {
		bottom: 20px;
		right: 20px;
	}
	.sc-about .plan-box > div a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		transition: opacity 0.2s ease-out;
	}
	.sc-about .plan-box > div .p-title {
		margin-bottom: 10px;
		padding-bottom: 3px;
		border-bottom: solid 1px #ffffff;
		line-height: 1;
	}
	.sc-about .plan-box > div .p-title em {
		display: block;
		margin: 15px 0 5px;
		font-size: 3.9vw;
		font-weight: bold;
	}
	.sc-about .plan-box > div p {
		text-align: left;
		line-height: 1.6;
	}
	
	.sc-about .plan-box > div.custom a 
	{	background-size: 258px auto;
	}
	.sc-about .plan-box > div.order a 
	{	background-size: 206px auto;
	}
	
	
	.sc-about .plan-box > div .p-title .ib
	{	display: block;
	}
	
}
@media screen and (min-width: 1200px) {
	.sc-about .plan-box > div .p-title em {
		font-size: 46px;
	}
}

/* reason */
.sc-reason .title {
	width: 95%;
	margin: 0 auto 15px;
}
.sc-reason > div {
	margin: 0 auto 20px;
}
@media screen and (min-width: 800px) {
	.sc-reason .title {
		max-width: 597px;
		margin: 0 auto 15px;
	}
	.sc-reason > div {
		max-width: 1173px;
		width: 90%;
		margin-bottom: 60px;
	}
}

/* gallery */
.sc-gallery {
	padding-bottom: 30px;
}
.sc-gallery .post {
	margin: 0 10px 30px;
	border: solid 2px #ffffff;
	box-shadow: 5px 5px 0 rgba(115, 99, 87, 0.5);
	-moz-box-shadow: 5px 5px 0 rgba(115, 99, 87, 0.5);
	-webkit-box-shadow: 5px 5px 0 rgba(115, 99, 87, 0.5);
}
.sc-gallery .post a {
	position: relative;
	display: block;
}
.sc-gallery .post a:after {
	content: attr(data-label);
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	width: 86%;
	margin: 0 auto;
	padding: 10px 0 8px;
	background-color: #ffffff;
	box-shadow: 0 5px 0 rgba(115, 99, 87, 0.5);
	-moz-box-shadow: 0 5px 0 rgba(115, 99, 87, 0.5);
	-webkit-box-shadow: 0 5px 0 rgba(115, 99, 87, 0.5);
	text-align: center;
	z-index: 1;
}
.sc-gallery .post a > p {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66%;
	overflow: hidden;
}
.sc-gallery .post a > p img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* plan */
.sc-plan {
	padding-bottom: 10px;
	background-image: url("../img/top/bg-line.svg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: auto 12.5px;
}
.sc-plan a:hover {
	text-decoration: none;
}
.sc-plan .post {
	margin-bottom: 20px;
	padding: 10px 10px 25px;
}
.sc-plan .post a
{	display: block;
}
.sc-plan .post a:active
{	background-color: #CEF;
}

.sc-plan .post .bt {
	width: 100%;
	margin: 0;
}
.sc-plan .post:not(:last-child) {
	border-bottom: dashed 1px #777069;
}
.sc-plan .title {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #c0ab92;
	font-size: 17px;
	text-align: center;
}
/* ADD 180626 -> */
.title .title__name {
	font-weight: bold;
}
/* ADD 180626 <- */
.sc-plan .title:before {
	display: block;
	content: attr(data-label);
	font-size: 10px;
	color: #ff7ba5;
}
.sc-plan .route {
	margin-bottom: 10px;
	text-align: center;
}
.sc-plan .route li {
	display: inline-block;
	color: #1eb1c5;
}
.sc-plan .route li:not(:last-child)::after {
	content: "→";
	margin: 0 3px;
	color: #c0ab92;
}
.sc-plan .item {
	width: 90%;
	margin: 0 auto 10px;
}
.sc-plan .item li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 108%;
}
.sc-plan .item li small {
	padding-left: 0;
	text-indent: 0;
}
.sc-plan .item li::before {
	content: "\025cf";
	color: #1eb1c5;
}
@media screen and (max-width: 449px) {
	.sc-plan .title {
		font-size: 4.5vw;
	}
}
@media screen and (min-width: 800px) {
	.sc-plan {
		padding-bottom: 80px;
		background-size: 1200px 24px;
	}
	.sc-plan .plan-wp {
		letter-spacing: -.4em;
		text-align: center;
	}
	.sc-plan .post {
		display: inline-block;
		letter-spacing: normal;
		box-sizing: border-box;
		vertical-align: top;
		width: 33.33%;
		width: calc(100% / 3);
		margin: 0 0 20px;
		padding: 0 2%;
	}
	
	.sc-plan .post .ph {
		max-width: 335px;
		margin: 0 auto;
	}
	.sc-plan .post .bt {
		max-width: 200px;
	}
	.sc-plan .post small {
		display: inline-block;
	}
	.sc-plan .post:nth-child(2) {
		border-left: dashed 1px #777069;
		border-right: dashed 1px #777069;
	}
	.sc-plan .post:not(:last-child) {
		border-bottom: none;
	}
	.sc-plan .post.full {
		position: relative;
		width: 100%;
		margin-top: 30px;
		padding: 4em 2% 1em;
		border-top: dashed 1px #777069;
	}
	.sc-plan .post.full .ph {
		float: right;
		width: 56%;
		max-width: 671px;
	}
	.sc-plan .post.full .title,
	.sc-plan .post.full .route,
	.sc-plan .post.full .item {
		max-width: 500px;
		width: 40%;
		text-align: left;
	}
	.sc-plan .post.full .title {
		padding-top: 1em;
	}
	.sc-plan .post.full .item {
		margin: 0 0 10px;
	}
	.sc-plan .post.full .tc {
		text-align: left !important;
	}
	.sc-plan .post.full .bt {
		margin: 0;
	}
	.sc-plan .title {
		font-size: 1.5vw;
	}
	.sc-plan .route,
	.sc-plan .item {
		text-align: left;
	}
}
@media screen and (min-width: 1200px) {
	.sc-plan .title {
		font-size: 18px;
	}
	.sc-plan .post:last-child::after {
		top: 100%;
		transform: translate(0, -100%);
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
	}
}

/* option */
.sc-option {
	padding-bottom: 30px;
}
.sc-option a:hover {
	text-decoration: none;
}
.sc-option ul {
	letter-spacing: -.4em;
}
.sc-option ul li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 46%;
	margin: 0 2% 10px;
}
.sc-option ul li img {
	box-sizing: border-box;
	border: solid 1px #777069;
}
.sc-option .title {
	position: relative;
	width: 94%;
	margin: -10px auto 0;
	padding: 10px 0;
	background-color: #ffffff;
	border: solid 1px #777069;
	text-align: center;
	z-index: 1;
	/* ADD 180626 -> */
	font-weight: bold;
	/* ADD 180626 <- */
}
.sc-option .title:before {
	content: attr(data-label);
	display: block;
	font-size: 10px;
	/* ADD 180626 -> */
	font-weight: normal;
	/* ADD 180626 <- */
}
.sc-option .comingsoon {
	line-height: 2.5em;
}
@media screen and (max-width: 449px) {
	.sc-option .title {
		/* DEL 180626 -> */
		/*font-size: 2.9vw;*/
		/* DEL 180626 <- */
	}
}
@media screen and (max-width: 320px) {
	.sc-option ul li {
		width: 48%;
		margin: 0 1% 10px;
	}
}
@media screen and (min-width: 800px) {
	.sc-option {
		padding-bottom: 30px;
	}
	.sc-option ul {
		letter-spacing: -.4em;
	}
	.sc-option ul li {
		width: 29.3%;
		margin: 0 2% 50px;
	}
	.sc-option ul li img {
		border: solid 2px #777069;
	}
	.sc-option .title {
		width: 90%;
		max-width: 340px;
		margin: -15px auto 0;
		border: solid 2px #777069;
	}
}

/* flow */
.sc-flow {
	padding-bottom: 7em;
	background-image: url("../img/top/flow_bg-smt.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}
.sc-flow .catch {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.sc-flow .catch.bg {
	position: relative;
	width: 76%;
	margin: 0 auto 20px;
	padding: 10px 0;
	background-color: #1eb1c5;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	color: #ffffff;
}
.sc-flow .catch.bg::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 10px solid #1eb1c5;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}
.sc-flow ul {
	width: 90%;
	margin: 0 auto;
	counter-reset: number 0;
}
.sc-flow ul li {
	overflow: hidden;
	position: relative;
	padding-left: 3em;
	font-size: 12px;
}
.sc-flow ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: number 1;
	content: counter(number);
	font-size: 350%;
	font-weight: bold;
	line-height: 1;
}
.sc-flow ul li > img {
	float: right;
	width: 35%;
	margin-left: 10px;
}
.sc-flow ul li > p {
	overflow: hidden;
}
.sc-flow ul li:not(:last-child) {
	margin-bottom: 15px;
}
.sc-flow .li-before_c-blue li::before {
	color: #1eb1c5;
}
@media screen and (max-width: 449px) {
	.sc-flow ul li {
		font-size: 3.25vw;
	}
}
@media screen and (max-width: 320px) {
	.sc-flow ul li {
		padding-left: 2em;
	}
	.sc-flow ul li::before {
		font-size: 200%;
	}
	.sc-flow ul li > img {
		margin-left: 5px;
		width: 32.5%;
	}
	.sc-flow ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 800px) {
	.sc-flow {
		background-image: url("../img/top/flow_bg-pc.svg");
		background-size: auto 90%;
		background-position: 50% 50%;
	}
	.sc-flow .catch {
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: normal;
	}
	.sc-flow .catch.bg {
		max-width: 500px;
		margin: 30px auto 40px;
		padding: 10px 0;
	}
	.sc-flow ul {
		max-width: 860px;
	}
	.sc-flow ul li {
		padding-left: 100px;
		font-size: 16px;
		line-height: 1.7;
	}
	.sc-flow ul li::before {
		font-size: 110px;
	}
	.sc-flow ul li > img {
		width: 20%;
		max-width: 180px;
		margin-left: 15px;
	}
	.sc-flow ul li:not(:last-child) {
		margin-bottom: 30px;
	}
	.sc-flow .li-before_c-blue {
		max-width: 1000px;
	}
}
@media screen and (min-width: 1200px) {
	.sc-flow {
		padding-bottom: 15em;
		background-size: 100% auto;
	}
	.sc-flow .catch {
		margin-bottom: 30px;
	}
	.sc-flow ul li:not(:last-child) {
		margin-bottom: 40px;
	}
}

/* info */
.sc-info {
	padding-bottom: 3em;
}
.sc-info .title-wp {
	padding-bottom: 15px;
}
.sc-info .title-wp .more {
	bottom: 0;
}
.sc-info ul {
	margin-bottom: 20px;
}
.sc-info li {
	overflow: hidden;
	margin-bottom: 10px;
}
.sc-info li a:hover {
	text-decoration: none;
}
.sc-info li .ph {
	position: relative;
	float: left;
	width: 16%;
	height: 0;
	margin: 0 10px 10px 0;
	padding-top: 16%;
	background-color: #f6f6f6;
}
.sc-info li .ph img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sc-info li .title span {
	display: block;
}
.sc-info li .title em {
	color: #1eb1c5;
}
.sc-info li p {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 1.5em;
}
.sc-info .bnr {
	display: block;
}
@media screen and (min-width: 800px) {
	.sc-info {
		padding-bottom: 80px;
	}
	.sc-info .title-wp {
		padding-bottom: 0;
	}
	.sc-info .title-wp .more {
		bottom: 15px;
	}
	.sc-info ul {
		margin-bottom: 80px;
		letter-spacing: -.4em;
	}
	.sc-info li {
		overflow: hidden;
		display: inline-block;
		letter-spacing: normal;
		box-sizing: border-box;
		width: 48%;
		margin: 0 1% 20px;
	}
	.sc-info li .ph {
		max-width: 74px;
		margin: 0 10px 0 0;
	}
	.sc-info li .title em {
		display: block;
		margin: 3px 0;
		font-size: 15px;
		line-height: 1.2;
	}
	.sc-info .bnr {
		max-width: 800px;
		margin: 0 auto;
	}
}

/* tourdesk */
.sc-tourdesk
{	color: #FFF;
}

.sc-tourdesk ul {
	letter-spacing: -.4em;
}
.sc-tourdesk a {
	color: inherit;
}
.sc-tourdesk a:hover {
	text-decoration: none;
}
.sc-tourdesk li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 47%;
	margin: 0 1.5% 30px;
}
.sc-tourdesk li a {
	display: block;
}

.sc-tourdesk li .title {
	margin-bottom: 5px;
	font-size: 116%;
}
.sc-tourdesk li .ph {
	position: relative;
	margin: 0 auto 10px;
}
.sc-tourdesk li .ph::before {
	content: "more >>";
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 5px;
	color: #777069;
	font-size: 10px;
}

/* */
.sc-tourdesk .single-office
{	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.sc-tourdesk .single-office .ph
{	max-width: 90%;
	margin: 0 auto 20px;
}
.sc-tourdesk .single-office .bt.white
{	color: #1EB1C5;
}

@media screen and (min-width: 600px) 
{	.sc-tourdesk .single-office .ph
	{	float: left;
		width: 45%;
		max-width: none;
		margin: 0 2% 0 0;
	}
}

@media screen and (min-width: 800px) 
{
	.sc-tourdesk ul {
		text-align: left;
	}
	.sc-tourdesk li {
		width: 23%;
		max-width: 347px;
		margin: 0 1% 50px;
		text-align: left;
	}
	.sc-tourdesk li .title {
		font-size: 18px;
	}

/* */
	.sc-tourdesk .single-office
	{	padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
	}
	.sc-tourdesk .single-office .ph
	{	width: 40%;
	}
}

@media screen and (min-width: 1200px) 
{	.sc-tourdesk .single-office
	{	padding-left: 0px;
		padding-right: 0px;
	}
}

/* ADD 20180703 -> */
.bnr-1 {
	margin-bottom: 20px;
}

.insta_widget {
	padding: 30px 10px;
	margin: 0 auto;
	text-align: center;
}

.insta-white-box
{	background-color: #FFF;
	padding: 20px 10px;
}

.insta_widget .insta-header 
{	background: url("../img/common/share/logo_insta.png") no-repeat center top;
	-webkit-background-size: 120px;
	background-size: 120px;
	padding: 60px 0 0;
	margin: 0 0 20px;
	color: #777;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
}

.insta_widget a.btn 
{	display: block;
	width: 300px;
	border: 1px solid #777;
	border-radius: 25px;
	color: #777;
	padding: 5px;
	margin: 20px auto;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.insta_widget a.btn:hover 
{	text-decoration: none;
	background: #777;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.insta_widget .insta-logo-btn
{	text-align: center;
	margin: 0 auto 20px;
}
.insta_widget .insta-logo-btn img
{	display: inline-block;
	width: auto;
	vertical-align: middle;
	width: 28px;
}

.insta_widget .insta-logo-btn a
{	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}



@media screen and (min-width: 800px) 
{	.insta_widget 
	{	padding-top: 40px;
		padding-bottom: 40px;
	}
}
/*# sourceMappingURL=master.css.map */



.insta-widget {
	overflow: hidden;
	margin: 15px 0;
	padding: 0;
}
.insta-widget > li {
	position: relative;
	display: block;
	list-style: none;
	float: left;
	width: 33.33333%;
	height: 0;
	padding: 33.33333% 0 0;
	margin: 0;
	overflow: hidden;
	background: #f0f0f0;
}
.insta-widget > li img{
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (min-width: 800px) {
	.insta-widget > li {
		width: 25%;
		padding: 25% 0 0;
	}
	.insta-widget > li:nth-child(n+9) {
		display: none;
	}
}
