@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------
 ENTRANCE
--------------------------------------------- */
#entrance {
	width: 100%;
	height: 100%;
	/* スクロールで非表示ここから */
	transition: opacity 0.7s ease, visibility 0.7s ease;
	opacity: 1;
	visibility: visible;
}
#entrance.hide{
	opacity: 0;
	visibility: hidden;
}
	/* スクロールで非表示ここまで */

#entrance::before {
	content: "";
	/* 画面全体に広げる */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 画像の配置設定 */
	background-image: url("https://sumidamusuru.com/images/pop20260719.png"), url("https://sumidamusuru.com/images/bg_img.jpg");
	background-size: 500px auto, 100% auto;
	-webkit-background-size: 500px auto, 100% auto;
	-moz-background-size: 500px auto, 100% auto;
	-o-background-size: 500px auto, 100% auto;
	background-position: center 30%, center bottom;
	background-repeat: no-repeat;
	/* 重ね順を一番下にする */
	z-index: -1; 
}
@media (max-width: 1920px) {
#entrance::before {
	background-image: url("https://sumidamusuru.com/images/pop20260719.png"), url("https://sumidamusuru.com/images/bg_img1920.jpg");
	background-size: 400px auto, 100% auto;
	-webkit-background-size:400px auto, 100% auto;
	-moz-background-size: 400px auto, 100% auto;
	-o-background-size: 400px auto, 100% auto;
	background-position: center 30%, center bottom;
}
}
@media (max-width: 1024px) {
#entrance::before {
	background-image: url("https://sumidamusuru.com/images/pop20260719.png"), url("https://sumidamusuru.com/images/bg_img1024.jpg");
	background-size: 60% auto, 100% auto;
	-webkit-background-size: 60% auto, 100% auto;
	-moz-background-size: 60% auto, 100% auto;
	-o-background-size: 60% auto, 100% auto;
	background-position: center 30%, center bottom;
}
}
@media (max-width: 768px) {
#entrance::before {
	background-image: url("https://sumidamusuru.com/images/pop20260719.png"), url("https://sumidamusuru.com/images/bg_img768.jpg");
	background-size: 70% auto, 100% auto;
	-webkit-background-size: 70% auto, 100% auto;
	-moz-background-size: 70% auto, 100% auto;
	-o-background-size: 70% auto, 100% auto;
	background-position: center 30%, center bottom;
}
}
/**---------logo_unit01*/
#logo_unit01 {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
#logo_unit01 ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	overflow: hidden;
}
#logo01 {
	background: #FFF; /* 数秒後に白バックにするため*/
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#logo01 a {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none; /* 数秒後にフェードイン */
}
#logo01 img {
	width: 120px;
	height: auto;
}
@media (max-height: 1366px) {
	#logo01 img {
	width: auto;
	height: 600px;
}
}
@media (max-height: 1024px) {
	#logo01 img {
	width: auto;
	height: 500px;
}
}
@media (max-height: 768px) {
	#logo01 img {
	width: auto;
	height: 360px;
}
}
@media (max-height: 480px) {
	#logo01 img {
	width: auto;
	height: 300px;
}
}
/**---------logo_unit02*/
#logo_unit02 {
	height: 100%;
	display: table-row;
	vertical-align: bottom;
}
#logo_unit02 ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	overflow: hidden;
}
#logo02 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	display: none; /* 数秒後にフェードイン */
}
#logo02 img {
	width: 500px;
	height: auto;
	padding: 0;
}
@media (max-height: 1366px) {
	#logo02 img {
	width: auto;
	height: 400px;
}
}
@media (max-height: 1024px) {
	#logo02 img {
	width: auto;
	height: 360px;
}
}
@media (max-height: 768px) {
	#logo02 img {
	width: auto;
	height: 320px;
}
}
@media (max-height: 480px) {
	#logo02 img {
	width: auto;
	height: 280px;
}
}
/**---------jump*/
.jump.is-active {
	animation: jumpFadeIn 1s cubic-bezier(0.17, 0.88, 0.32, 1.27) forwards;
}
@keyframes jumpFadeIn {
	0% {
	opacity: 0;
	transform: translateY(300px);
}
	50% {
	opacity: 1;
	transform: translateY(-300px); /* 一度上に飛び出す */
}
	60% {
	opacity: 1;
	transform: translateY(0); /* 底辺 */
}
	70% {
	opacity: 1;
	transform: translateY(-100px); /* 少し上がる */
}
	80% {
	opacity: 1;
	transform: translateY(0); /* 底辺 */
}
	90% {
	opacity: 1;
	transform: translateY(-30px); /* 少し上がる */
}
	100% {
	opacity: 1;
	transform: translateY(0); /* 通常の位置に落ち着く */
}
}
/**---------mascot_unit*/
#mascot_unit01 {
	height: 100%;
	display: table-row;
	vertical-align: bottom;
}
#mascot_unit01 ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	overflow: hidden;
}
#mascot_unit02 {
	height: 100%;
	display: table-row;
	vertical-align: bottom;
}
#mascot_unit02 ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	overflow: hidden;
}
.mascot_img img {
	width: 420px;
	height: auto;
}
#mascot01 {
	position: fixed;
	left: 15%;
	bottom: 0;
	display: none; /* 数秒後にフェードイン */
}
#mascot02 {
	position: fixed;
	right: 15%;
	bottom: 0;
	display: none; /* 数秒後にフェードイン */
}
@media (max-width: 1920px) {
	.mascot_img img {
	width: 410px;
	height: auto;
}
	#mascot01 {
	left: 10%;
}
	#mascot02 {
	right: 10%;
}
}
@media (max-width: 1366px) {
	.mascot_img img {
	width: 400px;
	height: auto;
}
	#mascot01 {
	left: 5%;
}
	#mascot02 {
	right: 5%;
}
}
@media (max-width: 1024px) {
	.mascot_img img {
	width: 320px;
	height: auto;
}
	#mascot01 {
	left: 0%;
}
	#mascot02 {
	right: 0%;
}
}
@media (max-width: 768px) {
	.mascot_img img {
	width: 300px;
	height: auto;
}
	#mascot01 {
	left: -5%;
}
	#mascot02 {
	right: -5%;
}
}
@media (max-width: 640px) {
	.mascot_img img {
	width: 270px;
	height: auto;
}
	#mascot01 {
	left: -10%;
}
	#mascot02 {
	right: -10%;
}
}
@media (max-width: 480px) {
	.mascot_img img {
	width: 240px;
	height: auto;
}
	#mascot01 {
	left: -15%;
}
	#mascot02 {
	right: -15%;
}
}
@media (max-width: 375px) {
	.mascot_img img {
	width: 200px;
	height: auto;
}
	#mascot01 {
	left: -18%;
}
	#mascot02 {
	right: -18%;
}
}

