@charset "UTF-8";
/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

html, body {
  height: 100%;
}

.color-g{
    color:#9d9d9d;
}

.soldout-tour{
  overflow:hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: #fff4f4;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
  z-index: 999;
}

.soldout-tour-text .text-title{
   color:#ff0002;
   font-size: 30px;
}

.soldout-tour-text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0;
    color:#000000;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    z-index: 999;
}

.soldout-tour-text a{
   color: #000000;
   text-decoration: underline;
}

.soldout-tour-text .text-wrap{
  border: solid 1px #000000;
  display: inline-block;
  padding: 5px 2%;
  margin-bottom: 5px;
}

.soldout-tour-text .text-jump{
  display:block; 
}

#acMenu{
display:block;
width:100%;
margin:-20px auto 10px auto; 
max-width: 1070px;
text-align:center;
cursor:pointer;
border: solid 2px #d30c0c;
}

#acMenu dt{
display:block;
text-align:center;
cursor:pointer;
color: #d30c0c !important;
padding: 6px 0 2px 0;
margin-top: -24px;
margin-bottom: -21px;
}

#acMenu dd{
line-height:22px;
text-align:center;
display:none;
color: #d30c0c !important;
}

#acMenu dd .text-wrap{
line-height:22px;
text-align:center;
display:inline-block;
padding: 10px;
color: #d30c0c !important;
border: solid 2px #d30c0c;
}

#acMenu dd .text-wrap a{
    color: #d30c0c !important;
}

#acMenu dd .text-wrap .page-rink{
    text-decoration:underline; 
}

@media(max-width: 768px){
#acMenu{
display:block;
width: 98%;
}

#acMenu dt{
font-size: 16px;
}

#acMenu dd .text-wrap a{
    text-decoration:underline; 
}


}




@media(min-width: 768px){
.soldout-tour-text a[href^="tel:"]{
    text-decoration: none;
    pointer-events: none;
}
}


@media (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .soldout-tour-text .text-title {
    font-size: 20px;
}

  .soldout-tour{
  overflow:hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
  z-index: 4;
}

.soldout-tour-text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    z-index: 6;
    padding: 1%;
}

.soldout-tour-text a{
   text-decoration: underline;
   margin-bottom: -15px;
   display: block;
}

.soldout-tour-text a:hover{
}

.soldout-tour-text .text-wrap{
border:solid 1px #000000;
display: inline-block; 
padding: 5px 2%;
}

}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  cursor: pointer;
  color: #333;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

