@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; }

.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; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 60%;
  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; }

.loader {
  margin: 100px auto;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #71c1d3, 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.5), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.7), 1.8em -1.8em 0 0em #71c1d3, 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.5), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.7), 2.5em 0em 0 0em #71c1d3, 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.5), 2.5em 0em 0 0em rgba(113, 193, 211, 0.7), 1.75em 1.75em 0 0em #71c1d3, 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.5), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.7), 0em 2.5em 0 0em #71c1d3, -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.5), 0em 2.5em 0 0em rgba(113, 193, 211, 0.7), -1.8em 1.8em 0 0em #71c1d3, -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.5), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.7), -2.6em 0em 0 0em #71c1d3, -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.5), -2.6em 0em 0 0em rgba(113, 193, 211, 0.7), -1.8em -1.8em 0 0em #71c1d3; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #71c1d3, 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.5), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.7), 1.8em -1.8em 0 0em #71c1d3, 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.5), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.7), 2.5em 0em 0 0em #71c1d3, 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.5), 2.5em 0em 0 0em rgba(113, 193, 211, 0.7), 1.75em 1.75em 0 0em #71c1d3, 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.5), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.7), 0em 2.5em 0 0em #71c1d3, -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.2), -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.5), 0em 2.5em 0 0em rgba(113, 193, 211, 0.7), -1.8em 1.8em 0 0em #71c1d3, -2.6em 0em 0 0em rgba(113, 193, 211, 0.2), -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.5), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.7), -2.6em 0em 0 0em #71c1d3, -1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(113, 193, 211, 0.2), 1.8em -1.8em 0 0em rgba(113, 193, 211, 0.2), 2.5em 0em 0 0em rgba(113, 193, 211, 0.2), 1.75em 1.75em 0 0em rgba(113, 193, 211, 0.2), 0em 2.5em 0 0em rgba(113, 193, 211, 0.2), -1.8em 1.8em 0 0em rgba(113, 193, 211, 0.5), -2.6em 0em 0 0em rgba(113, 193, 211, 0.7), -1.8em -1.8em 0 0em #71c1d3; } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 50%;
  top: 40%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -40%);
  /* Safari用 */
  transform: translate(-50%, -40%); }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
  font-weight: bold; }

/*.container{
	@include media(xl){
			max-width:1400px!important;
		}
}*/
.common-btn {
  margin: 10px auto 0;
  padding: 10px 30px;
  text-align: center; }
  .common-btn a {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #71c1d3;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0px 4px 9.5px rgba(189, 226, 217, 0.004); }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #666666;
    text-decoration: none;
    text-align: center; }

.common-btn.more a {
  padding: 10px 10px 10px 30px; }

.common-btn.back a {
  padding: 10px 30px 10px 10px; }

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

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #cc002d;
    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: #005771;
    color: #fff;
    height: 75px;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 5px 5px 5px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 10px 10px 10px; } }
    #header-fixed header h1 {
      font-size: 1.5rem;
      font-family: "noto-sans";
      letter-spacing: 2px;
      line-height: 0.8;
      margin-top: 10px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          font-size: 1.2rem;
          line-height: 1.0;
          margin-top: 5px;
          margin-left: 5px; } }
      #header-fixed header h1 a {
        color: #fff;
        display: block;
        text-decoration: none; }
      #header-fixed header h1 span {
        font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
        font-size: 0.7rem; }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 0;
      top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 5px; }
        #header-fixed header .headmenuarea ul li {
          width: 100px;
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left;
          font-size: 0.9rem;
          letter-spacing: 1px;
          line-height: 1.2;
          border-right: 3px solid #e9a969; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.6rem;
            letter-spacing: 2px; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none;
            display: block; }
        #header-fixed header .headmenuarea ul li:last-child {
          border: 0; }
    #header-fixed header .sptel {
      position: absolute;
      right: 60px;
      top: 10px;
      z-index: 10000;
      background-color: #cc002d; }
      #header-fixed header .sptel a {
        width: 40px;
        height: 40px;
        display: block;
        padding: 7px;
        text-align: center;
        fon-size: 1.4rem;
        color: #fff; }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .sptel {
          display: none; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    #spnavi {
      display: none; } }

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