/* ------------------------------------------
	CONCEPT
--------------------------------------------- */
/**---------concept*/
#concept {
	background-image: url("https://sumidamusuru.com/images/img_start.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	padding: 700px 0 100px;
	overflow: hidden;
	position: relative;
}
#concept h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1920px) {
 #concept {
	padding: 600px 0 100px;
}
}
@media (max-width: 1366px) {
#concept {
	background-size: 120% auto;
	padding: 500px 0 80px;
}
}
@media (max-width: 1024px) {
 #concept {
	background-size: 130% auto;
	padding: 400px 0 80px;
}
}
@media (max-width: 768px) {
 #concept {
	padding: 350px 0 80px;
}
}
@media (max-width: 640px) {
#concept {
	background-size: 150% auto;
	padding: 300px 0 60px;
}
}
@media (max-width: 480px) {
 #concept {
	background-size: 200% auto;
	padding: 250px 0 60px;
}
}
@media (max-width: 320px) {
 #concept {
	background-size: 300% auto;
	padding: 250px 0 60px;
}
}


/**---------concept_unit*/
#concept_unit {
	width: 100%;
	color: #FFFFFF;
	padding: 0;
	margin: 0 auto 0;
	display: inline; /* IE6 fix */
	overflow: hidden;
}
#concept_unit ul {
	margin: 0 auto 0;
}
.concept_title {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0 0 40px;
}
.concept_title br {
	display: none;
}
.concept_comment {
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 20px 0 0;
}
@media (max-width: 1024px) {
.concept_title {
	font-size: 38px;
}
.concept_comment {
	font-size: 19px;
	line-height: 33px;
}
}
@media (max-width: 768px) {
.concept_title {
	font-size: 34px;
	margin: 0 0 30px;
}
.concept_comment {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0em;
}
}
@media (max-width: 640px) {
.concept_title {
	font-size: 32px;
	line-height: 42px;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}
 .concept_title br {
	display: block;
}
 .concept_comment {
	text-align: left;
}
 .concept_comment br {
	display: none;
}
}

