@charset "UTF-8";
body {
    overflow-x: hidden;
    border-top:8px solid #62c191;
}
*,*::before,*::after {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, ol, ul, li, p, a {
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
h1, h2, h3 {
    font-weight: normal;
}
h2, h3 {
    line-height: 1.32;
}
a {
    text-decoration: none;
}
article section {
	overflow: hidden;
    padding: 0;
}
h2 {
    font-size: 42px;
}
.pc-only,
.pc-tb {
    display: block;
}
.tb-sp,
.sp-only {
    display: none;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #555;
    color: #555;
    background: rgba(255,255,255,0.7);
    width: 320px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1;
    height: 72px;
    position: relative;
}
.flexbnr{
    display: flex !important;   
}
.footer_map iframe {
    width: 100%;
    height: 445px;
}
/* 耳たぶ */
.mimitab {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}
.mimitab img {
    display: block;
}
.mimitab a {
    color: white;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align:center;
    padding: 20px 0;
    text-decoration: none;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    position: relative;
    right: -2px;
    writing-mode: vertical-rl;
}
.mimitab > a:first-of-type {
    color:#fff;
    width: 59px;
    height: 294px;
    background-color: #005bac;
}
.mimitab > a:nth-child(2) {
    background-color: #cf2e92;
    padding: 0;
    margin-top: 8px;
    width: 59px;
    height: 59px;
}
#lp_top .mimitab a:nth-child(2) img {
    width: 40px;
    margin-bottom: 2px;
    margin-right: 2px;
    height: auto;
}
.mimitab > a:hover {
    width: 63px;
    padding-right: 4px;
}

.form {
background-color: #fff;
text-align:center;
padding: 0;
}
#form-content .inner {
    max-width: 920px;
}

@media screen and (max-width: 1024px) {
.footer_map iframe {
    height: 280px;
}
}
@media screen and (max-width: 768px) {
body{
    font-family: sans-serif;
}
h2 {
    font-size: 36px;
}
}
@media screen and (max-width: 767px) {
body{
    border-top: none;
}
h2 {
    font-size: 30px;
    line-height: 1.2;
}
.pc-only {
    display: none;
}
.sp-only {
    display: block;
}
.form {
    padding: 24px 16px 0;
}
.w100p {
width:100%;
}
.mimitab{
    display: none !important;
}
#lp_top div.tpden{
    position: fixed;
    z-index: 4;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
    padding: 0;
}
#lp_top .tpden a {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    height: 65px;
}
#lp_top .tpden a:first-child{
    width: 82px;
    background: #ea9021;
}
#lp_top .tpden a:first-child > img{
    width: 25px;
    height: 33px;
}
#lp_top .tpden a:last-child{
    width: 100%;
    padding: 0 16px;
    background: #005bac;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}
