@charset "utf-8";

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
th,
td,
option,
figure,
figcaption,
small {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 100%;
    /*==================================================
Base Font
====================================================*/
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;}

table {
    border-collapse: collapse;
    border-spacing: 0;}

caption,
th {
    text-align: left;}

fieldset,
img,
abbr,
acronym {
    border: 0;
    margin: 0px;
    vertical-align: bottom;}

object,
embed,
th,
td {
    vertical-align: top;}

address,
caption,
cite,
code,
dfn,
th,
var,
optgroup,
strong,
em,
b,
i {
    font-style: normal;
    font-weight: normal;}

ol,
ul {
    list-style: none;}

a,
ins,
del {
    text-decoration: none;}

q:before,
q:after {
    content: '';}

* html body {
    font-size: 65%;}

* + html body {
    font-size: 65%;}

html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: scroll;}
body {line-height: 0;}
strong {
    font-weight: bold;}

em {
    font-style: italic;}

del {
    text-decoration: line-through;}

a {
    cursor: pointer;}

main {
    display: block;}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
FLOAT
====================================================*/
/*--------------------------------------------------- clf*/
.clf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;}

* html .clf {
    zoom: 1;}

/* IE6 */
*:first-child + html .clf {
    zoom: 1;}

/* IE7 */
.clf {
    overflow: hidden;}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;}

/*--------------------------------------------------- FLOAT*/
.flt_left {
    float: left;}

.flt_right {
    float: right;}

.flt_clear {
    clear: both;}

/*==================================================
TEXT
====================================================*/
/*--------------------------------------------------- FONT*/
.fnt_min {
    font-family: 'atplusicons', "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}

.roboto {
    font-family: 'Roboto Condensed', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}

.fnt_gothic {
    font-family: 'atplusicons', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}

.fnt_bold {
    font-weight: bold;}

/*--------------------------------------------------- ALIGN*/
.ta_center,
.taC {
    text-align: center;}

.ta_left,
.taL {
    text-align: left;}

.ta_right,
.taR {
    text-align: right;}

/*--------------------------------------------------- BORDER*/
.ts_1 {
    text-shadow: #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff 1px -1px, #fff -1px -1px, #fff -1px 1px, #fff 1px 0px;}

.ts_2 {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;}

/*==================================================
LAYOUT
====================================================*/
/*--------------------------------------------------- MARGIN*/
.mgn_0 {
    margin: 0;}

.mgn_auto {
    margin: auto;}

.mgn_top_0 {
    margin-top: 0;}

.mgn_top_5 {
    margin-top: 5px;}

.mgn_top_10 {
    margin-top: 10px;}

.mgn_top_15 {
    margin-top: 15px;}

.mgn_top_20 {
    margin-top: 20px;}

.mgn_top_30 {
    margin-top: 30px;}

.mgn_top_40 {
    margin-top: 40px;}

.mgn_top_50 {
    margin-top: 50px;}

.mgn_btm_0 {
    margin-bottom: 0;}

.mgn_btm_5 {
    margin-bottom: 5px;}

.mgn_btm_10 {
    margin-bottom: 10px;}

.mgn_btm_15 {
    margin-bottom: 15px;}

.mgn_btm_20 {
    margin-bottom: 20px;}

.mgn_btm_30 {
    margin-bottom: 30px;}

.mgn_btm_40 {
    margin-bottom: 40px;}

.mgn_btm_50 {
    margin-bottom: 50px;}

/*--------------------------------------------------- PADDING*/
.pdn_0 {
    padding: 0;}

.pdn_5 {
    padding: 5px;}

.pdn_10 {
    padding: 10px;}

.pdn_15 {
    padding: 15px;}

.pdn_20 {
    padding: 20px;}

.pdn_30 {
    padding: 30px;}

.pdn_40 {
    padding: 40px;}

.pdn_50 {
    padding: 50px;}

/*--------------------------------------------------- DISPLAY*/
.ib {
    display: inline-block;}

/*==================================================
NO STYLE
====================================================*/
.noStyle {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
    float: none !important;}

/*==================================================
EFFECTS
====================================================*/
.atp_fadefloat {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition: all 1.2s;}

.atp_fadefloat.scrolled {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}

.atp_fadefloat.rapid,
.atp_fadefloat.rapid.scrolled {
    transition: all 0s;}

.img_hover {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;}

.img_hover img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;}

a:hover .img_hover img,
.img_hover.hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					LAYOUT

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
DEFAULT
====================================================*/
* {
    box-sizing: border-box;
    outline: none;}

html {
    background: url("../images/common/bg.jpg") repeat;
    width: 100%;
    height: 100%;
    overflow: auto;}
body {
    padding-top: 130px;
    font-size: 15px;
    color: #192C14;
    width: 100%;
    height: 100%;}

body.scrolled {
    padding-top: 90px;}

/*==================================================
COLOR
====================================================

accent		: #446448
sub			: #D1CDC7
sub light	: #FDF9F2
	
*/

/*==================================================
HEADER
====================================================*/
#hdr_main {
    position: fixed;
    z-index: 9000;
    left: 0;
    top: 0;
    width: 100%;}
#hdr_main_inner {
    position: relative;
    height: 130px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}
#hdr_logo {
    width: 215px;}
#hdr_logo a {
    padding: 0.5em 0;
    display: block;}
#hdr_logo img {
    max-width: 100%;
    height: auto;}
#hdr_gn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
#hdr_gn .idx {
    position: relative;}
#hdr_gn .idx:first-child::before,
#hdr_gn .idx::after {
    content: '';
    background: #485148;
    position: absolute;
    width: 1px;
    height: 30px;
    margin: -15px 0 0 0;
    top: 50%;}
#hdr_gn .idx:first-child::before {
    left: 0;}
#hdr_gn .idx::after {
    right: 0;}
#hdr_gn .idx > a {
    display: block;
    padding: 1em 2em;}
#hdr_gn .idx > a:hover {
    color: inherit;
    opacity: 0.6;}
#hdr_gn .item {
    line-height: 1.2;
    display: block;
    text-align: center;}
#hdr_gn .item.en {
    padding: 0 0 0.2em;
    font-size: 1.067em;}
#hdr_gn .item.ja {
    font-size: 0.8em;}
.gn_window {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 10;
    margin: 0;
    background: url("../images/common/bg.jpg") repeat;}
#hdr_gn .idx.haschild .arw {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #728770 transparent;}
.gn_window,
.gn_window .inner {
    width: 560px;}
.gn_window .inner {
    position: relative;
    background: rgba(68, 100, 72, 0.7);
    padding: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;}
.gn_window .inner .left {
    padding: 0 1em 0 0;
    width: calc(100% - 275px);}
.gn_window .inner .right {
    padding: 1em;
    background: url("../images/common/bg2.jpg") repeat;
    width: 275px;}
.gn_sub.sp {
	display: none;}
.gn_window .gn_sub {
    display: flex;
    flex-wrap: wrap;}
.gn_window .gn_sub li {
    width: 100%;}
.gn_window .gn_sub li::before {
    content: '>';
    color: #fff;}
.gn_window .gn_sub li a {
    letter-spacing: -0.02em;
    display: inline-block;
    line-height: 1.2;
    padding: 0.4em 0;
    color: #fff;}
.gn_window .gn_sub_cnt {
    padding: 0 0 0.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;}
.gn_window .gn_sub_cnt .img {
    width: 70px;}
.gn_window .gn_sub_cnt .img img {
    max-width: 100%;
    height: auto;}
.gn_window .gn_sub_cnt .txt {
    padding: 0 0 0 0.75em;
    width: calc(100% - 70px);}
.gn_window .gn_sub_cnt .txt .ttl {
    padding: 0 0 0.5em;}
.gn_window .gn_sub_cnt .txt .ttl .small {
    line-height: 1.2;
    font-size: 0.8em;
    width: 100%;
    display: inline-block;}
.gn_window .gn_sub_cnt .txt .ttl .main {
    line-height: 1.5;
    font-size: 1.13em;}
.gn_window .gn_sub_cnt .txt .msg {
    line-height: 1.5;
    font-size: 0.867em;}
.gn_window .inner .lnk {
    line-height: 1.5;
    font-size: 0.867em;
    color: #fff;
    background: rgba(68, 100, 72, 0.7);
    display: block;
    text-align: center;
    padding: 0.3em;}
#hdr_sp,
#hdr_gn_sp {
    display: none;}

/* Scrolled */
.scrolled #hdr_main {
    background: url("../images/common/bg.jpg") repeat;}
.scrolled #hdr_main_inner {
    height: 90px;}

/*==================================================
FOOTER
====================================================*/
/* Fixed Banners */
#fixed_links {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: fixed;
	right: -82px;
	top: 50%;
	transform: translate3d(0,-50%,0);
	z-index: 1000;}
.scrolled #fixed_links {
	right: -10px;}
#fixed_links li {
	margin: 0 0 5px;}
#fixed_links li:last-child {
	margin: 0 0 0;}
#fixed_links li a {
	border-radius: 50% 0 0 50%;
	line-height: 1.3;
	font-size: 0.8em;
	color: #fff;
	background: #446448;
	width: 82px;
	height: 91px;
	padding: 0 10px 0 5px;
	letter-spacing: 0.06em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;}
#fixed_links li.event a {
	background: #ED7405;}
#fixed_links li a.ja {
	letter-spacing: normal;
	font-size: 0.67em;}
#fixed_links li a:hover {
	margin: 0 0 0 -10px;}
#fixed_links li.event a::before {
	content: url("../images/common/ico_information.png");}
#fixed_links li.contact a::before {
	content: url("../images/common/ico_book.png");}
#fixed_links li.facebook a::before {
	content: url("../images/common/ico_facebook.png");}

/* Footer Main */
#ftr_main {
    background: rgba(68, 100, 72, 0.78);
    color: #fff;
    padding: 42px 0;}
#ftr_main img {
    margin-bottom: 11px;
    max-width: 100%;}
.footer_flexbox {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    width: 93%;
    margin-bottom: 35px;}
.head_office {
    margin-bottom: 11px;}
.corporate_name {
    font-size: 20px;
    font-family: 'Yu Mincho', serif;}
#ftr_main address {
    font-size: 13px;
    line-height: 19px;}
#ftr_main a {
	color: #fff;}
.footer_contact_box a {
    display: block;
    text-align: center;
    border: solid 1px #fff;
    padding: 15px 10px;
	min-width: 260px;}
#ftr_main .footer_contact_box a:hover {
    background: #fff;
    color: #446448;}
#ftr_main .footer_contact_box a::before {
	padding: 0 0.25em 0 0;
	font-style: normal;}
#ftr_main .contact_box::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0e0';}
#ftr_main .facebook_box::before {
	font-family: "Font Awesome 5 Brands";
	font-weight: normal;
	content: '\f082';}
#ftr_main .contact_box {
    margin-bottom: 15px;}

.footer_bottom {
	border-top: 1px solid #fff;
	padding: 1.5em 20px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;}
.footer_bottom a {
    color: #fff;
    font-size: 13px;}
#ftr_main .copyright_box {
    font-size: 13px;}
#ftr_main .copyright_box small {
	line-height: 1.3;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					BASE STYLE

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
BOX
====================================================*/