/* ------------------------------------------
	VIDEO
--------------------------------------------- */
/**---------video*/
#video {
	width: 100%;
	float: left;
	padding: 0 0 140px;
	overflow: hidden;
	position: relative;
}
#video h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#video {
	padding: 0 0 80px;
}
}
@media (max-width: 640px) {
	#video {
	padding: 0 0 60px;
}
}
/**---------video_unit*/
#video_unit {
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	display: block; /* IE6 fix */
	overflow: hidden;
}
#video_unit video {
	width: 50%;
	height: auto;
	margin: 0 25% 0;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
}
@media (max-width: 1920px) {
#video_unit video {
	width: 60%;
	height: auto;
	margin: 0 20% 0;
	border-radius: 90px;		/* CSS3草案 */
	-webkit-border-radius: 90px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 90px;	/* Firefox用 */
}
}
@media (max-width: 1366px) {
#video_unit video {
	width: 70%;
	height: auto;
	margin: 0 15% 0;
	border-radius: 80px;		/* CSS3草案 */
	-webkit-border-radius: 80px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 80px;	/* Firefox用 */
}
}
@media (max-width: 1024px) {
#video_unit video {
	width: 80%;
	height: auto;
	margin: 0 10% 0;
	border-radius: 70px;		/* CSS3草案 */
	-webkit-border-radius: 70px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 70px;	/* Firefox用 */
}
}
@media (max-width: 640px) {
#video_unit video {
	width: 80%;
	height: auto;
	margin: 0 10% 0;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
}
}
/* ------------------------------------------
 SAUNA
--------------------------------------------- */

/**---------sauna*/
#sauna {
	background-image: url("https://sumidamusuru.com/images/bg_sauna.png");
	background-position: center 95%;
	background-size: auto 240px;
	background-repeat: no-repeat;
	width: 100%;
	float:left;
	padding: 140px 0 240px;
	overflow:hidden;
	position:relative;
}
#sauna h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#sauna {
	padding: 100px 0 240px;
}
}
@media (max-width: 640px) {
	#sauna {
	padding: 80px 0 240px;
}
}

/**---------sauna_unit*/
#sauna_unit {
	background-image: url("https://sumidamusuru.com/images/bg_sauna.png");
	background-position: center bottom;
	background-size: auto 240px;
	background-repeat: no-repeat;
	padding: 0 0 240px;
	margin: 0 auto 0;
	display: inline;	/* IE6 fix */
	overflow:hidden;
}
#sauna_unit ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	margin: 0 auto 0;
	writing-mode: vertical-rl;	/* 縦書き*/
	-ms-writing-mode: tb-rl;	/* IE縦書き*/
	-webkit-writing-mode: vertical-rl;	 /* Safari縦書き*/
	text-orientation: mixed;	/* 英文縦書き*/
	-webkit-text-orientation: mixed;	/* Safari英文縦書き*/
	align-items: center;	/* Safari中央揃え*/
	white-space: nowrap;	/*自動改行しない*/
}
.sauna_head {
	width: 100%;
	font-family: "Commissioner", sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 15px ;
	letter-spacing: 0em;
}
.sauna_text {
	width: 100%;
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0em;
	padding: 0 0 5px;
	margin:5px 0 0;
}
.sauna_text p {
	font-size: 90%;
	letter-spacing: 0em;
	float: right;
	display:inline;
}

