/* CSS Document */
@charset "utf-8";
/*** total style ***/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body { font-size: 1.4rem; } /*font-size : 14px と同等*/

ul {
  list-style: none;
}
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	width: 100%;
	line-height: 1.5;
	min-width: 320px;
}

img {
	width:100%;
	height:auto;
	/*pointer-events: none;*/
}

h1,h2,h3,h4,h5 {
	font-size: 1.4rem;
}
.mt38 {
	margin-top: 38px;
}
.font_wh {
	color:#FFF;
}
.s_size_txt {
	font-size: 1.2rem;
}
.font_d {
	color:#6E3919;
}
.bg_wh {
	background-color:#FFF;
}
.nomal_txt {
	color:#6E3919;
	line-height:2;
	text-align:justify;
	letter-spacing:0.1em;
}
.nomal_txt a{
	color:#6E3919;
	font-weight:400;
	text-decoration:underline;
}
.nomal_txt a:hover{
	text-decoration:none;
	opacity:0.7;
	transition:0.9s;
}

.nomal_txtpd {
	color:#6E3919;
	line-height:1.8;
	text-align:justify;
	letter-spacing:0.1em;
	padding: 0 20px 20px 20px;
}

.thanks_txt {
	text-align:center;
	color:#6E3919;
	line-height:2;
	letter-spacing:0.1em;
}
.thanks_txt a{
	color:#6E3919;
	font-weight:400;
	text-decoration:underline;
}
.thanks_txt a:hover{
	text-decoration:none;
	opacity:0.7;
	transition:0.9s;
}

p.link_font_d a{
	color:#6E3919;
}
p.link_font_w a{
	color:#fff;
}

p.link_font_d a:hover,p.link_font_w a:hover {
	opacity:0.7;
	transition:0.5s;
}
.flex_news_txt p {
	text-align:justify;
	font-size:1.3rem;
}
.flex_news_txt p span{
	font-weight:500;
	font-size:1.4rem;
}
.both {
	clear:both;
}

a {
	text-decoration: none;
}

.float_l {
	float:left;
}
.float_r {
	float:right;
}
.float_l_sp {
	float:left;
}
.float_r_sp {
	float:right;
}
.pager {
    max-width: 580px;
    margin: 0 auto;
}
.pager ul{
-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: center;
}
.pager ul li{
	width:12%;
	margin:0 1% 0 1%;
	text-align:center;
}
.pager ul li a{
	padding:12px 0 12px 0;
	background-color:#F0EDE4;
	display:block;
	color:#6E3919;
}
.pager ul li.active a{

	background-color:#6E3919;
	color:#fff;
}
.news_Img {
    float: left;
    max-width: 117px;
    margin-right: 20px;
}
.news_txt_box {
    float: left;
    max-width: 679px;
}
.news_txt_box p.date,.news_txt_box p.newsTag {
	font-size:1.2rem;
}
.news_arc_box {
    margin-bottom: 30px;
    border-bottom: 1px solid #F0EDE4;
    padding-bottom: 30px;
}
.news_arc_box a{
	color:#6E3919;
	font-weight:400;
}
.news_arc_box a:hover{
	opacity:0.7;
	transition:0.9s;
}
.search_txt {
    color: #6E3919;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1em;
	font-size: 1.2rem;
	padding: 10px ;
	margin: 20px 0;
	background-color: #F0EDE4;
}
.bred_ul a{
	color: #6E3919;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1em;
	padding-left: 10px;
}
.bred_ul a:hover{
	opacity: 0.7;
	transition: .9s;
}
ul.search_ul li{

	padding: 0px 10px 10px 10px ;
	margin: 0px 0 10px 0;
}
ul.search_ul li a{
	color: #6E3919;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1em;
	border-bottom: 1px solid #F0EDE4;
}

ul.search_ul li a:hover{
	opacity: 0.7;
	transition: .9s;
}
.top_story_youtube{

}
.top_story_youtube a{
	display: block;

}
.youtube_wp {
  
max-width: 608px;
    margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px){
    .pager {
    max-width: 360px;
    margin: 0 auto;
}
	.news_Img {
	width: 30%;
}
	.float_l_sp {
	float: none;
}
.float_r_sp {
	float: none;
}
.news_txt_box {
    width: 62%;
}
.news_arc_box {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
}
/*mov.js */
.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-200px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 30px);
}

.sa--down {
  transform: translate(0, -100px);
}
.grad-btn {
    z-index: 2;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;

  color: #6E3919;
  font-size: 90%;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;


}
.grad-btn::before {
  content: "　　続きを見る　　";
  background:url(../image/arw_dwn.png) no-repeat right;
  background-size:10px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(240,237,228,0) 0%, rgba(240,237,228,0.9) 50%, rgba(240,237,228,0.9) 50%, #F0EDE4 100%);
  background: linear-gradient(top, rgba(240,237,228,0) 0%, rgba(240,237,228,0.9) 50%, rgba(240,237,228,0.9) 50%, #F0EDE4 100%);
  content: "";
  z-index:999;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "　　閉じる　　" ;
  background:url(../image/arw_up.png) no-repeat right;
  background-size:10px;
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.grad-btn2 {
    z-index: 2;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;

  color: #6E3919;
  font-size: 90%;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;


}
.grad-btn2::before {
  content: "　　続きを見る　　";
  background:url(../image/arw_dwn.png) no-repeat right;
  background-size:10px;
}
.grad-item2 {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.grad-item2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #FFF 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #FFF 100%);
  content: "";
  z-index:999;
}
.grad-trigger2 {
  display: none;
}
.grad-trigger2:checked ~ .grad-btn2::before {
  content: "　　閉じる　　" ;
  background:url(../image/arw_up.png) no-repeat right;
  background-size:10px;
}
.grad-trigger2:checked ~ .grad-item2 {
  height: auto;
}
.grad-trigger2:checked ~ .grad-item2::before {
  display: none;
}

.target {

  padding: 10px;
}
.target.is-hidden {
  display: none;
}

.foun_bt {
	max-width:260px;
	margin:0 auto 30px;
	  color: #6E3919;
  font-size: 110%;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  border:1px solid #6E3919;
  padding:20px 0;
  background:url(../image/sankaku_up.png) no-repeat right center;
  background-size:20px;
}

.grad-btn3 {
    z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;

  color: #6E3919;
  font-size: 110%;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  border:1px solid #6E3919;

}
.grad-btn3::before {
  content: "　　略歴　　";
  background:url(../image/arw_dwn.png) no-repeat right;
  background-size:10px;
}
.grad-item3 {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.grad-item3::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(240,237,228,0) 0%, rgba(240,237,228,0.9) 50%, rgba(240,237,228,0.9) 50%, #F0EDE4 100%);
  background: linear-gradient(top, rgba(240,237,228,0) 0%, rgba(240,237,228,0.9) 50%, rgba(240,237,228,0.9) 50%, #F0EDE4 100%);
  content: "";
  z-index:999;
}
.grad-trigger3 {
  display: none;
}
.grad-trigger3:checked ~ .grad-btn3::before {
  content: "　　略歴　　" ;
  background:url(../image/arw_up.png) no-repeat right;
  background-size:10px;
}
.grad-trigger3:checked ~ .grad-item3 {
  height: auto;
}
.grad-trigger3:checked ~ .grad-item3::before {
  display: none;
}




.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 0px;
    color: #6E3919;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.up_arw::before {
	right:0;
	 top: -30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #6E3919;
    border-right: 2px solid #6E3919;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrowr{
    position: relative;
    display: inline-block;
    padding: 0 0 0 0px;
    color: #6E3919;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrowr::before,
.arrowr::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.r_arw::before {
    right: 8px;
    width: 9px;
    height: 2px;
    background: #6E3919;
}
.r_arw::after {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #6E3919;
    border-right: 2px solid #6E3919;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*** header style ***/
#header {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	height:60px;
	position:fixed;
	z-index:9999;
}
/*** overlay ***/
#overLay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
#overLay_nomal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 0;
}
/*** load ***/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 9999;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 55%;
	width: 70px;
	height: 70px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: right;
	color: #fff;
	z-index: 2;
}
.loading {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255,255,255,0.4);
	border-top-color: rgba(255,255,255,0.9);
	border-radius: 50%;
	animation: spin 1.2s linear 0s infinite;
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.btnArea {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2000;
}
.logoArea {
	margin-left:10px;
	z-index: 2000;
}
.logoArea h1 {
	width: 100px;

}
.logoArea h1 img {
	width: 100%;
	height: auto;
}

#header .btnMenu {
	position: absolute;
	right: 15px;
	top: 18px;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	-webkit-tap-highlight-color: transparent;
}
#header .btnMenu span {
	display: inline-block;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #6B3818;
}
#header .btnMenu span:nth-of-type(1) {
	top: 0;
}
#header .btnMenu span:nth-of-type(2) {
	top: 41%;
	margin-top: -2.5px;
}
#header .btnMenu span:nth-of-type(3) {
	top: 68%;
	bottom: 0;
}
#header .head_inner {
width: 90%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 10px 0;
	position:relative;
}
/*** SIDE MENU ***/
#sideMenu {
	position: fixed;
	top: 0;
	right: -480px;
	width: 480px;
	height: 100%;
	background: #3A3A3A;
	z-index: 2000;
	overflow: scroll;
	padding-bottom: 40px;
}
.closeBtnArea {
	height: 80px;
}
.mCloseBtn {
	width: 150px;
	height: 100%;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	font-size: 3em;
	    color: #fff;
}
.menuList {
	position: relative;
}
.menuList ul li {
	height: auto;
}
.menuList ul.menuUl {
	padding: 15px 0 0 75px;
}
.menuList ul.menuUl li {
	margin: 0 0 25px 0;
}
.menuList ul.Sub li {
	margin: 0 0 15px 0;
}
.menuList ul.Sub li.end {
	margin: 0 0 35px 0;
}
.menuList ul li.menuHover > a {
	font-size: 1.1em;
	margin: 0 5px 0 0;
	opacity: .9;
}
.menuList ul li.menuHover > a:before {
	content: '';
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 45%;
	right: -20px;
	transform: translate(0, -50%) rotate(135deg);
	-webkit-transform: translate(0, -50%) rotate(135deg);
}
.menuList a, .menuLang a {
	color: #fff;
}
.menuList ul.menuUl p{
    padding: 0px 0 10px 0px;
	color:#fff;
	font-size:1.2rem;
}
.homeIcon {
	position: absolute;
	top: 0;
	left: 0;
}
.menuLang, .menuSns {
	padding-left: 60px;
}
.menuLang {
	margin-top: 80px;
	line-height: 1;
}
.menuSns {
	margin-top: 40px;
}
.menuSns ul {
	display: inline-block;
}
/*.menuSns ul li{
    float: left;
    padding: 0 15px;
    margin-top: 10px;
}*/

