header {
  padding: 30px 30px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

header .tel {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}

header .h1_pc1 {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 12px;
  color: #464645;
}

header .boxheader_pc {
  height: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

header .boxheader_pc .col_left {
  width: 40%;
  background: url(../img/party/key_banner1.jpg) no-repeat top center;
  background-size: cover;
}

header .boxheader_pc .col_center {
  width: 30%;
}

header .boxheader_pc .col_center .go_slide1 {
  height: 440px;
}

header .boxheader_pc .col_center .go_slide1 .slide1 {
  background-image: url(../img/party/key_slide_img1.jpg);
}

header .boxheader_pc .col_center .go_slide1 .slide2 {
  background-image: url(../img/party/key_slide_img2.jpg);
}

header .boxheader_pc .col_center .go_slide1 .slide3 {
  background-image: url(../img/party/key_slide_img3.jpg);
}

header .boxheader_pc .col_center .go_slide2 {
  height: 440px;
}

header .boxheader_pc .col_center .go_slide2 .slide1 {
  background-image: url(../img/party/key_slide2_img1.jpg);
}

header .boxheader_pc .col_center .go_slide2 .slide2 {
  background-image: url(../img/party/key_slide2_img2.jpg);
}

header .boxheader_pc .col_center .go_slide2 .slide3 {
  background-image: url(../img/party/key_slide2_img3.jpg);
}

header .boxheader_pc .col_right {
  width: 30%;
}

header .boxheader_pc .col_right .go_slide3 {
  height: 440px;
}

header .boxheader_pc .col_right .go_slide3 .slide1 {
  background-image: url(../img/party/key_slide3_img1.jpg);
}

header .boxheader_pc .col_right .go_slide3 .slide2 {
  background-image: url(../img/party/key_slide3_img2.jpg);
}

header .boxheader_pc .col_right .go_slide3 .slide3 {
  background-image: url(../img/party/key_slide3_img3.jpg);
}

header .boxheader_pc .col_right .boxmenu {
  text-align: center;
  background: url(../img/shared/bg1.jpg) repeat top center;
  height: 440px;
}

header .boxheader_pc .col_right .boxmenu .logo {
  padding: 45px 0 15px;
  width: 80%;
  max-width: 284px;
  margin: 0 auto;
}

header .boxheader_pc .col_right .boxmenu .menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

header .boxheader_pc .col_right .boxmenu nav a {
  display: block;
  font-family: 'Times New Roman';
  font-size: 18px;
  line-height: 33px;
  color: #cfbca1;
}

header .boxheader_pc .col_right .boxmenu nav a:hover {
  color: #1e995d;
  text-decoration: none;
}

header .boxheader_pc .col_right .boxmenu nav a.active {
  color: #1e995d;
}

header .boxheader_pc .col_right .boxmenu h1.h1_pc {
  font-size: 12px;
  line-height: 32px;
  color: #cfbc9f;
  padding: 5px 5px 0 5px;
}

@media only screen and (max-width: 1080px) {
  header {
    padding: 20px 20px 0 20px;
  }
  header .boxheader_pc {
    height: 660px;
  }
  header .boxheader_pc .col_left {
    width: 40%;
    background: url(../img/party/key_banner1.jpg) no-repeat top center;
    background-size: cover;
  }
  header .boxheader_pc .col_center .go_slide1 {
    height: 330px;
  }
  header .boxheader_pc .col_center .go_slide2 {
    height: 330px;
  }
  header .boxheader_pc .col_right .go_slide3 {
    height: 330px;
  }
  header .boxheader_pc .col_right .boxmenu {
    height: 330px;
  }
  header .boxheader_pc .col_right .boxmenu .logo {
    padding: 20px 0 5px;
    width: 70%;
    max-width: 284px;
    margin: 0 auto;
  }
  header .boxheader_pc .col_right .boxmenu .menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
  }
  header .boxheader_pc .col_right .boxmenu nav a {
    font-size: 14px;
    line-height: 25px;
  }
  header .boxheader_pc .col_right .boxmenu h1.h1_pc {
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    padding: 0px 20px 0 20px;
  }
  header .boxheader_pc {
    display: none;
  }
  header .boxheader_sp .h1_sp {
    font-size: 12px;
    line-height: 22px;
    width: calc(100% - 80px);
  }
  header .boxheader_sp .logo {
    width: 60%;
    margin: 0 auto;
    padding: 30px 0 30px;
  }
}

#sec1 .block1 {
  position: relative;
}

#sec1 .block1 h2 {
  position: absolute;
  top: 157px;
  right: -28px;
  z-index: 2;
}

#sec1 .block1 .photo {
  position: absolute;
  top: 257px;
  left: -52px;
}

#sec1 .block1 .txt {
  padding: 470px 0 155px 5px;
  position: relative;
  z-index: 2;
}

#sec1 .block2 {
  padding-bottom: 178px;
}

