@charset "UTF-8";
h1 {
  padding: 0;
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	color: #F0FF00;
}
 h2, h4 {
	 margin: 0;
	 padding: 0;
	 font-size: 24px;
	 font-weight: 600;
	 color: #fff;
	 letter-spacing: 0.05em;
	 text-align: left;
} 
h3 {
	 margin: 0;
	 padding: 0;
	 font-size: 24px;
	 font-weight: 600;
	 color: #2FA4E2;
	 letter-spacing: 0.05em;
	 text-align: left;
} 
h5 {
	 margin: 0;
	 padding: 0;
	 font-size: 24px;
	 font-weight: 600;
	 color: #2FA4E2;
	 letter-spacing: 0.05em;
	 text-align: center;
}
h6 {
	display: inline-block;
	 margin: 0;
	 padding: 0 20px;
	 font-size: 24px;
	 font-weight: 600;
	 color: #2FA4E2;
	 letter-spacing: 0.05em;
	 text-align: center;
	background-color: #fff;
	border-radius: 20px;
} 
.flex {
  display: flex;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*slider01*/
.slider01 {
  position: relative;
}
.slider01 .slider-arrow {
  position: absolute;
  top: 52%;
  width: 30px;
  height: 30px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}
.slider01 .slider-prev {
  left: 10px;
}
.slider01 .slider-next {
  right: 10px;
}
.slider mypattern {
  width: 100%;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}
.text_sl01 {
  margin: 0 auto;
  font-size: 40px;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  position: absolute;
  padding-right: 1rem;
  line-height: 1.2em;
  font-weight: 600;
}
img.slph01 {
  width: 1000px;
}
img.gph01 {
  width: 500px;
}
img.full {
  width: 100%;
}
img.eighty {
  width: 80%;
}
/*　リンク
------------------------------------------------------------*/
.btm_01 {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 40px;
  transition: .4s;
  margin: 0 auto;
  background-color: #C81102;
  border: 1px solid #C81102;
  line-height: 1em;
	width: 80%;
	font-weight: 600;
}
.btm_01:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
	text-decoration: none;
}
.btm_02 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 40px;
  transition: .4s;
  margin: 20px auto 60px auto;
  background-color: #000;
  border: 1px solid #000;
  line-height: 1em;
	width: 80%;
	font-weight: 600;
}
.btm_02:hover {
  color: #fff;
  background-color: #C81102;
  border-color: #C81102;
	text-decoration: none;
}
.btm_03 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 40px;
  transition: .4s;
  margin: 30px auto;
  background-color: #C81102;
  border: 1px solid #C81102;
  line-height: 1em;
	width: 300px;
	font-weight: 600;
}
.btm_03:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
	text-decoration: none;
}
/*　テキスト
------------------------------------------------------------*/
.Subheading01 {
  margin: 20px 0 0 0;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
	color: #057ABA;
	font-weight: 600;
	background-color: #fff;
	width: 90%;
}
.text_cen {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.text_ab {
  padding: 5px 0;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background: #2FA4E2;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 600;
	width: 98%;
}
.text01 {
  margin: 0;
  padding: 10px 1%;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
	color: #fff;
}
.text02 {
  margin: 0;
  padding: 10px 1%;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
	color: #2FA4E2;
}
.text03 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
	color: #fff;
	background-color: #2FA4E2;
}
.text04 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
	color: #333;
	background-color: #fff;
}
.text05 {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.4em;
	color: #fff;
}
.text06 {
  margin: 30px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
}
/*　コンテンツ
------------------------------------------------------------*/
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0 0;
	text-align: center;
}
.content2 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
	text-align: center;
}
.content3 {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 0 0;
	text-align: center;
}
/*　グリーティング
------------------------------------------------------------*/
#greeting {
  padding: 0;
	margin: 0;
}
.wave{
  width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
canvas{
    position: absolute;
    bottom: 0;
  left:0;
    width: 100%;
}
/*　説明
------------------------------------------------------------*/
#explanation1 {
	margin: 0;
  padding: 0 0 50px 0;
	background: #2FA4E2;
}
#explanation2 {
	margin: 0;
  padding: 0 0 50px 0;
	background: #2FA4E2;
}
#explanation3 {
	margin: 0;
  padding: 30px 0 50px 0;
}
#explanation4 {
	margin: 0;
  padding: 30px 0 50px 0;
	background: #2FA4E2;
}
/*　モデル
------------------------------------------------------------*/
#model {
  padding: 0;
	margin: 0;
}
/*　観光スポット
------------------------------------------------------------*/
#sightseeing {
	margin: 0;
  padding: 0 0 50px 0;
	background: #2FA4E2;
}
/*　店舗
------------------------------------------------------------*/
#shop {
  padding: 20px 0 80px 0;
	margin: 0;
	background-color: #eee;
}
iframe {
  width: 90%;
  margin: 0;
}
img.ac {
  width: 90%;
  margin: 0;
}
/*　トピックス
------------------------------------------------------------*/
#topics {
  padding: 30px 0;
	margin: 0;
}
.info_box {
  width: 96%;
  text-align: left;
  margin: 30px auto 0 auto;
  color: #000;
}
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
	height: 350px;
  overflow: auto;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #333;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.title_a{
  background: #333;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.title_b{
  background: #AF0505;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
	text-align: left;
	font-size: 16px;
}
.news-list .item a:hover .title{
  color: #D40003;
}
@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}




