@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Caveat|Noto+Sans+JP:300,900|Share+Tech+Mono&amp;subset=japanese);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  margin: 0;
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  font-size: 1.0em;
  letter-spacing: 0.2em;
}

.wrap {
  overflow: hidden;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


section {
  position: relative;
}

.en-title {
  font-family: 'Caveat', cursive;
  font-size: 3.5em;
}

.midashi {
  font-family: serif;
  letter-spacing: 0.3em;
  color: #666;
  margin-bottom: 1em;
}

.j-txt {
  font-family: 'Noto Sans JP', sans-serif;
}

.no-txt {
  font-family: 'Share Tech Mono', monospace;
}

h3 {
  font-size: 1.8em;
  font-weight: normal;
}

p {
  font-weight: lighter;
}

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

.kazari {
  width: 287px;
  margin: 0 auto;
}

a {
  color: #666;
  text-decoration: none;
  background-color: transparent;
}

/*
Copyright (c) 2019 by Sazzad
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

a.a_font:hover {
  color: #000 !important;
  text-shadow: none;
}

a.a_font:hover {
  color: #000 !important;
  text-shadow: none;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Victoria Buttons */
a.animated-button.victoria-two {
  padding: 10px 0;
  color: #939393;
  border: 1px solid #939393;
  transform: skewX(-20deg);
  font-size: 18px;
  font-weight: lighter;
}

a.animated-button.victoria-two:hover {
  color: #fff !important;
}

a.animated-button.victoria-two:after {
  background: #939393;
  color: #fff !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

a.a_font {
  color: #fff !important;
  border: 1px solid #fff !important;
}

a.a_font:after {
  background: #fff !important;
  color: #000 !important;
}

a.animated-button.victoria-three {
  border: 1px solid #666;
  color: #88ad91;
  font-size: 16px;
  font-weight: lighter;
}

a.animated-button.victoria-three:hover {
  color: #fff;
}

a.animated-button.victoria-three:after {
  background: #666;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

a.animated-button.victoria-three:hover:after {
  height: 140%;
  opacity: 1;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 256px;
  overflow-y: auto;
  -webkit-overfslow-scrolling: touch;
  display: none;
  background-color: #fff;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fff;
  /* A background-color is required */
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.panel:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 99;
}

/*縺薙％縺九ｉ陬�｣ｾ*/
#menu h2 {
  text-align: center;
  padding-top: 30px;
}

#menu ul {
  width: 100%;
  padding: 0;
}

#menu li {
  width: 100%;
  list-style-type: none;
}

#menu a {
  display: block;
  text-decoration: none;
  color: #000;
}

#menu a:hover {
  background-color: #fff;
  transition: .8s;
  color: #000;
}

#panel p {
  width: 50%;
  padding-left: 2em;
}

/*繧｢繧､繧ｳ繝ｳ*/
.menuWrapper {
  position: relative;
  z-index: 0;
  border: 0;
  width: 50px;
  height: 50px;
}

#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 4px;
  margin: auto;
  background: #000;
}

#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}

#menuButton::before {
  z-index: 2;
  transform: translate(0, -12px);
  content: "";
}

#menuButton::after {
  z-index: 2;
  transform: translate(0, 12px);
  content: "";
}

/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ*/
#menuButton span {
  transition: transform 150ms 50ms;
}

#menuButton::before,
#menuButton::after {
  transition: transform 200ms;
}

#menuButton.active span {
  transform: translate(-50px, 0);
  transition: transform 150ms;
}

#menuButton.active::before {
  transform: rotate(45deg);
}

#menuButton.active::after {
  transform: rotate(-45deg);
}

#panel {
  position: fixed;
  z-index: 200;
}

/************************ common ************************/
.sp {
  display: none;
}

.pc {
  display: block;
}

/************************ nav ************************/
nav {
  position: relative;
}

nav img {
  margin-left: 5%;
}

nav h1 {
  margin-bottom: 0;
}

nav .row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav .row h1 {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav ul {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  position: relative;
}

nav ul li {
  padding: 30px 0 30px 30px;
}

/************************ main ************************/
.bk {
  background: no-repeat url("../images/mainback2.jpg");
  background-size: cover;
  background-position: center;
}

#fv .container {
  padding: 200px 0 150px 0;
}

#fv img {
  width: 90%;
}

/************************ sec1 ************************/
#sec01 img {
    width: 100%;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

#sec01 .container-fluid {
  background: url("../images/s1bk.png") repeat-x;
  background-size: 100% 50%;
}


/************************ sec2 ************************/

#sec02 .cvt img {
  height: 300px;
}

#sec02 h2 {
  padding: 30px 0;
  position: relative;
}

#sec02 h4 {
  font-family: serif;
  font-size: 18px;
  line-height: 2.0em;
  padding: 20px 0;
  font-weight: bold;
  margin: 0;
}

#sec02 h4 span {
  font-size: 26px;
}

#sec02 .col-sm-4 p {
  text-align: left;
}

@media screen and (max-width:768px) {

  #sec02 .cvt img {
    height: 200px;
  }

  #sec02 h4 {
    font-size: 14px;
  }

  #sec02 h4 span {
    font-size: 20px;
  }
}

/************************ sec3 ************************/
#sec03 h2 {
  padding: 30px 0;
}

#sec03 .tax {
  width: 569px;
  margin: 0 auto;
}

