@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
@import url(//use.fontawesome.com/releases/v5.0.12/css/all.css);
@import url(//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700,800);
* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

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

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

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

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* body 全体の情報*/
body {
  max-width: 100vw;
  color: #555;
  font-family: serif;
  line-height: 1.6em;
  /*
  &:before{
  	@include mq(m){
  		content: "M";
  		display: block;
  		width: 1.5rem;
  		height: 1.5rem;
  		position: fixed;
  		top: 0;
  		left: 0;
  		color: #fff;
  		text-align: center;
  		background-color: #f00;
  		z-index: 9999;
  	}
  	@include mq(l){
  		content: "L";
  		background-color: #00f !important;
  	}
  }
  */
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

li {
  list-style: none;
}

a {
  color: #555;
  text-decoration: underline;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  opacity: 0.5;
}

hr {
  margin: 1rem 0;
  border: none;
  border-bottom: solid 1px rgb(200, 215, 226);
}

::-moz-selection {
  background: rgb(82, 200, 176);
  color: #fff;
}

::selection {
  background: rgb(82, 200, 176);
  color: #fff;
}

@media screen and (max-width: 580px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1366px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .sp {
    display: block;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
header .header {
  width: 1366px;
  border-bottom: 1px solid #c8d7e2;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1366px) {
  header .header {
    width: 1366px;
  }
}
@media screen and (max-width: 1366px) {
  header .header {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  header .header {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  header .header {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  header .header {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  header .header {
    width: 100%;
  }
}
header .header .header_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px auto;
}
@media screen and (min-width: 1366px) {
  header .header .header_inner {
    margin: 10px auto;
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  header .header .header_inner {
    margin: 10px auto;
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  header .header .header_inner {
    width: 100vw;
  }
}
@media screen and (max-width: 820px) {
  header .header .header_inner {
    width: 100vw;
  }
}
@media screen and (max-width: 580px) {
  header .header .header_inner {
    width: 100vw;
  }
}
@media screen and (max-width: 350px) {
  header .header .header_inner {
    width: 100vw;
    margin: 0px;
    height: 50px;
  }
}
header .header .header_inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: auto;
}
@media screen and (min-width: 1366px) {
  header .header .header_inner .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1366px) {
  header .header .header_inner .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1100px) {
  header .header .header_inner .logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 820px) {
  header .header .header_inner .logo {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  header .header .header_inner .logo {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  header .header .header_inner .logo {
    padding-left: 10px;
    padding-bottom: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header .header_inner .logo img {
  width: auto;
  height: auto;
}
header .header .header_inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: rgb(51, 102, 153);
  line-height: 1.8em;
}
@media screen and (min-width: 1366px) {
  header .header .header_inner .title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  header .header .header_inner .title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1100px) {
  header .header .header_inner .title {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  header .header .header_inner .title {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  header .header .header_inner .title {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  header .header .header_inner .title {
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header .header_inner .title strong {
  font-size: 2.1em;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
@media screen and (max-width: 350px) {
  header .header .header_inner .title strong {
    font-size: 1.7em;
    letter-spacing: 0em;
  }
}
header .header .header_inner .title strong > span {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}
@media screen and (max-width: 350px) {
  header .header .header_inner .title strong > span {
    text-align: left;
    margin: 0px;
  }
}
header .header .header_inner .title strong > span span {
  position: absolute;
  top: -1.3em;
  left: 25%;
  margin-left: -0.3em;
  font-size: 0.5em;
  line-height: 1em;
  white-space: nowrap;
}
header .header .header_inner .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: rgb(82, 200, 176);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2em;
}
@media screen and (max-width: 580px) {
  header .header .header_inner .tel {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  header .header .header_inner .tel {
    display: none;
  }
}
header .header .header_inner .tel a {
  color: rgb(82, 200, 176);
  text-decoration: none;
}
header .header .header_inner .tel span {
  color: rgb(82, 200, 176);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 0.5em;
}
header .header .header_inner .sns {
  display: none;
  color: #555555;
}
header .header .header_inner .sns svg {
  color: blueviolet;
  width: 30px;
  height: 30px;
  stroke-width: 2px;
}
header .header .header_inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  header .header .header_inner .nav {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  header .header .header_inner .nav {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  header .header .header_inner .nav {
    display: none;
  }
}
header .header .header_inner .nav > nav {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 820px) {
  header .header .header_inner .nav > nav {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header .header_inner .nav > nav {
    right: 0vw;
    margin: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1366px) {
  header .header .header_inner .nav > nav {
    right: 50px;
    margin: 20px 25px 0px auto;
  }
}
header .header .header_inner .nav > nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header_inner .nav > nav ul li {
  font-size: 1rem;
  line-height: 1em;
}
@media screen and (max-width: 1100px) {
  header .header .header_inner .nav > nav ul li {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 1366px) {
  header .header .header_inner .nav > nav ul li {
    font-size: 1rem;
  }
}
header .header .header_inner .nav > nav ul li:after {
  display: inline-block;
  position: relative;
  bottom: -0.4em;
  width: 0;
  height: 1.4em;
  margin: 0 1em;
  border-right: solid 1px #222;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
header .header .header_inner .nav > nav ul li:last-of-type:after {
  border: none;
  margin: 0;
}
header .header .header_inner .nav > nav ul li a {
  padding-left: 31px;
  text-decoration: none;
  font-size: 1rem;
}
header .header .header_inner > .sp {
  z-index: 100;
}
@media screen and (min-width: 1366px) {
  header .header .header_inner > .sp {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  header .header .header_inner > .sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header .header_inner > .sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  header .header .header_inner > .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
}
@media screen and (max-width: 580px) {
  header .header .header_inner > .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  header .header .header_inner > .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
}
header .header .header_inner > .sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header .header_inner > .sp ul li {
  width: 2.5rem;
  height: 2.5rem;
}
header .header .header_inner > .sp ul li + li {
  margin-right: 0.5rem;
}
header .header .header_inner > .sp ul li.menu a {
  display: block;
  padding: 5% 10% 10% 10%;
}
header .header .header_inner > .sp ul li svg {
  stroke-width: 3px;
}

.drawer-button {
  display: none;
}
@media screen and (min-width: 1366px) {
  .drawer-button {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .drawer-button {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .drawer-button {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .drawer-button {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .drawer-button {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .drawer-button {
    display: block;
  }
}

.drawer-open .drawer-nav {
  width: auto;
  width: 60%;
}

.drawer-nav {
  background-color: #fff;
  overflow: auto;
  z-index: 9999 !important;
}
.drawer-nav nav > ul {
  margin-bottom: 1em;
}
.drawer-nav nav > ul > li {
  padding: 0.8em 1.5em;
  line-height: 1.4em;
  border-bottom: solid 1px #555;
}
.drawer-nav nav > ul > li:before {
  content: "▶";
  position: relative;
  bottom: 0.05em;
  margin-right: 0.25rem;
  font-size: 0.5em;
}
.drawer-nav nav > ul > li ul {
  margin-left: 1.2em;
}
.drawer-nav nav > ul > li ul li {
  margin-top: 0.3em;
}
.drawer-nav nav > ul > li a[href] {
  text-decoration: none;
}
.drawer-nav nav > ul .inquiry:before {
  content: none;
  display: none;
}
.drawer-nav nav > ul .inquiry a {
  display: block;
  color: rgb(82, 200, 176);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4em;
  text-decoration: underline;
}
.drawer-nav nav > ul .inquiry small {
  display: block;
  font-size: 0.7rem;
  line-height: 1.4em;
}

.drawer-overlay {
  z-index: 9998 !important;
}

main {
  overflow: hidden;
}
main .head_normal {
  color: rgb(82, 200, 176);
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  main .head_normal {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  main .head_normal {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  main .head_normal {
    font-size: 1.6rem;
  }
}
main .head_normal ruby rt {
  margin-bottom: -0.4em;
  font-size: 0.65rem;
  font-weight: normal;
  line-height: 1em;
}
main .head_normal.left {
  text-align: left;
}
main h3 {
  color: rgb(82, 200, 176);
}
main .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .button a {
  display: block;
  width: 12em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.5em;
  color: rgb(82, 200, 176);
  font-size: 0.95rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2em;
  text-align: center;
  background-color: #fff;
  border: solid 2px rgb(82, 200, 176);
  border-radius: 2.4em;
}
@media screen and (max-width: 820px) {
  main .button a {
    width: 10em;
    margin-left: 0.8em;
    margin-right: 0.8em;
    font-size: 0.85rem;
  }
}
main .pagetop {
  position: fixed;
  right: 2rem;
  z-index: 100;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 1366px) {
  main .pagetop {
    right: 2rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 1366px) {
  main .pagetop {
    right: 2rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  main .pagetop {
    right: 2rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  main .pagetop {
    right: 0rem;
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 580px) {
  main .pagetop {
    right: 0rem;
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 350px) {
  main .pagetop {
    right: 0rem;
    bottom: 0.5rem;
  }
}
main .pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  color: #555;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4em;
}
main .pagetop span {
  background-position: center;
  background-image: url(../img/pagetop/pagetop.jpg);
  background-repeat: no-repeat;
  top: -10px;
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  background-size: cover;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clip-path: circle(50px at 50% 50%);
  z-index: 101;
}
@media screen and (min-width: 1366px) {
  main .pagetop span {
    top: -10px;
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 1366px) {
  main .pagetop span {
    top: -10px;
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 1100px) {
  main .pagetop span {
    top: -10px;
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 820px) {
  main .pagetop span {
    top: 10px;
    width: 5rem;
    height: 5rem;
    clip-path: circle(40px at 50% 50%);
  }
}
@media screen and (max-width: 580px) {
  main .pagetop span {
    top: 10px;
    width: 5rem;
    height: 5rem;
    clip-path: circle(40px at 50% 50%);
  }
}
@media screen and (max-width: 350px) {
  main .pagetop span {
    top: 10px;
    width: 5rem;
    height: 5rem;
    clip-path: circle(40px at 50% 50%);
  }
}
main .pagetop::after {
  padding-top: 0.4rem;
  display: block;
  content: "▲TOP";
  width: 100%;
  color: #555;
  font-family: "Font Awesome 5 Free";
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

footer {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-top: 0px;
  text-align: center;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  position: relative;
}
@media screen and (max-width: 820px) {
  footer {
    padding: 3rem 0;
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 820px) {
  footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 350px) {
  footer {
    padding-bottom: 0;
  }
}
footer svg {
  width: 100%;
  height: 350px;
  z-index: -99;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1366px) {
  footer svg {
    height: 350px;
  }
}
@media screen and (max-width: 1366px) {
  footer svg {
    height: 350px;
  }
}
@media screen and (max-width: 1100px) {
  footer svg {
    height: 350px;
  }
}
@media screen and (max-width: 820px) {
  footer svg {
    height: 350px;
  }
}
@media screen and (max-width: 580px) {
  footer svg {
    height: 370px;
  }
}
@media screen and (max-width: 350px) {
  footer svg {
    height: 370px;
  }
}
footer .svg__container {
  position: relative;
  height: 350px;
}
footer .svg__container .svg__content {
  position: absolute;
  top: 0;
  left: 0;
}
footer .svg__container .contact {
  padding-top: 80px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  background-size: cover;
}
footer .svg__container .contact h3 {
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (min-width: 1366px) {
  footer .svg__container .contact h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1366px) {
  footer .svg__container .contact h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1100px) {
  footer .svg__container .contact h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 820px) {
  footer .svg__container .contact h3 {
    line-height: 30px;
    padding: 0px 25px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  footer .svg__container .contact h3 {
    line-height: 30px;
    padding: 0px 25px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  footer .svg__container .contact h3 {
    line-height: 30px;
    padding: 0px 25px;
    font-size: 1.4rem;
  }
}
footer .svg__container .contact .contact_box {
  padding: 20px 30px;
  width: 500px;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1366px) {
  footer .svg__container .contact .contact_box {
    width: 490px;
  }
}
@media screen and (max-width: 1366px) {
  footer .svg__container .contact .contact_box {
    width: 490px;
  }
}
@media screen and (max-width: 1100px) {
  footer .svg__container .contact .contact_box {
    width: 490px;
  }
}
@media screen and (max-width: 820px) {
  footer .svg__container .contact .contact_box {
    width: 490px;
  }
}
@media screen and (max-width: 580px) {
  footer .svg__container .contact .contact_box {
    width: 90%;
  }
}
@media screen and (max-width: 350px) {
  footer .svg__container .contact .contact_box {
    width: 90%;
    padding: 5px 0px;
  }
}
footer .svg__container .contact .contact_box .tel {
  color: #555;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2em;
}
@media screen and (min-width: 1366px) {
  footer .svg__container .contact .contact_box .tel {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1366px) {
  footer .svg__container .contact .contact_box .tel {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  footer .svg__container .contact .contact_box .tel {
    margin-bottom: 10px;
    margin-right: 1.5625rem;
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 820px) {
  footer .svg__container .contact .contact_box .tel {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  footer .svg__container .contact .contact_box .tel {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  footer .svg__container .contact .contact_box .tel {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7rem;
  }
}
footer .svg__container .contact .contact_box .tel a {
  color: #555;
  text-decoration: none;
}
footer .svg__container .contact .contact_box .tel span {
  margin: 0 0 0 5px;
  color: #555;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 0.5em;
}
@media screen and (min-width: 1366px) {
  footer .svg__container .contact .contact_box .tel span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1366px) {
  footer .svg__container .contact .contact_box .tel span {
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1100px) {
  footer .svg__container .contact .contact_box .tel span {
    letter-spacing: -0.01em;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 820px) {
  footer .svg__container .contact .contact_box .tel span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 580px) {
  footer .svg__container .contact .contact_box .tel span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 350px) {
  footer .svg__container .contact .contact_box .tel span {
    font-size: 1.2rem;
  }
}
footer .svg__container .contact .contact_box .time {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.1rem;
  color: #555;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  footer .svg__container .contact .contact_box .time {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  footer .svg__container .contact .contact_box .time {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  footer .svg__container .contact .contact_box .time {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  footer .svg__container .contact .contact_box .time {
    display: block;
    margin: 0px auto;
    width: 240px;
    letter-spacing: -0.05rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 580px) {
  footer .svg__container .contact .contact_box .time {
    display: none;
    margin: 0px auto;
    width: 240px;
    letter-spacing: -0.05rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 350px) {
  footer .svg__container .contact .contact_box .time {
    display: none;
    font-size: 1rem;
    margin: 0px auto;
    width: 240px;
    letter-spacing: -0.05rem;
    line-height: 25px;
  }
}
footer .svg__container .contact .contact_box .sp {
  display: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.1rem;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 820px) {
  footer .svg__container .contact .contact_box .sp {
    display: none;
    margin: 0px auto;
    width: 100%;
    letter-spacing: -0.05rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 580px) {
  footer .svg__container .contact .contact_box .sp {
    display: block;
    margin: 0px auto;
    width: 100%;
    letter-spacing: -0.05rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 350px) {
  footer .svg__container .contact .contact_box .sp {
    display: block;
    margin: 0px auto;
    width: 100%;
    letter-spacing: -0.05rem;
    line-height: 25px;
  }
}
footer .svg__container .copyright {
  margin-top: 20px;
  color: #fff;
  font-size: 1.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 820px) {
  footer .svg__container .copyright {
    margin-top: 20px;
  }
}
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 0.75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
}
main > div, main > section, main #mv {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (min-width: 1366px) {
  main > div + div, main > div + section, main > section + div, main > section + section, main #mv + div, main #mv + section {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1366px) {
  main > div + div, main > div + section, main > section + div, main > section + section, main #mv + div, main #mv + section {
    margin-top: 8rem;
  }
}
main > div + div.anchor, main > div + section.anchor, main > section + div.anchor, main > section + section.anchor, main #mv + div.anchor, main #mv + section.anchor {
  margin-top: 0rem;
  display: block;
  padding-top: 8rem !important;
  margin-top: -8rem !important;
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#mv .mvset {
  margin-top: 120px;
  width: 100%;
  height: 600px;
  text-align: center;
  position: relative;
  padding: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1366px) {
  #mv .mvset {
    width: 100%;
    margin-top: 160px;
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset {
    width: 100%;
    margin-top: 160px;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset {
    width: 100%;
    height: 540px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset {
    width: 100%;
    height: 350px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset {
    width: 100%;
    height: 300px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset {
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }
}
#mv .mvset .underline {
  position: absolute;
  width: 535px;
  height: 535px;
  background-color: #fff;
  border: 8px solid rgb(169, 228, 216);
  border-radius: 50%;
  text-align: center;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  #mv .mvset .underline {
    width: 535px;
    height: 535px;
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset .underline {
    width: 535px;
    height: 535px;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset .underline {
    width: 535px;
    height: 535px;
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset .underline {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset .underline {
    width: 285px;
    height: 285px;
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset .underline {
    width: 224px;
    height: 224px;
  }
}
#mv .mvset .box {
  background-position: center;
  background-image: url(../img/mv/mv.jpg);
  background-repeat: no-repeat;
  width: 1100px;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  background-size: cover;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
}
#mv .mvset .box::before {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: transparent;
}
@media screen and (min-width: 1366px) {
  #mv .mvset .box {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset .box {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset .box {
    width: 1100px;
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset .box {
    width: 820px;
    height: 328px;
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset .box {
    width: 580px;
    height: 232px;
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset .box {
    width: 450px;
    height: 180px;
  }
}
#mv .mvset .box-inset {
  background-position: center;
  background-image: url(../img/mv/mv.jpg);
  background-repeat: no-repeat;
  width: 1100px;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  background-size: cover;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  clip-path: circle(31.9% at 50% 50%);
}
@media screen and (min-width: 1366px) {
  #mv .mvset .box-inset {
    width: 1100px;
    clip-path: circle(31.9% at 50% 50%);
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset .box-inset {
    width: 1100px;
    clip-path: circle(31.9% at 50% 50%);
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset .box-inset {
    width: 1100px;
    clip-path: circle(31.9% at 50% 50%);
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset .box-inset {
    width: 820px;
    height: 328px;
    clip-path: circle(31.9% at 50% 50%);
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset .box-inset {
    width: 580px;
    height: 232px;
    clip-path: circle(32.3% at 50% 50%);
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset .box-inset {
    width: 450px;
    height: 180px;
    clip-path: circle(32.5% at 50% 50%);
  }
}
#mv .mvset .box-inset .underline-inline {
  position: absolute;
  width: 535px;
  height: 535px;
  border: 8px solid #fff;
  border-radius: 50%;
  text-align: center;
  z-index: -1;
  clip-path: inset(47px 0 47px 0);
}
@media screen and (min-width: 1366px) {
  #mv .mvset .box-inset .underline-inline {
    width: 535px;
    height: 535px;
    clip-path: inset(47px 0 47px 0);
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset .box-inset .underline-inline {
    width: 535px;
    height: 535px;
    clip-path: inset(47px 0 47px 0);
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset .box-inset .underline-inline {
    width: 535px;
    height: 535px;
    clip-path: inset(47px 0 47px 0);
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset .box-inset .underline-inline {
    width: 400px;
    height: 400px;
    clip-path: inset(36px 0 36px 0);
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset .box-inset .underline-inline {
    width: 286px;
    height: 286px;
    clip-path: inset(27px 0 27px 0);
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset .box-inset .underline-inline {
    width: 224px;
    height: 224px;
    clip-path: inset(22px 0 22px 0);
  }
}
#mv .mvset h1 {
  letter-spacing: 0.05em;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 200px;
  left: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.1em;
  text-shadow: 0px 0px 10px #000;
}
@media screen and (min-width: 1366px) {
  #mv .mvset h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset h1 {
    font-size: 2.6rem;
    top: 90px;
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset h1 {
    font-size: 1.8rem;
    top: 90px;
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset h1 {
    font-size: 2.4rem;
    top: 90px;
  }
}
#mv .mvset h1 span {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  font-weight: bold;
  line-height: 2.1em;
}
@media screen and (min-width: 1366px) {
  #mv .mvset h1 span {
    top: 80px;
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvset h1 span {
    top: 80px;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvset h1 span {
    top: 80px;
  }
}
@media screen and (max-width: 820px) {
  #mv .mvset h1 span {
    top: 80px;
  }
}
@media screen and (max-width: 580px) {
  #mv .mvset h1 span {
    top: 50px;
  }
}
@media screen and (max-width: 350px) {
  #mv .mvset h1 span {
    top: 50px;
  }
}
#mv p strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#mv .mvtxt {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (min-width: 1366px) {
  #mv .mvtxt {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #mv .mvtxt {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mvtxt {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #mv .mvtxt {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #mv .mvtxt {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #mv .mvtxt {
    display: none;
  }
}
#mv .mvtxt > p {
  font-size: 1.2rem;
  line-height: 1.7em;
  font-weight: 800;
}
#mv .sp {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media screen and (min-width: 1366px) {
  #mv .sp {
    margin-top: 50px;
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  #mv .sp {
    margin-top: 50px;
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #mv .sp {
    margin-top: 50px;
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #mv .sp {
    margin-top: 50px;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #mv .sp {
    margin-top: 50px;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #mv .sp {
    width: 98%;
    margin-top: 0px;
    display: block;
  }
}
#mv .sp > p {
  width: 100%;
  margin-top: 0px;
  font-size: 1.3rem;
  line-height: 1.8em;
}
@media screen and (max-width: 820px) {
  #mv .sp > p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 580px) {
  #mv .sp > p {
    margin: 0px auto;
    width: 85%;
    font-size: 1.1rem;
  }
  #mv .sp > p br {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #mv .sp > p {
    width: 98%;
    font-size: 1.2rem;
  }
}

#information {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  border-top: 1px solid rgb(200, 215, 226);
  border-bottom: 1px solid rgb(200, 215, 226);
}
@media screen and (min-width: 1366px) {
  #information {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #information {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #information {
    width: 100vw;
  }
}
@media screen and (max-width: 820px) {
  #information {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
}
@media screen and (max-width: 580px) {
  #information {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
}
@media screen and (max-width: 350px) {
  #information {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
}
#information h2 {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 1366px) {
  #information h2 {
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 1366px) {
  #information h2 {
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 1100px) {
  #information h2 {
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 820px) {
  #information h2 {
    border-bottom: 1px solid rgb(200, 215, 226);
    padding: 10px 0px;
    width: 100vw;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  #information h2 {
    border-bottom: 1px solid rgb(200, 215, 226);
    padding: 10px 0px;
    width: 100vw;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  #information h2 {
    border-bottom: 1px solid rgb(200, 215, 226);
    padding: 10px 0px;
    width: 100vw;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
#information .info_coment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 70%;
  height: 100%;
  overflow-wrap: normal;
}
@media screen and (min-width: 1366px) {
  #information .info_coment {
    width: 70%;
  }
}
@media screen and (max-width: 1366px) {
  #information .info_coment {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  #information .info_coment {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #information .info_coment {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #information .info_coment {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  #information .info_coment {
    width: 100%;
  }
}
#information .info_coment section {
  padding: 10px;
  border-left: 1px solid rgb(200, 215, 226);
}
@media screen and (min-width: 1366px) {
  #information .info_coment section {
    padding: 11px;
  }
}
@media screen and (max-width: 1366px) {
  #information .info_coment section {
    padding: 11px;
  }
}
@media screen and (max-width: 1100px) {
  #information .info_coment section {
    padding: 11px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  #information .info_coment section {
    padding: 11px 30px;
  }
}
@media screen and (max-width: 580px) {
  #information .info_coment section {
    padding: 11px 30px;
  }
}
@media screen and (max-width: 350px) {
  #information .info_coment section {
    padding: 11px;
  }
}
#information .info_coment section .info_atention {
  background-color: rgb(220, 244, 239);
  padding: 13px;
  padding-top: 16px;
}
#information .info_coment section .info_atention h3 {
  color: #555;
  font-size: 1.2rem;
  padding-bottom: 5px;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  #information .info_coment section .info_atention h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  #information .info_coment section .info_atention h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #information .info_coment section .info_atention h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  #information .info_coment section .info_atention h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 580px) {
  #information .info_coment section .info_atention h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  #information .info_coment section .info_atention h3 {
    font-size: 1.2rem;
  }
}
#information .info_coment section .info_atention h3 .icon_atention {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: -50px;
  margin-left: 9px;
}
#information .info_coment section .info_atention h3 .icon_atention:hover {
  opacity: 0.8;
}
#information .info_coment section .info_atention h3 .icon_atention:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0px;
  top: 21px;
  left: 7px;
  border-left: 12px solid rgb(254, 95, 85);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#information .info_coment section .info_atention h3 .icon_atention:after {
  padding: auto;
  color: #fff;
  font-family: sans-serif;
  content: "!";
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  height: 24px;
  width: 32px;
  background: rgb(254, 95, 85);
  border-radius: 5px;
}
#information .info_coment section .info_atention p {
  font-size: 1rem;
}
@media screen and (min-width: 1366px) {
  #information .info_coment section .info_atention p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  #information .info_coment section .info_atention p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #information .info_coment section .info_atention p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  #information .info_coment section .info_atention p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #information .info_coment section .info_atention p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #information .info_coment section .info_atention p {
    font-size: 1rem;
  }
}
#information .info_coment section .info_normal {
  background-color: rgb(255, 255, 255);
  padding: 13px;
}
#information .info_coment section .info_normal h3 {
  color: #555;
  font-size: 1.2rem;
  padding-bottom: 5px;
  font-weight: 600;
}
#information .info_coment section .info_normal p {
  font-size: 1rem;
}
#information .info_coment section hr {
  margin: 0.8rem 0;
}

#greeting {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1366px) {
  #greeting {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #greeting {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #greeting {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    height: auto;
    width: 100vw;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #greeting {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    height: auto;
    width: 100vw;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #greeting {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    height: auto;
    width: 100vw;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #greeting {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    height: auto;
    width: 100vw;
    display: block;
  }
}
#greeting h2 {
  margin-top: -60px;
  font-size: 2.4rem;
  font-family: serif;
}
@media screen and (min-width: 1366px) {
  #greeting h2 {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  #greeting h2 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #greeting h2 {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #greeting h2 {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #greeting h2 {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #greeting h2 {
    display: block;
  }
}
#greeting .greeting_pct {
  margin-top: 0px;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_pct {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_pct {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_pct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 200px;
    width: 100vw;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_pct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 200px;
    width: 100vw;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_pct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 180px;
    width: 100vw;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_pct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 180px;
    width: 100vw;
    display: block;
    height: auto;
  }
}
#greeting .greeting_pct .shadow {
  height: 375px;
  width: 375px;
  -webkit-filter: drop-shadow(10px 10px 0px rgb(169, 228, 216));
          filter: drop-shadow(10px 10px 0px rgb(169, 228, 216));
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_pct .shadow {
    height: 375px;
    width: 375px;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_pct .shadow {
    height: 375px;
    width: 375px;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_pct .shadow {
    height: 375px;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_pct .shadow {
    height: 270px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_pct .shadow {
    height: 245px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_pct .shadow {
    height: 245px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
#greeting .greeting_pct .shadow .doctor {
  margin-top: -180px;
}
#greeting .greeting_pct .shadow .doctor img {
  height: 395px;
  width: 370px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_pct .shadow .doctor img {
    height: 355px;
    width: 355px;
    clip-path: circle(172px at 50% 50%);
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_pct .shadow .doctor img {
    height: 355px;
    width: 355px;
    clip-path: circle(172px at 50% 50%);
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_pct .shadow .doctor img {
    height: 355px;
    width: 355px;
    clip-path: circle(172px at 50% 50%);
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_pct .shadow .doctor img {
    height: 250px;
    width: 250px;
    clip-path: circle(122px at 50% 50%);
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_pct .shadow .doctor img {
    height: 220px;
    width: 220px;
    clip-path: circle(108px at 50% 50%);
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_pct .shadow .doctor img {
    height: 220px;
    width: 220px;
    clip-path: circle(108px at 50% 50%);
  }
}
#greeting .greeting_coment {
  margin-top: 90px;
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment {
    padding: 0;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment {
    margin-top: 45px;
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment {
    margin-top: 10px;
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment {
    margin-top: 10px;
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment {
    margin-top: 5px;
    width: auto;
    display: block;
  }
}
#greeting .greeting_coment h2 {
  font-size: 2.4rem;
  font-family: serif;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment h2 {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment h2 {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment h2 {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment h2 {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment h2 {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment h2 {
    display: none;
  }
}
#greeting .greeting_coment .greeting_txt {
  padding-bottom: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_txt {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_txt {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_txt {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_txt {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_txt {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_txt {
    display: none;
  }
}
#greeting .greeting_coment .greeting_txt p {
  padding-top: 4px;
  line-height: 1.7em;
}
#greeting .greeting_coment .sp {
  padding-bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .sp {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .sp {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .sp {
    margin: 0px auto;
    width: 70%;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .sp {
    margin: 0px auto;
    width: 90%;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .sp {
    margin: 0px auto;
    width: 95%;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .sp {
    margin: 0px auto;
    width: 90%;
    display: block;
  }
}
#greeting .greeting_coment .sp p {
  padding-top: 4px;
  font-size: 1.1rem;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .sp p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .sp p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .sp p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .sp p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .sp p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .sp p {
    font-size: 1rem;
  }
}
#greeting .greeting_coment .greeting_his {
  padding-left: 100px;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his {
    padding-left: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his {
    padding-left: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his {
    padding: 0;
    margin: 0px auto;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his {
    padding: 0;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his {
    padding: 0;
  }
}
#greeting .greeting_coment .greeting_his h3 {
  font-family: serif;
  font-size: 1.8rem;
  color: rgb(82, 200, 176);
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his h3 {
    padding: 0;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his h3 {
    padding: 0;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his h3 {
    padding: 0;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his h3 {
    padding: 0;
    text-align: center;
    width: auto;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p {
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p {
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p {
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
  width: 40%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
    width: 40%;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
    width: 55%;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
    width: 100%;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
    width: 100%;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof {
    width: 100%;
    padding: 0px 10px;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
  font-family: sans-serif;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 3px;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof h4 {
    font-size: 1rem;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
    font-size: 1rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
    font-size: 1rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_prof p {
    font-size: 1rem;
    padding-left: 0px;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
  margin-left: 30px;
  width: 60%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
    width: 60%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
    width: 60%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
    width: 100%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
    width: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
    width: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki {
    width: 100%;
    margin-left: 10px;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
  font-family: sans-serif;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 3px;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki h4 {
    font-size: 1rem;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
    font-size: 1rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
    font-size: 1rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl {
    font-size: 1rem;
    padding-left: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
  width: 30%;
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dt {
    width: 50%;
  }
}
#greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
  width: 60%;
  width: auto;
  margin-left: 15px;
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    width: 60%;
  }
}
@media screen and (min-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 1366px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    padding-left: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    padding-left: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  #greeting .greeting_coment .greeting_his .greeting_his_p .his_keireki dl dd {
    padding-left: 40px;
    width: 100%;
  }
}

#slider_box {
  width: 100%;
  height: auto;
  margin-top: 8rem;
}
#slider_box .slider {
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #slider_box .slider {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #slider_box .slider {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #slider_box .slider {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #slider_box .slider {
    display: block;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 580px) {
  #slider_box .slider {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #slider_box .slider {
    display: none;
  }
}
#slider_box .slider li {
  position: relative;
  width: 100%;
}
#slider_box .slider li div {
  height: 280px;
  position: relative;
}
#slider_box .slider li div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
#slider_box .slider li div img {
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  position: absolute;
  top: 0;
  width: 100%;
  height: 280px;
}
#slider_box .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0.3rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 820px) {
  #slider_box .slider .slick-dots {
    display: none !important;
  }
}
#slider_box .slider .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#slider_box .slider .slick-dots li.slick-active {
  background-color: #F79A00;
}
#slider_box .slider .slick-dots li button {
  display: none;
}
#slider_box .slider_sp {
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #slider_box .slider_sp {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  #slider_box .slider_sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #slider_box .slider_sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #slider_box .slider_sp {
    display: none;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 580px) {
  #slider_box .slider_sp {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #slider_box .slider_sp {
    display: block;
  }
}
#slider_box .slider_sp li {
  position: relative;
  width: 100%;
}
#slider_box .slider_sp li div {
  height: 280px;
  position: relative;
}
#slider_box .slider_sp li div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
#slider_box .slider_sp li div img {
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
  position: absolute;
  top: 0;
  width: 100%;
  height: 280px;
}
#slider_box .slider_sp .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0.3rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 820px) {
  #slider_box .slider_sp .slick-dots {
    display: none !important;
  }
}
#slider_box .slider_sp .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#slider_box .slider_sp .slick-dots li.slick-active {
  background-color: #F79A00;
}
#slider_box .slider_sp .slick-dots li button {
  display: none;
}
#slider_box .display {
  opacity: 1;
}

#question {
  background-color: rgb(220, 244, 239);
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
#question h2 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 2.4rem;
  font-family: serif;
  color: #555;
}
@media screen and (min-width: 1366px) {
  #question h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1366px) {
  #question h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #question h2 {
    font-size: 2.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #question h2 {
    font-size: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #question h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  #question h2 {
    font-size: 2rem;
  }
}
#question .question_content {
  font-family: sans-serif;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 1366px) {
  #question .question_content {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #question .question_content {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #question .question_content {
    width: 100vw;
  }
}
@media screen and (max-width: 820px) {
  #question .question_content {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 580px) {
  #question .question_content {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 350px) {
  #question .question_content {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#question .question_content div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1366px) {
  #question .question_content div {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  #question .question_content div {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #question .question_content div {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 820px) {
  #question .question_content div {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 580px) {
  #question .question_content div {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 350px) {
  #question .question_content div {
    width: 95%;
    margin: auto;
  }
}
#question .question_content div dl {
  text-align: left;
  background-color: #fff;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1366px) {
  #question .question_content div dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #question .question_content div dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #question .question_content div dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  #question .question_content div dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  #question .question_content div dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  #question .question_content div dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#question .question_content div dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: auto;
  padding: 5px;
  padding-right: 40px;
  padding-left: 30px;
}
@media screen and (max-width: 820px) {
  #question .question_content div dl dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#question .question_content div dl dt .txt_q {
  text-align: right;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(82, 200, 176);
  padding: 0px;
  padding-right: 40px;
  padding-left: 30px;
}
@media screen and (max-width: 820px) {
  #question .question_content div dl dt .txt_q {
    text-align: right;
    padding: 0px;
  }
}
#question .question_content div dl dt p {
  line-height: 2rem;
  letter-spacing: 0.027rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.3rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  #question .question_content div dl dt p {
    font-size: 1.3rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1366px) {
  #question .question_content div dl dt p {
    font-size: 1.3rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #question .question_content div dl dt p {
    font-size: 1.3rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  #question .question_content div dl dt p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 580px) {
  #question .question_content div dl dt p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  #question .question_content div dl dt p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
#question .question_content div dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 2rem;
  letter-spacing: 0.027rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.1rem;
  padding-right: 40px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 820px) {
  #question .question_content div dl dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #c8d7e2;
    padding-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  #question .question_content div dl dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #c8d7e2;
    padding-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  #question .question_content div dl dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #c8d7e2;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#question .question_content div dl dd .txt_a {
  font-weight: 600;
  font-size: 2rem;
  color: rgb(254, 95, 85);
  padding: 0px 30px;
}
@media screen and (max-width: 820px) {
  #question .question_content div dl dd .txt_a {
    text-align: right;
    padding: 0px;
  }
}
#question .question_content div dl dd p {
  border-top: 1px solid #c8d7e2;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 1366px) {
  #question .question_content div dl dd p {
    padding-top: 20px;
    font-size: 1.2rem;
    border-top: 1px solid #c8d7e2;
  }
}
@media screen and (max-width: 1366px) {
  #question .question_content div dl dd p {
    padding-top: 20px;
    font-size: 1.2rem;
    border-top: 1px solid #c8d7e2;
  }
}
@media screen and (max-width: 1100px) {
  #question .question_content div dl dd p {
    padding-top: 20px;
    font-size: 1.2rem;
    border-top: 1px solid #c8d7e2;
  }
}
@media screen and (max-width: 820px) {
  #question .question_content div dl dd p {
    padding-top: 0px;
    font-size: 1rem;
    border-top: none;
  }
}
@media screen and (max-width: 580px) {
  #question .question_content div dl dd p {
    padding-top: 0px;
    font-size: 1rem;
    border-top: none;
  }
}
@media screen and (max-width: 350px) {
  #question .question_content div dl dd p {
    padding-top: 0px;
    font-size: 1rem;
    border-top: none;
  }
}

#notice_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow-wrap: normal;
}

#treatment {
  width: 1100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1366px) {
  #treatment {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #treatment {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #treatment {
    width: 100vw;
  }
}
@media screen and (max-width: 820px) {
  #treatment {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
}
@media screen and (max-width: 580px) {
  #treatment {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
}
@media screen and (max-width: 350px) {
  #treatment {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
}
#treatment h2 {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 1366px) {
  #treatment h2 {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 1366px) {
  #treatment h2 {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 1100px) {
  #treatment h2 {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 820px) {
  #treatment h2 {
    padding: 10px 0px;
    width: 100vw;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  #treatment h2 {
    padding: 10px 0px;
    width: 100vw;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  #treatment h2 {
    padding: 10px 0px;
    width: 100vw;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
#treatment div {
  border-left: 1px solid rgb(200, 215, 226);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  #treatment div {
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  #treatment div {
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  #treatment div {
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  #treatment div {
    margin: auto;
    border-left: none;
    width: 80%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #treatment div {
    margin: auto;
    border-left: none;
    width: 80%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #treatment div {
    margin: auto;
    border-left: none;
    width: 95%;
    height: auto;
    display: block;
  }
}
#treatment div div {
  padding-left: 25px;
  padding-right: 0px;
  width: 45%;
  border-left: none;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 1366px) {
  #treatment div div {
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  #treatment div div {
    height: auto;
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 1100px) {
  #treatment div div {
    height: auto;
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 820px) {
  #treatment div div {
    width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #treatment div div {
    width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #treatment div div {
    width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
}
#treatment div div p {
  font-weight: 600;
  font-size: 1.3rem;
  padding-bottom: 8px;
}
#treatment div div dl {
  width: 100%;
}
#treatment div div dl div {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 20px;
  width: auto;
}
#treatment div div dl div dt {
  font-size: 1.1rem;
  font-weight: 600;
  width: 20%;
}
@media screen and (max-width: 820px) {
  #treatment div div dl div dt {
    width: 20%;
  }
}
@media screen and (max-width: 580px) {
  #treatment div div dl div dt {
    width: 20%;
  }
}
@media screen and (max-width: 350px) {
  #treatment div div dl div dt {
    width: 20%;
  }
}
#treatment div div dl div dd {
  font-size: 1.1rem;
  padding-left: 10px;
  width: auto;
}
@media screen and (max-width: 820px) {
  #treatment div div dl div dd {
    padding-left: 15%;
  }
}
@media screen and (max-width: 820px) {
  #treatment div div dl div dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  #treatment div div dl div dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 350px) {
  #treatment div div dl div dd {
    padding-left: 20px;
  }
}
#treatment div .schedule {
  padding-left: 0px;
  width: 55%;
}
@media screen and (max-width: 820px) {
  #treatment div .schedule {
    width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #treatment div .schedule {
    width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #treatment div .schedule {
    width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
}
#treatment div .schedule table {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.8rem;
  border-collapse: collapse;
  border-bottom: solid 1px rgb(200, 215, 226);
}
@media screen and (max-width: 820px) {
  #treatment div .schedule table {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  #treatment div .schedule table {
    margin-bottom: 0.9370424597vw;
    font-size: 1.1713030747vw;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1366px) {
  #treatment div .schedule table {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.6em;
  }
}
#treatment div .schedule table th,
#treatment div .schedule table td {
  text-align: center;
  border: solid 1px rgb(200, 215, 226);
}
@media screen and (max-width: 820px) {
  #treatment div .schedule table th,
  #treatment div .schedule table td {
    white-space: nowrap;
    word-break: keep-all;
  }
}
#treatment div .schedule table th {
  line-height: 2rem;
  width: 30px;
}
#treatment div .schedule table th:first-of-type {
  text-align: center;
}
#treatment div .schedule table tbody th {
  border-bottom: solid 1px rgb(200, 215, 226);
  line-height: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  #treatment div .schedule table tbody th {
    font-size: 0.9rem;
  }
}
#treatment div .schedule table tbody td {
  line-height: 2.6rem;
  border-bottom: solid 1px rgb(200, 215, 226);
  letter-spacing: 0.027rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  #treatment div .schedule table tbody td {
    font-size: 0.9rem;
  }
}
#treatment div .schedule table tbody td.open {
  color: rgb(254, 95, 85);
  font-size: 0.9rem;
}
#treatment div .schedule table tbody td.close {
  color: rgb(254, 95, 85);
}
#treatment div .schedule p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 820px) {
  #treatment div .schedule p {
    font-size: 1.1rem;
  }
}
#access {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 1366px) {
  #access {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #access {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #access {
    width: 100vw;
    padding: 0rem 2rem;
  }
}
@media screen and (max-width: 820px) {
  #access {
    width: 100vw;
    padding: 0rem 0.5rem;
    height: auto;
    display: block;
    width: 100vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  #access {
    width: 100vw;
    padding: 0rem 0.5rem;
    height: auto;
    display: block;
    width: 100vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 350px) {
  #access {
    width: 100vw;
    padding: 0rem 0.5rem;
    height: auto;
    display: block;
    width: 100vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#access h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
}
@media screen and (min-width: 1366px) {
  #access h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1366px) {
  #access h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #access h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 820px) {
  #access h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  #access h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  #access h2 {
    font-size: 2rem;
  }
}
#access .mapview {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1366px) {
  #access .mapview {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  #access .mapview {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  #access .mapview {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  #access .mapview {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  #access .mapview {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 350px) {
  #access .mapview {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#access .mapview .gmap {
  width: 630px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  #access .mapview .gmap {
    -o-object-fit: fill;
       object-fit: fill;
    max-width: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 820px) {
  #access .mapview .gmap {
    -o-object-fit: fill;
       object-fit: fill;
    margin: 0px auto;
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 580px) {
  #access .mapview .gmap {
    padding: 0px auto;
    width: 100vw;
    height: 400px;
  }
}
@media screen and (max-width: 350px) {
  #access .mapview .gmap {
    padding: 0px auto;
    width: 100vw;
    height: 300px;
  }
}
#access .mapview .imap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1366px) {
  #access .mapview .imap {
    width: auto;
  }
}
@media screen and (max-width: 1366px) {
  #access .mapview .imap {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  #access .mapview .imap {
    width: auto;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px) {
  #access .mapview .imap {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 580px) {
  #access .mapview .imap {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 350px) {
  #access .mapview .imap {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#access .mapview .imap img {
  height: 340px;
  width: auto;
}
@media screen and (max-width: 1100px) {
  #access .mapview .imap img {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #access .mapview .imap img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  #access .mapview .imap img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 350px) {
  #access .mapview .imap img {
    width: 100%;
    height: auto;
  }
}
#access .addressroot {
  color: #555;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #access .addressroot {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#access .addressroot .address_up dl {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 10px;
  width: auto;
}
@media screen and (max-width: 820px) {
  #access .addressroot .address_up dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#access .addressroot .address_up dl dt {
  min-width: 120px;
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  #access .addressroot .address_up dl dt {
    width: 100%;
  }
}
#access .addressroot .address_up dl dd {
  width: 100%;
  font-size: 1.1rem;
  padding-left: 20px;
  width: auto;
}
@media screen and (min-width: 1366px) {
  #access .addressroot .address_up dl dd {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1366px) {
  #access .addressroot .address_up dl dd {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  #access .addressroot .address_up dl dd {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 820px) {
  #access .addressroot .address_up dl dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #access .addressroot .address_up dl dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #access .addressroot .address_up dl dd {
    font-size: 1rem;
  }
}
#access .addressroot .address_down dl {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 10px;
  width: auto;
}
@media screen and (max-width: 820px) {
  #access .addressroot .address_down dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#access .addressroot .address_down dl dt {
  min-width: 200px;
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  #access .addressroot .address_down dl dt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1366px) {
  #access .addressroot .address_down dl dt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  #access .addressroot .address_down dl dt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 820px) {
  #access .addressroot .address_down dl dt {
    width: 100%;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 580px) {
  #access .addressroot .address_down dl dt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 350px) {
  #access .addressroot .address_down dl dt {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}
#access .addressroot .address_down dl dd {
  width: 100%;
  font-size: 1.1rem;
  padding-left: 20px;
  width: auto;
}
@media screen and (min-width: 1366px) {
  #access .addressroot .address_down dl dd {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1366px) {
  #access .addressroot .address_down dl dd {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  #access .addressroot .address_down dl dd {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 820px) {
  #access .addressroot .address_down dl dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #access .addressroot .address_down dl dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  #access .addressroot .address_down dl dd {
    font-size: 1rem;
    padding-left: 10px;
  }
}
#access .addressroot hr {
  width: 100%;
  margin: 1rem 0;
  border: none;
  border-bottom: solid 1px rgb(200, 215, 226);
}