@charset "utf-8";

/*
Theme Name: Original Theme
Theme URI:
Author: Fuji Computer Co.Ltd.
Author URI : http://fujicomp.co.jp
Description: オリジナルテーマ
Version: 1.0
*/

/* << INDEX >> ----------------------------------------------------------------
*
* @ 基本定義
* @ サイト共通設定
* @ ヘッダー
* @ フッター
* @ コンテンツ
* @ サイドバー
* @ メイン
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 基本定義
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ Webフォント設定
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('css/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
    url('css/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
    url('css/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
    url('css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("css/fonts/fa-solid-900.eot");
  src: url("css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-solid-900.woff2") format("woff2"),
    url("css/fonts/fa-solid-900.woff") format("woff"),
    url("css/fonts/fa-solid-900.ttf") format("truetype"),
    url("css/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("css/fonts/fa-regular-400.eot");
  src: url("css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-regular-400.woff2") format("woff2"),
    url("css/fonts/fa-regular-400.woff") format("woff"),
    url("css/fonts/fa-regular-400.ttf") format("truetype"),
    url("css/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("css/fonts/fa-brands-400.eot");
  src: url("css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-brands-400.woff2") format("woff2"),
    url("css/fonts/fa-brands-400.woff") format("woff"),
    url("css/fonts/fa-brands-400.ttf") format("truetype"),
    url("css/fonts/fa-brands-400.svg#fontawesome") format("svg");;
}
.awesome {
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5s {
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5r {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opensans {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

/* @ Normalize.css調整（原則として改変禁止）
---------------------------------------------------------------------------- */
/* >>> 日本語フォント対応 */
html,
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New","Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* >>> 禁則処理 */
p,li,dt,dd,th,td,pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: strict;
  word-break: strict;
}
/* >>> フルードイメージ対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* @ テキスト見出し設定（html要素のfont-sizeを基準に算出、ここでの装飾は行わない）
---------------------------------------------------------------------------- */
h1 { /* 32px */
  font-size: 2rem;
  line-height: 1.5;
}
h2 { /* 28px */
  font-size: 1.75rem;
  line-height: 1.75;
}
h3,h4 { /* 20px */
  font-size: 1.25rem;
  line-height: 1.1667;
}
h5,h6 { /* 18px */
  font-size: 1.125rem;
  line-height: 1.3125;
}

/* @ 見出し設定
---------------------------------------------------------------------------- */
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-weight: normal;
}
h2 strong {
  text-transform: uppercase;
  font-family: "Yuji Syuku";
  font-size: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  h2 strong {
    font-size: max(10vw, 38px)
  }
}
h2 span {
  position: relative;
  margin-top: 6px;
  padding-left: 146px;
  font-size: 1.5rem;
  color: rgba(33, 33, 33, 0.6);
}
@media screen and (max-width: 480px) {
  h2 span {
    padding-left: calc(12.0832vw + 16px);
  }
}
h2 span::before,
h2 span::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  background: #222222;
}
h2 span::before {
  top: 9px;
  width: 130px;
  height: 1px;
}
@media screen and (max-width: 480px) {
  h2 span::before {
    width: 12.0832vw;
  }
}
h2 span::after {
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

h3 {
  margin: 80px 0 48px;
  padding: 16px 24px 12px;
  background: #F5FAF6;
  border-bottom: 4px solid #057758;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 2rem;
  color: #057758;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.5rem;
    padding: 16px 20px 12px;
  }
}
h3 span {
  display: inline-block;
}
h3 span:first-child {
  margin-right: 12px;
}
h3 span.sub-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  h3 span.sub-txt {
    font-size: 1.125rem;
  }
}

