﻿@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 779px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333333;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 779px) {
  img {
    width: 100%;
  }
}

img[src$=".jpg"], img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (非標準の名前) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (非標準プロパティ) */
}

.bg {
  background: url(chessboard.gif) no-repeat 50% 50%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (非標準の名前) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (非標準プロパティ) */
}

/* iOSでのデフォルトスタイルをリセット */
input, button, select, textarea {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  /*border-radius: 0;*/
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
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;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 779px) {
  .container {
    width: 92%;
  }
}

main {
  min-height: 800px;
}
@media screen and (max-width: 779px) {
  main {
    /*padding-top: 74px;*/
    overflow-x: hidden;
  }
}

#gototop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media screen and (max-width: 779px) {
  #gototop {
    width: 40px;
    right: 3%;
    bottom: 9%;
  }
}

.pc {
  display: block !important;
}
.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .pc {
    display: none !important;
  }
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trans:hover,
.trans:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

.sec_ttl01 {
  border-bottom: 1px solid #cecece;
  font-size: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 779px) {
  .sec_ttl01 {
    font-size: 15px;
  }
}
.sec_ttl01 span {
  display: block;
  border-left: 5px solid #cdcdcd;
  padding: 2px 13px 0;
}
@media screen and (max-width: 779px) {
  .sec_ttl01 span {
    padding: 2px 7px;
  }
}

.sec_ttl02 {
  text-align: center;
  background: #b6468b;
  color: white;
  padding: 15px;
}

.btn01 {
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*background: $color10;*/
  color: white;
  background: #333333;
  text-align: center;
  font-size: 20px;
  padding: 1.5% 0;
  cursor: pointer;
}
@media screen and (max-width: 779px) {
  .btn01 {
    padding: 3% 0;
  }
}
.btn01:disabled {
  background: #cdcdcd;
}

.btn02 {
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #cdcdcd;
  color: #333333;
  text-align: center;
  font-size: 20px;
  padding: 1.5% 0;
  cursor: pointer;
}
@media screen and (max-width: 779px) {
  .btn02 {
    padding: 3% 0;
  }
}

.fa-umbrella {
  color: dodgerblue;
}

.fa-bolt {
  color: goldenrod;
}

.fa-cloud {
  color: darkgray;
}

.fa-sun {
  color: orangered;
}

.fa-snowflake {
  color: lightskyblue;
}

/* ======================================================================
 header
====================================================================== */
header {
  background: #f1f1f1;
  padding: 23px;
}
header .btn {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 17px;
  cursor: pointer;
}
@media screen and (max-width: 779px) {
  header .btn {
    position: static;
  }
  header .btn img {
    width: 30px;
    margin: 0 15px;
  }
}
header .btn .close {
  display: none;
}
@media screen and (max-width: 779px) {
  header .btn .close {
    top: 27px;
  }
}
header .btn.active {
  position: fixed;
  top: 25px;
  left: 20px;
}
@media screen and (max-width: 779px) {
  header .btn.active {
    left: auto;
    right: 0;
  }
}
header .btn.active .open {
  display: none;
}
header .btn.active .close {
  display: block;
}
@media screen and (max-width: 779px) {
  header {
    width: 100%;
    /*position: fixed;*/
    /*z-index: 9999;*/
    /*top: 0;*/
    padding: 15px 0;
  }
}
header .container {
  width: 100%;
}
header .container i {
  font-size: 20px;
  padding-right: 8px;
}
@media screen and (max-width: 779px) {
  header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .container i {
    font-size: 32px;
    margin: 5px 0 5px 10px;
  }
}
header .container .logo {
  width: 155px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 779px) {
  header .container .logo {
    width: 126px;
    padding-right: 50px;
  }
}
header .container .logo img {
  width: 100%;
}
header .container .login {
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 12px;
}
@media screen and (max-width: 779px) {
  header .container .login {
    position: static;
  }
  header .container .login span {
    display: none;
  }
}
header .container .login img {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px 3px;
}
@media screen and (max-width: 779px) {
  header .container .login img {
    margin: 0 15px;
  }
}

.search_box {
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 779px) {
  .search_box {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .search_box.active {
    bottom: 0;
  }
}
@media screen and (max-width: 779px) {
  .search_box .scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: 100%;
    padding: 5%;
  }
}
.search_box .input {
  padding: 7px;
  margin: 10px 0 40px;
  font-size: 16px;
  border: 1px solid #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  width: 95%;
}
@media screen and (max-width: 779px) {
  .search_box .input {
    margin: 3% 0 8%;
  }
}
.search_box .submit {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .search_box .submit {
    margin-bottom: 10%;
  }
}
.search_box .submit input {
  cursor: pointer;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #333333 url(../images/common/ico_search_w.png) no-repeat 33% 50%;
  background-size: 20px;
  width: 80%;
  padding-left: 8%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .search_box .submit input {
    margin: 5% 0 0;
  }
}
.search_box .box {
  margin-bottom: 40px;
}
@media screen and (max-width: 779px) {
  .search_box .box {
    display: none;
  }
  .search_box .box .sec_ttl01 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 779px) {
  .search_box .tgl {
    text-align: center;
    background: #5b5b5b;
    color: white;
    padding: 3%;
    margin-bottom: 3%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .search_box .tgl i {
    margin-left: 0.5em;
  }
  .search_box .tgl i.fa-chevron-up {
    display: none;
  }
  .search_box .tgl.active .fa-chevron-down {
    display: none;
  }
  .search_box .tgl.active .fa-chevron-up {
    display: inline-block;
  }
}
.search_box .search_area .area {
  position: static;
  margin-top: 5%;
}
.search_box .search_area .area ul {
  width: 100%;
}
.search_box .search_area .check {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 779px) {
  .search_box .search_area .check {
    font-size: 14px;
  }
}
.search_box .search_area .check label {
  width: 100%;
}
.search_box .search_area .check label span:before {
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .search_box .search_area .check label span:before {
    font-size: 14px;
  }
}
.search_box .range {
  margin-bottom: 40px;
}
.search_box .range .max {
  text-align: center;
  margin: 10px 0;
  color: #1091d4;
  font-size: 14px;
}
.search_box .range .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
}
.search_box .range .price li {
  width: 50%;
}
.search_box .range .price li:last-child {
  text-align: right;
}
.search_box .range .input-range[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #1091d4;
  height: 4px;
  width: 100%;
}
.search_box .range .input-range[type="range"]:focus, .search_box .range .input-range[type="range"]:active {
  outline: none;
}
.search_box .range .input-range[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  background-color: white;
  border: 2px solid #1091d4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.search_box .check {
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
}
.search_box .check label {
  width: 50%;
  margin-right: 0;
  padding: 5px 0;
}
.search_box .check label span:before {
  font-size: 14px;
}
.search_box .check.none {
  background: #f1f1f1;
  padding: 5px 10px;
  margin: 10px 0 40px;
}
.search_box .check.none label:last-child {
  width: 100%;
}

.header_menu {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  top: 0;
  left: -100%;
/*  background-color: rgba(51, 51, 51, 1.0); */
  background-color: #555;
  height: 100%;
  z-index: 99;
  padding: 80px 0;
}
@media screen and (max-width: 779px) {
  .header_menu {
    left: auto;
    right: -100%;
    padding: 50px 0;
  }
}
.header_menu.active {
  left: 0;
}
@media screen and (max-width: 779px) {
  .header_menu.active {
    left: auto;
    right: 0;
  }
}
.header_menu a {
  display: block;
  color: #FFF;
  font-size: 18px;
  padding: 20px 100px 20px 30px;
}
.header_menu a:hover {
  background-color: #333;
}
.header_menu a i {
  padding-right: 10px;
}
@media screen and (max-width: 779px) {
  .header_menu a {
    font-size: 16px;
  }
}

