@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* mv
---------------------------------------------------------------------- */
#mainvisual {
	width: 100%;
    height: 646px;
	overflow: hidden;
    position: relative;
	margin-top: -75px;
}
#mainvisual .mvslide {
    width: 120%;
    height: 120%;
	z-index: 9995;
}
#mainvisual .mvslide figure img{
    width: 100%;
    height: 646px;
	display: block;
	object-fit: cover;
}
#mainvisual .hotelname{
    top: 30px;
    left: 50px;
    position: absolute;
	z-index: 9998;
}
#mainvisual .triangle {
    top: 20px;
    left: 0;
    position: absolute;
	z-index: 9997;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 700px solid #ffffff;
	border-right: 400px solid transparent;
}

/* inner
---------------------------------------------------------------------- */	
.inbound {
	padding-top: 155px;
	text-align: center;
}
.inbound_bg {
	width: 100%;
	background: url("../images/inbound_bg.png") top center repeat-y;
	background-size: contain;
}

/* location */
.inbound .location{
	width: 100%;
}
.inbound  .location .inner{
	width: 100%;
	margin: 0 auto;
	max-width: 1230px;
	position: relative;
	text-align: center;
}
.location .inner h2{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.location .inner h2 .txt{
	width: 100%;
	text-align: center;
}
.location .inner .exp{
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.location .inner figure.root{
	width: 100%;
	margin: 0 auto 0;
}
.location .inner .deco{
	top: 500px;
	right: -120px;
	position: absolute;
}

/*nav*/
.inboundNav {
	margin: 100px auto 0;
	padding: 0;
	width: 100%;
}
.inboundNav .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
.inboundNav .inner ul.Nav {
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-left: 1px solid #cdcdcd;
}
.inboundNav .inner ul.Nav li {
	width: 25%;
	background: #fff;
}
.inboundNav .inner ul.Nav li a {
	display: block;
	color: #000;
	height: 100px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	}
.inboundNav .inner ul.Nav li a::after {
  content: '';
  top: 0;
  right: 0;
  height: 100px;
  position: absolute;
  border-right: 1px solid #ccc;
}
.inboundNav .inner ul.Nav li a:hover{
	background: #efefef;
}
	
/* room */
.inbound .room{
	padding: 80px 0 0 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.inbound .room .inner{
	width: 100%;
	margin: 0 auto;
	max-width: 1410px;
	text-align: center;
}	
.room .inner ul{
	width: 90%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room .inner ul li{
	width: 30%;
	background: #fff;
	position: relative;
	margin-bottom: 60px;
}
.room .inner ul li img,
.room .inner div img{
	width: 100%;
}
.room .inner h3{
	color: #000;
	top: 0;
	right: 0;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	background: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.room .inner p.pro{
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    font-size: 24px;
    max-width: 700px;
    font-weight: bold;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.room .inner ul li p{
	height: 56px;
}
.room .inner .reservationBtn {
    width: 100%;
}
.room .inner .reservationBtn a{
	line-height: 1.5;
}
.room .inner .best{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.room .inner .best .img{
	width: 58%;
	position: relative;
}
.room .inner .best figure{
	width: 100%;
}
.room .inner .best figure img{
	width: 100%;
}
.room .inner .best .title{
	top: 20%;
	right: 100px;
	position: absolute;
}
	
/* access */
.inbound .access{
	padding: 80px 0 0 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.inbound .access .inner{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}
.access .inner ul{
	width: 90%;
	max-width: 1450px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .inner ul .station,
.access .inner ul .bus{
	width: 48%;
	position: relative;
	aspect-ratio: 4 / 3;
}
.access .inner ul .station figure,
.access .inner ul .bus figure{
	max-width: 720px;
	max-height: 405px;
}
.access .inner ul .station figure{
	top: 0;
	z-index: 999;
	position: absolute;
}
.access .inner ul .bus figure{
	bottom: 0;
	z-index: 998;
	position: absolute;
}
.access .inner h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .inner h3 span{
	display: block;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
}
.access .inner .station h3{
	bottom: 0;
	left: 230px;
	z-index: 1000;
	line-height: 1.5;
	position: absolute;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.access .inner .bus h3{
	top: -20px;
	left: 230px;
	z-index: 1000;
	line-height: 1.5;
	position: absolute;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.access .inner dl{
	width: 200px;
	height: 200px;
	background: #000;
	padding: 20px 0;
}
.access .inner dl dt{
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .inner dl dd{
	margin: -50px auto 0;
	color: #B94047;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .inner dl dd span{
	font-size: 100px;
}
.access .inner .station dl{
	bottom: 0;
	left: 0;
	z-index: 1000;
	position: absolute;
}
.access .inner .bus dl{
	top: -20px;
	left: 0;
	z-index: 1000;
	position: absolute;
}
.access .inner .gMap {
	width: 100%;
	height: 620px;
	margin: 0 auto;
	max-width: 1100px;
}
.access .inner .map p{
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .rootBox{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
}
.access .rootBox h3{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .rootBox p{
	text-align: right;
}
.access .rootBox .plane{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .rootBox .plane .btn{
	padding: 0px 30px 0px 20px;
	height: 30px;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .rootBox .plane .btn a{
	transition: 0.3s ease-in-out;
}
.access .rootBox .plane .btn a:hover{
	color: #B94047;
}
.access .rootBox .plane .btn::after{
	content: "▶︎";
	top: 1px;
	right: 10px;
	font-size: 6px;
	color: #000;
	position: absolute;
}
.access .rootBox .plane .btn:hover::after{
	color: #B94047;
}

/* breakfast */
.inbound .breakfast{
	padding: 80px 0 0 0;
	width: 100%;
}
.inbound .breakfast .inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.breakfast .inner figure{
	width: 52%;
}
.breakfast .inner .rightArea{
	width: 40%;
	margin: 0 0 0 5%;
}
.breakfast .inner .menuExample{
	width: 100%;
	background: #fff;
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 60px;
	border: 1px solid #CCCCCC;
}
.breakfast .inner .menuExample h3{
	color: #B94047;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.breakfast .inner .menuExample p{
/* width: 800px; */
	width: 820px;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
}	
.breakfast .inner .menuExample p.att{
	text-align: left;
}	
.breakfast .inner table{
	width: 100%;
	text-align: left;
	margin: 40px auto 0;
}
.breakfast .inner table th{
	width: 10%;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.breakfast .inner table td{
	width: 90%;
	padding-left: 40px;
}
.breakfast .inner .txt{
	width: 90%;
	text-align: left;
}
.reservationBtn{
	width: 90%;
}
.restaurant{
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	max-width: 1100px;
	text-align: center;
	justify-content: flex-start;		
}
.restaurant li{
	width: 33.3%;
}
.restaurant li img{
	width: 100%;
}
	
/*sightseeing*/
.inbound .sightseeing{
	width: 100%;
	padding: 80px 0 0 0;
}
.inbound .sightseeing .inner{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
}
.sightseeing .inner .link{
	margin: 0 auto;
}
.sightseeing .inner .link a{
	display: inline-block;
	top: 0;
	font-size: 24px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	padding: 10px 50px 5px 20px;
	border: 1px solid #ccc;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.sightseeing .inner .link a:hover{
	color: #fff;
	background: #B94047;
}
.sightseeing .inner .link a::after{
	content: "";
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	background: url(../../images/arw_r.svg) center /16px no-repeat;
	background-size: 25px 7px;
}
.sightseeing .inner .link a:hover::after{
	background: url(../../images/arw.svg) center /16px no-repeat;
	background-size: 25px 7px;
}
.sightseeing .inner .sightseeingList{
	padding: 0;
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.sightseeing .inner .sightseeingList li{
	width: 31%;
	position: relative;
	margin-bottom: 50px;
	background: #fff;
}
.sightseeing .inner .sightseeingList li .icon01{
	width: 30%;
	top: -30px;
	left: -30px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li .icon02{
	width: 35%;
	top: -30px;
	right: -10px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li .icon03{
	width: 33%;
	top: -30px;
	right: -20px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li figure{
	margin: 0;
	padding: 0;
	width: 100%;
}
.sightseeing .inner .sightseeingList li figure img{
	width: 100%;
	height: 100%;
}
.sightseeing .inner .sightseeingList li h2{
	color: #B94047;
	padding: 0;
	width: 100%;
	font-size: 24px;
	margin: 20px auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sightseeing .inner .sightseeingList li .txt{
	padding: 0;
	width: 100%;
	height: 120px;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.sightseeing .inner .sightseeingList li .from{
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sightseeing .inner .sightseeingList li .from::before,
.sightseeing .inner .sightseeingList li .from::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #ccc;
}
.sightseeing .inner .sightseeingList li .from::before {
  left:0;
}
.sightseeing .inner .sightseeingList li .from::after {
  right: 0;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* mv
---------------------------------------------------------------------- */
#mainvisual {
	width: 100%;
  height: 100vh;
	max-height: 680px;
	overflow: hidden;
	margin-top: -80px;
}
#mainvisual .mvslide {
    width: 100%;
    height: 100%;
	z-index: 9990;
}
#mainvisual .mvslide figure img{
    width: 100%;
    height: 100vh;
	display: block;
	object-fit: cover;
}
#mainvisual h2.copy {
	width: 90%;
    top: 100px;
    right: 10px;
    position: absolute;
}
#mainvisual .hotelname{
	width: 17%;
    top: 180px;
    left: 20px;
    position: absolute;
	z-index: 9992;
}
#mainvisual .triangle {
    top: 80px;
    left: 0;
    position: absolute;
	z-index: 9991;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 500px solid #ffffff;
	border-right: 200px solid transparent;
}

/* inner
---------------------------------------------------------------------- */	
.inbound {
	margin-top: 0;
	text-align: center;
}
.inbound_bg {
	width: 100%;
	background: url("../images/inbound_bg.png") top center repeat-y;
	background-size: contain;
}

/* location */
.inbound .location{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.inbound .location .inner{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 9990;
}
.location .inner h2{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.location .inner h2 .txt{
	width: 100%;
	text-align: center;
}
.location .inner .exp{
	width: 100%;
	margin: 0 auto 40px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.location .inner figure.root{
	width: 100%;
	margin: 0 auto 0;
}
.location .inner .deco{
	top: 500px;
	right: -120px;
	position: absolute;
}

/*nav*/
.inboundNav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.inboundNav .inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.inboundNav .inner ul.Nav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.inboundNav .inner ul.Nav li {
	width: 100%;
	border-top: 1px solid #ccc;
}
.inboundNav .inner ul.Nav li.line{
	border-bottom: 1px solid #ccc;
}
.inboundNav .inner ul.Nav li a {
	display: block;
	color: #000;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	}
.inboundNav .inner ul.Nav li a::after {
  content: '';
  top: 0;
  right: 0;
  height: 80px;
  position: absolute;
}

/* room */
.inbound .room{
	width: 90%;
	margin: 0 auto;
}
.inbound .room .inner{
	width: 100%;
}
.room .inner ul{
	width: 100%;
	margin: 0 auto;
}
.room .inner ul li{
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 60px;
}
.room .inner ul li img,
.room .inner div img{
	width: 100%;
}
.room .inner h3{
	color: #000;
	top: 0;
	right: 0;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	background: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.room .inner p.pro{
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.room .inner .best{
	width: 100%;
	padding-bottom: 180px;
	margin: 0 auto;
	position: relative;
}
.room .inner .best .img{
	width: 100%;
	position: relative;
}
.room .inner .best figure{
	width: 100%;
}
.room .inner .best figure img{
	width: 100%;
}
.room .inner .best .title{
	bottom: 0;
	right: 0;
	position: absolute;
}


/* access */
.inbound .access{
	width: 90%;
	margin: 0 auto;
}
.inbound .access .inner{
	width: 100%;
}
.access .inner ul{
	width: 100%;
	margin: 0 auto;
}	
.access .inner ul .station,
.access .inner ul .bus{
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	aspect-ratio: 4 / 3;
}
.access .inner ul .station figure,
.access .inner ul .bus figure{
	width: 100%;
	height: 100%;
}
.access .inner ul .station figure{
	top: 0;
	z-index: 999;
	position: absolute;
}
.access .inner ul .bus figure{
	bottom: 0;
	z-index: 998;
	position: absolute;
}
.access .inner h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .inner h3 span{
	display: block;
	color: #CCCCCC;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
}
.access .inner .station h3{
	bottom: -10px;
	left: 0;
	z-index: 1000;
	position: absolute;
	margin-left: 140px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.access .inner .bus h3{
	bottom: -10px;
	left: 0;
	z-index: 1000;
	position: absolute;
	margin-left: 140px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
	}
.access .inner dl{
	width: 120px;
	height: 120px;
	background: #000;
	padding: 10px 0;
}
.access .inner dl dt{
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .inner dl dd{
	margin: -30px auto 0;
	color: #B94047;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .inner dl dd span{
	font-size: 60px;
}
.access .inner .station dl{
	bottom: 0;
	left: 0;
	z-index: 1000;
	position: absolute;
}
.access .inner .bus dl{
	bottom: 0;
	left: 0;
	z-index: 1000;
	position: absolute;
}
.access .inner .gMap {
	width: 100%;
	height: 250px;
}
.access .inner .map p{
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .rootBox{
	width: 100%;
	background: #fff;
}
.access .rootBox h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .rootBox p{
	text-align: right;
}
.access .rootBox .plane{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.access .rootBox .plane .btn{
	width: 90%;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 auto 40px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.access .rootBox .plane .btn a{
	transition: 0.3s ease-in-out;
}
.access .rootBox .plane .btn a:hover{
	color: #B94047;
}
.access .rootBox .plane .btn::after{
	content: "▶︎";
	top: 13px;
	right: 20px;
	font-size: 6px;
	color: #000;
	position: absolute;
}
.access .rootBox .plane .btn:hover::after{
	color: #B94047;
}

/* breakfast */
.inbound .breakfast{
	width: 90%;
	margin: 0 auto;
}
.inbound .breakfast .inner{
	width: 100%;
}
.breakfast .inner figure{
	width: 100%;
}
.breakfast .inner .rightArea{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.breakfast .inner .menuExample{
	width: 100%;
	padding: 20px;
	background: #fff;
	text-align: center;
	margin: 1em auto 0;
	border: 1px solid #CCCCCC;
}
.breakfast .inner .menuExample h3{
	color: #B94047;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.breakfast .inner .menuExample p{
	width: 100%;
	margin: 0 auto;
	line-height: 2;
}
.breakfast .inner table{
	width: 100%;
	text-align: left;
	margin: 40px auto 0;
}
.breakfast .inner table th{
	width: 15%;
	padding-right: 5%;
	border-right: 1px solid #ccc;
}
.breakfast .inner table td{
	width: 75%;
	padding-left: 5%;
}
.restaurant{
	width: 100%;
}
.restaurant li{
	width: 100%;
}

/*sightseeing*/
.inbound .sightseeing{
	width: 100%;
}
.inbound .sightseeing .inner{
	width: 100%;
}
.sightseeing .inner .link{
	width: 90%;
	margin: 0 auto;
}
.sightseeing .inner .link a{
	background: #fff;
	display: block;
	top: 0;
	font-size: 24px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	padding: 10px 30px 5px 20px;
	border: 1px solid #ccc;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.sightseeing .inner .link a:hover{
	color: #fff;
	background: #B94047;
}
.sightseeing .inner .link a::after{
	content: "";
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	background: url(../../images/arw_r.svg) center /16px no-repeat;
	background-size: 25px 7px;
}
.sightseeing .inner .link a:hover::after{
	background: url(../../images/arw.svg) center /16px no-repeat;
	background-size: 25px 7px;
}
.sightseeing .inner .sightseeingList{
	padding: 0;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.sightseeing .inner .sightseeingList li{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	background: #fff;
}
.sightseeing .inner .sightseeingList li .icon01{
	width: 30%;
	top: -30px;
	left: -30px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li .icon02{
	width: 30%;
	top: -30px;
	right: -10px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li .icon03{
	width: 30%;
	top: -30px;
	right: -10px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li .icon04{
	width: 30%;
	top: -30px;
	left: -10px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li .icon05{
	width: 30%;
	top: -30px;
	right: -20px;
	position: absolute;
}
.sightseeing .inner .sightseeingList li figure{
	margin: 0;
	padding: 0;
	width: 100%;
}
.sightseeing .inner .sightseeingList li figure img{
	width: 100%;
	height: 100%;
}
.sightseeing .inner .sightseeingList li h2{
	color: #B94047;
	padding: 0;
	width: 100%;
	font-size: 24px;
	margin: 20px auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sightseeing .inner .sightseeingList li .txt{
	padding: 0;
	width: 100%;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.sightseeing .inner .sightseeingList li .from{
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sightseeing .inner .sightseeingList li .from::before,
.sightseeing .inner .sightseeingList li .from::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #ccc;
}
.sightseeing .inner .sightseeingList li .from::before {
  left:0;
}
.sightseeing .inner .sightseeingList li .from::after {
  right: 0;
}
}