header {
  position: relative;
}

header:before {
  content: '';
  background: #991b0f;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header .logo {
  text-align: center;
  padding: 44px 0 22px;
}

header .nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 19px;
}

header #key {
  width: calc(100% - 190px);
  max-width: 1600px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header #key img {
  width: 100%;
}

header .h1_pc {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 2;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  header {
    position: relative;
  }
  header:before {
    display: none;
  }
  header .logo {
    text-align: left;
    padding: 3% 0 5% 8%;
    width: 55%;
  }
  header .nav_pc {
    display: none;
  }
  header #key {
    width: 84%;
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  header #key img {
    width: 100%;
  }
  header .h1_sp {
    font-size: 12px;
    line-height: 20px;
    color: #452009;
    padding: 10px 0 0 8%;
    width: calc(100% - 62px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#sec1 {
  padding-bottom: 105px;
  background: url(../img/shared/line.jpg) repeat-x center top, url(../img/index/sec8_bg.jpg) repeat center top;
}

#sec1 h2 {
  text-align: center;
  padding: 100px 0 48px;
}

#sec1 #feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}

#sec1 #feed .blk {
  width: 260px;
}

#sec1 #feed .photo span {
  max-width: 260px;
  width: 100% !important;
  height: 155px !important;
}

#sec1 #feed .date {
  font-size: 13px;
  line-height: 28px;
  color: #b1ab99;
  font-weight: bold;
  padding: 9px 0 1px 7px;
}

#sec1 #feed .title {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 7px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec1 #feed {
    max-width: 700px;
    width: 100%;
  }
  #sec1 #feed .blk {
    width: 250px;
  }
  #sec1 #feed .photo span {
    max-width: 230px;
  }
}

@media only screen and (max-width: 768px) {
  #sec1 {
    padding-bottom: 10%;
  }
  #sec1 h2 {
    width: 60%;
    margin: 0 auto;
    padding: 10% 0 10%;
  }
  #sec1 #feed {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #sec1 #feed .blk {
    width: 100%;
    margin-bottom: 10px;
  }
  #sec1 #feed .photo {
    float: left;
    margin-right: 2%;
    width: 40%;
  }
  #sec1 #feed .photo span {
    max-width: 100%;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 60%;
  }
  #sec1 #feed dl {
    width: calc(100% - 42%);
    float: right;
  }
  #sec1 #feed .blk:nth-child(2) {
    display: none;
  }
  #sec1 #feed .blk:nth-child(3) {
    display: none;
  }
}

#sec0 {
  min-height: 514px;
  padding: 95px 0 100px;
}
#sec0 p.img01 {
  position: absolute;
  top: 0;
  left: -350px;
}
#sec0 div.box {
  position: absolute;
  left: 566px;
  top: 75px;
}
#sec0 div.box h2 {
  float: left;
  margin: 0 0 30px -10px;
}
#sec0 div.box p.txt {
  clear: both;
  float: left;
}
#sec0 p.img02 {
  position: absolute;
  top: 40px;
  left: 910px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec0 p.img02 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #sec0 {
    min-height: auto;
    padding: 65px 0 75px;
  }
  #sec0 div.box h2 {margin: 0 0 22px;}
  #sec0 p.img01 {
    position: relative;
    top: auto;
    left: auto;
  }
  #sec0 p.img01 img {
    max-width: 94%;
    padding: 0 3%;
    }
  #sec0 div.box {
    position: relative;
    top: auto;
    left: auto;
  }
}

#sec2 {
  position: relative;
  padding-bottom: 146px;
  background: url("../img/shared/bg2.jpg") repeat center top;
}

#sec2 .go_slide_pc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#sec2 .go_slide_pc .fade_section {
  height: inherit;
}

#sec2 .go_slide_pc .box1 {
  background: url("../img/index/sec2_bg1.png") no-repeat center top;
  background-size: cover;
  height: inherit;
}

#sec2 .go_slide_pc .box2 {
  background: url("../img/index/sec2_bg2.png") no-repeat center top;
  background-size: cover;
  height: inherit;
}

