.title_01 {
  font-size: 35px;
  line-height: 67px;
  font-family: "YuMinchoDemibold", serif;
  letter-spacing: 0;
  color: #2a2010;
  position: relative;
  font-weight: 500;
}

.title_02 {
  font-size: 25px;
  line-height: 39px;
  font-family: "YuMinchoDemibold", serif;
  letter-spacing: 0;
  font-weight: 500;
  color: #2a2010;
  position: relative;
}
.title_02 span {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .title_01 {
    font-size: 29px;
    line-height: 40px;
  }

  .title_02 {
    font-size: 20px;
    line-height: 30px;
  }
  .title_02 span {
    font-size: 14px;
  }
}
/* ==========================  toggle  ========================== */
.toggle .toggle-link {
  text-align: center;
  background: url("../img/shared/body_bg.jpg") repeat center top;
  position: relative;
  margin: 0 -50px;
  padding: 29px 0;
}
.toggle .toggle-link span {
  position: relative;
}
.toggle .toggle-link span:after {
  content: '';
  position: absolute;
  top: -12px;
  right: -132px;
  width: 75px;
  height: 75px;
  background: url("../img/index/arrow_1.png") no-repeat center top/100% auto;
}
.toggle .toggle-main .note {
  text-align: center;
  padding: 42px 0 4px;
}

.toggle.active span:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu_list .col_left{
	float:left;
}
.menu_list .col_right{
	float:right;
}
.menu_list .col {
  width: 320px;
}
.menu_list .col2 {
  width: 660px;
}
.menu_list .title_menu {
  font-size: 19px;
  text-align: center;
  line-height: 22px;
  border-bottom: 2px solid #2a2010;
  margin: 33px 0 7px;
  padding-bottom: 5px;
	clear: both;
}
@media only screen and (max-width: 767px) {
  .toggle .toggle-link {
    margin: 0;
  }
  .toggle .toggle-link span:after {
    content: '';
    position: absolute;
    top: -8px;
    right: -60px;
    width: 50px;
    height: 50px;
    background: url("../img/index/arrow_1.png") no-repeat center top/100% auto;
  }
  .toggle .toggle-main .note {
    text-align: center;
    padding: 20px 0 0;
  }
	.menu_list .col_left{
	float:none;
}
.menu_list .col_right{
	float:none;
}
.menu_list .col {
  width: 100%;
}
.menu_list .col2 {
  width: 100%;
}
}
/* ==========================  menu_list  ========================== */
.menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}


.title_menu0 {
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  border-bottom: 4px solid #2a2010;
  margin: 33px 0 7px;
  padding-bottom: 5px;
	    
}