/**---------sauna_slide_unit*/
#sauna_slide_unit {
	padding: 0;
	margin: 0 ;
	display: inline; /* IE6 fix */
	overflow: hidden;
}
@media (max-width: 640px) {
	#sauna_slide_unit {
	margin: 0;
}
}

/* ------------------------------------------
 FLOW
--------------------------------------------- */

/**---------flow*/

#flow {
	width: 100%;
	float:left;
	padding: 140px 0 140px;
	overflow:hidden;
	position:relative;
}
#flow h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#flow {
	padding: 100px 0 80px;
}
}
@media (max-width: 640px) {
	#flow {
	padding: 80px 0 60px;
}
}

/**---------flow_unit*/
#flow_unit01 {
	width: 100%;
	padding: 0;
	margin: 0 0 60px;
	display: block;
	overflow:hidden;
}
#flow_unit02 {
	width: 100%;
	padding: 0;
	margin: 0 0 60px;
	display: block;
	overflow:hidden;
}
@media (max-width: 1366px) {
#flow_unit01 {
	margin: 0 0 60px;
}
#flow_unit02 {
	margin: 0 0 60px;
}
}
@media (max-width: 1024px) {
#flow_unit01 {
	margin: 0 0 60px;
}
#flow_unit02 {
	margin: 0 0 60px;
}
}
.flow_img {
	width: 33.3%;
	text-align: center;
	margin:0;
}
.flow_img img{
	width: 95%;
}
@media (max-width: 480px) {
.flow_img {
	width: 100%;
	margin: 5px 0 5px;
}
.flow_img img{
	width: 80%;
}
}
.flow_text {
	width: 100%;
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0 0 10px;
	margin:20px 0 0;
	border-bottom: 3px dotted #B5B5B5;
	display: block;
}
.flow_text br {
	display: none;
}
.flow_text span {
	font-family: "Commissioner", sans-serif;
	font-weight: 900;
	font-size: 200%;
	margin: 0 0 15px ;
	letter-spacing: 0em;
	display: block;
}
.flow_text p {
	font-weight: 400;
	font-size: 80%;
	line-height: 26px;
	margin: 15px 0 0;
	letter-spacing: 0em;
}
 .flow_text p br {
	display: block;
}
@media (max-width: 1024px) {
.flow_text {
	font-size: 22px;
	line-height: 35px;
}
}
@media (max-width: 768px) {
.flow_text {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0em;
}
}
@media (max-width: 640px) {
 .flow_text {
	text-align: left;
}
 .flow_text br {
	display: block;
}
.flow_text p br {
	display: none;
}
}

/* ------------------------------------------
 PLAN
--------------------------------------------- */

#plan {
	width: 100%;
	float:left;
	padding: 140px 0 140px;
	overflow:hidden;
	position:relative;
}
#plan h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#plan {
	padding: 100px 0 80px;
}
}
@media (max-width: 640px) {
	#plan {
	padding: 80px 0 60px;
}
}
/**---------plan_unit*/
#plan_unit01 {
	width:100%;
	padding: 0;
	margin: 0 0 60px;
	display: block;
	overflow:hidden;
}
#plan_unit02 {
	padding: 0;
	padding: 20px 0;
	display: block;
	overflow:hidden;
	float: left;
}
#plan_unit03 {
	padding: 0;
	padding: 20px 0;
	display: block;
	overflow:hidden;
	float: right;
}

