@charset "utf-8";

/* group */
#group .group-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#group h3 {
  margin-bottom: 10px;
}
#group .group-box .box {
  width: 49%;
}

/*============ header =============*/
header .hd-box h2 a{
    display: flex;
    justify-content: start;
    text-decoration: none;
}
/*header .hd-box h2 img{
    width: auto;
}*/
header .hd-box h2 .top-logo span{
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    letter-spacing: 0.1em;
    margin-top: 17px;
    display: block;
}
header .hd-box h2 p{
    background: #fff;
    font-size: 19.5px;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
    border-top: #ff7f02 5px solid;
    border-bottom: #ff7f02 5px solid;
    box-sizing: border-box;
    margin: 10px 0 0;
}
header .hd-box h2 p .orange{
    color: #ff7f02;
}
header .hd-box h2 p .gold{
    color: #fff;
    text-shadow: 2px 2px 0 #723b18, -2px -2px 0 #723b18, -2px 2px 0 #723b18, 2px -2px 0 #723b18, 0px 2px 0 #723b18, 0 -2px 0 #723b18, -2px 0 0 #723b18, 2px 0 0 #723b18;
    background: #f0bf53;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 2px 5px;
}


/*============ #front =============*/
#front {
  margin-bottom: 40px;
}

#front p.img {
  margin-bottom: 20px;
}

#front p.text {
  line-height: 1.4;
}

#front ul.bnr-toplist {
}

#front ul.bnr-toplist li {
  width: 49%;
  float: left;
  margin: 0 0 2% 2%;
}

#front ul.bnr-toplist li.first {
  margin-left: 0;
}

/*============ #nayami =============*/
#nayami {
  margin-bottom: 40px;
}

#nayami p.img {
  margin: 0 0 20px 0;
}

#nayami ul.part-box {
}

#nayami ul.part-box li {
  width: 32%;
  float: left;
  margin: 0 2% 15px 0;
}

#nayami ul.part-box li.mr0 {
  margin-right: 0;
}

#nayami ul.part-box li.w-max {
  width: 100%;
  float: none;
  clear: both;
  margin-right: 0;
}

#nayami .check-box {
  background-color: #846145;
  border: 1px solid #57381f;
  border-radius: 10px;
  padding: 3%;
}

#nayami .check-box ul {
  background-color: #ffffff;
  padding: 3% 3% 1% 3%;
  line-height: 1.4;
}

#nayami .check-box ul li {
  background: url(../img/common/icon-check.png) no-repeat top left;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 3px 28px;
  border-bottom: 1px dotted #846145;
  margin-bottom: 12px;
}

#nayami p.ans {
  margin-top: 15px;
}

/*============ #tiryou =============*/
#tiryou {
  margin-bottom: 40px;
}

#tiryou .text-box {
  line-height: 1.4;
  margin-bottom: 25px;
}

#tiryou .text-box p.text {
  margin-bottom: 1em;
}

#tiryou .text-box ol {
  list-style-type: decimal;
  margin-left: 22px;
}

#tiryou .text-box ol li {
  margin-bottom: 5px;
}

#tiryou .movie {
  position: relative;
  padding-bottom: 57%;
  margin-bottom: 25px;
}

#tiryou .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tiryou .onegai {
  margin-bottom: 30px;
}

#tiryou .onegai h2 {
  text-align: center;
  background-color: #89c153;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 2%;
  margin-bottom: 15px;
}

#tiryou .onegai p.text {
  line-height: 1.4;
  font-size: 17px;
  margin-bottom: 20px;
}

#tiryou .onegai p.img {
  width: 31%;
  float: left;
  margin-bottom: 15px;
}

#tiryou .onegai ul {
  background-color: #ffffff;
  border: 2px dotted #ffae34;
  border-radius: 15px;
  padding: 2% 2% 0 2%;
  margin-bottom: 15px;
}

#tiryou .onegai ul li {
  line-height: 1.4;
  background: url(../img/common/icon-check.png) no-repeat top left;
  font-size: 18px;
  font-weight: bold;
  color: #8c4b1b;
  padding: 3px 2% 3px 28px;
  border-bottom: 1px dotted #8c4b1b;
  margin-bottom: 15px;
}

#tiryou .onegai p.btm-text {
  clear: both;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

#tiryou p.img {
}

/*============ #jiko =============*/
#jiko {
  margin-bottom: 40px;
}

#jiko p.top-img {
  margin-bottom: 25px;
}

#jiko .text-box {
  line-height: 1.4;
  margin-bottom: 30px;
}

#jiko .text-box p.text {
  margin-bottom: 10px;
}

#jiko ul.jiko-taiou {
  margin-bottom: 15px;
}

#jiko ul.jiko-taiou li {
  width: 32%;
  float: left;
  margin-left: 1%;
}

#jiko .check-box {
  background-color: #ffed9a;
  padding-top: 35px;
  margin-bottom: 20px;
}

#jiko .check-box h2 {
  background-color: #ff5400;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  padding: 8px 2%;
  margin-bottom: 20px;
}

#jiko .check-box p.img {
  width: 95%;
  margin: 0 auto 40px;
}

#jiko .check-box ul.check {
  padding: 0 4% 15px;
  line-height: 1.2;
}

#jiko .check-box ul.check li {
  font-size: 20px;
  font-weight: bold;
  background: url(../img/common/icon-check.png) no-repeat left top;
  padding: 3px 0 7px 28px;
  border-bottom: 1px dotted #4e250d;
  margin-bottom: 15px;
}

