@charset "UTF-8";


img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.innerWrap {
	width: 950px;
	margin: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 0;
}
.innerWrap.-mv {
	padding: 30px 0 60px;
}

.title.-secTit {
	text-align: center;
	margin: auto;
}

.cont_bg {
	position: relative;
	width: 100%;
	z-index: 0;
}

.cont_bg::before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
  	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("/domtour/jaldp/lovelive_kat/hotel/img_sites/bg.png") no-repeat center/cover;
}

/* .bgimg {
	min-height: 100vh;
    background-attachment: fixed;
} */

.trip {
    background: #fff;
}

.breadCrumbs {
	z-index: 1;
}

.txtLink.-arrow {
	position: relative;
	padding-left: 0;
}

.txtLink.-arrow:hover {
	text-decoration: underline;
	transition: .4s;
}

.txtLink::after {
	content: '';
    position: absolute;
    border-top: 1px solid #cc0000;
    border-right: 1px solid #cc0000;
    top: 50%;
    right: -15px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.c-linkBtn {
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #e3007f;
    border-radius: 50px;
    font-size: 18px;
    transition: .4s;
    padding: 15px 10px 13px 8px;
    width: 375px;
    position: relative;
}

.c-linkBtn::after {
    content: '';
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

a:hover {
	text-decoration: none;
	opacity: .7;
	transition: .3s;
}

a:focus {
	outline: none;
}

.c-linkBtn:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

p,
a,
img,
ul,
ol {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

img {
	pointer-events: none;
}

/*================================================================================

mainVisual

================================================================================*/

.mainVisual .mv_picBox .logoBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.mainVisual .mv_picBox .logoBox {
	width: 20%;
}

.mainVisual .mv_picBox .mv_pic {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
	        filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
	border-radius: 20px;
    overflow: hidden;
	margin-top: 30px;
}

.mainVisual .mv_picBox .mv_copy {
	text-align: right;
	margin: 8px 20px 0 0;
}

.mainVisual .mv_picBox .mv_copy .copy {
	font-size: 10px;
}


/*================================================================================

news

================================================================================*/

.news {
	position: relative;
	z-index: 100;
	background-color: #e3007f;
	text-align: center;
	padding: 60px 0;
}

.news .title {
	font-size: 32px;
	color: #fff;
	line-height: 1;
}

.news .title span.fs18 {
    font-size: 46px !important;
}

.news .lead_txt {
	margin-top: 24px;
	background-color: #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 10px;
	color: #e3007f;
	letter-spacing: 0.05em;
	font-size: 20px;
	line-height: 1;
}

.newArea {
    width: 950px;
    margin: 40px auto 0px;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
}

.newTit {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #ccc;
}

.newTit .-NEW {
    padding: 5px 40px 3px 30px;
    background-color: #cc0000;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    margin-right: 20px;
    position: relative;
}

.newTit .-NEW::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 38px 0;
    border-color: transparent #ffffff transparent transparent;
}

.newTit .-tit {
    font-size: 24px;
}

.newArea .-txt {
    font-size: 16px;
    line-height: 1.7;
}

.newArea .-txt span {
   color: #cc0000;
   font-weight: bolder;
}

.newPlan {
    margin-top: 20px;
}

.newPlan_tit {
    font-size: 18px;
}

.newPlan_tit span {
    color: #cc0000;
    margin-right: 3px;
}

.newPlan_txt li {
    margin-top: 8px;
}

.newPlan_txt li span {
    margin-right: 5px;
    font-size: 10px;
}

@media screen and (max-width: 950px) {
    .newArea {
        width: auto;
        padding: 20px;
        border-radius: 5px;
        margin: 20px;
    }

    .newTit .-NEW {
        padding: 3px 40px 3px 20px;
        font-size: 14px;
        margin-right: 5px;
        margin-left: -20px;
        white-space: nowrap;
    }

    .newTit .-tit {
        font-size: 18px;
        line-height: 1.4;
    }

    .newPlan_tit {
        font-size: 16px;
        line-height: 1.4;
        text-indent: -1.2em;
        padding-left: 1.2em;
    }

	.newArea .-txt {
		font-size: 14px;
	}
}

/*================================================================================

pointArea

================================================================================*/

.Point_tit {
	width: 450px;
    margin: 0 auto;
}

.pointBlock {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px rgb(227 0 127);
	        box-shadow: 10px 10px 0px rgb(227 0 127);
    /* overflow: hidden; */
    border-radius: 20px;
	border: 3px solid #e3007f;
	margin-top: 50px;
	z-index: 100;
}

.pointBlock::before{
	content: '';
	position: absolute;
	top: 15px;
	width: 100%;
	height: 135px;
	background: url("/domtour/jaldp/lovelive_kat/hotel/img_sites/pointBlock_bg.png") no-repeat;
	background-size: contain;
	z-index: -10;
}

.pointBlock::after {
	content: '';
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 135px;
	background: url("/domtour/jaldp/lovelive_kat/hotel/img_sites/pointBlock_bg.png") no-repeat;
	background-size: contain;
	z-index: -10;
}

.pointBlock .pointInner {
	padding: 40px 30px;
}

.pointBlock .pointInner .point_num {
	margin-top: -45px;
	width: 140px;
	height: 155px;
}

.pointBlock .pointInner .pointBox_tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: -20px;
	margin-left: -20px;
}

.pointBlock .pointInner .pointBox_tit h3 {
	font-size: 24px;
	line-height: 1.4;
    letter-spacing: 0.1em;
    margin-left: 10px;
}

.pointBlock .pointInner .pointBox_tit h3 span {
	font-size: 32px;
	color: #e3007f;
}

.pointBlock .pointInner .pointBox_tit h3 span.sf {
	font-size: 28px;
}

.pointBlock .pointInner .pointBox_item .pointBox_item_lead {
	text-align: center;
}

.pointBlock .pointInner .pointBox_item .pointBox_itemArea {
    margin-top: 35px;
	border-radius: 20px;
	position: relative;
	z-index: 0;
}

.pointBlock .pointInner .pointBox_item .pointBox_itemArea .pointBox_itemArea_inner {
	padding: 30px;
}

/* -first */
.pointBlock.-first .pointInner .pointBox_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	margin-top: 10px;
}

