@charset "utf-8";
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
min-width: 1080px;
font-size: 1.6rem;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
a:active {
color: #999999;
text-decoration: none;
}
@media (any-hover) {
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
}

a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: inherit!important;
}
.sp {
display: none!important;
}
#wrapper {
overflow: hidden;
padding-top: 120px;
}
/*--HEADER-------------*/
header {
    width: 100%;
    height: 122px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
}
header .inner {
width: 96%;
margin-right: auto;
margin-left: auto;
height: 100%;
padding-top: 43px;
}
header a {
text-decoration: none;
}
header h1#header_logo {
float: right;
width: 300px;
transition: .3s;
position: relative;
z-index: 100
}
header #header_logo.scrolled {
width: 224px;
}
header h1 img{
width: 100%;
height: auto
}


/*SP NAV*/
#panel-btn{
  display: inline-block;
  position: fixed;
  width: 54px;
  height: 54px;
  margin: 5px 0 10px;
  left: 40px;
  top: 17px;
  z-index: 9999999;
animation-duration: 2s;
cursor: pointer;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  width: 40px;
  height: 6px;
  margin: -3px 0 0 0px;
  background: #000;
  transition: .2s;
  border-radius: 3px;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 6px;
  background: #000;
  transition: .3s;
  border-radius: 3px;
}
#panel-btn-icon:before{
  margin-top: -17px;
}
#panel-btn-icon:after{
  margin-top: 12px;
  width: 27px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
  width: 40px;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel_label{
  position: absolute;
  bottom: -15px;
  font-size: 1.1rem;
}

/*--NAVIGATION-------------*/
#gnav {
display: none;
clear: both;
background-color: #EBE7E1;
width: 100%;
height: 100vh;
position: fixed;
left: 0;
top: 0;
z-index: 50;
}
#gnav .gnav_inner {
width: 800px;
height: 590px;
margin-right: auto;
margin-left: auto;
background-color: #FFF;
position: relative;
margin-top: calc(calc(100vh - 590px) / 2);
border-radius: 80px;
}
#gnav .gnav_inner .inner {
padding: 100px 150px;
}
#gnav ul.nav_main {
    font-size: 2.8rem;
    font-weight: 600;
    float: left;
    border-right: 1px solid #000000;
    padding-right: 1.5em;
    margin-right: 1.5em;
    line-height: 2;
}
#gnav ul.nav_sub {
float: left;
line-height: 1.3
}
#gnav ul.nav_sub .heading{
font-size: 2.8rem;
font-weight: 600;
}
#gnav ul.nav_sub li {
margin-bottom: 1.3em
}
#gnav ul li a {}
#gnav ul li a:hover {}
#gnav .nav_ill{
position: absolute;
right: -240px;
bottom: -100px;
}


/*--MAINVIS-------------*/
#mainVis {
    height: calc(100vh - 120px);
    background-image: url(../../images/mv.jpg);
    background-size: cover;
    background-position: center center;
    position: relative
}
#mainVis .mv_copy{
    position: absolute;
    left: 0;
    bottom: 0;
}

/*--INDEX_OUTLINE-------------*/
#index_outline{
    background-image: url(../../images/index_outline_bg.svg);
    background-size: cover;
    background-position: center top;
    position: relative
}
#index_outline .txt{
padding: 30px 80px;
min-height: 405px;
font-size: 2.4rem;
font-weight: 600;
line-height: 2.8;
position: relative;
z-index: 10
}
#index_outline .ill{
position: absolute;
top: -30px;
right: -40px;
}

/*--INDEX_STEP-------------*/
#index_step{
    background-color: #F7F7F7;
    padding-top: 130px;
    padding-bottom: 100px;
}
#index_step .ttl.sectTit {
  position: relative;
  text-align: center;
 font-size: 3.7rem;
 font-weight: 600;
  line-height: 1.3;
  margin-bottom: 70px;
}
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.sectTit:before {
  transform: rotate(-35deg);
}
.sectTit:after {
  transform: rotate(35deg);
}
#index_step ul.step_list{
width: 1080px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-evenly;
}
#index_step ul.step_list li{
width: 300px;
}
#index_step ul.step_list li .label{
text-align: center
}
#index_step ul.step_list li .ill{
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
#index_step ul.step_list li .ttl_sub{
text-align: center;
font-size: 2.2rem;
font-weight: 600;
margin-bottom: 40px;
}

/*--BTN_BLK-------------*/
.btn_blk{
text-align: center;
padding-top: 30px;
padding-bottom: 90px;
}
.btn_blk a{
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 210px;
line-height: 1;
background-color: #000;
color: #FFF;
text-decoration: none;
font-weight: 1.5rem;
font-weight: 600;
padding: 10px;
}
.btn_blk a:hover{
background-color: #585858;
}
.btn_blk.trans a{
    background-color: rgba(0,0,0,0.00);
    color: #000;
    border: 1px solid rgba(0,0,0,1.00);
}
.btn_blk.trans a:hover{
background-color: #000;
color: #FFF;
}

/*--INDEX_RENOVATION-------------*/
#index_renovation{
    background-color: #EBE7E1;
    padding-top: 130px;
    padding-bottom: 170px;
    position: relative
}
#index_renovation .inner{
width: 910px;
margin-left: auto;
margin-right: auto
}
#index_renovation .ttl_main{
    font-size: 5.2rem;
    font-weight: 600;
    background-image: url(../../images/index_renovation_ttl_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: -55px;
    width: 100%;
    padding-top: 0.3em
}