main {
  padding-top: 75px; }
  @media print, screen and (max-width: 767px) {
    main {
      padding-top: 60px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    main {
      padding-top: 80px; } }

/*! ==================================================
　HOME
=================================================== */
#home #homehead #topslide {
  overflow: hidden;
  position: relative;
  /*.slick-dotted.slick-slider{
  	margin-bottom:0;
  }
  ul.slick-dots{
  	bottom:20px;
  }*/ }
  @media print, screen and (max-width: 575px) {
    #home #homehead #topslide .sliderbox.pc {
      display: none; } }
  @media print, screen and (min-width: 576px) {
    #home #homehead #topslide .sliderbox.sp {
      display: none; } }
  @media print, screen and (max-width: 575px) {
    #home #homehead #topslide .sliderbox img {
      width: 100%;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/
      height: 270px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homehead #topslide .sliderbox img {
      width: 100%;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/
      height: 400px; } }
  @media print, screen and (min-width: 1200px) {
    #home #homehead #topslide .sliderbox img {
      /*画面縮小表示しても画像が切れない対策*/
      width: 100vw;
      object-fit: contain; } }
  @media print, screen and (min-width: 1600px) {
    #home #homehead #topslide .sliderbox img {
      position: relative;
      width: 100vw;
      overflow: hidden; } }
  #home #homehead #topslide .headtel {
    position: absolute;
    top: 3%;
    right: 1%;
    border-radius: 15px;
    font-size: 1.0rem;
    display: block;
    padding: 5px 15px;
    background-color: #cc002d;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .headtel {
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homehead #topslide .headtel {
        font-size: 0.9rem; } }
    #home #homehead #topslide .headtel span {
      font-size: 0.8rem; }
  #home #homehead #topslide #homeheadtitle {
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    height: 60px; }
    #home #homehead #topslide #homeheadtitle h1 {
      text-align: center;
      font-size: 2.2rem;
      padding: 10px 0;
      color: #003366;
      line-height: 1.4;
      letter-spacing: 1px;
      white-space: nowrap; }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide #homeheadtitle h1 {
          font-size: 1.0rem;
          line-height: 1.3; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homehead #topslide #homeheadtitle h1 {
          font-size: 1.5rem;
          line-height: 1.2;
          padding: 30px 10px 10px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #homehead #topslide #homeheadtitle h1 {
          font-size: 2.0rem;
          line-height: 1.3; } }
      @media print, screen and (min-width: 1600px) {
        #home #homehead #topslide #homeheadtitle h1 {
          font-size: 2.6rem;
          line-height: 1.3; } }
      #home #homehead #topslide #homeheadtitle h1 span {
        font-size: 1.4rem;
        font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
        font-weight: bold;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #home #homehead #topslide #homeheadtitle h1 span {
            font-size: 0.7rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #homehead #topslide #homeheadtitle h1 span {
            font-size: 0.9rem; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #homehead #topslide #homeheadtitle h1 span {
            font-size: 1.2rem; } }
  #home #homehead #topslide .mark {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    background-color: transparent; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .mark {
        top: 40%; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homehead #topslide .mark {
        top: 47%; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .mark {
        top: 42%; } }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topslide .mark img {
        width: 35px; } }
    @media print, screen and (min-width: 992px) {
      #home #homehead #topslide .mark img {
        width: 50px; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .mark img {
        width: 86px; } }
  #home #homehead #topslide .slidetxt1 {
    color: #526986;
    font-size: 1.0rem;
    line-height: 2.0;
    text-align: center;
    position: absolute;
    top: 57%;
    left: 50%;
    white-space: nowrap;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .slidetxt1 {
        font-size: 0.6rem;
        top: 63%;
        letter-spacing: 0; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homehead #topslide .slidetxt1 {
        font-size: 0.8rem;
        top: 67%; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .slidetxt1 {
        font-size: 1.1rem;
        top: 60%; } }
  #home #homehead #topslide .slidetxt2 {
    text-shadow: 0px 4px 9.5px rgba(189, 226, 217, 0.004);
    position: absolute;
    top: 75%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    white-space: nowrap; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .slidetxt2 {
        top: 87%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .slidetxt2 {
        top: 89%; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .slidetxt2 {
        top: 87%; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .slidetxt2 {
        top: 80%; } }
    #home #homehead #topslide .slidetxt2 span {
      width: 180px;
      margin: 5px;
      font-size: 1.2rem;
      text-align: center;
      display: inline-block;
      padding: 10px 0;
      background-color: #71c1d3;
      color: #fff;
      letter-spacing: 2px; }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide .slidetxt2 span {
          font-size: 0.6rem;
          width: 85px;
          padding: 5px 0;
          margin: 2px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homehead #topslide .slidetxt2 span {
          font-size: 0.9rem;
          width: 120px;
          padding: 5px 0; } }
      @media print, screen and (min-width: 1600px) {
        #home #homehead #topslide .slidetxt2 span {
          width: 200px;
          font-size: 1.4rem;
          margin: 5px 15px; } }