/*==================================================
TITLE
====================================================*/
/*--------------------------------------------------- TITLE : H2*/
h2.ttl_cmn {
    margin: 0 0 40px;
    padding: 0 10px 20px;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #D1CDC7;}

/*--------------------------------------------------- TITLE : H3*/
h3.ttl_cmn {
    margin: 20px 0 40px;
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    position: relative;}

h3.ttl_cmn:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20px;
    background: #000;}

/*--------------------------------------------------- TITLE : H4*/
h4.ttl_cmn {
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;}

/*--------------------------------------------------- TITLE : H5*/
h5.ttl_cmn {
    line-height: 1.5;}

/*==================================================
TEXT
==================================================*/
/*--------------------------------------------------- TEXT : COMMON*/
p.txt_cmn {
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: justify;}
.txt_kome {
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;}
.txt_kome::before {
	content: '※';}
/*==================================================
LINK
====================================================*/
a {
    color: #111;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;}

/*--------------------------------------------------- LINK : COLOR*/
a:link {
    color: #111;}

a:visited {
    color: #111;}

a:hover {
    color: #446448;
    text-decoration: none;}

a:active {
    color: #111;
    text-decoration: none;}

/*--------------------------------------------------- LINK : NO TRANSITION*/
a.noanime {
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;}

/*--------------------------------------------------- LINK : IMG*/
a img {
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;}

a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;}

/*--------------------------------------------------- LINK : COMMON*/
a.lnk_cmn {
    display: block;
    min-width: 320px;
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    background: #446448;
    border-radius: 3px;
    text-align: center;}

/*--------------------------------------------------- LINK : COMMON*/
a.lnk_txt {
    display: inline-block;
    padding: 3px;
    color: #446448;
    border-bottom: 1px dotted;}

a.lnk_txt:hover {
    border-bottom-style: solid;}

/*--------------------------------------------------- LINK : SCALE*/
a.lnk_scale img {
    -webkit-transform: scale(1.001);
    transform: scale(1.001);}

a.lnk_scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);}

/*==================================================
LIST
==================================================*/
.lst_cmn {
    margin: 0 0 20px;
    border-top: 1px dotted #D1CDC7;}

.lst_cmn li {
    line-height: 1.7;
    padding: 10px;
    border-bottom: 1px dotted #D1CDC7;}

/*--------------------------------------------------- LIST : ドット付き*/
.lst_dot li {
    text-indent: -1em;
    margin-left: 1em;}

.lst_dot li:before {
    content: '・';}

/*==================================================
TABLE
==================================================*/
.tbl_cmn {
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #D1CDC7;}

.tbl_cmn th,
.tbl_cmn td {
    padding: 10px;
    line-height: 1.5;
    vertical-align: middle;
    border-bottom: 1px solid #D1CDC7;}

.tbl_cmn th {
    white-space: nowrap;
    background: #FDF9F2;}

/*--------------------------------------------------- TABLE : POSITION*/
table.center th,
table.center td,
table th.center,
table td.center {
    text-align: center;}

table.right th,
table.right td,
table th.right,
table td.right {
    text-align: right;}

table.top th,
table.top td,
table th.top,
table td.top {
    vertical-align: top;}

/*==================================================
FORM
====================================================*/
/*--------------------------------------------------- FORM : INPUT & TEXTAREA*/
.form_cmn input[type="text"],
input[type="text"].input_cmn,
.form_cmn input[type="email"],
input[type="email"].input_cmn,
.form_cmn input[type="password"],
input[type="password"].input_cmn,
.form_cmn input[type="tel"],
input[type="tel"].input_cmn,
.form_cmn input[type="number"],
input[type="number"].input_cmn,
.form_cmn input[type="url"],
input[type="url"].input_cmn,
.form_cmn input[type="date"],
input[type="date"].input_cmn,
.form_cmn textarea,
textarea.input_cmn {
    resize: vertical;
    display: block;
    width: 100%;
    margin: 3px 0;
    padding: 5px 10px;
    border: 1px solid #D1CDC7;
    line-height: 1.5;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;}

/*--------------------------------------------------- FORM : INPUT:PLACEHOLDER*/
.form_cmn input::placeholder {
    color: #ccc;}

/* IE */
.form_cmn input:-ms-input-placeholder {
    color: #ccc;}

/* Edge */
.form_cmn input::-ms-input-placeholder {
    color: #ccc;}

.form_cmn input:focus:placeholder-shown {
    color: transparent;}

.form_cmn input:focus::-webkit-input-placeholder {
    color: transparent;}

.form_cmn input:focus::-moz-placeholder {
    color: transparent;}

.form_cmn input:focus:-ms-input-placeholder {
    color: transparent;}

.form_cmn input:focus::-ms-input-placeholder {
    color: transparent;}

input:focus:placeholder-shown {
    color: transparent;}

input:focus::-webkit-input-placeholder {
    color: transparent;}

input:focus::-moz-placeholder {
    color: transparent;}

input:focus:-ms-input-placeholder {
    color: transparent;}

input:focus::-ms-input-placeholder {
    color: transparent;}

input::-webkit-input-placeholder {
    padding-top: 0.1em;}

/*--------------------------------------------------- FORM : INPUT:NUMBER*/
/* Chrome、Safari スピンボタンを消す */
.form_cmn input[type="number"]::-webkit-outer-spin-button,
input[type="number"].input_cmn::-webkit-inner-spin-button,
.form_cmn input[type="number"]::-webkit-outer-spin-button,
input[type="number"].input_cmn::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;}

/* Firefox、IE スピンボタンを消す */
.form_cmn input[type="number"],
input[type="number"].input_cmn {
    -moz-appearance: textfield;}

/*--------------------------------------------------- FORM : LABEL*/
.form_cmn label,
label.label_cmn {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #D1CDC7;
    border-radius: 3px;}

.form_cmn label.checked,
label.label_cmn.checked {
    border-color: #446448;}

/*--------------------------------------------------- FORM : SELECT*/
.form_cmn select,
select.select_cmn {
    display: block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #D1CDC7;
    border-radius: 3px;
    /* デフォルトの Appearance を解除 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

.form_cmn select option,
select.select_cmn option {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #D1CDC7;}

.select_wrap {
	overflow: hidden;
	width: 100%;
	margin: 1em 0 0;
	text-align: center;
	position: relative;
	border: 1px solid #cbcbcb;
	background: rgba(255,255,255,0.1);}
.select_wrap::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #446448;
	pointer-events: none;}
.select_wrap select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #666666;}

.select_wrap select::-ms-expand {
    display: none;}
/*--------------------------------------------------- FORM : BUTTON*/
.form_cmn input[type="submit"],
input[type="submit"].btn_cmn,
.form_cmn input[type="reset"],
input[type="reset"].btn_cmn,
.form_cmn input[type="button"],
input[type="button"].btn_cmn,
a.lnk_input {
    display: inline-block;
    min-width: 320px;
    margin: 20px 10px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    background: #446448;
    color: #FFF;
    border-radius: 3px;
    vertical-align: middle;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

.form_cmn input[type="reset"],
input[type="reset"].btn_cmn,
a.lnk_input.cancel,
a.lnk_input.back {
    background: #666;}

.form_cmn input[type="submit"]:hover,
input[type="submit"].btn_cmn:hover,
.form_cmn input[type="reset"]:hover,
input[type="reset"].btn_cmn:hover,
.form_cmn input[type="button"]:hover,
input[type="button"].btn_cmn:hover,
a.lnk_input:hover {}

/*--------------------------------------------------- FORM : FOCUS*/
.form_cmn input:focus,
input.input_cmn:focus,
.form_cmn textarea:focus,
textarea.input_cmn:focus,
.form_cmn label:focus,
label.label_cmn:focus,
.form_cmn select:focus,
select.select_cmn:focus {
    border-color: #446448;
    box-shadow: 0 0 5px #446448;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					TOP

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home .btn_arw::after {
	padding: 0 0 0 0.5em;
	content: '>';}
/*==================================================
SLIDER
====================================================*/
#home_mv {
    position: relative;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;}
#home_mv_main {
    position: relative;
    background: none;
    padding-top: 580px;}
#home_mv_main .msg {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
    font-size: 33px;
    line-height: 1.8;
    font-weight: 500;
    color: #192C14;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 47px;
    left: 10%;
    z-index: 2;
    letter-spacing: 0.25em;}
#SliderImg {
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;}
#SliderImg .sldimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;}
#SliderImg .sldimg .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
#sld_1 .img {
    background-image: url(../images/home/slide1.jpg);}
#sld_2 .img {
    background-image: url(../images/home/slide2.jpg);}
#home_mv_main.sld_1 .msg {
	color: transparent;}
#home_mv_main.sld_2 .msg {
	color: transparent;}
#sld_3 .img {
    background-image: url(../images/home/slide3.jpg);}
#home_mv_main.sld_3 .msg {
	color: #fff;}
#sld_4 .img {
	background-image: url(../images/home/slide4.jpg);}
#home_mv_main.sld_4 .msg {
	color: #fff;}
#home_mv_nav {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#home_mv_nav li {
    padding-left: 16px;}
#home_mv_nav li a {
    background: #BBC7B7;
    display: block;
    width: 80px;
    height: 4px;}
#home_mv_nav li a.current {
    background: #446448;}

#home p {
    font-family: 'Yu Mincho', serif;}
.home_ttlarea .en,
.home_ttlarea .ja {
	line-height: 1.4;}
/*
############################################
#first_newsblog
############################################
*/
.home_top_cap br{
    display: none;}
#first_newsblog {
    width: 100%;
	padding: 0 20px;
    margin: 0 auto;
    margin-top: 1em;
	margin-bottom: 1.5em;
    color: #192C14;}
#first_newsblog .idx {
	width: 70px;
    font-size: 20px;}
#first_newsblog .cnt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 70px);}
.first_newsblog_time,
.first_newsblog_p {
	line-height: 1.5;}
.first_newsblog_time {
    margin-right: 3em;
	display: flex;
	align-items: center;
	align-content: center;}
.first_newsblog_time .cat {
	font-size: 0.87em;
	padding: 0 0 0 0.5em;}
.first_newsblog_time .cat::before {
	content: '-';
	padding: 0 0.5em 0 0;}
#first_newsblog .inner {
	padding: 5px 0;
    display: flex;
	align-items: center;
	flex-wrap: wrap;}
/*
############################################
#top_philosophy
############################################
*/
#top_philosophy {
    position: relative;}
.top_philosophy_innerBox {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    margin-bottom: 4em;}
.top_philosophy_textBox {
    background: rgba(68, 100, 72, 0.78);
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    padding: 30px 45px 30px calc((100% - 1000px) / 2);
    z-index: 1;
    width: 45%;}
.top_philosophy__inner_text .home_ttlarea {
    font-size: 2em;
    margin-bottom: 1em;}
.top_philosophy__inner_text .home_ttlarea .en {
    padding: 0 0 0.25em;}
.top_philosophy__inner_text p {
    line-height: 1.8em;
	margin-bottom: 4em;}
.top_philosophy__inner_text a {
    display: inline-block;
    padding: 13px 40px;
    color: #fff;
    border: solid #fff 1px;
    margin-bottom: 10px;}
.top_philosophy__inner_text a{
    max-width: 292px;
    width: 100%;
    font-size: 14px;
    text-align: center;}
.top_philosophy__inner_text a:hover {
    background: #fff;
    color: #446448;}
.top_philosophy_imgBox {
    padding: 30px calc((100% - 1000px) / 2) 30px 30px;
    width: 58%;
    background: rgba(154, 127, 37, 0.14);}
.top_philosophy_imgBox_inner_box {
	mix-blend-mode: multiply;
    text-align: right;
    background: url(../images/home/top_pilosophy_img.png) center right no-repeat;
    padding-top: 573px;}

/*
############################################
#top_bioStyle
############################################
*/
#top_bioStyle {
    background: rgba(68, 100, 72, 0.78);
    padding: 65px 0;
    margin-bottom: 6em;}
.top_bioStyle_explanation_box_text {
    color: #fff;
    margin-right: 60px;}
.top_bioStyle_explanation_box_img_box {}
.top_bioStyle_explanation_box {
    display: flex;
    width: 93%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 55px;}
.top_bioStyle_explanation_box_text .home_ttlarea {
    font-size: 2em;
    margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;}
.top_bioStyle_explanation_box_text .home_ttlarea .en {
	padding: 0 1em 0 0;}
.top_bioStyle_explanation_box_text p {
    line-height: 1.8em;
	margin-bottom: 4em;}
.top_bioStyle_ja {
    font-size: 0.67em;}
.top_bioStyle_explanation_box_a_box {
	flex-wrap: wrap;
    display: flex;}
.top_bioStyle_explanation_box_a_box a {
    display: block;
    border: solid #fff 1px;
    padding: 10px 40px;
    color: #fff;}
.top_bioStyle_explanation_box_a_box a:hover {
    background: #fff;
    color: #446448;}
.natural_a {
    margin-right: 20px;}
.top_book {
    background-image: url(../images/common/bookbg.jpg);
    display: flex;
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;
    margin-bottom: 4em;}
.top_book_img_box {
    padding: 35px 40px;}
.top_book_inner_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 40px 35px 10px;}
.top_book_inner_text a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 14px 0;
    background: rgba(68, 100, 72, 0.78);
    margin-top: 43px;}