/*--ITEM_LIST-------------*/
ul.item_list{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
ul.item_list li{
width: 270px;
margin-bottom: 60px;
}
ul.item_list li .ph{
background-color: #FFF;
padding: 6px;
margin-bottom: 10px;
position: relative
}
ul.item_list li .ph .label{
position: absolute;
left: 15px;
top:15px;
font-size: 1.6rem;
font-weight: 600;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 100px;
background-color: #000;
color: #FFF;
z-index: 9
}
ul.item_list li .ph .label.chuko{
background-color: #FF4B4B;
}
ul.item_list li .ph .label.tenpo{
background-color: #FF824B;
}

ul.item_list li .ph img{
width: 258px;
height: 258px;
object-fit: cover
}
ul.item_list li .thum{
margin-bottom: 10px;
}
ul.item_list li .thum img{
width: 270px;
height: 270px;
object-fit: cover
}
ul.item_list li .ttl_sub{
font-size: 2.0rem;
font-weight: 600;
line-height: 1.3;
margin-bottom: 25px;
}

ul.item_list li ul{
width: 100%;
font-size: 1.4rem
}
ul.tag_round li{
    width: auto;
    margin-bottom: 5px;
    float: left;
    background-color: #FFF;
    border-radius: 100px;
    border: 1px solid #000000;
    line-height: 1;
    margin-right: 0.5em;
}
ul.tag_round li a{
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block
}
.cate_label{
    margin-bottom: 5px;
    float: left;
    background-color: #000;
    border-radius: 100px;
    border: 1px solid #000000;
    line-height: 1;
    margin-right: 0.5em;
    color: #FFF;
    padding: 4px 10px;
    font-size: 1.4rem
}
.cate_label a{
    color: #FFF;
    text-decoration: none;
}


#index_renovation .bx_w{
background-color: #FFF;
display: flex;
padding: 80px 170px;
border-radius: 300px;
}
#index_renovation .bx_w .nav_bx{
width: 50%;
}
#index_renovation .bx_w .nav_bx .ttl{
    font-size: 5.2rem;
    font-weight: 600;
    text-align: center
}
#index_renovation .bx_w .nav_bx .btn_blk{
  padding-bottom: 10px!important;
}


/*--INDEX_LOCAL_BUILDER-------------*/
#index_local_builder{
    background-color: #DDD6CC;
    padding-top: 130px;
    position: relative
}
#index_local_builder .inner{
width: 910px;
margin-left: auto;
margin-right: auto
}
#index_local_builder .ttl_main{
    font-size: 5.2rem;
    font-weight: 600;
    background-image: url(../../images/iindex_local_builder_ttl_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: -55px;
    width: 100%;
    line-height: 1.2;
     padding-top: 0.3em
}
#index_local_builder .ttl_main span{
 font-size: 3.5rem;
}

/*--INDEX_PLAN-------------*/
#index_plan{
    background-color: #DDD6CC;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    background-image: url(../../images/index_plan_bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
#index_plan .inner{
width: 910px;
margin-left: auto;
margin-right: auto
}
#index_plan .ttl_main{
writing-mode: vertical-rl;
font-size: 5.2rem;
font-weight: 600;
position: absolute;
left: 20px;
top: 50px;
}
#index_plan .ttl_main span{
font-size: 2.5rem;
padding-top: 1em
}
#index_plan .ttl_main span i{
font-style: normal;
transform: rotate(-90deg);
display: inline-block
}

/*--FOOTER-------------*/
footer {
background-color: #C1BEB9;
clear: both;
padding-top: 63px;
padding-bottom: 150px;
}
footer .inner {
width: 90%;
margin-right: auto;
margin-left: auto;
}
footer .logo {
float: left;
margin-right: 70px;
}
footer .logo img{
width: 250px;
height: auto
}
footer ul {
float: left;
margin-right: 70px;
}
footer li {
margin-bottom:10px;
}
footer li a{
text-decoration: none;
}
footer ul.bnr {
    border-left: 1px solid #000000;
}
footer ul.bnr li{
    padding-left: 30px;
}


/*--SUB_PAGE-------------*/
#directry_path{
width: 95%;
margin-left: auto;
margin-right: auto;
font-size: 1.4rem;
padding-top: 1em;
padding-bottom: 130px;
color: #8D8D8D;
z-index: 999;
position: relative;
}
#directry_path ul{}
#directry_path ul li{
float: left
}
#directry_path ul li a{
padding-left: 0.3em;
padding-right: 0.3em;
color: #8D8D8D
}
#directry_path ul li br{
display:  none
}


/*--CONTENTS_CATEGORy_LIST-------------*/
#contents_cat_list {
width: 910px;
margin-right: auto;
margin-left: auto;
}
h2.catTit{
text-align: center;
font-size: 4.0rem;
font-weight: 600;
margin-bottom: 1em
}
h3.tag_name{
text-align: center;
font-size: 2.9rem;
font-weight: 600;
margin-bottom: 1em
}
ul.nav_categoy{
text-align: center;
margin-bottom: 4em;
font-weight: 600;
}
ul.nav_categoy li{
    display: inline-block;
    font-size: 1.9rem;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1;
    border-right: 1px solid #000000;
}
ul.nav_categoy li:last-child{
    border-right: none;
}
ul.nav_categoy li a{
    text-decoration: none
}

/*--SELL-------------*/
.txt_sell {
text-align: center;
font-size: 1.8rem;
font-weight: 600;
line-height: 2.8
}
.txt_sell p{
padding-bottom: 1.5em
}