.menuSns ul li {
	float: left;
	padding: 0 4%;
	margin-top: 10px;
	width: 18%;
}
.menuSns ul li.side_line {
	width: 32%;
}
.menuSns ul li img {
	width: 100%;
	height: auto;
}
.menuLang ul li {
	padding: 0 10px;
	margin-top: 10px;
	float: left;
}
.menuLang ul li:first-child, .menuSns ul li:first-child {
	padding-left: 0;
}
.menuLang ul li:first-child {
	border-right: 1px solid #FFFFFF;
}
.menuSns ul li:first-child {
	padding-left: 4%;
}
.menuList .menuListSub {
	display: none;
	margin: 0 0 0 10px;
}
.menuList ul.menuUl ul.menuListSub li {
	margin: 25px 0 0 0;
}

/*** footer style ***/
#footer {
	position: relative;
	margin-top:160px;
	background: #6E3919;
}
ul.ftopBtn{
	width:90px;
	position:absolute;
	top:-80px;
	right:0;
	left:0;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.ft_p_txt{
	color:#FFF;
	padding-top:20px;
	margin-left:20%;
	font-size:1.2rem;
}
.copy {
	color:#FFF;
	padding-top:20px;
	font-size:1.2rem;
	text-align:right;
}
#footer .inner {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0 25px 0;
}
#footer .inner_po {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
.ad_box h5{
	font-weight:600;
	font-size:1.6rem;
	padding-bottom:10px;
	letter-spacing:0.2em;
}

.foot_bt1 a{
	background-color:#F0EDE4;
	display:block;
	padding:0;
	color:#6E3919;
	text-align:left;
}
.foot_bt2 a{

	display:block;
	padding:0;
	color:#6E3919;
	text-align:center;
}
.foot_bt3 {

	display:block;
	padding:10px 0;
	color:#6E3919;
	text-align:center;
	border:#FFF 2px solid;
	height:120px;
}
.foot_bt3 a{
	background-color:#F0EDE4;
	display:block;
	padding:10px 0;
	color:#6E3919;
	text-align:center;
}

.foll_h5 {
  position: relative;
  display: inline-block;
  padding: 0 35%;
  text-align:center;
}

.foll_h5:before, .foll_h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #fff;
}

.foll_h5:before {
  left:0;
}
.foll_h5:after {
  right: 0;
}