#sec03 .v_cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
}

#sec03 dl dt ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#sec03 dl dt ul li:first-child {
  font-family: serif;
  font-weight: bold;
  font-size: 26px;
}

#sec03 dl dt ul li:nth-child(2n) {
  font-size: 1.7em;
  font-family: serif;
  color: #c1272d;
  padding: 20px 0;
}

#sec03 dl dt ul li:nth-child(2n) span {
  font-size: 0.6em;
}

#sec03 dl dt ul li:last-child a {
  margin: 0;
  padding: 10px 0;
  font-weight: 300;
}

/************************ sec4 ************************/
#sec04 h2 {
  padding: 30px 0;
}

#sec04 p {
  padding: 20px 0;
}

#sec04 img {
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  #sec04 .container .cnt02 .col-sm-2 p {
    font-size: 10px;
  }
}

/************************ sec5 ************************/
#sec05 h2 {
  padding: 30px 0;
}

#sec05 .barbk {
    background-color: #8DA5D0;
    padding: 20px 0;
    position: relative;
}

#sec05 .barbk .row {
  margin: 0;
}

#sec05 .barstaff {
  position: absolute;
  left: 33%;
  bottom: 0;
  z-index: 10;
  width: 101px;
}

#sec05 .s5bk {
  background: url(../images/back.jpg);
}

/************************ sec06 ************************/
#sec06 h2 {
  padding: 30px 0;
}

#sec06 dl dd p {
  font-family: serif;
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 16px;
}

#sec06 dl dd {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

#sec06 dl dd p span {
  font-weight: bold;
  font-size: 24px;
}

#sec06 dl dd ul {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec06 dl dd ul .maru::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 17px;
  /*画像の幅*/
  height: 17px;
  /*画像の高さ*/
  background-image: url(../images/horu1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

/*
#sec06 dl dd ul li:last-child{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: auto;
	width:25px;
	height:25px;

}
*/
/************************ footer ************************/
footer {
    background-color: #8DA5D0;
}

footer nav {
  background: url(../images/back.jpg);
}

footer .info {
  padding: 35px 0 0 0;
}

footer .info2 {
  padding: 15px 0 10px 0;
  width: 30%;
  margin: auto;
}

small p {
  padding: 20px 0;
}

/* ===================================================================

		#	Responsive

		=================================================================== */
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  h2 {
    font-size: 26px;
  }

  .height50 {
    height: 50px;
  }

  #panel {
    width: 100%;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .h_logo {
    width: 25%;
    padding: 0 3% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /************************ main ************************/
  main .container {
    padding: 50px 0 50px 0;
    text-align: center;
  }

  main h1.logo {
    width: 50%;
    margin: 0 auto;
  }

  #fv .container {
    padding: 50px 0 10px 0;
  }

  /************************ sec1 ************************/
  #sec01 img {
    width: 100%;
    padding: 5px 10px;
  }

  #sec01 .container-fluid {
    background: url("../images/s1bk.png") repeat-x repeat-y;
    background-size: 100%;
  }

  #sec01 .row {
    padding: 10px 0;
  }

  #sec01 .container p {
    padding: 0 1em;
    text-align: justify;
  }

  /************************ sec2 ************************/
  #sec02 h2 {
    padding: 30px 0;
    position: relative;
  }

  .cnt02 {
    padding: 0 2em;
  }

  /************************ sec3 ************************/
  #sec03 p.sp {
    color: #c1272d;
    padding-bottom: 50px;
  }

  #sec03 h2 {
    padding: 30px 0 15px 0;
    margin: 0;
  }

  #sec03 dl {
    padding: 0 2em;
  }

  #sec03 dl dd {
    padding-top: 20px;
  }

  #sec03 dl dt ul li:first-child {
    padding-top: 30px;
  }

  #sec03 dl dt ul li:nth-child(2n) {
    padding: 0;
  }

  /************************ sec4 ************************/
  /************************ sec5 ************************/
  #sec05 .barbk .row img {
    width: 80%;
  }

  #sec05 .s5bk {
    background: url("../images/back.png");
  }

  #sec05 .bar1::after {
    display: none;
    /*忘れずに！*/
  }

  /************************ sec06 ************************/
  #sec06 dl dt {
    padding-top: 50px;
  }

  /************************ footer ************************/
  footer .info {
    padding: 35px 0 0 0;
  }

  footer .info2 {
    padding: 15px 0 10px 0;
    width: 50%;
    text-align: center;
  }

  footer .info2 img {}
}

@media screen and (max-width:480px) {
  .h_logo {
    width: 50%;
  }
}



top
.pc{
  display: block;
}
.sp{
  display: none;
}

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


 /************************ バナー追加 ************************/
.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	
	padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

ul {
  list-style: none;
}

@media screen and (max-width: 1199px) {
	.top-banner {
		display: none;
	}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
}

/*****************************************
 * cookieYES用 ここから　Style.cssに記述（推奨)
　　静的サイト用
 * ***************************************/

/* cky-consent-bar 内の 2番目の div（Powered by）を非表示 */
.cky-consent-bar > div:nth-child(2) {
  display: none !important;
}

/* cky-footer-wrapper 内の 3番目の グループ を非表示 */
.cky-footer-wrapper > div:nth-child(3) {
  display: none !important;
}


/*****************************************
 * cookieYES用 ここまで
 * ***************************************/