body {
    font-size: 15px;
    color: #333;
}
@media (max-width: 575px) {
body {
    font-size: 15px;
}
}

.table-nw th {
  white-space: nowrap;
}







.sec-m {
  padding:60px 0 ;
}

.sec-l {
  padding:80px 0 ;
}

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



.sec-m {
  padding:30px 0 ;
}

.sec-l {
  padding:40px 0 ;
}



h2 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 12px 0;
}



  }





@media screen and (max-width: 600px){
.img-shrink-v {
  max-width: 50%;
}
.img-shrink-vs {
  max-width: 35%;
}
.img-shrink-h {
  max-width: 70%;
}

.media img {
  width: 30%;
}



}





html .btn-primary {
    background-color: #ffa353;
    border-color: #ffa353 #ffa353 #ff8820;
    color: #FFF;
}



.side-contact-btn {
  position: fixed;
  bottom:60px;
  right:0;
  margin:auto;
  font-size: 14px;
  font-weight:bold;
  z-index: 10;
  line-height: 1;

}
.side-contact-btn li {
  width: 94px;
  height:94px;
  display:block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}
.side-contact-btn li a {
  width: 100%;
  height:100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

.side-contact-btn {
display: none !important;
}

}














hr.grad {
  width: 70px;
  height: 2px;
/*  margin: auto;*/
    background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:    -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:     -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:      -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);  
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse; 
  background-size: 200% 200%; 
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}


hr.grad2 {
  width: 50px;
  height: 3px;
  margin: 0;
    background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:    -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:     -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:      -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);  
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse; 
  background-size: 200% 200%; 
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}

































.twitter-wrap { width:100%; height: 450px; overflow: scroll; }



.portfolio-list {
  max-width: 1000px;
  margin:0 auto;
}



.process-vertical .process-step-circle {
    height: 45px;
    width: 45px;
    margin: 0 15px 0 0;
    min-height: 45px;
    min-width: 45px;
}

.process .process-step-circle-content {
    font-weight: bold;
    color: #212529;
    font-size: 1.2em;
    letter-spacing: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.process-vertical .process-step:after {
    width: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 60px;
    left: 22px;
}

/*img*/

.img-xs {
  width: 18%;
}

.img-sm {
  width: 30%;
}

.img-md {
  width: 40%;
}

.img-lg {
  width: 70%;
}



img.alignleft,
  .wp-caption.alignleft {
    float: left;
    margin-right:24px;
    margin-top:8px;

  }
  img.alignright,
  .wp-caption.alignright {
    float: right;
    margin-left:24px;
    margin-top:8px;
  }


@media screen and (max-width: 480px) {
  img.alignleft,
  .wp-caption.alignleft {
    float: none;
     margin-right:auto;
      margin-left:auto;
    margin-top:0;
    display: block;
  }
  img.alignright,
  .wp-caption.alignright {
    float: none;
     margin-left:auto;
     margin-right:auto;
    margin-top:0;
    display: block;
  }

.img-xs {
  width: 100%;
}
.img-sm {
  width: 100%;
  display: block;
  margin:0 auto;
}

.img-md {
  width: 100%;
  display: block;
  
  margin:0 auto 0 auto;
}

.img-lg {
  width: 100%;
  display: block;
  
  margin:0 auto 0 auto;
}
}



/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {
 
}
.med_merit_box div{

  box-sizing: border-box;
  padding: 35px 45px 45px 45px;}
.med_merit_box .merit_box{
 
  background:#fceff2;
}
.med_merit_box .demerit_box{

  background:#e9f8f9;
}
.med_merit_box dt{
  background:#ffffff;
  padding: 15px 0;
  line-height: 1em;
  font-size:115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.med_merit_box ul {padding:0;}



.med_merit_box dd li{
  background-size:15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  list-style: none;
}
.med_merit_box dd li:last-child{
  margin-bottom: 0;
}
.med_merit_box .merit_box dd li{
 /* background-image: url(../images/icon_merit.svg);*/
}

.med_merit_box .merit_box dd li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    margin-right: 5px;
    color: #ff7bac;
}


.med_merit_box .demerit_box dd li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    color: #29abe2;
}


.med_merit_box .merit_box dt{
  color:#ff7bac;
}
.med_merit_box .demerit_box dt{
  color:#29abe2;
}








.posinega_box {
  background: #fff6ee;
  padding: 30px;
  border-radius: 8px;
}

.posinega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.positive-list {
  font-weight: bold;

}

.positive-list:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f164";
    margin-right: 5px;
    color: #ff7bac;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


.negative-list:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    color: #29abe2;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


@media (max-width: 575px) {

.posinega_box {
  background: #fff6ee;
  padding: 16px;
  border-radius: 8px;
}

.posinega-list {
  font-size: 15px;
}

}









.hr-white {
  border-top: 3px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 32px 0;
}


.top-lead {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.8em;
    margin-bottom: 1.1em;
}

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