@media (max-width: 991px) {
  a {
    -webkit-transition: none 0.17s ease-out;
    -moz-transition: none 0.17s ease-out;
    -ms-transition: none 0.17s ease-out;
    -o-transition: none 0.17s ease-out;
    transition: none 0.17s ease-out;
  }
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  a:hover {
    text-decoration: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  vertical-align: baseline;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.8;
  margin: 0 0 20px;
  max-height: 100%;
}

@media (max-width: 767px) {
  p {
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
  margin: 0;
}

dd {
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  margin: 0;
}

th {
  font-weight: bold;
}

.no-event{
    pointer-events: none;
}

@media (max-width: 991px) {
  li, dt, dd, th, td {
    font-size: 13px;
    line-height: 1.6;
  }
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

a img {
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

@media (max-width: 991px) {
  a img {
    -webkit-transition: none 0.17s ease-out;
    -moz-transition: none 0.17s ease-out;
    -ms-transition: none 0.17s ease-out;
    -o-transition: none 0.17s ease-out;
    transition: none 0.17s ease-out;
  }
}

a:hover img {
  opacity: .8;
}

input, textarea, button, select {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  input, textarea, button, select {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

select::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2a3240;
}

.sp-only {
  display: none !important;
}

/* ==============================================
 Font
=============================================== */
/* Font color
----------------------------------------------- */
.fc-blue {
  color: #00aae6;
}

.fc-red {
  color: #d30c0c;
}

/* Font size
----------------------------------------------- */
.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font weight
----------------------------------------------- */
.fw-normal {
  font-weight: normal;
  font-weight: 400;
}

.fw-bold {
  font-weight: bold;
  font-weight: 700;
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* ==============================================
 Layout
=============================================== */
/* Common
----------------------------------------------- */
/* flex
----------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}

.center-vh {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* Float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* Table
----------------------------------------------- */
.table {
  border-left: 1px solid #c4cbd0;
  border-top: 1px solid #c4cbd0;
  width: 100%;
}

.table th, .table td {
  border-right: 1px solid #c4cbd0;
  border-bottom: 1px solid #c4cbd0;
  font-size: 14px;
  line-height: 1.6;
  padding: 11px 12px;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table th, .table td {
    font-size: 13px;
    padding: 10px;
  }
}

.table thead th {
  background-color: #f2f4f5;
}

.table thead td {
  background-color: #f2f4f5;
}

.table tbody th {
  background-color: #f2f4f5;
}

.table.vetical-top th, .table td.vetical-top {
  vertical-align: top;
}

@media (max-width: 767px) {
  .table.sp-block-table th,
  .table.sp-block-table td {
    display: block;
    width: 100%;
  }
  .table.sp-block-table tbody th {
    padding: 8px 12px;
  }
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* width
----------------------------------------------- */
._minw40 {
  min-width: 40px;
}

._minw100 {
  min-width: 100px;
}

._minw140 {
  min-width: 140px;
}

._minw200 {
  min-width: 200px;
}

._maxw240 {
  max-width: 240px;
}

._maxw580 {
  max-width: 580px;
}

._maxw880 {
  max-width: 880px;
}

._maxw1040 {
  max-width: 1040px;
}

._maxw1180 {
  max-width: 1180px;
}

._w40 {
  width: 40px;
}

._w5p {
  width: 5%;
}

._w10p {
  width: 10%;
}

._w15p {
  width: 15%;
}

._w20p {
  width: 20%;
}

._w25p {
  width: 25%;
}

._w30p {
  width: 30%;
}

._w35p {
  width: 35%;
}

._w40p {
  width: 40%;
}

._w45p {
  width: 45%;
}

._w50p {
  width: 50%;
}

._w55p {
  width: 55%;
}

._w60p {
  width: 60%;
}

/* ==============================================
 parts
=============================================== */
/* button
----------------------------------------------- */
.btn-area {
  margin: 14px auto;
}

.btn-group {
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.btn {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  padding: 9px 15px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

@media (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .btn {
    -webkit-transition: none 0.17s ease-out;
    -moz-transition: none 0.17s ease-out;
    -ms-transition: none 0.17s ease-out;
    -o-transition: none 0.17s ease-out;
    transition: none 0.17s ease-out;
  }
}

.btn::after, .btn::before {
  display: inline-block;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

a.btn, button.btn {
  cursor: pointer;
}

.btn-default {
  display: block;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
  width: 240px;
}

.btn-primary {
  background-color: #00aae6;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #0076a0;
  -moz-box-shadow: 0 3px 0 #0076a0;
  -ms-box-shadow: 0 3px 0 #0076a0;
  box-shadow: 0 3px 0 #0076a0;
}

.btn-primary:hover {
  background-color: #02b7f7;
}

.btn-danger {
  background-color: #d30c0c;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #830b0b;
  -moz-box-shadow: 0 3px 0 #830b0b;
  -ms-box-shadow: 0 3px 0 #830b0b;
  box-shadow: 0 3px 0 #830b0b;
}

.btn-danger:hover {
  background-color: #e80909;
}

/* dropdown
----------------------------------------------- */
.dropdown {
  position: relative;
}

.dropdown .dropdown-content {
  background: #fff;
  top: 0;
  right: -10px;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.dropdown[aria-opened="true"] .dropdown-content {
  display: block;
}

.dropdown .dropdown-contain {
  position: relative;
}

.dropdown .dropdown-contain::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: -2.3rem;
  right: 22px;
  pointer-events: none;
}

.dropdown .dropdown-title {
  font-size: 13px;
  line-height: 1;
  padding: 14px 12px;
  border-bottom: 1px solid #E7E8E8;
}

.dropdown .dropdown-list a {
  display: block;
  padding: 6px 8px;
}

.dropdown .dropdown-list a:hover {
  background-color: #f5f7f9;
  color: #2a3240;
}

/* popup
----------------------------------------------- */
.popup-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* text
----------------------------------------------- */
.text-icons span {
  background: #a3a8b2;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  font-size: 10px;
  padding: 0 10px;
  margin: 0 2px 4px 0;
}

/* link
----------------------------------------------- */
.link-blue {
  display: inline-block;
  color: #00aae6;
  text-decoration: underline;
  padding-left: 12px;
  position: relative;
}

.link-blue:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #00aae6;
}

.link-red {
  display: inline-block;
  color: #d30c0c;
  text-decoration: underline;
  padding-left: 12px;
  position: relative;
}

.link-red:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #d30c0c;
}

/* Resultstats
----------------------------------------------- */
.pager {
  border-bottom: 2px solid #e1e7ea;
  border-top: 2px solid #e1e7ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}

@media (max-width: 767px) {
  .pager {
    font-size: 15px;
  }
}

.pager .prev {
  margin-right: auto;
}

.pager .next {
  margin-left: auto;
}

.pager .prev a,
.pager .next a {
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 14px 10px;
  display: block;
  line-height: 1;
}

.pager .prev a:hover,
.pager .next a:hover {
  background-color: #e7eff2;
}

@media (max-width: 767px) {
  .pager .prev a:hover,
  .pager .next a:hover {
    background-color: #fff;
  }
}

.pager .paging span,
.pager .paging a {
  font-weight: bold;
  display: inline-block;
  padding: 0 3px;
  margin: 0 16px;
  position: relative;
}

@media (max-width: 767px) {
  .pager .paging span,
  .pager .paging a {
    margin: 0 8px;
  }
}

.pager .paging span {
  color: #00aae6;
}

.pager .paging span::after {
  content: "";
  background: #00aae6;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -2px;
  position: absolute;
}

.pager .paging a:hover {
  color: #00aae6;
}

@media (max-width: 767px) {
  .pager .paging a:hover {
    color: #333;
  }
}

/* Layout
----------------------------------------------- */
.wrapper {
  overflow: hidden;
}

.main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1070px;
  position: relative;
}

.main::after {
  content: "";
  display: block;
  clear: both;
}


position: relative;

@media (max-width: 991px) {
  .main {
    width: auto;
  }
}

@media (max-width: 767px) {
  .main {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: calc(100vh - 145px);
  width: 100%;
}

@media (max-width: 767px) {
  .grid {
    min-height: auto;
  }
}

.fluid {
  padding: 0 0 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

@media (max-width: 991px) {
  .fluid {
    padding-bottom: 40px;
  }
}

.outer {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .outer {
    width: auto;
  }
}

.contents {
  float: right;
  margin-bottom: 100px;
  width: 73%;
}

@media (max-width: 767px) {
  .contents {
    float: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .contents {
    margin-bottom: 30px;
  }
}

.contents.full {
  float: none;
  width: 100%;
}

.subheader {
  padding: 0 0 25px;
}

.news{
max-width: 1070px;
margin: 10px auto 10px auto;
border: solid 2px #d30c0c;
padding: 5px 10px;
color:#d30c0c;
text-align: center;
}

.news strong{
display: block;
font-size: 22px;
font-weight: bold;
text-align: center;
}

.news strong a{
color:#d30c0c !important;
}

.news strong .news-sub{
font-size: 18px;
text-align: left;
display: block;
}

@media (max-width: 767px) {
.subheader {
    padding: 15px 0 20px;
}
    
.news{
width: 98%;   
margin: 10px auto 10px auto;
border: solid 2px #d30c0c;
padding: 5px 10px;
color:#d30c0c;
text-align: center;
}

.news strong{
    display: block;
    font-size: 20px;
    font-weight: bold;
     text-align: center;
}

.news .news-sub{
    font-size: 12px;
    display: block;
} 
    
    
    
    
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.min-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

/* Header
----------------------------------------------- */
.site-header {
  background-color: #fff;
  height: 68px;
  position: relative;
  z-index: 1000;
}

@media (max-width: 767px) {
  .site-header {
    height: 50px;
    border-bottom: 1px solid #d3dbde;
  }
}

@media (max-width: 767px) {
  .site-header .container {
    padding-right: 0;
  }
}

.site-header .site-header__logo {
  padding-top: 18px;
  float: left;
  width: 232px;
}

@media (max-width: 767px) {
  .site-header .site-header__logo {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 6px;
    width: 115px;
  }
}

.site-header .site-header__menu {
  margin-left: 232px;
}

@media (max-width: 767px) {
  .site-header .site-header__menu {
    float: right;
    margin-left: auto;
  }
}

.site-header .site-header__menu > .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .site-header .site-header__menu > .row {
    height: 50px;
  }
}

.site-header .site-header__search {
  width: 260px;
}

@media (max-width: 991px) {
  .site-header .site-header__search {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .site-header .site-header__search {
    margin-left: auto;
    padding: 0;
    width: auto;
  }
}

.site-header .site-header__search .form-block {
  position: relative;
}

.site-header .site-header__search .s-input {
  background-color: #e7eff2 !important;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 14px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.site-header .site-header__search .s-btn {
  position: absolute;
  right: 15px;
  top: 10px;
}

.sp-search-btn {
  border-left: 1px solid #d3dbde;
  border-right: 1px solid #d3dbde;
  font-size: 10px;
  font-weight: bold;
  height: 50px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .sp-search-btn {
    display: block;
  }
}

.sp-search-btn a {
  padding: 8px 14px 0;
  display: block;
}

.sp-search-btn a .txt {
  margin-top: 4px;
}

.site-header .site-header__user {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: right;
}

@media (max-width: 767px) {
  .site-header .site-header__user {
    padding-top: 0;
  }
}

.site-header .site-header__user li {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .site-header .site-header__user li {
    margin-right: 0px;
  }
}

.site-header .site-header__user li.user-name {
  font-size: 14px;
  text-align: left;
  margin-right: 15px;
}

.site-header .site-header__user li .txt {
  margin-top: 5px;
  line-height: 1;
  font-size: 13px;
}

@media (max-width: 767px) {
  .site-header .site-header__user li .txt {
    font-size: 10px;
  }
}

.site-header .site-header__user li a {
  display: block;
  height: 68px;
  padding: 12px 15px 0;
}

@media (max-width: 991px) {
  .site-header .site-header__user li a {
    padding: 12px 8px 0;
  }
}

@media (max-width: 767px) {
  .site-header .site-header__user li a {
    padding: 8px 8px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .site-header .site-header__user li a img {
    width: 20px;
  }
}

.site-header .site-header__user li.user-name {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .site-header .site-header__user li.user-name {
  }
}

.site-header .site-header__user li.user-name .user-point {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: right;
  font-size: 26px;
  color: #d30c0c;
}

.site-header .site-header__user li.user-name .user-point small {
  font-size: 16px;
  vertical-align: baseline;
}

.site-header .site-header__user li a:hover {
  text-decoration: none;
}

.site-header .site-header__user li.user-logout a {
  
}

.site-header .site-header__user li.user-menu button {
  color: #00aae6;
  height: 68px;
  display: block;
  padding: 7px 15px 0;
  font-weight: bold;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

@media (max-width: 991px) {
  .site-header .site-header__user li.user-menu button {
    padding: 4px 8px 0;
  }
}

@media (max-width: 767px) {
  .site-header .site-header__user li.user-menu button {
    border-left: 1px solid #d3dbde;
    height: 50px;
    padding: 3px 8px 0;
  }
}

.dropdown-open .site-header .site-header__user li.user-menu button {
  background-color: #00aae6;
  color: #fff;
}

.site-header .site-header__user li.user-menu .hamburger,
.site-header .site-header__user li.user-menu .hamburger span {
  display: inline-block;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

.site-header .site-header__user li.user-menu .hamburger {
  position: relative;
  margin-bottom: 4px;
  width: 28px;
  height: 20px;
}

@media (max-width: 767px) {
  .site-header .site-header__user li.user-menu .hamburger {
    width: 18px;
    height: 14px;
  }
}

.site-header .site-header__user li.user-menu .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00aae6;
  border-radius: 1px;
}

.dropdown-open .site-header .site-header__user li.user-menu .hamburger span {
  background-color: #fff;
}

.site-header .site-header__user li.user-menu .hamburger span:nth-of-type(1) {
  top: 0;
}

.site-header .site-header__user li.user-menu .hamburger span:nth-of-type(2) {
  top: 9px;
}

@media (max-width: 767px) {
  .site-header .site-header__user li.user-menu .hamburger span:nth-of-type(2) {
    top: 6px;
  }
}

.site-header .site-header__user li.user-menu .hamburger span:nth-of-type(3) {
  bottom: 0;
}

.dropdown-open .site-header .site-header__user li.user-menu .hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

@media (max-width: 767px) {
  .dropdown-open .site-header .site-header__user li.user-menu .hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
}

.dropdown-open .site-header .site-header__user li.user-menu .hamburger span:nth-of-type(2) {
  opacity: 0;
}

.dropdown-open .site-header .site-header__user li.user-menu .hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 767px) {
  .dropdown-open .site-header .site-header__user li.user-menu .hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
}

.dropdown-navigation {
  background-color: #e7eff2;
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .dropdown-navigation {
    top: 50px;
  }
}

.dropdown-navigation .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .dropdown-navigation .container {
    padding: 0;
  }
}

.dropdown-navigation .dropdown-navigation-name {
  font-weight: bold;
  text-align: right;
  padding: 10px 12px 0;
}

.dropdown-navigation .dropdown-navigation-name .user-point {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: right;
  font-size: 26px;
  color: #d30c0c;
}

.dropdown-navigation .dropdown-navigation-name .user-point small {
  font-size: 16px;
  vertical-align: baseline;
}

.dropdown-navigation .dropdown-navigation-input {
  padding: 10px 12px;
}

.dropdown-navigation .form-block {
  position: relative;
}

.dropdown-navigation .form-block .s-input {
  background-color: #fff !important;
  padding-right: 40px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.dropdown-navigation .form-block .s-btn {
  background-color: #00aae6;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.dropdown-navigation .dropdown-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-navigation .dropdown-navigation-list li {
  padding-right: 1px;
  margin-bottom: 1px;
  width: 25%;
}

@media (max-width: 767px) {
  .dropdown-navigation .dropdown-navigation-list li {
    width: 50%;
  }
}

.dropdown-navigation .dropdown-navigation-list.navigation-user-list li {
  width: 50%;
}

.dropdown-navigation .dropdown-navigation-list.navigation-user-list li a {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .dropdown-navigation .dropdown-navigation-list.navigation-user-list li a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.dropdown-navigation .dropdown-navigation-list li:nth-child(4n) {
  padding-right: 0;
}

.dropdown-navigation .dropdown-navigation-list li a {
  background-color: #fff;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  padding: 15px;
  line-height: 1.3;
  height: 60px;
}

@media (max-width: 767px) {
  .dropdown-navigation .dropdown-navigation-list li a {
    font-size: 12px;
    height: 50px;
    padding: 0 12px;
  }
}

.dropdown-navigation .dropdown-navigation-list li._w100p {
  width: 100%;
}

.dropdown-navigation .dropdown-navigation-list li a i {
  line-height: 1;
  margin-right: 7px;
  text-align: center;
  width: 20px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .dropdown-navigation .dropdown-navigation-list li a i {
    width: 14px;
  }
}

@media (max-width: 767px) {
  .dropdown-navigation h3 {
    font-size: 12px;
    color: #fff;
    background-color: #00aae6;
    text-align: center;
    padding: 6px;
  }
  .dropdown-navigation .dropdown-navigation-list li:nth-child(even) {
    padding-right: 0;
  }
  .dropdown-navigation .dropdown-navigation-list li a i img {
    max-height: 15px;
  }
}

.dropdown-navigation .dropdown-navigation-close {
  padding: 10px 12px;
}

.dropdown-navigation .dropdown-navigation-close button {
  background-color: #7E9198;
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* ==============================================
 navigation
=============================================== */
.site-navigation {
  background-color: #00aae6;
  color: #fff;
}

@media (max-width: 767px) {
  .site-navigation {
    display: none;
  }
}

.site-navigation ul li {
  float: left;
}

.site-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px;
  line-height: 1;
}

.site-navigation ul li a:hover {
  background-color: #02b7f7;
  text-decoration: none;
}

.site-navigation ul li.current a {
  background-color: #0087b7;
}

/* Aside
----------------------------------------------- */
.aside {
  background: #e7eff2;
  float: left;
  margin-bottom: 100px;
  width: 23%;
}

@media (max-width: 767px) {
  .aside {
    float: none;
    margin-bottom: 30px;
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
  }
}

.aside h3 {
  background-color: #00aae6;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 6px 5px 5px;
}

@media (max-width: 767px) {
  .aside h3 {
    font-size: 13px;
    text-align: left;
    padding: 10px 12px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .aside h3::before {
    content: "";
    background: #fff;
    height: 2px;
    width: 10px;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    position: absolute;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
  }
}

@media (max-width: 767px) {
  .aside h3::after {
    content: "";
    background: #fff;
    height: 10px;
    width: 2px;
    top: 50%;
    right: 16px;
    margin-top: -5px;
    position: absolute;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
  }
}

@media (max-width: 767px) {
  .aside h3.open::after {
    content: none;
  }
}

.aside .aside-list {
  padding: 10px;
}

.aside .aside-list li {
  margin-bottom: 2px;
}

.aside .aside-list li:last-child {
  margin-bottom: 0;
}

.aside .aside-list li a {
  background: #fff url("../images/icons/icon_arrow_01.svg") no-repeat right 10px top 50%/6px 12px;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 13px 25px 12px 10px;
}

@media (max-width: 767px) {
  .aside .aside-list li a {
    font-size: 12px;
  }
}

.aside .aside-list li a:hover {
  background-image: url("../images/icons/icon_arrow_02.svg");
  background-color: #00aae6;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .aside .aside-list li a:hover {
    color: #333;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .aside .aside-tour-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .aside .aside-tour-list li {
    margin-right: 1%;
    width: 49.5%;
  }
}

.aside .aside-tour-list li:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .aside .aside-tour-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 25px 0 10px;
    height: 50px;
  }
}

.aside-info-list li.current a {
  color: #00aae6;
  font-weight: bold;
}

@media (max-width: 767px) {
  .js-slidedown-menu__btn {
    margin-bottom: 1px;
  }
}

@media (max-width: 767px) {
  .js-slidedown-menu__list {
    display: none;
  }
}

/* page description
----------------------------------------------- */
.page-description-wrap {
  background-color: #e7eff2;
  margin-bottom: 20px;
}

.page-description {
  font-size: 12px;
  font-weight: normal;
  padding-top: 1px;
}

@media (max-width: 767px) {
  .page-description {
    font-size: 10px;
  }
  .page-description-wrap {
  margin-bottom: 20px;
　height:auto;
}
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  text-align: right;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 5px;
    text-align: left;
    margin-bottom: 5px;
  }
    
.sp .breadcrumbs {
    margin-top: 5px;
    text-align: left;
    padding-right: 12px;
    padding-left: 12px;
  }
      
}

.breadcrumbs ul {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  padding: 10px 0;
  margin: 0 auto;
}

.breadcrumbs ul li {
  font-size: 12px;
  display: inline;
  vertical-align: baseline;
  display: block;
  float: left;
}

.breadcrumbs ul li:last-child {
}

@media (max-width: 767px) {

 .breadcrumbs ul {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    margin: 0 auto;
    padding: 2px 0;
}

.breadcrumbs ul li {
    font-size: 10px;
    padding:0;
  }

.breadcrumbs ul li:last-child {
  padding:0;
}  
    
.sp .breadcrumbs ul li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
    
.sp .breadcrumbs ul li:last-child {
    display: block;
    padding:0;
  }    
   
}

.breadcrumbs ul li a {
  color: #00aae6;
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
  vertical-align: baseline;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .breadcrumbs ul li a:hover {
    text-decoration: none;
  }
}

.breadcrumbs ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* modal
----------------------------------------------- */

.modal-window {
  width: 800px;
  height: 38%;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 0;
  z-index: -1;
  margin: 0 auto;
  padding: 40px 30px;
  transition: 0.4s;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}

.modal .modal-caption{
font-size: 18px;
font-weight: bold;
text-align: center;
 }

.modal .modal-list{
overflow: hidden;
 }

.modal .modal-list li{
margin-right: 2%;
margin-bottom: 10px;
width: 48%;
float: left;
 }


.modal .modal-list li:nth-child(even){
margin-right: 0;
 }

.modal .modal-list li a{
margin: 18px auto 0;
display: block;
font-size: 16px;
font-weight: bold;
padding: 15px 0 !important;
width: 100% !important;
background-image: none !important;
background-color: #00aae6 !important;
 }

.modal .modal-list li a span{
background: url("../images/icons/icon_arrow_02.svg") no-repeat 0 50%/7px 12px;
padding-left: 15px;
margin-left: 6px;
position: relative;
color: #fff;
}

@media screen and (max-width: 830px) {
  .modal-window {
    width: 94%;
    height: 47%;
    padding: 20px;
  }
}
.modal-window.block {
  top: 20%;
  z-index: 99;
  margin: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
.modal-window .close {
  width: 200px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 10px auto;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #666;
  color: #fff;
}
.modal-window .close:hover {
  color: white;
  background: #666;
}

#modal-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: -1;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
#modal-overlay.block {
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}







/* billboard
----------------------------------------------- */
.billboard {
  background: url("../images/contents/mainvisual.jpg") no-repeat 50% 50%/cover;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .billboard {
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
}

.billboard::after {
  background: url("../images/common/bg_wave_01.png") repeat-x 50% 0%;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .billboard::after {
    background-size: 35px 7px;
    height: 7px;
  }
}

.billboard .page-description {
  -webkit-text-shadow: 0px 1px 2px #fff;
  -moz-text-shadow: 0px 1px 2px #fff;
  -ms-text-shadow: 0px 1px 2px #fff;
  text-shadow: 0px 1px 2px #fff;
}

@media (max-width: 767px) {
  .billboard > .outer > .container > .row {
    display: block;
  }
}

.billboard .box {
  background-color: #e7eff2;
  border: 5px solid #fff;
  padding: 12px 15px;
  width: 500px;
}

@media (max-width: 767px) {
  .billboard .box {
    border-width: 3px;
    padding: 10px;
    width: 100%;
  }
}

.billboard .box h3 {
  font-size: 18px;
  padding-left: 29px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .billboard .box h3 {
    font-size: 16px;
  }
}

.billboard .box a:hover {
  text-decoration: none;
}

.billboard .billboard-search {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .billboard .billboard-search {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.billboard .billboard-search h3 {
  background: url("../images/icons/icon_search_01.svg") no-repeat 0 50%/21px 21px;
}

.billboard .billboard-search .row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.billboard .billboard-search .row .col {
  margin-bottom: 7px;
  width: 48%;
}

.billboard .billboard-search .row .col-r {
  margin-left: auto;
}

.billboard .billboard-search .row .col-full {
  margin-bottom: 0;
  width: 100%;
}

.billboard .billboard-search .row .col-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.billboard .billboard-search .row .col-unit .form-unit {
  padding-left: 5px;
}

.billboard .billboard-search .row .col label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .billboard .billboard-search .row .col label {
    font-size: 12px;
  }
}

.billboard .billboard-search .row .col input,
.billboard .billboard-search .row .col .form-select-wrap {
  background-color: #fff;
}

.billboard .billboard-search .row .col .form-select-wrap {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.billboard .billboard-search select {
  height: 38px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .billboard .billboard-search .btn-area {
    margin-bottom: 5px;
  }
}

.billboard .billboard-search .btn {
  margin: 18px auto 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .billboard .billboard-search .btn {
    font-size: 14px;
    padding: 10px 0;
    margin-top: 0;
    width: 100%;
  }
}

.billboard .billboard-search .btn span {
  background: url("../images/icons/icon_arrow_02.svg") no-repeat 0 50%/7px 12px;
  padding-left: 15px;
  margin-left: 6px;
  position: relative;
}

@media (max-width: 767px) {
  .billboard .billboard-search .btn span {
    background-size: 5px 10px;
    padding-left: 10px;
  }
}

.billboard .billboard-map {
  background: url("../images/common/bg_blue_wave.jpg") no-repeat 50% 50%/cover;
  margin-left: auto;
}

.billboard .billboard-map h3 {
  background: url("../images/icons/icon_flag_01.svg") no-repeat 0 50%/22px 23px;
  margin-bottom: 5px;
}

.billboard .billboard-map .search-map {
  position: relative;
  margin: auto;
  height: 340px;
  width: 430px;
}

#clickablemap-bg {
  background: url("../images/common/bg_blue_wave.jpg") no-repeat 50% 50%/cover;
  margin-left: auto;
  position: relative;
}


#clickablemap {
  width: 440px;
  height: 360px;
  margin: 0 auto;
  background: url(../images/common/map.png) no-repeat top left;
  position: relative;
}
#clickablemap ul {
  list-style: none;
}
#clickablemap li.btn1 {
  position: absolute;
  top: 0px;
  left: 300px;
  display: block;
  width: 110px;
  height: 100px;
  background: url(../images/common/map_hokkaido_hover.png) no-repeat top left;
}
#clickablemap li.btn2 {
  position: absolute;
  top: 100px;
  left: 271px;
  display: block;
  width: 68px;
  height: 101px;
  background: url(../images/common/map_tohoku_hover.png) no-repeat top left;
}
#clickablemap li.btn3 {
  position: absolute;
  top: 201px;
  left: 271px;
  display: block;
  width: 51px;
  height: 52px;
  background: url(../images/common/map_kanto_hover.png) no-repeat top left;
}
#clickablemap li.btn4 {
  position: absolute;
  top: 139px;
  left: 219px;
  display: block;
  width: 36px;
  height: 38px;
  background: url(../images/common/map_hokuriku_hover.png) no-repeat top left;
}

#clickablemap li.btn5 {
  position: absolute;
  top: 139px;
  left: 48px;
  display: block;
  width: 25px;
  height: 58px;
  background: url(../images/common/map_kansai_hover.png) no-repeat top left;
}
#clickablemap li.btn6 {
  position: absolute;
  top: 139px;
  left: 105px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/common/map_chugoku_hover.png) no-repeat top left;
}
#clickablemap li.btn7 {
  position: absolute;
  top: 139px;
  left: 162px;
  display: block;
  width: 45px;
  height: 34px;
  background: url(../images/common/map_shikoku_hover.png) no-repeat top left;
}
#clickablemap li.btn8 {
  position: absolute;
  top: 139px;
  left: 219px;
  display: block;
  width: 48px;
  height: 82px;
  background: url(../images/common/map_kyushu_hover.png) no-repeat top left;
}

#clickablemap li.btn9 {
  position: absolute;
  top: 139px;
  left: 219px;
  display: block;
  width: 66px;
  height: 68px;
  background: url(../images/common/map_okinawa_hover.png) no-repeat top left;
}

#clickablemap li a,
#clickablemap li a:link,
#clickablemap li a:visited {
  display: block;
}
#clickablemap li a:hover img,
#clickablemap li a:active img {
  visibility: hidden;
}













