@charset "utf-8";

@import "YUI/reset.css";
@import "YUI/fonts.css";

/* ============================================================
 init
============================================================ */
body {
	color: #444;
	line-height: 1.5;
	background-color: #f8f4ed;
}

@font-face {
	font-family: 'Milonga';
	src: url('../font/Milonga-Regular.ttf') format('truetype');
}

/* tag
------------------------------------------------------------ */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

p,
li,
th,
td,
dt,
dd {
	font-size: 14px;
}

/* link
------------------------------------------------------------ */
a {
	color: #6fba44;
	overflow: hidden;
	outline: none;
}

a.hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.hover:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

/* class
------------------------------------------------------------ */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell {
	position: relative;
	zoom: 1;
}

.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.floatBox::after,
.cell:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box,
.cell {
	float: left;
}

.box.right,
.cell.right {
	float: right;
}


.sp,
.sp-inline {
	display: none;
}

.pc {
	display: block;
}

.pc-inline {
	display: inline;
}

.spElementInline,
.spElement {
	display: none;
}

.pcBr {
	display: block;
}

@media screen and (max-width: 737px) {
	.sp {
		display: block;
	}

	.sp-inline {
		display: inline;
	}

	.pc,
	.pc-inline {
		display: none;
	}

	.spElement {
		display: block;
	}

	.pcElement {
		display: none;
	}

	.spElementInline {
		display: inline-block;
	}

	.pcBr {
		display: inline;
	}

}

/* js予約 */
.btn {}

.rollover {}

.imgLink {}

/* header
============================================================ */
#header {
	background-color: #fff;
	width: 100%;
}

#header .block {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

#header .block .pc h1,
#header .block .pc p {
	padding-top: 5px;
	font-size: 12px;
	color: #816658;
	line-height: 20px;
}

#header .infotxt {
	color: #e9544f;
}

#header .block .box.left .logo {
	display: block;
	margin-top: 10px;
}

#header .block ul {
	float: left;
	margin-top: 10px;
	padding-left: 33px;
}

#header .block ul li a {
	display: block;
	line-height: 24px;
	color: #685449;
}

#header .block ul li a:hover {
	text-decoration: none;
}

#header .block ul li a span {
	vertical-align: middle;
	padding: 0 3px;
}

#header .block ul li a:hover span {
	background-color: rgba(136, 118, 100, 0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header .block ul li a img {
	vertical-align: middle;
	margin-right: 2px;
}

#header .block .box.right {
	width: 553px;
	padding: 0 0 10px;
}

#header .block .box.right .contact {
	float: right;
}

#header .block .box.right .contact a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header .block .box.right .contact a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* telBlock
------------------------------------------------------------ */
#header .telBlock {
	float: left;
	width: 310px;
	zoom: 1;
}

#header .telBlock:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header .telBlock .txt {
	float: left;
	font-family: 'Milonga';
	font-size: 32px;
	color: #ff9b6b;
	vertical-align: middle;
	line-height: 1;
	padding-top: 12px;
}

#header .telBlock .txt span {
	position: relative;
	display: inline-block;
}

#header .telBlock .txt span.ruby em {
	display: block;
	position: absolute;
	top: -12px;
	font-weight: bold;
	width: 6em;
	color: #887664;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
}

#header .telBlock img {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}

#header .telBlock div.time {
	float: left;
	display: block;
	color: #887664;
	font-size: 14px;
}

@media screen and (max-width: 737px) {
	#header {
		height: 49px;
		border-bottom: 1px solid #8f7563;
	}

	#header .block {
		width: 100%;
		margin: 0;
	}

	#header .block .box.left p,
	#header .block ul,
	#header .block .box.right {
		display: none;
	}

	#header .block .box.left .logo {
		display: block;
		position: absolute;
		top: 10px;
		left: 12px;
		margin-top: 0;
	}

	#header .block .box.left .logo img {
		max-width: initial;
	}

	#header .block .box.left h1 {
		padding: 5px 55px 0 180px;
		width: auto;
		font-size: 8px;
		line-height: 1.2;
		color: #816658;
	}

	#header .block .hamburger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
	}

	#header .block .hamburger .closeImg {
		display: none;
	}

	#header .block .hamburger .openImg {
		display: block;
	}

	.moveOut #header .block .hamburger .closeImg {
		display: block;
	}

	.moveOut #header .block .hamburger .openImg {
		display: none;
	}

	#header .block .hamburger img {
		width: 49px;
		height: auto;
	}

}

/* #gNav
------------------------------------------------------------ */
#gNav {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#gNav ul {
	border-right: 1px solid #e7dfd5;
	zoom: 1;
}

#gNav ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#gNav ul li {
	display: block;
	float: left;
	width: 100px;
}

#gNav ul li.narrow {
	width: 62px;
}

#gNav ul li a {
	border-left: 1px solid #e7dfd5;
	display: block;
	text-align: center;
	color: #887664;
	line-height: 60px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#gNav ul li a.cr {
	background-color: #f8f4ed;
	color: #887664;
}