.position_re {
	position:relative;
}
.tag_all {
	position:absolute;
	right:0;
	bottom:0;
}
.tag_all a{
	color:#6E3919;
}
/*flex >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.flex_box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.f_nowrap {
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
}
.f_wrap {
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.f_justify-c_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f_justify-s_between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f_reverse {
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.flexend {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.flex_12 {
	width:12%;
}
.flex_12_ft {
	width:12%;
}
.flex_15 {
	width:15%;
}
.flex_20 {
	width:18%;
}
.flex_20ft {
	width:20%;
}
.flex_19 {
	width:19%;
}
.flex_22 {
	width:20%;
}
.flex_25ft {
	width:25%;
    margin-left: 11%;
}
.flex_25 {
	width:25%;
}
.flex_30 {
	width:30%;
}
.flex_30_topStaff {
	width:30%;
}
.flex_30_top_event {
	width:30%;
}
.flex_60_top_event {
    width: 60%;
}
.flex_33 {
	width:32%;
	margin:0 0.5% 90px 0.5%;
}
.flex_30_mg15 {
	width:30.3%;
	margin:0 1.5% 30px 1.5%;
	padding:20px;
}

.flex_33_2 {
	width:33%;
}

.flex_48{
	width:48%;
}

.flex_50 {
	width:45%;
}
.flex_hf {
	width:50%;
}
.bd_r_ft{
	border-right: 1px solid #6E3919;
}
.flex_full {
	width:100%;
	text-align: center;background: #F1EDE3;border-top: 1px solid #6E3919;
}
.flex_full img{
	width:50%;
	height: auto;
}
.flex_50_ft {
	width:45%;
}
.flex_60_ft {
    width: 60%;
}
.flex_60 {
	width:60%;
}
.flex_75 {
	width:75%;
}

.flex_news_img {
	width:20%;
	margin-right:5%;
}
.flex_news_txt {
	width:75%;
}

.flex_mx192 {
	width:192px;
}
.mgr_5 {
	margin-right:5%;
}
.mgr_8 {
	margin-right:8%;
}
.mgr_2 {
	margin-right:2%;
}
.mgr_1 {
	margin-right:1%;
}
.mgl_2 {
	margin-left:2%;
}
.mgl_20 {
	margin-left:20%;
}
.mt_20 {
	margin-top:20px;
}
.mt_45 {
	margin-top:45px;
}
.pb_10 {
	padding-bottom:10px;
}
.pb_20 {
	padding-bottom:20px;
}
.pb_30 {
	padding-bottom:30px;
}
.pb_80 {
	padding-bottom:80px;
}
.pt_80 {
	padding-top:80px;
}
.pt_40 {
	padding-top:40px;
}
.pr_30{
	padding-right:30px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_59 {
	margin-bottom:59px !important;
}
.mb_90 {
	margin-bottom:90px;
}
.mb_90ipd0 {
	margin-bottom:90px;
}
.ptpb_80 {
	padding-top:80px;
	padding-bottom:80px;
}
.ptpb_30 {
	padding-top:30px;
	padding-bottom:30px;
}
.ptpb_20 {
	padding-top:20px;
	padding-bottom:20px;
}
.pt_20 {
	padding-top:20px;
}
.box_w30 {
    width: 30%;
}
.box_w35 {
    width: 35%;
}
.box_w40 {
    width: 40%;
}
.box_w45 {
    width: 45%;
}
.box_w50 {
    width: 50%;
}
.box_w55 {
    width: 55%;
}
.box_w60 {
    width: 60%;
}
.box_w65 {
    width: 65%;
}

.pd_10p {
	padding:10%;
}
.pd_5p {
	padding:5%;
}

.boder_bottom_lightgre {
	border-bottom:1px solid #E1DCD7;
}
.left_boder_mg{
	border-left:2px solid #fff;
	padding-left:5%;
}
.top_cont_bt{
	max-width:220px;
	padding:10px 0 ;
}

ul.works_tag_ul {
	padding-left:15px;
	margin-bottom:20px;
}
ul.works_tag_ul li {
	margin:0 1% 10px 0;
	color:#6E3919;

}
ul.works_tag_ul li a{
	color:#6E3919;
}
ul.works_tag_ul li a:hover {
	opacity:0.7;
	transition:0.9s;
}

.boder_b {
	border-bottom:1px solid #6E3919;
}
/*top slide*/
.top_mov{
	max-width:1340px;
	margin:0 auto 220px;
	position:relative;
}
/*top */

.section_bgc {
	background-color:#F0EDE4;
	padding-bottom:80px;
}
.section_ie {
	background-color:#F0EDE4;
	padding-bottom:80px;
	margin-top:250px;
}
.section_monogatari {
	background-color:#F0EDE4;
	padding-bottom:80px;
	margin-top:250px;
}.section_monogatari_w {
	background-color:#fff;
	padding:120px 0 80px 0;
	
}
.section_ie_2 {
    background-color: #F0EDE4;
    padding-bottom: 80px;
    padding-top:80px;
}
.section_ie_white {
    padding-bottom: 80px;
	padding-top:80px;
}

.section_nagare_bgon {
    background-color: #F0EDE4;
    padding-bottom: 60px;
    padding-top:60px;
	position:relative;
}
.section_nagare_white {
    padding-bottom: 60px;
	padding-top:60px;
	position:relative;
}

.section_rec {
	border:8px solid #F0DC64;
	position:relative;
	margin-top:60px;
	padding:80px 0;
}

.section_bghf {
	background:url(../image/hf_bg-01.png) repeat-y;
	background-position:center;

}
.section_bgd {
	background-color:#6E3919;
	padding-bottom:80px;
}
.section_white_nopt {

}
.section_opbg {
    padding-bottom: 80px;
	background:url(../image/op_house_bg.jpg) no-repeat top center;
	background-size:auto;
}
.content816 {
	max-width:816px;
	width:90%;
	margin:0 auto;
	position:relative;
}
.content1024 {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.content1024_sp100 {
    max-width: 1024px;
    width: 100%;
    margin: 70px auto 0;
    position: relative;
}
.content1024_top_ac {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    position: relative;
	padding:80px 0 80px 0;
	background-color:#F0EDE4;

}
.content_full {
    position: relative;
}
.op_obi_box{
	background-color:#6E3919;
	padding:80px 0;
}

.op_h5_bgwhite {
	background-color:#FFF;
	padding:10px 0 10px 20px;
	color:#6E3919;
	margin-bottom:10px;
}
.op_h5_bg_on {
	background-color:#F0EDE4;
	padding:10px 0 10px 20px;
	color:#6E3919;
	margin-bottom:10px;
	font-size:1.8rem;
}
.rec_h5_bg_on {
    background-color: #F0DC64;
    padding: 10px 0 10px 20px;
    color: #6E3919;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.pt_180 {
	padding-top:180px;
}
.pt_60 {
	padding-top:60px;
}
.pb_60 {
	padding-bottom:60px;
}
.pb_120 {
	padding-bottom:120px;
}
.pb_120_top_dada_about {
	padding-bottom:120px;
}
.pb_120_top_openhouse {
	padding-bottom:120px;
}

h3.iezukuri_logo {
	width:404px;
	position:absolute;
	top:-110px;
	right:0;
	left:0;
	margin:0 auto;
}
h3.iezukuri_logo_s {
    width: 320px;
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
h3.openhouse_logo {
	max-width:623px;
    margin: 0 auto;
	padding-bottom:40px;
}
.center_box {
	margin:0 auto;
	text-align:center;
	padding-top:30px;
}
h5.iezukuri_h5 {
	color:#6E3919;
	font-size:1.8rem;
	border-bottom:3px solid #6E3919;
	padding:0 0 10px 0;
	display:inline-block;
	margin-bottom:40px;
}
h3.iezukuri_h3 {
	color:#6E3919;
	text-align:center;
	font-size:3.8rem;
	letter-spacing:0.3em;
	line-height:2;
	padding-bottom:40px;
}

ul.nomal_bt {
	max-width:240px;
	margin:0 auto;
	border:1px solid #6E3919;
}
ul.nomal_bt li a{
	text-align:center;
	padding:17px 0;
	display:block;
	background-color:#FFF;
	color:#6E3919;
}

ul.nomal_bt2 {
	max-width:240px;
	margin:0 auto 80px;

}
ul.nomal_bt2 li a{
	text-align:center;
	padding:0;
	display:block;
	background-color:#FFF;
}

ul.op_bt {
	margin-bottom:40px;
}
ul.op_bt li a{
	text-align:center;
	padding:20px 80px;
	display: inline-block;
	background-color:#FFF;
	color:#6E3919;
	border:1px solid #6E3919;
}

.op_boder_box {
	border:2px solid #6E3919;
	margin-bottom:40px;
	background-color:#FFF;
}
/*works タブ*/
#tab_area {
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 60px;
	max-width:960px;
}
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #6B3818;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #6B3818;
}

#panels {
  background-color:#F0EDE4;
  padding:20px ;
}
#panels .tab_container {
  margin: 0 auto;
  width: 100%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section .main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 .main {
  max-height: initial;
  opacity: 1;
  padding: 0px ;
}

#panel-2-ctrl:checked ~ #panels #panel-2 .main {
  max-height: initial;
  opacity: 1;
  padding: 0px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 .main {
  max-height: initial;
  opacity: 1;
  padding: 0px 24px;
}

#panel-4-ctrl:checked ~ #panels #panel-4 .main {
    max-height: initial;
    opacity: 1;
    padding: 20px 10px 20px 20px;
    width: 100%;
    background: url(../img/common/dt_gr_bg.png) repeat;
    margin-bottom: 30px;
    float: right;
}

.main ul {

}

.main ul li {
	margin-right:2em;

}

.main ul li a {
    color:#6B3818;
}