#sec2 .go_slide_pc .box3 {
  background: url("../img/index/sec2_bg3.png") no-repeat center top;
  background-size: cover;
  height: inherit;
}

#sec2 .go_slide_pc .box4 {
  background: url("../img/index/sec2_bg4.png") no-repeat center top;
  background-size: cover;
  height: inherit;
}

#sec2 .go_slide_pc .box5 {
  background: url("../img/index/sec2_bg5.png") no-repeat center top;
  background-size: cover;
  height: inherit;
}

#sec2 .go_slide_pc .box6 {
  background: url("../img/index/sec2_bg6.png") no-repeat center top;
  background-size: cover;
  height: inherit;
}

#sec2 .go_slide_pc .bx-controls-direction, #sec2 .go_slide_pc .bx-wrapper .bx-pager, #sec2 .go_slide_pc .bx-wrapper .bx-controls-auto {
  display: none;
}

#sec2 .go_slide_pc .photo {
  padding: 108px 0 0 0;
  margin-left: -250px;
}

#sec2 .go_slide_pc .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#sec2 .go_slide_pc .bx-viewport {
  height: 100% !important;
}

#sec2 .sec_cont {
  position: relative;
  z-index: 2;
}

#sec2 .sec_cont h2 {
  padding: 172px 0 0 727px;
}

#sec2 .info {
  margin-top: 38px;
  position: relative;
  z-index: 2;
}

#sec2 .info .txt {
  width: 523px;
  position: relative;
  font-weight: 500;
}

#sec2 .info .txt:before {
  content: '';
  border: 1px dashed #947b6c;
  position: absolute;
  top: -63px;
  left: -61px;
  right: -63px;
  bottom: -50px;
  -moz-transform: skewY(-5.3deg);
  -webkit-transform: skewY(-5.3deg);
  -o-transform: skewY(-5.3deg);
  -ms-transform: skewY(-5.3deg);
  transform: skewY(-5.3deg);
}

#sec2 .info .note {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  background: rgba(69, 32, 9, 0.1);
  margin-top: 254px;
  padding: 7px 21px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec2 {
    position: relative;
    padding-bottom: 152px;
  }
  #sec2 .go_slide_pc .photo {
    padding: 108px 0 0 0;
    margin-left: -250px;
  }
  #sec2 .sec_cont {
    position: relative;
    z-index: 2;
  }
  #sec2 .sec_cont h2 {
    padding: 172px 0 0 615px;
  }
  #sec2 .info {
    margin-top: 35%;
    position: relative;
    z-index: 2;
  }
  #sec2 .info .txt {
    max-width: 523px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #sec2 .info .note {
    margin: 10% 20%;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  #sec2 {
    position: relative;
    padding-bottom: 10%;
    padding-top: 10%;
    clear: both;
  }
  #sec2 .go_slide_sp {
    width: 70%;
  }
  #sec2 .go_slide_sp .bx-controls-direction, #sec2 .go_slide_sp .bx-wrapper .bx-pager, #sec2 .go_slide_sp .bx-wrapper .bx-controls-auto {
    display: none;
  }
  #sec2 .sec_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #sec2 .sec_cont h2 {
    padding: 0;
    width: 30%;
  }
  #sec2 .info {
    margin-top: 8%;
    position: relative;
    z-index: 2;
  }
  #sec2 .info .txt {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  #sec2 .info .txt:before {
    content: '';
    top: -60px;
    left: -0px;
    right: -0px;
    bottom: -10px;
  }
  #sec2 .info .note {
    font-size: 15px;
    line-height: 26px;
    background: rgba(69, 32, 9, 0.1);
    margin-top: 0;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 3% auto 0 auto;
  }
}

#sec3 {
  background: url("../img/shared/line.jpg") repeat-x center top, url("../img/index/sec3_bg.jpg") no-repeat center top;
  background-size: auto, cover;
  padding-bottom: 81px;
}

#sec3 h2 {
  padding-top: 73px;
  margin-left: -46px;
}

#sec3 .box {
  background: url("../img/index/bg3.png") repeat center top;
  width: 640px;
  margin: 0 auto;
  padding-bottom: 27px;
  text-align: center;
}