#sec1 .block2 h3 {
  text-align: center;
  padding-bottom: 41px;
}

#sec1 .block2 .box_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec1 .block2 .box_pc .box {
  width: 32%;
  background: url(../img/shared/bg3.jpg) repeat top center;
}

#sec1 .block2 .box_pc .box .ttl {
  background: url(../img/shared/bg2.jpg) repeat top center;
}

#sec1 .block2 .box_pc .box .txt {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  color: #1b1615;
  padding: 43px 0;
}

@media only screen and (max-width: 768px) {
  #sec1 .block1 h2 {
    position: static;
    padding-top: 15%;
  }
  #sec1 .block1 .photo {
    position: absolute;
    top: 257px;
    left: -52px;
  }
  #sec1 .block1 .txt {
    padding: 8% 0 20% 0;
    position: relative;
    z-index: 2;
  }
  #sec1 .block2 {
    padding-bottom: 20%;
  }
  #sec1 .block2 h3 {
    text-align: center;
    padding-bottom: 5%;
  }
  #sec1 .block2 .box_pc {
    display: none;
  }
  #sec1 .block2 .box_sp {
    margin: 0 20px;
    padding: 0 20px;
  }
  #sec1 .block2 .box_sp .box {
    background: url(../img/shared/bg3.jpg) repeat top center;
  }
  #sec1 .block2 .box_sp .box .ttl {
    background: url(../img/shared/bg2.jpg) repeat top center;
    text-align: center;
  }
  #sec1 .block2 .box_sp .box .txt {
    text-align: left;
    padding: 30px 30px;
    color: #1b1615;
    font-size: 15px;
    line-height: 25px;
  }
  #sec1 .block2 .box_sp .bx-next {
    right: -50px;
  }
  #sec1 .block2 .box_sp .bx-prev {
    left: -50px;
  }
}

@media only screen and (max-width: 414px) {
  #sec1 .block2 .box_sp .box {
    min-height: 260px;
  }
}

#sec2 {
  position: relative;
  padding-bottom: 52px;
}

#sec2:before {
  content: '';
  background: url(../img/shared/bg2.jpg) repeat top center;
  width: calc(50% + 500px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#sec2 h2 {
  padding-top: 79px;
  position: relative;
  z-index: 2;
}

#sec2 .txt {
  width: 483px;
  padding: 36px 0 49px 5px;
  position: relative;
  z-index: 2;
}

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

#sec2 .photo {
  position: absolute;
  top: -130px;
  right: -150px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec2 .photo {
    position: absolute;
    top: -130px;
    right: -355px;
  }
}

@media only screen and (max-width: 768px) {
  #sec2 {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    background: url(../img/shared/bg2.jpg);
  }
  #sec2:before {
    content: '';
    background: url(../img/shared/bg.jpg) repeat top center;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: inherit;
  }
  #sec2 h2 {
    padding: 15% 5% 0;
  }
  #sec2 .txt {
    width: 100%;
    padding: 10% 0 5%;
    position: relative;
    z-index: 2;
  }
  #sec2 .photo {
    position: static;
    margin: 0 -20px -10%;
  }
}

#sec3 {
  padding: 135px 0 114px;
}

#sec3 h2 {
  text-align: center;
}

#sec3 .note {
  text-align: center;
  padding: 20px 0 50px;
}

#sec3 .info1 {
  position: relative;
  padding-bottom: 62px;
  margin-bottom: 38px;
}

#sec3 .info1:before {
  content: '';
  background: url(../img/shared/bg3.jpg) repeat top center;
  width: calc(50% + 610px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#sec3 .info1 .box {
  color: #1b1615;
}

#sec3 .info1 .box .boxleft {
  float: left;
  width: 460px;
}

#sec3 .info1 .box .boxleft h3 {
  padding: 114px 0 0 18px;
}

#sec3 .info1 .box .boxleft .price {
  font-size: 35px;
  line-height: 40px;
  padding: 30px 0 10px;
  /* margin-right: 100px; */
}

#sec3 .info1 .box .boxleft .price2 {
  font-size: 30px;
  line-height: 40px;
  padding: 0px 0 0px;
  /* float: right; */
  text-align: right;
  margin-right: 90px;
}

#sec3 .info1 .box .boxleft .price span {
  font-size: 30px;
}
#sec3 .info1 .box .boxleft .price2 span {
  font-size: 20px;
}

#sec3 .info1 .box .boxleft ul {
  width: 360px;
}

#sec3 .info1 .box .boxleft ul li {
  border-bottom: 1px solid #1b1615;
  padding: 12px 0;
  font-size: 15px;
  line-height: 25px;
}

#sec3 .info1 .box .boxright {
  width: 540px;
  float: left;
}

#sec3 .info1 .box .boxright .photo {
  margin-right: -341px;
  padding-top: 60px;
}

#sec3 .info1 .box .boxright .txt {
  padding-top: 22px;
}

