.oshirase2{
	font-family: "YuMincho","Yu Mincho",serif;
}	

.oshirase2 a{
	color: #55555f;
}

.oshiraset{
	border-bottom: solid 6px #808080; 
	margin: 20px auto;
}
.oshiraset p {
    margin: 0;
    font-size: 30px;
}

hizuke{
	color: #B5B5B5;
}

.oshirasebun{
	font-size: 15pt;
}

#insta{
	font-size:0;

}
#insta li{
	display: inline; 
}

#insta li img{
	width:12.5%;
	height:auto;
}



#header .menuback{
	width:288px;
	height: 288px;
	border-radius: 50%;
	background: rgba(0,0,0, 0.2);
	z-index    : 20;
}


#header .menu1{
	position   : absolute;
	left       : 10%;
	top        : 137px;
}

#header .menutxt1{
	position   : absolute;
	left       : 51px;
	top        : 114px;
}

#header .menu2{
	position   : absolute;
	right       : 10%;
	top        : 137px;
}
#header .menutxt2{
	position   : absolute;
	left       : 51px;
	top        : 111px;
}

#header .menu3{
	position   : absolute;
	left       : 10%;
	top        : 677px;
}
#header .menutxt3{
	position   : absolute;
	left       : 89px;
	top        : 103px;
}

#header .menu4{
	position   : absolute;
	right       : 10%;
	top        : 677px;
}
#header .menutxt4{
	position   : absolute;
	left       : -20px;
	top        : 114px;
}

#header .menuback img:hover {
	transform: scale(1.3);
	transition-duration: 0.3s;
}


#header .toptitle01{
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 458px;
	z-index    : 20;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}



#header .map{
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 624px;
	z-index    : 20;
	width: 20%;
	margin: 0 auto;
	text-align: center;
}

#header .svg{
	position   : absolute;
	
	left       : 0;
	right      : 0;
	top        : 808px;
	z-index    : 20;
	
	width: 20vw;
	margin: 0 auto;
	text-align: center
}

#header .oshirase{
	position   : absolute;
	color:#fff;
	font-size:16px;
	left       : 0;
	right      : 0;
	top        : 876px;
	z-index    : 20;
	width: 20vw;
	margin: 0 auto;
	text-align: center
}

#header .info{
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 883px;
	margin:0 auto;
	height:100px;
	word-break : break-all;
	overflow:auto;
	color:#fff;
	font-size:20px;
	line-height:24px;
	text-align:center;
	z-index    : 20;
}

.insta{
background-color: #6E1E7C;
	margin: auto;
	width:100%;
	text-align: center;
	z-index    : 20;
	padding: 15px;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.picbox {
  position   : relative;
  max-width  : 100%;
  height     : 1080px;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.picbox .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 24s infinite;   /* 4画像 × 各5s = 20s */

z-index:10;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.picbox .src1 {
  background-image : url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/top_1.jpg");   /* 背景の画像を指定 */
}

.picbox .src2 {
  background-image : url("https://yura-kaido.jp/wp/wp-content/uploads/2021/02/tio20210214.png");   /* 背景の画像を指定 */
  animation-delay  : 8s;
}
.picbox .src3 {
  background-image : url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/top_3.jpg");   /* 背景の画像を指定 */
  animation-delay  : 16s;
}

@keyframes bgAnime {
   0% { opacity: 0;}
  11% { opacity: 1; }
  44% { opacity: 1;}
  55% { opacity: 0;}

 100% { opacity: 0; }
}







#yuratowa_area{
	width:100%;
	height:auto;
	background :#fff url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/yuratowa.png") 0px 305px no-repeat; 
	padding-bottom: 160px

}

#yuratowa_area .title{
	font-family: "YuMincho","Yu Mincho",serif;
	font-size:40px;
	line-height:40px;
	padding-top:153px;
	text-align:center;
}

#yuratowa_area .text{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size:18px;
	padding-top:51px;
	line-height:30px;
	text-align:center;
	width: 80%;
	margin: auto;
}

#taberu_area{
	margin: -35px auto 0;
}

.osusume_box{
	clear:both;

}

.osusume_box .logo img{
	
}


.osusume_box .title{
	
	font-family: "YuMincho","Yu Mincho",serif;
	font-size:70px;
	font-weight:bold;
	line-height:90px;
	margin:50px 0 0 27px;
	color:#9A9A9A;

}
.osusume_box .info{
	
	font-family: "YuMincho","Yu Mincho",serif;
	font-size:24px;
	line-height:38px;
	font-weight:bold;
	padding:10px 0 0 27px;
	color:#9A9A9A;

}


.infoset_box{
	margin:60px auto 160px;
	width:95%;
	clear:both;
}

.infoset_box .set_left{
	float:left;
}
.set_left .info{
	width:100%;
}

.infoset_box .set_right{
	float:right;
}

.info_box{
	width:45%;
	padding: 0 30px 0 0;
}

.info_box .title{
	float:left;
	font-size:40px;
	line-height:75px;
}

.info_box .detail{
	float:right;
	margin:17px 0 0 0;
}

.info_box .info{
	clear:both;
	font-size:20px;
	line-height:30px;
}

.pic3_box{
	width:50%;
	float:left;
}



.pic3_box div{
	float:left;
	margin:0px;

}


#manabu_area .rekishi{
	width:100%;
	height:500px;
	background :url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/manabu_1.png") no-repeat; 
	background-position: bottom;
	background-size: cover;



}

.rekishi{
	position: relative;
	margin:0 0 0 0;
}

.rekishi .subinfo_box{
	position   : absolute;
	top  :230px;
	left :72px;
}

.subinfo_box .title{
	font-family: "YuMincho","Yu Mincho",serif;
	font-size:50px;
	line-height:50px;
	color:#fff;

}

.subinfo_box .info{
	margin-top:35px;
	font-size:20px;
	line-height:30px;
	color:#fff;
}




.kanjiru{
	position: relative;
	width:100%;
	height:1080px;
	background :url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/cruse.png")  no-repeat; 
	margin:0 0 148px 0;
	background-size: cover;
}

#kanjiru_area .osusume_box{

}

.kanjiru .subinfo_box{
	position   : absolute;
	top  :583px;
	left :72px;
}


#kanjiru_area .osusume_box .title,
#kanjiru_area .osusume_box .info{
	color:#fff;
}


.kau{
	position: relative;
	width:100%;
	height:851px;
	background :url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/yure_mikan.png")  no-repeat; 
	z-index:10;
	background-size: cover;
}

.kau .subinfo_box{
	position   : absolute;
	top  :142px;
	left :87px;
}

#kau_area .osusume_box{
	position: relative;
	margin:-35px 0 0 0;
	z-index:90;
}

#kau_area .infoset_box{

}





@media screen and (min-width: 1001px) and (max-width: 1400px){
	.rbox{
		width: 90%;
		margin: auto;
}
	
	.info_box .title {
    float: left;
    font-size: 30px;
    line-height: 75px;
}
	
	.info_box .info {
    clear: both;
    font-size: 16px;
    line-height: 30px;
}
	

}



@media screen and (min-width:1001px){

.oshirase2{
	width: 800px;
	margin: 30px auto;
}	

	.oshiraseflexbox{
		display: flex;
		align-items: center;
	}
	
	.oshirasebun{
		padding-left: 15px;
	}
	
	
	#header .title img{
	max-width: 100%;
	height: auto;
}
	
	#header .map img{
	max-width: 100%;
	height: auto;
}
	
	#header .svg img{
	max-width: 100%;
	height: auto;
}
	
.osusume_box{
	clear:both;
	float: none;
	display: flex;
}

.osusume_box .logo{
	float:left;
}
	
}

@media screen and (min-width:1401px){
	.rbox{
		margin: auto;
	}
	#header .svg{
	width: 40vw;
	height: auto;
		
}
	.osusume_box {
    padding: 75px;
}
}

@media screen and (max-width:1000px){
	.pc {
		display: none !important;
	}
	
	.oshirase2{
	width: 90%;
	margin: 30px auto;
}	
	
	
	
	.picbox {
  height:120vw;
background-size: cover;
}
	
	.picbox .bgImg {
		background-size: cover;
background-position: center;
		
	}
	
	
	#header .menuback{
	width:28.8vw;
	height: 28.8vw;
	border-radius: 50%;
	background: rgba(0,0,0, 0.2);
	z-index    : 20;
}

#header .menu1{
	position   : absolute;
	left       : 7.7vw;
	top        : 5.1vw;
}
#header .menu2{
	position   : absolute;
	left       : 61.5vw;
	top        : 5.1vw;
}
#header .menu3{
	position   : absolute;
	left       : 7.7vw;
	top        : 55.6vw;
}
#header .menu4{
	position   : absolute;
	left       : 61.5vw;
	top        : 55.6vw;
}

	#header .menu1 img{
	width:18.6vw;
}
#header .menu2 img{
	width:18.6vw;
}
#header .menu3 img{
	width:11.3vw;
}
#header .menu4 img{
	width:33vw;
}
	