#sec3 .box h3 {
  padding-top: 31px;
}

#sec3 .box .txt {
  color: #fff;
  padding-top: 16px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec3 h2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sec3 {
    background: url("../img/shared/line.jpg") repeat-x center top, url("../img/index/sec3_bg_sp.jpg") no-repeat center top;
    background-size: auto, cover;
    padding-bottom: 10%;
  }
  #sec3 h2 {
    padding-top: 0;
    margin-left: 0;
  }
  #sec3 .box {
    width: 92%;
    margin: -3% auto 0 auto;
    padding-bottom: 5%;
    text-align: center;
  }
  #sec3 .box h3 {
    padding-top: 5%;
    margin: 0 10%;
  }
  #sec3 .box .txt {
    color: #fff;
    padding-top: 2%;
  }
}

#sec4 {
  position: relative;
  padding-bottom: 100px;
}

#sec4:before {
  content: '';
  background: url("../img/index/sec4_bg1.png") no-repeat center bottom/cover;
  width: 100%;
  height: 683px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#sec4 .info1 {
  padding-bottom: 114px;
}

#sec4 .info1 .note {
  text-align: center;
  background: rgba(69, 32, 9, 0.1);
}

#sec4 .info1 h2 {
  position: absolute;
  top: 89px;
  right: -13px;
}

#sec4 .info1 .txt {
  width: 580px;
  padding: 112px 0 0 79px;
}

#sec4 .info2 .photo {
  margin-left: -312px;
}

#sec4 .info2 .boxtxt {
  width: 358px;
  padding-top: 174px;
}

#sec4 .info2 .boxtxt dl {
  position: relative;
}

#sec4 .info2 .boxtxt dl dd {
  position: absolute;
  top: 55px;
  right: 35px;
  font-size: 20px;
  color: #991b0f;
}

#sec4 .info2 .boxtxt .txt {
  width: 341px;
  padding: 10px 0 0 11px;
}

#sec4 .info3 {
  padding-bottom: 100px;
}

#sec4 .info3 .photo {
  margin-right: -298px;
}

#sec4 .info3 .boxtxt {
  width: 367px;
  padding-top: 97px;
}

#sec4 .info3 .boxtxt dl {
  position: relative;
}

#sec4 .info3 .boxtxt dl dd {
  position: absolute;
  top: 45px;
  right: 0px;
  font-size: 20px;
  color: #991b0f;
}

#sec4 .info3 .boxtxt .txt {
  width: 370px;
  padding-top: 40px;
}

#sec4 .info4 {
  width: 1600px;
  margin: 0 auto;
  padding-bottom: 61px;
  background: url("../img/index/sec4_bg2.png") no-repeat center top;
  background-size: cover;
}

#sec4 .info4 h3 {
  padding: 78px 0 0 47px;
}

#sec4 .info4 .note {
  padding: 4px 0 47px 62px;
}

#sec4 .info4 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec4 .info4 .cont .go_slide {
  width: 647px;
  height: 441px;
  margin-left: -63px;
}

#sec4 .info4 .cont .go_slide .bx-controls-direction, #sec4 .info4 .cont .go_slide .bx-wrapper .bx-pager, #sec4 .info4 .cont .go_slide .bx-wrapper .bx-controls-auto {
  display: none;
}

#sec4 .info4 .cont .boxtxt {
  width: 416px;
  background: url("../img/index/sec4_bg_box.png") repeat center top;
  padding-bottom: 33px;
  margin-top: 124px;
}

#sec4 .info4 .cont .boxtxt dl dt {
  padding-left: 21px;
}

#sec4 .info4 .cont .boxtxt dl dt img {
  margin-top: -15px;
}

#sec4 .info4 .cont .boxtxt dl dd {
  font-size: 20px;
  color: #991b0f;
  padding-left: 50px;
}

#sec4 .info4 .cont .boxtxt .txt {
  padding: 6px 0 0 54px;
  width: 304px;
}

