/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

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

/* Noto Sans JP -------------------------------------*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
}

/* Noto Serif JP -------------------------------------*/

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSerifCJKjp-Light.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSerifCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Black.woff') format('woff');
}

/* Zen Maru Gothic -------------------------------------*/

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ZenMaruGothic-Light.woff2') format('woff2'),
    url('../fonts/ZenMaruGothic-Light.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2'),
    url('../fonts/ZenMaruGothic-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
    url('../fonts/ZenMaruGothic-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'),
    url('../fonts/ZenMaruGothic-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/ZenMaruGothic-Black.woff2') format('woff2'),
    url('../fonts/ZenMaruGothic-Black.woff') format('woff');
}


/* Web font -------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*-------------------------------------------------
/* 基本
--------------------------------------------------*/

:root {
  --color-main: #60c1cc;
  --color-light-main: #b1edf4;
  --color-dark-main: #18a0af;
  --color-main-back: #eeeef0;
  --color-text: #242424;
  --color-white: #ffffff;
  --color-light-blue: #b2dbed;
  --color-bright-blue: #e6f3f5;
  --color-blue-green: #49a4af;
  --color-dull-blue: #698aab;
  --color-orange: #ef8332;
  --color-red-orange: #ec6d51;
  --color-dull-orange: #c54d45;
  --color-dull-purple: #b54c97;
  --color-pink: #e4007f;
  --color-dark-pink: #c85179;
  --color-green: #559069;
  --color-dull-green: #637533;
  --color-gray: #949494;
  --color-light-gray: #cccccc;
  --color-bright-gray: #f2f2f2;

  --color-fill-yellow: #e58027;
  --color-fill-green: #5FAA32;
  --color-fill-pink: #d873a9;
  --color-fill-purple: #83518c;
  --color-fill-brown: #9e7749;
  --color-fill-blue: #0082b2;
  --color-fill-dark-green: #3a8c46;
  --color-fill-orange: #ea6048;
  --font-family-sans: 'Noto Sans CJK JP', 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', Meiryo, sans-serif;
  --font-family-maru: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', sans-serif;
  --font-family-en: 'Poppins', sans-serif;
}