#home #homemsg {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f4fbfd; }
  @media print, screen and (max-width: 1199px) {
    #home #homemsg {
      padding-top: 20px;
      padding-bottom: 50px; } }
  #home #homemsg p {
    text-align: center;
    padding-top: 30px;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 767px) {
      #home #homemsg p {
        font-size: 0.8rem;
        padding: 30px 5px 0; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homemsg p {
        padding-top: 15px;
        font-size: 0.9rem; } }
  #home #homemsg img {
    margin-top: 50px; }
    @media print, screen and (max-width: 767px) {
      #home #homemsg img {
        margin-top: 30px; } }
#home .contentstitle {
  text-align: center;
  background-image: url(../img/contentstitleback.png);
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
  letter-spacing: 10px; }
  @media print, screen and (max-width: 767px) {
    #home .contentstitle {
      letter-spacing: 5px; } }
  #home .contentstitle h2 {
    color: #fff;
    font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
    font-weight: bold;
    line-height: 1.8; }
    @media print, screen and (max-width: 767px) {
      #home .contentstitle h2 {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home .contentstitle h2 {
        font-size: 1.6rem; } }
#home .taisetsubox {
  text-align: center;
  padding: 80px 30px; }
  @media print, screen and (max-width: 1199px) {
    #home .taisetsubox {
      padding: 50px 15px; } }
  #home .taisetsubox img {
    margin-bottom: 15px;
    width: 56px; }
  #home .taisetsubox h3 {
    color: #cc002d;
    font-family: "noto-sans";
    font-weight: bold;
    line-height: 1.5; }
    #home .taisetsubox h3 span {
      color: #666;
      font-size: 0.8rem;
      font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system; }
  #home .taisetsubox p {
    text-align: left;
    color: #666;
    padding-top: 15px;
    line-height: 2.0;
    font-size: 1.0rem; }
    @media print, screen and (max-width: 767px) {
      #home .taisetsubox p {
        font-size: 0.9rem; } }
#home #homematerial {
  text-align: center;
  padding-bottom: 80px; }
  #home #homematerial h3 {
    display: inline-block;
    padding: 15px 30px;
    background-color: #71c1d3;
    color: #fff;
    margin-top: 80px;
    text-shadow: 0px 4px 9.5px rgba(189, 226, 217, 0.004); }
    @media print, screen and (max-width: 767px) {
      #home #homematerial h3 {
        margin-top: 50px;
        padding: 15px 20px; } }
  #home #homematerial p {
    padding: 50px 100px;
    line-height: 2.0;
    text-align: left;
    font-size: 1.0rem; }
    @media print, screen and (max-width: 767px) {
      #home #homematerial p {
        padding: 30px;
        font-size: 0.9rem; } }
