@charset "UTF-8";
/*
Theme Name: オタカラワーク 広島
Description:  オタカラワーク 広島
Version: ver.02(2019.03)
Author: UniqueArticleJapan
Author: UniqueArticleJapan
*/
/* line 4, sass/reset.scss */
/* line 2, sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1.7;
}

/* line 28, sass/reset.scss */
/* line 27, sass/_reset.scss */
nav ul li, ul li {
  list-style: none;
}

/* line 31, sass/reset.scss */
/* line 32, sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 34, sass/reset.scss */
/* line 37, sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, sass/reset.scss */
/* line 44, sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 48, sass/reset.scss */
/* line 55, sass/_reset.scss */
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* line 53, sass/reset.scss */
/* line 62, sass/_reset.scss */
mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 59, sass/reset.scss */
/* line 70, sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 62, sass/reset.scss */
/* line 75, sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 66, sass/reset.scss */
/* line 81, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 70, sass/reset.scss */
/* line 87, sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 78, sass/reset.scss */
/* line 97, sass/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 81, sass/reset.scss */
/* line 102, sass/_reset.scss */
* {
  letter-spacing: 0;
}

/* line 6, sass/_fonts.scss */
html * {
  color: #29413d;
  font-family: tbudgothic-std, "游ゴシック", YuGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
}
@media only screen and (max-width: 812px) {
  /* line 6, sass/_fonts.scss */
  html * {
    font-size: 1.4rem;
  }
}