h4 {
  position: relative;
  margin: 32px 0 28px;
  padding: 0 0 5px 20px;
  border-left: 3px solid #057758;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    padding: 0 0 5px 15px;
  }
}
h4::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #C6C7C7;
}
h4.price-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  h4.price-ttl {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
h4.price-ttl .price {
  font-size: 1.25rem;
  margin-left: 3px;
}
h4.price-ttl .price span {
  display: inline-block;
}
h4.price-ttl .price span:first-of-type {
    margin-right: 12px;
}



/* @ リンク設定
---------------------------------------------------------------------------- */
a {
  color: #000099;
  outline: none;
}
a:hover {
  color: #000099;
  text-decoration: none;
}

/* @ リンクボタン設定
---------------------------------------------------------------------------- */
.link-btn {
  margin: 48px 0 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn a {
  display: block;
  max-width: 280px;
  padding: 20px;
  border-radius: 4px;
  background: #444341;
  color: #FAF7E8;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn.txtC a {
  margin: 0 auto;
}
.link-btn a:hover {
  opacity: 0.6;
}
.link-btn a::after {
  content: '';
  display: inline-block;
  margin-left: 16px;
  background: url("img/arrow01.webp") no-repeat center center / contain;
  width: 24px;
  height: 8px;
}
.link-btn a.letter-icon:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}
.link-btn a.graduation-cap-icon:before {
  content: '\f19d';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}
.link-btn a.briefcase-icon:before {
  content: '\f0b1';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}

/* @ その他
---------------------------------------------------------------------------- */
body {
  color: #222;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 72px;
  }
}
strong,b,table th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}
button, input, optgroup, select, textarea {
  font-family: "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
}
input[type='submit'],
button {
  transition: opacity 0.3s;
}
input[type='submit']:hover {
  cursor: pointer;
  opacity: 0.6;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
* {
  box-sizing: border-box;
}
ul li,
ol li {
  margin-bottom: 5px;
}

/* @ Youtubeレスポンシブ対応
---------------------------------------------------------------------------- */
.youtube_wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_wrap .youtube_wrap {
  padding-top: 0;
  position: static;
}
.youtube_wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイト共通設定
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }
}

.page-keyimg .wrap {
  display: flex;
  align-items: center;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .page-keyimg .wrap {
    min-height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .page-keyimg .wrap {
    min-height: 150px;
  }
}
.page-keyimg {
  background-size: cover;
}
.page-keyimg .wrap h2 {
  margin: 0;
  background: none;
}
.page-keyimg .wrap h2 span {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .page-keyimg .wrap h2 span {
    margin-top: 0;
  }
}
.page-keyimg .wrap h2 span::before,
.page-keyimg .wrap h2 span::after {
  content: none;
}

/* @ Newアイコン
---------------------------------------------------------------------------- */
.newpost {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #c33;
  margin-left: 1em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* @ パンくず
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul li {
  display: inline;
  line-height: 1em;
  font-size: 0.875rem;
}
#breadcrumb ul li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:first-of-type:before {
  content: none;
}
#breadcrumb ul li:last-of-type {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* @ ページナビ（記事詳細用）
----------------------------------------------------------------------------- */
.pagenavi {
  font-family: 'FontAwesome';
  margin: 3em 0 0;
  padding: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagenavi a {
  display: inline-block;
  padding: 5px 1.5em;
  background-color: #057758;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.pagenavi a:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

/* >>> 前へ */
.pagenavi li:first-child {
  display: inline-block;
  float: left;
}

/* >>> 次へ */
.pagenavi li:last-child {
  display: inline-block;
  float: right;
}

/* @ ページナビ（記事一覧用）
----------------------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 40px 0 0;
  text-align: center;
}
.wp-pagenavi *:first-child {
  margin-left: 0 !important;
}
.wp-pagenavi *:last-child {
  margin-right: 0 !important;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
  padding: 5px 10px;
  display: inline-block;
  background-color: #ccc;
  text-decoration: none;
  color: #fff;
}
.wp-pagenavi span.current {
  background-color: #057758;
}
.wp-pagenavi a:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}
.wp-pagenavi .extend {
  background-color: transparent;
  color: #333;
}

/* @ メールフォーム
---------------------------------------------------------------------------- */
.mw_form-msg {
  border: 5px solid #ccc;
  padding: 1em;
}
.mw_form-msg em,
.mw_form-table em {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #c33;
  color: #fff;
  margin-right: 0.5em;
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-table {
  width: 100%;
  border-collapse: collapse;
}
.mw_form-table tr:nth-child(even) {
  background-color: #eee;
}
.mw_form-table tr:nth-child(odd) {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .mw_form-table,
  .mw_form-table tbody,
  .mw_form-table tr {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
  }
}
.mw_form-table th {
  box-sizing: border-box;
  width: 20%;
  white-space: nowrap;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .mw_form-table th {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-bottom: none;
    text-align: left;
    background-color: #eee;
  }
}
.mw_form-table td {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 480px) {
  .mw_form-table td {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 1em;
    padding: 1em 0;
    border-bottom: none;
    background-color: #fff;
  }
}
.mw_form-table input[type='text'],
.mw_form-table input[type='email'],
.mw_form-table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
}
.mw_form-table .mwform-zip-field input[type='text'],
.mw_form-table .mwform-tel-field input[type='text'] {
  width: 5em;
  margin: 0 0.25em;
}
.mw_form-table .error {
  font-weight: bold;
  color: #c33;
  margin-top: 0.5em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin: 28px 0;
  padding: 0;
}
.mw_form-btn li {
  display: inline-block;
  list-style: none;
  margin: 0 1em;
}
.mw_form-btn li input[type='submit'] {
  display: inline-block;
  margin: 0 1em;
  padding: 15px 30px;
  outline: none;
  text-align: center;
  background: #057758;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn li:first-child input[type='submit'] {
  background-color: #ccc;
}
.mw_form-btn li input[type='submit']:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item:not(:last-of-type) {
  margin-right: 10px;
}

/* @ アイコンスタイル
----------------------------------------------------------------------------- */
.extlink:after {
  display: inline-block;
  margin-left: 10px;
  content: '\f08e';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-pdf::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d96464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-doc::before {
  content: '\f1c2';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #3a59a2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-xls::before {
  content: '\f1c3';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #498d81;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-ppt::before {
  content: '\f1c4';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d24625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ページトップ
----------------------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 8000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 20px;
  }
}

/* @ お問い合わせボタン
----------------------------------------------------------------------------- */
.h-contact-btn {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .h-contact-btn {
    display: none;
  }
}
.h-contact-btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 20px;
  background: #057758;
  text-align: center;
  text-decoration: none;
}

.h-contact-btn a span {
  letter-spacing: 0.01em;
  color: #f2efde;
}
.h-contact-btn a span.jp {
  font-size: 0.750rem;
}
.h-contact-btn a span.en {
  text-transform: uppercase;
  font-family: "Yuji Syuku";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  position: relative;
  background-color: #fff;
}
#header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
}
@media screen and (max-width: 1200px) {
  #header .header-wrap {
    padding: 0;
  }
}
#header .menu-btn {
  display: none;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #header .menu-btn {
    display: block;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 50px;
    width: 100%;
    color: #057758;
    height: 50px;
    font-family: 'FontAwesome';
    font-size: 1.25rem;
    text-align: right;
    background-color: #fff;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* @ ロゴ