.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox:nth-child(1) {
	width: 50%;
}

.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox:nth-child(2) {
	width: 30%;
}

.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox .point_item_tit {
	font-size: 16px;
	font-weight: bold;
    text-align: center;
	color: #e3007f;
}

.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox .point_item_img {
	margin-top: 25px;
}

.pointBlock.-first .comment {
	margin-top: 40px;
	margin-left: 60px;
	font-size: 12px;
}


/*================================================================================

method

================================================================================*/

.contentsOut {
	background: #fff;
    z-index: 1;
    position: relative;
	padding-top: 40px;
}

.contentsInr_01 {
    margin: 0 auto;
    padding: 0 0 25px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.methodArea {
    background-color: #fff;
    border: 3px solid #cc0000;
    border-radius: 6.7px;
	padding: 20px;
    margin: 60px auto 0;
	width: 950px;

}

.methodArea .note_title {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
}

.methodArea .noteList {
    text-align: left;
    margin: 10px 12.5px 0;
}

.noteList > li {
    margin-top: 0;
}

.noteList > li > span.listMark {
    width: 1em;
    margin-right: 0.2em;
    margin-left: -1.2em;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.box_typeA {
    border: 2px solid #d20000;
	padding: 20px;
	margin: 20px auto 0;
	width: 950px;
}

.txt_red {
    color: #d20000;
}

.noteList {
    font-size: 14px;
    line-height: 18px;
}

.noteList > li:first-child {
    margin-top: 0;
}




/*================================================================================

bannerArea

================================================================================*/

.bannerArea{
	margin-top: 40px;
}

.bannerArea .bannerBlock .bannerBox:nth-child(n+2) {
	margin-top: 30px;
}

.bannerArea .bannerBlock .bannerBox .bannerTit {
	font-size: 16px;
	margin-bottom: 5px;
}


/*================================================================================

AEM -adjustment

================================================================================*/

.linkbtn.btnBox.aem-GridColumn.aem-GridColumn--default--12 {
    margin: -20px auto 80px;
    text-align: center;
}

.module.experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
    background: #fff;
    position: relative;
    z-index: 1;
}

.contentsInr .ticketModule_unit {
    margin: 0 auto;
    width: 950px;
}

.contents {
    margin-bottom: 0;
}

.contentsInr {
    margin: 0px auto;
    padding: 0;
}

.socialBlock {
    background: #fff;
    z-index: 1;
}

.footer.experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
    background: #fff;
    position: relative;
    z-index: 1;
}


/*================================================================================

sp

================================================================================*/

