@charset "UTF-8";
/*
Theme Name: 
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
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;
  vertical-align: baseline;
  background: transparent;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  /*@include fs;*/
  font-size: calc(16 / 1920 * 100vw);
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #000000;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  /*@include fs;*/
  font-size: calc(16 / 1920 * 100vw);
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header {
  padding: calc(24 / 1920 * 100vw) calc(95 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.l-header:before, .l-header:after {
  content: none;
}
.l-header__logo {
  max-width: calc(320 / 1920 * 100vw);
}
.l-header__nav .top {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-header__nav .top:before, .l-header__nav .top:after {
  content: none;
}
.l-header__nav .top .tel {
  margin-right: calc(10 / 1920 * 100vw);
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: calc(14 / 1920 * 100vw);
  letter-spacing: 0.04em;
  text-align: left;
  color: #313132;
}
.l-header__nav .top .tel img {
  max-width: calc(265 / 1920 * 100vw);
  width: 100%;
  height: auto;
}
.l-header__nav .top .tel span {
  margin-right: calc(10 / 1920 * 100vw);
  display: inline-block;
  vertical-align: middle;
}
.l-header__nav .top .btn {
  width: calc(254 / 1920 * 100vw);
  border-radius: calc(27 / 1920 * 100vw);
  background: #a2d7d4;
}
.l-header__nav .top .btn a {
  display: block;
  color: #FFF;
  text-align: center;
  display: block;
  height: calc(55 / 1920 * 100vw);
  line-height: calc(55 / 1920 * 100vw);
}
.l-header__nav .bottom {
  margin-top: calc(30 / 1920 * 100vw);
}
.l-header__nav .bottom ul {
  text-align: right;
}
.l-header__nav .bottom ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(50 / 1920 * 100vw);
}
.l-header__nav .bottom ul li:last-child {
  margin-right: 0;
}
.l-header__nav .bottom ul li span:before {
  content: "⚫︎";
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(5 / 1920 * 100vw);
  color: #C5F7FD;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background: url("img/common/pagetitle01.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: calc(440 / 1920 * 100vw);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-pagetitle h1 {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: calc(53 / 1920 * 100vw);
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.l-pagetitle h1 span {
  display: block;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: calc(26 / 1920 * 100vw);
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: calc(20 / 1920 * 100vw);
  text-align: center;
  color: #fff;
}
.l-pagetitle ul {
  display: inline-block;
  background-color: #FFF;
  text-align: center;
  padding: calc(20 / 1920 * 100vw) calc(70 / 1920 * 100vw);
  margin-top: calc(50 / 1920 * 100vw);
  -webkit-border-radius: calc(35 / 1920 * 100vw);
  border-radius: calc(35 / 1920 * 100vw);
}
.l-pagetitle ul li {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: calc(16 / 1920 * 100vw);
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #5ab7aa;
}
.l-pagetitle ul li a {
  color: #5ab7aa;
}
.l-pagetitle ul li:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1 / 1920 * 100vw) 0 calc(3 / 1920 * 100vw);
  position: relative;
  top: -0.1em;
}
.l-pagetitle ul li:last-child:after {
  content: none;
}
.l-pagetitle:after {
  content: "";
  display: block;
  background: url("img/common/pagetitle02.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: calc(505 / 1920 * 100vw);
  height: calc(182 / 1920 * 100vw);
  position: absolute;
  left: calc(62 / 1920 * 100vw);
  bottom: calc(-30 / 1920 * 100vw);
}

/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-link {
  padding: calc(123 / 1920 * 100vw) 0;
}
.l-link ul {
  text-align: center;
  font-size: 0;
}
.l-link ul li {
  display: inline-block;
  vertical-align: middle;
  width: calc(460 / 1920 * 100vw);
  margin-right: calc(77 / 1920 * 100vw);
}
.l-link ul li:last-child {
  margin-right: 0;
}

.l-footer {
  background: url("img/common/bg.png") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-footer__inner {
  width: calc(1730 / 1920 * 100vw);
  border-radius: calc(80 / 1920 * 100vw);
  background: #8ecbc8;
  margin: 0 auto;
  padding: calc(70 / 1920 * 100vw) calc(60 / 1920 * 100vw) calc(100 / 1920 * 100vw);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.l-footer__inner:before {
  content: "";
  width: calc(673 / 1920 * 100vw);
  height: calc(225 / 1920 * 100vw);
  background: url("img/common/f_icon01.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  left: calc(68 / 1920 * 100vw);
  top: calc(-140 / 1920 * 100vw);
}
.l-footer__inner:after {
  content: "";
  width: calc(241 / 1920 * 100vw);
  height: calc(202 / 1920 * 100vw);
  background: url("img/common/f_icon02.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: calc(95 / 1920 * 100vw);
  top: calc(-180 / 1920 * 100vw);
}
.l-footer__inner .top {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-footer__inner .top:before, .l-footer__inner .top:after {
  content: none;
}
.l-footer__inner .top .tel {
  width: calc(735 / 1920 * 100vw);
  text-align: center;
}
.l-footer__inner .top .tel .ct {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: calc(32 / 1920 * 100vw);
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
}
.l-footer__inner .top .tel .number {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: calc(87 / 1920 * 100vw);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding: calc(25 / 1920 * 100vw) 0;
}
.l-footer__inner .top .tel p {
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: calc(21 / 1920 * 100vw);
  letter-spacing: 0.04em;
  color: #fff;
}
.l-footer__inner .top .mail {
  width: calc(647 / 1920 * 100vw);
  padding: calc(35 / 1920 * 100vw);
  -webkit-border-radius: calc(20 / 1920 * 100vw);
  border-radius: calc(20 / 1920 * 100vw);
  background-color: #FFF;
}
.l-footer__inner .top .mail h4 {
  font-weight: bold;
  font-size: calc(29 / 1920 * 100vw);
  text-align: center;
  color: #8ecbc8;
}
.l-footer__inner .top .mail p {
  text-align: center;
  font-weight: 500;
  font-size: calc(16 / 1920 * 100vw);
  letter-spacing: 0.08em;
  line-height: calc(25 / 1920 * 100vw);
  color: #707070;
  margin: calc(20 / 1920 * 100vw) auto;
}
.l-footer__inner .top .mail .btn a {
  display: block;
  width: calc(282 / 1920 * 100vw);
  height: calc(55 / 1920 * 100vw);
  line-height: calc(55 / 1920 * 100vw);
  border-radius: calc(27 / 1920 * 100vw);
  background: #a2d7d4;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: calc(16 / 1920 * 100vw);
  color: #fff;
}
.l-footer__inner .bottom {
  overflow: hidden;
  border-top: 1px solid #fff;
  margin-top: calc(65 / 1920 * 100vw);
  padding-top: calc(65 / 1920 * 100vw);
  position: relative;
}
.l-footer__inner .bottom:after {
  content: "⚫︎";
  color: #fff;
  position: absolute;
  right: -0.1em;
  top: -0.5em;
  font-size: calc(30 / 1920 * 100vw);
}
.l-footer__inner .bottom .info {
  float: left;
}
.l-footer__inner .bottom .info .logo {
  padding-bottom: calc(45 / 1920 * 100vw);
}
.l-footer__inner .bottom .info .logo a {
  text-decoration: none;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: calc(32 / 1920 * 100vw);
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
.l-footer__inner .bottom .info ul li {
  display: table;
  width: 100%;
  margin-bottom: calc(10 / 1920 * 100vw);
}
.l-footer__inner .bottom .info ul li:last-child {
  margin-bottom: 0;
}
.l-footer__inner .bottom .info ul li .tit {
  display: table-cell;
  width: calc(86 / 1920 * 100vw);
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  font-weight: 500;
  font-size: calc(14 / 1920 * 100vw);
  letter-spacing: 0.1em;
  color: #5cb0ba;
  vertical-align: middle;
  background-color: #FFF;
  -webkit-border-radius: calc(13 / 1920 * 100vw);
  border-radius: calc(13 / 1920 * 100vw);
}
.l-footer__inner .bottom .info ul li .add {
  display: table-cell;
  font-weight: 500;
  font-size: calc(16 / 1920 * 100vw);
  padding-left: calc(10 / 1920 * 100vw);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: calc(26 / 1920 * 100vw);
  color: #fff;
}
.l-footer__inner .bottom .nav {
  float: right;
}
.l-footer__inner .bottom .nav ul {
  float: left;
  margin-right: calc(50 / 1920 * 100vw);
}
.l-footer__inner .bottom .nav ul:last-child {
  margin-right: 0;
}
.l-footer__inner .bottom .nav ul li {
  margin-bottom: calc(30 / 1920 * 100vw);
}
.l-footer__inner .bottom .nav ul li:before {
  content: "⚫︎";
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(5 / 1920 * 100vw);
  color: #C5F7FD;
  vertical-align: middle;
  position: relative;
  top: calc(-2 / 1920 * 100vw);
  font-size: calc(16 / 1920 * 100vw);
}
.l-footer__inner .bottom .nav ul li:last-child {
  margin-bottom: 0;
}
.l-footer__inner .bottom .nav ul li a {
  text-decoration: none;
  font-size: calc(20 / 1920 * 100vw);
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
.l-footer p small {
  display: block;
  padding: calc(35 / 1920 * 100vw) 0;
  text-align: center;
  font-weight: 500;
  font-size: calc(14 / 1920 * 100vw);
  letter-spacing: 0.1em;
  color: #313132;
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-header {
    display: block;
    padding: 0;
    position: relative;
  }
  .l-header__logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .l-header__logo a {
    width: 60%;
    display: block;
    float: left;
  }
  .l-header__logo .btn-trigger {
    float: right;
  }
  .l-header__nav {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #fff;
  }
  .l-header__nav .top {
    display: none;
  }
  .l-header__nav .bottom ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .l-header__nav .bottom ul li a {
    display: block;
    padding: 10px;
  }

  .btn-trigger {
    position: relative;
    width: 40px;
    height: 34px;
    cursor: pointer;
    z-index: 200;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8ecbc8;
    border-radius: 4px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn03.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #btn03.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  #btn03.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #btn03.active span:nth-of-type(3) {
    opacity: 0;
  }

  .l-pagetitle {
    height: 120px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .l-pagetitle h1 {
    font-size: 20px;
  }
  .l-pagetitle h1 span {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
    color: #fff;
  }
  .l-pagetitle ul {
    padding: 3px 5px 5px;
    margin-top: 10px;
  }
  .l-pagetitle ul li {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    font-size: 10px;
  }
  .l-pagetitle ul li a {
    color: #5ab7aa;
  }
  .l-pagetitle ul li:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin: 0 calc(1 / 1920 * 100vw) 0 calc(3 / 1920 * 100vw);
    position: relative;
    top: -0.1em;
  }
  .l-pagetitle ul li:last-child:after {
    content: none;
  }
  .l-pagetitle:after {
    bottom: -50px;
    width: 160px;
    height: 80px;
  }

  .l-link {
    padding: 40px 0 80px;
  }
  .l-link ul li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }

  .l-footer__inner {
    width: 90%;
    padding: 30px 20px;
  }
  .l-footer__inner:before {
    content: "";
    width: calc(200 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    background: url("img/common/f_icon01.png") no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    left: calc(68 / 1920 * 100vw);
    top: calc(-300 / 1920 * 100vw);
  }
  .l-footer__inner:after {
    display: none;
  }
  .l-footer__inner .top {
    display: block;
  }
  .l-footer__inner .top .tel {
    width: 100%;
  }
  .l-footer__inner .top .tel .ct {
    font-size: 14px;
  }
  .l-footer__inner .top .tel .number {
    font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 28px;
    padding: 15px 0;
  }
  .l-footer__inner .top .tel p {
    font-size: 10px;
  }
  .l-footer__inner .top .mail {
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
  }
  .l-footer__inner .top .mail h4 {
    font-size: 16px;
  }
  .l-footer__inner .top .mail p {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 15px auto;
  }
  .l-footer__inner .top .mail .btn a {
    width: 80%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
  .l-footer__inner .bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
  .l-footer__inner .bottom:after {
    content: none;
  }
  .l-footer__inner .bottom .info {
    float: none;
  }
  .l-footer__inner .bottom .info .logo {
    padding-bottom: 20px;
    text-align: center;
  }
  .l-footer__inner .bottom .info .logo a {
    font-size: 20px;
  }
  .l-footer__inner .bottom .info ul li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .l-footer__inner .bottom .info ul li:last-child {
    margin-bottom: 0;
  }
  .l-footer__inner .bottom .info ul li .tit {
    display: table-cell;
    width: 60px;
    padding: 5px;
    font-size: 12px;
  }
  .l-footer__inner .bottom .info ul li .add {
    font-size: 12px;
    padding-left: 10px;
    line-height: 1.4;
  }
  .l-footer__inner .bottom .nav {
    display: none;
  }
  .l-footer p small {
    display: block;
    padding: 10px 0;
    font-size: 10px;
  }
}
