@charset "utf-8";
/*
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: 1340px;
  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 {
  background-color: #FFF;
  background-image: url(image/base/bck_body.png);
  background-repeat: repeat;
  color: #000;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  height: 100%;
  margin: 0px;
  line-height: 1.6em;
  padding: 0px;
  text-align: center;
  width: 100%;
}
@media print {
body {
  min-width: 1340px;
}
#header, #sp-header {
  display: none;
}
#header .head_inner {
  height: 0;
}
#contents .left_navi {
  display: none;
}
#contents {
  padding-top: 0 !important;
}
#page_ttl {
  display: none;
}
#contents .right_c {
  min-width: 100% !important;
}
.sp_view {
  display: none;
}
}
#wrap {
  padding: 0px;
  position: relative;
  height: 100%;
  margin: 0px;
  min-height: 100%;
  width: 100%;
}
body > #wrap {
  height: auto;
}
#error #wrap {
  padding-top: 0px;
}
a {
  color: #2e6ca7;
  text-decoration: none;
}
a:hover {
  color: #5EC8E0;
  text-decoration: underline;
}
p {
  line-height: 1.6em;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
img {
  max-width: 100%;
  height: auto;
    backface-visibility: hidden;
}
a img {
  opacity: 1;
  transition: 0.5s;
}
a img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
hr {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
}
hr.none {
  height: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  clear: both;
}
/* End hide from IE-mac */
/*Float Clear*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
  overflow: visible;
}
/*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;
}
/*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)*/
#home #contents {
  padding-top: 0;
}
#contents {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 390px;
  padding-left: 0px;
  padding-top: 30px;
}
#contents .inner {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#contents p {
  line-height: 1.6em;
  margin-bottom: 15px;
}
/*Header*/
#header {
  width: 100%;
  margin: 0px;
  z-index: 9999;
  padding: 0px;
  height: 60px;
  background-color: #000;
}
#header .head_inner {
  width: 100%;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  height: 60px;
  text-align: left;
  position: relative;
  padding: 0px;
}
/*Head_logo*/
#header .head_inner .img_logo_01 {
  position: absolute;
  left: 5px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
/*Head_tel*/
#header .head_inner .header_tel {
  position: absolute;
  top: 2px;
  right: 270px;
  margin: 0px;
  padding: 0px;
}
/*Head_txt*/
#header .head_inner .header_txt {
  font-size: 120%;
  position: absolute;
  left: 150px;
  top: 12px;
  margin: 0px;
  padding: 0px;
}
/*Footer CSS*/
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
  min-height: 330px;
  background-color: #333333;
  color: #FFFFFF;
  text-align: left;
}
#footer .inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  position: relative;
  margin-bottom: 15px;
}
#footer .inner a {
  color: #FFFFFF;
}
#footer .inner .pagetop {
  position: absolute;
  top: -24px;
  right: 0px;
  margin: 0px;
  padding: 0px;
}
#footer .inner .c_name {
  font-size: 135%;
  font-weight: bold;
  display: block;
  clear: both;
  margin-bottom: -5px;
}
/*Page-ttl*/
#page_ttl {
  background-color: #CFC28D;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #CFC28D 0%, #2D240B 140%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #CFC28D 0%, #2D240B 140%);
  /* Opera */
  background-image: -o-linear-gradient(top, #CFC28D 0%, #2D240B 140%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CFC28D), color-stop(1.4, #2D240B));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #CFC28D 0%, #2D240B 140%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #CFC28D 0%, #2D240B 140%);
  height: 90px;
  text-align: center;
}
#page_ttl .inner {
  background-image: url(image/base/bck_page-ttl.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 90px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
/* =======================================

	Navi CSS

========================================== */
/* Maine_navi */
#g_navi {
  height: 60px;
  width: calc(100% - 120px);
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right:0;
  margin:auto;
}
#g_navi .g_navi_inner {
  text-align: right;
  width:100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*Mainnavi base*/
#g_navi .g_navi_inner ul#navi_list {
  height: 60px;
  width:100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  display: flex;
}
#g_navi .g_navi_inner ul#navi_list li {
  float: left;
  display: inline;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 1;
  transition: 0.5s;
}
#g_navi .g_navi_inner ul#navi_list li a {
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
}
/*own navi*/
#g_navi ul#navi_list li.home {
  background-image: url(image/base/navi_home.png);
  background-repeat: no-repeat;
  background-position: left top;
  max-width: 80px;
  width: 8%;
}
#g_navi ul#navi_list li.about {
  background-image: url(image/base/navi_about.png);
  max-width: 225px;
  width: 25.86%;
}
#g_navi ul#navi_list li.lineup {
  background-image: url(image/base/navi_lineup.png);
  max-width: 105px;
  width: 12.06%;
}
#g_navi ul#navi_list li.flow {
  background-image: url(image/base/navi_flow.png);
  max-width: 1px;
  width: 13.79%;
}
#g_navi ul#navi_list li.gallery {
  background-image: url(image/base/navi_gallery.png);
  max-width: 95px;
  width: 13%;
}
#g_navi ul#navi_list li.land {
  background-image: url(image/base/navi_land.png);
  max-width: 85px;
  width: 9.77%;
}
#g_navi ul#navi_list li.result {
    background-image: url(image/base/navi_result.png);
  max-width: 85px;
  width: 9.77%;
}
#g_navi ul#navi_list li.recruit {
  background-image: url(image/base/navi_recruit.png);
  max-width: 95px;
  width: 13%;
}
#g_navi ul#navi_list li.showroom {
  background-image: url(image/base/navi_showroom.png);
  max-width: 75px;
  width: 8.62%;
}
#g_navi ul#navi_list li.info {
  background-image: url(image/base/navi_info.png);
  max-width: 85px;
  width: 9.77%;
}
#g_navi ul#navi_list li.blog {
  background-image: url(image/base/navi_blog.png);
  max-width: 90px;
  width:10.344%;
}
#g_navi ul#navi_list li.inquiry {
  background-image: url(image/base/navi_inquiry_2024.png);
  max-width: 100px;
  width: 12.06%;
}
#g_navi ul#navi_list li:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/* Stay */
#home #g_navi ul#navi_list .home, #about #g_navi ul#navi_list .about, #lineup #g_navi ul#navi_list .lineup, #flow #g_navi ul#navi_list .flow, #gallery #g_navi ul#navi_list .gallery, #land #g_navi ul#navi_list .land , #showroom #g_navi ul#navi_list .showroom, #info #g_navi ul#navi_list .info, #inquiry #header .head_inner p.inquiry{
  opacity: 0.5;
  cursor: default;
}
#header .head_inner p.inquiry {
  width: 120px;
  height: 105px;
}
#header .head_inner p.inquiry a {
  width: 120px;
  height: 105px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  background-image: url(image/base/navi_inquiry.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 1;
  transition:0.5s;
}
#header .head_inner p.inquiry a:hover,#inquiry #header .head_inner p.inquiry a{
  opacity: 0.5;
  transition: 0.5s;
}