@media only screen and (max-width: 1300px) and (min-width: 1080px) {
  #sec4 .info4 {
    width: 100%;
  }
  #sec4 .info4 .cont {
    display: block;
  }
  #sec4 .info4 .cont .go_slide {
    max-width: 647px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #sec4 .info4 .cont .boxtxt {
    width: 647px;
    padding-bottom: 33px;
    margin-top: 124px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #sec4 .info4 .cont .boxtxt .txt {
    padding: 6px 54px 0 54px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec4 .info1 .txt {
    width: 55%;
  }
  #sec4 .info2 {
    padding: 0 50px 50px;
  }
  #sec4 .info2 .photo {
    margin-left: 0;
    float: none;
  }
  #sec4 .info2 .boxtxt {
    padding-top: 30px;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #sec4 .info2 .boxtxt dl dd {
    left: 251px;
    right: inherit;
  }
  #sec4 .info2 .boxtxt .txt {
    width: 100%;
  }
  #sec4 .info3 {
    padding: 0 50px 50px;
  }
  #sec4 .info3 .photo {
    margin-right: 0;
    float: none;
  }
  #sec4 .info3 .boxtxt {
    width: 367px;
    padding-top: 30px;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #sec4 .info3 .boxtxt dl dd {
    left: 278px;
    right: inherit;
  }
  #sec4 .info3 .boxtxt .txt {
    width: 100%;
  }
  #sec4 .info4 {
    width: 100%;
  }
  #sec4 .info4 .cont {
    display: block;
  }
  #sec4 .info4 .cont .go_slide {
    max-width: 647px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #sec4 .info4 .cont .boxtxt {
    width: 647px;
    padding-bottom: 33px;
    margin-top: 124px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #sec4 .info4 .cont .boxtxt .txt {
    padding: 6px 54px 0 54px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  #sec4 {
    position: relative;
    padding-bottom: 0;
  }
  #sec4:before {
    content: '';
    background: url("../img/index/sec4_bg1_sp.png") no-repeat center bottom/cover;
    width: 100%;
    height: 500px;
  }
  #sec4 .info1 {
    padding-bottom: 10%;
  }
  #sec4 .info1 .note {
    text-align: center;
    background: rgba(69, 32, 9, 0.1);
  }
  #sec4 .info1 h2 {
    position: static;
    padding: 10% 0 10%;
  }
  #sec4 .info1 .txt {
    width: 100%;
    padding: 0 8% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec4 .info2 {
    padding-bottom: 10%;
  }
  #sec4 .info2 .photo {
    margin: 0 4%;
  }
  #sec4 .info2 .boxtxt {
    width: 88%;
    padding-top: 5%;
    margin: 0 auto;
  }
  #sec4 .info2 .boxtxt dl {
    position: relative;
  }
  #sec4 .info2 .boxtxt dl dd {
    position: static;
    padding-left: 2%;
  }
  #sec4 .info2 .boxtxt .txt {
    width: 100%;
    padding: 5% 0% 0 0%;
  }
  #sec4 .info3 {
    padding-bottom: 10%;
  }
  #sec4 .info3 .photo {
    margin: 0 4%;
  }
  #sec4 .info3 .boxtxt {
    width: 88%;
    padding-top: 5%;
    margin: 0 auto;
  }
  #sec4 .info3 .boxtxt dl {
    position: relative;
  }
  #sec4 .info3 .boxtxt dl dd {
    position: static;
    padding-left: 2%;
  }
  #sec4 .info3 .boxtxt .txt {
    width: 100%;
    padding: 5% 0% 0 0%;
  }
  #sec4 .info4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10%;
    background: url("../img/index/sec4_bg2_sp.png") no-repeat center top;
    background-size: cover;
  }
  #sec4 .info4 h3 {
    padding: 10% 0 0 0%;
    margin-left: -2%;
    width: 60%;
  }
  #sec4 .info4 .note {
    padding: 0 6% 5% 0%;
  }
  #sec4 .info4 .cont {
    display: block;
  }
  #sec4 .info4 .cont .go_slide {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
  #sec4 .info4 .cont .boxtxt {
    width: 100%;
    padding-bottom: 5%;
    margin-top: 10%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #sec4 .info4 .cont .boxtxt dl {
    display: table;
  }
  #sec4 .info4 .cont .boxtxt dl dt {
    display: table-cell;
    vertical-align: bottom;
    width: 60%;
    padding: 0 2%;
  }
  #sec4 .info4 .cont .boxtxt dl dd {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 0;
    font-size: 18px;
  }
  #sec4 .info4 .cont .boxtxt .txt {
    padding: 4% 8%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#sec5 {
  background: url("../img/shared/line.jpg") repeat-x center top, url("../img/shared/line.jpg") repeat-x center bottom , url("../img/index/sec5_bg.jpg") no-repeat center top / cover;
  padding-bottom: 76px;
    padding-top: 126px;
    position: relative;
}
#sec5:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: url("../img/index/line2.jpg") repeat-y center top;
}
#sec5:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: url("../img/index/line2.jpg") repeat-y center top;
}
#sec5 .ttl {
  position: absolute;
    top: 38px;
    right: -24px;
}