#home .backcolor {
  background-color: #f4fbfd; }
#home #homenews {
  padding: 40px 20px 20px; }
  #home #homenews .newstitlelink {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.6rem;
      margin-bottom: 10px;
      color: #333;
      display: inline-block;
      background-color: #e9a969;
      color: #fff;
      padding: 2px 5px;
      margin-right: 15px; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      font-weight: bold;
      display: inline-block;
      color: #338da7;
      font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.2rem; } }

/*! ==================================================
　他ぺージ共通
=================================================== */
.pagetitle {
  padding: 60px 0 60px;
  background-color: #f4fbfd;
  color: #005771;
  position: relative; }
  @media print, screen and (max-width: 991px) {
    .pagetitle {
      padding: 30px 0 30px; } }
  .pagetitle .photo img {
    object-fit: cover;
    height: 250px;
    width: 80%; }
    @media print, screen and (max-width: 991px) {
      .pagetitle .photo img {
        height: 200px; } }
  .pagetitle h2 {
    position: absolute;
    top: 50%;
    right: 15%;
    display: block;
    -ms-transform: translate(15%, -50%);
    -webkit-transform: translate(15%, -50%);
    /* Safari用 */
    transform: translate(15%, -50%);
    font-family: "noto-sans";
    font-weight: bold;
    text-align: center;
    padding: 25px;
    color: #fff;
    background-color: #71c1d3;
    text-shadow: 0px 4px 9.5px rgba(189, 226, 217, 0.004);
    line-height: 0.9;
    font-size: 1.6rem; }
    @media print, screen and (max-width: 991px) {
      .pagetitle h2 {
        font-size: 1.4rem;
        padding: 15px; } }
    .pagetitle h2 span {
      font-size: 0.8rem;
      font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system; }
      @media print, screen and (max-width: 991px) {
        .pagetitle h2 span {
          font-size: 0.6rem; } }

/*! ==================================================
　#profile
=================================================== */
#profile {
  padding-bottom: 50px; }
  #profile .information {
    text-align: center;
    padding: 80px 30px;
    color: #005771;
    font-size: 1.8rem;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #profile .information {
        padding: 50px 10px;
        font-size: 1.4rem; } }
    #profile .information span {
      font-size: 1.4rem; }
      @media print, screen and (max-width: 991px) {
        #profile .information span {
          font-size: 1.2rem; } }
    #profile .information address {
      font-size: 1.0rem;
      margin-top: 30px;
      margin-bottom: 50px;
      line-height: 2.0; }
      #profile .information address a {
        color: #005771; }
    @media print, screen and (max-width: 991px) {
      #profile .information .photo {
        margin-bottom: 30px; } }
    #profile .information .photo img {
      object-fit: contain;
      width: 100%; }
  #profile h3 {
    text-align: center;
    color: #005771;
    border-top: 1px solid #005771;
    border-bottom: 1px solid #005771;
    padding: 15px 0;
    margin-bottom: 30px;
    font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
    font-weight: bold;
    font-size: 1.2rem; }
  #profile .business {
    padding: 0 0 50px; }
  #profile .staff {
    padding: 30px 0 80px; }
    #profile .staff .photo {
      text-align: center; }
      #profile .staff .photo img {
        width: 60%; }
    #profile .staff .staffbox {
      margin-top: 30px;
      text-align: center; }
      #profile .staff .staffbox h4 {
        margin-top: 40px;
        text-align: center;
        color: #005771;
        font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
        font-weight: bold;
        border-bottom: 3px solid #e9a969;
        display: inline-block;
        padding-bottom: 10px; }
        #profile .staff .staffbox h4 span {
          font-size: 0.8rem;
          font-family: "noto-sans"; }
      #profile .staff .staffbox ul {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 50px;
        padding: 0 20px; }
        #profile .staff .staffbox ul li {
          font-size: 0.9rem;
          text-align: left;
          padding-top: 10px; }
  #profile .works dl {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc; }
    #profile .works dl dt {
      color: #005771;
      font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system;
      font-weight: bold;
      margin-bottom: 10px; }
    #profile .works dl dd {
      font-size: 0.9rem; }

