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

h1,h2,h3,h4,ul{
    /**/text-align: left;
    font-weight: normal;
}

/*ローディング*/
#top #loader {
    /*width: 24px;*/
    /*height: 24px;*/
    display: block;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -2.5em; /* heightの半分のマイナス値 */
    margin-left: -2.5em; /* widthの半分のマイナス値 */
    z-index: 100;
/*    background: url(../images/loading.gif) no-repeat;
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;*/
}
#top #fade {
  color: rgba(1,140,181,1);
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
#loader:before,
#loader:after,
#loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#loader {
  color: rgba(1,140,181,1);
  font-size: 12px;
  margin: 80px auto;
  position: relative;
  text-indent: -9898em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader:after {
  left: 3.5em;
}
#loader:before,
#loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*wrapper ローディング用*/
#top #wrapper{
    overflow: hidden;
    opacity: 0;  
    filter: alpha(opacity=0);  
    -ms-filter: "alpha( opacity=0 )";
}
/* #topmain
----------------------------------------- */
#topmainWrap{
    position: absolute;
    top: 0;
    width: 100%;
}
#topmain{
    width: 100%;
    text-align: center;
    position: relative;
}
#topmain .sliderTop{
    position: relative;
}
#topmain .sliderTop a{
    position: relative;
    width: 100%;
    display: block;
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#topmain .sliderTop img{
    width: 100%;
}
/*-- sliderTop --*/
#topmain .bx-pager span{display: none;}
#topmain .bx-pager{
/*    width: 100%;
    height: 12px;
    padding-top: 12px;
    margin-left: 12px;*/
    display: none;
}
#topmain .bx-pager-link{
/*    height:10px;
    width:10px;
    display: inline-block;
    margin: 0 8px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4d4d4d;*/
    display: none;
}
#topmain .bx-pager-link.active{
    /*background: #808080;*/
}
#topmain .bx-pager-item{
    display: inline;
}

#topmain h2{
    z-index: 99;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -105px;
    display: block;
}
#topmain .logo img{
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}
    @media screen and (max-width: 640px) {
        #topmain {
            margin-top: 49px;
        }
        #topmain h2{
            z-index: 99;
            text-align: center;
            position: absolute;
            width: 100%;
            top: 50%;
            margin-top: -80px;
            display: block;
        }
        #topmain .logo img{
            width: 110px;
            margin-left: auto;
            margin-right: auto;
            display: none;
        }
    }


/* 
----------------------------------------- */
#top #conWrap{
    /*margin-top: calc(100vw * 763 / 1368 + 10px);*/
    margin-top: calc(100vw * 600 / 1366 - 80px);

}
    @media screen and (max-width: 640px) {
        #top #conWrap{
    margin-top: calc(100vw * 600 / 1366 + 40px);

}
    }
/* 共通：タイトル、
----------------------------------------- */
#top #conWrap h2{
    font-size: 176%;
    /*color: #fff;*/
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
    /*line-height: 1;*/
}

#top #conWrap p.lead {
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.06em;
}

#top #conWrap p.txt {
	line-height: 2.2em;
}

#top #conWrap p.ls-1 {
	letter-spacing: -0.1em;
}

#top #conWrap #wrap article{
    padding: 20px 0;
}
#top #conWrap #wrap article#gall,
#top #conWrap #wrap article#movie{
    padding: 40px 0;
}
#top #conWrap p.intro{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    font-size: 125%;
}
#top #conWrap .colum3{
    text-align: center;
    font-size: 125%;
}
#top #conWrap .bottomImg{
    width: 100%;
    margin-top: 50px;
}
    @media screen and (max-width: 640px) {
        #top #conWrap h2{
            font-size: 140%;
        }
		#top #conWrap p.txt {
			text-align: justify;
			text-align-last: left;
		}
		#top #conWrap p.txt br {
			display: none;
		}
        #top #conWrap p.intro{
            font-size: 0.8rem;
        }
        #top #conWrap #wrap article{
            padding: 20px 0 0;
        }
        #top #conWrap #wrap article:first-child{
            padding-top: 0;
        }
    }



