@charset "UTF-8";
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/frigerio-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/frigerio-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/frigerio-serif-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/frigerio-serif-Bold.woff") format("woff");
  font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 750px) {
  body {
    line-height: 1.5;
    font-size: 13px;
  }
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Roboto Slab", "YuMincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", serif;
  }
}
html {
  -webkit-overflow-scrolling: touch;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

/*明朝体*/
/*インナー横幅指定*/
/*横幅いっぱい*/
/*行間広め*/
/* --------------------------
	デバイス調整
--------------------------- */
@media only screen and (min-width:1025px) {
  .pcNone {
    display: none !important;
  }

  .spOnly {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  .pcOnly {
    display: none !important;
  }

  .pcNone {
    display: inline-block !important;
  }

  .spOnly {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  .pcNone {
    display: inline-block !important;
  }

  .pcOnly {
    display: none !important;
  }

  .spNone {
    display: none !important;
  }

  .spOnly {
    display: inline-block !important;
  }
}
/* --------------------------
	アニメーション
--------------------------- */
/*フェードイン*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*フェードアウト*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.fade-in-down {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.fade-in-left {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

.fade-in-right {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*時差表示*/
.lag-1 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  ms-transition-delay: 200ms;
}
@media only screen and (max-width:767px) {
  .lag-1 {
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    ms-transition-delay: 100ms;
  }
}

.lag-2 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  ms-transition-delay: 400ms;
}
@media only screen and (max-width:767px) {
  .lag-2 {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    ms-transition-delay: 200ms;
  }
}

.lag-3 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  ms-transition-delay: 600ms;
}
@media only screen and (max-width:767px) {
  .lag-3 {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    ms-transition-delay: 300ms;
  }
}

/* --------------------------
	ページトップ
--------------------------- */
#pagetop {
  height: 60px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  border-radius: 50%;
}

#pagetop.fixed {
  height: 60px;
  width: 60px;
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  border: 1px solid #d1d4d7;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 50;
}
@media only screen and (max-width:767px) {
  #pagetop.fixed {
    width: 45px;
    height: 45px;
  }
}
#pagetop.fixed a {
  display: block;
}

.totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
@media only screen and (max-width:1024px) {
  .totop {
    bottom: 35px;
    right: 20px;
  }
}
@media only screen and (max-width:767px) {
  .totop {
    bottom: 35px;
    right: 10px;
  }
}
.totop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #d1d4d7;
  border-right: solid 3px #d1d4d7;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 17px;
  right: 21px;
}
@media only screen and (max-width:767px) {
  .totop:after {
    width: 10px;
    height: 10px;
    bottom: 14px;
    right: 15px;
  }
}

