@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; box-sizing: border-box; }

body {
	font-family: Helvetica, Arial,YuGothic, "YuGothic M", sans-serif;
	font-size: 16px;
	font-weight:400;
	color: #333;
	letter-spacing: 1.5px;
	line-height: 1.75;
	width: 100%;
	overflow-x: hidden; }
	
a { color: #333; display: block; text-decoration: none; cursor: pointer; font-weight: 500;}
h2 { font-size: 18px; font-weight: 700; font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic Pro, "Meiryo", "sans-serif";}

p { margin: 22px 0; }
ul, ol { list-style: none; }

img { width: 100%; vertical-align:top; height: auto; max-width: 100%;}
table { width:100%; border-collapse: collapse; }
.salon th { white-space: nowrap; font-size:14px; padding: 10px; font-weight: 500; vertical-align: top; }
td { padding: 10px; }

.pc { display: none; }
.sp { display: block; }


/* 枠 */
main { z-index: -1; }

/* 色 */
.green { border-top: 4px solid #86C166; }
.red, .youbi_0 { color: #F48989;}
.blue, .youbi_6 { color: #58B2DC;}

/* カレンダー */

.calendar_top{ text-align: center; }
.calendar { margin: 12px 12px 50px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color:#747978;}
.calendar tbody tr:nth-child(1) { border-bottom: 1px solid #86c166; }
.calendar th { text-align: center; }
.calendar td { text-align: center; }
.calendar th { font-size: 20px; vertical-align: bottom; }
.calendar thead th:nth-child(1) { text-align: left; font-size: 24px; color: #333; font-weight: bold; }
.today { 
  background: #86c166;
  border-radius: 10%;
  color: #fff;
  line-height: 15px;}

.grey { color: #dedede; }
.calendar tfoot a{ text-align: right; font-size: 14px; }


/* salon */
.salon { 
	width: 90%; 
	position:relative;
	margin: 0 auto 50px; 
	padding: 30px 12px; 
	background-color:#9f9f9; 
	box-shadow: 0px 10px 15px -5px #ccc;
	border-radius: 20px; }
.salon_img { max-width:180px; height:auto; }
.salon th, td { text-align: left; }
.maru img { border-radius: 20px; padding: 20px 12px;}

/* course */
.course { background-color: #F9FEEB; padding: 20px; margin-bottom:50px; }
.msg_top { text-align: center; padding:0 12px; margin-bottom: 50px; }
.msg_top h2 { font-size: 26px; color: #42602D; margin: 30px 0 12px; }
.msg_top p { margin: 50px 0;}

.course p { margin: 50px 0;}
.text_small { font-size: 14px; }
.course b { font-size: 20px;}

.remarks { margin-bottom: 50px ;}


/* list */
.list { text-align: left; margin: 0 12px;}
.list ul { list-style: none; }
.list li { margin: 8px 0; padding: 8px 20px 2px; border-bottom: dashed 1px #42602D;  }
.list li a:before{
  font-family: "Font Awesome 6 Free";
	font-weight: 900;
  content: "\f304";
  color: #42602D;
	margin-right: 20px; }
.list li a { display: block; }

.btn_radius{ 
	width: 90%;
	margin: 40px auto 50px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	background-color: #86C166;
	font-size: 16px;
	border-radius: 100vh; }

/* card */
.cards {
	width: 100%; 
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 0 18px; }
.card { 
	width: 100%;
	margin-bottom: 18px;	
	padding: 30px 12px;
	border-radius:10px;
	box-shadow: 0px 10px 15px -5px #ccc;
	}
.card_img { width:40%; float: left; margin-right: 12px; }

/* plan */

.plan { padding: 12px 0; text-align: center; }
.plan h2 { font-size: 26px; color: #42602D; text-align: center; margin: 30px 0; padding-bottom: 8px; }
.plan p { width:90%; line-height: 2.0; margin: 0 auto 50px; }

/* 見出し */	
.intro { width: 100%; text-align: center; margin: 50px auto ; font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic Pro, "Meiryo", "sans-serif"; }
.sub_index { line-height: 1.3; font-size: 16px; font-weight: 700; color: #42602D; }
.point { font-size: 26px; color: #42602D; }
.intro p{	line-height: 2.0;}
.ma_18 { margin-top: 50px; }	

/* 区切り */
.obi { 
	width:100%;
	background-color: #86C166; 
	text-align: center; 
	color: #fff; 
	padding: 12px 0; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom: 50px; }

	
/* パンくず Microdata */
.breadcrumb { padding: 8px; display: flex; font-size: 14px; }
.breadcrumb li a{ display: inline; }
.breadcrumb li + li::before {
    display: inline-block;
		margin-left: 8px;
    content:">"; }
.breadcrumb li:first-child:before {
  font-family: "Font Awesome 6 Free";
	font-weight: 900;
  content: "\e3af";
  color: #86C166; }

/* navi */
nav {
	display: flex;
	width: 100%;
	height: 80px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 18px;
	margin-top: 8px }
.logo { 
	font-size: 14px;
	font-family: Yu Mincho, Hiragino Mincho ProN, serif;
	line-height: 1.4;
	font-weight: 600; }
.sub_title { font-size: 12px; margin-left: 2px; }

input[type="checkbox"]{ display: none; }

nav ul{
  display: flex;
	flex-direction: column;
  flex-wrap: wrap;
  list-style: none; }
nav li a{
  padding: 5px 8px;
	font-size: 20px;
	color: #fff;
  letter-spacing: 1px;
  transition: all 0.3s ease; }
.menu-btn i { 
	display: display;
	font-size: 25px;
	cursor: pointer; }
#click:checked ~ .menu-btn i:before { content: "\f00d"; }	
.active { 
	color: #fff;
	border-radius: 5px;
	background-color: #86C166; }

/* button */
.btn {
	width: 90%;
	margin: 20px auto 50px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	background-color: #86C166;
	border-radius: 100vh;
	font-size: 16px; }
.btn a  { color: #fff; font-weight: 500; }
.btn2 {
	width: 90%;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	background-color: #86C166;
	border-radius: 100vh;
	font-size: 16px; }

/* title_top */

.font_01 { font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic Pro, "Meiryo", "sans-serif"; font-weight: 700; }
.title_index { font-size: 26px; color: #42602D; font-weight: 700;}
.title_map { font-size: 20px; font-weight: 700; color: #42602D; padding: 0 20px; margin-top: 50px; }
.title_map:before { font-size: 26px; font-family: "Font Awesome 6 Free"; content: "\f3c5"; margin-right:12px; }



/* map */

#map {
  width: 96%;
  height: 400px;
  overflow: hidden;
	margin: 0 auto; }
#map iframe {
  width: 100%;
  height: 700px;
  margin-top: -290px; }

/* footere */
footer { text-align: center; font-size: 14px; padding: 30px 0 50px;}



@media screen and (min-width: 960px) {
	
body { width: 100%; max-width: 960px; margin: 0 auto;	font-size: 16px; }
h2 { font-size: 22px; }
.pc { display: block; }
.sp { display: none; }


.calendar table,
.msg_top,
.list,
.salon { width: 600px; margin: 0 auto;}


.plan p { width: 500px; }

.salon th, td { text-align: left; }


/* card */
.cards {
	width: 100%; 
	display: flex;
	flex-direction: row;
	justify-contnt: space-between;
	margin-bottom: 50px;
	padding: 0 12px; }
.card { 
	width: 96%;
	margin:0 auto;
	height: 250px; } 
.card_img { width:40%; float: left; margin-right: 12px; }


#map {
  width: 100%;
  height: 400px;
  overflow: hidden;
	margin: 0 0 50px;
}

#map iframe {
  width: 100%;
  height: 800px;
  margin-top: -170px;
}
 

/* menu */
.logo {	line-height: 1.4;}
.sub_title { font-size: 16px; }

nav { padding: 0; }
nav ul { flex-direction: row; }
nav li{ margin: 0 8px; }
nav li a{ padding: 5px 12px; border-radius: 5px; font-size: 16px;	color: #333; }
nav li a:active,
nav li a:hover { background: #86C166; color: #fff;}
.menu-btn i { display: none; }

.btn { width: 450px;}


/* Plan */

.box { 
	height: 250px;
	box-shadow: 0px 30px 40px -20px #ccc;
	margin: 0 0 30px;
	padding: 20px; }
.box h2 { font-size: 20px;}

.box img { width: 20%; }


}

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

nav ul{
	position: fixed;
	top: 80px;
	left: -100%;
	background: #86C166;
	width: 100%;
	height: 100vh;
	text-align: center;
	display: block;
	transition: all 0.3s ease; } 
#click:checked ~ ul{ left: 0; }
nav li{ width: 100%; margin: 40px 0; }
nav li a:active,
nav li a:hover { background: none; color: orange;}
#click:checked ~ ul li a{ margin-left: 0; }	

}

