@charset "utf-8";
article { font-size: 14px; color: #333; font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
a:hover { text-decoration: none; }
.flex-xy-center { display:-webkit-box; display:-ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }


@media (min-width: 768px) { article .container { max-width: 750px; }}
@media (min-width: 992px) { article .container { max-width: 970px; }}
@media (min-width: 1200px) { article .container { max-width: 1170px; }}



/* Common Style
===============================*/
/* Nav */
#guruguru-kanko-bus-navi {
	clear: both;
}
#guruguru-kanko-bus-navi nav {
	background-color: #cc0b55;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#guruguru-kanko-bus-navi .navbar {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
	border:0;
    min-height: initial;
}
#guruguru-kanko-bus-navi .navbar ul {
    overflow: hidden;
    width: 100%;
}
#guruguru-kanko-bus-navi .navbar li {
    font-size: 17px;
    font-weight: bold;
	border-left: 2px solid #ffffff;
    float: left;
    width: 50%;
    text-align: center;
}
#guruguru-kanko-bus-navi .navbar li:hover{
    background-color: #8c244d;
}
#guruguru-kanko-bus-navi .navbar li a{
	color:#ffffff;
    display: block;
    padding: 10px;
}
#guruguru-kanko-bus-navi .navbar li:last-child {
	border-right: 2px solid #ffffff;	
}
@media(max-width:991px) { /* Tablet */
    #guruguru-kanko-bus-navi { margin-top: 2px; }
    #guruguru-kanko-bus-navi nav { border: none; }
    #guruguru-kanko-bus-navi .navbar li { font-size: 12px; }
    #guruguru-kanko-bus-navi .navbar li:first-child { border-left: none; }
    #guruguru-kanko-bus-navi .navbar li:last-child { border-right: none; }}
@media(max-width:767px) { /* SP */
    #guruguru-kanko-bus-navi nav { border-top:0; }
    #guruguru-kanko-bus-navi .navbar li { width: 50%; border-top: 2px solid #ffffff;}
    #guruguru-kanko-bus-navi .navbar li:last-child { border-right: 0; }}

/* Title */
.common-title1-wrap {
    text-align: center;
}
h2.common-title1{
    color: #660000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    line-height: 1.4;
}
h2.common-title1::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     border-bottom: 9px solid #E80000;
     width : -webkit-calc(100% - 40px) ;
     width : calc(100% - 40px) ;
     margin: 0 auto;
}
@media(max-width:767px) { /* SP */
    h2.common-title1{ font-size: 18px; margin-bottom: 30px; line-height: 30px; position: relative; padding-bottom: 10px; }
    h2.common-title1::before { border-bottom: 6px solid #E80000;}}

/* ItemBox */
.section-itembox-wrap {
	margin-bottom: 60px;
}
.itembox {
	border:1px solid #ddd;
	margin-bottom:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#fff;
	overflow:hidden;
    /*box-shadow: 0px 0px 6px 0px rgba(231,231,231,1);*/
}
.itembox:hover {
    background-color: #FFF;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;
}
.itembox a{
    display:block;
    width:100%;
    height: 100%;
}
.itembox img{
    width: 100%;
}
.itembox .itembox-body{
    padding:10px;
    color: #000;
}
.itembox i {
    font-style: normal;
}
.itembox .icon-item-daily,
.itembox .icon-item-limited {
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    color: #333;
    border: none;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
}
.itembox .icon-item-daily {
    background: #ffce54;
}
.itembox .icon-item-limited {
    background: #a9e0fb;
}
.itembox h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
}
.itembox h3:hover {
	text-decoration: underline;
}
.itembox .itembox-body p {
    margin: 10px 0;
    font-size: 13px;
}
.itembox .itembox-body dl {
    display: table;
    width: 100%;
    border-top: 3px solid #fff;
}
.itembox .itembox-body dl:first-child {
    border-top: none;
}
.itembox .itembox-body dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 5px;
    background: #f5f5f5;
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
}
.itembox .itembox-body dl dd {
    display: table-cell;
    padding: 5px;
    width: 50%;
    font-size: 13px;
}
.itembox .itembox-body dl.item-price dd {
    font-weight: bold;
    color: #E80000;
    text-align: right;
}
.itembox .btn-main {
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
}
.spot-tag {
    display: inline-block;
    margin: 4px;
    padding: 2px 10px;
    background: #73394c;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
    letter-spacing: .1em;
}
@media(max-width: 767px) { /* Tablet */
    .btn-main { font-size: 14px; }
	.section-itembox-wrap { margin-bottom: 30px; }
    .itembox { margin-bottom: 15px; }
    .itembox img{ width:39%; float:left; margin-right: 0px; }
    .itembox .itembox-body{ margin-left:41%; padding:6px 0px 5px 0px; }
    .itembox h3{ font-size:14px; margin-top:0; }}

/* Index Style
===============================*/
/* MV */
#main-img .title-main img { 
    width: 100%;
}
@media (min-width: 768px){ #main-img {  position: relative; max-height: 550px; } 
    #main-img .title-main {  position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); height: 100%; text-align: center; } 
    #main-img .title-main {  width: auto; height: 100%; } 
    #main-img .title-main img { width: auto; height: 100%; } 
    #main-img .bg-main { margin: 0 auto; width: 100%; max-width: 1140px; }}

/* Merit */
#merit-area {
	background:url(/activity/nara/img/bg-clowd.png) no-repeat center center;
	margin-bottom: 60px;
}
#merit-area li {
    font-size: 23px;
    color: #660000;
    font-weight: bold;
    text-align: left;
    padding: 8px 0 0 32px;
    position: relative;
}
#merit-area li::before {
    content: url(/activity/nara/img/ico-flag.png);
    position: absolute;
    top: 50%;
    left:2px;
    margin-top: -12px;
}
#merit-area li span {
    font-size: 14px;
}
@media (max-width: 767px){ /* SP */
    #merit-area { margin-bottom: 0px; padding: 15px 0; }
    #merit-area li { font-size: 14px; }
    #merit-area li span { font-size: 10px; }
    #merit-area li:before { content: url(/activity/nara/img/ico-flag-sp.png); position: absolute; top: 76%; left: 18px; margin-top: -12px; }
    #merit-mov-area{width:94%;margin:0 auto 24px;}}

/* Spot */
#about-area {
	text-align: center;
	margin-bottom: 60px;
    padding: 50px 0;
    background: url(/activity/nara/img/bg-pattern-dots.png);
}
#about-area .about-area-inner {
    position: relative;
    padding:30px 30px 30px 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    z-index: 0;
}
#about-area .about-area-title {
    max-width: 360px;
    margin: 0 auto 60px auto;
}
#about-area .about-area-title img {
    width: 100%;
}
#about-area .spot-area-inner {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    z-index: 0;
}
#about-area .spot-area-inner::before {
    position: absolute;
    top: -22px;
    left: 1.89%;
    width: 155px;
    height: 211px;
    background: url(/activity/nara/img/spot-girls.png) center/contain no-repeat;
    content: "";
    z-index: -1;
}
#about-area .spot-area-title {
    max-width: 340px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 23px;
}
#about-area .spot-area-title img {
    width: 100%;
}
#about-area .spot-area-photos {
    max-width: 660px;
    width: 100%;
    margin: 35px auto 0 auto;
}
#about-area .spot-area-photos ul {
    flex-wrap: nowrap;
    margin: 0 -2.2%;
}
#about-area .spot-area-photos li {
    padding: 0 2.2%;
}
#about-area .spot-area-photos img {
    width: 100%;
}
#about-area .spot-area-txt {
    max-width: 660px;
    width: 100%;
    margin: 35px auto 0 auto;
    line-height: 1.8;
}
#about-area .spot-area-txt strong {
    font-weight: normal;
}
#about-area .spot-area-txt.spot-note {
    padding: 5px;
    max-width: unset;
    background: #ffe9e9;
    color: #73394c;
    font-weight: bold;
}
@media (max-width: 992px) { /* Tablet */
    #about-area .spot-area-inner::before { top: -70px; left: 30px; width: 100px; } }
@media (max-width: 767px){ /* SP */
    #about-area .about-area-title{margin-bottom: 24px;max-width: 280px;padding: 0 20px;}
    #about-area .about-area-inner{padding: 25px 0 15px 0;}
    #about-area { margin-bottom: 30px; padding: 30px 0; }
    #about-area .spot-area-inner{padding: 0 15px;}
    #about-area .spot-area-inner::before { display: none; }
    #about-area .spot-area-title { font-size: 18px;max-width: 280px;padding: 0 20px; }
    #about-area .spot-area-photos { margin-top: 10px; }
    #about-area .spot-area-txt { margin-top: 10px; }}

/* Pickup */

#section-other{
    margin-bottom: 60px;
}
#section-other h2{
    font-size: 20px;
    margin-bottom: 15px;
}




