@charset "UTF-8";
/******************************************
[reset]
******************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
*,
::before,
::after {
  box-sizing: border-box; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

[hidden],
template {
  display: none; }

small {
  font-size: 80%; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

b, strong {
  font-weight: bolder; }

img {
  border-style: none; }

input,
button,
textarea,
select {
  outline: 0;
  border: 0px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
button,
textarea,
select,
optgroup {
  font: inherit; }

[disabled] {
  cursor: default; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

input::-ms-clear {
  visibility: hidden; }

optgroup {
  font-weight: bold; }

select::-ms-expand {
  display: none; }
select::-ms-value {
  color: currentColor; }

textarea {
  overflow: auto; }

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

button {
  background: none;
  overflow: visible; }

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../css/fonts/icomoon.eot");
  src: url("../css/fonts/icomoon.eot") format("embedded-opentype"), url("../css/fonts/icomoon.woff") format("woff"), url("../css/fonts/icomoon.ttf") format("truetype"), url("../css/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\e908"; }

.icon-notice:before {
  content: "\e915"; }

.icon-arrow-trg:before {
  content: "\e90e"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e90a"; }

.icon-arrow-right:before {
  content: "\e90b"; }

.icon-arrow-top:before {
  content: "\e90c"; }

.icon-check:before {
  content: "\e90d"; }

.icon-cart:before {
  content: "\e905"; }

.icon-btn-arrow:before {
  content: "\e907"; }

.icon-number03:before {
  content: "\e902"; }

.icon-number04:before {
  content: "\e903"; }

.icon-number05:before {
  content: "\e904"; }

.icon-number01:before {
  content: "\e900"; }

.icon-number02:before {
  content: "\e901"; }

.icon-number03:before {
  content: "\e902"; }

.icon-number04:before {
  content: "\e903"; }

.icon-number05:before {
  content: "\e904"; }

.icon-squre:before {
  content: "\e906"; }

.icon-dot:before {
  content: "\e919"; }

.icon-dot-hight:before {
  content: "\e91c"; }

.icon-question:before {
  content: "\e913"; }

/******************************************
[color]
******************************************/
/******************************************
[font]
******************************************/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em; }

