/*
Theme Name: child
Theme URI: http://wordpress.org/themes/child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*normalize*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden], template {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
	outline: none;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/*breadcrumb*/
#breadcrumb {
	padding: 0px;
	max-width: 1140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==========================================================================
   hx
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
/*Layout*/
/* =======================================

	layout CSS
	
========================================== */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.8em;
	background-image: url(../child/image/base/body_back.jpg);
}

@media print {
body {
	min-width: 1140px;
}
#header, #sp-header {
	display: none;
}
#header .head_inner {
	height: 0;
}
#contents .left_navi {
	display: none;
}
#contents {
	padding-top: 0 !important;
	padding-bottom: 240px !important;
}
#page_ttl {
	display: none;
}
#contents .right_c {
	min-width: 100% !important;
}
.sp_view {
	display: none;
}
}
#wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;/*	overflow: hidden;*/
}
.home #wrap {
	background-image: none;
}
body > #wrap {
	height: auto;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
p {
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	height: auto;
	background-color: transparent;
	vertical-align: bottom;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
hr.none {
	height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/*ClearFix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*.clearfix {
	overflow: hidden;
}*/
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */
/*Float Clear*/
.clear {
	clear: both;
}
/* clear */
.clear_both {
	clear: both;
}
/*List*/

ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
}
ul.pdf {
	padding-left: 0;
}
ul.pdf li {
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
	background-image: url(image/base/ico_pdf.png);
	background-size: 20px;
}
ul.list-none {
    list-style: none;
    padding-left: 0px;
}
/*Link*/
a.other_link {
	background-image: url(image/base/ico_otherpage-link.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 16px;
}
/*Contents(base)*/
#contents {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 280px;
	z-index: 9999;
	padding-top: 150px;
}
#contents p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
/*#contents .left_c {
	width: 75%;
	max-width: 855px;
	float: left;
	margin-right: 3%;
}
#contents .right_c {
	width: 22%;
	max-width: 250px;
	float: right;
}*/
#contents .inner {
	max-width: 100%;
	max-width: 1140px;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*Header*/
#header {
	width: 100%;
	min-height: 150px;
	padding: 0px;
	position: fixed;
/*	background-image: url(../child/image/base/body_back.jpg);*/
	background-color: rgba(237,234,224,1);
	z-index: 9999;
	top: 0;
}
.grecaptcha-badge {
    display: none !important;
}
@media screen and (max-width: 640px) {
#header {
	min-height: 65px;
}
}
#header .head_inner {
	max-width: 95%;
	max-width: 1140px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 150px;
}
.head_inner h1 {
	font-size: 85%;
	font-weight: normal;
	float: right;
}

@media screen and (max-width: 1140px) {
.head_inner h1 {
	font-size: 80%;
	font-size: 1.2vw;
}
}
/*Head_logo*/
#header h1.head_logo {
	position: absolute;
	left: 20px;
	top: 15px;
	margin: 0px;
	padding: 0px;
}
/*Head_tel*/
#header .head_inner .head_tel {
	position: absolute;
	right: 10px;
	max-width: 382px;
	bottom: calc(100% - 5em);
}
/*Footer CSS*/
#footer {
	color: #333333;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	min-height: 165px;
	text-align: left;
	bottom: 0;
	background-color: #EDEAE0;
}
#footer a {
	color: #333333;
}
#footer .f_inner {
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer .f_inner p {
	margin-bottom: 0.8em;
}
#footer .f_inner .footer_logo {
	float: left;
	height: 80px;
	width: 120px;
	margin-right: 25px;
	margin-bottom: 15px;
}
#footer .c_name {
	float: left;
	margin-bottom: 15px;
	padding-top: 28px;
}
#footer .f_inner .pagetop {
	position: absolute;
	top: -36px;
	right: 5px;
}
#footer .f_inner .f_sitemap {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	float: left;
	width: 16%;
}
#footer .f_inner .f_sitemap li {
	margin-left: 2em;
}
#footer .f_inner .f_sitemap li.ttl {
	background-image: url(image/base/ico_footer_sitemap.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}
#footer .footer_bnr {
	background-image: url(image/base/footer_company-back.jpg);
	padding-bottom: 30px;
}
#footer .footer_bnr ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0;
}
#footer .footer_bnr ul li {
	width: calc(20% - 20px);
	margin-right: 20px;
}
#footer .footer_bnr ul li:nth-child(5n) {
	margin-right: 0;
}
#footer .footer_bnr p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #2C6CA5;
}