#sec5 .ttl dd {
    font-size: 26px;
    color: #991b0f;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 15px 0 0 15px;
    line-height: 42px;
}
#sec5 .ttl dd small{
    font-size: 20px;
}
#sec5 .photo{
    margin-left: -142px;
}
#sec5 .txt {
    width: 500px;
    text-align: justify;
    margin: 50px 0 0 0px;
    float: left;
}

#sec5 .inner {
  border: 3px solid #991b0f;
  width: 394px;
  text-align: center;
  padding-bottom: 47px;
  background: url("../img/index/sec8_bg.jpg") repeat center top;
    float: right;
    margin: -76px 54px 0 0;
}

#sec5 .inner h3 {
  padding-top: 23px;
}

#sec5 .inner .text {
  padding-top: 28px;
  font-size: 17px;
  line-height: 36px;
}

@media only screen and (max-width: 768px) {
  #sec5 {
      background: url("../img/shared/line.jpg") repeat-x center top, url("../img/shared/line.jpg") repeat-x center bottom , url("../img/index/sec5_bg_sp.jpg") repeat center left;
    padding-bottom: 10%;
      padding-top: 10%;
  }
  #sec5 .ttl {
    position: static;
    padding: 0 4%;
  }
  #sec5 .ttl dt {
    padding-left: 0;
  }
  #sec5 .ttl dd {
    font-size: 20px;
    color: #991b0f;
  }
  #sec5 .photo {
    margin: 0 4% 4%;
  }
    #sec5 .photo img{
        width: 100%;
        height: auto;
    }
  #sec5 .txt {
    width: auto;
    margin:4% 2%;
      float: none;
  }
    #sec5 .txt  br{
        display: none;
    }
  #sec5 .inner {
    border: 3px solid #991b0f;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
      float: none;
  }
  #sec5 .inner h3 {
    padding: 23px 2% 0;
  }
  #sec5 .inner .text {
    padding-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
}

#sec6 {
  padding: 100px 0 120px;
  background: url("../img/shared/bg2.jpg") repeat center top;
}

#sec6 .info1 {
  max-width: 1600px;
  background: url("../img/index/sec6_bg1.png") no-repeat center top;
  margin: 0 auto;
  padding: 104px 107px 174px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec6 .info1 .boxtxt {
  margin: 0 0 0 auto;
  width: 379px;
}

#sec6 .info1 .boxtxt .txt {
  width: 380px;
  padding-top: 30px;
}

#sec6 .info2 {
  margin-top: -80px;
}

#sec6 .info2 .boxcont {
  padding-bottom: 69px;
  position: relative;
}

#sec6 .info2 .boxcont:before {
  content: '';
  background: url("../img/index/sec6_deco.png") no-repeat center top/cover;
  width: 900px;
  height: 533px;
  position: absolute;
  top: 153px;
  left: -278px;
}

#sec6 .info2 .boxcont .photo {
  margin-right: -180px;
}

#sec6 .info2 .boxcont .box {
  border: 1px dashed #998065;
  width: 390px;
  padding: 28px 29px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 140px 0 0 -38px;
  position: relative;
  z-index: 1;
}

#sec6 .info2 .boxcont .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #998065;
  padding-bottom: 22px;
  flex-direction: column;
}

