/*
Theme Name: kaitori-wp
Theme URI: http://2inc.org ( テーマのURL )
Description: かいとり本舗のテーマです
Version: 1.0.0
Template: kaitori
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"游ゴシック","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
/*
.min{
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 600;
}
*/


.min{
  font-family: 'Noto Serif JP', serif;
}
.rd{
  color: #e85443;
  font-weight: 700;
}
.site-branding{
  color: #000;
}
.site-branding__logo{
  width: 200px;
}
#main .breadcrumbs{
  background: #fff;
  border-bottom: 1px solid #f5f2ed;
  margin: 0 auto 30px auto;
  padding: 20px 20px;
}

.sub-page-contents{
  padding-top: 70px;
}
.container-fluid{
  padding-left: 0!important;
  padding-right: 0!important;
}
.head-img{
  width: 100%;
  height: 200px;
  background: url(img/is-bg1.jpg) no-repeat center;
  background-size: contain;
}
.head_contact{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head_contact i{
  margin-right: 5px;
}
.head_contact__tel{
  align-items: center;
}
.head_contact__tel div:first-child{
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.head_contact__tel p{
  margin: 0 0 -8px 0;
  font-size: max(2vw, 1em);
  line-height: 1;
  font-weight: 800;
}
.head_contact__tel p:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 40px;
  background: url(img/free.svg) no-repeat center 2px;
  background-size: contain;
  vertical-align: middle;
}
.head_contact__tel span{
  font-size: 11px;
  display: block;
  margin-top: -2px;
  font-weight: 400;
}
.head_contact__btn a{
  background: #e85443;
  text-align: center;
  display: block;
  color: #fff!important;
  margin-left: 10px;
  padding: 6px 0;
  width: 180px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 15px;
}
.head_contact__btn a:hover{
  border-radius: 4px;
  background: #e04331;
}
.head_contact__btn p{
  padding: 0;
  margin: 0;
}
.head_contact__btn span{
  display: block;
  font-size: 10px;
  margin-bottom: -2px;
}
.head_line__btn a{
  background: #06c755;
  text-align: center;
  display: block;
  color: #fff!important;
  margin-left: 10px;
  padding: 6px 0;
  width: 160px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 15px;
}
.head_line__btn a p{
  margin: 0;
  padding: 8px 0;
}
.header--center .global-nav{
  font-weight: 700;
}
.header--center .global-nav .menu{
  display: flex;
  justify-content: space-between;
}
.responsive-nav .menu-item{
  width: 20%;
}
.responsive-nav .children .menu-item, .responsive-nav .sub-menu .menu-item{
  width: 85%;
}
.main_visual .inner{
  max-width: 1170px;
  margin: 0 auto;
}
.flex{
  display: flex;
}
.space-b{
  justify-content: space-between;
}
.row-r{
  flex-direction: row-reverse;
}

#side_bana{
  background:#fff;
  color: #322721;
  border-radius: 6px;
  position: fixed;
  transition: all linear 0.25s;
  transform: translateY(0);
  z-index: 2;
  text-align: center;
  right: 90px;
  bottom: 14px;
  width: 280px;
  font-weight: 700;
  filter: drop-shadow(0 0 5px #aaa);
}
#side_bana p{
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#side_bana p:first-child{
  padding: 12px 0 0;
  margin: 0 0 -4px 0;
  position: relative;
  font-size: .85em;
}
#side_bana p:first-child img{
  width: 70px;
  height: 77px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#side_bana p:nth-child(2){
  font-size: 28px;
}
#side_bana p:nth-child(2):before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 38px;
  margin-bottom: -4px;
  background: url(img/free.svg) no-repeat center 2px;
  background-size: contain;
  vertical-align: middle;
}
#side_bana p:nth-child(3){
  font-size: 13px;
  font-weight: 400;
  margin: -4px 0 6px 0;
}
#side_bana a{
  display: block;
  background: #e85443;
  color: #fff;
  padding: 8px 0;
  margin: 4px 20px 10px 20px;
  font-size: 15px;
}
#side_bana a i{
  margin-right: 3px;
}
#side_bana a:hover{
  text-decoration: none;
  background: #610505;
}
#side_bana .line{
  display: block;
  background: #06c755;
  color: #fff;
  padding: 8px 0;
  margin: 4px 20px 10px 20px;
  font-size: 15px;
}
#page-top{
  position: fixed;
  right: 12px;
  bottom: 0px;
}
#page-top img{
  width: 60px;
  height: 60px;
}
.footer-logo{
  width: 200px;
  padding-bottom: 10px;
}
.footer-add p{
  margin: 14px 0 2px;
  font-size: 1.15em;
  font-weight: 700;
}
.footer-add adress{
  font-size: .9em;
  padding-bottom: 10px;
}
.foot-sns{
  display: flex;
  padding: 0;
  margin: 6px 0 10px;
}
.foot-sns li{
  list-style-type: none;
  padding-right: 6px;
}
.foot-sns li img{
  width: 35px;
}
.head-sns{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 2px 0;
}
.head-sns li{
  list-style-type: none;
  padding-right: 6px;
}
.head-sns li:first-child{
  width: 40px;
}
.head-sns li img{
  width: 30px;
}

.sidebar .side-ttl{
  font-size: max(1.2vw, 1.2em);
  border-bottom: 1px solid #745836;
  padding: 8px 0;
}
.sidebar .side-list{
  padding: 0;
}
.sidebar .side-list li{
  list-style-type: none;
}
.qr-bana{
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  padding: 1.5em 0 2em 0;
}
@media (max-width:767px) {
  #nav_menu-2{
    float: left;
    width: 50%;
  }
  #nav_menu-3{
    float: right;
    width: 50%;
  }
  #block-9{
    text-align: left;
  }
  .footer-add{
    text-align: left;
    padding-bottom: 1em;
  }
}