#header .menutxt1{
	position   : absolute;
	left       : 5.1vw;
	top        : 11.4vw;
}
#header .menutxt2{
	position   : absolute;
	left       : 5.1vw;
	top        : 11.4vw;
}
#header .menutxt3{
	position   : absolute;
	left       : 8.7vw;
	top        : 11.4vw;
}
#header .menutxt4{
	position   : absolute;
	left       : -2vw;
	top        : 11.4vw;

}
	
#header .toptitle01{
	top        : 40vw !important;
	z-index    : 20;
}
#header .toptitle01 img{
	width:60vw;
}

#header .map{
	position   : absolute;
	top        : 85vw;
	z-index    : 20;
	text-align: center;
}

#header .map img{
	width: 28.7vw;
	height: auto;
}

#header .svg{
	position   : absolute;
	top        : 129.1vw;
	z-index    : 20;
}
#header .svg img{
	width:94.9vw;
}


#header .oshirase{
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 131.2vw;
	z-index    : 20;
	margin:0 auto;
	width:19.5vw;
	height:5.1vw;
	display: none;
}

	#header .svg{
		display: none;
	}

#header .oshirase img{
	width:19.5vw;
	height:5.1vw;
}
	
	li.p3 {
    display: none !important;
}
	li.p4 {
    display: none !important;
}	
	li.p5 {
    display: none !important;
}	
	li.p6 {
    display: none !important;
}	
	li.p7 {
    display: none !important;
}	
	#insta li img{
	width:33%;
	height:auto;
}
	
	#taberu_area {
    position: relative;
}
	#taberu_area .osusume_box {
    top: 9.2vw;
}
	.osusume_box .title {
    width: 90vw;
    font-family: "YuMincho","Yu Mincho",serif;
    font-size: 10.1vw;
    font-weight: bold;
    line-height: 12.5vw;
    margin: 2.5vw auto 0 auto;
    color: #9A9A9A;
    border-bottom: 1px solid #707070;
	text-align: center;
}
	.osusume_box .info {
    font-family: "YuMincho","Yu Mincho",serif;
    font-size: 4.2vw;
    line-height: 5.5vw;
    font-weight: bold;
    padding: 2.8vw 0 0 0vw;
    color: #9A9A9A;
}
	.osusume_box .logo img {
    width: 33.3vw;
    height: 33.3vw;
}
	.logo {

    text-align: center;

	}
	
	.osusume_box .info{
	text-align: center;
	font-family: "YuMincho","Yu Mincho",serif;
    font-size: 4.2vw;
    line-height: 5.5vw;
    font-weight: bold;
    padding: 0 0 0 0;
    color: #9A9A9A;

}

	.info_box{
	width:95%;
	padding: 0 0 0 0;
	margin: auto;
}
	
	.pic3_box{
	width:95%;
	float:none;
	margin: auto;
}
	
	
/* --- sc -- */


	#yuratowa_area {
    width: 100%;
    background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/yuratowa.jpg") no-repeat;
    background-size: 100vw auto;
	background-position: bottom;
}
	
	
	
.pic3_box{

	text-align:center;
	width:100%;
 
}


.detail img{
	width:50vw;
	height:10vw;

}

	#manabu_area .rekishi {

    background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/manabu_1.jpg");
background-size: cover;

}

	#manabu_area {
    position: relative;
    width: 100%;

        background-size: auto;
    background-size: 100vw auto;
}

	.rekishi .subinfo_box {
    position: absolute;
    top: 100px;
	right: 0;
	left: 0px;
	margin: auto;
	text-align: center;

}
	
	.kanjiru .subinfo_box {
    top: 500px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
	
	.kau .subinfo_box {
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
	
#kanjiru_area .osusume_box {

    padding-top: 20px;

}
	
	
	
#kanjiru_area .osusume_box .title {
    margin: 2.5vw auto 10 auto;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
}
	
	
.osusume_box .title {
    margin: 2.5vw auto 10 auto;

}	
	
}


#header{

}

#header .heimg{
	position   : absolute;
	top  :51px;
	left :5%;
}

#header .title{
	position   : absolute;
	top  :297px;
	left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 50vw;
}

#header .title img{
    width: 50vw;
	max-width: 883px;
	height: auto;
}

#header .subtitle{
	position: absolute;
    top: 445px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    height: 30px;
    font-family: "YuMincho","Yu Mincho",serif;
    font-size: 2.2vw;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 65%;

}

ul.menu li a{
    display:block;
    width:100%;
}

.he_pic{
	position: relative;
	margin:0 0 0 0;
}
.he_pic .title{
	position   : absolute;
	font-family: "YuMincho","Yu Mincho",serif;
	font-size:4vw;
	width:100%;
	color:#fff;
	top  :5vw;

	text-align:center;
}
.he_pic .info{
	position   : absolute;
	font-size: 1.2vw;
	line-height:23px;
	width:100%;
	color:#fff;
	top: 12vw;
	text-align:center;
}



.he_text_box{
	margin:0 auto 90px auto;
	width:100%;
	height:auto;
	border-bottom:1px solid #707070;
}


.he_pic .title_tomaru{
	position   : absolute;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 2.3vw;
	line-height:50px;
	letter-spacing:0.2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

	color:#fff;
	top  :0px;
	left :0px;
	right:0px;
	width:50px;
	height:100%;
	margin:auto auto;
	text-align:center;

}


.h275{
	height: auto;
}

.he_text_box .title{
	padding:60px 0 0px 0;
	text-align:center;
	font-size:3vw;
	line-height:75px;
	color:#502525;
}
.he_text_box .info{
	padding:0px 0 20px 0;
	text-align:center;
	font-size:1.1vw;
	line-height:40px;
	color:#502525;
}



/* ---- */

.yurainfo_box{
	width:100%;
	height:auto;
	margin:0 auto 90px auto;
	padding-bottom: 40px;
	border-bottom:1px solid #707070;
}

.yurainfo_box .pic{
	width:40%;
	float:left;
}

.yurainfo_box .pic img{
	width:100%;
}


.yurainfo_box .text{
	float: right;
    width: 55%;
	font-size:25px;
	line-height:38px;
	color:#502525;

}

.yurainfo_box .text .he{
	font-weight:bold;
	padding-bottom:12px;
}


.yurainfo_box .detail{
	position: relative;
	float:right;
	width:55%;
	height:auto;
	font-size:25px;
	line-height:38px;
	color:#502525;
}

.yurainfo_box .detail .title{
	font-size:44px;
	font-weight:bold;
	line-height:44px;
	padding: 25px 0 20px 0;
	width:95%;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
	text-align:center;
}

.yurainfo_box .detail .toiawase{
	font-size:20px;
	line-height:30px;
	margin:23px 0 23px 0;
	text-align:left;
}

.yurainfo_box .detail .tel{
	font-size:25px;
	line-height:38px;
	text-align:right;
	margin:23px 0 23px 0;
}

.yurainfo_box .detail table{
	margin-top:27px;
	width:460px;
	color:#502525;
	border-collapse: collapse;
	border: solid 1px #707070;
}
.yurainfo_box .detail table td{
	padding:2px 6px;
}

.yurainfo_box .detail table th{
	border: solid 1px #707070;
	font-size:25px;
	font-weight:normal;
	text-align:left;
	padding:2px 0 2px 28px;
	width:116px;
}

.yurainfo_box .detail .children{
	font-size:18px;
	line-height:27px;
	margin:4px 0 0 0;
}

.yurainfo_box .detail .notice{

	font-size:22px;
	line-height:33px;
	text-align:left;
}

.yurainfo_box .detail .btn_yoyaku{

	height:66px;
	background: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/btn_yoyaku_on.png")  no-repeat; 
	margin:0 auto;

}
.yurainfo_box .detail .btn_yoyaku a:hover img{
	opacity: 0;
}


/* ---- */

.yurainfo_map_box{
	width:100%;
	height:auto;
	margin:0 auto 90px auto;
	padding-bottom: 20px;
	border-bottom:1px solid #707070;
}

.yurainfo_map_box .pic{
	width:40%;
	float:left;
}

.yurainfo_map_box .text{
	position: relative;
	float:right;
	width:55%;
	height:auto;
	font-size:1.5vw;
	line-height:2.5vw;
	color:#502525;
}
.yurainfo_map_box .mapinfo{
	/*position   : absolute;*/
	width:100%;
	padding: 20px 0;
	border-top:1px solid #707070;

}


.yurainfo_map_box .detail{
	position: relative;
	float:right;
	width:55%;
	height:auto;
	font-size:25px;
	line-height:38px;
	color:#502525;
}

.yurainfo_map_box .detail .title{
	font-size: 3.5vw;
	font-weight:bold;
	line-height:60px;
	width:460px;
	text-align:left;
}


.yurainfo_map_box .detail .tel{
	margin-top:4px;
	font-size: 2.5vw;
	line-height:38px;
	text-align:left;
}

.yurainfo_map_box .detail table{
	margin-top:18px;
	width:80%;
	color:#502525;
	border-collapse: collapse;
	border: solid 1px #707070;
}
.yurainfo_map_box .detail table td{
	padding:2px 6px;
}