#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: #F0EDE4;
color:#6E3919;
  padding-top: 15px;
  background:#F0EDE4 url(../image/dada_tri_up.png) no-repeat center right;
  background-size:25px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
  height: 15px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: #F0EDE4;
color:#6E3919;
  padding-top: 15px;
    background:#F0EDE4 url(../image/dada_tri_up.png) no-repeat center right;
  background-size:25px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  height: 6px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #6B3818;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: #F0EDE4;
color:#6E3919;
  padding-top: 15px;
  background:#F0EDE4 url(../image/dada_tri_up.png) no-repeat center right;
  background-size:25px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
  height: 6px;
}


#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
  border-right: 1px solid transparent;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
  border-left: 1px solid #6B3818;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  background-color: #6B3818;
  color: #fff;
  padding-top: 15px;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
  height: 6px;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label a,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label a,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label a,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label a {
  color: #fff;
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #6B3818;

  margin: 0;
  padding: 0;
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: 33.3%;

  position: relative;
}

ul#tabs-list li:first-child {
}

ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li:last-child:hover {

}
ul#tabs-list li:hover.last {

}
ul#tabs-list li:hover + li {

}
ul#tabs-list li label.panel-label {
  position: relative;
  padding: 15px 0;
  font-size: 0.9em;
  background: url(../image/dada_tri_down.png) center right no-repeat;
  background-size:25px;

}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #F0EDE4;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
  padding-top: 15px;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}

ul#tabs-list li label.panel-label a {
    width: 100%;
color: #6B3818;
display: block;
}
.frame {

}
.main {
    width: 100%;
    margin: 0 auto;
}
.panel-radios {
  display: none;
}

.cont {
	padding-top:300px;
	width:50%;
	margin:0 auto;
}
.contents_title{
	max-width:800px;
	margin:0 auto;
	padding:140px 0 60px 0;
}
.contents_title h2{
	font-size:4.5rem;
	font-weight:600;
	text-align:center;
	color:#6B3818;
	letter-spacing:0.2em;
}
.contents_title530 {
    max-width: 530px;
    margin: 0 auto;
    padding: 140px 0 60px 0;
}
.contents_title_howto {
	background:url(../image/howto_bg.png) no-repeat;
	background-position:top center;
	background-size: cover;
	height:210px;
	margin-top:60px;
}
.howto_logo{
	font-size:3.5rem;
	font-weight:600;
	text-align:center;
	color:#6B3818;
	letter-spacing:0.2em;
	padding-top:45px;
}
.textarea_c7 {
    width: 100%;
    height: 260px;
    margin: 20px 0 0px 0;
    background-color: #EAEAEA;
    font-size: 20px;
    color: #333333;
    padding-left: 18px;
    border: 1px solid #CCCCCC;
    text-align: left;
}
.text-input_c7 {
    width: 100%;
    height: 40px;
    margin: 20px 0 0px 0;
    background-color: #EAEAEA;
    font-size: 20px;
    color: #333333;
    padding-left: 18px;
    border: 1px solid #CCCCCC;
    text-align: left;
}
.c7_box {
    width: 100%;
    padding: 20px 0;
    font-size: 100%;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}
input {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

select,option {

    font-size: 140%;
    line-height: 1.15;
    margin: 30px 0 0 0;

}
#contentsArea {
	max-width:1280px;
	margin:0 auto;
}
#single_workArea {
	max-width:1024px;
	margin:0 auto;
}
#single_workArea span {
	display: inline-block;
}
#single_workArea span a {
	color: #7C2B03;
	text-decoration: underline;
}
#single_profArea {
	max-width:608px;
	margin:120px auto 80px;
}
.prf_txt_boder p{
	padding:30px 0;
	border-bottom:1px solid #E1DCD7;
	border-top:1px solid #E1DCD7;
	margin:10px 0 0 0;
	line-height:1.8;
}
/*top*/
.main_top {
    position: absolute;
    top: 280px;
    right: 0;
	left:0;
    max-width: 1240px;
    width: 80%;
    padding: 0;
	margin:0 auto;
}
.main_top img{
	width:100%;
	height:auto;
}
.news_top {
	position:absolute;
	bottom:-30px;
	right:0;
	max-width:510px;
	width:40%;
	background-color:#6E3919;
	padding:32px 40px;
}
h4.top_news_event{
	font-size:2rem;
	padding-bottom:20px;
	letter-spacing:0.2em;
}
.news_top p a{
	color:#FFF;
}
.boder_t_white {
	width:40px;
	height:1px;
	background-color:#FFF;
	margin-bottom:20px;
}
.section_white_p{
	max-width:1380px;
	margin:0 auto;
}
.top_event_open{
	max-width:800px;
	position:relative;
}
.top_event_open img{
	width:100%;
	height:auto;
}

.top_event_open_ti {
	width:537px;
	position:absolute;
	bottom:-60px;
	right:-50%;
	background:url(../image/house_bg.png) no-repeat;
	background-size:cover;
	background-position:top;
	padding:90px 0 30px 0;

}
.top_event_open_ti h3{
	color:#FFF;
	text-align:center;
	letter-spacing:0.2em;
	font-size:1.8rem;
	padding-bottom:20px;
}
.top_event_open_ti h3 span{
	font-size:2.8rem;
	font-weight:400;

}
.top_cont_title{
	color:#6E3919;
	padding-bottom:55px;
	text-align:center;
	font-size:2.5rem;
}
.op_boderbox_title {
    color: #6E3919;
    text-align: center;
    font-size: 2.5rem;
	padding:20px 0;
	line-height:1.2;
	border-bottom:2px solid #6E3919;
}
.op_boderbox_title span{

    font-size: 1.4rem;

}
.post_seko {
}
.post_seko h5{
	font-size:1.6rem;
}
.post_seko h5,.post_seko p{
	padding-bottom:10px;
}

.top_dadaimg_box {
	width:25%;


}
.top_dadacp_box {
	width:68%;
	padding-bottom:80px;
}

.ie_50_box {
    width: 48%;
    padding-bottom: 80px;
}


.h3_size {
	font-size: 2.5rem;
    letter-spacing: 0.2em;
	padding-bottom:20px;
}
.size2-8 {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
}
.size2-4 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
	text-align:center;
	padding-bottom:30px;
}
.size2 {
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
}
.h3_size_ss {
	font-size: 1.5rem;
    letter-spacing: 0.2em;
	line-height:2;
	padding-bottom:20px;
	font-weight:400;
}
.prf_txt {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2;
    padding-bottom: 20px;
    font-weight: 400;
    color: #6E3919;
}
.prf_txt a{
	text-decoration:underline;
    color: #6E3919;
}
.prf_txt a:hover{
	text-decoration:none;
	opacity:0.7;
	transition:0.9s;
}

.h3_size_ss_boder {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2;
    padding-bottom: 20px;
    font-weight: 400;
	text-align:justify;
	border-top:1px solid #6E3919;
	padding-top:30px;
}
.ie_top_txt{
	max-width:608px;
	margin:0 auto;
	padding-bottom:60px;
	letter-spacing: 0.2em;
	line-height:2;
}
.dada_ie_p {
	line-height:2;
	text-align:justify;
}
.dada_ie_ul {
	background-color:#FFF;
}
.dada_ie_ul p{
	font-size:2rem;
	font-weight:500;
}

.dada_ie_ul p a{
	padding:30px 0 30px 0;
	display:block;
	color:#6E3919;
	text-align:center;
}
.dada_ie_ul p.i_nagare a{
	padding:40px 0 40px 0;
	display:block;
	color:#6E3919;
	text-align:center;
}