/*--SINGLE_work-------------*/
#single_work{
width: 100%;
position: relative
}
#single_cont_header{
width: 410px;
left: calc(calc(100vw - 1100px)/2);
top: 0;
position: absolute
}
#single_cont_header .num{
font-size: 2.5rem;
font-weight: 600
}
#single_cont_header .ttl{
font-size: 3.4rem;
font-weight: 600;
margin-bottom: 1em;
line-height: 1.6
}
#single_cont_header .bulder{
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 1em
}
#single_photo{
width: calc(100vw - calc(calc(calc(100vw - 1100px)/2) + 530px));
float: right
}
#single_photo img{
width: 100%;
height: auto;
margin-bottom: 1em
}
#single_cont_txt{
width: 410px;
margin-left: calc(calc(100vw - 1100px)/2);
float: left;
margin-top: 490px;
}

.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.ac_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border-bottom: solid 1px #707070;
padding: 0.5em;
margin-bottom: 1em;
display: block;
color: #333;
font-weight: bold;
text-align: center;
font-size: 2.0rem
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.1em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.ac_content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .ac_content {
max-height: 1000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.ac_content .data{
margin-bottom: 1.5em
}

#bulder_index{
background-color: #F7F7F7;
padding: 60px;
position: relative
}
#bulder_index .bi_header{
width: 340px;
float: left;
line-height: 1.8;
margin-right: 80px;
}
#bulder_index .bi_header .ttl{
font-family: "futura","arial unicode ms",sans-serif;
font-size: 4.1rem;
font-weight: 700;
color: #ACA399;
margin-bottom: 0.5em
}
#bulder_index .bi_header .thum{
margin-bottom: 0.5em
}
#bulder_index .bi_header .thum img{
width: 100%;
height: auto
}
#bulder_index ul.item_list{
float: left
}
#bulder_index ul.item_list li{
margin-right: 30px;
}
#bulder_index .btn_more{
position: absolute;
right: 30px;
bottom: 60px;
}

ul.related-posts{
float: left
}
li.related-post.extended_view, li.related_du-post.extended_view {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  width: auto!important;
  min-height: 20px;
  margin: 0 20px 10px 0!important;
  padding: 0;
  cursor: pointer;
}
ul.related-posts li{
background-color: #FFF;
  padding: 6px!important;
  margin-bottom: 10px;
  position: relative;
}
ul.related-posts img{
width: 258px;
height: 258px;
object-fit: cover;
}
.extended_view span.related-post-title, .extended_view span.related_du-post-title {
  font-size: 1.6rem!important;
  position: relative!important;
  width: 258px!important;
  overflow: hidden;
  background-color: #444;
  background: rgba(0, 0, 0, 0)!important;
  color: #2b2b2b!important;
  text-align: left!important;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  bottom: 0;
  left: 0;
  height: auto;
  line-height: 1.3!important;
  display: block;
  font-weight: 600;
  margin-bottom: 8px!important;
  margin-top: 8px!important;
}


.house_data{
    margin-top: 60px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.floor_fig{
position: relative
}
.floor_fig .ico_zoom{
position: absolute;
right: 10px;
top: 10px;
z-index: 10;
}
.floor_fig .floor img{
width: 100%;
height: auto
}

/*--CONTENTS_ABOUT-------------*/
.contents_about {
width: 690px;
margin-left: auto;
margin-right: auto;
font-size: 1.8rem;
font-weight: 600;
line-height: 2.8;
margin-bottom: 120px;
}
.contents_about.wide {
width: 860px;
}
.contents_about .notice{
margin-top: 1.5em;
font-weight: 500;
}
.contents_about .img_ph{
width: 560px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 60px;
}
.contents_about .img_ph img{
width: 100%;
height: auto
}
.contents_about .img_ph_left{
width: 460px;
float: left;
padding-top: 60px;
}
.contents_about .img_ph_left img{
width: 100%;
height: auto
}
.contents_about .txt_right{
width: 320px;
float: right
}
.contents_about .txt_right .ttl{
text-align: center;
margin-bottom: 1em;
font-size: 2.5rem;
line-height: 1.2
}
.contents_about .txt_right .ttl span{
font-size: 2.0rem;
}

/*--MAILFORM-------------*/
#mailformpro{
width: 500px;
margin-left: auto;
margin-right: auto;
padding-bottom: 120px;
}
#mailformpro table{
width: 100%;
}
#mailformpro table th,
#mailformpro table td{
	padding: 2px;
    display: block
}
#mailformpro table th{
white-space: nowrap;
vertical-align: top;
}
#mailformpro table td{
padding-bottom: 10px;
}
#mailformpro table .form_field{
width: calc(100% - 10px)!important;
padding: 5px!important;