@media screen and (max-width: 640px) {
#footer .footer_bnr ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer .footer_bnr ul {
	justify-content: center;
}
}
/* =======================================

	Navi CSS
	
========================================== */
/* Main_navi */
#g_navi {
	width: 100%;
	max-width: 1140px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#g_navi .g_navi_inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px;
}
/*Mainnavi base*/
#g_navi .g_navi_inner ul#navi_list {
	width: 100%;
	max-width: 1140px;
	text-align: left;
	padding: 0px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#g_navi .g_navi_inner ul#navi_list li {
	float: left;
	display: inline;
	text-align: center;
	color: #FFF;
	height: 60px;
	position: relative;
	font-size: 14.8px;
	font-weight: normal;
	width: 14.28571428571429%;
}
#g_navi .g_navi_inner ul#navi_list li:hover/*,
#home #g_navi .g_navi_inner ul#navi_list li.home,
#concept #g_navi .g_navi_inner ul#navi_list li.concept,
#works #g_navi .g_navi_inner ul#navi_list li.works,
#flow #g_navi .g_navi_inner ul#navi_list li.flow,
#price #g_navi .g_navi_inner ul#navi_list li.price,
#info #g_navi .g_navi_inner ul#navi_list li.info,
#inquiry #g_navi .g_navi_inner ul#navi_list li.inquiry*/ {
	background-color: rgba(134, 125, 116, 0.2);
}
#g_navi .g_navi_inner ul#navi_list li a:hover {
	text-decoration: none;
}
#g_navi .g_navi_inner ul#navi_list li a {
	display: block;
	overflow: hidden;
	height: calc(100% - 35px);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #5D544D;
	font-size: 16px;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', ' Meiryo', 'Osaka', serif;
	font-weight: bold;
}
/*own navi*/
#g_navi .g_navi_inner ul#navi_list li:before {
	content: "";
	position: absolute;
	height: 31px;
	background-color: #7B8686;
	width: 1px;
	right: 0;
	top: 25%;
}
#g_navi .g_navi_inner ul#navi_list li:first-child:after {
	content: "";
	position: absolute;
	height: 31px;
	background-color: #7B8686;
	width: 1px;
	left: 0;
	top: 25%;
}

/*#g_navi .g_navi_inner ul#navi_list li.home:after {
	content: "";
	position: absolute;
	height: 31px;
	background-color: #7B8686;
	width: 2px;
	left: 0;
	top: 25%;
}
#g_navi .g_navi_inner ul#navi_list li.info:after {
	content: "";
	position: absolute;
	height: 31px;
	background-color: #7B8686;
	width: 1px;
	left: 0;
	top: 25%;
}*/



/*Page-ttl*/
#page_ttl {
	width: 100%;
	height: 105px;
	text-align: left;
	orverflow: hidden;
	background-repeat: repeat;
	background-color: #E8E4CC;
}
#page_ttl .inner {
	width: 100%;
	max-width: 1140px;
	position: relative;
	color: #666;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/base/page-ttl-back.png);
	background-repeat: no-repeat;
}
#page_ttl .inner h2 {
	color: #fff;
	position: absolute;
	top: 43%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	right: 30px;
	text-shadow: 0px 0px 10px #253D03;
}
#page_ttl img {
	position: absolute;
	left: 0;
}
/*slider*/
#image-bloc .inner {
	max-width: 1140px;
	margin: 0 auto;
}
#image-bloc .inner ul {
	margin: 0;
}
/*2カラムコンテンツ*/
#contents .left_navi {
	width: 21%;
	max-width: 240px;
	float: left;
}
#contents .right_c {
	width: 75%;
	max-width: 855px;
	float: right;
}

@media screen and (max-width: 640px) {
#contents .right_c {
	min-width: 100%;
	float: right;
}
#contents .left_navi {
	min-width: 100%;
	clear: both;
	margin-bottom: 20px;
}
}
/*サイドナビ*/
#contents .left_navi ul#side_navi {
	width: 100%;
	max-width: 238px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: solid #853f15 1px;
	border-bottom: none;
}
#contents .left_navi ul#side_navi li.ttl {
	background-color: #853f15;
	list-style-type: none;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	border: none;
	text-align: center;
	font-weight: bold;
}
#contents .left_navi ul#side_navi li {
	background-color: #FFF;
	list-style-type: none;
}
#contents .left_navi ul#side_navi li a {
	list-style-type: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 220px;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #853f15;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #853f15;
	font-size: 100%;
}
#contents .left_navi ul#side_navi li.normal a {
	font-weight: normal;
}
#contents .left_navi ul#side_navi li a:hover {
	color: #853f15;
	background-color: #e9e2df;
	text-decoration: none;
}
#contents .left_navi ul#side_navi li a.this, #contents .left_navi ul#side_navi li a:hover {
	color: #853f15;
	background-color: #e9e2df;
	text-decoration: none;
}
#contents .left_navi p {
	margin-bottom: 5px;
}
ul#side_navi li:nth-child(even) {
	border-right: none;
}