.menu_list dl {
  border-bottom: 1px solid #c7b893;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0;
}
.menu_list dl>* {
  display: table-cell;
}
.menu_list dl dd {
  min-width: 70px;
  text-align: right;
}
.menu_list h5{
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .menu_list {
    display: block;
  }
  .menu_list .col {
    width: auto;
  }
}
/* ==========================  slick_controls  ========================== */
@media only screen and (max-width: 767px) {
  .sl_controls {
    position: relative;
    z-index: 1;
  }
  .sl_controls .slick-arrow {
    position: absolute;
    top: 0;
    overflow-y: hidden;
    text-indent: -9999px;
    width: 38px;
    height: 20px;
    border: 0;
    z-index: 99;
  }
  .sl_controls .slick-next {
    right: 0;
    background: url("../img/index/sl_next.png") no-repeat center top/100% auto;
  }
  .sl_controls .slick-prev {
    left: 0;
    background: url("../img/index/sl_prev.png") no-repeat center top/100% auto;
  }
}
/* ==========================  key  ========================== */
#key {
  background: url("../img/index/key_img_01.jpg") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  #key {
    background: none;
  }
  #key img {
    width: 100%;
    height: auto;
  }
}
/* ==========================  sec1  ========================== */
#sec1 {
  padding-bottom: 68px;
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 702px;
  background: url("../img/index/sec1_bg.jpg") no-repeat center top/cover;
  z-index: -1;
}
#sec1 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: -87px 0 0 -200px;
}
#sec1 .box h2 {
  order: 2;
  padding-top: 218px;
}
#sec1 .box .img_1 {
  order: 1;
}
#sec1 .txt {
  padding: 55px 0 0 206px;
}
#sec1 .txt p {
  padding-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  #sec1 {
    padding: 60px 0;
    background: url("../img/index/sp_sec1_bg.jpg") no-repeat center bottom/cover;
  }
  #sec1:before {
    background: url("../img/index/sp_sec1_deco_2.png") no-repeat center bottom/100% auto;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: auto;
    z-index: 1;
  }
  #sec1 .box {
    margin: 0 0 0 -4.5%;
    position: relative;
  }
  #sec1 .box:before {
    content: '';
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/index/sp_sec1_deco_1.png") no-repeat center bottom/cover;
  }
  #sec1 .box h2 {
    width: 35%;
    padding-top: 20px;
  }
  #sec1 .box .img_1 {
    width: 60%;
  }
  #sec1 .txt {
    padding: 8% 0 0;
  }
  #sec1 .txt p {
    padding-bottom: 4%;
  }
}
/* ==========================  sec2  ========================== */
#sec2 {
  background-image: url(../img/index/sec2_bg.jpg);
  min-height: 1077px;
  position: relative;
  z-index: 1;
  color: #fff;
}
#sec2 h2 {
  text-align: center;
  padding-top: 178px;
}
#sec2 .img_1 {
  position: absolute;
  top: -110px;
  left: -214px;
}
#sec2 .img_2 {
  position: absolute;
  top: 257px;
  right: -510px;
}
#sec2 .txt {
  text-align: center;
  padding-top: 135px;
}

@media only screen and (max-width: 767px) {
  #sec2 {
    background: none;
    min-height: inherit;
    padding: 80px 0 60px;
  }
  #sec2 h2 {
    width: 100px;
    margin: 0 auto;
    padding-top: 0;
  }
  #sec2 .img_1 {
    width: 200px;
    top: -140px;
    left: -40px;
  }
  #sec2 .img_2 {
    width: 300px;
    top: 25%;
    right: -150px;
  }
  #sec2 .txt {
    padding-top: 30px;
  }

  .img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .img_parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
  }
}
/* ==========================  sec3  ========================== */
#sec3 {
  padding: 130px 0 70px;
}
#sec3 .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 0 -170px;
}
#sec3 .block .box {
  position: relative;
  padding-bottom: 28px;
}
#sec3 .block .box:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 115px;
  background: url("../img/index/arrow_1.png") no-repeat center top/100% auto;
  z-index: 2;
}
#sec3 .block .box .img_1 img+img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
#sec3 .block .box .txt {
  font-family: "YuMinchoDemibold", serif;
  font-size: 25px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: 0;
  transition: 0.3s;
}
#sec3 .block .box .txt-hover {
  opacity: 0;
  transition: 0.3s;
}
#sec3 .block .box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#sec3 .block .box:hover .img_1 img+img {
  opacity: 1;
}

#sec3 .block .box:hover .txt-hover{
  opacity: 1;
}
#sec3 .block .box_1:before {
  bottom: 0;
  right: 9px;
}
#sec3 .block .box_1 .txt {
  position: absolute;
  top: 217px;
  right: 130px;
  text-align: right;
}
#sec3 .block .box_1 .txt-hover {
  position: absolute;
  top: 248px;
  right: 130px;
  text-align: right;
}
#sec3 .block .box_2:before {
  bottom: 0;
  left: 9px;
}
#sec3 .block .box_2 .txt {
  position: absolute;
  top: 217px;
  left: 130px;
  text-align: left;
}
#sec3 .block .box_2 .txt-hover {
  position: absolute;
  top: 248px;
  left: 130px;
}
#sec3 .note {
  text-align: center;
  padding-top: 95px;
}
#sec3 .block .box:hover .txt{
  top: 147px;
  width: 340px;
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  #sec3 {
    padding: 60px 0;
  }
  #sec3 .block {
    margin: 0 -5%;
  }
  #sec3 .block .box {
    width: 50%;
    padding-bottom: 20px;
  }
  #sec3 .block .box .img_1 img{
    width: 100%;
  }
  #sec3 .block .box:before {
    width: 40px;
    height: 40px;
  }
  #sec3 .block .box .txt {
    display: none;/*英語版の時に見えなくする*/