.top-lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8em;
    margin-bottom: .5em;
}

.hr-white {
  border-top: 3px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 20px 0;
}

}

.pink {
    color: #fb908e;
}
.green {
    color: #2BADA9;
}
.blue-txt {
    color: #12b4e6;
}



.box-title {
    margin: 0 auto 50px auto;
    padding: 20px 3%;
    background: #A8A9A8;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.3em;
    text-align: center;
    border-radius: 8px;
}

.box-title-lg {

    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #00b7c6;
    margin-bottom: 28px;
    border-radius: 8px;
}


.box-title span {
  font-size: 13px;
  letter-spacing: 0.2em;
}

.sub-title {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #12b4e6;
}


.step-title {
 font-size: 21px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 8px;
    color: #12b4e6;
}



.round-title {
    background: #00B7C6;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
}


.gold-title {
    color: #b9a858;
    
    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-left: 0px;
}

.gold-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ce";
    margin-right: 6px;
    color: #aaa;
}

@media screen and (max-width: 576px){
.box-title {
    margin: 0 auto 30px auto;
    padding: 15px 2%;
    background: #A8A9A8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.3em;
    text-align: center;
}
.box-title span {
  font-size: 12px;
  letter-spacing: 0.2em;
}
  .box-title-lg {

    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #00b7c6;
    margin-bottom: 12px;
}
.sub-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 15px;
    color: #12b4e6;
}

.step-title {
  font-size: 17px;
}


.round-title {
    background: #00B7C6;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
}


.gold-title {
    color: #b9a858;
    
    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 0px;
}

}


.tour-title {
  font-size: 24px;
  letter-spacing: .1em;
font-weight: 900;
margin-bottom: 10px;
}

@media screen and (max-width: 576px){ 
.tour-title {
    font-size: 20px;
  letter-spacing: .1em;
}
}

.title-h2  {
    position: relative;
    margin-bottom: 32px;
    letter-spacing: 0.15em;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    border-left: 5px solid #FBE04C;
    padding: .33em 0 .7em .8em;
    border-bottom: dashed 1px #8EC27B;
    font-weight: bold;
}

.title-h2::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #8EC27B;
}
.title-h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}


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


.title-h2 {
    font-size: 18px;
}



 }







.title-h3-b {
  font-size: 21px;
  margin: 0 auto 20px auto;
    background: #f4f4f4;
    padding: 25px 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
}

.title-h3-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 5px;
    background: #2bada9;
}

.title-h3-b span {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0px;
  color: rgba(0,0,0,0.6);
}


@media screen and (max-width: 767px) {
.title-h3-b {
  font-size: 16px;
    background: #f4f4f4;
    padding: 16px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
}

.title-h3-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 4px;
    background: #2bada9;
}
.title-h3-b:first-child {
    margin-top: 0; }

      .title-h3 span {
  font-size: 13px;
}
}











.title-h3 { 
  position: relative; 
  font-size: 20px;
  font-weight: bold; 
  text-indent: -1em; 
margin-left: 1em;
letter-spacing: 0.07em;
line-height: 1.5;
margin-bottom: 20px;
}

@media all and (min-width: 600px) { .title-h3 { font-size: 23px; } }

.title-h3:before { content: ""; position: relative; top: -1px; left: 0; display: inline-block; vertical-align: middle; margin-right: 5px; width: 16px; height: 8px; background: -webkit-gradient(linear, left top, right top, from(#2CADA9), color-stop(49%, #2CADA9), color-stop(50%, #65d8d4), to(#65d8d4)); background: -webkit-linear-gradient(left, #2CADA9 0%, #2CADA9 49%, #65d8d4 50%, #65d8d4 100%); background: linear-gradient(to right, #2CADA9 0%, #2CADA9 49%, #65d8d4 50%, #65d8d4 100%); }


@media screen and (max-width: 768px) {
    .title-h3 {
      font-size: 17px;
      padding: 8px 18px;
      margin-bottom: 10px;
      margin-left: 0;
      line-height: 1.5; } 
  .title-h3:first-child {
    margin-top: 0; }

      .title-h3 span {
  font-size: 13px;
} }




.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 20px;
letter-spacing: 0.15em;
  
  padding-bottom: 16px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}




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

.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 17px;
  padding-bottom: 10px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}

}







.title-h5 {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  font-size: 18px;

}

.title-h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: linear-gradient(90deg, #12b4e6, #12b4e6);
}

 @media screen and (max-width: 768px) {
  .title-h5 {
    margin-bottom: 16px;
    font-size: 17px;

  }
  .title-h5:before {
    width: 15px;
    height: 15px;
  }
}

.title-h6 {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: bold;
  color: #888;
}
 @media screen and (max-width: 768px) {
  .title-h6 {
    margin-bottom: 8px;
    font-size: 17px;
  }
}





.fee-img {
  text-align: center;
}

.fee-img img {
  width: 60%;
}

.fee-table {
  font-size: 15px;

}