.top_book_inner_text_h2 {
    width: 40%;
    font-size: 27px;
    color: #1A2D15;}
.top_book_small_title {
    font-size: 20px;
    line-height: 33px;}
.top_book_inner_text_p_sp {
    display: none;
    line-height: 28px;
    color: #1A2D15;}
.top_book_inner_text_p {
    width: 60%;
    color: #1A2D15;}
.top_book_inner_text_p p {
    line-height: 28px;}
.top_book_inner_text_a {
    width: 100%;}
.top_book_inner_text_a_sp {
    display: none;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    padding: 14px 0;
    background: rgba(68, 100, 72, 0.78);
    margin-top: 43px;}
.n_renovation {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    width: 93%;}
.n_renovation h3 {
    font-size: 1.87em;
    color: #fff;
    margin-bottom: 15px;}
.n_renovation p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 27px;}
.n_renovation a {
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    border: solid 1px #fff;}
.n_renovation a:hover {
    background: #fff;
    color: #446448;}
.n_renovation img {
    width: 100%;
    margin-bottom: 21px;}
.new_construction_box {
    width: 50%;
    margin-right: 80px;}
.renovation_box {
    width: 50%;}

/*
############################################
#top_works
############################################
*/
#top_works {
    max-width: 1040px;
	padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 4em;}
.top_works_flexbox a {
    display: block;
    width: 49%;}
#top_works .home_ttlarea {
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 2em;}
#top_works .home_ttlarea .en {
	padding: 0 0.5em 0 0;}
#top_works h2 {
    font-size: 2em;
    color: #1A2D15;}
#top_works img {
    width: 100%;
    margin-bottom: 10px;}
.top_works_flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;}
.top_works_moreBox {
    text-align: center;}
.top_works_moreBox a {
    display: inline-block;
    border: solid 1px;
    background: rgba(68, 100, 72, 0.78);
    padding: 13px 50px;
    color: #fff;}
.top_works_moreBox a:hover {
    background: none;
    color: #000;
    border: solid 1px #000;}
.top_works_tlja {
    font-size: 20px;
    color: #1A2D15;
    font-family: 'Yu Gothic';}
.top_works_flexbox > div {
    width: 49%;}
.top_works_flexbox p {
    color: #1A2D15;
    line-height: 22px;
    text-align: center;}
.top_works_flexbox .work_place {
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 11px;}

/*
############################################
#banner
############################################
*/
.banner {
    margin-bottom: 39px;
}
.banner__wrapper {
    padding: 0 20px;
}
.banner__item {
    margin: 0 auto;
    max-width: 1009px;
}
.banner__link {}
.banner__img {
    width: 100%;
}

/*
############################################
#top_news
############################################
*/
.home_ttlarea.newsblog {
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 2em;
	margin: 0 auto 1em;
	max-width: 1040px;
	padding: 0 20px;}
.home_ttlarea.newsblog .en {
	padding: 0 0.5em 0 0}
.home_ttlarea.newsblog .ja {
	font-size: 0.67em;}
#top_news ul {
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;}
#top_news {
    margin-bottom: 50px;}
#top_news ul img,
#top_blog ul img {
    max-width: 100%;
	height: auto;}
#top_news p {
    width: 95%;
    line-height: 23px;}
.top_news_slick_box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;}

.t_blog_slide .slick-slide a,
.t_news_slide .slick-slide a {
	display: block;
	margin: 0 5px;}

.sld_arrows a {
	position: absolute;
	z-index: 1;
	top: 70px;
	width: 30px;
	height: 30px;
	display: block;}
.sld_arrows a img {
	max-width: 100%;
	height: auto;}
.t_news_prev-arrow {
    left: 40px;}
.t_news_next-arrow {
    right: 40px;}
.t_nb_a_box {
    display: none;}
.t_nb_text_box_time .cat {
	font-size: 0.87em;
	padding: 0 0 0 0.5em;}
.t_nb_text_box_time .cat::before {
	content: '-';
	padding: 0 0.5em 0 0;}

/*
############################################
#top_blog
############################################
*/
#top_blog ul {
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;}
#top_blog {
    margin-bottom: 8em;}
#top_blog h1 {
    max-width: 1000px;
    margin: 0 auto;
    width: 93%;
    margin-bottom: 27px;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;}
#top_blog h1 span {
    font-size: 20px;
     font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
#top_blog ul img {
    width: 95%;}
#top_blog p {
    width: 95%;
	line-height: 23px;}
.top_blog_slick_box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;}
.t_blog_prev-arrow {
    left: 40px;}
.t_blog_next-arrow {
    right: 40px;}

/*
############################################
#banner_box
############################################
*/
#banner_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
	padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 30px;}
#banner_box > div {
    width: 25%;
    padding:0 20px 40px;}
#banner_box > div a {
	display: inline-block;}
#banner_box img {
    max-width: 100%;
	height: auto;}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					COMMON PARTS

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.ttl_cmn {
	width: 480px;
	color: #fff;
	letter-spacing: 0.08em;
	font-size: 1.875em;}
.ttl_cmn span {
	letter-spacing: normal;
	margin-left: 13px;
	font-size: 0.67em;}
.ttl_border_cmn {
	position: relative;}
.ttl_border_cmn::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	background: #1A2D15;
	transform: translateY(-50%);
	height: 1px;
	width: calc(100% - 250px);}
.breadcrumbs_cmn {
	max-width: 50%;
	width: calc(100% - 480px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;}
.breadcrumbs_cmn > span {
	font-size: 0.875em;}
.breadcrumbs_cmn span {
	line-height: 1.4;
	padding: 0 0.2em;}
.inner_cmn {
	margin: 0 auto;
	max-width: 1060px;
	padding: 0 30px;}
.bioColor_cmn {
    background: rgba(68, 100, 72, 0.78);}
.Headline_cmn {
	padding: 1.8em 0;}
.Headline_cmn,
.Headline_cmn span {
	color: #fff;}
.Headline_cmn .inner_cmn {
	display: flex;
	justify-content: space-between;}
.content_cmn {
	padding: 4.9em 0 0;
	display: flex;
	justify-content: space-between;}
.show_480 {
	display: none;}
a.bioBtn_bmn {
	display: block;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
    color: #fff !important;
    text-align: center;
    background: rgba(68, 100, 72, 0.78);
    padding: 1.2em 0.5em;
	line-height: 1.4;}
/*--------------------------------------------------main.cmn*/
#g_main.cmn {
	display: block;
	padding-right: 90px;
	width: calc(100% - 200px);}
#g_main.cmn h2 {
	font-family: 'atplusicons', "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
.wp-block-image figcaption {
	line-height: 1.8;
	font-size: 0.875em;
	opacity: 0.8;}
/*--------------------------------------------------aside.cmn*/
aside.cmn {
	width: 200px;}
aside.cmn h3 {
	font-size: 1.125em;
	padding-bottom: 1em;
	margin-bottom: 1em !important;
	border-bottom: 1px solid #CBCBCB;
	letter-spacing: 0.03em;
	font-family: 'Roboto Condensed', sans-serif;}
aside.cmn li {
	line-height: 1.8;}
aside.cmn .side_box:not(:last-child) {
	margin-bottom: 4.375em;}
aside.cmn li {
	letter-spacing: 0.1em;}
/*--------------------------------------------------archive pagenavi_cmn*/
.archive .pagenavi_cmn {
	text-align: center;
	margin: 4.9em 0 4em;}
.archive .pagenavi_cmn .current {
	color: #fff;
	background: #446448;}
.archive .pagenavi_cmn span,
.archive .pagenavi_cmn a {
	margin: 0 5px 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #446448;
	text-align: center;}
.archive .pagenavi_cmn a:hover {
	background: rgba(68, 100, 72, 0.78);
	color: #fff !important;}
.archive .pagenavi_cmn span.dot {
	border: none;}
/*--------------------------------------------------single pagenavi_cmn*/
.single .pagenavi_cmn {
	padding: 3.84em 0 0;
	text-align: center;}
.single .pagenavi_cmn a {
	display: inline-block;
	padding: 10px 27px;
	border: 1px solid #1A2D15;}
.post_page_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;}
.post_page_navi li {
	padding: 0 5px 20px;}
.post_page_navi li .item {
	padding: 10px 27px;
	border: 1px solid #1A2D15;
	display: inline-block;
	min-width: 135px;}
.post_page_navi li .item.mini {
	min-width: auto;}
.post_page_navi li .item.inactive {
	opacity: 0.4;}
.post_page_navi li a:hover {
	background: rgba(68, 100, 72, 0.78);
	color: #fff!important;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					NEWS

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
news common
====================================================*/
/*--------------------------------------------------font*/
#news_wrapper h2 {
	padding-bottom: 0.5em;
	line-height: 1.8;
	letter-spacing: 0.03em;}
#news_wrapper h2 a:hover {
	text-decoration: underline;}
#news_wrapper h3 {
	letter-spacing: 0.03em;}
#news_wrapper .meta {
	letter-spacing: 0.08em;}
#news_wrapper p {
	margin-bottom: 2em;
	font-weight: 15px;
	line-height: 1.87;}
/*--------------------------------------------------レイアウト*/
#news_wrapper {
	margin-bottom: 100px;}
#news_wrapper h2,
#news_wrapper h3,
#news_wrapper h4,
#news_wrapper p,
#news_wrapper a,
#news_wrapper time {
	color: #1A2D15;}
/*==================================================
news archive
====================================================*/
#news_wrapper.archive .item {
	margin-bottom: 3.96em;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #CBCBCB;}
#news_wrapper.archive .item .text_area {
	padding-left: 2.25em;}
#news_wrapper.archive .item .meta {
	margin-bottom: 1.14em;
	display: flex;
	justify-content: flex-start;}
#news_wrapper.archive .item .img_wrap img {
	width: 170px;}
/*==================================================
news single
====================================================*/
#news_wrapper.single h1 {
	color: #1A2D15;
	margin-bottom: 3.4em;
	line-height: 1.38;
	font-size: 1.625em;}
#news_wrapper.single .meta {
	margin-bottom: 7px;
	display: flex;
	justify-content: flex-start;}

.nb_wrapper .meta {
	flex-wrap: wrap;}
.nb_wrapper .meta time,
.nb_wrapper .meta .cat::before,
.nb_wrapper .meta li {
	line-height: 1.4;}
.nb_wrapper .meta .cat {
	display: flex;}
.nb_wrapper .meta .cat::before {
	padding: 0 0.5em;
	content: '-';}
.nb_wrapper .meta .cat .catlist {
	flex-wrap: wrap;
	display: flex;}
.nb_wrapper .meta .cat .catlist li::after {
	content: '、';}
.nb_wrapper .meta .cat .catlist li:last-child::after {
	content: none;}

#news_wrapper.single h2 {
	font-size: 1.375em;}
#news_wrapper.single img {
	max-width: 100%;
	display: block;
	margin: 4em auto;}
#news_wrapper.single h2 {
	border-bottom: 4px solid #446448;
	margin: 3.55em 0 2.2em;}
#news_wrapper.single article h3 {
	margin-bottom: 3.125em;
	padding-left: 0;
	position: relative;
	font-size: 1.25em;
	padding-bottom: 1em;}
#news_wrapper.single article h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 3px;
	width: 34px;
	background: #446448;}
#news_wrapper.single h4 {
	position: relative;
	margin: 5em 0 2.5em;
	padding-left: 14px;}
#news_wrapper.single h4::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #446448;
	width: 3px;
	height: 100%;}
#news_wrapper.single article {
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 3.8em;}
#news_wrapper.single article a {
	color: #609166;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					BLOG

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
blog common
====================================================*/
#blog_wrapper {
	margin-bottom: 100px;}
#blog_wrapper,
#blog_wrapper time,
#blog_wrapper a,
#blog_wrapper p,
#blog_wrapper h2,
#blog_wrapper h3 {
	color: #1A2D15;}
#blog_wrapper .meta {
	display: flex;
	padding: 15px 0 9.5px;
	justify-content: flex-start;}
#blog_wrapper #g_main {
	display: block;
	width: calc(100% - 200px);}
