@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFF;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
}

.f_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	-webkit-filter:brightness(1.15);
    -moz-filter:brightness(1.15);
    -ms-filter:brightness(1.15);
    filter:brightness(1.15);
}

li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.img_center {
	max-width: 800px;
	width: 100%;
	background-color: #F6F6F6;
	padding: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.page_selling .img_center {
	max-width: 860px;
}

.img_left,
.img_right {
	background-color: #F6F6F6;
	padding: 15px; /*5/25:20px=>15pxに変更*/
	float: left;
	display: block;
	margin-left: 30px; /*5/25:50px=>30pxに変更*/
	margin-right: 30px; /*5/25:50px=>30pxに変更*/
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.obi_gr .img_left,
.obi_gr .img_right {
	padding: 0px;
	margin-bottom: 30px;
}
.img_right {
	float: right;
}

.content .img_center p,
.content .img_left p,
.content .img_right p {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
.content .img_center img,
.content .img_left img,
.content .img_right img {
	max-width: 100%;
}
.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #FFF;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}


h1.h1_top {
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	background-color: #26334B;
	text-align: center;
	font-weight: normal;
}


header #logo {
	position: absolute;
	z-index: 1000;
}

header .h_box {
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif; */
	padding: 10px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	/*0628:weightをnormalに変更*/
	font-weight: normal;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BBB;
}
header .h_box .h_list li:last-child a {
	border-right: none;
}

header .h_box .h_list li a i {
	padding-right: 5px;
	font-size: 16px;
}


header .h_tel {
	font-family: 'EB Garamond', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 2px;
}

header .h_tel strong {
	font-weight: normal;
}

header .h_tel a {
	color: #FFF;
	text-decoration: none;
}

header .h_tel i {
	padding-right: 10px;
}



#g_navi {
	font-size: 14px;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif; */
	letter-spacing: 0;
}

#g_navi li a i {
	padding-right: 3px;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/

.cont_mask {
	width: 100%;
	overflow: hidden;
}

.content {
	clear: both;
}


.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
}
.content p.p_lead {
	font-size: 14px;
  width: 80%;
  margin: 0 auto 30px;
}
/*0908追加,文字のみ非表示化*/
.content p.sell-p_lead {
  font-size: 14px;
  visibility:hidden;
}

.content p.p_lead#thanks{
    font-size: 16px;
    text-align:center
}


h2 {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	color: #001133;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif; */
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}

.toppage h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

h2 i {
	padding-right: 10px;
	color: #4694B9;
	font-size: 22px;
}

h2 span.title_en {
	font-size: 56px;

	/*アルファベット見出しのフォント指定*/
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}


h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: #001133;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #001133;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
}

h2.center {
	text-align: center;
}

.content h2.h2_title {
	letter-spacing: 0.1em;
	border-bottom: none;
}

.content h2.h2_title strong {
	color: #FF4343;
}
.content h2.h2_title .new {
	color: #F90;
	padding-right: 10px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: smaller;
}


.content h2.h2_title.event {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 20px;
}

.content h2.h2_title .h2_title_sub {
	font-size: 16px;
	color: #384D72;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 10px;
}

.content h2.h2_title .type {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #FFF;
	background-color: #27999C;
	font-family: "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	vertical-align: middle;
}
.content h2.h2_title.event .type {
	margin-left: 0px;
}
.content h3 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 1px; /*5/25:30px=>1pxに変更*/
	/* padding-top: 10px; */
	padding-right: 10px;
	padding-bottom: 5px; /*5/25:10px=>5pxに変更*/
	padding-left: 20px;
	display: block;
	color: #325F83;
}
.content.news h3 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
	color: #325F83;
}


h2.h2_01 {
	font-size: 22px;
	clear: both;
	margin-top: 70px; /*5/25:50px=>70pxに変更*/
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
	font-family: "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #F6F6F6;
	border-top-width: 1px; /*5/25:5px=>1pxに変更*/
	border-top-style: solid;
	border-top-color: #afafaf;
	border-bottom-color: #E3E3E3;
	color: #113355;
	text-align: center;
}


hr {
	height: 0px;
	border: 2px solid #DDD;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 50px;
	margin-bottom: 100px;
}