.yurainfo_map_box .detail table th{
	border: solid 1px #707070;
	font-size:25px;
	font-weight:normal;
	text-align:left;
	padding:2px 0 2px 10px;
	width:190px;
}

.yurainfo_map_box .detail .children{
	font-size:18px;
	line-height:27px;
	text-align:right;
	margin:4px 0 0 0;
}

.yurainfo_map_box .detail .addr{
	margin-top:15px;
	font-size:22px;
	line-height:38px;
	text-align:left;
}




.yurainfo_map_box .detail .btn_yoyaku{
	position   : static;
	bottom:20px;

	width:443px;
	height:66px;
	background: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/btn_yoyaku_on.png")  no-repeat; 

}
.yurainfo_map_box .detail .btn_yoyaku a:hover img{
	opacity: 0;
}

.yurainfo_map_box .sm{
	font-size:25px;
	line-height:0;
}


/* ---*/

.item_area{
	
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.item_box{
	position: relative;
	width:500px;
	height:600px;
	display: inline; 
	margin-bottom: 100px;
	
}

.item_box .title{
	font-size:25px;
	line-height:38px;
	color:#000;
	text-align:center;
	font-weight:bold;
}

.item_box .pic{
	margin-top:8px;
	width:500px;
}

.item_box .info{
	margin-top:26px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
	font-size:20px;
	line-height:25px;
	color:#000;
}



.item_box .price{
	position   : absolute;
	width:100%;
	height:72px;
	bottom:140px;
	padding-bottom:6px;
	border-bottom:1px solid #707070;
}

.item_box .price .unit{
	clear:both;
	float:left;
	width:370px;
	height:40px;
	font-size:20px;
	line-height:30px;
	text-align:right;
	color:#000;
}

.item_box .price .yen{
	float:right;
	height:40px;
	font-size:25px;
	line-height:30px;
	text-align:right;
	font-weight:bold;
	color:#000;
	margin:0 10px 0 0;
}

.item_box .notice{
position: absolute;
	width:100%;
	font-size:20px;
	line-height:30px;
	text-align:center;
	color:#000;
	bottom:75px;
	padding: 30px 0;
}



.item_box .btn_shop{
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	width:272px;
	max-width: 90%;
	height:59px;
	background: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/btn_shop_on.png")  no-repeat; 
	margin:0 auto;
}
.item_box .btn_shop a:hover img{
	opacity: 0;
}

/* ---*/

.taberu_area{
	width:90%;
	margin: auto;

}

.taberu_box{
	position: relative;
	float:left;
	width:410px;
	height:935px;
	margin:0 20px 100px 20px;
	display: inline; 
	background-color:#F0F4F4;
}

.taberu_box .title{
	font-size:30px;
	line-height:45px;
	color:#504F4F;
	text-align:center;
	font-weight:bold;
	margin-top:26px;
}
.taberu_box .tel{
	margin:0 auto 30px auto;
	padding-bottom:11px;
	width:374px;
	font-size:23px;
	line-height:34px;
	color:#504F4F;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #707070;

}


.taberu_box .map{
	position   : absolute;
	left:338px;
	top:29px;
}

.taberu_box .menu{
	margin:0px 0 14px 21px;
	float:left;
	width:150px;
	font-size:23px;
	line-height:34px;

}

.taberu_box .yen{
	margin:0px 4px 14px 0;
	float:right;
	width:210px;
	font-size:23px;
	line-height:34px;
	text-align:right;
}


.taberu_box .oshina{
	clear:both;
	width:374px;
	font-size:25px;
	line-height:38px;
	margin:192px auto 20px auto;
	text-align:center;

	padding:6px 0;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
}

.taberu_box .item{
	clear:both;
	font-size:25px;
	line-height:39px;
	text-align:center;
}


.taberu_box .notice{
	position   : absolute;
	width:100%;
	font-size:17px;
	line-height:25px;
	text-align:center;
	bottom:20px;
}



.taberu_box .btn_taberu{
	position   : absolute;
	left:0;
	right:0;
	bottom:65px;

	width:247px;
	height:66px;
	background: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/btn_taberu_on.png")  no-repeat; 
	background-position: center;
	margin:0 auto;
}

.btn_taberu a img {
    /* max-height: 100%; */
    width: 247px !important;
    height: 66px !important;
}


.taberu_box .btn_taberu a:hover img{
	opacity: 0;
}


#taberu_map {
    margin: 10vw 0vw 0vw 0vw;
    position: relative;
    width: 100%;
    height: 70vw;
    background: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/02/tizuaberuhp.png") no-repeat;
    background-size: auto;
    background-size: 70.1vw auto;
    background-position: center;
}

#taberu_map .shop1{
	top :-113px;
	left:354px;
}
#taberu_map .shop2 {
    top: -5vw;
    left: 52vw;
}
#taberu_map .shop3{
	top: 5vw;
	left: 10vw;
}
#taberu_map .shop4{
	top: 51vw;
    left: 12vw;
}
#taberu_map .shop5{
	top: 44vw;
    left: 60vw;
}
#taberu_map .shop6{
	top: 25vw;
    left: 75vw;
}
#taberu_map .shop7{
	top: 29vw;
    left: 5vw;
}

.shop_box{
	position   : absolute;
	width:200px;
}

.shop_box .name{
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	color:#525552;
	text-align:center;
	margin:0px;
}

.shop_box .pic{
	width:200px;
	height:auto;
	margin:2px 0 0 0;
}

.shop_box .info{
	font-size:11px;
	line-height:20px;
	color:#525552;
	text-align:center;
	margin:2px 0 0 0;
}
.shop_box .tel{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	color:#525552;
	text-align:center;
	margin:0px 0 0 0;
}


/* ---*/
#testhp{
	position: relative;
	width:1920px;
	height:1080px;

	background: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/manabu_he1.jpg"),linear-gradient(to bottom,#6722E8 0px ,#3555D9 690px);
	background-repeat: no-repeat;
	background-position: 0 100%;

}




#testhp .svg{
	position   : absolute;
	top  :101px;
	left :313px;
}


/* ---*/

#manabu_asobu{
	position: relative;
	width:100%;
    height: 900px;

	background:linear-gradient(to bottom,#6722E8 0px ,#3555D9 690px);
	background-repeat: no-repeat;
	background-position: 0 100%;

}

#manabu_asobu .svg{
    position: absolute;
    top: 101px;
	width: 70%;
    right: 0;
}

#manabu_asobu .arrow{
	position   : absolute;
	top  :565px;
	right: 5%;
}



#manabu_asobu  ul.menu{
	position   : absolute;
	top  :687px;
	left :0px;
	width:100%;
	background: rgba(0,0,0, 0.5);
	display:flex;
}

#manabu_asobu ul.menu li{
	width:33.3%;
	height:63px;
	display: inline-block;
	font-size:25px;
	line-height:63px;
	text-align:center;

}



#manabu_asobu ul.menu li:hover{
	background: rgba(52,203,39, 0.5);
}


.manabugazou{
	position: absolute;
	top:774px
}


.manabugazou img{
	width: 100vw;
}

.toseninfo img{
	width: 100vw;
}


.tosenpinfo {
    width: 80%;
    max-width: 300px;
    background-color: #009fe6;
    text-align: center;
    margin: 5px auto 20px;
    padding: 17px 0px 2px;
	border-bottom: 5px solid #0086b5;
	font-size: 16pt;
	font-weight: bold;
}

.tosenpinfo:hover {
  margin-top: 3px;
  color: #000;
  background: #009fe6;
  border-bottom: 2px solid #0086b5;
	text-decoration:none;
}
.tosenpinfo a:hover{
　text-decoration: none !important;
}

.info002tosen{
	    padding: 0px 0 20px 0;
    text-align: center;
    font-size: 2.0vw;
    line-height: 2em;
    color: #502525;
}

/* ---- */

#tomaru{
	position: relative;
	width:100%;
	height:60.6vw;
	background:linear-gradient(to bottom,#67299C 0px ,#9A3CEB 690px);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#tomaru .svg{
	position   : absolute;
	top: 510;
    left: 0;
    right: 0;
    margin: auto;
}



#tomaru  ul.menu{
	position   : absolute;
	top  :687px;
	left :0px;
	width:100%;
}

#tomaru ul.menu li{
	width:100%;
	height:63px;
	display: inline-block;
	font-size:25px;
	line-height:63px;
	text-align:center;
	background: rgba(0,0,0, 0.5);

}



#tomaru ul.menu li:hover{
	background: rgba(52,203,39, 0.5);
}

/* ---- */

#kau{
	position: relative;
	width:100%;
	height:1080px;
	background: linear-gradient(to bottom,#D86644 0px ,#DD8C08 690px);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#kau .svg{
	position   : absolute;
	top  :455px;
	left :0;
	right: 0;
	margin: auto;
	width: 80%;
	height: auto
	
}



#kau  ul.menu{
	position   : absolute;
	top  :687px;
	left :0px;
	width:100%;
}

#kau ul.menu li{
	width:100%;
	height:63px;
	display: inline-block;
	font-size:25px;
	line-height:63px;
	text-align:center;
	background: rgba(0,0,0, 0.5);

}



