@charset "UTF-8";


/** ベース
---------------------------------------------**/
html{
  font-size: 62.5%;
}

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

*{
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
}

p{
  margin: 0 0 15px;
}

a{
  color: #333;
  word-wrap: break-word;
  text-decoration: none;
}

a img:hover{
  opacity: 0.85;
}

ul{
  margin: 0;
  padding-left: 0;
}

ul li{
  list-style: none;
}

ol{
  padding-left: 1em;
}

img{
  max-width: 100%;
  vertical-align: middle;
}

.wrapper{
  min-width: 980px;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px #1d6c3c;
  overflow: hidden;
  position: relative;
}

.pc-only{
  display: inline-block;
}

.sp-only{
  display: none;
}


/** ヘッダー
---------------------------------------------**/
header {
  background-color: #f87c8f;
}

nav {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0;
}

nav ul {
  display: flex;
  justify-content: center;
}

nav li {
  padding: 0 50px;
}

nav a {
  color: #fff;
}


/** メイン
---------------------------------------------**/
main {
  border-bottom: 10px solid #f87c8f;
}

.content-area {
  width: 800px;
  margin: 0 auto 45px;
}

.content-area.main-image {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}

.img-title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.content-area:last-child {
  margin-bottom: 120px;
}

.content-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #f87c8f;
  font-size: 2.4rem;
  color: #f87c8f;
  text-align: center;
}

.img-box {
  margin: 50px auto 60px;
}

.map iframe {
  width: 100%;
}


/* リスト */
.disc-list {
  margin: 0 15px;
}

.disc-list li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.disc-list li::before {
  content: '●';
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #fbbdc7;
}


/* トップに戻るボタン */
.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
}

.move-page-top {
  display: inline-block;
  position: relative;
  width: 6rem;
  height: 6rem;
  border: 2px solid #f87c8f;
  border-radius: 100px;
  background-color: #fff;
}

.move-page-top::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.25rem);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #f87c8f;
  border-left: 2px solid #f87c8f;
}


/** margin
---------------------------------------------**/
.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

/* top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/* left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

/* right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

/* bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}


/** padding
---------------------------------------------**/
.p-0 {
  padding: 0 !important;
}

/* top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

/* left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

/* right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

/* bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 70px !important;
}

.pb-50 {
  padding-bottom: 70px !important;
}


/** テキスト位置
---------------------------------------------**/
.text-center {
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}


/** 太字
---------------------------------------------**/
.bold {
  font-weight: 700;
}


/** フォントサイズ
---------------------------------------------**/
.font-12 {
  font-size: 1.2rem !important;
}

.font-13 {
  font-size: 1.3rem !important;
}

.font-14 {
  font-size: 1.4rem !important;
}

.font-15 {
  font-size: 1.5rem !important;
}

.font-16 {
  font-size: 1.6rem !important;
}

.font-22 {
  font-size: 2.4rem !important;
}

.font-24 {
  font-size: 2.4rem !important;
}