@media screen and (max-width: 640px) {
#contents .left_navi ul#side_navi {
	width: 100%;
	max-width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: none;
	border-bottom: none;
}
#contents .left_navi ul#side_navi li a {
	list-style-type: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 220px;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #853f15;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #853f15;
	font-size: 90%;
}
ul#side_navi li {
	float: left;
	width: 50%;
	margin-right: -1px;
}
ul#side_navi li.ttl {
	width: 100%;
}
#contents .left_navi ul#side_navi li.ttl {
	padding: 10px 0;
}
#contents .left_navi ul#side_navi li.end a {
	border-bottom: 1px solid #853f15;
}
ul#side_navi li:nth-child(even) {
	border-right: 2px solid #853f15;
}
ul#side_navi li.end {
	width: 100%;
	border-right: none;
}
}
/* =======================================

	Structure CSS
	
========================================== */
/*Text Decoration*/
.look_orange {
	color: #F60;
}
.look_red {
	color: #D90000;
}
.look_pink {
	color: #F69;
}
.look_navy {
	color: #002B84;
}
.look_blue {
	color: #3366FF;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/*Text Size*/
.txt_mini_85 {
	font-size: 85%;
}
.txt_90 {
	font-size: 90%;
}
.txt_120 {
	font-size: 120%;
}
.txt_150 {
	font-size: 150%;
}
.mini_txt {
	font-size: 85%;
}
/*Text Align*/
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.va_center {
	vertical-align: middle;
}
/*width*/
.w-150 {
	width: 150px;
}
.w-180 {
	width: 180px;
}
.w-205 {
	width: 205px;
}
.w-220 {
	width: 220px;
}
.w-235 {
	width: 235px;
}
.w-240 {
	width: 240px;
}
.w-250 {
	width: 250px;
}
.w-260 {
	width: 260px;
}
.w-270 {
	width: 270px;
}
.w-280 {
	width: 280px;
}
.w-300 {
	width: 300px;
}
.w-315 {
	width: 315px;
}
.w-335 {
	width: 335px;
}
.w-350 {
	width: 350px;
}
.w-360 {
	width: 360px;
}
.w-390 {
	width: 390px;
}
.w-400 {
	width: 400px;
}
.w-430 {
	width: 430px;
}
.w-450 {
	width: 450px;
}
.w-480 {
	width: 480px;
}
.w-490 {
	width: 490px;
}
.w-495 {
	width: 495px;
}
.w-500 {
	width: 500px;
}
.w-525 {
	width: 525px;
}
.w-600 {
	width: 600px;
}
.w-625 {
	width: 625px;
}
.w-630 {
	width: 630px;
}
.w-645 {
	width: 645px;
}
.w-660 {
	width: 660px;
}
.w-690 {
	width: 690px;
}
.w-720 {
	width: 720px;
}
.w-790 {
	width: 790px;
}
.w-820 {
	width: 820px;
}
.w-840 {
	width: 840px;
}
.w-880 {
	width: 880px;
}

@media screen and (max-width: 641px) {
.w-150, .w-180, .w-205, .w-220, .w-235, .w-240, .w-250, .w-260, .w-270, .w-280, .w-300, .w-315, .w-335, .w-350, .w-360, .w-390, .w-400, .w-430, .w-450, .w-480, .w-490, .w-495, .w-500, .w-525, .w-600, .w-625, .w-630, .w-645, .w-660, .w-690, .w-720, .w-790, .w-820, .w-840, .w-880 {
	width: 100%;
}
}
/*Margin*/
#contents .no-mb {
	margin-bottom: 0px;
}
#contents .no-mt, .no-mt {
	margin-top: 0px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_35 {
	margin-top: 35px;
}
.mt_42 {
	margin-top: 42px;
}
.mb_05 {
	margin-bottom: 5px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_45 {
	margin-bottom: 45px;
}
.mb_2em {
	margin-bottom: 2em;
}
.mr_10 {
	margin-right: 10px;
}
.mr_15 {
	margin-right: 15px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_22 {
	margin-right: 22px;
}
.mr_25 {
	margin-right: 25px;
}
.mr_30 {
	margin-right: 30px;
}
.mr_55 {
	margin-right: 55px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_35 {
	margin-left: 35px;
}
.ml_45 {
	margin-left: 45px;
}
.pl_10 {
	padding-left: 10px;
}
/* Float */
.left {
	float: left;
}
.right {
	float: right;
}
/*img_deco*/
.img_border {
	border: 1px solid #E1D2B5;
	padding: 5px;
	max-width: calc(100% - 12px);
}
/* Table */
.table_over {
	width: 100%;
	overflow: auto;
}
.table_over table {
	width: 100%;
	min-width: 520px;
}
.table_01 {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 1.6em;
	font-size: 14px;
}
.table_01 th {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	color: #333333;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
	min-width: 100px;
}
.table_01 th.th_ttl {
	text-align: center;
	background-color: #96CD00;
	color: #FFF;
	font-size: 110%;
}
.table_01 th a {
	color: #2C97D1;
}
.table_01 th.need {
	min-width: 120px;
}
.table_01 th.need:before {
	content: "必須";
	font-size: 11px;
	float: left;
	margin-right: 10px;
	display: block;
	width: 30px;
	text-align: center;
	background-color: #f60;
	color: #fff;
}
.table_01 th.no-need {
	padding-left: 50px;
}
label.error {
	font-size: 100%;
	color: #F60;
	display: block;
}
.table_01 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.table_01 .txtcenter {
	text-align: center;
}
.table_01 .vam {
	vertical-align: middle;
}
.th-w30 th {
	width: 30%;
}
th.pdf {
	padding-left: 10px;
}
th.pdf a {
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
	display: block;
	background-image: url(image/base/ico_pdf.png);
	background-size: 20px;
}

@media screen and (max-width: 640px) {
.table_01 th.need {
	padding-left: 30px;
	width: auto;
	min-width: 90px;
}
.table_01 th.no-need {
	padding-left: 5%;
	width: 95%;
	text-indent: 40px;
}
}
/**/
.table_02 {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 1.6em;
	font-size: 14px;
}
.table_02 th {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	color: #333333;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
}
.table_02 th a {
	color: #2C97D1;
}
.table_02 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

@media screen and (max-width: 640px) {
.table_01 {
	width: 100%;
}
.table_01 tr {
	border: 1px solid #ccc;
}
.table_01 th {
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	padding: 10px 5%;
}
.table_01 td {
	display: block;
	border: none;
}
.table_01 textarea {
	width: 95%;
	max-width: 450px;
}
.th-w30 th {
	width: 100%;
	padding: 3% 0px;
}
.table_01 th.need {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 0px;
	width: 95%;
}
.table_01 th.no-need {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 0px;
	width: 95%;
}
}
/*send_btn*/

.btn_send {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
/*commentbox*/
#contents .comment_box {
	border: 1px solid #ABAB81;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #F3F3ED;
	color: #4D4B2D;
	word-wrap: break-word;
}
#contents .comment_box p {
	margin: 0px;
	padding: 0px;
}
/*ul*/
#contents .disc {
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
#contents .disc li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
table ul {
	margin-bottom: 0px;
}
/*ol*/

ol {
	padding-left: 20px;
}
ol li {
	line-height: 1.6em;
	margin-bottom: 0px;
}
#header .head_inner .img_logo_01 {
	position: absolute;
	top: 15px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	max-width: 238px;
	width: 30%;
}
#header .head_inner .img_logo_01 span {
	font-size: 11px;
}
#header .head_inner p.img_tel_logo {
	position: absolute;
	right: 10px;
	top: 20px;
}
#contents h2 {
	background-image: none;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0em;
	line-height: 1.2em;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', ' Meiryo', 'Osaka', serif;
	text-align: center;
	font-size: 200%;
	font-weight: normal;
	margin-top: 45px;
	background-color: #61AECA;
}
.home #contents h2 {
	background-image: none;
	padding-top: 1em; 
	padding-bottom: 1em; 
	color: #fff;
	font-size: 26px;
	line-height: 0.9em;
	text-align: center;
	font-weight: normal;
	background-color: #61AECA;
}
#contents .index_category h2 {
	background-color: #85C043;
	margin-top: 60px;
}
.home #contents h2.index_news_h2 {
	background-color: #C19F28;
	margin-bottom: 60px;
	margin-top: 60px;
}
.home #contents h2.index_works_h2 {
	background-color: #6CB630;
	margin-top: 65px;
}
#contents header.entry-header h2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
#contents h3 {
	font-size: 165%;
	color: #398EAA;
	padding-bottom: 10px;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', ' Meiryo', 'Osaka', serif;
	padding-top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #398EAA;
}
#contents h3.image-none {
	background-image: none;
	padding-left: 0;
}
#contents h4 {
	font-size: 125%;
	color: #E07A22;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E07A22;
	padding-left: 0.6em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	margin-top: 0.2em;
}
#contents h5 {
	font-size: 105%;
	color: #398EAA;
}
#contents .news_box {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
#contents .news_box .day {
	float: left;
	margin-right: 0.5%;
	width: 20%;
	min-width: 120px;
	font-weight: bold;
}
#contents .news_box .news_ttl {
	float: right;
	width: 75%;
}
.news_group {
	max-width: 635px;
	margin: 0 auto;
	padding: 0 30px;
}
#contents .campaign_box {
	float: right;
	width: 51.7544%;
	max-width: 590px;
	margin-bottom: 20px;
	position: relative;
}
#contents .campaign_box .day {
	float: left;
	margin-right: 0.5%;
	width: 20%;
	min-width: 120px;
	font-weight: bold;
}
#contents .campaign_box .news_ttl {
	float: right;
	width: 75%;
}
p.news_bnr a {
	text-align: center;
	padding: 5px 20px;
	background-color: #d2b31a;
	color: #fff;
	display: block;
	max-width: 13em;
	margin: 0 auto;
	font-size: 13px;
	float: right;
	margin-bottom: 75px;
}
p.news_bnr a:hover {
	text-decoration: none;
	background-color: #bd8c1e;
}
#contents .index_read {
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 1.6em;
	background-image: url(image/contents/home/bck_index-read.png);
	background-repeat: repeat;
	background-position: left top;
}
#contents .index_read .read_box {
	float: left;
	max-width: 360px;
	width: 32%;
	margin-right: 2%;
}
#contents .index_read .read_box.end {
	margin-right: 0%;
}
.category-1 .day{
	float: left;
	width: 7.5em;
	font-weight: bold;
}

