img {
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
}
td img {
  vertical-align: middle;
}
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.4em;
}
#header {
  width:80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
#header .logo {
  margin-right: auto;
}
#header .right {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
.header_wrap {
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width:812px) {
  #header {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  #header .logo img {
    width: 130px;
  }
  #header .right {
    display: none;
  }
}
.copyright {
  margin: 5px auto 0 auto;
  font-size: 12px;
  width:100%;
  text-align: center;
  border-top: 1px solid #BCBCBC;
  padding: 20px 0 60px 0;
}
@media screen and (max-width:479px) {
  .copyright {
    width: 100%;
    clear: both;
    padding-top: 30px;
  }
}

/* nightpools */
@media screen and (max-width:479px) {
  .main {
    font-size: 12px;
  }
}
.bg-slider {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-slider__title {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.bg-slider__title img {
  max-width: 100%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
}
.bg-slider__title span {
  margin-top: 20px;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 16px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .bg-slider__title span {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
  }
}
@media screen and (max-width:479px) {
	.bg-slider {
  height: 50vh;
}
	.bg-slider__title {
    width: 100%;
  }
}
.points {
  padding: 70px 0 80px 0;
  background-image: url(../img/lp/nightpools/bg_gray.png);
}
@media screen and (max-width:479px) {
  .points {
    padding: 40px 0 30px 0;
  }
}
.points dl {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
}
@media screen and (max-width:479px) {
  .points dl {
    width: 100%;
  }
}
.points dl dt {
  width: 32%;
  overflow: visible;
}
@media screen and (max-width:479px) {
  .points dl dt {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.points dl dt img {
  margin-left: -50px;
  margin-bottom: 10px;
}
@media screen and (max-width:479px) {
  .points dl dt img {
    margin-left: -15px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.points dl dd {
  width: 32%;
  background-color: #ccc;
  padding: 80px 0;
  margin-bottom: 8px;
  -webkit-box-shadow: 6px 6px 0 #b2bcc2;
  box-shadow: 6px 6px 0 #b2bcc2;
  background-size: cover;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
@media screen and (max-width:479px) {
  .points dl dd {
    width: 49%;
    padding: 80px 0;
    font-size: 14px;
    -webkit-box-shadow: 0px 4px 0 #b2bcc2;
    box-shadow: 0px 4px 0 #b2bcc2;
  }
}
@media screen and (max-width:479px) {
  .img_h2_wrap {
    width: 100%;
    overflow: hidden;
  }
}
.img_h2 {
  text-align: center;
  color: #adadae;
  font-weight: normal;
  padding: 80px 0;
}
@media screen and (max-width:479px) {
  .img_h2 {
    position: relative;
    left: 50%;
    margin-left: -500px;
    padding: 80px 0 100px 0;
  }
}
.img_h2 span {
  display: block;
  padding-top: 8px;
  letter-spacing: 5px;
}
@media screen and (max-width:479px) {
  .img_h2 span {
    position: absolute;
    bottom: 75px;
    left: 415px;
  }
}
.wrap_gray {
  background-color: #f5f4f4;
}
.hotels {}
.hotels_inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  min-height: 620px;
}
@media screen and (max-width:479px) {
  .hotels_inner {
    min-height: auto;
    height: auto;
    margin: 0 13px;
    margin-bottom: 80px;
    -webkit-box-shadow: 4px 4px 0 #b2bcc2;
    box-shadow: 4px 4px 0 #b2bcc2;
  }
  .hotels_inner:last-of-type {
    margin-bottom: 0;
  }
}
.hotels_inner:before {
  position: absolute;
  top: -35px;
  left: 25px;
}
@media screen and (max-width:479px) {
  .hotels_inner:before {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -40px;
  }
}
.hotels_inner:nth-of-type(1):before {
  content: url(../img/lp/nightpools/no01.png);
}
.hotels_inner:nth-of-type(2):before {
  content: url(../img/lp/nightpools/no02.png);
}
.hotels_inner:nth-of-type(3):before {
  content: url(../img/lp/nightpools/no03.png);
}
.hotels_inner:nth-of-type(4):before {
  content: url(../img/lp/nightpools/no04.png);
}
.hotels_inner:nth-of-type(5):before {
  content: url(../img/lp/nightpools/no05.png);
}
.hotels_inner:nth-of-type(6):before {
  content: url(../img/lp/nightpools/no06.png);
}
.hotels_inner:nth-of-type(7):before {
  content: url(../img/lp/nightpools/no07.png);
}
.hotels_inner:nth-of-type(8):before {
  content: url(../img/lp/nightpools/no08.png);
}
.hotels_inner:nth-of-type(9):before {
  content: url(../img/lp/nightpools/no09.png);
}
.hotels_inner:nth-of-type(10):before {
  content: url(../img/lp/nightpools/no10.png);
}
.hotels_inner .photo {
  max-width: 560px;
  height: 380px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width:479px) {
  .hotels_inner .photo {
    height: 250px;
  }
  .hotels_inner .photo span {
    display: none;
  }
}
.hotels_inner .right {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  min-height: 460px;
  -webkit-box-shadow: 8px 8px 0 #b2bcc2;
  box-shadow: 8px 8px 0 #b2bcc2;
  position: absolute;
  right: 0;
  top: 40px;
  padding: 40px 40px 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .hotels_inner .right {
    position: relative;
    top: 0;
    padding: 25px 15px;
    min-height: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
  }
}
.hotels_inner .right h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 15px;
}
@media screen and (max-width:479px) {
  .hotels_inner .right h3 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.hotels_inner .right ul.ul_up {
  margin: 0 0 10px 0;
  font-size: 14px;
  list-style-type: none;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:479px) {
  .hotels_inner .right ul.ul_up {
    font-size: 12px;
  }
}
.hotels_inner .right ul.ul_up li {
  background-color: #FA7A7A;
  color: #fff;
  padding: 4px 14px;
  margin-right: 10px;
}
.hotels_inner .right ul.ul_up li:nth-of-type(n + 2) {
  background-color: #459dda;
}
.hotels_inner .right ul.ul_down {
  margin: 0 0 10px 0;
  font-size: 14px;
  list-style-type: none;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:479px) {
  .hotels_inner .right ul.ul_down {
    font-size: 12px;
  }
}
.hotels_inner .right ul.ul_down li {
  border: 1px solid #B4B4B4;
  display: table-cell;
  padding: 3px 14px;
  margin-right: 10px;
  background-color: #FFF;
}
.hotels_inner .right .info {
  font-size: 14px;
  line-height: 1.8em;
  height: 210px;
}
@media screen and (max-width:479px) {
  .hotels_inner .right .info {
    font-size: 12px;
    padding-top: 8px;
    margin-bottom: 15px;
    height: auto;
  }
}
.hotels_inner .right .button {
  position: absolute;
  width: 350px;
  bottom: 30px;
  left: 50%;
  margin-left: -175px;
  text-align: center;
}
.hotels_inner .right .button_ul {
  width: 480px;
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.hotels_inner .right .button_ul li {
  padding-right: 1px;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.hotels_inner .right .button_ul li:first-child:nth-last-child(1) {
  width: 100%;
}
.hotels_inner .right .button_ul a {
  display: block;
  padding: 15px 0;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hotels_inner .right .button_ul a:hover {
  background-color: #65D9C6;
}
@media screen and (max-width:479px) {
  .hotels_inner .right .button {
    position: relative;
    width: 100%;
    margin-left: 0;
    left: 0;
    bottom: 0;
  }
  .hotels_inner .right .button_ul {
    width: 100%;
    text-align: center;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
    font-size: 14px;
  }
  .hotels_inner .right .button_ul li {
    padding-right: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .hotels_inner .right .button_ul li:first-child:nth-last-child(1) {
    width: 100%;
  }
}
.hotels_inner .right .button a {
  display: block;
  padding: 15px 0;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hotels_inner .right .button a:hover {
  background-color: #65D9C6;
}
@media screen and (max-width:479px) {
  .hotels_inner .right .button a {
    -webkit-border-radius: 80px;
    border-radius: 80px;
    font-size: 14px;
  }
}
.hotels_inner .hoteladdress {
  position: absolute;
  top: 400px;
  font-size: 14px;
  width: 400px;
}
.hotels_inner .hoteladdress dl {
  width: 100%;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hotels_inner .hoteladdress dl dt {
  text-align: center;
  width: 20%;
  background-color: #2C2828;
  color: #fff;
  margin-bottom: 5px;
  padding: 2px 0 2px 0;
}
.hotels_inner .hoteladdress dl dd {
  margin-bottom: 5px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0 2px 15px;
}
@media screen and (max-width:479px) {
  .hotels_inner .hoteladdress {
    display: none;
  }
}
.underinfo {
  padding-top: 30px;
}
.underinfo ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.underinfo ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
@media screen and (min-width:479px) {
  .underinfo ul li:last-of-type {
    padding-right: 0;
    border: none;
  }
}
.underinfo ul li a {}
@media screen and (max-width:479px) {
  .underinfo {
    padding: 30px 0;
  }
  .underinfo ul {
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px dotted #ccc;
  }
  .underinfo ul li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .underinfo ul li:nth-of-type(2n) {
    border-right: none;
  }
  .underinfo ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
/* 特集 */
.main {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-
}
.main .breadcrumb {
  margin: 0 auto;
  padding: 0;
  width:79%;
  font-size: 12px;
}
@media screen and (max-width:479px) {
  .main .breadcrumb {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
  }
}
.main .breadcrumb ol {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.main .breadcrumb ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main .breadcrumb ol li:nth-of-type(-n+2):after {
  margin: 0;
  padding: 0 5px;
  content: ">";
  display: inline-block;
}
.main .breadcrumb ol li:last-of-type:after {
  content: "";
}
.main .mainvisual {
  margin: 0;
  padding: 0;
  background-color: #ccc;
  width: auto;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width:768px) {
  .main .mainvisual {
    height: 300px;
    background-size: auto;
    background-position: 50% 43%;
  }
}
@media screen and (max-width:479px) {
  .main .mainvisual {
    height: 300px;
    background-size: auto;
    background-position: 56% 41%;
  }
}
.main .maintitle_block {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
.main .maintitle_block h1 {
  margin:0;
  padding:5% 0 3%;
  font-size:41px;
  line-height:1.2em;
  text-align: center;
  color: #ca9519;
}
.main .maintitle_block h1 span {
  font-size: 26px;
  line-height: 1.8em;
}
.main .maintitle_block p.info {
  margin:0 auto;
  padding:0 0 45px 0;
  font-size:20px;
  line-height: 1.8em;
  width:77%;
  border-bottom: 1px solid #cdcdcd;
  text-indent:1em
}
.main .follow {
  margin: -60px auto 90px auto;
  padding: 25px 25px;
  width: 700px;
  border: 2px solid #cb0065;
  box-sizing: border-box;
  text-align: center;
  color: #cb0065;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .main .maintitle_block h1 {font-size:30px}
  .main .maintitle_block p.info {width:90%}

}

@media screen and (max-width:479px) {
  .main .follow {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 80px;
    margin-top: -40px;
  }
}
@media screen and (max-width:479px) {
  .main .maintitle_block h1 {font-size:20px}
  .main .maintitle_block h1 span {
    font-size: 18px;
  }
  .main .maintitle_block p.info {
    font-size:15px;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:5%;
    border-bottom: none;
    text-align: left;
  }
}
.main .ribbon_block {
  margin: -35px 0 0 -200px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width:479px) {
  .main .ribbon_block {
    margin: -35px 0 0 -135px;
  }
}
.main .ribbon {
  display: inline-block;
  position: relative;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.5em;
  width: 400px;
  z-index: 999;
}
@media screen and (max-width:479px) {
  .main .ribbon {
    width: 270px;
    height: 40px;
    letter-spacing: 0.3em;
  }
}
.main .ribbon:before { /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  border: 20px solid #56adf3;
  border-left-color: transparent; /*山形に切り抜き*/
  z-index: 900;
}
.main .ribbon:after { /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  border: 20px solid #56adf3;
  border-right-color: transparent; /*山形に切り抜き*/
  z-index: 900;
}
.main .ribbon p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #2196F3; /*真ん中の背景色*/
  width: 400px;
  z-index: 999;
}
@media screen and (max-width:479px) {
  .main .ribbon p {
    width: 270px;
    line-height: 40px;
    font-size: 14px;
  }
}
.main .ribbon p:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5; /*左の折り返し部分*/
  z-index: 950;
}
.main .ribbon p:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5; /*右の折り返し部分*/
  z-index: 950;
}
.main .icons {
  margin-top: -15px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 50px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  list-style-type: none;
}
.main .followinfo {
  margin: 0 auto 0px auto;
  background-color: #e8f7fe;
  padding: 30px 0 30px 0;
}
.main p.follow_p {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.main p.follow_point1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fce63c;
  padding: 30px 0 30px 0;
  margin-bottom: 50px;
  background-color: #0c69ce;
  position: relative;
}
.main p.follow_point1::after {
	content: "";
	display: block;
	width: 40px;
	border-top: 20px solid #0c69ce;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
.main p.follow_point2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fce63c;
  padding: 30px 0 30px 0;
  margin-bottom: 50px;
  background-color: #007aff;
  position: relative;
}
.main p.follow_point2::after {
	content: "";
	display: block;
	width: 40px;
	border-top: 20px solid #007aff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
.main .follow_div {
  padding: 30px 0;
  font-size: 16px;
  width: 1000px;
  margin: 0 auto;
}
.main .follow_div .follow_div_p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.main .follow_div .follow_div_left {
  width: 300px;
  height: 225px;
  margin-right: 50px;
  float: left;
}
.main .follow_div .follow_div_left img {
  width: 100%;
}
.main .follow_div .follow_di_right {}
.main .follow_div .follow_di_right dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.main .follow_div .follow_di_right dd {
  margin-bottom: 18px;
}
@media screen and (max-width:479px) {
  .main .icons {
    margin-bottom: 60px;
    background-color: #e4f0fc;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .main p.follow_p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30Xpx;
  }
.main p.follow_point1 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}
.main p.follow_point2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}
  .main .follow_div {
    padding: 30px 0 0px 0;
    font-size: 16px;
    width: auto;
    margin: 0 auto;
  }
  .main .follow_div .follow_div_p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .main .follow_div .follow_div_left {
    width: 240px;
    margin: 0 auto;
    float: none;
  }
  .main .follow_div .follow_div_left img {
    width: 100%;
  }
  .main .follow_div .follow_di_right {
    padding: 0 15px;
  }
  .main .follow_div .follow_di_right dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .main .follow_div .follow_di_right dd {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
.main .icons li {
  margin: 0 10px 10px 0;
  padding: 3px 20px;
  border: 1px solid #cdcdcd;
  background-color: #eeeeee;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 999;
}
.main .icons li.white {
  background-color: #fff;
}
.main .icons li:last-of-type {
  margin-right: none;
}
.main .con_wrap {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width:479px) {
  .main .con_wrap {
    padding: 0 5px;
    width: auto;
  }
}
.main .con_wrap .inner {
  margin: 0 0 90px 0;
  padding: 0;
}
.main .con_wrap .inner h2 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 22px;
  text-align: center;
}
.main .con_wrap .inner h2 p.no {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 40px;
  color: #91bffb;
  top: 0;
  left: 0;
  font-weight: normal;
}
@media screen and (max-width:479px) {
  .main .con_wrap .inner h2 {
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main .con_wrap .inner h2:after {
  content: '';
  height: 3px;
  width: 50px;
  background-color: #ffd267;
  display: block;
  margin: 25px auto 30px auto;
}
.main .con_wrap .inner .info_wrap {
  margin: 0 0 0 0;
  padding: 0;
}
.main .con_wrap .inner .info_wrap .img {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  width: 390px;
  background-color: #ccc;
  position: relative;
}
@media screen and (max-width:479px) {
  .main .con_wrap .inner .info_wrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main .con_wrap .inner .info_wrap .img img {
  width: 100%;
}
.main .con_wrap .inner .info_wrap .img span {
  margin: 0 0 0 0;
  padding: 4px 6px 4px 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 999;
  background-color: #fff;
}
.main .con_wrap .inner .info_wrap .title {
  margin: 20px 0px 20px 0;
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 60px;
  color: #37474F;
  text-align: center;
}
.main .con_wrap .inner .info_wrap .info {
  margin: 0 0 25px 0;
  padding: 0 0 0 50px;
  float: left;
  width: 540px;
  line-height: 28px;
}
@media screen and (max-width:479px) {
  .main .con_wrap .inner .info_wrap .info {
    width: auto;
    padding: 0 5px;
  }
}
.main .dep_choice_wrap {
  background: linear-gradient(to top, #a1c4fd 0%, #c2e9fb 100%);
  padding: 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	width: 100%;
  margin: 0;
  Z-index: 500;
}
.main .dep_choice_inner {
	width: 100%;
	margin: 0 auto;
  position: relative;
}
.main .dep_choice .dep_info {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 10px;
	vertical-align: middle;
}
.main .dep_choice #dep_select {
  display: inline-block;
  position: relative;
	width: 200px;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 20px;
}
.main .dep_choice #dep_select:before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.main .dep_list {
	position: absolute;
	display: none;
	top: 50px;
	left: 5em;
	right: 0;
	width: 200px;
	background-color: #fff;
	list-style: none;
	font-size: 16px;
	font-weight: normal;
}
.main .dep_area {
	padding: 10px 5px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.main .dep_area:hover {
	background-color: #f8f8f8;
}
.main .dep_area:after {
	right: 10px;
	top: 40%;
	width: 0;
	height: 0;
	padding: 0;
	position: absolute;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.main .dep_list ul {
	list-style: none;
}
.main .dep_list .open {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}
.main .dep_list .open li {
  height: 100%;
  padding: 10px 5px;
}
.main .dep_list .open:hover {
  background-color: #f8f8f8;
}
.main .dep_list .close {
	display: none;
}
.main .dep_list .close li {
	padding: 10px 5px 10px 15px;
	border-bottom: 1px solid #e6e6e6;
}
.main .dep_list .close li:hover {
	background-color: #f8f8f8;
}
.main .tour_wrap {
  background-color: #e8f7fe;
  clear: both;
  padding:7% 0;
}
.main .tour_wrap h2, .main .dep_wrap .inner h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width:479px) {
  .main .tour_wrap h2, .main .dep_wrap .inner h2 {
    font-size: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
	}
.main .tour_wrap .h2under, .main .dep_wrap .h2under {
  margin: 0 0 7% 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  color: #30a6fe;
}
.main .tour_wrap .h2under2, .main .dep_wrap .h2under2 {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.main .tour_wrap .point {
  margin: 0 auto;
  padding: 0;
  width:100%;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main .tour_wrap .point li {
  margin: 0 0 56px 0;
  padding: 0 1%;
  width: 295px;
}
.main .tour_wrap .point li .img {
  margin: 0 0 15px 0;
  padding: 0;
  width: 295px;
  height: 295px;
  background-color: #ccc;
  overflow:hidden;
  position:relative;
}
@media screen and (max-width:768px) {
  .main .tour_wrap .h2under2, .main .dep_wrap .h2under2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .main .tour_wrap .point {
    width: auto;
    border-top: 1px solid #cdcdcd;
  }
  .main .tour_wrap .point li {
    margin: 0;
    width: 90%;
    border-bottom: 1px solid #cdcdcd;
    padding:2% 0 10%
  }
}
@media screen and (max-width:479px) {
  .main .tour_wrap .point li .img {
    margin:2% auto;
    padding: 0;
    width:100%;
    background-color:#ccc;
  }
}
.main .tour_wrap .point li .img img {
  width: 141%;
  position:absolute;
  left:-19%
}
.main .tour_wrap .point li h3.title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    height: 45px;
}
.main .tour_wrap .point li .info,.hotel_access {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:479px) {
  .main .tour_wrap .point li h3.title {font-size: 16px;height:auto}
  .main .tour_wrap .point li div.inner,.hotel_access {margin: 2% auto;width:90%}
}

.main .tour_wrap .point li .place {
  margin: 0 0 15px 0;
  padding: 0;
  background-color:#1976D2;
  width: 100px;
  text-align: center;
  color: #fff;
}
.main .dep_wrap {
  margin: 0 0 65px 0;
  padding: 55px 0;
  background-color: #31a7ff;
}
@media screen and (max-width:479px) {
  .main .dep_wrap {
    padding: 15px;
  }
  .main .tour_wrap .point li .place {
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100px;
  }
}
.main .dep_wrap .inner {
  margin: 0 auto;
  padding: 55px 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 1000px;
}
@media screen and (max-width:479px) {
  .main .dep_wrap .inner {
    width: auto;
    padding: 50px 20px 10px 20px;
    box-shadow: 1px 1px 3px #999;
  }
}
.main .dep_wrap table {
  margin: -20px auto 0 auto;
  padding: 0;
  width: 860px;
  text-align: left;
}
@media screen and (max-width:479px) {
  .main .dep_wrap table {
    width: 96%;
    padding: 0 5px;
  }
}
.main .dep_wrap table tr {
  border-bottom: 1px solid #cdcdcd;
}
.main .dep_wrap table tr:last-of-type {
  border-bottom: none;
}
.main .dep_wrap table th {
  margin: 0;
  padding: 20px 30px 0 0;
  width: 25%;
  box-sizing: border-box;
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width:479px) {
  .main .dep_wrap table th {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.main .dep_wrap table td {
  margin: 0;
  padding: 20px 0 0 0;
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .main .dep_wrap table td {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
.main .dep_wrap table td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .dep_wrap table td ul li {
  margin: 0;
  padding: 0 20px 20px 0;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .main .dep_wrap table td ul li {
    padding: 0 1px 1px 0;
    width: 50%;
  }
}
.main .dep_wrap table td ul li a {
  margin: 0;
  padding: 0 20px 0 0;
  background: #2196F3;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 48px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.main .dep_wrap table td ul li a:hover {
  background-color: #56adf3;
}
.main .dep_wrap table td ul li a:after {
  content: "";
  padding: 0;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 1;
  right: 20px;
  top: 50%;
  margin: -6px;
  width: 9px;
  height: 9px;
}
.main .rel_wrap {
  margin: 0 0 65px 0;
  padding: 0;
  border-top: 1px solid #cdcdcd;
}
.main .rel_wrap .inner {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  position: relative;
}
@media screen and (max-width:479px) {
  .main .rel_wrap .inner {
    width: auto;
    padding: 0 5px;
  }
}
.main .rel_wrap .inner h2 {
  margin: 0 0 0 0;
  padding: 0 10px;
  background-color: #fff;
  z-index: 999px;
  width: auto;
  position: absolute;
  top: -35px;
  left: -10px;
}
@media screen and (max-width:479px) {
  .main .rel_wrap .inner h2 {
    left: 10px;
  }
}
.main .rel_wrap .inner ul {
  font-size: 12px;
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main .rel_wrap .inner ul li {
  margin: 0 0 0 0;
  padding: 0;
  width: 20%;
  border-right: 1px solid #cdcdcd;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .main .rel_wrap .inner ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #cdcdcd;
  }
}
.main .rel_wrap .inner ul li:last-of-type {
  border-right: none;
}
.main .rel_wrap .inner ul li a {
  margin: 0;
  padding: 20px 18px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:479px) {
  .main .rel_wrap .inner ul li a {
    width: 100%;
    box-sizing: border-box;
  }
}
.main .rel_wrap .inner ul li a:hover {
  background-color: #c8f1ff;
}
.main .rel_wrap .inner ul li a .img {
  margin: 0 0 12px 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width:479px) {
  .main .rel_wrap .inner ul li a .img {
    width: 70px;
    float: left;
    margin-right: 15px;
  }
}
.main .rel_wrap .inner ul li a .img img {
  width: 100%;
}
.main .rel_wrap .inner ul li a .title {
  margin: 0;
  padding: 0;
}
.main .rel_wrap .inner ul li a .price {
  margin: 0;
  padding: 0;
}
.under_link {
  background-color: #b2d9f6;
  font-size: 14px;
}
.under_link .fortop {
  margin: 0 auto;
  padding: 0;
  width: 150px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
}
.under_link .fortop a {
  display: block;
  padding: 15px 0 15px 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.under_link .fortop a:after {
  content: "";
  padding: 0;
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 1;
  left: 27px;
  top: 50%;
  margin: -2px;
  width: 9px;
  height: 9px;
}
.fmini {
  font-size: 0.9em;
  color: #5F5F5F;
}
.gmap_canvas_wrap {
  padding-top: 50px;
  clear: both;
}
@media screen and (max-width:479px) {
  .gmap_canvas_wrap {
    padding-top:0;
    clear: both;
  }
}
#gmap_canvas {
  height: 500px;
}
@media screen and (max-width:479px) {
  #gmap_canvas {
    height: 400px;
  }
}
.GmapinfoWindow {
  height: 270px;
  padding: 10px 0px;
  width: 230px;
}
@media screen and (max-width:479px) {
  .GmapinfoWindow {
    height: 270px;
    padding: 10px 0px;
    width: 230px;
  }
}
.GmapinfoWindow p {
  margin: 0 0 5px 0;
}
.GmapinfoWindow p:first-of-type {
  font-weight: bold;
}
.GmapinfoWindow p:last-of-type {
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width:479px) {
  .br_spnone {
    display: none;
  }
}
strong.s {
  color: #D70104;
}
.alle_point {
  margin: 0 auto 100px auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
  list-style-type: none;
}
.alle_point_li {
  margin: 0;
  padding: 0;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .alle_point_li {
    margin: 0 0 30px 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
  }
}
.alle_point_li .no {
  margin: 0;
  padding: 0;
  font-size: 36px;
  color: #91bffb;
  top: 0;
  left: 0;
  text-align: center;
}
.alle_point_li .img {
  margin: 0 auto 15px auto;
  padding: 0;
  width: 86%;
  overflow: hidden;
}
.alle_point_li .img img {
  width: 100%;
}
.alle_point_li .info {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 26px;
  height: 80px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  vertical-align: middle;
}
.alle_point_li .button {
  margin: 0 auto;
  padding: 0;
  width: 120px;
  text-align: center;
}
.alle_point_li .button a {
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 30px;
  border: 1px solid #7f8389;
  -moz-border-radius: 170px;
  -webkit-border-radius: 170px;
  border-radius: 170px;
  color: #000000;
  font-size: 12px;
}
.alle_restrant {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alle_restrant li {
  margin: 0;
  padding: 5px;
  width: 25%;
  box-sizing: border-box;
}
.alle_restrant li p.title {
  background-color: #3F5382;
  padding: 12px 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alle_restrant li dl {
  margin: 0;
  padding: 0;
}
.alle_restrant li dl dt {
  margin: 12px 0 0 0;
  background-color: #E0E0E0;
  padding: 6px 12px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alle_restrant li dl dd {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.6em;
}
.alle_restrant li dl dd a {
  text-decoration: none;
  display: block;
  padding: 14px 25px 14px 12px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  color: #1F1F1F;
  line-height: 1.6em;
}
.alle_restrant li dl dd a:hover {
  background-color: #E5F5FC;
}
.alle_restrant li dl dd a:after {
  content: "";
  padding: 0;
  position: absolute;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(-45deg);
  z-index: 1;
  right: 20px;
  top: 50%;
  margin: -7px;
  width: 9px;
  height: 9px;
}
.alle_restrant li dl dd.non {
  color: #ccc;
  padding: 14px 12px 14px 12px;
  border-bottom: 1px dotted #ccc;
}
.alle_restrant li dl dd span {
  white-space: nowrap;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  color: #1F1F1F;
  font-size: 0.8em;
  padding: 1px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width:479px) {
  .alle_restrant_wrap {
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
  }
  .alle_restrant_wrap::-webkit-scrollbar {
    height: 10px;
  }
  .alle_restrant_wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .alle_restrant_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
/* line lp */
.line_block {
  font-size: 14px;
}
.line_block a {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.line_block a img:hover {
  opacity: 0.8;
}
.line_block_headbox {
  position: relative;
  background-color: #61b853;
  background-image: url(../img/lp/line_lp/bg.png), url(../img/lp/line_lp/hanafubuki.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 52% 70%, 50% 40%;
  min-height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .line_block_headbox {
    min-height: auto;
    padding: 50px 0 140px 0;
    background-image: url(../img/lp/line_lp/bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
.line_block_chara {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 785px;
  max-height: 310px;
  z-index: 2;
}
.line_block_chara2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -148px;
  width: 300px;
  height: 150px;
  z-index: 2;
}
.line_block_chara2 img {
  width: 100%;
}
.line_block_chara3 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 204px;
  z-index: 1;
}
.line_block_chara3 img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .line_block_chara2 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .line_block_chara {
    display: none;
  }
  .line_block_chara3 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -240px;
    width: 480px;
    height: auto;
    z-index: 1;
  }
  .line_block_chara3 img {
    width: 100%;
  }
}
h1.line_block_h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 477px;
  max-height: 425px;
  z-index: 3;
}
@media screen and (max-width: 479px) {
  h1.line_block_h1 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
  h1.line_block_h1 img {
    width: 100%;
  }
}
.line_block_share {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 35px 0;
}
.line_block_share dt {
  width: 100%;
  margin-bottom: 15px;
}
.line_block_share dd {
  margin-right: 18px;
}
.line_block_share dd:last-of-type {
  margin-right: 0;
}
div.line_block_body {}
div.line_block_body div {
  padding: 60px 0;
}
@media screen and (max-width: 479px) {
  div.line_block_body div {
    padding: 40px 14px;
  }
}
div.line_block_body div:nth-of-type(1) {
  background-color: #e9e9e1;
}
div.line_block_body div:nth-of-type(2) {
  background-color: #61b853;
}
div.line_block_body h2 {
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  div.line_block_body h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  div.line_block_body h2 br {
    display: none;
  }
}
div.line_block_body div:nth-of-type(1) h2 {}
div.line_block_body div:nth-of-type(2) h2 {
  color: #FFFFFF;
  background-image: url(../img/lp/line_lp/title_under.png);
  background-position: 50% bottom;
  background-repeat: no-repeat;
  overflow: visible;
  padding-bottom: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  div.line_block_body div:nth-of-type(2) h2 {
    margin-bottom: 30px;
  }
}
.line_block_point {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (max-width: 479px) {
  .line_block_point {
    width: auto;
  }
}
.line_block_point li.line_block_point_li {
  background-color: #fff;
  box-shadow: 1px 1px 1px #000;
  min-height: 3px;
  width: 479px;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .line_block_point li.line_block_point_li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
  }
  .line_block_point li.line_block_point_li:last-of-type {
    margin-bottom: 0;
  }
}
.line_block_friendadd {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (max-width: 479px) {
  .line_block_friendadd {
    width: auto;
  }
}
.line_block_dr {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 40px 0 0 0;
  margin-bottom: 20px;
}
.line_block_dr dt {
  width: 100%;
  margin-bottom: 10px;
}
.line_block_dr dd {
  margin-right: 15px;
  width: 170px;
}
.line_block_dr dd img {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .line_block_dr dd {
    margin-right: 10px;
    width: 138px;
  }
}
.line_block_dr dd:last-of-type {
  margin-right: 0;
}
.line_block_friendadd li.line_block_friendadd_li {
  background-color: #fff;
  box-shadow: 1px 1px 3px #333;
  min-height: 3px;
  width: 480px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 479px) {
  .line_block_friendadd li.line_block_friendadd_li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
  }
  .line_block_friendadd li.line_block_friendadd_li:last-of-type {
    margin-bottom: 0;
  }
}
.line_block_friendadd li h3 {
  width: 439px;
  height: 68px;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -218px;
}
.line_block_friendadd_li p.button {
  margin: 0 auto 20px auto;
  padding: 5px 0 0 0;
  line-height: 1.6em;
  width: 120px;
}
.line_block_friendadd_li p.button img {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .line_block_friendadd li h3 {
    width: auto;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 20px;
  }
}
.line_block_friendadd li:nth-of-type(odd) h3 {
  background-image: url(../img/lp/line_lp/fukidashi2.png);
}
.line_block_friendadd li:nth-of-type(even) h3 {
  background-image: url(../img/lp/line_lp/fukidashi1.png);
}
@media screen and (max-width: 479px) {
  .line_block_friendadd li:nth-of-type(odd) h3 {
    background-image: none;
    background-color: #23517C;
  }
  .line_block_friendadd li:nth-of-type(odd) h3::after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #23517C;
    top: 100%;
    left: 50%;
    margin-left: -10px;
  }
  .line_block_friendadd li:nth-of-type(even) h3 {
    background-image: none;
    background-color: #23517C;
  }
  .line_block_friendadd li:nth-of-type(even) h3::after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #23517C;
    top: 100%;
    left: 50%;
    margin-left: -10px;
  }
  .line_block_friendadd_li p.detail {
    padding: 0 20px;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .line_block_friendadd_li p.button {
    margin: 0 auto 20px auto;
    padding: 5px 0 0 0;
    line-height: 1.6em;
    width: 160px;
  }
  .line_block_friendadd_li p.button img {}
}
.line_block_friendadd li ul {
  list-style-type: none;
  counter-reset: friendadd;
  padding: 20px 0;
}
#wrapper_lp {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}
.yakult_bana {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.yakult_bana figure {
  padding-bottom: 22%
}
@media screen and (max-width: 479px) {
  .line_block_friendadd li ul {
    padding: 20px 20px;
  }
}
.line_block_friendadd li ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 12px;
}
.line_block_friendadd li ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: friendadd;
  content: counter(friendadd) ".";
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
  .friendadd_sp {
    display: none;
  }
  .line_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .friendadd_pc {
    display: none;
  }
  #wrapper_lp {
    padding-bottom: 27px;
  }
}
.yakult_bana img {
  width: 108%
}
}
.line_ditail_small {
  font-size: 12px;
  width: 800px;
  margin: 0 auto;
  line-height: 1.6em;
  padding: 0 2px;
}
@media screen and (max-width: 479px) {
  .line_ditail_small {
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  .sp_br {
    display: none;
  }
}
/* ダイナミック */
.dynamic_point {
  margin: 0 auto 5% auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
  list-style-type: none;
}
.dynamic_point_li {
  margin: 0;
  padding: 0 23px;
  width: 33%;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .dynamic_point_li {
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.dynamic_point_li .no {
  margin: 0;
  padding: 0;
  font-size:36px;
  color: #91bffb;
  top: 0;
  left: 0;
  text-align: center;
}
.dynamic_point_li .img {
  overflow: hidden;
  margin-bottom:2%;
}
.dynamic_point_li .img img {
  width: 100%;
}
.dynamic_point_li .info {
  margin:0 auto;
  line-height:26px;
  font-size:16px;
  font-weight:bold;
}
.dynamic_point_li .info span.title {
  text-align: center;
   font-weight: bold;
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}
@media screen and (max-width:479px) {
  .dynamic_point_li .info {width: 62%;display: inline-block;text-align: left;font-size: 14px;font-weight: normal;line-height: 20px;vertical-align: top;margin-left: 2%;}
  .dynamic_point_li .img {display:inline-block;width:31%}
  .dynamic_point_li .info span.title {text-align:left;font-size:15px;line-height:25px}
}

.dynamic_point_li .info2 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 26px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  vertical-align: middle;
}
.dynamic_point_li .button {
  margin: 0 auto;
  padding: 0;
  width: 120px;
  text-align: center;
}
.dynamic_point_li .button a {
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 30px;
  border: 1px solid #7f8389;
  -moz-border-radius: 170px;
  -webkit-border-radius: 170px;
  border-radius: 170px;
  color: #000000;
  font-size: 12px;
}
.main .dynamic_wrap {
  margin: 0 auto;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 9px;
  width:79%;
}
@media screen and (max-width:479px) {
  .main .dynamic_wrap {
    padding: 0 5px;
    width: auto;
  }
}
.main .dynamic_wrap .inner {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  padding: 0;
}
.main .dynamic_wrap .inner h2 {
  margin: 0 0 0 0;
  padding-top: 20px;
  font-size: 22px;
  text-align: center;
}
.main .dynamic_wrap .inner h2 p.no {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 40px;
  color: #91bffb;
  top: 0;
  left: 0;
  font-weight: normal;
}
@media screen and (max-width:479px) {
  .main .dynamic_wrap .inner h2 {
    font-size: 5vw;
		margin: 0 0 30px 0;
  }
}
.main .dynamic_wrap .inner h2:after {
  content: '';
  height: 3px;
  width: 50px;
  background-color: #ffd267;
  display: block;
  margin: 25px auto 30px auto;
}
.main .dynamic_wrap .inner .info_wrap {
  margin: 0 0 0 0;
  padding: 0;
}
.main .dynamic_wrap .inner .info_wrap .img {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  width: 390px;
  background-color: #ccc;
  position: relative;
}
@media screen and (max-width:479px) {
  .main .dynamic_wrap .inner .info_wrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main .dynamic_wrap .inner .info_wrap .img img {
  width: 100%;
}
.main .dynamic_wrap .inner .info_wrap .img span {
  margin: 0 0 0 0;
  padding: 4px 6px 4px 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 999;
  background-color: #fff;
}
.main .dynamic_wrap .inner .info_wrap .title {
  margin: 20px 0px 20px 0;
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 60px;
  color: #37474F;
  text-align: center;
}
.main .dynamic_wrap .inner .info_wrap .info {
  margin: 0 0 25px 0;
  padding: 0 0 0 50px;
  float: left;
  width: 540px;
  line-height: 28px;
}
@media screen and (max-width:479px) {
  .main .dynamic_wrap .inner .info_wrap .info {
    width: auto;
    padding: 0 5px;
  }
}
.main .ribbon2_block {
  margin: -35px 0 0 -200px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width:479px) {
  .main .ribbon2_block {
    margin: -35px 0 0 -135px;
  }
}
.main .ribbon2 {
  display: inline-block;
  position: relative;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.5em;
  width: 400px;
  z-index: 999;
}
@media screen and (max-width:479px) {
  .main .ribbon2 {
    width: 270px;
    height: 40px;
    letter-spacing: 0.3em;
  }
}
.main .ribbon2:before { /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  border: 20px solid #56adf3;
  border-left-color: transparent; /*山形に切り抜き*/
  z-index: 900;
}
.main .ribbon2:after { /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  border: 20px solid #56adf3;
  border-right-color: transparent; /*山形に切り抜き*/
  z-index: 900;
}
.main .ribbon2 p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #2196F3; /*真ん中の背景色*/
  width: 400px;
  z-index: 999;
}
@media screen and (max-width:479px) {
  .main .ribbon2 p {
    width: 270px;
    line-height: 40px;
    font-size: 14px;
  }
}
.main .ribbon2 p:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5; /*左の折り返し部分*/
  z-index: 950;
}
.main .ribbon2 p:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5; /*右の折り返し部分*/
  z-index: 950;
}
.dynamic_days {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width:479px) {
  .dynamic_days {
  margin: 0 auto;
  width:90%;
  justify-content:left;
}

}
.dynamic_days_info {
  width: 100%;
  background-color: #1976D2;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 15px 0;
  font-size: 13px;
  color: aliceblue;
  border-radius: 10px;
}
.dynamic_days li {
  padding: 5px;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .dynamic_days_wrap {
    width: auto;
    margin: 0 auto;
  }
  .dynamic_days_wrap::-webkit-scrollbar {
    height: 10px;
  }
  .dynamic_days_wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .dynamic_days_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
.main .tour_wrap .point li .days {
   width: 65px;
    background-color: #1976D2;
    padding: 10px 8px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 10px;
}
.main .tour_wrap .point li .days a {
    color: #fff;
    text-decoration:underline;
}
.main .tour_wrap .point li .days a:hover {
    opacity: 0.8;
}
.main .mainvisual2 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0
}
.main .mainvisual2 img.pc {
    display: block;
    max-width:100%
}
.main .mainvisual2 img.sp {
    display: none;
}
@media screen and (max-width:479px) {
  .main .mainvisual2 {
    max-width: 100%;
  }
  .main .mainvisual2 img {
    height: 70vh;
		max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
  .main .mainvisual2 img.pc {
    display: none;
  }
  .main .mainvisual2 img.sp {
    display: block;
    height:auto
  }
}
/* illuminationstart */
.illumination_mid_wrap {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  clear: both;
}
.illumination_h2 {
  margin: 0 auto;
  padding: 20px 0 4px 0;
  font-size: 36px;
  font-weight: normal;
  width: 1000px;
  text-align: center;
}
.illumination_h2 span {
  font-size: 28px;
}
.illumination_h2_p2 {
  margin: 0 auto;
  padding: 0;
  width: 992px;
  font-size: 14px;
  text-align: center;
  font-family: 'Abel', sans-serif;
}
.illumination_mid {
  margin: 0;
  padding: 1px;
	background-color:azure;
}
.illumination_mid_title {
  margin: 30px 0 55px 0;
  padding: 60px 0 0 0;
  text-align: center;
  background-image: url(../img/lp/shigira/shigira_bg_star.png);
  background-repeat: no-repeat;
  background-position: 50% 13px;
}
.illumination_mid_title2 {
  margin: 0 0 40px 0;
  padding: 60px 0 0 0;
  text-align: center;
  background-image: url(../img/lp/shigira/shigira_bg_star.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.illumination_point_div {
	margin: 3px 0 0 0;
	padding: 60px 0 30px 0;
	text-align: center;
	background-image: url(../img/lp/shigira/shigira_bg_star.png);
	background-repeat: no-repeat;
	background-position: 50% 50px;
	padding-top: 100px;
	background-color:lavenderblush;
}
.illumination_mid_p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.illumination_h3 {
  margin: 0;
  padding: 10px;
  font-weight: normal;
  font-size: 22px;
  color: #947728;
  text-align: center;
}
.illumination_mid_p2 {
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  height: 15px;
  position: relative;
}
.illumination_mid_p2 span {
  margin: 0 0 0 -75px;
  padding: 0;
  display: block;
  top: 5px;
  position: absolute;
  left: 50%;
  background-color:azure;
  width: 150px;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  text-align: center;
}
.illumination_mid_p2 span.gray {
  background-color: #f6f6f6;
}
.illumination_mid_p3 {
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  height: 15px;
  position: relative;
}
.illumination_mid_p3 span {
  margin: 0 0 0 -75px;
  padding: 0;
  display: block;
  top: 5px;
  position: absolute;
  left: 50%;
  background-color: lavenderblush;
  width: 150px;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  text-align: center;
	}
.illumination_room_ul {
  margin: 0 auto 60px auto;
  padding: 0;
  width: 1000px;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.illumination_room_ul li {
  margin: 0;
  padding: 0 0 45px 0;
  background-color: #ffffff;
  width: 33.2%;
  text-align: center;
  display: table-cell;
  position: relative;
}
@media screen and (max-width:768px) {
	.illumination_room_ul li {
		width: 96%;
		margin:0 auto;
	}
	.illumination_room_ul {
		width: 100%;
	}
}
.illumination_room_h4_wrap {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.illumination_room_h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #de047d;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  line-height: 30px;
  height: 100px;
  text-align: center;
  width: 100%;
}
.illumination_room_img {
  margin: 0;
  padding: 0;
}
.illumination_room_info1_wrap {
  margin: 0;
  padding: 25px 0;
  display: table;
  width: 100%;
}
.illumination_room_info1 {
  margin: 0;
  padding: 0;
  color: #947728;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  height: 40px;
}
.illumination_room_info2 {
  margin: 0 25px 25px 25px;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}
.illumination_room_info_link {
  margin: 0 auto;
  padding: 0;
  width: 250px;
}
.illumination_room_info_link a {
  display: block;
  font-size: 10px;
  color: #000000;
  border: 1px solid #444444;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0;
  padding: 8px 0;
  background-image: url(../img/lp/shigira/link.png);
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}
.illumination_bottom_button_wrap {
  padding: 30px 18px 20px 18px;
  background-size: cover;
  margin: 0 0 60px 0;
}
.illumination_bottom_button_wrap_inner {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
	background-color: #f6f6f6;
}
@media screen and (max-width:768px) {
	.illumination_bottom_button_wrap_inner {
		width: 100%;
	}
}
.illumination_bottom_button_wrap li {
  margin: 0 30px 0 0;
  padding: 40px 0 10px 0;
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.illumination_bottom_button_wrap li:last-child {
  margin-right: 0;
}
.illumination_bottom_button_wrap li .illumination_bottom_button_wrap2 {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 96%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
  list-style-type: none;
}
.illumination_bottom_button_wrap li .illumination_bottom_button_wrap2 a {
  display: block;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
  background-color: #005bac;
  width: 40%;
  margin: 0 10px 30px 5px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
	font-size:18px;
}
.illumination_bottom_button_wrap li .illumination_bottom_button_wrap2 a:hover {
  background-color: #4394DC;
}
.illumination_bottom_button_wrap li .illumination_bottom_button_wrap2 a:last-child {
  margin-right: 0;
}
.illumination_bottom_button_title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.illumination_bottom_button_title2 {
  margin: 0 0 20px 0;
  font-family: 'Abel', sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.illumination_bottom_button_title3 {
  margin: 0 0 20px 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  background-color: #E3E3E3;
}
.illumination_point {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 45px 0 50px 0;
}
.illumination_point li {
  margin: 0 60px 10px 10px;
  padding: 10px;
  width: 260px;
  text-align: center;
  height: 80px;
  line-height: 24px;
  font-size: 20px;
  display: table;
  background-color: #FFFFFF;
  position: relative;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  border-left: 2px solid #d4d4d4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 40px;
	background-image: url(../img/lp/illumination/img_point01.jpg);
}
.illumination_point li2 {
  margin: 0 60px 10px 10px;
  padding: 10px;
  width: 260px;
  text-align: center;
  height: 80px;
  line-height: 24px;
  font-size: 20px;
  display: table;
  background-color: #FFFFFF;
  position: relative;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  border-left: 2px solid #d4d4d4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 40px;
	background-image: url(../img/lp/illumination/img_point02.jpg);
}
.illumination_point li3 {
  margin: 0 60px 10px 10px;
  padding: 10px;
  width: 260px;
  text-align: center;
  height: 80px;
  line-height: 24px;
  font-size: 20px;
  display: table;
  background-color: #FFFFFF;
  position: relative;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  border-left: 2px solid #d4d4d4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 40px;
	background-image: url(../img/lp/illumination/img_point03.jpg);
}
.illumination_point li.plus:after {
  content: "&";
  margin: -23px;
  padding: 0;
  background-color: #d9be74;
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 36px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: -35px;
  top: 50%;
}
.illumination_point li2.plus:after {
  content: "&";
  margin: -23px;
  padding: 0;
  background-color: #d9be74;
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 36px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: -35px;
  top: 50%;
}
.illumination_point li p {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 80px;
	font-weight:bold;
  display: table-cell;
  vertical-align: middle;
}
.illumination_point li2 p {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 80px;
	font-weight:bold;
  display: table-cell;
  vertical-align: middle;
}
.illumination_point li3 p {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 80px;
	font-weight:bold;
  display: table-cell;
  vertical-align: middle;
}
.outline {
  display: inline-block;
  font-size: 15pt;
  text-shadow: -1px  2px 7px #ffffff,2px  2px 5px #ffffff,-1px 1px 0px #ffffff,2px -1px 0px #ffffff,3px  1px 10px #ffffff,2px  0px 0px #ffffff,-1px  0px 10px #ffffff,-1px -1px 0px #ffffff;
}
.alle_box_inner {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    clear: both;
    background-size: cover;
}
.alle_box_inner2 {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    clear: both;
    background-size: cover;
}
dl.alle_info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    max-width: 1000px;
    margin: 0 auto;
}

dl.alle_info dt {
    background-color: #eee;
    width: 40%;
    padding: 10px 26px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

dl.alle_info dd {
    width: 80%;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
dl.alle_info dd2 {
    width: 100%;
    padding: 10px 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
dl.alle_info dd p{
	margin-bottom: 8px;
}

/*nenmatsu_nenshi*/
.nenmatsu_block {
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
}
.nenmatsu_block p.info {
	margin: 0;
	padding: 0 0 3px 0;
	text-align: left;
	width: 100%;
}
.branch_info2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #DBDBDB;
	
	border-collapse: separate;
}
.branch_info2 .ta-left {
	text-align: left;
}
.branch_info2 td {
	margin: 0;
	padding: 6px 0 7px 0;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #DBDBDB;
}
.branch_info2 tr.bg-blue td {
	background-color: rgba(241,241,241,1.00);
	font-weight: bold;
}
.branch_info2 td.pl5 {
	padding-left: 5px;
}
.branch_info2 td.c-red {
	color: rgba(213,65,68,1.00);
}
.branch_info2 td.bg-red {
	background-color: #FAE8E4;
}
.branch_info2 td:last-child {
	border-right: none;
}