---------------------------------------------------------------------------- */
#header-logo {
  width: 224px;
  margin: 0;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  #header-logo {
    display: none;
  }
}

/* @ ヘッダーナビ
---------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  #header-navi {
    display: none;
  }
}
#header-navi a {
  text-decoration: none;
}

/* @ グローバルナビ
---------------------------------------------------------------------------- */
#header-gnavi {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #header-gnavi {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #header-gnavi {
    display: none;
  }
}
#header-gnavi li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-gnavi li a {
  display: inline-block;
  text-align: center;
  color: #444;
  transition: all 0.3s;
}
#header-gnavi li a:hover {
}
@media screen and (max-width: 1200px) {
  #header-gnavi li a {
    padding: 34px 15px;
    border: none;
  }
}
#header-gnavi li.contact a {
  padding: 10px 20px 12px;
  border-radius: 4px;
  background: #057758;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi li.contact a:hover {
  opacity: 0.6;
}
#header-gnavi li a .menu_title {
  display: block;
}
#header-gnavi li:not(.contact) a:hover .menu_title,
#header-gnavi li:not(.contact).current-page-ancestor a .menu_title,
#header-gnavi li:not(.contact).current-menu-item a .menu_title {
  color: #057758;
}
#header-gnavi li.contact a .menu_title,
#header-gnavi li.contact a .menu_description {
  color: #F2EFDE;
}
#header-gnavi li.contact a .menu_title {
  font-size: 0.75rem;
}
#header-gnavi li a .menu_description {
  display: block;
  color: #aaa;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
#header-gnavi li:not(.contact) a:hover .menu_description {
  color: #057758;
}
#header-gnavi li.contact a .menu_description {
  font-family: "Yuji Syuku", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー（1200px以下）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header-sp {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0;
    z-index: 9999;
  }
}
#header-sp-logo {
  margin: 0 0 0 20px;
}
#header-sp-logo a {
  display: inline-block;
  padding: 16px 0;
}
#header-sp-logo a img {
  height: 49px;
}

/* @ グローバルナビ（1200px以下）
---------------------------------------------------------------------------- */
#header-gnavi-sp {
  z-index: 12;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: #057758;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header-gnavi-sp ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