.fee-table th,
.fee-table td{
line-height: 1.9;
padding:16px 10px;
}


.fee-table thead {
  font-size: 15px;
  background: #f4f4f4;
}

.fee-th-01 {width: 30%}
.fee-th-02 {width: 50%}
.fee-th-03 {width: 20%}
/*.fee-th-04 {width: 26%}
.fee-th-05 {width: 26%}
.fee-th-06 {width: 8%}
.fee-th-07 {width: 8%}*/



@media screen and (max-width: 600px) {
  table.fee-table thead {
    display: none;
  }
  table.fee-table tr {
    border-bottom:8px solid #ddd;
    display: block;
  }
  table.fee-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /*text-align: right;*/
    padding:5px;
  }
  table.fee-table td:before {
    content: attr(aria-label);
    font-weight: bold;
    border-bottom:1px dotted #ccc;
    padding: 3px 5px;
    margin:-5px;
    margin-bottom:3px;
    display: block;
    background: #f4f4f4;
  }
  .fee-img img {
  width: 30%;
}
}




.staff-table {

}

.staff-table th{
  white-space: nowrap;
  color: #12b4e6;
}

@media screen and (max-width: 600px) {
.table-resp th {
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #ddd;
}

.table-resp th,
.table-resp td{
  display: block;
  width: 100%;
}
}
/*-------------------------------------------------
---------------------------------------------------
---------------------------------------------------

    よくある質問 faq

---------------------------------------------------
---------------------------------------------------
-------------------------------------------------*/

.b_question_wrapper {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
/*  margin-bottom: 80px;*/
  margin-top:32px;
}

.b_question {
  margin: 0;
  padding: 0;
}

.b_question_wrapper--item {
  padding: 25px 0 25px;
  border-bottom: 1px solid #e1e1e1;
    list-style: none;
}


.b_question_wrapper .question {
  margin-bottom: 20px;
}

.question {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.question--th {
  width: 42px;
}
.question--th, .question--td {
  display: table-cell;
  vertical-align: top;
}

.question--icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  font-size: 20px;

}

.question .question--icon {
  background: #ff7377;
}

.question.-answer .question--icon {
  background: #bbdefb;
  color: #459be1;
}

.question--td {
  padding-left: 22px;
}

.question--heading {
  margin: 6px 0px 10px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #000;

}

.b_question_wrapper .question.-answer {
  margin-bottom: 0;
}

.question.-answer .question--th, .question.-answer .question--td {
  vertical-align: top;
}

.question.-answer .question--td {
  font-size: 15px;

  line-height: 2.15;
  padding-top: 7px;
}




/* ボックス */
.box-gray {
  background:#f5f3f2;
  padding: 50px 55px 55px 55px;
  border-radius: 8px;
}

.box-line {
  background:#FFF;
  border:1px solid #eee;
  padding: 50px 55px 55px 55px;
}

ul.checklist1{
    padding:0;
    margin: 0;
} 
  
.checklist1 li{
  margin:0;
  padding-bottom:0;
  font-weight: normal;
  margin-bottom:10px;
 /* border-bottom:rgba(128,130,132,0.50) 1px solid;*/
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.checklist1 li:last-child{
  margin-bottom:0;
}
.checklist1 li:before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f14a";
  margin-right: 6px;
  color: #ffa353;
}
  

@media screen and (max-width: 600px) {
.checklist1 li{
  font-size: 15px;
}
.box-gray {
  background:#f4f4f4;
  padding: 25px 30px;
}
.box-line {
  background:#FFF;
  border:1px solid #eee;
  padding: 25px 30px;
}


}










.medical .med_box {
  max-width: 1100px;
  margin: 0 auto 110px;
  text-align: left;
}