.top_dada_title {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-bottom: 50px;
	color:#6E3919;
	    line-height: 2;
}
.stfImg {
	overflow: hidden;
	width:172px;
	height:172px;
	position: relative;
	background-color: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
margin: 0 auto;
}
.stfImg img {
	border-radius: 50%;
}
.stfImg .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* ãƒžã‚¹ã‚¯ã‚'è¡¨ç¤ºã—ãªã" */
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 50%;
}
.stfImg:hover .mask {
	opacity: 1;
	padding-top: 80px;
}
.stfImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*max-width: 100%;
    max-height: 100%;*/
	width: 100%;
	height: 100%;
}
.stf_top_box {
	padding-top:20px;
	padding-bottom:80px;
	width:192px;
	margin: 0 auto;
}
.stf_top_box h5,.stf_top_box p{
	text-align:center;
}
.top_ac_position {
	padding-top:160px;
	position:relative;
	max-width:816px;
	width:90%;
	margin:0 auto;
	padding-bottom:80px;
}
.top_ac_position h4.nolink{
	position:absolute;
	top:0;
	left:-180px;
	background-color:#6E3919;
	padding:40px 0;
	text-align:center;
	font-size:1.6rem;
	color:#FFF;
width:504px;
}
.top_ac_position h4.link {
	position:absolute;
	top:0;
	left:-180px;
	background-color:#6E3919;
	text-align:center;
	font-size:1.6rem;
	color:#FFF;
width:504px;
}
.top_ac_position h4.link a{
	padding:40px 0;
	background-color:#6E3919;
	color:#FFF;
	display:block;
}
.top_ac_position h4.link a:hover{

}


.acc_img {
	max-width:350px;

}
.acc_txt {
	max-width:420px;

}
/*nagare*/
.nagare_box {
	padding:30px;
	background-color:#FFF;
	position:relative;
}
.r_boder_nagare {
	border-right:2px solid #F0EDE4;
	padding-right:30px;
}
.r_boder_nagare_wh {
    border-right: 2px solid #Fff;
    padding-right: 30px;
}
.bg_nagare_box {
	background-color: #F0EDE4;
}
.nagare_box_boder {
    border: 1px solid #6E3919;
    padding: 20px;
    border-radius: 20px;
}

h5.nagare_ti,h5.nagare_ti_nonum {
    padding: 0px 0 5px 50px;
    color: #6E3919;
    font-size: 2.5rem;
	letter-spacing:0.2em;
}
h5.nagare_ti span{
    font-size: 1.8rem;

}
h5.nagare_ti_2 {
    padding: 0px 0 5px 0px;
    color: #6E3919;
    font-size: 2.5rem;
	letter-spacing:0.2em;
}
h5.nagare_ti_s {
    padding: 0px 5px 0px 0px;
    color: #6E3919;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
}
h5.nagare_ti_s span{
    font-size: 1.5rem;
}
h5.nagare_ti_boder {
    padding: 0px 0 5px 0px;
    color: #6E3919;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
	border-bottom:2px solid #6E3919;
	margin-bottom:20px;
}
h5.howto_ti_center {
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
	letter-spacing:0.2em;
	width:80%;
	margin:0 auto 10px;
	background-color:#6E3919;
	text-align:center;
}
.naga_bg_1 {
	background:url(../image/nagare_1.png) no-repeat;
	background-size:40px;
}
.naga_bg_2 {
	background:url(../image/nagare_2.png) no-repeat;
	background-size:40px;
}
.naga_bg_3 {
	background:url(../image/nagare_3.png) no-repeat;
	background-size:40px;
}
.naga_bg_4 {
	background:url(../image/nagare_4.png) no-repeat;
	background-size:40px;
}
.naga_bg_5 {
	background:url(../image/nagare_5.png) no-repeat;
	background-size:40px;
}
.naga_bg_6 {
	background:url(../image/nagare_6.png) no-repeat;
	background-size:40px;
}
.naga_bg_7 {
	background:url(../image/nagare_7.png) no-repeat;
	background-size:40px;
}
.naga_bg_8 {
	background:url(../image/nagare_8.png) no-repeat;
	background-size:40px;
}
.naga_bg_9 {
	background:url(../image/nagare_9.png) no-repeat;
	background-size:40px;
}
.nagare_imgbox {
	width:70%;
	margin:20px auto 0;
}

h4.nagare_ti1 {
    padding: 10px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 25px;
    background-color: #F56450;
    color: #FFF;
    margin: 20px 0;
}
h4.nagare_ti2 {
    padding: 10px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 25px;
    background-color: #F0DC64;
    color:#6E3919;
    margin: 20px 0;
}
h4.nagare_ti1 span,h4.nagare_ti2 span{
    font-size: 1.6rem;

}
.nagare_arw{
	position:absolute;
	width:62px;
	right:0;
	left:0;
	bottom:-30px;
	margin:0 auto;
}
.nagare_arw2{
	position:absolute;
	width:62px;
	right:0;
	left:0;
	bottom:0px;
	margin:0 auto;
}
.nagare_arw img,.nagare_arw2 img{
	width:100%;
	height:auto;
}
ul.nagare_bt {
	max-width:340px;
	margin:80px auto;
}
ul.nagare_bt li a{
padding: 30px 0;
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 5px;
    background-color: #6E3919;
    color:#fff;
	display:block;
	border:3px solid #6E3919;
}
ul.nagare_bt li a:hover{
	transition:0.9s;
    background-color: #fff;
    color:#6E3919;

}

/*rec*/
.rec_title_img{
	max-width:470px;
	margin:0 auto;
}
.rec_h2 {
	color:#6E3919;
	    font-size: 4.5rem;
    letter-spacing: 0.2em;
	line-height:2em;
	padding-bottom:40px;
}
.rec_p {
	color:#6E3919;
	    font-size: 1.8rem;
    letter-spacing: 0.2em;
	line-height:2em;
	padding-bottom:40px;
}

table.rectb {
	width:100%;
	margin-bottom:80px;
}
table.rectb th {
	width:10em;
}
table.rectb th,table.rectb td {
	padding:15px 0;
	color:#6E3919;
	border-bottom:1px solid #E1DCD7;
	text-align:left;
	vertical-align: top;
}
ul.rec_nagare {

}
ul.rec_nagare li{
	    color: #6E3919;
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding: 5px 0 20px 60px;
	border-bottom:1px solid #E1DCD7;
	margin-bottom:10px;
}
ul.rec_nagare li span{

    font-size: 1.4rem;

}
ul.rec_nagare li.rec_bg1 {
	background:url(../image/rec_num_1.png) no-repeat;
	background-size:40px;
}
ul.rec_nagare li.rec_bg2 {
	background:url(../image/rec_num_2.png) no-repeat;
	background-size:40px;
}
ul.rec_nagare li.rec_bg3 {
	background:url(../image/rec_num_3.png) no-repeat;
	background-size:40px;
}
ul.rec_nagare li.rec_bg4 {
	background:url(../image/rec_num_4.png) no-repeat;
	background-size:40px;
}
ul.rec_nagare li.rec_bg5 {
	background:url(../image/rec_num_5.png) no-repeat;
	background-size:40px;
}
ul.rec_nagare li.rec_bg6 {
	background:url(../image/rec_num_6.png) no-repeat;
	background-size:40px;
}

@media screen and (max-width: 900px){
	.news_txt_box {
		width: 70%;
}
	.content1024_top_ac {
    padding: 50px 0 0px 0;

}
	.top_mov {
    margin: 0 auto 320px;
}
	.acc_txt {
    max-width: 45%;
}
.acc_img {
    max-width: 50%;
}
	.top_ac_position h4.nolink,.top_ac_position h4.link {
    left: -100px;

}
.mb_90ipd0 {
	margin-bottom:0px;
}
.main_top {
    top: 200px;
}
.news_top {
    position: absolute;
    bottom: -140px;
    right: 0;
    max-width: 510px;
    width: 70%;
    background-color: #6E3919;
    padding: 32px 40px;
}
.top_event_open {
    max-width: 80%;
}
.top_event_open_ti {
    width: 400px;
    bottom: -60px;
    right: -20%;
}
.pb_120_top_dada_about {
    padding-bottom: 60px;
}
.top_dada_title {
    font-size: 3rem;
}
.mb_90 {
    margin-bottom: 40px;
}
.stf_top_box {

    padding-bottom: 40px;
}
}