border: solid 1px #C4C4C4!important;
border-radius: 0px!important;
box-shadow: 0px 0px 0px #CCC inset!important;

}
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #eaeaea!important;
  box-shadow: 0px 0px 0px #fff inset!important;
}
#mailformpro table .req{
color: #FF0004
}
#mailformpro table .any{
padding-left: 1em;
color: #868686
}
#mailformpro .submit_btn {
	padding: 10px 30px;
	font-size: 1.4rem;
    width: 200px;
	border: none;
	color: #FFF!important;
	background-color: #000!important;
	cursor: pointer;
	outline: none;
	background-image: none!important;
	text-shadow: none!important;
	border-radius: 0;
}
.mfp_element_reset {
	color: #333;
}
#mailformpro .submit_btn:hover {
	background-color: #878787;
}
.btn_end{
text-align: center
}
div#mfp_overlay_inner h4{
	text-align: center!important;
	font-weight: 500;
	margin-bottom: 0.7em
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  font-size: 1.4rem!important;
}
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
  margin-top: 1em
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	border-radius: 0px!important;
	padding: 10px 30px;
	border: solid 0px rgba(204,204,204,0.00)!important;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: none!important;
	background-image: none!important;
	background-color: #000!important;
	color: #FFF!important;
	font-size: 1.4rem!important;
	cursor: pointer;
	outline: none;
	border-style: none;
}
div.mfp_err {

	background-image: none!important;

}
.mfp_thanks{
text-align: center;
padding-top: 100px;
padding-bottom: 200px;
}

/*--企画-------------*/
#plan_single{}
#plan_single .plan_head{
margin-bottom: 100px;
}
.plan_cont{
width: 1080px;
margin-left: auto;
margin-right: auto
}
#plan_single .plan_head .heading{
width: 416px;
float: left;
font-size: 1.9rem;
font-weight: 600;
}
#plan_single .plan_head .heading .label{
font-size: 1.9rem;
line-height: 1;
margin-bottom: 0.7em;
font-weight: 600;
}
#plan_single .plan_head .heading .label span{
    border: 1px solid #000000;
    padding: 3px 6px;
    font-weight: 500;
}
#plan_single .plan_head .heading .ttl{
font-size: 3.4rem;
margin-bottom: 1em
}
#plan_single .plan_head .photo{
width: 600px;
float: right;
}
#plan_single .plan_head .photo img{
width: 100%;
height: auto
}
#plan_single ul.img_photo{
width: 100%;
clear: both;
padding-top: 100px;
display: flex;
gap: 20px;
}
#plan_single ul.img_photo li img{
width: 100%;
height: auto
}
.plan_product{
background-color: #EBE7E1;
margin-bottom: 35px;
padding-top: 80px;

}
.plan_product .photo{
width: 500px;
float: left
}
.plan_product .photo img{
width: 100%;
height: auto
}
.plan_product .heading{
width: 480px;
float: right
}
.plan_product .heading .label{
font-size: 1.9rem;
line-height: 1;
margin-bottom: 1em;
font-weight: 500;
}
.plan_product .heading .ttl{
font-size: 3.4rem;
margin-bottom: 1em;
line-height: 1.4;
font-weight: 600
}
.plan_shop{
background-color: #F7F7F7;
padding-top: 50px;
padding-bottom: 50px;
}
.plan_shop .inner{
width: 785px;
margin-left: auto;
margin-right: auto
}
.plan_shop .photo{
width: 390px;
float: left;
text-align: center;
font-family: "futura","arial unicode ms",sans-serif;
font-size: 2.8rem;
font-weight: 700;
color: #ACA399;
margin-bottom: 0.5em
}
.plan_shop .photo img{
width: 100%;
height: auto;
padding-top: 10px;
}
.plan_shop .detail{
width: 320px;
float: right;
padding-top: 60px;
}
.plan_shop .detail .btn_blk{
padding-bottom: 0px;
}
.plan_shop .detail .btn_blk a{
margin-left: 0
}

.plan_heading{
text-align: left;
margin-bottom: 1.5em
}
.plan_heading h2.catTit{
text-align: left;
margin-bottom: 0em;
}
.plan_heading .label{
font-size: 1.9rem;
line-height: 1;
margin-bottom: 0.7em;
font-weight: 500;
}
.plan_heading .label span{
    border: 1px solid #000000;
    padding: 3px 6px;
}

/*--SINGLE STYLING-------------*/
#plan_single .plan_head.styling{
margin-bottom: 100px;
}
#plan_single .plan_head.styling .heading{
width: 485px;
float: left;
font-size: 1.9rem;
font-weight: 600;
}
#plan_single .plan_head.styling .photo{
width: 100%;
float: none;
}
#plan_single .plan_head.styling .photo img{
width: 100%;
height: auto
}
#plan_single .plan_head .cont{
width: 440px;
float: right;
line-height: 2.8
}

/*--CMS-------------*/
/*--ARTICLE-------------*/
.entry {
	margin-bottom: 50px;
}
.entry a {
	text-decoration: none;
}
.entry a:hover {
	text-decoration: none;
}
.entry p {
	margin: 0 0 20px 0;
	zoom: 1;
}
.entry p strong {
	font-weight: bold;
}
.entry p img.aligncenter {
	display: block;
	margin: auto;
}
.entry p img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.entry p img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.entry h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h5 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h6 {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry ul li {
	list-style: disc;
	margin: 5px 0 5px 20px;
}
.entry ol li {
	list-style: decimal;
	margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
	content: "";
	display: table;
}
.entry p:after {
	clear: both;
}
.entry .date{
font-weight: bold;
}
.entry .cat-data {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
}
.entry .tag li {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
	display: inline-block;
	float: left;
}
.entry .tag li:first-child {
	color: #464646;
	background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
	margin: 40px 0 30px;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	width: auto;
}
.pagination li a, .pagination li > span {
	font-size: .9em;
	display: block;
	width: 30px;
	margin: 0 1px;
	padding: 5px 0;
	text-decoration: none;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.pagination li > span {
	color: #fff;
	background-color: #464646;
}
.pagination li a:hover {
	color: #fff;
	background-color: #464646;
}
.pagination li .dots {
	width: 15px;
	padding: 0;
	color: #000;
	border-color: transparent;
	background-color: transparent;
}







































@media screen and (max-width: 520px) {
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
min-width: 320px;
font-size: 1.6rem;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
a:active {
color: #999999;
text-decoration: none;
}
@media (any-hover) {
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
}

a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: none!important;
}
.sp {
display: inherit!important;
}
#wrapper {
overflow: hidden;
padding-top: 120px;
}
/*--HEADER-------------*/
header {
    width: 100%;
    height: 107px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 84.08%,rgba(255,255,255,0.00) 100%);
}
header .inner {
width: 96%;
margin-right: auto;
margin-left: auto;
height: 100%;
padding-top: 30px;
}
header a {
text-decoration: none;
}
header h1#header_logo {
float: left;
width: 70%;
transition: .3s;
position: relative;
z-index: 100;
margin-left: 2vw
}
header #header_logo.scrolled {
width: 60%;
}
header h1 img{
width: 100%;
height: auto
}


