@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 420px); /* 420以下 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: none;
}
a:hover {
  color: #1a0dab;
  text-decoration: none;
}
a.arrow::before { /*a-link 先頭三角マーク付き*/
  content: url(/common/imgs/bg_linkarrow.gif);
  vertical-align: 15%;
  padding-right: 5px;
}
span.arrow_span { /*span 先頭三角マーク付き*/
  background: url(/common/imgs/bg_linkarrow.gif) no-repeat 0 center;
  padding-left: 10px;
}
.red { /*赤文字対応用*/
  color: #d00101;
}
.close { /*s終了文言用*/
	color: #d00101;
	font-weight: 600;
	padding-left: 1em;
}
/* clearfix-clear */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both
}
/* body-wrapper  背景色*/
/* body color H1のテキスト色 */
body {
  color: #333; 
  background-color:hsl(44, 47%, 90%, 0.925);
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  background-image: url("../images/sand-patern.png");
  background-repeat: repeat;
  background-size: auto;
}


/*body a { /*a-link アンダーライン設定用
    text-decoration-thickness: 1px; /*a-link アンダーラインの太さ
    text-underline-offset: 3px; /*a-link アンダーラインの距離
}*/
/*#wrapper {
  font-family: 'Noto Sans JP', sans-serif;
}*/
/* p */
p.bump {
  text-indent: 1em;
  margin-bottom: .5em;
}
img#murasaki {
  border: 1px solid #999;
}
/* acccess */
.access_info ul {
  list-style: none;
}
.access_info dt {
  font-weight: 600;
  padding: .3em 0 .3em .5em;
  background: #eadcc6;  /*22222222222222222222222222222*/
  color: #333;
}
.access_info dd {
  font-weight: 600;
}
.access_info ul li {
  line-height: 1.2;
  margin-bottom: 5px;
}
/* チラシダウンロード　共通 */
#flyerDL a {
	background-color: rgba(250, 237, 213, 0.8);
  background-image: url(../images/flyerBG_off.png);
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#flyerDL a:hover {
	background-color: rgba(245, 225, 186, 0.8);
  background-image: url(../images/flyerBG_on.png);
}
#flyerDL a img {
	position: absolute;
	top: 10px;
	left: 10px;
}
#flyerDL a p {
  position: absolute;
}
/* access */
ul.access_txt {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.access_txt li {
  margin: 0 0 0.1em 5px;
  line-height: 1.4;
}
/* footer */
#footer .footer_in {
  
  position: relative;
  background: #eadcc6; /*33333333333333333333333*/
  margin: 50px auto 0;
}
a#kahakutop_footer,
a#co-host01_footer,
a#co-host02_footer {
  display: inline-block;
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
}
a#co-host01_footer:hover,
a#co-host02_footer:hover {
  opacity: .8;
}
.totop a {
  display: block;
  background: #eadcc6 url(../images/btn_totop-BK.svg) no-repeat 11px 11px; /*画像が白なら-WH、黒なら-BKを末尾につける*/  /*33333333333333333333333*/
  background-size: 80%;
  /*border: 1px solid #1c2c59; 輪郭線を付ける場合はアクティブにする*/ 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 105px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 10px;
  top: -34px;
  overflow: hidden;
  font-size: 0px;
}
.cr {
	clear: both;
	font-size: 75%;
	color: #333; /* copyright text */
}
.cr span {
	font-size: 100%;
}
/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table01,
.table02 {
	width: 100%;
  margin: 5px 0 0;
	border-top: 1px solid #eadcc6;
	border-left:2px solid #eadcc6;
}
.table01 th,
.table02 th {
	border-right: 1px solid #eadcc6;
	padding: 5px;
}
.table01 td,
.table02 td {
	border-bottom: 1px solid #eadcc6;
	border-right: 1px solid #eadcc6;
	padding: 5px;
}
.table01 td,
.table02 td {
	background: #fff;
}
.table01 th,
.table02 th {
    text-align: center;
    color: #fff;
    background-color: #eadcc6;
}
.table01 th {
	font-weight: 600;
	color: #333;
}
.table01 td {
	padding-left: 10px;
}
.table01 thead th {
	font-weight: 600;
	background: #dcdcdc;
	border-bottom: 1px solid #333;
	padding-top: 7px;
	color: #fff;
}
.table01 td .table02 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.table02 th {
	background: #ff9800;
	border-top: #ff9800 solid 1px;
	color: #fff;
}
.table01 tr td ul {
    list-style: none;
    margin-left: -3em;
}
/* map */
.map img {
	width: 100%;
}
a.map:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p.cap {
	font-size: 0.85em;
}
/* section */
section {
	margin-bottom: 20px;
}
.right_contents section#showcase .inner_box p {
  margin: .5em 0;
}
/*mobile headline font color*/
h3 {
color: #333333;
}


/* Wave container */
.wave-container {
  position: absolute;
  top: -50px; /* Move the wave further up */
 /* left: 10em;  fit to mobile size 0 to 10em */
  width: 100vw;
  height: 200px; /* Keep the wave height as is */
  overflow-x: hidden; 
  z-index: -1;
}

/* Common wave styles */
.wave {
  position: absolute;
  bottom: 30px; /* Move the bottom position up to reduce the straight line */
  left: 0;
  width: 300%; /* Widen the wave to make the right edge look natural */
  height: 300px;
  background: linear-gradient(to top, rgba(204, 255, 255, 0.7), rgba(255, 255, 255, 0.9)); /* Wave color */
  border-radius: 0 0 50% 50% / 0 0 100% 100%; /* Wave shape */
  opacity: 0.8;
  animation: wave-motion-vertical 18s ease-in-out infinite;
}

.wave1 {          
  background: linear-gradient(to top, rgba(204, 255, 255, 0.8), rgba(255, 255, 255, 0.9));
  animation-delay: 2s;
}

.wave2 {
  background: linear-gradient(to top, rgba(204, 255, 255, 0.6), rgba(255, 255, 255, 0.7));
  animation-delay: 5s;
}

.wave3 {
  background: linear-gradient(to top, rgba(13, 133, 121, 0.4), rgba(255, 255, 255, 0.5));
  animation-delay: 0s;
}
/* Wave animation */
@keyframes wave-motion-vertical {
  0% {
    transform: translateY(0); /* Initial position (top) */
  }
　25% {
    transform: translateX(20px) translateY(-10px); /* slowly raize */
  }
  50% {
    transform: translateY(50px); /* Move down by 50px */
  }
　75% {
    transform: translateX(10px) translateY(10px); /* slow back */
  }
  100% {
    transform: translateY(0); /* Return to original position */
  }
}