.box_center {
	text-align: center;
	padding: 20px;
	background-color: #FFFFFF;
}
.box_img_left {
	background-color: #F4EEEA;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 5px solid #E9E1D6;
}
.box_img_left .box_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.box_img_left img {
	float: left;
	width: 25%;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.content p.syomei {
	font-weight: bold;
	text-align: right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
	margin-top: 50px;
}

.content .img_madori img {
	padding: 10px;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*
トップ教室
-------------------------------------------*/

.top_seminar {
	text-align: center;
	clear: both;
	width: 100%;
	/* margin-top: 50px; */
	/* margin-bottom: 50px; */
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: url(../img/top_works.png);
	background-repeat: repeat;
	/* background-size: cover;
	background-position: center center; */
	/* border-top-width: 1px; */
	border-bottom-width: 1px;
	/* border-top-style: solid; */
	border-bottom-style: solid;
	/* border-top-color: #DDD; */
	border-bottom-color: #DDD;
}
.top_seminar p {
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
	line-height: 1.8;
}


/*
お知らせ （※使用していない）
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #001133;
}
.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}
.content .news ul li a {
	font-size: 14px;
	color: #001133;
	text-decoration: none;
	letter-spacing: 1px;
}


/*
サブページヘッダー
-------------------------------------------*/
.head_title {
	background-color: #F6F6F6;
	text-align: center;
	height: 100px;
	width: 100%;
	background-image: url(../img/head_title.png);
}

.head_title h1 {
	line-height: 100px;
	color: #222;
	letter-spacing: 0.2em;
	font-size: 26px;
}


/*
ページ上部ナビ
-------------------------------------------*/
.page_nav {
	padding-top: 20px;
	padding-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

.page_nav li {
	display: inline;
}
.page_nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #333F56;
	text-align: center;
	display: block;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

.page_nav li.current a,
.page_nav li a:hover {
	color: #333F56;
	background-color: #EEE;
}


/*
施工事例一覧
-------------------------------------------*/
.list_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.list_flex .list_box {
	width: 30%;
	margin-bottom: 30px;
	padding-bottom: 0px;
	position: relative;
}


/*designer-only*/
/*フォトギャラリーのwidth指定*/
.list_flex .list_box-d {
	width: 48%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	position: relative;
}


.list_flex::after {
	content:"";
	width: 30%;
}

.status {
	color: #FFF;
	background-color: #F90;
	background-color: rgba(53,159,200,0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.status.end {
	background-color: rgba(167,167,167,0.9);
}
.status.little {
	background-color: rgba(56,162,201,0.9);
}

.status.notice {
	background-color: rgba(38,51,75,0.9);
}


.list_box .status {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

.list_4l .list_box {
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	float: left;
}

.list_4l.waku .list_box {
	width: 24%;
	min-height: 240px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FBF9F7;
	border: 15px solid #E9E1D6;
}

.list_4l.waku .list_box .box_title {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #E9E1D6;
}

.list_4l.waku .list_box p {
	padding: 0px;
	letter-spacing: 0em;
	margin: 15px;
}

.list_4l.list_works .list_box a {
	background-color: #FFF;
}


.list_box a span.mask {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.list_box a span.mask img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}
.list_box a:hover span.mask img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
	-webkit-filter:brightness(1);
    -moz-filter:brightness(1);
    -ms-filter:brightness(1);
    filter:brightness(1);
}


.list_box a {
	text-decoration: none;
	color: #333;
	display: block;
	padding-bottom: 25px;
	background-color: #EEE;
	position: relative;
}

.top_m_house .list_box a,
.page_selling .list_box a {
	background-color: #FFF;
	border: 10px solid #A48F5B;
	margin-bottom: 10px;
}

.top_m_house .list_box a:hover,
.page_selling .list_box a:hover {
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

.content p .price {
	font-size: 18px;
	color: #FF4343;
	font-weight: bold;
}

.list_box a:hover {
	background-color: #FFF;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
}


.list_box h2 {
	text-align: center;
	padding-top: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E9E1D6;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list_box .type {
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	display: block;
	width: 200px;
	color: #FFF;
	background-color: rgba(119,98,43,0.8);
	position: absolute;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	top: -10px;
	left: -10px;
	letter-spacing: 0em;
}

.list_box .type.c02 {
	background-color: rgba(255,83,100,0.8);
}


.list_4l .list_box .type {
	background-color: rgba(38,51,75,0.9);
	font-size: 14px;
	width: 160px;
	left: -5px;
	line-height: 32px;
}

.content .list_box p {
	font-size: 14px;
	margin-bottom: 10px;
}
.content .list_box .new {
	/* padding-right: 5px; */
	font-weight: bold;
	color: #F90;
	/* margin-left: -10px; */
}

.list_box .event_type {
	font-weight: bold;
	color: #26334B;
	letter-spacing: 0.2em;
}

.list_box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/*designer-only 詳細ページのフォトギャラリー*/
.list_box-d img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

/*いわゆるセクション？背景が指定されている*/
.obi {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: url(../img/boi_bg.gif);
}

.obi_gr {
	background-color: #EEE;
}

.toppage .obi {
	margin-top: 0px;
	margin-bottom: 0px;
}

.toppage .obi .content {
	position: relative;
}


.obi.top_m_house {
	background-image: url(../img/top_m_house.jpg);
	background-size: cover;
	color: #FFF;
}
.obi.top_m_house h2 {
	text-align: right;
	color: #FFF;
}

.toppage .obi.top_m_house .content h2 .title_en img {
	margin-right: 10px;
}

.obi.top_works {
	background-image: url(../img/top_works.png);
	background-color: #FFF;
}

.obi.top_works h2 {
	text-align: right;
}


.obi.top_voice {
	position: relative;
	padding-top: 0px;
}

.obi.top_voice h2 {
	/* color: #FFF; */
}

.obi.top_voice::before {
	background-image: url(../img/top_voice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: -50px;
	width: 100%;
	height: 280px;
	display: block;
	content: "";
}

.obi.top_voice .list_box a,
.page_voice .list_box a {
	color: #FFF;
	background-color: #313D52;
}


.obi.top_voice .top_voice_txt {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*
トップコンセプト
-------------------------------------------*/
.top_concept {
	position: relative;
	min-height: 600px;
}

.top_concept::before {
	display: block;
	position: absolute;
	right: -150px;
	top: -72px;
	background-image: url(../img/top_concept.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 860px;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -10;
}

.top_concept .concept_cont {
	width: 400px;
	background-color: rgba(255,255,255,0.5);
}

.top_concept .concept_cont h2 {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.top_concept .concept_list {
	max-width:700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.top_concept .concept_list li {
	display: inline-block;
	max-width: 220px;
	width: 30%;
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_concept .concept_list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	border: 5px solid #FFF;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	overflow: hidden;
}
.top_concept .concept_list li a::before {
	content:"";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: .5s ease-in-out;
	overflow: hidden;
}
.top_concept .concept_list li a:hover::before {
	background-color: rgba(0,0,0,0.1);
	overflow: hidden;
}

.top_concept .concept_list img {
    width: 100%;
    height: auto;
    transition: none ease-in-out;
		overflow: hidden;
}
.top_concept .concept_list a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
		overflow: hidden;
}
.top_concept .concept_list li a span {
	width: 100%;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 80px;
	z-index: 200;
	display: block;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif; */
	/* letter-spacing: 0.2em; */
}


/*
トップページ各ボタン
-------------------------------------------*/
/*0628:btn_02は「一覧を見る」ボタン*/

.top_concept .btn_01 a {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.obi.top_event .btn_02 a {
	position: absolute;
	right: 20px;
	top: 0px;
}

.obi.top_m_house .btn_02 a {
	position: absolute;
	left: 20px;
	top: 0px;
}

.obi.top_works .btn_02 a {
	position: absolute;
	left: 20px;
	top: 0px;
}

.obi.top_voice .btn_02 a {
	margin-left: 0;
	margin-top: -5px;
	margin-bottom: 70px;
}

.obi.top_designer .btn_02 a {
	position: absolute;
	right: 20px;
	top: 0px;
}


/*トップ
デザイナー住宅のバナー*/

.designer_bnr_wrap {
	text-align: center;
	margin-bottom: 22px;
}

.designer_bnr_wrap img {
	width: auto;
	height: 180px;
}


/*
お問い合わせ枠
-------------------------------------------*/
.obi.contact {
	margin-bottom: 0px;
	margin-top: 30px;
	background-color: #EEE;
	background-image: none;
	text-align: center;
}

.obi.contact p {
	margin-bottom: 10px;
}

.obi.contact h2 {
	text-align: center;
}

.obi.contact .c_btn {
	float: left;
	margin-left: 20%;
}
.obi.contact .c_btn.right {
	float: right;
	margin-left: 0%;
	margin-right: 20%;
}
.obi.contact .c_btn a {
	line-height: 44px;
	height: 44px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	text-decoration: none;
	margin-top: 20px;
	font-size: 16px;
	clear: both;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	color: #202837;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.obi.contact .c_btn a strong {
	font-size: 20px;
	font-weight: normal;
}

.obi.contact .c_btn a:hover {
	color: #FFF;
	background-color: #202837;
	border-top-color: #202837;
	border-right-color: #202837;
	border-bottom-color: #202837;
	border-left-color: #202837;
}

.obi.contact .c_btn a i {
	padding-right: 10px;
}


/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF4343;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}

.footer_box ul li a {
	color: #001133;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	letter-spacing: 1px;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
	color: #AF955F;
}
.footer_box ul li a:hover {
	background-color: #FFF;
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 25%;
	padding: 10px;
}

img.f_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

footer p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	letter-spacing: 2px;
	line-height: 50px;
	width: 100%;
	display: block;
	color: #FFF;
	clear: both;
	background-color: #26334B;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background-color: rgba(0,15,44,0.5);
	color: #FFF;
	font-size: 40px;
	line-height: 60px;
}
#to_top a:hover {
	background-color: rgba(0,15,44,1.0);
	line-height: 40px;
}

/*
テーブル・フォーム
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #001133;
	letter-spacing: 2px;
}

#mailform table.table_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}

#mailform table.table_form .tr_check th {
	background-color: #E2EEF8;
	border-bottom-color: #999;
}
#mailform table.table_form .tr_check td {
	background-color: #F8FBFE;
	border-bottom-color: #999;
	font-size: 16px;
}

.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF4343;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
textarea,
input {
	max-width: 700px;
}

form input,
form select,
form textarea {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #CCC;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

form select {
min-width: 220px;
}

input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
  border-radius: 0;
}

input[type=checkbox] {
	width: 24px;
	height: 24px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

form input.form_btn {
	background-color: #FF4343;
	color: #FFF;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #FF4343;
	border-top-color: #FF4343;
	border-right-color: #FF4343;
	border-bottom-color: #FF4343;
	border-left-color: #FF4343;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}


/*
ボタン
-------------------------------------------*/
.btn_01 a,
.btn_02 a {
	line-height: 34px;
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #202837;
	color: #FFF;
	position: relative;
	text-decoration: none;
	margin-top: 50px;
	font-size: 16px;
	clear: both;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}


.btn_02 a {
	color: #202837;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.btn_01 a:hover {
	color: #202837;
	background-color: #FFF;
	border-top-color: #202837;
	border-right-color: #202837;
	border-bottom-color: #202837;
	border-left-color: #202837;
}

.btn_02 a:hover {
	color: #FFF;
	background-color: #202837;
	border-top-color: #202837;
	border-right-color: #202837;
	border-bottom-color: #202837;
	border-left-color: #202837;
}


/*
イベント情報一覧
-------------------------------------------*/
ul.event_list {
	margin-bottom: 20px;
	display: block;
}

ul.event_list li img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
}

ul.event_list li a {
	display: block;
	text-decoration: none;
	float: left;
	color: #333;
	width: 48%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFF;
}

ul.event_list li a:hover {
	border-top-color: #202837;
	border-right-color: #202837;
	border-bottom-color: #202837;
	border-left-color: #202837;
}


ul.event_list li a .new {
	color: #F90;
	font-size: 14px;
	padding-right: 5px;
	font-weight: bold;
}
ul.event_list li a .event_date {
	color: #555;
	font-size: 12px;
}

ul.event_list li a .event_type {
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	background-color: #27999C;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
ul.event_list li a .event_title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

ul.event_list li a p {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*
フッター上部バナー・ナビ
--------------------------------------------------*/

.f_bn {
	text-align: center;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}

.f_bn li {
	display: inline-block;
	padding: 10px;
}

.f_nav {
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	position: relative;
	background-position: center center;
	margin-bottom: 80px;
	margin-top: 50px;
}
.f_nav::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}
.f_nav ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	display: block;
}

.f_nav ul li{
	display: inline;
}

.f_nav ul li a {
	display: block;
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #EEE;
	background-color: rgba(255,255,255,0.8);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 10px;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #113355;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.f_nav ul li a span {
	font-size: 14px;
}

.f_nav ul li a::before {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 20px;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #113355;
	border-right-color: #113355;
}
.f_nav ul li a:hover {
	background-color: #FFF;
	background-color: rgba(255,255,255,1.0);
	color: #001133;
}


/*
サイトマップ
-------------------------------------------*/
.box_sitemap {
	padding: 20px;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_sitemap h2 {
	font-size: 18px;
	margin: 0px;
	border-bottom-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.box_sitemap ul li a {
	color: #555;
	text-decoration: none;
	position: relative;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	display: block;
}
.box_sitemap ul li a::before {
	content:"";
	position: absolute;
	display: block;
	top: 25px;
	left: 20px;
	width: 6px;
	height: 6px;
	background-color: #555;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}




/*
about us
seminar
good-layout
-------------------------------------------*/
.page_aboutus .content.lead_box {
	text-align: center;

}

.page_aboutus .content.lead_box h2 {
	text-align: center;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #336699;
}

.page_aboutus .content h2.h2_cont,
.page_seminar .content h2.h2_cont {
	text-align: center;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #444;
	font-size: 22px;
}
.page_aboutus .content h2.h2_cont strong,
.page_seminar .content h2.h2_cont strong {
	background: linear-gradient(transparent 64%, #ffff66 65%);
	color: #336699;
	font-size: 32px;
}

.cont_img {
	text-align: center;
}
.cont_img img {
	max-width: 100%;
}

.page_seminar .content.main_box {
	text-align: center;
}

.page_good-layout .cont_img {
	margin-bottom: -80px;
}

.page_good-layout .content h2.h2_cont {
	text-align: center;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #FFF;
	width: 70%;
	background-color: rgba(34,106,149,0.85);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.page_good-layout .content h2.h2_cont.right {
	margin-left: 30%;
}

.page_aboutus .f_nav {
	background-image: url(../img/aboutus/f_nav.jpg);
}
.page_seminar .f_nav {
	background-image: url(../img/seminar/f_nav.jpg);
}
.page_concept .f_nav {
	background-image: url(../img/concept/f_nav.jpg);
}
.page_good-layout .f_nav {
	background-image: url(../img/concept/good-layout/f_nav.jpg);
}
.page_architecture .f_nav {
	background-image: url(../img/concept/architecture/f_nav.jpg);
}

/*
お知らせ
news-wrap
-------------------------------------------*/
.news-wrap {
  display: table;
  width: 100%;
  border-top: .5px solid #bbb;
  background: rgba(255, 255, 255, 0.3);
  padding: 1% 0; 
  /* margin-top: 30px; */
}
.news-wrap:first-of-type {
  margin-top: 30px;
}
a.news-wrap {
  text-decoration: none;
  color: #333;
}
a.news-wrap:hover {
	color: #0099CC;
	text-decoration: none;
}
.news-wrap:last-child {
  border-bottom: .5px solid #bbb;
}
.news-wrap__day,
.news-wrap__event,
.news-wrap__text,
.news-wrap__btn {
  display: table-cell;
  vertical-align: middle; /*重要！縦中央*/
}
.news-wrap__day {
  width: 12%;
  font-size: 14px;
  text-align: center;
}
.news-wrap__event {
  width: 15%;
  font-size: 14px;
  text-align: center;
}
.news-wrap__text {
  width: 50%;
  font-size: 16px;
  text-align: left;
}
.news-wrap__btn {
  width: 12%;
}

.news-wrap .btn-yellow-s-uc_outer {
  width: max-content;
  margin: 20px 0;
}

.content .news-wrap__btn p {
	line-height: 1.6;
  font-size: 14px;
}
.btn-yellow-s-uc_outer {
  width: max-content;
  margin: 20px 0;
}
.btn-yellow-s-uc {
  /* letter-spacing: 1.6px; */
  font-size: 14px;
  overflow: hidden;
  z-index: 10;
  width: 140px;
  text-decoration: none;
  background: #202837;
  border-radius: 27px;
  position: relative;
  font-style: normal;
  padding: 10px;
}
.btn-yellow-s-uc span {
  display: block;
  /* width: 340px; */
  text-align: center;
  color: #fff;
  letter-spacing: .2rem;
}
.btn-yellow-s-uc:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 180px;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}
.btn-yellow-s-uc:hover span {
  text-decoration: none;
  color: #202837;
}
.btn-yellow-s-uc:hover:before {
  top: 0;/*青背景を表示*/
}

.fa-facebook {
  padding-right: 4px;
}

/*
お知らせ第二階層
news2
-------------------------------------------*/
.news2-text {
  border: solid 1px #ddd;
   background: #fff;
  padding: 30px 60px;
}
.news2-day {
  font-weight: 600;
}


/*
古民家
old japanese house
-------------------------------------------*/
/*Top----------st*/
.ojh-border {
  padding: 4px 0;
  background-color: #ddd;
}
.ojh-sec-top {
  padding: 20px 0;
  height: 58vh;
  background-image: url(../img/ojh/ojh-mv.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.ojh-mv__top-outer {
  margin: 1%;
  padding: 1%;
  width: 88%;
  position: relative;
  z-index: 5;
}
/* .ojh-sec-top .inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
} */
.ojh-mv__top-outer .outer__top-title1 {
  color: #fff;
  font-size: 42px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.5rem;
  line-height: 1.2;
  font-weight: 900;
}
.outer__top-title2 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.3em;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: 400;
  padding-top: .7%;
  padding-left: 2%;
}
.outer__top-title3 {
  /* position: absolute; */
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.0em;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  padding-top: .8%;
  padding-left: 2%;
}
.ojh-mv__top-object1 {
  position: absolute;
  width: 92%;
  height: 208px;
  top: 0%;
  left: 0%;
  /* background: url(../img/ojh/bg_img003.jpg); */
  background: linear-gradient(to right, #222, transparent);
  opacity: 0.8;
  z-index:2;
}
.ojh-mv__top-object2 {
  position: absolute;
  width: 99px;
  height: 99px;
  top: 4%;
  left: 2%;
  background: url(../img/ojh/bg_img003.jpg);
  z-index:3;
  border-radius: 15em;
}
.ojh-top-sum img {
  width: 32%;
  position: absolute;
  bottom: 8%;
  right: 3%;
}
.ojh-top-sum img {
  outline: 16px solid rgba(0,0,0,0.2);
  outline-offset: -12px;
}
.ojh-top-copy {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background-color: #202837;
  padding: 15px 20px;
  bottom: 6%;
  right: 3%;
}
.btn_ojh a {
  position: absolute;
  bottom: 15%;
  left:4%;
	line-height: 34px;
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #202837;
	background-color: #FFF;
	text-decoration: none;
	font-size: 16px;
	clear: both;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn_ojh a {
	border: 1px solid #CCC;
}
.btn_ojh a:hover {
	color: #FFF;
	background-color: #202837;
	border-top-color: #202837;
	border-right-color: #202837;
	border-bottom-color: #202837;
	border-left-color: #202837;
}

/*Top----------end*/





/*古民家の独自ヘッダー*/
.ojh-mainvisual {
  background-image: url(../img/ojh/ojh-mv.jpg);
  background-size: cover;
  background-position: center top 40%;
  height: 60vh;
  /* background-color: #999; */
  overflow: hidden;
  position: relative;
  /* border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #EEB74F; */
}
.ojh-mv__outer {
  margin: 1% 1%;
  padding: 1%;
  width: 88%;
  position: relative;
  z-index: 5;
}
.outer__title1 {
  color: #fff;
  font-size: 3.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.5rem;
  line-height: 1.2;
  font-weight: 900;
}
.outer__title2 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.3em;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  padding-top: .5%;
  font-weight: 400;
  padding-top: .9%;
  padding-left: 2%;
}
.outer__title3 {
  /* position: absolute; */
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.0em;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  padding-top: .3%;
  padding-left: 2%;
}
.ojh-mv__object1 {
  position: absolute;
  width: 92%;
  height: 198px;
  top: 0%;
  left: 0%;
  /* background: url(../img/ojh/bg_img003.jpg); */
  background: linear-gradient(to right, #222, transparent);
  opacity: 0.8;
  z-index:2;
}
.ojh-mv__object2 {
  position: absolute;
  width: 99px;
  height: 99px;
  top: 2%;
  left: 2%;
  background: url(../img/ojh/bg_img003.jpg);
  z-index:3;
  border-radius: 15em;
}

.ojh-section-1 {
  padding: 80px 0;
  background-image: url(../img/ojh/bg_w_img001.jpg);
  background-position: center center;
}
.ojh-section-1 .inner,
.ojh-section-2 .inner,
.ojh-section-3 .inner,
.ojh-section-4 .inner,
.ojh-section-5 .inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
}
.sec1-title,
.sec2-title,
.sec4-title {
  position: relative;
  /*文字幅のborderとしたい場合inline-block*/
  /* display: inline-block; */
  font-size: 2.0em;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 2%;
  letter-spacing: 0.3rem;
  border-bottom: solid 3px #A4AA29;
  z-index: 10;
}
.sec1-title:before {
  position: absolute;
  content:"";
  width: 160px;
  height: 160px;
  background: repeating-linear-gradient(
    -45deg,     /* 角度の指定 */
    #fff,      /* 色A ... 開始 */
    #fff 2px,  /* 色A ... 終了 */
    #C3710B 2px,  /* 色B ... 開始 */
    #C3710B 4px   /* 色B ... 終了 */
  );
  left: 5%;
  top: -60%;
  opacity: 0.3;
  border-radius: 15em;
  z-index: -1;
}
.sec1-title:after,
.sec2-title:after,
.sec4-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C3710B;
  bottom: -3px;
  width: 15%;
  z-index: 7;
}
.sec1-wrap {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.sec1-wrap__img {
  width: 48%;
  padding: 2% 0;
  position: relative;
}
.sec1-wrap__img:before {
  position: absolute;
  content:"";
  width: 100px;
  height: 100px;
  background: repeating-linear-gradient(
    -45deg,     /* 角度の指定 */
    #fff,      /* 色A ... 開始 */
    #fff 2px,  /* 色A ... 終了 */
    #C3710B 2px,  /* 色B ... 開始 */
    #C3710B 4px   /* 色B ... 終了 */
  );
  right: 0%;
  top:-18%;
  z-index: 1;
  opacity: 0.3;
  border-radius: 15em;
}
.sec1-wrap__img:after {
  position: absolute;
  content:"";
  width: 50px;
  height: 50px;
  background-color: gray;
  right: 12%;
  top: -8%;
  z-index: 1;
  opacity: 0.3;
  border-radius: 15em;
}
.sec1-wrap__desc-container {
  width: 49%;
}
.sec1-wrap__img img {
  width: 100%;
  outline: 16px solid rgba(0,0,0,0.2);
  outline-offset: -12px;
}
.img__caption {
  text-align: center;
  padding: 3%;
}
.cont__title {
  font-size: 1.3em;
  color: #bc6c25;
  font-weight: 500;
  padding: 2% 1%;
}
.cont__desc {
  font-size: 1.1em;
  padding: 1%;
  line-height: 1.8;
  /* background-color: #fff;
  border-radius: 2px; */
}

.ojh-section-2 {
  padding: 80px 0;
  /* background-image: url(../img/ojh/white_00014m.jpg); */
}
.sec2-wrap {
  display: flex;
  justify-content: space-between;
}
.sec2-wrap__img {
  width: 48%;
  padding: 2% 0;
  position: relative;
}
.sec2-wrap .img__caption:before {
  position: absolute;
  content:"";
  width: 136px;
  height: 136px;
  background: #777;
  left: 1%;
  z-index: -1;
  opacity: 0.3;
  border-radius: 15em;
}
.sec2-wrap .img__caption:after {
  position: absolute;
  content:"";
  width: 66px;
  height: 66px;
  background: #bc6c25;
  left: 16%;
  z-index: -2;
  opacity: 0.5;
  border-radius: 15em;
}
.sec2-wrap__img img {
  width: 100%;
  outline: 16px solid rgba(0,0,0,0.2);
  outline-offset: -12px;
}
.sec2-wrap__desc-container {
  width: 49%;
}

.ojh-section-3 {
  padding: 80px 0 100px;
  position: relative;
  background-image: url(../img/ojh/bg_img007.jpg);
}
.sec-en-title {
  display: block;
  position: absolute;
  font-size: 7.2em;
  line-height: .2em;
  font-family: 'Roboto Condensed';
  color: rgb(223, 223, 223);
  font-weight: bold;
  opacity: .2;
  letter-spacing: .02em;
  overflow: hidden;
  right: -10%;
  z-index: 1;
}
.sec3-title {
  position: relative;
  color: #fff;
  font-size: 2.0em;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 2%;
  letter-spacing: 0.3rem;
  border-bottom: solid 3px #A4AA29;
}
.sec3-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C3710B;
  bottom: -3px;
  width: 15%;
}
.sec3-lead-text {
  color: #fff;
  padding: 1%;
  display: block;
  position: relative;
}
.sec3-lead-text:before {
  position: absolute;
  content:"";
  width: 116px;
  height: 116px;
  background: repeating-linear-gradient(
    -45deg,     /* 角度の指定 */
    #fff,      /* 色A ... 開始 */
    #fff 1px,  /* 色A ... 終了 */
    #777 1px,  /* 色B ... 開始 */
    #777 2px   /* 色B ... 終了 */
  );
  right: 14%;
  bottom: 58%;
  opacity: 0.3;
  border-radius: 15em;
}
.sec3-lead-text:after {
  position: absolute;
  content:"";
  width: 66px;
  height: 66px;
  background: #bc6c25;
  right: 12%;
  z-index: 2;
  opacity: 0.5;
  border-radius: 15em;
}
.sec3-wrap {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}
.sec3-img1__title {
  color: #fff;
  font-size: 1.2em;
  margin: 0 1% 2%;
  padding-left: 2%;
  border-left: solid 3px #A4AA29;
}
.sec3-wrap__img1,
.sec3-wrap__img2 {
  flex-basis: 48%;
}
.sec3-wrap__img1 img,
.sec3-wrap__img2 img {
  width: 100%;
}
.img-child-wrap {
  display: flex;
  justify-content: space-between;
  /* margin-top:1%; */
}
.img-child-wrap img {
  width: 49%;
  padding-top: 2%;
}
.sec3-img__caption {
  margin: 4% 0 4%;
  padding: 3%;
  border: .5px solid #fff;
  outline: 1px solid rgba(223, 219, 219, 0.5);
  outline-offset: -6px;
}
.sec3-img__caption a {
  color: #fff;
  text-decoration: none;
}

.ojh-section-4 {
  padding: 80px 0;
  background: url(../img/ojh/white_00014m.jpg);
}
.sec4-wrap {
  display: flex;
  justify-content: space-between;
}
.sec4-wrap__img {
  width: 48%;
}
.sec4-wrap__desc-container {
  width: 49%;
  position: relative;
}
.sec4-wrap__desc-container:after {
  position: absolute;
  content:"";
  width: 196px;
  height: 196px;
  background: #777;
  top: -8%;
  right: 6%;
  z-index: 2;
  opacity: 0.2;
  border-radius: 15em;
}
.sec4-wrap__img img {
  width: 100%;
}

.ojh-section-5 {
  padding: 90px 0 30px;
}
.sec5-after-title {
  text-align: center;
  font-size: 2em;
  font-weight: 900;
}
.sec5-arrow {
  text-align: center;
  font-size: 4em;
  font-weight: 900;
}



/*
コンセプトトップ
page_architecture
-------------------------------------------*/
.concept_base {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	background-color: #EEE;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

.concept_base.bg_w {
	background-color: #FFF;
}

.concept_base .concept_box {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.concept_base .concept_box img {
	width: 100%;
}

.concept_base .concept_box.txt_box {
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
}
.concept_base .concept_box .concept_title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10px;
}

.concept_base .concept_box .concept_title a {
	text-decoration: none;
	color: #333;
}

.page_architecture .concept_base {
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.page_architecture .concept_base .concept_box img {
	width: 90%;
	padding-right: 10%;
}
.page_architecture .concept_base.cre .concept_box img {
	padding-left: 10%;
	padding-right: 0%;
}
.page_architecture .concept_base .concept_box.txt_box {
	padding-right: 20px;
	padding-left: 20px;
}

.page_architecture .concept_base .concept_box.txt_box p {
	padding: 20px;
	background-color: #FFF;
}

.page_architecture .concept_base .concept_box .concept_title {
	font-size: 26px;
	color: #069;
}

.toppage .content h2 .title_en img {
	margin-top: 7px;
}


.marker {
	background: linear-gradient(transparent 64%, #ffff66 65%);
}
.obi.contact .content .c_tel a {
	color: #26334B;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.obi.contact .content .c_tel a i {
	font-size: 26px;
	padding-right: 10px;
}
.obi.contact .content .c_tel a strong {
	font-size: 36px;
}
.page_good-layout h2.h2_cont .h2_line {
	display: block;
	border: 1px solid rgba(255,255,255,0.6);
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-wrapper iframe {
  width: 100%;
  height: 2350px;
}

@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 160px;
}

header #logo {
	left: 20px;
	top: 20px;
}
.toppage header #logo {
	top: 10px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 510px;
}

.toppage header .h_box {
	top: 10px;
}
header .h_box ul.h_list {
	display: block;
	width: 238px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

header .h_box ul.h_list a {
	color: #333;
}
.toppage header .h_box ul.h_list {
	background-color: rgba(30,30,30,0.75);
}

.toppage header .h_box ul.h_list a {
	color: #FFF;
}
header .h_tel {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 22px;
	z-index: 1000;
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	line-height: 30px;
	background-color: rgba(216,170,0,0.83);
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel strong {
	font-size: 28px;
}

header .h_box .h_list li a:hover {
	background-color: #EEE;
}
.toppage header .h_box .h_list li a:hover {
	background-color: #222;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 60px;
	background-color: #001133;
	background-color: rgba(0,15,44,0.85);
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF4343;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 60px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}

#g_navi ul.navi_base::after {
	display: block;
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	top: 15px;
	left: 0px;
	background-color: #555;
	background-color: rgba(255,255,255,0.3);
}

#g_navi ul li{
	/*200618更新,157→137px*/
	width: 137px;
	height: 60px;
	float: left;
	display: block;
	position: relative;
}

#g_navi ul li::after {
	display: block;
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	top: 15px;
	right: 0px;
	background-color: #555;
	background-color: rgba(255,255,255,0.3);
}

#g_navi li a {
	/*200618謎のwidth指定*/
	width: 157px;
	height: 60px;
	display: table-cell;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a:hover {
	background-color: #001133;
}

h2 span.title_en {
	white-space: nowrap;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content.news-top {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.content.news {
  width: 1050px;
}


}
/*-----（/1100～）-----*/

@media screen and (max-width:1100px) {

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}


header #logo {
	left: 10px;
	top: 5px;
}
header #logo img {
	height: 50px;
}
header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	background-color: #001133;
	background-color: rgba(0,15,44,0.85);
}

header .h_tel {
	clear: both;
	padding-top: 10px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334455;
}

header .h_tel strong {
	font-size: 24px;
}

header .h_box .h_list {
	height: 35px;
}

header .h_box .h_list li a {
	padding-left: 10px;
	padding-right: 10px;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #001133;
}

.menu_btn.opened::after {
	content: "CLOSE";
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #001133;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #001133;
	background-color: rgba(0,15,44,0.85);
	display: none;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 22px;
	vertical-align: middle;
	position: relative;
}

#g_navi ul li a::before {
	font-size: 12px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 15px;
	left: 10px;
	content: '・';
	color: #3C97C4
}

#g_navi ul li a:hover {
	background-color: #001133;
}

.fixed {
	overflow: hidden;
}


.top_img {
	border-bottom-color: #FF4343;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.content.news {
  width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.list_flex {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}

.obi.contact .c_btn {
	margin-left: 10%;
}
.obi.contact .c_btn.right {
	margin-right: 10%;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

textarea,
input {
	max-width: 500px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {

	header #logo img {
		height: 40px;
	}

	.list_4l .list_box {
		width: 48% !important;
		margin-left: 1% !important;
		margin-right: 1% !important;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #BBB;
	}


	.head_title {
		height: 80px;
	}

	.head_title h1 {
		line-height: 80px;
		font-size: 20px;
	}
	.head_title h1.h1_s {
		letter-spacing:0em;
		font-size: 22px;
	}
	.page_nav li a {
		font-size: 14px;
	}
  .form-wrapper iframe {
    width: 100%;
    height: 2550px;
  }
	/*
	コンテンツ
	------------------------------------------*/

	.f_nav ul li a {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.obi.contact .c_btn {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}


	/*
	トップページ
	--------------------------------------------*/
	.designer_bnr_wrap img {
		width: 100%;
		height: auto;
  }

  .bnr-staff-outer {
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 20px;
  }
  .bnr-staff-outer img {
    width: 300px;
    height: auto;
  }
	

	/*
	テーブル
	-------------------------------------------*/

	.content table.table_01 th,
	.content table.table_01 td,
	.content table.table_form th,
	.content table.table_form td {
		display: block;
		padding: 20px;
	}

	.content table.table_form th,
	.content table.table_form td {
		text-align: center !important;
	}

	.content table.table_form th {
		border-right: none !important;
	}

	/*
	フッター
	-------------------------------------------*/


	.footer_box ul {
		width: 50%;
		padding: 0px;
	}

	footer p {
		font-size: 12px;
	}

	address {
		font-size: 11px;
	}


	.img_left,
	.img_right {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}


	.box_sitemap {
		float: none;
		width: 100%;
  }
  
  
  
  /*
  お知らせ
  sp:news-wrap
  -------------------------------------------*/
  .news-wrap {
    display: block;
    padding: 10px 20px; 
    /* margin-top: 5px */
  }

  .news-wrap__day,
  .news-wrap__event,
  .news-wrap__text,
  .news-wrap__btn {
    display: block
  }
  .news-wrap__day {
    width: 42%;
    text-align: left;
  }
  .news-wrap__event {
    width: 45%;
    text-align: left;
  }
  .news-wrap__text {
    width: 85%;
    padding: 10px 0;
  }
  .news-wrap__btn p {
    margin-right: 0;
    margin-left: auto;
    margin-top: 2px;
    margin-bottom: 4px;
  }

  .news2-text {
    padding: 30px 14px;
  }


  /*
  古民家（第二階層）
  ------------------*/
  /*古民家Top -----st*/

  .ojh-mv__top-outer {
    width: 98%;
    position: relative;
    margin: 0%;
  }
  .ojh-mv__top-outer .outer__top-title1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.3rem;
    line-height: 1.1;
    margin-bottom: 2px;
  }
  .outer__top-title2 {
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 6px 20px 0;
  }
  .outer__top-title3 {
    display: none;
    /* font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    padding-top: .8%;
    padding: 6px 15px 0; */
  }
  .ojh-mv__top-object1 {
    height: 170px;
    /* background: url(../img/ojh/bg_img003.jpg); */
    background: linear-gradient(to right, #222, transparent);
    opacity: 0.8;
  }
  .ojh-top-copy {
    display: none;
  }
  .ojh-top-sum img {
    width: 62%;
    position: absolute;
    bottom: 32%;
    right: 3%;
  }
  .btn_ojh a {
    position: relative;
    bottom: 10%;
    left:0%;
    margin-top: 52%;
  }





  .outer__title1 {
    padding-top: 4%;
    font-size: 1.6em;
  }
  .outer__title2 {
    font-size: 1.0em;
    padding-left: 16px;
  }
  .outer__title3 {
    font-size: .8em;
    line-height: 1.6;
    padding-top: 8px;
    padding-left: 16px;
  }
  .ojh-mv__object1 {
    height: 208px;
  }
  .ojh-mv__object2 {
    width: 69px;
    height: 68px;
  }
  .ojh-section-1,
  .ojh-section-2,
  .ojh-section-3,
  .ojh-section-4 {
    padding: 60px 0;
  }
  .ojh-section-5 {
    padding: 50px 0 10px;
  }
  .sec1-title,
  .sec2-title,
  .sec3-title,
  .sec4-title {
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .sec1-wrap,
  .sec2-wrap,
  .sec3-wrap,
  .sec4-wrap {
    display: block;
  }
  .sec1-wrap__img,
  .sec2-wrap__img,
  .sec4-wrap__img,
  .sec1-wrap__desc-container,
  .sec2-wrap__desc-container,
  .sec4-wrap__desc-container {
    width: 100%;
  }
  .cont__title {
    font-size: 1.1em;
  }
  .cont__desc {
    font-size: 1.0em;
    line-height: 1.6;
  }
  .sec3-lead-text {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .sec3-wrap__img1 {
    padding-bottom: 24px;
  }
  .img-child-wrap {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  
  }
  .img-child-wrap img {
    width: 42%;
    height: 100%;
    padding: 4%;
  }
  .sec3-img__caption {
    font-size: 0.9em;
  }
  .sec5-after-title {
    font-size: 1.2em;
  }
  .sec1-title:before {
    width: 80px;
    height: 80px;
  }
  .sec1-wrap__img:before {
    width: 70px;
    height: 70px;
  }
  .sec2-wrap .img__caption:before {
    width: 66px;
    height: 66px;
  }
  .sec2-wrap .img__caption:after {
    width: 50px;
    height: 50px;
  }
  .sec4-wrap__desc-container:after {
    width: 96px;
    height: 96px;
  }
}


/*-----（/～760）-----*/


@media screen and (min-width:760px) {
	.img_left,
	.img_right {
		max-width: 50%;
	}

	.img_left.no_m,
	.img_right.no_m {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	/*
	トップページ
	--------------------------------------------*/
	.designer_bnr_wrap img {
		width: 100%;
		height: auto;
	}

}



/*-----（/760～）-----*/

@media screen and (max-width:640px) {
	.head_title h1.h1_s {
		font-size: 18px;
	}

	h1.h1_top {
		display: none;
	}

	h2 {
		font-size: 18px;
		line-height: 30px;
	}
	h2.h2_01 {
		font-size: 20px;
	}

	.toppage h2 {
		font-size: 16px;
	}

	h2 a.btn_list {
		font-size: 14px;
		line-height: 26px;
		width: 90px;
		top: 5px;
	}

	h2 a.btn_list::before {
		line-height: 26px;
	}

	h2 span.title_en {
		font-size: 30px;
	}

	.content h3 {
		font-size: 18px;
	}

	.list_flex .list_box {
		width: 100%;
		/* border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCB793; */
	}

	.content h2.h2_title .h2_title_sub {
		padding-left: 10px;
		font-size: 14px;
	}

	.content h2.h2_title .type {
		font-size: 12px;
	}

	textarea,
	input {
		max-width: 360px;
	}


	hr {
		margin-top: 50px;
		margin-bottom: 50px;
  }
  

	.top_concept::before {
		background-size: contain;
		right: 0px;
		top: -70px;
		/* opacity: 0.60; */
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}

	.top_concept .concept_cont {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		padding-top: 20px;
	}
	.top_concept .concept_list li a span {
		top: 40%;
		font-size: 20px;
	}
	.top_concept .concept_list {
		position: relative;
		margin-left: 0px !important;
		padding-left: 0px !important;
	}
	.top_concept ul.concept_list {
		margin-left: -6% !important;
	}
	.top_concept .concept_list li {
		width: 40%;
		margin-left: 5%;
	}

	.obi.top_voice::before {
		background-size: contain;
		top: 0px;
	}
	.obi.top_voice h2 {
		-moz-text-shadow: 0px 0px 5px rgba(255,255,255,1.0);
		-webkit-text-shadow: 0px 0px 5px rgba(255,255,255,1.0);
		-ms-text-shadow: 0px 0px 5px rgba(255,255,255,1.0);
		text-shadow: 0px 0px 5px rgba(255,255,255,1.0);
			text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
								-1px 1px 0 #FFF, 1px -1px 0 #FFF,
								0px 1px 0 #FFF,  0-1px 0 #FFF,
								-1px 0 0 #FFF, 1px 0 0 #FFF;
	}

	.obi.top_voice .top_voice_txt {
		display: none;
	}

	.top_seminar {
		margin-top: 0px;
	}

	.top_seminar p {
		font-weight: bold;
		font-size: 12px;
		margin: 15px;
		line-height: 1.3;
	}


	/*
	トップページ各ボタン
	-------------------------------------------*/
	.top_concept .btn_01 a {
		position: relative;
		bottom: auto;
		right: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.obi.top_event .btn_02 a {
		position: relative;
		top: auto;
		right: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
	}

	.obi.top_m_house .btn_02 a {
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.obi.top_works .btn_02 a {
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px;
	}

	.obi.top_voice .btn_02 a {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	

	.obi.top_designer .btn_02 a {
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.obi.top_designer .btn_02 a {
		right: 0px;
  }
  


	/*
	その他
	------------------------------------------*/
	/* ul.event_list li {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCB793;
	} */

	ul.event_list li a {
		float: none;
		width: 98%;
		height: 218px;
		margin-bottom: 20px;
	}


	.toppage .content h1 {
		margin-left: 10px;
		margin-right: 10px;
	}

	.toppage .content h1 span {
		float: none;
		font-size: 50px;
	}

	.box_img_left img {
		float: none;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-top: 10px;
	}

	.f_nav {
		margin-bottom: 50px;
	}

	.f_bn {
		padding-top: 40px;
		padding-bottom: 20px;
	}


	.page_aboutus .content h2.h2_cont,
	.page_seminar .content h2.h2_cont {
		font-size: 18px;
	}
	.page_aboutus .content h2.h2_cont strong,
	.page_seminar .content h2.h2_cont strong {
		font-size:24px;
	}

	.concept_base .concept_box {
		width: 100%;
	}

	.concept_base.cre {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.page_good-layout .cont_img {
		margin-bottom: -50px;
	}

	.page_good-layout .content h2.h2_cont {
		width: 100%;
		margin-left: 0% !important;
	}

	.page_architecture .concept_base .concept_box img {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.toppage .content h2 .title_en img {
		margin-top: 1px;
		height: 40px;
	}

	.no_sp {
		display: none;
	}


	/*
	トップページ
	--------------------------------------------*/
	.designer_bnr_wrap img {
		width: 100%;
		height: auto;
  }
  
  .bnr-staff-outer {
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 20px;
  }
  .bnr-staff-outer img {
    width: 300px;
    height: auto;
  }
	

}


/*-----（/～640）-----*/


@media screen and (min-width:640px) {
	.no_pc {
		display: none;
	}


}



/*-----（/640～）-----*/

@media screen and (max-width:480px) {

	.content .news ul li a {
		font-size: 12px;
	}

	.service ul li a .mask {
		width: 150px;
		height: 150px;
	}

	textarea,
	input {
		max-width: 320px;
	}

	.page_nav li a {
		font-size: 13px;
		letter-spacing: 0em;
	}
}
/*-----（/～480）-----*/



/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 30px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #26334B;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background-color: #EEE;
}


/*なぜ～767pxの指定をしているのか？*/
@media only screen and (max-width: 767px){
.pager {
	padding-bottom: 0px;
}

  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }


	/*デザイナーズ住宅の固有スタイル SPでのフォトギャラリー*/
	.list_flex .list_box-d {
		width: 100%;

	}

	/*
	トップページ
	--------------------------------------------*/
	.designer_bnr_wrap img {
		width: 100%;
		height: auto;
  }
  
  .bnr-staff-outer {
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 20px;
  }
  .bnr-staff-outer img {
    width: 300px;
    height: auto;
  }

}


/*
ul_list
-------------------------------------------*/

ul.ul_list {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
table ul.ul_list {
	margin-bottom: 0px;
}
ul.ul_list li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
	font-weight: bold;
}
ul.ul_list li::before {
	content:"・";
	position: absolute;
	top: 5px;
	left: 0px;
}


/*
トップスライダー
---------------------------------------------------------*/

.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

/*.top_img::after {
	z-index: 50;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: block;
	content: "";
	background-image: url(../img/mask.png);
}*/

.top_img .top_catch {
	z-index: 100;
	position: absolute;
	bottom: 52px;
	left: 20px;
	max-width: 80% !important;
}
.bnr-staff-outer {
	z-index: 100;
	position: absolute;
	top: 100px;
  left: 40px;
}
.bnr-staff-outer img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 896px) {
  .bnr-staff-outer {
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 14px;
  }
  .bnr-staff-outer img {
    width: 80%;
    height: auto;
  }
}


.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 960px;
}

.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;

	/*spサイトのwidthに影響*/
	/* min-width: 960px; */
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}
.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@media screen and (min-width:960px) {
.top_img img.img_base,
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	min-height: 750px;
	min-width: 1482px;
}

.page_aboutus .content.lead_box h2 {
	font-size: 28px;
}
.page_concept .concept_base .concept_box .concept_title {
	font-size: 32px;
}
.concept_base .concept_box .concept_title.f_small {
	font-size: 26px;
}
.page_concept .concept_base .concept_box p {
	font-size: 18px;
}
.page_natural_m h2 {
	font-size: 30px;
}
.page_architecture .concept_base .concept_box .concept_title {
	font-size: 30px;
}

}

@media screen and (max-width:1582px) {
.top_img img.img_base,
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
/* left: 50%;
margin-left: -701px; */
top: -12%;
}

}

@media screen and (max-width:960px) {

.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
/* margin-left: -80px; */
/* top: -12%; */
	height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: absolute;
}

.top_img .top_catch {
	bottom: 0px;
	left: 10%;
}

}

@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}

	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}

	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}



/*fotorama*/
.sekou-images{
/*    padding: 0 20%;*/
    text-align: center;
}

/* Big phones to tablets: from 0 to 959px */
@media only screen and (max-width:959px) {
    .sekou-images{
        padding: 0;
    }
}
/* SEKOU-DETAIL */
.sekou-title{
	line-height: 1.6rem;
}
.section-sekou-detail-title .owner{
	text-align: center;
	font-size: 20px;
	padding: 8px 0 10px 0;
}
.section-sekou-detail-title .owner span{
	background: #ffff00;
	border-radius: 4px;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 0 0;
	line-height: 16px;
	letter-spacing: 1px;
}
.sekou-images li{
	width: calc(16.66% - 3%);
	margin: 0 3.6% 3.6% 0;
	float: left;
	list-style: none;
}
.sekou-images li:nth-child(6n){
	margin: 0 0 3.6% 0;
}
.sekou-images li img{
	width: 100%;
}
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.sekou-images li:nth-child(2),
.sekou-images li:nth-child(8) {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.sekou-images li:nth-child(3),
.sekou-images li:nth-child(9) {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.sekou-images li:nth-child(4),
.sekou-images li:nth-child(10) {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.sekou-images li:nth-child(5),
.sekou-images li:nth-child(11) {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.sekou-images li:nth-child(6),
.sekou-images li:nth-child(12) {
transition-delay:1s;
-webkit-transition-delay:1s;
}
.sekou-images li a img{
	opacity: 1;
	transition-duration: .3s;
}
.sekou-images li a:hover img{
	opacity: .7;
	transition-duration: .3s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.sekou-detail-before .caption{
/*	background-color: #0083BB;*/
/*	color: #fff;*/
  width:300px;
  margin:0 auto;
}
.sekou-detail-before .caption p{font-size:16px !important;}
.sekou-detail-status table.table02{
	margin: 0 0 30px;
}
.sekou-detail-point .page-subtitle{
	margin: 15px 0;
}
@media only screen and (max-width:959px) {
	.sekou-images{
		margin: 0 0 35px 0;
	}
	.sekou-images ul{
		margin: -20px 0 0 0;
	}
	.sekou-images li{
		width: calc(50% - 0.8%);
		margin: 0 1.6% 0 0;
		float: left;
		list-style: none;
	}
	.sekou-images li:nth-child(2n){
		margin: 0 0 1.6% 0;
	}
	.effect {
		opacity: 1;
	}
	section.sekou-images{
		padding: 0 20px;
	}
	.section-sekou-detail-title .owner{
		font-size: 14px;
		padding: 5px;
	}
	.sekou-title {
	    padding: 10px 25px;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 1.3rem;
	}
	.sekou-detail-request{
		margin: 0 0 15px 0;
	}
	.sekou-detail-request-text,
	.sekou-detail-budget-text{
		font-size: 14px;
	}
	.event-main-image img{
		width: 100%;
	}
	.sekou-detail-point td{
		display: block;
		width: 100%;
		padding: 0 !important;
	}
  .sekou-detail-before .caption{
  /*	background-color: #0083BB;*/
  /*	color: #fff;*/
    width:100%;
    margin:0 auto;
  }
  .sekou-detail-before .caption p{font-size:16px !important;}
}


.slideshow img{
    width: 100%;
    padding: 0 10%;
}