/*slider*/
#image-bloc .inner {
  max-width: 1340px;
  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;
}
/*サイドナビ*/
#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 #9e832b 1px;
  border-bottom: none;
}
#contents .left_navi ul#side_navi li.ttl {
  background-color: #9e832b;
  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: #9e832b;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9e832b;
  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: #9e832b;
  background-color: #f1ecdc;
  text-decoration: none;
}
#contents .left_navi ul#side_navi li a.this, #contents .left_navi ul#side_navi li a:hover {
  color: #9e832b;
  background-color: #f1ecdc;
  text-decoration: none;
}
#contents .left_navi p {
  margin-bottom: 5px;
}
ul#side_navi li:nth-child(even) {
  border-right: none;
}
/* =======================================

	Structure CSS

========================================== */
/*Text Decoration*/
.look_gray {
  color: #666;
}
.look_green {
  color: #649C2C;
}
.look_red {
  color: #C00;
}
.look_orange {
  color: #FF8A36;
}
.look_orange a {
  color: #F60;
}
.look_pink {
  color: #F69;
}
.look_green,
#contents .look_green {
  color: #2E8671;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
/*Text Size*/
.txt_mini_80 {
  font-size: 80%;
}
.txt_mini_85 {
  font-size: 85%;
}
.txt_90 {
  font-size: 90%;
}
.txt_120 {
  font-size: 120%;
}
.txt_150 {
  font-size: 150%;
}
/*Text Align*/
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.va_center {
  vertical-align: middle;
}
/*width*/
.w-180 {
  width: 18%;
}
.w-225 {
  width: 22.5%;
}
.w-235 {
  width: 23.5%;
}
.w-250 {
  width: 25%;
}
.w-280 {
  width: 28%;
}
.w-300 {
  width: 30%;
}
.w-315 {
  width: 31.5%;
}
.w-325 {
  width: 32.5%;
}
.w-330 {
  width: 33%;
}
.w-360 {
  width: 36%;
}
.w-375 {
  width: 37.5%
}
.w-460 {
  width: 46%;
}
.w-479 {
  width: 47.9%;
}
.w-480 {
  width: 48%;
}
.w-495 {
  width: 49.5%;
}
.w-500 {
  width: 50%;
}
.w-600 {
  width: 60%;
}
.w-630 {
  width: 63%;
}
.w-660 {
  width: 66%;
}
.w-675 {
  width: 67.5%;
}
.w-700 {
  width: 70%;
}
.w-720 {
  width: 72%;
}
.w-735 {
  width: 73.5px;
}
/*Margin*/
#contents .no-mb {
  margin-bottom: 0px;
}
#contents .no-mt {
  margin-top: 0px;
}
#contents .mt_30 {
  margin-top: 30px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_25 {
  margin-top: 25px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_45,
#contents .mt_45 {
  margin-top: 45px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_90 {
  margin-top: 90px;
}
.mt_120 {
  margin-top: 120px;
}
.mb_05 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_25 {
  margin-bottom: 25px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_45,
#contents .mb_45 {
  margin-bottom: 45px;
}
.mr_08 {
  margin-right: 8px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_15 {
  margin-right: 15px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_25 {
  margin-right: 25px;
}
.mr_55 {
  margin-right: 55px;
}
.ml_07 {
  margin-left: 7px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_25 {
  margin-left: 25px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_45 {
  margin-left: 45px;
}
.ml_58em {
  margin-left: 5.8em;
}
.ml_180 {
  margin-left: 180px;
}
.ml_255 {
  margin-left: 255px;
}
/* Float */
.left {
  float: left;
}
.right {
  float: right;
}
/* Table */
.table_01 {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #CDC59E;
  line-height: 1.6em;
  font-size: 13px;
}
.table_01 th {
  font-weight: bold;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #CDC59E;
  background-color: #F5F3E9;
  color: #4E4927;
  text-align: left;
  vertical-align: top;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}
.table_01 td {
  border-top-width: 0;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #CDC59E;
  vertical-align: top;
  color: #251714;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.table_01 th.th_blue {
  background-color: #0168B3;
  color: #FFF;
  text-align: center;
}
.table_01 th.th_orange {
  background-color: #F3860E;
  color: #FFF;
  text-align: center;
}
.table_01 th.th_pink {
  background-color: #E461A6;
  color: #FFF;
  text-align: center;
}
.table_01 th.th_green {
  background-color: #72B200;
  color: #FFF;
  text-align: center;
}

.table_02 {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  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: #CDC59E;
  border-right-color: #CDC59E;
  border-bottom-color: #CDC59E;
  border-left-color: #CDC59E;
  line-height: 1.6em;
  font-size: 13px;
}
.table_02 th {
  font-weight: bold;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #CDC59E;
  color: #4E4927;
  border-top-color: #CDC59E;
  border-right-color: #CDC59E;
  border-left-color: #CDC59E;
  background-color: #E9E6D3;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}
.table_02 th.bck_orange {
  background-color: #FF8A36;
  color: #FFF;
}
.table_02 th.bck_green {
  background-color: #5FB531;
  color: #FFF;
}
.table_02 th.txt_left {
  text-align: left;
}
.table_over {
  width: 100%;
  overflow: auto;
}
.table_over::-webkit-scrollbar {
height: 5px;
}
.table_over::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
.table_over::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}
.table_over table {
  min-width: 520px;
}
.table_02 td {
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CDC59E;
  border-right-color: #CDC59E;
  border-bottom-color: #CDC59E;
  border-left-color: #CDC59E;
  background-color: #F5F3E9;
  vertical-align: middle;
  color: #251714;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.no-border {
  border-collapse: collapse;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  line-height: 1.6em;
  font-size: 13px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.no-border th {
  font-weight: bold;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #386A00;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.no-border td {
  vertical-align: top;
  padding: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.table_03 {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #CDC59E;
  line-height: 1.6em;
  font-size: 13px;
}
.table_03 th {
  font-weight: bold;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #CDC59E;
  background-color: #F5F3E9;
  color: #4E4927;
  text-align: left;
  vertical-align: top;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}
.table_03 td {
  border-top-width: 0;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #CDC59E;
  vertical-align: top;
  color: #251714;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
/*commentbox*/
#contents .comment_box {
  background-color: #F4F3EA;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 1px solid #CDC59E;
}
#contents .comment_box p {
}
/*ul*/
#contents .disc {
  padding-left: 35px;
  margin-top: 0px;
}
#contents .disc li {
  list-style-type: disc;
}
/*dl・dt・dd*/
dl.news_list {
  overflow: hidden;
  zoom: 1;
}
dl.news_list dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100px;
  float: left;
  clear: both;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
dl.news_list dd {
  margin-bottom: 5px;
  border-bottom: 1px dotted #999;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 120px;
}
/*hx*/
#contents h2 {
  font-size: 135%;
  font-weight: bold;
  color: #5B3000;
  margin-top: 45px;
  margin-bottom: 20px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(image/base/h2_border.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-right: 0px;
  padding-left: 0px;
    line-height: 30px;
}

#contents h2.txt_180 {
  font-size: 180%;
}

#home #contents h2 {
font-size:240%;
font-family:'游明朝';
  text-align: center;
}
#home #contents h2 span {
font-size:50%;
  text-align: center;
  color: #FF8A36;
}
#home #contents h2.no-mt, h2.no-mt {
  margin-top: 0px;
}
#home #contents h2 img {
  max-width: 480px;
  text-align: center;
}
#contents h3 {
  clear: both;
  color: #FF8A36;
  font-size: 125%;
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 1.8em;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #FF8A36;
  padding-top: 3px;
  padding-left: 15px;
}
#contents h4 {
  margin-bottom: 10px;
  clear: both;
  color: #8C0000;
  font-size: 120%;
  margin-top: 0px;
}
#contents h5 {
  margin-bottom: 10px;
  clear: both;
  color: #F8566A;
  font-size: 120%;
  margin-top: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #F8566A;
  padding-bottom: 5px;
}
#contents .img-border {
  border: 1px solid #CFB471;
  padding: 4px;
  background-color: #FFFFFF;
  width: calc(100% - 10px);
}
#home h1 {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  margin-bottom: 8px;
}
.link-box {
  background-color: #E9E6D3;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 1px solid #CDC59E;
}
.link-box a {
  color: #1778C2;
}
a.pdf {
  background-image: url(../test_02/_common/image/contents/ico_pdf.jpg);
  background-repeat: no-repeat;
  background-size: 27px 26px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 30px;
}
.grecaptcha-badge{
  display: none !important;  
}
@media screen and (max-width: 640px) {
a.pdf {
  background-image: url(../test_02/_common/image/contents/ico_pdf.jpg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  line-height: 30px;
}
  #contents h3{
    font-size:100%;
  }
}
.img_2box {
  float: left;
  width: 20%;
}
.img_2box-txt {
  float: right;
  width: 75%;
}
.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 ul {
  margin-left: 0;
  padding-left: 1.8em;
}
.txt_3box ul li {
  margin-left: 0;
}
.txt_3box.end {
  margin-right: 0%;
}
.txt_4box {
    width: calc(24% - 10px);
    margin-right: 10px;
}
.txt_4box.end {
  margin-right: 0%;
}
.w-80 {
  width: 80%;
}
.center {
  margin: auto;
}
/* other */
.sp-none {
  display: block;
}
.sp-none.inline {
  display: inline;
}
.pc-none {
  display: none;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.center {
  justify-content: center;
}
/* inquiry */
input {
  width: 60%;
}
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 {
  border: 2px solid #f7e700;
  background-color: #f5f1e6;
  border-width: 0;
}
span.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}
span.wpcf7-form-control-wrap.address_num input {
  max-width: 95px;
  margin-left: 5px;
}
span.wpcf7-list-item label {
    display:  flex;
    flex-wrap:  wrap;
    align-items:  center;
}