.seko_img_h{
	max-height: 185px;
	overflow: hidden;
}
@media screen and (max-width: 767px){
table.rectb th,table.rectb td{
	display: block;
  width: 100%;
}

}
@media screen and (max-width: 800px){
.seko_img_h {
    max-height: 135px;
    overflow: hidden;
}
}
/*comp*/
.founder{
	max-width:300px;
	margin:20px auto 30px;
}
.founderTxt{
	text-align:center;
	font-size: 2.8rem;
    letter-spacing: 0.2em;
	padding-bottom:60px;
	color:#6E3919;
}
.founderTxt span{

	font-size: 2rem;


}

.founderTi_s{

	font-size: 2rem;
    letter-spacing: 0.2em;
	padding-bottom:10px;
	color:#6E3919;
}




/*works*/
.works_tb_h5 {
	color:#6E3919;
	background-color:#F0EDE4;
	padding:10px 0 10px 15px;
	margin:0 0 10px 0;
}
.works_tb_h4 {
	color:#6E3919;
	font-size:1.8rem;
	padding:0px 0 15px 0px;
}

.works_title_box {
    position: absolute;
    right: 20px;
    bottom: -32px;
    width: 210px;
    padding: 20px ;
    background-color: #6E3919;
    text-align: center;
}
.works_title_box h2{
	font-size: 1.4rem;
	color:#FFF;
	font-weight:400;
	letter-spacing:0.2em;
	padding-bottom:10px;
}
.cat_txt {
	padding:10px 0 0 10px;
	color:#6E3919;
	font-size: 1.2rem;
}
.gmap{
	max-width:712px;
}
.Box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
	margin-top:60px;
}
.Box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Box2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
	margin-top:0px;
}
.Box2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work_co_box {
	width:90%;
	margin:90px auto ;
}
.worksImg {
	position:relative;
	padding:0;
	margin-bottom:70px;

}
.prfImg {
    padding: 0;
}
.works_ti_box {
	position:absolute;
	bottom:-30px;
	left:5%;
	background-color:#FFF;
	text-align:center;
	padding:30px;
	width:40%;

}
.works_ti_box h5{
	text-align:center;
	border-bottom:2px solid #6E3919;
	display:inline-block;
	color:#6E3919;
	padding-bottom:20px;
	font-size: 1.5rem;
}
.l_box {
	width:35%;
	float:left;
	margin-left:5%;
	margin-right:5%;
}
.r_box {
	width:50%;
	float:left;
	margin-right:5%;
}
.r_box p{
	text-align:justify;
	color:#7C2B03;
	line-height:2;
	letter-spacing:0.07em;
}
.r_box h5 {
	letter-spacing:0.1em;
}
ul.m_txt {
}
ul.m_txt li{
	color:#7C2B03;
	padding-bottom:5px;
	font-weight:400;
}
ul.m_txt li.tag_ind{
padding-left:3.3em;
text-indent:-3.3em;
}
.pick_up_box {
	width:100%;
	margin:0px auto 60px;
}
.pick_up_box h2 {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    color: #6B3818;
    letter-spacing: 0.2em;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.line_img {
	width:30px;
	height:auto;
	padding:5px 6px 0 0;
}
@media screen and (max-width: 767px){

}

.post {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
@media screen and (max-width: 1200px){
	.post {
    height: 240px;
}
}
@media screen and (max-width: 1100px){
	.post {
    height: 220px;
}
.main_top {
top: 190px;
}
.top_event_open_ti {
    right: -20%;
}
}
@media screen and (max-width: 1025px){
	.post {
    height: 200px;
}
.works_title_box {
    right: 20px;
    bottom: -32px;
    width: 180px;
    padding: 18px;
}
}
@media screen and (max-width: 900px){
	.content1024_top_ac {
    padding: 50px 0 0px 0;

}
	.acc_txt {
    max-width: 45%;
}
.acc_img {
    max-width: 50%;
}
	.top_ac_position h4.nolink,.top_ac_position h4.link {
    left: -100px;

}
.mb_90ipd0 {
	margin-bottom:0px;
}
.main_top {
    top: 160px;
}
.news_top {
    position: absolute;
    bottom: -140px;
    right: 0;
    max-width: 510px;
    width: 70%;
    background-color: #6E3919;
    padding: 32px 40px;
}
.top_event_open {
    max-width: 80%;
}
.top_event_open_ti {
    width: 400px;
    bottom: -60px;
    right: -20%;
}
.pb_120_top_dada_about {
    padding-bottom: 60px;
}
.top_dada_title {
    font-size: 3rem;
}
.mb_90 {
    margin-bottom: 40px;
}
.stf_top_box {

    padding-bottom: 40px;
}
.flex_22 {
    width: 30%;
}
.flex_20 {
    width: 22%;
}
.copy {
    text-align:center;
}
}

@media screen and (max-width: 1080px){

.flex_33 {
    width: 49%;

}

}

@media screen and (max-width: 800px){
	.post {
    height: 250px;
}

h5.nagare_ti, h5.nagare_ti_nonum {
    padding: 0px 0 5px 40px;
    color: #6E3919;
    font-size: 2rem;
    letter-spacing: 0.2em;
}
.naga_bg_1,.naga_bg_2,.naga_bg_3,.naga_bg_4,.naga_bg_5,.naga_bg_6,.naga_bg_7,.naga_bg_8,.naga_bg_9 {
	background-size:30px;
}
h5.howto_ti_center {
    padding: 5px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    width: 100%;
    margin: 0 auto 10px;
    background-color: #6E3919;
    text-align: center;
}

}

.map_sBox{
	width:80%;
}
.wp_ftbt{
	width:100%;
}
.wp_ftbt_fix{
	width:100%;
	position: fixed;
	bottom: 0;
}
@media screen and (max-width: 599px){
	#footer .inner_po {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0 140px 0;
}
    .mgl_20 {
    margin-left: 0%;
}
.flex_25ft {
    width: 100%;
    margin-left: 0%;
}
    
	.founderTi_s {
    font-size: 1.8rem;
    padding-bottom: 10px;

}
	#single_profArea {
    max-width: 80%;
    margin: 120px auto 80px;
}
	h5.howto_ti_center {
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
	letter-spacing:0.2em;
	width:80%;
	margin:0 auto 10px;
	background-color:#6E3919;
	text-align:center;
}
	.acc_txt,.acc_img {
    max-width: 100%;
}
.acc_img {
	padding-bottom:20px;
}
	.map_sBox{
	width:100%;
}
	.work_co_box {
    margin: 40px auto;
}
	.pick_up_box h2 {
    font-size: 2rem;
}
	.top_ac_position h4.nolink {
    top: 0;
    left: -50px;
    width: 330px;
}
.top_ac_position h4.link {
    top: 0;
    left: -50px;
    width: 330px;
}
	.top_ac_position {
    padding-top: 140px;
    padding-bottom: 40px;
}
	.section_bghf {
		background-color:#F0EDE4;
}
	.stf_top_box p {
		font-size:1.3rem;
}
	.menuSns ul li {
    width: 17%;
}
	.pb_80 {
    padding-bottom: 40px;
}
	.op_boderbox_title {
    font-size: 2rem;
    line-height: 1.7;
}
	.section_opbg {
    background-size: 220%;
	padding-bottom: 40px;
}
	.op_obi_box {
    padding: 40px 20px;
}
	h3.openhouse_logo {
    width: 84%;
}
	.Box {
    margin-bottom: 20px;
    margin-top: 30px;
}
	.content1024_top_ac {
    padding: 40px 0 40px 0;
}
	.acc_txt p{
		text-align:justify;
		padding:0px 0 0 0;
}
	.flex_33_2 {
    width: 100%;
	padding-bottom: 10px;
}
	.stfImg {
    margin: 0 auto;
	    width: 142px;
    height: 142px;
}
.stf_top_box {
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0 auto;
    width: 100%;
}


	.top_dada_title {
    font-size: 2rem;
    padding-bottom: 25px;
}


	.pb_120_top_dada_about {
	padding-bottom:30px;
}
	.flex_news_img {
    width: 35%;
    margin-right: 5%;
}
.flex_news_txt {
    width: 60%;
}
	.ie_50_box {
    padding-bottom: 40px;
}
	#loader {
    left: 70%;
}
.news_top {
    width: 90%;
    padding: 20px;
	bottom: -90px;
}
h4.top_news_event {
    font-size: 1.6rem;
}
.news_top p a {
    font-size: 1.2rem;
}
.main_top {
    top: 130px;
    width: 70%;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
h3.iezukuri_logo {
    width: 202px;
    top: -54px;
}
.top_mov {
margin: 0 auto 190px;
}
.pt_180 {padding-top: 80px;
}
h5.iezukuri_h5 {
    font-size: 1.4rem;
    border-bottom: 2px solid #6E3919;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}
h3.iezukuri_h3 {
    font-size: 1.9rem;
    padding-bottom: 30px;
}
.center_box {
    padding-top: 15px;
}
.section_bgc {
    padding-bottom: 50px;
}
.top_event_open {
    max-width: 80%;
}
.top_event_open_ti h3 {
    font-size: 1.4rem;
}
.top_event_open_ti h3 span {
    font-size: 1.7rem;
}
.top_event_open_ti {
width: 300px;
    bottom: -160px;
    right: -18%;
    padding: 60px 0 20px 0;
}
.pb_120_top_openhouse {
    padding-bottom: 210px;
}

.h3_size_ss {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
	text-align:justify;
}
.section_ie {
    padding-bottom: 80px;
    margin-top: 150px;
}
.flex_12_ft {
    width: 100%;
	margin:0 auto 30px;
	text-align:center;
}
.flex_12_ft img{
    width: 40%;
	height:auto;
	text-align:center;
}
.flex_50_ft,.flex_60_ft {
    width: 100%;
}
.flex_22 {
    width: 90%;
	margin:0 auto;
}
.flex_33 {
    width: 90%;
    margin: 0 auto 80px;
}
.flex_30 {
    width: 100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #6E3919;
}
.flex_30_topStaff {
	width:50%;
	margin-bottom:30px;
}
.flex_30_top_event {
	width:30%;
}
.flex_60_top_event {
    width: 65%;
}
.ad_box h5{
	text-align:center;
}
.ad_box p{
	text-align:center;
	font-size: 1.2rem;
}
.foot_bt1,.foot_bt2 {
	display:none;
}
.foll_h5 {
padding: 0 38%;
}
.ft_p_txt {
	display:none;
}
.copy {
    text-align: center;
}
.worksWrap {
	display:block;
}
.works_title_box {
    right: -25px;
    bottom: -40px;
	padding: 25px 25px;
	width: 230px;
}

.top_cont_title {
    padding-bottom: 35px;
    font-size: 2.2rem;
}
.pt_80 {
    padding-top: 40px;
}
.mb_90 {
    margin-bottom: 40px;
}
.post_seko_l {
	float:left;
	width:38%;
	margin-right:5%;
}
.post_seko_r {
	float:right;
	width:57%;
	padding-top:1em;
}
.post_seko_r p{
	font-size:1.3rem;
}
.top_dadacp_box {
    width: 100%;
    padding-bottom: 20px;
}
.top_dadaimg_box {
    width: 70%;
    padding-bottom: 60px;
	margin:0 auto;
}
.sp_width_100 {
	width:100%;
	max-width:100%;
}
.sp_width_80 {
	width:80%;
}
.sp_float_no {
	float:none;
}
.sp_dblock {
	display:block;
}
#single_workArea {
    margin: 60px auto 0;
}
.works_ti_box {
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
    width: 80%;
}
.works_ti_box h5 {
    font-size: 1.8rem;
}
.l_box {
    width: 80%;
    float: none;
	margin:0 auto 30px;
	padding-bottom:30px;
	border-bottom:1px solid #E1DCD7;
}
.r_box {
    width: 80%;
    float: none;
	margin:0 auto 30px;
}
#tab_area {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cat_txt {
    padding: 10px 0 0 0px;
	font-size:1.3rem;
}
#panel-2-ctrl:checked ~ #panels #panel-2 .main {
    padding: 0px 0px;
}
}




