@charset "UTF-8";
/*
Theme Name: review-template
Description: This is a portfolio
*/

html {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
}



p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px;
  padding: 0;
  color: #4b4948;
  letter-spacing: 1px;
}



a{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #01c;
}

a img{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a img:hover{
  opacity: 0.8;
}

input{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

cite{
  font-style: normal;
}


body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", メイリオ, Geneva, Arial, Verdana, sans-serif;

  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size-adjust:0.58;
}

a {
  -webkit-tap-highlight-color:rgba(80,80,80,0.4);
}

a img {
  border: none;
}

img{
  max-width: 100%;
  vertical-align: bottom;
}

address{
  font-style: normal;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

ul{
  padding-left: 50px;
  color: #4b4948;
}

ul a{
  color: #4b4948;
}
ul li{
  line-height: 1.9;
}

ul a:hover{
  color: #FF7F59;
}

ol.normal-list1,
ul.normal-list1{
  font-size: 17px;
  color: #4b4948;
  padding: 0 0 0 24px;
  margin: 30px 0;
}

.normal-list1 li{
  margin: 0 0 8px;
  line-height: 2;
}





.center{
  text-align: center;
}

/*--------------------------------------------------------
見出し
--------------------------------------------------------*/
.area-pagetitle h1,
.area-pagetitle p{
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}






h1,h2,h3,h4,h5,h6 {
  letter-spacing: 1px;
}




body:not(.home) h1,
h2{
  font-size: 20px;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  color: #fff;
  background: #FF7F59;
  position: relative;
  border-radius: 5px;
}

body:not(.home) h1::after,
h2::after {
  position: absolute;
  top: 50%;
  left: 20px;
  transform:translateY(-50%);
  content: '';
  width: 5px;
  height: 26px;
  background-color: #fff;
}






h3{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 18px;
  margin: 0 0 20px;
  color: #fff;
  background-color: #FF7F59;
}









/*--------------------------------------------------------
固定ページ
--------------------------------------------------------*/
.blog .main-body h2,
.archive .main-body h2 {
  position: relative;
  padding: 0;
  margin: 0 0 50px;
  font-size: 25px;
  color: #555;
}





/*固定ページのエリア*/
#area-page01{
  padding: 80px 0 80px;
  background-color: #fff;
}
#area-page02{
  padding: 80px 0 80px;
  background-color: #ebeffa;
}
#area-page03{
  padding: 80px 0 80px;
  background-color: #d8dded;
}

#area-about01{
  padding: 80px 0 80px;
  background-color: #fff;
}
#area-about02{
  padding: 80px 0 80px;
  background-color: #E0FAFB;
}

#area-contact01{
  padding: 80px 0 80px;
  background-color: #fff;
}
#area-contact02{
  padding: 80px 0 80px;
  background-color: #ebeffa;
}

#area-access01{
  padding: 80px 0 80px;
  background-color: #fff;
}
#area-access02{
  padding: 80px 0 80px;
  background-color: #E0FAFB;
}

#area-menu01{
  padding: 80px 0 80px;
  background-color: #f8f8f8;
}
#area-menu02{
  padding: 80px 0 80px;
  background-color: #ebeffa;
}

#area-blog01{
  padding: 80px 0 80px;
  background-color: #fff;
}

.single #area-blog01{
  padding: 40px 0;
  background-color: #F2F9FA;
}

.single #area-blog01 article{
  background-color: #fff;
}



/*--------------------------------------------------------
トップページ
--------------------------------------------------------*/







.service{
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}



.service_item{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 30px 32px;
  border: solid 2px #ddd;
  margin-bottom: 15px;
}





.service .service_item h3{
  font-size: 23px;
  position: relative;
  letter-spacing: 1px;

  padding-left: 70px;
  margin: 0 0 20px;
}


.service .service_item h3:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  background: url(/wp-content/themes/webeauty1column/img/service-icon.png) center top no-repeat;
  background-size: cover;
  font-size: 18px;
  display: block;
  top: -1px;
  left: 0;
  width: 45px;
  line-height: 35px;
  overflow: hidden;
  color: #fff;
  text-align: center;

}



.service_text{
  float: right;
  width: 60%;
}


.service_img {
  float: left;
  width: 35%;
  border: solid 3px #FF7F59;
  margin: 0 0 12px;
}

.service_item p{
  font-weight: bold;
}










#area-top05 .inner::after{
  content: '';
  display: block;
  clear: both;
}





.article-box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-box ul li:first-child{
  border-top: solid 1px #ccc;
}

.article-box ul li{
  border-bottom: solid 1px #ccc;
}