/*! ==================================================
　#worksList
=================================================== */
#worksList {
  padding-bottom: 50px; }
  #worksList .worksmenu {
    padding-top: 30px;
    margin: 15px 15px 0; }
    @media print, screen and (max-width: 575px) {
      #worksList .worksmenu {
        margin: 5px 10px 0; } }
    #worksList .worksmenu li {
      list-style: none;
      text-align: center;
      padding: 5px; }
      @media print, screen and (max-width: 575px) {
        #worksList .worksmenu li {
          padding: 2px; } }
      #worksList .worksmenu li a {
        display: block;
        border: 1px solid #71c1d3;
        color: #71c1d3;
        padding: 5px;
        text-decoration: none; }
        @media print, screen and (max-width: 575px) {
          #worksList .worksmenu li a {
            font-size: 0.7rem;
            padding: 10px 0; } }
      #worksList .worksmenu li a:hover {
        background-color: #71c1d3;
        color: #fff; }
  #worksList h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #005771;
    padding: 10px 5px;
    color: #fff;
    text-align: center; }
  #worksList .worksbox {
    margin-top: 15px; }
    #worksList .worksbox a {
      display: block;
      text-decoration: none; }
    #worksList .worksbox .photo img {
      width: 100%;
      height: 150px;
      object-fit: cover; }
      @media print, screen and (max-width: 575px) {
        #worksList .worksbox .photo img {
          height: 100px; } }
    #worksList .worksbox h4 {
      text-align: center;
      font-size: 0.8rem;
      margin-top: 10px; }
      #worksList .worksbox h4 span {
        background-color: #e9a969;
        font-size: 0.6rem;
        padding: 2px 5px;
        color: #fff;
        display: inline-block; }
        @media print, screen and (max-width: 575px) {
          #worksList .worksbox h4 span {
            font-size: 0.5rem;
            padding: 2px; } }

#worksDetail .shosai {
  text-align: center; }
#worksDetail h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 50px;
  margin-bottom: 20px;
  letter-spacing: 10px; }
  @media print, screen and (max-width: 575px) {
    #worksDetail h3 {
      font-size: 1.2rem;
      letter-spacing: 5px; } }
  #worksDetail h3 span.wkno {
    background-color: #e9a969;
    font-size: 0.8rem;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px; }
  #worksDetail h3 span.category {
    font-size: 1.0rem;
    display: inline-block;
    letter-spacing: 2px;
    color: #71c1d3; }
#worksDetail .content {
  margin-bottom: 50px;
  margin-top: 15px; }
  @media print, screen and (max-width: 575px) {
    #worksDetail .content {
      font-size: 0.9rem; } }
#worksDetail .mainimg {
  text-align: center;
  margin: 20px auto 10px; }
  @media print, screen and (max-width: 575px) {
    #worksDetail .mainimg {
      margin: 10px auto 10px; } }
  #worksDetail .mainimg a img {
    object-fit: contain;
    height: 300px;
    margin: 0 auto; }
    @media print, screen and (max-width: 575px) {
      #worksDetail .mainimg a img {
        height: 150px; } }
  #worksDetail .mainimg span {
    margin-top: 15px;
    display: inline-block; }
#worksDetail .thumb-item-nav {
  margin-top: 30px;
  background-color: #f3f3f3;
  margin-bottom: 30px; }