span.wpcf7-list-item label input {
    width:  15px;
    margin-right:  5px;
}
.wpcf7-form-control.wpcf7-radio.list-down {
 display: grid;
}
input.btn_send-long {
  background-color: #ff6600;
  border: 0;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  margin-top: 45px;
  width: 30%;
  max-width: 450px;
font-weight: bold;
font-size: 150%;
  padding: 15px;
  right: 0;
}
input.btn_send-long:hover {
    text-decoration:  none;
    opacity:  0.5;
    transition:  0.5s;
}
#contents .inquiry_table p {
  margin-bottom: 0;
  display: contents;
}

#contents .inquiry_table select {
  width:61%;
  padding: 1px;
}
#contents .inquiry_table .contact-text {
  font-size: 90%;
  line-height: 1.4em;
  display: block;
  margin-top: 10px;
}
.preferred-date-picker {
  background-image: url(js/datepicker/ico_calendar.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 98% center;
  padding-right: 30px;
  box-sizing: border-box;
  width: 61%;
  border:1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133))
}
/* Need */
table th.need:before {
    content: "必須";
    background-color: #ff6600;
    color: #fff;
    padding: 1px 5px;
    margin-right: 6px;
    font-size: 1em;
    position: relative;
    bottom: 2px;
    right: 0px;
    font-weight: normal;
}
.table_01 th.no-need {
	padding-left: 50px;
}
label.error {
	font-size: 80%;
	color: #F60;
	display: block;
}
#contents .mb_05 {
	margin-bottom: 15px;
}
#contents input.button {
	font-size: 120%;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}