.category-1 .ttl {
	float: right;
	width: calc(100% - 7.5em);
}


@media screen and (max-width: 640px) {
	.category-1 .day,
	.category-1 .ttl {
	float:none;
	clear:both;
	width:100%;
}
}


f_sitemap sp-none {
	float: left;
	max-width: 360px;
	width: 32%;
	margin-right: 2%;
}
f_sitemap sp-none.end {
	margin-right: 0%;
}
#contents .index_bnr {
	float: left;
	width: 22%;
	max-width: 270px;
	margin-right: 4%;
	margin-bottom: 20px;
}
#contents .index_bnr.end {
	margin-right: 0%;
}
.home #contents .flex.about p,
#works #contents .flex.about p  {
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', ' Meiryo', 'Osaka', serif;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 840px) {
.home #contents .flex.about p,
#works #contents .flex.about p {
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', ' Meiryo', 'Osaka', serif;
	font-size: 12px;
	text-align: center;
}
}
.home .flex.about a,
#works .flex.about a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.flex.about img {
	width: 100%;
}
.home .flex.about .txt_4box,
#works .flex.about .txt_4box {
	position: relative;
	opacity: 1;
	transition: 0.5s;
	float: left;
}
.home .flex.about .txt_4box:hover,
#works .flex.about .txt_4box:hover {
	opacity: 0.5;
	transition: 0.5s;
}
.home .flex.about,
#works .flex.about {
	margin-bottom: 30px;
}
.bnr_black a {
	background-color: #464637;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 10px 10px;
	color: #fff;
	margin-top: 0;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', ' Meiryo', 'Osaka', serif;
	font-size: 18px;
	text-align: center;
}
.bnr_black a:hover {
	text-decoration: none;
	background-color: #85856b;
}