/*SP NAV*/
#panel-btn{
  display: inline-block;
  position: fixed;
  width: 54px;
  height: 54px;
  margin: 5px 0 10px;
  left: auto;
  top: 12px;
  z-index: 9999999;
animation-duration: 2s;
cursor: pointer;
right: 30px;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  width: 40px;
  height: 6px;
  margin: -3px 0 0 0px;
  background: #000;
  transition: .2s;
  border-radius: 3px;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 6px;
  background: #000;
  transition: .3s;
  border-radius: 3px;
}
#panel-btn-icon:before{
  margin-top: -17px;
}
#panel-btn-icon:after{
  margin-top: 12px;
  width: 27px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
  width: 40px;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel_label{
  position: absolute;
  bottom: -15px;
  font-size: 1.1rem;
}

/*--NAVIGATION-------------*/
#gnav {
display: none;
clear: both;
background-color: #EBE7E1;
width: 100%;
height: auto;
position: fixed;
left: 0;
top: 0;
z-index: 50;
min-height: 100vh;
}
#gnav .gnav_inner {
width: 90%;
height: auto;
margin-right: auto;
margin-left: auto;
background-color: #FFF;
position: relative;
margin-top: calc(calc(100vh - 590px) / 2);
border-radius: 80px;
}
#gnav .gnav_inner .inner {
padding: 50px 50px;
width: calc(100% - 100px);
}
#gnav ul.nav_main {
    font-size: 2.4rem;
    font-weight: 600;
    float: none;
    border-right: none;
    padding-right: 0em;
    margin-right: 0em;
    line-height: 2;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em
}
#gnav ul.nav_sub {
float: none;
}
#gnav ul.nav_sub .heading{
font-size: 2.4rem;
font-weight: 600;
}
#gnav ul.nav_sub li {
margin-bottom: 1.3em
}
#gnav ul li a {}
#gnav ul li a:hover {}
#gnav .nav_ill{
position: absolute;
right: -13vw;
bottom: -19vh;
}
#gnav .nav_ill img{
width: 80vw;
height: auto
}


/*--MAINVIS-------------*/
#mainVis {
    height: calc(60vh - 0px);
    background-image: url(../../images/mv.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: -30px
}
#mainVis .mv_copy{
    position: absolute;
    left: 0;
    bottom: 0;
}
.mv_copy img{
width: 100vw;
height: auto
}

/*--INDEX_OUTLINE-------------*/
#index_outline{
    background-image: url(../../images/index_outline_bg.svg);
    background-position: center bottom;
    position: relative;
    background-size: 200% auto;
    background-repeat: no-repeat;
}
#index_outline .txt{
padding: 30px 40px;
min-height: 405px;
font-size: 1.6rem;
font-weight: 600;
line-height: 2.8;
position: relative;
z-index: 10
}
#index_outline .ill{
position: relative;
top: -30px;
right: -40px;
text-align: right;
}
#index_outline .ill img{
width: 80vw;
height: auto
}

/*--INDEX_STEP-------------*/
#index_step{
    background-color: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 50px;
}
#index_step .ttl.sectTit {
  position: relative;
  text-align: center;
 font-size: 2.0rem;
 font-weight: 600;
  line-height: 1.3;
  margin-bottom: 70px;
}
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.sectTit:before {
  transform: rotate(-35deg);
}
.sectTit:after {
  transform: rotate(35deg);
}
#index_step ul.step_list{
width: 90%;
margin-left: auto;
margin-right: auto;
display: block;
justify-content: space-evenly;
}
#index_step ul.step_list li{
width: 100%;
margin-bottom: 60px;
text-align: justify
}
#index_step ul.step_list li .label{
text-align: center
}
#index_step ul.step_list li .ill{
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
#index_step ul.step_list li .ttl_sub{
text-align: center;
font-size: 2.2rem;
font-weight: 600;
margin-bottom: 20px;
}

/*--BTN_BLK-------------*/
.btn_blk{
text-align: center;
padding-top: 30px;
padding-bottom: 60px;
}
.btn_blk a{
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 210px;
line-height: 1;
background-color: #000;
color: #FFF;
text-decoration: none;
font-weight: 1.5rem;
font-weight: 600;
padding: 10px;
}
.btn_blk a:hover{
background-color: #585858;
}
.btn_blk.trans a{
    background-color: rgba(0,0,0,0.00);
    color: #000;
    border: 1px solid rgba(0,0,0,1.00);
}
.btn_blk.trans a:hover{
background-color: #000;
color: #FFF;
}

