@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 0. common
 ├ 0-1. text link
 └ 0-2. inq bnr
 1. header
 ├ 1-1. togglemenu
 ├ 1-2. globalNav
 └ 1-3. Sub Lists
 2. mainimage
 4. footer
 5. inquiry
 6. blog
 7. news
 ├ 7-1. default
 ├ 7-2. title　変更可用
 ├ 7-3. news list page
 └ 7-4. blog page
 8. sitemap
-------------------------------------------------------------
■ Tablet
-------------------------------------------------------------
 0. common
 └ 0-2. inq bnr
 1. header
 └ 1-2. globalNav
 3. side
 4. footer

-------------------------------------------------------------
■ SmartPhone
-------------------------------------------------------------
 0. common
 └ 0-2. inq bnr
 1. header
 ├ 1-2. globalNav
 └ 1-3. Sub Lists
 3. side
 4. footer
 5. inquiry
 6. blog
 7. news
-------------------------------------------------------------
■ 上記MediaQueryで対応できない処理
-------------------------------------------------------------

******************************************************************************* */

/* color palette --------

● base
 1. #f5f5f5  薄
 2. #f2f2f2　↑
 3. #aeaeae
 4. #　↓
 5. #　濃

---------------------- */

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 0. common
===================================== */
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 1.5px;
    line-height: 200%;
}
body, #inquiryBody {
	font-size: 85%;
	/* ★問い合わせフォーム用に案件のURLを絶対パスで記載する必要あり★ */
	background: #fff !important;
	color: #303030;
	letter-spacing: 1.5px;
    line-height: 200%;
}
body.android {
	overflow-x: hidden;
}
body.android #footer {
	position: static !important;
}
#base {
	z-index: 0;
}
p {
    margin-bottom: 20px;
}
/* 0-1. text link ---------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #afd6e9;
	text-decoration: none;
}
a:visited {
	color: #afd6e9;
	text-decoration: none;
}
a:hover {
	color: #2d8ab5;
	text-decoration: underline;
}
a:active {
	color: #afd6e9;
	text-decoration: underline;
}
a:focus, *:focus {
	outline: none;
}
/* content text link */
.link a:link {
	text-decoration: underline;
}
input[type=submit]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* 0-2. inq bnr ---------------------------- */
div#content-bottom {
	margin-bottom: 93px;
}
#inquiryBody #content-bottom {
	display: none;
}
#content-bottom li.inq_tel img, #content-bottom li.inq_mail img {
	max-width: 345px;
	margin-top: 10px;
}
#content-bottom li.inq_tel, #content-bottom li.inq_mail {
	width: 49%;
	float: left;
}
#content-bottom li.inq_tel {
	margin-right: 2%;
}
/* =====================================
 1. header
===================================== */
#header {
	background: none;
	margin-bottom: 20px;
}
#header h1 {
        width: auto;
}
#header h1 img {
	width: auto;
	margin: 10px 0;
        max-width: 254px;
}
#header_bg {
	background: none #fff;
}
#header .pc {
	display: block;
}
#header .pc img.pc_mail {
	margin: 10px 0 0 10px;
}
#header .rightBox {
    width: auto;
    max-width: 490px;
    margin-top: 23px;
}
/* 1-1. togglemenu ---------------------------- */
.togglemenu {
	background: none;
	display: none;
}
/* 1-2. globalNav ---------------------------- */
#gnav {
	background: none #fff;
	width: 100%;
}
.nav {
	border-left: 1px solid #c0c9ce;
	box-sizing: border-box;
	list-style: none;
 *zoom: 1;
	position: relative;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}