@media (max-width: 767px) {
  .billboard .billboard-map .search-map {
    height: inherit;
    width: auto;
  }
    
  #clickablemap-bg {
  background: none;
  margin-left: auto;
  position: inherit;
}


#clickablemap {
  width: auto;
  height: auto;
  margin: 0 auto;
  background: none;
  position: inherit;
}
}

@media (max-width: 767px) {
  .billboard .billboard-map .search-map .map-img {
    display: none;
  }
}

.billboard .billboard-map .search-map .map-img > a {
  display: block;
  position: absolute;
}

.billboard .billboard-map .map-img-01 {
  top: 0;
  right: 30px;
  position: absolute;
}

.billboard .billboard-map .map-img-02 {
  top: 98px;
  right: 103px;
  position: absolute;  
}

.billboard .billboard-map .map-img-03 {
  top: 199px;
  right: 124px;
  position: absolute;
}

.billboard .billboard-map .map-img-04 {
  top: 167px;
  right: 141px;
  position: absolute;
}

.billboard .billboard-map .map-img-05 {
  top: 230px;
  left: 189px;
  position: absolute;
}

.billboard .billboard-map .map-img-06 {
  top: 233px;
  left: 129px;
  position: absolute;
}

.billboard .billboard-map .map-img-07 {
  top: 261px;
  left: 149px;
  position: absolute;
}