#gNav ul li.cAirbnb {
	width: 120px;
}


#gNav ul li.cLifestyle {
	width: 129px;
}

#gNav ul li.cFaq {
	width: 120px;
}

#gNav ul li.cService {
	width: 60px;
}

#gNav ul li.cArea {
	width: 70px;
}

#gNav ul li.cAirbnb a.cr {
	background-color: #e06962;
	color: #fff;
}

#gNav ul li a:hover {
	text-decoration: none;
	background-color: #887664;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#gNav ul li a.cr:hover {
	background-color: #f8f4ed;
	color: #887664;
}

#gNav ul li.cAirbnb a.cr:hover {
	background-color: #e06962;
	color: #fff;
}

#gNav #cat {
	display: none;
	position: absolute;
	bottom: 0;
}

.f_root#index #gNav #cat {
	display: block;
	left: -38px;
}

.f_about #gNav #cat {
	display: block;
	left: 70px;
}

.f_plang_plan #gNav #cat {
	display: block;
	left: 170px;
}

.f_lifestyle #gNav #cat {
	display: block;
	left: 530px;
}

.f_flow #gNav #cat {
	display: block;
	left: 630px;
}

.f_voice #gNav #cat {
	display: block;
	left: 730px;
}

.f_faq #gNav #cat {
	display: block;
	left: 850px;
}

.f_airbnb #gNav #cat {
	display: block;
	right: -10px;
}

.f_kodawari #gNav #cat {
	display: block;
	left: 340px;
}

.f_service #gNav #cat {
	display: block;
	left: 400px;
}

.f_area #gNav #cat {
	display: block;
	left: 240px;
}

/* #gNav .gNavMega ドロップダウンメニュー（PC）
------------------------------------------------------------ */

#gNav ul ul {
	display: block;
	z-index: 101;
}

#gNav {
	position: relative;
}

#gNav ul li li a {
	color: #fff;
	border-left: none;
	text-align: left;
}

#gNav ul li li {
	width: auto;
	float: none;
	padding-left: 30px
}

#gNav ul li .gNavSecondLevelArea li {
	width: 166px;
	float: left;
}

#gNav ul li .gNavSecondLevelArea li a {
	line-height: 40px;
}

.gNavSecondLevelArea p {
	clear: both;
	padding-top: 30px;
	color: #beafa6;
	position: relative;
	padding-left: 30px;
}

.gNavSecondLevelArea p::before {
	content: "▶";
	color: #beafa6;
	margin-right: 4px;
}

.gNavSecondLevel {
	position: absolute;
	left: 0;
	top: 62px;
	z-index: 4;
	background: #887664;
	width: 1000px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

#gNav li.gNavMega:hover>ul {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}

#gNav li.gNavMega:not(:hover)>ul{
	transition: all .2s;
}

#gNav li.gNavMega ul li a:hover {
	color: rgba(255, 255, 255, 0.6);
}


#gNav li:hover a {
	background-color: #887664;
	color: #fff;

}

#gNav li li a {
	background-color: #887664;
	color: #fff;
}

#gNav li li:hover a {
	background-color: #887664;
	color: #fff;
}




@media screen and (max-width: 737px) {
	#wrapper {
		background-color: #8f7563;
		margin-bottom: -20px;
		overflow: hidden;
		text-align: left;
	}

	#gNav {
		display: none;
	}

	/* #gNavSp
------------------------------------------------------------ */
	#gNavSp {
		display: none;
		position: absolute;
		bottom: 0;
		top: 0;
		right: -260px;
		width: 260px;
		height: 100%;
		background-color: #8f7563;
		z-index: 100;
	}

	#gNavSp.gNavOpen {
		display: block;
		right: 0;
	}

	#gNavSp.nav.sb-slidebar {
		background: #11a73b;
	}

	#gNavSp.nav li {
		border-top: 1px solid #766050;
		border-bottom: 1px solid #a89180;
	}

	#gNavSp.nav li:first-child {
		border-top: none;
	}

	#gNavSp.nav li a {
		position: relative;
		display: block;
		padding: 15px 10px;
		color: #fff;
		font-size: 15px;
	}

	#gNavSp.nav li a span {
		position: relative;
		padding-left: 10px;
	}

	#gNavSp.nav li a span:after {
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		width: 6px;
		height: 11px;
		margin-top: -5px;
		background: url(../img/sp/img04.png) no-repeat;
		background-size: 6px 11px;
		content: "";
	}

	#gNavSp.nav .gNavClose {
		text-align: center;
		border-top: 1px solid #766050;
		border-bottom: 1px solid #766050;
	}

	#gNavSp.nav .gNavClose a {
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #a89180;
	}

	#gNavSp.nav .gNavClose a span {
		position: relative;
		padding-left: 15px;
		color: #fff;
		font-size: 10px;
	}

	#gNavSp.nav .gNavClose a span:after {
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: url(../img/sp/close.png) no-repeat;
		background-size: 10px;
		content: "";
	}

	#gNavSp.nav .sp-contact-content li {
		border-top: 1px solid #766050;
		border-bottom: 1px solid #a89180;
		padding: 0px;
		width: 47%;
	}

	.sp .sp-contact-content {
		display: flex;
		width: 100%;
		padding: 10px 0;
		justify-content: space-around;
	}

	.sp .sp-contact-content a {
		background-color: #f9ede4;
	}

	#gNavSp .sp-contact-content li a {
		background-color: #ff9b6b;
		color: #fff;
		font-size: 14px;
		border: 1px solid #fff;
		border-radius: 4px;
		padding: 0px 5px;
		text-align: center;
	}

	#gNavSp .sp-contact-content li a span {
		padding-left: 0px;
	}

	#gNavSp.nav li a .mail-icon:after {
		display: none;
	}

	#gNavSp.nav li a .mail-icon:before {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -5px;
		background: url(../img/sp/mail-icon.png) no-repeat;
		background-size: 30px 30px;
		content: "";
		margin: 0 auto;
	}

	#gNavSp.nav li a .tel-icon:after {
		display: none;
	}

	#gNavSp.nav li a .tel-icon:before {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -5px;
		background: url(../img/sp/tel-icon.png) no-repeat;
		background-size: 30px 30px;
		content: "";
		margin: 0 auto;
	}

	/* #modalBg */
	#modalBg {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.moveOut {
		-webkit-transform: translate(-260px, 0px);
		transform: translate(-260px, 0px);
	}

	/* #gNavsp .gNavMega ドロップダウンメニュー（SP）
	------------------------------------------------------------ */

	#gNavSp .gNavSpDown {
		background-color: #a4937f;
	}


}