#kau ul.menu li:hover{
	background: rgba(52,203,39, 0.5);
}


#kau_area .sche{
	clear:both;
	font-size:25px;
	line-height:38px;
	font-weight:bold;
	text-align:center;
	color:#3E3E3E;
}
#kau_area .sche_img{
	margin-top:2px;
	clear:both;
	text-align:center;
}
.sche_img img {
    max-width: 100%;
}

/* ---*/

#taberu{
	position: relative;
	width:100%;
	height: 900px;
	background: linear-gradient(to bottom,#D84460 0px ,#D83D96 690px);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.svg{
position: absolute;
top: 101px;
width: 70%;
right: 0;
}

#taberu  ul.menu{
	position   : absolute;
	top  :715px;
	left :0px;
	width:100%;
	font-size: 0px;
}

#header .menu li a{
	color:#fff;
} 


#taberu ul.menu li{
	width:50%;
	height:63px;
	display: inline-block;
	font-size:25px;
	line-height:63px;
	text-align:center;
	background: rgba(0,0,0, 0.5);

}

#taberu ul.menu li:hover{
	background: rgba(52,203,39, 0.5);
}

/* ----  --------- */
#map_area {
	margin:0;
}

#map_area .root_box{
	margin:10px auto 30px;
	padding:37px 0 0 0px;
	width:95%;
	height:285px;
	background-color:#F0EFEF;
}

#map_area .root_box .title {

	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size:28px;
	
	line-height:30px;
	color:#502525;

}

#map_area ul{
	margin:19px 0 55px 0;
	font-size:0px;
}

#map_area li{
	height:46px;
	font-size: 1.1vw;
	line-height:46px;
	display: inline-block;
	text-align:center;
}

#map_area li.ac{
	width: 8vw;
	color:#fff;
	background-color:#9289C6;
}

#map_area li.method{
	width:17vw;
	color:#fff;
	background-color:#63616E;
}

#map_area li.yura{
	width:9vw;
	color:#fff;
	background-color:#79BA36;
}

#map_area .mapmap{
	margin:140px 0 0 0;
	text-align:center;
}

#map_area h3 {
    padding-left: 2vw;
}

#privacy_area .privacy_box{
	width:90%;
	margin: 0px auto;
	font-size:15px;
	line-height:23px;
	color:#796B6B;
}

#privacy_area .privacy_box a{
	color:#796B6B;

}


/*食べるエリア*/

#taberu_map .shop_box{
	position   : absolute;
	width:25vw;
	text-align:center;
}
#taberu_map .shop_box .pic img{
	width:19.5vw;
	height:10.7vw;
}

#taberu_map .shop_box .name{
	font-size:2.13vw;
	line-height:2.66vw;
	font-weight:bold;
	color:#525552;
	margin:0vw;
}

#taberu_map .shop_box .pic{
	margin:0.4vw 0 0 0;
	width: 100%;
}

#taberu_map .shop_box .info{
	font-size:1.33vw;
	line-height:2vw;
	color:#525552;
	margin:0.8vw 0 0 0;
}
#taberu_map .shop_box .tel{
	font-size:2.13vw;
	line-height:2.5vw;
	font-weight:bold;
	color:#525552;
	margin:0vw 0 0 0;
}
	

@media screen and (max-width:1000px){
	
	#manabu_asobu_area .info {
    margin: 11.2vw auto 9.6vw auto;
    font-size: 2.7vw;
    line-height: 4vw;
    color: 
    #502525;
    text-align: center;
}
	
	.yurainfo_box {
    width: 100%;
    background-color: 
    #F5F5F5;
}
	.yurainfo_box .title {
    font-size: 5.6vw;
    font-weight: bold;
    line-height: 8.3vw;
    width: 88.8vw;
    border-bottom: 1px solid #707070;
	margin: 0 auto;
	padding: 2.7vw 0 0.7vw 0;
	text-align: center;
	color: #502525;
}
.yurainfo_box .notice {
    font-size: 2.66vw;
    line-height: 4vw;
    text-align: center;
    margin: 1.5vw 0;
    color: 
    #502525;
}	
	
	
.yurainfo_box .pic img {
    width: 100%;
}
	
.detail_box {
    width: 92vw;
    margin: 0 auto 16vw auto;
}
	
.detail_box .text {
    width: 90vw;
    margin: 4vw auto 5vw auto;
    font-size: 3.8vw;
    line-height: 5.6vw;
    color: 
    #502525;
}
.detail_box .text .he {
    font-size: 4.8vw;
    line-height: 7.2vw;
    font-weight: bold;
    padding: 0vw 0 0vw 0;
}
	
	
.yurainfo_box .pic {
    width: 100%;
    float: none;
}
	
	

.detail_box table{
	width:100%;
	margin-top:2.3vw;
	color:#502525;
	border-collapse: collapse;
	border: solid 1px #707070;
}
.detail_box table td{
	padding:0.53vw 1.6vw;
}

.detail_box table th{
	border: solid 1px #707070;
	font-size:4.8vw;
	font-weight:normal;
	text-align:left;
	padding:2vw 0 2vw 4vw;
	width:22vw;
	vertical-align:middle;
}

	.detail_box .children {
    font-size: 2.66vw;
    line-height: 5.3vw;
    text-align: right;
    margin: 0vw 0.5vw 0 0;
}
	.detail_box .notice {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: center;
}
	.detail_box .btn_yoyaku {
    margin: 1.8vw 0 0 0;
    text-align: center;
}
	.he_text_box .info2 {
    padding: 1.1vw 0 1.3vw 0;
    font-size: 2.66vw;
    line-height: 4.2vw;
    text-align: center;
    color: 
    #502525;
}
	


.detail_box .btn_yoyaku img{
	width:71.6vw;
	height:10.6vw;
}


.detail_box .addr{
	margin-top:5vw;
	font-size:4.8vw;
	line-height:7.2vw;
	text-align:center;
}

.detail_box .mapinfo{
	margin:3vw 0 5vw 0;
	text-align:center;
}

.detail_box .mapinfo img{

}

.detail_box .addr{
	font-size:4.8vw;
	line-height:2vw;
	text-align:center;
	color:#502525;
}

.yurainfo_box .tel {
    font-size: 4.8vw;
    line-height: 7.2vw;
    font-weight: bold;
    text-align: center;
    margin: 2.4vw 0;
    color: 
    #502525;
}

.inherit {
    color: inherit;
}
a {
    text-decoration: none;
}	
	
/*taberu*/	
#taberu {
    height: 89.6vw;
}
	
#taberu_mapsp{
	margin:20vw 0 0vw 0vw;
	position: relative;
	width:100%;
	height:100vw;
	background: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/02/tizutaberusp.png") top right no-repeat; 
	background-size:91.1vw auto;

}

#taberu_mapsp .shop1{
	top :-14.7vw;
	left:41.1vw;
}
#taberu_mapsp .shop2{
	top :-12.1vw;
	left:69.4vw;
}
#taberu_mapsp .shop3{
	top : -2.7vw;
	left:4vw;
}
#taberu_mapsp .shop4{
	top :68.9vw;
	left:47.4vw;
}
#taberu_mapsp .shop5{
	top :69.2vw;
	left:23.1vw;
}
#taberu_mapsp .shop6{
	top: 62.5vw;
    right: 0vw;
}
#taberu_mapsp .shop7{
	top :57.3vw;
	left:1.1vw;
}

#taberu_mapsp .shop8{
	top :20.3vw;
	left:2.1vw;
}
	
.tel a:link {
    color: #000 !important;
}

#taberu_mapsp .shop_box{
	position   : absolute;
	width:25vw;
	text-align:center;
}
#taberu_mapsp .shop_box .pic img{
	width:19.5vw ;
	height:10.7vw;
}

#taberu_mapsp .shop_box .name{
	font-size:2.13vw;
	line-height:2.66vw;
	font-weight:bold;
	color:#525552;
	margin:0vw;
}

#taberu_mapsp .shop_box .pic{
	margin:0.4vw 0 0 0;
}

#taberu_mapsp .shop_box .info{
	font-size:1.33vw;
	line-height:2vw;
	color:#525552;
	margin:0.8vw 0 0 0;
}
#taberu_mapsp .shop_box .tel{
	font-size:2.13vw;
	line-height:2.5vw;
	font-weight:bold;
	color:#525552;
	margin:0vw 0 0 0;
}
	
.shop_box .pic {
    width: auto !important;
    height: auto;
    margin: 2px 0 0 0;
}	


/* ---- */	
	
.he_pic_kue{
	position: relative;
	margin:0 0 0 0;
}
.he_pic_kue img{
	width:100%;
	height:66.6vw;
}

.he_pic_kue .title{
	position   : absolute;
	font-size:5.6vw;
    line-height:8.27vw;
	color:#fff;
	top  :15.6vw;
	left:0;
	right:0;
	text-align:center;
}

.he_pic_kue .info{
	position   : absolute;
	font-size:3.86vw;
	line-height:5.6vw;
	color:#fff;
	top  :44.7vw;
	left :0vw;
	right:0vw;
	text-align:center;

}