.hu__hu__ { animation: hu__hu__ infinite 1s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}
.pol {
  color: #000;
	padding: 0;
	margin: 0 0 20% 0;
	font-size: 24px;
}

/*　リスト
------------------------------------------------------------*/
ol.count01 {
list-style: none;
  padding: 0;
  margin: 20px 0;
	text-align: left;
}
ol.count01 li.ch1 {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0;
	color: #fff;
	text-align: left;
}
ol.count01 li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #fff;
}
ul.block2 {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2 li.nom {
  width: 48%;
  margin: 0 1%;
  text-align: center;
}
ul.block_car {
  margin: 30px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block_car li {
  width: 48%;
  margin: 0 1%;
  text-align: center;
}
ul.block3 {
  margin: 30px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block3 li {
  width: 31%;
  margin: 0 1%;
  text-align: center;
}
ul.block4 {
  margin: 30px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block4 li {
  width: 23%;
  margin: 0 1%;
  text-align: center;
}
/*　テーブル
------------------------------------------------------------*/
.hyo1 {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 98%;
	margin: 0 auto;
	font-size: 16px;
}
.hyo1 th.ti1 {
  background: #53b332;
	color: #fff;
	 border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding: 5px 10px
}
.hyo1 th.ti2 {
  background: #FFEBEC;
	color: #333;
	 border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding: 5px 10px;
}
.hyo1 td.ho1 {
  text-align: center;
  padding: 5px 0;
  border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
	background: #FAFFD7;
	color: #333;
	border-bottom:solid 1px #ccc;
}
.hyo1 td.ho2 {
  text-align: center;
  padding: 5px 0;
  border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
	background-color: #fff;
	border-bottom:solid 1px #ccc;
	color: #DB0407;
	font-weight: 700;
}
.hyo1 td.ho3 {
  text-align: center;
  padding: 5px 0;
  border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
	background-color: #fff;
	border-bottom:solid 1px #ccc;
	color: #333;
}
.hyo2 {
   width: 98%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto;
}
.hyo2 th {
  padding: 5px;
  font-weight: 400;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
	text-align: left;
}
.hyo2 td {
  padding: 5px;
	vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
	text-align: justify;
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
img.slph01 {
  width: 700px;
}
.content1 {
    width: 90%;
  }
.content2 {
    width: 90%;
  }
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 880px) {
img.slph01 {
  width: 600px;
}
	img.gph01 {
  width: 80%;
}
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 780px) {
h1 {
	font-size: 4.2vw;

}
ul.block2 li.nom {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
	ul.block_car li {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
	ul.block3 li {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
	ul.block4 li {
  width: 48%;
  margin: 0 1%;
  text-align: center;
}
.pol {
  color: #000;
	margin: 0 0 180px 0;
}
img.ac {
  width: 80%;
  margin: 0;
}
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
img.slph01 {
  width: 500px;
}
	}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 600px) {
 h2, h3, h4 {
	 font-size: 20px;
} 
.pol {
  color: #000;
	margin: 0 0 150px 0;
}
.content3 {
    width: 100%;
  }
img.slph01 {
  width: 400px;
}
img.gph01 {
  width: 90%;
}
}
@media only screen and (max-width: 480px) {
img.slph01 {
  width: 300px;
}
}