@charset "utf-8";
/* CSS Document */
/* @group Reset */



a {
	text-decoration: none
}

ul,
ol {
	list-style: none
}

img {
	vertical-align: middle
}

.wf-mplus1p {
	font-family: "M PLUS 1p";
}

.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}

/* @end */


/* @group Fluid-img */

img {
	max-width: 100%
}

.img_topics {
	width: 50%;

	text-align: center;
}

.pagewrap {
	padding-top: 100px;
	margin-bottom: 200px;
	height: auto;
}

/*最小*/
@media screen and (max-width: 839px) {

	.img_topics {
		width: 80%;
		text-align: center;
		margin-left: -20px;
	}

}


/* @end */


/* @group HTML */

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	/*レスポンシブタイプセッティングの指定*/

	line-height: 1.75em
}


/* @end */




body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FEF4EB;
	color: #271414;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: “alpha(opacity=60)”;
}

.shippori {
	font-family: 'Shippori Mincho B1', serif;
}

p.shippori {
	font-size: 150%;
}

a {
	/*リンクされた文字*/
	font-size: 108%;

	color: #006;
	font-style: normal;
	text-decoration: underline;

}

a:link {
	/*未訪問のリンク*/
	font-size: 108%;
	line-height: 25px;
	color: #006;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	/*訪問後のリンク*/
	font-size: 108%;
	line-height: 25px;
	color: #934C7B;
	text-decoration: underline;
}

a:hover {
	/*マウスをのせたとき*/
	font-size: 108%;
	line-height: 25px;
	color: #060;
	font-style: normal;
	text-decoration: underline;
}

/* @group Header */

header {
	text-align: center;
	/*padding-top : 1.5em;*/
}

header h1 {
	margin-bottom: 0.5em;
}

header h2 {
	margin-top: 2em;
}

.yellow {
	color: #98c845;
}

.pink {
	color: #fe1b66;
}

.blue {
	color: #1b66fe;
}


.deep {
	color: #421bfe;
}

.aqua {
	color: #1bd8fe;
}

.bg_w {
	background-color: #FFF;
	padding: 10px;

}


/* @end */


.wrapper {
	width: 90%;
	margin: 0 auto;
}

.content {
	/*background:#E8FFFF;*/
	/*padding:30px;*/
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*ふわっとでてくるsection*/

section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5%;
	box-sizing: border-box;
}

section div {
	width: 23%;
	height: 300px;
	margin: 0 0 2.5vw;
	padding: 3%;
	box-sizing: border-box;
	background: #09c;
}



/*ふわっとアニメーション*/
.sa {
	opacity: 0;
	transition: all .5s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--lr {
	transform: translate(-100px, 0);
}

.sa--rl {
	transform: translate(100px, 0);
}

.sa--up {
	transform: translate(0, 100px);
}

.sa--down {
	transform: translate(0, -100px);
}

.sa--scaleUp {
	transform: scale(.5);
}

.sa--scaleDown {
	transform: scale(1.5);
}

.sa--rotateL {
	transform: rotate(180deg);
}

.sa--rotateR {
	transform: rotate(-180deg);
}



/*//ふわっと*/



/*ふきだし*/
.balloon2-top {
	position: relative;
	display: inline-block;
	margin: 1.5em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 60%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #1b66fe;
	box-sizing: border-box;
	border-radius: 15px;
	line-height: 1.75em;
}

.balloon2-top:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

.balloon2-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #1b66fe;
	z-index: 1;
}

.balloon2-top p {
	margin: 0;
	padding: 20px;
}



/*最小 ふきだし*/
@media screen and (max-width: 767px) {
	.balloon2-top {
		position: relative;
		display: inline-block;
		margin: 1em 1.5em 1em -1em;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 12px;
		background: #FFF;
		border: solid 2px #1b66fe;
		box-sizing: border-box;
		border-radius: 20px;
		line-height: 1.6em;
	}

	.balloon2-top:before {
		content: "";
		position: absolute;
		top: -24px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-bottom: 12px solid #FFF;
		z-index: 2;

	}

	.balloon2-top:after {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-bottom: 14px solid #1b66fe;
		z-index: 1;
	}

	.balloon2-top p {
		margin: 0;
		padding: 20px 0;
	}


}

/*//ふきだし*/






.footer {
	width: 100%;
	background: #FFD8B5;

	color: #300;

}

.footer p {
	padding: 20px;
	text-align: center;



}



/*header_ナビゲーションバーの設定*/
/*PCヘッダーの幅*/
.inner {
	width: 80%;
	margin: 0 auto;
}

/*.inner:after {
	content: "";
	clear: both;
	display: block;
}*/





/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}

#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	font-size: 20px;
	display: none;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 5px;
	font-size: 14px;

}

#global-nav ul li {
	float: left;
	position: relative;
	font-weight: bold;

}

#global-nav ul li a {
	padding: 0 20px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #98c845;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
}