/**---------plan_frame*/
.plan_frame01 {
	width:33.1%;
	border-left: 1px solid #000;
	padding: 20px 0;
	overflow:hidden;
	float: left;
}
.plan_frame02 {
	width:33.1%;
	border-left: 1px solid #000;
	padding: 20px 0;
	overflow:hidden;
	float: left;
}
.plan_frame03 {
	width:33.1%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 20px 0;
	overflow:hidden;
	float: right;
}
@media (max-width: 640px) {
.plan_frame01 {
	width:100%;
	border-top: 1px solid #000;
	border-left: none;
	padding: 20px 0;
}
.plan_frame02 {
	width:100%;
	border-top: 1px solid #000;
	border-left: none;
	padding: 20px 0;
}
.plan_frame03 {
	width:100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;
	padding: 20px 0;
}
}
.plan_price {
	width:100%;
	font-size: 18px;
	line-height:36px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.plan_price p{
	font-size: 36px;
	margin: 0 0 0 10px;
	display:inline;
}
.plan_supp {
	width:100%;
	height: 30px;
	font-size: 16px;
	line-height:18px;
	font-weight: 400;
	text-align: center;
}
@media (max-width: 640px) {
.none {
	display:none;
}
}

@media (max-width: 1024px) {
.plan_price {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.plan_price p{
	font-size: 32px;
	display:inline;
}
}

.plan_head {
	width: 100%;
	font-family: "Commissioner", sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 15px ;
	letter-spacing: 0em;
}
.plan_text {
	width: 100%;
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0em;
	padding: 0 0 5px;
	margin:5px 0 0;
	border-bottom: 3px dotted #B5B5B5;
}
.plan_text p {
	font-size: 90%;
	letter-spacing: 0em;
	float: right;
	display:inline;
}

/* ------------------------------------------
 Q and A
--------------------------------------------- */

/**---------qa_unit*/
#qa_unit {
	width: 100%;
	padding:  0 ;
	margin: 0 auto 0;
	display: inline; /* IE6 fix */
	overflow: hidden;
}
#qa_unit ul {
	margin: 0 auto 0;
}
/**---------click hide*/
.qa_open { 
  cursor: pointer;
  padding: 10px 0;
} 

.qa_hide {
  display: none;
} 

.qa_text {
	width: 100%;
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0 0 20px;
	margin:15px 0 0;
	border-bottom: 3px dotted #B5B5B5;
	display: block;
}
.qa_text br {
	display: none;
}
.qa_text span {
	font-family: "Commissioner", sans-serif;
	font-weight: 900;
	font-size: 150%;
	margin: 0 0 10px ;
	letter-spacing: 0em;
	display: block;
}
.qa_text a {
    color: #322e2e;
    font-weight: 700;
    text-decoration: underline;
}
.qa_text p {
	font-weight: 400;
	font-size: 80%;
	line-height: 28px;
	margin: 10px 0 0;
	letter-spacing: 0em;
}
 .qa_text p br {
	display: block;
}
@media (max-width: 768px) {
.qa_text {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0em;
}
}
@media (max-width: 640px) {
 .qa_text {
	text-align: left;
}
 .qa_text br {
	display: block;
}
.qa_text p br {
	display: none;
}
}


/* ------------------------------------------
 EQUIPMENT
--------------------------------------------- */

#equip {
	width: 100%;
	float:left;
	padding: 140px 0 140px;
	overflow:hidden;
	position:relative;
}
#equip h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#equip {
	padding: 100px 0 80px;
}
}
@media (max-width: 640px) {
	#equip {
	padding: 80px 0 60px;
}
}
/**---------equip_unit*/
#equip_unit01 {
	padding: 0;
	display: block;
	overflow:hidden;
	float: left;
}
#equip_unit02 {
	padding: 0;
	display: block;
	overflow:hidden;
	float: right;
}