.billboard .billboard-map .map-img-08 {
  top: 270px;
  left: 105px;
  position: absolute;
}

.billboard .billboard-map .map-img-09 {
  top: 138px;
  left: 10px;
  position: absolute;
}


@media (max-width: 767px) {
  .billboard .billboard-map .search-map .map-list {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.billboard .billboard-map .search-map .map-list > li {
  position: absolute;
}

@media (max-width: 767px) {
  .billboard .billboard-map .search-map .map-list > li {
    margin-right: 2%;
    margin-bottom: 10px;
    position: static;
    width: 32%;
  }
}

@media (max-width: 767px) {
  .billboard .billboard-map .search-map .map-list > li:nth-child(3n) {
    margin-right: 0;
  }
}

.billboard .billboard-map .search-map .map-list > .map-link-01 {
  top: 10px;
  right: 130px;
}

.billboard .billboard-map .search-map .map-list > .map-link-02 {
  top: 136px;
  right: 0px;
}

.billboard .billboard-map .search-map .map-list > .map-link-03 {
  top: 210px;
  right: 20px;
}

.billboard .billboard-map .search-map .map-list > .map-link-04 {
  top: 130px;
  right: 164px;
}

.billboard .billboard-map .search-map .map-list > .map-link-05 {
  top: 263px;
  right: 95px;
}

.billboard .billboard-map .search-map .map-list > .map-link-06 {
  top: 189px;
  left: 99px;
}

.billboard .billboard-map .search-map .map-list > .map-link-07 {
  top: 305px;
  left: 155px;
}

.billboard .billboard-map .search-map .map-list > .map-link-08 {
  top: 290px;
  left: 0;
}

.billboard .billboard-map .search-map .map-list > .map-link-09 {
  top: 90px;
  left: 0;
}

.billboard .billboard-map .search-map .map-list > li a {
  display: block;
  background: #fff url("../images/icons/icon_arrow_04.svg") no-repeat top 49% right 9px/6px 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #abb4ba;
  -moz-box-shadow: 0 3px 0 #abb4ba;
  -ms-box-shadow: 0 3px 0 #abb4ba;
  box-shadow: 0 3px 0 #abb4ba;
}

@media (max-width: 767px) {
  .billboard .billboard-map .search-map .map-list > li a {
    font-size: 13px;
    width: 100%;
  }
}

.billboard .billboard-map .search-map .map-list > li a:hover {
  background-color: #f2f4f5;
}

@media (max-width: 991px) {
  .billboard .billboard-map .search-map .map-list > li a:hover {
    background-color: #fff;
  }
}

/* banners
----------------------------------------------- */
.block-banners {
  margin-top: 40px;
}

.block-banners a {
  display: block;
}

.block-banners .banner-large {
  /*display: none;*/
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .block-banners .banner-large {
    width: 100%;
  }
}

.block-banners .banner-small {
  float: right;
  width: 29.6%;
}

.block-banners .banner-small a {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .block-banners .banner-small a {
    margin-bottom: 2px;
  }
}

.block-banners .banner-small a:last-child {
  margin-bottom: 0;
}

/* recommend
----------------------------------------------- */
.block-recommend-tour h3 {
  background: url("../images/icons/icon_tour_01.svg") no-repeat 4px 0/25px 40px;
}

@media (max-width: 767px) {
  .block-recommend-tour h3 {
    background-size: 20px 32px;
    background-position: 12px 1px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .block-recommend-tour .tour-list li:nth-child(odd) a {
    background-color: #e6faff;
  }
}

/* banners
----------------------------------------------- */
.block-popular-tour h3 {
  background: url("../images/icons/icon_populer_01.svg") no-repeat 2px 3px/28px 32px;
}

@media (max-width: 767px) {
  .block-popular-tour h3 {
    background-size: 22px 23px;
    background-position: 10px 4px;
    margin-bottom: 0;
    margin-top: 25px !important;
  }
}

/* column search
----------------------------------------------- */
.block-column-search h3 {
  background: url("../images/icons/icon_column_01.svg") no-repeat 0px 4px/30px 28px;
}

@media (max-width: 767px) {
  .block-column-search h3 {
    background-size: 20px 20px;
    background-position: 12px 6px;
    margin-top: 25px !important;
  }
}

.block-column-search .column-list li {
  float: left;
  margin-right: 4%;
  margin-bottom: 10px;
  width: 48%;
}

@media (max-width: 767px) {
  .block-column-search .column-list li {
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
  }
}

.block-column-search .column-list li:nth-child(even) {
  margin-right: 0;
}

.block-column-search .column-list li a {
  background-color: #f2f4f5;
  display: block;
  font-size: 13px;
  padding: 10px;
  position: relative;
}

.block-column-search .column-list li a::after {
  content: "";
  display: block;
  clear: both;
}

.block-column-search .column-list li a .item-thumbnail {
  float: left;
  width: 36%;
}

.block-column-search .column-list li a .item-content {
  float: right;
  width: 61%;
}

.block-column-search .column-list li a .item-content p {
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-column-search .column-list li a .item-content span {
  background: url("../images/icons/icon_arrow_01.svg") no-repeat 0 50%/5px 11px;
  color: #00aae6;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.block-column-search .column-list li a:hover .item-content p,
.block-column-search .column-list li a:hover .item-content span {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .block-column-search .column-list li a:hover .item-content p,
  .block-column-search .column-list li a:hover .item-content span {
    text-decoration: none;
  }
}

/* area search
----------------------------------------------- */
.block-area-search {
  background-color: #e7eff2;
  margin-top: 50px;
  padding: 20px 25px;
}

@media (max-width: 767px) {
  .block-area-search {
    margin-top: 25px;
    padding: 12px;
    margin-right: -12px;
    margin-left: -12px;
  }
}

.block-area-search h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .block-area-search h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.block-area-search h3::before {
  content: "";
  background-color: #00aae6;
  left: -25px;
  height: 100%;
  width: 5px;
  top: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .block-area-search h3::before {
    left: -12px;
    width: 3px;
  }
}

.block-area-search ul::after {
  content: "";
  display: block;
  clear: both;
}

.block-area-search ul li {
  background: #fff;
  text-align: center;
  float: left;
}

.block-area-search ul li img {
  width: 100%;
}

.block-area-search ul li p {
  font-size: 13px;
  margin-bottom: 0;
  padding: 6px 0;
  line-height: 1.5;
}

.block-area-search .top-list {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .block-area-search .top-list {
    margin-bottom: 0;
  }
}

.block-area-search .top-list li {
  margin-right: 2%;
  width: 23.5%;
}

@media (max-width: 767px) {
  .block-area-search .top-list li {
    margin-right: 2%;
    margin-bottom: 10px;
    width: 49%;
  }
}

@media (max-width: 767px) {
  .block-area-search .top-list li:nth-child(even) {
    margin-right: 0;
  }
}

.block-area-search .top-list li:last-child {
  margin-right: 0;
}

.block-area-search .bottom-list li {
  margin-right: 1.5%;
  width: 13%;
}

@media (max-width: 767px) {
  .block-area-search .bottom-list li {
    margin-right: 2%;
    margin-bottom: 10px;
    width: 23.5%;
  }
}

@media (max-width: 767px) {
  .block-area-search .bottom-list li:nth-child(4n) {
    margin-right: 0;
  }
}

.block-area-search .bottom-list li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .block-area-search .bottom-list li p {
    font-size: 11px;
  }
}

/* news
----------------------------------------------- */
.block-news h3 {
  background: url("../images/icons/icon_news_01.svg") no-repeat 3px 9px/26px 22px;
}

@media (max-width: 767px) {
  .block-news h3 {
    background-size: 23px 16px;
    background-position: 10px 10px;
  }
}

.block-news .news-list {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .block-news .news-list {
    margin-bottom: 25px;
  }
}

.block-news .news-list li {
  border-bottom: 1px solid #d1d5d8;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.block-news .news-list li::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .block-news .news-list li {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-news .news-list li time {
  float: left;
  font-size: 14px;
  width: 13%;
}

@media (max-width: 767px) {
  .block-news .news-list li time {
    font-size: 10px;
    width: 65px;
  }
}

.block-news .news-list li .news-title {
  float: right;
  width: 84%;
}

@media (max-width: 767px) {
  .block-news .news-list li .news-title {
    float: none;
    font-size: 11px;
    margin-left: 65px;
  }
}

.block-news .news-list li .news-title a {
  color: #00aae6;
  text-decoration: underline;
}

.block-news .news-list li .news-title a:hover {
  text-decoration: none;
}

/* about
----------------------------------------------- */
.block-about {
  border: 2px dashed #00aae6;
  padding: 30px 25px;
}

@media (max-width: 767px) {
  .block-about {
    padding: 20px 12px;
  }
}

.block-about .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .block-about .row {
    display: block;
  }
}

.block-about .logo {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .block-about .logo {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.block-about .logo span {
  display: block;
}

.block-about .logo img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .block-about .logo img {
    width: 160px;
  }
}

.block-about p {
  margin-left: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .block-about p {
    margin-left: 0;
  }
}

/* departure tour
----------------------------------------------- */
.departure-tour-title {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 22px;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 18px 10px 10px 115px;
  position: relative;
  line-height: 1.3;
  background-image: url("../images/common/bg_dot_01.png");
  background-position: 0 0;
  background-size: 12px 12px;
  background-repeat: repeat;
}

@media (max-width: 767px) {
  .departure-tour-title {
    font-size: 14px;
    min-height: inherit;
    padding-top: 10px;
    padding-left: 70px;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
  }
}

.departure-tokyo .departure-tour-title {
  background-color: #F3EFF8;
  border-bottom-color: #9792D9;
}

.departure-osaka .departure-tour-title {
  background-color: #E2F8F6;
  border-bottom-color: #17A292;
  padding-left: 123px;
}

@media (max-width: 767px) {
  .departure-osaka .departure-tour-title {
    padding-left: 70px;
  }
}

.departure-sapporo .departure-tour-title {
  background-color: #FFEDE2;
  border-bottom-color: #815941;
  padding-left: 130px;
}

@media (max-width: 767px) {
  .departure-sapporo .departure-tour-title {
    padding-left: 70px;
  }
}

.departure-nagoya .departure-tour-title {
  background-color: #EBF5E9;
  border-bottom-color: #6CBB5A;
  padding-left: 123px;
}

@media (max-width: 767px) {
  .departure-nagoya .departure-tour-title {
    padding-left: 70px;
  }
}

.departure-fukuoka .departure-tour-title {
  background-color: #EBF4FF;
  border-bottom-color: #3B6EB4;
}

@media (max-width: 767px) {
  .departure-fukuoka .departure-tour-title {
    padding-left: 62px;
  }
}

.departure-tour-title::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  bottom: 0;
}

.departure-tokyo .departure-tour-title::after {
  background-image: url("../images/contents/title_iconbg_01.svg");
  background-size: 92px 67px;
  height: 67px;
  width: 92px;
}

@media (max-width: 767px) {
  .departure-tokyo .departure-tour-title::after {
    background-size: 46px 33px;
    height: 33px;
    width: 46px;
  }
}

.departure-osaka .departure-tour-title::after {
  background-image: url("../images/contents/title_iconbg_02.svg");
  background-size: 100px 71px;
  height: 71px;
  width: 100px;
}

@media (max-width: 767px) {
  .departure-osaka .departure-tour-title::after {
    background-size: 50px 35px;
    height: 35px;
    width: 50px;
  }
}

.departure-sapporo .departure-tour-title::after {
  background-image: url("../images/contents/title_iconbg_03.svg");
  background-size: 102px 71px;
  height: 71px;
  width: 102px;
}

@media (max-width: 767px) {
  .departure-sapporo .departure-tour-title::after {
    background-size: 52px 36px;
    height: 36px;
    width: 52px;
  }
}

.departure-nagoya .departure-tour-title::after {
  background-image: url("../images/contents/title_iconbg_04.svg");
  background-size: 98px 68px;
  height: 68px;
  width: 98px;
}

@media (max-width: 767px) {
  .departure-nagoya .departure-tour-title::after {
    background-size: 49px 34px;
    height: 34px;
    width: 49px;
  }
}

.departure-fukuoka .departure-tour-title::after {
  background-image: url("../images/contents/title_iconbg_05.svg");
  background-size: 81px 74px;
  height: 74px;
  width: 81px;
  left: 15px;
}

@media (max-width: 767px) {
  .departure-fukuoka .departure-tour-title::after {
    background-size: 41px 37px;
    height: 37px;
    width: 41px;
    left: 12px;
  }
}

.departure-tour-title span {
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 15px 6px;
  font-size: 28px;
  padding-bottom: 6px;
  display: inline-block;
}

@media (max-width: 767px) {
  .departure-tour-title span {
    font-size: 18px;
    padding-bottom: 0;
  }
}

.departure-tokyo .departure-tour-title span {
  background-image: url("../images/contents/title_wave_01.png");
}

@media (max-width: 767px) {
  .departure-tokyo .departure-tour-title span {
    background: none;
  }
}

.departure-osaka .departure-tour-title span {
  background-image: url("../images/contents/title_wave_02.png");
}

@media (max-width: 767px) {
  .departure-osaka .departure-tour-title span {
    background: none;
  }
}

.departure-sapporo .departure-tour-title span {
  background-image: url("../images/contents/title_wave_03.png");
}

@media (max-width: 767px) {
  .departure-sapporo .departure-tour-title span {
    background: none;
  }
}

.departure-nagoya .departure-tour-title span {
  background-image: url("../images/contents/title_wave_04.png");
}

@media (max-width: 767px) {
  .departure-nagoya .departure-tour-title span {
    background: none;
  }
}

.departure-fukuoka .departure-tour-title span {
  background-image: url("../images/contents/title_wave_05.png");
}

@media (max-width: 767px) {
  .departure-fukuoka .departure-tour-title span {
    background: none;
  }
}

.block-departure-tour .heading-3 {
  position: relative;
  padding-left: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .block-departure-tour .heading-3 {
    padding-left: 12px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.block-departure-tour .heading-3 .icon {
  font-size: 16px;
  color: #fff;
  padding: 3px 6px 4px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .block-departure-tour .heading-3 .icon {
    font-size: 12px;
    padding: 2px 4px 1px;
    margin-right: 4px;
  }
}

.departure-tokyo .block-departure-tour .heading-3 .icon {
  background-color: #9792D9;
}

.departure-tokyo .departure-aside-title {
  background-color: #9792D9;
}

.departure-osaka .block-departure-tour .heading-3 .icon {
  background-color: #17A292;
}

.departure-osaka .departure-aside-title {
  background-color: #17A292;
}

.departure-sapporo .block-departure-tour .heading-3 .icon {
  background-color: #815941;
}

.departure-sapporo .departure-aside-title {
  background-color: #815941;
}

.departure-nagoya .block-departure-tour .heading-3 .icon {
  background-color: #6CBB5A;
}

.departure-nagoya .departure-aside-title {
  background-color: #6CBB5A;
}

.departure-fukuoka .block-departure-tour .heading-3 .icon {
  background-color: #3B6EB4;
}

.departure-fukuoka .departure-aside-title {
  background-color: #3B6EB4;
}

/* tour list
----------------------------------------------- */
.tour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .tour-list {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.tour-list li {
  margin-right: 2%;
  margin-bottom: 40px;
  width: 32%;
}

@media (max-width: 767px) {
  .tour-list li {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

.tour-list li:nth-child(3n) {
  margin-right: 0;
}

.tour-list li.item-small {
  margin-right: 2%;
  width: 23.5%;
}

@media (max-width: 767px) {
  .tour-list li.item-small {
    margin-right: 0;
    width: 100%;
  }
}

.tour-list li.item-small:nth-child(3n) {
  margin-right: 2%;
}

@media (max-width: 767px) {
  .tour-list li.item-small:nth-child(3n) {
    margin-right: 0;
  }
}

.tour-list li:last-child {
  margin-right: 0;
}

.tour-list li a {
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .tour-list li a {
    padding: 12px;
  }
  .tour-list li a::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (max-width: 767px) {
  .tour-list li a {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .tour-list li:nth-child(even) a {
    background-color: #f0f9fd;
  }
}

.tour-list li a p {
  margin-bottom: 2px;
  word-wrap: break-word;
  line-height: 1.5;
}

.tour-list li a .item-thumbnail {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .tour-list li a .item-thumbnail {
    float: left;
    margin-bottom: 0;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .tour-list li a .item-content {
    float: right;
    width: 67%;
  }
}

.tour-list li a .item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .tour-list li a .item-title {
    font-size: 14px;
  }
}

.tour-list li a:hover .item-title {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .tour-list li a:hover .item-title {
    text-decoration: none;
  }
}

.tour-list li.item-small a .item-title {
  font-size: 14px;
}

.tour-list li a .item-price {
  font-size: 12px;
}

@media (max-width: 767px) {
  .tour-list li a .item-price {
    font-size: 10px;
  }
}

.tour-list li a .item-price .price {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 767px) {
  .tour-list li a .item-price .price {
    font-size: 14px;
  }
}

.tour-list li.item-small a .item-price {
  font-size: 11px;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .tour-list li.item-small a .item-price {
    font-size: 10px;
    padding-top: 0;
  }
}

.tour-list li.item-small a .item-price .price {
  font-size: 15px;
}

@media (max-width: 767px) {
  .tour-list li.item-small a .item-price .price {
    font-size: 14px;
  }
}

.tour-list li a .item-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .tour-list li a .item-rank {
    top: 5px;
    left: 7px;
  }
}

@media (max-width: 767px) {
  .tour-list li a .item-rank img {
    width: 18px;
  }
}

@media (max-width: 767px) {
  .tour-list li:nth-child(-n+3) a .item-rank img {
    width: 22px;
  }
}

.tour-list li a:hover .item-rank img {
  opacity: 1;
}

.tour-list li a .item-grade {
  padding-top: 2px;
  line-height: 1;
}

.tour-list li a .item-grade img {
  vertical-align: bottom;
}

.tour-list li a .item-grade span {
  color: #F28200;
  font-weight: bold;
  margin-left: 3px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
}

.price {
  font-family: "Roboto", sans-serif;
  color: #d30c0c;
}

/* list categories
----------------------------------------------- */
.list-categories {
  background-color: #f2f4f5;
  border: 1px solid #cfd7dd;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .list-categories {
    margin-bottom: 15px;
  }
}

.list-categories .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .list-categories .row {
    display: block;
  }
}

.list-categories .title {
  font-size: 16px;
  font-weight: bold;
  width: 5.5em;
}

@media (max-width: 767px) {
  .list-categories .title {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
  }
}

.list-categories .title::after {
  content: ":";
}

@media (max-width: 767px) {
  .list-categories .title::after {
    content: none;
  }
}

.list-categories .cats {
  background: #fff;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.list-categories .cats ul::after {
  content: "";
  display: block;
  clear: both;
}

.list-categories .cats ul li {
  float: left;
  width: 13%;
}

@media (max-width: 767px) {
  .list-categories .cats ul li {
    margin: 5px 0;
    width: 33.333%;
  }
}

.list-categories .cats ul li a {
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .list-categories .cats ul li a {
    line-height: 1;
    font-size: 12px;
  }
}

.list-categories .cats ul li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .list-categories .cats ul li a:hover {
    text-decoration: underline;
  }
}

.list-categories .cats ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #333;
}

.list-categories .cats ul li.current a {
  color: #00aae6;
}

.list-categories .cats ul li.current a::after {
  border-left: 5px solid #00aae6;
}

.list-categories .cats ul .current .markup {
  color: #00aae6;
  position: relative;
}

.list-categories .cats ul .current .markup::after {
  content: "";
  position: absolute;
  left: -15%;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #00aae6;
}

/* hotel list
----------------------------------------------- */
.block-hotel-list h2 {
  background: url("../images/icons/icon_hotel_01.svg") no-repeat 2px 0/29px 31px;
  border-bottom: 2px solid #cfd7dd;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .block-hotel-list h2 {
    background-position: 12px 0;
    background-size: 18px 24px;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.block-hotel-detail .link-plan-btn {
  text-align: center;
  margin: 50px auto;
}

@media (max-width: 767px) {
  .block-hotel-detail .link-plan-btn {
    margin: 30px auto;
  }
}

.block-hotel-detail .link-plan-btn .btn {
  background: #d30c0c url("../images/icons/icon_arrow_02.svg") no-repeat right 10px top 50%/6px 12px;
  color: #fff;
  padding: 15px 25px;
}

.article-btn  {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.article-btn .btn {
  background: #d30c0c url("../images/icons/icon_arrow_02.svg") no-repeat right 10px top 50%/6px 12px;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .block-hotel-detail .link-plan-btn .btn {
    font-size: 14px;
  }
}

/* area list
----------------------------------------------- */
.block-area-list h2 {
  background: url("../images/icons/icon_mappin_02.svg") no-repeat 2px 0/26px 31px;
  border-bottom: 2px solid #cfd7dd;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 37px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .block-area-list h2 {
    background-position: 12px 3px;
    background-size: 20px 26px;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

/* event list
----------------------------------------------- */
.block-event-list h2 {
  background: url("../images/icons/icon_event_01.svg") no-repeat 2px 0/26px 33px;
  border-bottom: 2px solid #cfd7dd;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 37px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .block-event-list h2 {
    background-position: 12px 0;
    background-size: 19px 26px;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: -12px;
    margin-right: -12px;
  }
}

/* miryoku
----------------------------------------------- */
.block-miryoku-list h2 {
  background: url("../images/icons/icon_blog_01.svg") no-repeat 2px 3px/27px 26px;
  border-bottom: 3px solid #a5abb1;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 37px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .block-miryoku-list h2 {
    background-position: 12px 3px;
    background-size: 20px 20px;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.block-miryoku-list .miryoku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-miryoku-list .miryoku-list li {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 48.5%;
}

.block-miryoku-list .miryoku-list li:nth-child(even) {
  margin-right: 0;
}

.block-miryoku-list .miryoku-list li .item-thumbnail {
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .block-miryoku-list .miryoku-list li .item-thumbnail {
    margin-bottom: 8px;
  }
}

.block-miryoku-list .miryoku-list li .item-meta {
  color: #a5abb1;
  font-size: 12px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .block-miryoku-list .miryoku-list li .item-meta {
    font-size: 10px;
  }
}

.block-miryoku-list .miryoku-list li .item-meta a {
  color: #00aae6;
  margin-right: 18px;
  position: relative;
}

@media (max-width: 767px) {
  .block-miryoku-list .miryoku-list li .item-meta a {
    margin-right: 14px;
  }
}

.block-miryoku-list .miryoku-list li .item-meta a::after {
  content: "";
  background-color: #a5abb1;
  right: -11px;
  top: 50%;
  height: 12px;
  margin-top: -6px;
  width: 1px;
  position: absolute;
}

@media (max-width: 767px) {
  .block-miryoku-list .miryoku-list li .item-meta a::after {
    right: -9px;
    height: 8px;
    margin-top: -3px;
  }
}

.block-miryoku-list .miryoku-list li .item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .block-miryoku-list .miryoku-list li .item-title {
    font-size: 14px;
  }
}

.block-miryoku-list .miryoku-list li .item-content a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .block-miryoku-list .miryoku-list li .item-content a:hover {
    text-decoration: none;
  }
}

/* article
----------------------------------------------- */
.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .article-list {
    display: block;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 20px;
  }
}

.article-list li {
  margin-right: 2%;
  margin-bottom: 40px;
  width: 32%;
}

@media (max-width: 767px) {
  .article-list li {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

.article-list li:nth-child(3n) {
  margin-right: 0;
}

.article-list li a {
  display: block;
}

@media (max-width: 767px) {
  .article-list li a {
    background-color: #fff;
    padding: 12px;
  }
  .article-list li a::after {
    content: "";
    display: block;
    clear: both;
  }
}

.article-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .article-list li a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .article-list li:nth-child(odd) a {
    background-color: #f0f9fd;
  }
}

.article-list li .item-thumbnail {
  position: relative;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .article-list li .item-thumbnail {
    margin-bottom: 0;
    float: left;
    width: 30%;
  }
}

.article-list li .item-thumbnail img {
  text-align: center;
}

@media (max-width: 767px) {
  .article-list li .item-content {
    float: right;
    width: 67%;
  }
}

.article-list li .item-thumbnail .item-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00aae6;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 6px;
  line-height: 1;
}

@media (max-width: 767px) {
  .article-list li .item-thumbnail .item-cat {
    font-weight: normal;
    font-size: 10px;
  }
}

.article-list li .item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .article-list li .item-title {
    color: #00aae6;
    font-size: 14px;
  }
}

.article-list li p {
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article-list li p {
    font-size: 11px;
  }
}

.article .article-title {
  border-top: 3px solid #00aae6;
  font-size: 24px;
  margin-bottom: 25px;
  padding-top: 22px;
}

@media (max-width: 767px) {
  .article .article-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 12px;
  }
}

.article .article-meta {
  color: #a5abb1;
  font-size: 13px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .article .article-meta {
    font-size: 11px;
  }
}

.article .article-meta a {
  color: #00aae6;
  margin-right: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .article .article-meta a {
    margin-right: 15px;
  }
}

.article .article-meta a::after {
  content: "";
  background-color: #a5abb1;
  right: -11px;
  top: 50%;
  height: 12px;
  margin-top: -6px;
  width: 1px;
  position: absolute;
}

@media (max-width: 767px) {
  .article .article-meta a::after {
    right: -9px;
    height: 8px;
    margin-top: -3px;
  }
}

.article .article-meta + .article-title {
  border-top: none;
  padding-top: 0;
}

.article .article-thumbnail {
  margin-bottom: 30px;
}

.article .article-thumbnail img {
  width: 100%;
  max-width: 100%;
}

.article dl {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .article .article-thumbnail {
    margin-bottom: 15px;
  }
}

.article .article-contents {
  margin-bottom: 50px;
}

.article .article-contents::after {
  content: "";
  display: block;
  clear: both;
}

.article .article-contents h2 {
  font-size: 18px;
  border-bottom: 2px solid #CFD7DD;
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .article .article-contents h2 {
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.article .article-contents h3 {
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .article .article-contents h3 {
    margin-top: 25px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.article-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
  border-top: 2px solid #e1e7ea;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .article-navigation {
    padding: 10px 0;
    display: block;
  }
}

.article-navigation > div {
  width: 50%;
}

@media (max-width: 767px) {
  .article-navigation > div {
    width: 100%;
  }
}

.article-navigation > div a {
  font-weight: bold;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .article-navigation > div a {
    padding: 10px 0;
  }
}

.article-navigation > div a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .article-navigation > div a:hover {
    text-decoration: none;
  }
}

.article-navigation > div a span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-navigation > div a i {
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 0 10px;
  display: block;
  line-height: 1;
  text-align: center;
  width: 32px;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -ms-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}

.article-navigation > div a:hover i {
  background-color: #e7eff2;
}

@media (max-width: 767px) {
  .article-navigation > div a:hover i {
    background-color: #fff;
  }
}

.article-navigation > .prev {
  position: relative;
}

.article-navigation > .prev::after {
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #E1E7EA;
  position: absolute;
}

@media (max-width: 767px) {
  .article-navigation > .prev::after {
    content: none;
  }
}

.article-navigation > .prev a {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .article-navigation > .prev a {
    padding-right: 0;
  }
}

.article-navigation > .prev a i {
  margin-right: 15px;
}

.article-navigation > .next a {
  padding-left: 20px;
  text-align: right;
}

@media (max-width: 767px) {
  .article-navigation > .next a {
    padding-left: 0;
  }
}

.article-navigation > .next a i {
  margin-left: 15px;
}

.article-list-back {
  padding: 15px 0;
  border-top: 2px solid #e1e7ea;
  text-align: center;
}

.article-list-back a {
  background: url("../images/icons/icon_arrow_03.svg") no-repeat 0 50%/6px 12px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 13px;
}

.article-list-back a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .article-list-back a:hover {
    text-decoration: none;
  }
}

/* mypage block
----------------------------------------------- */
.mypage-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .mypage-block-group {
    display: block;
  }
}

.mypage-block {
  border: 1px solid #c4cbd0;
  margin-right: 4%;
  margin-bottom: 40px;
  width: 48%;
}

@media (max-width: 767px) {
  .mypage-block {
    margin-right: 0;
    width: auto;
    margin-bottom: 20px;
  }
}

.mypage-block.right-block {
  margin-right: 0;
}

.mypage-block.full-block {
  margin-right: 0;
  width: 100%;
}

.mypage-block h3 {
  background-color: #e7eff2;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .mypage-block h3 {
    font-size: 16px;
  }
}

