@charset "UTF-8";
/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

strong {
  font-weight: bold;
}

a img {
  border: 0;
}

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

hr {
  display: none;
}

main {
  display: block;
}

/*-----------------------------------------------------------------*/
/*初期設定*/
/*-----------------------------------------------------------------*/
a {
  color: inherit;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
}

.only-img {
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

nav {
  display: block;
}

small {
  font-size: 80%;
}

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

.css-att {
  display: none;
}

.row, .rows > * {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.row > *, .rows > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  .only-pc {
    display: none;
  }
  main * {
    max-width: 100%;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.imgframe,
.imgframes p {
  font-size: 11px;
  text-align: center;
}

/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }
}
@media (max-device-width: 560px) and (orientation : landscape) {
  html, body {
    overflow-x: hidden;
  }
}
@media (min-device-width:768px) and (max-device-width:1024px) {
  html, body {
    overflow-x: hidden;
  }
}

html {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html {
    font-size: 15px;
    letter-spacing: 0.1ex;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html {
    font-size: 18px;
    letter-spacing: 0.2ex;
  }
}
@media (max-device-width: 560px) and (orientation : landscape) {
  html {
    zoom: 0.6;
    -webkit-text-size-adjust: 70%;
  }
}

body {
  color: rgb(51, 51, 51);
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  body {
    min-width: 360px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  body {
    min-width: 1260px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

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

img:not([width]) {
  width: auto;
  height: auto;
  max-width: 100%;
}

img.noimg {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

span[style*=background-image] {
  display: inline-block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.vimg[style*=background-image],
.vimgs span[style*=background-image] {
  padding-top: 133.3333333333%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
  position: relative;
}
a:hover {
  top: 2px;
}

a:hover, a:hover:before {
  text-decoration: none;
}

label {
  cursor: pointer;
}

/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
body {
  background: url(/wp-content/themes/custom/img/000091_bg.png) repeat center top/233px;
}

.inr {
  margin: 0 auto;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  .inr {
    padding-left: 15px !important;
    padding-right: 15px !important;
    zoom: 0.85;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  .inr {
    width: 1100px;
  }
}

.btns {
  text-align: center;
}
.btns > * {
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-align: center;
  display: inline-block;
  padding: 0.7em 3.8em;
  background: rgb(121, 201, 149);
  color: white;
  margin: 2px;
  top: 0;
  transition: none;
  font-family: tbudrgothic-std, sans-serif;
}

.hex {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  position: relative;
  top: calc(-1em - 1.5px);
  margin-bottom: calc(1em + 1.5px);
  text-align: center;
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  .hex {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.hex span {
  display: inline-block;
  line-height: 1 !important;
  font-size: 140%;
  line-height: 40px;
  position: relative;
  top: calc(1em + 1.5px);
  display: inline-block;
  height: 1em;
  margin: 0 auto;
  padding: 0.5em 1em;
  transition: all 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.hex span::before, .hex span::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 1em solid transparent;
  border-right: 0.7em solid transparent;
  border-left: 0.7em solid transparent;
}
.hex span::before {
  right: 100%;
}
.hex span::after {
  left: 100%;
}

ul.tag {
  margin-bottom: 0.8em;
}
ul.tag li {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid blue;
  padding: 0.3em 0.6em;
  font-size: 80%;
  margin: 0.25ex 0;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  header {
    padding: 30px 0;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  header {
    padding: 50px 0 20px;
  }
}
header .inr {
  position: relative;
}
header .title-ctn {
  width: 171px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
header .title-ctn h1 {
  margin-bottom: 20px;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  .menutoggle {
    background: rgb(13, 48, 25);
    border: 1px solid white;
    color: white;
    margin: 15px auto -70px;
    padding: 15px 10px 10px;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    position: relative;
  }
  .menutoggle a {
    display: block;
  }
  .menutoggle i {
    zoom: 1.12;
    position: relative;
    display: block;
    width: 40px;
    height: 27px;
    margin: 0 auto 10px;
    opacity: 0.7;
  }
  .menutoggle i, .menutoggle i span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menutoggle i span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menutoggle i span:nth-of-type(1) {
    top: 0;
  }
  .menutoggle i span:nth-of-type(2) {
    top: 12px;
  }
  .menutoggle i span:nth-of-type(3) {
    bottom: 0;
  }
  nav {
    position: absolute;
    top: 218px;
    left: 0;
    right: 0;
    z-index: 1;
    color: white;
    overflow-y: hidden;
  }
  nav ul {
    position: relative;
    margin-top: -700px;
    background: rgba(13, 48, 25, 0.8);
    padding: 80px 0 20px;
    transition: margin-top 0.4s;
  }
  nav li {
    text-align: center;
    border-bottom: 0.6px dashed white;
  }
  nav li a {
    display: inline-block;
    text-align: center;
  }
  nav li:not(.sns) a {
    width: 250px;
    padding: 25px 0;
  }
  nav li.sns a {
    padding: 15px 10px;
  }
  nav li.current a {
    border-bottom: 8px solid rgb(121, 201, 149);
    padding-bottom: 17px;
  }
  nav li img {
    filter: brightness(10000%);
  }
  nav li:hover img {
    top: 2px;
  }
  nav li:last-child a {
    border-bottom: none;
  }
  body.menu-active .menutoggle i span:nth-of-type(1) {
    transform: translateY(12.4px) rotate(-45deg) scaleX(0.9);
  }
  body.menu-active .menutoggle i span:nth-of-type(2) {
    opacity: 0;
  }
  body.menu-active .menutoggle i span:nth-of-type(3) {
    transform: translateY(-12.4px) rotate(45deg) scaleX(0.9);
  }
  body.menu-active nav ul {
    margin-top: 0px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  nav ul {
    justify-content: space-between !important;
    align-items: stretch !important;
  }
  nav ul li {
    flex: 0 0 200px !important;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  nav ul li:nth-child(3) {
    margin-left: 250px;
  }
  nav ul li.current::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 13px;
    background-color: rgb(121, 201, 149);
  }
}
footer {
  padding: 50px 0;
  line-height: 1.7;
  text-align: center;
}
footer .pc-row {
  align-items: stretch;
}
footer .pc-row > *:nth-child(1) {
  padding: 20px 0;
}
footer .pc-row > * * + * {
  margin-top: 1.5em;
}
footer strong {
  font-size: 220%;
}
footer .map iframe {
  width: 100%;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  footer .map iframe {
    height: 400px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  footer .map iframe {
    height: 100%;
  }
}

p.rights {
  background: rgb(13, 48, 25);
  text-align: center;
  padding: 25px 0;
  font-size: 80%;
  color: white;
}

html#idx section.kv {
  max-width: none !important;
}
html#idx section.kv * {
  max-width: none !important;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#idx section.kv {
    height: 365px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#idx section.kv {
    height: 480px;
  }
}
html#idx section.kv .slider {
  opacity: 0;
  transition: opacity 0.75s ease;
}
html#idx section.kv .slick-list {
  overflow: visible !important;
}
html#idx section.kv .slider.slick-initialized {
  opacity: 1;
}
html#idx section.kv .slick-slide img {
  margin: 0 21px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 20px -6px rgba(13, 46, 24, 0.89);
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#idx section.kv .slick-slide img {
    height: 365px;
    min-width: 100vwpx;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#idx section.kv .slick-slide img {
    height: 480px;
    min-width: 1100px;
  }
}
html#idx section.intro {
  background: white;
  text-align: center;
  line-height: 2;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#idx section.intro {
    padding: 40px 0;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#idx section.intro {
    padding: 105px 0 70px 0;
    margin-top: -45px;
  }
}
html#idx section.intro .inr {
  max-width: 900px;
}
html#idx section.intro * + * {
  margin-top: 2em;
}

html.sec main {
  background: white;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#aboutus .pgtitle {
    display: none;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#aboutus .pgtitle {
    display: none;
  }
}
html#aboutus article {
  line-height: 2;
  text-align: center;
  padding: 70px 0 120px;
}
html#aboutus article .inr {
  max-width: 900px;
}
html#aboutus article h3 {
  font-size: 170%;
  font-weight: normal;
  color: rgb(13, 48, 25);
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 3em;
  letter-spacing: 0.5ex;
}
html#aboutus article h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 40%;
  height: 2px;
  width: 20%;
  background: rgb(13, 48, 25);
}
html#aboutus article * + * {
  margin-top: 2em;
}
html#aboutus article img {
  width: auto;
  height: auto;
  max-width: 100%;
  box-shadow: 0px 0px 20px -6px rgba(13, 46, 24, 0.89);
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#contact .pgtitle {
    display: none;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#contact .pgtitle {
    display: none;
  }
}
html#contact section.form {
  padding: 60px 0;
  line-height: 2;
}
html#contact section.form p {
  text-align: center;
}
html#contact section.form table {
  margin: 30px auto;
}
html#contact section.form table .btns {
  text-align: center;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#contact section.form table, html#contact section.form table tbody, html#contact section.form table tr, html#contact section.form table th, html#contact section.form table td {
    display: block;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#contact section.form table tr {
    padding: 8px;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#contact section.form table tr:nth-child(odd) {
    background: #eee;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#contact section.form table tr:nth-child(odd) > * {
    background: #eee;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#contact section.form table td {
    vertical-align: top;
    padding: 8px 16px;
  }
}
html#contact section.form table td strong {
  display: inline-block;
  border: 1px solid rgb(199, 85, 85);
  border-radius: 3px;
  font-size: 80%;
  padding: 2px 8px;
  line-height: 1;
  color: rgb(199, 85, 85);
  font-family: sans-serif;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#contact section.form input, html#contact section.form textarea {
    font-size: 180%;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#contact section.form input, html#contact section.form textarea {
    font-size: 140%;
  }
}
html#contact section.form .fullwidth {
  width: 100%;
  box-sizing: border-box;
}
html#contact section.form button {
  cursor: pointer;
  position: relative;
  font-size: 100%;
}
html#contact section.form button:hover {
  top: 2px;
}