/******************************************
[mixin]
******************************************/
/******************************************
[base]
******************************************/
/* 全項共通のパーツを想定 */
body {
  position: relative;
  background: #ffffff;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Yu Gothic', 'Helvetica', 'Arial', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #333333; }
  body a {
    color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
th,
td,
div,
a,
span,
input {
  font-size: 100%;
  font-weight: normal;
  font-style: normal; }

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

main {
  width: 100%;
  margin: 0 auto; }

.inner {
  width: 1100px;
  margin: 0 auto; }

.inner-base {
  width: 1100px;
  margin: 0 auto;
  padding: 90px 0; }

.inner-bottom {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 90px; }

.btn-style, .btn01 a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer; }

.btn01 a {
  width: 350px;
  color: #ffffff;
  background-color: #83cdbc;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 18px 10px;
  position: relative; }
.btn01 a::after {
  content: '\e907';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px; }
.btn01 a:hover {
  background-color: #83cdbc; }
  .btn01 a:hover:hover, .btn01 a:hover:active, .btn01 a:hover:focus {
    background-color: #a7dcd0; }

.half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .half li {
    width: 48%; }

.half-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .half-right li {
    width: 48%; }
  .half-right li:first-child {
    order: 2; }
  .half-right li:last-child {
    order: 1; }

.pic-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .pic-left li:first-child {
    width: 31%;
    margin: 0 3% 0 0; }
  .pic-left li:last-child {
    width: 66%; }

.pic-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .pic-right li:first-child {
    width: 31%;
    margin: 0 0 0 3%;
    order: 2; }
  .pic-right li:last-child {
    width: 66%;
    order: 1; }

.triple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .triple li {
    width: 31%; }

.fb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.mg01 {
  margin: 0 0 20px; }

.mg02 {
  margin: 0 0 40px; }

.mg03 {
  margin: 0 0 60px; }

.mg04 {
  margin: 0 0 80px; }

.mg05 {
  margin: 0 0 100px; }

#pageTop a {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000; }

body {
  width: 375px;
  height: 100vh; }

#sb-site {
  width: 100%;
  height: 100%; }

.txt-center {
  text-align: center; }

.bold {
  font-weight: bold; }

.note {
  font-size: 1.2rem;
  text-indent: -1em;
  padding: 0 0 0 1em; }

@media screen and (max-width: 768px) {
  .inner {
    width: 90%; }

  .inner-base {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto; }

  .inner-bottom {
    width: 90%;
    padding: 0 0 60px;
    margin: 0 auto; }

  #pageTop a {
    bottom: 70px; } }
@media screen and (max-width: 576px) {
  .inner {
    width: 90%; }

  .inner-base {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto; }

  .inner-bottom {
    width: 90%;
    padding: 0 0 50px;
    margin: 0 auto; }

  .btn01 a {
    width: 90%; }

  .half li {
    display: block;
    width: 100%; }
  .half li:first-child {
    margin-right: 0;
    margin: 0 0 15px; }

  .half-right li {
    display: block;
    width: 100%; }
  .half-right li:first-child {
    order: 1;
    margin: 0 0 20px; }
  .half-right li:last-child {
    order: 2; }

  .pic-left li:first-child {
    width: 100%;
    margin: 0 0 20px; }
  .pic-left li:last-child {
    width: 100%; }

  .pic-right {
    width: 100%; }
    .pic-right li:first-child {
      width: 100%;
      margin: 0 0 20px;
      order: 1; }
    .pic-right li:last-child {
      width: 100%;
      order: 2; }

  .triple {
    display: block; }
    .triple li {
      width: 100%;
      margin: 0 0 15px; }

  .mg01 {
    margin: 0 0 15px; }

  .mg02 {
    margin: 0 0 30px; }

  .mg03 {
    margin: 0 0 40px; }

  .mg04 {
    margin: 0 0 60px; }

  .mg05 {
    margin: 0 0 80px; } }
/******************************************
[header]
******************************************/
header {
  width: 100%;
  height: 0;
  background: url(../img/main.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(1840/3000*100%); }

.main-copy {
  text-align: center;
  font-size: 2.5vw;
  margin: 50px 0 0;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.4;
  text-shadow: 0 0 3px #ffffff, 1px 1px 5px #ffffff; }

#side {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 20000; }

.side-bnr li {
  width: 100px;
  height: 100px;
  margin: 0 0 5px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.2); }
.side-bnr li:nth-child(-n+2) a {
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 20px 0;
  background-color: #f5738b; }
  .side-bnr li:nth-child(-n+2) a i {
    display: block;
    font-size: 4.2rem; }
.side-bnr li a:hover {
  opacity: 0.8; }

#linepay-sp {
  display: none; }

@media screen and (max-width: 768px) {
  header {
    padding-top: 60px; }

  .side-bnr {
    display: none; }

  .main-copy {
    text-align: center;
    font-size: 2.5rem;
    margin: 30px 0 0; }

  #linepay-sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 30000;
    width: 100%;
    border-top: 1px solid #e7e7e7; }
    #linepay-sp a {
      display: block;
      background-color: #ffffff; }
    #linepay-sp img {
      display: block;
      width: 30%;
      margin: 0 auto; } }
@media screen and (max-width: 576px) {
  header {
    background: url(../img/main-sp.jpg) bottom no-repeat;
    background-size: cover;
    padding-bottom: calc(900/750*100%); }

  .main-copy {
    font-size: 2.2rem; }

  #linepay-sp img {
    width: 65%; } }
/******************************************
[h-tag]
******************************************/
h1 {
  display: none; }

h2 {
  width: 250px;
  margin: 0 auto 30px;
  padding: 30px 0 0; }

h3 {
  text-align: center;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0 0 40px; }
  h3 span {
    display: block;
    font-size: 7rem;
    font-family: "pauline";
    color: #83cdbc;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 5px; }

h4 {
  background-color: #83cdbc;
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  padding: 5px;
  margin: 0 0 30px;
  font-weight: bold; }

h5 {
  text-align: center;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px;
  color: #f5738b;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  h2 {
    width: 200px;
    margin: 0 auto;
    padding: 30px 0 0; }

  h3 span {
    font-size: 5.5rem; } }
@media screen and (max-width: 576px) {
  h2 {
    width: 50%; }

  h3 span {
    font-size: 4rem; } }