/*==================================================
blog achive
====================================================*/
#blog_wrapper.archive .item_wrap {
	padding-right: 4.4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;}
#blog_wrapper.archive .item {
	padding: 0 0 50px;
	width: calc(50% - 25px);}
#blog_wrapper.archive .item .img_wrap img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: auto;
	max-width :100%;}
#blog_wrapper.archive .item:nth-child(odd) {
	margin-right: 50px;}
#blog_wrapper.archive .item .img_wrap a {
	display: block;
	padding-top: 55%;
	position: relative;
	overflow: hidden;}
#blog_wrapper.archive .meta .cat {
	font-size: 14px;}
#blog_wrapper.archive h2 {
	line-height: 1.4;
	font-size: 1.06em;}
#blog_wrapper.archive time {
	font-size: 14px;}
/*==================================================
blog single
====================================================*/
#blog_wrapper.single #g_main {
	display: block;
	margin-right: 4.4em;
	margin-bottom: 60px;}
#blog_wrapper.single article {
	border-bottom: 1px solid #B1B1B1;}
#blog_wrapper.single p {
	line-height: 1.87;
	margin-bottom: 2.5em;}
#blog_wrapper.single h1 {
	line-height: 1.4;
	margin-bottom: 2.3em;
	font-size: 1.625em;}
#blog_wrapper.single .wp-block-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;}
#blog_wrapper.single .wp-block-gallery {
	margin: 40px auto;}
#blog_wrapper.single .related {
	margin: 4em 0 0;}
#blog_wrapper.single .related h3 {
	padding: 0 0 1em;
	font-size: 1.375em;
	text-align: center;}
#blog_wrapper.single .related h4 {
	line-height: 1.4;}
#blog_wrapper.single .related h4 a {
	font-size: 1.13em;
	font-weight: normal;}
.nb_wrapper.single .related h3 {
	line-height: 1.4;}
.nb_wrapper.single .related .yarpp-related {
	width: 100%;}
.nb_wrapper.single .related ol {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;}
.nb_wrapper.single .related ol > li {
	width: 48%;}
.nb_wrapper.single .related .img_wrap a {
	display: block;}
.nb_wrapper.single .related ol li img {
	max-width: 100%;
	height: auto;}

/* 旧サイトから移行したデータ用 */
#blog_wrapper.single article,
#blog_wrapper.single article div {
	line-height: 1.87;}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					BIO

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
bio common
====================================================*/
.bio_inner {
	max-width: 1060px;
	padding: 0 30px;
	margin: 0 auto}
.bioNav_cmn {
	margin: 64px 0 65px;}
.bioNav_cmn ul {
	display: flex;
	justify-content: center;}
.bioNav_cmn li {
	display: flex;
	margin: 0 5px;}
.bioNav_cmn a {
	padding: 10px 50px;
	border: 1px solid #1A2D15;}
.bioNav_cmn a:hover {
	background: rgba(68, 100, 72, 0.78);
	color: #fff!important;}
#bio_wrapper p {
	line-height: 1.85;}
#bio_wrapper h2,
#bio_wrapper h3,
#bio_wrapper h4,
#bio_wrapper a,
#bio_wrapper p {
	color: #1A2D15;}

#bps_nav {
	padding: 3em 10px 2em;
	max-width: 1020px;
	margin: 0 auto;}
#bps_nav ul {
	display: flex;
	flex-wrap: wrap;}
#bps_nav ul li {
	width: 20%;
	padding: 0 0.67em 1em;}
#bps_nav ul li a {
	height: 100%;
	font-size: 0.933em;
	color: #1A2D15;
	border: 1px solid #1A2D15;
	text-align: center;
	padding: 0.7em 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.4;}
#bps_nav ul li a:hover {
	color: #fff;
	background: rgba(68,100,72,0.7);}
#bps_nav ul li a.current {
	color: #FFF;
	background: rgba(68,100,72,0.7);}
#bps_nav ul li a .id {
	padding: 0 0 0 0.5em;
	display: inline-block;}

/*==================================================
bio concept
====================================================*/
#bio_wrapper.concept h2 {
	margin: 5em 0 3em;
	font-size: 1.56em;
	line-height: 1.4;
	text-align: center;}
#bio_wrapper.concept h2 span {
	margin-top: 1em;
	font-size: 0.6em;
	display: block;}
#bio_wrapper.concept h3 {
	line-height: 1.5;
	margin: 0 0 2em;
	font-size: 1.375em;}
/*--------------------------------------------------main*/
#bio_wrapper.concept .content_wrap {
	margin-bottom: 7em;
	justify-content: space-between;
	display: flex;}
#bio_wrapper.concept .content_wrap.rev {
	flex-direction: row-reverse;}
#bio_wrapper.concept .text_box,
#bio_wrapper.concept .image_box {
	width: 50%;}
#bio_wrapper.concept .text_box {
	padding: 0 30px 0 calc((100% - 1000px) / 2);}
#bio_wrapper.concept .image_box {
	padding: 0 0 0 30px;
	text-align: left;
	align-self: center;}
#bio_wrapper.concept .content_wrap.rev .text_box {
	padding: 0 calc((100% - 1000px) / 2) 0 30px;}
#bio_wrapper.concept .content_wrap.rev .image_box {
	text-align: right;
	padding: 0 30px 0 0;}	
#bio_wrapper.concept .image_box img {
	max-width: 100%;
	height: auto;
	mix-blend-mode: multiply;}
/*--------------------------------------------------profile_area*/
#bio_wrapper.concept .profile_area {
	margin-bottom: 100px;
	padding: 50px 0;
	background: rgba(68, 100, 72, 0.7);}
#bio_wrapper.concept .profile_area figcaption {
	color: #fff;
	line-height: 1.75;}
#bio_wrapper.concept .profile_area p {
	margin-bottom: 1em;
	color: #fff;}
#bio_wrapper.concept .profile_area p:last-of-type {
	margin-bottom: 0;}
#bio_wrapper.concept .profile_area .content_wrap {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: row !important;
	justify-content: space-between;}
#bio_wrapper.concept .profile_area .content_wrap .person {
	font-size: 1.875em;
	text-align: center;}
/*==================================================
bio naturalHous
====================================================*/
#bio_wrapper.naturalHous {
	margin-bottom: 75px;}
#bio_wrapper.naturalHous h2 {
	margin: 1.5em auto 2.5em;
	font-size: 1.45em;
	letter-spacing: 0.2em;}
#bio_wrapper.naturalHous h3 {
	margin-bottom: 1.5em;
	font-size: 1.45em;
	letter-spacing: 0.2em;}
#bio_wrapper.naturalHous .content_wrap {
	margin-bottom: 7em;
	display: flex;
	justify-content: space-between;}
#bio_wrapper.naturalHous .content_wrap:nth-child(2n) {
	flex-direction: row-reverse;}
#bio_wrapper.naturalHous .content_wrap:last-of-type {
	margin-bottom: 5em;}
#bio_wrapper.naturalHous .content_wrap .text_box {
	width: 45%}
#bio_wrapper.naturalHous .content_wrap .image_box {
	width: 50%;}
#bio_wrapper.naturalHous .content_wrap .image_box img {
	max-width: 100%;}
/*==================================================
bio hokkaido
====================================================*/
#bio_wrapper.hokkaido .content_wrap {
	margin: 70px 0 100px;
	display: flex;
	justify-content: space-between;}
#bio_wrapper.hokkaido .content_wrap:last-child {
	margin-bottom: 55px;}
#bio_wrapper.hokkaido h2 {
	margin-bottom: 43.5px;
	font-size: 1.45em;}
#bio_wrapper.hokkaido h3 {
	margin-bottom: 33.5px;
	font-size: 1.45em;}
#bio_wrapper.hokkaido .content_itme {
	width: calc(50% - 10px);}
/*--------------------------------------------------slick*/
#bio_wrapper.hokkaido .bio_slider {
	margin-bottom: 43.5px;}
#bio_wrapper.hokkaido .slick-slide img {
	width: 100%;}
#bio_wrapper.hokkaido .slide-arrow {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1}
#bio_wrapper.hokkaido .prev-arrow {
	left: 0;}
#bio_wrapper.hokkaido .next-arrow {
	right: 0;}
#bio_wrapper.hokkaido .slick-dots {
	margin-top: 16px;
	position: absolute;
	right: 0;}
#bio_wrapper.hokkaido .slick-dots li {
	border-radius: 4px;
	width: 8px;
	height: 8px;
	background: #A7B2A7;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;}
#bio_wrapper.hokkaido .slick-dots li.slick-active {
	background: #446448;}
#bio_wrapper.hokkaido .slick-dots li button {
	background: none;
	border: none;}
/*==================================================
bio building
====================================================*/
#bio_wrapper.building {
	margin-bottom: 60px;}
#bio_wrapper.building h2,
#bio_wrapper.building h3 {
	font-size: 1.45em;}
#bio_wrapper.building h2 {
	letter-spacing: 0.2;
	margin: 30px 0;}
#bio_wrapper.building h3 {
	line-height: 1.2;
	margin-bottom: 30px;}
#bio_wrapper.building .img_wrap {
	margin-bottom: 23px;
	display: flex;}
#bio_wrapper.building .img_wrap img {
	width: 50%;}
#bio_wrapper.building .bio_banner {
    margin: 63px auto 0;
    max-width: 916px;
}
#bio_wrapper.building .bio_banner img {
    display: block;
    width: 100%;
}
/*--------------------------------------------------process*/
#bio_wrapper.building #process {
	margin-bottom: 100px;}
#bio_wrapper.building .process_item {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;}
#bio_wrapper.building .process_item .number {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 150px;
	color: #fff;
	background: rgba(68, 100, 72, 0.78);
	top: 0;
	left: 0;}
#bio_wrapper.building .process_item:not(:last-child) .number::after {
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15.5px 0 15.5px;
	border-color: rgba(68, 100, 72, 0.78) transparent transparent transparent;}
#bio_wrapper.building .process_item .number span {
	line-height: 1.35em;
	text-align: center;}
#bio_wrapper.building .process_item .number span:first-child {
	width: 100%;
	position: relative;
	font-size: 1.875em;
	font-weight: 600;
	padding: 16px;}
#bio_wrapper.building .process_item .number span:first-child::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #fff;
	height: 1px;
	width: calc(100% - 20px);}
#bio_wrapper.building .process_item .number span:last-child {
	padding: 20px 0 30px;}
#bio_wrapper.building .process_item .text_box {
	width: calc(100% - 200px);}
/*--------------------------------------------------price*/
#bio_wrapper.building .item {
	margin-bottom: 75px;
	position: relative;
	padding-left: 76px;}
#bio_wrapper.building .item::before,
#bio_wrapper.building .item::after {
	position: absolute;
	background: rgba(68, 100, 72, 0.78);
	content: '';}
#bio_wrapper.building .item::before {
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;}
#bio_wrapper.building .item::after {
	top: 34px;
	left: 16px;
	width: 3px;
	height: calc(100% - 34px);}
/*--------------------------------------------------price including*/
#bio_wrapper.building .including dl {
	margin-bottom: 30px;}
#bio_wrapper.building .including dt {
	margin-bottom: 0.5em;
	font-weight: 600;}
#bio_wrapper.building .including dd {
	line-height: 1.85;}
/*--------------------------------------------------price notIncluded*/
#bio_wrapper.building .item ol {
	padding-left: 22px;
	list-style-type: decimal;}
#bio_wrapper.building .item ol li {
	line-height: 1.85;
	padding-left: 10px;}
#bio_wrapper.building .item ol dl {
	letter-spacing: -0.5em;
	line-height: 1.85;}
#bio_wrapper.building .item ol dt,
#bio_wrapper.building .item ol dd {
	letter-spacing: normal;
	display: inline-block;}
#bio_wrapper.building .item ol dt::after {
	content: '：';}
/*==================================================
bio building renovation
====================================================*/
#bio_wrapper.building.renovation .ttl_border_cmn::after {
	width: calc(100% - 12em);}
#bio_wrapper.building.renovation #price .ttl_border_cmn::after {
	width: calc(100% - 15em);}
/*==================================================
bio naturalist.archive
====================================================*/
#bio_wrapper.naturalist.archive .introduction {
	position: relative;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;}
