@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.typekit.net/cax6byr.css);
a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

/* ==================================================
base
================================================== */
#contents {
  padding-top: 0;
  max-width: 1060px;
}
#contents ul li {
  padding-left: 0;
}
#contents ul li::before {
  display: none;
}

body.secondDir #contents {
  padding-top: 3rem;
}

/*1カラムだけの場合*/
#main {
  width: 100%;
}

aside#side {
  display: none;
}

/* ==================================================
オリジナルの追加
================================================== */
/* Common */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

#overlay {
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: none;
  }
}
.ski_section h1 {
  font-size: 1.8em;
  font-weight: bold;
  float: none !important;
  line-height: 1.2;
}
.ski_section h1::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/icon_skiing.svg") center/contain no-repeat;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.ski_section h3 {
  margin-top: 3rem;
}

/*背景*/
.wrapper {
  width: 100%;
  background-image: url(../img/background.jpg);
  background-repeat: repeat;
  height: auto;
  padding: 1px 0 20px;
}

/*パンくず*/
#pan {
  padding: 10px;
  font-size: 10px;
}

#footprint {
  margin-bottom: 1em;
}

/* Construction */
.main,
.main_detail {
  height: auto;
  background-color: white;
  margin: 10px;
  border-radius: 10px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .main,
  .main_detail {
    width: 860px;
    margin: 0 auto;
  }
}

section.ski_section {
  height: auto;
  margin: 0px auto;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  section.ski_section {
    padding: 20px 40px;
    width: 700px;
  }
}

/*ヘッダー部*/
body.mailform .title_image {
  margin: 0 0 40px;
}
body.mailform .title_image img {
  width: 100%;
  vertical-align: bottom;
}

.period {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  border-top: 3px solid #0074c1;
  border-bottom: 3px solid #0074c1;
  margin: 20px 0;
}
.period p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .period p {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .period {
    border: none;
    background: #f44336;
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .title_image.pc {
    max-width: 1400px;
    margin: 0 auto;
  }
}
/*mainの上下青帯*/
.blue-top {
  width: 100%;
  height: 20px;
  border-radius: 10px 10px 0 0;
  background-color: #0074c1;
}

.blue-bottom {
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 0 0 10px 10px;
  background-color: #0074c1;
}

#safety {
  padding: 25px;
  color: white;
  margin: 0 auto;
  font-weight: bold;
}

/*セクション見出し*/
.title {
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    margin-bottom: 1rem;
    text-align: left;
    width: 76%;
  }
}
.title img {
  width: auto !important;
  height: 30px;
}

/*軽井沢近郊のスキー場一覧*/
.list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .list {
    flex-direction: row;
  }
}
.list > a:hover {
  text-decoration: none;
}
.list .box {
  width: 100%;
  display: block;
  margin-bottom: 10%;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .list .box {
    width: 47%;
  }
}
.list .box .list_box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .list .box .list_box {
    display: block;
  }
}
.list .box .list_box .left_image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .list .box .list_box .left_image {
    margin-right: 1rem;
  }
}
.list .box .list_box .left_image img {
  border-radius: 10px;
}
.list .box .list_box .left_text {
  margin: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .list .box .list_box .left_text {
    margin: 0;
  }
}
.list .box .list_box .left_text h2 {
  font-size: 1.2rem !important;
  margin: 0 0 0.5rem 0;
  color: #0074c1;
  font-weight: bold !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1.4;
}
.list .box .list_box .left_text h2 a {
  color: #0074c1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .list .box .list_box .left_text h2 .tel {
    margin: 5px 0;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }
}
.list .box .list_box .left_text p {
  color: #333;
}
.list .box .list_box .left_text .sbox {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.5;
}
.list .box .list_box .left_text .sbox span {
  color: red;
  font-weight: bold;
  margin-right: 0.5rem;
  font-size: 0.4rem;
  border: 1px solid red;
  padding: 0.1rem;
}
.list .box .list_box .left_text .ski-text {
  line-height: 140%;
  text-align: justify;
}
.list .box .list_box .left_text span {
  font-size: 0.7rem;
}
.list .box .list_box .left_text .red {
  font-weight: bold;
  color: yellow;
  background: red;
  padding: 0 0.5rem;
  margin-top: 1rem;
  width: fit-content;
  border-radius: 6px;
  font-size: 1rem;
}