/* --------------------------
	ヘッダー
--------------------------- */
header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
}
@media only screen and (max-width:1024px) {
  header {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner h1 {
  margin-right: auto;
}
@media only screen and (max-width:1024px) {
  header .inner h1 {
    padding-left: 25px;
  }
}
@media only screen and (max-width:767px) {
  header .inner h1 {
    padding-left: 15px;
  }
  header .inner h1 img {
    width: 100px;
  }
}
@media only screen and (max-width:320px) {
  header .inner h1 img {
    width: 80px;
  }
}
header .inner nav {
  margin-right: 45px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width:1024px) {
  header .inner nav {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .inner nav ul li {
  margin-right: 25px;
}
header .inner .nav-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
header .inner .nav-item ul .withcorona {
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  header .inner .nav-item ul .withcorona {
    margin-right: 0;
  }
}
header .inner .nav-item ul .withcorona a {
  display: block;
  border: 1px solid #000;
  padding: 12px 15px;
}
@media only screen and (max-width:1024px) {
  header .inner .nav-item ul .withcorona a {
    height: 68px;
    padding: 0 10px;
    border: none;
    border-left: 1px solid #d1d4d7;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1ch;
  }
}
@media only screen and (max-width:767px) {
  header .inner .nav-item ul .withcorona a {
    height: 50px;
    font-size: 10px;
  }
}
header .inner .nav-item ul .reserve {
  background-color: #000;
  min-width: 210px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  header .inner .nav-item ul .reserve {
    min-width: auto;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1ch;
  }
}
@media only screen and (max-width:767px) {
  header .inner .nav-item ul .reserve {
    height: 50px;
    font-size: 10px;
  }
}
header .inner .nav-item ul .reserve a {
  display: block;
  color: #fff;
  padding: 12px 15px;
}
@media only screen and (max-width:1024px) {
  header .inner .nav-item ul .reserve a {
    padding: 12px 25px;
  }
}
@media only screen and (max-width:767px) {
  header .inner .nav-item ul .reserve a {
    padding: 5px 10px;
  }
}
@media only screen and (max-width:320px) {
  header .inner .nav-item ul .reserve a {
    padding: 5px;
  }
}
@media only screen and (max-width:1024px) {
  header .inner {
    position: relative;
  }
  header .inner .hamburger-nav {
    width: 70px;
    text-align: right;
  }
  header .inner .nav-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 60px 60px 30px;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .inner .nav-list .logo {
    text-align: center;
    margin-bottom: 25px;
  }
  header .inner .nav-list .logo img {
    width: 100px;
    height: auto;
  }
  header .inner .nav-list .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  header .inner .nav-list .nav-item .item {
    position: relative;
    width: 100%;
  }
  header .inner .nav-list .nav-item .item a {
    display: block;
    padding: 18px 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: relative;
  }
  header .inner .nav-list .nav-item .item.reserve {
    background-color: #fff;
  }
  header .inner .nav-list .nav-item .item.reserve a {
    color: #000;
  }
  header .inner .nav-list .nav-item .item.reserve a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    height: 85%;
    display: block;
    border: 1px solid #000;
  }
  header .inner .nav-list .tel-col {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    text-align: center;
    padding: 8px 10px 15px;
    margin-bottom: 15px;
    color: #fff;
  }
  header .inner .nav-list .tel-col .tel {
    position: relative;
    font-family: "Noto Serif JP";
    font-size: 25px;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  header .inner .nav-list .tel-col .tel a {
    pointer-events: auto;
    color: #fff;
  }
  header .inner .nav-list .tel-col .time {
    font-size: 11px;
  }
  header .inner .nav-list ul {
    display: block;
    margin-bottom: 35px;
  }
  header .inner .nav-list ul li {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .inner .nav-list ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: white;
    position: relative;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header .inner .nav-list ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    background-color: transparent;
  }
  header .inner .nav-list ul li:last-child a:after {
    content: "";
  }
  header .inner .nav-list .banner {
    margin: 20px auto 0;
    text-align: center;
  }
  header .inner .nav-list .banner img {
    width: 60%;
    height: auto;
    margin-bottom: 10px;
  }
  header .inner .nav-list.open {
    display: block;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .inner .nav-list.close {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
  }
  header .inner .nav-list.close .tel a {
    pointer-events: none;
  }
  header .inner button span {
    background: transparent;
    width: 55px;
    height: 55px;
    margin: 0;
    display: block;
    position: absolute;
    top: -25px;
    left: -14px;
  }
  header .inner .nav-toggle-button {
    background: #000;
    width: 26px;
    height: 2px;
    margin: 0 0 0 -13px;
    display: block;
    position: absolute;
    top: 35px;
    right: 22px;
    outline: none;
    border: none;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 1;
  }
  header .inner .nav-toggle-button.close::before,
header .inner .nav-toggle-button.close::after {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header .inner .nav-toggle-button.close::before {
    -webkit-transform: translate(0, 8px);
        -ms-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
  header .inner .nav-toggle-button.close::after {
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  header .inner .nav-toggle-button.open {
    background: transparent;
    z-index: 100;
    border: none;
  }
  header .inner .nav-toggle-button.open:before,
header .inner .nav-toggle-button.open:after {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header .inner .nav-toggle-button.open:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .inner .nav-toggle-button.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media only screen and (max-width:767px) {
  header .inner .nav-list {
    padding: 60px 40px 30px;
  }
  header .inner .nav-list .nav-item .item.reserve a:after {
    width: 96%;
  }
  header .inner .nav-list .banner img {
    width: 100%;
  }
  header .inner .hamburger-nav {
    width: 55px;
  }
  header .inner .nav-toggle-button {
    top: 25px;
    right: 15px;
  }
}
@media only screen and (max-width:360px) {
  header .inner .nav-list .tel-col .time {
    font-size: 11px;
  }
}

footer {
  margin-top: 95px;
}
@media only screen and (max-width:767px) {
  footer {
    margin-top: 70px;
  }
}
footer .footer-menu {
  background-color: #000;
  padding: 50px 0;
}
@media only screen and (max-width:1024px) {
  footer .footer-menu {
    padding: 30px 0;
  }
}
@media only screen and (max-width:767px) {
  footer .footer-menu {
    padding: 25px 0;
    text-align: center;
  }
}
footer .footer-menu .inner {
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  footer .footer-menu .inner {
    padding: 0 35px;
  }
}
@media only screen and (max-width:767px) {
  footer .footer-menu .inner {
    padding: 0 20px;
    display: block;
  }
}
@media only screen and (max-width:767px) {
  footer .footer-menu .inner .logo {
    margin-bottom: 15px;
  }
  footer .footer-menu .inner .logo img {
    width: 100px;
  }
}
footer .footer-menu .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767px) {
  footer .footer-menu .inner ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-menu .inner ul li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width:767px) {
  footer .footer-menu .inner ul li {
    margin-right: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width:320px) {
  footer .footer-menu .inner ul li {
    margin-right: 12px;
    padding-right: 12px;
    font-size: 10px;
  }
}
footer .footer-menu .inner ul li:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 5px;
}
@media only screen and (max-width:767px) {
  footer .footer-menu .inner ul li:after {
    height: 12px;
  }
}
@media only screen and (max-width:320px) {
  footer .footer-menu .inner ul li:after {
    top: 3px;
  }
}
footer .footer-menu .inner ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer .footer-menu .inner ul li:last-child:after {
  content: none;
}
footer .footer-menu .inner ul li a {
  color: #fff;
}
footer .copyright {
  font-size: 11px;
  text-align: center;
  padding: 5px 0;
}
@media only screen and (max-width:767px) {
  footer .copyright {
    font-size: 10px;
  }
}

/* --------------------------
	コンテンツ
--------------------------- */
.wrap {
  overflow: hidden;
  position: relative;
}

.contents {
  max-width: 1080px;
  margin: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1160px) {
  .contents {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width:1024px) {
  .contents {
    max-width: 100%;
    padding: 0 35px;
  }
}
@media only screen and (max-width:767px) {
  .contents {
    padding: 0 20px;
  }
}
.contents.mg {
  margin-top: 100px;
}
@media only screen and (max-width:1024px) {
  .contents.mg {
    margin-top: 50px;
  }
}
@media only screen and (max-width:767px) {
  .contents.mg {
    margin-top: 40px;
  }
}

/*問い合わせ*/
.contact {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .contact h2 {
    line-height: 1.3;
  }
}
.contact .inner {
  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;
  margin-bottom: 60px;
}
@media only screen and (max-width:1024px) {
  .contact .inner {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:767px) {
  .contact .inner {
    display: block;
  }
}
.contact .inner .item {
  margin-right: 80px;
  padding-right: 80px;
  border-right: 1px solid #d1d4d7;
}
@media only screen and (max-width:767px) {
  .contact .inner .item {
    margin-right: 0;
    margin-bottom: 25px;
    padding-right: 0;
    border-right: none;
  }
}
.contact .inner .item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width:767px) {
  .contact .inner .item:last-child {
    margin-bottom: 0;
  }
}
.contact .inner .item .tel {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:1024px) {
  .contact .inner .item .tel {
    display: inline-block;
  }
}
@media only screen and (max-width:320px) {
  .contact .inner .item .tel {
    font-size: 25px;
  }
}
.contact .inner .item .tel a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .contact .inner .item .tel a {
    pointer-events: auto;
  }
}
.contact .inner .item .time {
  font-size: 13px;
}
@media only screen and (max-width:767px) {
  .contact .inner .item .time {
    font-size: 12px;
  }
}
@media only screen and (max-width:320px) {
  .contact .inner .item .time {
    font-size: 11px;
  }
}

/*見出し*/
.headline-type01 {
  font-family: "Noto Serif JP";
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding: 0 75px;
}
@media only screen and (max-width:1024px) {
  .headline-type01 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:767px) {
  .headline-type01 {
    font-size: 25px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    padding: 0 65px;
  }
}
@media only screen and (max-width:320px) {
  .headline-type01 {
    font-size: 17px;
  }
}
.headline-type01:before, .headline-type01:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.headline-type01:before {
  left: 0;
}
.headline-type01:after {
  right: 0;
}

/*ボタン*/
.button {
  font-size: 12px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
}
.button a {
  border: 1px solid #000;
  display: block;
  padding: 12px 15px;
  position: relative;
}
.button.cv a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.button.cv a:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.button.return a {
  padding: 8px 15px 8px 25px;
}
.button.small a {
  padding: 8px 25px 8px 15px;
}

/*preload設定*/
header.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*アンカーリンク*/
.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}