html.contact-sp body {
  padding: 30px 0;
}
html.contact-sp h1 {
  text-align: center;
  margin-bottom: 2em;
}
html.contact-sp h2, html.contact-sp h2 + ul > li {
  text-align: center;
  line-height: 2;
}
html.contact-sp p {
  text-align: center;
  line-height: 2;
}
html.contact-sp main {
  background: #fff;
  padding: 30px 30px;
}
html.contact-sp table {
  margin: 30px auto;
  max-width: 900px;
}
html.contact-sp table .btns {
  text-align: center;
}
html.contact-sp table tr:nth-child(odd) > * {
  background: #eee;
}
html.contact-sp table tr > * {
  vertical-align: top;
  padding: 8px 16px;
}
html.contact-sp form {
  text-align: center;
}
html.contact-sp form a[onclick*=back] {
  cursor: pointer;
  font-size: 80%;
  background: #ccc;
  margin-bottom: 1em;
}
html.contact-sp form button {
  cursor: pointer;
  position: relative;
  font-size: 100%;
}
html.contact-sp form button:hover {
  top: 2px;
}
html.contact-sp .btns {
  margin-top: 2em;
}
html.contact-sp .btns > * {
  cursor: pointer;
}

html#order main {
  padding-bottom: 80px;
}
html#order main ul li.current {
  background-color: #fff799;
}
html#order main .pgtitle {
  display: none;
}
html#order main h3 {
  text-align: center;
  font-size: 170%;
  font-weight: normal;
  color: rgb(13, 48, 25);
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 3em;
  letter-spacing: 0.5ex;
}
html#order main h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 40%;
  height: 2px;
  width: 20%;
  background: rgb(13, 48, 25);
}
html#order main p.att {
  color: brown;
  margin-bottom: 20px;
}
html#order main h4 {
  font-weight: normal;
}
html#order main select {
  font-size: 120%;
}
html#order main input[type=text], html#order main input[type=tel], html#order main input[type=email], html#order main input[type=date] {
  font-size: 120%;
}
html#order main figure {
  margin: 0;
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 401px), (min-device-width: 901px) and (min-width: 601px) {
  html#order main figure {
    margin-right: 40px;
  }
}
html#order main figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 20px -6px rgba(13, 46, 24, 0.89);
}
html#order main section {
  margin-bottom: 100px;
}
html#order main section.choice_p > p:nth-child(1) {
  text-align: center;
  padding: 60px 0;
}
html#order main section.choice_p section {
  margin-bottom: 0;
  padding-block: 60px;
  align-items: flex-start;
}
html#order main section.choice_p section + section {
  border-top: 2px solid rgb(121, 201, 149);
}
html#order main section.choice_p figure {
  align-items: stretch;
}
html#order main section.choice_p figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html#order main section.choice_p figure > * + * {
  margin-left: 5px;
}
html#order main section.choice_p h4 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 20px;
}
html#order main section.choice_p p {
  line-height: 1.8em;
}
html#order main section.choice_p p strong {
  font-size: 20px;
}
html#order main section.choice_p p.price {
  margin: 10px 0 10px 0;
}
html#order main section.choice_p select {
  font-size: 20px;
}
html#order main section.choice_p .att {
  background: #eee;
  padding: 20px;
}
html#order main section.choice_p .att li {
  line-height: 1.4;
}
html#order main section.choice_p .att li + li {
  margin-top: 10px;
}
html#order main section.choice_n h3 + p {
  margin-right: 20px;
  margin-bottom: 30px;
}
html#order main section.choice_n ul {
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
html#order main section.choice_n ul li {
  border: solid 1px #ccc;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
}
html#order main section.choice_n ul li label {
  display: block;
  padding-right: 10px;
}
html#order main section.choice_n ul li label[for=noshi_none] {
  color: red;
}
html#order main section.choice_n ul li.row {
  justify-content: flex-start;
}
html#order main section.choice_n ul li.row > *:nth-child(1) {
  flex: 0 0 auto;
}
html#order main section.choice_n ul li img {
  margin-top: 10px;
}
html#order main section.choice_n p.noshi_shita {
  background: #eee;
  padding: 20px;
  margin-top: 20px;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 1.6;
}
html#order main section.destination_day h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
html#order main section.destination_day .pc-row {
  align-items: flex-start;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 400px), (min-device-width: 901px) and (max-width: 600px) {
  html#order main section.destination_day .pc-row > * + * {
    margin-top: 3em;
  }
}
html#order main section.destination_day p {
  text-align: center;
}
html#order main section.destination_day p[style*=brown] {
  line-height: 1.5;
  text-align: left;
  font-size: 80%;
}
html#order main section.destination_day table {
  width: 100%;
}
html#order main section.destination_day table th {
  width: 1px;
  white-space: nowrap;
}
html#order main section.destination_day table td {
  line-height: 2em;
  padding-left: 10px;
}
html#order main section.destination_day table td input[type=text], html#order main section.destination_day table td input[type=email] {
  box-sizing: border-box;
  width: 90%;
}
html#order main section.destination_day table td input[name*=郵便] {
  width: 8em;
}
html#order main section.destination_day table td input[type*=tel] {
  width: 70%;
}
html#order main section.destination_day table td input[type=date] {
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
}
html#order main section.destination_day table td select {
  width: 100%;
}
html#order main section.destination_day label {
  white-space: nowrap;
}
html#order main section.choice_way div > ul {
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
html#order main section.choice_way div > ul > li {
  margin: 5px;
}
html#order main section.choice_way div > ul > li {
  border: solid 1px #ccc;
  position: relative;
  flex: 0 0 32%;
}
html#order main section.choice_way div > ul > li label {
  display: block;
  padding: 15px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