/* #gall
----------------------------------------- */
#gall{
    background: url(../images/footer_bg_topArea.jpg) 50% 0;
}
#gall .sliderWrap{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#gall .sliderGall li{
    width: 100%;
}
#gall .sliderGall li img{
    width: 100%;
}
/*prev next*/
#gall .sliderWrap .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -28px;
  width: 28px;
  height: 56px !important;
  position: absolute;
  z-index: 51;
}
#gall .sliderWrap .bx-wrapper .bx-prev {
  left: -90px;
  text-indent: -9898px;
}
#gall .sliderWrap .bx-wrapper .bx-next {
  right: -90px;
  text-indent: -9898px;
}
#gall .sliderWrap .bx-wrapper .bx-prev::before,
#gall .sliderWrap .bx-wrapper .bx-next::before{
    width: 28px;
    /*height: 56px;*/
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    display: block;
    content: '';
    /*width: 20px;*/
    height: 1px;
    background-color: #000;
    text-decoration: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#gall .sliderWrap .bx-wrapper .bx-prev::after,
#gall .sliderWrap .bx-wrapper .bx-next::after{
    top: 50%;
    width: 28px;
    width: 28px;
    /*height: 56px;*/
    position: absolute;
    top: 50%;
    margin-top: 6px;
    left: 0px;
    display: block;
    content: '';
    /*width: 20px;*/
    height: 1px;
    background-color: #000;
    text-decoration: none;
}
#gall .sliderWrap .bx-wrapper .bx-prev::after{
    /*left: 17px;*/
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#gall .sliderWrap .bx-wrapper .bx-next::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#gall .sliderWrap .bx-wrapper .bx-next::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#gall .sliderWrap .bx-wrapper .bx-prev:hover:before,
#gall .sliderWrap .bx-wrapper .bx-next:hover:before,
#gall .sliderWrap .bx-wrapper .bx-prev:hover:after,
#gall .sliderWrap .bx-wrapper .bx-next:hover:after{
    opacity: 0.6;  
    filter: alpha(opacity=60);  
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}
    @media screen and (max-width: 980px) {
        #gall .sliderWrap .bx-wrapper .bx-prev {
          left: -30px;
        }
        #gall .sliderWrap .bx-wrapper .bx-next {
          right: -30px;
        }
    }
    @media screen and (max-width: 640px) {
        #top #conWrap #wrap article#gall,
        #top #conWrap #wrap article#movie{
            padding: 30px 0;
        }
        #gall .txt img{
            width: 100%;
        }
        #gall .sliderWrap .bx-wrapper .bx-prev {
          left: -15px;
        }
        #gall .sliderWrap .bx-wrapper .bx-next {
          right: -15px;
        }
    }



/*** 2017/08/25追加 ***/

.carea {
	margin-top: 50px;
	margin-bottom: 95px;
}

	.carea h3.carea-title {
		font-size: 33px;
	}


#conWrap .inner, footer .inner {
	width: 90%;
}


#topplanlist {}

	#topplanlist .planlistbase {
		padding: 0;
		margin: 0 -10px;
	}

		#topplanlist h2 {
			font-size: 24/16em;
			line-height: 1.35em;
			background-color: rgba(176,147,69,0.35);
			padding: 0.8em 0;
		}

	#topplanlist .more a {
		background-image: url(../../../../../common/img/top/top_planlistbar_bg.jpg);
		background-repeat: repeat-y;
		background-size: contain;
		display: block;
		border-radius: 5px;
		padding: 0.75em 1.5em;
		line-height: 1em;
		margin: 30px 0;
		margin-bottom: 80px;
		position: relative;
		overflow: hidden;
	}

		#topplanlist .more a img {
			max-width: 100%;
			height: auto;
		}

	#topplanlist .more a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: rgba(255,255,255,0);
		z-index: 1;
	}

	#topplanlist .more a:hover:before {
		background-color: rgba(255,255,255,0.5);
	}



/*** 2017/10/17追加 ***/


@media screen and (max-width: 640px) {
        footer .inner{
			width: 100%;
			padding: 0 7px;
		}
    }



/*** 2017/11/20追加 ***/


/* イントロ
----------------------------------------- */

#top #conWrap #wrap article.intro {
    padding: 20px 0;
}

#top #conWrap #wrap article.intro li {
	position: relative;
}

#top #conWrap #wrap article.intro li .ttlImg {
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.8);
		-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

#top #conWrap #wrap article.intro li .ttlImg:hover {
	background: rgba(0,0,0,0);
}

#top #conWrap #wrap article.intro li .bottomImg {
	margin-top: 0px;
}

#top #conWrap #wrap article.intro .flexCover.colum3 {
    max-width: 830px;
	width: 100%;
	margin: 0 auto;
}