.equip_text {
	width: 100%;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	padding: 0 0 5px;
	margin:5px 0 0;
	border-bottom: 3px dotted #B5B5B5;
}
.equip_text p {
	font-size: 90%;
	font-weight: 900;
	letter-spacing: 0em;
	float: right;
	display:inline;
}
.equip_text l {
    font-size: 90%;
    line-height: 22px;
    letter-spacing: 0em;
	padding: 5px 0 0;
	margin:3px 0 0;
    display: block;
    border-top: 1px solid #B5B5B5;
}
 /* ------------------------------------------
	CAFEBAR
--------------------------------------------- */
#cafebar {
	width: 100%;
	float:left;
	padding: 140px 0 140px;
	overflow:hidden;
	position:relative;
}
#cafebar h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#cafebar {
	padding: 100px 0 80px;
}
}
@media (max-width: 640px) {
	#cafebar {
	padding: 80px 0 60px;
}
}
/**---------cafebar_unit*/
#cafebar_unit {
	width: 100%;
	color: #FFFFFF;
	background-image: url("https://sumidamusuru.com/images/bg_cafebar.png");
	background-position: center bottom;
	background-size: auto 240px;
	background-repeat: no-repeat;
	padding: 0 0 240px;
	margin: 0 auto 0;
	display: inline; /* IE6 fix */
	overflow: hidden;
}
#cafebar_unit ul {
	margin: 0 auto 0;
}
.cafebar_title {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0 0 40px;
}
.cafebar_title br {
	display: none;
}
.cafebar_comment {
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 20px 0 0;
}
@media (max-width: 1024px) {
.cafebar_title {
	font-size: 38px;
}
.cafebar_comment {
	font-size: 19px;
	line-height: 33px;
}
}
@media (max-width: 768px) {
.cafebar_title {
	font-size: 34px;
	margin: 0 0 30px;
}
.cafebar_comment {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0em;
}
}
@media (max-width: 640px) {
.cafebar_title {
	font-size: 32px;
	line-height: 42px;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}
 .cafebar_title br {
	display: block;
}
 .cafebar_comment {
	text-align: left;
}
 .cafebar_comment br {
	display: none;
}
}
#cafebar_unit01 {
	padding: 0;
	margin: 60px 0 0;
	display: block;
	overflow:hidden;
	float: left;
}
#cafebar_unit02 {
	padding: 0;
	margin: 60px 0 0;
	display: block;
	overflow:hidden;
	float: right;
}
.cafebar_head {
	width: 100%;
	color: #FFFFFF;
	font-family: "Commissioner", sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 15px ;
	letter-spacing: 0em;
}
.cafebar_head p {
	font-size: 70%;
	font-weight: 500;
	letter-spacing: 0em;
	float: right;
	display:inline;
}
.cafebar_text {
	width: 100%;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	padding: 0 0 5px;
	margin: 5px 0 0;
	border-bottom: 3px dotted #ADACA7;
}
.cafebar_text a {
    color: #FFFFFF;
    text-decoration: underline;
}
.cafebar_text p {
	font-size: 90%;
	font-weight: 900;
	letter-spacing: 0em;
	float: right;
	display:inline;
}
/**---------cafebar_slide_unit*/
#cafebar_slide_unit {
	padding: 0;
	margin: 0 0 60px;
	display: inline; /* IE6 fix */
	overflow: hidden;
}
@media (max-width: 1024px) {
	#cafebar_slide_unit {
	margin: 0 0 40px;
}
}
@media (max-width: 640px) {
	#cafebar_slide_unit {
	margin: 0 0 20px;
}
}
/* ------------------------------------------
 ABOUT US
--------------------------------------------- */

#about {
	width: 100%;
	float:left;
	padding: 140px 0 140px;
	overflow:hidden;
	position:relative;
}
#about h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#about {
	padding: 100px 0 80px;
}
}
@media (max-width: 640px) {
	#about {
	padding: 80px 0 60px;
}
}
/**---------about_unit*/
#about_unit01 {
	padding: 0;
	display: block;
	overflow:hidden;
	float: left;
}
#about_unit02 {
	padding: 0;
	display: block;
	overflow:hidden;
	float: right;
}
.about_img {
	width: 100%;
	padding: 0;
	margin:0 auto 0;
	text-align: left;
}
.about_img img {
	width:80%;
	height: auto;
}
@media (max-width: 640px) {
.about_img {
	margin:0 auto 60px;
	text-align: center;
}
.about_img img {
	width: 30%;
	height: auto;
}
}
.about_head {
	width: 100%;
	font-weight: 100;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	padding: 0 0 10px;
	margin: 0 0 5px;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #322e2e;
}
.about_head p {
	font-family: "Commissioner", sans-serif;
	font-size: 60%;
	font-weight: 900;
	letter-spacing: 0em;
	padding: 0 ;
	margin: 0 15px 0 0 ;
	display:inline;
}
.about_text {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	letter-spacing: 0em;
	padding: 0 0 10px;
	margin: 10px 0 0;
	border-bottom: 3px dotted #B5B5B5;
	display: block;
}
 .about_text img{
	width: 24px;
	height: auto;
	padding: 5px 0 0;
	float: left;
}
.about_text br {
	display: none;
}
.about_text p {
	width: 90%;
	float: right;
}
.about_text span {
	font-family: "Commissioner", sans-serif;
	font-size: 80%;
	font-weight: 900;
}
.about_text a {
	color: #322e2e;
}
.about_text a:hover {
	font-weight: 900;
}
@media (max-width: 640px) {
.about_head {
	text-align: center;
}
}
@media (max-width: 480px) {
.about_head p {
	display: block;
}
}
/* ------------------------------------------
	MAP
--------------------------------------------- */