#sec6 .info2 .boxcont .box dl dt {
  padding-left: 10px;
}

#sec6 .info2 .boxcont .box dl dd {
  font-size: 22px;
  color: #991b0f;
  padding: 5px 0 0 19px;
}

#sec6 .info2 .boxcont .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

#sec6 .info2 .boxcont .box .list ul {
  padding: 0 3%;
  padding-top: 20px;
  font-size: 17px;
  line-height: 36px;
  font-weight: bold;
}

#sec6 .info2 .box2 {
  border: 1px dashed #998065;
  width: 620px;
  padding: 28px 29px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

#sec6 .info2 .box2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #998065;
  padding-bottom: 22px;
}

#sec6 .info2 .box2 dl dd {
  font-size: 22px;
  color: #991b0f;
  padding: 60px 0 0 15px;
}
#sec6 .info2 .box2 .menu_2 dt {
  padding-top: 20px;  
}
#sec6 .info2 .box2 .menu_2 dd {
  padding: 23px 0 0 15px;  
}
#sec6 .info2 .box2  p {
  padding: 10px 0;  
}
#sec6 .info2 .box2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}

#sec6 .info2 .box2 .list ul {
  padding: 0 5%;
  padding-top: 20px;
  font-size: 17px;
  line-height: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec6 .info2 .boxcont .photo {
    margin-right: -50px;
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  #sec6 {
    padding: 0 0 5%;
  }
  #sec6 .info1 {
    max-width: 100%;
    background: none;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec6 .info1 .boxtxt {
    margin: 0;
    width: 100%;
  }
  #sec6 .info1 .boxtxt h2 {
    width: 70%;
    padding-left: 6%;
    margin-top: -30%;
  }
  #sec6 .info1 .boxtxt .txt {
    width: 100%;
    padding-top: 5%;
  }
  #sec6 .info2 {
    margin-top: 5%;
  }
  #sec6 .info2 .boxcont {
    padding-bottom: 25%;
    position: relative;
  }
  #sec6 .info2 .boxcont:before {
    content: '';
    background: url("../img/index/sec6_deco.png") no-repeat center top/cover;
    width: 900px;
    height: 533px;
    position: absolute;
    top: 153px;
    left: -278px;
    display: none;
  }
  #sec6 .info2 .boxcont .photo {
    margin-right: 0;
    margin: 0 4% 4%;
  }
  #sec6 .info2 .boxcont .box {
    border: 1px dashed #998065;
    width: 80%;
    padding: 10px;
    margin: 0 auto;
  }
  #sec6 .info2 .boxcont .box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #sec6 .info2 .boxcont .box dl dt {
    width: 70%;
    padding-left: 10px;
  }
  #sec6 .info2 .boxcont .box dl dd {
    font-size: 18px;
    padding: 5px 0 0 10px;
    width: 70%;
  }
  #sec6 .info2 .boxcont .box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  #sec6 .info2 .boxcont .box .list ul {
    padding: 2% 2% 2% 0;
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
  }
  #sec6 .info2 .boxcont .deco2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #sec6 .info2 .box2 {
    border: 1px dashed #998065;
    width: 80%;
    padding: 10px;
    margin: 0 auto;
  }
  #sec6 .info2 .box2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #sec6 .info2 .box2 dl dt {
    width: 70%;
    padding-left: 10px;
  }
  #sec6 .info2 .box2 dl dd {
    font-size: 16px;
    padding: 5px 0 0 10px;
    width: 45%;
  }
  #sec6 .info2 .box2 .list {
    display: block;
  }
  #sec6 .info2 .box2 .list ul {
    padding: 0% 0 0;
    font-size: 15px;
    line-height: 32px;
  }
}
#sec6-5{
    padding: 160px 0 10px;
}
#sec6-5 .box{
    background: url("../img/index/sec6-5_bg.jpg") no-repeat center top/cover;
    padding: 197px 0 50px;
}
#sec6-5 .box .photo{
    margin-left: -33px;
}
#sec6-5 .box dl{
    width: 538px;
    background: rgba(255,255,255,0.6);
    box-sizing: border-box;
    padding: 45px 84px 100px 81px;
    position: absolute;
    top: -145px;
    right: -39px;
    z-index: 1;
}
#sec6-5 .box dl dd{
    margin: 25px 6px 0 6px;
    text-align: justify;
}
@media only screen and (min-width: 1601px) {
    #sec6-5{
        padding-left: 104px;
        padding-right: 104px;
    }
}
@media only screen and (max-width: 768px) {
    #sec6-5{
        padding: 15% 2% 5%;
    }
    #sec6-5 .box{
        padding: 10% 3%;
    }
    #sec6-5 .box .photo img{
        width: 100%;
    }
    #sec6-5 .box .photo{
        margin: 0 0 7% 0;
    }
    #sec6-5 .box dl{
        position: static;
        width: 100%;
        padding: 10% 2%;
    }
    #sec6-5 .box dl dd{
        margin: 3% 0 0 0;
    }
    #sec6-5 img{
      width: 75%;
    }
}
#sec7 {
  padding-bottom: 90px;
}