#jiko .omakase {
  margin-bottom: 30px;
}

#jiko .omakase h2 {
  margin-bottom: 20px;
}

#jiko .omakase .box {
  margin-bottom: 20px;
}

#jiko .omakase .box p.img {
  width: 36%;
  float: left;
}

#jiko .omakase .box table {
  width: 62%;
  float: right;
  line-height: 1.4;
  font-size: 14px;
}

#jiko .omakase .box table tr {
}

#jiko .omakase .box table tr th {
  border: 1px solid #52260c;
  background-color: #eabda2;
  padding: 5px 3%;
  font-weight: bold;
  color: #54270d;
}

#jiko .omakase .box table tr td {
  border: 1px solid #52260c;
  padding: 5px 3%;
  background-color: #ffffff;
}

#jiko .omakase .box table tr th.bui00 {
  width: 20%;
  text-align: center;
}

#jiko .omakase .box table tr td.bui01 {
  width: 20%;
  font-weight: bold;
  text-align: center;
  color: #fc1515;
}

#jiko .omakase .box table tr td.bui02 {
  width: 20%;
  font-weight: bold;
  text-align: center;
  color: #1673cc;
}

#jiko .omakase .box table tr td a {
  color: #fc1515;
  text-decoration: underline;
}

#jiko .omakase .box table tr td a:hover {
  color: #1861ea;
}

#jiko .anshin {
}

#jiko .anshin h2 {
  margin-bottom: 15px;
}

#jiko .anshin ol.list-box {
  border: 3px solid #92ba6e;
  background-color: #ffffff;
  padding: 3% 3% 0 3%;
}

#jiko .anshin ol.list-box li {
  border-bottom: 1px dashed #735120;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#jiko .anshin ol.list-box li dl {
  padding-left: 16%;
  line-height: 1.2;
  min-height: 93px;
}

#jiko .anshin ol.list-box li dl dt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #683e19;
}

#jiko .anshin ol.list-box li dl dd {
  line-height: 1.4;
}

#jiko .anshin ol.list-box li dl.anshin01 {
  background: url(../img/common/icon-anshin01.png) no-repeat top left;
  background-size: 14%;
}
#jiko .anshin ol.list-box li dl.anshin02 {
  background: url(../img/common/icon-anshin02.png) no-repeat top left;
  background-size: 14%;
}
#jiko .anshin ol.list-box li dl.anshin03 {
  background: url(../img/common/icon-anshin03.png) no-repeat top left;
  background-size: 14%;
}
#jiko .anshin ol.list-box li dl.anshin04 {
  background: url(../img/common/icon-anshin04.png) no-repeat top left;
  background-size: 14%;
}
#jiko .anshin ol.list-box li dl.anshin05 {
  background: url(../img/common/icon-anshin05.png) no-repeat top left;
  background-size: 14%;
}

/*============ #aisatu =============*/
#aisatu {
  margin-bottom: 40px;
}

#aisatu .box {
}

#aisatu .box p.intyo {
  width: 37%;
  float: left;
}

#aisatu .box .text-box {
  width: 60%;
  float: right;
}

#aisatu .box .text-box p.text {
  margin-bottom: 1em;
  line-height: 1.4;
}

#aisatu .box ul.txt li {
  margin-bottom: 3px;
  line-height: 1.4;
}

#aisatu .box ul.menkyo {
      clear: both;
}

#aisatu .box ul.menkyo li {
  width: 50%;
  float: left;
  padding: 0 2%;
  margin-bottom: 10px;
}

.line-bnr {
      clear: both;
  margin-bottom: 10px;
}

#fb-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 20px;
}

/*============ .interview =============*/
.interview p{
    background: #fff;
    padding: 2%;
    border: 2px solid #ff3d00;
    line-height: 1.4;
}
.interview p a{
    color: #ff3d00;
    font-weight: bold;
}

/*============ .interview =============*/
a.voice-link {
display: block;
padding: 3%;
background-color: #ff3d00;
color: #fff;
font-weight: bold;
text-align: center;
}

/*===============================================
    ■tablet 画面の横幅が1180pxまで
===============================================*/
@media screen and (max-width: 1180px){
    /*============ header =============*/
    header .hd-box h2 a{
        justify-content: center;
    }
    header .hd-box h2 .top-logo span{
        font-size: 3.1vw;
        letter-spacing: 0;
    }
    header .hd-box h2 p{
        font-size: 1.5vw;
    }
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  #tiryou .onegai h2 {
    font-size: 20px;
  }
    
    /*============ header =============*/
    header .hd-box h2 img{
        width: 20%;
        height: auto;
    }
    header .hd-box h2 p{
        font-size: 2.5vw;
        line-height: 1.5;
        padding: 0;
    }
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  html {
    background-color: #ff7600;
  }
  body {
    background: none;
  }
  header {
    line-height: 0;
    padding-bottom: 0px;
  }
  #tiryou .onegai p.text {
    margin-bottom: 15px;
    width: 73%;
    float: right;
  }
  #tiryou .onegai p.img {
    width: 25%;
  }
  #tiryou .onegai ul {
    width: 100%;
    float: none;
    clear: both;
  }
  #jiko .omakase .box p.img {
    width: 80%;
    float: none;
    margin: 0 auto 20px;
  }
  #jiko .omakase .box table {
    width: 100%;
    float: none;
  }
  #aisatu .box p.intyo {
    width: 80%;
    float: none;
    margin: 0 auto 25px;
  }
  #aisatu .box .text-box {
    width: 100%;
    float: none;
  }
}