﻿@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: url(../images/TopImage_599.jpg) top center no-repeat;
	background-size: cover;
}
.headSet {
	width: 100%;
	min-width: 320px;
	height: 400px;
}
.siteName {
	width: 285px;
	height: 45px;
	margin: 0 0 0 10px;
	padding: 10px 0 14px 0;
}
.siteName img {
	width: 100%;
	height: 100%;
}

.CatchPhrase {
	padding: 250px 0 0 0;
	font-size: 24px;
	line-height: 1.5em;
}
.MainMessage {
	padding: 10px;
	font-size: 18px;
}

.HeadContact {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	/*padding: 20px 8px;*/
	border-radius: 8px;
}
.ContactMassage {
	margin: 0 0 6px 0;
	font-size: 16px;
}
.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 #headAll {
	height: 80px;
}
#Pages .headSet {
	height: 80px;
}
#Pages .HeadContact {
	display: none;
}
#Pages .siteName {
	padding: 16px 0;
}
#Pages .siteName img {
	width: 90%;
	height: 90%;
}

/* Gloval Navigation - IndexLayout */
#gNavi {
	display: none;
	width: 100%;
	height: 350px;
	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: #1d5ab7;
	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: 40px;
	height: 40px;
	margin: 0;
	top: 15px;
	right: 3%;
	background-color: #1d5ab7; 
}
.navi-trigger span {
	position: absolute;
	left: 10px;
	margin: 8px 0 0 0;
	width: 20px;
	height: 5px;
	background-color: #ffffff;
	box-sizing: border-box;
}
.navi-trigger span:nth-of-type(1) {
	top: 0;
}
.navi-trigger span:nth-of-type(2) {
	top: 10px;
}
.navi-trigger span:nth-of-type(3) {
	top: 20px;
}
.navi-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.navi-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.navi-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/* Gloval Navigation - PagesLayout */
#Pages #gNavi {
	display: none;
	width: 100%;
	height: 350px;
	position: absolute;
	border-radius: 0;
	border: none;
	top: 75px;
	bottom: 0;
	z-index: 90;
}
#Pages #gNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#Pages #gNavi ul li {
	float: none;
	width: 100%;
	height: 70px;
	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: 70px;
	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: #1d5ab7;
	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: 15px;
	right: 3%;
}
#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: 70px 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;
	font-size: 18px;
}

/* Contents - Index FeatureArea */
.FeatureAll {
	width: 100%;
	margin: 40px 0 50px 0;
	padding: 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{
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	background-color: #efefef;
	clear: both;
}
.BannerList li {
	width: 50%;
	padding-bottom: 30px;
}

/* 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 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;
}

.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;
}

.ScrollBar{
	overflow-x:scroll;
}


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

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

.footerLogo{
	display: none;
}

.copyrightBox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 8px 10px;
	box-sizing: border-box;
}
.copyrightBox p {
	text-align: center;
}

.pagetop a {
	display: none;
}

}