/*--INDEX_RENOVATION-------------*/
#index_renovation{
    background-color: #EBE7E1;
    padding-top: 50px;
    padding-bottom: 170px;
    position: relative
}
#index_renovation .inner{
width: 90%;
margin-left: auto;
margin-right: auto
}
#index_renovation .ttl_main{
font-size: 3.3rem;
    font-weight: 600;
    background-image: url(../../images/index_renovation_ttl_bg.svg);
    background-repeat: no-repeat;
    background-position: left -246vw top;
    position: absolute;
    top: -55px;
    width: 100%;
    padding-top: 0.3em;
    padding-left: 0.5em;
}

/*--ITEM_LIST-------------*/
ul.item_list{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
ul.item_list li{
width: 270px;
margin-bottom: 60px;
}
ul.item_list.plan li{
width: 50%;
margin-bottom: 10px;
}
ul.item_list.tag li{
width: 100%;
margin-bottom: 60px;
}
ul.item_list li .ph{
background-color: #FFF;
padding: 6px;
margin-bottom: 10px;
position: relative
}
ul.item_list.tag li .ph{
width: 50%;
float: left
}
ul.item_list li .ph .label{
position: absolute;
left: 6px;
top:40vw;
font-size: 1.4rem;
font-weight: 600;
width: 40vw;
line-height: normal;
text-align: center;
border-radius: 0px;
background-color: #000;
color: #FFF;
z-index: 9
}
ul.item_list li .ph .label.chuko{
background-color: #FF4B4B;
}
ul.item_list li .ph .label.tenpo{
background-color: #FF824B;
}

ul.item_list li .ph img{
width: 258px;
height: 258px;
object-fit: cover
}
ul.item_list.tag li .ph img{
width: 40vw;
height: 40vw;
object-fit: cover
}
ul.item_list li .thum{
margin-bottom: 10px;
}
ul.item_list li .thum img{
width: 270px;
height: 270px;
object-fit: cover
}
ul.item_list.plan li .thum img{
width: 96%;
height: auto;
object-fit: cover
}
ul.item_list li .ttl_sub{
font-size: 2.0rem;
font-weight: 600;
line-height: 1.3;
margin-bottom: 25px;
}

ul.item_list li ul{
width: 100%;
font-size: 1.4rem
}
ul.tag_round li{
    width: auto;
    margin-bottom: 5px;
    float: left;
    background-color: #FFF;
    border-radius: 100px;
    border: 1px solid #000000;
    line-height: 1;
    margin-right: 0.5em;
    font-size: 1.1rem
}
ul.tag ul.tag_round li{
    width: auto;
    margin-bottom: 5px;
    float: left;
    background-color: #FFF;
    border-radius: 100px;
    border: 1px solid #000000;
    line-height: 1;
    margin-right: 0.5em;
}
ul.tag_round li a{
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block
}

#index_renovation .bx_w{
background-color: #FFF;
display: block;
padding: 80px 30px;
border-radius: 170px;
}
#index_renovation .bx_w .nav_bx{
width: 100%;
margin-bottom: 1em;
}
#index_renovation .bx_w .nav_bx .ttl{
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center
}
#index_renovation .bx_w .nav_bx .btn_blk{
  padding-bottom: 10px!important;
}


/*--INDEX_LOCAL_BUILDER-------------*/
#index_local_builder{
    background-color: #DDD6CC;
    padding-top: 80px;
    position: relative
}
#index_local_builder .inner{
width: 90%;
margin-left: auto;
margin-right: auto
}
#index_local_builder .ttl_main{
    font-size: 3.3rem;
    font-weight: 600;
    background-image: url(../../images/iindex_local_builder_ttl_bg.svg);
    background-repeat: no-repeat;
    background-position: left -240vw top;
    position: absolute;
    top: -55px;
    width: 100%;
    line-height: 1.2;
     padding-top: 0.3em
}
#index_local_builder .ttl_main span{
 font-size: 2.2rem;
}

/*--INDEX_PLAN-------------*/
#index_plan{
    background-color: #DDD6CC;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    background-image: url(../../images/index_plan_bg.svg);
    background-repeat: no-repeat;
    background-position: left -7vw top;
}
#index_plan .inner{
width: 65%;
margin-left: auto;
margin-right: 5%
}

 #index_plan .inner ul.item_list li {
    width: 100%;
    margin-bottom: 20px;
  }
   #index_plan .inner ul.item_list li img{
   width: 100%;
   height: auto
   }

#index_plan .ttl_main{
writing-mode: vertical-rl;
font-size: 3.3rem;
font-weight: 600;
position: absolute;
left: 20px;
top: 50px;
}
#index_plan .ttl_main span{
font-size: 2.0rem;
padding-top: 1em
}
#index_plan .ttl_main span i{
font-style: normal;
transform: rotate(-90deg);
display: inline-block
}

/*--FOOTER-------------*/
footer {
background-color: #C1BEB9;
clear: both;
padding-top: 50px;
padding-bottom: 70px;
}
footer .inner {
width: 90%;
margin-right: auto;
margin-left: auto;
}
footer .logo {
float: left;
margin-right: 70px;
margin-bottom: 40px;
}
footer .logo img{
width: 250px;
height: auto
}
footer ul {
float: left;
margin-right: 20px;
font-size: 1.4rem
}
footer li {
margin-bottom:10px;
}
footer li a{
text-decoration: none;
}
footer ul.bnr {
    border-left: none;
    border-top: 1px solid #000000;
    text-align: center;
    width: 100%;
    margin-right: 0px;
    margin-top: 1.5em
}
footer ul.bnr li{
    padding-left: 0px;
    padding-top: 1em
}