#bio_wrapper.naturalist.archive .introduction .ttlarea {
	position: absolute;
	left: 220px;}
#bio_wrapper.naturalist.archive .introduction .ttl {
	padding: 0 0 0.5em;
	font-size: 1.8em;}
#bio_wrapper.naturalist.archive .introduction .ttl span {
	margin-bottom: 5px;
	display: block;
	font-size: 0.74em;}
#bio_wrapper.naturalist.archive .introduction .ttlarea .credit {
	line-height: 1.6;
	font-size: 1em;}
#bio_wrapper.naturalist.archive .introduction .img_box {
	width: 185px;}
#bio_wrapper.naturalist.archive .introduction .img_box img {
	display: block;
	width: 100%;}
#bio_wrapper.naturalist.archive .introduction .img_box a {
	margin: 1em 0 0;}
#bio_wrapper.naturalist.archive .introduction .text_box {
	width: calc(100% - 220px);
	padding: 120px 0 0;}
#bio_wrapper.naturalist.archive .introduction .text_box .first {
	font-size: 1.33em;
	margin: 0 0 1em;}
#bio_wrapper.naturalist.archive .introduction .text_box .msg {
	padding: 0 0 2em;
	margin: 0 0 3em;
	border-bottom: 1px solid #1A2D15;}
#bio_wrapper.naturalist.archive .introduction .text_box .msg p {
	margin: 0 0 1em;}
#bio_wrapper.naturalist.archive #home_book_index_content {
	margin-top: 45px;
	padding-left: 220px;}
#bio_wrapper.naturalist.archive .introduction .text_box .bioBtn_bmn {
	color: #fff;}
#bio_wrapper.naturalist.archive  #lst_book_index .idx_subcat {
	margin-bottom: 45px;}
#bio_wrapper.naturalist.archive  #lst_book_index > li {
	margin-bottom: 45px;}
#bio_wrapper.naturalist.archive #lst_book_index .idx_sub ul {
	margin-bottom: 45px;
	margin-left: -1em;}
#bio_wrapper.naturalist.archive #lst_book_index .idx_sub .li::before,
#bio_wrapper.naturalist.archive #lst_book_index .idx_sub a,
#bio_wrapper.naturalist.archive #lst_book_index dt a {
	text-decoration: underline;
	color: #41950D;}
#bio_wrapper.naturalist.archive a.new {
	position: relative;}
#bio_wrapper.naturalist.archive a.new::after {
	bottom: 0;
	right: -4em;
	font-size: 0.8em;
	padding: 0 4px;
	position: absolute;
	content: 'NEW';
	color: #fff;
	background: #FF0000;}

#lst_book_index {
	padding: 3em 0 0;
	counter-reset: bi_main 0;}
#lst_book_index .txt.chapter::before {
	counter-increment: bi_main 1;
	content: "第" counter(bi_main) "章 ";}
#lst_book_index .idx_sub {
	counter-reset: bi_sub 0;}
#lst_book_index .idx_sub .li::before {
	counter-increment: bi_sub 1;
	content: counter(bi_sub);}
#lst_book_index .idx_sub .dcircle::before {
	content: '◎';}
#lst_book_index > li {
	margin: 0 0 2em;}
#lst_book_index > li .idx_main {
	line-height: 1.5;
	font-size: 1.2em;}
#lst_book_index > li a.idx_main {
	border-bottom: 1px solid;}
#lst_book_index > li .idx_main .num {
	width: 2.25em;
	display: inline-block;}
#lst_book_index .idx_subcat,
#lst_book_index > li > .idx_sub {
	margin: 1em 0 0;}
#lst_book_index .idx_subcat dt,
#lst_book_index .idx_sub li {
	line-height: 1.5;
	margin: 0.5em 0;}
#lst_book_index .idx_sub > li {
	padding: 0 0 0;
	position: relative;}
#lst_book_index .idx_sub > li::before {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.5;}
/*==================================================
bio naturalist.single
====================================================*/
#bio_wrapper.naturalist.single article {
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 85px;}
#bio_wrapper.naturalist.single article .meta time,
#bio_wrapper.naturalist.single article .meta .cat {
	display: inline-block;}
#bio_wrapper.naturalist.single article h1 {
	font-size: 1.7em;
	margin: 16.5px 0 65px;}
#bio_wrapper.naturalist.single article img {
	margin-bottom: 40px;
	display: block;
	width: 100%;
	height: auto;}
#bio_wrapper.naturalist.single article p {
	margin-bottom: 2em;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					ABOUT

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#about_wrapper .about_inner {
	margin: 0 auto;
	max-width: 1060px;
	padding: 7em 30px 0;}
#about_wrapper p {
	line-height: 1.6;}
#about_wrapper h3 {
	margin: 2em 0;
	font-size: 1.67em;}
/*--------------------------------------------------main*/
#about_wrapper #g_main {
	display: block !important;
	margin-bottom: 7em;}
#about_wrapper h2 {
	line-height: 1.6;
	margin-bottom: 45px;
	font-size: 1.67em;
	text-align: center;}
/*--------------------------------------------------content*/
#about_wrapper .content {
	margin-top: 5em;}
#about_wrapper .content dl {
	display: flex;
	justify-content: flex-start;
	padding: 25px 0;
	border-bottom: 1px solid #B1B1B1;}
#about_wrapper .content dl:nth-child(2) {
	padding-top: 0;}
#about_wrapper .content dt,
#about_wrapper .content dd {
	line-height: 2.2;
	display: inline-block;}
#about_wrapper .content dt {
	vertical-align: top;
	width: 210px;}
#about_wrapper .content dd {
	width: calc(100% - 210px);}
#about_wrapper .content dl li {
	line-height: 2.2;}
#about_wrapper .content ol {
	padding-left: 1.3em;
	list-style-type: decimal;}
/*--------------------------------------------------staffArea*/
#about_wrapper .staffArea {
	margin-bottom: 40px;}
#about_wrapper .staffArea .boxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;}
#about_wrapper .staffArea .box .inner {
	max-width: 183px;}
#about_wrapper .staffArea .box {
	margin: 0 3em 4em 0;}
#about_wrapper .staffArea .box .inner .name {
	margin: 20px 0 10px;
	font-weight: 600;}
/*--------------------------------------------------locationArea*/
#about_wrapper .locationArea h3 {
	margin-bottom: 30px;}
#about_wrapper .locationArea .item {
	margin-bottom: 5em;}
#about_wrapper .locationArea iframe {
	margin-bottom: 30px;
	height: 350px;
	width: 100%;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					PRIVACY_POLICY

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#privacy_porlicy_wrapper #g_main {
	display: block;
	margin: 90px 0 140px;}
#privacy_porlicy_wrapper p {
	line-height: 1.85;
	margin-bottom: 30px;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					WORK

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*==================================================
work archive
====================================================*/
#work_wrapper.archive {
	padding-bottom: 100px;}
#work_wrapper.archive .item_wrap {
	    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: flex-start;}

#work_wrapper.archive .item_wrap .item:nth-child(odd) {
	margin-right: 15px;}
#work_wrapper.archive .item_wrap .img_wrap img {
	display: block;
	width: 100%;}
#work_wrapper.archive #bps_nav ul li {
	width: 25%;}
#work_wrapper.archive h2 {
	margin: 10px 0 10px;
	line-height: 1.5;}
#work_wrapper.archive #g_main {
	text-align: center;}
#work_wrapper.archive .item_wrap .item {
	margin: 0 0 30px;}
#work_wrapper.archive .item_wrap .item .cat {
	display: inline-block;}
#work_wrapper.archive .archive_works_container{
    display: flex;
    flex-wrap: wrap;}
/*==================================================
work single
====================================================*/
#work_wrapper.single {
	padding-bottom: 5em;}
#work_wrapper.single #bps_nav ul li {
	width: 25%;}
#work_wrapper.single h1 {
	margin-bottom: 16px;
	line-height: 1.35;
	font-size: 1.45em;}
#work_wrapper.single .meta {
	margin: 16px 0 45px;}
#work_wrapper.single .meta .cat {
	display: inline-block;}
#work_wrapper.single article {
	padding-bottom: 45px;
	border-bottom: 1px solid #868380;
	text-align: center;}
#work_wrapper.single article h2{
    font-size: 20px;
    margin-bottom: 25px;
    color: #1a2d15;}
#work_wrapper.single article img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5em;}
#work_wrapper.single p {
	line-height: 1.85;
	margin-bottom: 40px;
	text-align: left;}
#work_wrapper.single .wp-caption-text {
	font-size: 13px;}
#work_wrapper.single aside {
	padding: 50px 0 0; }
#work_wrapper.single aside p{
    line-height: 30px;
    margin-bottom: 30px;}
#work_wrapper.single aside h3 {
	margin-bottom: 35px;
	font-size: 1.33em;
	font-weight: 600;}
#work_wrapper.single aside ul {
	margin-bottom: 3em;}
#work_wrapper.single aside li {
	line-height: 1.85;}
#work_wrapper.single .pagenavi_cmn .item.prev,
#work_wrapper.single .pagenavi_cmn .item.next {
	padding: 10px 10px;}
#work_wrapper .wp-block-image {
    margin-bottom: 50px;
    display: inline-block;
    text-align: left;}
#work_wrapper .g_single_works_top_img{
    display: block;}
#work_wrapper .g_single_works_top_img img{
    width: 100%;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

					CONTACT

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#contact_wrapper {
	padding: 85px 0;}
#contact_wrapper p {
	line-height: 1.85;}
#contact_wrapper .infoArea {
	padding-bottom: 45px;}
#contact_wrapper .infoArea.line {
	border-bottom: 1px solid #B1B1B1;}
#contact_wrapper .infoArea:not(:first-child) {
	padding-top: 45px;}
#contact_wrapper .infoArea .heading {
	font-size: 1.45em;
	margin-bottom: 33px;}
#contact_wrapper .infoArea dl,
#contact_wrapper .infoArea dt,
#contact_wrapper .infoArea dd {
	display: inline-block;}
#contact_wrapper .infoArea dl {
	margin-right: 85px;}
#contact_wrapper .infoArea dt {
	margin-right: 25px;}
#contact_wrapper form .item {
	padding: 0.5em 0;
	margin-bottom: 30px;
	display: flex;}
/*--------------------------------------------------contact form*/
#contact_wrapper form .item > label {
	line-height: 1.8;
	padding: 2px 30px 2px 0;
	display: flex;
	align-items: flex-start;
	width: 260px;}
#contact_wrapper form .item > label .required {
	font-size: 0.8em;
	padding: 0 5px;
	display: block;
	margin: 2px 0 0 20px;
	color: #fff;
	background: rgba(68, 100, 72, 0.78);}
html.ie #contact_wrapper form .item > label .required {
	line-height: 1.25;
	padding: 3px 5px 0;}
#contact_wrapper form .item .inputArea,
#contact_wrapper form .item textarea {
	width: calc(100% - 260px);}
/*--------------------------------------------------.mwform-checkbox-field*/
#contact_wrapper .mwform-checkbox-field {
	display: inline-block;
	margin: 0;
	margin-bottom: 18px;
	margin-right: 20px;}
#contact_wrapper .mwform-checkbox-field input {
	display: none;}
#contact_wrapper .mwform-checkbox-field label {
	cursor: pointer;
	padding-left: 26px;
	position: relative;}
#contact_wrapper .mwform-checkbox-field label::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 4px;
	z-index: 1;
	border: 1px solid #1A2D15;}
#contact_wrapper .mwform-checkbox-field label.checked::after {
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #698169;
	content: '\f00c';
	z-index: 2;}
#contact_wrapper form input[type="text"],
#contact_wrapper form input[type="email"]{
	padding: 2px 5px;
	background: none;
	border: 1px solid #1A2D15;
	width: 100%;}
#contact_wrapper form input.mini[type="text"] {
	max-width: 300px;}
#contact_wrapper form textarea {
	resize: vertical;
	border: 1px solid #1A2D15;
	width: 100%;
	background: none;
	padding: 5px;
	min-height: 8em;}
#contact_wrapper form input[type="submit"] {
	cursor: pointer;
	display: block;
    margin: 0 auto 55px;
    background: rgba(68, 100, 72, 0.78);
    color: #fff;
    padding: 20px 70px;
    border: none;}