/*med_check_box
---------------------------------------------------------*/
.med_check_box{
  background:#f4f4f4;
  padding: 32px 40px 40px 40px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.med_check_box .med_check_title{
  color:#333940;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;

}
.med_check_box .med_check_title dt{
  font-size:115%;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.med_check_box .med_check_title dd span{
  font-size:145%;
  letter-spacing: 0.1em;
}
.med_check_li{
  background:#ffffff;
  padding: 40px 50px 35px 50px;
  margin-top: 30px;
}
.med_check_box ul{
  padding:0;
} 
  
.med_check_box li{
  margin:0;
  padding-bottom:10px;
  font-weight: bold;
  margin-bottom:10px;
  border-bottom:rgba(128,130,132,0.50) 1px solid;
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li:before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f14a";
  margin-right: 6px;
  color: #aaa;
}
  
.med_check_box .txt_magenta{
  color:#ec008c;
  text-align:center;
  font-weight:bold;
  margin-top: 10px;
  line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check_box{
  padding:30px 30px 30px 30px;
}
.med_check_box .med_check_title dt{
  font-size:110%;
}
.med_check_box .med_check_title dd span{
  font-size:150%;
  padding:5px 5px 5px 0;
  background-size:25px 27px;
}
.med_check_li{
  background:#ffffff;
  padding: 30px;
  margin-top: 20px;
}
.med_check_box li{
  padding-bottom:8px;
  margin-bottom:8px;
  font-size:95%;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 7px;
  background-size: 15px 15px;
  padding:3px 0 3px 25px;}
  
.med_check_box .txt_magenta{
  margin-top: 20px;
  font-size:95%;}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check_box{
  
  padding: 5%;
}
.med_check_box .med_check_title dt{
  font-size:90%;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
.med_check_box .med_check_title dd span{
  font-size:102%;
  letter-spacing: 0.05em;
  padding:5px 5px 5px 0;
  background-size:20px 21px;
}
.med_check_li{
  padding: 5%;
  margin-top: 5%;
}
.med_check_box ul{
  float: none;
  width:100%;}  
  
.med_check_box li{
  padding-bottom:2%;
  margin-bottom:2%;
  font-size:95%;
  line-height: 1.6em;
}
.med_check_box .flt_l li:last-child{
  margin-bottom:2%;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 6px;
  background-size: 18px 18px;
  padding:3px 0 3px 30px;}
  
.med_check_box .txt_magenta{
  margin-top: 3%;
}
}




/*
<div class="p-box">
<p><span class="p-box-title">ご来院時に必要なもの</span></p>
<ul><li>保険証（コピー不可）</li><li>お薬手帳、お薬の紙など</li></ul>
</div>
*/

.p-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 30px 5px 20px 7px;
    padding: 25px 20px 15px;
}

.p-box p {
    margin: 0;
    padding: 0;
}

.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color:#ffbd95;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px;
}

.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #ffbd95;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 30px;
    left: 25px;
}

.p-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.p-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .2em 0 .2em 1.5em;
    line-height: 1.5;
}

.p-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f138\ ';
    font-weight: 900;
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

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


.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color:#ffbd95;
    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}

/*
<div class="balloon1-left">
  <p>こんにちは。これは例です。</p>
</div>
*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1em 0 1em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1em 15px 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}






/**/





.side-title {
    display: block;
    padding-left: 27px;
    padding-bottom: 1em;
    color: #333;
    letter-spacing: .1em;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 18px;
}

.side-title:before {
    content: '';
    width: 17px;
    height: 5px;
    background: #ffa353;
    border-radius: 2px;
    display: inline-block;
    margin-left: -27px;
    margin-right: 10px;
    vertical-align: middle;
}

/**/

aside .subject {
  margin:0;
  padding:0;
  list-style: none;
}


aside .subject li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #bbb4a7;
  margin-bottom:0;
  padding: 1rem 0;
  position: relative; 
}

aside .subject li a {
  color: #333;
  font-weight: bold;
  letter-spacing: 0em;
  text-decoration: none; 
  font-size: 1rem;
  display: block;
  position: relative;
}
aside .subject li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em;
  width: 42px;
}
aside .subject li a i {
  font-size: 1rem;
  height: 1.2rem;
  width: 1.3rem;
  display: block;

  color:#ffa353;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 1.2rem;
} 




@media only screen and (max-width: 767px) {
aside .subject li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #bbb4a7;
  margin-bottom:2px;
  padding: .5rem 0;
  position: relative;
  
}
aside .subject li a {
font-size: 15px;
}
aside .subject li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  width: 40px;
  border-radius: 10px;
}

}





html.sticky-header-active #header .header-body {
    border-bottom-color: rgba(234, 234, 234, 0);
    box-shadow: 0 0 3px rgba(234, 234, 234, 0);
}








.lower-head {
  width: 100%;
  /*max-width: calc(650px + 50vw);*/
  height: 300px;
  position: relative;
  background: #DDD;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  /*border-radius: 0 0 0 80px;*/
  margin-bottom: 16px;
}
.lower-head .title{
 height: 300px;
   display: table;
  width: 100%;
  text-align: center;
  }
  .lower-head .title h2{
  
 display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 2px;


  text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.9);

}
/*.lower-head .title{
  color: #FFF;
  background:#ffa353;
  width: 360px;
  max-height:80px;
  display: flex;
  padding: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-imtems: center;
  text-align: center;
  position: absolute; 
  top: 180px;
  bottom: 0;

  margin: auto;
  border-radius: 10px;
  line-height: 1 !important;

}
.lower-head .title h2{
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0 !important;
  display: block;
  line-height: 1 !important;
  letter-spacing: 1px;
}*/

.lower-head .title .h2-en {
  font-size: 15px;
  display: block;
}

.lower-head.def-header {
  background-image: url(../images/img-assets/pagetitle_04.jpg);
}

.lower-head.tour-header {
  background-image: url(../images/img-assets/pagetitle_05.jpg);
}

.lower-head.dr-header {
  background-image: url(../images/img-assets/pagetitle_08.jpg);
}

.lower-head.recruit-header {
  background-image: url(../images/img-assets/pagetitle_10.jpg);
}