/* #wrap
============================================================ */
#wrap {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}

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

	#wrap {
		width: auto;
		margin: 0;
		padding: 0 10px 0;
		background-color: #f7f4ed;
	}

}

/* breadNav
------------------------------------------------------------ */
#breadNav {
	font-size: 10px;
	line-height: 1.6;
	padding: 12px 0 12px 2px;
	zoom: 1;
}

#breadNav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#breadNav li {
	float: left;
	font-size: 10px;
}

#breadNav li a,
#breadNav li span,
#breadNav li mark {
	color: #887664;
	background-color: transparent;
}

#breadNav li .gt {
	color: #b6a794;
	padding: 0 12px;
}

#breadNav li a:hover {
	text-decoration: underline;
}


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

	#breadNav {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		padding: 0 0 0 10px;
		overflow: hidden;
		width: auto;
	}

	#breadNav li {
		float: left;
	}

	#breadNav li a,
	#breadNav li span {
		color: #8f7563;
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 0 0;
	}

	#breadNav li a span {
		padding: 0;
	}

	#breadNav li .gt {
		display: inline-block;
		width: 20px;
		height: 30px;
		padding: 0;
		text-indent: -999px;
		background: url(../img/sp_breadNav01.png) 0 0 no-repeat;
		background-size: 10px 30px;
	}

	#breadNav li a:hover {
		text-decoration: none;
	}

	#breadNav li mark {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}

/* #contents
============================================================ */
#contents {
	zoom: 1;
}

#contents:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* #main
------------------------------------------------------------ */
#main {
	float: left;
	width: 780px;
}

#main h1 {
	padding: 32px 40px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	background: url(../img/bg_h1.jpg) 0 0 repeat;
}

#main .newstitlebar {
	padding: 32px 40px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	background: url(../img/bg_h1.jpg) 0 0 repeat;
}

#main h1.blogtitle {
	background: transparent;
	color: #685449;
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
}

#main .bg {}

#main .bg.white {
	background-color: #fff;
}

@media screen and (max-width: 737px) {
	#main {
		float: none;
		width: 100%;
	}

	#main h1 {
		padding: 12px 19px;
		font-size: 16px;
		background-size: 17px 17px;
		margin: 0 -10px;
	}

	#main .newstitlebar {
		padding: 12px 19px;
		font-size: 16px;
		background-size: 17px 17px;
		margin: 0 -10px;
	}

	#main h1.blogtitle {
		background-size: auto;
		padding: 0;
		margin: 0 0 10px 0;
	}

	#main .bg {
		margin-top: 10px;
	}
}

/* #main .block .row.icon
------------------------------------------------------------ */
#main .row.icon {
	width: 708px;
	margin: 0 -8px 0 2px;
	zoom: 1;
}

#main .row.icon.big {
	width: 788px;
	margin: 0;
}

#main .row.icon:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .row.icon li {
	float: left;
	width: 80px;
	margin-right: 8px;
}

#main .row.icon li span {
	display: block;
	padding: 10px 0 0;
	height: 35px;
	color: #816658;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
}

#index .row.icon li.right {
	margin-right: 0;
}

@media screen and (max-width: 737px) {
	#main .row.icon {
		width: 100%;
		margin: 0;
	}

	#main .row.icon.big {
		width: 100%;
		margin: 0;
	}

	#main .row.icon li {
		float: left;
		width: 11.81%;
		margin-top: 8px;
	}

	#main .row.icon li span {
		display: none;
	}

	#main .row.icon li img {
		width: 100%;
		height: auto;
	}

	#main .row.icon li.txt {
		width: 100%;
	}
}