/* ---- */
	
	.taberu_area {
    width: 100%;
    margin: auto;
}
	
	
	.he_text_box .title {
    padding: 5vw 0 0vw 0;
    text-align: center;
    font-size: 5.6vw;
    line-height: 8.26vw;
    color: #502525;
}
	.he_text_box .info {
    padding: 1.4vw 0 1.3vw 0;
    font-size: 2.66vw;
    line-height: 4.2vw;
    text-align: center;
    color: #502525;
}
	
	.taberu_box{
	position: relative;
	width:100%;
	height:auto;
	margin:15.2vw auto 0vw auto;
	background-color:#F0F4F4;
	border-top:1px solid #F0F4F4;

}

.taberu_box .title{
	font-size:8vw;
	line-height:12vw;
	color:#504F4F;
	text-align:center;
	font-weight:bold;
	margin:6vw 0 0 0;;
}
.taberu_box .sm{
	font-size:3.2vw;
	line-height:2.5vw;
}

.taberu_box .tel{
	margin:0 auto 4vw auto;
	padding-bottom:2vw;
	font-size:6.1vw;
	line-height:9vw;
	color:#504F4F;
	text-align:center;
	font-weight:bold;
	width:90vw;
	border-bottom:1px solid #707070;

}


.taberu_box .map{
	position   : absolute;
	left:78.3vw;
	top:7vw;
}
.taberu_box img{
	width:11.6vw;
	height: auto;
}

.taberu_box .menu{
	margin:0vw 0 2vw;
	float:none;
	width:100%;
	font-size:5.33vw;
	line-height:8vw;
	text-align: center;

}

.taberu_box .yen{
	margin:0;
	float:none;
	width:100%;
	font-size:5.33vw;
	line-height:8vw;
	text-align:center;
}


.taberu_box .oshina{
	clear:both;
	width:90vw;
	font-size:6.66vw;
	line-height:15vw;
	margin:15vw auto 2vw auto;
	text-align:center;

	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
}

.taberu_box .item{
	margin-top:5vw;
	clear:both;
	font-size:5.3vw;
	line-height:8vw;
	text-align:center;
}


.taberu_box .notice{
	position:static;
	font-size:4vw;
	line-height:6.1vw;
	text-align:center;
}



.taberu_box .btn_taberu{
	position:static;
	text-align:center;
	width: 100%;
	margin: 5vw 0;
}

.taberu_box .btn_taberu img{
	max-width:300px;
	height:auto;
	width: 80%;
}

.f20 {
    font-size: 5.3vw;
}




/* --- */
	
	
	/* 泊まる */
	#tomaru_area .navi p {
    position: absolute;
    width: 100%;
    height: 7vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    text-align: center;
    top: 89.6vw;
    color: #fff;
    background: rgba(0,0,0,0.54);
    padding-top: 3.2vw;
}
	#tomaru_area .navi img {
    width: 100%;
}
	.he_pic .title_tomaru {
    position: absolute;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 4vw;
    line-height: 5.33vw;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    color: rgb(255, 255, 255);
    top: 0vw;
    left: 0vw;
    right: 0vw;
    bottom: 0vw;
    width: 5vw;
    height: 100%;
    text-align: center;
    margin: auto;
}
	
	.he_pic img {
    width: 100%;
    height: auto;
}
	.he_text_box {
    margin: 2vw 0 5vw 0;
}
	.yurainfo_box {
    margin: 0 auto 0px auto;
    padding-bottom: 0;
    border-bottom: none;
}
	
		/* 泊まる */

	
}


@media screen and (max-width:500px){
	
			/* 買う */

	.item_box .pic {
		width: 100%
}
	
	.pic img {
    max-width: 100%;
    height: auto;
}
	.item_box {
    position: relative;
    width: 90%;
    height: auto;
    display: inline;
    margin: 0 auto 100px;
}
	.item_box .info {
    font-size: 14px;
}
	.item_box .price {
    position:static;
    width: 100%;
    height: auto;
    bottom:auto;
    padding-bottom: 6px;
    border-bottom: 1px solid #707070;
}
	
	.item_box .notice {
    position: static;
    bottom: auto;
	font-size: 16px;
}
	.unit {
    float: none !important;
	width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
}

	.yen {
    float: none !important;
    font-size: 21px !important;
}
	.item_box .btn_shop {
    position: static;
	}
	
	.btn_shop img {
    max-width: 100%;
}
	.item_box .btn_shop {
    left: auto;
    right: auto;
    bottom: auto;
	height: auto;
    max-width: 100%;
	width: 272px;
    text-align: center;
    background-position: center;
    margin: 0 auto;
    background-size: cover;
}
}

/* ちゃんぽん */
.tyanpon img{
	max-width: 100%
}

@media screen and (min-width:1001px){
	.tyanpon{
		padding-top: 30px;
		width: 100%;
   		text-align: center;
	}
}
/* ちゃんぽん */















.slider {
  display:none;
}

.slider.slick-initialized {
  display: block;
}

.slider {
	width:100%;
	height:71.5vw;
}

.slick-slide img {
	width:100%;
	height:71.5vw;
}
.myslider{
	width: 100%;
}

.slider p { 
    position:absolute;
    width:    100%;
	height:6.7vw;
    font-size:3.2vw;
	line-height:3.2vw;
    text-align:center;
	top:0;
    color:    #fff;
    background:rgba(0,0,0,0.54); 
	padding-top:3.2vw;
}

.slick-slide {
    position: relative;
}

.myslider .prev{

}

.myslider .next{
    position:absolute;
	top:1.4vw;
	right:2vw;
	color:#eaeaea;
    font-size:6.5vw;
    line-height:6.5vw;
	z-index:11;


    position:absolute;
	top:1.4vw;
	left:2vw;
	color:#eaeaea;
    font-size:6.5vw;
    line-height:6.5vw;
	z-index:11;
}




}



body > *{
	-webkit-transform-origin: 0 0;
	-moz-transform-origin:  0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin:  0 0;
	transform-origin:0 0;

/* ---- 
	-webkit-transform: scale(0.66);
	-moz-transform: scale(0.66);
	-ms-transform: scale(0.66);
	-o-transform: scale(0.66);
	transform: scale(0.66);
--- */

}


ul{
	padding:0;
}

ul a{
	text-decoration: none;
	color:#fff;
}

h1{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size:60px;
	line-height:90px;
	color:#A37474;
	text-align:center;
	margin:0px;
	padding:70px 0;
	letter-spacing:0.1em;
}

h3{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size:30px;
	line-height:30px;
	color:#502525;
	margin:0px;
}

#fixedmenu {
	position: fixed;
	top: 40px;
	right:10%;
	z-index:200;
}

#fixedmenu li{
	display: inline-block;
	margin:0 5px 0 0;
}


#container{
	margin:0 auto;
	width:100%;
	background-color:#fff;
}

#header{
	position: relative;
	width:100%;
}


#footer{
	clear:both;
	position: relative;
	margin:0 0 0 0;
	width:100%;
	height:220px;
	background-color:#95BE3A;
}

#footer .title{
}       

#footer .address{
	color:#fff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size:18px;
	line-height:22px;
}

#footer .copyright{
	color:#fff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size:18px;
	line-height:18px;
	text-align:center;
	padding-top: 40px;
}

#footer ul{
}

#footer ul.menu{
	position   : absolute;
	top  :20px;
	left :66%;
	width:365px;
}
#footer ul.menu li{
	width:118px;
	display: inline-block;
}


#title2{
	text-align:center;
	padding:100px 0 32px 0;

}

.title2_info{
	width:550px;
	margin:0 auto;
	padding-bottom:8px;
	font-size:15px;
	line-height:23px;
	text-align:center;
	border-bottom:1px solid #707070;
}

.b {
	font-weight:bold;
}

.ce {
	text-align:center;
}
.ri {
	text-align:right;
}
.le {
	text-align:left;
}

.f16 {
	font-size:16px;
}

.f20 {
	font-size:20px;
}

.f23 {
	font-size:23px;
}
.f25 {
	font-size:25px;
}

.f45 {
	font-size:45px;
}

.lh30{
	line-height:30px;
}


.l_bo{
	border-bottom:1px solid #707070;
}
.l_ri{
	border-right:1px solid #707070;
}

.imgup15{
	overflow:hidden;
	border-radius: 50%;
}



.imgup15 img{
	display: block;
	width:200px;
	height:200px;
	transition-duration: 0.3s;
	padding: 5px;

}

.imgup15 img:hover {
	transform: scale(1.3);
	transition-duration: 0.3s;
}


.imgup_subtite_15 {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.imgup_subtite_15 img{
	display: block;
	transition-duration: 0.3s;

}

.imgup_subtite_15 img:hover {
	transform: scale(1.3);
	transition-duration: 0.3s;
}

/* --- ルビ --- */


ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 0.6ex;
}



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 


.flexbox1 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	padding-top: 60px;
	padding-right: 320px;
}

@media screen and (min-width:1401px){
	#header{
	position: relative;
	width:100%;
	height:1080px;
}
	
}