/* land */
.category-land .entry-content {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
}
.category-land .img-box{
    width:  35%;
}
#land #contents .entry-title{
    font-weight:  bold;
    color: #483c12;
    font-size: 24px;
    position: relative;
    padding: 0px 15px 0;
    /* background: #deeada; */
    border-bottom: 3px solid #cbd89c;
    border-left: 5px solid #5f6f25;
    width:calc(100% - 30px);
}
#contents .category-land .entry-content h3 {
    margin-top: 0;
    padding-left:0;
    border-left:0;
    font-weight:bold;
    color:#8c0000;
}
.category-land .sub-img{
    display:  flex;
    justify-content:start;
    flex-wrap:  wrap;
}
.category-land .sub-img p {
    width: 30%;
    width: calc((100% + 10px) / 3 - 10px);
    max-width: 150px;
    margin-right: 10px;
}
.category-land .sub-img p:nth-child(3n) {
    margin-right: 0;
}
.category-land .detail{
    width:  60%;
}
.category-land a {
    display:  block;
    position:  absolute;
    width:  100%;
    height:  100%;
    z-index:  9999;
}
.category-land .img-box a {
    position: relative;
}
.category-land .sub-img a {
    position: relative;
}
.category-land p.btn-style a{
    background-color: #b09456;
    display:  block;
    max-width: 250px;
    color: #fff;
    text-align:  center;
    padding: 10px  20px;
    font-weight:  bold;
    font-size:  120%;
    border-radius:  5px;
    border: 3px double #fff;
    position:  relative;
    transition: 0.5s;
    margin-top: 40px;
}
body:not(#post) article.category-land {
    position: relative;
    transition: 0.5s;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.category-land p.btn-style a:hover {
    text-decoration:  none;
    opacity:  0.5;
    transition:  0.5s;
}

ul.land-tag {
    display:  flex;
    padding-left:  0;
}

#contents ul.land-tag li {
    padding: 5px 10px;
    list-style:  none;
    margin-right:  20px;
    border: 1px solid #62a94a;
    color: #62a94a;
}.pagination{
    text-align: center;
    display: flex;
    clear: both;
    padding-top: 40px;
    justify-content: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #b09456;
    border: solid 1px #cdc59e;
    color: #fff;
}
.category-land span.land-map a {
    display:  block;
    position: absolute;
    width:auto;
    height:auto;
    right:  0;
    bottom: 0;
    background-color: #69bb33;
    padding:  5px 15px;
    color: #fff;
    margin-bottom:  15px;
    right: 15px;
    transition:  0.5s;
}
.category-land span.land-map a:hover {
    transition:0.5s;
    opacity:0.5;
    text-decoration:none;
}
.category-land .table_01 td{
	position:relative;
}
.category-land .pdf a {
    position:  relative;
}

/* pc sp button */

.view-button {
  margin-bottom: 10px;
}
#footer .view-button a {
  padding: 5px 10px;
  background-color: #a88949;
  margin-right: 5px;
  color: #fff;
  font-size: 85%;
}
.view-button p.pc-button {
  display: none;
}
.view-button p.sp-button {
  display: block;
}
/* a-nav */

#contents .a-nav {
  clear: both;
  background-color: #dbae00;
  border: 4px double #FFFFFF;
}
#contents .a-nav ul, #contents .a-nav ol {
  margin: 0px;
  padding: 0px;
  counter-reset: number 0;
}
#contents .a-nav li {
  float: left;
  width: auto;
  color: #fff;
  list-style: none;
  margin: 0px;
  margin-bottom: 0;
  position: relative;
}
#contents .a-nav a {
  color: #fff;
  display: block;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
#contents .a-nav a:hover {
  background-color: #e2c34a;
  text-decoration: none;
}
#contents .a-nav a:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 18px;
  left: 10px;
  border-radius: 20px;
  background-color: #fff;
}
#contents .a-nav ol li a {
  padding-left: 45px;
}
/* index */
#index_ttl {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#index_ttl ul.bxslider {
  margin: 0;
  list-style-type: none;
  padding: 0px;
}
#image-block .bnr_kenja {
position: absolute;
bottom: 7%;
right: 30px;
z-index: 9999;
width: 18%;
max-width: 320px;
}