/* .numNav
------------------------------------------------------------ */
.numNav {
	padding-top: 20px;
	zoom: 1;
}

.numNav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.numNav .sideNav {
	width: 180px;
}

.numNav .sideNav.leftNav {
	float: left;
}

.numNav .sideNav.rightNav {
	float: right;
	text-align: right;
}

.numNav .sideNav a {
	display: block;
	width: 100%;
	color: #685449;
	text-decoration: underline;
}

.numNav .sideNav a:hover {
	text-decoration: none;
}

.numNav .sideNav a span {
	vertical-align: middle;
}

.numNav .sideNav a img {
	vertical-align: middle;
}

.numNav .sideNav.leftNav a img,
.numNav .sideNav.rightNav a span {
	margin-right: 12px;
}

.numNav .center {
	float: left;
	width: 380px;
	overflow: hidden;
	position: relative;
}

.numNav .center.single a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #685449;
	text-decoration: underline;
}

.numNav .center.single a:hover {
	text-decoration: none;
}

.numNav .center ul {
	float: left;
	position: relative;
	left: 50%;
}

.numNav .center ul li {
	float: left;
	position: relative;
	left: -50%;
	margin: 0 2px;
}

.numNav .center ul li a,
.numNav .center ul li span {
	display: block;
	line-height: 38px;
	width: 38px;
	color: #685449;
	text-align: center;
}

.numNav .center ul li a {
	border: 1px solid #ccc2b7;
	text-decoration: none;
}

.numNav .center ul li span {
	border: 1px solid #f7f4ed;
	background-color: #f7f4ed;
}

.numNav .center ul li a:hover {
	background-color: #f7f4ed;
	text-decoration: none;
}

.numNav .center ul li.leader,
.numNav .center ul li.total {
	line-height: 40px;
	width: 40px;
	text-align: center;
}

@media screen and (max-width: 737px) {
	.numNav .sideNav {
		width: 40%;
	}

	.numNav .center {
		width: 20%;
	}

	.numNav .center ul {
		display: none;
	}
}

/* #main .voiceBlock
------------------------------------------------------------ */
#main .voiceBlock .block .box {
	width: 100px;
}

#main .voiceBlock .block .box.right {
	width: 620px;
}

#main .voiceBlock .block .box.right .name span {
	color: #c6bdb4;
}

#main .voiceBlock .block .box.right .plan {
	color: #e6955f;
}

#main .voiceBlock .block .box.right .plan a {
	color: #e6955f;
	text-decoration: underline;
}

#main .voiceBlock .block .box.right .plan a:hover {
	text-decoration: none;
}

#main .voiceBlock .block .box.right .body {
	margin-top: 1.5em;
}

@media screen and (max-width: 737px) {
	#main .voiceBlock .block .box {
		position: absolute;
		left: 0;
		top: 10px;
		float: none;
	}

	#main .voiceBlock .block .box.right {
		position: relative;
		float: none;
		width: 100%;
	}

	#main .voiceBlock .block .box.right .name {
		margin-left: 110px;
		margin-top: 0.5em;
		font-size: 16px;
	}

	#main .voiceBlock .block .box.right .plan {
		margin-left: 110px;
	}

	#main .voiceBlock .block .box.right .body {
		margin-top: 3em;
	}
}

/* #main .accordionBlock
------------------------------------------------------------ */
#main .accordionBlock {
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #a4937f;
}

#main .accordionBlock h2 {
	padding: 17px 70px 17px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #685449;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../img/btn_open.png);
}

#main .accordionBlock h2.close {
	background-image: url(../img/btn_close.png);
}

#main .accordionBlock .btn {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 61px;
	height: 60px;
}

#main .accordionBlock .btn a {
	display: block;
}

#main .accordionBlock .inner {
	border-top: 1px solid #a4937f;
	display: none;
}

/* #side
------------------------------------------------------------ */
#side {
	float: right;
	width: 180px;
}

#side ul {}

#side ul li {
	margin-top: 10px;
}

#side ul li.firstChild {
	margin: 0;
	padding-bottom: 10px;
}

#side ul li a {
	display: block;
	background-color: #fff;
}

#side ul li a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#side ul li a:hover img {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#side ul li a.none:hover img {
	opacity: 1;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

/* .newsBlock */
#side .newsBlock {
	margin-top: 33px;
}

#side .newsBlock h3 {
	padding-bottom: 19px;
	border-bottom: 2px solid #887664;
}

#side .newsBlock dl {
	padding: 10px 0;
	border-bottom: 1px solid #ddd6c6;
}

#side .newsBlock dl dt {
	color: #816658;
}

#side .newsBlock dl dt img {
	vertical-align: middle;
	margin-left: 5px;
}

#side .newsBlock dl dd a {
	color: #816658;
}

#side .newsBlock dl dd a:hover {
	text-decoration: underline;
}