#contact_wrapper form p.check {
	margin-bottom: 30px;
	text-align: center;}
#contact_wrapper form a {
	color: #609166;
	text-decoration: underline;}
#contact_wrapper .bottom_text p {
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;}
/* VALIDATE */
#contact_wrapper .mw_wp_form .error {
	line-height: 1.4;
	padding: 0.5em 0 0;}
/* COMPLETE */
#contact_thanks {
	padding: 3em 0;}
#contact_thanks .idx{
	padding: 0 0 1em;
	text-align: center;
	font-size: 1.67em;}
#contact_thanks .msg {
	max-width: 900px;
	margin: 0 auto;}
#contact_thanks .btnarea {
	text-align: center;
	padding: 3em 0 0;}
#contact_thanks .btnarea .btn {
    display: inline-block;
    border: solid 1px #111;
    background: rgba(68, 100, 72, 0.78);
    padding: 13px 50px;
    color: #fff;}
#contact_thanks .btnarea .btn::after {
    padding: 0 0 0 0.5em;
	content: '>';}
#contact_thanks .btnarea .btn:hover {
    background: none;
    color: #000;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			Estate

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#top_estate ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 93%;
	margin: 0 auto;}
#top_estate ul li {
	width: 25%;}
#top_estate ul li a {
	display: block;
	margin: 0 5px;}
#top_estate ul img {
	max-width: 100%;
	padding: 0;
	display: block;
	height: auto;}
#top_estate .img_box {
	padding: 0;
	width: 100%;}
#top_estate .text_box {
	margin: 0.5em 0 0;}
#top_estate .text_box_time {
	line-height: 1.5;}
#top_estate .ttl {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 1.5;}
#top_estate .price {
	line-height: 1.5;}
#top_estate .btnarea {
	text-align: center;
	padding: 3em 20px 4em;}
#top_estate .btnarea a {
	display: inline-block;
	padding: 13px 40px;
	border: solid 1px;}
#top_estate .btnarea a::after {
	padding: 0 0 0 0.5em;
	content: '>';}
#blog_wrapper.single article .wp-block-image,
#blog_wrapper.single article .wp-block-gallery {
	margin: 2.5em 0;}
#blog_wrapper.single article .wp-block-image figcaption,
#blog_wrapper.single article .wp-block-gallery figcaption {
	line-height: 1.5;}
#blog_wrapper.single article .wp-block-image img {
	margin: 0 0 0.5em;}
#blog_wrapper.single article .img img {
	max-width: 100%;
	height: auto;}
.hdg_h2_est_price,
.hdg_h2_est_features,
.hdg_h2_est_map {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;}
.hdg_h2_est_price {
	padding: 0 0 1em;
	margin: 0 0 1.5em;
	position: relative;
	font-size: 1.5em;}
.hdg_h2_est_price::after {
	content: '';
	background: #446448;
	width: 34px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;}
.hdg_h2_est_features {
	font-size: 1.067em;
	position: relative;
	margin: 0 0 2em;
	padding: 0 0 0 0.5em;}
.hdg_h2_est_features::before {
	content: '';
	background: #446448;
	width: 3px;
	height: 1em;
	left: 0;
	top: auto;
	display: block;
	position: absolute;}
.hdg_h2_est_map {
	border-bottom: 3px solid #446448;
	padding: 0 0 0.5em;
	margin: 0 0 1.5em;
	font-size: 1.467em;}
.estate_extra .img {
	margin: 2em 0;}
.estate_extra .img img {
	margin: 0 !important;}
.estate_extra .info {
	margin: 0 0 2.5em;}
.estate_extra .info .ttl {
	margin: 0 !important;}
.estate_extra .info dl {
	display: flex;}
.estate_extra .info dl dt,
.estate_extra .info dl dd {
	line-height: 1.87;}
.estate_extra .info dl dt {
	width: 3em;}
.estate_extra .info dl dd {
	width: calc(100% - 3em);}
.estate_extra .txt {
	margin: 0 0 3em;}
.estate_extra .txt h3 {
	line-height: 1.87;
	font-weight: 700;}
.estate_extra .map {
	margin: 2em 0;}
.estate_extra .map iframe {
	width: 100%;}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			2023.01.19追加

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.gn_window.philosophy,
.gn_window.philosophy .inner {
    width: 250px;
    font-size: 14px;
}
#philosophy_wrapper p {
    line-height: 1.85;}
#philosophy_wrapper h2,
#philosophy_wrapper h3,
#philosophy_wrapper h4,
#philosophy_wrapper a,
#philosophy_wrapper p {
    color: #1A2D15;}
.bio_inner {
    max-width: 1060px;
    padding: 0 30px;
    margin: 0 auto}
#philosophy_wrapper.concept h2 {
    margin: 30px auto 77px;
    font-size: 1.56em;
    line-height: 1.4;
    text-align: center;
    max-width: 1000px;
    padding: 0 50px;}
#philosophy_wrapper.concept h2 span {
    margin-top: 1em;
    font-size: 0.6em;
    display: block;}
#philosophy_wrapper.concept h3 {
    line-height: 1.5;
    margin: 0 0 2em;
    font-size: 1.375em;}
.bps_nav2 {
    padding: 3em 10px 2em;
    max-width: 940px;
    margin: 0 auto;}
.bps_nav2 ul {
    display: flex;
    flex-wrap: wrap;}
.bps_nav2 ul li {
    width: 50%;
    padding: 0 0.67em 1em;}
.bps_nav2 ul li a {
    height: 100%;
    font-size: 0.933em;
    color: #1A2D15;
    border: 1px solid #1A2D15;
    text-align: center;
    padding: 0.7em 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.4;}
.bps_nav2 ul li a:hover {
    color: #fff;
    background: rgba(68,100,72,0.7);}
.bps_nav2 ul li a.current {
    color: #FFF;
    background: rgba(68,100,72,0.7);}
.bps_nav2 ul li a .id {
    padding: 0 0 0 0.5em;
    display: inline-block;}

#philosophy_wrapper #sdgs_area{
    background-color: white;
    padding: 50px 150px 46px;
    margin-bottom: 76px;
}
#philosophy_wrapper #sdgs_area .logo{
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}
#philosophy_wrapper #sdgs_area .logo img{
    width: 508px;
    height: auto;
}
#philosophy_wrapper #sdgs_area .txt{
    border: #1E2D18 1px solid;
    padding: 37px 30px ;
    max-width: 900px;
    margin: 0 auto;
}
#philosophy_wrapper #sdgs_area .txt h3{
    margin-bottom: 27px;
    text-align: center;
}
#philosophy_wrapper #sdgs_area .txt h3 br{
    display: none;
}
#philosophy_wrapper #sdgs_area .txt p{

}

#philosophy_wrapper.concept .sdgs_parts{
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
}

#philosophy_wrapper.concept .sdgs_parts h3{
    margin-bottom: 22px;
}

#philosophy_wrapper.concept .sdgs_parts .flex{
    display: flex;
}
#philosophy_wrapper.concept .sdgs_parts .flex img{
    width: 100px;
    height: 100px;
    margin-right: 50px;
}
#philosophy_wrapper.concept .sdgs_parts .flex .txt{
    width: calc(100% - 150px);
}

#philosophy_wrapper.concept .sdgs_parts:last-child{
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 100px;
}

#philosophy.sdgs .pc_none{
    display: none;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			404

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#msg_404 {
	text-align: center;}
#msg_404 .btn {
    display: inline-block;
    border: solid 1px #111;
    background: rgba(68, 100, 72, 0.78);
    padding: 13px 50px;
    color: #fff;}
#msg_404 .btn::after {
    padding: 0 0 0 0.5em;
	content: '>';}
#msg_404 .btn:hover {
    background: none;
    color: #000;}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			1200px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width:1200px) {
/*----------------------------------------------------
	HEADER / FOOTER 1200
	----------------------------------------------------*/
    #hdr_gn .idx > a {
        padding: 1em 1.15em;}
    .gn_window {
        left: auto;}
    .gn_window .gn_sub li a {
        padding: 0.6em 0;}
    .gn_window .inner .lnk {
        padding: 1em 0.5em;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			1070px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width:1070px) {
/*----------------------------------------------------
HOME 1070
----------------------------------------------------*/
    .top_philosophy_innerBox {
        display: block;}
    .top_philosophy_imgBox {
        width: 100%;}
    .top_philosophy_imgBox_inner_box {
        background: url(../images/home/top_pilosophy_img.png) center center no-repeat;}
    .top_philosophy_imgBox_inner_box {
        background-size: contain;
        padding-top: 300px;
        width: 93%;
        margin: 0 auto;}
    .top_philosophy_imgBox {
        padding: 30px 0;}
    .top_philosophy_textBox {
        position: static;
        width: 100%;
        padding: 30px 0px;}
    .top_philosophy__inner_text {
        width: 93%;
        margin: 0 auto;}
    .top_bioStyle_explanation_box {
        align-items: center;}
    .top_bioStyle_explanation_box_a_box a {
        display: inline-block;
        margin-bottom: 15px;}
	
	#bio_wrapper.concept .text_box {
		padding: 0 30px 0 30px;}
	#bio_wrapper.concept .content_wrap.rev .text_box {
		padding: 0 30px 0 30px;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			1020px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:1020px) {
	/*----------------------------------------------------
	HEADER / FOOTER 1020
	----------------------------------------------------*/
	#hdr_logo {
        width: 180px;}
    #hdr_gn .idx > a {
        padding: 1em 0.75em;}
	/*----------------------------------------------------
	HOME 1020
	----------------------------------------------------*/
    #home_mv_main {
        padding-top: 58%;}
	#home_mv_nav {
		padding: 10px 20px 10px 0;}
	/*==================================================
	bio concept
	====================================================*/
	#bio_wrapper.concept .content_wrap,
	#bio_wrapper.concept .content_wrap.rev {
		flex-direction: column;}
	#bio_wrapper.concept .text_box,
	#bio_wrapper.concept .image_box {
		width: 100%}
	#bio_wrapper.concept .text_box {
		max-width: 800px;
		margin: 0 auto;
		order: 2;}
	#bio_wrapper.concept .image_box,
	#bio_wrapper.concept .content_wrap.rev .image_box {
		margin-bottom: 40px;
		padding: 0 30px;
		text-align: center;
		order: 1;}
	#bio_wrapper.concept .image_box img {
		display: block;
		margin: 0 auto;}
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------

                2023.01.19追加

    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #philosophy_wrapper.concept h2 {
        margin: 0 0 48px;
        padding: 0 30px;}
    #philosophy_wrapper.concept h2 span{
        margin-top: 45px;
    }
    #philosophy_wrapper #sdgs_area{
        padding: 50px 30px;
    }
    #philosophy_wrapper #sdgs_area .logo{
        margin-bottom: 50px;
    }
    #philosophy_wrapper #sdgs_area .logo img{
        width: 100%;
    }
    #philosophy_wrapper #sdgs_area .txt{
    }
    #philosophy_wrapper #sdgs_area .txt h3{
        text-align: left;
    }
    #philosophy_wrapper #sdgs_area .txt h3 br{
        display: block;
    }
    #philosophy_wrapper #sdgs_area .txt p{
    }
    #philosophy_wrapper.concept .sdgs_parts{
        flex-direction: column;
        width: calc(100% - 60px);
        padding: 0 0 49.5px;
        margin-bottom: 45.5px;
    }
    #philosophy_wrapper.concept .sdgs_parts h3{
        font-size: 19px;
        text-align: center;
    }
    #philosophy_wrapper.concept .sdgs_parts .flex{
        flex-direction: column;
        align-items: center;
    }
    #philosophy_wrapper.concept .sdgs_parts .flex img{
        margin-right: unset;
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
    }
    #philosophy_wrapper.concept .sdgs_parts .flex .txt{
        width: 100%;
        font-size: 15px;
    }
    #philosophy_wrapper.concept .sdgs_parts:last-child{
    }
    #philosophy.sdgs .pc_none{
        display: block;
    }
    .bps_nav2{
        padding: 50px 0 64px;
    }
    .bps_nav2 ul li{
        font-size: 12px;
        padding: 0;
    }
    .bps_nav2 ul li:first-child{
        padding-left: 15px;
        padding-right: 7px;
    }
    .bps_nav2 ul li:last-child{
        padding-right: 15px;
        padding-left: 7px;
    }
    .bps_nav2:last-child{
        padding: 0 0 75px;
    }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			980px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:980px) {
/*----------------------------------------------------
HEADER / FOOTER 980
----------------------------------------------------*/
    .footer_flexbox {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;}
    .footer_logo_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 37px;
        text-align: center;}
    .footer_adress_box {
        width: 90%;
        text-align: center;
        margin: 0 auto;}
    .footer_contact_box {
        width: 260px;
        margin: 0 auto;
        margin-top: 30px;}
