@charset "UTF-8";
/* Scss Document */
/* Scss Document */
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* Scss Document */
/* Scss Document */
html {
  min-height: 100vh;
}

body {
  min-height: 100vh;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
  color: #88562C;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
@media (min-width: 375px) {
  body {
    font-size: calc(1.3rem + (1vw - 3.75px) * 0.3007518797);
  }
}
@media (min-width: 1040px) {
  body {
    font-size: 1.5rem;
  }
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 861px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 861px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1041px) {
  .tab {
    display: none;
  }
}

.sp-tab {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-tab {
    display: block;
  }
}
@media screen and (min-width: 861px) {
  .sp-tab {
    display: block;
  }
}
@media screen and (min-width: 1041px) {
  .sp-tab {
    display: none;
  }
}

.pc-tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (min-width: 861px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (min-width: 1041px) {
  .pc-tab {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 861px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 1041px) {
  .pc {
    display: inherit;
  }
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
  backface-visibility: hidden;
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
  font-weight: bold;
  color: #fff;
}

a[href*="tel:"] {
  display: block;
}

.event-none {
  pointer-events: none !important;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0% 6.66% 0% 6.66%;
}
@media screen and (min-width: 376px) {
  .inner {
    padding: 0% 2.11% 0% 2.11%;
  }
}
@media screen and (min-width: 1180px) {
  .inner {
    padding: 0;
  }
}

.s-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 0% 6.66% 0% 6.66%;
}
@media screen and (min-width: 376px) {
  .s-inner {
    padding: 0% 2.11% 0% 2.11%;
  }
}
@media screen and (min-width: 1180px) {
  .s-inner {
    padding: 0;
  }
}
@media screen and (min-width: 376px) {
  .s-inner {
    padding: 0% 6.66% 0% 6.66%;
  }
}
@media screen and (min-width: 980px) {
  .s-inner {
    padding: 0;
  }
}

.ss-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 0% 6.66% 0% 6.66%;
}
@media screen and (min-width: 376px) {
  .ss-inner {
    padding: 0% 2.11% 0% 2.11%;
  }
}
@media screen and (min-width: 1180px) {
  .ss-inner {
    padding: 0;
  }
}
@media screen and (min-width: 376px) {
  .ss-inner {
    padding: 0% 6.66% 0% 6.66%;
  }
}
@media screen and (min-width: 800px) {
  .ss-inner {
    padding: 0;
  }
}

.mb-box {
  margin: 0% 0% 12.93% 0%;
}

.cotents__bottom {
  margin-bottom: 20%;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

p {
  font-size: 100%;
}

address {
  font-style: normal;
}

/*#contents{
    margin-top: 75px;	
}*/
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}

.s-txt {
  font-size: 70%;
}

.l-txt {
  font-size: 140%;
}

.fs-10 {
  font-size: 1rem;
}
.fs-11 {
  font-size: 1.1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}

::-moz-selection {
  color: #fff;
  background: #B98961;
}

::selection {
  color: #fff;
  background: #B98961;
}

.en {
  font-family: "Josefin Slab", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.num {
  font-family: "Josefin Slab", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.mincho {
  font-family: "A1 Mincho", "Ryumin Medium KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.font-b {
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
}

.icon {
  margin-right: 5px;
}

.attent {
  font-size: 1.1rem;
  letter-spacing: normal;
}

.link {
  color: #6FAA71;
  text-decoration: underline;
}

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

/*------------------------------
		769px以上
------------------------------*/
/*------------------------------
		861px以上
------------------------------*/
@media screen and (min-width: 861px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a[href*="fax:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .mb-box {
    margin-bottom: 120px;
  }
}
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 1041px) {
  #contents {
    margin-top: 75px;
  }
}
/*//////////////////////////////////////////////////

	header設定

//////////////////////////////////////////////////*/
#header {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  transition: 0.4s;
}
#header .header__wrap {
  position: absolute;
  padding: 0% 4.26% 0% 4.26%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
  backface-visibility: hidden;
  overflow: hidden;
}
#header .header__con {
  display: none;
}
#header .header__menubtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 55px;
  background: #6FAA71;
  transition: 0.4s;
}
#header .header__menubtn .header__menubtn-ttl {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 2%;
  color: #FCF4DF;
  font-size: 1.2rem;
  text-align: center;
  transition: 0.4s;
}
#header .header__menubtn .header__menubtn-ttl.close-ttl {
  opacity: 0;
  transition: 0.4s;
}
#header .header__menubtn .header__menubtn-line {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 25px;
  height: 15px;
  transform: translate(-50%, 0);
}
#header .header__menubtn .header__menubtn-line span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FCF4DF;
  transition: 0.4s;
}
#header .header__menubtn .header__menubtn-line span:first-child {
  top: 0;
}
#header .header__menubtn .header__menubtn-line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .header__menubtn .header__menubtn-line span:last-child {
  bottom: 0;
}
#header .header__menubtn .header__menubtn-design {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 100%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #6FAA71;
  transition: 0.4s;
}
#header .header__menubtn .header__menubtn-design::before, #header .header__menubtn .header__menubtn-design::after {
  position: absolute;
  display: block;
  border-radius: 100%;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #6FAA71;
  transition: 0.4s;
  content: "";
}
#header .header__menubtn .header__menubtn-design::before {
  left: -20px;
}
#header .header__menubtn .header__menubtn-design::after {
  right: -20px;
}
#header .header__nav {
  display: none;
  position: absolute;
  overflow: scroll;
  box-sizing: border-box;
  padding: 5.33% 5.33% 5.33% 5.33%;
  padding-top: 75px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(111, 170, 113, 0.96);
  color: #FCF4DF;
}
#header .header__nav-list {
  margin-bottom: 50px;
}
#header .header__nav-list li {
  border-bottom: 1px solid #FCF4DF;
  line-height: 1.5;
}
#header .header__nav-list li a {
  position: relative;
  display: block;
  padding: 25px 10px 5px;
  font-size: 1.4rem;
}
@media (min-width: 375px) {
  #header .header__nav-list li a {
    font-size: calc(1.4rem + (1vw - 3.75px) * -0.3305785124);
  }
}
@media (min-width: 980px) {
  #header .header__nav-list li a {
    font-size: 1.2rem;
  }
}
#header .header__nav-list li a .header__nav-en {
  font-size: 2.4rem;
  display: inline-block;
  padding-right: 0.35em;
}
@media (min-width: 375px) {
  #header .header__nav-list li a .header__nav-en {
    font-size: calc(2.4rem + (1vw - 3.75px) * -0.6611570248);
  }
}
@media (min-width: 980px) {
  #header .header__nav-list li a .header__nav-en {
    font-size: 2rem;
  }
}
#header .header__nav-list li a::after {
  position: absolute;
  display: block;
  bottom: 30%;
  right: 20px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: solid 1px #FCF4DF;
  border-right: solid 1px #FCF4DF;
  content: "";
}
#header .header__shop {
  margin-bottom: 35px;
}
#header .header__shop .header__shop-box {
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
  text-align: center;
}
#header .header__shop .header__shop-box .header__shop-logo {
  margin: 0 auto 5px;
}
#header .header__shop .header__shop-box .header__shop-logo.logo_gastro {
  width: 45px;
}
#header .header__shop .header__shop-box .header__shop-logo.logo_fleurette {
  margin-bottom: 10px;
  width: 55px;
}
#header .header__shop .header__shop-box .header__shop-con {
  font-size: 1.4rem;
}
#header .header__shop .header__shop-box .header__shop-con a span {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.2rem;
}
#header .header__adrss {
  font-size: 1.4rem;
  text-align: center;
}

