@charset "UTF-8";
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 87.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* No files to import found in ./vendors/* */
.lead, .detail, .detail .detail__inner .theme .theme__inner, .detail .detail__inner .prise .prise__inner, .detail .detail__inner .howtoapply .howtoapply__inner, .detail .detail__inner .howtoapply .txt, .recommend, .recommend .recommend__inner, .info, .pr {
  margin-left: auto;
  margin-right: auto;
}

.nav--external a {
  text-align: center;
  font-size: 0.85714em;
  font-size: 0.85714rem;
  position: relative;
}
.nav--external a span:before {
  background-image: url(../img/ico_external.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  content: '';
}

.nav--link {
  width: 223px;
  height: 28px;
  text-align: center;
  border: 2px solid #000;
}
.nav--link a {
  display: table;
  width: 100%;
  height: 28px;
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav--link a:hover {
  background-color: #fcff00;
}
.nav--link span {
  width: 100%;
  margin-top: -0.6em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
}

/****************************************************
 * Parts / Override
 */
body {
  font-size: 87.5%;
  font-size: small;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  outline: none;
  color: #3e3a39;
  line-height: 1.5;
}

html > body {
  font-size: 14px;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  background-color: #fff;
  min-width: 1316px;
}

.hdr {
  background: url(../img/hdr-img_mainvisual.jpg) repeat-x 0px 0px;
  height: 702px;
  position: relative;
}

.hdr__logo {
  padding-top: 163px;
  text-align: center;
}

.lead {
  width: 990px;
  padding-top: 90px;
  margin-bottom: 74px;
  text-align: center;
}
.lead .sub {
  font-size: 2.64286em;
  font-size: 2.64286rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.lead h2 {
  font-size: 3.71429em;
  font-size: 3.71429rem;
  font-weight: bold;
  line-height: 1;
  color: #00A0E9;
  margin-bottom: 32px;
}
.lead p {
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.75;
}

.contents .btn {
  margin-bottom: 58px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents .btn.btn--premium {
  margin-bottom: 0;
}
.contents .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.detail {
  width: 1122px;
  margin-bottom: 94px;
  position: relative;
}
.detail:before, .detail:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 84px;
  height: 87px;
  position: absolute;
  bottom: -20px;
  z-index: 100;
  content: '';
}
.detail:before {
  background-image: url(../img/bg_right_detail.png);
  left: -20px;
}
.detail:after {
  background-image: url(../img/bg_left_detail.png);
  right: -20px;
}
.detail .detail__inner {
  background-color: #fffec1;
  padding-top: 60px;
  text-align: center;
  position: relative;
}
.detail .detail__inner:before, .detail .detail__inner:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 84px;
  height: 87px;
  position: absolute;
  top: -20px;
  content: '';
}
.detail .detail__inner:before {
  background-image: url(../img/bg_left_detail.png);
  left: -20px;
}
.detail .detail__inner:after {
  background-image: url(../img/bg_right_detail.png);
  right: -20px;
}
.detail .detail__inner h3 {
  color: #00A0E9;
  font-size: 3.28571em;
  font-size: 3.28571rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 44px;
  text-align: center;
}
.detail .detail__inner .notes {
  font-size: 0.71429em;
  font-size: 0.71429rem;
}
.detail .detail__inner .term {
  margin-bottom: 48px;
}
.detail .detail__inner .term .term__date {
  margin-bottom: 50px;
}
.detail .detail__inner .term .txt {
  font-size: 1.42857em;
  font-size: 1.42857rem;
}
.detail .detail__inner .theme {
  margin-bottom: 46px;
}
.detail .detail__inner .theme .theme__inner {
  width: 1016px;
  margin-bottom: 14px;
  overflow: hidden;
}
.detail .detail__inner .theme .theme__inner .theme__list {
  float: left;
  width: 224px;
  margin: 0 15px;
}
.detail .detail__inner .theme .theme__inner .theme__list dt {
  margin-bottom: 8px;
}
.detail .detail__inner .theme .theme__inner .theme__list dd {
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.4;
  text-align: left;
  padding-left: 10px;
}
.detail .detail__inner .theme .theme__inner .theme__last dd {
  margin-right: -20px;
}
.detail .detail__inner .prise {
  margin-bottom: 38px;
}
.detail .detail__inner .prise .prise__inner {
  width: 930px;
  overflow: hidden;
}
.detail .detail__inner .prise .prise__inner dl {
  width: 250px;
  float: left;
  margin: 0 30px 38px 30px;
}
.detail .detail__inner .prise .prise__inner dl dt {
  margin-bottom: 36px;
}
.detail .detail__inner .prise .prise__inner dl dd p {
  font-weight: bold;
  line-height: 1;
}
.detail .detail__inner .prise .prise__inner dl dd .name {
  font-size: 1.78571em;
  font-size: 1.78571rem;
  margin-bottom: 18px;
}
.detail .detail__inner .prise .prise__inner dl dd .price {
  font-size: 1.28571em;
  font-size: 1.28571rem;
  margin-bottom: 20px;
}
.detail .detail__inner .prise .prise__inner dl dd .number {
  font-size: 1.64286em;
  font-size: 1.64286rem;
}
.detail .detail__inner .prise .notes {
  margin-bottom: 46px;
}
.detail .detail__inner .howtoapply .howtoapply__inner {
  width: 990px;
  text-align: left;
}
.detail .detail__inner .howtoapply h3 {
  margin-bottom: 42px;
}
.detail .detail__inner .howtoapply .txt {
  width: 810px;
  font-size: 1.28571em;
  font-size: 1.28571rem;
  line-height: 1.388888889;
  margin-bottom: 38px;
}
.detail .detail__inner .howtoapply dl {
  overflow: hidden;
}
.detail .detail__inner .howtoapply dl dt {
  color: #00A0E9;
  font-weight: bold;
  float: left;
  font-size: 1.28571em;
  font-size: 1.28571rem;
}
.detail .detail__inner .howtoapply dl dd {
  font-size: 1.28571em;
  font-size: 1.28571rem;
  margin-left: 92px;
}
.detail .detail__inner .howtoapply .Application {
  display: table;
  width: 100%;
  margin-bottom: 38px;
}
.detail .detail__inner .howtoapply .Application dt, .detail .detail__inner .howtoapply .Application dd {
  display: table-cell;
  vertical-align: middle;
}
.detail .detail__inner .howtoapply .Application dt {
  float: none;
  width: 92px;
}
.detail .detail__inner .howtoapply .Application dd {
  background: #fffff9;
  border: solid 2px #00A0E9;
  overflow: hidden;
  padding: 20px 0;
  margin-left: 0;
}
.detail .detail__inner .howtoapply .Application dd p {
  float: left;
  margin-left: 48px;
  font-size: 1.11111em;
  font-size: 1.42857rem;
  line-height: 1.4;
}
.detail .detail__inner .howtoapply .Application dd .mail {
  text-indent: -0.5em;
}
.detail .detail__inner .howtoapply .requirements {
  width: 330px;
  display: inline-block;
}
.detail .detail__inner .howtoapply .equipment {
  display: inline-block;
}
.detail .detail__inner .howtoapply .conditions {
  padding: 22px 0 56px;
}
.detail .detail__inner .howtoapply .conditions dd {
  width: 898px;
}
.detail .detail__inner .howtoapply .conditions dd span {
  color: #00A0E9;
}

.recommend {
  width: 1316px;
  height: 1791px;
  background: url(../img/bg_reco.png) no-repeat;
  padding-bottom: 82px;
}
.recommend .recommend__inner {
  width: 990px;
  padding-top: 160px;
}
.recommend .recommend__inner:after {
  display: block;
  clear: both;
  content: '';
}
.recommend .recommend__inner .ttl {
  background-color: #FFF;
  height: 114px;
  position: relative;
  margin-bottom: 38px;
}
.recommend .recommend__inner .ttl h3 {
  position: absolute;
  left: 30px;
  top: -25px;
}
.recommend .recommend__inner .ttl .sub {
  font-size: 1.21429em;
  font-size: 1.21429rem;
  line-height: 1.470588235;
  width: 450px;
  float: right;
  padding: 20px 30px 0 0;
}
.recommend .recommend__inner .spot {
  font-size: 0.92857em;
  font-size: 0.92857rem;
  line-height: 1.538461538;
  float: left;
}
.recommend .recommend__inner .spot .spot__img {
  margin-bottom: 16px;
}
.recommend .recommend__inner .spot dt {
  margin-left: 15px;
}
.recommend .recommend__inner .spot dd {
  margin-top: 10px;
  margin-left: 15px;
}
.recommend .recommend__inner .spot01_01, .recommend .recommend__inner .spot01_02 {
  margin-bottom: 10px;
}
.recommend .recommend__inner .spot01_01 {
  width: 400px;
  margin-right: 41px;
}
.recommend .recommend__inner .spot01_02 {
  position: relative;
  right: -10px;
}
.recommend .recommend__inner .spot02 dd, .recommend .recommend__inner .spot03 dd, .recommend .recommend__inner .spot04 dd, .recommend .recommend__inner .spot05 dd {
  width: 270px;
}
.recommend .recommend__inner .spot02 {
  margin-right: 20px;
}
.recommend .recommend__inner .spot03 {
  margin-right: 46px;
  margin-top: 15px;
}
.recommend .recommend__inner .spot04 {
  margin-top: 15px;
}
.recommend .recommend__inner .spot05 {
  margin-top: 44px;
  margin-right: 18px;
}
.recommend .recommend__inner .spot06 {
  margin-top: 16px;
  margin-right: 88px;
  width: 305px;
}
.recommend .recommend__inner .spot06 dl {
  margin: -10px 0 0 12px;
}
.recommend .recommend__inner .spot06 span {
  display: block;
  margin-top: 6px;
}

.info {
  width: 990px;
  overflow: hidden;
}
.info .access {
  float: left;
}
.info .contact {
  float: right;
}

.pr {
  background-color: #FFF;
  padding-top: 60px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1;
  color: #000;
  font-weight: bold;
  text-align: center;
}