#sec7 .wrap:before {
  content: '';
  background: url("../img/index/sec7_deco.png") no-repeat center top/cover;
  width: 275px;
  height: 237px;
  position: absolute;
  top: 93px;
  left: 24px;
}

#sec7 h2 {
  padding-top: 150px;
  text-align: center;
}

#sec7 .note1 {
  text-align: center;
  padding: 15px 0 60px;
  line-height: 30px;
}

#sec7 .info .ttl {
  text-align: center;
  border-top: 1px dashed #452009;
  border-bottom: 1px dashed #452009;
  padding: 18px 0 14px;
  margin-bottom: 50px;
}

#sec7 .info .boxinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

#sec7 .info .boxinfo .box {
  width: 300px;
}

#sec7 .info .boxinfo .box .item {
  margin-bottom: 50px;
}
#sec7 .info .boxinfo .box .item p{
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
#sec7 .info h3 {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  background: #41281a;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
}
#sec7 .info .boxinfo .box .item h3 {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  background: #41281a;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
}

#sec7 .info .boxinfo .box .item dl {
  display: table;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 0;
  border-bottom: 1px solid #d7d5ce;
}

#sec7 .info .boxinfo .box .item dl dt {
  float: left;
}

#sec7 .info .boxinfo .box .item dl dd {
  float: right;
  text-align: right;
}

#sec7 .info .boxinfo .box50 {
  width: 475px;
}

#sec7 .note3 {
  text-align: center;
}

#sec7 .note3 span {
  padding: 8px 20px;
  display: inline-block;
  background: rgba(69, 32, 9, 0.1);
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec7 .info .boxinfo {
    padding: 0 20px 30px;
  }
  #sec7 .info .boxinfo .box {
    width: 32%;
  }
  #sec7 .info .boxinfo .box50 {
    width: 49%;
  }
}

@media only screen and (max-width: 768px) {
  #sec7 {
    padding-bottom: 10%;
  }
  #sec7 .wrap:before {
    content: '';
    background: url("../img/index/sec7_deco.png") no-repeat center top/cover;
    width: 180px;
    height: 160px;
    position: absolute;
    top: 1%;
    left: inherit;
    right: 0;
  }
  #sec7 h2 {
    padding-top: 10%;
    width: 70%;
    margin: 0 auto;
  }
  #sec7 .note1 {
    text-align: center;
    padding: 5% 0 10%;
    line-height: 30px;
  }
  #sec7 .info {
    width: 92%;
    margin: 0 auto;
  }
  #sec7 .info .ttl {
    padding: 14px 0 10px;
    margin-bottom: 10%;
  }
  #sec7 .info .boxinfo {
    display: block;
    padding-bottom: 20px;
  }
  #sec7 .info .boxinfo .box {
    width: 100%;
  }
  #sec7 .info .boxinfo .box .item {
    margin-bottom: 30px;
  }
  #sec7 .info .boxinfo .box50 {
    width: 100%;
  }
  #sec7 .note3 {
    text-align: center;
    background: rgba(69, 32, 9, 0.1);
    margin: 0 8%;
  }
  #sec7 .note3 span {
    padding: 8px 20px;
    display: inline-block;
    background: none;
  }
}