.mypage-block .mypage-block-inner {
  padding: 20px 34px;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-inner {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-inner {
    padding: 12px;
  }
}

.mypage-block .mypage-block-inner p {
  margin-bottom: 15px;
}

.mypage-block .mypage-block-inner p.note {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-inner p.note {
    margin-top: 15px;
    font-size: 11px;
  }
}

.mypage-block .mypage-block-inner p.link {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-inner p.link {
    margin-top: 15px;
  }
}

.mypage-block .mypage-block-inner p.link a {
  color: #00aae6;
  text-decoration: underline;
  position: relative;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-inner p.link a {
    text-decoration: none;
  }
}

.mypage-block .mypage-block-inner p.link a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #00aae6;
}

.mypage-block .mypage-block-inner p.link a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-inner p.link a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-beginner {
    display: block;
  }
}

.mypage-block .mypage-block-beginner .txt {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mypage-block .mypage-block-beginner .btn-area {
  margin-left: 30px;
  margin-bottom: 0;
  width: 240px;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-beginner .btn-area {
    margin-left: 0;
    width: auto;
  }
}

.mypage-block .mypage-block-beginner h4 {
  font-size: 18px;
  color: #00aae6;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mypage-block .mypage-block-beginner h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.mypage-block .mypage-block-beginner p {
  margin-bottom: 0;
}

.mypage-about {
  border: 10px solid #e7eff2;
  padding: 40px 15px 10px;
}

@media (max-width: 767px) {
  .mypage-about {
    border-width: 5px;
    padding: 15px 12px 5px;
  }
}

.mypage-about h3 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .mypage-about h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.mypage-about ul {
  max-width: 840px;
  margin: 0 auto;
}

.mypage-about ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mypage-about ul li {
    display: block;
    margin-bottom: 20px;
  }
}