.nav li {
	width: 16.6%;
	border-right: 1px solid #c0c9ce;
	box-sizing: border-box;
	text-align: center;
}
.nav li.first {
	width: 17%;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav a, .nav span {
	padding: 14px 15px;
        *zoom: 1;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.nav > li {
	float: left;
	z-index: 200;
}
.nav > li > a, .nav > li > span {
	display: block;
        color: #342928;
}
.nav > li > span {
  cursor: default;
}
.nav a:hover, .nav span:hover {
	background: #afd6e9;
        text-decoration: none;
}
/* ★tablet toggle ---------------------------- */
.android .nav:focus .sub {
	display: block;
}
/* 1-3. Sub Lists ---------------------------- */
.sub {
	position: absolute;
	left: -9999px;
	z-index: 100;
	list-style: none;
	margin: 0;
        width: 100%;
}
.sub li {
	width: 100%;
	padding: 0;
	border-right: none;
}
.sub li a {
        color: #342928;
	display: block;
	background: #eee;
	position: relative;
	z-index: 100;
	border-top: 1px solid #fff;
}
.sub li a:hover {
	background: #afd6e9;
}
.nav li {
	position: relative;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}

/* =====================================
 4. footer
===================================== */
#footer {
	background: #72b3d3;
        background-image: none;
        padding-top: 5px;
}
#footer .footer_inner {
  border-bottom: 1px solid #fff;
}
#footer .inner {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    font-size: 100%;
}
#footer .footerLink {
  color: #fff;
  margin-bottom: 0;
}
#footer .footerLink a {
  color: #fff;
  padding-right: 5px;
}
address {
  color: #3a352d;
  text-align: center;
  background: #fff;
  padding: 5px 0;
}
/* =====================================
 5. inquiry
===================================== */
body#inquiryBody {
	background: none;
}
body#inquiryBody #mainimage {
	display: none;
}
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */ /*
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
    border-bottom: 1px solid #dedede;
	background: url(/asset/h2_bg.gif) no-repeat bottom left;
	font-size: 130%;
    line-height: 1.2;
    padding: 15px;
	border-radius: 0;
    position: relative;
}
*/
.form_error_notice {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 20px;
}
/* =====================================
 6. blog
===================================== */
.entry {
	margin-bottom: 20px;
}
#blogBody .date {
	text-align: right;
}
#blogBody .contributor {
	font-weight: bold;
}
#pagenation {
	background: none;
	border-top: 1px solid #ddd;
}
#pagenation .active a {
	background: #2d8ab5 !important;
}
#pagenation .active a:hover {
        opacity: 0.7;
}
#blogside h3 {
	background: none #f5f5f5;
	border-bottom: 1px solid #ddd;
	width: auto;
	padding: 3px 5px;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
	content: "";
	position: absolute;
	background: #ddd;
	top: 13px;
	left: 0;
	margin-top: -5px;
	height: 5px;
	width: 5px;
	padding: 0;
}
#blogside li.child-2 {
	margin-left: 15px;
}
#blogside li.child-2:before {
	content: "";
	position: absolute;
	background: #ddd;
	top: 13px;
	left: 5px;
	margin-top: -5px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	padding-left: 0;
}
#blogside li a,
#blogside #archiveMonth a {
        color: #303030;
}