/*--SUB_PAGE-------------*/
#directry_path{
width: 95%;
margin-left: auto;
margin-right: auto;
font-size: 1.4rem;
padding-top: 1em;
padding-bottom: 30px;
color: #8D8D8D
}
#directry_path ul{}
#directry_path ul li{
float: left
}
#directry_path ul li a{
padding-left: 0.3em;
padding-right: 0.3em;
color: #8D8D8D
}



/*--CONTENTS_CATEGORy_LIST-------------*/
#contents_cat_list {
width: 90%;
margin-right: auto;
margin-left: auto;
}
h2.catTit{
text-align: center;
font-size: 3.2rem;
font-weight: 600;
margin-bottom: 1em
}
h3.tag_name{
text-align: center;
font-size: 2.9rem;
font-weight: 600;
margin-bottom: 1em
}
ul.nav_categoy{
text-align: center;
margin-bottom: 4em;
font-weight: 600;
}
ul.nav_categoy li{
    display: inline-block;
    font-size: 1.6rem;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1;
    border-right: 1px solid #000000;
}
ul.nav_categoy li:last-child{
    border-right: none;
}
ul.nav_categoy li a{
    text-decoration: none
}

/*--SELL-------------*/
.txt_sell {
text-align: left;
font-size: 1.8rem;
font-weight: 600;
line-height: 2.8
}
.txt_sell p{
padding-bottom: 1.5em
}


/*--SINGLE_work-------------*/
#single_work{
width: 100%;
position: relative;
padding-top: 30px;
}
#single_cont_header{
width: 90%;
left: 0;
top: 0;
position: relative;
margin-left: auto;
margin-right: auto;
padding-bottom: 60px;
}
#single_cont_header .num{
font-size: 2.5rem;
font-weight: 600
}
#single_cont_header .ttl{
font-size: 3.4rem;
font-weight: 600;
margin-bottom: 1em;
line-height: 1.6
}
#single_cont_header .bulder{
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 1em
}
#single_photo{
width: 100%;
float: none
}
#single_photo img{
width: 100%;
height: auto;
margin-bottom: 1em
}
#single_cont_txt{
width: 90%;
margin-left: auto;
float: none;
margin-top: 60px;
margin-right: auto
}

.accordion {
margin: 3em auto;
max-width: 100%;
width: 100%
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.ac_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border-bottom: solid 1px #707070;
padding: 0.5em;
margin-bottom: 1em;
display: block;
color: #333;
font-weight: bold;
text-align: center;
font-size: 2.0rem
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.1em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.ac_content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .ac_content {
max-height: 1000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.ac_content .data{
margin-bottom: 1.5em
}

#bulder_index{
background-color: #F7F7F7;
padding: 30px;
position: relative
}
#bulder_index .bi_header{
width: 100%;
float: none;
line-height: 1.8;
margin-right: 0px;
margin-bottom: 30px;
}
#bulder_index .bi_header .ttl{
font-family: "futura","arial unicode ms",sans-serif;
font-size: 2.8rem;
font-weight: 700;
color: #ACA399;
margin-bottom: 0.5em;
text-align: center
}
#bulder_index .bi_header .thum{
margin-bottom: 0.5em
}
#bulder_index .bi_header .thum img{
width: 100%;
height: auto
}
#bulder_index ul.item_list{
float: left
}
#bulder_index ul.item_list li{
margin-right: 10px;
}
#bulder_index ul.item_list li .ttl_sub{
margin-bottom: 10px;
}
#bulder_index ul.item_list li .ph{
margin-bottom: 60px;
background-color: transparent
}
#bulder_index ul.item_list li .ph img{
width: 37vw;
height: 37vw;
}
#bulder_index .btn_more{
position: relative;
right: auto;
bottom: auto;
text-align: center
}

.house_data{
    margin-top: 60px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.floor_fig{
position: relative
}
.floor_fig .ico_zoom{
position: absolute;
right: 10px;
top: 10px;
z-index: 10;
}
.floor_fig .floor img{
width: 100%;
height: auto
}

/*--CONTENTS_ABOUT-------------*/
.contents_about {
width: 90%;
margin-left: auto;
margin-right: auto;
font-size: 1.8rem;
font-weight: 600;
line-height: 2.4;
margin-bottom: 60px;
}
.contents_about.wide {
width: 90%;
}
.contents_about .notice{
margin-top: 1.5em;
font-weight: 500;
line-height: 1.7
}
.contents_about .img_ph{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 60px;
}
.contents_about .img_ph img{
width: 100%;
height: auto
}
.contents_about .img_ph_left{
width: 100%;
float: none;
padding-top: 30px;
margin-bottom: 20px;
}
.contents_about .img_ph_left img{
width: 100%;
height: auto
}
.contents_about .txt_right{
width: 100%;
float: none
}
.contents_about .txt_right .ttl{
text-align: center;
margin-bottom: 1em;
font-size: 2.5rem;
line-height: 1.2
}
.contents_about .txt_right .ttl span{
font-size: 2.0rem;
}

/*--MAILFORM-------------*/
#mailformpro{
width: 80%;
margin-left: auto;
margin-right: auto;
padding-bottom: 60px;
}
#mailformpro table{
width: 100%;
}
#mailformpro table th,
#mailformpro table td{
	padding: 2px;
    display: block
}
#mailformpro table th{
white-space: nowrap;
vertical-align: top;
}
#mailformpro table td{
padding-bottom: 10px;
}
#mailformpro table .form_field{
width: calc(100% - 10px)!important;
padding: 5px!important;

