@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/css?family=Aref+Ruqaa");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes delayFadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes delayFadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scrollingX {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@keyframes scrollingX {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@-webkit-keyframes screenBorder {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes screenBorder {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

@-webkit-keyframes fadeUp {
  0% {
    bottom: -100%; }
  100% {
    bottom: 0; } }

@keyframes fadeUp {
  0% {
    bottom: -100%; }
  100% {
    bottom: 0; } }

html {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 960px) {
    html {
      font-size: 14px; } }
  @media (max-width: 599px) {
    html {
      font-size: 14px; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  /* font-weight: normal; */
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, ol, li, address {
  margin: 0;
  padding: 0; }

small {
  font-size: 0.8rem;
  }

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

li {
  list-style: none; }

em,
address {
  font-style: normal; }

img {
  display: block; }

fieldset {
  border: none;
  display: block;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden; }

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  padding: 20px;
  border: 1px solid #111; }

textarea {
  display: block; }

.header {
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff7e7; }
  .header_description {
    background-color: #ff8e2a;
    color: #fff;
    font-size: 0.8rem;
    }
    .header_description_text {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 5px 100px; }
      @media (max-width: 960px) {
        .header_description_text {
          max-width: 960px; } }
      @media (max-width: 599px) {
        .header_description_text {
          max-width: 600px;
          margin: 0 auto;
          padding: 2.5px 100px; } }
  .header_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
    @media (max-width: 960px) {
      .header_content {
        max-width: 960px; } }
    @media (max-width: 599px) {
      .header_content {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 100px; } }
    .header_content_logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header_content_logo img:not(:last-child) {
        margin-right: 10px; }
    .header_content_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      font-size: 0.9rem;
      }
      .header_content_list_item {
        padding: 10px 20px;
        background-color: #46b4c8;
        border-radius: 0 0 20px 20px;
        color: #fff;
        line-height: 1.2; }
        .header_content_list_item:not(:last-child) {
          margin-right: 20px;
          background-color: #ff8e2a; }
        .header_content_list_item_title {
          font-size: 14px;
          margin-top: 5px; }
          @media (max-width: 960px) {
            .header_content_list_item_title {
              font-size: 14px; } }
          @media (max-width: 599px) {
            .header_content_list_item_title {
              font-size: 14px; } }
          .header_content_list_item_title::before {
            content: '＜'; }
          .header_content_list_item_title::after {
            content: '＞'; }
        .header_content_list_item_address {
          font-size: 2rem;
          margin-bottom: 5px; }
  .header_navi {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 40px;
    }
    @media (max-width: 960px) {
      .header_navi {
        max-width: 960px; } }
    @media (max-width: 599px) {
      .header_navi {
        max-width: 600px;
        margin: 0 auto;
        padding: 2.5px 100px; } }
    .header_navi_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      .header_navi_list_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.7%;
        flex: 0 0 16.7%;
        padding: 20px 0px 10px;
        background-image: url(../images/border-handwriting.min.png);
        background-size: 90% auto;
        background-position: center bottom 0;
        }
        .header_navi_list_item_link {
          display: block;
          color: #111;
          text-align: center;
          font-weight: bold; }
          .header_navi_list_item_link > span {
            display: block;
            color: #ff8e2a;
            font-size: 0.7rem;
            letter-spacing: 0;
            font-weight: normal;
            }
    .header_navi_icon {
      display: none; }

@media (max-width: 599px) {
  .header {
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 0; }
    .header_description {
      background-color: #ff8e2a;
      color: #fff;
      font-size: 0.5rem; }
      .header_description_text {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2px 5px; } }
      @media (max-width: 599px) and (max-width: 960px) {
        .header_description_text {
          max-width: 960px; } }
      @media (max-width: 599px) and (max-width: 599px) {
        .header_description_text {
          max-width: 600px;
          margin: 0 auto;
          padding: 1px 5px; } }

@media (max-width: 599px) {
    .header_content {
      padding: 10px;
      position: relative; }
      .header_content_logo {
        height: 40px; }
        .header_content_logo > img {
          max-height: 30px; }
          .header_content_logo > img:not(:last-child) {
            max-height: 40px;
            margin-right: 5px; }
      .header_content_list {
        display: none; }
    .header_navi {
      display: none; }
      .header_navi_icon {
        display: block;
        width: 40px;
        height: 40px;
        padding: 10px;
        border: 1px solid #111;
        border-radius: 5px;
        position: absolute;
        top: 10px;
        right: 10px;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s; }
        .header_navi_icon_border {
          display: block;
          height: 100%;
          border-top: 1px solid #111;
          border-bottom: 1px solid #111;
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          transition: all ease .3s;
          position: relative; }
          .header_navi_icon_border::before, .header_navi_icon_border::after {
            content: '';
            width: 100%;
            height: 1px;
            margin: auto;
            background-color: #111;
            position: absolute;
            top: 0;
            bottom: 0;
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s; }
        .header_navi_icon.show .header_navi_icon_border {
          border-top: none;
          border-bottom: none; }
          .header_navi_icon.show .header_navi_icon_border::before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .header_navi_icon.show .header_navi_icon_border::after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

.menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff7e7;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s; }
  .menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9998; }
  .menu_list {
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s; }
    .menu_list_item {
      margin-bottom: 40px; }
      .menu_list_item_link {
        color: #111; }
  .menu_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 40px; }
    .menu_sns_item {
      width: 40px;
      height: 100%; }
      .menu_sns_item:not(:last-child) {
        margin-right: 20px; }
      .menu_sns_item_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .menu_sns_item_link svg {
          width: 100%;
          height: 100%;
          fill: #111; }

.footer {
  margin-top: 100px;
  padding: 40px 0;
  background-color: #f9e7c2;
  }
  .footer_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .footer_content {
        max-width: 960px; } }
    @media (max-width: 599px) {
      .footer_content {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 100px; } }
    .footer_content_logo {
      width: 15%;
      margin-right: 50px;
      }
      .footer_content_logo > img {
        margin: auto;
        max-width: 100%; }
        .footer_content_logo > img:not(:last-child) {
          margin-bottom: 10px; }
  .footer_navi {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
    .footer_navi_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      }
      .footer_navi_list_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 20px; }
        .footer_navi_list_item_link {
          color: #111; }
          .footer_navi_list_item_link::before {
            content: '＞';
            margin-right: 10px; }

@media (max-width: 599px) {
  .footer {
    margin-top: 50px;
    padding: 10px 0; }
    .footer_content {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
    @media (max-width: 599px) and (max-width: 960px) {
      .footer_content {
        max-width: 960px; } }
    @media (max-width: 599px) and (max-width: 599px) {
      .footer_content {
        max-width: 600px;
        margin: 0 auto;
        padding: 5px 10px; } }

@media (max-width: 599px) {
      .footer_content_logo {
        width: 100%;
        margin-right: 0; }
    .footer_navi {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px; }
      .footer_navi_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        .footer_navi_list_item {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          margin-bottom: 10px;
          font-size: 0.6rem; } }

body {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  background-color: #fff7e7; }

a {
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  a:hover {
    opacity: .6; }