#sec3 .info2 {
  padding-bottom: 72px;
  color: #1b1615;
}

#sec3 .info2 .block_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1040px;
  margin-left: -20px;
}

#sec3 .info2 .block_box .box {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat top center;
  padding-bottom: 60px;
}

#sec3 .info2 .block_box .box .price {
  font-size: 40px;
  line-height: 43px;
  padding: 57px 0 28px;
  text-align: center;
}

#sec3 .info2 .block_box .box .price2 {
  font-size: 30px;
  line-height: 43px;
  padding: 0px 0 30px;
  text-align: center;
}

#sec3 .info2 .block_box .box .price span {
  font-size: 30px;
}
#sec3 .info2 .block_box .box .price2 span {
  font-size: 20px;
}

#sec3 .info2 .block_box .box ul {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

#sec3 .info2 .block_box .box ul li {
  border-bottom: 1px solid #1b1615;
  padding: 12px 0;
  font-size: 15px;
  line-height: 25px;
}

#sec3 .tel {
  text-align: center;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec3 .info1 .box .boxleft {
    width: 55%;
  }
  #sec3 .info1 .box .boxright {
    width: 45%;
  }
  #sec3 .info2 .block_box {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sec3 {
    padding: 20% 0 15%;
    position: relative;
  }
  #sec3 h2 {
    padding: 0 20%;
  }
  #sec3 .note {
    padding: 10px 0 30px;
  }
  #sec3 .info1 {
    position: relative;
    padding-bottom: 0;
    background: url(../img/shared/bg3.jpg) repeat top center;
    margin: 20px 20px 10% 20px;
  }
  #sec3 .info1:before {
    display: none;
  }
  #sec3 .info1 .box .boxleft {
    float: none;
    width: 100%;
  }
  #sec3 .info1 .box .boxleft h3 {
    padding: 15% 10% 0;
  }
  #sec3 .info1 .box .boxleft .price {
    font-size: 22px;
    line-height: 40px;
    padding: 5% 0 2%;
    text-align: center;
  }
  #sec3 .info1 .box .boxleft .price2 {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    padding-bottom: 8%;
  }
  #sec3 .info1 .box .boxleft .price span {
    font-size: 16px;
  }
  #sec3 .info1 .box .boxleft ul {
    width: 80%;
    margin: 5% auto 0;
  }
  #sec3 .info1 .box .boxleft ul li {
    text-align: center;
  }
  #sec3 .info1 .box .boxleft .photo {
    margin: 0 -20px;
  }
  #sec3 .info1 .box .boxright {
    width: 100%;
    float: none;
  }
  #sec3 .info1 .box .boxright .txt {
    padding: 22px 0;
  }
  #sec3 .info2 {
    padding-bottom: 0;
    color: #1b1615;
  }
  #sec3 .info2 .block_box {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #sec3 .info2 .block_box .box {
    width: 100%;
    background: url(../img/shared/bg3.jpg) repeat top center;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }

  #sec3 .info2 .block_box .box .price {
    font-size: 22px;
    line-height: 30px;
    padding: 10% 0 5%;
    text-align: center;
  }
  #sec3 .info2 .block_box .box .price2 {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    padding-bottom: 8%;
	}
  #sec3 .info2 .block_box .box .price span {
    font-size: 16px;
  }
  #sec3 .info2 .block_box .box ul {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  #sec3 .info2 .block_box .box ul li {
    border-bottom: 1px solid #1b1615;
    padding: 12px 0;
    font-size: 15px;
    line-height: 25px;
  }
  #sec3 .tel {
    text-align: center;
    padding: 0 20px;
  }
}

#sec4 {
  background: url(../img/shared/bg3.jpg) repeat top center;
  color: #1b1615;
  padding-bottom: 106px;
}

#sec4 h2 {
  position: absolute;
  top: 57px;
  right: -81px;
}

#sec4 .map {
  padding: 60px 0 0 16px;
}

#sec4 .txt {
  font-size: 15px;
  line-height: 25px;
  padding: 23px 0 0 18px;
}

#sec4 .photo {
  margin: -20px 0 0 -110px;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  #sec4 h2 {
    position: absolute;
    top: 57px;
    right: 50px;
  }
  #sec4 .map {
    padding: 82px 0 0 16px;
    width: 50%;
  }
  #sec4 .txt {
    width: 50%;
  }
  #sec4 .photo {
    margin: 0 0 0 -110px;
  }
}

@media only screen and (max-width: 768px) {
  #sec4 {
    padding-bottom: 15%;
  }
  #sec4 h2 {
    position: static;
    padding: 15% 0 15%;
  }
  #sec4 .map {
    padding: 0 0 0 0;
  }
  #sec4 .txt {
    font-size: 15px;
    line-height: 25px;
    padding: 10% 0;
  }
  #sec4 .photo {
    margin: 0;
  }
}