.lower-head.flow-header {
  background-image: url(../images/img-assets/pagetitle_03.jpg);
}

.lower-head.equip-header {
  background-image: url(../images/img-assets/pagetitle_06.jpg);
}



.lower-head.subject-header {
  background-image: url(../images/img-assets/pagetitle_02.jpg);
}


.lower-head.map-header {
  background-image: url(../images/img-assets/pagetitle_07.jpg);
}

.lower-head.first-header {
  background-image: url(../images/img-assets/pagetitle_05.jpg);
}

.lower-head.blog-header {
  background-image: url(../images/img-assets/pagetitle_03.jpg);
}



@media screen and (max-width: 1200px){
  
  .lower-head {
    height: 40vw;
        margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px){
  .lower-head .title {
    top: auto;
    bottom: -1rem;
    height: 50px;
    padding: 1rem;
     width: 200px;
  }
  .lower-head .title h2 {
    font-size: 17px;
  }
}






/*============================================================================

  #mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
  display:block;
  position:relative;
  height: 350px;
  background-image:url(../images/mainvisual_slide2.png);
  background-color:#f0f0f0;
  background-position:center ;
  background-repeat:no-repeat;
  width: calc(100% - 20px);
  left:0;
  border-radius:0 50px 50px 0;
  background-size:cover;
}



#mainvisual .inner{
  display:table;
  position:relative;
  height: inherit;
  max-width:1160px;
  width:auto;
  margin: 0 auto;
  background-repeat:no-repeat;
  padding: 0;
}
#mainvisual h1{
  position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  bottom:50px;
}
.mainvisual_catch h1{
  margin-bottom: 20px;
  line-height:42px;
  color:#1F2774;
  font-size:27px;
  text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
  display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
    margin-bottom: 0;
}
.mainvisual_open{
  position:absolute;
  bottom: 30px;
  /*right: 0;*/
  right: 5px;
  width:282px;
}
.mainvisual_open img{
  width:100%;
}

.mainvisual_bgimg01{
  background-image:url(../images/mainvisual_slide3.png) !important;
}
.mainvisual_bgimg02, .page-id-226 #mainvisual {
  background-image:url(../images/mainvisual_slide5.png) !important;
}
.mainvisual_bgimg03, .page-id-233 #mainvisual{
  background-image:url(../images/mainvisual_slide6.png) !important;
}
.mainvisual_bgimg04, .page-id-236 #mainvisual{
  background-image:url(../images/mainvisual_slide7.png) !important;
}
.mainvisual_bgimg05{
  background-image:url(../images/mainvisual_slide8.png) !important;
}
.mainvisual_bgimg06{
  background-image:url(../images/mainvisual_slide9.png) !important;
}
.mainvisual_bgimg07{
  background-image:url(../images/mainvisual_slide10.png) !important;
}
.mainvisual_bgimg08{
  background-image:url(../images/mainvisual_slide11.png) !important;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom:2px;
  padding-left: 23px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  /* text-shadow:0 0 8px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5); */
  text-shadow: 0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5),0 0 30px rgba(255,255,255,0.9);
}
.mainvisual_headline h1{
  font-weight:bold;
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
}
.mainvisual_headline p{
  display:inline-block;
  font-size:15px;
  color: #8EC27B;
  font-family: Montserrat;
  margin-bottom: 0;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
  position: relative;
  content:"-";
}
.mainvisual_headline p::before{
  left:-0.5em;
}
.mainvisual_headline p::after{
  right:-0.5em;
}

/* 背景変更用 */
#mainvisual.bg01{
  background-image:url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg02{
  background-image:url(../images/main_bg02.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg03{
  background-image:url(../images/main_bg03.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg04{
  background-image:url(../images/main_bg04.png) ;
  background-position: center 0%;
  background-size: auto;
}
#mainvisual.bg05{
  background-image:url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}



.blog_information{
  display:none;
}





@media (max-width: 568px) {

#mainvisual{
  height: 180px;
  width: calc(100% - 20px);
  border-radius:0 30px 30px 0;
}

.mainvisual_headline h1{

  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0px;
  letter-spacing: 0.15em;
}
.mainvisual_headline p{
  font-size:14px;
}

}






/**/
.breadcrumb-wrap .breadcrumb {
  background: #FFF;
  margin-bottom: 0;
  font-size: 14px;
}
.breadcrumb-wrap .breadcrumb li{
  display: inline-block;
}

.breadcrumb-wrap .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";

    padding: 0 7px 0 5px;
}



@media (max-width: 991px) {
.breadcrumb-wrap .breadcrumb {
  font-size: 12px;
}
}








/*BLOG*/


h1.page-title {
  font-size: 28px;
    line-height: 1;
    margin: 0 0 32px 0;
    border-bottom:3px solid #eee;
    padding-bottom: 24px;
    font-weight: bold;
}

h2.entry-title {
  font-size: 24px;
  margin-bottom:5px;
  line-height: 1.4;
}

h2.entry-title a {

}

.posted-on a {
  color: #999;
}

.entry-meta {
  margin-bottom: 10px;
  font-size: 12px;
}

.post-thumbnail img {
  height: auto;
  width: 100%;
  margin-bottom: 12px;
}

time.updated {
  display: none;
}
.published.updated {
  display: block;
}


.widget {
  padding: 12px;
  border-radius: 6px;
  background: #f4f4f4;
margin-bottom: 18px;
}

.widget-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  border-bottom:1px solid rgba(255,255,255,0.8);
  padding-bottom: 12px;
}