#top #conWrap #wrap article.intro .flexCover.colum3 li {
    width: 30%;
}


/* 越前がに
----------------------------------------- */

#top #conWrap #wrap article.echizengani {
    padding: 60px 0 0;
}

#top #conWrap #wrap article.echizengani .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
}

#top #conWrap #wrap article.echizengani .ttl-wrap .ttlImg {
	position: absolute;
	top: 50%;
	left: 50%;
	 transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#top #conWrap #wrap article.echizengani .ttl-wrap .bottomImg {
	margin-top: 0px;
}

#top #conWrap #wrap article.echizengani .flexCover.colum3 li {
    width: 49.8%;
}

#top #conWrap #wrap article.echizengani .flexCover.colum3 li:first-child {
    width: 100%;
	margin-bottom: 3px;
}


#topplanlist .more a {
    margin-bottom: 20px;
}


@media screen and (max-width: 640px) {
    #top #conWrap #wrap article.echizengani .ttl-wrap .ttlImg {
			width: 80%;
			margin: 50px auto;
		position: relative;
	top: auto;
	left: auto;
	 transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
	}
	#top #conWrap #wrap article.echizengani .ttl-wrap .bottomImg {
		display: none;
}
	#top #conWrap #wrap article.echizengani .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/topDetail/echizengani_bg.png) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.echizengani.summer .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(https://e-araya.com/wp/wp-content/uploads/2018/03/top014.jpg) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.echizengani.room .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/topDetail/room_bg.png) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.echizengani.mikunionsen .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/topDetail/top040.png) no-repeat 50% 50%;
	background-size: cover;
}
}


#top #conWrap #wrap article.echizengani .navi {
	width: 100%;
	text-align: right;
	margin: 10px 0 20px;
}

#top #conWrap #wrap article.echizengani .navi li {
	margin-bottom: 5px;
	margin-right: 30px;
	display: inline-block;
}

#top #conWrap #wrap article.echizengani .navi li:last-child{
    margin-right: 0px;
}

#top #conWrap #wrap article.echizengani .navi li a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	z-index: 1;
	margin-left: -20px;
    margin-top: 8px;
	background: url(../images/topDetail/arrow_more2.svg) no-repeat 50% 50%;
	background-size: cover;
}


@media screen and (max-width: 640px) {
  #top #conWrap #wrap article.echizengani .navi {
	text-align: left;
    padding-left: 18px;
}
  #top #conWrap #wrap article.echizengani .navi li a::before {
	margin-left: -18px;
    margin-top: 5px;
}
}


/* 客室
----------------------------------------- */

#top #conWrap #wrap article.room {
    padding: 40px 0 0;
}

#top #conWrap #wrap article.room h2 {
    margin-bottom: 20px;
}

#top #conWrap #wrap article.room .ttl-wrap {
	position: relative;
	margin-bottom: 25px;
}

#top #conWrap #wrap article.room .ttl-wrap .ttlImg {
	position: absolute;
	top: 50%;
	left: 50%;
	 transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#top #conWrap #wrap article.room .ttl-wrap .bottomImg {
	margin-top: 0px;
}

#top #conWrap #wrap article.room .flexCover.colum3 li {
    width: 49.8%;
}

#top #conWrap #wrap article.room .flexCover.colum3 li:first-child {
    width: 100%;
	margin-bottom: 3px;
}

#top #conWrap #wrap article.room .flexCover.colum4 li h3 {
	font-size: 113%;
	margin-top: 15px;
}


@media screen and (max-width: 640px) {
    #top #conWrap #wrap article.room .ttl-wrap .ttlImg {
			width: 80%;
			margin: 50px auto;
		position: relative;
	top: auto;
	left: auto;
	 transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
	}
	#top #conWrap #wrap article.room .ttl-wrap .bottomImg {
		display: none;
}
	#top #conWrap #wrap article.room .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/topDetail/room_bg.png) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.room .flexCover.colum4 li {
    width: 100%;
	margin-bottom: 20px;
}
	#top #conWrap #wrap article.room .flexCover.colum4 li img.w100 {
    width: 30%;
	float: left;
	margin-right: 20px
}
	#top #conWrap #wrap article.room .flexCover.colum4 li h3 {
    margin-top: 0px;
    overflow: hidden;
}
}

#top #conWrap #wrap article.room .navi {
	width: 100%;
	text-align: right;
	margin: 10px 0 20px;
}