body {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'BIZ UDMincho', serif;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

.font-maru {
  font-family: var(--font-family-maru);
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* iPhoneTELリンク色変更なしにする */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*PCでtelクリック無効*/
@media screen and (min-width: 834px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  position: relative;
}


/*****************************************
*
* ヘッダ
*
******************************************/

/*------------------------------------------*/
/* ロゴ
/*------------------------------------------*/

.logo a {
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute;
}

.logo.type1 a {
  background: url(../img/logo1.png) no-repeat;
  background-size: 100%;
}

.logo.type2 a {
  background: url(../img/logo2.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 833px) {
  .logo a {
    width: calc(332px / 4.5);
    height: calc(176px / 4.5);
    left: 10px;
    top: 5px;
  }
}

@media screen and (min-width: 834px), print {
  .logo a {
    width: calc(332px / 2);
    height: calc(176px / 2);
    left: 40px;
    top: 20px;
  }
}

/*------------------------------------------*/
/* ヘッダ
/*------------------------------------------*/

header {
  position: relative;
}


/*****************************************
*
* フッタ
*
******************************************/

footer {
  background: var(--color-bright-gray);
}

@media screen and (max-width: 833px) {
  footer {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
  }
}

@media screen and (min-width: 834px), print {
  footer {
    margin-top: 220px;
    padding: 20px 40px;
  }
}

/*------------------------------------------*/
/* フッタコピーライト
/*------------------------------------------*/

.foot-copy {
  font-family: var(--font-family-maru);
  font-size: 0.8rem;
  font-weight: 400;
}

@media screen and (max-width: 833px) {
  .foot-copy {
    padding: 20px;
  }
}

/*------------------------------------------*/
/* フッタナビ
/*------------------------------------------*/


.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all .5s ease;
  z-index: 999;
}

.footer-nav li+li {
  margin-left: 10px;
}

@media screen and (min-width: 834px), print {
  .footer-nav {
    height: 80px;
    padding: 10px 70px 10px 40px;
  }

  .footer-nav li+li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1400px), print {
  .footer-nav {
    height: 80px;
    padding-left: 60px;
  }
}



/* 探す --------------------------------*/
.footer-nav .search a {
  position: relative;
  display: inline-block;
  text-align: left;
  background: var(--color-fill-blue);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all .5s ease;
}

.footer-nav .search a:hover {
  text-decoration: none;
  transform: scale(0.95);
}

.footer-nav .search a::before {
  content: '';
  display: inline-block;
  background: url(../img/icon_search.png) no-repeat;
  background-size: 100%;
  aspect-ratio: 58/56;
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease;
}

@media screen and (max-width: 833px) {
  .footer-nav .search .text1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 834px), print {
  .footer-nav .search a {
    width: auto;
    height: 60px;
    font-family: var(--font-family-sans);
    color: var(--color-white);
    font-size: calc(calc(14 / 1400) * 100vw);
    font-weight: bold;
    line-height: 1.4;
    padding: 10px calc(calc(60 / 1400) * 100vw) 10px calc(calc(20 / 1400) * 100vw);
  }

  .footer-nav .search a::before {
    width: calc(calc(30 / 1400) * 100vw);
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: calc(calc(20 / 1400) * 100vw);
  }

  .footer-nav .search span {
    display: block;
    font-size: calc(calc(18 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .footer-nav .search a {
    font-size: 0.9rem;
    padding: 8px 60px 8px 20px;
  }

  .footer-nav .search a::before {
    width: 30px;
    right: 20px;
  }

  .footer-nav .search span {
    font-size: 1.2rem;
  }
}



/* お問い合わせ --------------------------------*/
.footer-nav .contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-dull-orange);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  transition: all .5s ease;
}

.footer-nav .contact a::before {
  content: '';
  display: inline-block;
  background: url(../img/icon_mail.png) no-repeat;
  background-size: 100%;
  aspect-ratio: 50/38;
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease;
}

.footer-nav .contact a:hover {
  text-decoration: none;
  transform: scale(0.95);
}

@media screen and (max-width: 833px) {
  .footer-nav .contact .text1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 834px), print {
  .footer-nav .contact a {
    width: auto;
    height: 60px;
    font-size: calc(calc(16 / 1400) * 100vw);
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding: 10px calc(calc(20 / 1400) * 100vw) 10px calc(calc(60 / 1400) * 100vw);
  }

  .footer-nav .contact a::before {
    width: calc(calc(30 / 1400) * 100vw);
    top: 50%;
    transform: translateY(-50%);
    left: calc(calc(15 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .footer-nav .contact a {
    font-size: 1rem;
    padding: 10px 20px 10px 60px;
  }

  .footer-nav .contact a::before {
    width: 30px;
    left: 15px;
  }
}


/* 電話 --------------------------------*/
.footer-nav .phone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--color-dark-pink);
  border-radius: 4px;
  height: 40px;
  color: var(--color-white);
  padding: 5px;
  transition: all .5s ease;
}

.footer-nav .phone .num {
  position: relative;
  font-family: var(--font-family-en);
  font-size: 1rem;
  font-weight: 600;
  padding-left: 25px;
}

.footer-nav .phone .num::before {
  content: '';
  display: inline-block;
  background: url(../img/tel.svg) no-repeat;
  background-size: 100%;
  aspect-ratio: 40/36;
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all .5s ease;
}

@media screen and (max-width: 833px) {
  .footer-nav .phone .text1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 834px), print {
  .footer-nav .phone {
    width: auto;
    height: 60px;
    font-size: calc(calc(16 / 1400) * 100vw);
    letter-spacing: 0.01em;
    padding: 10px calc(calc(20 / 1400) * 100vw);
  }

  .footer-nav .phone .num {
    font-size: calc(calc(25 / 1400) * 100vw);
    padding-left: 50px;
  }

  .footer-nav .phone .num::before {
    width: calc(calc(30 / 1400) * 100vw);
    top: 50%;
    transform: translateY(-50%);
    left: calc(calc(15 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .footer-nav .phone {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .footer-nav .phone .num {
    font-size: 1.6rem;
    padding-left: 50px;
  }

  .footer-nav .phone .num::before {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
}



/*------------------------------------------*/
/* フッタ上へ
/*------------------------------------------*/

.foot-top {
  display: block;
  background: var(--color-dark-main);
  color: var(--color-white);
  font-family: var(--font-family-maru);
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all .5s ease;
}

.foot-top::before {
  content: "";
  display: block;
  width: 2px;
  background: var(--color-white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease;
}

.foot-top::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: var(--color-white) var(--color-white) transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  transition: all .5s ease;
}

.foot-top:hover {
  text-decoration: none;
}

@media screen and (max-width: 833px) {
  .foot-top {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 50px;
    height: 50px;
  }

  .foot-top::before {
    height: 20px;
    top: 15px;
  }

  .foot-top::after {
    top: 15px;
    left: 18px;
  }
}

@media screen and (min-width: 834px), print {
  .foot-top {
    width: 80px;
    height: 80px;
    padding-bottom: 10px;
  }

  .foot-top::before {
    height: 25px;
    top: 21px;
  }

  .foot-top::after {
    top: 20px;
    left: 33px;
  }

  .foot-top:hover:before {
    top: 11px;
  }

  .foot-top:hover:after {
    top: 10px;
  }
}

/*layout*/
.wrapper {
  position: relative;
  /*topBtnの親要素に指定*/
}

/*****************************************
*
* 印刷用
*
******************************************/

@media print {
  body {
    width: 1000px;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  /* FireFoxテーブル印刷バグ回避 */
  _:-ms-lang(x)::-ms-backdrop, .wrapper {
    overflow: auto;
    display: table;
  }
}


/*****************************************
*
* ページレイアウト
*
******************************************/


/*------------------------------------------*/
/* section
/*------------------------------------------*/

.section {
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .section {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 834px), print {
  .section {
    width: calc(100% - 120px);
  }
}

@media screen and (min-width: 1200px), print {
  .section {
    width: 1100px;
  }
}


/*------------------------------------------*/
/* テキスト
/*------------------------------------------*/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}

/*------------------------------------------*/
/* 注意書き
/*------------------------------------------*/
.notes {
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  line-height: 1.6em;
}

/*------------------------------------------*/
/* margin pの間空ける用
/*------------------------------------------*/

.margin-p {
  margin-top: 1rem;
}


/*****************************************
*
* サブページメイン
*
******************************************/

.submain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/submain.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
}

@media screen and (max-width: 833px) {
  .submain {
    height: 140px;
  }

  .submain .heading {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .submain {
    height: 120px;
  }

  .submain .heading {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 834px), print {
  .submain {
    height: 180px;
  }

  .submain .heading {
    font-size: 1.8rem;
  }
}

/*****************************************
*
* 見出し
*
******************************************/
/*------------------------------------------*/
/* 見出し h2
/*------------------------------------------*/

.heading-secondary-wrap {
  display: inline-block;
  width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
}

.heading-secondary {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 60%, var(--color-light-main) 60%);
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .heading-secondary {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 834px), print {
  .heading-secondary-wrap {
    margin-top: 160px;
    margin-bottom: 60px;
  }

  .heading-secondary {
    font-size: 1.6rem;
    font-weight: 500;
    /*
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(177, 237, 244) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(177, 237, 244) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(177, 237, 244) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(177, 237, 244) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(177, 237, 244) 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    margin: 0 auto;
    /*マーカーのラインを文字の下のみにする設定*/
    /*
    display: table;
    background-position: 0 1em;
    transition: all 2s ease;
    */
  }

  /*
  .heading-secondary.active {
    background-position: -100% 1em;
  }
*/
}

@media screen and (min-width: 1100px), print {
  .heading-secondary {
    font-size: 2rem;
  }
}


/*------------------------------------------*/
/* 見出し h4
/*------------------------------------------*/

.heading-quaternary {
  text-align: left;
  border-bottom: dotted 1px var(--color-gray);
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px), print {
  .heading-quaternary {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}


/*****************************************
*
* パンくず
*
******************************************/

.breadcrumb a {
  color: var(--color-text);
}

.breadcrumb a:link {
  color: var(--color-text);
  text-decoration: none;
}

.breadcrumb a:visited {
  color: var(--color-text);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb {
  width: 100%;
  text-align: left;
}

.breadcrumb li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.8rem;
    padding: 10px 20px 0 20px;
  }
}

@media screen and (min-width: 768px), print {
  .breadcrumb {
    font-size: 0.9rem;
    padding: 10px 40px 0 40px;
  }
}

@media screen and (min-width: 1200px), print {
  .breadcrumb {
    display: inline-block;
    width: 1100px;
    padding: 10px 0 0 0;
  }
}

/*------------------------------------------*/
/* パンくず 矢印
/*------------------------------------------*/

.breadcrumb li a {
  transition: all .5s ease;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: '→';
  padding: 0 5px;
}