/*    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 30px;
    width: 60px;
    opacity: 1;
*/  }
  #sec3 .block .box_1 .txt {
    text-align: left;
    top: 48%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 210px;
  }
  #sec3 .block .box_2 .txt {
    height: 240px;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  #sec3 .block .box .txt-hover{
    display: none;
  }
  #sec3 .block .box:hover .txt {
    top: 48%;
    left: 50%;
    width: auto;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #sec3 .txt-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 2%;
    position: relative;
  }
  #sec3 .txt-1:before {
    content: '';
    position: absolute;
    top: 2%;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #c7b893;
  }
  #sec3 .txt-1 p {
    width: 45%;
    text-align: justify;
  }
  #sec3 .note {
    padding-top: 30px;
  }
}
/* ==========================  sec4  ========================== */
#sec4 {
  background: url("../img/shared/bg_1.jpg") repeat center top;
}
#sec4 .block_1 {
  position: relative;
  padding-bottom: 57px;
  z-index: 1;
}
#sec4 .block_1:before {
  content: '';
  position: absolute;
  top: 0;
  right: -275px;
  width: 690px;
  height: 626px;
  background: url("../img/index/sec4_deco_1.png") no-repeat center top/cover;
  z-index: -1;
}
#sec4 .block_1 h2 {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
}
#sec4 .block_1 .box{
	min-height:365px;
}
#sec4 .block_1 .txt0{
	position:absolute;
	left:174px;
	top:40px;
}
#sec4 .block_1 .txt {
	position:absolute;
	left:174px;
	top:174px;
  /*padding: 174px 0 95px 174px;*/
}
#sec4 .block_1 .catch {
  width: 665px;
  margin-left: auto;
  z-index: 1;
}
#sec4 .block_1 .catch:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 140px;
  height: 1px;
  border-top: 1px solid #2a2010;
}
#sec4 .block_1 .catch span {
  color: #fff;
}
#sec4 .block_1 .sec4_img span {
  font-family: "YuMinchoDemibold", serif;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: 2;
  display: block;
}
#sec4 .block_1 .img_1 {
  position: absolute;
  top: 250px;
  left: -220px;
}
#sec4 .block_1 .img_1 span {
  bottom: 3px;
  right: 10px;
}
#sec4 .block_1 .img_2 {
  position: absolute;
  top: 457px;
  right: -165px;
}
#sec4 .block_1 .img_2 span {
  bottom: 3px;
  left: 10px;
}
#sec4 .block_1 .img_3 {
  position: absolute;
  bottom: 0;
  right: -7px;
}
#sec4 .block_1 .img_3 span {
  top: 2px;
  left: 10px;
}
#sec4 .block_1 .txt-price {
  padding: 371px 0 0 47px;
  width: 340px;
}
#sec4 .block_2 {
  position: relative;
  margin: 70px -100px 0 -46px;
  padding-bottom: 76px;
  z-index: 1;
}
#sec4 .block_2:before {
  content: '';
  position: absolute;
  top: -405px;
  left: -236px;
  width: 616px;
  height: 652px;
  background: url("../img/index/sec4_deco_2.png") no-repeat center top/cover;
  z-index: -1;
}
#sec4 .block_2 h3 {
  position: absolute;
  top: 94px;
  left: 88px;
  z-index: 1;
}
#sec4 .block_2 .sec4_slider_2 .slide {
  position: relative;
  padding: 240px 0 0;
}
#sec4 .block_2 .sec4_slider_2 .slide .sl_img {
  position: absolute;
  top: 0;
  right: 0;
}
#sec4 .block_2 .sec4_slider_2 .slide .box {
  background: url("../img/shared/body_bg.jpg") repeat center top;
  width: 490px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 72px 55px 70px 52px;
}
#sec4 .block_2 .sec4_slider_2 .slide .box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
#sec4 .block_2 .sec4_slider_2 .slick-dots {
  position: absolute;
  top: 255px;
  left: 145px;
  width: 200px;
}
#sec4 .block_3 {
  text-align: center;
  padding-bottom: 30px;
}
#sec4 .block_3 .img_1 {
  margin: 0 -200px;
  position: relative;
  z-index: 1;
}
#sec4 .block_3 .img_1:before {
  content: '';
  position: absolute;
  bottom: -408px;
  left: 20px;
  width: 315px;
  height: 408px;
  background: url("../img/index/sec4_deco_3.png") no-repeat center top/cover;
  z-index: -1;
}
#sec4 .block_3 .img_1:after {
  content: '';
  position: absolute;
  bottom: -571px;
  right: 0;
  width: 315px;
  height: 571px;
  background: url("../img/index/sec4_deco_4.png") no-repeat center top/cover;
  z-index: -1;
}
#sec4 .block_3 .img_1 span {
  position: absolute;
  bottom: -51px;
  right: 192px;
  z-index: 1;
  display: block;
}
#sec4 .block_3 .txt {
  padding: 43px 0 52px;
}
#sec4 .block_4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  padding-bottom: 100px;
}
#sec4 .block_4 .item {
  border: 1px solid #c7b893;
  width: 240px;
  box-sizing: border-box;
  text-align: center;
  padding: 21px 30px 23px;
}
#sec4 .block_4 .item .price {
  border-bottom: 4px solid #2a2010;
}
#sec4 .block_4 .item .price span {
  font-size: 16px;
}
#sec4 .block_4 .item ul {
  padding-top: 16px;
}
#sec4 .block_4 .item ul li {
  font-size: 16px;
  line-height: 22px;
}
#sec4 .block_5 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
  #sec4 .block_1 {
    padding-bottom: 40px;
  }
  #sec4 .block_1:before {
    left: -5%;
    right: -5%;
    width: auto;
    height: 100%;
    background: url("../img/index/sp_sec4_deco_1.png") no-repeat center top/100% auto;
  }
  #sec4 .block_1 .box {
    position: relative;
    z-index: 2;
	padding-top:80px;
	min-height:inherit;
  }
  #sec4 .block_1 .box h2 {
    width: 200px;
    position: relative;
    left: -5%;
    margin-bottom: -20px;
  }
  #sec4 .block_1 .box .txt0{
	  position: absolute;
    top: 11px;
	left:0;
  }
  #sec4 .block_1 .box .txt {
    padding: 0;
    position: absolute;
    top: 90px;
    left: 100px;
	z-index: 2;
  }
  #sec4 .block_1 .sp_sec4_slider_1 {
    position: relative;
    z-index: 1;
  }
  #sec4 .block_1 .sp_sec4_slider_1 .slick-arrow {
    top: 60%;
  }
  #sec4 .block_1 .sp_sec4_slider_1 .slick-prev {
    left: 2%;
  }
  #sec4 .block_1 .sp_sec4_slider_1 .slick-next {
    right: 2%;
  }
  #sec4 .block_1 .sp_sec4_slider_1 .slide dl {
    padding-top: 4%;
  }
  #sec4 .block_1 .sp_sec4_slider_1 .slide dl dt {
    font-size: 18px;
  }
  #sec4 .block_2 {
    margin: 0;
    padding-bottom: 40px;
  }
  #sec4 .block_2:before {
    display: none;
  }
  #sec4 .block_2 h3 {
    top: 10%;
    left: 0;
  }
  #sec4 .block_2 .sec4_slider_2 .slide {
    padding: 0;
  }
  #sec4 .block_2 .sec4_slider_2 .slide .sl_img {
    position: relative;
    padding-left: 85px;
  }
  #sec4 .block_2 .sec4_slider_2 .slide .box {
    padding: 12% 4% 5%;
    width: auto;
  }
  #sec4 .block_2 .sec4_slider_2 .slide .box p {
    text-align: justify;
  }
  #sec4 .block_2 .sec4_slider_2 .slide .box p br {
    display: none;
  }
  #sec4 .block_2 .sec4_slider_2 .slick-dots {
    top: 45%;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  #sec4 .block_3 {
    margin: 0;
    padding-bottom: 40px;
  }
  #sec4 .block_3 .img_1 {
    margin: 0 -5%;
  }
  #sec4 .block_3 .img_1:before, #sec4 .block_3 .img_1:after {
    display: none;
  }
  #sec4 .block_3 .txt {
    text-align: justify;
    padding: 20px 0;
  }
  #sec4 .block_3 .txt br {
    display: none;
  }
  #sec4 .block_4 {
    margin: 0;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  #sec4 .block_4 .item {
    width: 48%;
    padding: 4% 2%;
    margin: 1%;
  }
  #sec4 .block_4 .item .price span {
    font-size: 14px;
  }
  #sec4 .block_5 {
    padding-bottom: 60px;
  }
}
/* ==========================  sec5  ========================== */
#sec5 {
  position: relative;
  padding: 75px 0 125px;
}
#sec5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background: url("../img/index/sec5_bg.jpg") no-repeat center bottom/cover;
}
#sec5:after {
  content: '';
  position: absolute;
  top: 130px;
  right: 0;
  width: calc(50% - 500px);
  height: 100px;
  background: url("../img/index/sec5_bg_2.jpg") repeat-x center top;
}
#sec5 .block_1 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
#sec5 .block_1 h2 {
  text-align: right;
}
#sec5 .block_1 h2 span{
	display: block;
    margin-top: -55px;
    margin-bottom: 15px;
}
#sec5 .block_1 h3 {
  text-align: right;
  margin: -15px 107px 0 0;
  letter-spacing: 1px;
}
#sec5 .block_1 h3 span {
  color: #fff;
}
#sec5 .block_1 .box {
  width: 260px;
  margin-left: auto;
  padding-top: 20px;
}
#sec5 .block_1 .box dl dd {
  padding-top: 5px;
}
#sec5 .block_1 .box p {
  padding-top: 15px;
}
#sec5 .block_1 .img_1 {
  position: absolute;
  top: 140px;
  left: -230px;
  z-index: -1;
}
#sec5 .block_2 {
  position: relative;
}
#sec5 .block_2 h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec5 .block_2 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 40px 0 0 245px;
}
#sec5 .block_2 .box dl {
  width: 290px;
}
#sec5 .block_2 .box dl dd {
  padding-top: 5px;
}
#sec5 .block_2 .img_1 {
  margin: 32px -180px 100px;
}
#sec5 .block_3 .toggle .toggle-link {
  background: url("../img/shared/bg_1.jpg") repeat center top;
}