@media screen and (min-width:1001px){
	.sp {
		display: none !important;
	}
}
	
@media screen and (min-width: 1001px) and (max-width: 1400px){
#manabu_asobu ul.menu li {
    font-size: 17px !important;
}
#manabu_asobu {

    height: 950px !important;
    margin-bottom: 5vw;

}	
	
#taberu {
    height: 950px !important;
    margin-bottom: 5vw;
}	
	
#tomaru {
    height: 950px !important;
    margin-bottom: 5vw;
}	
	

}


@media screen and (max-width:1000px){
	
	html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
	
	
	
	
	
	#container {
    overflow: hidden;

}
	.pc{
		display: none !important;
	}
	
	.insta{
		display: none;
	}

	#navi_area{
	width:100%;
	position: absolute;
	z-index:50;
	top:0;
}

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 5.3vw;
	height: 5.3vw;
	position:fixed;
	top: 5vw;
	right:4vw;
	z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 0.4vw;
	background-color: #666;
	position:absolute;
	width: 100%;
		left: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0;
}
#nav_toggle span:nth-child(2){
	top:1.6vw;
}
#nav_toggle span:nth-child(3){
	top:3.2vw;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 1.6vw;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 1.6vw;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);

}


/*メニュー部分*/
nav{
	display: none;
	position: fixed;
	top:0px;
	width: 80vw;
	background: #95BE3A;
	right: 0;
}
#navi_area nav ul{
	display: block;
	margin: 10vw auto;
	padding:0;
	width: 60vw;
	list-style: none;

}
#navi_area nav ul li{
	font-family: "YuMincho","Yu Mincho",serif;
	margin: 8vw auto;
	text-align: center;
	font-size:4.8vw;
	line-height:1;
}

#navi_area nav ul li a{
	display: block; 
	text-decoration:none;
	color:#fff;
}
 

	

/*フッター部分*/	

#footer {
    position: relative;
    margin: 30vw 0 0 0;
    height: 45.5vw;
    background-color: 
    #95BE3A;
}	
	
	
	
#footer ul.menu{
	position   : absolute;
    top: 7.2vw;
    left: 0;
    right: 0;
    text-align: center;
	width: 80%;
	margin: auto
}
	
#footer ul.menu li{
	display: inline-block;
	width: 20vw;
}
	
#footer ul.menu li img {
    width: 13.4vw;
    height: 13.4vw;
}	
	
	
#footer .title img {
    position: absolute;
    top: 23.6vw;
    left: 7.6vw;
    border-right: 1px solid 
    #eaeaea;
    width: 40vw;
    height: 6.5vw;
    text-align: right;
    padding: 2vw 2.3vw 0 0;
}

#footer .address {
    position: absolute;
    top: 23.6vw;
    left: 53vw;
    height: 6.5vw;
    padding: 1.8vw 2vw 0 0;
    color: 
    #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 1.87vw;
    line-height: 2.7vw;
}	
#footer .copyright {
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
    color: 
    #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 1.87vw;
    line-height: 2vw;
    text-align: center;
}
	
	
	/*オリジナル*/
	
	.infoset_box .set_left {
    float: none !important;
}
	
	.infoset_box .set_right {
    float: none !important;
}
	
	.spshousai{
		
		margin: 45px 0 10px;
		text-align: center;
	}
	
	.spshousai img{
		max-width: 100%;
	}
	
	.kuwashiku{
		margin-bottom: 15px;
	}
	
	
	
	.info_box .title {
    font-size: 30px !important;
}
	.info_box .info {
    font-size: 16px !important;
    line-height: 1.6 !important;
}
	.subinfo_box .title {
    font-size: 40px !important;
}
	
	.subinfo_box .info {
    font-size: 16px !important;
}
	
	

.slider {
  display:none;
}

.slider.slick-initialized {
  display: block;
}

.slider {
	width:100%;
	height:71.5vw;
}

.slick-slide img {
	width:100%;
	height:71.5vw;
}
.myslider{
	width: 100%;
}

.slider p { 
    position:absolute;
    width:    100%;
	height:6.7vw;
    font-size:3.2vw;
	line-height:3.2vw;
    text-align:center;
	top:0;
    color:    #fff;
    background:rgba(0,0,0,0.54); 
	padding-top:3.2vw;
}

.slick-slide {
    position: relative;
}

.myslider .prev{

}

.myslider .next{
    position:absolute;
	top:1.4vw;
	right:2vw;
	color:#eaeaea;
    font-size:6.5vw;
    line-height:6.5vw;
	z-index:11;


    position:absolute;
	top:1.4vw;
	left:2vw;
	color:#eaeaea;
    font-size:6.5vw;
    line-height:6.5vw;
	z-index:11;
}

/* ---- */
	
	
	#fixedmenu {
    display: none !important;
}
	
	.svg {
 
    display: none;
}
	.arrow {
    display: none;
}
	
	#manabu_asobu {
    position: relative !important;
    width: 100% !important;
    height: 89.6vw !important;
    background: #5D48D1 !important;
}

#header {
    text-align: center !important;
}

#header .title{
	position   : absolute !important;
	top  :6.9vw !important;
	left :0;
	right:0;
}
#header .title img{
	width:53.6vw !important;
	height:8.2vw!important;
}

#header .subtitle{
	position   : absolute;
	top  :17.9vw !important;
	left :0;
	right:0;
	font-family: "YuMincho","Yu Mincho","serif";
	font-size:5.33vw !important;
	line-height:7.7vw !important;
	width: 90% !important;
	text-align:center;
	color:#fff;

}

#header .heimg{
	position   : absolute;
	top  :37.8vw !important;
	left: 0 !important;
	right: 0;
}

	
#taberu .heimg img {
	
}	
	
#manabu_asobu .heimg img {
    width: 49.6vw;
    height: 43.5vw;
}	
	
	
h1 {
    width: 90vw;
    font-size: 6.4vw;
    line-height: 9.6vw;
    color: #502525;
    text-align: center;
    margin: 12vw auto 0 auto;
    padding: 0 0 1.7vw 0;
    border-bottom: 1px solid #707070;
}	
	
	


#map_area .access_box{
	margin:10vw auto 0 auto;
	width:74.2vw;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}


#map_area .access_box .title{
	font-size:5.33vw;
	line-height:13.8vw;
	color:#fff;
	width:73.6vw;
	height:13.8vw;
	text-align:center;
}

#map_area .access_box .subtitle{
	font-size:6.1vw;
	line-height:1;
	margin-top:5vw;
	color:#fff;
	letter-spacing:-0.1em;
}
#map_area .access_box .tap{
	font-size:3.2vw;
	line-height:1;
	margin-top:3.4vw;
	letter-spacing:-0.1em;
	color:#fff;
}


#map_area .car .title{
	background-color:#627DC6;

}
#map_area .train .title{
	background-color:#774962;
}

#map_area .car li{
	background-color:#36408D;

}
#map_area .train li{
	background-color:#40760B;
}


#map_area .access_box ul{
	margin-top:0.6vw;
	font-size:0;
}
#map_area .access_box ul li{
	position: relative;
	display: inline-block;
	text-align:center;
	height:22.9vw;
	width:36.5vw;
	margin-right:0.6vw;
}

#map_area .access_box ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* ------------ */

#map_area .navi_box{
	padding:8.2vw 0 10vw 0;
	background-color:#F0EFEF;
}


#map_area .navi_box ul p{
	display: inline-block;
	width:34vw;
	text-align:center;

}

#map_area .navi_box ul{
	list-style: none;
	margin:0 0 0vw 31.6vw;
}

#map_area .navi_box li.spot{
	width:36.8vw;
	height:10.7vw;
	background-color:#9289C6;
	border-radius: 3.2vw;
	color:#fff;
	font-size:5.3vw;
	line-height:10.7vw;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	text-align:center;
}
#map_area .navi_box li.spot2{
	background-color:#6CD108;
}

#map_area .navi_box li.joint{
	margin:1.5vw 0 1.5vw 17.2vw;
	width:2.4vw;
	height:4.8vw;
	background-color:#000;
}

#map_area .navi_box li.root{
	margin-left: 2.8vw;
	font-size:5.3vw;
	line-height:1;
	color:#000;
}	
	
#map_area h4 {
    width: 90vw;
    font-size: 5.3vw;
    line-height: 1;
    color: #502525;
    text-align: center;
    margin: 0vw auto 0 auto;
}
	
#map_area h5 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    width: 100vw;
    font-size: 5.3vw;
    line-height: 2.1;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(54, 64, 141);
    margin: 0px;
}
	
	#map_area .navi_box {
    padding: 8.2vw 0 10vw 0;
    background-color: #F0EFEF;
}
	
	
	
	#map_area2 .access_box{
	margin:10vw auto 0 auto;
	width:74.2vw;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}


#map_area2 .access_box .title{
	font-size:5.33vw;
	line-height:13.8vw;
	color:#fff;
	width:73.6vw;
	height:13.8vw;
	text-align:center;
}

