﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@media screen and (max-width: 768px){

/*================================================================================================================================================

 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: 90%;
	margin: 0 auto;
}
.pc {display: none;}


/* HEADER */
header {
	width: 100%;
	background: #F00;
}
nav ul li {
}
li.nav_1 {
	width: 220px;
	height: auto;
	margin: 0 auto;
}
li.nav_1 img {
	width: 100%;
	height: auto;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FFF;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #F00;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #F00;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#F00;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #F00;
    border-right: solid 2px #F00;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
/* CONTENTS */

section#contents {
	background: #fee3ea;
}

div.name {
	margin: 0 auto;
	padding-top: 60px;
}
div.name h1 {
	font-size: 1.2em;
	font-weight: bold;
}
div.name p {
	font-size: 0.8em;
}
div.discount {
	margin-top: 40px;
}
div.discount h2 {	
	font-weight: bold;
	font-size: 1.6em;
}
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: 100%;
	overflow: hidden;
	margin-top: 20px;
}
div.explanation ul li {
	width: 60px;
	height: auto;
	float: left;
	margin-right: 10px;
}
div.explanation ul li img {
	width: 100%;
	height: auto;
}


/* 通学に便利な路線と家賃相場 */

section#access {
	background-color: #e1e1ff;
	padding-bottom: 40px;
}
div.img_access {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
div.img_access img {
	width: 100%;
	height: auto;
}
section#access h3 {
	font-weight: bold;
	font-size: 1.6em;
	color: #3f3d56;
	text-align: center;
	margin-top: 20px;
}
section#access h4 {
	font-weight: bold;
	font-size: 1.4em;
	color: #3f3d56;
	text-align: center;
	margin-top: 60px;
}

section#access p {
	font-size: 0.85em;
	text-align: center;
}
section#access ul {
	margin: 40px auto 0 auto;
	width: 100%;
	height: auto;
}
section#access ul li {
	width: 50%;
	margin: 0 auto 20px auto;
	box-shadow: 0px 5px 5px #ccc;
}
section#access ul li img {
	width: 100%;
}
div.search {
	width: 80%;
	height: auto;
	box-shadow: 0px 5px 5px #ccc;
	margin: 40px auto 0 auto;
}
div.search img {
	width: 100%;
	height: auto;
}


/* お問い合せ */

section#contact {
	background-color: #e6e6e6;
	padding-bottom: 40px;
}
section#contact h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
div.team {
	text-align: center;
	margin-top: 40px;
	font-size: 1.0em;
	font-weight: bold;
}
div.team img {
	width: 124px;
	height: auto;
	margin-bottom: 20px;
}
div.info {
	text-align: center;
	padding-top: 40px;
}
div.number {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
}
div.email {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 10px;
}
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: 80%;
	height: auto;
	box-shadow: 0px 5px 5px #ccc;
	margin: 40px auto 0 auto;
}
div.shoplist img {
	width: 100%;
	height: auto;
}


/* FOOTER */

footer ul {
	padding-top: 40px;
}

footer ul li {
	width: 30%;
	height: auto;
	margin: 0 auto 20px auto;
}
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: 40px 0;
}

}/*ここまで*/