/******************************************
[nav]
******************************************/
nav {
  width: 1100px;
  text-align: center;
  z-index: 10;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  *zoom: 1;
  z-index: 10000;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.15); }
  nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center; }
  nav li:not(:last-child) a::after {
    content: '\e91c';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.5em;
    color: #e7e7e7;
    z-index: 10; }
  nav li {
    position: relative; }
  nav li:first-child {
    display: none; }
  nav li a {
    display: block;
    font-size: 1.2rem;
    transition: .3s;
    position: relative;
    padding: 18px 30px;
    line-height: 1.2; }
    nav li a span {
      display: block;
      font-family: "pauline";
      color: #069b79;
      font-size: 2rem;
      font-weight: bold;
      font-style: italic;
      transition: .3s; }
  nav li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  nav li a:hover {
    color: #83cdbc; }
    nav li a:hover span {
      color: #83cdbc; }

.pull-down {
  position: absolute;
  z-index: 99990;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: block;
  width: 240px; }
  .pull-down li {
    padding: 0; }
    .pull-down li a {
      display: block;
      border-right: none;
      padding: 18px 20px;
      background-color: #069b79;
      color: #ffffff;
      text-align: left;
      font-weight: normal;
      font-size: 1.3rem;
      letter-spacing: normal;
      border-bottom: 1px solid #83cdbc; }
      .pull-down li a::after {
        border: none; }
  .pull-down li:first-child {
    display: block; }
  .pull-down li:not(:last-child) a::after,
  .pull-down li:last-child a::after {
    content: ''; }
  .pull-down li:hover > a {
    background-color: #83cdbc;
    color: #ffffff; }

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  border-radius: 0; }

.is-show {
  transform: translateY(0);
  background-color: #ffffff; }
  .is-show .nav-logo {
    display: block;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 20px;
    filter: drop-shadow(0 0 10px rgba(131, 205, 188, 0.3)); }
  .is-show li a {
    padding: 18px 20px; }
  .is-show li:first-child {
    display: block; }
  .is-show li:nth-child(3) {
    margin: 0; }

#sp-menu {
  display: none; }

@media screen and (max-width: 1060px) {
  .clone-nav {
    width: 1060px; } }
@media screen and (max-width: 768px) {
  nav {
    display: none; }

  #sp-menu {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 10000;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px; }
    #sp-menu ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    #sp-menu li:first-child {
      width: 50px;
      z-index: 99999;
      border-radius: 5px;
      overflow: hidden; }
    #sp-menu li:nth-child(2) {
      height: 40px;
      z-index: 99997;
      margin: 5px auto 0; }
      #sp-menu li:nth-child(2) img {
        width: auto;
        height: 100%; }
    #sp-menu li:nth-child(3) {
      width: 50px;
      z-index: 99998;
      border-radius: 5px;
      overflow: hidden; }
    #sp-menu li:last-child {
      width: 50px;
      z-index: 99998;
      margin: 0 0 0 5px;
      border-radius: 5px;
      overflow: hidden; }

  .sb-slidebar {
    background-color: #83cdbc;
    position: relative; }
    .sb-slidebar li {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
      font-size: 1.3rem;
      line-height: 1.3; }
      .sb-slidebar li span {
        display: block;
        font-family: "pauline";
        font-size: 2.8rem;
        font-style: italic;
        font-weight: bold; }
    .sb-slidebar li a {
      padding: 15px 20px;
      display: block;
      color: #ffffff; }

  .close {
    display: block;
    padding: 5px; }
    .close img {
      width: 50px;
      height: 50px; }

  #menu-info {
    padding: 20px;
    color: #ffffff; }
    #menu-info p {
      font-size: 1.3rem; }

  .menu-info-tel {
    font-family: "din-2014";
    font-size: 2.5rem;
    font-weight: 600; }
    .menu-info-tel a {
      color: #ffffff; }
    .menu-info-tel span {
      font-size: 3.5rem;
      font-weight: 600; } }
/******************************************
[index.html]
******************************************/
/* ブロック名＝ページ名、
ブロック内のコメント＝sectionやarticleを想定 */
#cont01 {
  background: url(../img/cont01-bg.jpg) right bottom no-repeat;
  background-size: 100% auto;
  background-color: #fdede8;
  padding: 5% 0 12%; }

.cont01-area {
  width: 50%;
  background-color: #ffffff;
  padding: 80px 20px;
  border-radius: 0 15px 15px 0; }