@media screen and (max-width: 1140px) {
#header .head_inner .img_logo_01{
left:10px;
}
}
@media screen and (max-width: 640px) {
.home #contents h2, .home #contents .news_box h2 {
	font-size: 17px;
}
#contents h2{
	font-size: 140%;
}
#contents h3 {
	font-size: 15px;
}
.home #contents h2.index_news_h2 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.home #contents h2 span {
	font-size: 15px;
}
.news_group {
	padding: 0;
}
.home #contents .flex.about p,
#works #contents .flex.about p {
	font-size: 5vw;
}
body {
	min-width: 100%;
}
#wrap .side-order {
	display: none;
}
#wrap .side-inquiry {
	display: none;
}
#g_navi {
	display: none;
}
.head_inner {
	display: none;
}
/* sp-menu */
#header {
. height: auto;
}
#header #sp-header {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 1em;
}
#sp-header .img_logo_01 {
	position: absolute;
	left: 15px;
	top: 100%;
	width: calc(100% - 170px);
	max-width: 238px;
}
#header #sp-header .inner {
	width: 95%;
	margin: 0 auto;
}
#header #sp-header h1 {
	padding: 0;
	margin-top: 0;
	margin-right: 1em;
}
#header #sp-header .header_tel {
	float: right;
}
#header #sp-header ul#sp_navi {
	padding: 0px;
	margin: 0em;
}
#header #sp-header ul#sp_navi li {
	list-style-type: none;
	float: left;
	width: 50%;
        margin-bottom: 0;
}
#header #sp-header ul#sp_navi li:last-child {
	width: 100%;
	border-right-width: 0;
}
#header #sp-header ul#sp_navi li a {
	background-color: #61aeca;
	display: block;
	color: #fff;
	text-decoration : none !important;
	text-align: center;
	margin: 0px;
	padding: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
#header #sp-header ul#sp_navi li:nth-child(2n) a,
#header #sp-header ul#sp_navi li:last-child a{
    border-right-width:0;
}
#header #sp-header ul#sp_navi li a:hover {
	background-color: #987c78;
}
#header #sp-header .header_txt {
	font-size: 80%;
	clear: both;
}
/* sp-navi-top */
#header #sp-header #openMenu {
	position: absolute;
	right: 3%;
	top: 85%;
}
#header #sp-header .img_tel {
	position: absolute;
	right: calc(3% + 70px);
	top: 85%;
}
#header #sp-header #layerMenu {
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
	display: none;
}
#header #sp-header #closeMenu {
	background-color: #d9ecf2;
	height: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #1c4855;
	/* position: relative; */
	padding-top: 10px;
}
#header #sp-header #closeMenu:after {
	content: "×";
	position: absolute;
	right: 10px;
	font-size: 2em;
	top: 5px;
	color: #1c4855;
}
#header #sp-header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: auto;
	min-height: 150px;
}
#footer .inner {
	width: 94%;
	margin: 0 auto;
}
#footer .inner .f_info {
	float: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#footer .f_inner .f_sitemap {
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer .f_inner .f_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#page_ttl {
	width: 100%;
	background-color: #F2EFCE;
	height: 90px;
	text-align: right;
}
#page_ttl .inner {
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #666;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#page_ttl .inner img {
	display: none;
}
#contents {
	padding-bottom: 150px;
	padding-top: 2em;
}
#contents .news_box {
	float: none;
	width: 90%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#contents .news_box .day {
	float: none;
	margin-right: 0%;
	min-width: 120px;
	font-weight: bold;
	margin-bottom: 0;
}
#contents .news_box .news_ttl {
	float: none;
	width: 100%;
}
#contents .campaign_box {
	float: none;
	width: 90%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contents .campaign_box .day {
	float: none;
	margin-right: 0%;
	width: 100%;
	min-width: 120px;
	font-weight: bold;
	margin-bottom: 0;
}
#contents .campaign_box .news_ttl {
	float: none;
	width: 100%;
}
#contents .index_read .inner {
	width: 90%;
}
#contents .index_read .read_box {
	float: none;
	max-width: 100%;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;
}
#contents .index_bnr.bnr_01 {
	float: left;
	width: 46%;
	max-width: 300px;
	margin-right: 0%;
}
#contents .index_bnr.bnr_02 {
	float: right;
	width: 46%;
	max-width: 300px;
	margin-right: 0%;
}
#contents .index_bnr.end {
	margin-right: 0%;
}
f_sitemap sp-none {
	float: none;
	max-width: 100%;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
}

@media screen and (min-width: 641px) {
#sp-header {
	display: none;
}
}

@media screen and (max-width: 640px) {
#pc-header {
	display: none;
}
}

@media screen and (max-width: 640px) {
#footer {
	min-height: 150px;
	text-align: center;
}
#contents {
	padding-bottom: 350px;
	padding-top: 70px;
}
#home #contents {
	padding-top: 65px;
}
}

@media screen and (max-width: 730px) {
.voice-img {
	float: none;
	width: 100%;
	margin-right: 0;
}
.voice-txt {
	float: none;
	width: 100%;
}
}
/*カラム数*/

