@charset "UTF-8";

/***

Access　タイトル

***/
.contents150{
	clear: both;
	width: 150px;
	height: auto;
	margin: 0 auto;
	padding: 45px 0 10px;
	
	/*background: rgba(32,147,132,1.00);*/
}
.contents150 img{
	width: 100%;
	height: auto;
}


.access_title1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;

	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 6vw;
	line-height: 120%;
	text-align: center;
	letter-spacing: 2px;
	color: #222;
}
@media print, screen and (min-width: 1001px) {
.access_title1{
	font-size: 24px;
}
}




/***

トップ　バナー

***/
.cap_left.g01{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
}


/***

BOX5

***/
.box5bg{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.box5bg img{
	width: 100%;
	height: auto;
}
.box5{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}



/***

BOX5　ボタン

***/
.box5_btn{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.box5_btn1{
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #000;
}
.box5_btn1.m01{
	max-width: 500px;
}
.box5_btn1 .bg_000{
	background: #333;
}
.box5_btn1 a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
@media print, screen and (min-width: 1001px) {
.box5_btn{
	width: 100%;
}
.box5_btn1{
	width: 47%;
}
}


.box5_btn1_txt1{
	clear: both;
	width: 100%;
	height: auto;
	padding: 15px 0 13px;
	margin: 0;
	
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 700;
	font-size: 3.5vw;
	line-height: 105%;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
}
@media print, screen and (min-width: 1001px) {
.box5_btn1_txt1{
	font-size: 14px;
}
}



.contents1000.m01{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #000;
}
/***

アクセス　ボタン

***/
a .access_btn1_bg{
	clear: both;
	width: 100%;
	height: auto;
	background-image: url("../img/access/access_btn_bar.png");
	/*background-size: 50%;*/
	background-repeat: repeat-x;
	position: relative;
	cursor: pointer;
}
.access_btn1_bg{
	display: table;
}
.access_btn1_icon{
	width: 100px;
	height: auto;
	margin: 0;
	padding: 0;
	display: table-cell;
}
.access_btn1_icon img{
	width: 100%;
	height: auto;
}
.access_btn1_txt1{
	width: calc( 100% - 100px );
	height: auto;
	display: table-cell;
	vertical-align: middle;
	
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 6vw;
	line-height: 105%;
	text-align: left;
	letter-spacing: 0;
	color: #222;

/*	background: rgba(213,115,116,0.6);*/
}
@media print, screen and (min-width: 1001px) {
.access_btn1_txt1{
	font-size: 24px;
}
}




/**

swipeicon

**/
@media only screen and (max-width: 1000px) {
.swipe_icon {
	display: block;
	position:absolute;
	top:32%;
	left:46%;
	z-index:301;
	width:45px;
	/*animation: ;*/
}
.swipe_icon img {
	width:100%;
	height:auto;
}
.swipe_icon2 {
	position:absolute;
	top:50%;
	left:76%;
	z-index:305;
	width:60px;
	animation: horizontal 1s ease-in-out infinite alternate;
}
.swipe_icon2 img {
	width:100%;
	height:auto;
}
}
@keyframes horizontal {
0% { transform:translate(-30%,-50%); }
100% { transform:translate(-70%,-50%); }
}


/***

アクセス　タイトル（共通）

***/
.access_box_title1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 60px auto 40px;
	padding: 0;
	
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 5.5vw;
	line-height: 105%;
	text-align: center;
	letter-spacing: 0;
	color: #78781e;

/*	background: rgba(213,115,116,0.6);*/
}
@media print, screen and (min-width: 1001px) {
.access_box_title1{
	font-size: 22px;
}
}


.access_box1_txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 4vw;
	line-height: 150%;
	text-align: left;
	letter-spacing: 0;
	color: #222;
}
.access_box1_txt1 span{
	color: #78781e;
}
@media print, screen and (min-width: 1001px) {
.access_box1_txt1{
	font-size: 16px;
	line-height: 115%;
}
}
.access_box1_txt2{
	clear: both;
	width: calc( 100% - 16px );
	height: auto;
	margin: 5px 0 0 16px;
	padding: 0;
	
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 170%;
	text-align: left;
	letter-spacing: 0;
	color: #222;
}
@media print, screen and (min-width: 1001px) {
.access_box1_txt2{
	font-size: 14px;
	margin: 0 0 0 16px;
}
}