#top #conWrap #wrap article.room .navi li {
	margin-bottom: 5px;
	margin-right: 30px;
	display: inline-block;
}

#top #conWrap #wrap article.room .navi li:last-child{
    margin-right: 0px;
}

#top #conWrap #wrap article.room .navi li a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	z-index: 1;
	margin-left: -20px;
    margin-top: 8px;
	background: url(../images/topDetail/arrow_more2.svg) no-repeat 50% 50%;
	background-size: cover;
}


@media screen and (max-width: 640px) {
  #top #conWrap #wrap article.room .navi {
	text-align: left;
    padding-left: 18px;
}
  #top #conWrap #wrap article.room .navi li a::before {
	margin-left: -18px;
    margin-top: 5px;
}
}


/* 三国温泉
----------------------------------------- */

#top #conWrap #wrap article.mikunionsen {
    padding: 40px 0 0;
}

#top #conWrap #wrap article.mikunionsen .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
}

#top #conWrap #wrap article.mikunionsen .ttl-wrap .ttlImg {
	position: absolute;
	top: 50%;
	left: 50%;
	 transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#top #conWrap #wrap article.mikunionsen .ttl-wrap .bottomImg {
	margin-top: 0px;
}

#top #conWrap #wrap article.mikunionsen .flexCover.colum3 li {
    width: 49.8%;
}

#top #conWrap #wrap article.mikunionsen .flexCover.colum3 li:first-child {
    width: 100%;
	margin-bottom: 3px;
}

#top #conWrap #wrap article.mikunionsen .flexCover.colum4 li h3 {
	font-size: 113%;
	margin-top: 15px;
}

@media screen and (max-width: 640px) {
    #top #conWrap #wrap article.mikunionsen .ttl-wrap .ttlImg {
			width: 80%;
			margin: 50px auto;
		position: relative;
	top: auto;
	left: auto;
	 transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
	}
	#top #conWrap #wrap article.mikunionsen .ttl-wrap .bottomImg {
		display: none;
}
	#top #conWrap #wrap article.mikunionsen .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/topDetail/top040.png) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.mikunionsen .flexCover.colum4 li {
    width: 100%;
	margin-bottom: 20px;
}
	#top #conWrap #wrap article.mikunionsen .flexCover.colum4 li img.w100 {
    width: 30%;
	float: left;
	margin-right: 20px
}
	#top #conWrap #wrap article.mikunionsen .flexCover.colum4 li h3 {
    margin-top: 0px;
    overflow: hidden;
}
}


#top #conWrap #wrap article.mikunionsen .navi {
	width: 100%;
	text-align: right;
	margin: 10px 0 20px;
}

#top #conWrap #wrap article.mikunionsen .navi li {
	margin-bottom: 5px;
	margin-right: 30px;
	display: inline-block;
}

#top #conWrap #wrap article.mikunionsen .navi li:last-child{
    margin-right: 0px;
}

#top #conWrap #wrap article.mikunionsen .navi li a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	z-index: 1;
	margin-left: -20px;
    margin-top: 8px;
	background: url(../images/topDetail/arrow_more2.svg) no-repeat 50% 50%;
	background-size: cover;
}


@media screen and (max-width: 640px) {
  #top #conWrap #wrap article.mikunionsen .navi {
	text-align: left;
    padding-left: 18px;
}
  #top #conWrap #wrap article.mikunionsen .navi li a::before {
	margin-left: -18px;
    margin-top: 5px;
}
}



/* 越前松島
----------------------------------------- */

#top #conWrap #wrap article.matsushima {
    padding: 40px 0 0;
}

#top #conWrap #wrap article.matsushima .ttl-wrap {
	position: relative;
	margin-bottom: 25px;
}

#top #conWrap #wrap article.matsushima .ttl-wrap .ttlImg {
	position: absolute;
	top: 50%;
	left: 50%;
	 transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#top #conWrap #wrap article.matsushima .ttl-wrap .bottomImg {
	margin-top: 0px;
}

#top #conWrap #wrap article.matsushima .flexCover.colum4 li h3 {
	font-size: 113%;
	margin-top: 15px;
}