/* 予約カセット */


#about-area h2 {
	font-size: 30px;
margin: 30px auto;
}


.num {
    font-size: 16px;
    font-weight: bold;
    color:#f53c7f;

    display: inline;
}


.yen{
    font-size: 12px;
    font-weight: bold;
    color: #f53c7f;
    display: inline;
    padding-right: 3px;
}



@media(max-width: 767px) {
/* タブレット以下 */
.num{
		font-size:18px;
	}


}

.price-text-wrap {
	display: inline;
    width: 100%;
    white-space: nowrap;
}



#top .price-text-wrap {
    display: inline;
    margin-right: 10px;
    white-space: nowrap;
}

#top .price-text-wrap:lastlastchild {
    margin-right: 0px;
}



@media (max-width: 767px) {
.num {
    font-size: 16px;
}

    
li.plan-id {
    margin-bottom: 5px;
    float: none!important;
	display: table;
    }
    
.modal-body .plan-id {
    margin-bottom: 0px;
    
    
}

#pickup {
	margin-bottom: 30px;
}

}


.spots a {
   color: #333;
}


footer {
    clear: both;
}




.tag {
    padding: 2px 5px;
    color: #333;
    background: #dedfe0;
    border: none;
    border-radius: 2px;
    font-size:10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;

}