/* ========================================
 トップページ
=========================================== */
.inner{
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.con{
  padding: 8em 0;
  background: url(img/bg1.jpg) repeat center top #fff fixed;
  background-size: cover;
  background:linear-gradient(to bottom, #fff, #f3f0e4);
  border-bottom: 1px solid #fff;
}
.con1{
  padding: 8em 0 5em 0;
  background: url(img/bg1.jpg) repeat center top #fff fixed;
  background-size: cover;
  background:linear-gradient(to bottom, #f3f0e4, #f8f7f3);
}
.con1 .sub{
  margin: 0;
  font-weight: 600;
  font-size: 1.1em;
}
.con1 .sub_tt{
  font-weight: 600;
  display: inline-block;
  background: #563c1d;
  padding: 2px 20px;
  color: #fff;
  border-radius: 500px;
}
.con1 h2{
  font-size: max(2.8vw, 1.4em);
  margin: 16px 0 0;
}
.con1 h2 span{
  color: #bf9445;
}
.con .con-ttl{
  text-align: center;
  font-size: max(1.6vw, 1.2em);
  font-weight: 600;
  padding: 1em 0;
}
.con .top-first-point{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0px;
  padding: 0;
}
.con .top-first-point li{
  width: calc(25% - 20px);
  margin: 10px 10px 10px;
  background: #fff;
  padding: 1em;
  border-radius: 4px;
  list-style-type: none;
}
.con1 .sub_title{
  font-size: 18px;
  font-weight: 600;
  padding: 1.5em 0 2.5em 0;
  line-height: 1.8;
}
.con1 .top-method{
  background: #fff;
  padding: 2vw;
  margin: 2vw 0;
}
.con1 .method{
  margin: 3em 0 3em 0;
  padding: 0;
}
.con1 .method li{
  margin: 0;
  padding-bottom: 4em;
  list-style-type: none;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
.con1 .method li img{
  border-radius: 6px 6px 0 0;
}
.con1 .method li a{
  color: #322721;
  display: block;
}
.con1 .method li h3{
  margin: 0;
  padding: 16px 0 6px 0;
  font-size: max(2.4vw, 1.8em);
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.con1 .method li p{
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  padding: .6em 2vw;
}
@media (max-width:767px) {
  .con1 .method li p{
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.con1 .method a:hover{
  text-decoration: none;
  border-radius: 6px;
}
.con1 .method .apt{
  background: #fff;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  margin: .5em 0;
}
.con1 .method .name{
  position: relative;
  margin: -1em 0 0;
}
.con1 .method .name span{
  color: #fff;
  font-size: .8em;
  padding: 4px 20px 6px 20px;
  border-radius: 500px;
  letter-spacing: .06em;
}
.method_01 .name span{
  background: #e85443;
}
.method_02 .name span{
  background: #799850;
}
.method_03 .name span{
  background: #5692ab;
}
.method_04 .name span{
  background: #8a699e;
}
.con1 .method li .btn{
  border-radius: 2px;
  color: #745836;
  padding: 10px 0;
  display: block;
  font-weight: 600;
  margin: 0;
  border: 1px solid #745836;
  position: absolute;
  bottom: 1.5em;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

#news{
  padding: 8vw 0;
}
#news h2{
  margin: .5em 0 1.5em;
  font-size: max(2.4vw, 1.8em);
}
#news .news-top-list{
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px dashed #aaa;
}
#news .top-news__items{
  list-style-type: none;
  display: flex;
  padding: 2vw 0;
  border-bottom: 1px dashed #aaa;
}
#news .top-cat li{
  list-style-type: none;
}
#news .top-cat ul{
  padding: 0;
}
#news .post-categories a{
  background: #f6f5ef;
  color: #333;
  padding: 4px 0;
  font-size: .9em;
  width: 100%;
  display: block;
}
#news .top-title a{
  color: #333;
}
@media (min-width:768px) {
  #news .top-cat{
    width: 180px;
  }
  #news  .top-date{
    width: 180px;
  }
}
@media (max-width:767px) {
  .con .top-first-point li{
    width: calc(50% - 20px);
  }
  #news .top-news__items{
    display: block;
    text-align: left;
    padding: 14px 6px;
  }
  #news .top-cat{
    width: 100px;
    font-size: 10px;
    text-align: center;
  }
  #news .top-date{
    font-size: 10px;
    padding: 3px 0 0;
    color: #aaa;
  }
  .footer-logo{
    margin: 0 auto;
  }
  #block-9{
    text-align: center;
    border-bottom: 1px solid #777;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.con1 .method-menu{
  margin: 0;
  padding: 8px 0 0 0;
}
.con1 .method-menu li{
  margin: 0 0 1em 0;
  list-style-type: none;
  border-radius: 10px;
  position: relative;
}
.con1 .method-menu li i{
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  font-size: 20px;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.con1 .method-menu li a{
  display: block;
  padding: 1em;
  color: #fff;
  font-weight: 600;
}
.con1 .method-menu li p{
  font-size: 24px;
  padding: 0 0 5px 0;
  margin: 0;
  line-height: 1.3;
}
.con1 .method-menu li span{
  font-size: 12px;
}
.con1 .method-menu .method_1{
  background:linear-gradient(to bottom, #c63918, #b52604);
  box-shadow: -4px -4px 5px rgb(0 0 0 / 40%) inset, 4px 4px 5px rgb(255 255 255 / 40%) inset;
}
.con1 .method-menu .method_2{
  background:linear-gradient(to bottom, #82b539, #649819);
  box-shadow: -4px -4px 5px rgb(0 0 0 / 40%) inset, 4px 4px 5px rgb(255 255 255 / 40%) inset;
}
.con1 .method-menu .method_3{
  background:linear-gradient(to bottom, #34ced2, #24bcbc);
  box-shadow: -4px -4px 5px rgb(0 0 0 / 40%) inset, 4px 4px 5px rgb(255 255 255 / 40%) inset;
}


#t-content3{
  background-color: #e3ded2;
  background: url(img/bg-b-ud.jpg) repeat-x center bottom #e3ded2 fixed;
  padding: 8em 0;
}
#t-content3 h2{
  text-align: center;
  color: #231711;
  font-size: 48px;
  margin: 0 0 .8em 0;
}

#t-content3 h3{
  letter-spacing: -1px;
  color: #231711;
  text-align: left;
}
#t-content3 h3 span{
  background: #996d30;
  color: #fff;
  padding: 0 10px;
  margin-right: 6px;
}
.t-service-wrap{
  flex-wrap: wrap;
}
.t-service-wrap div{
  margin: .5em 0;
  border-radius: 4px;
}
.t-service-wrap div p{
  text-align: left;
  font-weight: 500;
}
.t-service-wrap div img{
  border-radius: 2px;
}
.t-service-wrap div h3{
  margin: 16px 0 6px 0;
}
.t-service-wrap ul{
  margin: 0;
  padding: 0;
}
.t-service-wrap li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#t-item{
  background-color: #e3ded2;
  background: url(img/bg-b-ud.jpg) repeat-x center bottom #e3ded2 fixed;
  padding: 8em 0;
}
#t-item h2,#t-case h2,#t-comparison h2,#t-point h2{
  font-size: 48px;
  margin: .5em 0 1em 0;
}
#t-item h3{
  background: #322721;
  color: #fff;
  padding: .5em 0;
  margin: 1em 0;
}
#t-item .sub_tt,#t-comparison .sub_tt{
  color: #231711;
  font-weight: 600;
  margin-bottom: -10px;
  font-size: 20px;
}
#lp_icon_area{
  flex-wrap: wrap;
  margin: -10px -10px 0px;
}
#lp_icon_area .icon_box{
  width: calc(20% - 20px);
  margin: 10px 10px 10px;
  padding: 6px 0;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
}