@media screen and (max-width: 640px) {
    #top #conWrap #wrap article.matsushima .ttl-wrap .ttlImg {
			width: 80%;
			margin: 50px auto;
		position: relative;
	top: auto;
	left: auto;
	 transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
	}
	#top #conWrap #wrap article.matsushima .ttl-wrap .bottomImg {
		display: none;
}
	#top #conWrap #wrap article.matsushima .ttl-wrap {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/topDetail/top043.png) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.matsushima .flexCover.colum4 li {
    width: 100%;
	margin-bottom: 20px;
}
	#top #conWrap #wrap article.matsushima .flexCover.colum4 li img.w100 {
    width: 30%;
	float: left;
	margin-right: 20px
}
	#top #conWrap #wrap article.matsushima .flexCover.colum4 li h3 {
    margin-top: 0px;
    overflow: hidden;
}
}



/* 海の幸と三国温泉
----------------------------------------- */

#top #conWrap #wrap article.onsen-sachi {
    padding: 80px 0 20px;
	letter-spacing: 0.2em;
}

#top #conWrap #wrap article.onsen-sachi h2 {
    margin-bottom: 30px;
	display: inline-block;
}

#top #conWrap #wrap article.onsen-sachi h2::before {
	content: '';
	display: inline-block;
	width: 47px;
	height: 29px;
	z-index: 1;
	margin-left: -70px;
    margin-top: 10px;
	background: url(../images/topDetail/ttl_bg_left.svg) no-repeat 50% 50%;
	background-size: cover;

}

#top #conWrap #wrap article.onsen-sachi h2::after {
	content: '';
	display: inline-block;
	width: 56px;
	height: 24px;
	z-index: 1;
	margin-left: 20px;
    margin-top: 10px;
	background: url(../images/topDetail/ttl_bg_right.svg) no-repeat 50% 50%;
	background-size: cover;

}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li {
	margin-bottom: 55px;
}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li.photo {
    width: 40.8%;
}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li.text {
    width: 55%;
}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li h3 {
    font-size: 176%;
	margin-bottom: 30px;
}

/* ボタン
----------------------------------------- */
#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li a.more{
	background: rgba(255,255,255,1);
	padding: 10px 90px 10px 60px;
	margin-top: 40px;
	margin-left: 5px;
	float: left;
	font-size: 112%;
	height: 52px;
	
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	
	box-shadow: 2px 2px 20px -5px #666666;
	-webkit-box-shadow: 2px 2px 20px -5px #666666;
	-moz-box-shadow: 2px 2px 20px -5px #666666;

}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li a.more::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 21px;
	z-index: 1;
	margin-left: 20px;
    margin-top: 6px;
	background: url(../images/topDetail/arrow_more.svg) no-repeat 50% 50%;
	background-size: cover;

}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li a.more:link {
	color: #ad0000;
	text-decoration: none;
}
#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li a.more:visited {
	color: #ad0000;
}
#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li a.more:hover{
	text-decoration: none;
	color: #ad0000;
}


@media screen and (max-width: 640px) {
	#top #conWrap #wrap article.onsen-sachi {
    padding: 40px 0 20px;
}
  #top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li.photo {
    width: 100%;
	  margin-bottom: 10px;
}

#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li.text {
    width: 100%;
	margin-bottom: 60px;
}
	
#top #conWrap #wrap article.onsen-sachi h2 {
	letter-spacing: -0.06em
}
	
	
#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 {
    display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
	
	#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li h3 {
    margin-bottom: 20px;
}
	
#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li:nth-child(2).photo {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  }
	
#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li:nth-child(1).text {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  }
	
	#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li p br {
		display: none;
}
	
	#top #conWrap #wrap article.onsen-sachi .flexCover.colum2 li a.more {
    margin-top: 20px;
}
	
}



/* メニュー
----------------------------------------- */

#top #conWrap #wrap article.menu {
    padding:0;
	background: rgba(176,147,69,0.4);
	overflow: hidden;
}

#top #conWrap #wrap article.menu h2 {
    margin-bottom: 30px;
	font-size: 225%;
	padding: 20px 0;
	background: rgba(176,147,69,0.4);
	color: rgba(255,255,255,1.00);
}

#top #conWrap #wrap article.menu h2 a:link {
	color: rgba(255,255,255,1.00);
}
#top #conWrap #wrap article.menu h2 a:visited {
	color: rgba(255,255,255,1.00);
}

#top #conWrap #wrap article.menu h2 a:hover {
	color: rgba(255,255,255,1.00);
}



#top #conWrap #wrap article.menu p.txt {
	font-size: 131%;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-weight: normal;
    letter-spacing: -0.06em;
}


#top #conWrap #wrap article.menu .flexCover.colum2 li {
	margin-bottom: 5px;
}

