@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
  height: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

a.link {
  color: #fa4a22;
  text-decoration: underline;
}

a, button {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  border: none;
}

a:hover, button:hover {
  opacity: 0.7;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.emp {
  font-weight: bold;
}

.day {
  font-weight: bold;
  text-align: center;
}

.textlink_r {
  text-decoration: underline;
  color: #fa4a22;
  margin: 3px 0 0;
}

.textlink_y {
  text-decoration: underline;
  color: #ffd614;
  margin: 3px 0 0;
}

h3 {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #205e59;
  padding: 6px 0;
  border-top: 1px #205e59 solid;
  border-bottom: 1px #205e59 solid;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #205e59;
}
h4:not(:first-child) {
  margin-top: 10px;
}
h4::before {
  content: "";
  display: inline-block;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  background-color: #205e59;
  margin-right: 6px;
}
@media only screen and (max-width: 750px) {
  h4:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.loading {
  /*ロード画面*/
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

@media only screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}

.text_center {
  /*中央揃い*/
  text-align: center;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.main_notetext {
  /*赤点線囲み*/
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  border: dashed 2px #666666;
  border-radius: 20px;
  color: #666666;
  margin: 30px auto 0;
}
@media only screen and (max-width: 750px) {
  .main_notetext {
    margin: 0 auto;
    padding: 30px 20px;
    margin: 20px auto 0;
  }
}

/*.main_notetext */
.note-indent {
  /*注意書き*/
  font-size: 14px;
  color: #666666;
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (max-width: 750px) {
  .note-indent {
    font-size: 12px;
  }
}

/*.notetext*/
.notes {
  /*注意書き*/
  font-size: 14px;
  color: #666666;
  text-align: left;
}

header {
  background-color: #fff;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
header .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  header .inner {
    padding: 10px 5px 5px;
  }
}
header .inner .logo1 {
  width: 140px;
  margin: 0 5px;
}
@media only screen and (max-width: 750px) {
  header .inner .logo1 {
    width: 88px;
  }
}
header .inner .logo2 {
  width: 170px;
  margin: 0 5px;
}
@media only screen and (max-width: 750px) {
  header .inner .logo2 {
    width: 108px;
  }
}
header .inner img {
  width: 100%;
  vertical-align: top;
}

.contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 60px 0;
  background: url(../img/pc_bg_deco.png) no-repeat center top, url(../img/pc_bg_city.png) repeat-x center bottom;
  background-color: #205e59;
}
.contents::before {
  content: "";
  position: absolute;
  background-image: url(../img/pc_bg_corner.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 61px;
  left: 10px;
  width: 90px;
  height: 90px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .contents::before {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .contents::before {
    display: none;
  }
}
.contents::after {
  content: "";
  position: absolute;
  background-image: url(../img/pc_bg_corner.png);
  transform: scale(-1, 1);
  background-size: contain;
  background-repeat: no-repeat;
  top: 61px;
  right: 10px;
  width: 90px;
  height: 90px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .contents::after {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .contents::after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .contents {
    padding: 0 0 40px 0;
  }
}
.contents .MV {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0px auto;
}
.contents .MV img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
  z-index: 10;
}
.contents .prize {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 0px 40px;
}
@media only screen and (max-width: 750px) {
  .contents .prize {
    padding: 0px;
  }
}
.contents .prize img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
  z-index: 10;
}
.contents .inner {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .contents .inner {
    padding: 0 5px;
  }
}
.contents .inner img {
  z-index: 10;
}

.flex_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 750px) {
  .flex_box {
    display: block;
  }
}

.btn-box {
  /*ボタン指定*/
  width: 100%;
  max-width: px;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .btn-box {
    margin: 20px auto 0;
  }
}
.btn-box img {
  width: 100%;
  max-width: 528px;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .btn-box img {
    width: 100%;
    max-width: 460px;
  }
}

.notes-box {
  padding: 0px 40px 140px;
}
.notes-box .notes {
  color: #ffffff;
}
.notes-box a.link {
  color: #ffd614;
}
@media only screen and (max-width: 750px) {
  .notes-box {
    padding: 0px 14px 140px;
  }
}

.content__left {
  /*PC時の左ブロック*/
  max-width: 49%;
  float: left;
}
@media only screen and (max-width: 750px) {
  .content__left {
    width: 100%;
    max-width: 750px;
    float: none;
  }
}

.content__right {
  /*PC時の右ブロック*/
  max-width: 49%;
  float: right;
}
@media only screen and (max-width: 750px) {
  .content__right {
    width: 100%;
    max-width: 750px;
    float: none;
  }
}

.content__box_title {
  padding: 10px 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background: #5a331c;
  position: relative;
}

.content__back {
  width: 100%;
  display: inline-flex;
  background-color: #c37d45;
  background: url(../img/pc_bg_brick.jpg) repeat center top;
  padding: 60px 0;
  /*.content*/
}
@media only screen and (max-width: 750px) {
  .content__back {
    padding: 40px 0 30px 0;
  }
}
.content__back .content {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 20px;
  /*.content__box*/
}
@media only screen and (max-width: 750px) {
  .content__back .content {
    padding: 0 10px;
  }
}
.content__back .content .content__box {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 2px solid #5a331c;
  border-radius: 10px;
  overflow: hidden;
  /*.box__text*/
}
@media only screen and (max-width: 750px) {
  .content__back .content .content__box {
    width: 100%;
    max-width: 750px;
    margin-bottom: 15px;
  }
}
.content__back .content .content__box .box__text {
  padding: 30px 20px;
  /*ul*/
  /*.box_img*/
}
@media only screen and (max-width: 750px) {
  .content__back .content .content__box .box__text {
    padding: 20px 10px;
  }
}
.content__back .content .content__box .box__text .list_link {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.content__back .content .content__box .box__text .text__range:not(:first-child) {
  margin-top: 16px;
}
.content__back .content .content__box .box__text ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.content__back .content .content__box .box__text ul li:nth-child(n + 2) {
  margin-top: 10px;
}
.content__back .content .content__box .box__text ul li::before {
  content: "";
  background-color: #000;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  margin-right: 9px;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .content__back .content .content__box .box__text ul li {
    font-size: 14px;
  }
}
.content__back .content .content__box .box__text .box_img {
  width: 100%;
  max-width: 495px;
}
.content__back .content .content__box .box__text .box_img img {
  width: 100%;
}
.content__back .content .content__box .box__text p {
  word-wrap: break-word;
}
.content__back .content .content__box .mar_top10 {
  margin-top: 10px;
}
.content__back .content .content__box .font_bold {
  font-weight: bold;
}
.content__back .content a {
  color: #fa4a22;
  font-weight: bold;
  text-decoration: underline;
}

.content__back_B {
  /*ボタン下*/
  width: 100%;
  padding: 50px 10px 40px;
  /*content*/
}
@media only screen and (max-width: 750px) {
  .content__back_B {
    padding: 40px 10px 30px;
  }
}
.content__back_B .content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /*content__box*/
}
.content__back_B .content .content__box {
  width: 100%;
  background-color: #fff;
  border: 3px solid #c37d45;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .content__back_B .content .content__box {
    width: 100%;
    max-width: 750px;
    margin-bottom: 15px;
  }
}
.content__back_B .content .content__box .box__text {
  padding: 30px 20px;
}
@media only screen and (max-width: 750px) {
  .content__back_B .content .content__box .box__text {
    padding: 20px 10px;
  }
}

/*content__back_B*/
footer {
  clear: both;
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
  border-top: solid 1px #D6D6D6;
  /*.footer__menu*/
}
footer .footer__menu {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  /*.footer__menu*/
  /*p*/
}
footer .footer__menu ul {
  /*li*/
}
footer .footer__menu ul li {
  display: inline-block;
  margin: 0 10px;
  /*a*/
}
footer .footer__menu ul li a {
  text-decoration: underline;
}
footer .footer__menu P {
  margin-top: 30px;
  font-size: 12px;
}

/*footer*/