.overlay {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.overlay.active {
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  border-top: 1px solid #dddcd5;
  font-size: 12px;
  padding: 30px 0;
}
@media screen and (max-width: 779px) {
  footer {
    padding: 15px 0;
    font-size: 10px;
    margin-bottom: 48px;
  }
}
footer .container {
  display: -webkit-box;
  display: -moz-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 screen and (max-width: 779px) {
  footer .container {
    display: block;
  }
}
footer .container .box {
  display: -webkit-box;
  display: -moz-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: 65%;
}
footer .container .box .logo {
  display: block;
  width: 108px;
}
footer .container .box .logo img {
  width: 100%;
}
footer .container .box .menu {
  display: -webkit-box;
  display: -moz-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-left: 40px;
}
footer .container .box .menu li {
  padding: 0 7px;
}
footer .container .box .menu li:not(:last-child) {
  border-right: 1px solid #828282;
}
footer .container .box .menu li a {
  color: #1091d4;
}
footer .container .copy {
  width: 35%;
  text-align: right;
  color: silver;
}
@media screen and (max-width: 779px) {
  footer .container .copy {
    width: 100%;
    text-align: center;
  }
}

/* ======================================================================
 fixed
====================================================================== */
.fixed {
  background: #eeeded;
  display: -webkit-box;
  display: -moz-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: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  padding: 8px 0 5px;
}
.fixed .btn {
  display: block;
  width: 25%;
  text-align: center;
  font-size: 10px;
}
.fixed .btn i {
  font-size: 20px;
  width: 20px;
  display: block;
  margin: 0 auto 5px;
}

/* ======================================================================
 top
====================================================================== */
.top_search {
  padding: 60px 10px 0;
}
@media screen and (max-width: 779px) {
  .top_search {
    padding: 20px 0 35px;
  }
}
.top_search .txt {
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .top_search .txt {
    font-size: 15px;
    line-height: 1.5;
  }
}
.top_search .input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  margin: 30px 0;
}
@media screen and (max-width: 779px) {
  .top_search .input {
    display: block;
    border: none;
    padding: 0;
    margin: 0 0 20px;
  }
}
.top_search .input li {
  width: 33.33%;
}
@media screen and (max-width: 779px) {
  .top_search .input li {
    width: 100%;
    border: 1px solid #5b5b5b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
  }
}
.top_search .input li:not(:last-child) {
  border-right: 1px solid #d8d7cb;
}
@media screen and (max-width: 779px) {
  .top_search .input li:not(:last-child) {
    border-right: 1px solid #5b5b5b;
  }
}
.top_search .input li input {
  width: 85%;
  border: none;
  font-size: 18px;
  padding: 4% 0 4% 15%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 3% 50%;
  outline: none;
  position: relative;
}
@media screen and (max-width: 779px) {
  .top_search .input li input {
    width: 100%;
    font-size: 15px;
  }
}
.top_search .input li input.area {
  background-image: url(../images/common/ico_area.png);
}
.top_search .input li input.cale {
  background-image: url(../images/common/ico_cale.png);
}
.top_search .input li input.yen {
  background-image: url(../images/common/ico_yen.png);
}
.top_search .submit {
  text-align: center;
  margin-bottom: 0;
}
.top_search .submit input {
  cursor: pointer;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #333333 url(../images/common/ico_search_w.png) no-repeat 43% 50%;
  background-size: 24px;
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding-left: 5%;
}
@media screen and (max-width: 779px) {
  .top_search .submit input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-size: 20px;
    padding-left: 10%;
  }
}

.top_map {
  margin: 30px auto 80px;
}
@media screen and (max-width: 779px) {
  .top_map {
    margin: 0 auto;
  }
}
.top_map area {
  outline: none;
}
.top_map .name:after {
  display: none;
}

.area {
  position: absolute;
}
@media screen and (max-width: 779px) {
  .area {
    position: static;
  }
}
.area .name {
  font-weight: bold;
  color: white;
  padding: 10px;
  position: relative;
}
.area .name:after {
  content: "\f078";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 12px;
}
@media screen and (max-width: 779px) {
  .area .name:after {
    display: none;
  }
}
.area .name.active:after {
  content: "\f077";
  font-family: Font Awesome\ 5 Free;
}
.area a {
  display: block;
}
.area ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 150px;
}
@media screen and (max-width: 779px) {
  .area ul {
    width: 100%;
    margin-bottom: 5%;
  }
}
.area li {
  margin-top: 10px;
  width: 50%;
}
@media screen and (max-width: 779px) {
  .area li {
    width: 25%;
  }
}
.area.hokkaido {
  top: 10%;
  right: 40%;
}
.area.hokkaido .name {
  background: #57b3db;
}
.area.tohoku {
  top: 35%;
  right: 8%;
}
.area.tohoku .name {
  background: #3bb3aa;
}
.area.kanto {
  bottom: 25%;
  right: 15%;
}
.area.kanto .name {
  background: #64bc6e;
}
.area.chubu {
  top: 30%;
  left: 40%;
}
.area.chubu .name {
  background: #d9de58;
}
.area.kansai {
  bottom: -5%;
  left: 35%;
}
.area.kansai .name {
  background: #f4bb65;
}
.area.chugoku {
  top: 45%;
  left: 20%;
}
.area.chugoku .name {
  background: #eb4c47;
}
.area.shikoku {
  bottom: 2%;
  left: 18%;
}
.area.shikoku .name {
  background: #e97951;
}
.area.kyushu {
  bottom: 35%;
  left: 0;
}
.area.kyushu .name {
  background: #ffaebf;
}
.area.okinawa {
  bottom: 2%;
  right: 0;
}
.area.okinawa .name {
  background: #bb75ae;
}

.top_bnr {
  text-align: center;
}

.top_content {
  padding: 80px 10px 90px;
}
@media screen and (max-width: 779px) {
  .top_content {
    padding: 30px 0;
  }
}
.top_content .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .top_content .box {
    display: block;
    padding-top: 15px;
  }
}
.top_content .box a {
  margin-top: 30px;
}
@media screen and (max-width: 779px) {
  .top_content .box a {
    margin-top: 7%;
  }
}
.top_content .box > a {
  order: 2;
}
.top_content .box .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .top_content .box .list {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .top_content .box .list a {
    width: 46%;
  }
}
.top_content .box .list a:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .top_content .box .list a:not(:nth-child(2n)) {
    margin-right: 7%;
  }
}

.top_banner {
  padding: 50px 10px 30px;
}
@media screen and (max-width: 779px) {
  .top_banner {
    padding: 0 0 30px 0;
  }
}
.top_banner .box {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .top_banner .box {
    display: block;
  }
}
.top_banner .box a {
  margin: 0 9px;
}
@media screen and (max-width: 779px) {
  .top_banner .box a {
    margin: 10px 0 0;
  }
}
.top_banner .box > a {
  order: 2;
}