/**---------map*/

#map {
	width: 100%;
	float:left;
	padding: 0;
	overflow:hidden;
	position:relative;
}

#map h1{
	text-indent: -9999px;
	width:100%;
	height: 0px;
	margin: 0 auto 0;
}

/**---------map_unit*/

#map_unit {
	padding: 0 ;
	margin: 0;
	display: inline;	/* IE6 fix */
	overflow:hidden;
}

iframe { 
	width: 100% !important;
	height: 600px;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
}

@media (max-width: 640px) {
iframe {
	height: 400px;
}
}

/* ------------------------------------------
 PRIVACY POLICY
--------------------------------------------- */

/**---------privacy*/
#privacy {
	width: 100%;
	float:left;
	padding: 140px 0 70px;
	overflow:hidden;
	position:relative;
}
#privacy h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#privacy {
	padding: 100px 0 40px;
}
}
@media (max-width: 640px) {
	#privacy {
	padding: 80px 0 40px;
}
}
@media (max-width: 480px) {
	#privacy .container {
    width: auto;
    padding: 0 0%;
	overflow:hidden;
}
}
/**---------privacy_unit*/
#privacy_unit01 {
    width: 90%;
	padding: 40px 5% 0 ;
	margin: 0 auto 0;
	overflow:hidden;
}
#privacy_unit01 ul {
	padding: 0 0 20px ;
	margin: 0 auto 20px;
	border-bottom: 1px solid #322e2e;
}
@media (max-width: 640px) {
#privacy_unit01 ul {
	padding: 0;
	border-bottom: none;
}
}
#privacy_unit02 {
    width: 90%;
	padding: 0 5% 0 ;
	margin: 0 auto 0;
	overflow:hidden;
}
#privacy_unit02 ul {
	margin: 0 auto 0;
}
#privacy_unit03 {
    width: 90%;
	padding: 20px 5% ;
	margin: 0 auto 0;
	overflow:hidden;
}
#privacy_unit03 ul {
	padding: 20px 0 0;
	margin: 0 auto 0;
	border-top: 1px solid #322e2e;
}

/**---------privacy_frame*/
.privacy_frame01 {
    padding: 0 0 10px;
    margin: 10px 0 0;
	overflow:hidden;
	display:block;
	float: left;
}
.privacy_frame02 {
    padding: 0 0 10px;
    margin: 10px 0 0;
    overflow: hidden;
    display: block;
    float: right;
}
@media (max-width: 640px) {
.privacy_frame01 {
	padding: 15px 0 0;
	border-top: 1px solid #322e2e;
}
}
.privacy_title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
	text-align: center;
    padding: 0 0 10px;
    margin: 0;
}
.privacy_head {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
	text-align: left;
    letter-spacing: -0.05em;
    padding: 0;
    margin: 0;
}
.privacy_text {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
	text-align: left;
    letter-spacing: -0.05em;
    padding: 0;
    margin: 0;
}

/* ------------------------------------------
 CONTACT
--------------------------------------------- */

/**---------contact*/
#contact {
	width: 100%;
	float:left;
	padding: 140px 0 70px;
	overflow:hidden;
	position:relative;
}
#contact h1 {
	text-indent: -9999px;
	margin: 0 auto 0;
}
@media (max-width: 1024px) {
	#contact {
	padding: 100px 0 40px;
}
}
@media (max-width: 640px) {
	#contact {
	padding: 80px 0 40px;
}
}
@media (max-width: 480px) {
	#contact .container {
    width: auto;
    padding: 0 0%;
	overflow:hidden;
}
}
/**---------contact_unit*/
#contact_unit {
    width: 90%;
	padding: 60px 5% ;
	margin: 0 auto 0;
	overflow:hidden;
}
#contact_unit ul {
	margin: 0 auto 0;
}
#contact_unit p {
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0;
	line-height: 50px;
}
#contact_unit a {
    color: #322e2e;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