.article-box ul a{
  padding: 20px 12px 17px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.article-box ul a::after{
  content: '';
  display: block;
  clear: both;
}

.article-box ul a:hover{
  opacity: 0.7;
}


.article-box_info{
  display: block;
  margin-bottom: 6px;
}


.article-box_date{
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 6px;
  color: #555;
}



.article-box_cat{
  font-size: 14px;
  color: #fff;
  background-color: #FF7F59;
  padding: 3px 7px;
  text-decoration: none;
  display: inline-block;
}



.article-box_title{
  font-size: 17px;
  display: block;
  color: #555;
  margin: 0 !important;
}








.article-box02 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.article-box02 ul::after{
  content: '';
  display: block;
  clear: both;
}

.article-box02 ul li{
  float: left;
  width: 24%;
}
.article-box02 ul li:not(:nth-child(3n)){
  margin-right: 1.33333333333%;
}

.article-box02 ul a{
  text-decoration: none;
  display: block;
  position: relative;
}

.article-box02 ul a:hover{
  opacity: 0.9;
}
.article-box02 ul a:hover img{
  transform: scale(1.1);
  transition-duration: 0.3s;
}


.article-box02 .thumb{
  overflow: hidden;
  margin-bottom: 3px;
}

.article-box02 .thumb img{
  width: 100%;
  transition-duration: 0.5s;
}

.article-box02 .cat{
  font-size: 12px;
  padding: 5px 12px;
  color: #fff;
  background-color: #FF7F59;
  text-decoration: none;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  line-height: 1;
}

.article-box02 .date{
  font-size: 17px;
  display: inline-block;
  color: #666;
}

.article-box02 .title{
  font-size: 15px;
  margin-bottom: 0;
  color: #4b4948;
}















.design-btn01 a{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 9px 35px 9px 35px;
  color: #555;
  background-color: #fff;
  border: solid 1px #FF7F59;
  border-radius: 30px;
  box-shadow: 0 2px 0 #FF7F59;
  text-decoration: none;
}
.design-btn01 a:hover {
  transform: translateY(2px);
  box-shadow: 0 0 0 #FF7F59;
  background-color: #FF7F59;
}


.design-btn02 a{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 9px 35px 9px 35px;
  color: #004f79;
  background-color: #fff;
  border: solid 1px #004f79;
  border-radius: 30px;
  box-shadow: 0 2px 0 #00314b;
  text-decoration: none;
}
.design-btn02 a:hover {
  transform: translateY(2px);
  box-shadow: 0 0 0 #00314b;
}



.banner-list{
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.banner-list::after{
  content: '';
  display: block;
  clear: both;
}

.banner-list li{
  float: left;
  width: 32%;
  margin-bottom: 10px;
}
.banner-list li:not(:nth-child(3n)){
  margin-right: 2%;
}
.banner-list li img{
  box-shadow: 2px 3px 2px 0px #eee;
}


.comment-form-comment label,
.comment-form-author label{
  display: block;
  font-size: 17px;
  line-height: 1;
}
.comment-form-comment textarea{
  font-size: 17px;
  border: solid 1px #cccccc;
  border-radius: 0;
  padding: 6px 8px;
  margin: 8px 0 0;
  width: 100%;
  box-sizing: border-box;
}

.comment-form-author input{
  font-size: 17px;
  border: solid 1px #cccccc;
  border-radius: 0;
  padding: 6px 8px;
  margin: 8px 0 0;
  box-sizing: border-box;
}



.commentlist{
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  font-size: 14px;
}

.commentlist li{
  padding: 21px 0px 0px;
  border-bottom: solid 1px #333;
}

.commentlist li ul{
  list-style: none;
}

.commentlist li ul li:last-child{
  border-bottom: none;
}


.commentlist li a{
  color: #FF7F59;
  text-decoration: none;
}
.commentlist li a:hover{
  text-decoration: underline;
}

.comment-reply-title a{
  color: #FF7F59;
  text-decoration: none;
}
.comment-reply-title a:hover{
  text-decoration: underline;
}

.comment-author{
  display: inline-block;
  margin-right: 2px;
}
.comment-meta{
  display: inline-block;
}

.reply{
  display: none;
}


.process-list{
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}


.process-list li::after{
  content: '';
  display: block;
  clear: both;
}
.process-list li:not(:last-child){
  margin-bottom: 35px;
}

.process-list li .thumb{
  float: left;
  width: 30%;
}
.process-list li .text{
  float: right;
  width: 66%;
}



.process-list li h3 {
  color: #fff;
  background: linear-gradient(to right, #FF7F59, #7ba61e);
  padding: 7px 10px;
  margin: 0 0 10px;
}
.process-list li h3::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  color: #FF7F59;
  background-color: #fff;
  border: solid 1px #FF7F59;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 9px;
  box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
}


.pickup-list{
  padding: 0;
  margin: 0;
  border: solid 1px #9d9980;
}
.pickup-list a::after{
  content: '';
  display: block;
  clear: both;
}

.pickup-list li{
  position: relative;
  margin: 0;
  overflow: hidden;
}
.pickup-list li:not(:last-child) {
  border-bottom: solid 1px #9d9980;
}


.pickup-list li .ribbon-content{
  position: absolute;
  top: -8px;
  right: -7px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  z-index: 2;
}

.pickup-list li .ribbon{
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -24px;
  top: 20px;
  width: 160px;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  background: red;
  color: #fff;
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}







.pickup-list li a{
  text-decoration: none;
  padding: 5px;
  display: block;
}

.pickup-list li p{
  font-size: 15px;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pickup-list li a:hover p{
  color: #FF7F59;
}


.check-list{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555;
}

.check-list::after{
  content: '';
  display: block;
  clear: both;
}


.check-list li{
  position: relative;
  letter-spacing: 1px;
  padding: 8px 0 8px 44px;
  margin: 0;
  border-bottom: solid 1px #eee;
}

.check-list li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ea821e;
}


.check-list li .red{
  margin-left: 16px;
}





.smile-list{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555;
}
.smile-list::after{
  content: '';
  display: block;
  clear: both;
}
.smile-list li{
  position: relative;
  letter-spacing: 1px;
  padding: 7px 0 7px 38px;
  margin: 0;
  border-bottom: solid 1px #eee;
}
.smile-list li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #e66070;
}









.frown-list{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555;
}
.frown-list::after{
  content: '';
  display: block;
  clear: both;
}
.frown-list li{
  position: relative;
  letter-spacing: 1px;
  padding: 7px 0 7px 38px;
  margin: 0;
  border-bottom: solid 1px #eee;
}
.frown-list li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f119";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #6077e6;
}









.menu-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list::after{
  content: '';
  display: block;
  clear: both;
}