#header-gnavi-sp ul li {
  margin-bottom: 0;
  list-style: none;
}
#header-gnavi-sp li:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.6);
}
#header-gnavi-sp ul li ul {
  margin: 0;
}
#header-gnavi-sp ul li a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}
#header-gnavi-sp ul li ul li a {
  padding-left: calc(10px + 1em);
}
#header-gnavi-sp ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #057758;
}
#header-gnavi-sp ul li a:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ドロワーメニュー
---------------------------------------------------------------------------- */
/* :::::: toggle button :::::: */
#navTgl {
  display: none;
}
label.label {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
label.label.open {
  top: 10px;
  right: 10px;
  z-index: 12;
  width: 50px;
  height: 50px;
  transition: top .6s, right .6s, background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 26%;
  width: 48%;
  border-bottom: 2px solid #222;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#navTgl:checked + .open {
  top: 0;
  right: 0;
  background: #057758;
  transform: translateX(-250px);
}
#navTgl:checked + .open span {
  transform: scaleX(0);
}
#navTgl:checked + .open::before {
  border-color: #fff;
  transform: rotate(45deg);
}
#navTgl:checked + .open::after {
  border-color: #fff;
  transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.50);
}
/* :::::: drawer menu :::::: */
#navTgl:checked ~#header-gnavi-sp {
  transform: none;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#header-search {
  margin: 0;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
@media screen and (max-width: 1200px) {
  #header-search {
    display: none;
  }
}
#header-search input[type='text'] {
  float: left;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #efefef;
}
#header-search input[type='submit'] {
  font-family: 'FontAwesome';
  float: right;
  width: 50px;
  height: 40px;
  border: none;
  background-color: #057758;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ 検索フォーム（1200px以下）
