﻿@charset "utf-8";

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

サイト名: 弘前建機株式会社
用途：各コンテンツ設定用CSS - レスポンシブWebデザイン（PC & 横置きタブレット専用スタイル）

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



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

 * 1.0 - Common

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

body {
	font: normal 16px/1.8em "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	text-align: center;
	color: #333333;
	background: #ffffff;
}

/* links styles */
a:link {
	color: #23b87a;
	text-decoration: none;
}
a:visited {
	color: #23b87a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1f72c0;
}
a:active {
	text-decoration: none;
	color: #f06816;
}
a:focus {
	-moz-outline-style: none;
}


/* ********************************************************************************************
 ** 1.1 - clearfix
******************************************************************************************** */

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}



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

 * 2.0 - Header

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

/* ********************************************************************************************
 ** 2.1 - IndexLayout
******************************************************************************************** */

.LogoArea{
	margin: 0;
	padding: 0;
	position: relative;	
}

#headAll {
	width: 100%;
	min-width: 960px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/TopImage.jpg) top center no-repeat;
}
.headSet {
	max-width: 1080px;
	height: 700px;
	position: relative;
	margin: 0 auto;
}
.siteName {
	width: 570px;
	height: 90px;
	margin: 0 auto;
	padding: 6px 0 16px 0;
}

.CatchPhrase {
	text-align: center;
	padding: 480px 0 0 0;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
}
.MainMessage {
	text-align: center;
	padding: 30px 0 40px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
}

.HeadContact {
	width: 520px;
	margin: 0 auto;
	padding: 26px 0;
	text-align: center;
	border-radius: 16px;
	background: none;
	background: rgba(255,255,255,0.8);
}
.ContactMassage {
	margin: 0 0 16px 0;
	font-size: 18px;
}
.PhoneNumber {
	color: #006dc1;
	font-size: 36px;
	margin: 0 0 2px 0;
}
.PhoneNumber::before {
	content: url(../images/ico_phone.png);
	padding: 0 12px 0 0;
	position: relative;
	top: 2px;
}


/* ********************************************************************************************
 ** 2.2 - PagesLayout
******************************************************************************************** */

#Pages #headAll {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: none;
	background-color: #1d5ab7;
	box-sizing: border-box;
	border-bottom: 1px solid #00468e;
}
#Pages .headSet {
	max-width: 1080px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#Pages .siteName {
	max-width: 340px;
	max-height: 50px;
	margin: 0 0 0 12px;
	padding: 25px 0;
}

#Pages .HeadContact {
	width: 320px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-radius: 0;
	background: none;
	position: absolute;
	top: 32px;
	right: 0;
}
#Pages .PhoneNumber {
	color: #ffffff;
	font-size: 36px;
	margin: 0 0 2px 0;
}
#Pages .PhoneNumber::before {
	content: url(../images/ico_phone_w.png);
	padding: 0 8px 0 0;
	position: relative;
	top: 3px;
	left: 0;
}


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

 * 3.0 - Gloval Navigation

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

/* ********************************************************************************************
 ** 3.1 - IndexLayout
******************************************************************************************** */

#gNavi {
	width: 100%;
	height: 140px;
	/*position: absolute;*/
	/*border-radius: 16px;*/
	box-sizing: border-box;
	border: 2px solid #ffffff;
	background-color: #1d5ab7;
	border-left: none;
	border-right: none;
	color: #ffffff;
	/*bottom: -70px;*/
}
#gNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#gNavi ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gNavi ul li a {
	float: left;
	color: #ffffff;
	width: 20%;
	height: 136px;
	display: block;
	padding: 60px 0 0 0;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
#gNavi ul li:first-child a {
	border-left: none;
}
#gNavi ul li:last-child a {
	border-right: none;
}
#gNavi ul li a:hover {
	color: #ffffff;
	background-color: #002c85;
	text-decoration: none;
}

.navi-trigger {
	display: none;
}


/* ********************************************************************************************
 ** 3.2 - PagesLayout
******************************************************************************************** */

#Pages #gNavi {
	width: 100%;
	height: 60px;
	position: static;
	border-radius: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ababab;
	background-color: #ffffff;
	color: #333333;
	bottom: 0;
}
#Pages #gNavi ul {
	width: auto;
	max-width: 1080px;
	margin: 0 auto;
	padding: 16px 0;
}
#Pages #gNavi ul li {
	float: left;
	width: 20%;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: none;
	border-left: 1px dotted #ababab;
	box-sizing: border-box;
}
#Pages #gNavi ul li a {
	float: none;
	color: #333333;
	width: auto;
	height: 60px;
	display: block;
	margin: -18px 0 0 0;
	padding: 18px 0;
	text-align: center;
	font-size: 18px;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
	transition: background-color 0.4s, color 0.4s;
}
#Pages #gNavi ul li:first-child a {
	border-left: none;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child a {
	border-right: none;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child {
	border-right: 1px dotted #ababab;
	border-radius: 0;
}
#Pages #gNavi ul li a:hover {
	color: #ffffff;
	background-color: #002c85;
	text-decoration: none;
}

