@charset "utf-8";
/*
 * ================================================
 *
 * フォーム PC
 *
 * ================================================
 */
.sp {
  display: none !important;
}
.mgt30{
  margin-top: 30px;
}
.center{
  text-align: center;
}
.tel-sp a{
  color: #000;
  text-decoration: none;
  cursor: default;
}
.fa-exclamation-circle{
  color: #fe7e7e;
}

body {
  background-color: #F2F9FD;
  color: #000;
  font-family: 'Roboto', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
header {
  border-top: 2px solid #109278;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hdr_area {
  background-color: #fff;
  height: 100px;
  overflow: hidden;
  position: relative;
    box-shadow: 0px 0px 3px 1px #e3e3e3;
    z-index: 9999;
    margin-bottom: 1px;
}
.logo {
  width: 191px;
  height: auto;
  display: block;
  position: absolute;
  top: 36px;
  left: 40px;
}
.logo-text {
  display: block;
  padding: 10px 15px 10px 15px;
  position: absolute;
  top: 10px;
  left: 230px;
  font-size: 22px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.hdr_areaBg{
  background: url(../images/form-bg.jpg) center center;
  background-repeat: repeat-x;
  background-size: auto;
}
h1 {
  color: #FFF;
  font-size: 16px;
  margin: 0;
  padding: 0px 0px;
  font-family: 'Roboto', sans-serif;
}

h1 img{
	width: 100%;
  margin-bottom:  -0px;
  display: none;
}

h1 span {
  display: block;
  font-size: 42px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.form-section {
  max-width: 1024px;
  margin: 0 auto;
}
.tel {
  text-align: center;
  margin: 40px 0px;
  font-family: 'Roboto', sans-serif;
}
.tel span {
  margin-top: 10px;
  font-size: 42px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.form-section .form1, .form-section .form2, .form-section .form3 {
  background-color: #fff;
  padding: 110px 4% 15px 4%;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 0px 3px 1px #e3e3e3;
}
.form-section .form-section-tit {
  background-color: #109278;
  border-bottom: 1px solid #ddeec0;
  text-shadow: -1px -1px 0px #038739;
  color: #fff;
  padding: 30px 20px 24px 20px;
  font-size: 20px;
  width: 984px;
  text-align: center;
  position: absolute;
  top: -17px;
  left: 0;
}
.form-section .form-section-tit span {
  color: #FFF;
  background-color: #025624;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 27px;
  text-align: center;
  padding-top: 3px;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
}
.form-section .form-section-tit2 {
  width: 1024px;
  height: 85px;
  background-color: #109278;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
}
.form-section .form-section-tit2 .inner {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 470px;
  height: 97px;
  background-image: url(../images/title_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  text-align: left;
}
.form-section .form-section-tit2 span {
  display: inline-block;
  width: 30px;
  height: 27px;
  padding-top: 3px;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: center;
  background-color: #025624;
  border-radius: 50%;
}
@keyframes changeTitle1{
  0% {
    top: 5px;
    opacity: 1;
  }
  100% {
    top: -60px;
    opacity: 0;
  }
}
@keyframes changeTitle2{
  0% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 16px;
    opacity: 1;
  }
}
.form1 .form-section-tit2 .comment1,
.form1 .form-section-tit2 .comment2{
	position: absolute;
	left: 0;
	margin: 0;
}

.form1 .form-section-tit2 .comment1 {
	top: 5px;
	font-size: 15px;
	line-height: 1.75em;
	opacity: 1;
}

.form1 .form-section-tit2 .comment1.move {
	animation: changeTitle1 1s;
	top: -60px;
	opacity: 0;
}

.form1 .form-section-tit2 .comment2 {
	top: 80px;
	font-size: 20px;
	opacity: 0;
}

.form1 .form-section-tit2 .comment2.move {
	animation: changeTitle2 1s;
	top: 16px;
	opacity: 1;
}

.form1 .form-section-tit2 strong {
	width: 380px;
	height: 60px;
}

.form1 .form-section-tit2 strong div {
	position: relative;
	width: 380px;
	height: 60px;
	overflow: hidden;
}

.form-section .form-section-tit2 strong {
  position: relative;
  display: inline-block;
  padding: 0 0 0 60px;
  color: #000;
  line-height: 1.5em;
}

.form-section .form-section-tit2 strong::before {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: 30px;
  height: 27px;
  line-height: 27px;
  padding-top: 3px;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: center;
  background-color: #109278;
  border-radius: 50%;
}
.form1 .form-section-tit2 strong::before {
  top: 12px;
  content: "1";
}
.form2 .form-section-tit2 strong::before {
  content: "2";
}
.form3 .form-section-tit2 strong::before {
  content: "3";
}
.form-section .form-section-tit2 strong::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.form1 .form-section-tit2 strong::after {
  right: -134px;
  bottom: -36px;
  width: 100px;
  height: 135px;
  background-image: url(../images/title01.png);
}
.form2 .form-section-tit2 strong::after {
  right: -200px;
  bottom: -63px;
  width: 115px;
  height: 135px;
  background-image: url(../images/title02.png);
}
.form3 .form-section-tit2 strong::after {
  right: -257px;
  bottom: -36px;
  width: 155px;
  height: 135px;
  background-image: url(../images/title03.png);
}
.form-section .reminder-comment {
  position: relative;
  box-sizing: border-box;
  width: 600px;
  margin: 40px auto;
  padding: 15px;
  background-color: #109278;
  border-radius: 30px;
}
.form-section .reminder-comment p {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 470px;
  height: 97px;
  margin: 0;
  padding-left: 30px;
  background-image: url(../images/title_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
.form-section .reminder-comment::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 0;
  width: 117px;
  height: 166px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url(../images/title04.png);
}
.form-table {
  text-align: left;
  width: 100%;
}
.form-table-th {
  width: 30%;
  padding: 20px 20px 20px 0;
  border-bottom: 1px dotted #e3e3e3;
  vertical-align: top;
  position: relative;
  font-weight: bold;
}

.form-table-td {
  width: 70%;
  padding: 20px;
  border-bottom: 1px dotted #e3e3e3;
}
.form-table-th span {
  position: absolute;
  top: 20px;
  right: 20px;
}
.must{
  background-color: red;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin-top: -2px;
  margin-left: 5px;
  padding: 4px 8px 3px 8px;
}
.form-table tr:last-child th , .form-table tr:last-child td{
  border-bottom: none;
}
.sub-text {
  font-size: 13px;
  color: #333;
  line-height: 1.8em;
  margin-left: 10px;
}

.sub-text i {
  text-indent: -1em;
}

.sub-text2 {
  font-size: 13px;
  color: #333;
  line-height: 1.8em;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sub-text2 i {
  text-indent: -1em;
}

.tel-strong{
	font-size: 22px !important;
	font-weight: normal;
	margin-top: 6px;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	display: block !important;
}

.tel-strong a{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

.mail {

}
.mail strong {
  margin-bottom: 10px;
  display: inline-block;
}
.enq {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  font-weight: normal;
  font-size: 18px;
}
.enq-wrap {
  border: 0px solid #e3e3e3;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.submit-text {
  text-align: left;
  margin: 0px auto 15px auto;
  width: 400px;

}

.submit-text9 {
  text-align: left;
  margin: 0px auto 15px auto;
  width: 800px;
  line-height: 1.8em;
  text-align: center;

}

.submit-h4{
	text-align: center;
}

.submit-ans{
  text-align: left;
  margin: 0px auto 30px auto;
  width: 700px;
  line-height: 1.7em;
  font-size: 14px;
}

.boxes {
  margin: auto;
  padding: 0px;
  margin-bottom: 20px;
  width: 380px;
}

.boxes-p{
font-size: 14px;
text-indent: -1em;
margin-left:14px;
line-height: 1.4em;
color:red;
}

/*Checkboxes styles*/
.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #109278;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select{
	width: 100%;
  font-size: 16px;
  padding: 12px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e3e3e3;
	background: #eee;
	background: url(../images/icon_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: url(../images/icon_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eee 100%);
	background-size: 20px, 100%;
  outline: none;
}

/*
.select {
  border: solid 1px #e3e3e3;
  background-color: #f4f4f4;
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 10px;
}
*/
.text-form {
  border: solid 1px #e3e3e3;
  background-color: #f4f4f4;
  border-radius: 3px;
  font-size: 16px;
  padding: 12px 10px;
  outline: none;
}

.text-form2 {
  border: solid 0px #e3e3e3;
background-color: #ECF5DD;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 0px;
  outline: none;
  line-height: 1.6em;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-form2:focus {
  border: solid 0px #e3e3e3 !important;
  background-color: #ECF5DD !important;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 0px;
  outline: none;
}

.text-form3-wrap{
	border: solid 1px #ddd;
	border-radius: 6px;
	position: relative;
	padding: 20px;
	margin-top: 20px;
}

.text-form3-wrap h5{
	background-color: #fff;
	padding: 0px 4px;
	margin: -6px 0px 0px 0px;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top:0px;
	left: 4px;
}

.text-form3 {
 display: block;
 margin:5px 0px 0px 0px;
}

.text-form3-date-wrap{
	margin: 0;
}
.picker__input{
  padding: 12px 12px 12px 35px;
}
.picker__input{
	background: url(../images/icon_arrow2.png) left -3px no-repeat, -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: url(../images/icon_arrow2.png) left -3px no-repeat, linear-gradient(to bottom, #fff 0%,#eee 100%);
	background-size: 30px, 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #fcd947;
    background-color: #fff7bd;
}
.picker__box{
  font-size: 1em;
  border-radius: 0;
  border: 1px solid #fff;
  border-top-color: #fff;
}
.picker__header{
  font-size: 16px;
  font-weight: bold;
  padding: 80px 20px 20px;
}
.picker__footer{
  height: 130px;
  position: relative;
}
.picker__footer_memo{
  padding: 0 150px;
  color: #000;
}
.picker__footer_memo ul{
  list-style: none;
  line-height: 2em;
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
}
.picker__footer_memo ul li{
  position: relative;
}
.picker__footer_memo ul li::before{
   content: "";
   display: inline-block;
   position: absolute;
   top: .45em;
   left: -20px;
   width: 16px;
   height: 16px;
   background-color: #109278;
   border-radius: 50%;
}
.picker__footer_memo ul li a{
  color: #109278;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.picker__footer_memo ul li small{
  font-size: 14px;
  margin-left: 5px;
}
.picker__nav--prev,
.picker__nav--next {
  top: 0;
  width: auto;
  background: #109278;
  border-radius: 6px;
  color: #fff;
  padding: 1em;
}
.picker__nav--prev {
    left: 0;
}
.picker__nav--next {
    right: 0;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  width: auto;
  border: none;
}
.picker__nav--prev:before {
    content: "＜ 前の週";
    display: block;
    margin: 0 auto;
}
.picker__nav--next:before {
    content: "次の週 ＞";
    display: block;
    margin: 0 auto;
}
.picker__nav--prev, .picker__nav--next {
    top: 16px;
}
.form-table tr:last-child{
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.remodal{
  max-width: 1024px;
}
.remodal-overlay{
  background: rgba(205, 230, 200, 0.9);
}
.remodal-close{
  left: auto;
  right: -50px;
  color: #fff;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 0;
  font-weight: normal;
  background: #109278;
}
.remodal-close::before{
  width: 50px;
  line-height: 50px;
  font-size: 40px;
}
.picker__frame{
  max-width: 1024px;
}
.picker__table{
  margin-bottom: 30px;
}
.picker__table th,
.picker__table td{
  border: 1px solid #e1e1e1;
}
.picker__table td{
  padding: 0;
}
.picker__month {
  position: absolute;
  z-index: 99;
  top: 5px;
  left: 50%;
  margin-left: -270px;
  width: 540px;
  color: #000;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  border: 2px solid #F25D21;
  transition: all .3s;
}
.picker__month > b {
  display: block;
  color: #F25D21;
  padding: 20px 55px 18px;
  cursor: pointer;
}
.picker__month > b::after {
  content: "＞";
  display: inline-block;
  position: relative;
  top: -3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #F25D21;
  padding: 6px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  margin-left: 20px;
}
.picker__modal {
  display: none;
  padding: 0 40px 20px;
}
.picker__month.from_calendar .picker__modal {
  padding: 20px 40px 20px;
}
.picker__month.open {
  border: 2px solid #109278;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.picker__month.bottom.open {
  top: -360px;
}
.picker__month.open > b::after {
  display: none;
}
.picker__month.from_calendar > b {
  display: none;
}
.picker__modal_text,
.picker__modal_text2 {
  margin-top: 0;
  line-height: 1.5em;
}
.picker__modal_text2 {
  display: none;
  font-size: 18px;
}
.picker__month.from_calendar .picker__modal_text {
  display: none;
}
.picker__month.from_calendar .picker__modal_text2 {
  display: inline-block;
}
.picker__month.from_calendar .picker__modal {
  padding: 20px 40px 20px;
}
.picker__modal_tel {
  display: flex;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #F25D21;
  color: #fff;
  text-decoration: none;
  padding: 10px 110px;
  margin-bottom: 20px;
  border-radius: 40px;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.picker__modal_tel svg {
  width: 35px;
  margin-bottom: 3px;
  margin-right: 7px;
}
.picker__modal_tel span {
  font-size: 18px;
}
.picker__modal_tel b {
  font-size: 28px;
  line-height: 1em;
}
.picker__month.from_calendar .picker__modal_tel {
  display: none;
}
.picker__modal_tel2 {
  display: none;
}
.picker__month.from_calendar .picker__modal_tel2 {
  display: flex;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #109278;
  color: #fff;
  text-decoration: none;
  padding: 25px 110px;
  margin-bottom: 20px;
  border-radius: 40px;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.picker__modal_line {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #07b53b;
  color: #fff;
  text-decoration: none;
  padding: 14px 110px;
  margin-bottom: 20px;
  border-radius: 40px;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.picker__modal_line svg {
  width: 40px;
  margin-right: 7px;
}
.picker__modal_time b {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #109278;
  color: #109278;
  font-size: 16px;
}
.picker__modal_time p {
  margin: 10px auto 25px;
}
.picker__month.from_calendar .picker__modal_time {
  display: none;
}
.picker__modal_close {
  display: inline-block;
  margin: 0 auto;
  padding: 7px 40px;
  background-color: #999;
  color: #fff;
  border-radius: 20px;
}
.picker__weekday{
  font-size: 14px;
  padding: 10px;
}
.picker__weekday--sat{
  color: #0926d3;
  background-color: #d7faff;
}
.picker__weekday--sun{
  color: #e00e0e;
  background-color: #ffd9dc;
}
.picker__weekday b{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.picker__table thead th:first-child{
	border: 0 solid transparent;
}
.picker__table thead:first-child{
  text-align: left;
}
.picker__table thead:first-child th{
  position: relative;
  padding: 10px;
  font-weight: bold;
}
.picker__table thead:first-child th span{
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: normal;
}
.picker__table tbody td{
  font-size: 18px;
}
.picker__table tbody td:not(:first-child){
  color: #109278;
  font-size: 22px;
}
.picker__day {
  padding: 10px;
  font-weight: bold;
  height: 100%;
}
.picker__weekday--mon{
  background-color: #f4f4f4;
}
.picker__day--mon {
    color: #8e8e8e !important;
    font-size: 18px !important;
    white-space: nowrap;
    background-color: #f4f4f4;
}
.picker__day--mon br {
	display: none;
}
.picker__button--today , .picker__button--clear, .picker--time .picker__button--clear{
  background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
  background: linear-gradient(to bottom, #fff 0%,#eee 100%);
  border: 1px solid #DDD;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0 1% 30px;
  width: 46%;
}
.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
	background: #f4f4f4;
	border-color: #f4f4f4;
	color: #8e8e8e;
	cursor: default;
	font-size: 34px;
	line-height: 26px;
}
.picker--time .picker__button--clear{
  margin: 20px auto 0;
}
.picker__button--close{
  border:none;
  color: #000;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  width: 30%;
}
.picker__button--today:hover{
  background-color: #0059bc;
  border: none;
  color: #FFF;
}
.picker__button--today:hover:before {
  border-top: 0.66em solid #FFF;
  border-left:.66em solid transparent;
}
.picker__button--clear:hover{
  background-color: #ee2200;
  border: none;
  color: #FFF;
}
.picker__button--clear:hover:before {
    border-top: 3px solid #FFF;
}

.picker__button--close:hover{
  background-color: transparent;
  opacity: 0.7;
}

.w-100 {
  width: 70%;
}

.w-105 {
  width: 70%;
}

.w-110 {
  width: 40%;
}
.w-120 {
  width: 100%;
}
.w-150 {
  width: 120px;
}
.tel-no-head {
  position: absolute;
  top: 24px;
  right: 40px;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 250px;
}
.tel-no-head img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.tel-no-head-sp {
  display: none;
}
input#submit_button {
 /* 幅と高さを指定 */
	background: url(../images/icon_next.png) right center no-repeat, -webkit-linear-gradient(top, #ff8f3d 0%,#ff5a00 100%);
	background: url(../images/icon_next.png) right center no-repeat, linear-gradient(to bottom, #ff8f3d 0%,#ff5a00 100%);
	background-size: 40px, 100%;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  border: none;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 30px auto;
  min-width: 480px;
  outline: none;
  padding: 30px 60px;
  position: relative;
  text-shadow: -2px -2px 0 rgba(255,72,0,0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
}
input#submit_button:hover{
	background: url(../images/icon_next.png) right center no-repeat, -webkit-linear-gradient(top, #ff5a00 0%,#ff8f3d 100%);
	background: url(../images/icon_next.png) right center no-repeat, linear-gradient(to bottom, #ff5a00 0%,#ff8f3d 100%);
	background-size: 40px, 100%;
  cursor: pointer;
  top: 4px;
  text-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
button {
  padding: 10px 30px;
  min-width: 200px;
  height: 60px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background-color: #999;
  color: #fff;
  margin: 0 auto 100px auto;
  display: block;
  outline: none;
}
 button:hover{
  opacity: 0.7;
  cursor: pointer;
}

.disable-button{
	background: url(../images/icon_next.png) right center no-repeat, -webkit-linear-gradient(top, #c1c1c1 0%,#e3e3e3 100%) !important;
	background: url(../images/icon_next.png) right center no-repeat, linear-gradient(to bottom, #c1c1c1 0%,#e3e3e3 100%) !important;
	text-shadow: -2px -2px 0 rgba(0,0,0,0.2) !important;
}

.disable-button:hover{
  top: 0px !important;
}

.agr {
  width: 70%;
  margin: 0 auto 100px;
}
.agr h3 {
  text-align: center;
}
.cal {
  font-size: 32px;
  margin-right: 10px;
}
.date-tit {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.arert {
  color: red;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.stepbarSet{
  background-color: #E7F4F1;
  margin-bottom: 60px;
  width: 100%;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 1024px;
  display: flex;
}
.stepBar .step {
  color: #109278;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
  position: relative;
  line-height: 40px;
  padding: 5px 40px 5px 20px;
  background-color: #E7F4F1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #E7F4F1;
  border-left: 1px solid #109278;
  width: 25px;
  height: 25px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #109278;
  text-shadow: none;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #109278;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33%;
}
.stepBar.step3 .step:last-child {
  width: 34%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

.page_txt{
  margin: 20px 10px;
  text-align: center;
}


#ftr{
  background-color: #FFF;
  padding: 50px 0 100px;
  text-align: center;
}
.footer_kw{
  color: #999;
  font-size: 12px;
}

#toggleMenuButton{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color:#109278;
	cursor: pointer;
	padding-left:10px;
}

#toggleMenu {
    overflow: hidden;
    padding-right: 10px;
    transition: all 0.5s;
    background-color: #e1f7bf;
	padding-left:10px;
}


.page_txt_ms1{
	font-size: 22px;
	width: 80%;
	margin: 0 auto 30px auto;
}

.page_txt_ms2{
	font-size: 22px;
	width: 800px;
	margin: 0 auto 30px auto;
	color:red;
}

.presents{
	border: solid 3px #109278;
	border-radius: 12px;
	background-color: #F3F9E4;
	padding: 20px;
	position: relative;
}

.presents h3{
	color:#5DA814;
	padding-left: 200px;

}

.presents p{
	padding-left: 200px;
	line-height: 1.9em;

}

.presents img{
	position: absolute;
	left: 40px;
	top: 20px;
	border:solid 2px #D4D6D6;
}


.presents-color-r{
	color:red;
}

/*
 * ================================================
 * 固定フッター
 * ================================================
 */
 .footer-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-fixed .sp{
  display: none;
}

.footer-fixed-inner{
  display: none;
  padding: 50px 0 20px;
  background-color: #F2F9FD;
  box-shadow: 0 -3px 6px rgba(0,0,0,.2);
}

.footer-fixed.fixed h2{
  top: -30px;
}

.footer-fixed.fixed h2 span{
  border-radius: 5px;
}

.footer-fixed h2{
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  transition: all .5s;
}

.footer-fixed h2 span{
  display: inline-block;
  background-color: #109278;
  color: #fff;
  padding: 20px 90px;
  box-shadow: 0 -3px 6px rgba(0,0,0,.2);
  border-radius: 5px 5px 0 0;
}

.footer-fixed h2 span .fa-exclamation-circle{
  color: #fff;
  margin-right: 18px;
}

.footer-fixed h2 span::after{
  content: "";
  position: absolute;
  bottom: 8px;
  left: calc(50% - 3px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate( 135deg );
}

.footer-fixed-box{
  display: inline-block;
  margin: 0 auto;
  padding: 30px 80px;
  background-color: #fff;
  border-radius: 20px;
}

.footer-fixed-box > p{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #109278;
}

.footer-tel{
  margin: 25px auto 0;
  text-align: center;
}

.footer-tel-btn{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.footer-tel-button,
.footer-line-button{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.footer-tel-button{
  flex-direction: column;
  padding: 10px 45px;
  background-color: #F25D21;
}

.footer-tel-button span{
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.footer-tel-button b{
  font-size: 20px;
}

.footer-tel-button b::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 20px;
  background-image: url(../images/icon_tel-w.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 8px;
}

.footer-tel-button.sp{
  display: none !important;
}

.footer-line-button{
  margin-left: 40px;
  padding: 10px 30px;
  background-color: #07b53b;
  font-size: 16px;
  font-weight: bold;
}

.footer-line-button::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_line-w.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 8px;
}

.footer-tel-time{
  font-size: 14px;
}

.footer-tel-time span{
  color: #018842;
  border: 1px solid #018842;
  font-size: 15px;
  padding: .25em .75em;
  margin: 0 auto 20px auto;
  width: 200px;
  display: block;
}

.footer-tel-alert{
  text-align: center;
  font-size:12px;
  line-height:1.7em;
}

.footer-tel-alert strong{
  color: #109278;
  font-size:14px;
  display: block;
  margin-bottom: 10px;
}

.footer-tel-alert span{
  text-align: left;
  display: block;
  padding-left:60px;
}

.picker__month.from_calendar .footer-tel-alert {
	display: none;
}

.footer-tel-alert2 {
    display: none;
}

.picker__month.from_calendar .footer-tel-alert2 {
  display: none;
}
.picker__month.from_calendar .footer-tel-alert2 {
  display: inline-block;
}
.picker__month.from_calendar .footer-tel-alert2 strong {
  color: #F25D21;
  font-size:14px;
  line-height: 1.75em;
  display: block;
  margin-bottom: 10px;
}

/*
 * ================================================
 * フォーム追加
 * ================================================
 */

 .shop-info{
	 border-radius: 6px;
	 border: solid 4px #f4f4f4;
	 padding: 10px 20px 70px 20px;
	 margin: 20px 0px;
	 background-color: #E7F4F1;
	 display: flex;
	 position: relative;

 }

  .shop-info:after{
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #f4f4f4 transparent;
  border-width: 0px 20px 20px 20px;
}

 .shop-info-link{
	 margin-left: 10px;
   background-color: #F25D21;
   box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	 color:#fff;
	 border-radius: 22px;
	 width: 100px;
	 height: 18px;
	 font-size: 14px;
	 font-weight: bold;
	 display: inline-block;
	 text-align: center;
	 vertical-align: middle;
	 padding: 13px 10px 12px 10px;
	 text-decoration: none;
 }

  .shop-info-cont{
	  padding: 0px 20px 0px 0px;
	  width:500px;
  }

  .shop-info span{
	background-color: #018842;
	  color:#fff;
	  font-weight: bold;
	  font-size: 12px;
	  padding: 5px 10px;
	 border-radius: 6px;
	 margin-right: 10px;

  }

  .shop-info h3{
	 font-size: 18px;
	 color:#018842;
 }

   .shop-info p{
	 font-size: 14px;
	 margin-left: 1.4em;
	 line-height: 1.5em;
   }

 .shop-info i{
	 color:#018842;
	 text-indent: -1.4em;
   }

.shop-info-tel-button{
	display: none;
}
   .shop-map{
	   border-radius: 0px;
	   margin-top: 20px;
	   margin-bottom: 10px;
   }

   .shop-map small{
	   display: none;
   }


    .shop-map-in{
	   border-radius: 0px;
   }

.shop-map iframe{
	border: solid 0px #fff !important;
}

   .shop-info-time{
	border: solid 1px #e3e3e3;
	background-color: #fff;
	width: 100%;
	 border-radius: 6px;
	 margin: 20px 0px 10px 0px;
	 border-collapse:collapse;
}

   .shop-info-time th{
	  padding: 10px;
	  font-size: 13px;
	border: solid 1px #e3e3e3;
   }

   .shop-info-time td{
	  padding: 10px;
	  font-size: 13px;
	border: solid 1px #e3e3e3;
   }

 .shop-info-close{
  padding: 10px 30px;
  min-width: 200px;
  height: 40px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background-color: #999;
  color: #fff;
  margin: 0 auto 100px auto;
  position: absolute;
  bottom:-80px;
  left: 380px;
   }

    .shop-info-close i{
	    color:#fff;
   }

.form-modal{
	margin: -10px 20px 40px 20px;
}

.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
}

.modal_content{
    align-self: flex-start;
    width: 60%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: translateY(-100%);
    transition: 0.5s;
}

.close_button{
	width: 30%;
    font-size: 24px;
    cursor: pointer;
    background: #444;
    margin: 20px auto 0px auto;
    display: block;
    padding: 10px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border-radius: 30px;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: translateY(20px);
}

.open_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 30px;
    margin: auto;
    padding: 8px 16px;
    color: red;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border-radius: 16px;
    cursor: pointer;
    border-radius: 30px;
    border: solid 1px red;
    background: #fff;
}

.open_button i{
	margin-right: 10px;
}

.holiday-info{
	line-height: 1.7em;
	margin: 20px 0px;
}

.holiday-info strong{
	display: block;
	margin: 15px 0px 5px 0px;

}

.holiday-info span{
	color:red;
	font-weight: bold;
}

.tel-disable-select{
    background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
    background: linear-gradient(to bottom, #fff 0%,#eee 100%);
    border: 1px solid #DDD;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0px 1% 0px 0px;
    width: 40%;
    padding: 15px 10px;
    display: inline-block;
	border-radius: 26px;
	text-align: center;
	text-decoration: none;
}

.tel-disable-deselect{
    background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
    background: linear-gradient(to bottom, #fff 0%,#eee 100%);
    border: 1px solid #DDD;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0px 1% 0px 0px;
    width: 25%;
    padding: 15px 10px;
    display: inline-block;
	border-radius: 26px;
	text-align: center;
	text-decoration: none;

}

.for-msg-alert{
	width: 800px;
	margin: 20px auto 30px auto;
	line-height: 1.7em;
}

.for-msg-alert span{
	color:red;
	font-weight: bold;
}

.mgb-20{
	margin-bottom: 20px;
}

.tel-disable-modal{
	background-color: #fff;
	height:420px;
	min-height: 380px;
	border-radius: 10px;
}

.tel-disable-modal p{
	font-size: 13px;
	line-height: 1.7em;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}

.tel-disable-modal2{
	background-color: #fff;
	height:280px;
	min-height: 220px;
	border-radius: 10px;
}

.tel-disable-modal2 h3{
	font-size: 16px;
	line-height:2em;
	padding-bottom: 0px !important;
}

.tel-disable-modal-submit{
	margin-top: 20px;
}

.tel-disable-modal-table{
	border-collapse:separate;
	border-spacing: 5px;
	width: 100%;
	font-size: 14px;
}

.tel-disable-modal-table td{
	border-radius: 5px;
	text-align: center;
	padding: 6px 0;
	background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: linear-gradient(to bottom, #fff 0%,#eee 100%);
	border: 1px solid #DDD;
	height: 40px;

}

.tel-disable-modal-table td:before {
	content: "";
	color:#fff;
	font-weight: bold;
}

.tel-disable-modal-table td:hover{
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e3e3e3 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#e3e3e3 100%);
	color:#999 !important;
	border: 1px solid #DDD !important;
}

.tel-disable-modal-table th{
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
}

.tel-disable-modal-table-th{
	padding: 5px;
	color:#333;
	border: solid 0px #11964D;
	font-size: 14px;
	color:#999;
}

.tel-disable-modal-table-th2{
	padding: 12px 5px;
	font-weight: normal;
	font-size: 13px;
	background-color: #fff;
	color:#999;
}

.tel-disable-modal-table-bgfff{
	background: linear-gradient(-180deg, #fff, #fff);
	border: solid 1px #fff;
}

.tel-disable-week-sat{
	color:#2A2BFF !important;
}

.tel-disable-week-sun{
	color:#FF0202 !important;
}

.tel-disable-check{
  background: linear-gradient(-180deg, #ff8f3d, #ff5a00) !important;
  border: solid 1px #ff5a00 !important;
}

.tel-disable-check:before {
	content: "○" !important;
	color:#fff !important;
	font-weight: bold;
	font-size: 26px;
}

.tel-disable-all{
	background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: linear-gradient(to bottom, #fff 0%,#eee 100%);
	border: 1px solid #DDD;
	width: 60px !important;
}

.tel-disable-all:before {
	content: "" !important;
	color:#ddd;
}


.tel-disable-modal-table td i{
	color:#999;
}

.tel-disable-modal-pc-visible{

}

.tel-disable-modal-sp-visible{
	display: none;
}

.tel-disable-hour{
	border-radius: 12px;
	width: 98%;
	border: solid 0px #75C600;
	padding: 1.5em 0px 0px 0px;
	text-align: left !important;
	background-color: #fff;
}

.tel-disable-hour h4{
  padding: 0px 0px;
  margin: 0px 0px 15px 0px;
  font-size: 18px !important;
  line-height: 1.9em;
font-weight: normal;
}

.tel-disable-hour h4 font{
  font-weight: normal;
  font-size: 18px !important;
}

.tel-disable-hour2{
	width: auto;
	position: relative;
	border-radius: 12px;
	border: solid 1px #ddd;
	background: #E7F4F1;
	padding: 60px 20px 20px 20px;
	text-align: center !important;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.tel-disable-hour2 h4{
	padding: 10px 0px;
	font-size: 15px !important;
	line-height: 1.7em;
	margin-bottom: -14px;
}

.tel-disable-hour2-span{
	position: absolute;
	display: block;
	padding: 20px;
	color:#fff;
	text-shadow: -1px -1px 0px #038739;
	font-weight: bold;
	top:0px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #018842;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.tel-disable-hour2-span i{
	color:#fff;
}

.tel-disable-hour2 h4 font{
	font-weight: bold;
}

.form-table-td2{
	padding-bottom: 30px;
}

.border-b-none{
	border-bottom: 0px solid #fff;
}

.tel-number-button{
	display: inline-block;
	border-radius: 50px;
	background-color: #F25D21;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	padding: 10px 40px 10px 40px !important;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	margin-right: 10px;
}

.tel-pcnone{
	display: none;
}


.tel-line-button{
	display: inline-block;
	border-radius: 50px;
	background-color: #07b53b;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	padding: 10px 40px 10px 40px !important;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	font-size: 16px;
}

.tel-line-button img{
	height: 20px;
	margin: 0px;
}

.tel-line-button a{
	text-decoration: none;
	color:#fff;
}

.time-select-button{
	display: inline-block;
	position: relative;
	border-radius: 50px;
	background-color: #F25D21;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	padding: 10px 40px 10px 40px !important;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	margin-right: 10px;
}

.time-select-button span{
	position: absolute;
	top:16px;
	right:14px;
	box-shadow: 0px 0px 0px #fff;
    text-shadow: 0px 0px 0px #fff;
    background-color: red;
    padding: 3px 4px;
    border-radius: 20px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1em;

}

.text-underline{
	border-bottom: 2px dotted #f34955;
	font-weight: bold;
}

.modal-h4{
	line-height: 1.6em;
	font-size: 16px;
}

.form-first-alert{
	line-height: 1.5em;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top !important;
}

.form-first-alert i{

}

.form-first-alert a{
	display: inline-block;

}

.form-first-alert a img{
	width: 140px;
}

.form-first-alert span{
	display: inline-block;
	width: 800px;
	margin-right: 20px;
}

.tel-disable-modal-line{
	margin-bottom: -40px;
	font-size: 14px !important;
	border-radius: 10px;
	border:solid 0px #ddd;
	padding:0px;
	margin: 0 auto -40px auto;
}

.tel-disable-modal-line a{
	margin-top: 10px;
	display: inline-block;
}

.tel-disable-modal-line a img{
	width: 120px;
}

.recommend-arert{
    position: relative;
    line-height: 1.5em;
    border: solid 3px #fe7e7e;
    padding: 15px 15px 15px 30px;
    color:red;
    border-radius: 6px;
    position: relative;
}

.recommend-arert::before{
  content: '';
  position: absolute;
  left: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fe7e7e;
  border-left: 15px solid transparent;
}
.recommend-arert i{
    position: absolute;
    color: #fe7e7e;
    top:18px;
    left:15px;
}

/* ご希望の日時に空きが無い場合 */

.preferred_date{
  position: relative;
  margin-top: 40px;
  padding: 20px 40px;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
}

.preferred_date .date-tit{
  position: absolute;
  top: -10px;
  left: 5px;
  padding: 0 10px;
  background-color: #fff;
}

.preferred_date  .date-tit .fa-exclamation-circle{
  color: red;
  font-size: 20px;
  margin-right: 5px;
}

.preferred_date .text{
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 5px;
}

.preferred_date .text-form{
  width: 240px;
}

/* スタッフブログ */
.blog-info {
	border: 3px solid #0d8940;
	border-radius: 12px;
	margin-bottom: 30px;
}

.blog-title {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #0d8940;
	padding: 20px 30px;
}

.blog-title h3 {
	width: 230px;
	margin: 0 30px 0 0;
}

.blog-title .blog-bubble {
	position: absolute;
	top: -35px;
	right: -10px;
	width: 110px;
}

.blog-title p {
	color: #fff;
	margin: 0;
	font-size: 0.875em;
	padding-right: 80px;
}

.blog-content {
	display: flex;
	padding: 20px 30px;
}

.blog-img {
	flex: 100%;
	margin-right: 60px;
}

.blog-img img {
	max-width: 100%;
	height: auto;
}

.blog-text {
	width: 320px;
	min-width: 320px;
}

.blog-text h4 {
	font-size: 18px;
	color: #0d8940;
	margin: 10px 0 1em;
}

.blog-text table {
	border-collapse: collapse;
	border-spacing: 0;
}

.blog-text table th,
.blog-text table td {
	vertical-align: top;
	padding: 3px 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}

.blog-text table th {
	white-space: nowrap;
	background-color: #f5f5f5;
}

.blog-text .blog-btn {
	margin: 20px 0 0;
}
.blog-text .blog-salon {
	margin: 10px 0 0;
}

.blog-text .blog-btn a,
.blog-text .blog-salon a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	border-radius: 60px;
	font-weight: bold;
	min-width: 80%;
	font-size: 0.875em;
	padding: 12px 0;
	text-decoration: none;
}

.blog-text .blog-btn a{
	background-color: #F25D21;
  border: 3px solid #F25D21;
	background-size: 40px, 100%;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	color: #fff;
	display: block;
	outline: none;
	text-shadow: -2px -2px 0 rgba(255,72,0,0.6);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog-text .blog-btn a:hover{
	opacity: .85;
	background-size: 40px, 100%;
  cursor: pointer;
  top: 4px;
  text-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-text .blog-salon a {
	color: #0d8940;
	border: 3px solid #0d8940;
}

.blog-text .blog-salon a:hover {
	opacity: .85;
}

/*
 * ================================================
 *
 * 3rd-time modal radio
 *
 * ================================================
 */

.trd-time{
	width: 100%;
	background-color: #fff;
	padding-left: 5px;
}

.trd-time h3{
	clear: both;
	padding-bottom: 20px;
}

.trd-time-inner{
	width: 640px;
	margin: 0px auto;
}

.trd-time-inner label:last-child{
	margin-right: 0px !important;
}

.trd-time input{
	display: none;
	text-align: center;
}

#s3_first_p{
	text-align: left;
	margin-top: 0px;
}

.trd-time label{
	display: block;
	float: left;
	cursor: pointer;
	width: 193px;
	margin: 0;
	padding: 20px 5px;
	border: 1px solid #ddd;
	background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: linear-gradient(to bottom, #fff 0%,#eee 100%);
	border-radius: 6px;
	color: #555;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
}

.trd-time label:hover{
	background: -webkit-linear-gradient(top, #d2ecfc 0%,#b1dcfb 100%);
	background: linear-gradient(to bottom, #d2ecfc 0%,#b1dcfb 100%);
  color: #333;
  border: solid 1px #b1dcfb;
}
.mgr-0{
	margin-right: 0px !important;
}

.trd-time input[type="radio"]:checked + label {
	background: linear-gradient(-180deg, #ff8f3d, #ff5a00);
	border: solid 1px #ff5a00 !important;
	color: #fff;
}

.min-height-ver{
	height:300px !important;
	min-height: 300px !important;
}

.shop-select-new i{
	color:red !important;
}

.page-top-an{
	background-color: #fff;
	border: solid 0px #EE0000;
	border-radius: 6px;
	font-size: 14px;
	padding: 0px;
}

.page-top-an ol li{
	margin-bottom: 10px;
	line-height: 1.7em;
	font-weight: bold;
}

.alt-sec2{
	margin: 20px 0px;
}

.alt-sec2 ul{
	list-style: none;
	margin-top: 20px;
}

.alt-sec2 ul li{
	list-style: none;
	margin-bottom: 10px;
}

/*
 * ================================================
 *
 * ローディング
 *
 * ================================================
 */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto !important;
  margin-top: -100px;
  margin-left: -300px;
  text-align: center;
  color: #000;
  z-index: 2;
  background-color: #fff;
  padding: 20px 0 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  border-radius: 10px;
}

#loader img {
  width: 120px;
  height: 120px;
}

/*
 * ================================================
 *
 * エラー画面
 *
 * ================================================
 */

.error-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #dd0505;
}

.error-title i{
  color: #dd0505;
}

.error-text{
  font-size: 22px;
  line-height: 1.8em;
  margin: 0 50px 20px 50px;
}

.error-link{
  display: block;
  font-size: 22px;
  padding: 20px 30px;
  background-color:#109278;
  border-radius: 60px;
  width: 300px;
  margin: 0 auto 60px auto;
  text-align: center;
  color:#fff;
  text-decoration: none;
}

.error-tel{
  margin: 60px auto;
  text-align: center;
}

.error-tel-btn{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.error-tel-button,
.error-line-button{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
}

.error-tel-button{
  flex-direction: column;
  padding: 10px 45px;
  background-color: #F25D21;
}

.error-tel-button span{
  display: block;
  font-size: 15px;
}

.error-tel-button b{
  font-size: 26px;
}

.error-tel-button b::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 20px;
  background-image: url(../images/icon_tel-w.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 8px;
}

.error-tel-button.sp{
  display: none !important;
}

.error-line-button{
  margin-left: 40px;
  padding: 10px 30px;
  background-color: #07b53b;
  font-size: 19px;
  font-weight: bold;
}

.error-line-button::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_line-w.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 8px;
}

.error-tel-time span{
  color: #018842;
  border: 1px solid #018842;
  font-size: 15px;
  padding: .25em .75em;
  margin-right: 10px;
}

.tel_modal{
  display: block;
  font-size:24px;
  color: #E00E0E;
  padding-bottom: 200px;
}

.tel_modal img{
  max-width: 100%;
  height: auto;
}

.tel_modal_td{
  background-color: #f4f4f4;
}

.shop-link-cmp{
	display: block;
	border-radius: 30px;
	padding: 15px 20px;
	border: 1px solid #07b53b;
	color: #07b53b;
	text-decoration: none;
	width: 40%;
	text-align: center;
	margin-top:16px;
	font-size: 14px;
}

.shop-res-info{
	font-size: 24px;
	color: #E00E0E;
	font-weight: bold;
	text-align: center;
}

.google-calendar-btn{
	text-align: center;
}

.google-calendar-btn a{
	display: inline-block;
	background: linear-gradient(to bottom, #ff8f3d 0%,#ff5a00 100%);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	border: none;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 30px auto;
	min-width: 400px;
	outline: none;
	padding: 15px 60px;
	position: relative;
	text-shadow: -2px -2px 0 rgba(255,72,0,0.6);
	text-decoration: none;
}

.comp-pc-none{
	display:none;
}

.line-b-area{
    margin: 0 auto;
    width: 900px;
    padding-bottom:20px;
  }

  .line-b-area a{
      display:block;
      width: 900px;
    }

  .line-b-area a img{
    margin: 0 auto 30px auto;
      display:block;
      width: 900px;
    }

/* ----- 電話/LINEで直接予約モーダル ----- */
.modal-direct-wrapper {
/*    display: block; */
    display: none;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    padding: 8px 8px 50px;
    background-color: rgba(0,0,0,.27);
}
.modal-direct-wrapper * {
    box-sizing: inherit;
}
.modal-direct {
    width: 640px;
    max-width: 96vw;
    padding: 32px 50px 35px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #109278;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background-color: #fff;
    font-weight: bold;
}
.modal-direct h3 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #221816;
    text-align: center;
    color: #008844;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
}
.modal-direct-inner {
    padding: 25px 30px 0;
    font-size: 18px;
}
.modal-direct-text {
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.5em;
}
.modal-direct-tel {
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #F25D21;
    color: #fff;
    text-decoration: none;
    padding: 10px 110px;
    margin-bottom: 20px;
    border-radius: 40px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.modal-direct-tel svg {
    width: 35px;
    margin-bottom: 3px;
    margin-right: 7px;
}
.modal-direct-tel b {
    font-size: 28px;
    line-height: 1em;
}
.modal-direct-line {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #07b53b;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    padding: 14px 110px;
    margin-bottom: 26px;
    border-radius: 40px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.modal-direct-line svg {
    width: 40px;
    margin-right: 7px;
}
.modal-direct-time b {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #109278;
    color: #109278;
    font-size: 16px;
}
.modal-direct-time p {
    margin: 10px auto 25px;
}
.modal-direct-close {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 40px;
    background-color: #999;
    color: #fff;
    border-radius: 20px;
}

.page_txt2{
  font-size: 14px;
  color:red;
}

/* 地域選択 */
.select-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.select-area input[type="radio"] {
  display: none;
}

.select-area input[type="radio"] + label {
  display: block;
  position: relative;
  z-index: 0;
  min-width: 110px;
  padding: 8px 10px 5px;
  margin: 0 15px 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.select-area input[type="radio"] + label::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #018842;
  border-radius: 2em;
  background-color: #fff;
}

.select-area input[type="radio"]:checked + label {
  color: #fff;
}

.select-area input[type="radio"]:checked + label::after {
  background-color: #018842;
}

/* 時間選択 */
.form-teltime{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 15px 0;
}

.form-teltime label{
	display: inline-block;
}

.form-teltime input[type="checkbox"] {
	display: none;
}

.form-teltime input[type="checkbox"] + label {
  display: block;
  position: relative;
  z-index: 0;
  padding: 5px 10px 5px 35px;
  margin: 0 30px 10px 0;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.form-teltime input[type="checkbox"] + label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  background-color: #f4f4f4;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.form-teltime input[type="checkbox"] + label::after {
  content: '';
  display: none;
  position: absolute;
  top: 1px;
  left: 11px;
  width: 8px;
  height: 17px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-teltime input[type="checkbox"]:checked + label::after {
  display: inline-block;
}
