/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
body {
  font-family: ten-mincho-text, "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
dl,
li,
dt,
dd,
table,
img,
form,
fieldset,
td,
th,
a {
  margin: 0;
  padding: 0;
  border: 0;
  /* box-sizing: border-box;*/
}
ul,
ol,
dl {
  list-style: none;
}
a {
  color: #195592;
  text-decoration: none;
}
a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
input,
textarea,
select {
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 5px;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wrapper {
    width: 740px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  header {
    height: 120px;
  }
}
header a {
  text-decoration: none;
}
.img-luid {
  max-width: 100%;
  height: auto;
}
img.w-100 {
  width: 100% !important;
}
.heightLine-contents {
  height: auto !important;
}
.logo {
  height: 100%;
  display: inline-block;
  margin: 0;
  z-index: 999;
}
/*メインビジュアル*/
.mainv_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -60px;
  left: 0;
  z-index: -1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mainv_wrapper {
    top: -130px;
    margin-bottom: -50px;
  }
}
.mainv_wrapper h1 {
  width: 100%;
  position: absolute;
  bottom: -80px;
  z-index: 1;
}
.mainv_wrapper h1 img {
  display: block;
}
ul.slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
}
/*めいほうを選ぶ理由。*/
.reason_wrapper {
  width: 100%;
  background: url(../images/reason_bg.png) left top repeat;
  padding-top: 60px;
  padding-bottom: 80px;
}
.reason_wrapper h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(60 * 100vw / 768);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .reason_wrapper h2 {
    font-size: 4.25rem;
  }
}
.reason_wrapper h2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 21%;
  background-image: url(../images/h2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.reason_flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap;
}
.reason_flex > a {
  position: relative;
  display: block;
  width: 48%;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 5px;
  border-radius: 7px;
}
.reason_flex > a img {
  display: block;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .reason_flex > a img {
    width: 60px;
  }
}
.reason_flex > a .point_title {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0px 0px 10px #000000;
}
@media (min-width: 992px) {
  .reason_flex > a .point_title {
    font-size: 1.5rem;
  }
}
.reason_flex > a .point_num {
  font-family: kinescope, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
  text-shadow: 0px 0px 10px #000000;
}
@media (min-width: 992px) {
  .reason_flex > a .point_num {
    font-size: 1.5rem;
  }
}
.reason_flex > a:nth-child(1) {
  background-image: url(../images/reason_point01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(2) {
  background-image: url(../images/reason_point02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(3) {
  background-image: url(../images/reason_point03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(4) {
  background-image: url(../images/reason_point04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(5) {
  background-image: url(../images/reason_point05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(6) {
  background-image: url(../images/reason_point06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(7) {
  background-image: url(../images/reason_point07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(8) {
  background-image: url(../images/reason_point08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reason_flex > a:nth-child(9) {
  background-image: url(../images/reason_point09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*各ポイント*/
.point01_wrapper,
.point02_wrapper,
.point03_wrapper,
.point04_wrapper,
.point05_wrapper,
.point06_wrapper,
.point07_wrapper,
.point08_wrapper,
.point09_wrapper,
.other_wrapper {
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
.point01_wrapper h3,
.point02_wrapper h3,
.point03_wrapper h3,
.point04_wrapper h3,
.point05_wrapper h3,
.point06_wrapper h3,
.point07_wrapper h3,
.point08_wrapper h3,
.point09_wrapper h3,
.other_wrapper h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(55 * 100vw / 768);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .point01_wrapper h3,
  .point02_wrapper h3,
  .point03_wrapper h3,
  .point04_wrapper h3,
  .point05_wrapper h3,
  .point06_wrapper h3,
  .point07_wrapper h3,
  .point08_wrapper h3,
  .point09_wrapper h3,
  .other_wrapper h3 {
    font-size: 3rem;
  }
}
.point01_wrapper h3:after,
.point02_wrapper h3:after,
.point03_wrapper h3:after,
.point04_wrapper h3:after,
.point05_wrapper h3:after,
.point06_wrapper h3:after,
.point07_wrapper h3:after,
.point08_wrapper h3:after,
.point09_wrapper h3:after,
.other_wrapper h3:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 21%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.point01_wrapper h4,
.point02_wrapper h4,
.point03_wrapper h4,
.point04_wrapper h4,
.point05_wrapper h4,
.point06_wrapper h4,
.point07_wrapper h4,
.point08_wrapper h4,
.point09_wrapper h4,
.other_wrapper h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(38 * 100vw / 768);
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .point01_wrapper h4,
  .point02_wrapper h4,
  .point03_wrapper h4,
  .point04_wrapper h4,
  .point05_wrapper h4,
  .point06_wrapper h4,
  .point07_wrapper h4,
  .point08_wrapper h4,
  .point09_wrapper h4,
  .other_wrapper h4 {
    font-size: 2rem;
  }
}
.point01_wrapper h4:before,
.point02_wrapper h4:before,
.point03_wrapper h4:before,
.point04_wrapper h4:before,
.point05_wrapper h4:before,
.point06_wrapper h4:before,
.point07_wrapper h4:before,
.point08_wrapper h4:before,
.point09_wrapper h4:before,
.other_wrapper h4:before {
  content: '＼';
  display: inline-block;
  margin-right: 5px;
}
.point01_wrapper h4:after,
.point02_wrapper h4:after,
.point03_wrapper h4:after,
.point04_wrapper h4:after,
.point05_wrapper h4:after,
.point06_wrapper h4:after,
.point07_wrapper h4:after,
.point08_wrapper h4:after,
.point09_wrapper h4:after,
.other_wrapper h4:after {
  content: '／';
  display: inline-block;
  margin-left: 5px;
}
.point01_wrapper img.point_icon,
.point02_wrapper img.point_icon,
.point03_wrapper img.point_icon,
.point04_wrapper img.point_icon,
.point05_wrapper img.point_icon,
.point06_wrapper img.point_icon,
.point07_wrapper img.point_icon,
.point08_wrapper img.point_icon,
.point09_wrapper img.point_icon,
.other_wrapper img.point_icon {
  width: 160px;
  position: absolute;
  top: -40px;
  right: 10px;
}
.point01_wrapper {
  background: url(../images/point01_bg.png) left top repeat;
}
.point01_wrapper h3 {
  color: #FBB03B;
}
.point01_wrapper h3:after {
  background-image: url(../images/point01_h3.png);
}
.point01_wrapper h4 {
  color: #FF9800;
}
.point02_wrapper {
  background: url(../images/point02_bg.png) left top repeat;
}
.point02_wrapper h3 {
  color: #FFFFFF;
}
.point02_wrapper h3:after {
  background-image: url(../images/point02_h3.png);
}
.point02_wrapper h4 {
  color: #E91E63;
}
.point03_wrapper {
  background: url(../images/point03_bg.png) left top repeat;
}
.point03_wrapper h3 {
  color: #00A99D;
}
.point03_wrapper h3:after {
  background-image: url(../images/point03_h3.png);
}
.point03_wrapper h4 {
  color: #795548;
}
.point04_wrapper {
  background: url(../images/point04_bg.png) left top repeat;
}
.point04_wrapper h3 {
  color: #29ABE2;
}
.point04_wrapper h3:after {
  background-image: url(../images/point04_h3.png);
}
.point04_wrapper h4 {
  color: #2196F3;
}
.point05_wrapper {
  background: url(../images/point05_bg.png) left top repeat;
}
.point05_wrapper h3 {
  color: #8BC34A;
}
.point05_wrapper h3:after {
  background-image: url(../images/point05_h3.png);
}
.point05_wrapper h4 {
  color: #36a69a;
}
.point06_wrapper {
  background: url(../images/point06_bg.png) left top repeat;
}
.point06_wrapper h3 {
  color: #077f74;
}
.point06_wrapper h3:after {
  background-image: url(../images/point06_h3.png);
}
.point06_wrapper h4 {
  color: #4CAF50;
}
.point07_wrapper {
  background: url(../images/point07_bg.png) left top repeat;
}
.point07_wrapper h3 {
  color: #FED400;
}
.point07_wrapper h3:after {
  background-image: url(../images/point07_h3.png);
}
.point07_wrapper h4 {
  color: #2f909c;
}
.point08_wrapper {
  background: url(../images/point08_bg.png) left top repeat;
}
.point08_wrapper h3 {
  color: #E4007F;
}
.point08_wrapper h3:after {
  background-image: url(../images/point08_h3.png);
}
.point08_wrapper h4 {
  color: #8BC34A;
}
.point09_wrapper {
  background: url(../images/point09_bg.png) left top repeat;
}
.point09_wrapper h3 {
  color: #AF3E92;
}
.point09_wrapper h3:after {
  background-image: url(../images/point09_h3.png);
}
.point09_wrapper h4 {
  color: #ff7601;
}
.other_wrapper {
  padding-bottom: 20px !important;
  background: url(../images/other_bg.png) left top repeat;
}
.other_wrapper h3 {
  color: #607D8B;
}
.other_wrapper h3:after {
  background-image: url(../images/other_h3.png);
}
.other_wrapper h3.access:after {
  background-image: url(../images/access_h3.png);
}
.other_wrapper h4 {
  color: #E91E63;
}
.point00,
.point01_good,
.point02_good,
.point03_good,
.point04_good,
.point05_good,
.point06_good,
.point07_good,
.point08_good,
.point09_good,
.other_list {
  width: 100%;
  position: relative;
  border-radius: 7px;
  margin-bottom: 60px;
}
.point00 img.good_first,
.point01_good img.good_first,
.point02_good img.good_first,
.point03_good img.good_first,
.point04_good img.good_first,
.point05_good img.good_first,
.point06_good img.good_first,
.point07_good img.good_first,
.point08_good img.good_first,
.point09_good img.good_first,
.other_list img.good_first {
  border-radius: 7px 7px 0 0;
}
.point00 img.good_last,
.point01_good img.good_last,
.point02_good img.good_last,
.point03_good img.good_last,
.point04_good img.good_last,
.point05_good img.good_last,
.point06_good img.good_last,
.point07_good img.good_last,
.point08_good img.good_last,
.point09_good img.good_last,
.other_list img.good_last {
  border-radius: 0 0 7px 7px;
}
.point00 img.good_icon,
.point01_good img.good_icon,
.point02_good img.good_icon,
.point03_good img.good_icon,
.point04_good img.good_icon,
.point05_good img.good_icon,
.point06_good img.good_icon,
.point07_good img.good_icon,
.point08_good img.good_icon,
.point09_good img.good_icon,
.other_list img.good_icon {
  width: 140px;
  position: absolute;
  top: -30px;
  left: -5px;
}
.point00 .inner,
.point01_good .inner,
.point02_good .inner,
.point03_good .inner,
.point04_good .inner,
.point05_good .inner,
.point06_good .inner,
.point07_good .inner,
.point08_good .inner,
.point09_good .inner,
.other_list .inner {
  padding: 15px;
}
.point00 .inner p,
.point01_good .inner p,
.point02_good .inner p,
.point03_good .inner p,
.point04_good .inner p,
.point05_good .inner p,
.point06_good .inner p,
.point07_good .inner p,
.point08_good .inner p,
.point09_good .inner p,
.other_list .inner p {
  margin-bottom: 1rem;
}
.point00 .inner p:last-of-type,
.point01_good .inner p:last-of-type,
.point02_good .inner p:last-of-type,
.point03_good .inner p:last-of-type,
.point04_good .inner p:last-of-type,
.point05_good .inner p:last-of-type,
.point06_good .inner p:last-of-type,
.point07_good .inner p:last-of-type,
.point08_good .inner p:last-of-type,
.point09_good .inner p:last-of-type,
.other_list .inner p:last-of-type {
  margin-bottom: 0;
}
.point00 span,
.point01_good span,
.point02_good span,
.point03_good span,
.point04_good span,
.point05_good span,
.point06_good span,
.point07_good span,
.point08_good span,
.point09_good span,
.other_list span {
  font-weight: 600;
}
.point00 {
  background-color: rgba(255, 255, 255, 0.4);
}
.point00 img.delicious_icon {
  width: 180px;
  position: absolute;
  top: -30px;
  left: -5px;
}
.point01_good {
  background-color: #E5E3D1;
}
.point02_good {
  background-color: #FDECE3;
}
.point02_good .women_trip {
  position: relative;
}
.point02_good .women_trip img.good_women {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.point03_good {
  background-color: #D4DAD4;
}
.point04_good {
  background-color: #E3F5FF;
}
.point05_good {
  background-color: #eaeaea;
}
.point06_good {
  background-color: #e3efd5;
}
.point07_good {
  background-color: #ffffff;
}
.point07_good .burton_wrapper {
  position: relative;
}
.point07_good .burton_wrapper img.burton01 {
  width: 120px;
  position: absolute;
  top: -30px;
  left: -5px;
}
.point07_good .burton_wrapper img.burton02 {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.point07_good .burton_wrapper img.burton03 {
  width: 120px;
  position: absolute;
  top: -20px;
  right: 5px;
}
.point08_good {
  background-color: #f0ffde;
}
.point09_good {
  background-color: #fbefcc;
}
table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #040000;
}
table td,
table th {
  font-size: 1.125rem;
  padding: 5px;
  border: 1px solid #040000;
}
table th {
  font-weight: bold;
  text-align: center;
}
table td {
  text-align: center;
}
.other_list ul,
.other_list ol {
  color: #333333;
  border-top: solid #333333 2px;
  border-bottom: solid #333333 2px;
  padding: 10px 0;
}
.other_list ul li,
.other_list ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.other_list ul li span,
.other_list ol li span {
  font-weight: 600;
  display: block;
}
footer {
  background-color: #14a69a;
  position: relative;
  color: #ffffff;
  padding: 40px 20px 80px 20px;
}
footer .share {
  position: fixed;
  bottom: 20px;
  left: 10px;
}
footer .share .social_btn {
  display: inline-block;
}
footer .logobox {
  text-align: center;
}
footer .footer_logo {
  width: 120px;
  display: inline-block;
  margin-right: 20px;
}
footer .nsd_logo {
  width: 80px;
  display: inline-block;
}
footer address {
  font-size: 80%;
  font-style: normal;
}
footer a {
  text-decoration: none;
}
/*ボタン*/
.btn_green,
.btn_pink,
.btn_blue {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-radius: 7px;
  padding: 15px 0;
}
.btn_green:active,
.btn_pink:active,
.btn_blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.btn_green {
  background: #14A69A;
  border-bottom: solid 4px #034942;
}
.btn_pink {
  background: #F64B83;
  border-bottom: solid 4px #C13668;
}
.btn_blue {
  background: #29ABE2;
  border-bottom: solid 4px #0071BC;
}
/*レイアウト用*/
.text-right {
  text-align: right;
  display: block;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-120 {
  margin-top: 120px !important;
}
.m-t--2 {
  margin-top: -2px !important;
}
.m-t--5 {
  margin-top: -5px !important;
}
.m-t--10 {
  margin-top: -10px !important;
}
.m-t--15 {
  margin-top: -15px !important;
}
.m-t--20 {
  margin-top: -20px !important;
}
.m-t--25 {
  margin-top: -25px !important;
  position: relative;
}
.m-t--30 {
  margin-top: -30px !important;
}
.m-t--40 {
  margin-top: -40px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.p-b-0 {
  padding-bottom: 0;
}
.m_over:hover {
  opacity: 0.6;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
}
.m_over_inverse:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
  /*filter: alpha(opacity=80);*/
}
