@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.youtube {
  margin: auto;
  text-align: center; }

.youtube iframe {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .youtube iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; } }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

.sliderA, .sliderB, .sliderC, .sliderD {
  opacity: 0;
  transition: opacity .25s ease; }

.sliderA.slick-initialized, .sliderB.slick-initialized, .sliderC.slick-initialized, .sliderD.slick-initialized {
  opacity: 1; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "a-otf-ud-shin-go-con80-pr6n", sans-serif, -apple-system;
  letter-spacing: 2px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif; }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

.common-btn {
  margin: 0 auto 30px;
  text-align: center; }
  .common-btn a {
    padding: 5px 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    text-decoration: none;
    text-align: center;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-size: 1.6rem; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #333333;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: #000;
    height: 100px;
    width: 100%;
    /*絶対必要*/
    padding: 30px 30px 15px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 80px;
        padding: 20px 15px 15px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 20px 15px 10px; } }
    #header-fixed header h1 a {
      font-size: 2.0rem;
      color: #fff;
      text-decoration: none;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 a {
          font-size: 1.6rem; } }
    #header-fixed header h1 a:hover {
      opacity: 0.8; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }

#spmenu {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 1000;
  display: block; }
  @media print, screen and (max-width: 991px) {
    #spmenu {
      top: 15px; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.pagetitle {
  background-color: #e0e0e0;
  padding: 50px 0;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 5px;
  line-height: 0.8; }
  @media print, screen and (min-width: 992px) {
    .pagetitle {
      font-size: 3.0rem;
      letter-spacing: 10px; } }
  .pagetitle span {
    font-size: 0.9rem;
    letter-spacing: 5px; }
    @media print, screen and (min-width: 992px) {
      .pagetitle span {
        font-size: 1.0rem; } }

/*! ==================================================
　HOME
=================================================== */
@media print, screen and (max-width: 991px) {
  #home {
    padding-top: 80px; } }
@media print, screen and (min-width: 992px) {
  #home {
    padding-top: 100px; } }
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead {
  border-bottom: 60px solid #000;
  overflow: hidden; }
  #home #homehead #topimg {
    overflow: hidden; }
    #home #homehead #topimg img {
      overflow: hidden;
      width: 100%;
      object-fit: cover; }
      @media print, screen and (max-width: 575px) {
        #home #homehead #topimg img {
          max-width: 100%;
          /*画像中央ぞろえで必要*/
          height: 420px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #home #homehead #topimg img {
          height: 900px; } }
      @media print, screen and (min-width: 992px) {
        #home #homehead #topimg img {
          height: 850px; } }
  #home #homehead .photo {
    margin: 60px auto 30px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #home #homehead .photo {
        width: 200px; } }
    @media print, screen and (min-width: 992px) {
      #home #homehead .photo {
        width: 200px; } }
  #home #homehead .name {
    text-align: center;
    font-size: 2.4rem; }
    @media print, screen and (min-width: 992px) {
      #home #homehead .name {
        font-size: 1.8rem; } }
    #home #homehead .name span {
      font-size: 1.4rem; }
      @media print, screen and (min-width: 992px) {
        #home #homehead .name span {
          font-size: 1.0rem; } }
  #home #homehead .instagram {
    text-align: center;
    margin: 30px 15px 20px; }
    @media print, screen and (min-width: 992px) {
      #home #homehead .instagram img {
        width: 50px; } }
  #home #homehead .keireki {
    text-align: center;
    margin: auto;
    padding-bottom: 50px; }
    @media print, screen and (min-width: 1200px) {
      #home #homehead .keireki {
        width: 80%; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead .keireki {
        width: 90%; } }
    #home #homehead .keireki p {
      text-align: left;
      padding: 15px 15px 0; }
      @media print, screen and (max-width: 991px) {
        #home #homehead .keireki p {
          text-align: center; } }