.col-4 {
	float: left;
	width: 22%;
	margin-right: 3%;
}
.col-4:last-child {
	margin-right: 0;
}
.img_2box {
	float: left;
	width: 32.457%;
}
.img_2box-txt {
	float: right;
	width: 65%;
}
.img_2box_02 {
	float: left;
	width: 30%;
}
.img_2box-txt_02 {
	float: right;
	width: 65%;
}
.txt_2box {
	width: 48%;
}
.txt_2box.end {
	margin-right: 0%;
}
.txt_3box {
	width: 31.5%;
	margin-right: 2.75%;
}
.txt_3box.end {
	margin-right: 0%;
}
.txt_4box {
	width: 22.75%;
	margin-right: 3%;
}
.txt_4box.end {
	margin-right: 0%;
}
.txt_6box {
	width: 15%;
}
.table_01 .event-title {
	width: 100%;
	height: 50px;
}

@media screen and (max-width: 640px) {
.table_01 td.mc-main {
	width: 100%;
}
.home .txt_4box {
	width: 45%;
}
}

@media screen and (max-width: 340px) {
.home .txt_4box {
	width: 45%;
}
}
/* other */
.pc-none {
	display: none;
}
.sp-none {
	display: block;
}
.sp-none.inline {
	display: inline-block;
}

@media screen and (max-width: 640px) {
.pc-none {
	display: block;
}
.sp-none, .sp-none.inline {
	display: none;
}
}

@media screen and (max-width: 640px) {
.sp-none {
	display: none;
}
.pc-none {
	display: block;
}
.copyright {
	font-size: 83%;
	font-size: 3vw;
}
.img_2box {
	float: none;
	width: 100%;
}
.img_2box-txt {
	float: none;
	width: 100%;
}
.img_2box_02 {
	float: none;
	width: 100%;
}
.img_2box-txt {
	float: none;
	width: 100%;
}
.img_2box-txt_02 {
	float: none;
	width: 100%;
}
.txt_2box {
	width: 100%;
	margin-right: 0%;
}
.txt_2box.end {
	margin-right: 0%;
}
.txt_3box {
	width: 100%;
	margin-right: 0%;
}
.txt_3box.end {
	margin-right: 0%;
}
.txt_4box {
	width: 47%;
	margin-right: 0%;
}
.txt_4box.end {
	margin-right: 0%;
}
.txt_6box {
	width: 30%;
}
.campaign_box .txt_2box.left {
	width: 45%;
}
.campaign_box .txt_2box.right {
	width: 45%;
}
.campaign_box .txt_3box.left {
	width: 31.5%;
	margin-right: 2.75%;
}
.campaign_box .txt_3box.left.end {
	margin-right: 0%;
}
}

@media screen and (max-width: 380px) {
.txt_6box {
	width: 45%;
}
}
/* sitemap */
.sitemap_4box {
	width: 25%;
}
.sitemap_4box.end {
	margin-right: 0%;
}

@media screen and (max-width: 640px) {
.sitemap_4box {
	width: 50%;
	margin-right: 0%;
}
}

@media screen and (max-width: 400px) {
.sitemap_4box {
	width: 100%;
	margin-right: 0%;
}
}
/* inquiry */
input {
	width: 60%;
}
.attached-file input {
    width: 100%;
}
input[type="submit"] {
	width: 15%;
}
input.input-short {
	width: 15%;
	margin-right: 1%;
}
textarea {
	width: 80%;
}
input[type="radio"] {
	width: auto;
}
div.wpcf7-validation-errors {
    background-color: #f5f1e6;
    border-width: 0;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width: 890px) {
.page-template-inquiry .table_01 {
	width: 100%;
}
}

@media screen and (max-width: 640px) {
input {
	width: 95%;
}
input[type="submit"] {
	width: 100%;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
}
#home #contents .about .flex {
    min-height: 14em;
}

#contents .index_read .inner {
	background-color: #FBF8F1;
	background-image: url(image/contents/home/bck_index-read-inner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 96%;
	box-shadow: 5px 5px 10px #887462;
	-webkit-box-shadow: 5px 5px 10px #887462;
	-moz-box-shadow: 5px 5px 10px #887462;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECDDBD;
	border-right-color: #ECDDBD;
	border-bottom-color: #ECDDBD;
	border-left-color: #ECDDBD;
}
#contents .index_read h2 {
	background-image: url(image/contents/home/bck_index_read-h2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 200%;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contents .index_read h3 {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	margin-top: 1em;
	margin-right: 0px;
	margin-left: 0px;
	color: #006600;
	margin-bottom: 0.6px;
}
#contents .index_read .inner .works_left {
	float: left;
	width: 30%;
	padding-left: 3%;
}
#contents .index_read .inner .works_right {
	float: right;
	width: 60%;
	padding-right: 3%;
	padding-top: 4em;
	padding-bottom: 4em;
}

@media screen and (max-width: 800px) {
#contents .index_read .works_left .img_box, #contents .index_read .works_right .img_box {
	float: none;
	width: 100%;
	background-position: center bottom;
}
#contents .index_read .txt_box {
	float: none;
	width: 60%;
	margin: 0 auto;
}
#contents .index_read .txt_box .works_ul_left {
	float: none;
}
#contents .index_read .txt_box .works_ul_right {
	float: none;
}
}

