@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}

a:active,
a:hover {
  outline-width: 0;
}

*:hover {
  outline: none;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

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

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

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*float*/
.flL {
  float: left;
}

.flR {
  float: right;
}

.clear {
  clear: both;
}

/* align */
.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaBt {
  vertical-align: bottom;
}

.vaBl {
  vertical-align: baseline;
}

/* display */
.dspB {
  display: block;
}

.dspI {
  display: inline;
}

.dspT {
  display: table;
  table-layout: fixed;
}

.dspTC {
  display: table-cell;
}

/* position */
.posA {
  position: absolute;
}

.posR {
  position: relative;
}

.posF {
  position: fixed;
}

/* img vertical align */
.headerImg {
  vertical-align: bottom;
}

.footerImg {
  vertical-align: top;
}

/*margin set */
.mg_c {
  margin-right: auto;
  margin-left: auto;
}

.mgT5 {
  margin-top: 5px;
}

.mgT10 {
  margin-top: 10px;
}

.mgT15 {
  margin-top: 15px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT25 {
  margin-top: 25px;
}

.mgT30 {
  margin-top: 30px;
}

.mgT35 {
  margin-top: 35px;
}

.mgT40 {
  margin-top: 40px;
}

.mgT45 {
  margin-top: 45px;
}

.mgT50 {
  margin-top: 50px;
}

.mgB5 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB45 {
  margin-bottom: 45px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL5 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.mgL35 {
  margin-left: 35px;
}

.mgL40 {
  margin-left: 40px;
}

.mgL45 {
  margin-left: 45px;
}

.mgL50 {
  margin-left: 50px;
}

.mgR5 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgR35 {
  margin-right: 35px;
}

.mgR40 {
  margin-right: 40px;
}

.mgR45 {
  margin-right: 45px;
}

.mgR50 {
  margin-right: 50px;
}

/*padding set */
.pdT5 {
  padding-top: 5px;
}

.pdT10 {
  padding-top: 10px;
}

.pdT15 {
  padding-top: 15px;
}

.pdT20 {
  padding-top: 20px;
}

.pdT25 {
  padding-top: 25px;
}

.pdT30 {
  padding-top: 30px;
}

.pdT35 {
  padding-top: 35px;
}

.pdT40 {
  padding-top: 40px;
}

.pdT45 {
  padding-top: 45px;
}

.pdT50 {
  padding-top: 50px;
}

.pdB5 {
  padding-bottom: 5px;
}

.pdB10 {
  padding-bottom: 10px;
}

.pdB15 {
  padding-bottom: 15px;
}

.pdB20 {
  padding-bottom: 20px;
}

.pdB25 {
  padding-bottom: 25px;
}

.pdB30 {
  padding-bottom: 30px;
}

.pdB35 {
  padding-bottom: 35px;
}

.pdB40 {
  padding-bottom: 40px;
}

.pdB45 {
  padding-bottom: 45px;
}

.pdB50 {
  padding-bottom: 50px;
}

.pdL5 {
  padding-left: 5px;
}

.pdL10 {
  padding-left: 10px;
}

.pdL15 {
  padding-left: 15px;
}

.pdL20 {
  padding-left: 20px;
}

.pdL25 {
  padding-left: 25px;
}

.pdL30 {
  padding-left: 30px;
}

.pdL35 {
  padding-left: 35px;
}

.pdL40 {
  padding-left: 40px;
}

.pdL45 {
  padding-left: 45px;
}

.pdL50 {
  padding-left: 50px;
}

.pdR5 {
  padding-right: 5px;
}

.pdR10 {
  padding-right: 10px;
}

.pdR15 {
  padding-right: 15px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdR35 {
  padding-right: 35px;
}

.pdR40 {
  padding-right: 40px;
}

.pdR45 {
  padding-right: 45px;
}

.pdR50 {
  padding-right: 50px;
}

/*文字スタイル*/
.text_11px {
  font-size: 11px;
}

.text_12px {
  font-size: 12px;
  line-height: 1.5em;
}

.text_16px {
  font-size: 16px;
}

.text_18px {
  font-size: 18px;
}

.text_20px {
  font-size: 20px;
}

.fw_n {
  font-weight: normal;
}

.fw_b {
  font-weight: 700;
}

.subtext {
  font-size: 0.8em;
}

.redtext {
  color: #ff0000;
}

.text-notice {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.text-notice:before {
  content: "※";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
}

/* リスト */
.ul_inline {
  zoom: 1;
}
.ul_inline li {
  float: left;
  margin-right: 10px;
}

.ul_inline:after {
  content: "";
  display: block;
  clear: both;
}

/* ress, basestyle END ========== */
html {
  background: #696969;
  font-size: 62.5%;
}

.nav-pc {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 768px) {
  .nav-pc {
    display: none;
  }
}
@media (max-width: 1000px) {
  .nav-pc .wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .nav-pc .wrapper {
    padding: 0;
  }
}
.nav-pc li {
  float: left;
  width: 14%;
}
.nav-pc li:last-child {
  width: 16%;
}
@media (max-width: 930px) {
  .nav-pc li {
    width: 25%;
  }
  .nav-pc li:first-child a {
    border-left: 0;
  }
  .nav-pc li:last-child a, .nav-pc li:nth-child(4) a {
    border-right: 0;
  }
  .nav-pc li:nth-child(5), .nav-pc li:nth-child(6) {
    width: 33%;
  }
  .nav-pc li:last-child {
    width: 34%;
  }
}
.nav-pc li:first-child a {
  border-left: 1px solid #999;
}
.nav-pc a {
  display: block;
  padding: 20px 0 18px;
  border-right: 1px solid #999;
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.nav-pc a:visited {
  color: #ff0000;
}
.nav-pc a.current {
  background: #ff0000;
  color: #fff;
}
@media (min-width: 769px) {
  .nav-pc a:hover, .nav-pc a:active {
    background: #ff0000;
    color: #fff;
  }
}

.nav-sp {
  display: none;
}
@media (max-width: 768px) {
  .nav-sp {
    display: block;
    position: relative;
    z-index: 1000;
    text-align: center;
  }
  .nav-sp ul {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
  }
  .nav-sp li {
    border-bottom: 1px solid #ccc;
  }
  .nav-sp li:first-child {
    border-top: 1px solid #ccc;
  }
  .nav-sp a {
    display: block;
    position: relative;
    padding: 8px 0;
    color: #3E3938;
    font-size: 16px;
    text-decoration: none;
  }
  .nav-sp a:visited {
    color: #3E3938;
  }
  .nav-sp a.current {
    background: #ff0000;
    color: #fff;
  }
  .nav-sp a.current i {
    color: #fff;
  }
  .nav-sp a i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    color: #ff0000;
  }
}

.btn_spnav-toggle {
  display: none;
}
@media (max-width: 768px) {
  .btn_spnav-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #ff0000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #fff;
    padding: 6px;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.06em;
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  .btn_spnav-toggle span[class*=bar] {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto 4px;
    background: #fff;
    transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, width 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
    transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, transform 0.1s ease 0s, width 0.1s ease 0s;
    transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, transform 0.1s ease 0s, width 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
    height: 2px;
    width: 20px;
  }
  .btn_spnav-toggle span.bar03 {
    margin-bottom: 6px;
  }
  .btn_spnav-toggle.open span[class*=bar] {
    transition: top 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, width 0.25s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    transition: top 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, transform 0.5s ease 0.2s, width 0.25s ease 0.2s;
    transition: top 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, transform 0.5s ease 0.2s, width 0.25s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  }
  .btn_spnav-toggle.open span.bar01 {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn_spnav-toggle.open span.bar02 {
    width: 0;
  }
  .btn_spnav-toggle.open span.bar03 {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.modal-bg {
  display: none;
}
@media (max-width: 768px) {
  .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
  }
}

body {
  background: #F1EFEB;
  font-size: 16px;
  line-height: 1.7em;
  font-family: "Roboto", Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #3E3938;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: all 0.3s ease;
  text-decoration: underline;
  color: #337DC2;
}
a:visited {
  color: #7eafdd;
}
@media (min-width: 769px) {
  a[href^=tel] {
    text-decoration: none;
    color: #3E3938;
  }
  a[href^=tel]:visited {
    color: #3E3938;
  }
  a[href^=tel]:hover, a[href^=tel]:active {
    cursor: default;
  }
  a[href^=tel]:hover img, a[href^=tel]:active img {
    opacity: 1;
  }
  a:hover, a:active {
    text-decoration: none;
  }
  a:hover img, a:active img {
    opacity: 0.7;
  }
}
a.link_btn {
  display: block;
  padding: 0.5em 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff0000;
  background-image: url(../images/common/icon_linkbtn-white.png);
  background-repeat: no-repeat;
  background-position: calc( 100% - 10px ) 50%;
  background-size: 7px auto;
  border: 1px solid #ff0000;
  border-radius: 4px;
  max-width: 300px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
a.link_btn:visited {
  color: #fff;
}
a.link_btn.roupe {
  background-image: none;
}
a.link_btn.roupe span:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 0.25em;
  background-image: url(../images/common/icon_roupe-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: all 0.3s ease;
  width: 17px;
  height: 17px;
}
a.link_btn.half {
  float: left;
  margin: 0 2% 2% 0;
  width: 49%;
}
a.link_btn.half:nth-child(2n) {
  float: right;
  margin-right: 0;
}
a.link_btn.half:nth-child(2n+1) {
  clear: both;
}
@media (max-width: 480px) {
  a.link_btn.half {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
  a.link_btn.half:nth-child(2n) {
    float: none;
  }
  a.link_btn.half:nth-child(2n+1) {
    clear: none;
  }
  a.link_btn.half:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  a.link_btn:hover, a.link_btn:active {
    background-color: #fff;
    background-image: url(../images/common/icon_linkbtn-red.png);
    color: #ff0000;
  }
  a.link_btn.roupe {
    background-image: none;
  }
  a.link_btn.roupe:hover span:before, a.link_btn.roupe:active span:before {
    background-image: url(../images/common/icon_roupe-red.png);
  }
}
a img {
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul {
  list-style: none;
}

dd {
  margin: 0 0 1.5em 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
table th, table td {
  padding: 1em;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table th {
  background: #eee;
  width: 23%;
  text-align: left;
}
@media (max-width: 480px) {
  table {
    width: 100%;
  }
  table th, table td {
    display: block;
  }
  table th {
    padding: 5px 1em;
    width: 100%;
  }
  table td {
    border-bottom: 1px solid #ccc;
  }
}

input[type=text], input[type=email], input[type=tel] {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
}
input[type=submit] {
  display: inline-block;
  padding: 0.5em 1em;
  background: #ddd;
  border: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: center;
}
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

textarea {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  height: 20em;
}

button {
  transition: all 0.3s ease;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
    z-index:1;
}
@media (max-width: 1000px) {
  .wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
}

.bg-gray--light {
  background: #F1EFEB;
}

.page-block--lg {
  padding: 40px 0;
}
@media (max-width: 480px) {
  .page-block--lg {
    padding: 25px 0;
  }
}

.spbr {
  display: none;
}
@media (max-width: 480px) {
  .spbr {
    display: inline;
  }
}

.tabbr {
  display: none;
}
@media (max-width: 768px) {
  .tabbr {
    display: inline;
  }
}

.pcbr {
  display: inline;
}
@media (max-width: 480px) {
  .pcbr {
    display: none;
  }
}

.content-area {
  padding: 40px 30px;
  background: #fff;
}
@media (max-width: 480px) {
  .content-area {
    padding: 30px 10px;
  }
}

.p_margin p, .p_margin ul, .p_margin ol {
  margin-bottom: 1em;
}

.btn_pagetop {
  text-align: right;
  width: 100%;
}
.btn_pagetop a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #ddd;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.btn_pagetop a:link, .btn_pagetop a:visited, .btn_pagetop a:hover, .btn_pagetop a:active {
  text-decoration: none;
  color: #000;
}
.btn_pagetop a:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 0.5em;
  background: url(../images/common/icon_pagetop.svg) 0 50% no-repeat scroll;
  background-size: contain;
  width: 0.7em;
  height: 1em;
}
.text-notice {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.text-notice:before {
  content: "※";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
}

.entry-ended {
  padding: 1em;
  background: #fafafa;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.1em;
}

.list-sns {
  display: table;
  margin: 30px auto;
}
.list-sns li {
  float: left;
  margin-right: 30px;
}
.list-sns li:last-child {
  margin-right: 0;
}
.list-sns .facebook {
  position: relative;
  top: -7px;
}
@media (max-width: 480px) {
  .list-sns li {
    margin-right: 10px;
  }
  .list-sns .facebook {
    top: -3px;
  }
}
@media (max-width: 370px) {
  .list-sns li:last-child {
    float: none;
    clear: both;
  }
}

footer {
  padding: 40px 0 30px;
  background: #DDD9D1;
}
@media (max-width: 480px) {
  footer {
    padding: 20px 0 15px;
  }
}

.place {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6em;
}
@media (max-width: 480px) {
  .place {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
  }
}

.place__title {
    padding-right: 10px;
    /*  color: #ff0000;*/
    width: 60px;
    font-weight: 500;
}
@media (max-width: 768px) {
  .place__title {
    width: 15%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .place__title {
    padding: 0;
    width: 100%;
  }
}

.place__content {
    padding-left: 1em;
    border-left: 1px solid #999;
    width: calc(100% - 60px);
    text-align: left;
}
.place__content2 {
  padding-left: 1em;
  border-left: 1px solid #999;
  width: 30%;
}
@media (max-width: 768px) {
  .place__content {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .place__content {
    border-left: 0;
    border-top: 1px solid #999;
    padding: 10px 0 0;
    width: 100%;
  }
}

.contact-info {
  display: table;
  padding: 20px 0;
  margin: 0 auto 30px;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-weight: 700;
}
.contact-info .title,
.contact-info .freedial,
.contact-info .time {
  display: table-cell;
  vertical-align: middle;
}
.contact-info .title {
  border-right: 1px solid #999;
  text-align: center;
  font-size: 18px;
  width: 16%;
}
.contact-info .freedial {
  padding: 0 10px 0 20px;
}
.contact-info .time {
  margin-left: 20px;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.6em;
}
@media (max-width: 1000px) {
  .contact-info {
    padding: 20px;
    text-align: center;
  }
  .contact-info .title,
.contact-info .freedial,
.contact-info .time {
    display: block;
    vertical-align: middle;
  }
  .contact-info .title {
    border-bottom: 1px solid #999;
    border-right: 0;
    width: 100%;
  }
  .contact-info .freedial {
    padding: 10px 0;
  }
  .contact-info .time {
    margin-left: 0;
  }
  .contact-info .time br {
    display: none;
  }
}
@media (max-width: 480px) {
  .contact-info {
    margin-bottom: 20px;
  }
  .contact-info .time br {
    display: inline;
  }
}

.footer-bnr-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid rgba(153, 153, 153, 0.4);
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  padding: 20px 0;
  margin: 30px auto;
}
.footer-bnr-area li {
  margin: 0 4% 4% 0;
  width: 48%;
}
.footer-bnr-area li:nth-child(2n), .footer-bnr-area li:last-child {
  margin-right: 0;
}
.footer-bnr-area li:nth-last-of-type(2), .footer-bnr-area li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.footer-bnr-area li img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .footer-bnr-area {
    margin: 20px auto;
  }
  .footer-bnr-area li {
    margin: 0 0 15px;
    width: 300px;
  }
  .footer-bnr-area li:nth-last-of-type(2), .footer-bnr-area li:nth-last-of-type(1) {
    margin-bottom: 15px;
  }
  .footer-bnr-area li:last-child {
    margin-bottom: 0;
  }
}

.office-info,
.footer_nav {
  float: left;
  width: 48%;
}
@media (max-width: 768px) {
  .office-info,
.footer_nav {
    float: none;
    width: 100%;
  }
}

.office-info {
    margin-right: 4%;
    font-size: 20px;
    font-weight: 500;
}
.office-info .organizer {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    padding-left: 1px;
}
.office-info .partner {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .office-info {
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .office-info .organizer {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer_nav {
    border-top: 1px solid #999;
  }
}
@media (max-width: 480px) {
  .footer_nav {
    font-size: 12px;
  }
}
.footer_nav li {
  float: left;
  margin: 0 2em 6px 0;
}
.footer_nav li:nth-child(3n) {
  margin-right: 0;
}
.footer_nav li:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 768px) {
  .footer_nav li {
    margin: 0;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
  }
  .footer_nav li:nth-child(3n+1) {
    clear: none;
  }
  .footer_nav li:nth-child(2n) {
    float: right;
    margin-right: 0;
    border-left: 1px solid #999;
  }
  .footer_nav li:nth-child(2n+1) {
    clear: both;
  }
}
.footer_nav a {
  color: #3E3938;
  text-decoration: none;
}
.footer_nav a:visited {
  color: #8e8381;
}
.footer_nav a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 0.25em;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ff0000;
  width: 0;
  height: 0;
}
@media (min-width: 769px) {
  .footer_nav a:hover, .footer_nav a:active {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .footer_nav a {
    display: block;
    padding: 6px 0;
  }
}

.no_connection {
    margin-top: 30px;
    color: #000000;
    font-weight: normal;
}
@media (max-width: 480px) {
  .no_connection {
    margin-top: 15px;
  }
}

.copyright {
  background: #696969;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
@media (max-width: 480px) {
  .copyright {
    padding-bottom: 80px;
  }
}

.bottomFixedArea {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.bottomFixedArea--lg {
  bottom: 30px;
  width: calc(100% - 100px);
}
@media (max-width: 480px) {
  .bottomFixedArea--lg {
    display: none;
  }
}

.bottomFixedArea .emergency_notice {
  padding: 0.5em;
  color: #ff0000;
}

.bottomFixedArea--sm {
  display: none;
}
@media (max-width: 480px) {
  .bottomFixedArea--sm {
    display: block;
    bottom: 10px;
    width: calc(100% - 20px);
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .btn_sp-entry {
    display: block;
    padding: 10px 0;
    background: #ff0000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    width: 100%;
    color: #fff;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
  }
  .btn_sp-entry:visited {
    color: #fff;
  }
  .btn_sp-entry .sub {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
  }
  .btn_sp-entry i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 1em;
  }
}

.emergency_notice {
  border: 1px solid #ff0000;
  background: #ff5;
  padding: 1.5em 1em;
  font-weight: 700;
  text-align: center;
}
.emergency_notice a {
  color: #ff0000;
}
.emergency_notice a:visited {
  color: #ff0000;
}
.emergency_notice p:not(:last-child){
  margin-bottom: 1em;
}

.emergency_notice__title {
  margin: 0 0 0.5em;
  color: #ff0000;
  font-size: 1.25em;
  line-height: 1.6em;
}
#mfp_warning {
display: none!important;
}
/*# sourceMappingURL=maps/common.css.map */
    .conv {
    position: fixed;
    bottom: calc(50% - 100px);
    width: 200px;
    z-index: 100;
    right: 0px;
}
.conv a picture img {
    width: 200px;
    height: auto;
}
@media (max-width: 480px) {
    .conv {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
.conv a picture img {
    width: 100%;
}
    
}

nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #FF0000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}

.open nav {
    left: 0;
    opacity: 1;
}

nav .inner {
    padding: 25px;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #fff;
    z-index: 1000;
        width: 100%;
}

nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    z-index: 1000;
    position: relative;
}

nav .inner ul li a:hover {
    background: #FF0000;
}
.br-sp {display: none;}
@media screen and (max-width: 767px) {
        .br-sp {
    display: inherit;
}
    nav {
        left: -250px;
        width: 250px;
    }
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 4; /* 変更 */
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FF0000;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 4px;
}

.toggle_btn span:nth-child(2) {
    top: 14px;
}

.toggle_btn span:nth-child(3) {
    bottom: 4px;
}

.open .toggle_btn span {
    background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}
.conv-btn {
    border: 2px solid #FFFFFF!important;
    margin-top: 20px!important;
}
.conv-btn a {
    font-weight: bold;
}
nav .inner ul li:hover,nav .inner ul li a:hover {
    background-color: #950000;
}
.conv-btn:hover,.conv-btn a:hover {
    background-color: #950000;
}