#lp_top .tpden a:last-child img{
    width: auto;
    height: 65px;
}
.insta-link {
    position: fixed;
    z-index: 20;
    bottom: 80px;
    right: 10px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #cf2e92;
    padding: 8px;
}
.footer_info,
.footer_map {
    width: 100%;
}
}
@media screen and (max-width: 375px) {
h2 {
    font-size: 7.6vw;
    line-height: 1.3;
}
}
#form_mv {
    background-image: url(images/form_mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#form_mv .inner {
    padding-top: 56px;
    padding-bottom: 56px;
    max-width: 824px;
    text-align: center;
}
#form_mv h2 .form_mi01 {
    font-size: 48px;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    font-weight: bold;
    color: #34a3d1;
    line-height: 1;
}
#form_mv h2 .form_mi02 {
    max-width: 532px;
    width: 100%;
    display: block;
    background: #34a3d1;
    padding: 22px 0;
    border-radius: 12px;
    font-size: 29px;
    letter-spacing: 0.15em;
    color: #fff;
    margin: 24px auto 40px auto;
}
.formarea h2 {
    text-align: center;
    color: #20a04b;
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 28px;
    position: relative;
}
.formarea h2::after{
    position: absolute;
    content: "";
    background: #20a04b;
    width: 40px;
    height: 1px;
    display: block;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -16px;
}
.formarea .inner {
    width: 100%;
    margin: 16px auto 0;
}
.formarea .max1090 {
    margin: 0 auto;
}
.formarea p {
    color: #333;
}
.formarea img {
    max-width: 100%;
}
.formarea *, .formarea *:before, .formarea *:after {
    box-sizing: border-box;
}
.formarea table td em{
    font-style: normal;
}
/*
.form-gray-waku {
    margin: 24px auto;
    border: 1px solid #cacaca;
    max-width: 1310px;
}
*/
#form-input .klinks .inner{
    padding-bottom: 0;
}
#form-input form#mailformpro {
    padding: 0;
    margin-bottom: 96px;
}
.ui-datepicker table th:first-child {
    color: #db2323;
}
.ui-datepicker table th:last-child {
    color: #3a8be1;
}
.ui-widget-content span.ui-state-default {
    color: #666;
}
.ui-widget-content a.ui-state-default {
    color: #222;
}
.ui-widget-content td:first-child a.ui-state-default {
    color: #db2323;
}
.ui-widget-content td:last-child a.ui-state-default {
    color: #3a8be1;
}
.formarea h3, .formarea h4, .formarea p, .formarea table {
  margin-bottom: 12px;
}
.formarea h3 {
  color: #004da0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.formarea input[type='text'], .formarea input[type='tel'], .formarea input[type='email'] {
  width: 100%;
}
textarea {
 width: 100%;
}
.formarea table {
  width: 100%;
  background-color: #fff;
}
.formarea table th {
  text-align: center;
}
.formarea table th{
  padding: 35px 24px 28px;
  display: block;
    background-color: #f8f8f8;
    line-height: 1.6;
    vertical-align: middle;
    font-weight: 300;
}
.formarea table tr .mfp_element_all{
    max-width: 70%;
}
.formarea table tr:last-child .mfp_element_all{
    max-width: 100%;
}
.formarea table td {
  padding: 20px 32px 20px 40px;
  display: block;
  text-align: left;
}
.inline-block {
  line-height: 3.5;
  display: inline-block;
  vertical-align: middle;
}
.inline-block2 {
  line-height: 2.8;
  display: inline-block;
  vertical-align: middle;
}
.inline-block3 {
  line-height: 2.0;
  display: inline-block;
  vertical-align: middle;
  margin-left:3em;
  text-indent:-3em;
}
#mailformpro hr{
margin-top: 30px; 
}
form#mailformpro{
margin-top: -2px;
padding: 0; 
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
    padding: 3px 8px;
    margin: 16px 2px;
    vertical-align: middle;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 20px 13px;.inner td > input, .inner td > textarea
    background-size: 36px 100%;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    /*box-shadow: inset #ccc 0px 1px 1px 0px;*/
    box-shadow:none;
    width: 100%;
    cursor: pointer;
}
input[type='date'], input[type='number'], input[type='text'], input[type='select'], input[type='password'], input[type='email'], input[type='search'], input[type='tel'], input.text, textarea, select, .mfp_element_select-one {
    padding: 4px 6px;
    margin: 0 5px;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 13px;
    background: #fbfbfb;
    font-size: 16px;
    font-weight: 200;
    /*box-shadow: inset #ccc 0px 1px 1px 0px;*/
}
.inner td > input, .inner td > input[type='select']{
    color: #000;
}
.inner td > input, .inner td > textarea{
  margin: 0 4px 0 0;
box-shadow: none;
border-radius:0;
}
.intervew-sheet-input .w40 {
    width: 40px;
}
.intervew-sheet-input .w60 {
    width: 60px;
}
.w70 {
    width: 80px !important;
}
.intervew-sheet-input .w150 {
    width: 150px;
}
.btn {
    display: block;
    width: 644px;
    height: 107px;
    background-image: url(../images/lp/form_btn.png);
    background-repeat: no-repeat;
    border: none;
    background-size: 100%;
}
.btn:hover {
    opacity: 0.7;
    background-image: url(../images/lp/form_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.btn-gray {
  background-color: #ccc;
  margin-bottom: 24px;
}
.tag-necessary {
    font-size: 15px;
    color: #fff;
    background: #f08300;
    text-shadow: none;
    padding: 6px 3px;
    width: auto;
    line-height: 1;
    text-align: center;
    float: right;
}
.tag-necessary-red {
    color: #d55c14;
    font-size: 0.6em;
    vertical-align: top;
    font-weight: bold;
}
.prefer .tag-necessary-red {
    line-height: 0.1;
}
.prefer > .tag-necessary {
    float: none;
    display: inline-block;
    margin-left: 8px;
}
.formarea div.mfp_err{
    font-size:16px;
    background-position: 0px 8px;
}
.sc02-container {
  background-color: #fff;
  /*box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .1);*/
  padding: 16px;
  margin-bottom: 24px;
}
.sc02-container h4 {
  font-size: 20px;
  color: #1a4da0;
  border-bottom: 1px solid #1a4da0;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.sc02-container h4 span {
  display: inline-block;
  width: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #1a4da0;
  color: #fff;
  margin-right: 20px;
}
.sc02-container p {
  margin-bottom: 0;
}
.list-icon-01 {
  margin-bottom: 16px;
}
.color-red {
  color: #E7251C;
}
#iinnjyouhou {
    padding: 24px 10px;
    border: 3px solid #3178ba;
    background: #fff;
    border-radius: 16px;
    margin: 16px auto;
    font-size: 17px;
    letter-spacing: -0.1em;
    max-width: 798px;
}
.formarea table tr th,
.formarea table tr td {
    border-top: 1px solid #cacaca;
}
.formarea table tr:last-child th,
.formarea table tr:last-child td {
    border-bottom: 1px solid #cacaca;
}
#iinnjyouhou p {margin:0px;line-height:1.6;}
#iinnjyouhou p:last-child {
    margin-top: 16px;
}
#tels {
  font-size: 36px;
  text-align: center;
  color: #ff9300;
  font-weight: bold;
}
.dotbox {
  max-width: 800px;background-color: #fff;
  padding: 16px 0 16px;
  border: 4px dotted #ccc; border-radius:16px;
  margin: 48px auto 0;
}
.dotbox h3 {margin:0px 0 16px;}
#tels i {
  margin-right: 16px;
}
#tels a {
  color: inherit;
}
#iinjyouhou-b {
/*
  display: flex;
  justify-content: space-around;
align-items: center;
border-top: 1px solid #ccc;
*/
line-height:1.1;
border: 1px solid #ccc;
padding:16px 0px;margin:8px 56px;
font-size:14px;
}
#iinjyouhou-b div {
  align-self: stretch;
}
#iinjyouhou-b div:nth-child(1) {
/*  background-color: #f6f6f6;  padding: 8px 24px;*/