.mypage-about ul li .icon {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .mypage-about ul li .icon {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mypage-about ul li .icon img {
    width: 60px;
  }
}

.mypage-about ul li .txt {
  font-size: 14px;
}

@media (max-width: 767px) {
  .mypage-about ul li .txt {
    font-size: 12px;
  }
}

.mypage-about ul li .txt h4 {
  font-size: 18px;
  color: #00aae6;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .mypage-about ul li .txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
  }
}

.mypage-about ul li .txt p {
  margin-bottom: 0;
}

/* signup
----------------------------------------------- */
.signup-block h2 {
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .signup-block h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}

.signup-block h2::after {
  content: "";
  height: 3px;
  width: 60px;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  position: absolute;
  background-color: #00aae6;
}

@media (max-width: 767px) {
  .signup-block h2::after {
    width: 30px;
    margin-left: -15px;
  }
}

.signup-block h3 {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
}

@media (max-width: 767px) {
  .signup-block h3 {
    font-size: 16px;
  }
}

.signup-block h3::before {
  content: "";
  background: #00aae6;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .signup-block h3::before {
    top: 5px;
  }
}

.signup-block table {
  border-top: 1px solid #c4cbd0;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .signup-block table {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 30px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .signup-block table tbody,
  .signup-block table tbody tr {
    display: block;
    width: 100%;
  }
}