/* ======================================================================
 search_list
====================================================================== */
.search_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 4% auto;
}
@media screen and (max-width: 779px) {
  .search_list {
    display: block;
    margin: 8% auto;
  }
}
.search_list.mypage {
  display: block;
  margin: 0 auto;
}
.search_list .list {
  width: 80%;
}
@media screen and (max-width: 779px) {
  .search_list .list {
    width: 100%;
  }
}
.search_list .list.history {
  width: 1000px;
}
@media screen and (max-width: 779px) {
  .search_list .list.history {
    width: 92%;
  }
}
.search_list .list.history .none {
    margin: 20% 0;
    padding: 20px;
    background: #eee;
    text-align: center;
    line-height: 24px;
}
.search_list .list .result .detail {
  background: #f1f1f1;
  margin: 3% 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1%;
}
@media screen and (max-width: 779px) {
  .search_list .list .result .detail {
    padding: 2%;
    line-height: 1.3;
  }
}
.search_list .list .result .detail .txt {
  padding: 1%;
  width: 30.33%;
}
@media screen and (max-width: 779px) {
  .search_list .list .result .detail .txt {
    width: 48%;
    font-size: 14px;
  }
}
.search_list .list .result .detail .txt span {
  font-weight: bold;
}
.search_list .list .sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .search_list .list .sort {
    font-size: 12px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.search_list .list .sort > * {
  margin: 0 0.25em;
  padding: 0.5em;
}
.search_list .list .sort .txt {
  font-weight: bold;
}
.search_list .list .sort a.active {
  background: #333333;
  color: white;
}
.search_list .list .box {
  cursor: pointer;
  line-height: 1.5;
  border: 1px solid #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
  padding: 20px;
  position: relative;
}
.search_list .list .box .tag {
  background: #b6468b;
  text-align: center;
  color: white;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px 10px;
}
@media screen and (max-width: 779px) {
  .search_list .list .box .tag {
    position: static;
    display: inline-block;
  }
}
.search_list .list .box .name {
  font-weight: bold;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.search_list .list .box .detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .search_list .list .box .detail {
    display: block;
  }
}
.search_list .list .box .detail .img {
  display: block;
  width: 40%;
  margin-right: 3%;
}
@media screen and (max-width: 779px) {
  .search_list .list .box .detail .img {
    width: 100%;
    margin-bottom: 5%;
  }
}
.search_list .list .box .detail .img img {
  width: 100%;
}
.search_list .list .box .detail .txt {
  width: 57%;
}
@media screen and (max-width: 779px) {
  .search_list .list .box .detail .txt {
    width: 100%;
  }
}
.search_list .list .box .detail .txt .copy {
  text-decoration: underline;
}
.search_list .list .box .detail .txt .add {
  font-size: 14px;
  margin: 10px 0;
}
.search_list .list .box .detail .txt .review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f1f1f1;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .search_list .list .box .detail .txt .review {
    display: block;
  }
}
.search_list .list .box .detail .txt .review > * {
  display: -webkit-box;
  display: -moz-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-right: 1em;
}
.search_list .list .box .detail .txt .review > * i {
  color: orange;
  margin-bottom: 0.25em;
}
.search_list .favorite {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  color: silver;
}
@media screen and (max-width: 779px) {
  .search_list .favorite {
    top: 20px;
    right: 20px;
  }
}
.search_list .favorite i {
  color: gold;
  font-size: 30px;
  margin-left: 0.25em;
}
@media screen and (max-width: 779px) {
  .search_list .favorite i {
    font-size: 20px;
  }
}

.pager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 7%;
  margin-bottom: 7%;
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .pager {
    margin: 15% 0;
  }
}
.pager li a, .pager li span {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 13px;
}
.pager li:not(.arrow) a {
  border: 1px solid #d8d7cb;
}
.pager li:not(:last-child) {
  margin-right: 2%;
}
.pager li.active span {
  background: #d8d7cb;
  color: white;
  border: 1px solid #d8d7cb;
}

/* ======================================================================
 signin
====================================================================== */
.signin > .txt, .voice_form > .txt {
  text-align: center;
  margin: 55px 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .signin > .txt, .voice_form > .txt {
    margin: 8% 4%;
  }
}
.signin > .ttl, .voice_form > .ttl {
  text-align: center;
  margin: 50px 0;
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .signin > .ttl, .voice_form > .ttl {
    margin: 10% 4%;
  }
}
.signin > .ttl span, .voice_form > .ttl span {
  font-size: 1.5em;
  font-weight: bold;
  color: #b6468b;
}
@media screen and (max-width: 779px) {
  .signin > .submit, .voice_form > .submit {
    margin: 0 4% 20%;
  }
}

.err_center {
  color: #b6468b;
  font-size: 14px;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
}
.form {
  width: 70%;
  margin: 30px auto;
}
@media screen and (max-width: 779px) {
  .form {
    width: 100%;
  }
}
.form .err {
  color: #b6468b;
  font-size: 14px;
  margin-top: 0.5em;
  font-weight: bold;
}
.form .box {
  margin-bottom: 6%;
  line-height: 1.5;
}
.form .box .ttl {
  font-weight: bold;
  margin-bottom: 2%;
}
.form input[type=text], .form input[type=password], .form textarea, .form select {
  padding: 0.8em;
  font-size: 16px;
  border: 1px solid #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  width: 96%;
  background: white;
}
@media screen and (max-width: 779px) {
  .form input[type=text], .form input[type=password], .form textarea, .form select {
    width: 92%;
  }
}
.form textarea {
  height: 5em;
}
.form .name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form .name input {
  width: 49%;
}
.form .name input:last-child {
  margin-left: 2%;
}
.form .tag {
  background: #b6468b;
  color: white;
  font-size: 14px;
  padding: 0 5px;
  margin-left: 1em;
}
.form .birthday select, .form .start select, .form .people select {
  width: 31.45%;
  margin-bottom: 2%;
}
@media screen and (max-width: 779px) {
  .form .birthday select, .form .start select, .form .people select {
    width: 30.9%;
  }
}
.form .birthday select:not(:nth-child(3n)), .form .start select:not(:nth-child(3n)), .form .people select:not(:nth-child(3n)) {
  margin-right: 2%;
}
.form .birthday.weather select, .form .start.weather select, .form .people.weather select {
  width: 100%;
}
.form .rank {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form .rank div {
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 779px) {
  .form .rank div {
    width: 100%;
    margin-bottom: 5%;
  }
  .form .rank div:last-child {
    margin-bottom: 0;
  }
}
.form .rank div:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 779px) {
  .form .rank div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.form .rank div select {
  width: 100%;
}
.form .people select {
  margin-right: 0.5em;
}
.form .select.w100 select {
  width: 100%;
}
.form .radio {
  margin: 3% 0 0;
}
.form .radio label {
  margin-right: 1.5em;
  cursor: pointer;
}
.form .radio label input {
  display: none;
}
.form .radio label input + span {
  position: relative;
  vertical-align: middle;
  margin-right: 0.5em;
}
.form .radio label input + span:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f111";
  color: #cdcdcd;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .form .radio label input + span:before {
    font-size: 18px;
  }
}
.form .radio label input:checked + span:before {
  content: "\f192";
  color: #1091d4;
}
.form .add {
  margin: 2% 0 6%;
}
.form .add input, .form .add select {
  margin: 0 0 1em;
}
.form .add .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .form .add .top {
    display: block;
  }
}
.form .add .top .zip {
  width: 40%;
}
@media screen and (max-width: 779px) {
  .form .add .top .zip {
    width: 100%;
    margin-bottom: 1em;
  }
}
.form .add .top .zip input {
  width: 3em;
  margin: 0 0.5em;
}
.form .add .top .area {
  width: 60%;
  position: static;
}
@media screen and (max-width: 779px) {
  .form .add .top .area {
    width: 100%;
  }
}
.form .add .top .area select {
  width: 100%;
}
.form.point {
  display: -webkit-box;
  display: -moz-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 screen and (max-width: 779px) {
  .form.point {
    display: block;
  }
}
.form.point .box {
  width: 33.33%;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .form.point .box {
    width: 100%;
  }
}
.form.point .box img {
  width: 100%;
}
.form.point .box i {
  font-size: 60px;
  color: silver;
}
.form.point .box:first-child .input {
  display: -webkit-box;
  display: -moz-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.point .box:first-child .input input {
  width: 97%;
  margin-right: 3%;
}

.check {
  margin: 3% 0 6%;
}
.check label {
  margin-right: 1.5em;
  cursor: pointer;
}
.check label input {
  display: none;
}
.check label input + span {
  position: relative;
  vertical-align: middle;
  margin-right: 0.5em;
}
.check label input + span:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f111";
  color: #cdcdcd;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .check label input + span:before {
    font-size: 18px;
  }
}
.check label input:checked + span:before {
  content: "\f058";
  color: #1091d4;
}