/* add for works */
.pickup_random .rand_show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pickup_random .rand_show .single_works {
	width: 32%;
}

.pickup_random .rand_show .single_works a {
	display: flex;
	color: #6B3818;
}

.pickup_random .rand_show .single_works a .image_area {
	width: 50%;
	    max-height: 100px;
    overflow: hidden;
}

.pickup_random .rand_show .single_works a .image_area img {
	width: 100%;
}

.pickup_random .rand_show .single_works a .title_area {
	width: 50%;
	background-color: #F0EDE4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.pickup_random .rand_show .single_works a .title_area h2 {
	overflow: hidden;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
}


.work_box {
	margin-bottom:30px;
	border-bottom:1px solid #F0EDE4;
	padding-bottom:30px;

}
.work_box a{
	color:#6B3818;

}
.caption h5{
	font-size:1.6rem;
	padding-bottom:10px;

}
.project_Img {
	float:left;
	max-width:180px;
	margin-right:20px;

}
.newsTag span.redNEWS {
	font-size:1.1rem;
	background-color:#F0EDE4;
	padding:2px 5px;
	text-align:center;
}
.newsTag {
	padding-bottom:10px;
}
.ttl {
	font-size:1.5rem;
	font-weight:400;
}
.dateNews{
	color:#6B3818;
}
.ttlNews{
	font-size:1.7rem;
	font-weight:600;
	color:#6B3818;
	padding:30px 0;
}

.newsImg {
	padding-bottom:80px;
}

.seko_h2 {
	font-size:2.5rem;
	text-align:center;
	color:#6B3818;
	padding-bottom:30px;
}
.proj_r_box {
	background-color:#F0EDE4;
	padding:20px;
	margin-bottom:30px;

}
.proTag p{
	font-size:1.3rem;
	color:#6B3818;
	padding-bottom:10px;
}
.proj_title {
	font-size:1.8rem;
	color:#6B3818;
	padding:20px 0;
}

.entrytxt img {
	max-width:350px;
	height:auto;
}

ul.cat_back {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	margin-bottom:60px;
}
ul.cat_back li{
	width:13em;
    font-size: 0.9em;
    background: url(../image/dada_tri_down.png) center right no-repeat;
    background-size: 25px;
	text-align:center;
	margin:0 5px;
	border-bottom:1px solid #6B3818;
}
ul.cat_back li.cat_bc_bt2{
    background:none;
}
ul.cat_back li a{
	display:block;
	padding: 15px 0;
	color: #6B3818;
}
ul.cat_back2 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	margin-bottom:10px;
}
ul.cat_back2 li{
	width:13em;
    font-size: 0.9em;
    background: url(../image/dada_tri_down.png) center right no-repeat;
    background-size: 25px;
	text-align:center;
	margin:0 5px;
	border-bottom:1px solid #6B3818;
	display:block;
	padding: 15px 0;
	color: #6B3818;
}
ul.cat_back li.nobg{
    background:none;
}
.news_cat_list {
	padding-bottom:80px;
}
ul.news-lists {
}
ul.news-lists {
  display: flex;
  justify-content: space-between;
}
ul.news-lists li {
  flex-grow: 1;
  text-align: center;
}
ul.news-lists li + li {
  border-left: 1px solid #6B3818;
}

