@charset "UTF-8";
/*====================================================================================
共通：設定
====================================================================================*/
/*====================================================================================
0）リセット
====================================================================================*/
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 66.6666666667% sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

.t_ico, *[class*="tit_sub"].ico:before {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_title.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

/*====================================================================================
エリアの設定
====================================================================================*/
html, body {
  overflow-x: hidden;
  　position: relative;
}

/*====================================================================================
テキスト
====================================================================================*/
body {
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------
基本フォント
------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0;
  word-wrap: break-word;
}

a {
  color: #000;
}

li {
  list-style-type: none;
}

/*------------------------------------------
テキストスタイル
------------------------------------------*/
/* 行揃え
------------------------------------------*/
.ta-le {
  text-align: left !important;
}

.ta-ce {
  text-align: center !important;
}

.ta-ri {
  text-align: right !important;
}

@media screen and (max-width: 700px) {
  .ta-le_sp {
    text-align: left !important;
  }
  .ta-ce_sp {
    text-align: center !important;
  }
  .ta-ri_sp {
    text-align: right !important;
  }
}

@media screen and (min-width: 700px) {
  .ta-le_pc {
    text-align: left !important;
  }
  .ta-ce_pc {
    text-align: center !important;
  }
  .ta-ri_pc {
    text-align: right !important;
  }
}

/* 縦揃え（vertiacl-align
------------------------------------------*/
.va-to {
  vertical-align: top !important;
}

.va-mi {
  vertical-align: middle !important;
}

.va-bo {
  vertical-align: bottom !important;
}

@media screen and (max-width: 700px) {
  .va-to_sp {
    vertical-align: top !important;
  }
  .va-mi_sp {
    vertical-align: middle !important;
  }
  .va-bo_sp {
    vertical-align: bottom !important;
  }
}

@media screen and (min-width: 700px) {
  .va-to_pc {
    vertical-align: top !important;
  }
  .va-mi_pc {
    vertical-align: middle !important;
  }
  .va-bo_pc {
    vertical-align: bottom !important;
  }
}

/* テキストの太さ
------------------------------------------*/
.fw-bo {
  font-weight: bold;
}

.fw-no {
  font-weight: normal;
}

@media screen and (max-width: 700px) {
  .fw-bo_sp {
    font-weight: bold !important;
  }
  .fw-no_sp {
    font-weight: normal !important;
  }
}

@media screen and (min-width: 700px) {
  .fw-bo_pc {
    font-weight: bold !important;
  }
  .fw-no_pc {
    font-weight: normal !important;
  }
}

/* 一行ではみ出た部分を...
------------------------------------------*/
.to-el {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media screen and (max-width: 700px) {
  .to-el_sp {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (min-width: 700px) {
  .to-el_pc {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* 折り返しなし・はみ出たら非表示
------------------------------------------*/
.to-el {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 700px) {
  .to-el_sp {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (min-width: 700px) {
  .to-el_pc {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/*====================================================================================
余白の設定：top、right、bottom、left、topとbottom、leftとright
====================================================================================*/
/*------------------------------------------
paddingを与える
------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.ptAuto {
  padding-top: auto !important;
}

.prAuto {
  padding-right: auto !important;
}

.pbAuto {
  padding-bottom: auto !important;
}

.plAuto {
  padding-left: auto !important;
}

.ptbAuto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.plrAuto {
  padding-left: auto !important;
  padding-right: auto !important;
}

@media screen and (max-width: 700px) {
  .pt0_sp {
    padding-top: 0px !important;
  }
  .pr0_sp {
    padding-right: 0px !important;
  }
  .pb0_sp {
    padding-bottom: 0px !important;
  }
  .pl0_sp {
    padding-left: 0px !important;
  }
  .ptb0_sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .plr0_sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .pl10_sp {
    padding-left: 10px !important;
  }
  .ptb10_sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .plr10_sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .pl20_sp {
    padding-left: 20px !important;
  }
  .ptb20_sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .plr20_sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .pl30_sp {
    padding-left: 30px !important;
  }
  .ptb30_sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .plr30_sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .pl40_sp {
    padding-left: 40px !important;
  }
  .ptb40_sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .plr40_sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
  .pl50_sp {
    padding-left: 50px !important;
  }
  .ptb50_sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .plr50_sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .pr60_sp {
    padding-right: 60px !important;
  }
  .pb60_sp {
    padding-bottom: 60px !important;
  }
  .pl60_sp {
    padding-left: 60px !important;
  }
  .ptb60_sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .plr60_sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .pr70_sp {
    padding-right: 70px !important;
  }
  .pb70_sp {
    padding-bottom: 70px !important;
  }
  .pl70_sp {
    padding-left: 70px !important;
  }
  .ptb70_sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .plr70_sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .pr80_sp {
    padding-right: 80px !important;
  }
  .pb80_sp {
    padding-bottom: 80px !important;
  }
  .pl80_sp {
    padding-left: 80px !important;
  }
  .ptb80_sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .plr80_sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .pr90_sp {
    padding-right: 90px !important;
  }
  .pb90_sp {
    padding-bottom: 90px !important;
  }
  .pl90_sp {
    padding-left: 90px !important;
  }
  .ptb90_sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .plr90_sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
  .pr100_sp {
    padding-right: 100px !important;
  }
  .pb100_sp {
    padding-bottom: 100px !important;
  }
  .pl100_sp {
    padding-left: 100px !important;
  }
  .ptb100_sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .plr100_sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .ptAuto_sp {
    padding-top: auto !important;
  }
  .prAuto_sp {
    padding-right: auto !important;
  }
  .pbAuto_sp {
    padding-bottom: auto !important;
  }
  .plAuto_sp {
    padding-left: auto !important;
  }
  .ptbAuto_sp {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .plrAuto_sp {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media screen and (min-width: 700px) {
  .pt0_pc {
    padding-top: 0px !important;
  }
  .pr0_pc {
    padding-right: 0px !important;
  }
  .pb0_pc {
    padding-bottom: 0px !important;
  }
  .pl0_pc {
    padding-left: 0px !important;
  }
  .ptb0_pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .plr0_pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt10_pc {
    padding-top: 10px !important;
  }
  .pr10_pc {
    padding-right: 10px !important;
  }
  .pb10_pc {
    padding-bottom: 10px !important;
  }
  .pl10_pc {
    padding-left: 10px !important;
  }
  .ptb10_pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .plr10_pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pt20_pc {
    padding-top: 20px !important;
  }
  .pr20_pc {
    padding-right: 20px !important;
  }
  .pb20_pc {
    padding-bottom: 20px !important;
  }
  .pl20_pc {
    padding-left: 20px !important;
  }
  .ptb20_pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .plr20_pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pt30_pc {
    padding-top: 30px !important;
  }
  .pr30_pc {
    padding-right: 30px !important;
  }
  .pb30_pc {
    padding-bottom: 30px !important;
  }
  .pl30_pc {
    padding-left: 30px !important;
  }
  .ptb30_pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .plr30_pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pt40_pc {
    padding-top: 40px !important;
  }
  .pr40_pc {
    padding-right: 40px !important;
  }
  .pb40_pc {
    padding-bottom: 40px !important;
  }
  .pl40_pc {
    padding-left: 40px !important;
  }
  .ptb40_pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .plr40_pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pt50_pc {
    padding-top: 50px !important;
  }
  .pr50_pc {
    padding-right: 50px !important;
  }
  .pb50_pc {
    padding-bottom: 50px !important;
  }
  .pl50_pc {
    padding-left: 50px !important;
  }
  .ptb50_pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .plr50_pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pt60_pc {
    padding-top: 60px !important;
  }
  .pr60_pc {
    padding-right: 60px !important;
  }
  .pb60_pc {
    padding-bottom: 60px !important;
  }
  .pl60_pc {
    padding-left: 60px !important;
  }
  .ptb60_pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .plr60_pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pt70_pc {
    padding-top: 70px !important;
  }
  .pr70_pc {
    padding-right: 70px !important;
  }
  .pb70_pc {
    padding-bottom: 70px !important;
  }
  .pl70_pc {
    padding-left: 70px !important;
  }
  .ptb70_pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .plr70_pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pt80_pc {
    padding-top: 80px !important;
  }
  .pr80_pc {
    padding-right: 80px !important;
  }
  .pb80_pc {
    padding-bottom: 80px !important;
  }
  .pl80_pc {
    padding-left: 80px !important;
  }
  .ptb80_pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .plr80_pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pt90_pc {
    padding-top: 90px !important;
  }
  .pr90_pc {
    padding-right: 90px !important;
  }
  .pb90_pc {
    padding-bottom: 90px !important;
  }
  .pl90_pc {
    padding-left: 90px !important;
  }
  .ptb90_pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .plr90_pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pt100_pc {
    padding-top: 100px !important;
  }
  .pr100_pc {
    padding-right: 100px !important;
  }
  .pb100_pc {
    padding-bottom: 100px !important;
  }
  .pl100_pc {
    padding-left: 100px !important;
  }
  .ptb100_pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .plr100_pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .ptAuto_pc {
    padding-top: auto !important;
  }
  .prAuto_pc {
    padding-right: auto !important;
  }
  .pbAuto_pc {
    padding-bottom: auto !important;
  }
  .plAuto_pc {
    padding-left: auto !important;
  }
  .ptbAuto_pc {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .plrAuto_pc {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

/*------------------------------------------
marginを与える
------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

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

.mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

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

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

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

.mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

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

.mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

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

.mlr40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

.ml50 {
  margin-left: 50px !important;
}

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

.mlr50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

.ml60 {
  margin-left: 60px !important;
}

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

.mlr60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mlr70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mlr80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mlr90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mlr100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mtAuto {
  margin-top: auto !important;
}

.mrAuto {
  margin-right: auto !important;
}

.mbAuto {
  margin-bottom: auto !important;
}

.mlAuto {
  margin-left: auto !important;
}

.mtbAuto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mlrAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 700px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mr0_sp {
    margin-right: 0px !important;
  }
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .ml0_sp {
    margin-left: 0px !important;
  }
  .mtb0_sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mlr0_sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .mtb10_sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mlr10_sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .ml20_sp {
    margin-left: 20px !important;
  }
  .mtb20_sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mlr20_sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .ml30_sp {
    margin-left: 30px !important;
  }
  .mtb30_sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mlr30_sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mr40_sp {
    margin-right: 40px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .ml40_sp {
    margin-left: 40px !important;
  }
  .mtb40_sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mlr40_sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .ml50_sp {
    margin-left: 50px !important;
  }
  .mtb50_sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mlr50_sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mr60_sp {
    margin-right: 60px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .ml60_sp {
    margin-left: 60px !important;
  }
  .mtb60_sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mlr60_sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mr70_sp {
    margin-right: 70px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .ml70_sp {
    margin-left: 70px !important;
  }
  .mtb70_sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mlr70_sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mr80_sp {
    margin-right: 80px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .ml80_sp {
    margin-left: 80px !important;
  }
  .mtb80_sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mlr80_sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mr90_sp {
    margin-right: 90px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .ml90_sp {
    margin-left: 90px !important;
  }
  .mtb90_sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mlr90_sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mr100_sp {
    margin-right: 100px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .ml100_sp {
    margin-left: 100px !important;
  }
  .mtb100_sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mlr100_sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mtAuto_sp {
    margin-top: auto !important;
  }
  .mrAuto_sp {
    margin-right: auto !important;
  }
  .mbAuto_sp {
    margin-bottom: auto !important;
  }
  .mlAuto_sp {
    margin-left: auto !important;
  }
  .mtbAuto_sp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mlrAuto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 700px) {
  .mt0_pc {
    margin-top: 0px !important;
  }
  .mr0_pc {
    margin-right: 0px !important;
  }
  .mb0_pc {
    margin-bottom: 0px !important;
  }
  .ml0_pc {
    margin-left: 0px !important;
  }
  .mtb0_pc {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mlr0_pc {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mt10_pc {
    margin-top: 10px !important;
  }
  .mr10_pc {
    margin-right: 10px !important;
  }
  .mb10_pc {
    margin-bottom: 10px !important;
  }
  .ml10_pc {
    margin-left: 10px !important;
  }
  .mtb10_pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mlr10_pc {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mt20_pc {
    margin-top: 20px !important;
  }
  .mr20_pc {
    margin-right: 20px !important;
  }
  .mb20_pc {
    margin-bottom: 20px !important;
  }
  .ml20_pc {
    margin-left: 20px !important;
  }
  .mtb20_pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mlr20_pc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mr30_pc {
    margin-right: 30px !important;
  }
  .mb30_pc {
    margin-bottom: 30px !important;
  }
  .ml30_pc {
    margin-left: 30px !important;
  }
  .mtb30_pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mlr30_pc {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mt40_pc {
    margin-top: 40px !important;
  }
  .mr40_pc {
    margin-right: 40px !important;
  }
  .mb40_pc {
    margin-bottom: 40px !important;
  }
  .ml40_pc {
    margin-left: 40px !important;
  }
  .mtb40_pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mlr40_pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  .mr50_pc {
    margin-right: 50px !important;
  }
  .mb50_pc {
    margin-bottom: 50px !important;
  }
  .ml50_pc {
    margin-left: 50px !important;
  }
  .mtb50_pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mlr50_pc {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mt60_pc {
    margin-top: 60px !important;
  }
  .mr60_pc {
    margin-right: 60px !important;
  }
  .mb60_pc {
    margin-bottom: 60px !important;
  }
  .ml60_pc {
    margin-left: 60px !important;
  }
  .mtb60_pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mlr60_pc {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mt70_pc {
    margin-top: 70px !important;
  }
  .mr70_pc {
    margin-right: 70px !important;
  }
  .mb70_pc {
    margin-bottom: 70px !important;
  }
  .ml70_pc {
    margin-left: 70px !important;
  }
  .mtb70_pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mlr70_pc {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mt80_pc {
    margin-top: 80px !important;
  }
  .mr80_pc {
    margin-right: 80px !important;
  }
  .mb80_pc {
    margin-bottom: 80px !important;
  }
  .ml80_pc {
    margin-left: 80px !important;
  }
  .mtb80_pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mlr80_pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mt90_pc {
    margin-top: 90px !important;
  }
  .mr90_pc {
    margin-right: 90px !important;
  }
  .mb90_pc {
    margin-bottom: 90px !important;
  }
  .ml90_pc {
    margin-left: 90px !important;
  }
  .mtb90_pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mlr90_pc {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mt100_pc {
    margin-top: 100px !important;
  }
  .mr100_pc {
    margin-right: 100px !important;
  }
  .mb100_pc {
    margin-bottom: 100px !important;
  }
  .ml100_pc {
    margin-left: 100px !important;
  }
  .mtb100_pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mlr100_pc {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mtAuto_pc {
    margin-top: auto !important;
  }
  .mrAuto_pc {
    margin-right: auto !important;
  }
  .mbAuto_pc {
    margin-bottom: auto !important;
  }
  .mlAuto_pc {
    margin-left: auto !important;
  }
  .mtbAuto_pc {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mlrAuto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*====================================================================================
限定
====================================================================================*/
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
横並びの設定
====================================================================================*/
/*------------------------------------------
解除
------------------------------------------*/
.cf:after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  clear: both !important;
}

@media screen and (max-width: 700px) {
  .cf_sp:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    clear: both !important;
  }
}

@media screen and (min-width: 700px) {
  .cf_pc:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    clear: both !important;
  }
}

/*====================================================================================
共通：パーツ   
====================================================================================*/
/*------------------------------------------
ボックス：トップ(背景色なし)
------------------------------------------*/
.topArea {
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.topArea * {
  color: #083997;
  text-shadow: 0px 0px 5px white;
}

@media screen and (min-width: 700px) {
  .topArea {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  .topArea p {
    padding: 0px 100px;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 700px) {
  body[data-col="1"] .topArea {
    width: 650px;
  }
  body[data-col="2"] .topArea {
    width: 990px;
  }
}

/*------------------------------------------
ボックス：大
------------------------------------------*/
.box_L + .box_L {
  margin-top: 30px;
}

/*------------------------------------------
ボックス：中
------------------------------------------*/
.box_M > *:not(:last-child) {
  margin-bottom: 10px;
}

.box_M + .box_M {
  margin-top: 20px;
}

.box_M.bg {
  padding-bottom: 20px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-color: #bed2f3;
  background-position: 0px 10px;
  overflow: hidden;
}

.box_M.bg + .box_M {
  margin-top: 0;
}

/*------------------------------------------
ボックス：小
------------------------------------------*/
.box_S > *:not(:last-child) {
  margin-bottom: 10px;
}

.box_S + .box_S {
  margin-top: 10px;
}

/*------------------------------------------
ボックス：2カラム　
------------------------------------------*/
.box_Col2 {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}

.box_Col2 .item {
  display: table-cell;
  vertical-align: top;
}

.box_Col2 .item:first-child {
  padding-right: 5px;
}

.box_Col2 .item:last-child {
  padding-left: 5px;
}

/*------------------------------------------
ボックス：テキストエリア
------------------------------------------*/
.txtBox {
  padding: 10px;
}

.txtBox .group > *:not(:last-child) {
  margin-bottom: 5px;
}

.txtBox * {
  color: #083997;
}

.txtBox figure img {
  width: 100%;
}

.txtBox .info * {
  color: #666666;
  font-size: 14px;
}

.txtBox .info span + span {
  margin-left: 14px;
}

/*------------------------------------------
ボックス：ボーダー
------------------------------------------*/
.borderBox {
  padding: 10px;
  border: 1px solid #0088FF;
  border-radius: 2px;
}

.borderBox > *:not(:last-child) {
  margin-bottom: 10px;
}

.borderBox .switchArea {
  width: 280px;
  margin-top: 20px;
}

@media screen and (min-width: 700px) {
  .borderBox {
    font-size: 0;
  }
  .borderBox > * {
    width: 50%;
    display: inline-block;
  }
  .borderBox > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
共通
------------------------------------------*/
*[class*="tit_subLv"] {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  padding: 5px;
}

/* アイコンあり 
------------------------------------------*/
*[class*="tit_sub"].ico:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*------------------------------------------
サブ：01
------------------------------------------*/
*[class*="tit_subLv01"] {
  background-color: #4362A8;
}

/*------------------------------------------
サブ：02
------------------------------------------*/
*[class*="tit_subLv02"] {
  background-color: #083997;
  border-left: 4px solid #4362A8;
}

/*------------------------------------------
テキスト：注意書き
------------------------------------------*/
.txt_n {
  font-size: 13px;
  line-height: 20px;
}

/*------------------------------------------
ボタン：01
------------------------------------------*/
.btn_pt01 {
  text-align: center;
}

.btn_pt01 > * {
  display: inline-block;
  width: 150px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  background-color: #0088FF;
  border-radius: 2px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
}

/*------------------------------------------
ボタン：02
------------------------------------------*/
.btn_pt02 > * {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 5px;
  background-color: #0088FF;
  position: relative;
}

.btn_pt02 * {
  color: #fff;
}

.btn_pt02 .ico {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: block;
}

.btn_pt02 .tit {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.btn_pt02 .txt {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}

/* 矢印あり
------------------------------------------*/
.btn_pt02.arrow > *:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
}

/*------------------------------------------
ボタン：新雪情報
------------------------------------------*/
.btnShinsetsu {
  width: 100%;
  max-width: 362px;
  height: 37px;
  margin: 0px auto;
}

.btnShinsetsu a {
  display: block;
  width: 100%;
  height: 37px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-image: url('../img/button_shinsetsu_sp.png?3');
  background-size: 100%;
}

@media screen and (min-width: 700px) {
  .btnShinsetsu {
    width: 603px;
    max-width: 100%;
    height: 44px;
    margin: 0px auto;
  }

  .btnShinsetsu a {
    height: 44px;
    background-image: url('../img/button_shinsetsu_pc.png?3');
  }
}

/*------------------------------------------
ボタン：プッシュ
------------------------------------------*/
.btn_push {
  max-width: 500px;
  background-color: #f6e16b;
  border: 3px solid #fff;
  border-radius: 200px;
  margin: 15px auto -10px;
}

.btn_push a {
  display: block;
  position: relative;
  padding: 10px 5px;
}

.btn_push a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-left: .75em solid #1b4194;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform:  translateY(-50%);
}

.push_text {
  color: #1b4194;
  display: block;
  text-align: center;
  line-height: 1em;
  font-weight: 300;
}

.push_text .big {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
}

.btn_push .ico {
  display: block;
  width: 33px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn_push .ico img {
  width: 100%;
}

/*------------------------------------------
リスト：タブメニュー
------------------------------------------*/
.menu_tab_switch {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0px 10px;
}

.menu_tab_switch .switch {
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
  display: table-cell;
}

@media screen and (min-width: 700px) {
  .menu_tab_switch {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

/* デザイン：01
------------------------------------------*/
.menu_tab_switch.pt01 .switch {
  color: #083997;
  border: 1px solid #083997;
}

.menu_tab_switch.pt01 .switch.act {
  color: #fff;
  background-color: #083997;
}

.menu_tab_switch.pt01 .switch:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.menu_tab_switch.pt01 .switch:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu_tab_switch.pt02 .switch {
  color: #fff;
  background-color: #0088FF;
  opacity: 0.5; /* 2017.11.18 */
}

.menu_tab_switch.pt02 .switch.act {
  opacity: 1;/* 2017.11.18 */
  /* opacity: 0.5; */
}

.menu_tab_switch.pt02 .switch:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.menu_tab_switch.pt02 .switch:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu_tab_cont .cont {
  display: none;
}

.menu_tab_cont .cont.act {
  display: block;
}

/*------------------------------------------
リスト：01
------------------------------------------*/
.list_pt01 li {
  border-bottom: 1px solid #083997;
  position: relative;
}

.list_pt01 li > * {
  color: #000;
  display: block;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 5px;
}

@media screen and (min-width: 700px) {
  .list_pt01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ランキング
------------------------------------------*/
.list_pt01.rank li {
  position: relative;
}

.list_pt01.rank li a {
  padding-left: 30px;
}

.list_pt01.rank i {
  width: 26px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background-image: url("../img/icon_star04.svg");
  background-size: 24px;
  background-position: center;
}

.list_pt01.rank i.rank_1 {
  background-image: url("../img/icon_star01.svg");
  background-size: 26px 24px;
  line-height: 27px;
}

.list_pt01.rank i.rank_2 {
  background-image: url("../img/icon_star02.svg");
  background-size: 26px 24px;
  line-height: 27px;
}

.list_pt01.rank i.rank_3 {
  background-image: url("../img/icon_star03.svg");
  background-size: 26px 24px;
  line-height: 27px;
}

/* リポート数
------------------------------------------*/
.num {
  height: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  padding: 0 .5em;
  background-color: #083997;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0px;
}

/*------------------------------------------
リスト：02
------------------------------------------*/
.list_pt02 li {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #4362A8;
}

.list_pt02 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_pt02 .thumb {
  width: 95px;
  display: block;
  float: left;
  margin-right: 10px;
}

.list_pt02 .txt {
  padding-right: 15px;
}

.list_pt02 .txt .tit {
  font-weight: 600;
  line-height: 1.2em;
}

.list_pt02 .txt .info {
  margin-top: 5px;
}

.list_pt02 .txt .info * {
  font-size: 12px;
  line-height: 1em;
}

@media screen and (min-width: 700px) {
  .list_pt02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* リポート
------------------------------------------*/
.list_pt02.report .thumb {
  width: 80px;
  height: 80px;
  margin: 10px;
  overflow: hidden;
}

.list_pt02.report .txt {
  padding-left: 100px;
}

.list_pt02.report .tit {
  color: #0088FF;
  margin-bottom: 10px;
}

.list_pt02.report .info * {
  color: #666666;
}

/* マイリスト
------------------------------------------*/
.list_pt02.mylist .time {
  color: #083997;
  font-size: 14px;
}

.list_pt02.mylist a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_title.svg");
  background-size: 24px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
}

.list_pt02.mylist a:after {
  display: none;
}

.list_pt02.mylist .txt {
  padding-left: 40px;
  padding-right: 60px;
}

.list_pt02.mylist .delete {
  width: 46px;
  height: 28px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 28px;
  background-color: #0088FF;
  border-radius: 2px;
  box-shadow: 0px 1px solid rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
}

/*------------------------------------------
リスト：03
------------------------------------------*/
.list_pt03 li {
  padding: 5px;
  padding-right: 15px;
  overflow: hidden;
  border-bottom: 1px solid #4362A8;
  position: relative;
}

.list_pt03 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_pt03 .status {
  width: 68px;
  float: left;
}

.list_pt03 .status .ico {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.list_pt03 .status.lv01 .ico {
  background-image: url("../img/icon_propriety01.svg");
}

.list_pt03 .status.lv02 .ico {
  background-image: url("../img/icon_propriety02.svg");
}

.list_pt03 .status.lv03 .ico {
  background-image: url("../img/icon_propriety03.svg");
}

.list_pt03 .status.lv04 .ico {
  background-image: url("../img/icon_propriety04.svg");
}

.list_pt03 .status.lv05 .ico {
  background-image: url("../img/icon_propriety05.svg");
}

.list_pt03 .status .snow {
  width: 100%;
  display: block;
  color: #4362A8;
  font-weight: 600;
  text-align: center;
  background-color: #E0F5FF;
}

.list_pt03 .info {
  padding-left: 73px;
}

.list_pt03 .info .name {
  color: #083997;
  font-weight: 600;
  line-height: 1.2em;
}

.list_pt03 .weather {
  width: 220px;
  display: table;
  table-layout: fixed;
}

.list_pt03 .weather > * {
  display: table-cell;
}

.list_pt03 .weather .day {
  padding: 1px;
}

.list_pt03 .weather .day .txt {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.list_pt03 .weather .day .img img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .list_pt03 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list_pt03 li {
    padding: 10px;
  }
  .list_pt03 .status {
    margin-right: 15px;
  }
  .list_pt03 .status .ico {
    width: 68px;
    height: 68px;
    background-size: 68px;
    margin-bottom: 10px;
  }
  .list_pt03 .info {
    margin-top: 10px;
  }
  .list_pt03 .info .weather {
    width: 450px;
  }
}

/*------------------------------------------
リスト：エリア
------------------------------------------*/
.listArea * {
  color: #083997;
}

.listArea .area {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 10px;
}

.listArea .area > * {
  display: table-cell;
}

.listArea .tit {
  width: 90px;
  text-align: center;
}

.listArea .tit:before {
  content: "【";
}

.listArea .tit:after {
  content: "】";
}

.listArea .item {
  font-size: 0;
}

.listArea .item > * {
  text-align: center;
  width: 16.6666666667%;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  .listArea .item > * {
    width: 10%;
  }
}

/*------------------------------------------
リスト：dl
------------------------------------------*/
.list_dl01 dt {
  font-weight: bold;
}

.list_dl01 .txt_in {
  text-indent: -1em;
  padding-left: 2em;
}

.list_dl01:not(:last-child) {
  margin-bottom: 15px;
}

/*------------------------------------------
テーブル：01
------------------------------------------*/
.tWeather {
  width: 100%;
  table-layout: fixed;
}

.tWeather thead th {
  color: #666666;
  font-size: 14px;
  line-height: 1.1em;
  text-align: center;
}

.tWeather tbody tr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.tWeather tbody .day th {
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 7px 0;
  background-color: #F0F0F0;
}

.tWeather tbody td {
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
}

.tWeather tbody .ico {
  padding: 5px;
}

.tWeather tbody .h {
  color: #CC0000;
}

.tWeather tbody .l {
  color: #0000CC;
}

.tWeather .rank, .weather .rank {
  display: inline-block;
  width: 36px;
  height: 19px; /* ここ*/
  /* height: 22px; */
  background-size: 36px 19px; /* ここ */
  /* background-size: 36px 22px; */
  background-repeat: no-repeat;
}

.tWeather .rank.lv1, .weather .rank.lv1 {
  background-image: url("../img/rank_quality_1.svg?3");
}

.tWeather .rank.lv2, .weather .rank.lv2 {
  background-image: url("../img/rank_quality_2.svg?3");
}

.tWeather .rank.lv3, .weather .rank.lv3 {
  background-image: url("../img/rank_quality_3.svg?3");
}

@media screen and (min-width: 700px) {
  .tWeather {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

/*------------------------------------------
テーブル：週間天気
------------------------------------------*/
.weather {
  width: 100%;
  table-layout: fixed;
  display: block;
  /* background-color: #F6F6F6; ここ */
}

.weather th, .weather td {
  /* font-size: 12px; ここ */
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  background-color: #F6F6F6; /* ここ */
  border: 1px solid #fff;
}

/* ここから */
.weather th .unit, .weather td .unit {
  font-size: .75em;
}

.weather .r td {
  background: transparent;
}
/* ここまで */

.weather .ico * {
  padding: 0;
}

.weather .ico * img {
  width: 100%;
}

.weather .h td {
  color: #cc0000;
}

.weather .l td {
  color: #0000CC;
}

.text, .select {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
}

.text > *, .select > * {
  width: 100%;
  padding: 5px;
  display: block;
}

.weather .ico td {
  padding: 5px 0;
}

/*------------------------------------------
テキスト
------------------------------------------*/
.text {
  border-color: #999999;
}

/*------------------------------------------
チェックボックス&ラジオ
------------------------------------------*/
.checkbox:before, .radio:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-image: url("../img/radio_off.svg");
  background-size: 22px;
  margin-right: 5px;
}

.checkbox[data-on="on"]:before, .radio[data-on="on"]:before {
  background-image: url("../img/radio_on.svg");
}

.checkbox input, .radio input {
  display: none;
}

.checkbox, .radio {
  color: #083997;
}

/*------------------------------------------
セレクト
------------------------------------------*/
.select {
  border-color: #0088FF;
}

.select * {
  color: #4362A8;
}

.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #0088FF;
  border-bottom: 0px;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 5px;
}

/*------------------------------------------
ボタン
------------------------------------------*/
button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* disbled時
------------------------------------------*/
button[disabled="disabled"] {
  opacity: 0.5;
}

/*------------------------------------------
スイッチ
------------------------------------------*/
.switchArea {
  width: 300px;
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.switchArea .switch {
  width: 50%;
  height: 40px;
  display: table-cell;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #0088FF;
}

.switchArea .switch:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.switchArea .switch:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.switchArea .switch[data-on="off"] {
  opacity: 0.5;
}

.switchArea input {
  display: none;
}

/*------------------------------------------
矢印
------------------------------------------*/
.arrow01:after, .list_pt02 a:after, .list_pt03 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #083997;
  border-right: 0px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 5px;
}

/*------------------------------------------
アイコン：ユーザーランキング
------------------------------------------*/
*[class*="uRank"]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background-size: 20px 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.uRank01:before {
  background-image: url("../img/icon_uRank_01.svg");
}

.uRank02:before {
  background-image: url("../img/icon_uRank_02.svg");
}

.uRank03:before {
  background-image: url("../img/icon_uRank_03.svg");
}

.uRank04:before {
  background-image: url("../img/icon_uRank_04.svg");
}

.uRank05:before {
  background-image: url("../img/icon_uRank_05.svg");
}

.uRank06:before {
  background-image: url("../img/icon_uRank_06.svg");
}

/*------------------------------------------
サムネイル
------------------------------------------*/
.thumb.all {
  overflow: hidden;
}

.thumb.all img {
  width: auto;
}

.thumb img {
  width: 100%;
}

/*------------------------------------------
土日のテキストカラー
------------------------------------------*/
.sat {
  color: #0000CC;
}

.sun {
  color: #cc0000;
}

.holiday {
  color: #cc0000;
}

/*------------------------------------------
内側padding
------------------------------------------*/
.inner {
  padding: 10px;
}

@media screen and (min-width: 700px) {
  .inner {
    padding: 20px 10px;
  }
}

/*------------------------------------------
画像をボックスのサイズに合わせる
------------------------------------------*/
.liquid {
  width: 100%;
}

/*------------------------------------------
カラー
------------------------------------------*/
.cBl_01 {
  color: #000;
}

.cGr_01 {
  color: #F0F0F0;
}

.cGr_02 {
  color: #999999;
}

.cGr_03 {
  color: #666666;
}

.cGr_03 {
  color: #666666;
}

.cBl_01 {
  color: #0088FF;
}

.cBl_02 {
  color: #4362A8;
}

.cBl_03 {
  color: #083997;
}

.cBl_04 {
  color: #4362A8;
}

.cBl_05 {
  color: #E0F5FF;
}

/*------------------------------------------
区切り線を入れる（box_Mと併用）
------------------------------------------*/
.line {
  padding-bottom: 15px;
  margin-bottom: 60px !important;
  border-bottom: 1px solid #083997;
  position: relative;
}

.line:after {
  content: "";
  display: block;
  width: 38px;
  height: 33px;
  background-image: url("../img/arrow.svg");
  background-size: 38px 33px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: -45px;
}

/*------------------------------------------
 リストに...をつける
 ------------------------------------------*/
.list_pt01 a, .tof {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*------------------------------------------
 position: reativeをつける
 ------------------------------------------*/
.pr {
  position: relative;
}

/*====================================================================================
共通：エリア
====================================================================================*/
/*====================================================================================
HTML&BODY
====================================================================================*/
html:root {
  background-color: #bed2f3;
}

body {
  min-height: 100vh;
}

body[data-col="1"] {
  background-color: #fff;
  /* @media */
}

@media screen and (min-width: 700px) {
  body[data-col="1"] {
    background-color: transparent;
  }
}

/*====================================================================================
ヘッダー
====================================================================================*/
/*------------------------------------------
ロゴ：WNI
------------------------------------------*/
#logo_wni {
  width: 125px;
  height: 40px;
  display: block;
}

#logo_wni {
  width: 125px;
  height: 40px;
  position: relative;
}

#logo_wni .st0 {
  fill: #0C419A;
}

/*------------------------------------------
ロゴ：サイト
------------------------------------------*/
.logo_site {
  width: 92px;
  height: 36px;
  display: block;
}

.logo_site > * {
  width: 92px;
  height: 36px;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url("../img/logo_ski.png");
  background-size: 92px 36px;
}

/*------------------------------------------
配置
------------------------------------------*/
#header {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

#header > * {
  display: table-cell;
  vertical-align: middle;
}

#header .left > * {
  margin-right: auto;
}

#header .right > * {
  margin-left: auto;
}

/*====================================================================================
 コンテンツ
 ====================================================================================*/
#content {
  background-image: url("../img/bg.jpg");
  background-size: contain;
  background-color: #bed2f3;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  #content {
    background-size: cover;
  }
  #content #wrap {
    margin-top: 30px;
  }
}

@media screen and (min-width: 700px) {
  body[data-col="2"] #wrap {
    width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-html="index"] #content #wrap,
  body[data-html="search_result_pref"] #content #wrap {
    margin-top: 0;
  }
}

/*====================================================================================
メイン  
====================================================================================*/
#main {
  padding-bottom: 20px;
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  #main {
    padding: 10px;
    width: 650px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 700px) {
  body[data-col="1"] #main {
    margin-left: auto;
    margin-right: auto;
    min-height: 450px;
  }
}

/* @media */
/*====================================================================================
サブ
====================================================================================*/
#sub {
  padding-bottom: 20px;
  background-color: #fff;
}

#sub .box_M + .box_M {
  margin-top: 10px;
}

@media screen and (min-width: 700px) {
  #sub {
    width: 330px;
    padding: 10px;
    box-sizing: border-box;
  }
  #sub .box_M + .box_M {
    margin-top: 10px;
  }
  #sub .inner {
    padding: 10px;
  }
}

