@charset "utf-8";
#page {
  padding: 30px 0 90px;
}

#page .r_col {
  width: 280px;
  float: right;
}

/*
#page .contaigner{
	width: 760px;
	float: left;
}
*/
.page-reserve .contaigner,
.page-consultation .contaigner,
.page-contact .contaigner,
.page-request .contaigner,
.page-event-entry .contaigner {
  width: 760px;
  margin: 0 auto;
}

.sp_only {
  display: none;
}
.fs10{font-size: 10px;}
.fs12{
  font-size: 12px;
}
.fs14{
  font-size: 14px;
}
@media screen and (max-width:678px) {

  .page-reserve .contaigner,
  .page-consultation .contaigner,
  .page-contact .contaigner,
  .page-request .contaigner,
  .page-event-entry .contaigner {
    width: 90%;
    margin: 0 auto;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

}

/* #page h1{
	font-size: 32px;
	padding: 40px;
} */
#page h1 {
  font-size: 32px;
  padding: 40px;
  background: #efefef;
/*  font-weight: bold;*/
  margin-bottom: 10px;
  color: rgb(37,23,20);
}

/*会社案内*/
#company {
  padding: 30px 0 90px;
}
@media screen and (max-width:736px) {
  #company {
  margin-top: 120px;
}
}
#company h1 {
  /*width: 1020px;*/
  margin: 0 10px;
    font-size: 32px;
    background: #efefef;
    margin-bottom: 10px;
    padding: 40px;
}

#company #breadcrumbs {
  width: 1100px;
  margin: 0 auto;
}

.philosophy {
  width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 80px;
}

.philosophy h2 {
  font-size: 24px;
  margin-bottom: 32px;
}

.philosophy ul li {
  text-align: left;
  padding: 10px;
}

.greeting {
  width: 100%;
  padding: 40px 0;
	background: rgba(172,134,87,.2);
}

#company .inner {
  width: 860px;
  margin: 0 auto;
}

.greeting h2 {
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.greeting .wrap {
  display: flex;
}

.greeting .wrap .image {
  width: 385px;
  height: 498px;
  margin-right: 40px;
}

.greeting .wrap .image img {
  width: 100%;
  height: auto;
}

.greeting .wrap .txt {
  font-size: 14px;
  line-height: 1.8;
  width: 435px;
  position: relative;
}

.greeting .boss {
  text-align: right;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.greeting .boss span {
  font-size: 14px;
}

.responsible-greeting {
  width: 100%;
  padding: 80px 0;
  background: #858689;
}

.responsible-greeting h2 {
  font-size: 24px;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.responsible-greeting .wrap {
  display: flex;
}

.responsible-greeting .wrap .txt {
  font-size: 14px;
  line-height: 1.8;
  width: 428px;
  margin-right: 40px;
  color: #fff;
  position: relative;
}

.responsible-greeting .wrap .txt p.boss {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 18px;
  color: #fff;
}

.responsible-greeting .wrap .txt p.boss span {
  font-size: 14px;
}

.responsible-greeting .image {
  width: 388px;
  height: 498px;
}

.responsible-greeting .wrap .image img {
  width: 100%;
  height: auto;
}

.history {
  width: 850px;
  margin: 0 auto;
  padding: 80px 0;
}

.history h2 {
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.history-table {
  position: relative;
  width: 850px;

}

.history-table table {
  border-collapse: collapse;
}

.history-table table tr {
  border-bottom: 1px dotted #999;
}

.history-table table tr:first-child {
  border-top: 1px dotted #999;
}

.history-table th {
  border-width: 0 1px 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  margin: 0;
}

.history-table td {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 20px;
  vertical-align: top;
  margin: 0;
}

p.sha_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: auto;
  box-shadow: 0px 0px 5px 5px #fff;
}

p.sha_img img {
  width: 100%;
  height: auto;
}

p.sha_img2 {
  text-align: center;
  margin: 30px auto;
}

.office {
  width: 850px;
  margin: 0 auto;
  padding: 0;
}

.office h2 {
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.office table {
  border-collapse: collapse;
}

.office table tr {
  border-bottom: 1px dotted #999;
}

.office table tr:first-child {
  border-top: 1px dotted #999;
}

.office table th {
  border-right: 1px dotted #999;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  margin: 0;
  font-weight: bold;
}

.office table td {
  padding: 15px 20px;
  vertical-align: top;
  margin: 0;
}

.office table td p.ast {
  padding: 15px 40px;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-indent: -1em;
}

.office table td p.ast:first-line {
  font-weight: bold;
  color: rgb(37,23,20);
  font-size: 15px;
  line-height: 2;
}

.office-map {
  width: 100%;
  padding: 40px 0;
}

.office-map .maps {
  width: 100%;
  height: 520px;
}

.office-map .maps iframe {
  width: 100%;
  height: 520px;
}

.link {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}

.link a {
  padding: 10px 30px;
  text-align: center;
  margin: 0 20px;
  color: #000;
  background: #ffe6a6;
  font-size: 14px;

}

/*プライバシーポリシー*/
.privacy-list {
  margin: 0 auto;
}

.privacy-list h2 {
  /*  width: calc(100% - 40px);*/
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background: #007a66;
  margin: 32px auto 16px;
}

.privacy-list h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 16px auto 8px;
}

.privacy-list ul {
  margin-top: 24px;
}
@media screen and (min-width:678px) and (max-width:736px) {
  #company h1 {
    width: 90%;
    font-size: 24px;
    padding: 4%;
  }
  #company #breadcrumbs{
    width: 90%;
  }
  .philosophy{
    width: 90%;
  }
  #company .inner{
    width: 90%;
  }
  .history,
  .office{
    width: 100%;
  }
  .history-table{
    width: 100%;
  }
}