#worksDetail .simg {
  padding: 15px 5px 15px; }
  #worksDetail .simg a img {
    object-fit: contain;
    height: 100px;
    margin: 0 auto 5px; }
    @media print, screen and (max-width: 575px) {
      #worksDetail .simg a img {
        height: 70px; } }
  #worksDetail .simg span {
    font-size: 0.8rem;
    display: inline-block; }

/*! ==================================================
　#price
=================================================== */
#price {
  padding-bottom: 50px; }
  #price .pagetitle .photo img {
    object-position: center 45%; }
  #price .headtxt {
    padding: 50px 20px; }
    @media print, screen and (max-width: 991px) {
      #price .headtxt {
        padding: 30px 20px; } }
    #price .headtxt p {
      padding-top: 15px; }
  #price h3 {
    color: #005771;
    text-align: center;
    margin-top: 30px; }
    #price h3 span {
      font-size: 0.9rem; }
  #price h4 {
    color: #005771;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 50px; }
    #price h4 span {
      font-size: 0.9rem; }
  #price table {
    padding: 50px 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    #price table th {
      background-color: #f4fbfd;
      padding: 10px 2px;
      color: #005771;
      border: 1px solid #ddd; }
      @media print, screen and (max-width: 575px) {
        #price table th {
          font-size: 0.9rem; } }
    @media print, screen and (max-width: 575px) {
      #price table th.sizecategory {
        font-size: 0.7rem; } }
    #price table td {
      padding: 10px 5px;
      border: 1px solid #ddd; }
      @media print, screen and (max-width: 575px) {
        #price table td {
          font-size: 0.8rem; } }
  #price ul {
    margin: 20px; }
    #price ul li {
      padding-top: 10px; }
  #price dl {
    padding: 15px 0;
    border-bottom: 1px dotted #ddd; }
    #price dl dt {
      color: #005771;
      margin-bottom: 10px; }

/*! ==================================================
　#flow
=================================================== */
#flow .pagetitle .photo img {
  object-position: center 45%; }
#flow h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #005771;
  border-bottom: 1px solid #005771;
  padding: 15px;
  background-image: url(../img/contentstitleback.png);
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 5px;
  font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system; }
  @media print, screen and (max-width: 767px) {
    #flow h3 {
      margin-bottom: 10px; } }
  @media print, screen and (max-width: 767px) {
    #flow h3 {
      font-size: 1.2rem;
      padding: 15px 5px;
      line-height: 1.2; } }
  #flow h3 img {
    width: 30px; }
    @media print, screen and (max-width: 767px) {
      #flow h3 img {
        width: 20px; } }
#flow .orderflow {
  padding-bottom: 50px; }
  #flow .orderflow .flowbox {
    margin-top: 30px;
    padding: 10px 15px;
    border: 1px solid #ddd; }
    #flow .orderflow .flowbox h4 {
      color: #005771;
      font-size: 1.4rem;
      margin-top: 30px;
      text-align: center;
      letter-spacing: 5px; }
      #flow .orderflow .flowbox h4 span {
        background-color: #71c1d3;
        padding: 5px 10px;
        display: inline-block;
        margin-bottom: 20px;
        color: #fff;
        width: 35px;
        height: 35px;
        text-align: center; }
    #flow .orderflow .flowbox .contents {
      padding: 15px 10px 30px;
      line-height: 1.8; }
      @media print, screen and (max-width: 767px) {
        #flow .orderflow .flowbox .contents {
          font-size: 0.9rem; } }
      #flow .orderflow .flowbox .contents a {
        color: #cc002d;
        text-decoration: underline; }
      #flow .orderflow .flowbox .contents ul {
        margin: 20px; }
        #flow .orderflow .flowbox .contents ul li {
          padding-top: 5px;
          color: #005771; }
      #flow .orderflow .flowbox .contents p {
        padding-top: 15px; }