/***

BOX3　テキスト

***/
.contents800{
	width:100%;
	margin: 70px auto 0;
}
.contents800.m01{
	width:92%;
	margin: 0 auto;
	
}

.top_box3_txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px;

	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 5.2vw;
	line-height: 130%;
	text-align: center;
	letter-spacing: 1px;
	color: #78781e;
}
@media print, screen and (min-width: 1001px) {
.top_box3_txt1{
	font-size: 22px;
}
}


.top_box3_txt2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 18px 0 24px;

	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 3.6vw;
	line-height: 160%;
	text-align: justify;
	letter-spacing: 1px;
	color: #222;
}
@media print, screen and (min-width: 1001px) {
.top_box3_txt2{
	font-size: 15px;
	padding: 18px 0 24px;
	text-align: center;
}
}
hr.access_info_bar1 {
	clear: both;
	width: 100%;
	max-width: 800px;
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: none;
	background: none;
	margin: 0 auto;
	padding: 0;
}





.access_bus_btn1bg{
	width: 23.7%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
}
.access_bus_btn1bg.m01{
	position: relative;
	top: inherit;
	right: inherit;
}
.access_bus_btn1{
	width: 100%;
	height: auto;
}
.access_bus_btn1 img{
	width: 100%;
	height: auto;
}

@media print, screen and (max-width: 1000px) {
.access_bus_btn1bg{
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: inherit;
	right: inherit;
	margin: 0 auto 60px;
}

}

/***

アクセス　無料送迎バス

***/
.contents1400.m01{
	clear:both;
	width:100%;
	max-width: 1400px;
	height:auto;
	margin:0 auto;
	background: #e8e7e2;
}





.bus_title1{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 70px 0 0;

	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 7vw;
	line-height: 105%;
	text-align: center;
	letter-spacing: 5px;
	color: #222;
}

@media print, screen and (min-width: 1001px) {
.bus_title1{
	font-size: 28px;
}
}
.bus_title2{
	width: 100%;
	height: auto;
	margin: 10px auto 40px;

	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 105%;
	text-align: center;
	letter-spacing: 5px;
	color: #222;
}
@media print, screen and (min-width: 1001px) {
.bus_title2{
	font-size: 14px;
}
}
.bus_txt1{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;

	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 3.75vw;
	line-height: 180%;
	text-align: justify;
	letter-spacing: 1px;
	color: #222;
}

@media print, screen and (min-width: 1001px) {
.bus_txt1{
	font-size: 15px;
	text-align: center;
}
}


.ft_fl_btn_txt2{
	margin: 0;
	padding: 15px 0;

}



.contents754{
	clear: both;
	width: 92%;
	max-width: 754px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}







.access_bus_btn1bg2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	
}

@media print, screen and (min-width: 1001px) {
.access_bus_btn1bg2{
	clear: both;
	width: 100%;
	margin: 0 auto;
	
	display: flex;
	justify-content: space-between;
}
}

.access_bus_btn1_txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -26px;
	left: 0;
	
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 3vw;
	line-height: 105%;
	text-align: center;
	letter-spacing: 3px;
	color: #749a93;
}

@media print, screen and (min-width: 1001px) {
.access_bus_btn1_txt1{
	font-size: 13px;
}
}







@media only screen and (max-width: 1000px) {
.slideWrap.m01 > img,
.slideWrap.m01 > figure > img ,
.slideWrap.m01 > figure > table{
	max-width: none;
	width: 640px !important;
}
}
@media only screen and (max-width: 1000px) {
.slideWrap.m02 > img,
.slideWrap.m02 > figure > img ,
.slideWrap.m02 > figure > table{
	max-width: none;
	width: 800px !important;
}
}