.menu-list li a::before{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

.menu-list li a{
  position: relative;
  display: inline-block;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #444;
  width: 300px;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 17px 11px 42px;
  margin: 0 0 10px;
}

.menu-list li a:after {
    position: absolute;
    content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
display: inline-block;
    font-size: 12px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #444;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}




.number-list{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555;
  counter-reset: number;
}

.number-list li{
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 6px 0 6px 44px;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

.number-list li::before{
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #744927;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
}



.count-list{
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.count-list::after{
  content: '';
  display: block;
  clear: both;
}

.count-list li{
  float: left;
  width: 49%;
  line-height: 1.5;
  margin: 0px 0.5% 10px;
}

.count-list li a{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 25px;
  border: 1px solid #ccc;
  color: #4b4948;
  background: linear-gradient(#fff, #f2f2f2);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

.count-list li a span{
  font-size: 23px;
  color: #FF7F59;
  display: block;
}

.count-list li a::after{
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  right: 25px;
  font-size: 19px;
}


.count-list li a:hover{
  color: #FF7F59;
}







.voice-list1{
  margin: 0;
  padding: 0;
  list-style: none;
}

.voice-list1 li{
  margin: 0 0 30px;
  padding: 35px 30px 35px 20px;
  border: solid 2px #FF7F59;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.voice-list1 li::after{
  content: '';
  display: block;
  clear: both;
}

.voice-list1 .voice-img{
  float: left;
  width: 20%;
}

.voice-list1 .voice-text{
  float: right;
  width: 75%;
}

.voice-list1 h3{
  font-size: 19px;
  margin-bottom: 10px;
}

.voice-list1 .profile{
  font-size: 16px;
  color: #FF7F59;
  font-weight: bold;
  margin-bottom: 12px;
}

.voice-list1 .profile span{
  font-size: 14px;
  display: inline-block;
  color: #fff;
  background-color: #FF7F59;
  padding: 0 8px;
  margin-left: 8px;
}







.voice-list2{
  margin: 0;
  padding: 0;
  list-style: none;
}

.voice-list2 > li{
  margin: 0 0 30px;
  padding: 35px 25px 35px 25px;
  border: solid 2px #FF7F59;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.voice-list2 > li::after{
  content: '';
  display: block;
  clear: both;
}

.voice-list2 .voice-img{
  float: left;
  width: 28%;
}

.voice-list2 .voice-text{
  float: right;
  width: 68%;
}

.voice-list2 h3{
  color: #ea821e;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.voice-list2 .profile p{
  font-size: 17px;
  color: #FF7F59;
  font-weight: bold;
  margin: 6px 0 2px;
}
.voice-list2 .profile ul{
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  list-style: none;
}





















.float-box1::after,
.float-box2::after,
.float-box3::after,
.float-box4::after,
.float-box5::after,
.float-box6::after,
.float-box7::after,
.float-box8::after,
.float-box9::after{
  content: '';
  display: block;
  clear: both;
}

.float-box1{
  margin: 0 0 20px;
}
.float-box1 .left-item{
  float: left;
  width: 60%;
}
.float-box1 .right-item{
  float: right;
  width: 35%;
}

.float-box2 .left-item{
  float: left;
  width: 49%;
}
.float-box2 .right-item{
  float: right;
  width: 47%;
}

.float-box3 .left-item{
  float: left;
  width: 57%;
}
.float-box3 .right-item{
  float: right;
  width: 40%;
}

.float-box4 .left-item{
  float: left;
  width: 47%;
}
.float-box4 .right-item{
  float: right;
  width: 47%;
}

.float-box5 .item1,
.float-box5 .item2,
.float-box5 .item3{
  float: left;
  width: 32%;
}
.float-box5 .item1,
.float-box5 .item2{
  margin-right: 2%;
}

.float-box6 .left-item{
  float: left;
  width: 31%;
}
.float-box6 .right-item{
  float: right;
  width: 66%;
}

.float-box7{
  margin: 0 0 20px;
}
.float-box7 .left-item{
  float: left;
  width: 65%;
}
.float-box7 .right-item{
  float: right;
  width: 30%;
}

.float-box8 .left-item{
  float: left;
  width: 275px;
  padding: 0 30px 10px 0;
}

.float-box9 .left-item{
  float: left;
  width: 47%;
}
.float-box9 .right-item{
  float: right;
  width: 47%;
}
















#area-top02 .inner::after{
  content: '';
  display: block;
  clear: both;
}






























/*--------------------------------------------------------
テンプレートレイアウト
--------------------------------------------------------*/
.main-body{
  padding: 40px 0 60px;
}

.inner,
.main-image-in,
.main-image-in-text,
.main-body-in{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1220px; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
}

.inner2{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 810px; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
}

.inner3{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 720px; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
}

.inner4{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 470px; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
}

.inner5{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 810px; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
  text-align: center;
}

.column2-inner{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1150px;
  padding: 50px;
  margin: auto;
  background-color: #fff;
}





.site-topbar-in{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 92%; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
}

.site-header-in,
.site-footer-in,
.breadcrumb-in{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1120px; /*サイトの横幅。これより小さければレスポンシブ*/
  margin: auto;
}









/*3カラムレイアウト*/
#main {
    float: left;
    width: 80%;
}
.main-content{
    float: right;
    width: 75%;
}
#side {
    float: left;
    width: 22.5%;
}


#side2 {
    float: right;
    width: 18%;
}




/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.site-header-top::after {
  content: '';
  display: block;
  clear: both;
}



.site-topbar {
  background-color: #FF7F59;
  padding: 5px 0;
}

.site-topbar h1,
.site-topbar p {
  font-size: 14px !important;
  display: block;
  line-height: 1.5 !important;
  font-weight: normal;
  margin: 0 !important;
  color: #fff;
}




/* ヘッダー */
#header{
  background-color: #fff;
}



.site-header-in .clearfix{
  padding: 22px 0 24px;
}


.area-logo{
  float: left;
  line-height: 1;
}

.area-nav{
  float: right;
  width: 59%;
}

.area-logo .place a{
  display: inline-block;
  width: 76px;
  margin-left: 12px;
}





/* ロゴ */
.logo{
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.logo a{
  display: block;
}



.logo img{
  width: 300px;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo img:hover{
  opacity: 0.7;
}





/* グローバルメニュー */
.global-nav::after{
  content: '';
  display: block;
  clear: both;
}

.global-nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
}

.global-nav ul::after{
  content: '';
  display: block;
  clear: both;
}

.global-nav .menu-item{
  position: relative;
  width: 25%;
  text-align: center;
}

.global-nav .menu-item:not(:first-child){
  border-left: solid 1px rgba(255,255,255,0.5);
}

.global-nav .menu-item a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 4px 19px;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background-color: #FF7F59;
}

.menu-item a .menu-item_sub{
  font-size: 12px;
  color: rgba(255,255,255,0.5)
}

.global-nav .menu-item a:hover {
  opacity: 0.8;
}

.global-nav .menu-item ul {
  display: block;
  position: absolute;
  top: 72px;
  left: 0px;
  right: 0px;
  opacity: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  margin: auto;
  padding: 0px;
  overflow: hidden;
  list-style: none;
  transition: all 0.4s ease-out 0s;
}


.global-nav .menu-item:hover ul{
  opacity: 1;
  pointer-events: all;

}


.global-nav .menu-item ul li{
  width: 100%;
  border-bottom: solid 1px #fff;
}

.global-nav .menu-item ul a{
  font-size: 14px;
  font-weight: normal;
  padding: 12px 7px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
.global-nav .menu-item ul a:hover{
  background-color: rgba(0,0,0,1);
}





/* ナビボタン */
#navbtn{
  float: right;
  display: none;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top: 29px;
  right: 25px;
  width: 40px;
  height: 36px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF7F59;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}




.sns-nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.sns-nav ul li{
  float: left;
}







/*--------------------------------------------------------
キャッチ画像
--------------------------------------------------------*/
.catch-image{
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.catch-image::after{
  content: '';
  display: block;
  clear: both;
}

.catch-image li{
  float: left;
  width: 20%;
}



/*--------------------------------------------------------
パンくずリスト
--------------------------------------------------------*/
.breadcrumbs{
  padding: 0;
  margin: 0 0 5px;
  color: #777777;
}

.breadcrumbs a{
  color: #777777;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus{
  color: #777;
}

.breadcrumbs li{
  display: inline;
  list-style: none;
  font-size: 15px;

}

.breadcrumbs li:not(:first-child)::before{
  content: ">";
  display: inline-block;
  margin: 0 7px;
}








/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.site-footer-in .clearfix{
  padding: 30px 0;
}

.footer-contact{
  background-color: #fff;
  border: solid 20px #ea821e;
  padding: 50px 0;
}












.footer-contents{
  padding: 50px 0;
  background-color: #fff;
  border-top: solid 3px #FF7F59;

}

.footer-contents .inner::after{
  content: '';
  display: block;
  clear: both;
}




.area-info{
  float: left;
  width: 44%;
}


.info-list{
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.info-list li{
  position: relative;
  padding: 2px 18px 2px 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 4px;
  background-color: #FF7F59;
}

.info-list li:after {
    position: absolute;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
border-width: 11px 5px 11px 0;
}


.area-info p{
  font-size: 16px;
}

.logo2{
  float: left;
  margin-right: 30px;
}

.logo2 img{
  width: 195px;
}


.area-map{
  float: right;
  width: 50%;
}



.area-links::after{
  content: '';
  display: block;
  clear: both;
}


.footer-list{
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list:first-child{
  margin-right: 50px;
}

.footer-list li::before{
  content: '-';
  margin-right: 8px;
}

.footer-list a{
  color: #555;
  text-decoration: none;
}






.content-contact2{
  padding: 10px 10px;
  border-top: solid 2px #ddd;
  border-bottom: solid 2px #ddd;
  margin-bottom: 20px;
}

.content-contact2 ul{
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  justify-content: center;
  align-items: center;
}

.content-contact2 .tel {
  float: left;
  width: 42%;
  margin: 0 2% 0;
}
.content-contact2 .line {
  position: relative;
  float: left;
  width: 52%;
  margin: 0 2% 0;
}
.content-contact2 .line::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.content-contact2 li a{
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
}

.content-contact2 li a:hover{
  opacity: 0.7;
}

.content-contact2 .tel a{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #4b4948;
}
.content-contact2 .line a{
  font-size: 14px;
  padding: 12px 10px;
  color: #fff;
  background-color: #00B900;
}

.content-contact2 li i{
  margin-right: 10px;
}
.content-contact2 .tel a i{
  color: #FF7F59;
  font-size: 20px;
}







.sns-btn{
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.sns-btn::after{
  content: '';
  display: block;
  clear: both;
}

.sns-btn li{
  float: left;
}

.sns-btn li a{
  display: inline-block;
  background-color: #ea821e;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px 0;
}





.footer-copyright{
  padding: 6px 0;
  background-color: #333;
  text-align: center;
}

.footer-copyright p{
  color: #fff;
  font-size: 14px;
  margin: 0;
}












.footer-links{
  background-color: #FF7F59;
  padding: 25px 0 25px;
}

.footer-links .site-footer-in{
  display: flex;
  flex-wrap: wrap;
}

.footer-links .inner::after{
  content: '';
  display: block;
  clear: both;
}

.footer-links_item{
  float: left;
  width: 31%;
}

.footer-links_item:not(:first-child){
  margin-left: 3.5%;
}











.footer-links h4{
  font-size: 14px;
  padding: 6px 15px;
  margin: 0 0 15px;
  color: #fff;
  background-color: rgba(0,0,0,0.1);
}

.footer-links ul{
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
}

.footer-links li{
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 2;
}

.footer-links li a{
  color: #fff;
  text-decoration: none;
}

.footer-links li a:hover{
  opacity: 0.8;
}






.ggmap1 {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin-bottom: 20px;
  position: relative;
}
.ggmap1 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.ggmap2 {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}
.ggmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}













/*--------------------------------------------------------
個別記事ページ
--------------------------------------------------------*/
.single .main-content img,
.page .main-content img{
  height: auto !important;
}

.thumb-figure{
  margin: 0;
}

.thumb-figure img{
  width: 100%;
}


.single #area-blog01 p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.single .related p {
  line-height: 1.6 !important;
}


.single h1{
  font-size: 25px;
  margin-bottom: 12px;
}

.single .main-content h2 {
  font-size: 24px;
  padding: 10px 16px;
  color: #555;
  background: transparent;
  border-bottom: double 8px #FF7F59;
  margin-bottom: 30px;
  border-radius: 0;
}
.single .main-content h2::after{
  content: none;
}


.single .main-content h3 {
  font-size: 22px;
  padding: 10px;
  color: #555;
  background: transparent;
  border-bottom: solid 3px #FF7F59;
  margin-bottom: 30px;
}

.single .main-content h4 {
  font-size: 20px;
  color: #555;
  margin-bottom: 30px;
}

.single .main-content h5 {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.single .main-content h6 {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
}









.single time {
  font-size: 15px;
  color: #666666;
}

.single time i {
  margin-right: 5px;
}

blockquote {
  margin: 0;
}

blockquote p {
  position: relative;
  margin: 15px 0 50px 0;
  padding: 35px 40px;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 6px;
}

blockquote p::before {
  position: absolute;
  font-size: 80px;
  content: '“';
  display: block;
  width: 80px;
  height: 80px;
  padding: 20px;
  text-align: center;
  left: -35px;
  top: -55px;
}

.kobetu img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.kobetu img::after {
  content: '';
  display: block;
  clear: both;
}

.aligncenter {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  clear: both;
}

.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin: 0;
  color: #666666;
  font-size: 14px;
  text-align: center;
}


/*--------------------------------------------------------
SNSボタン
--------------------------------------------------------*/
.sns-wrap {
  width:100%;
  margin-top: 42px;
}
.sns {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.sns::after{
  content: '';
  display: block;
  clear: both;
}

.sns li {
  float: left;
  width: 19%;
  margin: 0 0 0.5%;
}

.sns li:not(:last-child) {
  margin-right: 1.25%;
}



.sns a {
  position: relative;
  display: block;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  -webkit-transform: translateZ(0);
  transition: all 0.3s;
}


.sns li a:hover {
  opacity: 0.8;
}
.sns .twitter a {
  background: #55acee;
}
.sns .facebook a {
  background: #315096;
}
.sns .googleplus a {
  background: #dd4b39;
}
.sns .hatebu a {
  background: #008fde;
}
.sns .line a {
  background: #00B900;
}
.sns .pocket a {
  background: #f03e51;
}



.pagenav {
  margin-top: 50px;
  margin-bottom: 40px;
  clear: both;
}

.pagenav a {
  padding: 5px 10px;
  border: solid 1px #cccccc;
  border-radius: 7px;
  color: #666666;
  font-size: 13px;
  text-decoration: none;
}

.pagenav a:hover {
  background-color: #eeeeee;
}

.pagenav .old a {
  float: left;
}

.pagenav .new a {
  float: right;
}

.pagenav::after {
  content: '';
  display: block;
  clear: both;
}



/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
.contact-area{
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-area .tel{
  margin: 0 0 9px;
}

.area-nav .contact-area .tel{
  margin: 0 0 6px;
}


.contact-area a{
  display: block;
}





/* お問い合わせ */
input, textarea{
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.require {
  font-size: 13px;
  display: inline-block;
  padding: 2px 6px;
  margin: 0 0 0 7px;
  border-radius: 2px;
  color: #fff;
  background-color: #FF7F59;
}
.no-require {
  font-size: 13px;
  display: inline-block;
  padding: 2px 6px;
  margin: 0 0 0 7px;
  border-radius: 2px;
  color: #fff;
  background-color: #888;
}

.multi-choice{
  font-size: 13px;
  display: inline-block;
  padding: 2px 6px;
  margin: 0 0 0 4px;
  border-radius: 2px;
  color: #fff;
  background-color: #FF7F59;
}

/* 予約フォーム */


.reserve-box h2{
  font-size: 28px;
  margin-bottom: 35px;
  text-align: center;
}


.reserve-box_left{
  float: left;
  box-sizing: border-box;
  width: 49%;
  padding-right: 40px;
}
.reserve-box_right{
  float: right;
  box-sizing: border-box;
  width: 51%;
  padding-left: 40px;
  border-left: dotted 1px #aaa;
}



.reserve-box input,
.reserve-box textarea,
.reserve-box select{
  font-size: 17px;
  border: solid 1px #cccccc;
  border-radius: 0;
  padding: 6px 8px;
  margin: 8px 0 0;
  width: 390px;
  max-width: 100%;
  box-sizing: border-box;


}



.reserve-box input,
.reserve-box select{
  height: 35px;
}

.reserve-box input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin: 0;
}

.program-plan{
  margin: 11px 0 0;
  display: inline-block;
}
.program-plan span.wpcf7-list-item{
  display: block;
  margin: 0;
}

.reserve-box textarea{
  height: 150px;
}


.contact-btn{
  text-align: center;
  margin-top: 20px;
}

.contact-btn input {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  height: 55px;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #FF7F59;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.contact-btn input:hover{
  opacity: 0.8;
}




/* お問い合わせフォーム */

.contact-box{
  padding: 20px 20px 0;
}

.contact-box input,
.contact-box textarea,
.contact-box select{
  font-size: 17px;
  border: solid 1px #cccccc;
  border-radius: 0;
  padding: 6px 8px;
  margin: 8px 0 0;
  width: 100%;
  box-sizing: border-box;
}



.contact-box input,
.contact-box select{
  height: 35px;
}

.contact-box input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin: 0;
}







.program-plan{
  margin: 11px 0 0;
  display: inline-block;
}
.program-plan span.wpcf7-list-item{
  display: block;
  margin: 0;
}





.contact-box textarea{
  height: 150px;
}

.contact-box p{
  font-size: 17px;
  margin-bottom: 20px;
}


.contact-btn{
  text-align: center;
  margin-top: 20px;
}

.contact-btn input {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  width: 390px;
  max-width: 100%;
  height: 55px;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #FF7F59;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.contact-btn input:hover{
  opacity: 0.8;
}



/*--------------------------------------------------------
お問い合わせ完了ページ
--------------------------------------------------------*/
.thanks #main {
  width: 100%;
  padding-left: 0;
}

.thanks-p {
  margin-bottom: 30px;
}

.thanks-a-wrap {
  text-align: center;
}

.thanks-a {
  display: inline-block;
  font-size: 20px;
  width: 290px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  outline: none;
}

.thanks-a::before,
.thanks-a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.thanks-a,
.thanks-a::before,
.thanks-a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thanks-a {
  background-color: #555;
  border: 2px solid #555;
  color: #fff;
  line-height: 70px;
}

.thanks-a:hover {
  background-color: #fff;
  border-color: #555;
  color: #555;
}

.thanks .main-body {
  padding-bottom: 120px;
}

.wpcf7-mail-sent-ok {
  display:none !important;
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
  border: 2px solid #f80000 !important;
  box-sizing: border-box;
  width: 95%;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/
.side-widget{
  margin: 0 0 30px;
}




.side-widget ul{
  list-style: none;
}

.side-menu ul{
  padding: 0;
  margin: 0;
  border: solid 1px #9d9980;
}

.side-menu ul li{
  margin: 0;
}
.side-menu ul li:not(:last-child){
  border-bottom: solid 1px #9d9980;
}



.side-menu ul a{
  position: relative;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #4b4948;
  padding: 6px 12px 5px 16px;
  margin: 0;
}
.side-menu ul a::after{
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #4b4948;
  transition: all 0.3s;
}

.side-menu ul a:hover{
  color: #FF7F59;
}

.side-menu ul a:hover::after{
  color: #FF7F59;
}




.side-menu2 h3{
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #FF7F59;
  padding: 10px 20px 10px 30px;
  margin: 0 0 6px;
}
.side-menu2 h3::before{
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  content: "";
  background-color: #fff;
  width: 5px;
  height: 25px;
}

.side-menu2 ul{
  padding: 0;
  margin: 0;
}
.side-menu2 li{
  border-bottom: dashed 1px #ddd;
}
.side-menu2 li a{
  position: relative;
  display: block;
  padding: 12px 10px 12px 50px;
  font-size: 15px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}
.side-menu2 li a img{
  position: absolute;
  left: 10px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}










.side-banner{
  text-align: center;
}

.side-banner ul{
  padding: 0;
  margin: 0;
}

.side-banner li:not(:last-child){
  margin: 0 0 11px;
}






.side-widget h3,
.post-widget h3 {
  background: linear-gradient(#9d9980, #8c876c);
  padding: 12px 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.post-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-list::after{
  content: '';
  display: block;
  clear: both;
}



.category-list{
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.category-list li {
  border-bottom: dotted 1px #ccc;
}

.category-list li a {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px 10px 15px;
  display: block;
  text-decoration: none;
}

.category-list li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 14px;
  color: #FF7F59;
  transition: all 0.3s;
}




.post-list a p{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category-list li a:hover,
.post-list li a:hover{
  text-decoration: underline;
}

.post-list li a:hover p{
  color: #FF7F59;
}



/*最近の投稿*/
.post-list{
  border: solid 1px #9d9980;
}

.post-list li:not(:last-child){
  border-bottom: solid 1px #9d9980;
}

.post-list li a {
  position: relative;
  color: #4b4948;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

.post-list a:after{
  content: '';
  display: block;
  clear: both;
}

.rank-thumb img {
  float: left;
  width: 34%;
  height: auto;
  margin: 0;
}

.rank-title{
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  float: right;
  width: 62%;
}

























/*検索ボックス*/
#searchform{
  width: 100%;
  height: 38px;
  margin: 8px 0 0;
}

.search-box input[type="text"]{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(100% - 32px) ;	/* 2013年10月以前のSafariをサポートする場合 */
  width: calc(100% - 32px) ;
  height: 38px;
  padding-right: 4px;
  padding-left: 4px;
  border: none;
  border-radius: 0;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  color: #444;
  background-color: #fff;
  font-weight: bold;
}

.search-box input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.search-box input[type="text"]:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.search-box input[type="text"]::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.search-box input[type="text"]:focus{
  outline: none;
}

.btn-search{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  width: 32px;
  vertical-align: top;
  padding: 5px;
  border: 0;
  background-color: #777;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-search i{
  color: #fff;
}

.btn-search:hover{
  opacity: 0.7;
}


#form{
  margin-bottom: 35px;
}

#form::after{
  content: '';
  display: block;
  clear: both;
}

#s-box{
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 8px;
  border-radius: 2px;
  border: solid 1px #eaeaea;

}
#s-btn-area{
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  color: #666;
  border: none;
  font-size: 20px;
  outline: 0;
}
#s-btn{
  background-color: #FF7F59;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#s-btn:hover{
  opacity: 0.8;
}





/*--------------------------------------------------------
記事一覧ページ
--------------------------------------------------------*/
.section-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  background-color: #ffffff;
}

.section-wrap:nth-of-type(1) {
  border-top: solid 1px #eeeeee;
}

.section-wrap{
  border-bottom: solid 1px #eeeeee;
}

.section-wrap::after{
  content: '';
  display: block;
  clear: both;
}

.post-title{
  line-height: 1.5;
  margin: 0 0 5px;
  padding: 0;
  font-size: 21px;
  font-weight: bold;
  background: transparent;
}

.post-title a{
  color: #FF7F59;
  text-decoration: underline;
}

.post-title a:hover{
  text-decoration: none;
}



.post-image {
  float: left;
  width: 28%;
  overflow: hidden;
  margin: 0;
}


.post-image a:hover{
  opacity: 0.8;
}

.post-image img{
  width: 100%;
}

.post-text {
  float: right;
  width: 69%;
}

.post-text p{
  margin: 0 0 5px;
}

.date{
  text-align: right;
}

.post-date{
  display: inline-block;
  color: #999;
  font-size: 12px;
  margin: 0 6px 0 0 !important;
}

.post-date i{
  margin-right: 4px;

}

.post-date time{
  vertical-align: middle;
}


.post-tag{
  margin: 0 0 6px;
}

.post-tag a{
  font-size: 12px;
  color: #4b4948;
  border: 1px solid #ccc;
  background-color: #eee;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  text-decoration: none;
}
.post-tag a:not(:first-child){
  margin-left: 3px;
}
.post-tag a:hover{
  color: #FF7F59;
}


.post-more{
  font-size: 12px;
  color: #fff;
  background: linear-gradient(#51a9f3, #2e8bdb);
  display: inline-block;
  padding: 3px 10px;
  text-decoration: none;
}

.post-more:hover{
  opacity: 0.7;
}


.post-categories{
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: inline-block;
}

.single .post-categories{
  margin-bottom: 30px;
}

.post-categories li{
  display: inline-block;
  list-style: none;
  margin-right: 2px;
}

.post-categories li a{
  font-size: 13px;
  padding: 6px 8px;
  background-color: #FF7F59;
  color: #fff;
  text-decoration: none;
}








/*記事外ページ送り*/
.pagenation {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}


.pagenation span, .pagenation a {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 2px 9px 2px 0;
  padding: 12px 16px;
  background-color: #fff;
  color: #777;
  text-decoration: none;
}
.pagenation a {
  border: 1px solid #777;
}
.pagenation a:hover{
  background-color: #777;
  border: 1px solid #777;
  color: #fff;
}
.pagenation .current{
  background-color: #777;
  border: 1px solid #777;
  color: #fff;
}









/*--------------------------------------------------------
関連記事
--------------------------------------------------------*/
.related {
  margin: 40px 0;
}

.related h3{
  background: transparent;
}


.related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related li{
  border-bottom: solid 1px #eee;
}

.related li:first-child{
  border-top: solid 1px #eee;
}


.related li a {
  display: block;
  color: #4b4948;
  text-decoration: none;
  padding: 6px 0;
}

.related li a:hover {
  opacity: 0.8;
}

.related li a::after {
  content: '';
  display: block;
  clear: both;
}



.related a img {
  margin-left: 5px;
  width: 70px;
  float: left;
}

.related a p {
  margin: 0 0 0 85px;
}





/*--------------------------------------------------------
装飾・パーツ
--------------------------------------------------------*/
.content-catchA {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  padding: 6px 0;
  margin: 0 0 52px;
  text-align: center;
  letter-spacing: 0.2px;
  z-index: 1;
}
.content-catchA:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/iroha/img/down-arrow.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 150px;
  height: 72px;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.content-catchA span{
  color: #f0683e;
}

.content-catchB{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}


.content-catchC{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 5px;
  margin: 0 0 30px;
}
.content-catchC span{
  font-size: 30px;
  color: #f0683e;
  -webkit-text-emphasis: filled circle orange;
  text-emphasis: filled circle orange;
}


.text-marker01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(12%, #faa85a));
  background: linear-gradient(transparent 85%, #faa85a 12%);
}



.catch-area01 img{
  width: 86%;
  margin: 0 7% 30px;
}
.catch-area02 img {
  width: 86%;
  margin: 0 7%;
}
.catch-area03 img {
  width: 86%;
  margin: 0 19% 50px 5%;
}
.catch-area04 img {
  width: 40%;
  margin: 0 30% 40px;
}



img.circle{
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}

img.circle2{
  border-radius: 50%;
  padding: 4px;
  border: solid 2px #FF7F59;
}


img.square{
  padding: 4px;
  border: solid 2px #FF7F59;
}







.image01 img{
  width: 20%;
  margin: 35px 40% 0;
}

.image02 img{
  width: 100%;
  margin: 0 0 30px;
}

.image03{
  margin: 35px 0;
}
.image03::after{
  content: '';
  display: block;
  clear: both;
}
.image03 .item1{
  float: left;
  width: 30%;
  margin-right: 5%;
}
.image03 .item2{
  float: left;
  width: 30%;
  margin-right: 5%;
}
.image03 .item3{
  float: left;
  width: 30%;
}

.image04 img{
  width: 100%;
}







table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
}

.table1 tr {
  border: 1px solid #ddd;
}
.table1 th {
  padding: 15px 0px;
  width: 37%;
  background-color: #eee;
  border-right: 1px solid #ddd;
}

.table1 td {
  padding: 15px 40px;
  width: 63%;
  background-color: #fff;
}



.table2 thead th,
.table2 thead td {
  background-color: #eee;
  text-align: center;
  padding: 10px 20px;
  width: 25%;
  border: solid #ddd 1px;
}

.table2 tbody th,
.table2 tbody td {
  text-align: center;
  padding: 12px 20px;
  width: 25%;
  background-color: #fff;
  border: solid #ddd 1px;
}




.table3 thead th,
.table3 thead td {
  background-color: #eee;
  text-align: left;
  padding: 15px 20px;
  width: 33.3333333333%;
  border: solid #ddd 1px;
}

.table3 tbody th,
.table3 tbody td {
  padding: 15px 20px;
  width: 33.3333333333%;
  background-color: #fff;
  border: solid #ddd 1px;
}

.table4 thead th,
.table4 thead td {
  background-color: #eee;

  padding: 10px 20px;
  border: solid #ddd 1px;
}

.table4 tbody th{
  padding: 12px 6px;
  width: 46%;
  background-color: #fff;
  border: solid #ddd 1px;
}
.table4 tbody td{
  padding: 12px 6px;
  width: 27%;
  text-align: center;
  background-color: #fff;
  border: solid #ddd 1px;
}











.schedule{
  background-color: #fff;
}

.schedule tr {
  color: #4b4948;
  text-align: center;
  border-top: solid 1px #bcdb78;
  border-bottom: solid 1px #bcdb78;
}

.schedule tr:first-child {
  color: #fff;
  background-color: #bcdb78;
  text-shadow: 0 0 3px #FF7F59;
}

.schedule tr td:first-child {
  width: 32%;
}

.schedule td {
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #bcdb78;
  border-left: 1px solid #bcdb78;
  border-right: 1px solid #bcdb78;
}

.design-frame1::after{
  content: '';
  display: block;
  clear: both;
}

.design-frame1{
  background-color: #fff;
  border: solid 1px #9f7c52;
  padding: 23px 25px 20px;
  margin: 0 0 20px;
  border-radius: 12px;
}

.design-frame1 .left-item{
  float: left;
  width: 66%;
}
.design-frame1 .right-item{
  float: right;
  width: 34%;
}


.design-frame1 figure{
  padding: 0;
  margin: 0;
}
.design-frame1 figcaption{
  text-align: center;
}


.design-frame2 {
  padding: 14px;
  background-color: #fefefe;
  background-image: repeating-linear-gradient(-45deg, #ebd8c3, #ebd8c3 12px, transparent 0, transparent 22px);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.design-frame2 img{
  width: 100%;
}

.design-frame3{
  padding: 22px;
  border: solid 2px #e66070;
  margin: 0 0 30px;
}
.design-frame3 img{
  width: 100%;
}

.design-frame4{
  padding: 22px;
  border: solid 2px #6077e6;
  margin: 0 0 30px;
}
.design-frame4 img{
  width: 100%;
}








.design-dl1{
  padding: 0;
  margin: 0;
}

.design-dl1:after {
  content: '';
  display: block;
  clear: both;
}
.design-dl1 dt {
  color: #9f7c52;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 135px;
  line-height: 32px;
  margin-left: 0;
  content: "";
  display: block;
  clear: both;
}
.design-dl1 dd {
  font-size: 16px;
  float: left;
  line-height: 32px;
  margin-left: 0;
}

.design-dl1 dt:not(:last-child),
.design-dl1 dd:not(:last-child){
  margin: 0 0 3px;
}

.design-dl1 i{
  font-size: 16px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  color: #fff;
  background-color: #9f7c52;
}










.design-dl2{
  padding: 0;
  margin: 0;
}

.design-dl2:after {
  content: '';
  display: block;
  clear: both;
}
.design-dl2 dt {
  color: #fff;
  background: linear-gradient(to right, #FF7F59, #7ba61e);
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 28%;
  line-height: 32px;
  text-align: center;
  padding: 15px 9px;
  border-radius: 9px;
  content: "";
  display: block;
  clear: both;
}
.design-dl2 dd {
  font-size: 16px;
  float: right;
  line-height: 32px;
  width: 69%;
  margin-left: 0;
}

.design-dl2 dt:not(:last-child),
.design-dl2 dd:not(:last-child){
  margin: 0 0 10px;
}












/*動画などのレスポンシブ対応*/
embed, iframe, object, video{
  max-width: 100%;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 8px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}







.design-1{
  position: relative;
  padding: 10px 15px;
  background-color: #fafafa;
  border: solid 2px #dddddd;
}

.design-1:after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #e7e7e7;
  box-shadow: -1px 1px 1px rgba(0,0,0,.15);
}

.red{
  color: #d94c4c;
}

.blue{
  color: #FF7F59;
}

.black{
  color: #555;
}

.b{
  font-weight: bold;
}




.margintop-0{
  margin-top: 0px !important;
}
.margintop-5{
  margin-top: 5px !important;
}
.margintop-10{
  margin-top: 10px !important;
}
.margintop-15{
  margin-top: 15px !important;
}
.margintop-20{
  margin-top: 20px !important;
}
.margintop-25{
  margin-top: 25px !important;
}
.margintop-30{
  margin-top: 30px !important;
}
.margintop-35{
  margin-top: 35px !important;
}
.margintop-40{
  margin-top: 40px !important;
}
.margintop-45{
  margin-top: 45px !important;
}
.margintop-50{
  margin-top: 50px !important;
}
.margintop-55{
  margin-top: 55px !important;
}
.margintop-60{
  margin-top: 60px !important;
}
.margintop-65{
  margin-top: 65px !important;
}
.margintop-70{
  margin-top: 70px !important;
}
.margintop-75{
  margin-top: 75px !important;
}
.margintop-90{
  margin-top: 90px !important;
}
.margintop-105{
  margin-top: 105px !important;
}
.margintop-120{
  margin-top: 120px !important;
}


.marginbottom-0{
  margin-bottom: 0px !important;
}
.marginbottom-5{
  margin-bottom: 5px !important;
}
.marginbottom-10{
  margin-bottom: 10px !important;
}
.marginbottom-15{
  margin-bottom: 15px !important;
}
.marginbottom-20{
  margin-bottom: 20px !important;
}
.marginbottom-25{
  margin-bottom: 25px !important;
}
.marginbottom-30{
  margin-bottom: 30px !important;
}
.marginbottom-35{
  margin-bottom: 35px !important;
}
.marginbottom-40{
  margin-bottom: 40px !important;
}
.marginbottom-45{
  margin-bottom: 45px !important;
}
.marginbottom-50{
  margin-bottom: 50px !important;
}
.marginbottom-55{
  margin-bottom: 55px !important;
}
.marginbottom-60{
  margin-bottom: 60px !important;
}
.marginbottom-65{
  margin-bottom: 65px !important;
}
.marginbottom-70{
  margin-bottom: 70px !important;
}
.marginbottom-75{
  margin-bottom: 75px !important;
}
.marginbottom-80{
  margin-bottom: 80px !important;
}
.marginbottom-85{
  margin-bottom: 85px !important;
}




.marginbottom-90{
  margin-bottom: 90px !important;
}
.marginbottom-105{
  margin-bottom: 105px !important;
}
.marginbottom-120{
  margin-bottom: 120px !important;
}




.textalign-left{
  text-align: left;
}
.textalign-center{
  text-align: center;
}
.textalign-right{
  text-align: right;
}

.textalign-center-responsive{
  text-align: center;
}





.big1{
  font-size: 18px;
}

.big2{
  font-size: 19px;
}

.big3{
  font-size: 20px;
}
.big4{
  font-size: 22px;
}
.big5{
  font-size: 24px;
}

.small1{
  font-size: 15px !important;
}



.font-effects1{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #9c7743;
}
.font-effects2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;

}
.font-effects3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px !important;
  font-weight: bold;
  color: #9c7743;
}
.font-effects4{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px !important;
  font-weight: bold;

}



.frame01 {
  padding: 20px;
  background-color: #F2F9FA;
}


#comments,
#reply-title{
  background: transparent;
}