html#order main section.choice_way div > ul > li ul {
  margin-top: 15px;
}
html#order main section.choice_way div > ul > li ul li {
  line-height: 1.2em;
  text-indent: -1em;
  margin-left: 1.5em;
  font-size: 90%;
}
html#order main section.choice_way div > ul > li ul + li {
  margin-top: 0.3em;
}
html#order main section.choice_way div label span {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 100px;
}
html#order main section.choice_way ul.pc-row li ul li:before {
  content: "・";
}
html#order main section.choice_pay table {
  width: 100%;
}
html#order main section.choice_pay table th, html#order main section.choice_pay table td {
  border: solid 1px #ccc;
  padding: 5px;
}
html#order main section.choice_pay table th {
  font-size: 90%;
}
tr:nth-child(1) html#order main section.choice_pay table th {
  text-align: center;
}
html#order main section.choice_pay table td {
  text-align: center;
  vertical-align: middle;
}
html#order main section.othertell h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
html#order main section.othertell p {
  margin: 0 auto;
  text-align: center;
}
html#order main section.othertell textarea {
  width: 80%;
  font-size: 130%;
}
html#order main section#confirmation {
  background: rgba(121, 201, 149, 0.2);
  text-align: center;
  padding: 15px 15px 30px;
  margin-bottom: 100px;
}
html#order main section#confirmation p {
  margin-bottom: 30px;
}
html#order main section#confirmation button {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  font-size: 130%;
  color: white;
  width: 70%;
  transition: all 0.5s ease;
}
html#order main section#confirmation .orderstop {
  color: red;
  line-height: 1.4;
  white-space: pre-line;
}
html#order main section#confirmation .orderstop span {
  color: inherit !important;
}
html#order .password {
  text-align: center;
  padding: 50px 0;
  line-height: 2;
}