.signup-block table th {
  border-bottom: 1px solid #c4cbd0;
  text-align: left;
  padding: 15px 25px 15px 0;
  width: 200px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .signup-block table th {
    background-color: #e7eff2;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }
}

.signup-block table td {
  border-bottom: 1px solid #c4cbd0;
  text-align: left;
  padding: 15px 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .signup-block table td {
    display: block;
    padding: 12px;
    width: 100%;
  }
}

.signup-block .form-list-horizontal {
  padding: 7px 0 5px;
}

.signup-block .check-mailmagazine {
  background-color: #F7F7F7;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .signup-block .check-mailmagazine {
    margin-bottom: 20px;
  }
}

.signup-block .btn-back {
  background: url("../images/icons/icon_arrow_03.svg") no-repeat 0 50%/6px 12px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 12px;
  margin-top: 10px;
}

/* info
----------------------------------------------- */
.block-info h3 {
  color: #00aae6;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .block-info h3 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.block-info h4 {
  border-bottom: 2px solid #c4cbd0;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.block-flow .flow-box {
  border: 1px solid #c4cbd0;
  margin-bottom: 50px;
  position: relative;
}

.block-flow .flow-box::after {
  content: "";
  left: 50%;
  margin-left: -16px;
  bottom: -53px;
  border: 16px solid transparent;
  border-top: 20px solid #a5abb1;
  position: absolute;
}

.block-flow .flow-box.last {
  margin-bottom: 0;
}

.block-flow .flow-box.last::after {
  content: none;
}

.block-flow .flow-box h4 {
  background-color: #00aae6;
  color: #fff;
  font-size: 18px;
  padding: 12px 15px;
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  .block-flow .flow-box h4 {
    font-size: 15px;
    padding: 10px 12px;
  }
}

.block-flow .flow-box h4 span {
  margin-right: 10px;
}

.block-flow .flow-box h5 {
  color: #00aae6;
  font-size: 17px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .block-flow .flow-box h5 {
    font-size: 15px;
  }
}

.block-flow .flow-box .box-inner {
  padding: 20px;
}

@media (max-width: 767px) {
  .block-flow .flow-box .box-inner {
    padding: 12px;
  }
}

.block-flow .flow-box a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .block-flow .flow-box a:hover {
    text-decoration: underline;
  }
}

.block-flow .flow-box .flow-infomation {
  text-align: center;
  margin-bottom: 30px;
}

.block-flow .flow-box .flow-infomation .box {
  background: #fff;
  border: 5px solid #e7eff2;
  padding: 15px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .block-flow .flow-box .flow-infomation .box {
    border-width: 3px;
    padding: 10px;
  }
}

.block-flow .flow-box .flow-infomation .col-group {
  display: table;
  width: 100%;
}

.block-flow .flow-box .flow-infomation .col-group .col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 48%;
}

.block-flow .flow-box .flow-infomation .col-group .col.center {
  width: 4%;
}

.block-flow .flow-box .flow-infomation .col-group .col.right {
  margin-left: auto;
}

.block-flow .flow-box .flow-infomation .col-group .col.arrow {
  background: url("../images/contents/flow_arrow.svg") no-repeat 50% 50%/20px 72px;
  font-weight: bold;
  padding: 30px 0;
  margin-bottom: 0;
}

.block-flow .flow-box .note {
  background-color: #F7F7F7;
  padding: 20px 25px;
}

@media (max-width: 767px) {
  .block-flow .flow-box .note {
    padding: 15px 12px;
  }
}

.block-flow .flow-box .note h6 {
  margin-bottom: 8px;
}

.block-flow .flow-box .note p {
  font-size: 13px;
}

.block-flow .flow-box .credit-icons {
  font-size: 0;
}

.block-flow .flow-box .credit-icons img {
  display: inline-block;
  margin: 2px 2px;
}

.block-flow .flow-box .link-pdf {
  background: url("../images/icons/icon_pdf_01.svg") no-repeat 0 6px/20px 22px;
  color: #d30c0c;
  padding: 6px 0 6px 27px;
  display: inline-block;
}

.block-flow .flow-box .link-pdf::after {
  content: none;
}

.block-flow .flow-box .center-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.block-flow .flow-box .center-title::before {
  content: "";
  background-color: #c4cbd0;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.block-flow .flow-box .center-title span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.block-guarantee .box {
  border: 5px solid #e7eff2;
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .block-guarantee .box {
    margin-bottom: 15px;
    padding: 20px 10px;
  }
}

.block-guarantee .table thead td {
  text-align: center;
}

.block-guarantee .table thead td.bg-blue {
  background-color: #00aae6;
  color: #fff;
}

.block-guarantee .table tbody th.fw-normal {
  text-align: center;
}

.block-guarantee .table tbody td {
  text-align: right;
}

.block-guarantee .table tbody td.bg-blue {
  background-color: #e2f7ff;
}

.block-covenant .covenant-text .t1,
.block-covenant .covenant-text .t2 {
  font-weight: bold;
}

.block-covenant .covenant-text .t1 + .t2 {
  margin-top: 15px;
}

.block-covenant .covenant-text .t2 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.block-covenant .covenant-text p {
  margin-bottom: 0;
}

.block-policy dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .block-policy dl dt {
    font-size: 15px;
    margin-top: 25px;
  }
}

.block-policy dl dt:first-child {
  margin-top: 0;
}

.block-policy dl dd {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .block-policy dl dd {
    margin-bottom: 15px;
  }
}

/* faq
----------------------------------------------- */
.faq-list > li {
  padding: 24px 20px;
}

@media (max-width: 767px) {
  .faq-list > li {
    padding: 15px 12px;
  }
}

.faq-list > li:nth-child(odd) {
  background-color: #f2f4f5;
}

.faq-list > li > dl {
  margin-bottom: 0;
}

.faq-list > li > dl > dt {
  background: url("../images/parts/faq_q.svg") no-repeat 0 2px/28px 32px;
  font-size: 17px;
  padding: 0 0 6px 40px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .faq-list > li > dl > dt {
    font-size: 14px;
  }
}

.faq-list > li > dl > dd {
  background: url("../images/parts/faq_a.svg") no-repeat 10px 4px/11px 18px;
  padding-left: 40px;
}

/* mailmagazine
----------------------------------------------- */
.section-mailmagazine {
  background-color: #e7eff2;
  clear: both;
  padding: 70px 0 40px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .section-mailmagazine {
    padding: 35px 0 20px;
  }
}

.section-mailmagazine::after {
  background: url("../images/common/bg_wave_02.png") repeat-x 50% 0%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-mailmagazine::after {
    background-size: 35px 7px;
    height: 7px;
  }
}

.section-mailmagazine h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-mailmagazine h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.section-mailmagazine h2 span {
  background: url("../images/icons/icon_mailmagazine_01.svg") no-repeat 0 50%/32px 32px;
  padding-left: 42px;
}

@media (max-width: 767px) {
  .section-mailmagazine h2 span {
    background-size: 20px 20px;
    padding-left: 28px;
  }
}

.section-mailmagazine h2 + p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .section-mailmagazine h2 + p {
    font-size: 13px;
  }
}

.section-mailmagazine .btn {
  background-color: #00aae6;
  color: #fff;
  text-align: center;
  display: block;
  border: none;
  margin: 0 auto 20px;
  font-size: 16px;
  height: 100%;
  width: 280px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .section-mailmagazine .btn {
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
  }
}

.section-mailmagazine .note {
  font-size: 13px;
}

@media (max-width: 767px) {
  .section-mailmagazine .note {
    font-size: 11px;
  }
}

.section-mailmagazine .note a {
  text-decoration: underline;
}

.section-mailmagazine .note a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .section-mailmagazine .note a:hover {
    text-decoration: underline;
  }
}

/* share buttons
----------------------------------------------- */
.section-share-buttons {
  padding-top: 40px;
  padding-bottom: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-share-buttons {
    padding: 20px 0 15px;
  }
}

.section-share-buttons ul li {
  display: inline-block;
  margin: 0 1px 5px;
}

/* Footer
----------------------------------------------- */
.site-footer {
  background-color: #3c7cb0;
  color: #fff;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 30px;
  }
}

.site-footer a {
  color: #fff;
}

.site-footer .row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .site-footer .row {
    display: block;
  }
}

.site-footer .site-footer__logo {
  float: left;
  padding-top: 7px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__logo {
    float: none;
    text-align: center;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .site-footer .site-footer__logo img {
    width: 80px;
  }
}

.site-footer .site-footer__info {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
  }
}

.site-footer .site-footer__info img {
  display: block;
  line-height: 1;
  float: left;
  margin-right:10px;
}

.site-footer .site-footer__info .tel {
  margin-right: 15px;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .tel {
    margin-right: 0;
    width: 50%;
  }
}

.site-footer .site-footer__info .time {
  margin-right: 20px;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .time {
    margin-right: 0;
    padding-left: 10px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .mail {
    margin-top: 10px;
    width: 100%;
  }
}

.site-footer .site-footer__info .mail .btn {
  background: #fff;
  color: #3c7cb0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 230px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .mail .btn {
    width: 100%;
  }
}

.site-footer .site-footer__info .mail .btn span {
  background: url("../images/icons/icon_mail_01.svg") no-repeat 0 50%/18px 13px;
  padding-left: 23px;
}

.site-footer .site-footer__nav {
  clear: both;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__nav {
    margin-bottom: 20px;
  }
}

.site-footer .site-footer__nav ul {
  font-size: 0;
  letter-spacing: 0;
}

.site-footer .site-footer__nav ul li {
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .site-footer .site-footer__nav ul li {
    margin-bottom: 10px;
  }
}

.site-footer .site-footer__nav ul li:last-child {
  border-right: none;
}

.site-footer .site-footer__nav ul li a {
  display: inline-block;
  margin: 0 12px;
}

.site-footer .site-footer__nav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .site-footer .site-footer__nav ul li a:hover {
    text-decoration: none;
  }
}

.site-footer .copyright {
  background-color: #2c6b9f;
  font-size: 11px;
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright {
    font-size: 10px;
  }
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
  }
}

/* ==============================================
 box
=============================================== */
.box-type1 {
  border: 5px solid #e1e3e5;
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box-type1 {
    border-width: 3px;
    padding: 15px;
  }
}