.detail {
  margin-top: 17px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.detail a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.5em;
  background: #0074c1;
}

/*ページ内リンクボタン*/
.application {
  width: 95%;
  margin: 0 auto;
}

a.to-form,
a.to-form:visited {
  font-size: 1.5em;
  display: block;
  background: #ff5722;
  position: relative;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  color: #fff !important;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 #797979;
  box-shadow: 0 2px 0 #797979;
  cursor: pointer;
  text-decoration: none;
}

a.to-form::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 15px solid transparent;
  border-top: 15px solid #ff5722;
  width: 0;
  height: 0;
  -webkit-filter: drop-shadow(0 2px 0 #797979);
  filter: drop-shadow(0 2px 0 #797979);
}

@media screen and (min-width: 480px) {
  a.to-form,
  a.to-form:visited {
    width: 500px;
    padding: 0;
  }
  a.to-form p {
    margin: 0;
    padding: 0.5em;
  }
}
/*Map*/
@media screen and (max-width: 480px) {
  .ski_section.map {
    width: 100%;
  }
}
.map {
  margin: 20px 0;
}

.map_list {
  margin: 30px auto;
  width: 85%;
}

.mapImage {
  padding: 10px;
}

iframe {
  width: 99%;
}

.map-name {
  margin-left: 35px;
  padding: 10px 0 5px;
}

.map a {
  text-decoration: none !important;
}

.map a:hover {
  text-decoration: underline !important;
}

/*----------------------------------------
	詳細ページ
----------------------------------------*/
#piste-image {
  margin-bottom: 20px;
}

#piste-image img {
  width: 100%;
}

.detailtop {
  width: 100%;
}

.detailtop h1 {
  text-align: center;
  font-size: 31px !important;
  padding: 0 10px;
  font-weight: bold;
  width: 100%;
  line-height: 1.3;
}

@media screen and (min-width: 480px) {
  .detailtop {
    padding: 0;
    margin: 0;
    border: none;
  }
  .detailtop h1 {
    margin: 0;
  }
  .main_detail .ski_section {
    width: 100%;
  }
  .title {
    text-align: center;
  }
  .title img {
    width: auto !important;
  }
}
#subject {
  text-align: center;
}

.application_detail img {
  width: 100%;
}

.profile {
  margin: 10px 0;
}

#profile_left,
#profile_right {
  width: 100%;
  height: auto;
}

#profile_left img {
  width: 100%;
}

.lift,
.piste {
  width: 100%;
  height: auto;
  margin: 50px auto;
}

.lift,
.infomation {
  width: 100%;
}

#text-detail {
  text-align: justify;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.infomation {
  margin-bottom: 20px;
}

.lift_text {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .lift_text {
    font-size: 12px;
    margin-top: 10px;
  }
}
.family {
  height: 80px;
}

.info_b {
  padding-left: 20px;
  text-align: left !important;
}
.info_b a {
  color: #1d5dfb;
  text-decoration: underline;
}

#bottom_none {
  margin-bottom: 0;
}

#back {
  width: 93%;
  text-align: right;
  margin: 10px auto !important;
}

.rantal_td {
  width: 200px;
}

#bottom_none table {
  margin: 0 auto 40px !important;
  border: none;
}

/* テーブル */
@media screen and (max-width: 479px) {
  .responsive-table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 480px) {
  .responsive-table {
    margin-bottom: 0;
  }
}
table {
  border: 4px solid white;
  width: 100%;
}

@media screen and (max-width: 479px) {
  table {
    font-size: 16px !important;
  }
  .responsive-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
table th,
table td {
  padding: 1em;
  border: 1px solid #fff;
}

table th {
  background-color: #d6f2ff;
}

table td {
  background-color: #f7f7f7;
  text-align: center;
}

#bottom_none table th,
#bottom_none table td {
  float: left;
  width: 100%;
  padding: 10px 10px !important;
  text-align: center !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (min-width: 480px) {
  #bottom_none table th,
  #bottom_none table td {
    width: 93%;
  }
}
#bottom_none table tbody {
  display: block;
}