#image-block .ex-movie {
position: absolute;
bottom: 23%;
left: 30px;
z-index: 9999;
width: 18%;
max-width: 240px;
/*color:#FFF;
background-color:#00b900;
padding: 15px 10px 0px 10px;*/
}
/*#image-block .ex-movie .line-bnr {
border: solid 2px #FFF;
}*/
#image-block .bnr_michishirube {
position: absolute;
bottom: 23%;
right: 30px;
z-index: 9999;
width: 18%;
max-width: 320px;
}







#image-block .line-friend {
position: absolute;
bottom: 7%;
left: 30px;
z-index: 9999;
width: 18%;
max-width: 240px;
/*color:#FFF;
background-color:#00b900;
padding: 15px 10px 0px 10px;*/
}
/*#image-block .line-friend .line-bnr {
border: solid 2px #FFF;
}*/
#image-block .bnr_michishirube {
position: absolute;
bottom: 23%;
right: 30px;
z-index: 9999;
width: 18%;
max-width: 320px;
}
.pamphlet-bnr-position {
    position: absolute;
    top: 65px;
    right: 50px;
    z-index: 999;
    padding: 20px;
    font-size: 100%;
    transition: 0.5s;
    color: #7b6354;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pamphlet-bnr-position.fixed {
    position: fixed;
    bottom: 90px;
    top: auto;
    height: 110px;
}
.pamphlet-bnr-position.fixed:before {
    border: 2px solid #f1713a;
}
.pamphlet-bnr-position:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #Fff;
    width: 100%;
    z-index: -1;
    border-radius: 170px;
}

.pamphlet-bnr-position:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left:0;
    right:0;
    margin:auto;
    height: 54px;
    background-image: url("image/contents/home/index_pamphlet_bnr.png");

    width: 101px;
}
.pamphlet-bnr-position span.present-txt {
    display: block;
    font-size: 80%;
}

.pamphlet-bnr-position:hover {
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none;
    color: #7b6354;
}
#contents .policy_box {
  background-color: rgba(45,43,43,0.8);
  width: 31.5%;
  float: left;
  color: #DBD7CE;
}
#contents .policy_box h3 {
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  background-color: rgb(241, 113, 58);
}
#contents .policy_box p {
  padding-right: 15px;
  padding-left: 15px;
}
#contents .news_box {
  float: left;
  width: 480px;
  max-width: 100%;
  margin-bottom: 20px;
}
#contents .pickup_box {
  float: right;
  width: 480px;
}
#page_ttl .inner h2 {
  text-align: right;
  position: absolute;
  top: 37px;
  right: 100px;
  margin: 0px;
  padding: 0px;
  background-image: none;
}
#contents .lineup_navi {
  float: left;
  width: calc(16.5% - 8px);
  margin-bottom: 0px;
}
#contents h2.ttl {
  background-image: none;
  padding: 0px;
}
#footer .inner .bnr_group {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#contents .flow_box {
  background-color: #F5F3E9;
  border-top-color: #CFC28D;
  border-right-color: #CFC28D;
  border-bottom-color: #CFC28D;
  border-left-color: #CFC28D;
  width: calc(25% - 25px);
  float: left;
  margin-bottom: 45px;
  color: #3C351A;
}
#contents .flow_box .inner {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% - 30px);
}
#contents .flow_box .inner ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}
#contents ul.index_navi {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}
#contents ul.index_navi li {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#contents .plan_box {
  clear: both;
  background-color: #F9F2F0;
  color: #2E1A12;
  text-align: center;
}
#contents .plan_box h3 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #FFF;
  background-color: #6B3C2C;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contents .plan_box .inner {
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
#contents .plan_box .inner ul {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#contents .plan_box .inner ul li {
  list-style-type: none;
  background-image: url(image/contents/home/ico_plan.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  float: left;
  padding-left: 18px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 60px;
}
#contents .plan_box .inner ul li a {
  color: #2E1A12;
}
#home #contents .lineup_wrap {
  background-image: url(image/contents/home/bck_index_lineup.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}
#home #contents .policy_wrap {
  background-image: url(image/contents/home/bck_index_bigaku.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
}
#home #contents .lead_wrap {
background-color: #A99F99;
  padding-top: 45px;
  padding-bottom: 45px;
}
#home #contents .lead_wrap h1 {
text-align:center;
font-weight:normal;
color:#FFFFFF;
font-family:'游明朝';
margin-bottom:30px;
line-height:1.6em;
}
#home #contents .lead_wrap h2 {
text-align:center;
font-weight:normal;
color:#FFFFFF;
font-family:'游明朝';
margin-bottom:30px;
line-height:1em;
font-size: 200%;
}
/* news */

#contents .news-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: calc(25% - 20px);
    height: 65px;
    overflow: hidden;
    position: relative;
}
#contents .news-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#contents .news-txt {
  float: left;
  width: 75%;
}
#contents .news-txt .day, #contents .news-txt_no-img .day {
  margin-bottom: 5px;
}
#contents .news_contents {
  overflow: auto;
  height: 380px;
  padding: 10px;
  border: solid 1px #CFC28D;
  background-color: rgba(255,255,255,0.8);
}
/* 20161208 */
.index-catalog {
  text-align: center;
  border: 1px solid #fff;
  background-color: #fffcea;
  padding: 11px 30px;
  width: 420px !important;
  color: #2e1000;
  background-image: url(image/contents/home/catalog-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#contents .index-catalog h3 {
  border-left: 0;
  color: #2e1000;
  font-weight: bold;
}
.index-catalog .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.txt_3box {
  width: 30%;
  position: relative;
  margin-right: 5%;
}
.txt_3box img {
  max-width: 100%;
}
.index-catalog .txt_3box:first-child:after {
  content: "+";
  display: block;
  position: absolute;
  left: 105%;
  font-size: 215%;
  font-weight: bold;
  top: 20%;
}
.index-catalog .txt_3box:nth-child(2):after {
  content: "+";
  display: block;
  position: absolute;
  left: 95%;
  font-size: 215%;
  font-weight: bold;
  top: 20%;
}
.index-catalog .txt_3box.right:after {
  content: "";
}
.txt_3box.right {
  margin-right: 0;
}
.voice-box {
  overflow: auto;
  height: 300px;
  background-image: url(image/contents/home/voice-back.jpg);
  padding: 20px;
  color: #FFF;
}
#contents .voice-box h3 {
  padding-left: 0;
  border-left: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.index-catalog a {
  color: #2e1000;
}
.index-catalog a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.index-catalog a:hover p {
  opacity: 0.5;
}
#home #contents .lineup_wrap {
  background-image: url(image/contents/home/bck_index_lineup.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}
#home #contents .policy_wrap {
  background-image: url(image/contents/home/bck_index_bigaku.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
}
#footer .company_link_wrap {
  background-color: #646464;
  padding-top: 10px;
}
#topcontrol {
  bottom: 10px;
}
/* 2017 */
.frank-lloyd-wright-box {
    display: flex;
    margin-bottom:30px;
}

