@charset "utf-8";
/*------------------------------------------------------------
	大衆点評とは
------------------------------------------------------------*/
#main{
  font-size: 14px;
  line-height: 1.6;
}

.pageTitle > .inner{
  margin: 0 auto;
  padding:15px;
  width: 1000px;
}
.pageTitle .image{
  float: right;
  width: 400px;
}
.pageTitle .image img{
  max-width: 100%;
  height: auto;
}
.pageTitle .title,
.pageTitle .text{
  width: 560px;
}

.pageTitle .title{
  margin-bottom: 20px;
}
.pageTitle .title .sm,
.pageTitle .title .lg{
  display: block;
  line-height: 1.3;
}
.pageTitle .title .sm{
  font-size: 24px;
}
.pageTitle .title .lg{
  font-size: 40px;
  color: #f3990f;
}

.pageTitle .text{
  font-size: 14px;
  line-height: 1.8;
}

.textBold{
  line-height: 1.4;
  color: #f3990f;
  font-weight: bold;
  font-size: 24px;
}
.textBold small{
  font-size: 75%;
}

.about03 .meritBlk{
  width: 480px;
}
.about03 .meritBlk:nth-child(odd){
  float: left;
}
.about03 .meritBlk:nth-child(even){
  float: right;
}
.about03 .meritBlk h4{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.about03 .meritBlk h4::before{
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  background: #f3990f;
  width: 14px;
  height: 14px;
}

.about03 .meritList{
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; 
  -webkit-box-pack: justify; 
  flex-pack: justify;
}
.about03 .meritList li{
  margin-bottom: 5px;
  background: #f3990f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.about03 .meritList li span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :250px;
  text-align:center;
  padding: 0 15px;
}
.about04 .text h4{
  line-height: 1.5;
  font-size: 20px;
}
.about04 .imgBlk .image{
  float: left;
}
.about04 .imgBlk .text{
  float: right;
  padding-top: 100px;
  width: 340px;
}
.about04 .imgBlk .text p{
  font-size: 12px;
}
#main .detail_btn {
  margin: 60px auto 0;
  text-align: center;
}
#main .detail_btn a{
  position:relative;
  color:#fff;
  background-color:#ec1003;
  border-radius: 3px;
  font-size: 23px;
  font-weight: bold;
  padding: 7px 45px;
  text-decoration: none;
}
#main .detail_btn a:after{
 position:absolute;
  content:">";
  width:20px;
  font-size: 12px;
  font-weigh:bold;
  top:50%;
  transform:translateY(-50%);
  right:20px;
}
#main .detail_btn a:hover {
  opacity: 0.7;
}


/*------------------------------------------------------------
	190819追記　サイトsp化
------------------------------------------------------------*/


@media screen and (max-width:767px) {
  .pageTitle > .inner,
  .pageTitle .title, .pageTitle .text,
  .pageTitle .text {
    width: 100%;
  }
  .pageTitle .title {
  margin-bottom: 7px;
}
  .pageTitle .image {
    width: 50%;
  }
  #main img {
    width: 100%;
  }
  .about03 .meritBlk {
    width: 100%;
  }
  .about03 .meritList {
    flex-wrap:wrap;
    margin-top:10px;
  }
  .about03 .meritList li {
    height: 90px;
    width: 90%;
    border-radius: 7px;
    margin: 7px auto;
  }
  .about03 .meritList li span {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 95%;
  }
  #main .detail_btn {
    margin-top:20px;
  }
  .about04 .imgBlk .image {
    float: none;
  }
  .about04 .imgBlk .text {
    float:none;
    width: 100%;
    padding: 0;
    width: 100%;
    margin: 20px auto 0;
    word-break:keep-all;
    max-width:100%;
    text-align: center;
  }
  .about04 .imgBlk ol {
    margin-top:5px;
    display: inline-block;
    text-align: left;
  }
}


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

191015追記ここから
-----------------*/
.pageTitle > .inner {
  position:relative;
  background-color: #fff;
}
.pageTitle .image {
  width: 294px;
}
.pageTitle .text {
    overflow: hidden;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  padding-top:0;
}
.pageTitle .text h2 {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}
.pageTitle .text h2 .text01, .pageTitle .text h2 .text03 {
    font-size: 22px;
}
.pageTitle .text h2 span {
    display: block;
    line-height: 1.2;
}
.pageTitle .text h2 .text02 {
    font-size: 50px;
    color: #f3990f;
    margin-top: 12px;
    margin-bottom: 12px;
}
.pageTitle .text h2 .text01, .pageTitle .text h2 .text03 {
    font-size: 22px;
}
.about01 .text {
  margin-top:15px;
}

@media screen and (max-width:767px) {
  .pageTitle .text {
    position:static;
    transform:none;
    padding-top: 5px;
    }
    .pageTitle .text h2 {
    text-align:left;
  }
  .pageTitle .text h2 .text02 {
    margin: 5px 0;
    font-size: 33px;
}
  .pageTitle .text h2 .text03 {
    margin-bottom:10px;
  }
  .pageTitle .image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .pageTitle .image img {
    width: 70%;
  }
  
}
/*-----------------

191015追記ここまで
-----------------*/