#flow .hakarikata p {
  padding: 30px 15px 0; }
  @media print, screen and (max-width: 767px) {
    #flow .hakarikata p {
      font-size: 0.9rem; } }
#flow .hakarikata .pic {
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    #flow .hakarikata .pic {
      margin-top: 20px; } }
  #flow .hakarikata .pic img {
    width: 100%; }
    @media print, screen and (max-width: 767px) {
      #flow .hakarikata .pic img {
        width: 90%; } }
#flow .toritsuke p {
  padding: 30px 15px 0; }
  @media print, screen and (max-width: 767px) {
    #flow .toritsuke p {
      font-size: 0.9rem; } }
#flow .toritsuke .pic {
  margin-top: 50px;
  text-align: center; }
  #flow .toritsuke .pic img {
    width: 80%; }
    @media print, screen and (max-width: 767px) {
      #flow .toritsuke .pic img {
        width: 90%; } }

/*! ==================================================
　#class
=================================================== */
#class {
  padding-bottom: 50px; }
  #class .pagetitle .photo img {
    object-position: center 35%; }
  #class .headtxt {
    padding: 50px 20px 70px; }
    @media print, screen and (max-width: 991px) {
      #class .headtxt {
        padding: 30px 20px; } }
    #class .headtxt p {
      padding-top: 15px; }
  #class h3 {
    text-align: center;
    margin-top: 50px; }
    @media print, screen and (max-width: 575px) {
      #class h3 {
        margin-top: 30px; } }
    #class h3 span {
      background-color: #71c1d3;
      padding: 15px 30px;
      text-align: center;
      color: #fff;
      display: inline-block;
      margin-top: 50px;
      margin-bottom: 30px;
      font-size: 1.6rem; }
      @media print, screen and (max-width: 575px) {
        #class h3 span {
          font-size: 1.4rem; } }
  #class h4 {
    color: #005771;
    text-align: center;
    background-color: #f4fbfd;
    padding: 15px 0;
    font-size: 1.2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  #class .place {
    text-align: center;
    padding: 30px 10px 15px; }
    #class .place p {
      line-height: 3.0; }
      #class .place p span {
        font-size: 0.8rem; }
  #class .classphoto {
    text-align: center;
    margin-top: 30px; }
    #class .classphoto img {
      width: 80%; }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #class .classphoto img {
          width: 60%; } }
      @media print, screen and (min-width: 992px) {
        #class .classphoto img {
          width: 40%; } }
  #class p {
    padding-top: 15px;
    line-height: 1.8; }
  #class table {
    padding: 50px 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    #class table th {
      background-color: #f4fbfd;
      padding: 10px 2px;
      color: #005771;
      border: 1px solid #ddd;
      white-space: nowrap; }
      @media print, screen and (max-width: 575px) {
        #class table th {
          font-size: 0.9rem; } }
    @media print, screen and (max-width: 575px) {
      #class table th.sizecategory {
        font-size: 0.7rem; } }
    #class table td {
      padding: 10px 5px;
      border: 1px solid #ddd; }
      @media print, screen and (max-width: 575px) {
        #class table td {
          font-size: 0.8rem; } }
      #class table td .manin {
        background-color: #e9a969;
        color: #fff;
        display: inline-block;
        padding: 1px 5px;
        font-size: 0.8rem;
        margin-top: 5px; }
  #class ul {
    margin: 20px 5px 20px 20px; }
    #class ul li {
      padding-top: 10px; }
      @media print, screen and (max-width: 575px) {
        #class ul li {
          font-size: 0.9rem; } }
  #class dl {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc; }
    #class dl dt {
      color: #005771;
      margin-bottom: 10px;
      font-size: 1.1rem; }
      @media print, screen and (max-width: 575px) {
        #class dl dt {
          font-size: 1.0rem; } }
    @media print, screen and (max-width: 575px) {
      #class dl dd {
        font-size: 0.9rem; } }
  #class .classDetail {
    padding-bottom: 50px; }
  #class .slider01-8 {
    margin: 30px 0 0;
    background-color: #f3f3f3;
    padding: 15px; }
    #class .slider01-8 li {
      text-align: center;
      margin: auto; }
    #class .slider01-8 img {
      object-fit: contain;
      height: 150px;
      margin: auto; }
  #class .contacttxt {
    border: 3px solid #e9a969;
    padding: 15px 15px 30px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.0;
    margin-top: 80px; }
    @media print, screen and (max-width: 575px) {
      #class .contacttxt {
        margin-top: 40px;
        font-size: 1.0rem;
        padding: 5px 5px 20px; } }
    #class .contacttxt a {
      color: #cc002d;
      text-decoration: underline; }
  #class .taiken {
    padding: 15px 0 30px; }
    #class .taiken figure {
      text-align: center;
      margin: 15px auto; }
      #class .taiken figure img {
        object-fit: contain;
        height: 200px;
        margin: auto; }
        @media print, screen and (max-width: 575px) {
          #class .taiken figure img {
            height: 150px; } }
      #class .taiken figure figcaption {
        margin-top: 10px; }
        @media print, screen and (max-width: 575px) {
          #class .taiken figure figcaption {
            font-size: 0.8rem; } }