.voice_form .check {
  margin-bottom: 0;
}

.agree {
  width: 100%;
  margin: 0 auto 6%;
  text-align: center;
  background: #f1f1f1;
  padding: 2%;
}
.agree .txt {
  margin-bottom: 1em;
  line-height: 1.3;
}
.agree a {
  color: #1091d4;
  text-decoration: underline;
}
@media screen and (max-width: 779px) {
  .agree {
    width: 92%;
    padding: 4%;
  }
}

.submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin: 5% 0;
}
@media screen and (max-width: 779px) {
  .submit {
    display: block;
    margin-bottom: 20%;
  }
}
.submit .btn01 {
  display: block;
  order: 2;
  width: 40%;
  margin-left: 2%;
}
@media screen and (max-width: 779px) {
  .submit .btn01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5%;
  }
}
.submit .btn02 {
  width: 20%;
}
@media screen and (max-width: 779px) {
  .submit .btn02 {
    width: 100%;
  }
}

.forget {
  text-align: center;
  margin: -3% 0 5%;
}
@media screen and (max-width: 779px) {
  .forget {
    margin: 7% 0;
  }
}
.forget a {
  color: #1091d4;
  text-decoration: underline;
}

/* ======================================================================
 mypage
====================================================================== */
.mypage {
  padding-bottom: 10%;
}
@media screen and (max-width: 779px) {
  .mypage {
    padding-bottom: 20%;
  }
}
.mypage .box {
  margin-top: 5%;
}
@media screen and (max-width: 779px) {
  .mypage .box {
    margin-top: 10%;
  }
}
.mypage .box .sec_ttl01 {
  margin-bottom: 2%;
}
@media screen and (max-width: 779px) {
  .mypage .box .sec_ttl01 {
    margin-bottom: 4%;
  }
}
.mypage .box .btn01 {
  display: block;
  margin: 0 auto;
  width: 300px;
  padding: 3% 0;
}
@media screen and (max-width: 779px) {
  .mypage .box .btn01 {
    width: 60%;
  }
}
.mypage .box.profile .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .mypage .box.profile .list {
    display: block;
  }
}
.mypage .box.profile .list li {
  width: 20%;
  line-height: 1.5;
  background: #f1f1f1;
}
@media screen and (max-width: 779px) {
  .mypage .box.profile .list li {
    width: 100%;
  }
}
.mypage .box.profile .list li > * {
  padding: 3%;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .mypage .box.profile .list li > * {
    padding: 2%;
    text-align: left;
  }
}
.mypage .box.profile .list li .ttl {
  font-weight: bold;
  background: #d8d7cb;
}
@media screen and (max-width: 779px) {
  .mypage .box.profile .list li .ttl {
    font-size: 12px;
  }
}
.mypage .box.profile .list li:not(:last-child) {
  border-right: 1px solid white;
}
@media screen and (max-width: 779px) {
  .mypage .box.profile .list li:not(:last-child) {
    border-right: none;
  }
}
.mypage .box.keep .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container {
    display: block;
  }
}
.mypage .box.keep .container > div {
  width: 48.5%;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div {
    width: 100%;
    margin-bottom: 10%;
  }
}
.mypage .box.keep .container > div:first-child {
  margin-right: 3%;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div:first-child {
    margin-right: 0;
  }
}
.mypage .box.keep .container p,
.mypage .box.voice .container p {
  width: 95%;
  margin: 20px auto 0;
  padding: 20px 0;
  text-align: center;
  background: #eee;
}
.mypage .box.keep .container > div li {
  margin-bottom: 3%;
}
.mypage .box.keep .container > div li .box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-top: 0;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box {
    display: block;
  }
}
.mypage .box.keep .container > div li .box .img {
  width: 27%;
  margin-right: 3%;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .img {
    width: 100%;
  }
}
.mypage .box.keep .container > div li .box .img img {
  width: 100%;
}
.mypage .box.keep .container > div li .box .detail {
  width: 70%;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .detail {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .detail .club {
    margin-top: 3%;
    font-size: 12px;
  }
}
.mypage .box.keep .container > div li .box .detail .club span {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0.5em;
  color: #1091d4;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .detail .club span {
    display: block;
    margin: 0;
    font-size: 16px;
  }
}
.mypage .box.keep .container > div li .box .detail .add {
  margin: 2% 0;
}
.mypage .box.keep .container > div li .box .detail .review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f1f1f1;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .detail .review {
    display: block;
  }
}
.mypage .box.keep .container > div li .box .detail .review > * {
  display: -webkit-box;
  display: -moz-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-right: 1em;
}
.mypage .box.keep .container > div li .box .detail .review > * i {
  color: orange;
  margin-bottom: 0.25em;
}
.mypage .box.keep .container > div li .box .favorite {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  color: silver;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .favorite {
    position: static;
    text-align: right;
    margin-top: 4%;
  }
}
.mypage .box.keep .container > div li .box .favorite i {
  color: gold;
  font-size: 30px;
  margin-left: 0.25em;
}
@media screen and (max-width: 779px) {
  .mypage .box.keep .container > div li .box .favorite i {
    font-size: 20px;
  }
}
.mypage .box.voice .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .mypage .box.voice .container {
    display: block;
  }
}
.mypage .box.voice .container > div {
  width: 48.5%;
}
@media screen and (max-width: 779px) {
  .mypage .box.voice .container > div {
    width: 100%;
    margin-bottom: 10%;
  }
}
.mypage .box.voice .container > div:first-child {
  margin-right: 3%;
}
@media screen and (max-width: 779px) {
  .mypage .box.voice .container > div:first-child {
    margin-right: 0;
  }
}
.mypage .box.voice .container > div li {
  margin-bottom: 3%;
}
.mypage .box.voice .container > div li a {
  display: block;
  border: 1px solid #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  line-height: 1.5;
}
.mypage .box.voice .container > div li a .date {
  position: absolute;
  right: 20px;
  top: 25px;
}
@media screen and (max-width: 779px) {
  .mypage .box.voice .container > div li a .date {
    position: static;
  }
}
.mypage .box.voice .container > div li a .club {
  font-weight: bold;
  font-size: 20px;
  color: #1091d4;
  /*border-bottom: 1px solid $color03;
  margin-bottom: 15px;
  padding-bottom: 15px;*/
}
.mypage .box.voice .container > div li a .subname {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 3px;
}
.mypage .box.voice .container > div li a .name {
  font-size: 14px;
  font-weight: bold;
}
.mypage .box.voice .container > div li a .name i {
  margin-right: 0.5em;
}
.mypage .box.voice .container > div li a .ttl {
  font-weight: bold;
}
.mypage .box.voice .container > div li a .txt span {
  font-size: 12px;
  font-weight: bold;
  color: #1091d4;
}
.mypage .head {
  background: #f1f1f1;
  padding: 2%;
}
@media screen and (max-width: 779px) {
  .mypage .head {
    padding: 3% 0;
  }
}
.mypage .head .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .mypage .head .container {
    display: block;
  }
}
.mypage .head .container > * {
  width: 50%;
}
@media screen and (max-width: 779px) {
  .mypage .head .container > * {
    width: 100%;
  }
}
.mypage .head .container .name {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .mypage .head .container .name {
    font-size: 16px;
  }
}
.mypage .head .container .grant {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .mypage .head .container .grant {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    font-size: 13px;
  }
}
.mypage .head .container .grant > * {
  margin-left: 1em;
}
@media screen and (max-width: 779px) {
  .mypage .head .container .grant > * {
    margin: 2% 0 0;
    font-size: 12px;
  }
}
.mypage .head .container .grant > *:first-child {
/*  border-right: 1px solid #cdcdcd; */
  padding-right: 1em;
}
@media screen and (max-width: 779px) {
  .mypage .head .container .grant > *:first-child {
    margin-right: 1em;
  }
}
.mypage .head .container .grant span {
  font-size: 16px;
  font-weight: bold;
  color: #b6468b;
}