.open {
  overflow: hidden;
}
.open #header .header__menubtn {
  background: #FCF4DF;
}
.open #header .header__menubtn .header__menubtn-ttl {
  color: #6FAA71;
  opacity: 0;
}
.open #header .header__menubtn .header__menubtn-ttl.close-ttl {
  opacity: 1;
}
.open #header .header__menubtn .header__menubtn-line span {
  background: #6FAA71;
}
.open #header .header__menubtn .header__menubtn-line span:first-child {
  top: 4px;
  transform: rotate(320deg);
}
.open #header .header__menubtn .header__menubtn-line span:nth-child(2) {
  opacity: 0;
}
.open #header .header__menubtn .header__menubtn-line span:last-child {
  bottom: 10px;
  transform: rotate(-320deg);
}
.open #header .header__menubtn .header__menubtn-design {
  background: #FCF4DF;
}
.open #header .header__menubtn .header__menubtn-design::before, .open #header .header__menubtn .header__menubtn-design::after {
  background: #FCF4DF;
}
.open #header .header__menubtn .header__menubtn-txt {
  top: 45%;
  left: -50px;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.open #header .header__menubtn .header__menubtn-txt .open-txt {
  opacity: 0;
}
.open #header .header__menubtn .header__menubtn-txt .close-txt {
  opacity: 1;
}

/*------------------------------
		861px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #header .header__wrap {
    padding-top: 10px;
  }
  #header .header__nav-list {
    margin-bottom: 100px;
  }
  #header .header__nav-list li a:hover {
    opacity: 1;
    color: #88562C;
  }
  #header .header__nav-list li a:hover::after {
    border-color: #88562C;
  }
}
/*------------------------------
		1041px以上
------------------------------*/
/*------------------------------
		1161px以上
------------------------------*/
@media screen and (min-width: 1041px) {
  #header {
    height: 110px;
    overflow: hidden;
  }
  #header .header__wrap {
    padding-top: 0;
  }
  #header .header__con {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 17%;
    left: 2.22%;
    width: 50%;
    max-width: 500px;
  }
  #header .header__con .header__con-img {
    align-items: center;
    flex: 0 1 30%;
    width: 30%;
    max-width: 30%;
    max-width: 170px;
  }
  #header .header__con .header__con-img figure.logo_gastronome {
    flex: 0 1 55px;
    width: 55px;
    max-width: 55px;
  }
  #header .header__con .header__con-img figure.logo_fleurette {
    flex: 0 1 70px;
    width: 70px;
    max-width: 70px;
  }
  #header .header__con .header__con-adrss {
    flex: 0 1 65%;
    width: 65%;
    max-width: 65%;
    color: #FCF4DF;
    font-size: 1.8rem;
    line-height: normal;
  }
  #header .header__con .header__con-adrss .header__con-ttl {
    font-size: 1.4rem;
  }
  #header .header__nav {
    display: block !important;
    overflow: inherit;
    padding: 0;
    z-index: 99;
    top: 15%;
    left: auto;
    right: 2.22%;
    width: 55%;
    max-width: 500px;
    height: auto;
    background: transparent;
  }
  #header .header__nav-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    margin-bottom: 0;
  }
  #header .header__nav-list li {
    flex: 0 1 auto;
    width: auto;
    position: relative;
    border: none;
  }
  #header .header__nav-list li a {
    padding: 7px 5px;
    text-align: center;
  }
  #header .header__nav-list li a .header__nav-en {
    display: block;
    padding-right: 0;
  }
  #header .header__nav-list li a::after {
    display: none;
  }
  #header .header__nav-list li:hover {
    opacity: 1;
    color: #88562C;
  }
  #header .header__nav-list li.active {
    color: #88562C;
  }
  #header .header__shop {
    display: none;
  }
  #header .header__adrss {
    display: none;
  }
  #header::after {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: -1px;
    width: 101%;
    height: 110px;
    background: url("/img/common/bg_header.svg") center bottom 0%/cover no-repeat;
    content: "";
  }
  .open {
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  #header .header__con {
    left: 4.26%;
  }
  #header .header__nav {
    right: 4.26%;
  }
}
/*//////////////////////////////////////////////////

	footer設定

//////////////////////////////////////////////////*/
#pageTop a {
  position: fixed;
  display: block;
  z-index: 99;
  border-radius: 50px;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #6FAA71;
  color: #FCF4DF;
  border: solid 1px #6FAA71;
}
#pageTop a p {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  font-size: 1.3rem;
  text-align: center;
}
#pageTop a::after {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  transform: translateX(-50%) rotate(45deg);
  top: 25%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #FCF4DF;
  border-left: solid 2px #FCF4DF;
  transition: 0.4s;
  content: "";
}