.widget ul {
  margin: 0;
  padding: 0;
}

.widget li {
  /*border-bottom: 1px solid #ddd;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li.active > a {
  background-color: #f8f8f9;
}

.widget ul li a {
  display: block;
  color: #444;
  /*background-color: #fff;*/
  padding: 8px 8px 8px 10px;
  position: relative;
  letter-spacing: 0;
}

.widget ul li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #ffb2ae;
}

.widget ul li a:hover {
  background-color: #f4f4f4;
}


/*wp-pagenavi 01*/
.wp-pagenavi {
  clear: both;
  text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
  color: #795A3C;
  background-color: #FFF1DA;
  border: 1px solid #DBC9AA;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover{
  color: #FFF;
  background-color: #A09D71;
  border-color: #999;
    }
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #FC872E;
  border-color: #FC872E;
  font-weight: bold;
    }
  
.screen-reader-text {
  display: none;
}




.news-index {
  margin-bottom:24px;
}

#news_and_blog ul {
  display:block;
  list-style:none;
  clear:both ;

  margin:0;
  padding:0;
}

.news-index-item {
  padding:12px 0;
  background: #f9f9f9;
  margin-bottom: 6px;
}

.news-index-time {
  font-size: 0.9rem;
  color: #D5AD58;
    letter-spacing: 0.1rem;
  line-height: 2rem;
  float: left;
  width: 6.5rem;
}

.news-index-title a {
    display: block;
  font-size: 1rem;
  margin-left: 6.5rem;
  color: #000;
  line-height: 2rem;
  text-decoration: none;
  font-weight: normal;
  color: #727171;
}


.entry-title {
  font-size: 28px;
  line-height: 1.4;
    margin: 0 0 16px 0;
}


.entry-content h2 {
  font-size: 24px;
    padding: .8em 0 .7em;
    border-top: 2px solid #FFB2AE;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold; 
    margin: 1.5em 0 1.2em;
    letter-spacing: .1;
}
.entry-content h3 {
  font-size: 20px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 1.5em 0 1.2em;
  font-weight: bold; 
}

.entry-content h4, h5, h6 {
  font-size: 18px;
    margin: 1.5em 0 1.2em;

}


@media (max-width: 568px) {
h1.page-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 16px 0;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
}



h2.entry-title {
  font-size: 20px;
  margin-bottom:5px;
  line-height: 1.4;
}

h2.entry-title a {
  color: #612e20;
}
.entry-title {
  font-size: 20px;
  line-height: 1.4;
    margin: 0 0 10px 0;
}

.single .entry-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 16px 0;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
    line-height: 1.3;
}

.widget-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    padding-bottom: 12px;
}
.widget ul li a {
    display: block;
    color: #444;
    /* background-color: #fff; */
    padding: 5px 5px 5px 10px;
    position: relative;
    letter-spacing: 0;
}

.entry-content h2 {
  font-size: 20px;
    padding: .5em 0 .6em;
    border-top: 2px solid #FFB2AE;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold; 
    margin: 1.5em 0 1.2em;
    letter-spacing: .1;
}
.entry-content h3 {
  font-size: 18px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 1.5em 0 1.2em;
  font-weight: bold; 
}

.entry-content h4, h5, h6 {
  font-size: 17px;
    margin: 1.5em 0 1.2em;

}

}


.home-news .tableINFO {
  border-top: 1px dotted #CCC;
  width: 100%;
}
.home-news .tableINFO th,
.home-news .tableINFO td {
  padding: 1em 0;
  border-bottom: 1px dotted #CCC;
}
.home-news .tableINFO th {
  width: 95px;
  font-family: 'Roboto', sans-serif;
}

.home-news .tableINFO td {
  padding-right: 8px;
}
.home-news .tableINFO a {
  color: #111;
  text-decoration:none;
  display:block;
  position:relative;
  font-weight: 500;
}
.home-news .tableINFO a:after {
  content: '';
  width: 5px;
  height:5px;
  display:block;
  border-top: 2px solid #E73D2B;
  border-right: 2px solid #E73D2B;
  -ms-transform: translateX(-25%) rotate(45deg);
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position:absolute;
  top: 0;
  right:0;
  bottom: 0;
  margin:auto;
}







/*è¨ºç™‚æ™‚é–“*/