/* ======================================================================
 Q&A
====================================================================== */
.qa .anchor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5% 0;
}
@media screen and (max-width: 779px) {
  .qa .anchor {
    margin: 8% 0;
  }
}
.qa .anchor li {
  width: 21.25%;
}
@media screen and (max-width: 779px) {
  .qa .anchor li {
    width: 47.5%;
    margin-bottom: 5%;
  }
}
.qa .anchor li:not(:last-child) {
  margin-right: 5%;
}
@media screen and (max-width: 779px) {
  .qa .anchor li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .qa .anchor li:not(:last-child):not(:nth-child(2n)) {
    margin-right: 5%;
  }
}
.qa .anchor li a {
  width: 100%;
  padding: 5% 0;
  display: block;
}
.qa .list {
  margin-bottom: 5%;
}
.qa .list li {
  margin-top: 3%;
  line-height: 1.5;
  padding-bottom: 3%;
}
.qa .list li:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}
.qa .list li > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.qa .list li .ico {
  width: 3%;
  text-align: center;
  margin-right: 1%;
}
@media screen and (max-width: 779px) {
  .qa .list li .ico {
    width: 7%;
  }
}
.qa .list li .ico i {
  color: white;
  display: block;
  width: 100%;
  padding: 5% 0;
}
.qa .list li .ico + span {
  width: 96%;
}
@media screen and (max-width: 779px) {
  .qa .list li .ico + span {
    width: 92%;
  }
}
.qa .list li .ttl {
  cursor: pointer;
}
.qa .list li .ttl .ico i {
  background: #5b5b5b;
}
.qa .list li .txt {
  margin-top: 2%;
}
.qa .list li .txt .ico i {
  background: #b6468b;
}

/* ======================================================================
 company
====================================================================== */
.company {
  margin: 5% auto;
}
.company table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 779px) {
  .company table {
    width: 100%;
  }
}
.company table th, .company table td {
  line-height: 1.5;
  padding: 3%;
  border-bottom: 1px solid #d8d7cb;
}
@media screen and (max-width: 779px) {
  .company table th, .company table td {
    display: block;
    padding: 2% 3% 3%;
  }
}
.company table tr:last-child th, .company table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 779px) {
  .company table th {
    border-bottom: none;
    padding: 3% 3% 0;
    font-weight: bold;
  }
}

/* ======================================================================
 policy
====================================================================== */
.policy {
  padding: 1.5em 0;
}
.policy .box {
  line-height: 1.5;
  margin: 1.5em 0;
}
.policy .box .ttl {
  font-weight: bold;
  background: #f1f1f1;
  padding: 1%;
}
.policy .box .txt {
  margin-top: 1.5em;
}
.policy .box a {
  color: #1091d4;
}
.policy .box .list {
  margin: 1.5em 0 1.5em 1em;
}
.policy .box .list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.policy .box .list li .list {
  margin: 1.5em 0;
}
.policy .box .list li .list li {
  text-indent: -1em;
  padding-left: 1em;
}
.policy .sec_ttl01 {
  margin-top: 3em;
}