@media only screen and (max-width: 767px) {
  #sec5 {
    padding: 60px 0;
  }
  #sec5:before {
    background: url("../img/index/sp_sec5_bg.png") no-repeat center top/100% auto;
    width: 100%;
    height: 100%;
  }
  #sec5 .block_1 {
    padding-bottom: 50px;
  }
  #sec5 .block_1 h2 {
    margin-right: -5%;
    padding-left: 30%;
    margin-bottom: -8%;
  }
  #sec5 .block_1 h2 span{
    margin-bottom: 11%;
}

  #sec5 .block_1 .img_1 {
    position: relative;
    left: 0;
    top: 0;
  }
  #sec5 .block_1 h3 {
    margin: 0;
    text-align: center;
    padding-top: 15px;
  }
  #sec5 .block_1 h3 span {
    color: #2a2010;
  }
  #sec5 .block_1 .box {
    width: auto;
    margin: 0;
    padding-top: 15px;
    text-align: center;
  }
  #sec5 .block_1 .box p {
    padding-top: 0;
  }
  #sec5 .block_2 h3 {
    position: relative;
    width: 130px;
    margin-bottom: -115px;
  }
  #sec5 .block_2 .box {
    position: absolute;
    top: 40px;
    left: 150px;
    padding: 0;
  }
  #sec5 .block_2 .img_1 {
    margin: 0 -5%;
  }
  #sec5 .block_2 .text {
    padding: 20px 0 40px;
    text-align: justify;
  }
}
/* ==========================  sec5  ========================== */
#sec6 {
  position: relative;
  z-index: 1;
  padding: 0 0 70px ;
}
/*#sec6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/index/sec6_bg.jpg") no-repeat center/cover;
  z-index: -1;
}*/
/*#sec6:after {
  content: '';
  position: absolute;
  top: 265px;
  right: 0;
  width: calc(50% + 600px);
  height: 833px;
  background: url("../img/shared/bg_2.png") repeat center top;
  z-index: -1;
}*/
#sec6 .img_1 {
  margin: 0 -260px;
  position: relative;
}
#sec6 .img_1:before {
  content: '';
  position: absolute;
  bottom: -220px;
  right: -5px;
  width: 610px;
  height: 570px;
  background: url("../img/index/sec6_deco_1.png") no-repeat center top/cover;
  z-index: 1;
}
#sec6 .txt {
  padding-top: 45px;
  position: relative;
    z-index: 2;
}
#sec6 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  /*padding: 48px 46px 0 0;*/
  position: relative;
}
#sec6 .box:before {
  content: '';
  position: absolute;
  bottom: -130px;
  left: -265px;
  width: 507px;
  height: 503px;
  background: url("../img/index/sec6_deco_2.png") no-repeat center top/cover;
  z-index:-1;
}
#sec6 .instruction {
  width: 800px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