#t-item .point_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#t-item .point_list li{
  text-align: center;
  list-style-type: none;
  padding: 1.5em;
  border-right: 1px solid #edebe9;
  margin: 0 0 2em 0;
}
#t-item .point_list li:nth-child(3){
  border-right: 0;
}
#t-item .point_list li h4{
  text-align: left;
}
#t-item .point_list li h4 span{
  background: #996d30;
  color: #fff;
  padding: 0 6px;
  margin-right: 4px;
}
#t-item .point_list li p{
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
#t-item .point_list li img{
  width: 150px;
  height: 150px;
  margin: 0 0 4px 0;
}
#t-item .t-item_txt{
  padding: 1em 0 3em 0;
  font-size: 20px;
}

#t-comparison{
  background-color: #e3ded2;
  background: url(img/bg2.jpg) repeat center center #fff fixed;
  background-size: cover;
  padding: 8em 0;
}
#t-comparison table{
  border-collapse: collapse;
  background: #f1e9dc;
  font-weight: 600;
  width: 100%;
}
#t-comparison th {
  padding: .5em;
  font-weight: bold;
  vertical-align: middle;
  border: 2px solid #fff;
  text-align: center;
  font-size: 24px;
  background: #322721;
  color: #fff;
}
#t-comparison td {
  padding: 1em;
  vertical-align: middle;
  border: 2px solid #fff;
  text-align: center;
  font-size: 20px;
}
#t-comparison .str{
  background: #990000;
  color: #fff;
}
#t-comparison .str2{
  background: #e0c2c2;
}
#t-comparison .str2 span{
  color: #990000;
}

.t-advantage{
  margin: 2em 0 0;
  background: #fff;
}
.t-advantage h3{
  background: #322721;
  color: #fff;
  padding: .4em;
}
.t-advantage ul{
  flex-wrap: wrap;
  padding: 0 20px;
}
.t-advantage li{
  width: 31%;
  list-style-type: none;
  text-align: left;
  font-weight: 500;
  padding: 1.5em 0 .5em 0;
}
.t-advantage li div{
  background: #996d30;
  color: #fff;
  margin: 10px auto 4px auto;
  width: 90px;
  position: relative;
  text-align: center;
}
#t-wish{
  padding: 8em 0;
  background-color: #322721;
  background: url(img/bg4.jpg) no-repeat center bottom #322721;
  background-size: 100%;
  color: #fff;
}
#t-wish p{
  text-align: left;
}
#t-wish h2{
  font-size: 40px;
  padding-bottom: 1em;
}
#t-wish .staff_bana{
  padding: 3em 0 0;
}
#t-wish .staff_bana img{
  width: 650px;
  height: auto;
  border: 2px solid #fff;
}
#t-content-area{
  padding: 7em 0 4em 0;
  background-color: #e3ded2;
  background: url(img/bg-b-ud.jpg) repeat-x center bottom #e3ded2 fixed;
}
#t-content-area h2{
  font-size: 48px;
  padding-bottom: .4em;
}
#t-content-area .ok_area{
  font-weight: 600;
  font-size: 35px;
  padding: 2em 0 .4em 60px;
  text-align: left;
}
#t-content-area .flex{
  flex-direction: row-reverse;
}
#t-content-area .flex span{
  display: block;
  padding-left: 60px;
}

#t-case{
  padding: 8em 0;
}
#t-case .t-case-box{
  padding: 1em 0 0;
}
#t-case .t-case-box__items{
  border: 1px solid #322721;
  position: relative;
  border-radius: 4px;
  padding: 1em;
}
#t-case .num{
  position: absolute;
  font-weight: 600;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  background: #fff;
  width: 100px;
  font-size: 20px;
}
#t-case h3{
  font-size: 20px;
}
#t-case p{
  font-weight: 600;
  padding: 0;
  margin: 0;
}
#t-case .tit p{
  font-size: 18px;
}
#t-case .case_add{
  text-align: center;
  margin: 4px 0 -4px;;
}
#t-case .case_add span{
  border: 1px solid #745836;
  color: #745836;
  font-size: 13px;
  padding: 4px;
}
#t-case .txt{
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
#t-case .txt a{
  color: #000;
}
#t-case .case_txt{
  font-size: 14px;
  text-align: left;
  padding: 2px 0 6px 0;
  line-height: 1.3;
}
#t-case .case_price{
  color: #990000;
  font-size: 36px;
  line-height: 1.4;
}
#t-case .case_price span{
  font-size: 18px;
}
#t-case .case_btn{
  margin: 4em auto 0 auto;
  display: block;
  max-width: 420px;
  background: linear-gradient(to bottom, #82b539, #649819);
  box-shadow: -4px -4px 5px rgb(0 0 0 / 20%) inset, 4px 4px 5px rgb(255 255 255 / 20%) inset;
  color: #fff;
  padding: 1em 0;
  font-weight: 600;
  border-radius: 4px;
}