/* ======================================================================
 search_detail
====================================================================== */
.search_detail .head {
  background: #333333;
}
.search_detail .head .ttl {
  color: white;
  padding: 2% 0;
}
.search_detail .head .ttl span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 779px) {
  .search_detail .head .ttl span {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 779px) {
  .search_detail .head .ttl {
    padding: 5% 0;
    line-height: 1.5;
    font-size: 12px;
  }
}
.search_detail .none {
    margin: 15% 0 5%;
    padding: 20px;
    text-align: center;
    line-height: 24px;
}
.search_detail .none .ttl {
  font-weight: bold;
  margin-bottom: 1em;
}
.search_detail .calendar {
  padding-bottom: 5%;
}
.search_detail .calendar .plan li {
  border-bottom: 1px solid #cecece;
  padding: 2% 0;
}
.search_detail .calendar .plan li .top {
  display: -webkit-box;
  display: -moz-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 screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top {
    display: block;
  }
}
.search_detail .calendar .plan li .top > div {
  display: -webkit-box;
  display: -moz-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: 45%;
}
.search_detail .calendar .plan li .top > div:nth-child(2) {
  width: 10%;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top > div {
    width: 100%;
  }
  .search_detail .calendar .plan li .top > div:first-child {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 3%;
  }
  .search_detail .calendar .plan li .top > div:nth-child(2) {
    width: 100%;
    padding-bottom: 3%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.search_detail .calendar .plan li .top .price {
  font-weight: bold;
  color: #b6468b;
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top .price {
    text-align: center;
  }
}
.search_detail .calendar .plan li .top .logo {
  width: 20%;
  padding-right: 3%;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top .logo {
    width: 30%;
  }
}
.search_detail .calendar .plan li .top .logo img {
  width: 100%;
}
.search_detail .calendar .plan li .top .name {
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top .name {
    width: 70%;
    font-size: 12px;
  }
}
.search_detail .calendar .plan li .top .option {
  width: 55%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top .option {
    width: 50%;
  }
}
.search_detail .calendar .plan li .top .option div {
  background: silver;
}
.search_detail .calendar .plan li .top .option div:not(:last-child) {
  margin-right: 2px;
}
.search_detail .calendar .plan li .top .option div.active {
  background: #b6468b;
}
.search_detail .calendar .plan li .top .reserve {
  width: 20%;
  text-align: center;
  display: block;
  background: #1091d4;
  color: white;
  padding: 1.5%;
  font-weight: bold;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top .reserve {
    width: 20%;
  }
}
.search_detail .calendar .plan li .top .more {
  cursor: pointer;
  width: 25%;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .plan li .top .more {
    width: 30%;
  }
}
.search_detail .calendar .plan li .top .more.active .fa-chevron-up {
  display: inline;
}
.search_detail .calendar .plan li .top .more.active .fa-chevron-down {
  display: none;
}
.search_detail .calendar .plan li .top .more span {
  font-weight: bold;
  color: #b6468b;
  font-size: 18px;
}
.search_detail .calendar .plan li .top .more i {
  margin-left: 1em;
  color: #b6468b;
}
.search_detail .calendar .plan li .top .more i.fa-chevron-up {
  display: none;
}
.search_detail .calendar .plan li .btm {
  display: none;
}
.search_detail .calendar .plan li .btm table {
  width: 100%;
  margin-top: 2%;
}
.search_detail .calendar .plan li .btm table th, .search_detail .calendar .plan li .btm table td {
  padding: 1%;
  text-align: center;
  border: 2px solid white;
}
.search_detail .calendar .plan li .btm table thead th:not(:first-child) {
  background: #cdcdcd;
}
.search_detail .calendar .plan li .btm table tbody th:first-child {
  background: #d8d7cb;
}
.search_detail .calendar .plan li .btm table tbody td {
  background: #f1f1f1;
}
.search_detail .calendar .search_head {
  position: relative;
}
.search_detail .calendar .search_head .play {
  display: -webkit-box;
  display: -moz-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: 3% 0;
}
.search_detail .calendar .search_head .play .date {
  border: 2px solid #b6468b;
  padding: 1%;
  margin-left: 1em;
  font-weight: bold;
}
.search_detail .calendar .search_head .btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  color: #1091d4;
}
.search_detail .calendar .search_head .btn i {
  font-size: 28px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_head .btn i {
    font-size: 20px;
  }
}
.search_detail .calendar .search_head .btn .fa-minus {
  display: none;
}
.search_detail .calendar .search_head .btn.active .fa-minus {
  display: inline-block;
}
.search_detail .calendar .search_head .btn.active .fa-plus {
  display: none;
}
.search_detail .calendar .search_more {
  display: none;
  position: relative;
  border: 3px solid #1091d4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .txt {
    line-height: 1.3;
    font-size: 12px;
  }
}
.search_detail .calendar .search_more .top {
  display: -webkit-box;
  display: -moz-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: 15px;
}
.search_detail .calendar .search_more .top i {
  font-size: 20px;
  margin-right: 0.5em;
}
.search_detail .calendar .search_more .top .ttl {
  font-weight: bold;
}
.search_detail .calendar .search_more .top .txt {
  font-size: 14px;
  margin-left: 1em;
}
.search_detail .calendar .search_more .box {
  display: -webkit-box;
  display: -moz-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;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .box {
    display: block;
  }
}
.search_detail .calendar .search_more .box .check {
  margin: 0;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .box .check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search_detail .calendar .search_more .box .check label {
    width: 33.33%;
    margin-right: 0;
    font-size: 12px;
    margin-top: 10px;
  }
}
.search_detail .calendar .search_more .box .ttl {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 7px 0;
  text-align: center;
  width: 150px;
  margin-right: 15px;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .box .ttl {
    width: 100%;
  }
}
.search_detail .calendar .search_more .box .input {
  display: -webkit-box;
  display: -moz-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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_detail .calendar .search_more .box .input input {
  border: 2px solid #cdcdcd;
  padding: 1% 3%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .box .input input {
    width: 80%;
    margin-top: 10px;
  }
}
.search_detail .calendar .search_more .reset {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .reset {
    right: 10px;
  }
}
.search_detail .calendar .search_more .reset input {
  cursor: pointer;
  background: none;
  border: 2px solid #cdcdcd;
  color: #5b5b5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
.search_detail .calendar .search_more .submit {
  text-align: center;
  margin: 2% 0 0;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_more .submit {
    margin: 5% 0 0;
  }
  .search_detail .calendar .search_more .submit input {
    margin: 0;
  }
}
.search_detail .calendar .search_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5%;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_icon {
    display: block;
    margin-top: 10%;
  }
}
.search_detail .calendar .search_icon table {
  width: 50%;
}
@media screen and (max-width: 779px) {
  .search_detail .calendar .search_icon table {
    width: 100%;
    margin-top: 5%;
  }
}
.search_detail .calendar .search_icon table th {
  background: #f1f1f1;
}
.search_detail .calendar .search_icon table td {
  width: 14.28%;
  vertical-align: top;
}
.search_detail .calendar .search_icon table th, .search_detail .calendar .search_icon table td {
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 1%;
  font-size: 12px;
}
.search_detail .calendar .search_icon table th div, .search_detail .calendar .search_icon table td div {
  background: silver;
  display: table;
  margin: 0 auto 5px;
}
.search_detail .calendar .search_icon table th div.active, .search_detail .calendar .search_icon table td div.active {
  background: #b6468b;
}
.search_detail .calendar .search_icon table:last-child {
  margin-left: -1px;
}
.search_detail .course_guide {
  margin-bottom: 10%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide {
    margin-bottom: 20%;
  }
}
.search_detail .course_guide .box {
  margin-top: 10%;
}
.search_detail .course_guide .box.head {
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.head {
    display: block;
  }
}
.search_detail .course_guide .box.head .slick {
  width: 47%;
  margin-right: 3%;
  position: relative;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.head .slick {
    width: 100%;
    margin-right: 0;
  }
}
.search_detail .course_guide .box.head .slick .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 40px;
  margin-top: -20px;
  color: #1091d4;
  cursor: pointer;
}
.search_detail .course_guide .box.head .slick .slick-arrow.slider-prev {
  left: 10px;
}
.search_detail .course_guide .box.head .slick .slick-arrow.slider-next {
  right: 10px;
}
.search_detail .course_guide .box.head .slick img {
  width: 100%;
}
.search_detail .course_guide .box.head .detail {
  width: 50%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.head .detail {
    width: 100%;
    margin-top: 5%;
  }
}
.search_detail .course_guide .box.head .detail .txt {
  line-height: 1.7;
  margin-bottom: 1em;
}
.search_detail .course_guide .box.head .detail .favorite {
  text-align: right;
  font-size: 12px;
  color: silver;
}
.search_detail .course_guide .box.head .detail .favorite a {
  color: silver;
}
.search_detail .course_guide .box.head .detail .favorite i {
  font-size: 30px;
  color: gold;
  margin-left: 0.25em;
}
.search_detail .course_guide .box.hole .cap {
  text-align: center;
  margin: 3% 0 2%;
  font-size: 12px;
}
.search_detail .course_guide .box.hole .cap i {
  margin-left: 0.5em;
}
.search_detail .course_guide .box.hole .scroll {
  margin-bottom: 3%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.hole .scroll {
    overflow-x: scroll;
    margin-bottom: 10%;
  }
}
.search_detail .course_guide .box.hole .scroll table {
  width: 100%;
  margin-top: 2%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.hole .scroll table {
    width: 200%;
  }
}
.search_detail .course_guide .box.hole .scroll table th, .search_detail .course_guide .box.hole .scroll table td {
  border: 1px solid #cdcdcd;
  padding: 1%;
}
.search_detail .course_guide .box.hole .scroll table td {
  text-align: center;
}
.search_detail .course_guide .box.hole .scroll table thead th {
  background: #dddcd5;
  font-weight: bold;
}
.search_detail .course_guide .box.hole .scroll table thead th:not(:first-child) {
  text-align: center;
}
.search_detail .course_guide .box.hole .scroll table .bg th, .search_detail .course_guide .box.hole .scroll table .bg td {
  background: #f1f1f1;
}
.search_detail .course_guide .box.detail .table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.detail .table {
    display: block;
  }
}
.search_detail .course_guide .box.detail .table table {
  width: 48.5%;
}
.search_detail .course_guide .box.detail .table table caption {
  margin-bottom: 4%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.detail .table table {
    width: 100%;
  }
}
.search_detail .course_guide .box.detail .table table th, .search_detail .course_guide .box.detail .table table td {
  border: 1px solid #cdcdcd;
  padding: 2%;
  line-height: 1.5;
}
.search_detail .course_guide .box.detail .table table th {
  background: #f1f1f1;
  font-weight: bold;
  width: 25%;
}
.search_detail .course_guide .box.detail .table table:first-child {
  margin-right: 3%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.detail .table table:first-child {
    margin: 0 0 10%;
  }
}
.search_detail .course_guide .box.detail .table table #map_canvas {
  width: 100%;
  height: 150px;
  margin-top: 2%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.weather .scroll {
    overflow-y: scroll;
    margin-bottom: 10%;
  }
}
.search_detail .course_guide .box.weather .cap {
  text-align: center;
  margin: 3% 0;
  font-size: 12px;
}
.search_detail .course_guide .box.weather .cap i {
  margin-left: 0.5em;
}
.search_detail .course_guide .box.weather .fa-long-arrow-alt-up,
.search_detail .course_guide .box.weather .fa-long-arrow-alt-right,
.search_detail .course_guide .box.weather .fa-long-arrow-alt-down,
.search_detail .course_guide .box.weather .fa-long-arrow-alt-left {
  color: seagreen;
}
.search_detail .course_guide .box.weather .rot30 {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.search_detail .course_guide .box.weather .rot60 {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.search_detail .course_guide .box.weather .sec_ttl01 {
  margin-bottom: 2%;
}
.search_detail .course_guide .box.weather table {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.weather table {
    width: 200%;
    margin-bottom: 0;
  }
}
.search_detail .course_guide .box.weather table th {
  background: #f1f1f1;
  font-weight: bold;
}
.search_detail .course_guide .box.weather table th, .search_detail .course_guide .box.weather table td {
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 1%;
  line-height: 1.3;
}
.search_detail .course_guide .box.weather table .time {
  font-size: 12px;
}
.search_detail .course_guide .box.weather table .low {
  color: dodgerblue;
}
.search_detail .course_guide .box.weather table .high {
  color: orangered;
}
.search_detail .course_guide .box.weather .description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.weather .description {
    display: block;
  }
}
.search_detail .course_guide .box.weather .description table {
  margin-bottom: 0;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.weather .description table {
    width: 100%;
  }
}
.search_detail .course_guide .box.weather .description table:first-child i {
  margin-right: 0.5em;
}
.search_detail .course_guide .box.weather .description table:not(:last-child) {
  margin-right: 3%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.weather .description table:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.search_detail .course_guide .box.weather .description table .sec_ttl01 {
  margin-bottom: 5%;
}
@media screen and (max-width: 779px) {
  .search_detail .course_guide .box.weather .description table .sec_ttl01 {
    margin-bottom: 3%;
  }
}
.search_detail .course_guide .box.weather .description table th, .search_detail .course_guide .box.weather .description table td {
  padding: 2%;
  font-size: 14px;
}

.search_detail .menu, .mypage .menu {
  background: #5b5b5b;
}
.search_detail .menu ul, .mypage .menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .search_detail .menu ul, .mypage .menu ul {
    width: 100%;
    line-height: 1.3;
    font-size: 11px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.search_detail .menu ul li, .mypage .menu ul li {
  width: 25%;
}
.search_detail .menu ul li a, .mypage .menu ul li a {
  text-align: center;
  display: block;
  color: white;
  padding: 8%;
}
.search_detail .menu ul li a:hover, .mypage .menu ul li a:hover {
  background: #b6468b;
}
.search_detail .menu ul li.active a, .mypage .menu ul li.active a {
  background: #b6468b;
}

.mypage .menu ul li a:hover {
  background: #1091d4;
}
.mypage .menu ul li.active a {
  background: #1091d4;
}

/* ======================================================================
 compe_list
====================================================================== */
.compe_list {
  padding-bottom: 5%;
}
.compe_list .plan {
  margin: 5% 0;
}
@media screen and (max-width: 779px) {
  .compe_list .plan {
    font-size: 14px;
  }
}
.compe_list .plan li {
  padding: 2% 0;
}
@media screen and (max-width: 779px) {
  .compe_list .plan li {
    padding: 4% 0;
  }
}
.compe_list .plan li .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .compe_list .plan li .top {
    font-size: 12px;
  }
}
.compe_list .plan li .top .date {
  width: 10%;
  background: #d8d7cb;
  text-align: center;
  padding: 1.5%;
}
.compe_list .plan li .top .detail {
  width: 90%;
}
.compe_list .plan li .top .detail .name {
  background: #f1f1f1;
  display: -webkit-box;
  display: -moz-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: 1.5%;
}
@media screen and (max-width: 779px) {
  .compe_list .plan li .top .detail .name {
    padding: 3%;
  }
}
.compe_list .plan li .top .detail .name a {
  margin: 0 1em;
}
@media screen and (max-width: 779px) {
  .compe_list .plan li .top .detail .name a {
    font-size: 14px;
  }
}
.compe_list .plan li .top .detail .compe {
  display: block;
  padding: 1.5%;
}
@media screen and (max-width: 779px) {
  .compe_list .plan li .top .detail .compe {
    padding: 3%;
    font-size: 14px;
  }
}
.compe_list .plan li .top .detail a {
  color: #1091d4;
  font-weight: bold;
  text-decoration: underline;
}
.compe_list .plan li .btm table {
  width: 100%;
}
.compe_list .plan li .btm table th, .compe_list .plan li .btm table td {
  text-align: center;
  padding: 1%;
  border: 1px solid #d8d7cb;
}
@media screen and (max-width: 779px) {
  .compe_list .plan li .btm table th, .compe_list .plan li .btm table td {
    padding: 2%;
    font-size: 12px;
  }
}
.compe_list .plan li .btm table th {
  background: #f1f1f1;
}

/* ======================================================================
 compe_request
====================================================================== */
.compe_request .sec_ttl01 {
  margin-bottom: 3%;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .compe_request .sec_ttl01 {
    margin-bottom: 3%;
  }
}
.compe_request .back {
  margin: 2% 0;
  display: block;
  font-size: 14px;
  color: #1091d4;
}
@media screen and (max-width: 779px) {
  .compe_request .back {
    margin: 6% 0;
    font-size: 10px;
  }
}
.compe_request .back i {
  margin-right: 0.5em;
}
.compe_request .name, .compe_request .flow, .compe_request .plan, .compe_request .cancel, .compe_request .other {
  width: 70%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 779px) {
  .compe_request .name, .compe_request .flow, .compe_request .plan, .compe_request .cancel, .compe_request .other {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.compe_request .name .txt, .compe_request .flow .txt, .compe_request .plan .txt, .compe_request .cancel .txt, .compe_request .other .txt {
  line-height: 1.5;
  margin-top: 1em;
}
.compe_request .name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f1f1f1;
  padding: 2%;
  margin-top: 4%;
}
@media screen and (max-width: 779px) {
  .compe_request .name {
    display: block;
    padding: 4%;
    line-height: 1.5;
    width: 92%;
    font-size: 14px;
  }
}
.compe_request .name a {
  font-weight: bold;
  color: #1091d4;
  text-decoration: underline;
}
.compe_request .flow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 4% auto 6%;
}
@media screen and (max-width: 779px) {
  .compe_request .flow {
    margin: -4% auto 8%;
  }
}
.compe_request .flow li {
  position: relative;
  width: 33.33%;
  text-align: center;
  background: #5b5b5b;
  color: white;
  height: 44px;
  line-height: 44px;
}
@media screen and (max-width: 779px) {
  .compe_request .flow li {
    font-size: 11px;
    line-height: 1.3;
    height: 30px;
    padding: 4px 8px 0;
  }
}
.compe_request .flow li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #5b5b5b;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
  background: white;
}
@media screen and (max-width: 779px) {
  .compe_request .flow li:not(:last-child):after {
    border-width: 17px 0 17px 10px;
    right: -10px;
  }
}
.compe_request .flow li.active {
  background: #b6468b;
}
.compe_request .flow li.active:after {
  border-color: transparent transparent transparent #b6468b;
}
.compe_request .plan table {
  width: 100%;
}
.compe_request .plan table th, .compe_request .plan table td {
  border: 1px solid #d8d7cb;
  padding: 2%;
}
.compe_request .plan table th {
  background: #f1f1f1;
}
.compe_request .plan table a {
  color: #1091d4;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .compe_request .plan table a {
    font-size: 12px;
  }
}
@media screen and (max-width: 779px) {
  .compe_request .form .box .start select {
    width: 100%;
    margin-left: 0;
  }
  .compe_request .form .box .start select:not(:last-child) {
    margin-bottom: 5%;
  }
}
.compe_request .thanks .ttl {
  text-align: center;
  margin: 10% 0;
  font-size: 20px;
}
.compe_request .thanks .txt {
  text-align: center;
  margin: 30px 0;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .compe_request .thanks .txt {
    margin: 8% 0;
  }
}