/* .fbBlock */
#side .fbBlock {
	margin-top: 30px;
}


@media screen and (max-width: 737px) {
	#side {
		margin-top: 10px;
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	#side ul li.firstChild {
		padding-bottom: 0;
	}

	#side ul li a img {
		width: 100%;
		height: auto;
	}

	/* .newsBlock */
	#side .newsBlock h3 {
		text-align: center;
	}

	#side .newsBlock .button {
		margin-top: 1em;
		text-align: center;
	}

	/* .fbBlock */
	#side .fbBlock {
		text-align: center;
	}

}

/* #menuBlock
============================================================ */
#menuBlock {
	width: 100%;
	background-color: #fff;
	padding: 13px 0 20px;
}

#menuBlock h3 {
	text-align: center;
	padding: 10px 0;
}

#menuBlock h3 img {
	width: 18%;
	height: auto;
}

#menuBlock .inner {
	margin: 0 10px;
	width: auto;
	border: 1px solid #8f7563;
	background-color: #8f7563;
	border-radius: 3px;
}

#menuBlock .inner ul {
	background-color: #fff;
}

#menuBlock .inner ul li {
	float: left;
	width: 49%;
	width: -webkit-calc(50% - 1px);
	width: calc(50% - 1px);
	border-right: 1px solid #e0d6c5;
	border-bottom: 1px solid #e0d6c5;
}

#menuBlock .inner ul li:nth-child(even) {
	border-right: none;
	width: 50%;
}

#menuBlock .inner ul li:nth-child(n+5) {
	border-bottom: none;
}

#menuBlock .inner ul li a {
	display: block;
	background: url(../img/sp/img01.png) right 10px center no-repeat;
	background-size: 8px 13px;
	padding: 20px 9px;
	font-size: 16px;
	color: #8b6457;
	line-height: 24px;
}

#menuBlock .inner ul li a.sFont {
	font-size: 14px;
}

#menuBlock .inner ul li a:hover {
	text-decoration: none;
}

/* #contactBlock
============================================================ */
#contactBlock {
	width: 100%;
	background-color: #ff9763;
}

#contactBlock .block {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 70px;
}

#contactBlock .block .box a {
	display: block;
}

#contactBlock .block .box a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#contactBlock .block .box a:hover img {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#contactBlock .block .box.left {
	width: 785px;
	float: none;
	margin: 0 auto;
}

#contactBlock .block .box.left img {
	float: left;
}

#contactBlock .block .box.left a {
	display: block;
	float: right;
}

#contactBlock .block .box.right {
	/*width: 180px;*/
	width: 0;
}

/* telBlock
------------------------------------------------------------ */
#contactBlock .telBlock {
	float: left;
	width: 448px;
	padding-left: 20px;
	zoom: 1;
}

#contactBlock .telBlock:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contactBlock .telBlock img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}

#contactBlock .telBlock .txt {
	float: left;
	font-family: 'Milonga';
	font-size: 50px;
	color: #fff;
	vertical-align: middle;
	line-height: 1;
	padding-top: 12px;
}

#contactBlock .telBlock .txt span {
	position: relative;
	display: inline-block;
}

#contactBlock .telBlock .txt span.ruby em {
	display: block;
	position: absolute;
	top: -12px;
	font-weight: bold;
	width: 9.5em;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
}

#contactBlock .telBlock div.time {
	float: left;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 737px) {
	#contactBlock {}

	#contactBlock .block {
		width: 100%;
		padding: 20px 0 40px;
		text-align: center;
		color: #fff;
	}

	#contactBlock .block p.large {
		font-size: 18px;
		font-weight: bold;
	}

	#contactBlock .block .tel {
		padding: 20px 0 10px;
		width: 90%;
		margin: 0 auto;
	}

	#contactBlock .block .tel img {
		width: 100%;
		height: auto;
	}

	#contactBlock .block .button {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
		/*width: calc( 100% - 40px );*/
		margin: 1em auto 0;
	}

	#contactBlock .block .button a {
		display: block;
		padding: 17px 0;
		background: #fff;
		color: #ff9b6b;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}

	#contactBlock .block .button a:after {
		content: "";
		display: block;
		position: absolute;
		width: 9px;
		height: 17px;
		margin-top: -8px;
		top: 50%;
		right: 8px;
		background-image: url("../img/sp/img02.png");
		background-repeat: no-repeat;
		background-size: 9px 17px;
	}

	/* telBlock
------------------------------------------------------------ */
	#contactBlock .telBlock {
		float: inherit;
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
		margin: 0.5em auto 0;
	}

	#contactBlock .telBlock img {
		width: 60px;
		height: auto;
	}

	#contactBlock .telBlock .txt {
		font-size: 32px;
	}

	#contactBlock .telBlock .txt span {
		position: relative;
		display: inline-block;
	}

	#contactBlock .telBlock .txt span.ruby em {
		width: 6em;
	}

	#contactBlock .block .telsp {
		width: auto;
		margin: 1em auto 0;
		padding: 0 20px;
	}

	#contactBlock .block .telsp a {
		display: block;
		padding: 8px 0 4px;
		position: relative;
		background-color: #fff;
		color: #ff9b6b;
		font-size: 14px;
		text-align: center;
	}

	#contactBlock .block .telsp a span {
		display: block;
		font-size: 22px;
		font-weight: bold;
	}

	#contactBlock .block .telsp a:after {
		content: "";
		width: 9px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -8px;
		display: block;
		background-image: url("../common/img/sp/tri.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 9px 17px;
	}


}


