﻿@charset "utf-8";

/* --------------------------------------------------------------------------------------------

サイト名: テンプレート
用途：各コンテンツ設定用CSS - レスポンシブWebデザイン（スマートフォン専用スタイル）

-------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------

 * 6.0 - Media Queries

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 6.2 - Size -599px
******************************************************************************************** */

@media screen and (max-width: 599px) {

/* Header - IndexLayout */
#headAll {
	width: 100%;
	min-width: 320px;
	height: 400px;
	background-size: cover;
}
.headSet {
	width: 100%;
	min-width: 320px;
	height: 400px;
}
.siteName {
	margin: 0 0 0 10px;
	padding: 20px 0;
}
.siteName img {
	width: 80%;
	height: 80%;
}

.CatchPhrase {
	padding: 20px 0 6px 0;
	font-size: 20px;
	line-height: 1.5em;
}
.MainMessage {
	padding: 20px;
	font-weight: normal;
}

.HeadContact {
	width: 90%;
	margin: 0 auto;
	padding: 20px 8px;
	border-radius: 8px;
}
.ContactMassage {
	margin: 0 0 6px 0;
	font-size: 14px;
}
.PhoneNumber {
	color: #006dc1;
	font-size: 28px;
	margin: 0 0 2px 0;
}
.PhoneNumber::before {
	content: url(../images/ico_phone_small.png);
	padding: 0 12px 0 0;
	position: relative;
	top: 2px;
}
.Reception {
	font-size: 14px;	
}

/* Header - PagesLayout */
#Pages .HeadContact {
	display: none;
}

/* Gloval Navigation - IndexLayout */
#gNavi {
	display: none;
	width: 100%;
	height: 280px;
	position: absolute;
	border-radius: 0;
	border: none;
	bottom: 0;
	top: 70px;
}
#gNavi ul {
	margin: 0;
	padding: 0;
}
#gNavi ul li a {
	float: none;
	width: 100%;
	height: 70px;
	display: inline-block;
	text-align: left;
	padding: 20px 0 20px 10px;
	font-size: 16px;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	box-sizing: border-box;
	background-color: #2fa550;
	z-index: 100;
}
#gNavi ul li:first-child a {
	border-top: 1px solid #ffffff;
	border-radius: 0;
}
#gNavi ul li:last-child a {
	border-radius: 0;
}

.navi-trigger,
.navi-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.navi-trigger {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 0;
	top: 20px;
	right: 6%;
}
.navi-trigger span {
	position: absolute;
	left: 10px;
	margin: 10px 0 0 0;
	width: 30px;
	height: 6px;
	background-color: #ffffff;
}
.navi-trigger span:nth-of-type(1) {
	top: 0;
}
.navi-trigger span:nth-of-type(2) {
	top: 12px;
}
.navi-trigger span:nth-of-type(3) {
	top: 24px;
}
.navi-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.navi-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.navi-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

/* Gloval Navigation - PagesLayout */
#Pages #gNavi {
	display: none;
	width: 100%;
	height: 280px;
	position: absolute;
	border-radius: 0;
	border: none;
	top: 70px;
	bottom: 0;
	z-index: 90;
}
#Pages #gNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#Pages #gNavi ul li {
	float: none;
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
}
#Pages #gNavi ul li a {
	float: none;
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 20px 0 20px 10px;
	font-size: 16px;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	box-sizing: border-box;
	background-color: #2fa550;
	color: #ffffff;
	z-index: 100;
}
#Pages #gNavi ul li:first-child a {
	border-top: 1px solid #ffffff;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child a {
	border-radius: 0;
}

#Pages .navi-trigger,
#Pages .navi-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#Pages .navi-trigger {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 0;
	top: 20px;
	right: 6%;
}
#Pages .navi-trigger span {
	position: absolute;
	left: 10px;
	margin: 10px 0 0 0;
	width: 30px;
	height: 6px;
	background-color: #ffffff;
}
#Pages .navi-trigger span:nth-of-type(1) {
	top: 0;
}
#Pages .navi-trigger span:nth-of-type(2) {
	top: 12px;
}
#Pages .navi-trigger span:nth-of-type(3) {
	top: 24px;
}
#Pages .navi-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
#Pages .navi-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#Pages .navi-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

/* Contents - Index AboutArea */
.AboutArea {
	width: 100%;
	margin: 100px auto;
	padding: 0 1em;
	box-sizing: border-box;
}
.AboutCatchPhrase {
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
.AboutTextBox {
	width: 100%;
	line-height: 1.7em;
}

/* Contents - Index FeatureArea */
.FeatureAll {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 40px 0;
}
.FeatureArea {
	width: 100%;
	margin: 0 auto;
}

.FeatureBox {
	width: 100%;
	float: none;
}
.CenterMargin {
	margin: 0;
}

.FeatureImage {
	width: 100%;
	max-width: 599px;
	padding: 0 4%;
	box-sizing: border-box;
}
.FeatureImage img {
	width: 90%;
	height: 90%;
}
.FeatureHeadline {
	text-align: center;
	font-size: 18px;
	padding: 12px 0 6px;
}
a.FeatureLinkButton {
	margin: 10px auto 50px;
}

/*  Index Information */
.InformationArea {
	width: 100%;
}

.TopicsBox {
	width: 100%;
	float: none;
}
.TopicsHeadline {
	width: 150px;
	float: left;
	font-size: 26px;
}
a.MoreLinkButton {
	width: 150px;
	margin: 0 10px 0 0;
}

.BannerBox {
	display: none;
}

/* Index Access */
.AccessMap {
	width: 100%;
	height: 400px;
	float: none;
}

.AccessInfo {
	width: 100%;
	height: auto;
	float: none;
	padding: 0 4%;
	box-sizing: border-box;
}

.AccessInfoColumnBox {
	max-width: none;
	float: none;
}
.AccessHeadline {
	text-align: center;
	margin: 0;
	padding: 50px 0;
}

.AccessInfoList dt {
	width: 30%;
}
.AccessInfoList dd {
	width: 70%;
}


/* Pages - CommonElement */
h3 {
	padding: 0 0 0.4em 0.4em;
	border-bottom: 1px dotted #0081e4;
}
h3 span {
	padding: 0;
}
h3::after {
	display: none;
}

.PageColumnBox {
	padding: 0 0.5em;
}
.PageImagesBox {
	max-width: 370px;
	float: none;
	margin: 0 auto 10px;
	box-sizing: border-box;
}

.ListSecondLayout {
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.ListSecondLayout dt {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.ListSecondLayout dd {
	width: 100%;
	float: none;
}
	
.ContactList {
	font-size: 16px;
	font-weight: bold;
}
.ContactList dt {
	width: 20%;
}
.ContactList dd {
	width: 80%;
}

p.ReceptionTime{
	font-size: 20px;
	line-height: 30px;
}

.ImageLine {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.ImageLine li {
	width: 100%;
	float: none;
	margin: 0 0 16px 0;
	padding: 0;
}
.ImageLine li:nth-child(2) {
	margin: 0 0 16px 0;
}
.ImageLine li img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}


/* Footer */
#footerAll {
	height: auto;
}

.footerSet {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.footNavi {
	display: none;
}

.copyright {
	clear: both;
	width: 100%;
	float: none;
	margin: 0;
	padding: 16px 0;
	text-align: center;
}

.pagetop a {
	display: none;
}

}