/*  display: flex;*/
  align-items: center;
}
#iinjyouhou-b div:nth-child(2) {
  font-weight: normal;
}
.spnons {
  display: none;
}


.r-itm {
  margin-top: 40px;
}
.r-itm p {
  text-align: center;
  margin-bottom: 0;
}
.r-itm .call {
  color: #ff9300;
  font-size: 1.5em;
}
.prefer {
    margin: 8px 0 0;
    font-weight: 700;
    color: #333;
    font-size: 17px;
    padding: 5px 0 4px 8px;
    line-height: 1;
    border-left: 4px solid #ddd;
}
.prefer:first-of-type {
margin-top: 0;
}
.mfp_element_select-one {
    padding: 3px 8px;
    margin: 16px 2px;
    vertical-align: middle;
    height: 41px;
}
.datepicker {
    text-align: center;
    width: 100%;
    max-width: 160px;
}
.time-zone {
    width: 100%;
    max-width: 140px;
}
.chkarea {
    width: 46%;
margin-right: 16px;
}
element.style {
    width: 80px;
}
#contact_reservation .thanks {
    padding: 24px;
    margin-bottom: 80px;
    border: 8px solid #f3a4a9;
    border-radius: 3px;
    margin: 80px auto;
    max-width: 70%;
}
#contact_reservation .thanks h4{
    text-align: center;
    color: #3e3a39;
    margin-bottom: 21px;
    font-size: 28px;
}
#contact_reservation .thanks p{
    text-align:center;
    font-size: 18px;
}
#mfp_element_28,
#mfp_element_30,
#mfp_element_32{
    width: 30%;
    text-align: left;
}
#mfp_element_29,
#mfp_element_31,
#mfp_element_33{
    width: 30%;
    height: 48px;
    color: #000;
}
#sub-content06,#sub-content07,#sub-content08{
    display: none;
}
textarea#mfp_element_86 {
    height: 326px;
}
.formbtnarea{
    background: #f5f4f2;
    padding-bottom: -10px;
}
#formbtnhontai{
    max-width: 920px;
    margin: 46px auto;
}
@media screen and (min-width: 768px){
.formarea h3, .formarea h4, .formarea p, .formarea table {
  margin-bottom: 40px;
}
.formarea h3 {
  color: #004da0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.formarea h4 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.formarea table th, .formarea table td {
  display: table-cell;
  font-size: 19px;
  letter-spacing: 0.1em;
}
.formarea table th {
  width: 25%;
  text-align: center;
}
.formarea table td {
  width: 75%;
}
.sc02-container {
  padding: 20px 40px;
}
.spnons {
  display: inline;
}
#contact_reservation .inner {
    margin-left: -16px;
}
#contact_reservation .thanks h4 {
    font-size: 26px;
    line-height: 1.4;
}
}
@media screen and (max-width: 1000px){
.form-gray-waku {
    margin: 24px;
}
}
@media screen and (max-width: 767px){
#form_mv {
    background-size: 160%;
}
#form_mv h2 .form_mi01 {
    font-size: 32px;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    line-height: 1.2;
}
#form_mv h2 .form_mi02 {
    padding: 12px 0;
    border-radius: 8px;
    font-size: 18px;
}
#form_mv .inner{
    padding-top: 48px;
    padding-bottom: 0;
}
#form-thanks #form_mv .inner {
    padding-top: 24px;
    padding-bottom: 24px;
}
.form-gray-waku {
    margin: 0 0 16px 0;
}
.formarea table th,.formarea table td{
    font-size:15px;
    border-top:1px solid #cacaca;
}
.formarea table th{
    display: table-cell;
    padding: 16px 10px;
    width: 33%;
}
.formarea table td{
    padding: 12px 10px 10px;
}
#mfp_element_28,
#mfp_element_30,
#mfp_element_32{
    width: 60%;
    padding: 8px;
}
#mfp_element_29,
#mfp_element_31,
#mfp_element_33 {
    width: 58%;
    height: 42px;
}
.btn {
    display: block;
    width: 920px;
    height: 154px;
    background-image: url(../images/lp/form_btn_sp.png);
    background-repeat: no-repeat;
    border: none;
}
.prefer {
    margin-bottom: 10px;
    font-size: 15px;
}
textarea#mfp_element_86 {
    height: 200px;
}
.btn:hover {
    background-image: url(../images/lp/form_btn_sp.png);
    background-repeat: no-repeat;
}
input[type='date'], input[type='number'], input[type='text'], input[type='select'], input[type='password'], input[type='email'], input[type='search'], input[type='tel'], input.text, textarea, select, .mfp_element_select-one {
    max-width: 100%;
    padding: 6px;
}
#contact_reservation .thanks {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 32px;
    max-width: 100%;
}
#form-content .inner,#form-content .klinks .inner{
    padding: 0;
}
#form-input form#mailformpro {
    margin-bottom: 24px;
}
.formarea .inner {
    padding-top: 0;
    padding-bottom: 0;
}
.formarea input[type='text'], .formarea input[type='tel'], .formarea input[type='email'], textarea {
width: 100%;
}
.formarea table tr .mfp_element_all {
    max-width: 100%;
}
.formarea table tr:nth-child(4) .tag-necessary,
.formarea table tr:nth-child(5) .tag-necessary{
    margin-top:-16px
}
.formarea table tr:nth-child(4) td,
.formarea table tr:nth-child(5) td{
    padding-top:20px
}
.formbtnarea{
    margin:0 -16px;     
}
#formbtnhontai {
max-width: unset;
    width: 90%;
    height: 78px;
    background-size: 100%;
    background-position: center;
    margin: 46px auto;
}
#iinnjyouhou {
    padding: 16px 0;
    border: 3px solid #3178ba;
    background: #fff;
    border-radius: 16px;
    margin: 16px auto;
    font-size: 15px;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";      
}
.formarea .klinks .inner {
    padding-top: 24px;
    padding-bottom: 0;
}
.inline-block3 {
  margin-left:0;
  text-indent:0;
}
.dotbox {
  padding: 16px 24px;
  margin: 24px auto 0;
}
.dotbox h3 {margin:0px 0 16px;}
.r-itm .call {
  color: #ff9300;
  font-size: 1.0em;
}
#iinjyouhou-b {
padding: 4px 12px;
margin: 0px;font-size:95%;
letter-spacing: normal;
}
#tels {
  font-size:1.5em;
}
.chkarea {
    width: 100%;
margin-right: 0;
}
.sonotaarea{
line-height: 1.8; 
}
.formarea h2 {
    font-size: 22px;
    line-height: 1.4;
    padding: 0;
    margin: 24px auto 0;
    font-feature-settings: "palt";
}
.formarea h2::after{
    bottom: -10px; 
}
#contact_reservation .thanks h4 {
    font-size: 22px;
    line-height: 1.8em;
}
.btn{
    padding: 12px;      
    width:60%;
}
button.btn.btn-green.mfp_element_submit.mfp_element_all {
    font-size: 18px;
}
.formarea div.mfp_err{
    font-size:13px;
}
}
@media screen and (max-width: 320px){
.formarea h2{
font-size: 20px;
line-height: 1.4;
letter-spacing: -0.1em;
}
#iinnjyouhou p {
font-size: 14px;
}
.sub h2.sub-type2{
font-size: 24px; 
}
.intervew-sheet-input .w40 {
    width: 30px;
}
.prefer{
clear: both;
}
#form_mv h2 .form_mi01{
    font-size:28px;
}
#form_mv h2 .form_mi02{
    font-size:16px;
}
#contact_reservation .thanks p {
    font-size: 16px;
}
#iinnjyouhou p{
    font-size:13px;     
}
.formarea table th, .formarea table td{
    font-size:13px;     
}
.formarea table th{
    width:50%;
    padding-left: 4px;
    padding-right: 4px;
}
.tag-necessary {
    font-size: 13px;
    padding: 6px;
}
}