@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * 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: inherit;
  /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ここまでリセットCSS */
html {
  font-size: 62.5%;
}

body {
  width: auto;
  height: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #707070;
}

header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3);
}

header .header-container {
  display: flex;
  justify-content: space-between;
  height: 70px;
  font-size: 1.6rem;
  margin: 0 auto;
}

header .header-container .header-left {
  width: 50%;
  height: auto;
  padding-left: 10px;
}

header .header-container .header-left .main-logo a {
  margin-top: 15px;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 50px;
  background: url(../images/logo.png) top left no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

header .header-container .header-right {
  width: 30%;
  min-width: 150px;
  padding: 10px 0 5px 0;
  text-align: center;
}

header .header-container .header-right p {
  font-size: 1.2rem;
  padding-bottom: 10px;
}

header .header-container .header-right a {
  font-size: 1.2rem;
  text-decoration: none;
  background: linear-gradient(#4CCE3B, #246e11);
  border-radius: 4px;
  padding: 7px 10px;
  color: #dfdfdf;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

header .header-container .header-right a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

header .nav-menu {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
}

header .nav-menu ul {
  display: flex;
  justify-content: space-between;
}

header .nav-menu ul li {
  width: 25%;
  list-style: none;
}

header .nav-menu ul li a {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

header .nav-menu ul li a span {
  font-size: 1rem;
}

header .nav-menu ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #4CCE3B;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

header .nav-menu ul li a:hover::after {
  transform: scale(1, 1);
}

.background {
  width: 100%;
  height: 100vh;
  background: url(../images/background-image.jpg) left center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

.green {
  color: #4CCE3B;
}

.orange {
  color: #F4660E;
}

.top {
  width: 100%;
  height: 680px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.top .top-container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.top .top-container .top-left {
  width: 50%;
  min-width: 160px;
  position: absolute;
  padding-top: 140px;
  z-index: 1;
  text-align: center;
}

.top .top-container .top-left h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 1px 2px 5px #808080;
}

.top .top-container .top-right {
  width: 50%;
  min-width: 230px;
  padding-top: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.top .top-container .top-right .image-box {
  width: 100%;
  max-width: 260px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.top .top-container .top-right .image-box::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.top .top-container .top-right .main-image {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top .top-container .top-news {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 80px;
  text-align: center;
}

.top .top-container .top-news .news-container {
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.top .top-container .top-news .news-container h3 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}

.top .top-container .top-news .news-container p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5em;
  padding: 8px;
}

.top .top-container .top-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.top .top-container .youtube-container {
  background-color: #F4660E;
  width: 220px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  display: flex;
}

.top .top-container .youtube-container:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.top .top-container .youtube-container-left {
  width: 30%;
  height: 100%;
  position: relative;
}

.top .top-container .youtube-logo {
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.top .top-container .youtube-container-right {
  width: 70%;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.top .top-container .youtube-text {
  color: #ffffff;
  line-height: 18px;
  font-size: 1.3rem;
}

.top .top-container .youtube-span {
  font-size: 1rem;
}

.service {
  width: 100%;
}

.service .service-container {
  width: 95%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.service .logo {
  font-size: 1.3rem;
  margin: 0 auto;
  text-align: center;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 10px 0;
  color: #707070;
  line-height: 1.3em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.service .logo span {
  font-size: 1rem;
}

.service .service-description {
  width: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.service .service-description span {
  text-shadow: 1px 1px 1px #808080;
}

.service .service-description h2 {
  font-size: 1.4rem;
  padding: 15px 10px;
  line-height: 1.5em;
  font-weight: bold;
}

.service .service-description .p-container {
  width: 85%;
  margin: 0 auto;
}

.service .service-description .p-container p {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding-bottom: 20px;
  text-align: left;
}

.menu {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.5);
}

.menu .menu-container {
  width: 95%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
}

.menu .logo {
  font-size: 1.3rem;
  margin: 0 auto;
  text-align: center;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 10px 0;
  color: #707070;
  line-height: 1.3em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.menu .logo span {
  font-size: 1rem;
}

.menu .menu-image {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding-top: 15px;
}

.menu .menu-image .menu-image-left {
  width: 50%;
}

.menu .menu-image .menu-image-right {
  width: 50%;
}

.menu .menu-type-container {
  width: 100%;
}

.menu .menu-type-container .menu-type {
  width: 100%;
}

.menu .menu-type-container .menu-type h3 {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 2px #4CCE3B;
  color: #000000;
}

.menu .menu-type-container .menu-type h3 span {
  font-size: 1.2rem;
}

.menu .menu-type-container .menu-type p {
  width: 95%;
  font-size: 1.2rem;
  margin: 0 auto;
  border-bottom: dotted 1px #707070;
  line-height: 2.2em;
  padding-left: 5px;
}

.menu .menu-type-container .menu-type .menu-option {
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: dotted 1px #707070;
  padding-left: 5px;
}

.menu .menu-type-container .menu-type .menu-option p {
  width: 50%;
  border-bottom: none;
  padding-left: 0;
}

.menu .menu-type-container .menu-type .menu-option .menu-option-right {
  text-align: right;
  padding-right: 5px;
}

.menu .menu-type-container .menu-type .area {
  margin-top: 15px;
  border-bottom: none;
  line-height: 1.5em;
}

.menu .menu-type-container .menu-type .area span {
  background: linear-gradient(to bottom, #fff 30%, #F4660E 85%);
}

.contact {
  width: 100%;
}

.contact .contact-wrapper {
  width: 95%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
}

.contact .logo {
  font-size: 1.3rem;
  margin: 0 auto;
  text-align: center;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 10px 0;
  color: #707070;
  line-height: 1.3em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.contact .logo span {
  font-size: 1rem;
}

.contact .contact-container {
  width: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.contact .contact-container h3 {
  margin-left: auto;
  margin-right: 30px;
  width: 70%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 20px 0;
}

.contact .contact-container h3 span {
  color: #F4660E;
  text-shadow: 1px 1px 1px #808080;
}

.contact .contact-container .tel-container {
  margin-left: auto;
  margin-right: 30px;
  width: 70%;
}

.contact .contact-container .tel-container a {
  width: 70%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 0 auto;
  background: linear-gradient(#4CCE3B, #246e11);
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  color: #dfdfdf;
  text-align: center;
  line-height: 2em;
}

.contact .contact-container .tel-container a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.contact .contact-container p {
  font-size: 1.3rem;
  margin: 0 auto;
  width: 80%;
  text-align: right;
  padding: 10px 0;
}

.contact .contact-container img {
  width: 30%;
  position: absolute;
  bottom: -20px;
  left: -15px;
}

footer {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

footer .footer-container {
  width: 100%;
  padding-bottom: 10px;
  margin: 0 auto;
}

footer .footer-container a {
  width: 50%;
}

footer .footer-container a img {
  width: 50%;
  max-width: 300px;
  margin: 10px 0;
}

footer .footer-container p {
  font-size: 0.8rem;
}

@media (min-width: 740px) {
  header .header-container, .top .top-container, .service .service-container, .menu .menu-container, .contact .contact-wrapper, footer .footer-container {
    max-width: 720px;
    width: 95%;
  }
  header .header-container {
    height: 80px;
  }
  header .header-container .header-right p {
    font-size: 1.8rem;
  }
  header .header-container .header-right a {
    font-size: 1.8rem;
  }
  header .nav-menu {
    max-width: 500px;
  }
  header .nav-menu ul li a {
    font-size: 1.5rem;
  }
  .top {
    height: 830px;
  }
  .top .top-container .top-left {
    width: 45%;
    padding-top: 170px;
    text-align: center;
  }
  .top .top-container .top-left h2 {
    font-size: 3.3rem;
  }
  .top .top-container .top-right {
    width: 70%;
    padding-top: 140px;
    right: 10px;
    margin: 0 0 0 auto;
  }
  .top .top-container .top-right .image-box {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
  .top .top-container .top-news {
    bottom: 100px;
  }
  .top .top-container .top-news .news-container {
    padding: 2em;
  }
  .top .top-container .top-news .news-container h3 {
    font-size: 2.0rem;
  }
  .top .top-container .top-news .news-container p {
    font-size: 1.6rem;
  }
  .top .top-container .top-bottom {
    height: 50px;
    bottom: 25px;
  }
  .top .top-container .top-bottom .youtube-container {
    width: 280px;
    height: 50px;
  }
  .top .top-container .top-bottom .youtube-container .youtube-container-right {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .top .top-container .top-bottom .youtube-container .youtube-container-right .youtube-text {
    color: #ffffff;
    line-height: 22px;
    font-size: 1.5rem;
  }
  .top .top-container .top-bottom .youtube-container .youtube-container-right .youtube-text .youtube-span {
    font-size: 1.2rem;
  }
  .service .service-container .logo {
    width: 200px;
    font-size: 2rem;
  }
  .service .service-container .logo span {
    font-size: 1.4rem;
  }
  .service .service-container .service-description {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .service .service-container .service-description h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .service .service-container .service-description span {
    text-shadow: 1px 1px 1px #808080;
  }
  .service .service-container .service-description .p-container p {
    font-size: 1.8rem;
  }
  .menu .menu-container .logo {
    width: 200px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu .menu-container .logo span {
    font-size: 1.4rem;
  }
  .menu .menu-container .menu-type-container {
    width: 95%;
    margin: 0 auto;
  }
  .menu .menu-container .menu-type-container .menu-type h3 {
    font-size: 1.8rem;
  }
  .menu .menu-container .menu-type-container .menu-type p {
    font-size: 1.6rem;
  }
  .menu .menu-container .menu-type-container .menu-type .area {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .contact .contact-wrapper .logo {
    width: 200px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact .contact-wrapper .logo span {
    font-size: 1.4rem;
  }
  .contact .contact-wrapper .contact-container {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .contact .contact-wrapper .contact-container h3 {
    font-size: 2.5rem;
    line-height: 1.8em;
    width: 70%;
  }
  .contact .contact-wrapper .contact-container .tel-container {
    text-align: center;
  }
  .contact .contact-wrapper .contact-container .tel-container a {
    width: 70%;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact .contact-wrapper .contact-container p {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .contact .contact-wrapper .contact-container img {
    width: 38%;
    bottom: -30px;
  }
}

@media (min-width: 1000px) {
  header .header-container, .top .top-container, .service .service-container, .menu .menu-container, .contact .contact-wrapper, footer .footer-container {
    max-width: 1000px;
    width: 95%;
  }
  header .header-container {
    justify-content: space-around;
  }
  .top {
    height: 900px;
  }
  .top .top-container .top-left h2 {
    font-size: 5rem;
  }
  .top .top-container .top-right {
    right: 30px;
  }
  .top .top-container .top-right .image-box {
    max-width: 500px;
  }
  .top .top-container .top-news {
    bottom: 120px;
  }
  .top .top-container .top-news .news-container {
    padding: 2em;
  }
  .top .top-container .top-news .news-container h3 {
    font-size: 2.2rem;
  }
  .top .top-container .top-news .news-container p {
    font-size: 1.8rem;
  }
  .top .top-container .top-bottom {
    height: 60px;
    bottom: 30px;
  }
  .top .top-container .top-bottom .youtube-container {
    width: 340px;
    height: 60px;
    padding-right: 15px;
  }
  .top .top-container .top-bottom .youtube-container .youtube-container-right {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .top .top-container .top-bottom .youtube-container .youtube-container-right .youtube-text {
    color: #ffffff;
    line-height: 25px;
    font-size: 1.8rem;
  }
  .top .top-container .top-bottom .youtube-container .youtube-container-right .youtube-text .youtube-span {
    font-size: 1.5rem;
  }
  .service .service-container .service-description h2 {
    font-size: 2.5rem;
  }
  .service .service-container .service-description .p-container p {
    font-size: 2rem;
  }
  .menu .menu-container .menu-type-container .menu-type h3 {
    font-size: 2rem;
    padding-top: 30px;
  }
  .menu .menu-container .menu-type-container .menu-type p {
    font-size: 1.8rem;
  }
  .contact .contact-wrapper .contact-container h3 {
    font-size: 2.6rem;
    width: 75%;
  }
  .contact .contact-wrapper .contact-container .tel-container {
    width: 75%;
  }
  .contact .contact-wrapper .contact-container .tel-container a {
    font-size: 2.2rem;
    width: 50%;
    margin: 0 auto;
  }
  .contact .contact-wrapper .contact-container p {
    font-size: 1.8rem;
  }
  .contact .contact-wrapper .contact-container img {
    width: 30%;
    left: -50px;
  }
}

@media (min-width: 450px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