/* #footer
============================================================ */
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	zoom: 1;
}

#footer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer ul {
	/* float: left; */
}

#footer ul li {
	display: block;
	/* float: left; */
	margin-right: 10px;
}

#footer ul li.clearBoth {
	clear: both;
}

#footer ul li.sp {
	display: none;
}

#footer ul li a {
	color: #685449;
	padding-left: 18px;
	background: url(../img/mark01.png) left center no-repeat;
	background-size: 14px 14px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	/* float: right; */
	margin-top: 20px;
	font-size: 12px;
	color: #666;
}

#footer .footer-block {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

#footer .footer-block .footer-mark {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

#footer .footer-block .footer-mark .mark-block {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 10px;
}

#footer .footer-block .footer-mark .mark-block .mark-img {
	margin: 0 auto;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

#footer .footer-block .footer-mark .mark-block .mark-txt {
	text-align: center;
	margin: 0 auto;
}

#footer .footer-block .copyright {
	clear: both;
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 737px) {
	#footer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}

	#footer ul {
		margin-top: 10px;
		left: 0;
		position: relative;
		padding-bottom: 10px;
		width: auto;
	}

	#footer ul li.sp {
		display: block;
	}

	#footer ul li {
		text-align: center;
		left: 0;
		position: relative;
		padding-left: 10px;
		display: block;
		float: inherit;
		clear: both;
	}

	#footer p {
		padding-bottom: 10px;
		float: inherit;
		text-align: left;
		padding-left: 10px;
		clear: both;
		text-align: center;
	}

	#footer .footer-block {
		padding-top: 20px;
	}

	#footer .footer-block .footer-mark {
		display: block;
		padding-bottom: 30px;
	}

	#footer .footer-block .copyright {
		margin-top: 0;
		padding: 0 0 30px 0;
	}
}

/* .footer-link
============================================================ */
#footer .footer-link {}

#footer .footer-link dl {
	float: left;
	width: 240px;
	margin-right: 10px;
}

#footer .footer-link dl dt {
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(../img/mark01.png) left center no-repeat;
	background-size: 14px 14px;
}

#footer .footer-link dl dt a {
	color: #685449;
}

#footer .footer-link dl dt a .attTxt {
	color: #e9544f;
	margin-left: 10px;
}

#footer .footer-link dl dd {
	margin-bottom: 2px;
	padding-left: 6px;
}

#footer .footer-link dl dd.subArea {
	padding-left: 10px;
	display: inline-block;
}

#footer .footer-link dl dd:before {
	content: "▶";
	color: #beafa6;
	margin-right: 4px;
}

#footer .footer-link dl dd.subArea:before {
	content: "-";
}

#footer .footer-link dl dd a {
	color: #685449;
}

#footer .footer-link .footSecBlock {
	margin-top: 10px;
}

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

	#footer .footer-link {
		margin: 10px;
	}

	#footer .footer-link dl {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#footer .footer-link dl dt {
		margin-right: 20px;
	}

	#footer .footer-link dl dd {
		display: none;
	}

	#footer .footer-link dl dd.subArea {
		display: none;
	}

	#footer .footer-link .footerLinkPc {
		display: none;
	}

	#footer .footer-link .footSpDesp {
		display: block;
	}
}

/* .pagetop
============================================================ */
.pagetop {
	position: fixed;
	width: 100px;
	right: 0;
	bottom: 9px;
	margin-left: -50px;
	z-index: 100;
}

.pagetop a {
	display: block;
	width: 100%;
	text-align: center;
}

.pagetop a img.pc {
	display: inline-block;
}

.pagetop a img.sp {
	display: none;
}

@media screen and (max-width: 737px) {
	.pagetop {
		bottom: 5px;
		left: inherit;
		right: 0;
		width: 60px;
	}

	.pagetop a img.sp {
		display: inline-block;
		width: 47px;
		height: auto;
	}

	.pagetop a img.pc {
		display: none;
	}
}


/* .footer-cv-sp
============================================================ */
.ft-btnwrap {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: flex !important;
	background-color: #fff;
	height: 80px;
	justify-content: space-around;
	align-items: center;
}

.ft-btnwrap-inner {
	width: 1000px;
	display: flex;
	justify-content: space-around;
}

.guidance-wrap {
	position: static;
	display: block;
	width: 48%;
	bottom: auto;
	right: auto;
	height: 65px;
	box-sizing: border-box;
}