/*! ==================================================
　#news
=================================================== */
#newsList {
  min-height: 300px; }
  #newsList .newslistbox {
    padding-top: 50px; }
  #newsList .newstitlelink {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px; }
    #newsList .newstitlelink a {
      text-decoration: none; }
    #newsList .newstitlelink time {
      font-size: 0.6rem;
      margin-bottom: 10px;
      color: #333;
      display: inline-block;
      background-color: #e9a969;
      color: #fff;
      padding: 2px 5px;
      margin-right: 15px; }
    #newsList .newstitlelink h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      font-weight: bold;
      display: inline-block;
      color: #338da7;
      font-family: "a-otf-ud-shin-go-con80-pr6n", -apple-system; }
      @media print, screen and (max-width: 767px) {
        #newsList .newstitlelink h3 {
          font-size: 1.2rem; } }

#newsDetail .newscontents {
  padding-top: 50px; }
#newsDetail time {
  font-size: 0.6rem;
  margin-bottom: 10px;
  color: #333;
  display: inline-block;
  background-color: #e9a969;
  color: #fff;
  padding: 2px 5px;
  margin-right: 15px; }
#newsDetail h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 20px;
  color: #338da7; }
  @media print, screen and (max-width: 767px) {
    #newsDetail h3 {
      font-size: 1.2rem; } }
#newsDetail .content {
  padding: 5px 0 20px;
  min-height: 300px; }
  #newsDetail .content p {
    padding-top: 15px;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 767px) {
      #newsDetail .content p {
        font-size: 1.0rem; } }

.pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px;
  padding-bottom: 20px; }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #666666; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #f4fbfd; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #f4fbfd; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #71c1d3;
        width: 200px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }

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

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 30px; }
  footer #footnavi {
    background-color: #f4fbfd;
    padding: 30px 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 {
      padding-top: 5px;
      padding-bottom: 5px; }
      footer #footnavi li a {
        color: #666;
        font-size: 0.7rem; }
    @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: 30px;
    padding-top: 20px;
    background-color: #005771;
    color: #fff;
    text-align: center; }
    footer #footer .name-en {
      padding: 20px 0 0;
      font-size: 2.0rem;
      letter-spacing: 2px;
      font-family: "noto-sans"; }
      @media print, screen and (max-width: 991px) {
        footer #footer .name-en {
          font-size: 1.6rem; } }
    footer #footer .name-jp {
      padding: 10px 0 0;
      letter-spacing: 5px; }
    footer #footer address {
      padding-top: 25px;
      font-size: 0.9rem;
      line-height: 2.0; }
    footer #footer a {
      color: #fff; }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #005771;
    color: #fff; }

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