@charset "UTF-8";
/* CSS Document */

/* common */
body > section:nth-of-type(even) {
  background: #f9f4f4;
}

/* MV */
section#mv {
  padding-top: 0;
}
section#mv .slider + .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: -15px;
}

@media only screen and (max-width: 1200px) {
.mv_prompt {
  font-size: 12px;
  font-size: 1.2rem;
}
section#mv .slider + .inner {
  margin-top: -20px;
}
}

@media only screen and (max-width: 767px) {
section#mv .slider + .inner {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.mv_prompt {
  margin-bottom: 10px;
}
}

/* TOPICS */
.topic_toplist > ul,
.topic_otherlist > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topic_toplist > ul > li + li,
.topic_otherlist > ul > li + li {
  margin-left: 20px;
}
.topic_toplist > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
.topic_otherlist > ul > li {
  width: calc(33.33% - 14px);
  margin-bottom: 50px;
}
.topic_otherlist:last-child > ul > li {
  margin-bottom: 0;
}
.topic_toplist > ul > li img,
.topic_otherlist > ul > li img {
  width: 100%;
}
.topic_img {
  margin-bottom: 10px;
}
.topic_date {
  display: block;
  margin-bottom: 5px;
  color: #ff3971;
}

@media only screen and (max-width: 767px) {
.topic_toplist > ul > li,
.topic_otherlist > ul > li {
  width: calc(50% - 5px);
  margin-bottom: 25px;
}
.topic_otherlist:last-child > ul > li {
  margin-bottom: 25px;
}
.topic_toplist > ul > li + li,
.topic_otherlist > ul > li + li {
  margin-left: 10px;
}
.topic_otherlist > ul > li + li:nth-child(odd) {
  margin-left: 0;
}
.topic_otherlist:last-child > ul > li:last-child {
  margin-bottom: 0;
}
.topic_ttl {
  font-size: 12px;
  font-size: 1.2rem;
}
.topic_img {
  margin-bottom: 0;
}
.topic_date {
  margin-bottom: 0;
}
}

/* PHOTO */
.photo_list > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo_list > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
.photo_list > ul > li + li {
  margin-left: 20px;
}
.photo_list > ul > li + li:nth-child(odd) {
  margin-left: 0;
}
.photo_list > ul > li:nth-last-child(1),
.photo_list > ul > li:nth-last-child(2) {
  margin-bottom: 0;
}
.photo_list > ul > li img {
  width: 100%;
}
.photo_desc {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
.photo_desc {
  font-size: 14px;
  font-size: 1.4rem;
}
}

@media only screen and (max-width: 767px) {
.photo_list > ul {
  display: block;
}
.photo_list > ul > li {
  width: 100%;
  margin-bottom: 25px;
}
.photo_list > ul > li + li {
  margin-left: 0;
}
.photo_list > ul > li:nth-last-child(2) {
  margin-bottom: 25px;
}
}

/* CONTACT */
.form-container {
  width: 80%;
  margin: 0 auto;
}
.form-group {
  width: 100%;
  margin-bottom: 15px;
}
.form-group.type-btn {
  text-align: center;
}
.form-control {
  height: 45px;
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.form-control {
  height: auto;
}
section#contact label {
  width: 9%;
  margin-right: 3%;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  vertical-align: top;
}
section#contact .form-group.type-select label {
  margin-right: 2.6%;
}
section#contact input,
section#contact select,
section#contact textarea {
  width: 87%;
}
.contact_note {
  text-align: center;
}
.btn.btn-default {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #223;
  white-space: nowrap;
  padding: 10px 12px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #223;
  font-size: 20px;
  font-size: 2rem;
  min-width: 230px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
 }
 .btn.btn-default:hover {
   color: #223;
   background: #fff;
 }

@media only screen and (max-width: 1200px) {
section#contact label {
  font-size: 18px;
  font-size: 1.8rem;
}
section#contact .form-group.type-select label {
  margin-right: 2.35%;
}
.form-container {
  width: 100%;
}
.form-control {
  height: 35px;
}
.btn.btn-default {
  font-size: 16px;
  font-size: 1.6rem;
}
.contact_note {
  font-size: 14px;
  font-size: 1.4rem;
}
}

@media only screen and (max-width: 767px) {
section#contact label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
section#contact input,
section#contact select,
section#contact textarea {
  width: 100%;
}
.btn.btn-default {
  font-size: 14px;
  font-size: 1.4rem;
}
.contact_note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
}

/* copyright */
#top .copyright {
  background: #f9f4f4;
}
