@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');


/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-50	{ margin-top:-50px !important; }
.mt-40	{ margin-top:-40px !important; }
.mt-35	{ margin-top:-35px !important; }
.mt-30	{ margin-top:-30px !important; }
.mt-25	{ margin-top:-25px !important; }
.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt75	{ margin-top:75px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0		{ margin-bottom:0px !important; }
.mb5		{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0		{ margin-left:0px !important; }
.ml2		{ margin-left:2px !important; }
.ml5		{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f09 { font-size:65% !important; }
.f10 { font-size:77% !important; }
.f11 { font-size:11px !important; }
.f12 { font-size:12px !important; }
.f13 { font-size:13px !important; }
.f14 { font-size:14px !important; }
.f15 { font-size:15px !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }

.B	{ font-weight:bold; }
.blue	{ color:#2c8ed2; }
.gray	{ color:#777; }
.red	{ color:#d81618 !important; }
.black	{ color:#111; }
.white	{ color:#fff !important; }

.w25 {
	max-width: 25px;
}
.w500 {
	max-width: 500px;
}
.w800 {
	max-width: 800px;
}

.pc { display: block !important; }
.sp { display: none !important; }

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


html {
	font-size: 62.5%;
}

body {
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.7rem;
	font-weight: 400 !important;
	color: #111;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
	padding: 0 !important;
}

h1{
	font-size: 197%;
	font-weight: 900;
	line-height: 180%;
}
h2{
	font-size: 197%;
	margin-bottom: 50px !important;
	font-weight: 900;
	line-height: 180%;
}
h3{
	font-size: 138.5%;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 180%;
}

p {
	font-size: 100%;
	font-weight: 400;
	line-height: 140%;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 1.5rem;
}
h1{
	font-size: 138.5%;
	margin-bottom: 25px !important;
}
h2{
	font-size: 138.5%;
	margin-bottom: 25px !important;
}
h3{
	font-size: 123.1%;
}
p {
	font-size: 15px;
}
}

a {
	color: #111;
	text-decoration: underline;
}
img {
	width: 100%;
	height:auto;
}

.txt-none{
	font-weight: normal;
	text-decoration: none;	
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}

@media only screen and (max-width: 767px) {
.right-pc{
	text-align: left;
}
}
@media print , screen and (min-width: 768px) {
.right-pc{
	text-align: right;
}
}

.finger{
    cursor: pointer;
}

.h4-txt{
	font-size:123.1%;
	font-weight: bold;
	padding-bottom: 2px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #b02322;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 8px;
}


a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:0.8s;
}

.page-header{
	width: 100%;
	height: 100vh;
	background-color: #fff!important
}

/* ズーム */

.zoom-fade {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../../images/main_01.jpg) center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zoom-fade img {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  height: auto;
}


.zoom-fade__item {
  object-fit: cover;
}


#animation {
  animation: fade-in 2s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media only screen and (max-width: 767px) {
.zoom-fade img {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
}



/*----------------------------
Loading ｜ロゴアニメーション
----------------------------*/

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10999;
  background:#6fc9d4;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:180px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*----------------------------
文字が滑らかに表示される
----------------------------*/

.interrog__txtarea {
  display: flex;
  flex-direction: column;
  text-align: center;

}
.interrog__text {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  filter: blur(6px);
}

.interrog__text.active {
  transform: translateY(0);
  filter: blur(0);
  transition: transform 0.8s;
}

.interrog__text.active::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: top left;
  animation: 2s scroll forwards .3s;
  content: attr(data-area);

}

@keyframes scroll {
  0% {
    width: 0%;
    transition: 3s;
  }

  100% {
    width: 100%;
    color: #000;
    transition: 3s;
  }
}

/*----------------------------
fade ｜ふわっと表示
----------------------------*/

.fade {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}


/* ここから時間差フェードインアニメーション */

/* 0.5秒間かけてフェードイン */
.fadeInAnime500ms {
    animation-name: fadeIn-1;
}
.fadeIn-1 {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-1 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1秒間かけてフェードイン */
.fadeInAnime1s {
    animation-name: fadeIn-2;
}
.fadeIn-2 {
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-2 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1.5秒間かけてフェードイン */
.fadeInAnime1500ms {
    animation-name: fadeIn-3;
}
.fadeIn-3 {
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-3 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeInAnime2s {
    animation-name: fadeIn-4;
}
.fadeIn-4 {
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-4 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* 0.5秒間かけてフェードイン */
.fadeInAnime500ms {
    animation-name: fadeIn-5;
}
.fadeIn-5 {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-5 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1秒間かけてフェードイン */
.fadeInAnime1s {
    animation-name: fadeIn-6;
}
.fadeIn-6 {
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-6 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1.5秒間かけてフェードイン */
.fadeInAnime1500ms {
    animation-name: fadeIn-7;
}
.fadeIn-7 {
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-7 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeInAnime2s {
    animation-name: fadeIn-8;
}
.fadeIn-8 {
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-8 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 0.5秒間かけてフェードイン */
.fadeInAnime500ms {
    animation-name: fadeIn-10;
}
.fadeIn-10 {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-10 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1秒間かけてフェードイン */
.fadeInAnime1s {
    animation-name: fadeIn-11;
}
.fadeIn-11 {
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-11 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 0.5秒間かけてフェードイン */
.fadeInAnime500ms {
    animation-name: fadeIn-12;
}
.fadeIn-12 {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-12 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1秒間かけてフェードイン */
.fadeInAnime1s {
    animation-name: fadeIn-13;
}
.fadeIn-13 {
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn-13 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}







.navbar-toggler .navbar-toggler-bar.bar1 {
    background: #fff!important
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar {
    background: #fff!important
}
.navbar-nav a {
    color: #111 !important;
    font-size: 115% !important;
	text-decoration: none;
	font-weight: 700 !important;
}


.navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-nav .nav-link:hover {
  color: #00464e !important;
}

/* head_button */

@media print , screen and (min-width: 991px) {
.nav-link.head_button {
  display: inline-block;
  width: 160px;
  position: relative;
  background: #03a9f4 !important;
  margin: 0;
  margin-left: 10px !important;
  padding: 0.5em 0.5em 0.5em 0.5em !important;
  font-weight: bold;
  color: #fff !important;
  border: 2px solid #fff !important;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  opacity: 1;
}
/*
.nav-link.head_button:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}
*/
/* マウスオーバーした際のデザイン */
.nav-link.head_button:hover {
  background: #025895 !important;
  color: #fff !important;
	text-decoration: none;
	border: 2px solid #fff !important;
	box-sizing: border-box;
}

/*
.nav-link.head_button:hover:before {
  border-top: 2px solid #aa0000 !important;
  border-right: 2px solid #aa0000 !important;
}
*/
}

.add-animation {
  animation: zoom-fade 10s both;
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    transform: scale(1);
  }

  100% {
    /*transform: scale(1);*/
    transform: scale(1.00);
  }

}



.moving-clouds-s {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16em;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.presentation-subtitle {
    font-size: 1.7em;
    color: #222222;
	margin-top: 67vh;
}

.top-comment-box {
	width: 100%;	
	max-width: 1200px;
}
.top-comment {
	font-size: 270% !important;
	color: #111 !important;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
}

.top-comment img {
	width: 100%;
	max-width: 688px;
}

.navbar .navbar-collapse:after {
    background-color: #3b3b3b;
}

.navbar.contents-head {
    transition: all .0s;
    -webkit-transition: all .0s;
}



.contents-block {
	margin-top: 90px;
}



/* ------------------------------------------------------------
 header
------------------------------------------------------------ */


header {
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	z-index: 2000;
	width: 100%;
	height: 150px;
	position: absolute;
}

.logo_area {
	position: absolute;
	z-index: 2000;
}

.logo_area img {
	max-width: 300px;
	position: relative;
	margin-top: 30px;
	margin-left: 30px
}

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

.top-comment {
	font-size: 190% !important;
}
.contents-block {
	margin-top: 82px;
}
.logo_area img {
	max-width: 230px;
	margin-top: 22px;
	margin-left: 20px
}

}

@media screen and (max-width:991px) {
.navbar-translate {
	padding: 17px 0;
}

}



/*------------------------------------
 sp_nav
------------------------------------*/
header .sp_nav {
  position: fixed;
  right: 0;
  z-index: 2000;
}

.sidemenu {
  padding: 80px 0 20px 0px;
  position: fixed;
  right: -570px;
  /*メニュー幅*/
  transition: all 0.6s;
  top: 0;
  width: 570px;
  /*メニュー幅*/
  z-index: 2002;
  background-color: rgba(86,198,213,0.7);
  border-radius: 0 0 0 70px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.sidemenu nav ul li {
  padding: 20px;
}

.hamburger {
  cursor: pointer;
  height: 56px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 56px;
  z-index: 2003;
  background-color: #56c6d4;
  border-radius: 10px;
  border: 3px solid #fff;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger span {
  background-color: #fff;
  height: 4px;
  left: 10px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
  margin-top: -6px;
}

.hamburger_linetop {
  top: 20px;
}

.hamburger_linecenter {
  top: 29px;
}

.hamburger_linebottom {
  top: 38px;
}

@media only screen and (max-width: 767px) {
  .sidemenu {
    padding: 60px 0 30px 30px;
    position: fixed;
    right: -260px;
    /*メニュー幅*/
    transition: all 0.6s;
    width: 260px;
    /*メニュー幅*/
    border-radius: 0 0 0 50px;
  }

  .sidemenu nav ul li {
    padding: 10px 10px 10px 0;
  }

  .hamburger {
    right: 12px;
    top: 20px;
    height: 46px;
    width: 46px;
  }

  .hamburger span {
    background-color: #fff;
    height: 4px;
    left: 8px;
    position: absolute;
    transition: all 0.6s;
    width: 24px;
    margin-top: -11px;
  }
}

/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  right: 0;
}

.nav_open .hamburger_linetop {
  top: 26px;
  transform: rotate(45deg);
  margin-top: -2px;
}

.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}

.nav_open .hamburger_linebottom {
  top: 26px;
  transform: rotate(-45deg);
  margin-top: -2px;
}

.nav_open .overlay {
  opacity: 0.5;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .nav_open .hamburger_linetop {
    top: 26px;
    transform: rotate(45deg);
    margin-top: -7px;
  }

  .nav_open .hamburger_linebottom {
    top: 26px;
    transform: rotate(-45deg);
    margin-top: -7px;
  }
}

/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background-color: #000;
  position: relative;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 2001;
}

/* ------------------------------------------------------------
 header-link
------------------------------------------------------------ */
ul.header-link {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  justify-content: left;
}

ul.header-link li {
	list-style:none;
  font-size: 17px !important;
  line-height: 140%;
  width: 44%;
  margin: 0;
}
ul.header-link li a {
	text-decoration: none;	
	color: #fff;
}

ul.header-link li a:before {
  content: '◯ ';
  color: #fff;
  font-weight: 700;
}

ul.header-link li a:hover {
  color: #fff;
}

ul.header-link li a:hover:before {
  content: '● ';
  color: #fff;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  ul.header-link li:nth-child(2n) {
    width: 54%;
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  ul.header-link li {
    font-size: 17px !important;
    width: 100%;
    padding: 20px 0px 0 0;
    margin: 0;
  }
}


/* ------------------------------------------------------------
 wave
------------------------------------------------------------- */
.wave-1 {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(84, 58, 183, 0) 0%, rgba(0, 172, 193, 0) 100%);
  color: white;
  margin-top: -100px;
}

.wave-2 {
  position: relative;
  text-align: center;
  background: linear-gradient(-60deg, rgba(169, 247, 221, 0) 0%, rgba(169, 247, 221, 0) 0%);
}

.wave-3 {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(94, 211, 141, 0) 0%, rgba(94, 211, 141, 0) 100%);
  margin-top: -100px;
}

.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {

  .wave-1,   wave-3 {
    margin-top: -40px;
  }

  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }
}

.underline-txt-blue {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 60%, #b0e3ff 60%);
}

.underline-txt-yellow {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 60%, #f7ff16 60%);
}



/* -------------------------------------------------- contents -------------------------------------------------- */

.contents {
	width: 100%;
}
.contents-area {
	max-width: 1200px;
	padding: 100px 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.contents-area2 {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.container_block {
	display: flex;
	margin: 50px 0 0;
}
.container_block .contents_l {
	width: 42%;
}
.container_block .contents_r {
	width : calc(100% - 45%);
	margin-left: 3%;
}
.container_block .contents_r p {
	font-size: 100%;
	line-height: 240% !important;
}

.container_block2 {
	display: flex;
}
.container_block2 .contents_l {
	width: 47.5%;
}
.container_block2 .contents_r {
	flex: 1;
	width: 47.5%;
	margin-left: 3%;
}
.container_block .contents_r p {
	line-height: 230% !important;
	margin-top: 25px;
}
.container_block .contents_r p:first-child {
	margin-top: 0;
}




.bg_r {
	background-repeat: repeat;	
}

.bg_brown {
	background-color: #6d654a;
	color: #fff;
}
.bg_yellow {
	background-color: #f8f4e4;
}
.bg_green {
	background-color: #6fc9d4;
}
.bg_blue {
	background-color: #d4eff2;
}
.bg_blue2 {
	background-color: #fff;
}
.bg_blue3 {
	background-color: #008f86;
}

.col_2, .col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.img-frame{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0 auto;
}

.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
	background-position: center center;
}
.img-01{
   background-image: url('../../images/main_01.jpg');
   animation: slide-animation-01 24s infinite;
}
.img-02{
   background-image: url('../../images/main_02.jpg');
   animation: slide-animation-02 24s infinite;
}
.img-03{
   background-image: url('../../images/main_03.jpg');
   animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}
.kasaneru{
  position: relative;/*親要素にrelative*/
}

.kasaneru p {
  position: absolute;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0!important;
  padding: 0!important;
}

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

.img-03{
   background-image: url('../../images/main_03_sp.jpg');
   animation: slide-animation-03 24s infinite;
}
.kasaneru p {
	max-width: 180px;
}
}


/*----------------------------
画像の上に文字
----------------------------*/

.kasaneru .ss{
  max-width: 100px:
}

.zoom-fade__item{
  position: relative;
}
.zoom-fade__item p{
	width: 100%;
	max-width: 1200px;
	background:#f6f2e1;
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%,-50%);
  font-size:15px;
  color: #111;
  padding:0 20px 15px;
  margin:120px 0 0;
  text-align: center;
}

@media print , screen and (min-width: 991px) {
.zoom-fade__item p{
	text-align: right;
	margin:100px 0 0;
}
}
@media only screen and (min-width:767px) and (max-width:990px){
.zoom-fade__item p{
	margin:90px 0 0;
}
}

/*タイトル付き（ラベルボックス）*/
.box51 {
	margin: 0 auto 6em;
	padding:1em 2em;/*内側余白*/
	border-radius:30px;/*丸みを調整*/
	background-color:#805b38;
	color:#fff;
	font-weight: 500;
	font-size: 17px;
}

@media only screen and (max-width: 767px) {
.box51 {
	margin: 0 auto 3em;
	font-size: 15px;
}
}

.col_2 table, .col_3 table {
  border-collapse: collapse;
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.container_block2 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.col_2 table tr, .col_3 table tr, .container_block2 table tr {
  border-bottom: 1px solid #555;
}
.col_2 table tr:first-child, .col_3 table tr:first-child, .container_block2 table tr:first-child {
  border-top: 1px solid #555;
}
.col_2 table th,
.col_2 table td,
.col_3 table th,
.col_3 table td,
.container_block2 table th,
.container_block2 table td {
  padding: 1em 0;
}
.col_2 th, .col_3 th, .container_block2 th{
   text-align: left;
}
.col_2 .price, .col_3 .price{
   text-align: right;
   font-weight:700;
	width: 5.5em;
}
.container_block2 th{
	width: 6.0em;
}
.container_block2 td{
   text-align: left;
   font-weight:400;
}
.col_2 table .ss, .col_3 table .ss{
	font-size:15px !important;
	font-weight: normal;
}

/*
#aboutus, #menu, #info, #contact, #calendar, #slidert, #official{
	padding-top: 50px;
	margin-top: -50px;
}
*/


@media print , screen and (min-width: 768px) {
.contents-area.bg_i {
	background-image:url(../../images/bg_i.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:60% auto;
}
.container_block .contents_r {
	text-align: left;
	margin-right: auto;
	justify-content: left;
}
}
@media only screen and (max-width: 767px) {
.contents-area {
	padding: 60px 20px;
}
.contents-area2 {
	padding: 30px 0;
}
.container_block {
	margin: 30px 0 0;
}
.container_block, .container_block2 {
	display: block;
}
.container_block .contents_l, .container_block2 .contents_l {
	width: 100%;
}
.container_block .contents_r, .container_block2 .contents_r {
	width: 100%;
	margin-left: 0%;
	margin-top: 4rem;
}


.col_2 table th,
.col_2 table td,
.col_3 table th,
.col_3 table td,
.container_block2 table th,
.container_block2 table td {
	font-size: 16px;
}
}


@media print , screen and (min-width: 991px) {
.col_3 > div.cel {
	width : calc(33.333% - 40px);
}
.col_3 > div.cel {
	margin-right: 60px;
}
.col_3 > div.cel:nth-child(3n) {
	margin-right: 0;
}
.col_3 > div.cel:nth-child(n+4) {
	margin-top: 80px;
}
}
@media print , screen and (min-width: 801px) {
.col_2 > div.cel {
	width : calc(50% - 20px);
}
.col_2 > div.cel {
	margin-right: 40px;
}
.col_2 > div.cel:nth-child(2n) {
	margin-right: 0;
}
.col_2 > div.cel:nth-child(n+3) {
	margin-top: 80px;
}
}
@media only screen and (max-width: 800px) {
	.col_2 > div.cel {
	width: 100%;
	margin-top: 60px;
}
	.col_2 > div.cel:first-child {
	margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
	.col_2 table .ss, .col_3 table .ss{
		font-size:13px !important;
	}
}
@media only screen and (min-width:601px) and (max-width:990px){
.col_3 > div.cel {
	width : calc(50% - 30px);
}
.col_3 > div.cel {
	margin-right: 60px;
}
.col_3 > div.cel:nth-child(2n) {
	margin-right: 0;
}
.col_3 > div.cel:nth-child(n+3) {
	margin-top: 80px;
}
}
@media only screen and (max-width: 600px) {
	.col_3 > div.cel {
	width: 100%;
	margin-top: 60px;
}
	.col_3 > div.cel:first-child {
	margin-top: 0;
}
}



/*----------------------------------------------------
	ボタン（1）
----------------------------------------------------*/
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 300px; /* ボタン幅 */
  position: relative;
  background: #b53701; /* 背景色 */
  border: 2px solid #fff;
  margin: 20px 0;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #b53701; /* 文字色 */
	text-decoration: none;
}

.background_btn01:hover:before {
  border-bottom: 2px solid #b53701; /* 矢印の色 */
  border-right: 2px solid #b53701; /* 矢印の色 */
}



/*----------------------------------------------------
	ボタン（2）
----------------------------------------------------*/
.background_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 300px; /* ボタン幅 */
  position: relative;
  border: 2px solid #111;
  margin: 20px 0;
  padding: 1em 2em;
  font-weight: bold;
  color: #111; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn02:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #111; /* 矢印の色 */
  border-right: 2px solid #111; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn02:hover {
	background: #b53701; /* 背景色 */
	border: 2px solid #fff;
	color: #fff; /* 文字色 */
	text-decoration: none;
}

.background_btn02:hover:before {
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
}


/*----------------------------------------------------
	アコーディオン
----------------------------------------------------*/

.bg_brown .section, .bg_blue2 .section {
	background:none;
	padding: 0;
}

/*=========
.more
=========*/

.more {
  display: inline-block;
  width: 100%;
  max-width: 300px; /* ボタン幅 */
  position: relative;
  background: #03a9f4; /* 背景色 */
  border: 2px solid #fff;
  margin: 20px 0;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.more:hover {
  background: #025895; /* 背景色 */
  color: #fff; /* 文字色 */
	text-decoration: none;
}

.more:hover:before {
  border-bottom: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
}

/*=========
.one-detail
=========*/

.hide {
  display: none;
}

..one-detail h3
 {
  color: #fff;
}

/*----------------------------------------------------
	カレンダー
----------------------------------------------------*/

.col_calendar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.col_calendar > div {
	width: 50%;
	padding: 0 10px;	
}
@media only screen and (max-width: 767px) {
	.col_calendar > div {
	width: 100%;
	padding: 20px 0;
	}
	.col_calendar > div:first-child {
	padding-top: 0;
	}
	.col_calendar > div:first-child {
	padding-bottom: 0;
	}
}


/*----------------------------------------------------
	電話
----------------------------------------------------*/

.tel a {
	font-size:161.6% !important;
	color: #222;
	text-decoration: none;
	font-weight: 700;
}

@media(min-width: 768px){
.tel a[href^="tel:"]{
    pointer-events: none;
  }
}

/*----------------------------------------------------
	スライダー
----------------------------------------------------*/


.slider {
	background-color: #6fc9d4;
	margin-top: 20px;
}
.slider a, .slider a:visited {
	background-color: #6fc9d4;
	padding: 0;
	border: none;
}
.slider a:hover {
	background-color: #6fc9d4;
	opacity: 0.7;
}
.slider img {
  height: auto;
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
.slider img {
  padding: 0 10px;
}
}


.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 14px;
  padding: 0 14px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../../images/slide-off.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 45px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../../images/slide-on.png);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0px;
  margin-left:-40px;
}

@media only screen and (max-width: 767px) {
.slide-dots li {
  margin: 0 10px;
  padding: 0 10px;
}
.slide-dots li button::before {
  height: 5px;
  width: 30px;
}
}


/*----------------------------------------------------
	網掛け
----------------------------------------------------*/

.moviexx {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}

.moviexx::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 70vh;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#999 15%, transparent 31%), radial-gradient(#999 15%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}



/*----------------------------------------------------
	背景画像を固定
----------------------------------------------------*/
.background-stp {
	height: 100vh;
  background-image: url('../../images/background-stp.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}



/* -------------------------------------------------- お問い合わせ -------------------------------------------------- */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_contents {
	max-width: 1000px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.col_contents > div {
	width: 25%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	text-align: left;
	margin-right: auto;
	justify-content: left
}
.col_contents .tr {
	width: 27%;
	font-weight: bold;
	padding-right: 0px;
}
.col_contents .td {
	width: 73%;
}

@media screen and (max-width: 767px) {
.col_contents {
	margin-bottom: 25px;
}
 .col_contents > div {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.col_contents .tr {
	width: 100%;
	border-bottom-style: none;
	padding-bottom: 0px;
}
.col_contents .td {
	width: 100%;
	padding-top: 10px;
}

}
/* -------------------------------------------------- inquiry -------------------------------------------------- */

.max-width7 {
	max-width: 700px;
}

iframe {
    width: 100%;
}


.container-privacy {
	width: 100%;
	padding: 15px;
}

.contact-tel {
	font-size:197%;
	line-height: 150%;
	font-weight: bold;
	color: #d81618;
	margin-right: 20px;
}

.oNum {
 margin:1.3em;
padding:0px;
}

.jigyou {
	padding:0px;
	margin-right: 1.3em;
	margin-bottom: 1.3em;
	margin-left: 1.3em;
}

.mail-submit {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 30px;
}

.btn-square-little-rich {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #03A9F4;
	border: solid 1px #03A9F4;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	margin-left: 5px !important;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}

.btn-square-little-rich:hover {
  background: #025895;
  border: solid 1px #025895;
  box-shadow: none;
  text-shadow: none;
}



@media screen and (max-width: 767px) {
.mail-submit {
	padding-top: 10px;
	margin-bottom: 20px;
}
.btn-square-little-rich {
	margin-left: 0px;
}
}

@media screen and (min-width: 501px) {
.size-input-name { width: 16em !important; }
.size-input-nameS { width: 8em !important; }
.size-input-company { width: 17em !important; }
.size-input-division { width: 17em !important; }
.size-input-quantity { width: 5em !important; }
.size-input-zip { width: 7em !important; }
.size-input-pref { width: 6em !important; }
.size-input-address { width: 80% !important; }
.size-input-tel { width: 12.5em !important; }
.size-input-telS { width: 5em !important; }
.size-input-homepage { width: 35em !important; }
.size-input-email { width: 20em !important; }
.size-input-message { width: 100% !important; height: 10em !important;}
}


@media screen and (max-width: 500px) {
input[type="text"],
textarea {
    width: 100% !important;
	margin-bottom:8px !important;
}
}	


/* -------------------------------------------------- slider-container -------------------------------------------------- */

.slider-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 60px;
}

.slideimg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  animation: slideAnime 12s infinite; /* 15秒で1サイクル */
}

@keyframes slideAnime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}


.slideimg:nth-of-type(1){
  background-image: url('../../images/photo_01.jpg');
  animation-delay: 0s;
  background-position:100%;
}

.slideimg:nth-of-type(2) {
  background-image: url('../../images/photo_02.jpg');
  animation-delay: 6s;
  background-position:10%;
}


@media only screen and (max-width: 767px) {
	.slider-container {
	  width: 100%;
	  height: 400px;
	}
}


/* -------------------------------------------------- footer -------------------------------------------------- */


.footer-block {
    background-color: #111;
    padding: 30px 0;
}

.footer-nav a {
	color: #fff !important;
	font-size:100% !important;
	font-weight: normal !important;
	text-decoration: none;
}

.ml-auto {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.ml-auto img {
	max-width: 150px;
}

.copyright {
	color:#fff;
	font-size: 77%;
}


.col_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.col_area > div {
	width: 100px;
	padding: 0 15px 15px;
}

@media only screen and (max-width: 767px) {
.col_area > div {
	width: 80px;
}
}

/*----------------------------------------------------
	ページトップへもどる
----------------------------------------------------*/
.toTop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 11;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
	margin-top: -37px;
	padding-top: 37px;
}
.toTop a {
	display: block;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 0;
	text-decoration: none;
	padding: 10px 18px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.toTop a:hover {
	display: block;
	background-color: #444;
	text-align: center;
	color: #fff;
	font-size: 0;
	text-decoration: none;
	padding: 10px 18px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {

.toTop {
margin-top: -50px;
padding-top: 50px;
}
.toTop a {
font-size: 0;
padding: 7px 10px;
}

.toTop a:hover {
font-size: 0;
padding: 7px 10px;
}
}
.toTop.show {
height: auto;
opacity: 1;
animation-name: fadein;
}
.toTop.hide {
height: 0;
opacity: 0;
animation-name: fadeout;
}
.toTop.static {
position: absolute;
bottom: auto;
margin: -100px 0 0;
}
@keyframes fadein {
0% {
height: 0;
opacity: 0;
}
1% {
height: auto;
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeout {
0% {
height: auto;
opacity: 1;
}
99% {
height: auto;
opacity: 0;
}
100% {
height: 0;
}
}


