@charset "UTF-8";
/* reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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,
td,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* Show active breakpoint in top right corner of viewport */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.82;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  color: #443d3b;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  max-width: 100%;
}

b {
  font-weight: bold;
}

a {
  transition-duration: 0.2s;
  text-decoration: none;
  outline: none;
}

/* navigation external link */
/*nav{
	a[target="_blank"]:after{
		font-family: 'FontAwesome';
		content: '\f08e ';
		margin-left: 3px;
		position: relative;
		font-size: 90%;
	}
}*/
/* iOS "clickable elements" fix for role="button" */
[role=button] {
  cursor: pointer;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

/* default style reset */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  cursor: auto;
}

button, select {
  cursor: pointer;
}

button {
  transition-duration: 0.2s;
}

/* textarea */
textarea {
  resize: vertical;
}

/* select */
.selectWrapper {
  position: relative;
}

.selectWrapper::after {
  z-index: 10;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "";
  color: #a0a0a0;
  pointer-events: none;
}

select {
  padding-right: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select option {
  background-color: #fff;
  color: #443d3b;
  boder: 1px solid red;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #d60000;
}

/* input &  select & textarea - focus style */
input[type=text],
input[type=search],
input[type=password],
select,
textarea {
  transition-duration: 0.2s;
  border: 1px solid #e1e1e1;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 4px #d60000;
  border: 1px solid #d60000;
}

/* iPhone form zoom */
.iPhone input, .iPhone select, .iPhone textarea {
  font-size: 16px;
}

/* Show active breakpoint in top right corner of viewport */
/* Show active breakpoint in top right corner of viewport */
/*

	display control

*/
@media (max-width: 47.99em) {
  .onlyPc {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .onlySp {
    display: none !important;
  }
}

/*

	containerWidth control (liquid)

*/
.containerWidth {
  max-width: 1000px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 48em) {
  .containerWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------- */
/* common */
/* ------------------- */
.text-color-orange {
  color: #f5a500;
}

.text-color-blue {
  color: #3fbdde;
}

.text-color-red {
  color: #ec6b71;
}

.text-color-green {
  color: #87c357;
}

/*

  pageWrapper

*/
@media (max-width: 47.99em) {
  .pageWrapper {
    padding-top: 70px;
  }
}
@media (min-width: 48em) {
  .pageWrapper {
    min-width: 960px;
  }
}

/*

  header

*/
.header {
  padding-top: 10px;
  height: 50px;
}
@media (max-width: 47.99em) {
  .header {
    display: none;
  }
}
@media (min-width: 48em) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 70px;
    padding-top: 25px;
    z-index: 1000;
  }
}
@media (max-width: 47.99em) {
  .header_inner {
    padding: 0 10px;
  }
}
.header_row {
  display: flex;
  justify-content: flex-end;
}

.mobileHeader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  background-image: url("../images/bg_city2.png");
  background-position: 95% bottom;
  background-repeat: repeat-x;
  background-size: 860px auto;
}
@media (min-width: 48em) {
  .mobileHeader {
    display: none;
  }
}

/*

navigation (pc)

*/
.hNav .navList {
  font-size: 14px;
  display: flex;
}
.hNav .navList_item {
  position: relative;
}
.hNav .navList_item:not(:last-child) {
  margin-right: 20px;
}
.hNav a {
  font-weight: bold;
  color: #909090;
}
.hNav a:hover {
  color: #87c357;
}

/*

navigation (sp)

*/
.oNav .navList {
  display: block;
}
.oNav .navList_item {
  text-align: right;
  margin-bottom: 20px;
}
.oNav .navList_item a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.oNav .navList_item a:visited {
  color: #ffffff;
}
.oNav .navList_item a:focus {
  color: #ffffff;
}
.oNav .navList_item a:hover {
  color: #ffffff;
}
.oNav .navList_item a:active {
  color: #ffffff;
}

/*

toggle-menu (drawer)

*/
.toggle-menu {
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1010;
  background: #c9c9c9;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  transition: background 0.4s;
}
.toggle-menu.active {
  background: transparent;
}
@media (min-width: 48em) {
  .toggle-menu {
    width: 60px;
    height: 60px;
    display: none;
  }
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  box-sizing: border-box;
  display: block;
  transition: all 0.4s;
}

.toggle-menu__trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 20px;
  /* animatiton */
}
.toggle-menu__trigger.active {
  height: 15px;
  width: 30px;
}
.toggle-menu__trigger span {
  background-color: #fff;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.toggle-menu__trigger span:nth-of-type(1) {
  top: 0;
}
.toggle-menu__trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.toggle-menu__trigger span:nth-of-type(3) {
  bottom: 0;
}
.toggle-menu__trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-315deg);
}
.toggle-menu__trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.toggle-menu__trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}

/*

Overlay style (drawer)

*/
.menu-overlay {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(135, 195, 87, 0.9);
  bottom: 0;
  height: 100%;
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  visibility: hidden;
  width: calc(100% - 24px);
  z-index: 1000;
}
.menu-overlay.open {
  opacity: 1;
  left: 24px;
  transition: all 0.5s;
  visibility: visible;
}

.menu-overlay__scroll {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.menu-overlay__scroll__inner {
  height: auto;
  padding: 20px;
  padding-top: 70px;
  position: relative;
}

.menu-overlay__scroll::-webkit-scrollbar {
  display: none;
}

/*

  footer

*/
.footer {
  padding: 50px 0 30px;
}
@media (min-width: 48em) {
  .footer {
    padding: 30px 0 40px;
  }
}
@media (min-width: 48em) {
  .footer_row {
    display: flex;
  }
}
@media (max-width: 47.99em) {
  .footer_row_col-image {
    margin-bottom: 40px;
  }
}
@media (min-width: 48em) {
  .footer_row_col-image {
    flex: 0 1 340px;
    margin-right: 70px;
  }
}
@media (min-width: 48em) {
  .footer_row_col-text {
    flex: 1;
    min-width: 550px;
  }
}
@media (max-width: 47.99em) {
  .footer_logo {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 48em) {
  .footer_logo {
    width: 340px;
  }
}
.footer_copyright {
  margin-top: 30px;
}
@media (max-width: 47.99em) {
  .footer_copyright {
    margin-left: -12px;
  }
}
@media (max-width: 47.99em) {
  .footer_address {
    margin-left: -12px;
  }
}
.footer .copyright {
  font-size: 12px;
}
@media (max-width: 47.99em) {
  .footer .telLink {
    color: #0033cc;
  }
}
@media (min-width: 48em) {
  .footer .telLink {
    color: #443d3b;
  }
}
@media (min-width: 48em) {
  .footer a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}