/* 全体 */
* {
	margin: 0;
	padding: 0;
	}

body, body > header, body > section {
	width: 100%;
	height: 100%;
	opacity: 20;
	}

body {
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #3e3a39;
	}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	}

img,video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	}

.ask{
	display: inline-block;
	}

.haba{
	max-width: 1200px;
	margin: 50px auto 50px;
	width: 95%;
	}

.center{
	margin: 0 auto;
	text-align: center;
	}

/*下層ページトップ画像*/
#box1{
	position: relative;
	background-position: center 0%;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
	height: 100vh;
	}

.informationImg {
	background-image: url(../img/background-info1.jpg);
	}

.menuImg {
	background-image: url(../img/background-menu1.jpg);
	}

.staffImg {
	background-image: url(../img/background-staff1.jpg);
	}

.recrultImg {
	background-image: url(../img/background-recrult.jpg);
	}

.reserveImg {
	background-image: url(../img/background-recrult.jpg);
	}


/*インフォメーション*/
.Logo-RAGCIE img{
	width: 200px;
	height: auto;
	}

.Logo-RAGCIE{
	text-align: center;
	margin: 100px auto -80px;
	}

.infoText{
	margin-top: 50px;
	}

.infoSNS1 img{
	width: 120px;
	height: auto;
	}

.infoSNS1{
	margin: 40px 0 30px;
	}

.infoSNS1 a:hover{
	opacity: 0.7;	
	}


.infoSNS2 img{
	width: 100px;
	height: auto;
	}

.infoSNS2 a:hover{
	opacity: 0.7;	
	}

.map{
	width: 100%;
	height: 500px;
	}



/*メニュー*/
.page_catch h1 span {
	font-size: 1.3em;
	font-family: "Josefin Sans",sans-serif;
	height: 300px;
	line-height: 300px;
	text-shadow: 1px 1px 3px #777, 1px 1px 3px #777;
	color: #FFF;
	}

.page_catch h1 {
	text-align: center;
	height: 300px;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	border: 1px solid #fff;
	-moz-box-shadow: 3px 3px 6px 2px #777;
	-webkit-box-shadow: 3px 3px 6px 2px #777;
	box-shadow: 3px 3px 6px 2px #777;
	position: absolute;
	}

.menu_box1 {
	padding-top: 70px;
	background: url(../img/price_img.jpg) repeat-y left top;
	}

.menu_box1 h2 {
    padding: 7px 10px;
    margin: 30px 0;
    background-color: #000;
    color: #FFF;
    font-size: 1.1em
}
.menu_box1 p {
    padding: 20px 0
}
.menu_box1 table {
    padding: 30px;
    width: 100%
}

@media only screen and(max-width: 767px) {
    .menu_box1 table {
        width: 95%;
        margin: 0 auto;
    }
}
.menu_box1 table th {
    width: 70%;
    text-align: left;
    padding: 10px 0;
	}

.menu_box1 table td {
    width: 30%;
    text-align: right;
    padding: 10px 0;
}

.menu_box1 h3 {
	padding: 10px 10px;
	margin: 30px 0 10px 0;
	background-color: #dcdddd;
	color: #000;
	font-size: 1.2em;
	}






/*その他*/
.QandA_text{
	max-width: 800px;
	margin: 0 auto;
}


.question_text{
	font-size: 16px;
	font-weight: bold;
}

.answer_text {
padding-left:2em;
text-indent:-2em;
}

.staff-name {
	font-size: 15px;
	font-weight: bold;
	margin-top: -15px;
}


@media only screen and (min-width: 768px) {
.info_box3{
	width: 650px;
	margin: 50px auto 0px;
	clear: both;
	padding-top: 50px;
}

.staff-img{
	width: 200px;
	float: left;
	}

.staff-text{
	margin-top: 20px;
	width: 400px;
	float: right;
}

}
	
@media only screen and (max-width: 767px) {
	
.staff-img{
	width: 300px;
	margin: 0 auto;
	margin-top: 50px;
}
	
.staff-text{
	width: 90%;
	margin: 0 auto;
}
	
}

.kome{
	text-align: right;
}

.ask{
	display: inline-block;
	}

.page_map2 iframe{
	width: 100%;
	height: 400px;
	}

.StfeTitle2{
	text-align: center;
	font-size: 1.75em;
	margin-bottom: 50px;
	font-weight: bold;	
}