#footer {
  margin-bottom: 75px;
  position: relative;
  padding: 40px 0 25px;
  background: #916D4F;
  color: #fff;
}
#footer .footer__adrss-wp {
  margin-bottom: 20px;
  text-align: center;
}
#footer .footer__adrss-wp .footer__logo a {
  justify-content: center;
  margin: 0 auto 15px;
}
#footer .footer__adrss-wp .footer__logo a .logo_gastronome {
  flex: 0 1 55px;
  width: 55px;
  max-width: 55px;
  margin-right: 25px;
}
#footer .footer__adrss-wp .footer__logo a .logo_fleurette {
  flex: 0 1 70px;
  width: 70px;
  max-width: 70px;
}
#footer .footer__adrss-wp .footer__shop {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media (min-width: 375px) {
  #footer .footer__adrss-wp .footer__shop {
    font-size: calc(1.4rem + (1vw - 3.75px) * 0.127388535);
  }
}
@media (min-width: 1160px) {
  #footer .footer__adrss-wp .footer__shop {
    font-size: 1.5rem;
  }
}
#footer .footer__adrss-wp .footer__adrss {
  font-size: 1.2rem;
}
@media (min-width: 375px) {
  #footer .footer__adrss-wp .footer__adrss {
    font-size: calc(1.2rem + (1vw - 3.75px) * 0.2547770701);
  }
}
@media (min-width: 1160px) {
  #footer .footer__adrss-wp .footer__adrss {
    font-size: 1.4rem;
  }
}
#footer .footer__flex {
  margin-bottom: 30px;
}
#footer .footer__nav-list {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media (min-width: 375px) {
  #footer .footer__nav-list {
    font-size: calc(1.4rem + (1vw - 3.75px) * 0.2547770701);
  }
}
@media (min-width: 1160px) {
  #footer .footer__nav-list {
    font-size: 1.6rem;
  }
}
#footer .footer__nav-list li {
  flex: 0 1 32%;
  width: 32%;
  max-width: 32%;
  margin-right: 2%;
}
#footer .footer__nav-list li a {
  display: block;
  padding: 10px;
}
#footer .footer__nav-list li a p {
  position: relative;
}
#footer .footer__nav-list li a p::after {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  top: 45%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
}
#footer .footer__nav-list li:nth-child(3n) {
  margin-right: 0;
}
#footer .footer__ilst-wp {
  position: absolute;
  overflow: hidden;
  top: -70px;
  left: 0;
  width: 100%;
  height: 80px;
}
#footer .footer__ilst-wp img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
#footer .footer__ilst-wp .footer__ilst-1 {
  position: absolute;
  top: 0;
  left: 10%;
  width: 45px;
}
#footer .footer__ilst-wp .footer__ilst-2 {
  position: absolute;
  top: 10px;
  right: -65px;
  width: 315px;
}

.copyright {
  font-size: 1rem;
  text-align: center;
  letter-spacing: normal;
}
@media (min-width: 375px) {
  .copyright {
    font-size: calc(1rem + (1vw - 3.75px) * 0.4511278195);
  }
}
@media (min-width: 1040px) {
  .copyright {
    font-size: 1.3rem;
  }
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #pageTop {
    bottom: 2%;
    right: 2%;
  }
  #pageTop a {
    width: 60px;
    height: 60px;
    bottom: 20px;
  }
  #pageTop a p {
    bottom: 15%;
  }
  #pageTop a::after {
    top: 30%;
  }
  #pageTop a:hover {
    opacity: 1;
    background: #FCF4DF;
    color: #6FAA71;
  }
  #pageTop a:hover::after {
    border-color: #6FAA71;
  }
  #footer .footer__flex {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  #footer .footer__adrss-wp {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%;
    margin-bottom: 0;
    text-align: left;
  }
  #footer .footer__adrss-wp .footer__logo a {
    justify-content: flex-start;
  }
  #footer .footer__adrss-wp .footer__shop {
    margin-bottom: 10px;
  }
  #footer .footer__right-wp {
    flex: 0 1 55%;
    width: 55%;
    max-width: 55%;
  }
  #footer .footer__nav {
    margin-bottom: 30px;
  }
  #footer .footer__nav-list {
    margin-bottom: 0;
  }
  #footer .footer__nav-list li {
    flex: 0 1 33.333%;
    width: 33.333%;
    max-width: 33.333%;
    margin-right: 0;
  }
  #footer .footer__nav-list li a p::after {
    right: 25px;
  }
  #footer .footer__nav-list li a:hover {
    opacity: 0.7;
  }
  #footer .footer__ilst-wp {
    top: -100px;
    height: 115px;
  }
  #footer .footer__ilst-wp .footer__ilst-1 {
    width: 65px;
  }
  #footer .footer__ilst-wp .footer__ilst-2 {
    top: 0;
    right: -30px;
    width: 580px;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 861px) {
  #footer {
    margin-bottom: 0;
  }
}
/*------------------------------
		1161px以上
------------------------------*/
@media screen and (min-width: 1041px) {
  #footer {
    padding: 40px 0 15px;
  }
  #footer .footer__adrss-wp {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
  }
  #footer .footer__adrss-wp .footer__logo {
    flex: 0 1 32%;
    width: 32%;
    max-width: 32%;
  }
  #footer .footer__adrss-wp .footer__adrss-txt {
    flex: 0 1 68%;
    width: 68%;
    max-width: 68%;
  }
  #footer .footer__right-wp {
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
  }
  #footer .footer__nav-list li {
    flex: 0 1 20%;
    width: 20%;
    max-width: 20%;
    max-width: none;
  }
  #footer .footer__nav-list li a {
    padding: 5px 10px;
  }
  #footer .footer__nav-list li a p {
    display: inline-block;
  }
  #footer .footer__nav-list li a p::after {
    top: 50%;
    right: -15px;
  }
  #footer .footer__ilst-wp {
    top: -160px;
    height: 165px;
  }
  #footer .footer__ilst-wp .footer__ilst-1 {
    width: 95px;
  }
  #footer .footer__ilst-wp .footer__ilst-2 {
    top: 10px;
    right: -10px;
    width: 780px;
  }
}
/* Scss Document */
/*------------------------------
		タイトル
------------------------------*/
.ttl__wp {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.ttl__wp .ttl__img-box {
  margin: auto;
  width: 200px;
}
.ttl__wp h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem;
}
@media (min-width: 375px) {
  .ttl__wp h3 {
    font-size: calc(2.2rem + (1vw - 3.75px) * 0.2547770701);
  }
}
@media (min-width: 1160px) {
  .ttl__wp h3 {
    font-size: 2.4rem;
  }
}