/* news(side) list 打ち消し用 */
#blogBody #blogList {
	width: 72% !important;
	float: left;
}
/* search */
.blog_search_input input {
	width: 98%;
	margin-bottom: 3px;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
}
/* blog link -------------------------- */
#blogBody .contentArea a {
        color: #303030;
	word-break: break-all;
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news {
	position: relative;
	background: #fff;
	padding-bottom: 10px;
}
#news .newsBt:hover {
        text-decoration: underline;
}
#news .newsBt {
        color: #303030;
	top: 7%;
	right: 10px;
}
#news dl {
	margin-bottom: 0;
	border: 2px solid #afd6e9;
        border-top: none;
	box-sizing: border-box;
}
#news dt {
	padding: 15px 15px 0;
	margin-bottom: 0.1em;
	color: #303030;
	width: 160px;
	float: none;
}
#news dd {
	padding: 7px 15px 20px;
	float: none;
	width: auto;
}
#news .newsNew, #newsDetail .newsNew {
    background: none #62aed2;
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 1;
    margin:2px 0 0 0px;
    padding: 3px 5px;
    text-indent: 0;
    text-align: center;
    border-radius: 5px;
}
#news dd a, #newsDetail dd a {
        color: #303030;
	text-decoration: underline;
}
#news dd a:hover, #newsDetail dd a:hover {
        text-decoration: none;
}
.newsDetailBody img {
	margin: 5px;
}
/* iPad iPhone */
.ios #news dt {
	padding: 15px 15px 0;
	width: 180px;
	margin-top: 0;
}
/* 7-3. news list page -------------------------- */
#newsList #side #news {
	display: none;
}
#news #pagenation ul {
	text-align: center;
}
#news #pagenation ul li a {
	background: #ddd;
	margin-right: 5px;
}
/* 7-4. blog page -------------------------- */
#blogBody #news, #blogBody .contentArea.news_list {
	width: 100% !important;
	float: none;
}
/* =====================================
 8. sitemap
===================================== */
ul.sitemap_ic li a:after {
	background-color: #fff;
}
ul.sitemap_ic li a {
        color: #303030;
	padding-right: 40px;
}
ul.sitemap_ic li a:hover {
        opacity: 0.7;
}
.top #side {
  padding-top: 86px;
}
#side {
  width: 220px;
  padding-top: 0;
  margin-bottom: 50px;
}
#side .inner {
  padding: 0 0 11px 0;
}
#side img {
  margin-bottom: 20px;
}
#side a img:hover {
  opacity: 0.7;
}
/*20160330更新 start*/
#side a.tab {
  margin-bottom: 19px !important;
}
#side a.tab {
  position: relative;
  display: block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #2D8AB5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-bottom: 2px solid #084b80;
  height: 93px;
}
#side a.tab img {
  position: relative;
  z-index: 2;
}
#side a.tab:before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  background: #62AED2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#side a.tab:hover:before {
  height: 100%
}
/*20160330更新 end*/

#content-bottom ul.main {
  margin-top: 32px;
}
#content-bottom ul.main li {
  margin-bottom: 28px;
}
#mainimage ul.main {
  margin-top: 41px;
}
ul.main a {
  position: relative;
  display: block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #2D8AB5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-bottom: 2px solid #084b80;
}
ul.main a img {
  position: relative;
  z-index: 2;
}
ul.main a:before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  background: #62AED2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
ul.main a:hover:before {
  height: 100%
}
ul.main li.first {
  float: left;
  width: 48%;
  max-width: 460px;
}
ul.main li.last {
  float: right;
  width: 48%;
  max-width: 460px;
}
/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 601px) and (max-width: 980px) {
/* gnav both ends padding */
#gnav {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (min-width: 601px) and (max-width: 959px) {
/* =====================================
 0. common
===================================== */
body {
	background-image: none !important;
}
#mainimage ul {
    width: 98%;
    margin: 0 auto;
}


#contentBase {
	min-height: 700px;
	max-width: 760px;
	margin: 0 auto;
}
#inquiryBody #contentBase {
	min-height: 860px;
}
#content {
	padding: 1em 30px 0 !important;
}
/* 0-2. inq bnr ---------------------------- */
div#content-bottom {
	padding: 0 30px;
}
div#content-bottom img {
	width: 100%;
}
/* =====================================
 1. header
===================================== */
#header h1 {
	width: 35%;
}
#header h1 img {
	width: 100%;
}
#header .pc {
	display: block;
}
#header .pc img.pc_tel {
	width: 100%;
}
#header .pc img.pc_mail {
	width: 40%;
}
#header .rightBox {
        width: 60%;
}
/* 1-2. globalNav ---------------------------- */
#globalNav .dropcordion {
	width: 100%;
	margin: 0;
	display: table;
}
#gnav01, #gnav04 {
	display: none;
}
.nav a, .nav span {
    padding: 15px 0px;
}
/* =====================================
 3. side
===================================== */
.top #side {
  padding-top: 0;
}
#side {
  width: 100%;
  background: #fff;
  padding-top: 0px;
}
#side .inner {
  width: 80%;
  max-width: 460px;
  margin: 0 auto;
  padding: 0;
}
#side img {
  float: left;
  max-width: 220px;
    margin-bottom: 20px;
}
#side img.img_r {
  float: right;
}
.bnr_stel {
	display: none
}
.gnv_tmp_width_1000 {
  width: 460px;
  margin: 40px auto 0;
}
/* =====================================
 4. footer
===================================== */
#footer .inner {
    max-width: 960px;
    width: 90%;
}
}

/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* =====================================
 0. common