.hours-area-wrap {
    position: absolute;
    width: 500px;
    margin: -190px -5px 0 auto;
    bottom: 200px;
    right: -5px;
}

@media (max-width: 991px) {
  .hours-area-wrap {
    position: relative;
    margin-top: 0;
    background: #f4f4f4;
    width:100%;
  }
}



.hours-area {
  position: relative;
  right: 0;
  background: #fff;
   color: #3D302A;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 5px 10px 20px rgba(0,0,0,0.10);
}

.hours-memo {
font-size: 13px;
line-height: 1.5;
}

.hours-table {

   
    font-size: 15px;

    border: none;
  border-bottom: 1px solid #3D302A;
  width: 100%;
  margin-bottom: 8px;
}

.hours-table th {
  text-align: center;
  font-weight: normal;
}

.hours-table table thead th {

  padding: 5px;
  text-align: center;
}

.

.hours-table table tbody tr {
  /*background:#eee9d8;*/
  text-align: center;

}

.hours-table .table-line {
  border-top: 1px solid #3D302A;
}

.hours-table td {
  padding: 8px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}

.hours-table .info-color {
  color: #fcae68;
}

.hours-table p {
  margin: 15px 0;
}


@media screen and (max-width: 600px){
  .hours-table {
font-size: 14px;
}
.hours-table td {
  padding: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}
.hours-memo {
font-size: 13px;
}
 }
/**/


.tel-text {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
  align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆ */
  text-decoration: none;
}

@media screen and (max-width: 600px){
.tel-text {

 -webkit-justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
 justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆ */
}
 }

.tel-text i {
  font-size: 20px;
  margin-right: 8px;
}




.marker {
    background: linear-gradient(transparent 60%, #bce2e8 60%);
}








/*footer*/



#footer {
    background: #f4f4f4;
    border-top: 4px solid #ffa353;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}



#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #222;
}

#footer p {
    color: #222;
}

#footer a:not(.btn) {
    color: #222;
}






#footer_sp_fixed {
  display: none;
}

@media screen and (max-width: 600px){
#footer_sp_fixed {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  background-color: #fff;
}
#footer_sp_fixed ul {
  display: block;
  width: 100%;
  margin:0;
  padding: 0;
}
#footer_sp_fixed ul li {
  float: left;
  display: block;
  /*height: 70px;*/
  text-align: center;
}
#footer_sp_fixed ul li.sp_tel {
  width: 66%;
  padding: 0;
  background-color: ;
}
#footer_sp_fixed ul li.sp_access,
#footer_sp_fixed ul li.sp_reserve {
  width: 17%;
  padding: 0;
}
#footer_sp_fixed ul li.sp_access img ,
#footer_sp_fixed ul li.sp_reserve img {
  max-width: 100%;
  height: auto;
}
#footer_sp_fixed ul li.sp_access {
  
}
#footer_sp_fixed ul li.sp_reserve {
  
}
#footer_sp_fixed ul li {
  display: block;
}
}








/*BLOG*/





.nav-links {
  display: none;
}
/*Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
/*ã‚¹ãƒžãƒ›Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* å¿…é ˆãƒ»ä»»æ„ã®ã‚µã‚¤ã‚ºèª¿æ•´ */ 
.inquiry .haveto,.inquiry .any {  
font-size:10px;
}}

.inquiry {
  width: 100%;
}
/*è¦‹å‡ºã—æ¬„*/
.inquiry th{
 text-align:left;
 font-size:15px;
 color:#444;
 padding:10px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*é€šå¸¸æ¬„*/
.inquiry td{
   padding:10px;
 font-size:15px;
 border:solid 1px #d7d7d7;  
}
/*æ¨ªã®è¡Œã¨ãƒ†ãƒ¼ãƒ–ãƒ«å…¨ä½“*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;  
}
/*å¿…é ˆã®èª¿æ•´*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ä»»æ„ã®èª¿æ•´*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã‚’ç¸¦ä¸¦ã³æŒ‡å®š*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*é€ä¿¡ãƒœã‚¿ãƒ³ã®ãƒ‡ã‚¶ã‚¤ãƒ³å¤‰æ›´*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;   
 border-radius:2px;
 border: none;
}
/*é€ä¿¡ãƒœã‚¿ãƒ³ãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}












.blog-main {
  
}


.entry-content p {
  font-size: 16px;
  line-height: 1.85;
}

.entry-footer {

  display: none;
}

.left-contents {
 
  margin-bottom: 10px;
}
.widget-area {
  
}
.left-contents,
.widget-area {
  /*padding: 2%;*/
}




h1.page-title {
  font-size: 28px;
    line-height: 1;
    margin: 0 0 32px 0;
    border-bottom:3px solid #eee;
    padding-bottom: 24px;
    font-weight: bold;
}

h2.entry-title {
  font-size: 24px !important;
  margin-bottom:8px !important;
  line-height: 1.4 !important;
      padding-top: 0 !important;

    font-weight: bold !important;
    text-align: left !important;
}