.frank-lloyd-wright-box .txt_2box:first-child {
    width: 41%;
}

.frank-lloyd-wright-box .txt_2box:nth-child(2) {
    width: calc(59% - 20px);
    margin-left: 20px;
}
/* 2019 */
.results-main,.results-sub {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.results-main img {
    width: 100%;
}

.results-sub {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.results-sub img {
    width: calc(100% / 4 - 12px);
    margin-right: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.results-sub img:nth-of-type(4n) {
    margin-right: 0;
}

.results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.results-item {
    width: calc(100% / 4 - 20px);
    position: relative;
    transition: 0.5s;
    margin-right: 20px;
    margin-bottom: 20px;
}
.results-item:nth-child(4n) {
    margin-right: 0;
}

.results-txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#contents .results-item p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.results-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

p.results-img img {
    height: 180px;
    width: auto;
    max-width: none;
}
.results-item:hover {
    opacity: 0.5;
    transition: 0.5s;
}
.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

#contents .index_results h3 {
	font-size: 100%;
	font-weight: bold;
}
.index_results a {
	text-decoration: none;
}
.index_results_img img {
	max-height: 145px;
}

.page-numbers li {
    width: 4em;
    margin-top: 10px;
}
@media screen and (max-width: 1320px) {
#image-block .bnr_kenja {
bottom: 18%;
}
#image-block .bnr_michishirube {
bottom: 30%;
}
}
@media screen and (max-width: 1100px) {
#image-block .bnr_kenja {
bottom: 20%;
}
#image-block .bnr_michishirube {
bottom: 36%;
}
}
@media screen and (min-width: 641px) {
#header #sp-header {
  display: none;
}
}

@media screen and (max-width: 965px) {
#sp-header .img_logo_01 {
  width: calc(100% - 144px);
  text-align: left;
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  height: 68px;
}
#sp-header .img_logo_01 a, #sp-header .img_logo_01 img {
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto 0;
    display: block;
    max-width: 321px;
    width: 100%;
}
#contents {
  padding-bottom: 460px;
}
#footer {
  height: auto;
  position: absolute;
}
#footer .inner {
  height: auto;
  padding-top: 25px;
}
#footer .inner .f_info {
  float: none;
}
#footer .inner .f_sitemap {
  float: left;
  margin-left: 0px;
  margin-left: 5px;
  margin-right: 25px;
  border-right-style: none;
  min-height: auto;
}
#contents .index_news .news_ttl {
  margin-right: 0em;
  width: 18%;
  max-width: 25%;
  font-size: 100%;
  margin-bottom: 3px;
}
#contents .index_news .news_txt {
  width: calc(100% - 5px);
  padding-left: 5px;
  max-width: 100%;
  font-size: 70%;
}
#contents .index_news hr {
  padding: 0;
  margin: 5px;
}
#contents .index_news h2 {
  margin-bottom: 15px;
}
 .news_contents::-webkit-scrollbar {
 background:#ccc;
 width:10px;
}
.news_contents::-webkit-scrollbar-thumb {
background: #666;
border-radius: 5px;
}
.news_contents::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
#page_ttl-02 {
  top: -30px;
}
#contents .policy_box {
  width: 100%;
}
#contents .policy_box h3 {
  text-align: center;
}
#contents .pickup_box {
  width: 100%;
}
#image-block #bx-pager {
  display: none;
}
}

@media screen and (max-width: 890px) {
.view-button p.pc-button {
  display: block;
  float: none;
}
.view-button p.sp-button {
  display: none;
}
.view-button {
  clear: both;
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

#contents {
  padding-bottom: 460px;
}
#footer .f_sitemap {
  display: none;
}
#footer .sp-none {
  display: none;
}
#footer .pc-none {
  display: block;
}
#contents {
  padding-bottom: 470px;
}
}

@media screen and (max-width: 800px) {
ul#sub_navi {
  margin-top: 32px;
}
#header .head_inner {
  min-height: 65px;
}
#contents .search_area {
  float: none;
  width: 100%;
  max-width: 100%;
}
#contents .search_box input.txt01, #contents .search_box_02 input.txt01 {
  width: 100%;
  max-width: 100%;
}
#contents .search_x {
  float: none;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0px;
}
#contents .search_work {
  float: none;
  width: 100%;
  max-width: 100%;
}
#contents .search_money {
  float: none;
  width: 100%;
  max-width: 100%;
}
#contents .search-check {
  float: none;
  width: 100%;
  max-width: 100%;
}
#contents .news_contents .pickup-area .pickup_bnr.end {
  margin-right: 0px;
}
#contents .news_contents .open_news {
  height: 95px;
}
}
/* view-640 */