/* ==============================================
 list
=============================================== */
.list-type-indent1 li {
  text-indent: -1em;
  padding-left: 1em;
}

/* ==============================================
 form
=============================================== */
/* layout
----------------------------------------------- */
.form-label {
  font-weight: bold;
  margin-bottom: 20px;
}

.form-group--horizontal .form-label {
  float: left;
  width: 140px;
  padding-top: 10px;
  position: relative;
}

.form-label label {
  margin-right: 4px;
  vertical-align: baseline;
}

.form-group--vertical .form-label {
  margin-bottom: 6px;
  position: relative;
}

.form-field {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-field {
    margin-bottom: 15px;
  }
}

.form-group--horizontal .form-field {
  position: relative;
  margin-left: 160px;
}

.form-required {
  background-color: #fff;
  color: #d30c0c;
  border: 1px solid #d30c0c;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 6px;
  padding: 0px 4px;
  vertical-align: middle;
}

.required {
  color: #d30c0c;
  font-weight: normal;
  vertical-align: top;
}

/* radio button */
.form-radio-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.form-radio-label i {
  display: block;
  background: url("../images/parts/radio_off_01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  position: relative;
  vertical-align: middle;
}

.form-radio-label input[type="radio"]:checked + i {
  background: url("../images/parts/radio_on_01.svg");
}

.form-radio-label input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

/* checkbox */
.form-checkbox-label input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.form-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.form-checkbox-label i {
  display: block;
  background-image: url("../images/parts/checkbox_off_01.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  position: relative;
  vertical-align: middle;
}

.form-checkbox-label input[type="checkbox"]:checked + i {
  background-image: url("../images/parts/checkbox_on_01.svg");
}

/* list horizontal */
.form-list-horizontal li {
  display: inline-block;
  margin: 0 30px 5px 0;
}

.form-list-vertical li {
  margin-bottom: 5px;
}

/* select */
.select-wrapper {
  display: block;
  position: relative;
  vertical-align: middle;
}

/* form default */
input.form-control, button.form-control, textarea.form-control {
  font-size: 14px;
  border: 1px solid #bababa;
  background: #f7f7f7;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.form-control:focus, button.form-control:focus, textarea.form-control:focus {
  border-color: #00aae6;
  background: #fff;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type="text"].form-control, input[type="number"].form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="url"].form-control {
  padding: 9px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

textarea.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}

/* selectbox */
.form-select-wrap {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #bababa;
  background: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.form-select-wrap:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  /* ここで下向き矢印指定　今回はCSSで */
  border-top: 6px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3a3a3a;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  pointer-events: none;
  /* クリック出来るよう */
}

.form-select-wrap select {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 25px 0 8px;
  height: 38px;
  line-height: 38px;
  border: none;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* ie9対策 */
.form-select-wrap select:not(:target) {
  width: 120% \9;
}

/* name units */
.form-name-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.form-name-units .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 49%;
}

.form-name-units .col:nth-child(even) {
  margin-left: auto;
}

.form-name-units .col .unit {
  text-align: right;
  padding-right: 8px;
  width: 3em;
}

.form-name-units .col .input {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* birthday units */
.form-birthday-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.form-birthday-units .form-select-wrap,
.form-birthday-units select {
  display: inline-block;
  width: auto;
}

.form-birthday-units .unit {
  padding-left: 5px;
  padding-right: 16px;
}

/* birthday units */
.form-address-units .row {
  margin-bottom: 12px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.form-address-units .row:last-child {
  margin-bottom: 0;
}

.form-address-units .col-h {
  text-align: right;
  padding-right: 1em;
  width: 6em;
}

.form-address-units .col-b {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-address-units input.zip {
  width: 8em;
}

/* day units */
.form-day-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.form-day-units .form-select-wrap,
.form-day-units select {
  display: inline-block;
  width: auto;
}

.form-day-units .unit {
  padding-left: 5px;
  padding-right: 16px;
}

/* number units */
.form-number-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.form-number-units .form-select-wrap,
.form-number-units select {
  display: inline-block;
  width: auto;
}

.form-number-units .unit-h {
  text-align: right;
  padding-right: 1em;
  width: 7em;
}

.form-number-units .unit {
  padding-left: 5px;
}

.form-note {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 8px;
}

/* error msg */
.form-err-msg {
  color: #d30c0c;
  margin-top: 5px;
  font-size: 12px;
}

input::placeholder, textarea::placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #a5abb1;
  opacity: 1;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #a5abb1;
  opacity: 1;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #a5abb1;
  opacity: 1;
}

/* Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ==============================================
 Static
=============================================== */
/* indent
----------------------------------------------- */
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* heading
----------------------------------------------- */
.heading-1 {
  font-size: 26px;
  margin-bottom: 30px;
}

.heading-2 {
  border-left: 5px solid #00aae6;
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .heading-2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.heading-3 {
  border-bottom: 2px solid #CFD7DD;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 37px;
  padding-top: 3px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .heading-3 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.heading-3 .form-select-wrap {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
  width: auto;
}

@media (max-width: 767px) {
  .heading-3 .form-select-wrap {
    right: 12px;
  }
}

.heading-3 .form-select-wrap select {
  height: 26px;
  font-size: 13px;
  line-height: 26px;
  width: auto;
}

/* list type
----------------------------------------------- */
.list-type--decimal {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 20px;
}

.list-type--decimal > li {
  margin-bottom: 4px;
  line-height: 1.7;
}

.list-type--decimal dl dt {
  margin-top: 20px;
}

.list-type--decimal dl dd {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-type--number1 {
  list-style: none;
  counter-reset: cnt;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-type--number1 > li {
  counter-increment: cnt;
  margin-bottom: 4px;
  text-indent: -2em;
  padding-left: 2em;
}

.list-type--number1 > li::before {
  display: inline-block;
  content: "(" counter(cnt) ")";
  width: 20px;
  margin-right: 0.5em;
  text-align: right;
}

.list-type--number2 {
  list-style: none;
  counter-reset: cnt;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-type--number2 > li {
  counter-increment: cnt;
  margin-bottom: 4px;
  text-indent: -2em;
  padding-left: 2em;
}

.list-type--number2 > li::before {
  display: inline-block;
  content: "[" counter(cnt) "]";
  width: 20px;
  margin-right: 0.5em;
  text-align: right;
}

.list-type--lower-latin {
  margin-bottom: 20px;
  margin-top: 20px;
  list-style-type: lower-latin;
  padding-left: 1em;
}

.list-type--lower-latin > li {
  padding-left: 2em;
  margin-bottom: 4px;
  line-height: 1.7;
}

.list-type--disc {
  list-style: disc;
  padding-left: 1.4em;
  margin-bottom: 20px;
}

.list-type--disc li {
  line-height: 1.8;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1120px) {
  .xl-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1119px) {
  .lg-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 543px) {
  .xs-hidden {
    display: none !important;
  }
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  body.sp-nav-open {
    overflow: hidden !important;
  }
  .sp-only {
    display: block !important;
  }
  img.sp-only {
    display: inline !important;
  }
  .ponly {
    display: none !important;
  }
  img.sp-img-full {
    width: 100%;
  }
  /* ==============================================
     Layout
    =============================================== */
  /* column
    ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
    ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}







/*-----------------------------------------------
　　　フッター　20190221　編集
----------------------------------------------- */


.connect_site {
	background: #f5f5f5;
    color: #333;
}
.connect_site .ttl_connect_site {
    margin: 0;
    border-bottom: 1px solid #666;
    font-weight: bold;
    padding: 10px 0 2px 5px;
    font-size: 15px;
    color: #666;
}
.connect_inner {
    padding: 15px;
	margin: 10px 0 20px 0;
    border-radius: 10px;
    background: #fefefe;
}
.connect_site .ttl_site {
    border-bottom: 1px solid #DDD;
    padding: 0 0 2px 5px;
    margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 1em;
}
.connect_menu_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.connect_site ul {
    padding: 0;
	margin:0 0 0 5px;
}
.connect_site .connect_wrap_1 ul {
    width:20%;
}
.connect_site .connect_wrap_1 ul.connect_1col {
	width:100%;
	margin:20px 0 0 5px;
}
.connect_site .connect_wrap_2,
.connect_site .connect_wrap_3,
.connect_site .connect_wrap_4 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}
.connect_site .connect_wrap_2 .box01 {
	width:80%;
	margin-right: 10px;
}
.connect_site .connect_wrap_2 .box01 ul {
	width:33%;
}
.connect_site .connect_wrap_2 .box02 {
	width:20%;
}
.connect_site .connect_wrap_3 .box01 {
  /* width:80%; */
  width: 20%;
	margin-right: 10px;
}
.connect_site .connect_wrap_3 .box01 ul {
  /* width:33%; */
  width: 100%;
}
.connect_site .connect_wrap_3 .box02 {
  /* width:20%; */
  margin-right: 10px;
  width: calc(40% - 30px);
}
.connect_site .connect_wrap_3 .box03 {
  width: 20%;
  margin-right: 10px;
}
.connect_site .connect_wrap_3 .box04 {
  width: 20%;
}
.connect_site .connect_wrap_4 .box01 {
	width:56%;
	margin-right: 10px;
}
.connect_site .connect_wrap_4 .box01 ul {
	width:48%;
}
.connect_site .connect_wrap_4 .box02 {
	width:22%;
	margin-right: 10px;
}
.connect_site .connect_wrap_4 .box03 {
	width:22%;
}
.connect_site li {
    float: none;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 1em;
}
.connect_site li.connect_ttl {
    margin: 0 0 8px 0;
	font-weight: bold;
}
.connect_site li.connect_ttl.mid_ttl {
    margin: 10px 0 8px 0;
}
footer.site-footer .connect_site a {
    color: #00aae6;
}
footer.site-footer .connect_site a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
.connect_site {
	font-size:12px;
}
.connect_site .ttl_connect_site{
	margin:0 0 10px 0;
	border-bottom:1px solid #333;
}
.connect_site .ttl_site {
	font-weight: bold;
	background: #DDD;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
}
.connect_menu_wrap {
	display: block;
}
.connect_site ul {
    width: inherit !important;
    float: inherit;
    margin-right: inherit;
    margin-bottom: 13px;
}
.connect_site .connect_wrap_1 ul.connect_1col {
    margin: 0px 0 13px 5px;
}
.connect_site li {
    float: none;
    margin: 0 0 5px 0;
    font-size: 12px;
}
.connect_site .connect_ttl {
	font-weight: bold;
}
.connect_site .connect_ttl br {
	display: none;
}

.connect_site .connect_wrap_2,
.connect_site .connect_wrap_3,
.connect_site .connect_wrap_4 {
    display: block;
}
.connect_site .connect_inner {
    width: inherit !important;
    margin-right: 0 !important;
}
}