.tag:hover {
    color: #333;
    }




.data-wrap {color: #333;
    display: inline-block;
    font-size: 12px;}

.data-wrap li{
	float: left;
	margin-right: 10px;
	}

.data-wrap li:last-child{
	margin-right: 0px;
	}

.data-wrap li.times {
background: url(../img/ico-times.png) no-repeat;
    padding-left: 17px;
    background-position: top left;

}


.data-wrap li.spots {
background: url(../img/ico-spots.png) no-repeat;
	padding-left: 17px;
	background-position: top left;
}

.tag-wrap {
	clear: both;

}


i {font-style:normal;
  font-size: 10px;
margin-right: 5px;
margin-bottom: 5px;}



.wrap {
  width: 80px;
  margin: 0 auto;
}




a.btn-main {
background: #f53d7e;
    border-color: #f53d7e;
    font-weight: bold;
    color: #fff!important;
    margin: 0 auto;
    padding: 10px 10px;
    width: 100%;
    display: block;
}

a.btn-main:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
    color: #fff!important;
}





.btn-detail {
    color: #fff;
    padding: 8px;
    margin: 0 auto;
    position: relative;
    width: 60%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: #f30069;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-property: all;
    transition: 0.3s linear;
    margin-top: 15px;
    clear: both;
}

.btn-detail:after {
    content: "\f720";
    font-family: 'willer_iconsregular';
    position: absolute;
	top: 50%;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    right: 15px;
    margin-top: -8px;
}




@media (max-width: 767px) {


	
.btn-detail {
    margin-bottom: 30px;
    }	

}


#copy h2 {
margin-bottom: 30px;
}