@charset "utf-8";

main#stripeBg.sceneWrap {
	padding-bottom: 5em;
	font-family: "Rounded Mplus 1c" !important;
	background-image: url(../img/bg_relakara_bottom_blue.png) !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	}
main#stripeBg,main#stripeBg div#stripeBgInner {
	background: none;
	}
/* INDEX
--------------------------------------------------- */
/* mvHead + nav */
section.mvHead {
	background: #0085d0 url("../img/mv_top1912.jpg") no-repeat center top / cover;
	position: relative;
}

section#mvHead h1 {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 7px rgba(0,0,0,0.7);
	font-weight: 800;
	font-size: 480%;
	margin: 0;
	padding: 5% 0 4%;
}
section#mvHead h1 span {
	display: block;
	font-size: 33%;
	letter-spacing: 1em;
	margin-bottom: 0.3em;
}
section#mvHead h1 span::before {
	content: "＼"
}
section#mvHead h1 span::after {
	content: "／"
}
section#mvHead h1 span::before,
section#mvHead h1 span::after {
	font-weight: 400;
}
section#mvHead p {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
section#mvHead div#navWrap {
	/* background: url("../img/nav_bg_blue.png") no-repeat center top / 100% auto; */
	/* padding-top: 3.9%; */
}
section#mvHead nav {
	background-color: #0085d0;
}
section#mvHead nav ul {
	list-style: none;
	width: 940px;
	margin: 0 auto;
	padding: 2% 0 1.5%;
	text-align: center;
	font-weight: 600;
}
section#mvHead nav ul li {
	display: inline-block;
	width: 12.35%;
}
	section#mvHead nav ul li:last-child { width:13.5%; }
	section#mvHead nav ul li::after { content:""; color:#fff; display:block; font-size:62%; padding-top:0.5em; }

section#mvHead nav ul li a {
	color: #fff;
}

/* new */

.new2 {
	background-color: #050406;
	background-image: url(../img/bg_117.jpg) !important;
	background-position: center -240px;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0 0 60px;
}
.new .container_lower h1 {
	width: 100%;
    margin: 0 0 30px;
	letter-spacing:0.3em;
	color: #ffff81;
	text-align: center;
	font-size: 30px;
}
.new .container_lower h1::before {
	content: "＼"
}
.new .container_lower h1::after {
	content: "／"
}
.new .container_lower .item{
	border:none;
	padding:0;
}
.new .container_lower h2 {
	width: 60%;
    margin: 0 auto 10px;
    float: none;
	letter-spacing:0.3em;
	color: #fff;
}
.new .container_lower h2 span {
    display: block;
    font-size: 45%;
    margin-bottom: 0.6em;
}
.new .container_lower p {
    display: block;
	float: left;
	margin:15px 0;
	color: #fff;
}
.new .container_lower .recommend {
    background: #ffff81 !important;
    border-radius: 0.5em;
    padding: 3% 6%;
    float: left;
    width: 100%;
}
.new .container_lower .recommend h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 140%;
    width: 30%;
    float: left;
}
.new .container_lower .recommend ul {
    list-style: disc;
    width: 60%;
    margin: 0;
    padding: 0;
    border-top: none;
    float: left;
}
.new .container_lower .recommend ul li {
	color: #000;
    margin: 0;
    padding: 0;
    width: 95%;
    float: none;
	margin-left: 1.5em;
}
.new .container_lower .item_btn ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}
.new .container_lower .item_btn ul li{
    width: 47%;
    margin: 15px auto 0;
    padding: 3%;
    border-radius: 0.5em;
    background: #fff;
    text-align: center;
	font-size:130%;
}
.new .container_lower .item_btn a {
    width: 50%;
    margin: 15px auto 0;
    padding: 3%;
    border-radius: 0.5em;
    background: #fff;
    text-align: center;
    font-size: 130%;
	display:block;
	color:#000;
	font-weight:bold;
}
.new .container ul li figcaption {
	margin:2% 0 0;
	color:#fff;
	font-size:90%;
}
.new .container_lower ul li:first-child {
	padding-right: 1%;
}
.new .container_lower ul li:last-child {
	padding-left: 1%;
}


/*動画埋め込み*/
.new .container_lower .movie-wrap {
    width: 100%;
	height: auto;
    overflow: hidden;
}
.new .container_lower .movie-wrap video {
    max-width: 100%;
	cursor:pointer;
}

/* container */
section.container h2 {
	margin:5% auto 2%;
	text-align:center;
	letter-spacing:0.3em;
}
section.container h2 span {
    display: block;
    font-size: 45%;
    margin-bottom: 0.6em;
}
section.container h2 span::before {
	content: "＼"
}
section.container h2 span::after {
	content: "／"
}