.guidance-wrap a {
	font-weight: bold;
	width: 100%;
	background: #ff9b6b;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: none;
	box-sizing: border-box;
	line-height: 14px;
	border: double 4px #fff;
	height: 65px;
	font-size: 24px;
	padding-top: 17px;
}

.guidance-wrap a .tel-txt {
	font-size: 14px;
}

.ft-btnwrap .guidance-wrap .txt span {
	position: relative;
	display: inline-block;
}

.ft-btnwrap .guidance-wrap .txt .tel-txt {
	font-size: 18px;
	padding: 4px
}

.ft-btnwrap .guidance-wrap .txt .time {
	font-size: 10px;
	color: #887664;
}

.guidance-wrap a p {
	display: inline-block;
}

.guidance-wrap a p span {
	display: none;
}

.guidance-wrap a p br {
	display: none;
}

.fix-contact-block {
	box-sizing: border-box;
	display: block !important;
	width: 50%;
	height: 65px;
	font-weight: bold;
	width: 48%
}

.fix-contact-block a {
	width: 100%;
	background: #ff9b6b;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: none;
	height: 65px;
	font-size: 24px;
	box-sizing: border-box;
	line-height: 60px;
	border: double 4px #fff;
}

@media screen and (max-width: 1024px) {
	.ft-btnwrap-inner {
		width: 100%;
	}
}

@media screen and (max-width: 737px) {
	.ft-btnwrap {
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100%;
		z-index: 9999;
		display: flex !important;
		background-color: #fff;
		height: 60px;
		justify-content: space-around;
		align-items: center;
	}

	.guidance-wrap {
		position: static;
		display: block;
		width: 48%;
		bottom: auto;
		right: auto;
		height: 50px;
		box-sizing: border-box;
	}

	.guidance-wrap a {
		font-weight: bold;
		width: 100%;
		background: #ff9b6b;
		color: #fff;
		display: inline-block;
		text-align: center;
		border: none;
		box-sizing: border-box;
		line-height: 14px;
		border: double 4px #fff;
		height: 50px;
		font-size: 15px;
		padding-top: 7px;
	}

	.guidance-wrap a .tel-txt {
		font-size: 10px;
	}

	.ft-btnwrap .guidance-wrap .txt span {
		position: relative;
		display: inline-block;
	}

	.ft-btnwrap .guidance-wrap .txt .tel-txt {
		font-size: 18px;
		padding: 4px
	}

	.ft-btnwrap .guidance-wrap .txt .time {
		font-size: 10px;
		color: #887664;
	}

	.guidance-wrap a p {
		display: inline-block;
	}

	.guidance-wrap a p span {
		display: none;
	}

	.guidance-wrap a p br {
		display: none;
	}

	.fix-contact-block {
		box-sizing: border-box;
		display: block !important;
		width: 50%;
		height: 50px;
		font-weight: bold;
		width: 48%
	}

	.fix-contact-block a {
		font-size: 16px;
		height: 50px;
		line-height: 43px;
	}
}