ul.news-lists li a{
	color: #6B3818;
	margin:0 0 0 0;
	font-size:1.2rem;
	padding:0 0 0 0;
}
ul.news-lists li a:hover{
	opacity:0.7;
}
.float_l_sp {
    float: left;
}
.float_r_sp {
    float: right;
}
.box_w35_sp {
    width: 35%;
}
.box_w60_sp {
    width: 60%;
}
.box_w30_sp {
    width: 30%;
}
.box_w50_sp {
    width: 50%;
}
.box_w65_sp {
    width: 65%;
}
.box_w40_sp {
    width: 40%;
}
.entrytxt a{
	text-decoration:underline;
	color:#6B3818;
}
.entrytxt a:hover{
	text-decoration:none;
	opacity:0.7;
	transition:0.9s;
}


.stf_sImg {
    position: relative;
    padding: 0;
    margin-bottom: 70px;
}
.bod_r {
	border-radius:5px;
}

.sakuhin_size {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2;
    padding-bottom: 20px;
    font-weight: 400;
}
.projTag {
		font-size:1.3rem;
		padding-bottom:5px;
	}

@media screen and (max-width: 800px){
.pickup_random .rand_show .single_works a .image_area {

    max-height: 80px;
   }
}

@media screen and (max-width: 599px){
	.section_monogatari {
	
	margin-top:150px;
}	.section_monogatari_w {
	padding: 80px 0 40px 0;
}
	.pickup_random .rand_show .single_works a .image_area {

    max-height: 120px;
   }

	.news_txt_box {
    width: 62%;
}
	ul.news-lists li {
		width:50%;
}
ul.news-lists li + li {
    border-left: none;
}

	.projTag {
		font-size:1.3rem;
		padding-bottom:5px;
	}

	.project_Img {
    max-width: 140px;
    margin-right: 20px;
	margin-bottom:20px;
}
	.size2 {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
}

	.stf_sImg {
    margin-bottom: 60px;
}
.sakuhin_size {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}
	h5.nagare_ti, h5.nagare_ti_nonum {
    padding: 0px 0 5px 50px;
    font-size: 2.5rem;
}
.naga_bg_1 {
	background:url(../image/nagare_1.png) no-repeat;
	background-size:40px;
}
.naga_bg_2 {
	background:url(../image/nagare_2.png) no-repeat;
	background-size:40px;
}
.naga_bg_3 {
	background:url(../image/nagare_3.png) no-repeat;
	background-size:40px;
}
.naga_bg_4 {
	background:url(../image/nagare_4.png) no-repeat;
	background-size:40px;
}
.naga_bg_5 {
	background:url(../image/nagare_5.png) no-repeat;
	background-size:40px;
}
.naga_bg_6 {
	background:url(../image/nagare_6.png) no-repeat;
	background-size:40px;
}
.naga_bg_7 {
	background:url(../image/nagare_7.png) no-repeat;
	background-size:40px;
}
.naga_bg_8 {
	background:url(../image/nagare_8.png) no-repeat;
	background-size:40px;
}
.naga_bg_9 {
	background:url(../image/nagare_9.png) no-repeat;
	background-size:40px;
}
	.mCloseBtn {
    width: 100px;

}
	.menuSns {
    padding-left: 30px;
}
	.ttl {
    font-size: 1.3rem;
    font-weight: 400;
}
.work_box {
    padding-bottom: 0px;
}
	.worksImg {
    margin-bottom: 110px;
}
	.main ul li  {
		margin-right:0;
}
.main ul li a{
	padding:0 18px 3px 18px;
	display:block;
}
	.newsImg {
    padding-bottom: 40px;
}
	.dada_ie_ul {
	width:100%;
	margin-bottom:10px;
}
.dada_ie_ul p{
	font-size:2rem;
	font-weight:500;
}

.dada_ie_ul p a{
	padding:30px 0 30px 0;
	display:block;
	color:#6E3919;
	text-align:center;
}

	.menuList ul.menuUl {
    padding: 15px 0 0 35px;
}
	.flex_30_mg15 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
}
	ul.rec_nagare li {
    font-size: 1.8rem;
}
	.h3_size {
    font-size: 1.9rem;
    padding-bottom: 10px;
}

	.section_rec {
    padding: 50px 0;
}
.rec_title_img {
    max-width: 250px;
}
.howto_logo {
    font-size: 2.6rem;
    padding-top: 50px;
}
.rec_h2 {
    font-size: 2.2rem;
    padding-bottom: 10px;
}
.rec_p {
    font-size: 1.4rem;
    padding-bottom: 40px;
	text-align:justify;
}
	.size2-4 {
    font-size: 1.8rem;

}
.section_ie_2 {

    padding-bottom: 40px;
    padding-top: 40px;
}
.section_ie_white {
    padding-bottom: 40px;
    padding-top: 40px;
}
	#sideMenu {
    width: 90%;

}
	h5.nagare_ti_nonum {
    padding: 0px 0 5px 0px;
}
	.r_boder_nagare {
    border-right:none;
	border-bottom:2px solid #F0EDE4;
    padding-right: 0;
	padding-bottom:20px;
	margin-bottom:20px;
}
.left_boder_mg {
    border-left: none;
    padding-left: 0;
	border-top: 2px solid #fff;
    padding-top: 20px;
	margin-top:20px;
}
.box_w35_sp,.box_w60_sp,.box_w40_sp,.box_w30_sp,.box_w65_sp,.box_w50_sp {
    width: 100%;
}
	.post {
    height: 220px;
}
.pickup_random .rand_show .single_works {
    width: 100%;
	margin-bottom:7px;
}
.contents_title h2 {
    font-size: 2.8rem;
}
.contents_title {
    padding: 120px 0 20px 0;
}
.pb_60 {
    padding-bottom: 30px;
}
.ptpb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
}
table.rectb th {
    padding: 15px 0 0 0;
    color: #6E3919;
    border-bottom: none;
}
table.rectb td {
    padding: 5px 0 15px 0;
	text-align:justify;
}
table.rectb {
    margin-bottom: 40px;
}
ul.nomal_bt2 {
    margin: 0 auto 60px;
}
.contents_title530 {
	width:80%;
    padding: 100px 0 30px 0;
}
.section_nagare_bgon {
    padding-bottom: 22px;
    padding-top: 22px;
}
.float_l_sp,.float_r_sp {
    float: none;
}
.sp_img_s {
		width:90%;
		margin:0 auto;
		padding-bottom:20px;
	}
	.boder_t_white {
    margin-bottom: 10px;
}
}

.inp_mb10{
    margin-bottom: 10px;
}

@media screen and (max-width: 340px){
ul#tabs-list li label.panel-label {
    font-size: 0.8em;
    background-size: 20px;
}
.main ul li a {
   font-size: 1.2rem;
}
.works_title_box {
    bottom: -20px;
    width: 190px;
}
.post {
    height: 200px;
}
.flex_33 {
    margin: 0 auto 60px;
}
.works_title_box h2 {
    font-size: 1.3rem;
}
.s_size_txt {
    font-size: 1.0rem;
}
.cat_txt {
    padding: 10px 0 0 0px;
    font-size: 1.2rem;
}
}