.cont01-ttl {
  font-size: 3rem;
  color: #f5738b;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  font-weight: 500; }
  .cont01-ttl span {
    display: block;
    width: 170px;
    margin: 0 auto 10px; }

.cont01-txt {
  text-align: center; }

#cont03 {
  background: url(../img/cont03-bg.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding: 60px 8% 15%; }

.cont03-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cont03-li li {
    width: 49%; }
  .cont03-li li a {
    display: block;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.2);
    position: relative;
    transition: .3s; }
  .cont03-li li a:hover {
    opacity: 0.85;
    background-color: #f7f7f7; }
  .cont03-li li:first-child .cont03-ttl,
  .cont03-li li:first-child .icon-arrow-trg {
    color: #ffcc00; }
  .cont03-li li:nth-child(2) .cont03-ttl,
  .cont03-li li:nth-child(2) .icon-arrow-trg {
    color: #55ade5; }
  .cont03-li li:nth-child(3) .cont03-ttl,
  .cont03-li li:nth-child(3) .icon-arrow-trg {
    color: #83cdbc; }
  .cont03-li li:last-child .cont03-ttl,
  .cont03-li li:last-child .icon-arrow-trg {
    color: #f5738b; }
  .cont03-li .icon-arrow-trg {
    font-size: 2.5rem;
    position: absolute;
    right: 15px;
    bottom: 15px; }

.cont03-pic {
  width: 30%;
  margin: 0 5% 0 0; }
  .cont03-pic img {
    width: 100%;
    height: 100%;
    border-radius: 100px; }

.cont03-area {
  width: 65%;
  text-align: center; }

.cont03-ttl {
  font-family: "pauline";
  margin: 0 0 10px;
  font-size: 2.5vw;
  font-weight: bold;
  font-style: italic; }

#map iframe {
  vertical-align: bottom; }

footer {
  background-color: #83cdbc;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
  footer .fb {
    padding: 60px 0;
    justify-content: flex-start;
    align-items: center; }

.footer-logo {
  width: 250px; }

.footer-ad {
  width: 660px;
  margin: 0 0 0 8%; }

.footer-tel li {
  font-family: "din-2014";
  font-size: 3rem;
  font-weight: 600; }
.footer-tel span {
  font-size: 4rem;
  font-weight: 600; }

.footer-linepay {
  width: 250px; }
  .footer-linepay a:hover {
    opacity: 0.8; }

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin: 0 0 15px; }
  .footer-menu li a {
    display: block; }
    .footer-menu li a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .footer-menu li:not(:last-child) a::after {
    content: '・';
    color: rgba(255, 255, 255, 0.5);
    padding: 0 5px; }

.copyrt {
  border-top: 1px dashed #ffffff;
  text-align: center;
  font-size: 1.2rem;
  padding: 25px 0; }

@media screen and (max-width: 960px) {
  #cont03 {
    width: 960px; } }
@media screen and (max-width: 768px) {
  #cont01 {
    padding: 5% 0 15%; }

  .cont01-area {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 15px; }

  #cont03 {
    width: 100%;
    padding: 80px 3% 15%; }

  .cont03-li li a {
    padding: 15px;
    font-size: 1.3rem;
    margin: 0 0 20px; }
  .cont03-li .icon-arrow-trg {
    font-size: 2rem;
    right: 10px;
    bottom: 10px; }

  .cont03-ttl {
    font-size: 2.5rem;
    margin: 0; }

  footer {
    padding: 0 0 60px; }
    footer .fb {
      padding: 60px 0;
      justify-content: flex-start;
      align-items: center; }

  .footer-logo {
    width: 25%; }

  .footer-ad {
    width: 70%;
    margin: 0 0 0 5%; }

  .footer-tel li {
    font-size: 2rem; }
  .footer-tel span {
    font-size: 3rem; }

  .footer-linepay {
    width: 220px; }

  .footer-menu {
    display: none; } }
@media screen and (max-width: 576px) {
  #cont01 {
    background-size: 150% auto;
    padding: 5% 0 70%; }

  .cont01-area {
    width: 90%;
    padding: 50px 20px; }

  .cont01-ttl {
    font-size: 2.2rem; }
    .cont01-ttl span {
      width: 120px; }

  .cont01-txt {
    text-align: left; }

  #cont03 {
    padding: 50px 5% 15%; }

  .cont03-li {
    display: block; }
    .cont03-li li {
      width: 100%; }
    .cont03-li li a {
      padding: 15px;
      font-size: 1.3rem;
      margin: 0 0 20px; }

  .cont03-ttl {
    font-size: 2.5rem;
    margin: 0 0 5px; }

  footer {
    padding: 0 0 60px; }
    footer .fb {
      display: block;
      text-align: center; }
    footer .half {
      margin: 0 0 10px; }
      footer .half li:first-child {
        margin: 0; }

  .footer-logo {
    width: 50%;
    margin: 0 auto 20px; }

  .footer-ad {
    width: 100%;
    margin: 0; }

  .footer-linepay {
    width: 70%;
    margin: 0 auto; } }
/******************************************
[topics]
******************************************/
.topics-inner {
  border: 2px solid #83cdbc;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.topics-left {
  width: 28%; }

.news-ttl {
  background: url(../img/news-ttl-bg.png) bottom no-repeat;
  background-size: cover;
  width: 220px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 15px 0 25px;
  margin: 0 auto 20px;
  letter-spacing: 0.1em;
  font-size: 1.3rem; }
  .news-ttl span {
    display: block;
    font-family: "pauline";
    font-size: 50px;
    font-style: italic; }

.more-btn a {
  display: block;
  width: 7em;
  margin: 0 auto 30px;
  text-align: center;
  font-family: "pauline";
  font-size: 2rem;
  border-bottom: 1px dashed #e7e7e7;
  transition: .3s; }
.more-btn a:hover {
  color: #83cdbc; }

#topics li {
  display: block !important; }
#topics li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 20px;
  margin: 0 0 20px; }
#topics li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start; }
#topics #topicsArea {
  padding: 50px 30px;
  width: 72%; }
#topics #topics_date {
  color: #f5738b;
  font-family: "pauline";
  margin: 0 10px 0 0;
  width: 6em; }
#topics #topics_title {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  #topics #topics_title:hover {
    text-decoration: underline; }