section.container ul {
    list-style: none;
    margin: 0 auto;
    padding: 2% 0 0;
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.container ul li {
    margin: 0 0 4%;
    width: 24%;
    padding: 0;
    background: #fff;
    border-radius: 0.8em;
    box-shadow: 0px 0px 2px 0px #777777;
}
section.container ul li a {
	text-decoration: none;
}
section.container ul li img {
	border-radius: 0.5em 0.5em 0 0;
}
section.container ul li figcaption {
	margin: 6.4% 0 6.4% 6.4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
	width: 80%;
    line-height: 1.4;
	color: initial;
    font-weight: normal;
}

/* section.container ul li figcaption::after {
	content: "\f138";
    font-family: 'FontAwesome';
	color: inherit;
	display:block;
	font-size:120%;
	margin: 0 0 0 16px;
	font-weight: 900;
} */




/* other_search */
section.other_search {
	border: 5px #0085d0 solid;
	border-radius: 10px;
	background: #fff;
	width: 910px;
	position: relative;
	margin: 4em auto 0;
}
section.other_search .img_dell {
    width: 148px;
    height: 191px;
    position: absolute;
    top: -40px;
    left: 710px;
    pointer-events: none;
}
section.other_search h2 {
	margin: 3% auto 0;
    border-bottom: 1px dotted #0085d0;
    padding: 0 0 2%;
	width: 840px;
}

section.other_search ul {
	justify-content: center;
}
section.other_search ul li {
	display: inline-block;
	width: 30%;
	margin:0 1% 3%;
}
section.other_search h3 {
	font-size: 100%;
}
section.other_search .btn_scene {
    background: -moz-linear-gradient(top, #0085d0 50%, #0055b4 100%);
    background: -webkit-linear-gradient(top, #0085d0 50%, #0055b4 100%);
    background: linear-gradient(to bottom, #0085d0 50%, #0055b4 100%);    
	border-radius: 4px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
section.other_search .btn_scene::after {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    padding: 0;
    font-size: 100%;
    display: inline-block;
}
section.other_search li a {
	display: block;
	color: #fff;
	padding: 5%;
	font-size: 130%;
}
section.other_search ul li a::after { content:""; color: inherit; display:none; font-size:62%; padding-top:0; }

/* lower page
--------------------------------------------------- */
section.mv_leisure {
	background: #0085d0 url("../img/mv_leisure.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_party {
	background: #0085d0 url("../img/mv_party.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_relax {
	background: #0085d0 url("../img/mv_relax.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_kids {
	background: #0085d0 url("../img/mv_kids.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_audio {
	background: #0085d0 url("../img/mv_audio.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_wait {
	background: #0085d0 url("../img/mv_wait.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_interior {
	background: #0085d0 url("../img/mv_interior.jpg") no-repeat center top / cover;
	position: relative;
}
section.mv_extra {
	background: #0085d0 url("../img/mv_extra.jpg") no-repeat center top / cover;
	position: relative;
}
section.container_lower .item{
    overflow: hidden;
    padding: 2.4em 0;
	border-top: 1px dotted #333;
}
section.container_lower .item:first-child{
	border-top: none;
}
section.container_lower ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
section.container_lower ul li {
	width: 50%;/*
    margin: 0 2% 0;*/
    float: left;
}
section.container_lower ul li:last-child {
	/* padding-left: 2%; */
}
section.container_lower ul li img {
	display: block;
    border-radius: 0.5em 0.5em 0 0;
}
section.container_lower h2 {
	width: 84%;
    margin: 0.8em auto 0.16em;
    /* float: left; */
	letter-spacing:0.3em;
}
section.container_lower h2 span {
    display: block;
    font-size: 56%;
    margin-bottom: 0.16em;
}
section.container_lower p {
    display: block;
	/* float: left; */
    /* margin-bottom: 15px; */
width: 84%;margin: 0 auto 1.6em;/* background: #000; */}
section.container_lower .recommend {
	background: #f6f6f6;
    border-radius: 0 0 0.5em 0.5em;
    border-top: 1px solid #777777;padding: 6%;
    /* float: left; */
    width: 100%;
margin: 0 auto;/* color: initial; */}
section.container_lower .recommend h3 {
	/* color: #ffff81; */
    margin: 0;
    padding: 0;
	font-size: 100%;
}
section.container_lower .recommend ul {
	list-style: disc;
    width: 100%;
    /* margin: 0.2em 0 0.6em; */
    padding: 0 0 0;
    /* border-top: 1px dotted #fff; */
}
section.container_lower .recommend ul li {
	/* color: #fff; */
    margin: 0;
    padding: 0;
    width: 95%;
    float: none;
	margin-left: 1.5em;
/* list-style: none; */font-size: 88%;}
section.container_lower .item_btn ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}
section.container_lower .item_btn ul li{
    width: 84%;
    margin: 0 auto 2.4em;
    padding: 4%;
    border-radius: 0.4em;
    background: #00b8ee;
    text-align: center;
}
section.container_lower .item_btn ul li a{
    color: #fff;
	display: block;
}
section.container_lower .item_btn ul li a:hover{
	text-decoration: none;
}


/*モーダル*/
.btn_shop{
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
    background-color: #0085d0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.btn_shop:hover{
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.btn_shop:visited{
    text-decoration: none;
    color: #fff;
}
.modal_title p {
    /* margin: 0 !important; */
    font-size: 14px;
    padding: 5px 0;
    float: none !important;
}
.pcNone { display:none; }
.spNone { display:block; }



/* ==============================================================
 Less than 992px
================================================================= */
@media screen and (max-width: 992px) {
	/* INDEX
	--------------------------------------------------- */
	section#mvHead h1 img {
		max-width:80%;
		height:auto;
	}
	section#mvHead p {
		position: absolute;
		top: 49%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90px;
		height: 90px;
	}
	/* other_search */
	section.other_search {
		width: 720px;
	}
	section.other_search .img_dell {
		display: none;
	}
	section.other_search h2 {
		width: 100%;
	}
	section.container ul li figcaption {
		margin: 2.4% auto 0;
		line-height: 1.4;
		width: 96%;
		padding: 0.2em 0 0.8em 0.6em;
		color: #1a1a1a;
	}
	.new {
		background-color: #050406;
		background-image: url(../img/bg_117.jpg) !important;
		background-position: center -10%;
		background-repeat: no-repeat;
		background-size: contain;
		padding: 5% 0 5%;
	}
	.new .container_lower iframe{
		border:none;
		width:100% !important;
		padding:0;
		margin:0;
	}
	.new .container_lower .item_btn a {
		width: 100%;
		margin: 15px auto 0;
		padding: 6%;
		border-radius: 0.5em;
		background: #fff;
		text-align: center;
		font-size: 130%;
		display: block;
	}
	.new .container_lower h2 {
		width: 90%;
		margin: 0 auto 10px;
		float: none;
		letter-spacing: 0.3em;
		color: #fff;
	}
	.new .container_lower .recommend h3 {
		color: #000;
		margin: 0;
		padding: 0;
		font-size: 140%;
		width: 100%;
		float: left;
	}
	.new .container_lower .recommend ul {
		list-style: disc;
		width: 100%;
		margin: 2% 0 0;
		padding: 2% 0 0;
		border-top: none;
		float: left;
		border-top:1px dotted #333;
	}
	header .nav-mobile { display: none !important; }

}
@media screen and (max-width: 898px) {
    main#stripeBg div#stripeBgInner{
        /* margin-top: 72px; */
		margin-top: 0;
    }
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 768px) {
	/* INDEX
	--------------------------------------------------- */
	/* mvHead + nav */
	section#mvHead h1 {
		font-size: 200%;
	}
	section#mvHead h1 span {
		font-size: 48%;
	}
	section#mvHead p {
		top: 38%;
		width: 50px;
		height: 50px;
	}
	section#mvHead div#navWrap {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}
	section#mvHead nav ul {
		list-style: none;
		margin: 0 auto;
		padding: 6% 0 1.5%;
		text-align: center;
		font-weight: 600;
		background:#0085d0;
	}
	section#mvHead nav ul li {
		display: inline-block;
		width: 12.35%;
	}
	
	.new .container_lower h1 {
		width: 100%;
		margin: 0 0 30px;
		letter-spacing:0.3em;
		color: #ffff81;
		text-align: center;
		font-size: 30px;
	}
	.new .container_lower h1::before {
		content: ""
	}
	.new .container_lower h1::after {
		content: ""
	}
	
	section.container ul {
		list-style: none;
		width: 100%;
		margin: 0 auto;
		padding: 2% 0 1.5%;
		text-align: center;
		font-weight: 600;
	display: flex;flex-wrap: wrap;justify-content: space-around;}
	section.container h2 {
		font-size: 180%;
		letter-spacing: 0.2em;
		margin: 8% auto 2%;
	}
	section.container h2 span::before {
	content: ""
	}
	section.container h2 span::after {
		content: ""
	}
	section.container ul li {
		/* display: flex; */ 
		/* flex-wrap: wrap; */
		/* justify-content: space-around; */
		width: 46%;
		padding: 0;
		/* margin: 1.6%; */
		background: #fff;
		border-radius: 0.8em;
		box-shadow: 0px 0px 2px 0px #777777;
	}
	
	
	
	/* other_search */
	section.other_search {
		width: 95%;
	}
	section.other_search .img_dell {
		display: none;
	}
	section.other_search h2 {
		width: 100%;
	}
	section.other_search ul li {
		display: block;
		width: 100% !important;
		margin:0 0 3% !important;
	}
	section.other_search li a {
		display: block;
		color: #fff;
		padding: 5%;
		font-size: 130%;
	}
	.pcNone { display: block; }
	.spNone { display: none; }

	/* lower pagesection
	--------------------------------------------------- */
	section.container_lower {
		width: 88%;
		margin: 0 auto;
		}
	section.container_lower .item{
		padding: 0;
		border-radius: 0.8em;
		box-shadow: 0px 0px 2px 0px #777777;/* border: none; *//* border: 1px solid #777; */
		color: initial;margin: 1.6em 0;
	}
	section.container_lower ul {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
		}
	section.container_lower ul li {
		width: 100%;
		/* margin:0 0 20px; */
		float: left;
		}
	section.container_lower ul li:last-child {
		/* padding-left: 0; */
		}
	section.container_lower h2 {
		letter-spacing: 0.1em;
		font-size: 184%;}
	
	
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}