#home .homegalleryback {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #e0e0e0 60%, #e0e0e0 100%);
  padding-bottom: 50px; }
  @media print, screen and (max-width: 767px) {
    #home .homegalleryback {
      background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #e0e0e0 50%, #e0e0e0 100%); } }
#home #homegallery {
  overflow: hidden;
  padding: 80px 0 30px;
  text-align: center;
  margin: auto;
  width: 90%; }
  #home #homegallery .title1 {
    text-align: center;
    font-size: 2.4rem; }
    @media print, screen and (min-width: 992px) {
      #home #homegallery .title1 {
        font-size: 2.2rem; } }
    #home #homegallery .title1 span {
      font-size: 1.4rem;
      letter-spacing: 5px; }
      @media print, screen and (min-width: 992px) {
        #home #homegallery .title1 span {
          font-size: 1.0rem; } }
  #home #homegallery ul.slider01-4 {
    margin-top: 50px;
    padding-bottom: 50px; }
    #home #homegallery ul.slider01-4 li {
      padding-bottom: 30px; }
      #home #homegallery ul.slider01-4 li img {
        object-fit: contain;
        height: 250px;
        width: 250px;
        text-align: center; }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #home #homegallery ul.slider01-4 li img {
            height: 200px;
            width: 200px; } }
        @media print, screen and (max-width: 767px) {
          #home #homegallery ul.slider01-4 li img {
            height: 150px;
            width: 150px; } }
        @media print, screen and (min-width: 1600px) {
          #home #homegallery ul.slider01-4 li img {
            height: 300px;
            width: 300px; } }
  #home #homegallery .slick-active {
    text-align: center; }
    #home #homegallery .slick-active img {
      margin: auto; }
  #home #homegallery .slick-dotted.slick-slider {
    margin-bottom: 0;
    text-align: center; }
  #home #homegallery .slick-prev:before,
  #home #homegallery .slick-next:before {
    color: black;
    display: none; }

/*! ==================================================
　profile
=================================================== */
@media print, screen and (max-width: 991px) {
  #profile {
    padding-top: 80px; } }
@media print, screen and (min-width: 992px) {
  #profile {
    padding-top: 100px; } }
#profile .message {
  text-align: center;
  padding: 50px 15px;
  font-size: 1.1rem;
  letter-spacing: 5px;
  line-height: 2.5; }
  @media print, screen and (max-width: 991px) {
    #profile .message {
      font-size: 0.9rem; } }
#profile .photo {
  text-align: center;
  margin: 30px auto 50px; }
  @media print, screen and (max-width: 767px) {
    #profile .photo {
      width: 200px; } }
#profile .name {
  text-align: center;
  font-size: 2.4rem; }
  @media print, screen and (min-width: 992px) {
    #profile .name {
      font-size: 1.8rem; } }
  #profile .name span {
    font-size: 1.4rem; }
    @media print, screen and (min-width: 992px) {
      #profile .name span {
        font-size: 1.0rem; } }
#profile .keireki {
  text-align: center;
  margin: 50px auto;
  padding: 0 15px 50px; }
  @media print, screen and (min-width: 1200px) {
    #profile .keireki {
      width: 40%; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #profile .keireki {
      width: 50%; } }
  #profile .keireki p {
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 15px 15px 15px;
    font-size: 0.9rem; }
#profile #katudoureki {
  background-color: #e0e0e0;
  padding: 80px 15px 50px; }
  #profile #katudoureki .title2 {
    text-align: center; }
    #profile #katudoureki .title2 span {
      display: inline-block;
      background-color: #000;
      padding: 7px 15px;
      color: #fff;
      font-size: 1.6rem;
      letter-spacing: 10px; }
  #profile #katudoureki .katudoulist {
    margin: 50px auto; }
    @media print, screen and (min-width: 1200px) {
      #profile #katudoureki .katudoulist {
        width: 40%; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #profile #katudoureki .katudoulist {
        width: 50%; } }
    #profile #katudoureki .katudoulist li {
      text-align: center;
      padding: 15px 0 15px;
      border-bottom: 1px dotted #666;
      list-style: none;
      font-size: 0.9rem; }

/*! ==================================================
　gallery
=================================================== */
@media print, screen and (max-width: 991px) {
  #gallery {
    padding-top: 80px; } }
@media print, screen and (min-width: 992px) {
  #gallery {
    padding-top: 100px; } }
#gallery .gallerycontents {
  margin: 80px 15px; }
#gallery .photo {
  padding: 15px; }
  @media print, screen and (max-width: 767px) {
    #gallery .photo {
      padding: 5px; } }
  #gallery .photo img {
    object-fit: contain;
    height: 300px;
    width: 300px;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #gallery .photo img {
        height: 200px;
        width: 200px; } }
#gallery .pagenavi {
  text-align: center;
  margin-bottom: 50px; }
  #gallery .pagenavi l
  a {
    color: #cc0000;
    text-decoration: underline; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  padding: 40px 10px; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    border-right: 1px solid #333333; }
    footer #footnavi li a {
      color: #333333;
      font-size: 0.9rem;
      padding: 0 30px;
      text-decoration: none; }
  footer #footnavi li:last-child {
    border-right: 0; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  padding-bottom: 120px;
  padding-top: 20px; }
  footer #footer .sitetitle {
    padding: 20px 0 0;
    font-size: 2.0rem; }
  footer #footer address {
    padding-top: 15px;
    font-size: 0.9rem; }
footer .copyright {
  text-align: center;
  font-size: 0.7rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  letter-spacing: 0;
  color: #fff; }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