/*------------------------------
		下層タイトル
------------------------------*/
#titleimg {
  position: relative;
}
#titleimg .titleimg__img-box {
  margin-bottom: 50px;
  width: 100%;
  height: 190px;
}
#titleimg .titleimg__ttl-wp {
  color: #6FAA71;
  text-align: center;
  line-height: normal;
}
#titleimg .titleimg__ttl-wp .title__en {
  font-size: 3rem;
}
@media (min-width: 375px) {
  #titleimg .titleimg__ttl-wp .title__en {
    font-size: calc(3rem + (1vw - 3.75px) * 2.3529411765);
  }
}
@media (min-width: 800px) {
  #titleimg .titleimg__ttl-wp .title__en {
    font-size: 4rem;
  }
}
#titleimg .titleimg__ttl-wp .title__jp {
  font-size: 1.4rem;
}
@media (min-width: 375px) {
  #titleimg .titleimg__ttl-wp .title__jp {
    font-size: calc(1.4rem + (1vw - 3.75px) * 0.9411764706);
  }
}
@media (min-width: 800px) {
  #titleimg .titleimg__ttl-wp .title__jp {
    font-size: 1.8rem;
  }
}

/*------------------------------
		ボタン
------------------------------*/
.btn a, .btn button, .btn .btn__input, .btn input {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding: 5px 0;
  width: 90%;
  max-width: 180px;
  background: #916D4F;
  border: solid 1px #916D4F;
  color: #FCF4DF;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 375px) {
  .btn a, .btn button, .btn .btn__input, .btn input {
    font-size: calc(1.8rem + (1vw - 3.75px) * -0.2547770701);
  }
}
@media (min-width: 1160px) {
  .btn a, .btn button, .btn .btn__input, .btn input {
    font-size: 1.6rem;
  }
}
.btn a .btn__arrow, .btn button .btn__arrow, .btn .btn__input .btn__arrow, .btn input .btn__arrow {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: auto;
  line-height: normal;
}
.btn .btn__input {
  transition: 0.3s;
  padding: 0;
}
.btn .btn__input input {
  width: 100%;
  padding: 25px 0;
  color: #fff;
}

/*------------------------------
　　移動時のtopの隙間
------------------------------*/
.move-top {
  padding-top: 90px;
  margin-top: -90px;
}

/*------------------------------
		お問い合わせ
------------------------------*/
#contact {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#contact .contact__shop-box .contact__shop-logo {
  margin: 0 auto 15px;
  width: 65px;
}
#contact .contact__shop-box .contact__shop-txt {
  margin-bottom: 10px;
  line-height: normal;
}
#contact .contact__shop-box .contact__shop-txt .contact__shop-name {
  font-size: 1.4rem;
}
#contact .contact__shop-box .contact__shop-txt .contact__shop-copy {
  font-size: 1.8rem;
}
#contact .contact__tel {
  position: relative;
  display: inline;
  padding-left: 75px;
  color: #6FAA71;
  line-height: normal;
}
#contact .contact__tel .tel-txt {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 0;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
  background: #6FAA71;
  font-size: 1.5rem;
}
@media (min-width: 375px) {
  #contact .contact__tel .tel-txt {
    font-size: calc(1.5rem + (1vw - 3.75px) * 0.3821656051);
  }
}
@media (min-width: 1160px) {
  #contact .contact__tel .tel-txt {
    font-size: 1.8rem;
  }
}
#contact .contact__tel .shop-tel {
  font-size: 3.2rem;
}
@media (min-width: 375px) {
  #contact .contact__tel .shop-tel {
    font-size: calc(3.2rem + (1vw - 3.75px) * 0.3821656051);
  }
}
@media (min-width: 1160px) {
  #contact .contact__tel .shop-tel {
    font-size: 3.5rem;
  }
}
#contact .contact__shop-time {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
#contact .contact__shop-attn {
  display: inline-block;
  margin: auto;
  width: 85%;
  max-width: 380px;
  font-size: 1.2rem;
  text-align: left;
}
@media (min-width: 375px) {
  #contact .contact__shop-attn {
    font-size: calc(1.2rem + (1vw - 3.75px) * 0.127388535);
  }
}
@media (min-width: 1160px) {
  #contact .contact__shop-attn {
    font-size: 1.3rem;
  }
}
#contact .contact__bg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 710px;
  z-index: -1;
}