/* ======================================================================
 login
====================================================================== */
.form.login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 779px) {
  .form.login {
    display: block;
    margin: 10% 0;
  }
}
.form.login .sec_ttl01 {
  margin-bottom: 5%;
}
.form.login input[type=text], .form.login input[type=password] {
  width: 90%;
}
.form.login > * {
  width: 50%;
  padding: 5%;
}
@media screen and (max-width: 779px) {
  .form.login > * {
    width: 100%;
    padding: 0;
  }
}
.form.login > *.other .box:first-child {
  margin-bottom: 20%;
}
@media screen and (max-width: 779px) {
  .form.login > *.other .box:first-child {
    margin-bottom: 0;
  }
}
.form.login > *.user .agree {
  width: 90%;
  padding: 5%;
}
.form.login > *.user .forget {
  margin: 5% 0 10%;
}
.form.login > * .btn01 {
  width: 80%;
  padding: 3% 0;
  margin-left: 0;
}
@media screen and (max-width: 779px) {
  .form.login > * .btn01 {
    width: 100%;
  }
}

/* ======================================================================
 voice
====================================================================== */
.search_detail .voice {
  margin: 3% 0 5%;
}
@media screen and (max-width: 779px) {
  .search_detail .voice {
    margin: 5% 0 10%;
  }
}
.search_detail .voice .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .search_detail .voice .container {
    display: block;
  }
}
.search_detail .voice .container .chart {
  width: 60%;
}
@media screen and (max-width: 779px) {
  .search_detail .voice .container .chart {
    width: 100%;
    margin-left: -5%;
  }
}
.search_detail .voice .container .detail {
  width: 45%;
  margin-left: -5%;
}
@media screen and (max-width: 779px) {
  .search_detail .voice .container .detail {
    width: 100%;
    margin-left: 0;
  }
}
.search_detail .voice .container .detail .star {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f1f1f1;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .search_detail .voice .container .detail .star {
    font-size: 14px;
    margin: 5% 0;
  }
}
.search_detail .voice .container .detail .star > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.search_detail .voice .container .detail .star i {
  color: orange;
  margin-right: 0.1em;
}
.search_detail .voice .container .detail .star .ttl {
  margin-right: 1em;
  font-weight: bold;
}
.search_detail .voice .container .detail .star .num {
  color: #b6468b;
  font-weight: bold;
}
.search_detail .voice .container .detail .sec_ttl01 {
  margin-bottom: 10px;
}
.search_detail .voice .container .detail table {
  width: 100%;
}
@media screen and (max-width: 779px) {
  .search_detail .voice .container .detail table {
    font-size: 14px;
  }
}
.search_detail .voice .container .detail table th, .search_detail .voice .container .detail table td {
  width: 25%;
  border: 1px solid #cdcdcd;
  padding: 5px;
  line-height: 1.3;
}
.search_detail .voice .container .detail table th {
  background: #dddcd5;
}