#global-nav ul li:hover:after {
	background: #98c845;
	transform: scale(1, 1);
}


/* Fixed スクロール固定*/
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 40px;
	height: 40px;
	background: #fff;
	background: rgba(255, 255, 255, .7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
	font-size: 20px;
	color: #333;
	margin-top: -20px;
	display: inline;
}

#top-head.fixed #global-nav ul {
	top: -5px;

}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */



/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

*/


/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}



/*中間*/
@media screen and (max-width: 1024px) {
	article {
		padding: 0 30px;
	}

	.inner {
		max-width: 1024px;
		padding: 0 0px;
	}


	#top-head .logo {
		float: none;
		text-align: left;
		font-size: 20px;
		color: #1bd8fe;
		margin-top: -10px;
		padding-left: 15px;


	}

	#global-nav ul {
		position: relative;
		top: 10px;
		float: none;
		max-width: 840px;
		margin: 0 auto;
	}

	#global-nav ul li {
		font-size: 75%;
		padding: 0 -10px;
	}

	/* Btn Hover */


	/* Fixed Btn Hover */


	/* Fixed スクロール固定*/
	#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		padding-top: 20px;
		height: 100px;
		background: #fff;
		background: rgba(255, 255, 255, .7);

		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
	}

	#top-head.fixed .logo {
		/*height:35px;*/
		color: #333;
		margin-top: -10px;
		display: block;
	}

	#top-head.fixed #global-nav ul {
		top: 2px;
		margin-bottom: 20px;

	}

	#top-head.fixed #global-nav ul li a {
		color: #333;
		padding: 0 20px;
	}

	/*固定ナビここまで*/
}


/*最小*/
@media screen and (max-width: 839px) {
	#main-visual {
		height: 800px;

	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}

	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0px;
		background: transparent;
		background: rgba(255, 255, 255, 0.7);
		height: 56px;
	}


	#mobile-head {

		width: 100%;
		/*height: 56px;*/
		z-index: 999;
		position: relative;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		margin-top: 10px;
		color: #333;
		font-size: 18px;
	}

	/*モバイルフレックス時のずれ対策*/
	#top-head.fixed .logo {

		display: inline;

	}




	/**/
	#global-nav {
		position: absolute;

		top: -600px;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 13px;
	}

	#global-nav ul li {
		float: none;
		position: static;
	}

	#global-nav ul li:after {
		display: none;
	}

	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}

	#nav-toggle {
		display: block;
	}

	/* #nav-toggle */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* #global-nav  */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}



	/*TOP画像をナビバー分下げる*/
	/*.top_img_warp{
	height:56px;
	
	}*/


}

/*///ヘッダーナビ*/




/*PC　フォント*/
@media screen and (min-width:1024px) {
	p.topics {
		padding: 1em 0em 2em 0em;
		text-align: center;
		text-indent: 1em;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 180%;
		line-height: 1.75em;
		font-weight: bold;



	}

	.topics h1 {
		text-align: center;
		font-size: 102%;
		padding: 0.5em 0;
		/*上下の余白*/
		/*border-top: solid 3px #98c845;/*上線*/
		/*border-bottom: solid 3px #98c845;/*下線*/
		margin-bottom: 1em;
		font-size: 200%;
		line-height: 1.5em;
	}

}

/*中間ブラウザ　フォント*/




.footer p {
	padding: 20px;


}



}

/*中間ブラウザフォントここまで*/

/*最小ブラウザフォント*/
@media screen and (max-width: 540px) {




	.footer {

		max-width: 90%;
		margin-top: 7em;
	}

	.footer p {
		max-width: 90%;
		margin: 0 auto;
		font-size: 70%;
		line-height: 1.75em;


	}






	/*回り込み*/

	.right {
		display: none;
	}

	.left {
		text-align: center;
		margin: 0 auto;
		padding-bottom: 2em;
	}

	h1 {
		text-align: center;
	}

	h2 {
		text-align: center;
	}

	.clear {
		clear: both;
	}

	.item {
		width: 32%;


	}

	/*ヘッダー画像の文字サイズ*/
	#title_img {
		font-size: 50%;
		top: 50%;
		left: 0%;

	}




}

/*ここまで最小ブラウザ font	*/


/*回り込み*/
.right {
	float: right;

}

.side_right {
	float: right;

}

.left {
	float: left;

}

.clear {
	clear: both;
}



/*画像均一*/

.menu {
	margin-bottom: 2em;

}

.item img {
	width: 100%;
	height: 100%;

}

.item {
	/*width:32%;*/
	display: inline-flex;
	justify-content: space-between;
}


/*top_title画像文字*/
#index_img {
	/*親div*/
	position: relative;
	/*相対配置*/

}

#index_img .top_logo {
	z-index: 999;
	position: absolute;

}


/*タイトル画像文字*/
#title_img {
	/*親div*/
	position: relative;
	/*相対配置*/
}

