﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@media screen and (min-width: 769px){

/*================================================================================================================================================

 COMMON

================================================================================================================================================*/


body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', Meiryo, Hiragino Kaku Gothic, MS PGothic, Sans-serif;
	color: #333;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {vertical-align: middle;}
a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
	border: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
ul,li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
th {font-weight: normal;text-align: left;}
div.wrap {
	width: 1000px;
	margin: 0 auto;
}
.sp {display: none;}


/* HEADER */
header {
	background-color: #FFF;
	position: fixed;
	width: 100%;
	z-index: 10;
	opacity: 0.8;
}
nav {
	width: 1000px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}
nav ul {
	list-style: none;
}
nav ul li {
	text-align: center;
	float: left;
}
nav ul li a {
	color: #333;
}
nav ul li a:hover {
	color: #ed1e79;
	text-decoration: underline;
}
li.nav_1 {
	width: 220px;
	height: auto;
}
li.nav_1 img {
	width: 100%;
	height: auto;
}
li.nav_2 a,li.nav_3 a,li.nav_4 a {
	font-size: 0.85em;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
	margin-left: 40px;
}
li.nav_5 {
	width: 240px;
	height: 32px;
	background-color: #ed1e79;
	border-radius: 5px;
	line-height: 32px;
	margin-top: 14px;
	float: right;
}
li.nav_5 a {
	font-weight: bold;;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: auto;
	display: block;
}
li.nav_5 a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

/* CONTENTS */

section#contents {
	background: url('../images/bg_sakura.jpg') 0 0 no-repeat /*#fee3ea*/;
	background-size: cover;
}

div.name {
	padding-top: 120px;
}
div.name h1 {
	font-size: 1.5em;
	font-weight: bold;
}
div.name p {
	font-size: 0.8em;
}
div.discount {
	margin-top: 40px;
}
div.discount h2 {	
	font-weight: bold;
	font-size: 2.0em;
}
div.discount p {	
	font-size: 0.8em;
}

div.explanation {
	margin-top: 40px;
	padding-bottom: 60px;
}
div.explanation p {
	font-size: 0.85em;
	line-height: 1.8em;
}
div.explanation ul {
	width: 600px;
	overflow: hidden;
	margin-top: 20px;
}
div.explanation ul li {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
}
div.explanation ul li img {
	width: 100%;
	height: auto;
}


/* 通学に便利な路線と家賃相場 */


section#access {
	background-color: #e1e1ff;
	padding-bottom: 60px;
}
div.img_access {
	width: 215px;
	height: auto;
	margin: 0 auto;
	padding-top: 60px;
}
div.img_access img {
	width: 100%;
	height: auto;
}
div.campus {
	background: #d6d6fc;
	border-radius: 5px 5px;
	margin: 20px 0 40px 0;
}
section#access h3 {
	font-weight: bold;
	font-size: 2.0em;
	color: #3f3d56;
	text-align: center;
	margin-top: 20px;
}
section#access h4 {
	font-weight: bold;
	font-size: 1.4em;
	color: #3f3d56;
	text-align: center;
	padding-top: 20px;
}
section#access p {
	font-size: 0.85em;
	text-align: center;
}
section#access ul {
	padding: 40px 0;
	display: flex;
	justify-content: center;
}
section#access ul li {
	width: 200px;
	margin-right: 20px;
	box-shadow: 0px 5px 5px #ccc;
}
section#access ul li img {
	width: 100%;
}
div.search {
	width: 300px;
	height: auto;
	margin: 40px auto 0 auto;
	box-shadow: 0px 5px 5px #ccc;
}
div.search img {
	width: 100%;
	height: auto;
}


/* お問い合せ */

section#contact {
	background-color: #e6e6e6;
	padding-bottom: 60px;
}
section#contact h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
}
div.team {
	text-align: center;
	margin-top: 40px;
	font-size: 1.0em;
	font-weight: bold;
}
div.team img {
	width: 124px;
	height: auto;
	margin-right: 20px;
}
div.info {
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 40px;
}
div.number {
	width: 300px;
	float: left;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
}
div.email {
	width: 300px;
	float: right;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
}
div.info a {
	color: #333;
	text-decoration: none;
}
div.info a:hover {
	color: #ed1e79;
	text-decoration: none;
}
div.info span {
	font-size: 0.6em;
	margin-right: 10px;
}
div.shoplist {
	width: 300px;
	height: auto;
	box-shadow: 0px 5px 5px #ccc;
	margin: 40px auto 0 auto;
}
div.shoplist img {
	width: 100%;
	height: auto;
}

/* FOOTER */

footer ul {
	width: 328px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
}

footer ul li {
	width: 124px;
	height: auto;
	float: left;
	margin-right: 40px;
}
footer ul li img {
	width: 100%;
	height: auto;
}
footer p {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding: 60px 0;
}

}/*ここまで*/