#global {
  width: 100%;
  height: 75px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 998;
}
#global .global__inner {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 100%;
  background: #6FAA71;
  position: relative;
}
#global .global__inner-left {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  position: relative;
}
#global .global__inner-left .global__button {
  display: grid;
  place-content: center;
  gap: 5px 0;
  height: 100%;
  text-align: center;
}
#global .global__inner-left .global__button img {
  margin: 0 auto;
  width: auto;
  height: 25px;
}
#global .global__inner-left .global__button .txt {
  font-size: 12px;
  font-family: "Suzumush", "すずむし";
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
#global .global__inner-left::before {
  content: "";
  width: 1px;
  height: 75%;
  border-radius: 0.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#global .global__inner-right {
  display: flex;
  align-items: center;
}
#global .global__inner-right .global__button {
  display: grid;
  place-content: center;
  margin: 0 auto;
  width: 90%;
  height: 80%;
  border-radius: 30px;
  text-align: center;
  background: #916D4F;
}
#global .global__inner-right .global__button .txt {
  font-size: 1.2rem;
  line-height: 1.4615;
  color: #fff;
}
@media (min-width: 375px) {
  #global .global__inner-right .global__button .txt {
    font-size: calc(1.2rem + (1vw - 3.75px) * 0.7633587786);
  }
}
@media (min-width: 768px) {
  #global .global__inner-right .global__button .txt {
    font-size: 1.5rem;
  }
}
#global .global__inner-right .global__button .txt i {
  margin-right: 5px;
}
#global .global__inner::before {
  content: "";
  width: 1px;
  height: 75%;
  border-radius: 0.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*------------------------------
  		下層タイトル
  ------------------------------*/
  #titleimg .titleimg__img-box {
    margin-bottom: 60px;
    height: 270px;
  }
  /*------------------------------
          ボタン
  ------------------------------*/
  .btn a, .btn button, .btn .btn__input, .btn input {
    padding: 15px 0;
    max-width: 240px;
    color: #88562C;
    background: #FDFAF2;
    border-color: #88562C;
  }
  .btn a .btn__arrow, .btn button .btn__arrow, .btn .btn__input .btn__arrow, .btn input .btn__arrow {
    right: 30px;
    transition: 0.1s;
  }
  .btn a:hover, .btn button:hover, .btn .btn__input:hover, .btn input:hover {
    opacity: 1;
    background: #88562C;
    color: #FCF4DF;
  }
  .btn a:hover .btn__arrow, .btn button:hover .btn__arrow, .btn .btn__input:hover .btn__arrow, .btn input:hover .btn__arrow {
    right: 20px;
  }
  .btn .btn__input {
    padding: 0;
  }
  .btn .btn__input input {
    padding: 35px 0;
    cursor: pointer;
  }
  .btn.btn_2 a {
    color: #fff;
    background: #6FAA71;
    border-color: #6FAA71;
  }
  .btn.btn_2 a:hover {
    background: #fff;
    color: #6FAA71;
  }
  /*------------------------------
  	お問い合わせ
  ------------------------------*/
  #contact {
    overflow: inherit;
    margin-bottom: 250px;
    padding-bottom: 0;
  }
  #contact .ttl__wp {
    margin-bottom: 45px;
  }
  #contact .contact__shop-box {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  #contact .contact__shop-box .contact__shop-logo {
    flex: 0 1 65px;
    width: 65px;
    max-width: 65px;
    margin: 0 25px 0 0;
  }
  #contact .contact__shop-box .contact__shop-txt {
    flex: 0 1 27%;
    width: 27%;
    max-width: 27%;
    max-width: 220px;
    margin-bottom: 0;
    text-align: left;
  }
  #contact .contact__tel {
    margin-bottom: 10px;
    padding-left: 100px;
  }
  #contact .contact__tel .tel-txt {
    padding: 5px 15px;
  }
  #contact .contact__shop-attn {
    display: block;
    width: auto;
    max-width: none;
    text-align: center;
  }
  #contact .contact__bg {
    width: 96%;
    max-width: 800px;
  }
}
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 861px) {
  /*------------------------------
  		タイトル
  ------------------------------*/
  .ttl__wp {
    margin-bottom: 70px;
  }
  /*------------------------------
  		下層タイトル
  ------------------------------*/
  #title .title__wp {
    padding: 50px 0 40px;
  }
  /*------------------------------
  	お問い合わせ
  ------------------------------*/
  #contact {
    margin-bottom: 280px;
    margin-top: -45px;
    padding-top: 45px;
  }
  #contact .contact__shop-box {
    margin-bottom: 20px;
  }
  #contact .contact__bg {
    top: 65px;
  }
  #global {
    display: none;
  }
}
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1071px) {
  /*------------------------------
    移動時のtopの隙間
  ------------------------------*/
  .move-top {
    padding-top: 110px;
    margin-top: -110px;
  }
}
input[type=name],
input[type=num],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=email] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
}
input[type=name].error,
input[type=num].error,
input[type=text].error,
input[type=password].error,
input[type=number].error,
input[type=tel].error,
input[type=url].error,
input[type=email].error {
  border-color: #d12610;
  box-shadow: 0 0 3px rgba(209, 38, 16, 0.5);
}
input[type=name].col-1,
input[type=num].col-1,
input[type=text].col-1,
input[type=password].col-1,
input[type=number].col-1,
input[type=tel].col-1,
input[type=url].col-1,
input[type=email].col-1 {
  width: 8.3333333333%;
}
input[type=name].col-2,
input[type=num].col-2,
input[type=text].col-2,
input[type=password].col-2,
input[type=number].col-2,
input[type=tel].col-2,
input[type=url].col-2,
input[type=email].col-2 {
  width: 16.6666666667%;
}
input[type=name].col-3,
input[type=num].col-3,
input[type=text].col-3,
input[type=password].col-3,
input[type=number].col-3,
input[type=tel].col-3,
input[type=url].col-3,
input[type=email].col-3 {
  width: 25%;
}
input[type=name].col-4,
input[type=num].col-4,
input[type=text].col-4,
input[type=password].col-4,
input[type=number].col-4,
input[type=tel].col-4,
input[type=url].col-4,
input[type=email].col-4 {
  width: 33.3333333333%;
}
input[type=name].col-5,
input[type=num].col-5,
input[type=text].col-5,
input[type=password].col-5,
input[type=number].col-5,
input[type=tel].col-5,
input[type=url].col-5,
input[type=email].col-5 {
  width: 41.6666666667%;
}
input[type=name].col-6,
input[type=num].col-6,
input[type=text].col-6,
input[type=password].col-6,
input[type=number].col-6,
input[type=tel].col-6,
input[type=url].col-6,
input[type=email].col-6 {
  width: 50%;
}
input[type=name].col-7,
input[type=num].col-7,
input[type=text].col-7,
input[type=password].col-7,
input[type=number].col-7,
input[type=tel].col-7,
input[type=url].col-7,
input[type=email].col-7 {
  width: 58.3333333333%;
}
input[type=name].col-8,
input[type=num].col-8,
input[type=text].col-8,
input[type=password].col-8,
input[type=number].col-8,
input[type=tel].col-8,
input[type=url].col-8,
input[type=email].col-8 {
  width: 66.6666666667%;
}
input[type=name].col-9,
input[type=num].col-9,
input[type=text].col-9,
input[type=password].col-9,
input[type=number].col-9,
input[type=tel].col-9,
input[type=url].col-9,
input[type=email].col-9 {
  width: 75%;
}
input[type=name].col-10,
input[type=num].col-10,
input[type=text].col-10,
input[type=password].col-10,
input[type=number].col-10,
input[type=tel].col-10,
input[type=url].col-10,
input[type=email].col-10 {
  width: 83.3333333333%;
}
input[type=name].col-11,
input[type=num].col-11,
input[type=text].col-11,
input[type=password].col-11,
input[type=number].col-11,
input[type=tel].col-11,
input[type=url].col-11,
input[type=email].col-11 {
  width: 91.6666666667%;
}
input[type=name].col-12,
input[type=num].col-12,
input[type=text].col-12,
input[type=password].col-12,
input[type=number].col-12,
input[type=tel].col-12,
input[type=url].col-12,
input[type=email].col-12 {
  width: 100%;
}