@media screen and (max-width: 768px) {
  /** ベース
  ---------------------------------------------**/
  body {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  p {
    margin: 0 0 15px;
  }

  img {
    width: 100%;
  }

  .wrapper {
    min-width: inherit;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: inline-block;
  }


  /** ヘッダー
  ---------------------------------------------**/
  nav {
    width: 100%;
    padding: 10px;
  }

  nav ul {
    flex-wrap: wrap;
  }

  nav li {
    padding: 0 8px;
  }

  nav a {
    font-size: 1.5rem;
  }


  /** メイン
  ---------------------------------------------**/
  .content-area {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
  }

  .content-area:last-child {
    margin-bottom: 50px;
  }

  .content-area.main-image {
    margin-bottom: 30px;
  }

  .img-title {
    top: 10px;
  }

  .content-title {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .img-box {
    margin: 35px auto 40px;
  }

  .map iframe {
    height: 300px;
  }


  /* リスト */
  .disc-list {
    margin: 0 10px;
  }

  .disc-list li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }

  .disc-list li::before {
    margin-right: 0.5rem;
    font-size: 1.0rem;
 }


  /* トップに戻るボタン */
  .page-top {
    width: 3rem;
    height: 3rem;
    right: 15px;
    bottom: 20px;
  }

  .move-page-top {
    width: 3rem;
    height: 3rem;
  }

  .move-page-top::after {
    top: calc(50% + 0.1rem);
    width: 0.5rem;
    height: 0.5rem;
  }


    /** margin
  ---------------------------------------------**/
  /* top */
  .mt-05 {
    margin-bottom: 3px !important;
  }

  .mt-10 {
    margin-bottom: 5px !important;
  }

  .mt-15 {
    margin-top: 10px !important;
  }

  .mt-20,
  .mt-25 {
    margin-bottom: 15px !important
  }

  .mt-30 {
    margin-top: 20px !important;
  }

  .mt-50,
  .mt-60 {
    margin-top: 25px !important;
  }

  .mt-120 {
    margin-top: 50px !important;
  }

  /* left */
  .ml-05 {
    margin-left: 3px !important;
  }

  .ml-10 {
    margin-left: 5px !important;
  }

  .ml-15 {
    margin-left: 10px !important;
  }

  .ml-20,
  .ml-25,
  .ml-30 {
    margin-left: 15px !important;
  }

  .ml-40 {
    margin-left: 20px !important;
  }

  /* right */
  .mr-05 {
    margin-right: 3px !important;
  }

  .mr-10 {
    margin-right: 5px !important;
  }

  .mr-15 {
    margin-right: 10px !important;
  }

  .mr-20,
  .mr-25,
  .mr-30 {
    margin-right: 15px !important;
  }

  .mr-40 {
    margin-right: 20px !important;
  }

  /* mottom */
  .mb-05 {
    margin-bottom: 3px !important;
  }

  .mb-10 {
    margin-bottom: 5px !important;
  }

  .mb-15 {
    margin-bottom: 10px !important;
  }

  .mb-20,
  .mb-25,
  .mb-45 {
    margin-bottom: 15px !important;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .mb-50,
  .mb-60 {
    margin-bottom: 25px !important;
  }

  .mb-120 {
    margin-bottom: 50px !important;
  }


  /** padding
  ---------------------------------------------**/
  /* top */
  .pt-5 {
    padding-top: 3px !important;
  }

  .pt-10 {
    padding-top: 5px !important;
  }
  
  .pt-20,
  .pt-30 {
    padding-top: 15px !important;
  }

  .pt-40,
  .pt-50 {
    padding-top: 25px !important;
  }
  
  /* left */
  .pl-5 {
    padding-left: 3px !important;
  }

  .pl-10 {
    padding-left: 5px !important;
  }
  
  .pl-20,
  .pl-30 {
    padding-left: 15px !important;
  }
  
  /* right */
  .pr-5 {
    padding-right: 3px !important;
  }

  .pr-10 {
    padding-right: 5px !important;
  }
  
  .pr-20,
  .pr-30 {
    padding-right: 15px !important;
  }
  
  /* bottom */
  .pb-5 {
    padding-bottom: 3px !important;
  }

  .pb-10 {
    padding-bottom: 5px !important;
  }
  
  .pb-20,
  .pb-30 {
    padding-bottom: 15px !important;
  }
  
  .pb-40,
  .pb-50 {
    padding-bottom: 25px !important;
  }


  /** フォントサイズ
  ---------------------------------------------**/
  .font-12 {
    font-size: 1.2rem !important;
  }

  .font-13 {
    font-size: 1.3rem !important;
  }

  .font-14{
    font-size: 1.1rem !important;
  }

  .font-15{
    font-size: 1.3rem !important;
  }

  .font-16{
    font-size: 1.4rem !important;
  }
  
  .font-17{
    font-size: 1.6rem !important;
  }

  .font-22 {
    font-size: 1.7rem !important;
  }

  .font-24 {
    font-size: 1.8rem !important;
  }

}