#contact-area{
  background: linear-gradient(to bottom, #f3edd3, #f6f5ef);
  text-align: center;
  padding: 3.5em 0;
  border-bottom: 1px solid #aca49d;
}
#contact-area h2{
  font-size: 40px;
  padding: 0 0 .4em 0;
}
.contact-area__txt{
  font-size: 18px;
  font-weight: 600;
}
.contact-area__box{
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 1em auto;
}
#contact-area .foot_tel{
  margin: 0;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
}
#contact-area .foot_tel:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 60px;
  margin-right: 6px;
  background: url(img/free.svg) no-repeat center 2px;
  background-size: contain;
  vertical-align: middle;
}
#contact-area .tt{
  font-size: 18px;
  font-weight: 600;
}
.contact-area__box_mail a{
  background: #e85443;
  text-align: center;
  display: block;
  color: #fff!important;
  margin-left: 10px;
  padding: 6px 0;
  font-weight: 600;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: -4px -4px 5px rgb(0 0 0 / 20%) inset, 4px 4px 5px rgb(255 255 255 / 20%) inset;
}
.contact-area__box_mail a p{
  font-size: 22px;
  margin: 0;
}
.contact-area__box_mail a p i{
  margin-right: 4px;
}
.contact-area__box_mail a:hover{
  background-color: #b06e00;
  background: linear-gradient(#b06e00, #8a5600);
  text-decoration: none;
}
.single_output{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_name{
  padding-bottom: 10px;
}
.single_name span{
  background: #e08b00;
  color: #fff;
  font-weight: 500;
  padding: 6px;
  font-size: 14px;
}
.single_price{
  display: flex;
  padding-left: 14px;
}
.single_price p{
  font-weight: 600;
  color: #990000;
  font-size: 18px;
  margin: 0;
line-height: 1;
}
.single_price span{
  font-size: 36px;
}
.vCard{
  display: none;
}
.entry-meta .published{
  display: none;
}

/* ================================================
  Inside
=================================================== */
.page-header {
  position: relative;
  padding: 70px 0 70px 0;
  background: url(img/is-bg1.jpg) no-repeat center;
  background-size: 100%;
}
.page-header__title{
  font-size: 34px;
  color: #42301a;
}
.page-header_subtitle{
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #42301a;
  font-weight: 600;
  letter-spacing: .02em;
  font-family: 'Noto Serif JP', serif;
}
#i-head-kaitori{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/i-head-kaitori.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5vw;
}
#i-head-shop{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/i-head-shop.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5vw;
}
#i-head-visit{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/i-head-visit.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5vw;
}
#i-head-fuyohin{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/i-head-fuyohin.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5vw;
}
#i-head-faq{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/i-head-faq.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5vw;
}
#i-head-kaitori .page-header__title,#i-head-shop .page-header__title,#i-head-visit .page-header__title,#i-head-fuyohin .page-header__title,#i-head-faq .page-header__title{
  color: #fff;
  letter-spacing: .05em;
}
#i-head-kaitori span,#i-head-shop span,#i-head-visit span,#i-head-fuyohin span,#i-head-faq span{
  color: #fff;
  font-family: serif;
  display: block;
  padding: 10px 0 0;
}
.is-wrap{
  padding: 4em 0;
}
.is_ttl2,#aContent .a_ttl2{
  font-size: max(2.5vw, 1.5em);
  font-weight: 700;
  padding: 20px 0;
  line-height: 1.5;
  color: #493522;
}
is_ttl2 span{
  color: #8a041a;
}
.is_ttl2_sub{
  margin-bottom: -20px;
  font-weight: 600;
  color: #42301a;
}
.ttl2-1{
  font-size: max(2.2vw, 1.4em);
  font-weight: 700;
  position: relative;
  padding: 3vw 0 1em;
  line-height: 1.5;
}
.ttl2-1::before {
  content: "";
  background: #d6a200;
  width: 36px;
  height: 4px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  margin: auto;
}
.ttl2-1::after {
  content: "";
  background: #eceadb;
  width: 36px;
  height: 4px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto;
}

/* 買取方法 */
#kaitori{
  padding: 2vw 0 3vw;
}
#kaitori .method{
  margin: 1em 0;
  padding: 0;
}
#kaitori .method li a{
  color: #322721;
  display: block;
  padding: 1.5em 1.5em 4.5em 1.5em;
}
#kaitori .method li a:hover{
  text-decoration: none;
  border-radius: 6px;
}
#kaitori .method li{
  border: 1px solid #ddd;
  list-style-type: none;
  margin: 0;
  border-radius: 6px;
  position: relative;
}
#kaitori .method li h3{
  font-size: 45px;
  margin: 6px 0 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
#kaitori .method img{
  margin-bottom: 1em;
}
#kaitori .method li span{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  color: #fff;
  padding: 4px 10px;
  border-radius: 500px;
}
#kaitori .method li p{
  font-size: 15px;
  text-align: left;
}
#kaitori .method li .apt{
  background: #f3ece6;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  margin: .5em 0;
  font-weight: 600;
}
#kaitori .method li .btn{
  border-radius: 2px;
  color: #745836;
  padding: 10px 0;
  display: block;
  font-weight: 600;
  margin: 0;
  border: 1px solid #745836;
  position: absolute;
  bottom: 1.5em;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