===================================== */
body {
	background: none !important;
	font-size: 97% !important;
}
#news .newsBt {
    top: 5%;
}
.big_title {
    font-size: 20px;
    letter-spacing: 2px;
}
#content {
	padding: 1em 20px 0 !important;
}
/* 0-2. inq bnr ---------------------------- */
div#content-bottom {
	padding: 0 20px;
        margin-bottom: 40px;
}
#content-bottom li,
ul.main_sp li {
	margin-bottom: 20px;
}
ul.main_sp li img {
        width: 100%;
}
#content-bottom img {
	width: 100%;
}
#content-bottom ul.main_sp {
    width: 90%;
    margin: 30px auto 0;
}
ul.main_sp {
    width: 90%;
    margin: 0 auto;
}
/* =====================================
 1. header
===================================== */
#header {
	margin-bottom: 0;
}
#header h1 {
	width: 50%;
}
#header h1 img {
	width: 100%;
}
#header_bg {
	background: none #fff;
}
#header .rightBox {
	width: 50%;
    max-width: none;
    margin-top: 10px;
}
#header .inner {
    padding: 10px 0;
}
#header .pc {
	display: none;
}
#header #mail_button, #header #menu_button, #header #tel_button {
	display: inline;
	margin-left: 0;
	max-width: inherit;
	width: auto;
}
#header #mail_button img, #header #menu_button img, #header #tel_button img {
	display: inline;
	margin-left: 0.3%;
	max-width: 60px;
	width: 29%;
}
/* 1-2. globalNav ---------------------------- */
#gnav {
	background: none;
	height: auto;
	width: 100%;
        position: absolute;
}
.nav {
	display: none;
	border: none;
}
.nav li {
	border: none;
}
.nav > li {
	float: none;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav li {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	text-align: left;
	position: relative;
	display: block;
}
.nav li.first {
	width: 100%;
}
.nav li span {
	padding-right: 40px;
}
.nav li span:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 21px;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #ccc;
	background: none\9; /* IE8 */
}
.nav li span:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #f5f5f5;
	background: none\9; /* IE8 */
}
.nav a:hover, .nav span:hover {
	background: none;
	text-decoration: none;
}
/* 1-3. Sub Lists ---------------------------- */
.sub {
	margin: 0;
}
.sub li {
	background: #ddd;
	border-top: none;
}
.sub li a {
        color: #342928;
	border-top: 1px solid #ddd;
	background: #ededed;
}
.sub li a:hover {
	background: none #ededed;
	text-decoration: none;
}
.nav li, .sub li {
	width: 100%;
}
/* =====================================
 3. side
===================================== */
.top #side {
  padding-top: 0;
}
#side {
  width: auto;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 20px;
}
#side .inner {
  padding: 0;
  width: 100%;
  margin: 0 auto 30px;
}
#side img {
  float: left;
  width: 47%;
    margin-bottom: 20px;
}
#side img.img_r {
  float: right;
}
.gnv_tmp_width_1000 {
  margin: 0 auto;
}
/* =====================================
 4. footer
===================================== */
#footer {
	position: static !important;
}
#footer .inner {
	width: 90%;
}
/* =====================================
 5. inquiry
===================================== */
.inquiryFormTable dt {
	background: #e5e5e5 !important;
	color: #333;
}
/* =====================================
 6. blog
===================================== */
#blogBody #blogList {
	width: 100% !important;
}
/* =====================================
 7. news
===================================== */
#news dt {
	width: 170px;
}
#pagenation .inner {
	margin-bottom: 50px;
}
/* iPhone */
#news .newsNew, #newsDetail .newsNew {
    padding: 3px 9px 3px 5px;
    margin: 5px 0 0 0px;
}
.ios #news dt {
	width: 180px;
}
.ios #news .newsNew, .ios #newsDetail .newsNew {
	padding: 3px 10px 3px 5px;
	line-height: 0.8;
}
}

/* ----------------------------------------------------------
■ 上記MediaQueryで対応できない処理
----------------------------------------------------------- */
/* コンテンツが短い場合 */
@media screen and (max-width: 640px) {
#contentBase {
	min-height: 200px;
}
}