@media screen and (max-width: 640px) {
#contents .index_read .inner .works_left {
	float: none;
	width: 85%;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
#contents .index_read .inner .works_right {
	float: none;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
}
#contents .index_read .inner .works_right .btn {
	text-align: center;
}
#contents .index_read .works_left .img_box, #contents .index_read .works_right .img_box {
	float: none;
	width: 100%;
	background-position: center bottom;
}
#contents .index_read .txt_box {
	float: none;
	width: 75%;
	margin: 0 auto;
}
#contents .index_read .txt_box .works_ul_left {
	float: left;
	width: 40%;
}
#contents .index_read .txt_box .works_ul_right {
	float: right;
	width: 45%;
}
#contents .campaign_box .bnr_left {
	float: none;
	width: 100%;
}
#contents .campaign_box .bnr_right {
	float: none;
	width: 100%;
}
}
#contents .index_read .index_read-box {
	float: left;
	width: 27.83%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECDDBD;
	border-right-color: #ECDDBD;
	border-bottom-color: #ECDDBD;
	border-left-color: #ECDDBD;
	background-color: #FBF8F1;
	margin-right: 4.7%;
	box-shadow: 5px 5px 10px #887462;
	-webkit-box-shadow: 5px 5px 10px #887462;
	-moz-box-shadow: 5px 5px 10px #887462;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
#contents .index_read .index_read-box.end {
	margin-right: 0%;
}
#contents .index_read .inner_02 {
	max-width: 100%;
	max-width: 1140px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}
#contents .campaign_box .bnr li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2.2%;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 30.50847457627119%;
	max-width: 180px;
	float: left;
}
#contents .campaign_box .bnr li.end {
	margin-right: 0%;
}

@media screen and (max-width: 640px) {
#contents .index_read .index_read-box {
	float: none;
	width: 92%;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
#contents .campaign_box .bnr li {
	width: 90%;
	max-width: 368px;
	float: none;
}
}
#contents .index_category {
	background-repeat: repeat;
	position: relative;
	padding-bottom: 40px;
}
#contents .index_category .works_txt {
	text-align: center;
	font-size: 120%;
}
#contents .index_category.bck_orange {
/* background-color: #F5F1E7; */
}
#contents .index_category.bck_pink {
	background-image: url(image/contents/home/bck_pink.png);
}
#contents .index_category.bck_blue {
	background-image: url(image/contents/home/bck_blue.png);
}
#contents .news_box h2 {
	text-align: center;
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	background-color: #D2B31A;
}
#contents .index_category h2 img, #contents .news_box h2 img {
	width: 100%;
	max-width: 325px;
}
#contents .index_category .inner.index_ttl-inner {
	margin-top: -18px;
}
#contents .index_category .category_box {
	float: left;
	width: 23.5%;
	max-width: 240px;
	margin-bottom: 25px;
	position: relative;
	transition: 0.5s;
	opacity: 1;
}
#contents .index_category .category_box:hover {
	transition: 0.5s;
	opacity: 0.5;
}
.category_box .txt {
	color: #00A3D8;
}
#contents .index_category .category_box .day {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	font-weight: bold;
}
#contents .index_category .category_box p.txt_center img {
	width: 100%;
}
#contents .index_category .category_box a {
	margin-bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#contents .index_category .category_box.end {
	margin-right: 0%;
}
.recruit_box {
	background-color: #E6EBEC;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 45px;
}

@media screen and (max-width: 640px) {
#contents .index_category .works_txt {
	text-align: left;
	font-size: 115%;
}
#contents .index_category {
	padding-top: 0;
}
.recruit_box {
	padding-top: 25px;
}
}
.facebook_box {
	float: right;
	width: 37%;
}
#contents .facebook_box h3 {
	color: #365899;
	border-color: #365899;
}

@media screen and (max-width: 640px) {
#contents .blog_box .day {
	float: none;
	margin-right: 0%;
	min-width: 120px;
	font-weight: bold;
	margin-bottom: 0;
}
#contents .index_category .category_box {
	float: none;
	width: 45%;
	max-width: 45%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	position: relative;
	transition: 0.5s;
	opacity: 1;
}
#contents .index_category .category_box.end {
	margin-right: auto;
}
#contents .index_category .category_box {
	margin-top: 0.4em;
}
#contents .service_bnr {
	width: 100%;
	margin-bottom: 20px;
}
#contents .news_box {
	margin-bottom: 5em;
}
#contents .blog_box {
	max-width: 100%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#contents .index_blog .blog_box {
	float: none;
	width: 96%;
	max-width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
}
#contents .index_blog .blog_box.end {
	margin-right: auto;
}
#contents .index_blog .blog_box p {
	max-width: 96%;
}
.pickup_box, .facebook_box {
	width: 90%;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
}