#topics02 ul,
#works-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
  justify-content: flex-start; }
  #topics02 ul li,
  #works-list ul li {
    width: 320px;
    display: block !important;
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.2);
    transition: 0.3s;
    margin: 0 70px 0 0; }
  #topics02 ul li:nth-child(3n),
  #works-list ul li:nth-child(3n) {
    margin: 0; }
  #topics02 ul #topics_thumbnail,
  #works-list ul #topics_thumbnail {
    display: block; }
    #topics02 ul #topics_thumbnail img,
    #works-list ul #topics_thumbnail img {
      width: 100%;
      height: 320px;
      object-fit: cover; }
  #topics02 ul #topics_date,
  #works-list ul #topics_date {
    display: block;
    color: #f5738b;
    font-family: "pauline"; }
  #topics02 ul #topics_title,
  #works-list ul #topics_title {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #topics02 ul li:hover,
  #works-list ul li:hover {
    box-shadow: 0 0 100px 0 rgba(51, 51, 51, 0.2);
    transform: scale(1.05, 1.05); }

.topics02-txt {
  padding: 20px 15px; }

@media screen and (max-width: 768px) {
  .topics-left {
    margin: 0 2%; }

  .news-ttl {
    width: 100%; }

  #topics #topicsArea {
    padding: 40px 30px;
    width: 68%; }
  #topics #topics_title {
    width: 72%; }

  #topics02 ul,
  #works-list ul {
    margin: 0 0 50px; }
    #topics02 ul li,
    #works-list ul li {
      width: 30%;
      margin: 0 5% 0 0; }
    #topics02 ul #topics_thumbnail img,
    #works-list ul #topics_thumbnail img {
      height: 208px; } }
@media screen and (max-width: 576px) {
  .topics-inner {
    display: block; }

  .topics-left {
    margin: 0 auto;
    width: 70%; }

  .news-ttl {
    width: 100%; }

  .more-btn a {
    margin: 0 auto 10px; }

  #topics li {
    display: block; }
  #topics #topicsArea {
    padding: 20px 15px;
    width: 100%; }
  #topics #topics_title {
    width: 100%; }

  #topics02 ul,
  #works-list ul {
    display: block; }
    #topics02 ul li,
    #works-list ul li {
      width: 300px;
      margin: 0 auto 30px; }
    #topics02 ul li:nth-child(3n),
    #works-list ul li:nth-child(3n) {
      margin: 0 auto 30px; }
    #topics02 ul #topics_thumbnail img,
    #works-list ul #topics_thumbnail img {
      height: 300px; } }
/******************************************
[list]
******************************************/
#list li {
  display: block !important; }
#list li {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 20px;
  margin: 0 0 20px; }
#list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start; }
#list #topics_date {
  color: #f5738b;
  font-family: "pauline";
  margin: 0 10px 0 0;
  width: 6em; }
#list #topics_title {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  #list #topics_title:hover {
    text-decoration: underline; }

#topics_paging {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin: 50px 0 0; }

#topics_paging_previous,
#topics_paging_next {
  background-color: #e7e7e7;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0 5px;
  width: 8em;
  line-height: 3;
  border-radius: 3px; }

#topics_paging_previous a,
#topics_paging_next a {
  display: block;
  color: #ffffff;
  width: 8em;
  background-color: #83cdbc;
  border-radius: 3px; }
#topics_paging_previous a:hover,
#topics_paging_next a:hover {
  background: #95d4c6; }

#works-list ul {
  margin: 0; }
  #works-list ul li {
    margin: 0 70px 50px 0; }
  #works-list ul li:nth-child(3n) {
    margin: 0 0 50px; }

@media screen and (max-width: 768px) {
  #works-list ul {
    margin: 0; }
    #works-list ul li {
      margin: 0 5% 40px 0; }
    #works-list ul li:nth-child(3n) {
      margin: 0 0 40px; } }
@media screen and (max-width: 576px) {
  #list li {
    display: block; }
  #list #topics_title {
    width: 100%; }

  #works-list ul li {
    margin: 0 auto 30px; }
  #works-list ul li:nth-child(3n) {
    margin: 0 auto 30px; } }
/******************************************
[detail]
******************************************/
#detail #topics_thumbnail {
  margin: 30px 0; }
#detail #topics_title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px dotted #e7e7e7;
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: #f5738b; }
#detail #topics_body img[class^="topics_photo_"] {
  max-width: 100%;
  margin: 0 0 10px; }
#detail #topics_body {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px; }
#detail #topics_date {
  text-align: right;
  margin: 20px 0 0; }

.back-btn a {
  display: block;
  background-color: #83cdbc;
  color: #ffffff;
  width: 300px;
  border-radius: 5px;
  padding: 15px 5px;
  margin: 30px auto 0;
  font-size: 1.8rem;
  text-align: center; }