/* 店頭買取 */
.line1{
  display: block;
  text-align: center;
}
.line1 img{
  width: 25%;
}
.kaitori-con1{
  padding: 2vw 0 7vw;
  background: linear-gradient(to bottom, #fff, #f6f4ee);
}
.kaitori-con1 h2{
  font-size: max(3.2vw, 1.8em);
  font-weight: 700;
  padding: 0 0 2vw;
}
.kaitori-con1 h2 .kt1{
  color: #e85443;
}
.kaitori-con1 h2 .kt2{
  color: #799850;
}
.kaitori-con1 p{
  padding: 3vw 0 0;
  font-size: 1.05em;
}
.kaitori-con1 .point{
  display: flex;
  padding: 0;
  margin: 1.5em auto 2em auto;
  width: 700px;
  max-width: 100%;
}
.kaitori-con1 .point li{
  list-style-type: none;
  padding: 1vw;
}
.kaitori-con1 .photo{
  display: flex;
  padding: 0;
}
.kaitori-con1 .photo li{
  list-style-type: none;
  width: 48.5%;
}
.kaitori-flow{
  padding: 5vw 0;
}
.kaitori-flow .ttl .kt1{
  color: #fff;
  font-size: .8em;
  padding: 2px 14px 4px 14px;
  background: #e85443;
  border-radius: 500px;
}
.kaitori-flow .ttl .kt2{
  color: #fff;
  font-size: .8em;
  padding: 2px 14px 4px 14px;
  background: #799850;
  border-radius: 500px;
}
.kaitori-flow .ttl h2{
  margin: 10px 0 8px;
  font-size: max(2.2vw, 1.5em);
}
.kaitori-step{
  margin: 1.5em 0 -1em;
}
.kaitori-step__items{
  border: 1px solid #745836;
  padding: 3vw;
  background: #fff;
}
.kaitori-step__items .txt h3{
  font-size: max(1.4vw, 1.1em);
  margin: 0 0 .8em;
}
.kaitori-step__items .txt h3 span{
  color: #e85443;
}
.kf-2 .kaitori-step__items .txt h3 span{
  color: #799850;
}
.kaitori-step__items .icon img{
  border-radius: 500px;
  width: 150px;
  height: 150px;
}
@media (min-width:992px) {
  .kaitori-step__items{
    display: flex;
    align-items: center;
  }
  .kaitori-step__items .icon{
    width: 20%;
    text-align: left;
  }
  .kaitori-step__items .txt{
    width: 80%;
    text-align: left;
  }
}

/* 出張買取 */
.full-area{
  margin-left: -15px;
  margin-right: -15px;
  padding: 4em 0 0;
  background: #faf6f2;
}
.merit{
  padding: 1em 0 3em;
}
.merit li{
  list-style-type: none;
  margin: 0;
}
#syuttyo_area .txt{
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}

#syuttyo_area .sub_txt,#takuhai_area .sub_txt{
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 1.5em;
}
#syuttyo_area .sub_txt span,#takuhai_area .sub_txt span{
  color: #c66005;
  background:linear-gradient(transparent 80%, #fff599 0%);
  font-weight: 600;
}
.is_photo_area{
  margin: 2em auto;
  justify-content: center;
}
.nayami_point ul{
  background: #fff;
  margin: 1em auto 1.5em auto;
  padding: 0;
  border-radius: 8px;
}
.nayami_point li{
  list-style-type: none;
  border-bottom: 1px dashed #322721;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  font-size: 24px;
  color: #745836;
}
.nayami_point li:last-child{
  border-bottom: 0;
}
.nayami_point p{
  font-size: 20px;
  font-weight: 600;
  padding-top: 1.6em;
}
.nayami_point p span{
  background:linear-gradient(transparent 80%, #fff599 0%);
}
.tsuyomi_img{
  margin: 2.6em auto 4em auto;
}
.step{
  margin: 3em auto 1em auto;
  padding: 0;
}
.step li{
  list-style-type: none;
  border: 1px solid #444;
  position: relative;
  border-radius: 4px;
  padding: 1.5em;
}
.step1:after,.step2:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  border-width: 15px 0 15px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #d08305;
  width: 0;
  height: 0;
}
.step span{
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #d08305;
  color: #fff;
  border-radius: 500px;
  font-weight: 600;
  font-size: 13px;
}
.step li h3{
  padding: 4px 0 6px 0;
}
.step li p{
  font-weight: 600;
  font-size: 17px;
  padding-top: 14px;
}

/* 不用品買取 */
#fuyohin .onayami{
  padding: 1vw 0 4vw;
}
#fuyohin .onayami h2{
  font-size: max(3vw, 1.8em);
  font-weight: 700;
  padding: 20px 0;
  line-height: 1.5;
  color: #493522;
}
#fuyohin .onayami ul{
  display: flex;
  width: 980px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0;
}
#fuyohin .onayami li{
  width: 24%;
  border: 1px solid #b38334;
  list-style-type: none;
  padding: 1.5em 1.5em;
  border-radius: 500px;
  font-weight: 600;
}
#fuyohin .onayami li p{
  margin: 0;
}
.first_sec{
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 20px auto 6vw;
}
.first_sec__img{
  width: 50%;
  padding-right: 0;
  margin-bottom: 0;
}
.first_sec__txt{
  width: 50%;
  padding: 0 8% 0 8%;
}
.first_sec h2{
  font-size: max(2.4vw, 1.5em);
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 .6em;
  margin-left: -2px;
  color: #493522;
}
.first_sec h3{
  letter-spacing: .04em;
  margin: 0 0 .6em;
  font-size: max(1.3vw, 1.2em);
}
.first_sec h2 span{
  color: #157549;
  font-size: 1.1em;
  padding-right: 2px;
}
.first_sec p{
  margin-bottom: 1.4em;
}
#fuyohin .soudan p{
  font-size: max(1.2vw, 1.1em);
  padding: 1.5em 0 0;
}
@media screen and (min-width: 992px) {
  #fuyohin .onayami .ud p{
    padding-top: 1em;
  }
}
@media screen and (max-width: 991px) {
   #fuyohin .onayami ul{
     flex-direction: column;
   }
   #fuyohin .onayami li{
     width: 100%;
     margin: .5em 0;
   }
  .first_sec{
    flex-direction: column!important;
  }
  .first_sec__img{
    width: 90%;
  }
  .first_sec__txt{
    width: 100%;
    padding: 1em 2em;
  }
  .first_sec__txt img{
    width: 260px;
    max-width: 100%;
  }
  .first_sec__img img{
    border-radius: 6px
  }
}

