@charset "Shift_JIS";
/*表示するテキストが切り替わる*/

body{
  background-image: url("../../images/back.gif");
  margin: 0px;
  background-repeat: repeat;
  text-align: center;
  }

#main{

}

table{
    border-collapse:separate;
}

table td{
    padding: 0;
    margin: 0 auto;
}

table th{
    padding: 0;
    margin: 0 auto;
}

#insta{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    top:10px;
    right: 130px;
    cursor: pointer;
    width: 80px;
    height:80px;;
}

.table1{
    width: 100%;
    border: 0;
    cellspacing: 0;
    cellpadding: 0;
    margin:  0 auto; 
    vertical-align: top;
}

.table2{
    border-collapse:separate;
    border-spacing:0px;
    padding-top: 60px;
    padding-bottom: 50px;
    margin:  0 auto; 
    vertical-align: top;
    align: center;
}

.table3 {
    border-collapse:separate;
    border-spacing:0px;
    padding-top: 0;
    padding-bottom: 0px;
    margin:  0 auto; 
}


.btn{
    /*テキストの基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #555;
  border-radius:25px;
  min-width:210px;
  padding: 8px;
  margin: 10px auto;
  font-weight:bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #333;
  outline: none;
}

.norm{
    background:rgba(204, 255, 153,0.9);
}

.btn2{
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: 1px solid #555;
    border-radius:30px;
    min-width:210px;
    padding: 5px;
    text-align: center;
    width: 100%;
    margin: 1.5vh auto;
    display: inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
    background:rgba(204, 255, 153,0.9);
}

.btnM{
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
     border: 1px solid #555;
     border-radius: 25px;
     min-width: 210px;
     padding: 8px;
     margin: 10px auto;
     font-weight: bold;
     text-align: center;
     display: inline-block;
     text-decoration: none;
     color: #333;
     outline: none;
     background: rgba(255, 20, 147,0.9);
}
.center{
    border-collapse:separate;
    border-spacing: 15px;
    text-align: center;
    width: 100%;
    margin: 1vh auto;
}
    
/*========= レイアウトのためのCSS ===============*/
h1{
	position: absolute;
	z-index: 2;
	width: 90%;
	top: 15vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size:8vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0 0;
    line-height:0.95em;
    font-weight:bold;
    color: #01579B;
    text-shadow: 0 0 0.2em rgba(255,255,255,1);
    filter: drop-shadow( 0 0 0.2em rgba(255,255,255,1));
}

h2{
	z-index: 2;
	width: 80%;
    text-align: center;
    font-size:4.5vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0.5em auto 0.5em auto;
    line-height:0.95em;
    font-weight:bold;
    color: #FF00CC;
    text-shadow: 0.05em 0.05em 0.1em #660066;
}

h3{
    text-align: center;
    font-size:2.8vh;
    letter-spacing: 0.1em;
    margin: 0.5em auto 0.5em auto;
    line-height:1em;
    font-weight:bold;
    color: #3399ff;
}

p{
	text-align: center;
    font-size:2.5vw;
    margin: 0.5em;
    padding: 0.5em;
    line-height:1.5em;
    font-weight:bold;
    color: #000033;	
}

.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}

small{
	color:#fff;
	display: block;
	text-align: center;
}

.underpadd{
    padding:  1em;
    
}

.whiteback{
	background-position: top 10vh;
	width: 90%;
    margin: 2vh auto;
    padding:  0.7vh;
    background-color: rgba(255, 255, 255, 0.7); 
    border-radius:  2vh;
}

#header{
	width:100%;
}

.toparea{
}
.toparea img{
	position: relative;
	height: 7vh;
	margin: 1vh 0 0 0;
}
.uline{
	background: linear-gradient(transparent 10%, rgba(102, 255, 0, 0.3) 100%);
	margin-bottom: 1px !important;
}
.topimg{
	height: 55vh;
}	

bosyuenji{
	position: relative;
}

.toptext2{
	width: 90%;
    margin: 0 auto;
    padding:  0.7vh;
    background-color: rgba(255, 255, 255, 0.7); 
    border-radius:  2vh;
}

.toptext2 li{
    text-align: center;
    font-size:4vw;
    text-transform: uppercase;
    color: #fff;
    margin: 1em 0 1em 0;
    line-height:0.95em;
    font-weight:bold;
    color: #000033;
    text-shadow: 0 0 0.2em rgba(255,255,255,1);
}