#sec6 .instruction .title{
  font-size: 30px;
  line-height: 60px;
  font-family: "YuMinchoDemibold", serif;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  background: url('../img/shared/bg_3.jpg') repeat center top;
}
#sec6 .instruction > div dl{
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 740px;
}
#sec6 .instruction > div dl.icon_1{
  padding-top: 50px;
}

#sec6 .instruction > div dl dt{
  width: 250px;  
   text-align: center;
	font-size:20px !important;
	line-height:140% !important;
	padding:10px 0;
}
#sec6 .instruction > div dl dd{
  position: relative;  
  width: calc(100% - 250px) !important;
	height:57px;
}
#sec6 .instruction > div dl dd:before{
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px solid #968467;
}
#sec6 .instruction > div dl dd:after{
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  border-top: 2px solid #968467;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec6 .instruction > div dl dd span{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sec6 .instruction > div dl.icon_1 dd span{
  top: -15px;
}
#sec6 .instruction > div dl.icon_1 dd span::before{
  content: '';
  width: 100px;
  height: 48px;
  background: url('../img/index/sec6_icon_1.png') no-repeat center top / cover;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
#sec6 .instruction > div dl.icon_2,
#sec6 .instruction > div dl.icon_3{
  padding-top: 77px;
}
#sec6 .instruction > div dl.icon_2 dd span,
#sec6 .instruction > div dl.icon_3 dd span{
  top: -32px;
}
#sec6 .instruction > div dl.icon_2 dd span::before,
#sec6 .instruction > div dl.icon_3 dd span::before{
  content: '';
  width: 35px;
  height: 57px;
  background: url('../img/index/sec6_icon_2.png') no-repeat center top / cover;
  display: inline-block;
  vertical-align: text-bottom;
   margin-right: 10px;
}
#sec6 .instruction p.title{
  color: #fff;
  height: 450px;
  text-align: center;
}
#sec6 .instruction p.title span{
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  #sec6 {
    padding: 0 0 40px;
  }
  #sec6:before, #sec6:after {
    display: none;
  }
  #sec6 .img_1 {
    margin: 0 -5%;
  }
  #sec6 .img_1:before {
    display: none;
  }
  #sec6 .txt {
    background: url("../img/shared/bg_2.png") repeat center top;
    margin: 0 4%;
    padding: 4%;
    position: relative;
    z-index: 2;
  }
  #sec6 .txt:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10%;
    right: -10%;
    height: 110%;
    min-height: 245px;
    background: url("../img/index/sp_sec6_deco_1.png") no-repeat center top/cover;
    z-index: -1;
  }
  #sec6 .box {
    display: block;
    padding: 0;
  }
  #sec6 .box:before {
    top: 0;
    bottom: 0;
    left: -5%;
    right: -5%;
    width: auto;
    height: 100%;
    background: url("../img/index/sp_sec6_deco_2.png") no-repeat center bottom/cover;
  }
  #sec6 .box h3 {
    margin-bottom: -4%;
  }


  #sec6 .instruction {
    margin-top: 0;
    width: auto;
    max-width: 100%
  }
  #sec6 .instruction .title{
    font-size: 20px;
    line-height: 47px;
  }
  #sec6 .instruction > div{
    width: calc(100% - 40px);
  }
   #sec6 .instruction > div dl{
    width: auto;
  }
  #sec6 .instruction > div dl.icon_1{
    padding-top: 50px;
  }

  #sec6 .instruction > div dl dt{
    width: 160px;  
    text-align: center;
	  font-size:18px !important;
  }
  #sec6 .instruction > div dl dd{
    position: relative;
    width: calc(100% -160px) !important;
	height:40px;
	  top:20px;
	  left:50px;
}
  #sec6 .instruction > div dl dd:before{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 2px solid #968467;
  }
  #sec6 .instruction > div dl dd:after{
    width: 15px;
    top: 15px;  
  }

  #sec6 .instruction > div dl.icon_1 dd span{
    width: 140px;
  }
  #sec6 .instruction > div dl.icon_1 dd span::before{   
    width: 60px;
    height: 30px;
    background: url('../img/index/sec6_icon_1.png') no-repeat center top / 100% auto;
    margin-right: 5px;
  }
  #sec6 .instruction > div dl.icon_2,
	 #sec6 .instruction > div dl.icon_3{
    padding-top: 55px;
  }
  #sec6 .instruction > div dl.icon_2 dd span,
	 #sec6 .instruction > div dl.icon_3 dd span{
     width: 140px;
  }
  #sec6 .instruction > div dl.icon_2 dd span::before,
	#sec6 .instruction > div dl.icon_3 dd span::before{   
        width: 25px;
    height: 47px;
    background: url('../img/index/sec6_icon_2.png') no-repeat center top / 100% auto;
     margin-right: 5px;
  }
  #sec6 .instruction p.title{    
    height: 340px;
    width: 45px;
    line-height: 47px;
  }

}
/* ==========================  sec5  ========================== */
#sec7 {
  padding: 150px 0 210px;
  background: url("../img/shared/bg_1.jpg") repeat center top;
}
#sec7 .wrap {
  z-index: 1;
}
#sec7 .wrap:before {
  content: '';
  position: absolute;
  top: -150px;
  right: -193px;
  width: 714px;
  height: 568px;
  background: url("../img/index/sec7_deco_1.png") no-repeat center top/cover;
  z-index: -1;
}
#sec7 .wrap:after {
  content: '';
  position: absolute;
  bottom: -210px;
  right: -190px;
  width: 588px;
  height: 476px;
  background: url("../img/index/sec7_deco_2.png") no-repeat center top/cover;
  z-index: -1;
}
#sec7 .box {
  margin-left: auto;
  width: 363px;
}
#sec7 .box h2 {
  padding: 25px 0 40px;
}
#sec7 .img_1 {
  position: absolute;
  top: 0;
  left: -325px;
}
#sec7 .img_2 {
  position: absolute;
  top: 395px;
  right: -125px;
}
#sec7 .img_3 {
  padding-top: 280px;
  margin-left: -198px;
}
#sec7 .img_4 {
  position: absolute;
  bottom: -160px;
  right: -20px;
}