#top #conWrap #wrap article.menu .flexCover.colum2 li:first-child, #top #conWrap #wrap article.menu .flexCover.colum2 li:last-child{
    width: 40.4%;
}

#top #conWrap #wrap article.menu .flexCover.colum2 li {
    width: 59.2%;
}

#top #conWrap #wrap article.menu .navi {
	width: 100%;
	text-align: right;
	margin: 10px 0 20px;
}

#top #conWrap #wrap article.menu .navi li {
	margin-bottom: 5px;
	margin-right: 30px;
	display: inline-block;
}

#top #conWrap #wrap article.menu .navi li:last-child{
    margin-right: 0px;
}

#top #conWrap #wrap article.menu .navi li a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	z-index: 1;
	margin-left: -20px;
    margin-top: 8px;
	background: url(../images/topDetail/arrow_more2.svg) no-repeat 50% 50%;
	background-size: cover;
}


@media screen and (max-width: 640px) {
  #top #conWrap #wrap article.menu .navi {
	text-align: left;
    padding-left: 18px;
}
	#top #conWrap #wrap article.menu h2 {
	font-size: 180%;
}
#top #conWrap #wrap article.menu .navi li a::before {
	margin-left: -18px;
    margin-top: 5px;
}
}



/* ロケーション
----------------------------------------- */

#top #conWrap #wrap article.location {
    padding: 80px 0 40px;
	background: url(../images/topDetail/location_bg.svg) no-repeat right top;
	background-size: contain;
	background-color: rgba(255,255,255,0.5);
}

#top #conWrap #wrap article.location h2 {
	text-align: left;
	margin-bottom: 20px;
}


#top #conWrap #wrap article.location .flexCover.colum2 li {
    width: 30%;
}

#top #conWrap #wrap article.location .flexCover.colum2 li:first-child {
    width: 70%;
}


#top #conWrap #wrap article.location .flexCover.colum3 li p.redarrow {
    font-size: 125%;
	font-weight: normal;
	padding: 10px 30px 10px 0;
    text-align: right;
	background: url(../images/topDetail/arrow_more.svg) no-repeat right 50%;
	background-size: auto;
}


#top #conWrap #wrap article.location .flexCover.colum3 li p.redarrow:a:link {
	color: #ad0000;
	text-decoration: none;
}
#top #conWrap #wrap article.location .flexCover.colum3 li p.redarrow:a:visited {
	color: #ad0000;
}
#top #conWrap #wrap article.location .flexCover.colum3 li p.redarrow:a:hover{
	text-decoration: none;
	color: #ad0000;
}



@media screen and (max-width: 640px) {
  #top #conWrap #wrap article.location .flexCover.colum2 li {
    width: 100%;
}

#top #conWrap #wrap article.location .flexCover.colum2 li:first-child {
    width: 100%;
}
	#top #conWrap #wrap article.location .flexCover.colum3 li {
    width: 31%;
}
	#top #conWrap #wrap article.location {
    padding: 30px 0 20px;
	background: url(../images/topDetail/location_bg_sp.svg) no-repeat 50% 50%;
	background-size: cover;
}
	#top #conWrap #wrap article.location .flexCover.colum3 li p.redarrow {
    font-size: 75%;
	background: none;
	padding: 10px 0;
	text-align: center;
}
}



/* トッププランリスト
----------------------------------------- */

#top #conWrap #topplanlist h2 {
	background: none;
	display: inline-block;
}

#top #conWrap #topplanlist h2::before {
	content: '';
	display: inline-block;
	width: 47px;
	height: 29px;
	z-index: 1;
	margin-left: -70px;
    margin-top: 6px;
	background: url(../images/topDetail/ttl_bg_left.svg) no-repeat 50% 50%;
	background-size: cover;

}

#top #conWrap #topplanlist h2::after {
	content: '';
	display: inline-block;
	width: 56px;
	height: 24px;
	z-index: 1;
	margin-left: 20px;
    margin-top: 6px;
	background: url(../images/topDetail/ttl_bg_right.svg) no-repeat 50% 50%;
	background-size: cover;

}

#top #conWrap #topplanlist .more a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	z-index: 1;
	margin-left: -20px;
    margin-top: 6px;
	background: url(../images/topDetail/arrow_more2.svg) no-repeat 50% 50%;
	background-size: cover;
}


/* フッター
----------------------------------------- */

#top #conWrap footer .topArea .colum3 {
    font-size: 100%;
}