.back-btn a:hover {
  background-color: #95d4c6; }

/******************************************
[under common]
******************************************/
#under header {
  width: 100%;
  height: auto;
  background: url(../img/pagettl-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 0; }

#pagettl {
  text-align: center;
  padding: 60px 0;
  font-size: 1.8rem;
  line-height: 1.2;
  text-shadow: 0 0 5px #ffffff, 1px 1px 10px #ffffff;
  letter-spacing: 1px; }
  #pagettl span {
    display: block;
    font-family: "pauline";
    font-size: 5rem;
    font-style: italic;
    color: #069b79;
    letter-spacing: 3px;
    font-weight: bold; }

.read-txt01 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 40px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #f5738b;
  margin: 0 auto 40px;
  background: url(../img/ttl-bg.png) center bottom no-repeat;
  background-size: 20% auto; }

.read-txt02 {
  text-align: center; }

.pink-bg {
  background-color: #fdede8;
  padding: 50px 40px 40px; }

.green-bg {
  background-color: #caeee6;
  padding: 50px 40px 40px; }

.page-ttl {
  text-align: center;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0 0 40px; }
  .page-ttl span {
    display: block;
    font-size: 4.5rem;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #83cdbc;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 15px; }

.garally-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start; }
  .garally-li li {
    width: 210px; }
    .garally-li li img {
      width: 100%;
      height: 210px;
      object-fit: cover; }
  .garally-li li:not(:nth-child(5n)) {
    margin: 0 10px 10px 0; }

@media screen and (max-width: 768px) {
  #under header {
    padding: 60px 0 0; }
    #under header h2 {
      display: none; }

  #pagettl {
    padding: 40px 0; }
    #pagettl span {
      font-size: 4rem;
      letter-spacing: 2px; }

  .read-txt01 {
    font-size: 2.5rem;
    padding: 0 0 30px;
    background-size: 30% auto; }

  .pink-bg,
  .green-bg {
    padding: 30px 20px 20px; }

  .garally-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start; }
    .garally-li li {
      width: 125px; }
      .garally-li li img {
        height: 125px; }
    .garally-li li:not(:nth-child(5n)) {
      margin: 0 10px 10px 0; } }
@media screen and (max-width: 576px) {
  #pagettl {
    font-size: 1.5rem; }
    #pagettl span {
      font-size: 3.5rem; }

  .pink-bg,
  .green-bg {
    padding: 20px 15px 15px; }

  .read-txt01 {
    font-size: 2.2rem;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    background-size: 50% auto; }

  .read-txt02 {
    text-align: left; }

  .page-ttl span {
    font-size: 3rem; }

  .garally-li li {
    width: 49%; }
    .garally-li li img {
      height: 165px; }
  .garally-li li:not(:nth-child(5n)) {
    margin: 0 0 10px; }
  .garally-li li:not(:nth-child(2n)) {
    margin: 0 2% 10px 0; } }
/******************************************
[knowledge.html]
******************************************/
#knowledge01,
#knowledge02 {
  border-bottom: 1px solid #e7e7e7; }

.knowledge01-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center; }
  .knowledge01-li li:first-child {
    width: 25%;
    margin: 0 5% 0 0; }
    .knowledge01-li li:first-child img {
      width: 100%;
      height: 100%;
      border-radius: 300px; }
  .knowledge01-li li:last-child {
    width: 70%; }