@media only screen and (max-width: 767px) {
  #sec7 {
    padding: 40px 0 40px;
    position: relative;
    z-index: 1;
  }
  #sec7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: url("../img/index/sp_sec7_deco.png") no-repeat center bottom/cover;
  }
  #sec7:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: url("../img/index/sp_sec7_deco_2.png") no-repeat center top/cover;
    z-index: -1;
  }
  #sec7 .wrap:before, #sec7 .wrap:after {
    display: none;
  }
  #sec7 .box {
    width: auto;
    margin-left: 0;
    text-align: justify;
  }
  #sec7 .box h2 {
    padding: 0 15% 4%;
  }
  #sec7 .img_1 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 4%;
  }
  #sec7 .img_2, #sec7 .img_3 {
    display: none;
  }
  #sec7 .img_4 {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
/* ==========================  sec5  ========================== */
#sec8 {
  padding-bottom: 85px;
  position: relative;
    z-index: 1;
}
#sec8 .map01 {
  width: 100%;
  height: 600px;
}
#sec8 .map01 iframe {
  width: 100%;
  height: 100%;
}
#sec8 .sec8_btn {
  padding: 38px 76px 0 74px;
}
#sec8 .link3 {
  padding: 12px 0 0 196px;
}

@media only screen and (max-width: 767px) {
  #sec8 {
    padding-bottom: 60px;
  }
  #sec8 .map01 {
    height: 300px;
  }
  #sec8 .sec8_btn {
    padding: 20px 0 0;
  }
  #sec8 .sec8_btn p {
    float: none;
    width: auto;
    max-width: 100%;
  }
}