@media screen and (max-width: 640px) {
/* header */
#header {
  min-height: 65px;
}
#pc-header {
  display: none;
}
.head_inner {
  display: none;
}
  #sp-header .img_logo_01 {
  width: calc(100% - 144px);
  text-align: left;
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  height: 68px;
}
#sp-header .img_logo_01 a, #sp-header .img_logo_01 img {
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  display: block;
  max-width: 113px;
  width: 100%;
}
#g_navi {
  display: none;
}
#page_ttl {
  width: 100%;
  background-color: #F2EFCE;
  height: 140px;
  text-align: right;
}
#page_ttl .inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  color: #666;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
    background-size: cover;
}
body {
  min-width: 100%;
}
#wrap .side-order {
  display: none;
}
#wrap .side-inquiry {
  display: none;
}
#g_navi {
  display: none;
}
#contents {
  font-size: 16px;
  padding-bottom: 570px;
}
.left, .right {
  float: none;
}
#home #contents h2 img {
  width: 98%;
}
#contents .inner {
  width: calc(100% - 20px);
  margin: 0 10px;
}
#page_ttl .inner h2 {
  width: 100%;
  left: -40px;
  right: 0;
  margin: auto;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
#home #contents .lineup_wrap {
  padding-top: 20px;
}
#home #contents h2 {
  margin-top: 0;
}
/* sp-menu */
#header #sp-header {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 5px;
  display: block;
}
#header #sp-header .inner {
  width: 95%;
  margin: 0 auto;
}
#header #sp-header ul.mode-change {
  position: absolute;
  right: 10px;
  top: 16px;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#header #sp-header ul.mode-change li {
  float: left;
  border-right: solid 1px #111;
  background-color: #444;
  list-style-type: none;
}
#header #sp-header ul.mode-change li a {
  display: block;
  padding: 5px;
  width: 36px;
  color: #fff !important;
  text-decoration : none !important;
  text-align: center;
  margin: 0px;
}
#header #sp-header .logo {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#header #sp-header #openMenu {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 20px;
}
#header #sp-header .img_tel {
  position: absolute;
  right: calc(3% + 70px);
  top: 10px;
}
#header #sp-header #layerMenu {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#header #sp-header #layerMenu ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 417px;
  background: #bba561; /* Old browsers */
  background: -moz-linear-gradient(top, #bba561 0%, #a5873b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bba561 0%,#a5873b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bba561 0%,#a5873b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba561', endColorstr='#a5873b',GradientType=0 ); /* IE6-9 */

}
#header #sp-header #layerMenu ul li {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px rgba(255,255,255,0.8);
}
#header #sp-header #layerMenu ul li a {
  position: relative;
  margin: 0px;
  text-decoration: none;
  color: #fff;
  display: block;  width: 100%;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#header #sp-header #closeMenu {
  position: absolute;
  top: -37px;
  right: 0;
  z-index: 9999;
}
#header #sp-header #closeMenu {
  background-color: #333;
  height: 30px;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  /* position: relative; */
  padding-top: 10px;
  width: 100%;
}
#header #sp-header #closeMenu:after {
  content: "×";
  position: absolute;
  right: 10px;
  font-size: 2em;
  top: 6px;
  color: #fff;
}
#header #sp-header .header_txt {
  font-size: 80%;
  clear: both;
}
#footer {
  height: auto;
  text-align: left;
  padding-bottom: 60px;
}
#footer .inner {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
#footer .inner .f_info {
  float: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#footer .inner .f_sitemap {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-left: auto;
  text-align: left;
}
#page_ttl {
  display: block;
  margin-top: 0%;
  margin-bottom: 5%;
}
#contents .inner .left_navi {
  float: none;
  width: 100%;
  max-width: 100%;
}
#contents .right_contents {
  float: none;
  width: 100%;
}
#contents .news {
  float: none;
  max-width: 490px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5em;
}
#contents .inner .left_navi {
  margin-top: 0;
}
#footer .copyright {
  font-size: 83%;
  margin-bottom: 10px;
}
#contents .left_4box {
  width: 100%;
}
#page_ttl {
  position: initial;
}
#page_ttl-02 {
  position: initial;
  margin-bottom: 25px;
}
#footer .inner p:last-child {
    font-size: 2.8vw;
}
#header #sp-header .bottom-nav {
  position: fixed;
  bottom: 0;
  background-color: #646464;
  width: 100%;
  z-index: 99999;
}
#header #sp-header .bottom-nav ul {
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#header #sp-header .bottom-nav ul li {
  -webkit-box-flex: 0; /* before Android4.3 iOS6:Safari */
-ms-flex: 0 0 33%; /* IE10 */
-webkit-flex: 0 0 33%; /* Pc-safari */
flex: 0 0 33%;
max-width: 33%; /* IE11*/
  width: 33%;
  width: calc(33% - 1px);
  display: block;
  border-right: 1px solid #fff;
  background-repeat:no-repeat;
  background-position: 50% 10px;
  background-size: 20px;
}
#header #sp-header .bottom-nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 0 10px 0;
  opacity: 1;
  transition: 0.5s;
}
#header #sp-header .bottom-nav ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
  text-decoration: none;
}
#header #sp-header .bottom-nav ul li:last-child {
  border-right: 0;
}
  #header #sp-header .bottom-nav ul li.tel{
    background-image:url(image/base/bottom_tel.png);
  }
  #header #sp-header .bottom-nav ul li.access{
    background-image:url(image/base/bottom_access.png);
  }
  #header #sp-header .bottom-nav ul li.inquiry{
    background-image:url(image/base/bottom_document.png);
  }
