@charset "utf-8";

/*ボタンデザイン
---------------------------------------------------------------------------*/
*,
*:before,
*:after {
  /* -webkit-box-sizing: inherit; */
  /* box-sizing: inherit; */
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 90%;
  /* margin-bottom: 20px; */
}
/*ブルー*/
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #779eec;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #4c6fb3;
}
/*グリーン*/
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #66b6b7;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #0e9b94;
}
/*ピンク*/
.btn--pink,
a.btn--pink {
  color: #fff;
  background-color: #F26284;
}

.btn--pink:hover,
a.btn--pink:hover {
  color: #fff;
  background: #d85674;
}


.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}


/*コンテンツ幅調整
---------------------------------------------------------------------------*/
/*ワイド55%*/
.ct-box-w55 {
    background-color: none;
    margin:  0 auto;  
    padding: 0.8em;
    width:55%;
}
@media only screen and (max-width: 767px) {
	.ct-box-w55 {
	background-color: none;
	padding: 0.5em;
	width: 100%;
	/* margin-left: -0.7em; */}
}
/*ワイド65%*/
.ct-box-w65 {
    background-color: none;
    margin:  0 auto;  
    padding: 0.8em;
    width:65%;
}
@media only screen and (max-width: 767px) {
	.ct-box-w65 {
	background-color: none;
	padding: 0.5em;
	width: 100%;
	margin-left: -0.2em;}
}
/*ワイド75%*/
.ct-box-w75 {
    background-color: none;
    margin:  0 auto;  
    padding: 0.8em;
    width:75%;
}
@media only screen and (max-width: 767px) {
	.ct-box-w75 {
	background-color: none;
	padding: 0.5em;
	width: 100%;
	margin-left: -0.2em;}
}
/*ワイド85%*/
.ct-box-w85 {
    background-color: none;
    margin:  0 auto;  
    padding: 0.8em;
    width:85%;
}
@media only screen and (max-width: 767px) {
	.ct-box-w85 {
	background-color: none;
	padding: 0.5em;
	width: 100%;
	margin-left: -0.2em;}
}

/*ワイド95%*/
.ct-box-w90 {
    background-color: none;
    margin:  0 auto;  
    padding: 0.8em;
    width:90%;
}
@media only screen and (max-width: 767px) {
	.ct-box-w90 {
	background-color: none;
	padding: 0.5em;
	width: 100%;
	/* margin-left: -0.7em; */}
}

/*見出しデザイン
---------------------------------------------------------------------------*/
h2.red {
  background: #d2192a;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  font-size: 120%;
  color: #fff;
  margin-bottom: 30px;
}
h3.sp {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #d2192a;
}

h3.sp:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #fb162b;
}

h3.sp2 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

h3.sp2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

/*料金表
---------------------------------------------------------------------------*/

ul.price_list{
  list-style:none;
  column-count: 2;
  column-gap: 40px;
  margin:5%;
  padding:0;
  font-size: 140%;
}
ul.price_list li{
  display: inline-flex;
  padding-bottom: 8px;
  border-bottom: #d2d2d2 1px dotted;
  margin-bottom: 8px;
  width: 100%;
  color: #f26284;
  font-weight: 600;
}
ul.price_list li strong{
  font-weight:normal;
  color:#333;
  margin-right:auto;
}
@media screen and (max-width: 500px){
  ul.price_list{
    column-count: 1;
  }
}
/*テーブル１
---------------------------------------------------------------------------*/
.tb01 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	font-size: 90%;
}
.tb01 th { width: 30%; text-align: left; padding: 10px; font-weight: normal;}
.tb01 td { width: 40%; text-align: left; padding: 10px;}
@media only screen and (max-width:480px){
    .tb01 th,
    .tb01 td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.tb01 tr:first-child th	{ border-top: none; }
}


/*----------------------------------------------------
  .schedule　
----------------------------------------------------*/
.schedule p {
	font-size: 14px;
	margin-bottom: 0px;
}
.schedule a {
	color:#fff;
	text-decoration:none;
}
.schedule {
	width:100%;
	border-right:#ccc solid 1px;
	border-collapse: collapse;
	font-size: 70%;
}
.schedule thead th {
	background:#E8E4DD;
	font-size: 11px;
	text-align: center;
	color:#6D4C33;
	padding: 10px 6px;
	border: #6D4C33 solid 1px;
}
.schedule thead th:last-child {
	border-right:#6D4C33 solid 1px;
}
.schedule tbody th {
	background:#BBAA99;
	font-size: 12px;
	text-align: center;
	color:#FFF;
	padding: 10px 10px;
	border:#6D4C33 solid 1px;
	vertical-align:middle;
	width: 24%;
}
.schedule tbody tr:last-child th {
	/* border:#6D4C33 solid 1px; */
}
.schedule tbody td {
	background:#FFF;
	text-align: center;
	padding: 5px 15px;
	border:#6D4C33 solid 1px;
	vertical-align:middle;
	width: 8%;
	/* right: -13px; */
}

@media screen and (max-width: 640px) {
.schedule {
	width:104%;
	border-bottom: solid 1px #6d4c33;
}
.schedule thead {
	display:none;
}
.schedule tbody th {
	font-size: 13px;
	text-align: center;
	display:block;
	width: 92.75%;
	vertical-align:top;
	border-bottom: #BBAA99 solid 1px;
	/* border-right: #BBAA99 solid 1px; */
}
.schedule tbody td {
	font-size: 13px;
	display:block;
	width: 90%;
	vertical-align:top;
	color: #333;
	/* border-right: #FCFCFC solid 1px; */
	border-bottom: #FCFCFC solid 1px;
}
.schedule tbody td::before {
	content: attr(label);
	float: left;
	/* text-align: left; */
	clear:both;
	/* font-weight:bold; */
	/* padding-top: 3px; */
	border-right: 1px solid #ccc;
	padding-right: 14px;
	width: 30%;
	font-size: 12px; 
}
.schedule tbody td p {
	padding-left: 25%;
	margin: 0;
	padding-top:0px;
	color: #2c2c2c;
	text-align: center;
}
.schedule tr:last-child td {
	border-bottom: 1px solid #ddd;
}
}

/*ボックスデザイン（囲み枠）
---------------------------------------------------------------------------*/
.boxblue {
    margin: 20px 0;
    background: #cde4ff;/*背景色*/
}


/*articleデザイン
---------------------------------------------------------------------------*/
.hwt{
background:#FFFFFF !important;
}
.box {
	overflow: hidden;
	border: 3px solid #779eec;	/*枠線の幅、線種、色*/
	padding: 20px;				/*ボックス内の余白*/
	border-radius: 0px;		/*角丸のサイズ。この１行を削除すれば角のとれた長方形になります。*/
	margin-bottom: 20px;		/*ボックスの下に空けるスペース*/
}
/*寄せ（解除）
---------------------------------------------------------------------------*/
.cl {
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.cl {text-align: left}
}

.cr{
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.cr {text-align: right;}
}

/*メールフォーム
---------------------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 30px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
/*テキストカラー*/
.red {
color: #f00;
}