html#confirm h1 {
  background-color: black;
  text-align: center;
  padding: 30px 0;
}
html#confirm h1 img {
  width: 300px;
}
html#confirm main h2 {
  font-size: 200%;
  text-align: center;
  margin: 30px 0;
}
html#confirm main p {
  font-size: 110%;
  text-align: center;
  margin-bottom: 20px;
}
html#confirm main table, html#confirm main th, html#confirm main td {
  border: solid 1px #ccc;
  margin: 0 auto;
}
html#confirm main th, html#confirm main td {
  padding: 10px;
}
html#confirm main th {
  background-color: #f1ece4;
}
html#confirm main .btns {
  text-align: center;
  margin: 20px auto 50px;
}
html#confirm main .btns button[type=button] {
  cursor: pointer;
  display: inline-block;
  background-color: #a68d65;
  color: white;
  width: 150px;
  padding: 5px 20px;
  font-size: 120%;
  margin-right: 30px;
}
html#confirm main .btns button[type=submit] {
  cursor: pointer;
  display: inline-block;
  background-color: #a68d65;
  color: white;
  width: 200px;
  padding: 5px 20px;
  font-size: 150%;
}

html#thanks h1 {
  background-color: black;
  text-align: center;
  padding: 30px 0;
}
html#thanks h1 img {
  width: 300px;
}
html#thanks main h2 {
  font-size: 200%;
  text-align: center;
  margin: 50px 0 30px;
}
html#thanks main p {
  font-size: 130%;
  text-align: center;
  margin-bottom: 50px;
}
html#thanks main p a.rollover {
  display: inline-block;
  margin: 0 auto;
  background-color: #a68d65;
  color: white;
  width: 50%;
  transition: all 0.5s ease;
  padding: 10px 0;
  text-decoration: none;
}/*# sourceMappingURL=site.css.map */