.comment p{
  font-size: 14px;
  margin: 13px 0 0;
}


.bg01{
  background-color: #F2F9FA;
  padding: 30px;
}



.archive .main-content article:first-of-type .post-title a{
  position: relative;
}
.archive .main-content article:first-of-type .post-title a::after{
  display: inline-block;
  content: "NEW";
  color: #fff;
  background-color: red;
  font-size: 14px;
  padding: 2px 6px;
  margin-left: 9px;
}











.boxQA {
  position: relative;
  padding: 14px 6px;
  margin: 0;
  background-color: #f2f2f2;
  border-bottom: 1px dotted #bbb;
}

.boxQA .boxQA_Q{
  font-weight: bold;
}


.boxQA .boxQA_Q,
.boxQA .boxQA_A {
  position: relative;
  padding: 6px 0 5px 50px;
}

.boxQA .boxQA_Q:before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  color: #FF7F59;
  font-size: 23px;
  font-weight: bold;
  left: 12px;
  top: -1px;
}
.boxQA .boxQA_A:after {
  content: "A.";
  display: inline-block;
  position: absolute;
  color: #FF7F59;
  font-size: 23px;
  font-weight: bold;
  left: 12px;
  top: 4px;
}


.pc,
.pc2{
  display: block;
}

.sp,
.sp2{
  display: none;
}