#Pages .navi-trigger {
	display: none;
}



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

 * 4.0 - Contents

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

/* ********************************************************************************************
 ** 4.1 - Index
******************************************************************************************** */

/* *** 4.1.1 - AboutArea
******************************************************************************************** */

.AboutArea {
	max-width: 1080px;
	margin: 200px auto 70px;
}
.AboutCatchPhrase {
	text-align: center;
	font-size: 30px;
	color: #f85d00;
	margin: 0 0 40px 0;
}
.AboutTextBox {
	width: 680px;
	font-size: 22px;
	line-height: 2em;
	margin: 0 auto;
	text-align: center;
}


/* *** 4.1.2 - FeatureArea
******************************************************************************************** */

.FeatureAll {
	width: 100%;
	margin: 200px 0 120px 0;
	padding: 0;
	background-color: ffffff;
}
.FeatureArea {
	max-width: 1080px;
	margin: 0 auto;
}

.FeatureBox {
	width: 29.629%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.CenterMargin {
	margin: 0 5.555%;
}

.FeatureImage img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 6px solid #1d5ab7;
	border-radius: 50%;
}
.FeatureHeadline {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 0 12px;
}
a.FeatureLinkButton {
	width: 280px;
	display: block;
	margin: 16px auto 0;
	padding: 8px 0;
	color: #ffffff;
	text-align: center;
	background-color: #f77501;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
a.FeatureLinkButton:hover {
	text-decoration: none;
	background-color: #dc6a05;
}


/* *** 4.1.3 - Information
******************************************************************************************** */

.InformationArea {
	max-width: 1080px;
	margin: 0 auto 100px;
	padding: 0;
}

.TopicsBox {
	width: 100%;
}
.TopicsHeadline {
	width: 200px;
	float: left;
	font-size: 30px;
	margin: 10px 0 40px 10px;
}

dl.TopicsList {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
dl.TopicsList dt {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}
dl.TopicsList dt span {
	margin: 0;
	padding: 0 0 0 28px;
	font-weight: normal;
	position: relative;
}
dl.TopicsList dt span::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 7px;
	left: 12px;
}
dl.TopicsList dt span.blue::before {
	background-color: #0073d5;
}
dl.TopicsList dt span.pink::before {
	background-color: #fa63d1;
}
dl.TopicsList dt span.orange::before {
	background-color: #fab863;
}
dl.TopicsList dt span.green::before {
	background-color: #12b77f;
}
dl.TopicsList dd {
	margin: 0 0 26px 0;
	padding: 0 0 4px 10px;
	border-bottom: 1px dotted #333333;
}


/* ********************************************************************************************
 ** 4.2 - Pages
******************************************************************************************** */

/* *** 4.2.1 - CommonElement
******************************************************************************************** */

h1 {
	max-width: 1080px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	line-height: 1.8em;
	margin: 100px auto;
	padding: 0 0 6px 0;
	position: relative;
}
h1 span {
	padding: 0 10px;
	border-bottom: 6px solid #f85d00;
}

h2 {
	max-width: 1080px;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 auto 30px;
	padding: 0;
	color: #0053b9;
}
h2 span {
	font-size: 16px;
	display: block;
	color: #7c7c7c;
	padding: 0;
	line-height: 1.5em;
}

h3 {
	max-width: 1080px;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
h3 span {
	padding: 0 20px 0 0;
	position: relative;
	background-color: #ffffff;
	z-index: 2;
}
h3::after {
	width: 100%;
	content: "";
	border-bottom: 1px dotted #0081e4;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

h4 {
	position: relative;
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 0 32px;
}
h4::before, h4::after {
	position: absolute;
	content: "";
	border-radius: 100%
}
h4::before {
	top: 0.2em;
	left: 0.2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(249,99,152,0.5);
}
h4::after {
	top: 0.7em;
	left: 0.7em;
	width: 13px;
	height: 13px;
	background: rgba(255,176,204,0.5);
}

.PageColumnBox {
	max-width: 1080px;
	margin: 0 auto 80px;
	padding: 0;
	box-sizing: border-box;
}
.PageColumnBox p {
	margin: 0 0 10px 0;
	padding: 0;
}
.ColumnInner {
	margin: 0 0 36px 0;
}

.PageImagesBox {
	max-width: 370px;
	float: right;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
}
.PageImagesBox img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}

.TableFirstLayout {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #ababab;
}
.TableFirstLayout th {
	padding: 10px;
	color: #1d43b1;
	font-weight: bold;
	text-align: center;
	background-color: #c5e2ff;
	border: 1px solid #ababab;
}
.TableFirstLayout td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ababab;
}
.TableFirstLayout tr:nth-child(2n+3) {
	background-color: #edf6ff;
}

.TableSecondLayout {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #ababab;
}
.TableSecondLayout th {
	padding: 10px 16px;
	color: #1d43b1;
	font-weight: bold;
	text-align: left;
	background-color: #c5e2ff;
	border: 1px solid #ababab;
}
.TableSecondLayout td {
	padding: 10px 16px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ababab;
}

.TableRentalLayout {
	width: 100%;
	margin: 0;
	border: 1px solid #ababab;
}
.TableRentalLayout th {
	padding: 10px;
	color: #1d43b1;
	font-weight: bold;
	text-align: center;
	background-color: #c5e2ff;
	border: 1px solid #ababab;
}
.TableRentalLayout td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ababab;
}
.TableRentalLayout tr:nth-child(2n+3) {
	background-color: #edf6ff;
}
.ScrollBar{
	display: block;
	margin: 0 0 30px 0;
}