border: solid 1px #C4C4C4!important;
border-radius: 0px!important;
box-shadow: 0px 0px 0px #CCC inset!important;

}
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #eaeaea!important;
  box-shadow: 0px 0px 0px #fff inset!important;
}
#mailformpro table .req{
color: #FF0004
}
#mailformpro .submit_btn {
	padding: 10px 30px;
	font-size: 1.4rem;
    width: 200px;
	border: none;
	color: #FFF!important;
	background-color: #000!important;
	cursor: pointer;
	outline: none;
	background-image: none!important;
	text-shadow: none!important;
	border-radius: 0;
}
.mfp_element_reset {
	color: #333;
}
#mailformpro .submit_btn:hover {
	background-color: #878787;
}
.btn_end{
text-align: center
}
div#mfp_overlay_inner h4{
	text-align: center!important;
	font-weight: 500;
	margin-bottom: 0.7em
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  font-size: 1.4rem!important;
}
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
  margin-top: 1em
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	border-radius: 0px!important;
	padding: 10px 30px;
	border: solid 0px rgba(204,204,204,0.00)!important;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: none!important;
	background-image: none!important;
	background-color: #000!important;
	color: #FFF!important;
	font-size: 1.4rem!important;
	cursor: pointer;
	outline: none;
	border-style: none;
}
div.mfp_err {

	background-image: none!important;

}
.mfp_thanks{
text-align: center;
padding-top: 100px;
padding-bottom: 200px;
}

/*--企画-------------*/
#plan_single{}
#plan_single .plan_head{
margin-bottom: 50px;
}
.plan_cont{
width: 90%;
margin-left: auto;
margin-right: auto
}
#plan_single .plan_head .heading{
width: 100%;
float: none;
font-size: 1.9rem;
font-weight: 600;
}
#plan_single .plan_head .heading .label{
font-size: 1.9rem;
line-height: 1;
margin-bottom: 0.7em;
font-weight: 600;
}
#plan_single .plan_head .heading .label span{
    border: 1px solid #000000;
    padding: 3px 6px;
    font-weight: 500;
}
#plan_single .plan_head .heading .ttl{
font-size: 2.4rem;
margin-bottom: 1em;
}
#plan_single .plan_head .photo{
width: 100%;
float: none;
margin-bottom: 1.5em
}
#plan_single .plan_head .photo img{
width: 100%;
height: auto
}
#plan_single ul.img_photo{
width: 100%;
clear: both;
padding-top: 50px;
display: flex;
gap: 10px;
flex-wrap: wrap;
}
#plan_single ul.img_photo li{
width: calc(50% - 10px)
}
#plan_single ul.img_photo li img{
width: 100%;
height: auto
}
.plan_product{
background-color: #EBE7E1;
margin-bottom: 35px;
padding-top: 40px;

}
.plan_product .photo{
width: 100%;
float: none;
padding-bottom: 50px;
}
.plan_product .photo img{
width: 100%;
height: auto
}
.plan_product .heading{
width: 100%;
float: none
}
.plan_product .heading .label{
font-size: 1.9rem;
line-height: 1;
margin-bottom: 1em;
font-weight: 500;
}
.plan_product .heading .ttl{
font-size: 3.4rem;
margin-bottom: 1em;
line-height: 1.4;
font-weight: 600
}
.plan_shop{
background-color: #F7F7F7;
padding-top: 50px;
padding-bottom: 50px;
}
.plan_shop .inner{
width: 100%;
margin-left: auto;
margin-right: auto
}
.plan_shop .photo{
width: 100%;
float: none;
text-align: center;
font-family: "futura","arial unicode ms",sans-serif;
font-size: 2.8rem;
font-weight: 700;
color: #ACA399;
margin-bottom: 0em
}
.plan_shop .photo img{
width: 100%;
height: auto;
padding-top: 10px;
}
.plan_shop .detail{
width: 90%;
float: none;
padding-top: 30px;
margin-left: auto;
margin-right: auto
}
.plan_shop .detail .btn_blk{
padding-bottom: 0px;
}
.plan_shop .detail .btn_blk a{
margin-left: auto
}

.plan_heading{
text-align: left;
margin-bottom: 1.5em
}
.plan_heading h2.catTit{
text-align: left;
margin-bottom: 0em;
}
.plan_heading .label{
font-size: 1.9rem;
line-height: 1;
margin-bottom: 0.7em;
font-weight: 500;
}
.plan_heading .label span{
    border: 1px solid #000000;
    padding: 3px 6px;
}

/*--SINGLE STYLING-------------*/
#plan_single .plan_head.styling{
margin-bottom: 100px;
}
#plan_single .plan_head.styling .heading{
width: 100%;
float: none;
font-size: 1.9rem;
font-weight: 600;
}
#plan_single .plan_head.styling .photo{
width: 100%;
float: none;
}
#plan_single .plan_head.styling .photo img{
width: 100%;
height: auto
}
#plan_single .plan_head .cont{
width: 100%;
float: none;
line-height: 2.8
}

input{ font-size:16px!important; } /*フォームのフォーカスOFF*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size:16px;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

}