.owner {
  position: relative; }
  .owner::after {
    content: '';
    background: url(../img/knowledge01_frame.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    z-index: 100;
    top: -5%;
    left: -5%; }

.license-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .license-li li:first-child {
    width: 15%; }
  .license-li li:last-child {
    width: 80%; }

.knowledge01-subttl {
  font-size: 2.5rem;
  color: #f5738b;
  font-weight: bold;
  margin: 0 0 15px; }

.knowledge01-btn a {
  display: block;
  font-size: 1.8rem;
  color: #f5738b;
  padding: 0 0 10px;
  border-bottom: 2px dotted #f5738b;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto; }

.knowledge01-txt {
  font-size: 1.8rem;
  line-height: 1.8; }

.knowledge01-dl dt {
  font-size: 2rem;
  color: #f5738b;
  font-weight: bold; }

.calendar-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5px;
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center; }
  .calendar-dl dt {
    width: 20%;
    font-family: "pauline";
    color: #83cdbc;
    font-size: 3rem;
    text-align: center;
    line-height: 0.8;
    margin: 0 3% 0 0; }
    .calendar-dl dt span {
      display: block;
      font-size: 6rem; }
  .calendar-dl dd {
    width: 77%; }
    .calendar-dl dd li:not(:last-child) {
      margin: 0 0 15px; }

.calendar-subttl {
  background-color: #83cdbc;
  color: #ffffff;
  padding: 3px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5px; }

.knowledge03-dl {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 10px; }
  .knowledge03-dl dt {
    font-size: 2rem;
    border-bottom: 2px dotted #e7e7e7;
    margin: 0 0 15px;
    padding: 0 0 10px;
    color: #069b79;
    font-weight: bold; }
    .knowledge03-dl dt span {
      display: block;
      font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .knowledge01-subttl {
    font-size: 2rem; } }
@media screen and (max-width: 576px) {
  .knowledge01-li {
    display: block; }
    .knowledge01-li li:first-child {
      width: 70%;
      margin: 0 auto 20px; }
    .knowledge01-li li:last-child {
      width: 100%; }

  .license-li {
    display: block; }
    .license-li li:first-child {
      width: 50%;
      margin: 0 auto 20px; }
    .license-li li:last-child {
      width: 100%; }

  .knowledge01-btn a {
    font-size: 1.5rem;
    margin: 0 0 10px; }

  .calendar-dl {
    padding: 20px 15px;
    margin: 0 0 10px; }
    .calendar-dl dt {
      width: 100%;
      margin: 10px auto 20px;
      border-bottom: 2px dotted #e7e7e7;
      padding: 0 0 20px; }
    .calendar-dl dd {
      width: 100%; }
      .calendar-dl dd li:not(:last-child) {
        margin: 0 0 15px; }

  .knowledge03-dl {
    padding: 20px 15px; } }
/******************************************
[preserved.html]
******************************************/
.point-ttl {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 20px;
  color: #f5738b;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold; }
  .point-ttl span {
    font-size: 4.5rem;
    padding: 0 0.1em; }

.point-txt {
  text-align: center; }

.point-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .point-li li {
    width: 48%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px; }
  .point-li li:nth-child(-n+2) {
    margin: 0 0 40px; }

.point-icon {
  width: 100px;
  margin: 0 auto; }

.point-num {
  font-family: "pauline";
  text-align: center;
  color: #f5738b;
  font-size: 3.5rem;
  margin: 0 0 10px; }

@media screen and (max-width: 576px) {
  .point-ttl {
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 10px 0; }
    .point-ttl span {
      font-size: 3.2rem; }

  .point-txt {
    text-align: left; }

  .point-li {
    display: block; }
    .point-li li {
      width: 100%;
      padding: 20px; }
    .point-li li:nth-child(-n+3) {
      margin: 0 0 20px; }

  .point-icon {
    width: 80px; } }
/******************************************
[arrangement.html]
******************************************/
#arrangement01 {
  border-bottom: 1px solid #e7e7e7; }

.arrangement02-ttl {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 50px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.6; }
  .arrangement02-ttl span {
    display: block;
    font-size: 3rem; }

.arrangement02-subttl {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold; }

.arrangement-point-ttl, .arrangement-point-ttl02 {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 30px;
  color: #069b79;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: bold; }

.arrangement-point-ttl02 {
  color: #f5738b; }

.arrangement02-pic {
  width: 250px;
  margin: 0 auto 20px;
  border-radius: 250px;
  overflow: hidden; }

.arrangement02-txt {
  text-align: center; }

@media screen and (max-width: 576px) {
  .arrangement02-ttl {
    font-size: 1.6rem;
    margin: 0 0 25px;
    line-height: 1.2; }
    .arrangement02-ttl span {
      font-size: 2.2rem; }

  .arrangement-point-ttl, .arrangement-point-ttl02 {
    font-size: 2.2rem;
    margin: 10px 0 20px; }

  .arrangement02-pic {
    width: 180px;
    border-radius: 180px; } }
/******************************************
[ceremonial.html]
******************************************/
#ceremonial02,
#ceremonial03,
#ceremonial04,
#ceremonial05 {
  border-bottom: 1px solid #e7e7e7; }

#ceremonial01 {
  background: url(../img/ceremonial01-bg.jpg) right bottom no-repeat;
  background-size: 50% auto;
  background-color: #fdede8;
  height: 0;
  padding-bottom: calc(800/3000*100%);
  position: relative; }

.ceremonial-read-txt {
  font-size: 3.5rem;
  color: #f5738b;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important; }

.ceremonial02-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ceremonial02-li li {
    width: 48%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px; }
  .ceremonial02-li li:nth-child(-n+2) {
    margin: 0 0 40px; }

.ceremonial02-subttl {
  color: #f5738b;
  border-bottom: 2px dotted #e7e7e7;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: center; }
  .ceremonial02-subttl span {
    font-size: 2rem;
    font-weight: bold; }

#ceremonial06 .triple li {
  border: 1px solid #f5738b;
  border-radius: 10px;
  text-align: center;
  padding: 18px 10px;
  font-size: 1.8rem;
  color: #f5738b; }
#ceremonial06 .triple i {
  font-size: 2rem;
  margin: 0 5px 0 0; }

.ceremonial05-txt {
  font-size: 1.8rem;
  text-align: center; }

@media screen and (max-width: 768px) {
  .ceremonial-read-txt {
    font-size: 2.5rem; } }
@media screen and (max-width: 576px) {
  #ceremonial01 {
    background-size: 120% auto;
    padding-bottom: 100%; }

  .ceremonial-read-txt {
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
    position: static;
    transform: translateY(0) !important;
    padding: 50px 0 0; }

  .ceremonial02-li {
    display: block; }
    .ceremonial02-li li {
      width: 100%;
      padding: 20px; }
    .ceremonial02-li li:nth-child(-n+3) {
      margin: 0 0 15px; }

  .ceremonial05-txt {
    font-size: 1.6rem; } }
/******************************************
[display.html]
******************************************/
#display01 {
  border-bottom: 1px solid #e7e7e7; }

#display01 .triple li {
  margin: 0 0 40px; }

#display02 .garally-li {
  justify-content: center; }

/******************************************
[contact.html]
******************************************/
.contact-txt {
  text-align: center; }

#form input[type="text"],
#form input[type="email"],
#form input[type="Tel"],
textarea,
select {
  padding: 10px;
  border: 1px solid #e7e7e7;
  width: 100%;
  appearance: auto; }

.hisu {
  font-size: 1rem;
  color: #ffffff;
  background-color: #e60012;
  padding: 2px 5px;
  margin: 0 0 0 5px;
  border-radius: 3px;
  line-height: 1; }

.form-btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center; }
  .form-btn li {
    width: 10em; }
  .form-btn input {
    background-color: #83cdbc;
    color: #ffffff;
    padding: 12px 8px;
    width: 10em;
    border: none;
    margin: 0 10px;
    border-radius: 3px; }
  .form-btn input:hover {
    background-color: #07b48c; }

.contact-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center; }
  .contact-tel li {
    font-family: "din-2014";
    font-size: 3rem;
    font-weight: 600;
    margin: 0 10px;
    color: #f5738b; }
  .contact-tel span {
    font-size: 4rem;
    font-weight: 600; }
  .contact-tel a {
    color: #f5738b; }

@media screen and (max-width: 576px) {
  .contact-txt {
    text-align: left; }

  .form-btn input {
    width: 8em;
    padding: 10px 5px; }

  .contact-tel {
    display: block;
    text-align: center; }
    .contact-tel li {
      font-size: 2rem; }
    .contact-tel span {
      font-size: 3rem; } }
/******************************************
[thanks.html]
******************************************/
.thanks-txt {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 20px; }

/******************************************
[table]
******************************************/
.table01 {
  width: 800px;
  margin: 0 auto; }
  .table01 th {
    text-align: left;
    padding: 15px;
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    border-right: 1px solid #ffffff;
    text-align: center;
    background-color: #83cdbc;
    color: #ffffff; }
  .table01 td {
    padding: 15px;
    border: 1px solid #e7e7e7;
    text-align: center; }
  .table01 tr td:first-of-type {
    background-color: #f7f7f7;
    text-align: left; }

.table02 {
  width: 100%; }
  .table02 th {
    text-align: center;
    padding: 18px 10px;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    font-weight: bold; }
  .table02 td {
    text-align: center;
    padding: 18px;
    border: 1px solid #e7e7e7; }

.table03 {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  .table03 tr:nth-child(even) {
    background: #f7f7f7; }
  .table03 th {
    padding: 15px;
    font-weight: bold; }
  .table03 td {
    padding: 15px;
    vertical-align: top; }

.table04 {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  .table04 th {
    padding: 15px;
    border-top: 1px solid #e7e7e7;
    font-weight: bold;
    text-align: left; }
  .table04 td {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7; }

.tbl-note {
  margin: 5px 0 0;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em; }

@media screen and (max-width: 576px) {
  .table01 {
    width: 100%; } }
@media screen and (max-width: 576px) {
  .table01 {
    font-size: 1.3rem; }
    .table01 th {
      padding: 10px 5px; }
    .table01 td {
      padding: 10px 5px; }

  .table02 {
    border-bottom: 1px solid #e7e7e7; }
    .table02 th,
    .table02 td {
      display: block;
      width: 100%;
      padding: 10px;
      border-bottom: none; }

  .table03 th {
    padding: 10px 5px; }
  .table03 td {
    padding: 10px 5px; }

  .table04 th {
    padding: 10px 5px; }
  .table04 td {
    padding: 10px 5px; } }
/******************************************
[改行切り替え]
******************************************/
.sp {
  display: none; }

.ipad {
  display: none; }

.pc {
  display: block; }

@media screen and (max-width: 768px) {
  .ipad {
    display: block; }

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

  .pc {
    display: none; } }

/*# sourceMappingURL=style.css.map */
