@charset "utf-8";
@import url(works.css);

#mainimg {
  background: url(../image/main_h2_bg.jpg) top center no-repeat;
}
@media screen and (max-width: 960px){
  #mainimg {
    background-size: cover;
  }
}
#header .h-mail {
  /* position: absolute; */
  /* margin-top: 542px; */
  /* right: 36px; */
  top: 565px;
}

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
  margin-bottom: 80px;
}
#content .section .box1 {
  margin-bottom: 60px;
}
#content .section .box1.imgleft .image {
  margin-right: 30px;
}
.box1 p:first-child {
  margin-bottom: 15px;
}
#content .toryou dt {
  color: #fda500;
  margin-top: 25px;
}

#content .section .aside {
  margin: 48px auto 0;
  width: 644px;
}
#content .section .aside .title {
  text-align: center;
  margin-bottom: 48px;
}
#content .section .aside dl {
  background: #f9f9f7;
  box-shadow: 2px 2px 0px #dbd2a7;
  /* background: url(https://www.higakitosou.com/image/bg01.jpg) left top no-repeat; */
  width: 123px;
  height: 490px;
  padding: 0px 0 37px;
  margin-right: 50px;
  margin-bottom: 40px;
}
#content .section .aside dl.none {
  margin-right: 2px;
}
#content .section .aside dl dd.img_vertical {
  margin-top: -26px !important;
  padding: 0 0 0 35px;
  height: 38px;
  margin: 0 0 35px 0;
  border-top: none;
}
#content .section .aside dl.none dd.img {
  padding: 0 0 0 35px;
}
#content .section .aside dl dt {
  font-weight: bold;
  font-size: 1.57em;
  line-height: 1.32;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding: 0 30px 0 35px;
  margin-bottom: 15px;
  height: 176px;
}
#content .section .aside dl.none dt {
  padding: 0 48px 0 50px;
}

#content .section:not(-point) .aside dl dd {
  font-size: 1em;
  border-top: 2px dotted #e8dfac;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0 20px;
  padding: 20px 6px 0 8px;
  height: 238px;
}

#content .section .aside .btn {
  text-align: center;
}

.index_contect_2 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: url(../image/index_contact_2_bg.jpg) no-repeat right top;
  padding: 40px 0 0 0;
}
.index_contect_2 .index_tel {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #251c15;
}
.index_contect_2 .index_tel .telno {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
}
.index_contect_2 .index_datetime {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #463325;
}
.index-intro__btn {
  text-align: right;
  margin-top: 15px;
}
.index-intro__img {
  margin-bottom: 30px;
  text-align: center;
}
.gallery-btn {
  width: 250px;
  height: 40px;
  margin: 0 auto 50px;
}
.gallery-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #7A4100;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.gallery-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 680px) {
  .index_contect_2 {
    display: block;
    background-position: left top;
  }
  #content .section .aside {
    width: 100%;
    margin-top: 20px;
  }
  #content .section .aside dl {
    position: relative;
    width: calc(100% - 2px);
    padding: 30px 20px 20px;
    margin-right: 0;
  }
  #content .section .aside dl dt,
  #content .section .aside dl.none dt,
  #content .section .aside dl dd {
    writing-mode: inherit;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  #content .section .aside dl dt {
    font-size: 2rem;
    text-align: center;
  }
  #content .section .aside dl dd {
    padding-top: 16px;
    margin: 16px 0 0;
  }
  #content .section .aside dl dt br,
  #content .section .aside dl dd br {
    display: none;
  }
  #content .section .aside dl dd.img_vertical {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .index-intro__img {
    padding: 0 30px;
  }
}


#content h3.first {
  margin-bottom: 20px;
}
/*-------------------------------------*/

/*-------------------------------------------------------------------
  .section01
-------------------------------------------------------------------*/
#content .section01.-point {
  margin-bottom: 115px;
}
#content .section01.-point .imgleft {
  margin-bottom: 35px;
}

#content .section01.-point .imgleft .image {
  margin-right: 25px;
}
#content .section01.-point .imgright .image {
  margin-left: 30px;
}
#content .section01.-point .box {
  position: relative;
}

#content .section01.-point .box dl {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#content .section01.-point .box dl dt {
  margin-bottom: 25px;
}
#content .section01.-point .imgleft dl {
  margin-left: 310px;
}
#content .section01.-point .imgright dl {
  margin-right: 320px;
}

#content .section02.-point {
  /* margin-bottom: 100px; */
}
#content .section02.-point .box {
  margin-bottom: 45px;
}
#content .section02.-point .box:first-child {
  margin-bottom: 25px;
}
#content .section.-point .aside dl {
  background: none;
}
#content .section02.-point .box dt {
  margin-bottom: 10px;
  height: auto;
  padding: 10px 0;
}
#content .section02.-point .imgleft .image {
  margin-right: 15px;
}
#content .section02.-point .imgright .image {
  margin-left: 25px;
}
@media screen and (max-width: 680px) {
  #content .section02.-point .imgleft .image {
    margin-right: 20px;
    display: none;
  }
  #content .section02.-point .imgright .image {
    margin-left: 20px;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #content .section02.-point .imgleft .image {
    margin-right: auto;
  }
  #content .section02.-point .imgright .image {
    margin-left: auto;
  }
  #content .section02.-point .box dt {
    text-align: center;
  }
  #content .section02.-point .box dt img {
    height: 60px;
  }
}


#content .section02.-point .imgleft {
  display: flex;
}

@media screen and (max-width: 680px){
  #content .section02.-point .imgleft {
    flex-direction: column;
  }
}

#content .section02.-point .imgright {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 680px){
  #content .section02.-point .imgright {
    display: flex;
    flex-direction: column;
  }
}

#content .aside .section02.-point dl {
  width: 100%;
  background: none;
  box-shadow: unset;
  height: auto;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#content .aside .section02.-point dl img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#content .aside .section02.-point dl dt {
  writing-mode: horizontal-tb;
}

#content .aside .section02.-point dl dd {
  writing-mode: horizontal-tb;
  margin: 0;
  height: auto;
  padding: 0;
  border: none;
}

#content .aside .section02.-point dl dd .dt-img {
  display: none;
}
@media screen and (max-width: 680px){
  #content .aside .section02.-point dl dd {
    display: flex;
  }
  #content .aside .section02.-point dl dd .dt-img {
    display: block;
    min-width: 35%;
    margin-right: 15px;
  }
}

#content .section .aside.-point {
  width: 100%;
  margin: 0 auto -60px;
}