#map_area2 .access_box .subtitle{
	font-size:6.1vw;
	line-height:1;
	margin-top:5vw;
	color:#fff;
	letter-spacing:-0.1em;
}
#map_area2 .access_box .tap{
	font-size:3.2vw;
	line-height:1;
	margin-top:3.4vw;
	letter-spacing:-0.1em;
	color:#fff;
}


#map_area2 .car .title{
	background-color:#627DC6;

}
#map_area2 .train .title{
	background-color:#774962;
}

#map_area2 .car li{
	background-color:#36408D;

}
#map_area2 .train li{
	background-color:#40760B;
}


#map_area2 .access_box ul{
	margin-top:0.6vw;
	font-size:0;
}
#map_area2 .access_box ul li{
	position: relative;
	display: inline-block;
	text-align:center;
	height:22.9vw;
	width:36.5vw;
	margin-right:0.6vw;
}

#map_area2 .access_box ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* ------------ */

#map_area2 .navi_box{
	padding:8.2vw 0 10vw 0;
	background-color:#F0EFEF;
}


#map_area2 .navi_box ul p{
	display: inline-block;
	width:34vw;
	text-align:center;

}

#map_area2 .navi_box ul{
	list-style: none;
	margin:0 0 0vw 31.6vw;
}

#map_area2 .navi_box li.spot{
	width:36.8vw;
	height:10.7vw;
	background-color:#9289C6;
	border-radius: 3.2vw;
	color:#fff;
	font-size:5.3vw;
	line-height:10.7vw;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	text-align:center;
}
#map_area2 .navi_box li.spot2{
	background-color:#6CD108;
}

#map_area2 .navi_box li.joint{
	margin:1.5vw 0 1.5vw 17.2vw;
	width:2.4vw;
	height:4.8vw;
	background-color:#000;
}

#map_area2 .navi_box li.root{
	margin-left: 2.8vw;
	font-size:5.3vw;
	line-height:1;
	color:#000;
}	
	
#map_area2 h4 {
    width: 90vw;
    font-size: 5.3vw;
    line-height: 1;
    color: #502525;
    text-align: center;
    margin: 0vw auto 0 auto;
}
	
#map_area2 h5 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    width: 100vw;
    font-size: 5.3vw;
    line-height: 2.1;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(54, 64, 141);
    margin: 0px;
}
	
	#map_area2 .navi_box {
    padding: 8.2vw 0 10vw 0;
    background-color: #F0EFEF;
}
	
	
.title2_info{
	width:90%;
}	
	
#tomaru {
    height: 89.6vw !important;
}	
	
	
#kau {
    height: 89.6vw !important;
}		
	
.heimg img {
    width: 40%;
    height: auto;
}
	
}







































.sticky {
position:fixed;				
top: 15px;
left:10%;
z-index: 100;
}


.htop{
	text-align: center;
}
.htop img{
	max-width: 100%;
}


.hmain{
	width: 100%;
	text-align: center;
}

.hmainp{
	width: 90%;
	max-width: 550px;
	margin: 30px auto;
	text-align: left;
	font-size: 14pt;
}

.hassakutitle{
	padding: 25px 0;
}

.shop{
	padding: 32px 0px 45px;
}

.santi{
	padding-bottom: 15px;
}

.hassakugazou{
	padding-top: 40px;
}




.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