/* 法人買取 */
#hojin .taiou{
  width: 890px;
  max-width: 100%;
}
#hojin .taiou .txt{
  text-align: left;
  margin: 1em 0 0;
}
#hojin .erabu{
  padding: 1em 0 5vw 0;
}
#hojin .erabu h3{
  font-size: max(1.6vw, 1.3em);
  color: #493522;
  letter-spacing: .02em;;
}
#hojin .erabu ul{
  padding: 0;
  margin: 0;
}
#hojin .erabu li{
  list-style-type: none;
  border: 1px solid #b38334;
  list-style-type: none;
  padding: 1.5em 1.5em;
  border-radius: 6px;
  margin: .8em 0;
}
#hojin .erabu li img{
  display: block;
  width: 50px;
  margin-bottom: 10px;
}
#hojin .point{
  background: linear-gradient(to bottom, #f3f0e4, #fff);
  padding: 6vw 0;
}
#hojin .point-box{
  background: #fff;
  padding: 3vw;
  margin: 3vw 0;
}
#hojin .point-box__items{
  text-align: left;
}
#hojin .point-box__items h3{
  font-size: max(1.8vw, 1.3em);
  margin: 16px 0;
}
#hojin .shorui{
  text-align: left;
}
#hojin .shorui h4{
  border-bottom: 1px solid #745836;
  padding: 10px 0;
}
#hojin .shorui h4:before{
  content: "■";
  color: #d6a200;
}
#hojin .shorui table{
  border: 1px solid #ccc;
  width: 100%;
}
#hojin .shorui td{
  padding: 8px 10px;
  font-size: .9em;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
#hojin .ud-txt{
  text-align: center;
  padding: 5vw 0 0;
}
#hojin .ud-txt p{
  font-size: max(1.2vw, 1.1em);
  padding: 1.5em 0 0;
}

@media screen and (min-width: 992px) {
  #hojin .erabu ul{
    display: flex;
  }
  #hojin .erabu li{
    width: 32%;
  }
  #hojin .point-box{
    display: flex;
    justify-content: space-between;
  }
  #hojin .point-box__photo{
    width: 30%;
  }
  #hojin .point-box__items{
    width: 68%;
  }
}

/* Company */
#company .col2{
  padding: 1.5em 0;
}
.company-table{
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}
.company-table th{
  width: 150px;
  padding: 1em 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  color: #493522;
}
.company-table td{
  padding: 1em 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media screen and (min-width: 992px) {
  #company .col2{
    display: flex;
  }
  #company .col2__items{
    width: 48%;
  }
}

/* FAQ */
#faq{
  padding: 1vw 0 5vw 0;
}
#faq h2{
  font-size: max(2.2vw, 1.4em);
  font-weight: 700;
  position: relative;
  padding: 3vw 0 1em;
}
#faq h2::before {
  content: "";
  background: #d6a200;
  width: 36px;
  height: 4px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  margin: auto;
}
#faq h2::after {
  content: "";
  background: #eceadb;
  width: 36px;
  height: 4px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto;
}
#faq .box{
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  text-align: left;
}
#faq .txt_q{
  padding: 0 0 0 38px;
  margin: 15px 0 15px 0;
  font-weight: 600;
  background: url(img/faq_f.png) no-repeat top left;
  background-size: 30px auto;
  font-size: 20px;
}
#faq .txt_a{
  padding: 0 0 10px 38px;
  margin: 15px 0 15px 0;
  background: url(img/faq_a.png) no-repeat top left;
  background-size: 30px auto;
  font-size: 16px;
}

/* フォーム */
.contact-ttl{
  text-align: left;
  border-bottom: 1px solid #745836;
  padding: 10px 4px;
  color: #42301a;
  margin: 1.5em 0 1em 0;
  font-size: max(1.9vw, 1.4em);
}
.contact-ttl-sub{
  font-size: max(1.3vw, 1.1em);
}
.tel_box{
  text-align: center;
  margin-bottom: 6vw;
  background: #f6f5ef;
  padding: 2vw;
}
.tel_box .tel{
  line-height: 1.1;
}
.tel_box .tel a{
  font-size: 40px;
  font-weight: 600;
}
.tel_box p{
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
}
.tel_box .tel a:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 50px;;
  background: url(img/free.svg) no-repeat center 2px;
  background-size: contain;
  vertical-align: middle;
}
.contact-txt{
  padding-bottom: 2em;
}
.contact-form-table{
  margin: 2em 0 0;
}
.smf-progress-tracker__item[aria-current="true"] .smf-progress-tracker__item__number{
  background: #d6a200;
}
.smf-item__label__text strong{
  background: #d6a200;
  color: #fff;
  padding: 2px 8px;
  font-size: .8em;
  font-weight: 400;
}

/* 各買取品ページ */
.aContent_ttl_img{
  margin: -70px -15px 70px -15px;
}
.aContent_ttl_img img{
  width: 100%;
}
#aContent .txt{
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}
#aContent .sub_ttl{
  font-size: 26px;
  font-weight: 600;
  padding: 1em 0;
  color: #42301a;
}
#aContent_area01{
  padding: 1em 0 5em 0;
}
#aContent .box{
  padding: 2em 0;
  justify-content: space-between;
  display: flex;
}
#aContent .box__img{
  width: 40%;
}
#aContent .box__img img{
  border-radius: 6px;
}
#aContent .box__txt{
  width: 57%;
  text-align: left;
}
#aContent .box__txt h3{
  font-size: 30px;
  color: #42301a;
  margin-top: 0;
}
#aContent .box__txt .txt2{
  font-size: 18px;
}
#aContent_area02{
  padding: 3em 0 5em 0;
}
#aContent_area03{
  padding: 5em 0;
}
#aContent .btn{
  max-width: 500px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}
#aContent .btn a{
  background: #5c611f;
  padding: 1em;
  display: block;
  margin: 2em auto;
  color: #fff;
}
#aContent .a_faq dt{
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: #745836;
  padding: .4em;
  margin: .5em 0;
}
#aContent .a_faq dd{
  font-weight: 500;
  text-align: left;
  padding: .4em .4em 1.5em .4em;
}
#aContent .detail h3{
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: #745836;
  padding: .4em;
  margin: .5em 0;
}
#aContent .detail p{
  font-weight: 500;
  text-align: left;
  padding: .4em .4em 1.5em .4em;
}
#aContent .staff_comment{
  background: #fff;
  margin-bottom: 2em;
  border-radius: 6px;
}
#aContent .staff_comment h3{
  background: #c5af8b;
  color: #231711;
  font-size: 16px;
  padding: 6px 10px 6px 88px;
  margin: 0;
  text-align: left;
  border-radius: 6px 6px 0 0;
  position: relative;
}
#aContent .staff_comment h3 img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 70px;
}
#aContent .staff_comment p{
  font-size: 14px;
  font-weight: 500;
  padding: 14px 10px;
  text-align: left;
}