@media screen and (max-width: 640px) {
#contents .index_category .category_box {
	float: none;
	width: 45%;
	max-width: none;
}
}
#contents p.txt_btn a {
	background-color: #1FB4D3;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	padding-top: 0.6em;
	padding-right: 2em;
	padding-bottom: 0.6em;
	padding-left: 2.4em;
	background-image: url(image/base/ico_btn.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	background-color: #1FB4D3;
	color: #FFF;
	display: block;
}
#contents p.txt_btn a:hover {
	background-color: #3EC7E3;
	text-decoration: none;
}
#contents p.txt_btn.pink a {
	background-color: #F57689;
}
#contents p.txt_btn.pink a:hover {
	background-color: #FFB2BE;
}
#contents p.txt_btn.green a {
	background-color: #67BE2E;
}
#contents p.txt_btn.green a:hover {
	background-color: #80D248;
}
#contents .index_category.link {
	padding-top: 5em;
	margin-top: 5em;
	position: relative;
	bottom: 65px;
}
#contents .index_category.link .inner .txt_btn.green a {
	background-color: #67BE2E;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding-top: 0.6em;
	padding-right: 2em;
	padding-bottom: 0.6em;
	padding-left: 2.4em;
	background-image: url(image/base/ico_btn.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	color: #FFF;
	display: block;
	float: left;
	width: 18%;
	margin-right: 1em;
	margin-bottom: 0.6em;
}
#contents .index_category.link .inner .txt_あbtn.green a:hover {
	background-color: #80D248;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
#contents .index_category.link .inner .txt_btn.green a {
	float: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.6em;
}
}
#contents .index_category .campaign_box .bnr {
	padding-top: 5em;
}
/* pc sp button */

.view-button {
	margin-bottom: 10px;
}
#footer .view-button a {
	/* float: left; */
	padding: 5px 10px;
	background-color: #2e6ca7;
	margin-right: 5px;
	color: #fff;
	font-size: 85%;
}
.view-button p {
	float: left;
}
.view-button p.pc-button {
	display: none;
}
.view-button p.sp-button {
	display: block;
}

@media screen and (max-width: 890px) {
.view-button p.pc-button {
	display: block;
	float: none;
}
.view-button p.sp-button {
	display: none;
}
.view-button {
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
}
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.relative {
	position: relative;
}

@media screen and (max-width: 640px) {
#contents .center {
	position: relative;
	top: 0;
	-webkit-transform: inherit;
	margin-top: 30px;
}
}
/* works */
.works_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.works_box {
	width: calc(20.5% - 35px);
	text-align: center;
	position: relative;
	opacity: 1;
	transition: 0.5s;
	margin-right: 35px;
}
#contents .works_box h3 {
	font-size: 120%;
}
.works_box:nth-child(5n) {
	margin-right: 0;
}
.works_box a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.works_box:hover {
	opacity: 0.5;
	transition: 0.5s;
}
.box_news p.return_work {
	display: none;
}
@media screen and (max-width: 640px) {
.works_flex{
	justify-content: space-between;
}
	.works_box {
	width: calc(52% - 35px);
	text-align: center;
	position: relative;
	opacity: 1;
	transition: 0.5s;
	margin-right: 0;
}
.works_box:nth-child(5n) {
	margin-right: auto;
}

.works_box:nth-child(2n) {
	margin-right: 0;
}
}
/* flow */
#contents .flow-box {
	text-align: center;
}

#contents .flow-box p {
	width: calc(100% - 46px);
	max-width: 600px;
	color: #333;
	margin-bottom: 45px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #efffde;
	border: 3px solid #8fc18e;
/*	letter-spacing:.15em;
	font-weight: bold;*/
}
#contents .flow-box p:after {
	content: "";
	border-top: 25px solid #8fc18e;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	display: block;
}
#contents .flow-box p:last-child:after {
	display: none;
}
/* concept */
#concept .flow-box {
	justify-content: space-between;
	display: flex;
	flex-wrap:wrap;
}
#concept #contents .flow-box p:after {
	content: "";
	border-top: 25px solid transparent;
	border-left: 40px solid #61aeca;
	border-bottom: 25px solid transparent;
	position: absolute;
	top: 50%;
	width: 0;
	margin: 0 auto;
	display: block;
	left: 110%;
	transform: translate3d(0, -50%, 0);
}
#concept #contents .flow-box p {
	width: calc(23% - 85px);
	background-color: transparent;
	padding: 20px;
	color: #333;
	margin-bottom: 45px;
	position: relative;
	margin-right: 70px;
	text-align: left;
}
#concept #contents .flow-box p:last-child {
	margin-right: 0;
}

#concept #contents .flow-box p:last-child:after {
	display: none;
}
@media screen and (max-width: 840px) {
	#concept #contents .flow-box p {
		width:100%;
		margin-right:0;
	}
	#concept #contents .flow-box p {
	width: 100%;
	margin-right: 0;
	margin-bottom: 80px;
	text-align: center;
	}
	#concept #contents .flow-box p:after {
	content: "";
	border-top: 40px solid #61aeca;
	border-left: 20px solid transparent;
	border-bottom: 0px solid transparent;
	position: absolute;
	top: calc(100% + 40px);
	width: 0;
	margin: 0 auto;
	display: block;
	left: 0;
	transform: translate3d(0, -50%, 0);
}
}
/* caution */
.caution-list-box li:before {
	content: "※";
	position: absolute;
	left: 0
}
.caution-list-box li {
	padding-left: 30px;
	position: relative;
}
.caution-list-box li:before {
	top: 0px;
}


/* price */
ul.list_ico {
    list-style: none;
    display: flex;
    padding-left: 0;
}

ul.list_ico li {
    margin-right: 10px;
    max-width: 70px;
}
ul li {
    margin-bottom: 0.6em;
}
#contents .index_category-img {
	margin: 0px;
	padding: 0px;
}
#contents .index_category-ttl {
	color: #FFF;
	background-color: #6C4F4A;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