/* .plan-bunner
------------------------------------------------------------ */
.plan-bunner p {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	margin-top: 0!important;
	line-height: inherit!important;
}
.plan-bunner.--2col {
	display: flex;
	position: relative;
}
.plan-bunner.--2col .plan-bunner-text {
	box-sizing: border-box;
	color: #fff;
	position: relative;
	z-index: 10;
	width: 480px;
	height: 200px;
	padding: 2% 3%;
}
.plan-bunner-text.--orange {
	background-color: #FF8F59;
}
.plan-bunner-text.--pink {
	background-color: #EB85BC;
}
.plan-bunner-text.--pink02 {
	background-color: #FA8397;
}
.plan-bunner-text.--lightblue {
	background-color: #49BACF;
}
.plan-bunner-text.--red {
	background-color: #FE725D;
}
.plan-bunner-text.--green {
	background-color: #85C65A;
}
.plan-bunner-text.--yellow {
	background-color: #C5B956;
}
.plan-bunner-text.--purple {
	background-color: #CE75D9;
}
.plan-bunner-text-row1 {
	display: flex;
	align-items: center;
	flex-direction: row;
    flex-wrap: wrap-reverse;
    row-gap: 8px;
    justify-content: space-between;
    font-size: 20px;
	margin-top: 5px;
}
.plan-bunner-text-row1 p {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0px!important;
	line-height: inherit!important;
}
.plan-bunner-text-row1 .plan-bunner-tag{
	font-weight: 500;
	flex-shrink: 0;
	margin-top: 0!important;
}
.plan-bunner-text-row2 {
	margin-top: 4px;
}
.plan-bunner-text-row2 .plan-bunner-title {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 42px;
    font-weight: 600!important;
    margin-top: -6px;
	padding: 0!important;
	color: #fff!important;
}
.plan-bunner-text-row2.--min .plan-bunner-title {
	font-size: 36px;
}
.plan-bunner-text-row2 .plan-bunner-kana {
	letter-spacing: 0px;
    font-size: 44px;
}
.plan-bunner-text-row2.--min .plan-bunner-kana {
	font-size: 38px;
}
.plan-bunner-text-row3 {
	margin-top: -8px;
}
.plan-bunner-text-row3 p {
    font-size: 20px;
    font-weight: 500;
	margin-top: 0!important;
	line-height: inherit!important;
}
.plan-bunner-text-row3 .plan-bunner-num {
	font-size: 30px;
}
.plan-bunner-text-row4 {
    margin-top: 0px;
    font-weight: 500;
}
.plan-bunner-num {
	font-family: 'Milonga';
    margin-left: 4px;
}
.plan-bunner-text-row3 .plan-bunner-tax {
	font-size: 0.8em;
}
.plan-bunner-text-row3 .plan-bunner-tax .plan-bunner-num {
	font-size: clamp(1rem, -0.5rem + 10vw, 1.25rem);
}
.plan-bunner-tag {
	padding: 4px 8px 1px;
	border: 1px solid #fff;
}
.plan-bunner-notes {
	font-size: 13px;
	padding-left: 1em;
	position: relative;
}
.plan-bunner-notes::before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;

}
.plan-bunner-tag.--fill {
	background-color: #fff;
}
.plan-bunner-tag.--fill.--pink {
	color: #EB85BC;
}
.plan-bunner-tag.--fill.--pink02 {
	color: #FA8397;
}
.plan-bunner-tag.--fill.--lightblue {
	color: #49BACF;
}
.plan-bunner-tag.--fill.--red {
	color: #FE725D;
}
.plan-bunner-tag.--fill.--green {
	color: #85C65A;
}
.plan-bunner-tag.--fill.--yellow {
	color: #C5B956;
}
.plan-bunner-tag.--fill.--purple {
	color: #CE75D9;
}
@media screen and (min-width: 738px){
	.plan-bunner-text-row2.--2col p:nth-child(2) {
		margin-bottom: 9px;
		margin-left: 6px;
	}
	
	.plan-bunner-text-row2.--2col {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
}
@media screen and (max-width: 737px){
	.plan-bunner.--2col {
		flex-flow: column;
	}
	.plan-bunner.--2col .plan-bunner-text {
		width: 100%;
		height: auto;
	}
	.plan-bunner-text-row1 p {
		font-size: clamp(1rem, -1rem + 10vw, 1.25rem);
	}
	.plan-bunner-tag {
		padding: 0 8px;
	}
	.plan-bunner-text-row2 .plan-bunner-title {
		font-size: clamp(1.875rem, -0.125rem + 10vw, 2.125rem);
		margin-top: 0;
	}
	.plan-bunner-text-row2.--min .plan-bunner-title {
		font-size: clamp(1.625rem, 0.125rem + 7.5vw, 2rem);
	}
	.plan-bunner-text-row2 .plan-bunner-kana {
		font-size: clamp(1.875rem, -0.125rem + 10vw, 2.125rem);
	}
	.plan-bunner-text-row2.--min .plan-bunner-kana {
		font-size: clamp(1.625rem, 0.125rem + 7.5vw, 2rem);
	}
	.plan-bunner-text-row3 {
		margin-top: 0px;
	}
	.plan-bunner-text-row3 p {
		font-size: clamp(0.875rem, -1.125rem + 10vw, 1.125rem);
	}
	.plan-bunner-num {
		margin-left: 0;
	}
	.plan-bunner-text-row3 .plan-bunner-num {
		font-size: clamp(1.5rem, -0.5rem + 10vw, 1.75rem);
	}
	#index #main .block01 .inner .img.plan-bunner-img-sp {
		margin-top: 0;
	}
}

.text__notes {
	margin-top: 8px;
	position: relative;
	padding-left: 14px;
	font-size: 12px;
}
.text__notes:first-child {
	margin-top: 0;
}
.text__notes::before {
	content: '※';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.text__accent {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #8b6457;
}

/* list
-----------------------------*/
/* normal */
.list__normal {
	margin-top: 8px;
}
.list__normal > li:not(:first-child) {
	margin-top: 4px;
}
.list__normal > li {
	position: relative;
	padding-left: 14px;
	font-size: 12px;
}
.list__normal > li::before {
	content: '・';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.list__notes {
	margin-top: 8px;
}
.list__notes > li:not(:first-child) {
	margin-top: 4px;
}
.list__notes > li {
	position: relative;
	padding-left: 14px;
	font-size: 12px;
}
.list__notes > li::before {
	content: '※';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.ly_flowCont {
}
.el_flowBox {

}
.el_flowBox_title {
    position: relative;
    background-color: #7c6957;
    background-image: url(/common/img/mark01.png);
    background-position: 7px center;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 35px;
    padding: 10px 10px 10px 40px;
}
.el_flowBox_title:first-child {
	margin-top: 0;
}
.el_flowBox_title + * {
    margin-top: 1em;
    line-height: 1.7;
}
.el_flowBox_numTxt {
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    left: calc(15 / 30 * 1em);
	top: 50%;
	transform: translateY(-40%);
	margin-top: -8px;
    width: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    line-height: 1;
}