a:link  { color : #ffffff; }
a:visited  { color : #ffffff; }
a { text-decoration:none; }

.kuetyuui{
	color: #fe1003;
	text-align: center;
	font-size: 11pt;
}

@media screen and (min-width:769px){
	
	.sp22{
		display: none;
	}
	
	.footerhassaku{
	height: 149px;
	width: 100%;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/hassaku_52.png");
	margin: auto;
	background-size: cover;
}
	.footerhassaku p{
		padding: 33px;
		color: #fff;
	}


	.footerkue{
	height: 149px;
	width: 100%;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/kue52.png");
	margin: auto;
	background-size: cover;
}
	.footerkue p{
		padding: 33px;
		color: #fff;
	}
}

@media screen and (max-width:768px){
	
	.pc22{
		display: none;
	}
	
	.hmainp{
	font-size: 11pt;
}
	
	.footerhassaku{
	height: auto;
	width: 100%;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/hassaku_52.png");
	background-size: cover;
	background-position: center;
	height: 250px;
    padding: 20px;
		font-weight:bold;
}
	
	.footerkue{
	height: auto;
	width: 100%;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/05/kue52.png");
	background-size: cover;
	background-position: center;
	padding: 30px 0;
}
	img{
		max-width: 100%;
	}
	
	.footerhassaku p{
		padding-top: 15px;
		width: 90%;
		margin: auto;		
		color: #fff;
	}
	.footerkue p{
		padding-top: 15px;
		width: 90%;
		margin: auto;
		color: #fff;
	}
.kuetyuui{
	font-size: 9pt;
	width: 90%;
	margin: auto;
}
}

.kuep{
	text-align: center;
}

.kueyado{
	text-align: right;
	width: 95%;
	max-width: 520px;
	margin: auto
	
}

/* ゆら早生LP　*/
.ywhead {
	height: 860px;
	width: 100%;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywbk.png");
	background-position: center;
	background-size: cover;
	position:relative;
}

.ywhplogo{
	text-align: center;
	padding-top: 100px
}

.ywhplogo img {
    max-height: 700px;
}


.ywyoutube{
	width: 300px;
	position: absolute;
	top: 200px;
	left: 60%;
}

.ywyoutubesp{
	height: auto;
	width: 90%;
	margin: 30px auto;
}


@media screen and (max-width:800px){
	.ywhead {
	height: 100vh;
	width: 100%;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywtopsp.jpg");
	background-position: center;
	background-size: cover;
}
	.ywhplogo{
	text-align: center;
	height: 100vh;
	padding-top: 15vh;
}
	
	.ywyoutube{
	display: none;
}
}
@media screen and (min-width:801px){
	.ywyoutubesp{
		display: none;
	}
}



.ywsection1 {
	padding: 9vw;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywbk2.png");
}

.ywsection1on {
	width: 100%;
	height: 700px;
	background-color: #fff;
}

.yws01{
	text-align: center;
	padding-top: 60px;
}


.ywhover img:hover{
	  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  border: solid 5px #f8b400;
  transition-duration: 0.5s;
}

@media screen and (max-width:800px){
		.ywsection1 {
	height: auto;
	padding: 5%;
}
	.ywsection1on {
	height: auto;
}	
}

.ywsection2 {
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywbk3.jpg");
	background-size: cover;
	background-position: center;
}

.yws2l img{
	display: block;
	width: 240px;
	padding-bottom: 15px;
}

.yws2waku {
	display: flex;
	width: 1000px;
	margin: auto;
	padding-top: 60px;
	justify-content: space-between;
}

.yws2title{
	font-size: 60px;
	font-weight: bold;
	margin:0;
	color:#e45513;
}


.yws2title2{
	font-size: 60px;
	font-weight: bold;
	margin:0;
	color:#e45513;
}

.yws2r{
	padding-left: 70px;
	font-weight: bold;
	position: relative;
	width: 760px;
}

.yws2r p{
	position: relative;
	line-height: 1.7em;
	z-index: 150;
	margin:0px;
}

rt {
    font-size: 11pt;
    font-weight: 100;
	padding-top: 25px;
}

.yws2yurabk{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0
}


.ywgraph{
	text-align: center;
	padding: 50px 0px 150px;
}

@media screen and (max-width:1000px){
	
	.ywsection2{
		background: linear-gradient(90deg, #e4af00, #f39b20);
		color:#fff;
	}
	
	.ywhp{
		display: none;
	}
	.yws2waku{
		width: 90%;
	}
	.yws2r{
		width: auto;
		padding-left: 0px;
	}
	.yws2r p{
		line-height: 2em;
		font-size: 12pt
	}
	.yws2title{
	font-size: 6vw!important;
	font-weight: bold;
	margin:0;
	color:#fff;
}
		.yws2title2{
	font-size: 8vw !important;
font-weight: bold;
margin: 0;
line-height: 1.2em !important;
text-align: center !important;
padding-bottom: 30px;
			color:#fff;
}
	
	.ywgraph{
		padding-bottom: 50px;
	}

	.yws2hp{
		display: none;
	}
}
@media screen and (min-width:1001px){
	.yws2sp{
		display: none;
	}	
}




.ywsection3 {
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywbk3.png");
	height: 880px;
	background-size: cover;
	background-position: center;
}

.yws3obi{
	text-align: center;
	padding-top: 120px;
}

.yws3waku {
	display: flex;
	width: 1000px;
	justify-content: space-between;
	margin: 30px auto;
}

.yws3t {
	background-color: #8dc21f;
	color: #fff;
	padding: 15px;
	font-size: 16pt;
	font-weight: bold;
}

.yws3p {
	 background-color:rgba(255,255,255,0.8);
	padding: 20px;
	line-height:2em;
}

.yws3box {
	width: 320px;
}

@media screen and (max-width:1000px){
	
	.ywsection3 {
	height: auto;
}
	.yws3obi{
	text-align: center;
	padding: 50px 0;
}
	
	.yws3waku {
	display: flex;
	width: 100%;
	justify-content:space-around;
	margin: auto;
	flex-wrap: wrap;
}
	.yws3box{
		padding-bottom: 20px;
		font-size: 10pt;
	}

}

.ywsection4 {
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/10/ywbk32.png");
	padding: 90px 0px;
	width: 100%;
	background-size: cover;
	background-position: top;
	text-align: center;
}

.ywsection4sub {
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/10/ywbk32.png");
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center;
	text-align: center;
}

@media screen and (min-width:601px){
	.yws4titlesp {
		display: none;
}
	
}

@media screen and (max-width:600px){
	.yws4title {
		display: none;
}
	.ywsection4{
		height: auto;
		padding: 50px 0;
	}
	.yws4titlesp {
    width: 90%;
    margin: auto;
}
}


.yws5box {
	width: 100%;
	height: 350px;
	display: flex;
	color: #fff;
}

.yws5left {
	width: 50%;
	height: 350px;
}
.yws5right {
	width: 50%;
	background: linear-gradient(90deg, #fdd200, #f39b20);
	padding: 30px;
	font-weight: 500;
}

.yws5title{
	font-size: 26pt;
	font-weight:bold;
	margin: 0;
	padding-left: 50px;
	line-height: 1.4em;
}

.yws5bun{
	margin: 0;	
	padding-left: 50px;
	padding-top:30px;
}

.yws501{
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/yws5left1.png");
	background-size: cover;
	background-position: center;
	padding: 0 30px;
}
.yws502{
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/yws5left2.png");
	background-size: cover;
	background-position: center;
	padding: 0 30px;
}

@media screen and (max-width:800px){
	.yws5box{
		display: block;
		width: 100%;
		height: auto;
	}
	.yws501,.yws502{
		width: 100%;
		padding: 0;
	}

	.yws5right{
		width: 100%;
		padding: 30px 0px; 
	}
	.yws5title,.yws5bun{
		padding-left: 0px;
		width: 90%;
		margin: auto;
	}

		.yws5bun{
		font-size: 10pt;
		line-height: 2em;
	}
}

.yws6waku {
	width: 100%;
	display: flex;
	flex-direction:row-reverse;
}
.yws6left{
	color: #fff;
}
.yws6t{
	font-size: 30pt;
	margin:0;
	font-weight:bold;
}
.yws6t2{
	font-size: 16pt;
	margin:0;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
}

.yws6left {
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywbk5.jpg");
	height: 600px;
	background-size: cover;
	background-position: center;
	width: 50%;
}

.yws6right {
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2020/09/ywsc601.jpg");
	height: 600px;
	background-size: cover;
	background-position: center;
	width: 50%;
}
.yws6leftin {
	padding: 30px;
	margin: auto;
	width: 450px;
}

.yws6bun strong{
	font-size: 18pt
}

.yws6leftin img{
	margin-top: 50px;
}


@media screen and (max-width:800px){
	.ywsection4sub{
		display: none;
	}
	
	.yws6waku {
	width: 100%;
	display: block;
}
	.yws6right,.yws6left{
		width: 100%;
	}
	.yws6right{
		height: 300px;
	}
	.yws6left{
	}
	
	.yws6leftin{
		padding: 40px 0px;
		width: 90%;
		margin: auto;
	}
	.yws6t{
		font-size: 8vw !important;
	}
	.yws6bun strong {
    font-size: 5vw !important;
	line-height: 1.5em;
}
	.ywsection6 p{
		font-size: 14pt;
		line-height: 2em;
		font-weight: bold;
	}
	
}




/* ゆら早生LP　*/


/* 渡船　*/


.chouka_map{
	position: relative;
}
.tosenaicon{
	position: absolute;
}

.tosenaicon img{
	width: 15vw !important;
	max-width:140px;
}

.uenomap{
	top:55%;
	left: 46%;
}


.turushimamap{
	top:34%;
	left: 56%;
}

.todamap{
	top:29%;
	left: 53%;
}

.nakatyoumap{
	top: 30%;
left: 66%;
}
.hisayamap{
	top: 43%;
	left: 52%;
}


.toptosen {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	margin: 0;
	text-align: center;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/tosenbk2.jpg");
	background-size: cover;
	background-position: bottom;
}

.tosenp{
	font-size: 20pt;
	font-weight: bold;
}

.tosen_moji {
	margin-top: 50px;
	margin-bottom: 50px;
}

.toptosen h1 {
	margin: auto;
}

.toptosen img{
	width: 50%;
}

.tosenmidashi{
	text-align: center;
	width: 90%;
margin: 10px auto;
}

.tosen01p{
	font-size: 15pt;
	font-weight: bold;
}

@media (max-width: 899px) {
.toptosen img{
	width: 70%;
}
}

.icon {
	width:90%;
	margin:50px auto;
	display: flex;
	justify-content: space-between;
	max-width:900px;
}

a:hover{
	transition-duration: 0.3s;
}

/*
変更点
"/https://yura-kaido.jp/wp/wp-content/uploads/2021/03/icon1.jpg"　→ "https://yura-kaido.jp/wp/wp-content/uploads/2021/03/icon1.jpg"
	background-position: center;　画像を中央に持ってくるやつ
	background-size: cover;　枠の大きさ丁度になるようにしてくれるやつ
を追加
　.icon1 a:hover にも同様に追加
*/

.icon1 {
	width: 40vw;
    height: 40vw;
    background: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/tosenicon001-2.png") no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 350px;
    max-height: 350px;
	 box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.icon1 a {
	width: 100%;
	height: 100%;
    display: block;
    text-indent: -9999px;
}
 
.icon1 a:hover {
    background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/tosenicon001.png");
	background-position: center;
	background-size: cover;
	width: 42vw;
	height: 42vw;
	max-width: 370px;
    max-height: 370px;
}

.icon2 {
	width: 40vw;
    height: 40vw;
    background: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/tosenicon002-2.png") no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 350px;
    max-height: 350px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.icon2 a {
	width: 100%;
	height: 100%;
    display: block;
    text-indent: -9999px;
}

.icon2 a:hover {
    background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/tosenicon002.png");
	background-position: center;
	background-size: cover;
	width: 42vw;
	height: 42vw;
	max-width: 370px;
    max-height: 370px;	
}

.tosen_title {
	text-align: center;
	width: 100%;
	margin: 0;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .5);
}

.tosen_atend {
	text-align: center;
	width: 900px;
	margin: auto auto 50px;
}

@media (max-width: 899px) {
	.tosen_atend {
		width: 100%;
	}
}

.tosen_moji h2 {
	text-decoration: underline;
	padding: 30px 0;
}

.tosen_icon {
	display: flex;
	justify-content: space-around;
}

.tosen_icon1 {
	width: 300px;
	height: 300px;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/map_button.png");
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media (max-width: 899px) {
	.tosen_icon1 {
		width: 40vw;
		height: 40vw;
	}
}

.tosen_icon2 {
	width: 300px;
	height: 300px;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/noriai_button.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.tosen_icon3 {
	width: 300px;
	height: 300px;
	background-image: url("https://yura-kaido.jp/wp/wp-content/uploads/2021/03/tosen_button.png");
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media (max-width: 899px) {
	.tosen_icon2 {
		width: 40vw;
		height: 40vw;
	}
		.tosen_icon3 {
		width: 40vw;
		height: 40vw;
	}
}

.chouka {
	width: 900px;
	text-align: center;
	margin: auto auto 50px;
}

@media (max-width: 899px) {
	.chouka {
		width: 100%;
	}
}

.chouka_title {
	display: flex;
	padding: 50px 0;
}

.chouka_title img {
	width: 50%;
	margin: auto;
}

.chouka_map img {
	width: 900px;
	margin: auto;
}

@media (max-width: 899px) {
	.chouka_map img {
		width: 100%;
		margin: 0;
	}
}

.tosen_shoukai {
	flex-wrap: wrap;
	width:100%;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0;
}

@media (max-width: 1200px) {
	.tosen_shoukai {
		width: 100%;
	}
}

.noriai_shoukai {
	flex-wrap: wrap;
	width:100%;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0;
}



.shoukai_title {
	display: flex;
	padding-bottom: 50px;
}

@media (max-width: 899px) {
	.shoukai_title {
		width: 70%;
		margin: auto;
	}
}

.shoukai_title img {
	width: 50%;
	margin: auto;
	max-width:300px;
}

.tosen_ichiran {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 95%;
margin: auto;
}

@media (max-width: 899px) {
	.tosen_ichiran {
		justify-content: space-around;
	}
}

.tosen_ichiran table{
	border-collapse: collapse;
	border-top: solid 1px;
	width: 100%;
}

.tosen_ichiran th,
.tosen_ichiran td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align:left;
	
}

.tosen_ichiran th {
	width: 33%;
	max-width: 60px;
	padding-right: 15px;
	font-size: 12pt;
}

.tosen_ichiran td {
	font-size: 11pt;
	padding: 0 5px;
}

.tosen_block {
	width:100%;
	max-width: 350px;
	text-align: center;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .5);
	margin-bottom: 75px;
}

.tosen_block a {
	text-decoration: none;
}


/* 渡船　*/