/* lineup */
#contents .lineup_navi {
  width: calc(33% - 8px);
  text-align: center;
}
#contents .flow_box {
  width: calc(50% - 25px);
}
#topcontrol {
  bottom: 90px;
}
  .frank-lloyd-wright-box{
    flex-wrap:wrap;
  }
  .frank-lloyd-wright-box .txt_2box:first-child {
    width: 100%;
}

.frank-lloyd-wright-box .txt_2box:nth-child(2) {
    width: 100%;
    margin-left: 0;
}

/* hx */
#contents h2 {
  font-size: 150%;
  padding-top: 0;
}
#contents .shop-back h3 {
  font-size: 100%;
  font-size: 3vw;
}
/* 2カラムコンテンツ */
#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;
}
#contents .right_c {
  min-width: 100%;
  float: right;
}
#contents .left_navi {
  min-width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.sp-none {
  display: none;
}
.sp-none.inline {
  display: none;
}
.pc-none {
  display: block;
}
.sp-txt-block {
  display: block;
}
.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_2box.box-lineup {
  width: 48%;
}
.txt_2box.box-lineup .end {
  margin-right: 0%;
}
.txt_3box {
  width: 100%;
  margin-right: 0%;
}
.txt_3box.end {
  margin-right: 0%;
}
.txt_4box {
  width: 100%;
  margin-right: 0%;
}
.txt_4box.end {
  margin-right: 0%;
}
  .sp-2box {
    width: calc(50% - 10px);
    margin-right: 0;
    text-align: center;
}
/* table */

.table_01 {
  width: 100%;
}
.table_01 tr {
  border: 1px solid #a27f5e;
}
.table_01 th {
  display: block;
  border-bottom: 1px solid #a27f5e;
  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: 2%;
  padding-right: 0px;
  width: 98%;
}
.table_01.w-100 th {
  width: 90%;
}
.table_01 th.no-need {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: calc(4% + 30px);
  padding-right: 0px;
  width: calc(96% - 30px);
}
/* width */
.w-180, .w-225, .w-235, .w-250, .w-280, .w-300, .w-315, .w-325, .w-330, .w-360, .w-375, .w-460, .w-479, .w-480, .w-495, .w-500, .w-600, .w-630, .w-660, .w-675, .w-700, .w-720, .w-735 {
  width: 100%;
}
/* view-none */
.pc-none {
  display: block;
}
.sp-none, .sp-none.inline {
  display: none;
}
/* カラム数 */
.txt_2box {
  width: 100%;
  margin-right: 0%;
}
.txt_2box.end {
  margin-right: 0%;
}
.txt_2box.border-back-white {
  width: calc(100% - 28px);
}
.txt_3box {
  width: 100%;
  margin-right: 0%;
}
.txt_3box.end {
  margin-right: 0%;
}
.txt_4box {
  width: 100%;
  margin-right: 0%;
}
.txt_4box.end {
  margin-right: 0%;
}
input {
  width: 95%;
  font-size: 17px;
}
input[type="submit"] {
  width: 100%;
  border-radius: 0;
  padding: 15px;
  border: 1px solid #999;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0', GradientType=0 );
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
}
#footer .f_info ul.pc-none {
  display: flex;
  margin-bottom: 20px;
}
#footer .f_info ul.sp-none {
  display: none;
}
#footer .f_info ul li:nth-child(-n+5) {
  padding: 0 10px 0 15px;
}
/* sitemap */

.sitemap_4box {
  width: 50%;
  margin-right: 0%;
}
	/* land */
	.category-land .img-box,
	.category-land .detail{
    width: 100%;
}
	.table_01 th.need {
    width: auto;
		min-width:90px;
}
.table_01 th.no-need {
	padding-left: calc(8.5% + 6px);
	width: auto;
}
.example_01{
	display: none;
}
.example_02{
	display: initial;
}
#inquiry .c-mb_15 .table_01{
	width:100%;
}
	 input[type="text"]{
		 font-size:16px;
	 }
   .check_style{
     display: block;
   }
   #contents input.button{
     width:100%;
     text-align: center;
   }
/* 2019 */
.results-main, .results-sub {
    width: 100%;
    margin-bottom: 20px;
}
.results-sub img {
    width: calc(100% / 2 - 8px);
}

.results-sub img:nth-of-type(2n) {
    margin-right: 0;
}
.results-item {
    width: calc(100% / 2 - 20px);
    margin-right: 0;
}

.results-list {
    justify-content: space-between;
}

.results-txt {
    font-size:50%;
}
.pamphlet-bnr-position {
    display: none;
}
}

@media screen and (max-width: 450px) {
#footer {
  height: auto;
}
#footer p:first-child {
/*display:none;*/
}
#home #contents .info-3box .txt_3box h2 {
  font-size: 105%;
}
/* lineup */
#contents .lineup_navi {
  width: calc(50% - 8px);
  text-align: center;
}
#contents .flow_box {
  width: 100%;
}

}
@media screen and (max-width: 400px) {
/* sitemap */
.sitemap_4box {
  width: 100%;
  margin-right: 0%;
}
	.category-land span.land-map a{
		position:relative;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
	}
}
/*平屋+1*/
#contents .point_wrap {
	background-color: #E3DCCC;
}
#contents .point_wrap .inner {
	width: 96%;
	margin: 0 auto;
	padding: 35px 0;
}
#contents .point_wrap .inner {
	width: 96%;
	margin: 0 auto;
	padding: 35px 0 10px 0;
}
#contents .point_wrap .inner h3,
#contents h3.glenridge_h3 {
color: #B78F26;
font-size: 240%;
font-family:'游明朝';
border: none;
padding: 0;
text-align: center;
font-weight: bold;
}
#contents h3.glenridge_h3 {
text-align: left;