#bottom_none table tbody th {
  list-style-type: none;
}

#bottom_none table tbody td:nth-of-type(1)::before {
  content: "";
}

#bottom_none table tbody td:nth-of-type(2)::before {
  content: "";
}

@media screen and (min-width: 480px) {
  #bottom_none table {
    margin-bottom: 60px !important;
  }
  #bottom_none table,
  #bottom_none table tbody {
    display: table;
    width: 100%;
  }
  #bottom_none table th,
  #bottom_none table td {
    float: none;
    width: auto;
    text-align: left !important;
  }
}
/* 戻るボタン */
.btn_back {
  display: block;
  padding: 1em;
  background: #0074c1;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 40px 0 60px;
  font-size: 1rem;
  color: #fff;
  -webkit-box-shadow: 0 0.2em 0 #08151f;
  box-shadow: 0 0.2em 0 #08151f;
}

.btn_back:link,
.btn_back:visited {
  color: #fff;
}

/*----------------------------------------
	フォーム
----------------------------------------*/
.attention {
  padding: 1em;
  background-color: #fff;
  border: 8px solid #0074c1;
  margin-bottom: 30px;
}

p.attention_text {
  margin: 0 auto;
  color: #333;
  font-size: 1rem;
}

.at {
  color: red;
}

.contact_form {
  margin: 20px auto;
}

.list01 td,
.list02 td,
.list03 td,
.list04 td,
.list05 td {
  text-align: left !important;
  width: 100%;
}

.required::after {
  content: "必須";
  border: 1px solid red;
  color: red;
  padding: 0.3em;
  font-size: 10px;
  margin-left: 0.2em;
}

form {
  text-align: center;
}

#contactForm h1 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  float: none;
  font-weight: bold;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
  font-size: 1rem;
  text-indent: 1em;
  padding: 0.5em;
  cursor: pointer;
}

#contactForm table {
  width: 100%;
  margin: 0 auto !important;
  border: none;
  font-size: 14px;
}

#contactForm table tr {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

#contactForm table th {
  background: none;
}

#contactForm table td {
  background: none;
}

#contactForm table th,
#contactForm table td {
  display: block;
  padding: 5px 0 0;
  width: 100%;
  text-align: left !important;
}

#contactForm table textarea {
  width: 100%;
  border: 1px solid #ddd;
}

#contactForm .note {
  font-size: 0.7em;
  margin-left: 0.6em;
}

#contactForm input[type=submit] {
  margin: 20px auto;
  width: 90%;
  height: 50px;
  font-size: 1.2em;
  background: #ff8a00;
  color: #fff;
  border-radius: 6px;
  border: none;
}

#contactForm input[type=text] {
  height: 4em;
  border: 1px solid #ddd;
}

#contactForm input[type=text].text-input {
  width: 100%;
  margin: 0 auto;
}

#contactForm input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contactForm label span {
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#contactForm label:hover {
  cursor: pointer;
}

#contactForm #tel1,
#contactForm #tel2,
#contactForm #tel3 {
  height: 4em;
  width: 80%;
}

/*ラジオボタン*/
#contactForm input[type=radio],
#contactForm input[type=checkbox] {
  display: none;
  float: left;
}

#contactForm input[type=radio]::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contactForm input[type=radio]:checked + span,
label input[type=checkbox]:checked + label {
  background: #9eb3df !important;
  color: #fff;
}

/* セレクトボックス */
.select_box {
  overflow: hidden;
  width: 90%;
  margin: 1em auto;
  text-align: center;
}

.select_box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_box select::-ms-expand {
  display: none;
}

.select_box {
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}

.select_box::before {
  position: absolute;
  top: 1.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;
}

.select_box select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.formbtn {
  margin: 2rem 1rem;
}

/* 送信完了 */
#thanks {
  padding: 2rem;
}/*# sourceMappingURL=styles.css.map */