@charset "UTF-8";
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 default
------------------------- */
* {
  margin: 0;
  padding: 0;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック'; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) {
  html {
    font-size: 58.8%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    html {
      font-size: 55.14%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    html {
      font-size: 51.47%; } }

body {
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  color: #000;
  line-height: 1.6;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* title-size */
h2, h3, h4 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.2rem; }

h3, h4 {
  font-size: 2rem; }

div, p, span {
  font-size: 1.7rem; }

/* link */
a {
  text-decoration: none; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

a img {
  border: none; }

/* PCでは電話発信しない */
@media (max-width: 767px) {
  a[href^="tel:"] {
    color: blue;
    text-decoration: underline; } }
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    text-decoration: none; } }

img {
  vertical-align: bottom; }

li {
  list-style-type: none; }

/* コンテンツタイトル */
.con-ttl {
  padding: 0.5em 0.8em;
  background-color: #F98B88;
  color: #fff; }

/* イラストキャプション */
.cap {
  margin-top: 5px;
  text-align: center;
  font-size: 1.2rem; }

/* ------------------------
 ボーダー入りタイトル枠スタイル
------------------------- */
.content .inner header.bd {
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px dotted #F98B88; }
  @media only screen and (max-width: 1140px) {
    .content .inner header.bd {
      width: 100%; } }

.content .inner header.bd .con-ttl {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .content .inner header.bd .con-ttl {
    width: 90%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .content .inner header.bd .con-ttl {
      width: 100%; } }

/* ------------------------
 ボーダーあり・無し　タイトルスタイル
------------------------- */
.content .inner header.no-bd {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .content .inner header.no-bd {
    position: relative; } }

.content .inner header.no-bd .con-ttl {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  padding: 0.5em 0.8em;
  background-color: #F98B88;
  color: #fff; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .content .inner header.no-bd .con-ttl {
    width: 90%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .content .inner header.no-bd .con-ttl {
      width: 100%; } }

/* ------------------------
 マーカー入りテキスト
------------------------- */
.txt-marked span {
  /* 蛍光マーカー効果 */
  background: linear-gradient(transparent 50%, yellow 50%); }

/* ------------------------
 #link-yoyaku
------------------------- */
.content#link-yoyaku .inner {
  text-align: center; }

.content#link-yoyaku .inner .img {
  display: inline-block;
  margin: 4.3em auto; }
  @media only screen and (max-width: 1140px) {
    .content#link-yoyaku .inner .img {
      margin: 6.4035087719vw auto; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .content#link-yoyaku .inner .img {
      margin: 7.12890625vw auto; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .content#link-yoyaku .inner .img {
      margin: 20px auto; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .content#link-yoyaku .inner .img {
      margin: 10px auto; } }

/* ------------------------
 ptop follow
------------------------- */
.ptop {
  position: fixed;
  right: 0.5rem;
  bottom: 0;
  z-index: 9999;
  display: none; }
  .ptop a {
    display: block;
    color: #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.8rem;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 6rem;
    z-index: 9999; }
  .ptop a:hover {
    color: #F98B88; }
  @media only screen and (max-width: 767px) {
    .ptop {
      right: 0.5em; }
      .ptop a {
        font-size: 4rem; } }

.md {
  display: block; }
  @media only screen and (max-width: 767px) {
    .md {
      display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp {
      display: block; } }

/*===========
jquery inview
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 0.3s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/*===========
.imgBox
===========*/
.imgBox {
  text-align: center; }

.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/*-----------------------
 default structure
------------------------*/
#header,
.nav-wrap,
#cover,
main,
#footer {
  width: 100%;
  text-align: center; }

#header .inner,
.content .inner,
#footer .inner {
  width: 1140px;
  margin: 0 auto; }
  @media only screen and (max-width: 1140px) {
    #header .inner,
    .content .inner,
    #footer .inner {
      width: 100%;
      padding: 0 1em; } }
  @media only screen and (max-width: 1140px) and (max-width: 767px) {
    #header .inner,
    .content .inner,
    #footer .inner {
      padding: 0 15px; } }

  @media only screen and (max-width: 1140px) and (max-width: 767px) and (max-width: 375px) {
    #header .inner,
    .content .inner,
    #footer .inner {
      padding: 0 10px; } }

.nav-wrap {
  width: 100%; }

.nav-wrap #nav-main {
  width: 1140px; }
  @media only screen and (max-width: 1140px) {
    .nav-wrap #nav-main {
      width: 100%; } }

/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 header
------------------------- */
.page #header {
  border-bottom: 8px solid #F98B88; }

.page #header .inner {
  padding: 2.5em 0;
  text-align: left;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1140px) {
    .page #header .inner {
      padding: 3.6842105263vw 0;
      text-align: center; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .page #header .inner {
      padding: 4.1015625vw 0; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .page #header .inner {
      padding: 25px 0; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .page #header .inner {
      padding: 15px 0; } }

#header .inner .header-img,
#header .inner .header-points {
  display: inline-block; }
  @media only screen and (max-width: 1140px) {
    #header .inner .header-img,
    #header .inner .header-points {
      display: block;
      margin: 0 auto; } }

@media only screen and (max-width: 1140px) {
  #header .inner .header-img {
    margin-bottom: 1em; } }

#header .inner .header-img {
  width: 764px; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header .inner .header-img {
    width: 100%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #header .inner .header-img {
      width: 100%; } }

#header .inner .header-points {
  display: block;
  width: 308px; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header .inner .header-points {
    width: 220px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #header .inner .header-points {
      width: 180px; } }

#header .inner .header-desc {
  padding-left: 100px;
  margin-top: 35px;
  font-weight: bold; }
  @media only screen and (max-width: 1140px) {
    #header .inner .header-desc {
      display: block;
      width: 100%;
      padding: 1em;
      text-align: center;
      margin-top: 3.0701754386vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    #header .inner .header-desc {
      margin-top: 3.41796875vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    #header .inner .header-desc {
      margin-top: 1em; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #header .inner .header-desc {
      text-align: left; } }

/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 nav
 レスポンシブメニュー
 (ドロップダウン＆ドロワー)
------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.nav-wrap #nav-main {
  margin: 0 auto; }

/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 cover
------------------------- */
/* ------------------------
 bread
------------------------- */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
.page-wrap {
  text-align: center; }

.content {
  text-align: center; }

.content .inner {
  text-align: left; }

.page img {
  width: 100%;
  height: auto; }

/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 footer
------------------------- */
#footer .inner {
  text-align: center;
  border-top: 1px solid #ccc; }

#footer .inner #copyright {
  margin: 1.5em auto;
  text-align: center; }