#sec8 {
  background: url("../img/shared/line.jpg") repeat-x center top, url("../img/index/sec8_bg.jpg") repeat center top;
  padding-bottom: 124px;
}

#sec8 h2 {
  text-align: center;
  padding: 93px 0 58px;
}

#sec8 .boxcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec8 .boxcont .boxleft {
  width: 548px;
}

#sec8 .boxcont .boxleft .tel {
  text-align: center;
  padding-bottom: 32px;
}

#sec8 .boxcont .boxleft .info dl {
  display: table;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 0;
  border-top: 1px solid #dcd9d7;
}

#sec8 .boxcont .boxleft .info dl:last-child {
  border-bottom: 1px solid #dcd9d7;
}

#sec8 .boxcont .boxleft .info dl dt {
  float: left;
  width: 148px;
}

#sec8 .boxcont .boxleft .info dl dd {
  float: left;
  width: calc(100% - 148px);
}

#sec8 .boxcont .boxleft .info dl dd p {
  padding-bottom: 20px;
  letter-spacing: 0;
}

#sec8 .boxcont .photo {
  margin-right: -133px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec8 .boxcont {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  #sec8 {
    padding-bottom: 8%;
  }
  #sec8 h2 {
    padding: 10% 0 8%;
  }
  #sec8 .boxcont {
    display: block;
  }
  #sec8 .boxcont .boxleft {
    width: 92%;
    margin: 0 auto;
  }
  #sec8 .boxcont .boxleft .tel {
    text-align: center;
    padding-bottom: 32px;
  }
  #sec8 .boxcont .boxleft .info dl {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: none;
    text-align: center;
  }
  #sec8 .boxcont .boxleft .info dl:last-child {
    border-bottom: none;
  }
  #sec8 .boxcont .boxleft .info dl dt {
    float: none;
    width: 100%;
    font-weight: bold;
  }
  #sec8 .boxcont .boxleft .info dl dd {
    float: none;
    width: 100%;
  }
  #sec8 .boxcont .boxleft .info dl dd p {
    padding-bottom: 20px;
  }
}

#sec9 {
  position: relative;
}

#sec9:before {
  content: '';
  background: url("../img/shared/line.jpg") repeat-x center top;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#sec9 .gg_map {
  height: 450px;
  position: relative;
  z-index: 0;
}
#sec9 .gg_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sec9 .infomap {
  max-width: 821px;
  margin: 0 auto;
  padding: 83px 0 80px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec9 .infomap {
    max-width: 770px;
    margin: 0 auto;
    padding: 83px 0 63px;
  }
  #sec9 .infomap .fl, #sec9 .infomap .fr {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  #sec9 {
    position: relative;
  }
  #sec9:before {
    display: none;
  }
  #sec9 .gg_map {
    height: 300px;
  }
  #sec9 .infomap {
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
    padding: 10% 0 10%;
  }
  #sec9 .infomap .text {
    padding-bottom: 5%;
  }
}

footer {
  background: url("../img/shared/bg_footer.jpg") repeat center top;
  padding: 35px 0 20px;
}

footer address {
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
  opacity: 0.3;
  color: #fff;
}

footer address a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 35px 0 20%;
  }
}

#text_box{
  width:600px;
  margin:0px auto 90px auto;
  padding:20px 0;
  border: double 3px #b61515;
  }
  #text_box p.oshirase{
  font-size:26px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-align:center;
  line-height:40px;
  color:#000;
  font-weight: bold;
  }
  #text_box p.txt{
  text-align:center;
  font-size:17px;
  line-height:32px;
  color:#000;
  }
  @media (max-width: 768px) {
  
  #text_box{
  width:98%;
  margin:0px auto 20px auto;
  padding:20px 0;
  border: double 3px #b61515;
  }
  #text_box p.oshirase{
  font-size:22px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-align:center;
  line-height:40px;
  color:#000;
  font-weight: bold;
  }
  #text_box p.txt{
  text-align:center;
  font-size:14px;
  line-height:30px;
  color:#000;
  }
  }