/*breakpoint   641以上　768以上 */
@charset "UTF-8";

/* ==============================================================================================
   Reset styles
   ============================================================================================== */
/* Document
   ========================================================================== */
:root {
  --c-pale: #EAE7DF;
  --c-pale2: #cddaed;
  --c-senken: #123261;
}


@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}

html {
  font-feature-settings: "palt";
  font-family:
    /* "Font Awesome 5 Free", "Roboto",  */
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-justify: inter-ideograph;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

main {
  display: block;
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.4;
}

/* Grouping content
   ========================================================================== */
address {
  font-style: normal;
  font-size: 12px;
}

figure {
  margin: 0;
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

/* Links
   ========================================================================== */
a {
  color: currentColor;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Text-level semantics
   ========================================================================== */
p {
  margin: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

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


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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
dl,
ol,
ul,
dt,
dd,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

dt {
  font-weight: 700;
}

/* Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.4rem;
}


td,
th {
  padding: 0;
}

/* Embedded content
   ========================================================================== */
img,
svg,
audio,
video,
canvas,
iframe {
  vertical-align: middle;
}



img[src$=".svg"] {
  width: 100%;
}

img {
  max-width: 100%;
  border: 0;
}

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


.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.pchidden {
  display: none;
}

@media screen and (max-width: 600px) {
  .pchidden {
    display: block;
  }

  .sphidden {
    display: none;
  }
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.5;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0;
  padding: 7px 10px;
  color: currentColor;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


button,
input {
  overflow: visible;
}

button {
  padding: 7px 5px;
}


button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: #ededed;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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


input[type="file"] {
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
}


::placeholder {
  color: #ccc;
}

/* IE */
:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
::-ms-input-placeholder {
  color: #ccc;
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template,
[hidden] {
  display: none;
}

/* ==============================================================================================
   Base styles: opinionated defaults
   ============================================================================================== */

html {
  position: relative;
  font-size: 10px;
}

body {
  position: relative;
  text-align: center;
  color: #444;
  line-height: 1.5;

}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.5rem;
}

table td ul:last-child,
table td li:last-child,
table th p:last-child,
table td p:last-child {
  margin-bottom: 0;
}

._inner {
  padding: 20px;
  max-width: 1600px;
  margin: 0 auto;
}

._inner2 {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.small {
  font-size: 1.2rem;
}

.larger {
  font-size: 1.6rem;
}

.largest {
  font-size: 2rem;
}



/***** header *****/

header {
  text-align: center;
  background-color: var(--c-pale);
}

header ._inner {}

header .logo img {
  width: 250px;
  margin-right: 5px;
  position: relative;
  top: -5px;
}

.logo2 img {
  width: 240px;
}

h1 {
  font-size: 4em;
}

/*SP*/
@media screen and (max-width: 940px) {
  header .logo img {
    display: block;
    margin: auto;
  }

  h1 {
    font-size: 3em;
  }
}

/***** footer *****/
footer {
  width: 100%;
  background-color: var(--c-pale);
  position: fixed;
  left: 0;
  bottom: 0;
}

.group_logo {
  width: 180px;
  margin: auto;
  padding-bottom: 10px;
}


.lead {
  text-align: left;
  padding: 10px 0;
  font-size: 1.6rem;
}

.btn {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--c-senken);
  padding: 20px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #222;
}

/***** main *****/
.tac {
  text-align: center;
}

main {
  padding-bottom: 60px;
}

main h2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

main .kiyaku_box {
  padding: 10px;
  text-align: left;
  max-height: 50vh;
  overflow-y: scroll;
}

.kiyaku_box *+h4 {
  padding-top: 2em;
}

main .btn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

nav ul {}

nav ul li {}

nav ul li a {
  background-color: #FAF6EF;
  padding: 1em;
  display: block;
  color: #2F2000;
  border: 2px solid #E7E3DB;
  border-radius: 50px;
  font-size: 1.7rem;
  font-weight: bold;
}

nav ul li a:hover {
  background-color: #fff;
}

ul.chirashi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

ul.dmlink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 940px) {
  ul.chirashi {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  ul.dmlink {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

h2.midashi2 {
  background-color: #2F2000;
  color: #fff;
  padding: 8px 15px;
  margin-top: 3em;
}

h3.midashi3 {
  border-bottom: 2px solid #E7E3DB;
  margin-top: 1em;
  padding-bottom: 5px;
  font-size: 1.4em;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 0px;
  font-size: 1.2rem;
}

#page-top i {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

#page-top a {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #2F2000;
  text-decoration: none;
  color: #fff;
  padding: 15px 6px;
  text-align: center;
  display: block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
}

/***** s_letter *****/

.s_letter {
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

/*SP*/
@media screen and (max-width: 600px) {
  .s_letter {
    grid-template-columns: 1fr;
    gap: 50px;
  }

}

.letter_box {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  ;
}

.letter_box ._letter {
  position: relative;
  width: 100%;
  border: 2px solid #E7E3DB;
  padding: 5px;
}

.letter_box ._caption {
  padding-top: 20px;
  text-align: left;
}

.letter_box h5 {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1.7rem;
  background-color: transparent;
}

.letter_box p.subt {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.letter_box p.exp {
  background: 2em;
}

/*SP*/
@media screen and (max-width: 767px) {
  .s_letter._narrow {
    display: block;
  }

  .s_letter>.letter_box {
    margin-bottom: 30px;
  }

  .s_letter._narrow>.letter_box {
    max-width: 100%;
    margin: 0 auto 0 auto;
  }

}

.mn2 {
  text-indent: -1.5em;
  text-align: left;
  margin-left: 2em;
}

.s_option {
  max-width: 700px;
  margin: 20px auto;
  text-align: left;
}

.tbl_price {
  text-align: center;
  border: 1px solid #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tbl_price td {
  border-bottm: 1px solid #999;
  padding: 5px 10px;
}

.tbl_price td:nth-child(1) {
  width: 3em;
}

.tbl_price td:nth-child(2) {
  width: 50%;
  text-align: left;
}

.tbl_price td:nth-child(3) {
  width: 3em;
}

.tbl_price tr:nth-child(even) {
  background-color: var(--c-pale2);
}