textarea {
  width: 100%;
  height: 30vw;
  max-height: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
}

select {
  width: 100%;
  padding: 10px;
  background: #fff;
  background-image: none;
  border: 1px solid #797979;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "Yu Gothic medium", "A1 Gothic M", "Hiragino Kaku Gothic ProN", "sans-serif";
  color: #6FAA71;
}
select.selected {
  color: #6FAA71;
}
select.col-1 {
  width: 8.3333333333%;
}
select.col-2 {
  width: 16.6666666667%;
}
select.col-3 {
  width: 25%;
}
select.col-4 {
  width: 33.3333333333%;
}
select.col-5 {
  width: 41.6666666667%;
}
select.col-6 {
  width: 50%;
}
select.col-7 {
  width: 58.3333333333%;
}
select.col-8 {
  width: 66.6666666667%;
}
select.col-9 {
  width: 75%;
}
select.col-10 {
  width: 83.3333333333%;
}
select.col-11 {
  width: 91.6666666667%;
}
select.col-12 {
  width: 100%;
}

.parts-selectbox {
  position: relative;
}
.parts-selectbox::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #6FAA71;
  border-right: solid 2px #6FAA71;
  transform: rotate(45deg);
}
.parts-selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.parts-selectbox select::-ms-expand {
  display: none;
}

.hissu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 2px 6px;
  line-height: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  background: #d12610;
  border-radius: 2px;
}

.state_message {
  margin: 40px auto;
  text-align: center;
}
.state_message .class-ng {
  padding: 10px;
  color: #d12610;
  font-weight: bold;
  border: 2px solid #d12610;
  background: #ffe0e0;
}
.state_message .class-ok {
  padding: 10px;
  color: #5bb75b;
  font-weight: bold;
  border: 2px solid #5bb75b;
  background: #e2ffe2;
}
.state_message .descript {
  margin: 15px auto 30px;
  text-align: left;
}

#form {
  margin-bottom: 40px;
}