.yajirushi p{
	text-align: left;
    font-size:3vw;
    margin: 3vw;
    line-height:1.5em;
    font-weight:bold;
    color: #000033;
	border: solid 2px orange;
	padding: 0.5vh;
}

.redsquer{
	text-align: left;
    font-size:3vw;
    margin: 3vw;
    padding: 1em;
    line-height:1.5em;
    font-weight:bold;
    color: #000033 !important;
	border: solid 3px red;
	padding: 0.6vh !important;
}

.hosoku{
	text-align: left;
    font-size: 2.3vw;
    margin: 0 0 0 0;
    line-height:1.1em;
    color: #000033;
}

.swiper-slide p{
	text-align: center;
    font-size:4vw;
    margin: 3vw;
    padding: 1em;
    line-height:1.5em;
    font-weight:bold;
    color: #000033;
}

section{
	padding:100px 30px;
}

section:nth-child(2n){
	background-image: url("../images/back2.gif");
        margin: 0px;
        background-repeat: repeat;	
}

.tell {
	font-size: 3vw;
}

#footer{
	padding:20px;
}

left_align{
	text-align: left;
	margin: 0px 0px;
}
/*========= カラー指定のためのCSS ===============*/
.yellow{
	text-align: center;
    font-size:5vw;
    text-transform: uppercase;
    margin: 0.2em 0 0.2em 0;
    line-height:0.95em;
    font-weight:bold;
    color: #FFFF00;
    text-shadow: 0 0 0.1em #333300;
}

.yellow_left{
	text-align: left !important;
    font-size:5vw;
    text-transform: uppercase;
    margin: 0.2em 0 0.2em 0;
    line-height:0.95em;
    font-weight:bold;
    color: #FFFF00;
    text-shadow: 0 0 0.1em #333300;
}

.skyblue{
	text-align: center;
    font-size:5vw;
    margin: 0.2em 0 0.2em 0;
    line-height:1em
    font-weight:bold;
    color: #66ccff;
    text-shadow: 0 0 0.1em #000033;
}

.leftyose{
	text-align: left !important;
}






/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(50,205,50,0.9);
    /*動き*/
    transition: all 0.6s;
    font-family: "Hannotate SC",メイリオ, Meiryo,sans-serif;
    font-size:3.5vw;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 100px;
    height:100px;
}
	
/*×に変化*/	
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 3px;
	background-color: #666;
  	width: 70%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:35px;
}

.openbtn1 span:nth-of-type(3) {
	top:55px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 24px;
    left: 9px;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 38px;
    left: 9px;
    transform: translateY(-7px) rotate(45deg);
    width: 80%;
}


/*========= swiperのためのCSS ===============*/
.swiper--wrapper {   /* wrapperのサイズを調整 */
	width: 100%;
	height: 100% !important;
}
.swiper-slide {   /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}
.swiper-slide:nth-child(2n + 1) {
	background-color: #e6e6fa;
}

.swiper-slide:nth-child(2n + 2) {
  background-color: #fff8dc;
}

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
    background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/

}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../../images/nyuen/top1.JPG);
}

.slider-item02 {
    background:url(../../images/nyuen/top2.JPG);
}

.slider-item03 {
    background:url(../../images/nyuen/top3.JPG);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:50vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

@media (min-width: 1000px) {
h1{
	font-size: 80px;
}

h2{
	z-index: 2;
	width: 80%;
    text-align: center;
    font-size:45px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0.5em auto 0.5em auto;
    line-height:0.95em;
    font-weight:bold;
    color: #FF00CC;
    text-shadow: 0.05em 0.05em 0.1em #660066;
}

.topimg{
	height: 100vh;
}

.toptext2{
	width: 900px;
}

.toptext2 li{
    font-size:40px;
}

.yellow{
	text-align: center;
    font-size:50px;
    text-transform: uppercase;
    margin: 0.2em 0 0.2em 0;
    line-height:0.95em;
    font-weight:bold;
    color: #FFFF00;
    text-shadow: 0 0 0.1em #333300;
}



.skyblue{
	text-align: center;
    font-size:50px;
    margin: 0.2em 0 0.2em 0;
    line-height:1em
    font-weight:bold;
    color: #66ccff;
    text-shadow: 0 0 0.1em #000033;
}

.slider-item {
    width: 100vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    height: 100vh;
}

.busrange_png {
	width: 1000px;
}

.tell {
	font-size: 30px;
}
}