#sec9 {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 70px 0 ;
}

#sec9 h2 {
  font-size: 39px;
    line-height: 67px;
    font-family: "YuMinchoDemibold", serif;
    letter-spacing: 0;
    color: #2a2010;
    position: relative;
    font-weight: 500;
	text-align:center;
}

#sec9 #feed {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#sec9 .inner {
    width: 280px;
}
#sec9 .inner .photo {
    margin-bottom: 30px;
}
#sec9 .inner dl {
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 30px;
}
#sec9 .inner dt {
  color: #7f6a4d;
}
@media only screen and (max-width: 767px) {
#sec9 {
  padding: 40px 0 ;
}
#sec9 h2 {
  font-size: 31px;
}
#sec9 #feed {
display: inherit;
}
#sec9 .inner {
    display: flex;
    width: 100%;
}
#sec9 .inner .photo {
    margin-bottom: 5%;
	width:50%;
}
#sec9 .inner .photo span{
	max-width: 157px;
max-height: 104px;
}
#sec9 .inner dl {
	letter-spacing:0;
    text-align:left;
	}
}

#sec10 {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 70px 0 ;
}

#sec10 h2 {
  font-size: 39px;
    line-height: 67px;
    font-family: "YuMinchoDemibold", serif;
    letter-spacing: 0;
    color: #2a2010;
    position: relative;
    font-weight: 500;
	text-align:center;
}

#sec10 #feeds {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*    justify-content: space-between;*/
	justify-content: center; /* ←中央揃えに変更 */
	gap: 40px; /* ←要素間の余白を均等に */

}
#sec10 .inner {
    width: 280px;
}
#sec10 .inner .photo {
    margin-bottom: 30px;
}
#sec10 .inner dl {
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 30px;
}
#sec10 .inner dt {
  color: #7f6a4d;
}
@media only screen and (max-width: 767px) {
#sec10 {
  padding: 40px 0 ;
}
#sec10 h2 {
  font-size: 31px;
}
#sec10 #feeds {
display: inherit;
}
#sec10 .inner {
    display: flex;
    width: 100%;
}
#sec10 .inner .photo {
    margin-bottom: 5%;
	width:50%;
}
#sec10 .inner .photo span{
	max-width: 157px;
max-height: 104px;
}
#sec10 .inner dl {
	letter-spacing:0;
    text-align:left;
	}
}





/*# sourceMappingURL=index.css.map */