h2.entry-title a {

}

.posted-on a {
  color: #999;
}

.entry-meta {
  margin-bottom: 5px;
  font-size: 12px;
}

.post-thumbnail img {
  height: auto;
  width: 100%;
  margin-bottom: 12px;
}

time.updated {
  display: none;
}
.published.updated {
  display: block;
}


.widget {
  padding: 12px;
  border-radius: 6px;
  background: #f4f4f4;
margin-bottom: 18px;
}

.widget-title {
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin-bottom: 12px !important;
  border-bottom:1px solid rgba(255,255,255,0.8);
  padding-bottom: 12px !important;

  padding-top: 0 !important;
    font-weight: bold !important;
    text-align: left !important;
}




.widget ul {
  margin: 0;
  padding: 0;
}

.widget li {
  /*border-bottom: 1px solid #ddd;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li.active > a {
  background-color: #f8f8f9;
}

.widget ul li a {
  display: block;
  color: #444;
  /*background-color: #fff;*/
  padding: 8px 8px 8px 10px;
  position: relative;
  letter-spacing: 0;
  text-decoration: none;
}

.widget ul li a:before {
  content: "";
  font-weight: 900;
  margin-right: 0px;
  color: #6D5B4F;
}

.widget ul li a:hover {
  background-color: #f4f4f4;
}

.widget ul .children {
  display: none;
}

/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
  color: #4DD0D5;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #4DD0D5;
}
.wp-pagenavi a:hover{
  color: #fff;
  background-color: #4DD0D5;
    }
.wp-pagenavi span.current{
  color: #fff;
  background-color: #4DD0D5;
    }
  
.screen-reader-text {
  display: none;
}




.news-index {
  margin-bottom:24px;
}

#news_and_blog ul {
  display:block;
  list-style:none;
  clear:both ;

  margin:0;
  padding:0;
}

.news-index-item {
  padding:12px 0;
  background: #f9f9f9;
  margin-bottom: 6px;
}

.news-index-time {
  font-size: 0.9rem;
  color: #D5AD58;
    letter-spacing: 0.1rem;
  line-height: 2rem;
  float: left;
  width: 6.5rem;
}

.news-index-title a {
    display: block;
  font-size: 1rem;
  margin-left: 6.5rem;
  color: #000;
  line-height: 2rem;
  text-decoration: none;
  font-weight: normal;
  color: #727171;
}





.byline {
  display: none;
}






article.post {
  margin-bottom: 40px;
  border-bottom:5px solid #f4f4f4;
  padding-bottom:40px;
}





.process-vertical .process-step {
    padding-bottom: 40px;
}




















.fluffy.md {
    width: 2rem;
    height: 2rem;
}
.fluffy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fluffy.md .circle-1, .fluffy.md .circle-2 {
    width: 100%;
    height: 100%;
}
.fluffy.md .circle-1 {
    margin-top: -5px;
    margin-right: -5px;
}
.fluffy .peach-pink {
    background: #FBE04C;
}
.fluffy .circle-1 {
    opacity: 0.8;
    border-radius: 70% 55% 50% 50%/50% 50% 60% 55%;
    animation: border-animation 120s infinite linear;
}
.fluffy .light-green {
    background: #78B661;
}
.fluffy .circle-2 {
    opacity: 0.8;
    border-radius: 66% 80% 80% 50%/70% 80% 50% 70%;
    animation: border-animation 80s infinite linear;
}
.fluffy.md .circle-3 {
    width: 100%;
    height: 100%;
    margin-top: 3px;
}
.fluffy .light-blue {
    background: #EFC15B;
}
.fluffy .circle-3 {
    opacity: 0.8;
    border-radius: 40% 60% 50% 45%/60% 50% 65% 55%;
    animation: border-animation 65s infinite linear;
}
.fluffy div {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}











.title-sec {
    color: #666;
    text-align: center;

    position: relative;
    padding-top: 0;
    margin-bottom: 50px;

    font-size: 26px;
  letter-spacing: 5px;
  font-weight: 700;
}


.title-top-en {
  color: #63AC48;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: normal;
  line-height: 1;
}



.main-title {
  font-size: 27px;
  letter-spacing: 4px;
  font-weight: 700;
  line-height:2.2;
  margin-bottom: 18px;
}

.main-title span {
    padding-bottom: 0.2em;

    position: relative;
}

.main-title span:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    content: "";
    bottom: 0;
    left: 0;
}




.copy-text {
    line-height: 2.3;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: 'pwid';
}


.feature-text {
  font-size: 27px;
  color: #fff;
  letter-spacing: 3px;

}


@media (max-width: 568px) {

  .title-sec {
    color: #666;
    text-align: center;

    position: relative;
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;

    font-size: 22px;
  letter-spacing: 5px;
  font-weight: 700;
}

.main-title {
    font-size: 19px;
    letter-spacing: 4px;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 18px;
}


.feature-text {
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 0;
}



  }