.review_list {
  margin-bottom: 10%;
}
.review_list.mypage {
  margin: 7% 0 0;
}
.review_list .list li {
  margin-bottom: 5%;
}
@media screen and (max-width: 779px) {
  .review_list .list li {
    margin-bottom: 10%;
  }
}
.review_list .list li .head {
  background: #f1f1f1;
  display: -webkit-box;
  display: -moz-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: 15px;
  position: relative;
}
@media screen and (max-width: 779px) {
  .review_list .list li .head {
    display: block;
    line-height: 1.3;
  }
}
.review_list .list li .head .user {
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 779px) {
  .review_list .list li .head .user {
    margin-bottom: 5px;
  }
}
.review_list .list li .head a {
  font-weight: bold;
  color: #1091d4;
}
.review_list .list li .head a i {
  margin-right: 0.5em;
}
.review_list .list li .head .box {
  position: absolute;
  right: 10px;
  font-size: 14px;
  margin-top: 0;
}
@media screen and (max-width: 779px) {
  .review_list .list li .head .box {
    position: static;
    text-align: right;
    line-height: 1.5;
    margin-top: 2%;
  }
}
.review_list .list li .head .box span {
  margin-left: 1em;
}
@media screen and (max-width: 779px) {
  .review_list .list li .head .box {
    font-size: 12px;
    bottom: 15px;
  }
}
.review_list .none {
    margin: 20% 0;
    padding: 20px;
    background: #eee;
    text-align: center;
    line-height: 24px;
}
.review_list .list li .detail {
  margin: 15px 0;
  line-height: 1.5;
}
.review_list .list li .detail .txt{
  line-height: 1.8;
}
.review_list .list li .detail .ttl {
  font-weight: bold;
  border-bottom: 1px dotted #cdcdcd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.review_list .list li .rank {
/*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
*/
    display: block;
}
@media screen and (max-width: 779px) {
  .review_list .list li .rank {
    display: block;
  }
}
.review_list .list li .rank table {
  width: 100%;
  font-size: 13px;
}
@media screen and (max-width: 779px) {
  .review_list .list li .rank table {
    width: 100%;
    font-size: 11px;
    line-height: 1.3;
  }
}
.review_list .list li .rank table th, .review_list .list li .rank table td {
  width: 33.33%;
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 1% 0;
}
.review_list .list li .rank table th {
  background: #dddcd5;
}
.review_list .list li .rank table i {
  color: orange;
}
.review_list .list li .rank table:first-child {
  margin-right: -1px;
}
@media screen and (max-width: 779px) {
  .review_list .list li .rank table:first-child {
    margin-right: 0;
  }
}
.review_list .list li .nice {
  text-align: right;
  margin-top: 2%;
}
@media screen and (max-width: 779px) {
  .review_list .list li .nice {
    margin-top: 4%;
  }
}
.review_list .list li .nice .btn {
  color: #b6468b;
  font-weight: bold;
  cursor: pointer;
}
.review_list .list li .nice .btn i {
  margin-left: 0.5em;
}

/* ======================================================================
 access
====================================================================== */
.access {
  margin: 7% 0;
}
.access #map_canvas {
  width: 100%;
  height: 500px;
  margin-bottom: 5%;
}
@media screen and (max-width: 779px) {
  .access #map_canvas {
    height: 20em;
  }
}
.access table {
  width: 100%;
}
@media screen and (max-width: 779px) {
  .access table {
    font-size: 14px;
  }
}
.access table th {
  background: #f1f1f1;
  font-weight: bold;
  text-align: center;
}
.access table th, .access table td {
  border: 1px solid #cdcdcd;
  padding: 1%;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .access table th, .access table td {
    padding: 3% 0;
  }
}
.access table td {
  padding: 3%;
  line-height: 24px;
}
@media screen and (max-width: 779px) {
  .access table td {
    padding: 3%;
  }
}


/**
 * モーダル
 */
#overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 3;
    display: none;
}
#overlay #modal {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 30%;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
}
#overlay #modal #inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#overlay #modal .close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 28px;
}
#overlay #modal .close a:hover {
    text-decoration: none;
}
#overlay #modal p {
    margin: 50px 20px;
    padding: 20px;
    background: #eee;
    text-align: center;
    line-height: 24px;
}
@media screen and (max-width: 779px) {
    #overlay #modal p {
        margin: 50px 0;
        padding: 20px 10px;
    }
}