#title_img p {
	position: absolute;
	/*絶対配置*/
	color: white;
	/*文字は白に*/
	top: 50%;
	left: 30%;
	-ms-transform: translate(-50%, -30%);
	-webkit-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
	margin: 0;
	padding: 0;
	font-weight: bold;
	/*太字に*/
	font-size: 300%;
	/*サイズ2倍*/
	font-family: "游明朝", Times, serif;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

/*#title_img img {
  width: 100%;
  } */



/*topic*/
.topics {
	padding: 1em 0em 2em 0em;
	text-align: center;
	text-indent: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	line-height: 1.75em;
	font-weight: bold;



}

.topics h1 {
	text-align: center;
	font-size: 102%;
	padding: 0.5em 0;
	/*上下の余白*/
	/*border-top: solid 3px #98c845;/*上線*/
	/*border-bottom: solid 3px #98c845;/*下線*/
	/*margin-bottom:1em;*/
	font-size: 200%;
	line-height: 1.5em;
}




/*最小topics*/
@media only screen and (max-width: 767px)
/* 640 */
	{

	.topics h1 {
		text-align: center;
		font-size: 100%;
		/*padding: 0.5em 0;/*上下の余白*/
		/*border-top: solid 3px #98c845;/*上線*/
		/*border-bottom: solid 3px #98c845;/*下線*/
		/*margin-bottom:1em;*/
		font-size: 150%;

	}

}


/*画像並べる*/
.flex dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	/*margin-top: 20px;*/
	/*border-bottom: 1px solid #d4d4d4;*/

}

.flex dd {
	margin: 0px 3px 6px 3px;
}

/*.flex dl dt{
	font-size: 16px;
	width: 13em;
}

.flex dl dt span{
	margin-right: 8px;
	vertical-align: middle;
}*/

/*.flex dl dd{
	width: calc(100% - 13em);
	margin-left: 10px;
}*/
/*マップ*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*/マップ*/

/*りんく*/
#link {
	text-align: center;


}

/*角丸枠（予約）*/
p .radius {
	border-radius: 30px;
	border-color: #FFF;


}



/*謎余白対策*/
.wrap {
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
}







.top_img {
	opacity: 0.6;

}

.o_f {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

/*中間*/
@media screen and (max-width: 900px) {
	.o_f {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	#index_img .top_logo {
		z-index: 999;
		position: absolute;
		/*絶対配置*/
		margin: 5em;

	}

}

/*最小*/
@media screen and (max-width: 427px) {
	.o_f {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

	#index_img .top_logo {
		z-index: 999;
		position: absolute;
		/*絶対配置*/
		margin: 2em;

	}
}




/*ﾒﾆｭｰ*/
.salon_sub {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.salon {
	margin: 2em 0 1em 0;
}

#salonmenu p {
	background-color: #e1eedf;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #186600;
	width: 80%;
	margin: 30px 0;


}

/*バックグラウンド*/
.bg_al80 {
	background-image: url(img/bg_al80.png);


}

/*角丸*/
.maru {
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
}

/*テーブル*/

.salon {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 108%;
	line-height: 25px;
	color: #403535;
	width: 100%;


}



/*最小*/
@media screen and (max-width: 767px) {
	.salon_sub {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.salon {
		margin: 2em 0 1em 0;
	}

	.salon th {
		text-align: left;
		padding: 5px;
		border: #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		background: #F5F5F5;
		font-weight: bold;
		/*line-height: 120%;*/
		width: 60%;
		font-size: 70%;

	}

	.salon td {
		padding: 5px;
		border: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		background: #FFFFFF;
		font-size: 70%;
	}


}

.salon th {
	text-align: left;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	/*line-height: 120%;*/
	width: 60%;

}

.salon td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #FFFFFF;

}

.salon2 {
	border: 1px #6385AB solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 108%;
	line-height: 25px;
	color: #403535;


}

.salon2 th {
	text-align: left;
	padding: 5px;
	border: #6385AB solid;
	border-width: 0 0 1px 1px;
	background: #DFE6EE;
	font-weight: bold;
	/*line-height: 120%;*/
	width: 60%;

}

.salon2 td {
	padding: 5px;
	border: 0px #6385AB solid;
	border-width: 0 0 1px 0px;


}

/*マップ*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 60%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*最小*/
@media screen and (max-width: 767px) {
	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		width: 100%;
	}


}


/*/マップ*/



.minbox {
	background-color: #FFF;
	width: 60%;
	margin: 0 auto;
	border: #FFF solid thin;
	border-radius: 15px;



}

#access img {
	width: 60%;

}

#access img.icon_line {
	width: 10vh !important;

}

.minbox p {
	padding: 20px;
	line-height: 1.75em;



}

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

	.minbox {
		background-color: #FFF;
		width: 100%;
		/*最小*/


	}

	#access img {
		width: 100%;

	}
}

/*comfy*/
#comfy img {
	margin: 1em 0;
}

#comfy p {
	font-weight: bold;

}