---------------------------------------------------------------------------- */
#header-search-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header-search-sp {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 10px 5%;
  }
}
#header-search-sp label {
  display: table-cell;
  vertical-align: top;
}
#header-search-sp label:last-child {
  width: 50px;
}
#header-search-sp input {
  box-sizing: border-box;
  height: 40px;
  border: none;
  border-radius: 0;
  outline: none;
}
#header-search-sp input[type='text'] {
  width: 100%;
  padding: 10px;
}
#header-search-sp input[type='submit'] {
  font-family: 'FontAwesome';
  width: 50px;
  background-color: #2d3339;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ フッター
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footer-banner {
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid #C6C7C7;
}
@media screen and (max-width: 480px) {
  .footer-banner {
    padding: 60px 0;
  }
}
.footer-banner .marbb-txt {
  text-align: center;
  font-size: 1.25rem; /* 20px */
    margin: 0;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-saloninfo {
  margin-top: 80px;
  padding: 100px 0;
  border-top: 1px solid #C6C7C7;
}
@media screen and (max-width: 480px) {
  .footer-saloninfo {
    padding: 80px 0;
  }
}
body:not(.home) .footer-banner {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  body:not(.home) .footer-banner {
    margin-top: 60px;
  }
}
.footer-saloninfo .wrap .saloninfo-wrap {
  display: grid;
  grid-template-columns: 45% 1fr;
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer-saloninfo .wrap .saloninfo-wrap {
    display: block;
  }
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox .sp-img {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .footer-saloninfo .wrap .saloninfo-wrap .Lbox .sp-img {
    display: none;
  }
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox .sp-img img:nth-of-type(2) {
  margin-top: 16px;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p {
  margin-bottom: 0;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.map-link {
  margin: 8px 0 0;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.map-link::before {
  content: '\f3c5';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  background: #03694E;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.map-link a {
  text-underline-offset: 6px;
  text-decoration-color: #C6C7C7;
  color: #222;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.map-link a::after {
  content: none;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox .other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox .other-list li {
  margin-bottom: 0;
  padding: 5px 14px;
  border: 1px solid #C6C7C7;
  font-size: 0.875rem;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.tel {
  margin: 28px 0 48px;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.tel::before {
  content: '\f879';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  background: #03694E;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.tel .num {
  margin-right: 16px;
  font-family: "YuGothic";
  font-weight: 500;
}
.footer-saloninfo .wrap .saloninfo-wrap .Lbox p.tel .label {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 14px;
  border: 1px solid #C6C7C7;
  font-size: 0.875rem;
}
.footer-saloninfo .wrap .saloninfo-wrap .Rbox {
  margin-left: auto;
  max-width: 556px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-saloninfo .wrap .saloninfo-wrap .Rbox {
    display: none;
  }
}
.footer-saloninfo .wrap .saloninfo-wrap .Rbox img:nth-of-type(2) {
  margin-top: 16px;
  float: right;
}


#footer .f-reserve {
  padding: 60px 0;
  background: url("img/footer-reserve-bg.webp") no-repeat center center / cover;
  text-align: center;
}
#footer .f-reserve .wrap .ttl {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Yuji Syuku";
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #footer .f-reserve .wrap .ttl {
    font-size: 12.5vw;
  }
}
#footer .f-reserve .wrap .sub {
  margin: 0 0 24px;
  font-family: "Zen Old Mincho";
  font-weight: bold;
}
#footer .f-reserve .wrap .reserve-links {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  list-style: none;
}
#footer .f-reserve .wrap .reserve-links li {
  margin-bottom: 0;
}
#footer .f-reserve .wrap .reserve-links li.tel a {
  display: block;
  padding: 8px 24px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Yuji Syuku";
  font-size: 1.625rem;
  color: #F2EFDE;
  background: #057758;
  letter-spacing: 0;
}
#footer .f-reserve .wrap .reserve-links li.tel a::before {
  content: '';
  display: inline-block;
  transform: translateY(3px);
  margin-right: 4px;
  background: url("img/icon-tel.svg") no-repeat center center / contain;
  width: 20px;
  height: 20px;
}
#footer .f-reserve .wrap .note {
  margin: 16px 0 0;
  font-size: 0.875rem;
  color: #057758;
}
#footer .f-info {
  padding: 60px 0;
  background: linear-gradient(120deg, #444341 0%, #43403c 18.14%, #4b4238 27.09%, #43403c 35.86%, #333 100%);
  color: #fff;
}
#footer .f-info .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  #footer .f-info .wrap {
    display: block;
  }
}
#footer .f-info .wrap .Lbox .footer-logo {
  margin: 0 0 32px;
}
#footer .f-info .wrap .Lbox .footer-logo a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(322deg) brightness(103%) contrast(101%);
}
#footer .f-info .wrap .Lbox p {
  margin: 0;
}
#footer .f-info .wrap .Lbox p.site-ttl {
  margin: 0;
  font-family: "Yuji Syuku";
  font-size: 1.25rem;
}
#footer .f-info .wrap .Lbox p.zip span {
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  #footer .f-info .wrap .Rbox {
    margin-top: 40px;
  }
}
#footer .f-info .wrap .Rbox .info-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #footer .f-info .wrap .Rbox .info-links {
    grid-template-columns: repeat( auto-fill, minmax(180px,1fr) );
    gap: 16px 40px;
  }
}
#footer .f-info .wrap .Rbox .info-links li {
  margin-bottom: 0;
}
#footer .f-info .wrap .Rbox .info-links li a {
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #fff;
}
#footer .f-info .wrap .Rbox .info-links li a:hover {
  text-decoration: underline;
}


#footer-copyright {
  padding: 15px 0;
  background: #222222;
}
#footer-copyright .copyright {
  margin: 0;
  text-align: center;
  color: #fff;
}
#footer-copyright .copyright small {
  font-size: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ メイン
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #main {
    margin-top: 40px;
  }
}
#main.side_exist {
  display: flex;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  #main.side_exist {
    display: block;
    min-width: 100%;
  }
}


/* @ 見出し
---------------------------------------------------------------------------- */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ コンテンツ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.side_exist #contents {
  width: calc(100% - (300px + 50px));
}
@media screen and (max-width: 1024px) {
  .side_exist #contents {
    width: calc(100% - (250px + 50px));
  }
}
@media screen and (max-width: 768px) {
  .side_exist #contents {
    width: 100%;
  }
}
#contents .clearfix > *:first-child,
#main.side_exist #contents > h3:first-child {
  margin-top: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイドバー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sidebar {
  width: 300px;
  min-width: 300px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  #sidebar {
    width: 250px;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #sidebar {
    width: 100%;
    min-width: auto;
    margin: 50px 0 0;
  }
}
#sidebar-wrap {
  border: solid #eee 10px;
}
#sidebar h2 {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
}
#sidebar h2 a {
  display: block;
  padding: 20px;
  background: #057758;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: dotted 1px #ccc;
}
#sidebar ul li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
#sidebar ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 40px;
  margin-top: -10px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  text-align: center;
}
#sidebar ul li a:hover {
  background: #f4f9fe;
}
#sidebar ul li.current_page_item a {
  background: #f4f9fe;
}