.ListFirstLayout {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.ListFirstLayout li {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
}
.ListFirstLayout li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1d43b1;
	top: 10px;
	left: 0;
}

.ListSecondLayout {
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.ListSecondLayout dt {
	width: 20%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 4px 16px;
	color: #0081e4;
	font-weight: bold;
	border-bottom: 1px solid #0081e4;
	box-sizing: border-box;
}
.ListSecondLayout dd {
	width: 80%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #0081e4;
	box-sizing: border-box;
}

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

/* レンタル */
p.HeadVisual {
	width: 100%;
	text-align: center;
}
p.HeadVisual img {
	max-width: 800px;
	border: 1px solid #ababab;
}



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

 * 5.0 - Footer

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

/* ********************************************************************************************
 ** 5.1 - Access
******************************************************************************************** */

.AccessAll {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ababab;
}

.AccessMap {
	width: 50%;
	height: 350px;
	float: right;
}

.AccessInfo {
	width: 50%;
	height: 350px;
	float: left;
	color: #ffffff;
	background-color: #1d5ab7;
}
.AccessInfoColumnBox {
	max-width: 540px;
	float: right;
}
.AccessHeadline {
	font-size: 30px;
	margin: 50px 0;
}
.AccessInfoList {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.AccessInfoList dt {
	width: 20.37%;
	float: left;
	margin: 0;
	padding: 0;
}
.AccessInfoList dd {
	width: 79.63%;
	float: left;
	margin: 0;
	padding: 0;
}


/* ********************************************************************************************
 ** 5.2 - Banner
******************************************************************************************** */
.BannerBox{
	width: 100%;
	margin: 0;
	padding: 30px 0 30px 0;
	background-color: #efefef;
	clear: both;
}
.BannerArea {
	max-width: 1080px;
	margin: 0 auto;
}
.BannerList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	align-items: center
	}
.BannerList li {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	align-items: center;
	vertical-align: middle;
}
.BannerList li a:hover {
	transition: 0.8s;
	opacity: 0.6;
}


/* ********************************************************************************************
 ** 5.3 - CommonInfo
******************************************************************************************** */

#footerAll {
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background-color: #002c85;
}

.footerSet {
	max-width: 1080px;
	height: 90px;
	margin: 0 auto;
}
.footNavi {
	width: 64%;
	max-width: 691px;
	float: right;
	overflow: hidden;
}
.footNavi ul {
	width: 100%;
	margin: 40px 0 0 100px;
	padding: 0;
	box-sizing: border-box;
}
.footNavi ul li {
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 4%;
	padding: 0 4% 0 0;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
}
.footNavi ul li:first-child {
	margin: 0;
}
.footNavi ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.footNavi ul li a {
	color: #ffffff;
}
.footNavi ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footerLogo{
	width: 36%;
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
}
.footerLogo img {
	width: 275px;
}

.copyrightBox{
	max-width: 1080px;
	margin: 0 auto;
	height: 30px;
	box-sizing: border-box;
}
.copyrightBox p{
	text-align: right;
	padding: 0 10px;
	color: #FFFFFF;	
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	background-color: #1d5ab7;
	text-decoration: none;
	line-height: 50px;
	border-radius: 50%;
}
.pagetop a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: -21px 0 0 -9px;
	border-top: 14px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 14px solid #ffffff;
	border-left: 9px solid transparent;
	top: 50%;
	left: 50%;
}



@media screen and (min-width: 960px) and (max-width: 1366px) {
#headAll {
	background: url(../images/TopImage_1366.jpg) top center no-repeat;
}
}