/* line 16, sass/_fonts.scss */
h1 {
  color: #158872;
  font-size: 24px;
  font-size: 1.875vw;
  font-weight: 700;
}
@media only screen and (max-width: 812px) {
  /* line 16, sass/_fonts.scss */
  h1 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
/* line 24, sass/_fonts.scss */
h1 * {
  color: inherit;
  font-size: inherit;
}

/* line 29, sass/_fonts.scss */
h2 {
  color: #158872;
  font-size: 20px;
  font-size: 1.5625vw;
  font-weight: 700;
}
@media only screen and (max-width: 812px) {
  /* line 29, sass/_fonts.scss */
  h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

/* line 37, sass/_fonts.scss */
h2.second-ttl {
  width: 100%;
  padding: .5em;
  margin: .5em 0;
  border-bottom: 2px solid #4CB7A3;
  box-shadow: 0px 5px 0 rgba(255, 236, 5, 0.5);
}

/* line 45, sass/_fonts.scss */
h3 {
  font-weight: 700;
}

/* line 50, sass/_fonts.scss */
h3.second-ttl {
  width: 100%;
  border-top: 1px dotted #4CB7A3;
  padding: .5em 1em .5em 15px;
  position: relative;
}
/* line 55, sass/_fonts.scss */
h3.second-ttl:before {
  content: '';
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: #1cb497;
}

/* line 67, sass/_fonts.scss */
strong {
  color: #29413d;
  background: linear-gradient(-135deg, rgba(0, 156, 225, 0.3), rgba(38, 221, 187, 0.3));
  font-weight: 700;
}

/* line 72, sass/_fonts.scss */
b {
  font-weight: 700;
}

/* line 76, sass/_fonts.scss */
p * {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
/* line 82, sass/_fonts.scss */
p br {
  display: block;
  content: '';
}

/* line 88, sass/_fonts.scss */
.small {
  font-family: "游ゴシック", YuGothic, sans-serif;
  font-size: 1.2rem;
}

/* line 93, sass/_fonts.scss */
a {
  color: #06977c;
  font-size: 1.8rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 812px) {
  /* line 93, sass/_fonts.scss */
  a {
    font-size: 1.6rem;
  }
}
/* line 101, sass/_fonts.scss */
a span {
  color: inherit;
  font-size: inherit;
}
/* line 105, sass/_fonts.scss */
a svg {
  fill: #4CB7A3;
}
/* line 108, sass/_fonts.scss */
a:hover {
  color: #7eebd6;
}
/* line 110, sass/_fonts.scss */
a:hover svg {
  fill: #7eebd6;
}

/* line 119, sass/_fonts.scss */
.btn, [class^="btn"], [class*="btn"] {
  font-weight: 900;
  text-align: center;
  display: block;
  width: 90vw;
  max-width: 400px;
  margin: 1.5em auto;
  border: 2px solid;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(41, 65, 61, 0.5);
}
/* line 129, sass/_fonts.scss */
.btn span, [class^="btn"] span, [class*="btn"] span {
  font-weight: 700;
}
/* line 132, sass/_fonts.scss */
.btn:after, [class^="btn"]:after, [class*="btn"]:after {
  font-weight: 700;
  position: absolute;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .5em;
  content: '\03e';
}

/* line 141, sass/_fonts.scss */
.btn-large {
  font-size: 18px;
  font-size: 1.40625vw;
  padding: 1em 1.3em;
  background-color: #FFEC05;
  border-color: #158872;
  color: #158872;
  top: 0;
}
@media only screen and (max-width: 812px) {
  /* line 141, sass/_fonts.scss */
  .btn-large {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
/* line 151, sass/_fonts.scss */
.btn-large:hover {
  box-shadow: none;
  top: .3em;
  color: #FFEC05;
  background-color: #158872;
}

/* line 158, sass/_fonts.scss */
.btn-light {
  font-size: 16px;
  font-size: 1.25vw;
  width: 80vw;
  max-width: 400px;
  padding: .5em 1em;
  background-color: #fff;
  border-color: #158872;
  color: #158872;
  box-shadow: 4px 4px 0 rgba(255, 236, 5, 0.5);
}
@media only screen and (max-width: 812px) {
  /* line 158, sass/_fonts.scss */
  .btn-light {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* line 18, sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 21, sass/style.scss */
body {
  height: 100%;
  font: 62.5%;
}

/* line 26, sass/style.scss */
header {
  z-index: 3;
  position: relative;
}

/* line 31, sass/style.scss */
section {
  padding: 8em 3em;
}
@media only screen and (max-width: 812px) {
  /* line 31, sass/style.scss */
  section {
    padding: 5em 1em;
  }
}

/* line 38, sass/style.scss */
.inner, [class^="inner"], [class*="inner"] {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  padding: 3em 0;
}
@media only screen and (max-width: 812px) {
  /* line 38, sass/style.scss */
  .inner, [class^="inner"], [class*="inner"] {
    padding: 3em 8vw;
  }
}

/* line 52, sass/style.scss */
.header_wrap {
  position: fixed;
}
/* line 55, sass/style.scss */
.header_wrap .sub-nav li {
  padding: 0 0 0 1em;
}
/* line 57, sass/style.scss */
.header_wrap .sub-nav li a {
  color: #2d7063;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.09375vw;
}
@media only screen and (max-width: 812px) {
  /* line 57, sass/style.scss */
  .header_wrap .sub-nav li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
/* line 65, sass/style.scss */
.header_wrap .sub-nav li a:before {
  content: "";
}

@media only screen and (min-width: 813px) {
  /* line 73, sass/style.scss */
  .wrap {
    display: flex;
    -webkit-box-flex: 1;
  }

  /* line 77, sass/style.scss */
  header {
    width: 15vw;
    min-height: 100%;
    box-shadow: 3px 0px 8px rgba(41, 65, 61, 0.1);
  }
  /* line 81, sass/style.scss */
  header .header_wrap {
    width: 15vw;
    height: 100%;
    border-right: 1px solid #4CB7A3;
  }
  /* line 85, sass/style.scss */
  header .header_wrap nav {
    height: 100vh;
    background-color: #fff;
  }
  /* line 90, sass/style.scss */
  header .header_wrap ul.nav-list > li {
    height: 15vh;
    border-bottom: 2px dotted #4CB7A3;
    position: relative;
  }
  /* line 93, sass/style.scss */
  header .header_wrap ul.nav-list > li:first-child {
    border-top: 2px dotted #4CB7A3;
  }
  /* line 97, sass/style.scss */
  header .header_wrap ul.nav-list > li span {
    color: #4CB7A3;
    text-align: left;
    padding-left: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  /* line 107, sass/style.scss */
  header .header_wrap ul.nav-list > li svg {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1em;
  }
  /* line 111, sass/style.scss */
  header .header_wrap ul.nav-list > li a {
    position: relative;
  }
  /* line 113, sass/style.scss */
  header .header_wrap ul.nav-list > li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  /* line 120, sass/style.scss */
  header .header_wrap ul.nav-list > li a svg {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1em;
  }

  /* line 130, sass/style.scss */
  main {
    flex: 1;
    border-top: 2px solid #4CB7A3;
  }
}
@media only screen and (max-width: 812px) {
  /* line 136, sass/style.scss */
  header {
    width: 100%;
  }
  /* line 138, sass/style.scss */
  header .header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #4CB7A3;
    box-shadow: 3px 0 8px #29413d;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  /* line 147, sass/style.scss */
  header .header_wrap nav {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
/* line 155, sass/style.scss */
.logo {
  background-color: #4CB7A3;
  position: relative;
}
/* line 158, sass/style.scss */
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
/* line 164, sass/style.scss */
.logo a svg {
  -webkit-flex: 0 1 auto;
  -webkit-align-self: center;
  flex: 0 1 auto;
  align-self: center;
}
@media only screen and (min-width: 813px) {
  /* line 155, sass/style.scss */
  .logo {
    height: 12rem;
  }
  /* line 170, sass/style.scss */
  .logo .logo_emb {
    width: 100%;
    max-width: 15vw;
  }
  /* line 174, sass/style.scss */
  .logo .logo_txt {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 812px) {
  /* line 155, sass/style.scss */
  .logo {
    width: 100vw;
    height: 40px;
  }
  /* line 181, sass/style.scss */
  .logo .logo_emb {
    height: 80%;
  }
  /* line 184, sass/style.scss */
  .logo .logo_txt {
    height: 80%;
  }
}

/* line 190, sass/style.scss */
ul.nav-list {
  margin: 0;
}
/* line 192, sass/style.scss */
ul.nav-list > li {
  position: relative;
  padding: 0;
  color: #158872;
}
/* line 196, sass/style.scss */
ul.nav-list > li span {
  font-size: 16px;
  font-size: 1.25vw;
  width: 90%;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 812px) {
  /* line 196, sass/style.scss */
  ul.nav-list > li span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
/* line 205, sass/style.scss */
ul.nav-list > li a {
  display: block;
  position: relative;
  height: 100%;
}
/* line 210, sass/style.scss */
ul.nav-list > li a:hover {
  color: #1d806d;
}
/* line 212, sass/style.scss */
ul.nav-list > li a:hover span {
  -moz-transform: translate(-49%, -50%);
  -ms-transform: translate(-49%, -50%);
  -webkit-transform: translate(-49%, -50%);
  transform: translate(-49%, -50%);
}
/* line 215, sass/style.scss */
ul.nav-list > li a:hover svg {
  fill: #1d806d;
}
/* line 220, sass/style.scss */
ul.nav-list > li svg {
  fill: #1cb497;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media only screen and (max-width: 812px) {
  /* line 190, sass/style.scss */
  ul.nav-list {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid #4CB7A3;
    box-shadow: -3px 0px 8px rgba(41, 65, 61, 0.3);
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  /* line 235, sass/style.scss */
  ul.nav-list > li {
    height: calc(40px + 30px);
    width: calc(50% - 1px);
    border-left: 1px solid #4CB7A3;
  }
  /* line 239, sass/style.scss */
  ul.nav-list > li span {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: .5em;
  }
  /* line 243, sass/style.scss */
  ul.nav-list > li svg {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1em;
  }
}

/* line 253, sass/style.scss */
.bgflex {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 85vw;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 813px) {
  /* line 253, sass/style.scss */
  .bgflex {
    left: 15vw;
  }
}
@media only screen and (max-width: 812px) {
  /* line 253, sass/style.scss */
  .bgflex {
    width: 100vw;
  }
}

/* line 269, sass/style.scss */
.top-box .bgflex {
  background: url("images/top-image.jpg") 50% 0 no-repeat;
  background-size: cover;
  max-height: 100%;
  height: calc(85vw * 1 / 1.4);
}
@media only screen and (max-width: 812px) {
  /* line 269, sass/style.scss */
  .top-box .bgflex {
    height: calc(100vw * 1 / 1);
    margin-top: 40px;
  }
}

/* line 279, sass/style.scss */
.saiyou-box .bgflex {
  height: 100vh;
  opacity: 0;
  background: url("images/saiyou-image_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 812px) {
  /* line 279, sass/style.scss */
  .saiyou-box .bgflex {
    background: url("images/saiyou-image.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

/* line 289, sass/style.scss */
.show .bgflex {
  opacity: 1;
}

/* line 292, sass/style.scss */
.top-box {
  background: rgba(76, 183, 163, 0);
  position: relative;
  max-height: 100%;
  height: calc(85vw * 1 / 1.4);
  width: 85vw;
}
@media only screen and (max-width: 812px) {
  /* line 292, sass/style.scss */
  .top-box {
    width: 100vw;
    height: calc(100vw * 1 / 1);
    margin-top: 40px;
    box-sizing: cover;
  }
}
/* line 304, sass/style.scss */
.top-box .top-content {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(-9deg) translateY(-70%);
  -ms-transform: rotate(-9deg) translateY(-70%);
  -webkit-transform: rotate(-9deg) translateY(-70%);
  transform: rotate(-9deg) translateY(-70%);
}
/* line 310, sass/style.scss */
.top-box .top-content h1 {
  color: #fff;
  font-size: 18px;
  font-size: 1.40625vw;
  line-height: 1.5;
  text-shadow: 0 0 3px #020202;
  position: relative;
  left: 5em;
}
@media only screen and (max-width: 812px) {
  /* line 310, sass/style.scss */
  .top-box .top-content h1 {
    left: 3em;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
/* line 322, sass/style.scss */
.top-box .top-content .headline {
  color: #fff;
  text-shadow: 0 0 10px #4CB7A3;
  margin-top: .2em;
  font-size: 110px;
  font-size: 8.59375vw;
  line-height: 1.3 !important;
  font-weight: 900;
}
/* line 329, sass/style.scss */
.top-box .top-content .headline br {
  margin-top: 0;
}
@media only screen and (max-width: 812px) {
  /* line 322, sass/style.scss */
  .top-box .top-content .headline {
    left: 2em;
    font-size: 44px;
    font-size: 11.73333vw;
  }
}
/* line 338, sass/style.scss */
.top-box .downto-box {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}
/* line 342, sass/style.scss */
.top-box .downto-box svg {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 347, sass/style.scss */
.top-box .downto-box .btn-large {
  margin: 1em auto;
}
@media only screen and (max-width: 812px) {
  /* line 338, sass/style.scss */
  .top-box .downto-box {
    bottom: -4em;
  }
  /* line 352, sass/style.scss */
  .top-box .downto-box svg {
    width: 20px;
  }
  /* line 355, sass/style.scss */
  .top-box .downto-box .btn-large {
    margin: 1em auto 0;
  }
}

/* line 361, sass/style.scss */
.description-box {
  padding-top: 8em;
  position: relative;
  z-index: 1;
  background-color: #fbfaef;
}
/* line 366, sass/style.scss */
.description-box h1 {
  color: #4CB7A3;
  display: block;
  background-color: #fbfaef;
  text-align: center;
  letter-spacing: .1em;
  padding: 1em 1.5em;
  margin: 0 auto 2em;
  position: relative;
}
/* line 375, sass/style.scss */
.description-box h1:before {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #4CB7A3;
}

/* line 387, sass/style.scss */
.saiyou-box {
  background: linear-gradient(-45deg, rgba(23, 147, 203, 0.8), rgba(101, 158, 147, 0.8));
}
/* line 388, sass/style.scss */
.saiyou-box * {
  color: #fff;
  text-shadow: 0 0 3px #102723;
}
/* line 393, sass/style.scss */
.saiyou-box .content-box {
  z-index: 2;
}
/* line 395, sass/style.scss */
.saiyou-box .content-box ul {
  margin: 2em 0;
}
/* line 397, sass/style.scss */
.saiyou-box .content-box ul li {
  font-size: 1.6rem;
  margin: 1em 0;
}
@media only screen and (max-width: 812px) {
  /* line 397, sass/style.scss */
  .saiyou-box .content-box ul li {
    font-size: 1.4rem;
  }
}

/* line 408, sass/style.scss */
.nagare-box {
  background-color: #fbfaef;
}
/* line 410, sass/style.scss */
.nagare-box p {
  margin: 2em 0;
}

/* line 415, sass/style.scss */
.now-box {
  overflow: hidden;
  background: url("images/bg-now.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  padding: 2em 0;
}
/* line 421, sass/style.scss */
.now-box h1 {
  padding: 2em 0;
}
/* line 423, sass/style.scss */
.now-box h1 b, .now-box h1 p {
  width: auto;
  color: #fff;
  margin: .5em 0;
  text-shadow: 2px 2px 0 rgba(41, 65, 61, 0.2);
}
/* line 428, sass/style.scss */
.now-box h1 b span, .now-box h1 b b, .now-box h1 p span, .now-box h1 p b {
  font-size: 36px;
  font-size: 2.8125vw;
  color: #fff;
  padding: .5em;
  background-color: #158872;
}
@media only screen and (max-width: 812px) {
  /* line 428, sass/style.scss */
  .now-box h1 b span, .now-box h1 b b, .now-box h1 p span, .now-box h1 p b {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
/* line 437, sass/style.scss */
.now-box h1 b b, .now-box h1 p b {
  color: #FFEC05;
}
/* line 442, sass/style.scss */
.now-box a {
  margin: 1em auto;
}

/* line 446, sass/style.scss */
.tocompany-box {
  background-color: #EFEBDA;
  overflow: hidden;
  padding: 5em 2em;
}
/* line 450, sass/style.scss */
.tocompany-box h1 {
  margin-bottom: 2em;
}
/* line 453, sass/style.scss */
.tocompany-box h1, .tocompany-box p {
  text-align: center;
}

/* line 460, sass/style.scss */
footer {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #4CB7A3;
  position: relative;
  padding: 2em 1em;
}
@media only screen and (max-width: 812px) {
  /* line 460, sass/style.scss */
  footer {
    padding-bottom: calc(40px + 30px);
  }
}
/* line 468, sass/style.scss */
footer .goto-top {
  width: 30px;
  display: block;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
}
/* line 474, sass/style.scss */
footer .sub-nav {
  width: 100%;
  padding: 0 1em;
  margin: 0;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 479, sass/style.scss */
footer .sub-nav li {
  padding: 1em;
  -webkit-flex: 1 1 auto;
  -webkit-align-self: stretch;
  flex: 1 1 auto;
  align-self: stretch;
  text-align: center;
}
/* line 483, sass/style.scss */
footer .sub-nav li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.09375vw;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 812px) {
  /* line 483, sass/style.scss */
  footer .sub-nav li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
/* line 495, sass/style.scss */
footer small {
  color: #95d4c8;
  display: block;
  text-align: center;
  padding: 1em auto;
  font-size: 12px;
  font-size: 0.9375vw;
}
@media only screen and (max-width: 812px) {
  /* line 495, sass/style.scss */
  footer small {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* line 508, sass/style.scss */
.page_wrap {
  padding: 0;
}
/* line 510, sass/style.scss */
.page_wrap h2 {
  margin: 0 0 1.5em;
}
/* line 513, sass/style.scss */
.page_wrap h3 {
  margin: 2em 0 1em;
}

/* line 517, sass/style.scss */
.page-headline {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  padding: .5em;
  background-color: #719BA5;
}
@media only screen and (max-width: 812px) {
  /* line 517, sass/style.scss */
  .page-headline {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
@media only screen and (max-width: 812px) {
  /* line 517, sass/style.scss */
  .page-headline {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 813px) {
  /* line 532, sass/style.scss */
  .page-headline br {
    display: none;
  }
}

/* line 538, sass/style.scss */
.pankuzu {
  background: #fff;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #c3d9d5;
  border-bottom: 1px solid #c3d9d5;
}
/* line 545, sass/style.scss */
.pankuzu li {
  background: #c3d9d5;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin: 0 .1em 0 .8em;
  padding: .7em .5em;
}
/* line 552, sass/style.scss */
.pankuzu li a {
  font-size: inherit;
  color: inherit;
}
/* line 555, sass/style.scss */
.pankuzu li a:hover {
  color: #4CB7A3;
}
/* line 559, sass/style.scss */
.pankuzu li:before, .pankuzu li:after {
  font-size: 1.5rem;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
}
/* line 567, sass/style.scss */
.pankuzu li:not(:first-child):before {
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #c3d9d5 #c3d9d5 #c3d9d5 transparent;
  left: -1em;
}
/* line 573, sass/style.scss */
.pankuzu li:not(:last-child):after {
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #c3d9d5;
  right: -1em;
}
/* line 579, sass/style.scss */
.pankuzu li:first-child {
  margin-left: 0;
}
/* line 582, sass/style.scss */
.pankuzu li:last-child {
  background: #fff;
}
/* line 584, sass/style.scss */
.pankuzu li:last-child:before {
  border-color: #fff #fff #fff transparent;
}

/* line 591, sass/style.scss */
.page-ttl {
  height: 20vh;
  margin: 1em 0;
  background: linear-gradient(-135deg, rgba(0, 156, 225, 0.3), rgba(38, 221, 187, 0.3));
  border: 5px solid #fff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}

/* line 605, sass/style.scss */
.taxonomy-list_wrap {
  padding: 1em 3em 5em;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #fbfaef;
}
@media only screen and (max-width: 812px) {
  /* line 605, sass/style.scss */
  .taxonomy-list_wrap {
    padding: 1em 1em 5em;
  }
}
/* line 612, sass/style.scss */
.taxonomy-list_wrap h1 {
  text-align: center;
  max-width: 40rem;
  width: 80%;
  margin: 8rem auto 3rem;
  display: block;
  position: relative;
}
/* line 619, sass/style.scss */
.taxonomy-list_wrap h1 svg {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4rem;
  fill: #4CB7A3;
}
/* line 627, sass/style.scss */
.taxonomy-list_wrap h2:before, .taxonomy-list_wrap h2:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 2rem;
  border-top: 1px solid #4CB7A3;
  border-bottom: 1px solid #4CB7A3;
}
/* line 637, sass/style.scss */
.taxonomy-list_wrap h2:before {
  left: 0;
  border-left: 1px solid #4CB7A3;
}
/* line 641, sass/style.scss */
.taxonomy-list_wrap h2:after {
  right: 0;
  border-right: 1px solid #4CB7A3;
}
/* line 646, sass/style.scss */
.taxonomy-list_wrap h3 {
  color: #3c9484;
  margin: .5em 0;
}
/* line 653, sass/style.scss */
.taxonomy-list_wrap ul.taxonomy-list .shopname {
  font-size: 1.4rem;
}
@media only screen and (max-width: 812px) {
  /* line 653, sass/style.scss */
  .taxonomy-list_wrap ul.taxonomy-list .shopname {
    font-size: 1.3rem;
  }
}
/* line 659, sass/style.scss */
.taxonomy-list_wrap ul.taxonomy-list .small {
  display: inline-block;
  color: #fff;
  background-color: #abbeba;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: .1em .3em;
  margin-bottom: .2em;
}

/* line 671, sass/style.scss */
.taxonomy-list {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 673, sass/style.scss */
.taxonomy-list li {
  -webkit-flex: 1 1 auto;
  -webkit-align-self: stretch;
  flex: 1 1 auto;
  align-self: stretch;
  width: 28%;
  max-width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 812px) {
  /* line 673, sass/style.scss */
  .taxonomy-list li {
    width: 100%;
    max-width: 100%;
    margin: 1em 0;
  }
}
/* line 684, sass/style.scss */
.taxonomy-list li:nth-child(3n) {
  margin-right: 0;
}
/* line 688, sass/style.scss */
.taxonomy-list li a {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(41, 65, 61, 0.1);
}
/* line 697, sass/style.scss */
.taxonomy-list li a:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 1;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 10px solid #c3d9d5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 711, sass/style.scss */
.taxonomy-list li a:hover {
  box-shadow: 0 0px 10px rgba(41, 65, 61, 0.5);
}
/* line 713, sass/style.scss */
.taxonomy-list li a:hover .img-box img {
  width: 110%;
}
/* line 717, sass/style.scss */
.taxonomy-list li a .img-box {
  height: calc(20vw * 1 / 1.3);
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 812px) {
  /* line 717, sass/style.scss */
  .taxonomy-list li a .img-box {
    height: calc(25vw * 1 / 1.3);
    width: 25vw;
  }
}
/* line 726, sass/style.scss */
.taxonomy-list li a .img-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 732, sass/style.scss */
.taxonomy-list li a .data-box {
  -webkit-flex: 1 1 auto;
  -webkit-align-self: center;
  flex: 1 1 auto;
  align-self: center;
  width: 60%;
  padding: 1em;
}

/* line 740, sass/style.scss */
.taxonomy-nav {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background: #66d0bc;
  border-right: #1e4c43;
}
/* line 744, sass/style.scss */
.taxonomy-nav li {
  border-bottom: 1px dotted #1e4c43;
  position: relative;
  height: 10vh;
}
/* line 748, sass/style.scss */
.taxonomy-nav li a {
  color: #1e4c43;
  background: #66d0bc;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 756, sass/style.scss */
.taxonomy-nav li a span {
  padding-left: 1em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 761, sass/style.scss */
.taxonomy-nav li a:hover {
  background: #4CB7A3;
}
/* line 763, sass/style.scss */
.taxonomy-nav li a:hover span {
  color: #fff;
}
/* line 767, sass/style.scss */
.taxonomy-nav li a:before {
  content: '>';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
}

@media only screen and (min-width: 813px) {
  /* line 776, sass/style.scss */
  .taxonomy-nav {
    position: absolute;
    top: 0;
    left: 15vw;
    z-index: -1;
    width: 20vw;
    height: 100vw;
    z-index: -3;
    transform: translate(-20vw);
  }
  /* line 786, sass/style.scss */
  .taxonomy-nav.open {
    transform: translateZ(0);
  }

  /* line 791, sass/style.scss */
  .taxonomy-list_wrap.open {
    width: calc(85vw - 20vw);
    transform: translateX(20vw);
  }

  /* line 797, sass/style.scss */
  footer.open {
    width: calc(85vw - 20vw);
    transform: translateX(20vw);
  }
}
@media only screen and (max-width: 812px) {
  /* line 804, sass/style.scss */
  .taxonomy-nav {
    position: absolute;
    left: 0;
    bottom: calc(40px + 30px);
    z-index: -1;
    width: 100vw;
    height: 50vh;
    z-index: -3;
    transform: translateY(100vh);
  }
  /* line 814, sass/style.scss */
  .taxonomy-nav.open {
    transform: translateZ(0);
  }
}
/* line 825, sass/style.scss */
.single_wrap {
  background-color: #fff;
  padding: 4em 0 0 0;
}

/* line 829, sass/style.scss */
.single-ttl {
  position: relative;
  z-index: -1;
  overflow: hidden;
  height: 80vh;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  /* line 829, sass/style.scss */
  .single-ttl {
    height: 50vh;
  }
}
/* line 838, sass/style.scss */
.single-ttl .inner {
  margin: 1em;
  padding: 3em !important;
  background-color: rgba(76, 183, 163, 0.9);
}
/* line 842, sass/style.scss */
.single-ttl .inner * {
  color: #fff;
  text-shadow: 1px 1px rgba(41, 65, 61, 0.5);
}

/* line 848, sass/style.scss */
.data-contain_inner {
  border: 5px solid #7abcaf;
  margin-top: 3em;
  padding: 0 1em 1em;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 854, sass/style.scss */
.data-contain_inner .data-box {
  width: 55%;
}
@media only screen and (max-width: 812px) {
  /* line 854, sass/style.scss */
  .data-contain_inner .data-box {
    width: 100%;
  }
}
/* line 859, sass/style.scss */
.data-contain_inner .data-box h2 {
  padding: .3em;
  margin: .5em 0;
}
/* line 863, sass/style.scss */
.data-contain_inner .data-box h2 + h3 {
  color: #4CB7A3;
  margin: 1em 0;
}
/* line 867, sass/style.scss */
.data-contain_inner .data-box p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
/* line 871, sass/style.scss */
.data-contain_inner .data-box p span, .data-contain_inner .data-box p sub {
  font-weight: inherit;
}
/* line 876, sass/style.scss */
.data-contain_inner .chart-box {
  padding: 1em;
  width: 40%;
}
@media only screen and (max-width: 812px) {
  /* line 876, sass/style.scss */
  .data-contain_inner .chart-box {
    width: 100%;
  }
}
/* line 882, sass/style.scss */
.data-contain_inner .chart-box h3 {
  text-align: center;
}
/* line 888, sass/style.scss */
.data-contain_inner .inner > div {
  padding: 1em;
  /* 画像 */
}
/* line 891, sass/style.scss */
.data-contain_inner .inner > div img {
  margin: 0 auto;
}

/* line 898, sass/style.scss */
.canvas-wrap {
  width: 50%;
}

/* line 901, sass/style.scss */
.contact-form {
  padding: 0;
  background-color: #fffbd1;
}

/* line 908, sass/style.scss */
.btn, #button, [class^="btn"], [class*="btn"] {
  display: block;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 912, sass/style.scss */
.btn span, #button span, [class^="btn"] span, [class*="btn"] span {
  color: inherit;
  line-height: 1.3;
  text-align: center;
  font-family: "游ゴシック", YuGothic, sans-serif;
  width: 100%;
  -webkit-flex: 1 1 auto;
  -webkit-align-self: center;
  flex: 1 1 auto;
  align-self: center;
}

/* line 921, sass/style.scss */
.small-btn {
  padding: .5em;
  margin: 1em 0;
  background-color: linear-gradient(-135deg, rgba(0, 156, 225, 0.8), rgba(38, 221, 187, 0.8));
  border: 1px dotted #4CB7A3;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(52, 130, 116, 0.3);
}
/* line 928, sass/style.scss */
.small-btn:after {
  color: inherit;
  position: absolute;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .5em;
  content: '\03e';
}

/* line 936, sass/style.scss */
.large-btn {
  border: 1px solid #FFEC05;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(52, 130, 116, 0.5);
}
/* line 940, sass/style.scss */
.large-btn:after {
  color: inherit;
  font-weight: 700;
  position: absolute;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .5em;
  content: '\03e';
}

/* line 950, sass/style.scss */
#button {
  padding: .5em 1em;
  margin: 1em auto;
  color: #fff;
  background-color: #009CE1;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 956, sass/style.scss */
#button:hover {
  color: #009CE1;
  background-color: #7bd7ff;
}

/* line 973, sass/style.scss */
.contact-mente-container *:not(h1) {
  font-family: "游ゴシック", YuGothic, sans-serif;
}
@media only screen and (max-width: 812px) {
  /* line 976, sass/style.scss */
  .contact-mente-container .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
/* line 981, sass/style.scss */
.contact-mente-container .inner .small-txt {
  margin-top: .5em;
}

/* line 987, sass/style.scss */
[class^="contact"] .large-btn, [class*="contact"] .large-btn {
  margin: 1em auto;
  background-color: #4CB7A3;
  color: #fff;
}

/* line 993, sass/style.scss */
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;
}

/* line 1005, sass/style.scss */
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}
/* line 1008, sass/style.scss */
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  width: 1em;
  height: 0.5em;
  -moz-transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  -o-transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  -webkit-transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  -moz-transform: translate(0, -50%) rotate(45deg) scale(0, 0);
  -ms-transform: translate(0, -50%) rotate(45deg) scale(0, 0);
  -webkit-transform: translate(0, -50%) rotate(45deg) scale(0, 0);
  transform: translate(0, -50%) rotate(45deg) scale(0, 0);
  border: 3px solid #da3c41;
  border-top-style: none;
  border-right-style: none;
}
/* line 1023, sass/style.scss */
input[type="checkbox"]:after {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: '';
  cursor: pointer;
  border: 2px solid #FFEC05;
  background: #ffffff;
}
/* line 1033, sass/style.scss */
input[type="checkbox"]:checked:before {
  -moz-transform: translate(0, -50%) rotate(-45deg) scale(1, 1);
  -ms-transform: translate(0, -50%) rotate(-45deg) scale(1, 1);
  -webkit-transform: translate(0, -50%) rotate(-45deg) scale(1, 1);
  transform: translate(0, -50%) rotate(-45deg) scale(1, 1);
}

/* line 1037, sass/style.scss */
.mwform-checkbox-field-text {
  margin-left: 1em;
}

/* line 1041, sass/style.scss */
label {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, sans-serif;
  letter-spacing: 0.1em;
  margin-top: 2em;
  position: relative;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 812px) {
  /* line 1041, sass/style.scss */
  label {
    font-size: 1.4rem;
  }
}

/* line 1054, sass/style.scss */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select:not(.ui-datepicker-month) {
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, sans-serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1f505a;
  box-shadow: 0 0 3px #c1e3ea;
  border-radius: 10px;
  border: 1px solid #4fafc3;
  width: 100%;
  background-color: #e7f4f7;
  padding: 1em;
}
/* line 1066, sass/style.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:not(.ui-datepicker-month):focus {
  box-shadow: 0 0 3px #4fafc3;
  border-color: #4fafc3;
  background-color: #c1e3ea;
}

/* line 1072, sass/style.scss */
textarea {
  background: #fff;
  font-size: 1.6rem;
  height: 20rem;
  padding: 0.5em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1f505a;
  font-family: "游ゴシック", YuGothic, sans-serif;
  box-shadow: 0 0 3px #c1e3ea;
  border-radius: 10px;
  border: 1px solid #4fafc3;
  width: 100%;
}
/* line 1084, sass/style.scss */
textarea:focus {
  box-shadow: 0 0 3px #4fafc3;
  border-color: #4fafc3;
}

/* line 1091, sass/style.scss */
input[type="radio"] {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 1097, sass/style.scss */
span.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-right: 10px;
  padding-left: 35px;
  cursor: pointer;
}

/* line 1105, sass/style.scss */
span.mwform-radio-field-text::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: ' ';
  border: 2px solid #4fafc3;
  border-radius: 4px;
}

/* line 1117, sass/style.scss */
input[type="radio"] + span.mwform-radio-field-text::after {
  border-radius: 18px;
}

/* line 1120, sass/style.scss */
input[type="radio"]:checked + span.mwform-radio-field-text {
  padding-left: 10px;
  color: #ffffff;
}

/* line 1124, sass/style.scss */
input[type="radio"]:checked + span.mwform-radio-field-text::after {
  top: 0;
  width: 100%;
  height: 100%;
  background: #4fafc3;
}

/* line 1131, sass/style.scss */
.mwform-radio-field label {
  margin-top: .8em;
}

/* Transition */
/* line 1135, sass/style.scss */
span.mwform-radio-field-text, .mwform-radio-field-text::after {
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 1140, sass/style.scss */
.select-wrap {
  position: relative;
  margin-top: 1em;
}
/* line 1143, sass/style.scss */
.select-wrap::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  color: #4fafc3;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: block;
  height: 50%;
  width: 50px;
}

/* line 1159, sass/style.scss */
.select_arrow {
  height: 4rem;
  width: 100%;
  margin: 1em 0 3em;
  position: relative;
}
/* line 1165, sass/style.scss */
.select_arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5em;
  fill: #4fafc3;
}
/* line 1172, sass/style.scss */
.select_arrow select {
  padding-left: 0.5em;
  width: 100%;
  height: 100%;
}

/* line 1178, sass/style.scss */
span.select_arrow {
  display: inline-block;
  width: 31%;
}

/* line 1183, sass/style.scss */
.check-place_box {
  margin-top: 1em;
  margin-bottom: 3em;
}
/* line 1186, sass/style.scss */
.check-place_box input {
  width: 1.5em;
  height: 1.5em;
  padding-right: 1em;
}

/* line 1195, sass/style.scss */
.ovhidden {
  display: none;
}

/* line 1199, sass/style.scss */
.contact-inner_box,
.order-inner_box {
  max-width: 96rem !important;
}

/* line 1206, sass/style.scss */
.order-table_box {
  position: relative;
  border: 3px solid #9e9200;
}
/* line 1210, sass/style.scss */
.order-table_box .horizontal-item {
  margin: 0 !important;
}
/* line 1214, sass/style.scss */
.order-table_box .name-box label {
  font-size: 1.6rem;
  padding: 1em 18px 3.5em;
  margin: 0;
  border-bottom: 1px dotted #9e9200;
}
@media only screen and (max-width: 812px) {
  /* line 1214, sass/style.scss */
  .order-table_box .name-box label {
    font-size: 1.5rem;
  }
}
/* line 1222, sass/style.scss */
.order-table_box .name-box label span {
  opacity: .4;
  margin-left: 12px;
}
/* line 1228, sass/style.scss */
.order-table_box .name-box .mwform-checkbox-field:last-child label {
  border-bottom: none;
}
/* line 1234, sass/style.scss */
.order-table_box span.checked {
  opacity: 1  !important;
  color: #29413d;
  font-weight: bold;
}
/* line 1240, sass/style.scss */
.order-table_box .bent-nums-box {
  margin-top: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* line 1246, sass/style.scss */
.order-table_box .bent-nums-box p {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1250, sass/style.scss */
.order-table_box .bent-nums-box select {
  padding: .5em;
  font-size: 1.6rem;
  width: 70px;
  margin: 2em 5px calc(1.5em + 1px);
}
@media only screen and (max-width: 812px) {
  /* line 1250, sass/style.scss */
  .order-table_box .bent-nums-box select {
    font-size: 1.5rem;
    width: 50px;
  }
}
/* line 1260, sass/style.scss */
.order-table_box .bent-nums-box select:disabled, .order-table_box .bent-nums-box select:disabled + span {
  opacity: .3;
}
/* line 1264, sass/style.scss */
.order-table_box .bent-nums-box span {
  font-size: 1.2rem;
  font-family: "游ゴシック", YuGothic, sans-serif;
  font-size: 1.2rem;
  padding: .5em;
}

/* line 1272, sass/style.scss */
select.selected {
  background-color: #fff;
}

/* line 1275, sass/style.scss */
.required {
  font-weight: bold;
  color: #fff;
  background-color: #4CB7A3;
  font-size: 1.2rem;
  padding: .3em .5em;
  margin-left: .5em;
}

/* line 1283, sass/style.scss */
.label-box {
  margin: 4em auto;
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: 2px dotted #FFEC05;
}

/* line 1292, sass/style.scss */
.mw_wp_form_preview * {
  font-family: "游ゴシック", YuGothic, sans-serif;
  font-size: 1.6rem;
}
@media only screen and (max-width: 812px) {
  /* line 1292, sass/style.scss */
  .mw_wp_form_preview * {
    font-size: 1.4rem;
  }
}
/* line 1300, sass/style.scss */
.mw_wp_form_preview label {
  border-bottom: 2px dotted #4CB7A3;
}
/* line 1303, sass/style.scss */
.mw_wp_form_preview h3,
.mw_wp_form_preview .bentocheck,
.mw_wp_form_preview .required,
.mw_wp_form_preview .note,
.mw_wp_form_preview .name-box,
.mw_wp_form_preview .bent-nums-box {
  display: none;
}
/* line 1313, sass/style.scss */
.mw_wp_form_preview .label-box {
  border-top: none;
  margin: 1em;
  padding: 1em;
}
/* line 1319, sass/style.scss */
.mw_wp_form_preview .order-table_box {
  border: none;
  padding: 2em;
  border-top: 3px solid #4CB7A3;
  border-bottom: 3px solid #4CB7A3;
}
/* line 1325, sass/style.scss */
.mw_wp_form_preview .orders-box {
  font-size: 1.6rem;
  font-weight: bold;
}

/* line 1331, sass/style.scss */
.hidden {
  display: none !important;
}

/* line 1335, sass/style.scss */
.er_strong {
  background-color: white;
}
/* line 1337, sass/style.scss */
.er_strong input, .er_strong select, .er_strong textarea {
  border: 2px solid #4CB7A3;
  background-color: #ddf2ee;
}
/* line 1341, sass/style.scss */
.er_strong .error {
  font-size: 1.6rem !important;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, sans-serif;
  padding: 1em 0;
}

/* line 1350, sass/style.scss */
.ui-datepicker-calendar {
  background-color: #fff !important;
}

/* line 1356, sass/style.scss */
.order-table_box .er_strong {
  background-color: transparent;
}