#hojin .hojin_nayami{
  border: 1px solid #42301a;
  margin: 2em 0;
  border-radius: 6px;
  padding: 2.5em;
}
#hojin .hojin_nayami ul{
  flex-wrap: wrap;
}
#hojin .hojin_nayami li{
  width: 50%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 2px 0;
}
#hojin .hojin_nayami li strong{
  color: #990000;
}
.ud_txt {
  padding: 1em 0;
  font-size: 20px;
}

/* ================================================
  Responsive
=================================================== */
@media (max-width:991px) {
.head_contact{
  display: none;
}
.site-branding__heading_txt{
  display: none;
}
.site-branding__logo{
  width: 180px;
  }
  .inner{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width:992px) {
.sub-menu li a{
  font-size: 14px!important;
}
.site-branding__heading{
  display: flex;
  align-items: center;
}
.site-branding__heading_txt{
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 20px;
}
/*
.header--center .responsive-nav{
  background: linear-gradient(#503d30, #322721);
}
*/
.header--center .site-branding{
  padding-bottom: 10px!important;
}

}

@media (min-width:768px) {
.sp{
  display: none!important;
}
.t-service-wrap div{
  width: 48%;
}
.con1 .method li,#kaitori .method li{
  width: 48%;
}
#t-case .t-case-box__items{
  width: 31%;
}
#t-item .point_list li{
  width: 33.3%;
}
.contact-area__box_tel,.contact-area__box_mail{
  width: 48%;
  padding: 2em;
  background: #fff;
}
.merit li{
  width: 18%;
}
.step li,.voice_list div{
  width: 31%;
}
#takuhai_area .merit li{
  width: 23%;
}

}

@media (min-width:480px) {
.flex-h{
  display: flex;
  justify-content: space-between;
  }
}

@media (max-width:767px) {
body{
  font-size: 14px;
}
.pc{
  display: none!important;
}
#main{
  margin-bottom: 30px;
}
.con,.con1,#t-content3,#t-case,#t-item,#t-comparison,#t-content-area{
  padding: 30px 20px;
}
.con1 h2,#t-content3 h2,#t-item h2, #t-case h2, #t-comparison h2, #t-point h2,#t-wish h2,#t-content-area h2,#contact-area h2{
  font-size: 26px;
  margin: 10px 0;
}
.con1 .sub_title{
  text-align: left;
  font-size: 15px;
  padding-bottom: 2em;
}
.con1 .method,#kaitori .method{
  flex-direction: column;
}
.con1 .method li,#kaitori .method li{
  margin-bottom: 20px;
}
.t-service-wrap div{
  width: 48%;
}
#t-content3 h3{
  font-size: 15px;
}
#t-content3 h3 span{
  padding: 0 6px;
  margin-right: 2px;
}
.t-service-wrap div p{
  font-size: 13px;
  line-height: 1.5;
}
#t-case .t-case-box{
  flex-direction: column;
}
#t-case .t-case-box__items{
  margin-bottom: 40px;
}
#t-case .case_btn {
  margin: 0 auto 1em auto;
}
#t-item .sub_tt, #t-comparison .sub_tt{
  font-size: 12px;
}
#lp_icon_area .icon_box{
  width: calc(25% - 10px);
  margin: 10px 5px 10px;
  padding: 10px;
  font-size: 13px;
}
#t-item h3,.t-advantage h3{
  font-size: 18px;
}
#t-item .point_list{
  justify-content: space-between;
}
#t-item .point_list li{
  width: 48%;
  padding: 0;
  border-right: 0;
  margin-bottom: 20px;
}
#t-item .point_list li img{
  width: 85px;
  height: 85px;
}
#t-item .point_list li h4{
  font-size: 16px;
}
#t-item .point_list li p{
  font-size: 13px;
  line-height: 1.5;
}
#kaitori .method li h3{
  font-size: 36px;
}

#t-comparison th,#t-comparison td{
  font-size: 14px;
  padding: 6px;
}
.t-advantage li{
  width: 48%;
}
.t-advantage li p{
  font-size: 14px;
  line-height: 1.5;
}
.t-advantage ul{
  padding: 0 10px;
}
#t-wish{
  padding: 40px 30px;
}
#t-content-area .ok_area{
  padding-left: 30px;
  font-size: 24px;
}
#t-content-area .flex span{
  padding-left: 30px;
  padding-top: 20px;
  font-size: 13px;
  text-align: left;
}
#contact-area{
  padding: 40px 20px;
}
.contact-area__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -10px;
}
.contact-area__box{
  flex-direction: column;
  background: #fff;
  padding: 20px;
  color: #000;
}
.contact-area__box_mail a{
  margin-left: 0;
  font-size: 12px;
  border-radius: 8px;
}
.contact-area__box_mail a p{
  font-size: 18px;
}
.contact-area__box_mail,.contact-area__box_tel{
  padding-top: 10px;
}
#contact-area .tt{
  font-size: 16px;
  margin-bottom: 2px;
}
.footer-widget-area{
  padding-bottom: 100px;
}
#contact-area .foot_tel{
  font-size: 32px;
  font-weight: 600;
}
#side_bana2{
  color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 0;
  position: fixed;
  transition: all linear 0.25s;
  transform: translateY(0);
  z-index: 2;
  text-align: center;
  right: 0;
  bottom: 0px;
  width: 100%;
  font-weight: 700;
}
#side_bana2 div{
  background: #fff;
  width: 33.333%;
}
#side_bana2 div a{
  display: block;
  padding: 10px 0;
  color: #fff;
}
#side_bana2 div p{
  margin: 0;
  padding: 0 0 0 6px;
  line-height: 1.3;
  font-size: 13px;
}
#side_bana2 div span{
  font-size: 9px;
  display: block;
  line-height: 1.3;
  font-weight: 400;
  padding: 0 0 0 6px;
}
#side_bana2 .tel{
  background: linear-gradient(#cf8100, #b06e00);
  position: relative;
}
#side_bana2 .tel i{
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 15px;
}
#side_bana2 .mail{
  background:linear-gradient(to bottom, #e85443, #d84535);
  position: relative;
}
#side_bana2 .mail i{
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 15px;
}
#side_bana2 .line{
  background:linear-gradient(to bottom, #06c755, #06b64e);
  position: relative;
}