#contact_unit l {
	background-color: #8c9747;
	color: #FFFFFF;
	font-size: 70%;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	display: inline;
}
/**---------scroll_unit*/
#scroll_unit {
	background-color: #FFFFFF;
	color: #8A8982;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	padding: 20px 20px 0;
	width: 100%;
	box-sizing: border-box; /* パディングを含めて100% */
	max-width: 100%;
	height: 200px;
	overflow-y: scroll; 
}
#scroll_unit  {
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#scroll_unit ::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.scroll_title {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding: 0 0 5px;
}
.scroll_text {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 20px;
}

/**---------以下、メールフォームカスタマイズ*/

/* デフォルトの矢印を消す */
.wpcf7-form-control {
      appearance: none;
      -webkit-appearance: none; /*Google Chrome/Safari対応*/
      -moz-appearance: none; /*Firefox対応*/
      -o-appearance: none; /*Opera対応*/
   }

/* 入力欄にカーソルを表示させる */
input, textarea, select {
    -webkit-user-select: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
}

/* 各入力欄 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    border-style: none;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	font-size: 20px;
	padding: 20px 20px;
	width: 100%;
	box-sizing: border-box; /* パディングを含めて100% */
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.wpcf7 input[type="tel"] {
    border-style: none;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	font-size: 20px;
	padding: 20px 20px;
	width: 50%;
	overflow: hidden;
	position: relative;
}
@media (max-width: 640px) {
.wpcf7 input[type="tel"] {
	width: 100%;
	box-sizing: border-box; /* パディングを含めて100% */
	max-width: 100%;
}
}
/* ドロップダウンメニューをカスタマイズ */
.wpcf7-select {
	background-color: #FFFFFF;
    border-style: none;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	font-size: 20px;
	color: #322e2e;		/* デフォルトは青 */
	padding: 20px 20px;
	width: 100%;
	box-sizing: border-box; /* パディングを含めて100% */
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
	background-color: #8c9747;
    border-style: none;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	font-size: 20px;
	letter-spacing: 1em;
	color: #fff;
	padding: 10px 3%;
    margin: 0;
	width: 100%;
}

/* スピナー */
.wpcf7-submit[disabled] {
    opacity: 0.4; /* 半透明にする */
    cursor: not-allowed; /* マウスカーソルを禁止マークにする */
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
    color: #E07429;
	font-weight: 500;
	font-size: 14px;
	position: absolute;
	top: -30px; /* 入力欄の上に移動 */
	left: 10px;   /* 左に移動 */
	z-index: 10;
}
.wpcf7-form-control-wrap {
  position: relative; /* 基準位置にする */
}

/* 未入力やエラーがある入力欄 */
.wpcf7-form-control.wpcf7-not-valid {
    background-color: #F7F1EC;
}

/* 送信ボタンを押した後のエラーメッセージ */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #E07429;/* Orange */
    border-radius: 20px;		/* CSS3草案 */
    -webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 20px;	/* Firefox用 */
    margin: 0 0 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border: none;
}

/* 送信完了のメッセージ */
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #8c9747; /* Khaki */
    border-radius: 20px;		/* CSS3草案 */
    -webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 20px;	/* Firefox用 */
    margin: 0 0 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border: none;
}

/* 送信のエラーメッセージ */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232; /* Red */
    border-radius: 20px;		/* CSS3草案 */
    -webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 20px;	/* Firefox用 */
    margin: 0 0 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border: none;
}

/* チェックボックスをカスタマイズ */
.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #322e2e;
  vertical-align: -7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -10px;
  left: 5px;
  transform: rotate(50deg);
  width: 5px;
  height: 20px;
  border-right: 5px solid #8c9747;
  border-bottom: 5px solid #8c9747;
  content: '';
}

.wpcf7-turnstile  {
    text-align: right;
}