/*====================================================================================
フッター
====================================================================================*/
#footer {
  margin-top: 30px;
}

#footer > *:not(:last-child) {
  margin-bottom: 10px;
}

#footer * {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
}

@media screen and (min-width: 700px) {
  #footer {
    background-color: #fff;
  }
  #footer > *:not(:last-child) {
    margin-bottom: 0px;
    border-bottom: 1px solid #E0F5FF;
  }
}

/*------------------------------------------
トップ
------------------------------------------*/
#footer .top {
  background-color: #E0F5FF;
}

#footer .top * {
  color: #083997;
}

@media screen and (min-width: 700px) {
  #footer .top {
    background-color: transparent;
  }
}

/*------------------------------------------
ボトム
------------------------------------------*/
#footer .bottom {
  background-color: #F0F0F0;
}

#footer .bottom * {
  color: #999999;
}

@media screen and (min-width: 700px) {
  #footer .bottom {
    background-color: transparent;
  }
}

/*====================================================================================
ページ毎
====================================================================================*/
/*====================================================================================
マップ
====================================================================================*/
/*------------------------------------------
マップ
------------------------------------------*/
.mapArea {
  padding: 4px 7px 44px 37px;
  position: relative;
  background: linear-gradient(#2f99fe, #2f85ff, #40adfe, rgba(47, 153, 254, 0));
}

.mapArea:after {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  background-image: url("../img/map_snow.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* 画像
------------------------------------------*/
.map img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .map {
    width: 360px;
  }
  
  .map:after { bottom: 40px; right: 240px; }
}

/*------------------------------------------
レーダーボタン
------------------------------------------*/
.mapBtn {
  width: 94px;
  height: 108px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

/*------------------------------------------
検索ボタン
------------------------------------------*/
/* 全体 
------------------------------------------*/
.btnList {
  display: block;
  text-align: center;
  font-size: 0;
}

.btnList > * {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

.btnList.serch {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  .btnList.serch {
    width: 200px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

/* 個別
------------------------------------------*/
.btnSerch {
  width: 78px;
  height: 78px;
  border: 2px solid #0088FF;
  border-radius: 3px;
  margin-bottom: 10px;
}

.btnSerch a > * {
  display: block;
  text-align: center;
}

.btnSerch .ico {
  margin: 5px auto;
}

.btnSerch .ico img {
  width: 53px;
  height: 35px;
}

.btnSerch .txt {
  color: #0088FF;
  font-size: 12px;
  font-weight: 600;
}

.btnSerch .txt.small {
  font-size: 10px;
}


@media screen and (min-width: 700px) {
  .btnSerch {
    width: 100%;
    height: 60px;
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .btnSerch a {
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    padding: 10px;
    background-color: #fff;
  }
  .btnSerch a > * {
    display: table-cell;
  }
  .btnSerch .ico {
    width: 53px;
  }
  .btnSerch .txt {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
  }
  .btnSerch .txt.small {
    font-size: 16px;
  }
}

/*====================================================================================
リードテキスト
====================================================================================*/
.readBox {
  padding: 10px;
}

.readBox .tit {
  color: #083997;
  font-weight: 600;
  margin-bottom: 10px;
}

.readBox .thumbBox {
  width: 130px;
}

@media screen and (min-width: 700px) {
  .readBox .thumbBox {
    width: 160px;
  }
}

.readBox .btn_pt01 {
  margin-top: 5px;
}

@media screen and (min-width: 700px) {
  .readBox .txtBox {
    padding-top: 0;
  }
}

/* オーバーライド */
body[data-html="index"] .box_Col2.iphone .item:first-child {
  width: 150px;
}

@media screen and (min-width: 700px) {
  body[data-html="index"] .box_Col2.iphone .item:first-child {
    width: 180px;
  }
}

/* テキスト用 */
.reco { position: relative; }
.reco .txt { position: relative; }
.reco .txt div[class^="btn"] { position: absolute;  bottom: 0; z-index: 1; right: 20px; bottom: -10px; }
.reco .txt:after { content: ""; display: block; width: 100%; height: 50px; background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 60%); position: absolute; bottom: 0; }


/*------------------------------------------
ボックス：マイページ
------------------------------------------*/
.myPage * {
  color: #083997;
  font-weight: 600;
}

.myPage > *:not(:last-child) {
  margin-bottom: 10px;
}

.myPage .name {
  text-align: center;
  font-size: 20px;
}

.myPage .rankArea {
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.myPage .rankArea > * {
  display: table-cell;
  vertical-align: middle;
}

.myPage .image {
  width: 128px;
  height: 128px;
  box-sizing: border-box;
  padding: 4px;
  background-color: #B11515;
  border-radius: 4px;
}

.myPage .image img {
  width: 100%;
}

.myPage .txt {
  padding-left: 15px;
}

.myPage .txt span {
  color: #F3CA18;
  padding: 5px;
  background-color: #B11515;
  border-radius: 4px;
}

.myPage .link {
  text-align: center;
  text-decoration: underline;
}

.myPage .link > *:not(:last-child) {
  margin-right: 1em;
}

/* オーバーライド */
@media screen and (min-width: 700px) {
  body[data-html="mypage"] #main {
    padding: 10px 10px 30px;
  }
  body[data-html="mypage"] .box_M + .box_M {
    margin-top: 0;
  }
}

/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
@media screen and (min-width: 700px) {
  body[data-html="report_spot_detail"] .txtBox figure, body[data-html="report_spot_detail"] .txtBox .info {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-html="report_spot_detail"] .group {
    margin-top: 20px;
  }
}

/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
@media screen and (min-width: 700px) {
  body[data-html="search_condition"] .box_S {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 25px;
  }
  body[data-html="search_condition"] .box_S p {
    width: 10em;
  }
  body[data-html="search_condition"] .box_S > * {
    margin-bottom: 0;
  }
}

/* オーバーライド */
/* オーバーライド */
@media screen and (min-width: 700px) {
  body[data-html="search_name"] .box_S {
    width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-item: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-html="search_name"] .box_S > *:not(:last-child) {
    margin-bottom: 0;
  }
  body[data-html="search_name"] .btn_pt01 {
    margin-left: 10px;
  }
}

/* オーバーライド */
@media screen and (min-width: 700px) {
  body[data-html="search_purpose"] .box_S {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 25px;
  }
  body[data-html="search_purpose"] .box_S p {
    width: 10em;
  }
  body[data-html="search_purpose"] .box_S > * {
    margin-bottom: 0;
  }
}

/* オーバーライド */
/* オーバーライド */
/* オーバーライド */
/*------------------------------------------
リスト：コンディション
------------------------------------------*/
.listCondition {
  width: 300px;
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.listCondition .item {
  padding: 1px;
  display: table-cell;
}

.listCondition .inner {
  height: 150px;
  background-color: #fff;
  border: 2px solid #0088FF;
  border-radius: 4px;
  padding: 2px;
}

.listCondition .tit {
  color: #0088FF;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.1em;
}

.listCondition .cont {
  height: 115px;
}

.listCondition .cont.propriety .ico {
  display: block;
  margin: 10px 0;
}

.listCondition .cont.sekisetsu {
  text-align: center;
}

.listCondition .cont.sekisetsu p {
  display: inline-block;
  color: #0088FF;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 32px 0;
}

.listCondition .cont.sekisetsu p small {
  font-size: 16px;
  display: block;
  text-align: right;
  line-height: 1em;
}

.listCondition .cont.report {
  padding: 5px;
}

.listCondition .cont.report .thumb {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.listCondition .cont.report .btn_pt01 {
  width: 100%;
}

.listCondition .cont.report .btn_pt01 > * {
  font-size: 13px;
  width: 100%;
  height: 20px;
  line-height: 20px;
}

/*------------------------------------------
雨雪レーダー
------------------------------------------*/
/* サンプル
------------------------------------------*/
.map_radar.sample {
  position: relative;
}

.map_radar.sample:before {
  content: 'サンプル';
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -2em;
  margin-top: -.5em;
}
.map_radar.sample:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

/*------------------------------------------
テキスト：ゲレンデから一言
------------------------------------------*/
.gVoice {
  position: relative;
  padding-left: 4.5em;
  margin: 20px auto !important;
}

.gVoice:before {
  width: 4em;
  content: "ゲレンデから一言";
  display: block;
  color: #083997;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.gVoice span {
  padding: 5px;
  display: block;
  border: 1px solid #0088FF;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
}

.gVoice span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: #0088FF;
  border-left-color: #0088FF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -4px;
}

@media screen and (min-width: 700px) {
  .gVoice {
    width: 340px;
    margin: 30px auto !important;
  }
}

/*------------------------------------------
グラフエリア
------------------------------------------*/
@media screen and (min-width: 700px) {
  .spotGraph {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------------
リスト；ゲレンデ情報
------------------------------------------*/
.gInfo > dt {
  float: left;
  width: 6em;
  font-weight: 600;
  text-align: right;
}

.gInfo > dd {
  margin-left: 7em;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
}

.gInfo dd dt {
  width: 2em;
  float: left;
}

.gInfo dd dd {
  margin-left: 2em;
  padding-left: 1em;
  position: relative;
}

.gInfo dd dd:before {
  content: "：";
  position: absolute;
  left: 0;
}

.gInfo dd > span {
  display: block;
  /* display: inline-block; */
}

.gInfo .btnMap {
  display: block;
  text-align: right;
  margin: 5px 0;
}

.gInfo .btnMap > * {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  width: 65px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #0088FF;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

@media screen and (min-width: 700px) {
  .gInfo dd dt {
    float: none;
    position: relative;
  }
  .gInfo dd dt:after {
    content: "：";
    position: absolute;
    left: 2em;
  }
  .gInfo dd dd {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  .gInfo dd dd > * {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .gInfo_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gInfo_group > * {
    width: 50%;
  }
}

/* オーバーライド */
@media screen and (min-width: 700px) {
  body[data-html="spot"] .box_M.bg {
    background: none;
  }
  body[data-html="spot"] .txt_n .ico {
    width: 28px;
    height: 28px;
    background-color: #0088FF;
    display: inline-block;
    border-radius: 26px;
    text-align: center;
    vertical-align: middle;
  }
  body[data-html="spot"] .txt_n .ico img {
    margin-top: 2px;
    margin-left: .5px;
  }
  body[data-html="spot"] .box_S {
    padding: 0;
  }
  body[data-html="spot"] .box_S > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* みんなのオススメポイント
------------------------------------------*/
#content section.point { padding-bottom: 20px; }
#content section.point h3 { margin-bottom: 30px; }
div.spotGraph { padding-top: 30px; overflow:hidden;}
div.spotGraph .col-item { margin-left: auto; margin-right: auto; width: 280px; }
div.spotGraph .list-hexagon { float: left; }
div.spotGraph .list-point { float: right; }

/*六角形チャート*/
.list-hexagon { width: 168.5px; height: 194.5px; background-image: url("../img/hexagon.svg"); background-size: 168.5px 194.5px; background-repeat: no-repeat; position: relative; }
.list-hexagon:after { content: ""; width: 48px; height: 55px; background-image: url("../img/hexagon_snow.svg"); background-size: 48px 55px; background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; margin-left: -24px; margin-top: -27.5px; }
.list-hexagon li { content: ""; position: absolute; width: 28px; height: 28px; background-image: url("../img/icon_point_course.svg"); background-size: 28px 28px; background-repeat: no-repeat; text-indent: 110%; white-space: nowrap; overflow: hidden; display: block; }
.list-hexagon .course { top: -10px; left: 50%; margin-left: -14px; }
.list-hexagon .environ { background-image: url(../img/icon_point_environ.svg); bottom: -15px; left: 50%; margin-left: -14px; }
.list-hexagon .snow { background-image: url(../img/icon_point_snow.svg); top: 36px; right: -15px; }
.list-hexagon .access { background-image: url(../img/icon_point_access.svg); bottom: 36px; left: -15px; }
.list-hexagon .gourmet { background-image: url(../img/icon_point_gourmet.svg); bottom: 36px; right: -15px; }
.list-hexagon .fee { background-image: url(../img/icon_point_fee.svg); top: 36px; left: -15px; }

/*アイコンリスト*/
.list-point li { position: relative; font-size: 80%; margin-bottom: 12px; }
.list-point li:before { content: ""; display: inline; position: absolute; top: 50%; left: -30px; margin-top: -14px; }
.list-point .course:before { width: 28px; height: 28px; background-image: url("../img/icon_point_course.svg"); background-size: 28px 28px; background-repeat: no-repeat; }
.list-point .environ:before { width: 28px; height: 28px; background-image: url("../img/icon_point_environ.svg"); background-size: 28px 28px; background-repeat: no-repeat; }
.list-point .snow:before { width: 28px; height: 28px; background-image: url("../img/icon_point_snow.svg"); background-size: 28px 28px; background-repeat: no-repeat; }
.list-point .access:before { width: 28px; height: 28px; background-image: url("../img/icon_point_access.svg"); background-size: 28px 28px; background-repeat: no-repeat; }
.list-point .gourmet:before { width: 28px; height: 28px; background-image: url("../img/icon_point_gourmet.svg"); background-size: 28px 28px; background-repeat: no-repeat; }
.list-point .fee:before { width: 28px; height: 28px; background-image: url("../img/icon_point_fee.svg"); background-size: 28px 28px; background-repeat: no-repeat; }

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ snowGraph
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/

.snowGraph {
  width: 100%;
  max-width: 375px;
  background-color: #4EACFF;
  border-radius: 8px;
  border: 3px solid #fff;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.snowGraph .cont {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.snowGraph .arrow:before, .snowGraph .arrow:after {
  content: "";
  display: block;
  width : 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.snowGraph .arrow:before {
  border: 15px solid transparent;
  top: -30px;
  border-bottom-color: #FFF;
}

.snowGraph .arrow:after {
  border: 10px solid transparent;
  top: -20px;
  border-bottom-color: #4EACFF;
}

.snowGraph .item-graph {
  display: table-cell;
}

.snowGraph .group {
  height: 100px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.snowGraph .bar {
  width: 80%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.snowGraph * {
  font-weight: 600;
}

.snowGraph .txt {
  text-shadow: -1px -1px 0px #fff , 1px 1px 0px #fff , -1px 1px 0px #fff, 1px -1px 0px #fff;
  line-height: .75em;
  text-align: right;
  position: absolute;
  bottom: 3px;
  right: 8px;
}
.snowGraph .txt span {
  font-size: .75em;
  text-align: right;
  display: block;
}
.snowGraph .day {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1em;
  padding: 10px 0 10px;
}

.snowGraph .day .if320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .snowGraph .day .if320 {display: block;}
}


/* sugotoku-app */
body.sgtk .youtube { display: none; }

body.sgtk .dmenu-non { display: none; }

body.sgtk .no-sgtk { display: none; }