.form__ttl {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.form__txt {
  padding: 10px;
  background: #fdfdfb;
  color: #676767;
}

.form__box {
  margin-bottom: 20px;
}

.input__item {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.check {
  display: block;
  height: 30px;
}

.checkbox-input, .radio-input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-parts, .radio-parts {
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
}

.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  cursor: pointer;
}

.checkbox-input:checked + .checkbox-parts:before {
  background: #6FAA71;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.radio-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.radio-input:checked + .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #6FAA71;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  input[type=name].col-1_tab,
  input[type=num].col-1_tab,
  input[type=text].col-1_tab,
  input[type=password].col-1_tab,
  input[type=number].col-1_tab,
  input[type=tel].col-1_tab,
  input[type=url].col-1_tab,
  input[type=email].col-1_tab,
  select.col-1_tab {
    width: 8.3333333333%;
  }
  input[type=name].col-2_tab,
  input[type=num].col-2_tab,
  input[type=text].col-2_tab,
  input[type=password].col-2_tab,
  input[type=number].col-2_tab,
  input[type=tel].col-2_tab,
  input[type=url].col-2_tab,
  input[type=email].col-2_tab,
  select.col-2_tab {
    width: 16.6666666667%;
  }
  input[type=name].col-3_tab,
  input[type=num].col-3_tab,
  input[type=text].col-3_tab,
  input[type=password].col-3_tab,
  input[type=number].col-3_tab,
  input[type=tel].col-3_tab,
  input[type=url].col-3_tab,
  input[type=email].col-3_tab,
  select.col-3_tab {
    width: 25%;
  }
  input[type=name].col-4_tab,
  input[type=num].col-4_tab,
  input[type=text].col-4_tab,
  input[type=password].col-4_tab,
  input[type=number].col-4_tab,
  input[type=tel].col-4_tab,
  input[type=url].col-4_tab,
  input[type=email].col-4_tab,
  select.col-4_tab {
    width: 33.3333333333%;
  }
  input[type=name].col-5_tab,
  input[type=num].col-5_tab,
  input[type=text].col-5_tab,
  input[type=password].col-5_tab,
  input[type=number].col-5_tab,
  input[type=tel].col-5_tab,
  input[type=url].col-5_tab,
  input[type=email].col-5_tab,
  select.col-5_tab {
    width: 41.6666666667%;
  }
  input[type=name].col-6_tab,
  input[type=num].col-6_tab,
  input[type=text].col-6_tab,
  input[type=password].col-6_tab,
  input[type=number].col-6_tab,
  input[type=tel].col-6_tab,
  input[type=url].col-6_tab,
  input[type=email].col-6_tab,
  select.col-6_tab {
    width: 50%;
  }
  input[type=name].col-7_tab,
  input[type=num].col-7_tab,
  input[type=text].col-7_tab,
  input[type=password].col-7_tab,
  input[type=number].col-7_tab,
  input[type=tel].col-7_tab,
  input[type=url].col-7_tab,
  input[type=email].col-7_tab,
  select.col-7_tab {
    width: 58.3333333333%;
  }
  input[type=name].col-8_tab,
  input[type=num].col-8_tab,
  input[type=text].col-8_tab,
  input[type=password].col-8_tab,
  input[type=number].col-8_tab,
  input[type=tel].col-8_tab,
  input[type=url].col-8_tab,
  input[type=email].col-8_tab,
  select.col-8_tab {
    width: 66.6666666667%;
  }
  input[type=name].col-9_tab,
  input[type=num].col-9_tab,
  input[type=text].col-9_tab,
  input[type=password].col-9_tab,
  input[type=number].col-9_tab,
  input[type=tel].col-9_tab,
  input[type=url].col-9_tab,
  input[type=email].col-9_tab,
  select.col-9_tab {
    width: 75%;
  }
  input[type=name].col-10_tab,
  input[type=num].col-10_tab,
  input[type=text].col-10_tab,
  input[type=password].col-10_tab,
  input[type=number].col-10_tab,
  input[type=tel].col-10_tab,
  input[type=url].col-10_tab,
  input[type=email].col-10_tab,
  select.col-10_tab {
    width: 83.3333333333%;
  }
  input[type=name].col-11_tab,
  input[type=num].col-11_tab,
  input[type=text].col-11_tab,
  input[type=password].col-11_tab,
  input[type=number].col-11_tab,
  input[type=tel].col-11_tab,
  input[type=url].col-11_tab,
  input[type=email].col-11_tab,
  select.col-11_tab {
    width: 91.6666666667%;
  }
  input[type=name].col-12_tab,
  input[type=num].col-12_tab,
  input[type=text].col-12_tab,
  input[type=password].col-12_tab,
  input[type=number].col-12_tab,
  input[type=tel].col-12_tab,
  input[type=url].col-12_tab,
  input[type=email].col-12_tab,
  select.col-12_tab {
    width: 100%;
  }
}
@media screen and (min-width: 861px) {
  input[type=name].col-1_pc,
  input[type=num].col-1_pc,
  input[type=text].col-1_pc,
  input[type=password].col-1_pc,
  input[type=number].col-1_pc,
  input[type=tel].col-1_pc,
  input[type=url].col-1_pc,
  input[type=email].col-1_pc,
  select.col-1_pc {
    width: 8.3333333333%;
  }
  input[type=name].col-2_pc,
  input[type=num].col-2_pc,
  input[type=text].col-2_pc,
  input[type=password].col-2_pc,
  input[type=number].col-2_pc,
  input[type=tel].col-2_pc,
  input[type=url].col-2_pc,
  input[type=email].col-2_pc,
  select.col-2_pc {
    width: 16.6666666667%;
  }
  input[type=name].col-3_pc,
  input[type=num].col-3_pc,
  input[type=text].col-3_pc,
  input[type=password].col-3_pc,
  input[type=number].col-3_pc,
  input[type=tel].col-3_pc,
  input[type=url].col-3_pc,
  input[type=email].col-3_pc,
  select.col-3_pc {
    width: 25%;
  }
  input[type=name].col-4_pc,
  input[type=num].col-4_pc,
  input[type=text].col-4_pc,
  input[type=password].col-4_pc,
  input[type=number].col-4_pc,
  input[type=tel].col-4_pc,
  input[type=url].col-4_pc,
  input[type=email].col-4_pc,
  select.col-4_pc {
    width: 33.3333333333%;
  }
  input[type=name].col-5_pc,
  input[type=num].col-5_pc,
  input[type=text].col-5_pc,
  input[type=password].col-5_pc,
  input[type=number].col-5_pc,
  input[type=tel].col-5_pc,
  input[type=url].col-5_pc,
  input[type=email].col-5_pc,
  select.col-5_pc {
    width: 41.6666666667%;
  }
  input[type=name].col-6_pc,
  input[type=num].col-6_pc,
  input[type=text].col-6_pc,
  input[type=password].col-6_pc,
  input[type=number].col-6_pc,
  input[type=tel].col-6_pc,
  input[type=url].col-6_pc,
  input[type=email].col-6_pc,
  select.col-6_pc {
    width: 50%;
  }
  input[type=name].col-7_pc,
  input[type=num].col-7_pc,
  input[type=text].col-7_pc,
  input[type=password].col-7_pc,
  input[type=number].col-7_pc,
  input[type=tel].col-7_pc,
  input[type=url].col-7_pc,
  input[type=email].col-7_pc,
  select.col-7_pc {
    width: 58.3333333333%;
  }
  input[type=name].col-8_pc,
  input[type=num].col-8_pc,
  input[type=text].col-8_pc,
  input[type=password].col-8_pc,
  input[type=number].col-8_pc,
  input[type=tel].col-8_pc,
  input[type=url].col-8_pc,
  input[type=email].col-8_pc,
  select.col-8_pc {
    width: 66.6666666667%;
  }
  input[type=name].col-9_pc,
  input[type=num].col-9_pc,
  input[type=text].col-9_pc,
  input[type=password].col-9_pc,
  input[type=number].col-9_pc,
  input[type=tel].col-9_pc,
  input[type=url].col-9_pc,
  input[type=email].col-9_pc,
  select.col-9_pc {
    width: 75%;
  }
  input[type=name].col-10_pc,
  input[type=num].col-10_pc,
  input[type=text].col-10_pc,
  input[type=password].col-10_pc,
  input[type=number].col-10_pc,
  input[type=tel].col-10_pc,
  input[type=url].col-10_pc,
  input[type=email].col-10_pc,
  select.col-10_pc {
    width: 83.3333333333%;
  }
  input[type=name].col-11_pc,
  input[type=num].col-11_pc,
  input[type=text].col-11_pc,
  input[type=password].col-11_pc,
  input[type=number].col-11_pc,
  input[type=tel].col-11_pc,
  input[type=url].col-11_pc,
  input[type=email].col-11_pc,
  select.col-11_pc {
    width: 91.6666666667%;
  }
  input[type=name].col-12_pc,
  input[type=num].col-12_pc,
  input[type=text].col-12_pc,
  input[type=password].col-12_pc,
  input[type=number].col-12_pc,
  input[type=tel].col-12_pc,
  input[type=url].col-12_pc,
  input[type=email].col-12_pc,
  select.col-12_pc {
    width: 100%;
  }
  select {
    font-size: 1.3rem;
  }
}
/*//////////////////////////////////////////////////////

	flex設定

//////////////////////////////////////////////////////*/
.layout__flex {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.layout__flex.option-justify_end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  ustify-content: flex-end;
}
.layout__flex.option-justify_center {
  -ms-justify-content: center;
  justify-content: center;
}
.layout__flex.option-align_center {
  -ms-align-items: center;
  align-items: center;
}
.layout__flex.option-align_end {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.layout__flex .layout__flex-col {
  box-sizing: border-box;
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
}
.layout__flex .layout__flex-col.col-none {
  display: none;
}
.layout__flex .layout__flex-col.col-1 {
  flex: 0 1 calc(8.3333333333% * 1);
  width: calc(8.3333333333% * 1);
  max-width: calc(8.3333333333% * 1);
}
.layout__flex .layout__flex-col.col-2 {
  flex: 0 1 calc(8.3333333333% * 2);
  width: calc(8.3333333333% * 2);
  max-width: calc(8.3333333333% * 2);
}
.layout__flex .layout__flex-col.col-3 {
  flex: 0 1 calc(8.3333333333% * 3);
  width: calc(8.3333333333% * 3);
  max-width: calc(8.3333333333% * 3);
}
.layout__flex .layout__flex-col.col-4 {
  flex: 0 1 calc(8.3333333333% * 4);
  width: calc(8.3333333333% * 4);
  max-width: calc(8.3333333333% * 4);
}
.layout__flex .layout__flex-col.col-5 {
  flex: 0 1 calc(8.3333333333% * 5);
  width: calc(8.3333333333% * 5);
  max-width: calc(8.3333333333% * 5);
}
.layout__flex .layout__flex-col.col-6 {
  flex: 0 1 calc(8.3333333333% * 6);
  width: calc(8.3333333333% * 6);
  max-width: calc(8.3333333333% * 6);
}
.layout__flex .layout__flex-col.col-7 {
  flex: 0 1 calc(8.3333333333% * 7);
  width: calc(8.3333333333% * 7);
  max-width: calc(8.3333333333% * 7);
}
.layout__flex .layout__flex-col.col-8 {
  flex: 0 1 calc(8.3333333333% * 8);
  width: calc(8.3333333333% * 8);
  max-width: calc(8.3333333333% * 8);
}
.layout__flex .layout__flex-col.col-9 {
  flex: 0 1 calc(8.3333333333% * 9);
  width: calc(8.3333333333% * 9);
  max-width: calc(8.3333333333% * 9);
}
.layout__flex .layout__flex-col.col-10 {
  flex: 0 1 calc(8.3333333333% * 10);
  width: calc(8.3333333333% * 10);
  max-width: calc(8.3333333333% * 10);
}
.layout__flex .layout__flex-col.col-11 {
  flex: 0 1 calc(8.3333333333% * 11);
  width: calc(8.3333333333% * 11);
  max-width: calc(8.3333333333% * 11);
}
.layout__flex .layout__flex-col.col-12 {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.layout__flex .layout__flex-col.order-1 {
  order: 1;
}
.layout__flex .layout__flex-col.order-2 {
  order: 2;
}

@media screen and (min-width: 861px) {
  .layout__flex .layout__flex-col.col-none_pc {
    display: none;
  }
  .layout__flex .layout__flex-col.col-1_pc {
    flex: 0 1 calc(8.3333333333% * 1);
    width: calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .layout__flex .layout__flex-col.col-2_pc {
    flex: 0 1 calc(8.3333333333% * 2);
    width: calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .layout__flex .layout__flex-col.col-3_pc {
    flex: 0 1 calc(8.3333333333% * 3);
    width: calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .layout__flex .layout__flex-col.col-4_pc {
    flex: 0 1 calc(8.3333333333% * 4);
    width: calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .layout__flex .layout__flex-col.col-5_pc {
    flex: 0 1 calc(8.3333333333% * 5);
    width: calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .layout__flex .layout__flex-col.col-6_pc {
    flex: 0 1 calc(8.3333333333% * 6);
    width: calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .layout__flex .layout__flex-col.col-7_pc {
    flex: 0 1 calc(8.3333333333% * 7);
    width: calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .layout__flex .layout__flex-col.col-8_pc {
    flex: 0 1 calc(8.3333333333% * 8);
    width: calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .layout__flex .layout__flex-col.col-9_pc {
    flex: 0 1 calc(8.3333333333% * 9);
    width: calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .layout__flex .layout__flex-col.col-10_pc {
    flex: 0 1 calc(8.3333333333% * 10);
    width: calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .layout__flex .layout__flex-col.col-11_pc {
    flex: 0 1 calc(8.3333333333% * 11);
    width: calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .layout__flex .layout__flex-col.col-12_pc {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .layout__flex .layout__flex-col.order-1 {
    order: 1;
  }
  .layout__flex .layout__flex-col.order-2 {
    order: 2;
  }
}