@media screen and (max-width: 768px) {
	img {
		vertical-align: top;
		max-width: 100%;
		height: auto;
	}
	
	p.comment {
		font-size: 12px;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 12px;
	}
	
	.innerWrap {
		width: 100%;
		margin: auto;
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 20px 20px;
	}
	.innerWrap.-mv {
		padding: 20px 18px;
	}
	
	.title.-secTit {
		text-align: center;
		margin: auto;
	}

	.cont_bg::before {
		background: url("/domtour/jaldp/lovelive_kat/hotel/img_sites/sp_bg.png") no-repeat center/cover;
	}

	.c-linkBtn {
		font-size: 14px;
		display: block !important;
		width: 90%;
		margin: 0px auto;
		padding: 0px;
	}
	
	
    /*================================================================================

    mainVisual

    ================================================================================*/


	.mainVisual .mv_picBox .logoBlock {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}
	
	.mainVisual .mv_picBox .logoBox {
		width: 40%;
	}
	
	.mainVisual .mv_picBox .mv_pic {
		-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
				filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
		margin-top: 5px;
	}
	
	.mainVisual .mv_picBox .mv_copy {
		text-align: right;
		margin: 0px 8px 0 0;
	}
	
	.mainVisual .mv_picBox .mv_copy .copy {
		font-size: 10px;
	}

    /*================================================================================

    news

    ================================================================================*/

	.news {
		position: relative;
		z-index: 100;
		background-color: #e3007f;
		text-align: center;
		padding: 30px 0 40px;

	}

	.news .title {
		font-size: 14px;
		margin: auto;
		color: #fff;
	}

	.news .title span.fs18 {
		font-size: 21px !important;
	}


	.news .lead_txt {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1;
		background-color: #fff;
		display: inline-block;
		padding: 10px;
		color: #e3007f;
		letter-spacing: 0.05em;
	}

	/*================================================================================

	pointArea

	================================================================================*/

	.Point_tit {
		width: auto;
		text-align: center;
	}

	.Point_tit img {
		width: 80%;
		margin: 0 auto;
	}
	
	.pointBlock {
		box-shadow: 5px 5px 0px rgb(227 0 127);
		border-radius: 15px;
		border: 2.5px solid #e3007f;
		margin-top: 30px;
	}

	.comment.alc.mgt40 {
		font-size: 14px !important;
		margin-top: 20px !important;
	}
	
	.pointBlock::before,
	.pointBlock::after {
		height: 95px;
		background-size: cover;
	}
	
	.pointBlock .pointInner {
		padding: 40px 20px;
	}
	
	.pointBlock .pointInner .point_num {
		margin-top: -50px;
		width: 80px;
		height: 55px;
	}
	
	.pointBlock .pointInner .pointBox_tit h3 {
		font-size: 12px;
		font-weight: bold;
		width: 70%;
	}
	
	.pointBlock .pointInner .pointBox_tit h3 span {
		font-size: 16px;
	}
	
	.pointBlock .pointInner .pointBox_tit h3 span.sf {
		font-size: 16px;
	}
	
	.pointBlock .pointInner .pointBox_item .pointBox_item_lead {
		text-align: left;
		font-size: 13px;
	}
	
	.pointBlock .pointInner .pointBox_item .pointBox_itemArea {
		margin-top: 20px;
		border-radius: 15px;
	}
	
	.pointBlock .pointInner .pointBox_item .pointBox_itemArea .pointBox_itemArea_inner {
		padding: 15px 15px 25px;;
	}
	
	
	/* -first */
	.pointBlock.-first .pointInner .pointBox_item {
		margin-top: 20px;
		display: block;
	}
	
	.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox:nth-child(1) {
		width: 100%;
	}
	.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox:nth-child(2) {
		margin-top: 20px;
		width: 100%;
	}
	
	.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox .point_item_tit {
		font-size: 14px;
	}
	
	.pointBlock.-first .pointInner .pointBox_item .pointBox_itemBox .point_item_img {
		margin-top: 10px;
	}
	
	.pointBlock.-first .comment {
		font-size: 12px;
		text-indent: -1em;
    	padding-left: 1em;
		margin-left: 0;
	}


    /*================================================================================

    method

    ================================================================================*/

    .contentsInr_01 {
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
    }

	.methodArea {
		margin: 20px 0;
		background-color: #fff;
		border: 2px solid #d20000;
		border-radius: 10px;
		padding: 20px;
		width: 100%;
	}

	.methodArea .note_title {
		font-weight: bold;
		text-align: center;
		font-size: 1.6rem;
		font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
	}

	.methodArea .noteList {
		text-align: left;
		margin: 10px 0;
	}

	.noteList > li {
		margin-top: 0;
	}

	.noteList > li > span.listMark {
		display: inline-block;
		position: absolute;
		top: 0.75em;
		left: 0.9em;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.txtList > li + li, .noteList > li + li, .noteList_star > li + li, .numList > li + li {
		margin-top: 0.5em;
	}

	.box_typeA {
		border: 2px solid #d20000;
		padding: 20px;
        margin-top: 0;
		width: 100%;
	}

	.txt_red {
		color: #d20000;
	}

	.noteList {
		font-size: 14px;
		line-height: 18px;
	}

	.noteList > li:first-child {
		margin-top: 0;
	}


    /*================================================================================

    bannerArea

    ================================================================================*/

	.bannerArea{
		margin-top: 40px;
	}

	.bannerArea .bannerBlock .bannerBox:nth-child(n+2) {
		margin-top: 20px;
	}

	/*================================================================================

	AEM -adjustment

	================================================================================*/

	.linkbtn.btnBox.aem-GridColumn.aem-GridColumn--default--12 {
		margin: -20px auto 60px;
	}

	.contentsInr .ticketModule_unit {
		width: 100%;
	}

	.contents {
		margin-bottom: 0;
	}

	.contentsInr {
		margin: 0px auto;
		padding: 0;
	}

	.socialBlock {
		background: #fff;
		z-index: 1;
	}

	.footer.experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
		background: #fff;
		position: relative;
		z-index: 1;
	}
	
}