@media screen and (max-width:677.98px) {
  #sp_main_slide {
    margin-top: 80px;
  }

  .page-reservedrawer .contaigner,
  .page-consultationdrawer .contaigner,
  .page-contactdrawer .contaigner,
  .page-requestdrawer .contaigner {
    width: 100%;
    margin: 0 auto;
  }

  /*会社案内*/
  #company {
    /*margin-top: 120px;*/
    margin-top:0;
    padding: 0 0 90px;
  }

  #company .contaigner {
    width: 100%;
    margin: 0 auto;
  }

  #company h1 {
    width: 82%;
    font-size: 24px;
    padding: 4%;
  }

  #company #breadcrumbs {
    width: 90%;
        margin: 8px auto 0;
  }

  .philosophy {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 80px;
  }

  .philosophy h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .philosophy ul li {
    text-align: left;
    padding: 10px;
  }

  .greeting {
    width: 100%;
    padding: 40px 0;
    background:#fef9ec;

  }

  #company .inner {
    width: 90%;
    margin: 0 auto;
  }

  .greeting h2 {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }

  .greeting .wrap {
    display: block;
  }

  .greeting .wrap .image {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .greeting .wrap .image img {
    width: 100%;
    height: auto;
  }

  .greeting .wrap .txt {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    position: relative;
  }

  .greeting .boss {
    text-align: right;
    font-size: 18px;
    position: static;
    margin-top: 20px;
  }

  .greeting .boss span {
    font-size: 14px;
  }

  .responsible-greeting {
    width: 100%;
    padding: 80px 0;
    background: #858689;
  }

  .responsible-greeting h2 {
    font-size: 20px;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
  }

  .responsible-greeting .wrap {
    display: block;
  }

  .responsible-greeting .wrap .txt {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
  }

  .responsible-greeting .wrap .txt p.boss {
    position: static;
    text-align: right;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
  }

  .responsible-greeting .wrap .txt p.boss span {
    font-size: 14px;
  }

  .responsible-greeting .image {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .responsible-greeting .wrap .image img {
    width: 100%;
    height: auto;
  }

  .history {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }

  .history h2 {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
  }

  .history-table {
    position: relative;
    width: 90%;
    margin: 0 auto;

  }

  .history-table table {
    border-collapse: collapse;
  }

  .history-table table tr {
    border-bottom: 1px dotted #999;
  }

  .history-table th {
    border-width: 0 1px 1px 0;
    border-style: dotted;
    border-color: #999;
    padding: 15px 20px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
    margin: 0;
    font-weight: normal;
  }

  .history-table td {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #999;
    padding: 15px 20px;
    vertical-align: top;
    margin: 0;
  }

  p.sha_img {
    position: static;
    width: 60%;
    height: auto;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 5px 5px #fff;
  }

  p.sha_img img {
    width: 100%;
    height: auto;
  }

  p.sha_img2 {
    text-align: center;
    margin: 30px auto;
  }

  .office {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .office h2 {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
  }

  .office table {
    border-collapse: collapse;
  }

  .office table tr {
    border-bottom: none;
  }

  .office table th {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 4%;
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    background: #007a66;
    color: #fff;
    text-align: left;
    border-right: none;
  }

  .office table td {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 4%;
    vertical-align: top;
    margin: 0;
  }

  .office-map {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .maps {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .link {
    display: block;
    margin: 20px auto;
  }

  .link a {
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto 15px;
    color: #000;
    background: #fee6ae;
    font-size: 14px;
    width: 80%;
  }
}

/* 
exhibition */
.exhibition_merit ul {
  margin-top: 40px;
}

.exhibition_merit ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.exhibition_merit ul li:last-child {
  margin-right: 0;
}

.exhibition_merit ul li dt {
  background: #007a66;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.exhibition_merit ul li dd {
  background: #efefef;
  padding: 20px;
}

.page_btn {
  color: #000;
  font-size: 16px;
  padding: 24px 92px 24px 70px;
  display: inline-block;
  line-height: 1;
  background: #fee6ae url(../img/top_voice_btn_arrow.png) no-repeat right 20px bottom 22px;
}

.exhibition_btn {
  text-align: center;
  margin-top: 40px;
}

.exhibition_ti {
  background: #007a66;
  color: #fff;
  padding: 40px;
}

.exhibition_style li img {
  max-width: 100%;
}

.exhibition_style li {
  float: left;
  width: 48%;
}

.exhibition_style li:last-child {
  float: right;
}

.model_ti_img {
  text-align: center;
}

.model_ti_img img {
  max-width: 600px;
}

@media screen and (max-width:750px) {
  .model_ti_img img {
    max-width: 100%;
  }


  .exhibition_merit ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .exhibition_style li:last-child {
    margin-bottom: 0;
  }

  .exhibition_ti {
    padding: 20px;
  }

  .exhibition_ti img {
    width: 70%
  }
}

/* 
model-kokuraminami */


/*お問い合わせ*/
.contact-intro {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-tel {
  text-align: center;
  background: #fee6ae;
  width: 510px;
  margin: 0 auto 24px;
  padding: 20px;
}

.form-tel .number {
  font-size: 40px;
  color: #000;
  text-align: center;
}

.form-tel .tel-time {
  text-align: center;
  background: #fff;
  padding: 8px 0;
  font-size: 16px;
}

.form-link {
  width: 360px;
  margin: 0 auto 40px;
  display: flex;
  align-content: center;
  border: 4px solid rgb(37,23,20);
}

.form-link a {
 /* display: flex;*/
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 120px;
  height: auto;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
  border-right: 4px solid rgb(37,23,20);
  color: rgb(37,23,20);
}
.form-link a span {
  display: block;
  width: 100%;
}

.form-link a:hover {
  text-decoration: none;
  opacity: 0.7;
  background: #98beff;
}

.form-link a img {
	display: block;
  margin:0 auto 8px;
}

.form-link a:nth-of-type(3) {
  border-right: none;
}

.contact {
  width: 100%;
  margin-bottom: 40px;
}

.contact dl {
  display: flex;
  border-bottom: 1px dotted #999;
}

.contact dl:first-child {
  border-top: 1px dotted #999;
}

.contact dl.last {
  margin-bottom: 40px;
}

.contact dl dt {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  background: #007a66;
  color: #fff;
}

.contact dl dt span {
  padding: 3px 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

.contact dl dt span.required {
  background: #e00;
}

.contact dl dt span.any {
  background: #aaa;
}

.contact dl dd {
  width: 70%;
  padding: 10px;
  font-size: 14px;
}

.contact dl dd p.placeholder {
  color: #7a7a7a;
}

.mw_wp_form_preview p.placeholder {
  display: none;
}

.contact dl dd input[type="text"],
.contact dl dd input[type="email"] {
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.contact dl dd input#hope1, .contact dl dd input#hope2, .contact dl dd input#hope3 {
    width: 200px;
}
.contact dl dd input.tel {
  width: 24%;
}

.contact dl dd input.zip {
  width: 13%;
  margin-bottom: 10px;
}

.contact dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  font-size: 14px;
}
.contact dl dd .mwform-checkbox-field{
	display: block;
	padding: 0 0 0 10px; 
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.submit-area {
  text-align: center;
}

.submit-area input[type="submit"] {
  width: 280px;
  border: none;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
  background: #fee6ae;
  margin: 0 auto 40px;
  border-radius: 10px;

}

.submit-area input.return {
  width: 200px;
  border: none;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  background: #aaa;
  margin: 0 auto 40px;
  border-radius: 10px;

}

p.thanks-txt {
  text-align: center;
  font-size: 23px;
  margin: 30px 0;
  font-weight: bold;
}

p.thanks-sub {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 2;
}

p.thanks-shop {
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 2;
  font-weight: bold;
}

.for-top {
  text-align: center;
  margin-top: 40px;
}

.for-top a {
  display: block;
  width: 280px;
  background: #1e2b69;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  margin: 40px auto 40px;
  border-radius: 5px;
  font-size: 15px;
}

/*資料請求*/
.request-sample {
  text-align: center;
  margin: 0 auto 32px;
}

.request-sample img {
  width: 100%;
  height: auto;
}

.request-sample p {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  width: 50%;
}

.request-sample .image {
  width: 50%;
  height: 15vw;
  background: #f4f4f4;

}

@media screen and (max-width:750px) {
  .form-tel {
    text-align: center;
    background: #fee6ae;
        width: 95%;
    margin: 0 auto 24px;
    padding: 4%;
  }

  .form-tel .number {
    font-size: 24px;
    margin-bottom: 8px;
    color: #000;
    text-align: center;
  }

  .form-tel .tel-time {
    text-align: center;
    background: #fff;
    padding: 8px 0;
    font-size: 16px;
  }

  .form-tel {
    text-align: center;
    margin-bottom: 24px;
  }

  .form-link {
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    align-content: center;
    border: 2px solid rgb(37,23,20);
  }

  .form-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 33.333%;
    height: auto;
    font-size: 13px;
    padding: 4% 2%;
    text-align: center;
    border-right: 2px solid rgb(37,23,20);
    color: rgb(37,23,20);

  }

  .form-link a i {
    font-size: 30px;
  }

  .contact dl {
    display: block;
    border-bottom: none;
    margin-bottom: 24px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    border: 1px solid #ccc;
  }

  .contact dl dd input.tel {
    width: 100%;
  }

  .contact dl dd p.placeholder {
    font-size: 12px;
  }

  .contact dl dt {
    width: 100%;
  }

  .contact dl dd {
    width: 100%;
    padding: 10px 0;
  }

  .contact dl:first-child {
    border-top: none;
  }

  .contact dl dd textarea::placeholder {
    font-size: 12px;

  }

  p.thanks-sub {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 2;
  }

  .request-sample {
    width: 100%;
  }

  .request-sample p {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .request-sample .image {
    width: 100%;
    height: auto;
    background: #f4f4f4;

  }
}

.page-id-45 .wp_social_bookmarking_light, .page-id-47 .wp_social_bookmarking_light, .page-id-51 .wp_social_bookmarking_light, .page-id-49 .wp_social_bookmarking_light {
    display: none;
}

/* 
class */
.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.p20 {
  padding: 20px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.bg_blue {
  background: #0c2a5c;
}

.col2_img ul li h3 {
  background: rgb(37,23,20);
  font-size: 18px;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.col2_img ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.col2_img ul li:last-child {
  float: right;
  margin-right: 0;
}

.col2_img ul li img {
  max-width: 100%;
}

.model_table table {
  width: 100%;
}

.model_table table th {
  padding: 10px 20px;
  background: #efefef;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.model_table table td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

/* #page h2 {
    background: #0c2a5c;
    padding: 20px;
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
}
#page h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 4px solid #efefef;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    margin-top: 40px;
}
#page h3:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #0c2a5c;
  position: absolute;
  bottom: -4px;
  left: 0;
} */
.map {
  text-align: center;
  margin: 80px auto 40px;
}

.exhibition_nav {
  text-align: center;
}

/* 
daltofoam */
.daltofoam_list ul:after {
  content: "";
  display: block;
  clear: both;
}

.daltofoam_list ul li {
  border: 1px solid #ccc;
  padding: 20px;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.daltofoam_list ul li img {
  max-width: 100%;
  margin-bottom: 10px;
}

.daltofoam_list ul li h3 {
  font-size: 18px;
  position: relative;
  font-weight: bold;
  color: rgb(37,23,20);
  text-align: center;
  margin-bottom: 10px;
}

.daltofoam_list ul li h3 span {
  /* position: absolute; */
  /* top: -10px; */
  background: #007a66;
  color: #fff;
  padding: 10px;
  line-height: 1;
  /* margin-right: 20px; */
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.daltofoam_list ul li:nth-child(1),
.daltofoam_list ul li:nth-child(2),
.daltofoam_list ul li:nth-child(3) {
  height: 450px;
}

.daltofoam_list ul li:nth-child(4),
.daltofoam_list ul li:nth-child(5),
.daltofoam_list ul li:nth-child(6),
.daltofoam_list ul li:nth-child(7),
.daltofoam_list ul li:nth-child(8),
.daltofoam_list ul li:nth-child(9) {
  height: 300px;
}

.daltofoam_list ul li:nth-child(3),
.daltofoam_list ul li:nth-child(6),
.daltofoam_list ul li:nth-child(9) {
  margin-right: 0;
}

@media screen and (max-width:1025px) {
  .daltofoam_list {
    padding: 0 20px;
  }

  .daltofoam_list ul {
    width: 100%;
  }

  .daltofoam_list ul li {
    border: 1px solid #ccc;
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .daltofoam_list ul li p {
    text-align: left;
  }

  .daltofoam_list ul li:nth-child(1),
  .daltofoam_list ul li:nth-child(2),
  .daltofoam_list ul li:nth-child(3) {
    height: auto;
  }

  .daltofoam_list ul li:nth-child(4),
  .daltofoam_list ul li:nth-child(5),
  .daltofoam_list ul li:nth-child(6),
  .daltofoam_list ul li:nth-child(7),
  .daltofoam_list ul li:nth-child(8),
  .daltofoam_list ul li:nth-child(9) {
    height: auto;
  }

  .daltofoam_img {
    padding: 0 20px;
  }
}

@media screen and (max-width:750px) {
  .daltofoam_list {
    padding: 0;
  }
.page_btn {
  padding:24px 47px 26px 20px;
  display: inline-block;
  line-height: 1;
  background: #fee6ae url(../img/top_voice_btn_arrow.png) no-repeat right 20px bottom 22px;
}
  .daltofoam_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .daltofoam_list ul li {
    border: 1px solid #ccc;
    padding: 2%;
    float: left;
    width: 48%;
    margin: 0 1% 40px;
  }

  .daltofoam_list ul li:nth-child(1),
  .daltofoam_list ul li:nth-child(2),
  .daltofoam_list ul li:nth-child(3) {
    height: auto;
  }

/*
  .daltofoam_list ul li:nth-child(4),
  .daltofoam_list ul li:nth-child(5),
  .daltofoam_list ul li:nth-child(6),
  .daltofoam_list ul li:nth-child(7),
  .daltofoam_list ul li:nth-child(8),
  .daltofoam_list ul li:nth-child(9) {
    height: 300px;
  }
*/
/*

  .daltofoam_list ul li:nth-child(3),
  .daltofoam_list ul li:nth-child(6),
  .daltofoam_list ul li:nth-child(9) {
    margin-right: 2.5%;
  }
*/
}

/* 
plan */
ul.plan_3col:after {
  content: "";
  display: block;
  clear: both;
}

ul.plan_3col li {
  float: left;
  width: 30%;
}

ul.plan_3col li img {
  max-width: 100%;
}

ul.plan_3col li h3 {
  text-align: center;
  height: 70px;
  line-height: 90px;
  margin-bottom: 40px;
}

ul.plan_3col li h3 img {
  height: 40px;
}

ul.plan_3col li h3.plan_ti_1 img {
  height: 70px;
}

ul.plan_3col li .plan_img {
  margin-bottom: 20px;
}

ul.plan_3col li:nth-child(1),
ul.plan_3col li:nth-child(2) {
  margin-right: 5%;
}

ul.plan_3col li dl {
  margin-top: 20px;
}

ul.plan_3col li dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background: #efefef;
  line-height: 1;
  margin-bottom: 10px;
}

ul.plan_3col li dl dd {
  padding: 0 20px;
}

@media screen and (min-width:1100px) {
  .plan_3col_2 {
    margin-top: 40px;
  }

  ul.plan_3col_1 li p {
    min-height: 140px;
  }

  .plan_3col_2 p {
    min-height: 160px;
  }

  ul.plan_3col_1 li .plan_shiyou {
    height: 220px;
  }

  ul.plan_3col_2 li .plan_shiyou {
    height: 280px;
  }
}

@media screen and (max-width:750px) {
  ul.plan_3col {
    padding: 0 20px;
  }

  ul.plan_3col li {
    float: none;
    width: 100%;
  }

  ul.plan_3col_1 li p {
    min-height: auto;
  }

  .plan_3col_2 p {
    min-height: auto;
  }

  ul.plan_3col_1 li .plan_shiyou {
    height: auto;
  }

  ul.plan_3col_2 li .plan_shiyou {
    height: auto;
  }
}

/*404ページ*/
.notfound {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}

.notfound span {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.notfound + a {
  display: block;
  width: 280px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 10px 0;
  background: rgb(37,23,20);
  color: #fff;
}

/*New Slider*/
#main_slide01{
	position: relative;
	display: block;
	width: 1100px;
	height: 550px;
	margin: 0 auto;
}
/*#slide_03 > li[aria-hidden="false"] {
    animation: anime_zoom 4s linear;
}
#slide_03 > li[aria-hidden="true"] {
    transform: scale(1.2);
}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}*/
.slide-inner-catch{
	position: absolute;
	top:15px;
	left: 20px;
	color: rgba(255,255,255,.9);
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	font-size: 50px;
	font-weight: bold;
	line-height: 1.3;
	z-index: 10000;
}
.slide_03 li img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:750px) {
	#sp_main_slide_01{
		/*margin-top: 78px;*/
  padding-top: 78px;
  	}
	#sp_main_slider_01{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.slide-inner-catch{
		position: absolute;
		top:15px;
		left: 20px;
		color: rgba(255,255,255,.9);
		text-shadow: 0 0 10px rgba(0,0,0,.5);
		font-size: 8vw;
		font-weight: bold;
		line-height: 1.3;
		z-index: 100;
	}
}
/* コラム（注文住宅の間取り） */
.single-colums .contaigner h2{
	margin: 56px 0 20px !important;
}
.single-colums .contaigner p{
	margin: 15px 0;
}
.single-colums .contaigner img{
	margin: 20px 0;
	padding: 10px;
	background: rgba(255,255,255,1.00);
	border: 1px solid rgba(0,0,0,.2);
}
.single-colums .contaigner .mokuji-cont{
	margin: 40px 0;
	padding: 40px 60px;
	border: 1px solid rgba(0,0,0,.2);
}
.single-colums .contaigner .mokuji-title{
	margin-bottom: 40px;
	font-size: 20px;
}
.single-colums .contaigner .mokuji li{
	margin: 20px 0 20px 20px;
	list-style: disc;
}
.single-colums .contaigner .mokuji li a{
	color: #000;
}
@media screen and (max-width:750px) {
	.single-colums .contaigner h2{
	margin: 56px 0 20px !important;
}
.single-colums .contaigner p{
	margin: 15px 0;
}
.single-colums .contaigner img{
	margin: 20px 0;
	padding: 10px;
	background: rgba(255,255,255,1.00);
	border: 1px solid rgba(0,0,0,.2);
}
.single-colums .contaigner .mokuji-cont{
	margin: 40px 0;
	padding: 25px 20px;
	border: 1px solid rgba(0,0,0,.2);
}
.single-colums .contaigner .mokuji-title{
	margin-bottom: 20px;
	font-size: 20px;
}
.single-colums .contaigner .mokuji li{
	margin: 20px 0 20px 20px;
	list-style: disc;
}
.single-colums .contaigner .mokuji li a{
	color: #000;
}
}