/*----------------------------------------------------
HOME 980
----------------------------------------------------*/
    .top_philosophy_innerBox {
        margin-bottom: 0px;}
    #top_bioStyle {
        padding-top: 0;}
    .top_bioStyle_explanation_box {
        display: block;}
    .top_bioStyle_explanation_box_text {
        margin-bottom: 20px;
        margin-right: 0px;}
    .top_bioStyle_explanation_box_img_box {
        text-align: center;}
    .top_book {
        flex-wrap: wrap;
        justify-content: space-between;}
    .top_book_inner_text_h2 {
        width: 100%;}
    .top_book_inner_text_h2 {
        margin-bottom: 25px;}
    .top_book_inner_text_a_sp {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        padding: 14px 0;
        width: 100%;
        margin-top: 43px;
        margin: 0 40px;
        margin-bottom: 40px;}
    .top_book_inner_text_a {
        display: none;}
    .top_book_inner_text {
        display: block;
        width: calc(100% - 200px);}
    .top_book_inner_text_p {
        width: 100%;}
    .top_book_inner_text_a_sp a {
        color: #fff;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			880px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:880px) {
	body {
        padding-top: 90px;}
	/*----------------------------------------------------
	HEADER / FOOTER 880
	----------------------------------------------------*/
    #hdr_main_inner {
        height: 90px;}
    #hdr_sp {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;}
    #hdr_sp .bars {
        position: relative;
        width: 30px;
        height: 17px;}
    #hdr_sp .bars .bar {
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background: #111;
        display: block;}
    #hdr_sp .bars .bar.top {
        top: -1px;}
    #hdr_sp .bars .bar.mid {
        opacity: 1;
        top: 8px;}
    #hdr_sp .bars .bar.bottom {
        top: 17px;}
    #hdr_gn_wrapper {
        display: none;}
    #hdr_gn {
        padding: 1.5em 2em 0;}
    #hdr_gn .idx {
        width: 100%;}
    #hdr_gn .idx:first-child::before,
    #hdr_gn .idx::after {
        content: none;}
    #hdr_gn .item.en {
        padding: 0 1em 0 0;}
    #hdr_gn .item.ja {
        font-size: 1em;}
	.gn_window,
	.gn_window .inner {
		width: auto;}
    .gn_window {
		background: none;
		display: block !important;
        position: static;}
	.gn_window .inner {
		padding: 0;
		background: none;}
	.gn_window .inner .left {
    	padding: 0;
		width: auto;}
	.gn_window .inner .right {
		display: none;}
	.gn_sub.sp {
		display: block;}
	#hdr_gn .gn_sub {
		padding: 0 0 0 1.75em;}
	#hdr_gn .gn_sub li::before {
		color: #fff;
		content: '-';}
	#hdr_gn .gn_sub li a {
		font-size: 1.07em;
		padding: 0.6em 0;
		letter-spacing: normal;
		display: inline-block;
		line-height: 1.2;
		color: #fff;}
    #hdr_gn_sp {
        padding: 0.5em 2em 1.5em;
        display: block;}
    #hdr_gn_sp li {
        display: block;}
    #hdr_gn .idx > a,
    #hdr_gn_sp li a,
    #hdr_gn .idx > a:hover {
        opacity: 1;
        color: #fff;}
    #hdr_gn .idx > a,
    #hdr_gn_sp li a {
        height: 50px;
        padding: 15px 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;}
    #hdr_gn .idx > a {
        font-size: 1.125em;}
    #hdr_gn .idx > a::before {
        content: '>';
        padding: 0 0.5em 0 0;
        font-family: 'Roboto Condensed', sans-serif;}
    #hdr_gn_sp li a::before {
        padding: 0 0.75em 0 0;}
    #hdr_gn_sp .contact a::before {
        content: url("../images/common/ico_book.png");}
    #hdr_gn_sp .contact {
        font-size: 1.15em;}
    #hdr_gn_sp .facebook {
        font-size: 1.23em;}
    #hdr_gn_sp .facebook a::before {
        content: url("../images/common/ico_facebook.png");}
    /* SPnav OPEN */
    .spopen #hdr_main_inner {
        background: url("../images/common/bg.jpg") repeat;}
    .spopen #hdr_gn_wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 90px;
        background: #778D77;
        z-index: -1;
        height: 100%;
        overflow-y: auto;}
    .spopen #hdr_sp .bars .bar {
        left: -1px;}
    .spopen #hdr_sp .bars .bar.top {
        transform: rotate3d(0, 0, 1, 36deg);
        top: 8px;}
    .spopen #hdr_sp .bars .bar.mid {
        transform: rotate3d(0, 0, 1, 36deg);
        opacity: 0;}
    .spopen #hdr_sp .bars .bar.bottom {
        transform: rotate3d(0, 0, 1, -36deg);
        top: 8px;}
	/*----------------------------------------------------
	HOME 880
	----------------------------------------------------*/
	#top_blog {
		margin-bottom: 6em;}
	#banner_box {
		padding: 0 12px;}
	#banner_box > div {
		padding: 0 12px 24px;}
	#top_estate ul li {
		width: 50%;}
	#top_estate ul li a {
		max-width: 360px;
		margin: 0 auto 2em;
		padding: 0 5px;}
	#top_estate .btnarea {
		padding-top: 2em;}
	/*==================================================
	COMMON
	====================================================*/
	.content_cmn {
		margin-bottom: 2.3em;
		flex-direction: column;}
	aside.cmn {
		padding: 2em 0 0;
		width: 100%;}
	/*==================================================
	news common
	====================================================*/
	#g_main.cmn {
		display: block;
		width: 100%;
		padding: 0}
	/*==================================================
	news archive
	====================================================*/
	#news_wrapper.archive .item {
		width: 100%;}
	#news_wrapper.archive .item .text_area {
		width: calc(100% - 140px);}
	/*==================================================
	blog archive
	====================================================*/
	#blog_wrapper.archive #g_main {
		display: block;
		width: 100%;}
	#blog_wrapper.archive .item_wrap {
		padding-right: 0;}
	/*==================================================
	blog single
	====================================================*/
	#blog_wrapper.single #g_main {
		display: block;
		padding-right: 0;
		width: 100%;}
	/*==================================================
	bio concept
	====================================================*/
	#bio_wrapper.concept .profile_area .content_wrap {
		padding: 0 30px;
		flex-direction: column;}
	#bio_wrapper.concept .profile_area .content_wrap .person {
		margin-bottom: 1em;}
	#bio_wrapper.concept .profile_area .content_wrap .text_area {
		padding: 0 0 0 2em;
		margin: 0 auto;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			768px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:768px) {
    body {
        font-size: 13px;}
	/*----------------------------------------------------
	HEADER / FOOTER 768
	----------------------------------------------------*/
	#fixed_links {
		height: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		top: auto;
		right: 0;
		transform: none;
		bottom: -70px;}
	#fixed_links li {
    	margin: 0 0;
		padding: 0 5px;}
	#fixed_links li a {
		width: 70px;
		height: 70px;
		padding: 0 5px 10px;
		border-radius: 50% 50% 0 0;}
	#fixed_links li a:hover {
		margin: 0 0 0;}
	.scrolled #fixed_links {
		right: 0;
		bottom: -10px;}
	/*----------------------------------------------------
	HOME 768
	----------------------------------------------------*/
	.top_philosophy__inner_text a {
        margin-bottom: 15px;
        font-size: 13px;
        padding: 10px 40px;
        text-align: left;
        max-width: unset;
        width: fit-content;}
	#banner_box > div {
		width: 33.33%;}
	/*==================================================
	COMMON
	====================================================*/
	.ttl_border_cmn::after {
		width: calc(100% - 200px);}
	.hide_768 {
		display: none;}
	
	.Headline_cmn,
	.Headline_cmn .inner_cmn {
		padding: 0;}
	.bioColor_cmn {
		background: none;}
	.Headline_cmn .inner_cmn {
		flex-wrap: wrap;}
	.ttl_cmn,
	.breadcrumbs_cmn {
		width: 100%;}
	.ttl_cmn {
		background: rgba(68, 100, 72, 0.78);
		padding: 0.75em 20px 0.75em;}
	.breadcrumbs_cmn {
		max-width: none;
		background: rgba(120, 142, 121, 0.66);
		padding: 0.75em 20px 0.75em;}
	
	/*==================================================
	news common
	====================================================*/
	#news_wrapper.single .pagenavi {
		padding: 3.84em 0;}
	#news_wrapper.single .pagenavi a {
		font-size: 10px;
		padding: 10px 0;
		width: 31%;}
	/*==================================================
	single common
	====================================================*/
	.single .pagenavi_cmn .item {
		padding: 10px 10px;}
	/*==================================================
	bio naturalHous Concept
	====================================================*/
	#bio_wrapper.concept h2 {
		margin: 3em 0 3em;}
	#bio_wrapper.concept .content_wrap {
		margin-bottom: 5em;}
	/*==================================================
	bio naturalHous
	====================================================*/
	#bio_wrapper.naturalHous .content_wrap {
		margin-bottom: 4em;}
	#bio_wrapper.naturalHous .content_wrap,
	#bio_wrapper.naturalHous .content_wrap:nth-child(2n) {
		flex-direction: column;}
	#bio_wrapper.naturalHous h2 {
		max-width: 500px;}
	#bio_wrapper.naturalHous h3 {
		margin: 1.5em 0 1em;}
	#bio_wrapper.naturalHous .content_wrap .text_box {
		order: 2;
		max-width: 500px;
		margin: 0 auto;
		width: 100%;}
	#bio_wrapper.naturalHous .content_wrap .image_box {
		order: 1;
		margin: 0 auto;
		width: auto;
		max-width: 500px;}
	#bio_wrapper.naturalHous .content_wrap .image_box img {
		display: block;
		margin: 0 auto;}
	/*==================================================
	bio naturalHous
	====================================================*/
	#bio_wrapper.hokkaido .content_wrap {
		flex-direction: column;}
	#bio_wrapper.hokkaido .content_itme {
		width: 100%;}
	#bio_wrapper.hokkaido .content_itme:not(:first-child) {
		margin-top: 70px;}
	#bio_wrapper.hokkaido .bio_slider {
		margin-bottom: 24.8px;}
	#bio_wrapper.hokkaido .slick-dots li.slick-active {
		background: #758B74;}
	/*==================================================
	bio building
	====================================================*/
	#bio_wrapper.building .process_item .number {
		width: 85px;
		height: 85px;}
	#bio_wrapper.building .process_item .number span:first-child {
		padding: 0;}
	#bio_wrapper.building .process_item .number span:last-child {
		padding: 7px 0 12px;}
	#bio_wrapper.building .process_item .text_box {
		width: calc(100% - 105px);}
	#bio_wrapper.building .item {
		padding-left: 54px;}
	/*==================================================
	bio naturalist.archive
	====================================================*/
	#bio_wrapper.naturalist.archive .introduction {
		margin: 2em 0 0;
		flex-direction: column;}
	#bio_wrapper.naturalist.archive .introduction .ttlarea {
		margin: 0;
		position: absolute;
		top: 40px;
		left: 150px;	}
	#bio_wrapper.naturalist.archive .introduction h2 span {
		margin-bottom: 10px;}
	#bio_wrapper.naturalist.archive #home_book_index_content {
		padding-left: 0;}
	#bio_wrapper.naturalist.archive .introduction .text_box {
		padding-top: 35px;
		width: 100%;}
	#bio_wrapper.naturalist.archive .introduction .img_box {
		padding: 20px 30px;
		background: rgba(255,255,255,0.3);
		width: 100%;}
	#bio_wrapper.naturalist.archive .introduction .img_box img {
		max-width: 100px;
		height: auto;}
	/*==================================================
	about
	====================================================*/
	#about_wrapper .content dl {
		flex-direction: column;}
	#about_wrapper .content dd {
		width: auto;}
	/*==================================================
	contact form
	====================================================*/
	#contact_wrapper .infoArea {
		padding-bottom: 35px;}
	#contact_wrapper .infoArea dl {
		margin-bottom: 10px;}
	#contact_wrapper form .item {
		flex-direction: column;
		margin-bottom: 10px;}
	#contact_wrapper form .item > label {
		align-items: center;
		width: 100%;
		margin-bottom: 10px;}
	#contact_wrapper form .item .inputArea,
	#contact_wrapper form .item textarea {
		width: 100%;}
	#contact_wrapper form .item > label .required {
		margin: 0 0 0 20px;}

}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			720px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:720px) {
/*----------------------------------------------------
HOME 720
----------------------------------------------------*/
	.home_top_cap br{
		display: block;}
   #home_mv_main .msg{
        font-size: 20px;}
    .top_book_inner_text_p {
        display: none;}
    .top_book_inner_text_p_sp {
        display: block;
        font-size: 13px;}
    .top_book_inner_text_p_sp p {
        line-height: 24px;}
    .footer_flexbox {
        display: block;}
    .n_renovation {
        display: block;}
    .new_construction_box {
        width: 100%;
        margin-right: 0px;}
    .renovation_box {
        width: 100%;}
    .new_construction_box {
        margin-bottom: 45px;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			640px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:640px) {
	/*----------------------------------------------------
	HOME 640
	----------------------------------------------------*/
    .first_newsblog_p {
        font-size: 1em;}
	#first_newsblog .inner {
		align-items: flex-start;}
	.first_newsblog_time {
		width: 100%;
		margin: 0 0 0.25em;}
    .first_newsblog_news,
	.first_newsblog_blog {
        border-bottom: 2px solid #CBCBCB;
        padding-bottom: 13px;
        margin-bottom: 13px;}
    .top_philosophy__inner_text,
	.top_bioStyle_explanation_box {
        width: 100%;
        padding: 0 20px;}
	.top_bioStyle_explanation_box_text {
		width: 100%;}
    .top_book {
        width: 100%;}
    .top_book_inner_text_a_sp {
        margin-bottom: 40px;}
    .top_book_inner_text_h2 {
        font-size: 19px;}
    .top_book_small_title {
        font-size: 14px;}
    .n_renovation {
        width: 100%;
        padding: 0 20px;}
    .top_works_flexbox {
        margin-bottom: 0px;}
    .top_works_moreBox a {
        font-size: 14px;}
    .top_works_sp {
        display: none;}
    .top_works_flexbox {
        display: block;}
    .top_works_flexbox a {
		margin: 0 auto;
		max-width: 490px;
        width: 100%;}
    .top_works_first br {
        display: none;}
    .top_works_first p {
        width: 93%;
        margin: 0 auto;}
    .top_works_flexbox p {
        line-height: 20px;}
    .top_works_flexbox > div {
        width: 100%;}
    #top_works h2 {
        padding-left: 32px;}
    #top_news ul,
    #top_blog ul {
        padding: 0 32px;
        width: 100%;}
    #top_news li a,
    #top_blog li a {
        display: flex;
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 2px solid #CBCBCB;}
    #top_blog {
        margin-bottom: 50px;}
	.t_nb_img_box {
		margin: 0;
        padding-right: 15px;}
    .t_nb_text_box {
        width: 68%;
        position: relative;}
    .t_nb_text_box_time {
        position: absolute;
        bottom: 0;}
	.t_nb_text_box {
		padding: 0 0 2em;
		font-size: 1.15em;}
    #banner_box {
        width: 100%;
        padding: 0 32px;}
    #banner_box > div {
        width: 50%;
		text-align: center;
        margin: 0 auto;}
    .t_nb_a {
        display: none;}
    .t_nb_a_box {
        text-align: center;
        margin-top: 30px;
        display: block;}
    .t_nb_a_box a {
        color: #fff;
        background: #446448;
        display: inline-block;
        padding: 10px 35px;
        border: solid 1px #446448;
        font-size: 14px;}
	/*----------------------------------------------------
	HEADER / FOOTER 640
	----------------------------------------------------*/
    .footer_bottom {
        display: block;}
    .privacypolicy_box {
        margin-bottom: 1em;}
	.privacypolicy_box a {
		display: inline-block;
		padding: 0.5em;}
	#ftr_main .copyright_box,
	.privacypolicy_box {
		text-align: center;}
	
	/*----------------------------------------------------
	COMMON 640
	----------------------------------------------------*/
	.bioNav_cmn ul {
		justify-content: space-between;}
	.bioNav_cmn li {
		width: calc(50% - 7.5px);
		margin: 0;}
	.bioNav_cmn li a {
		padding: 10px;
		display: block;
		width: 100%;
		text-align: center;}
	/*==================================================
	about
	====================================================*/
	#about_wrapper .staffArea .boxWrap {
		justify-content: space-between;}
	#about_wrapper .staffArea .box {
		width: calc(50% - 15px);
		margin: 0 0 70px 0;}
	#about_wrapper .staffArea .box .inner .imgWrap img {
		display: block;
		width: 100%;}
	/*==================================================
	work single
	====================================================*/
	#work_wrapper.single #bps_nav ul li {
		width: 50%;}
	/*==================================================
	bioplus style
	====================================================*/
	#bio_wrapper.concept .profile_area .content_wrap {
		flex-direction: column !important;}
	#bio_wrapper.concept .profile_area .content_wrap .person {
		font-size: 1.5em;}
	#bio_wrapper.concept .profile_area .content_wrap .text_area {
		padding: 0;}
	
	#bps_nav {
		padding: 3em 13px 2em;}
	#bps_nav ul li {
		padding: 0 7px 1em;
		width: 33.33%;}
	/*----------------------------------------------------
	NEWS / BLOG 640
	----------------------------------------------------*/
	.nb_wrapper.single .related ol > li {
		width: 100%;
		max-width: 490px;
		margin: 0 auto 2em;}
	#blog_wrapper.single .related h4 a {
		font-size: 1.31em;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			520px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width:520px) {
	/*----------------------------------------------------
	HOME 520
	----------------------------------------------------*/
    .top_bioStyle_explanation_box {
        width: 100%;}
    .top_bioStyle_explanation_box_img_box img {
        width: 100%;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			480px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:480px) {
	/*----------------------------------------------------
	HEADER / FOOTER 480
	----------------------------------------------------*/
    .footer_adress_box {
        width: 80%;
        text-align: left;}
	/*----------------------------------------------------
	HOME 480
	----------------------------------------------------*/
	.top_book_inner_text_h2 {
		margin-bottom: 1em;}
	.top_book_img_box,
	.top_book_inner_text {
		width: 100%;}
	.top_book_img_box {
		padding: 2.5em 0 2em;
		text-align: center;}
	.top_book_inner_text {
		padding: 0 20px 2em;}
	.top_book_inner_text_a_sp{
		margin: 0 20px 40px;}
	.t_nb_img_box {
		width: 33%;}
	.t_nb_text_box {
		width: 66%;}
	#top_news p, #top_blog p {
		width: 100%;}
	#banner_box > div {
		width: 100%;
		text-align: center;}
	#top_estate ul li {
		width: 100%;}
	/*==================================================
	COMMON
	====================================================*/
	.Headline_cmn .inner_cmn {
		padding: 0;
		flex-direction: column;}
	.Headline_cmn {
		padding: 0;}
	.ttl_cmn {
		text-align: left;
		padding: 0.5em 30px;}
	.content_cmn {
		padding: 23px 0 0;}
	.show_480 {
		display: block;}
	/*==================================================
	archive common
	====================================================*/
	.archive .pagenavi_cmn span,
	.archive .pagenavi_cmn a {
		display: inline-block;
		width: 37px;
		height: 37px;}
	/*==================================================
	news common
	====================================================*/
	#news_wrapper>.inner_cmn {
		padding: 0;}
	#news_wrapper.single img {
		max-width: calc(100% + 56px);
		transform: translateX(-28px);}
	#news_wrapper aside.cmn {
		padding: 0 2.1em;}
	/*==================================================
	news archive
	====================================================*/
	#news_wrapper.archive .item {
		margin-bottom: 2.3em;
		border: none;
		flex-direction: column;}
	#news_wrapper.archive .item .img_wrap img {
		width: 100%;}
	#news_wrapper.archive .item .text_area {
		width: 100%;
		padding: 0.86em 2em 0;}
	/*==================================================
	news single
	====================================================*/
	#news_wrapper.single #g_main {
		display: block;
		padding: 0 28px 3.8em;}
	#blog_wrapper.single article img {
		max-width: calc(100% + 56px);
		margin: 40px 0 40px -28px;}
	/*==================================================
	blog archive
	====================================================*/
	#blog_wrapper.archive .item:nth-child(odd) {
		margin: 0;}
	#blog_wrapper.archive .item {
		width: 100%;}
	#blog_wrapper aside.cmn {
		padding: 0;}
	/*==================================================
	single common
	====================================================*/
	.single .pagenavi_cmn .item {
		min-width: 70px;
		padding: 20px 10px;}
	/*==================================================
	bio concept
	====================================================*/
	#bio_wrapper.concept .image_box img {
		max-width: calc(100% + 40px);
		margin-left: -20px;}
	/*==================================================
	bio naturalHous
	====================================================*/
	#bio_wrapper.naturalHous .content_wrap .image_box {
		margin-left: -30px;
		width: calc(100% + 60px);}
	/*==================================================
	bio hokkaido
	====================================================*/
	#bio_wrapper.hokkaido .bio_slider {
		margin-left: -30px;
		width: calc(100% + 60px);}
	#bio_wrapper.hokkaido .content_wrap:last-child {
		margin-bottom: 0;}
	/*==================================================
	bio building
	====================================================*/
	#bio_wrapper.building .img_wrap {
		margin-left: -30px;
		width: calc(100% + 60px);
		flex-direction: column;}
	#bio_wrapper.building .img_wrap img {
		width: 100%;}
	/*==================================================
	bio naturalist.single
	====================================================*/
	#bio_wrapper.naturalist.single article img {
		width: calc(100% + 60px);
		/* margin-left: -30px; */}
	#bio_wrapper.naturalist.archive .introduction .img_box {
		padding: 0;
		background: none;}
	#bio_wrapper.naturalist.archive .introduction .ttlarea {
		position: static;
		margin: 0 0 40px;}
	#bio_wrapper.naturalist.archive .introduction .img_box img {
		max-width: 185px;
		margin: 0 auto;}
	#bps_nav ul li {
		width: 50%;}
	/*==================================================
	about
	====================================================*/
	#about_wrapper h2 {
		font-size: 1.3em;}
	#about_wrapper .ttl_cmn {
		text-align: center;}
	#about_wrapper .ttl_cmn span {
		display: inline-block;}
	/*==================================================
	work archive
	====================================================*/
	/*#work_wrapper.archive .item_wrap {
		flex-direction: column;}*/
	#work_wrapper.archive .item_wrap .item {
		width: 100%;}
	/*#work_wrapper.archive .item_wrap .img_wrap img {
		width: calc(100% + 60px);
		margin-left: -30px;}*/
	#work_wrapper.archive #bps_nav ul li {
		width: 50%;}
    
	/*==================================================
	work single
	====================================================*/
	#work_wrapper.single article img {
		display: block;
		/*x-width: calc(100% + 60px);
		margin-left: -30px;*/}
	/*==================================================
	contact
	====================================================*/
	#contact_wrapper .infoArea dl {
		margin-right: 0;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			413px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:413px) {
/*----------------------------------------------------
HOME 413
----------------------------------------------------*/
    #top_news p,
    #top_blog p {
        font-size: 0.875em;}
    .corporate_name {
        font-size: 17px;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			340px					

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:340px) {}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			IE対策

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@-ms-viewport {
    width: device-width;
    initial-scale: 1;}

.ie {}