/* Inside */
.page-header__title{
  font-size: 24px;
}
.sub-page-contents{
  padding-top: 30px;
}
h2.is_ttl2{
  font-size: 24px;
  margin: 2px 0 0;
}
.page-header{
  background-size: cover;
  padding: 20px 0 50px 0;
}
.page-header_subtitle {
  top: 140px;
  text-align: center;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"游ゴシック","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  line-height: 1.3;
}
.full-area .inner{
  padding-left: 15px;
  padding-right: 15px;
}
#syuttyo_area .sub_txt, #takuhai_area .sub_txt{
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
.nayami_point{
  margin: -10px 0 0 0;
}
.nayami_point li{
  font-size: 16px;
  padding: 6px 10px;
}
.nayami_point p {
  font-size: 17px;
  padding-top: 0;
  text-align: left;
}
.txt_items:first-child{
  display: none;
}
.txt_items p{
  font-size: 14px;
}
.txt_items:last-child{
  padding-bottom: 2em;
}
.merit{
  flex-wrap: wrap;
  margin: -10px 10px;
}
.merit li{
  width: 48%;
  margin-bottom: 14px;
}
.step{
  flex-direction: column;
}
.ts1{
  margin-top: -40px;
}
.step li{
  width: 100%;
  margin-bottom: 20px;
}
.step1:after, .step2:after{
  border-width: 0;
}
.is-wrap{
  padding: 2em 0 0 0;
}
#lp_area .sub_txt p{
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
#lp_onayami .nayami_point li{
  font-size: 15px;
}
#lp_onayami{
  padding-bottom: 2em;
}
#lp_onayami i{
  font-size: 30px;
}
#uItem_point{
  padding-top: 3em;
}
.uItem_point__num{
  margin-top: 1em;
}
.uItem_point__items,#uItem_voice .voice_list{
  flex-direction: column;
}
.uItem_point__items div:first-child,.uItem_point__items div:last-child{
  width: 100%;
}
.uItem_point__items h3{
  font-size: 20px;
  padding: 0;
}
#uItem_voice .voice_list div{
  margin-bottom: 1.5em;
}
#uItem_voice .voice_list div h3{
  font-size: 20px;
}
#hojin .hojin_nayami{
  padding: 1.5em;
}
#hojin .hojin_nayami ul{
  padding: 0 0 0 14px;
}
#hojin .hojin_nayami li{
  width: 100%;
  line-height: 1.3;
  padding: 8px 0;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}
.ud_txt{
  font-size: 16px;
}
#staff .box{
  flex-direction: column;
  margin: 0;
}
#staff .box_area{
  width: 100%;
  margin: 1em 0;
}
#staff .box_area img{
  width: 160px;
  height: 160px;
}
#faq .box{
  padding: 10px 10px;
}
#faq .txt_q{
  font-size: 17px;
  line-height: 1.5;
  background-size: 24px auto;
  padding-left: 30px;
}
#faq .txt_a{
  font-size: 15px;
  line-height: 1.5;
  background-size: 24px auto;
  padding-left: 30px;
}
h2.is_ttl2, #aContent .a_ttl2{
  font-size: 24px;
}
#aContent .sub_ttl{
  font-size: 18px;
}
#aContent .txt{
  font-size: 14px;
}
#aContent_area01{
  padding: 0 0 3em;
}
#aContent .box{
  flex-direction: column;
  padding: 1em 0;
}
#aContent .box__img,#aContent .box__txt{
  width: 100%;
}
#aContent .box__txt h3{
  font-size: 18px;
  margin-top: .8em;
}
#aContent_area02 {
  padding-top: 1em;
}
#aContent .a_faq dt{
  font-size: 14px;
}
#aContent .box__txt .txt2{
  font-size: 15px;
  padding-top: 1em;
}
#aContent .detail h3{
  font-size: 14px;
}
#aContent_area03{
  padding-bottom: 1em;
}
#aContent .staff_comment p {
  font-size: 12px;
  padding: 10px;
  line-height: 1.4;
}
#aContent .staff_comment{
  margin-top: 1.8em;
}


/* フォーム */
#contact .inq_box{
  flex-direction: column;
}
#contact .inq_name{
  width: 100%;
}
#contact .inq_input{
  width: 100%;
  text-align: left;
}
#contact .inq_input input,
#contact .inq_input textarea{
  width: 90%;
}
#contact .center{
  font-size: 15px;
}
#contact .txt1{
  text-align: left;
}
#contact h2{
  margin: 0 0 .5em;
  font-size: 20px;
}
#contact .tel a{
  font-size: 30px;
  font-weight: 600;
}
#contact .tel_box{
  margin-bottom: 3em;
}

.single_name span{
  font-size: 11px;
  padding: 4px;
}
.single_price p{
  font-size: 14px;
}
.single_price span{
  font-size: 30px;
}
.single_output{
  padding-bottom: 6px;
}

}


.copyright{
  background-color: #231711;
}
address{
  text-align: center;
  color: #aca49d;
}
.footer-widget-area{
  font-size: 14px;
}

.swiper-button-next, .swiper-button-prev {
    cursor: pointer;
    color:rgba(255,255,255,0.5);
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
}

#sub h3{
  background: #eee;
  font-size: 18px;
  padding: 10px;
  margin-bottom: -10px;
}

.wpcf7-response-output{
  font-weight: 600;
}



@media (max-width:480px) {
#responsive-btn{
  right: -6px;
}
.site-branding__logo{
  width: 180px;
  }
}

.form-mail{
  width: 90%;
}