@charset "utf-8";

/*****************************************************************************
CSS only for /sumu2/madori-s/search/kodate/
*****************************************************************************/
/* mod_section
-----------------------------------------*/
.mod_section{
  padding-bottom: 70px;
}

/* Title01
-----------------------------------------*/
.Title01{
  margin-top: 56px;
  padding-bottom: 25px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-align:center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Title01{
  font-size: 20px;
  padding-bottom: 20px;
}
}

.Title01::after{
  position: absolute;
  bottom: 0;
  left :50%;
  right: 0;
  content: "";
  margin-left: -38px;
  width:76px;
  height: 1px;
  background-color: #333333;
}

/* Pagelink
-----------------------------------------*/

.Pagelink {
  margin-top: 50px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Pagelink {
    margin: 50px -10px 0 -10px;
  }
}

.Pagelink ul {
  position: relative;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Pagelink ul {
    padding: 0 10px;
  }
}

.Pagelink ul::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #CCCCCC;
}

.Pagelink ul li {
  position: relative;
  width: 400px;
  z-index: 2;
}

.Pagelink ul li span,
.Pagelink ul li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 59px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: #333333;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #333;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Pagelink ul li span,
  .Pagelink ul li a {
    font-size: 14px;
    line-height: 1.3;
  }
}

.Pagelink ul li span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-top: 10px solid #333;
  border-left: 6px solid transparent;
}

.Pagelink ul li a {
  background-color: #EEEEEE;
  border-bottom: 2px solid #CCCCCC;
}

.Pagelink ul li a:link {
  color: #999;
  text-decoration: none;
}

.Pagelink ul li a:visited {
  color: #999;
  text-decoration: none;
}

.Pagelink ul li a:hover {
  color: #999;
  text-decoration: none;
}

.Pagelink ul li a:focus {
  color: #999;
  text-decoration: none;
}

.Pagelink ul li a:active {
  color: #999;
  text-decoration: none;
}


/* Form
-----------------------------------------*/

.Form {
  margin: 0 auto;
  margin-top: 40px;
  width: 800px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Form {
    width: auto;
  }
}

p.Form__lead {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  p.Form__lead {
    line-height: 1.3;
    font-size: 14px;
  }
}

table.Form__tbl {
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #EFEFEF;
}

table.Form__tbl th {
  width: 229px;
  padding: 40px 0 0 40px;
  background-color: #EFEFEF;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  border-bottom: solid 1px #FFF;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  table.Form__tbl th {
    width: 120px;
    padding: 40px 0 0 20px;
    font-size: 16px;
  }
}

table.Form__tbl td {
  padding: 40px 0 40px 40px;
  background-color: #FFF;
  font-weight: bold;
  border-bottom: solid 1px #EFEFEF;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  table.Form__tbl td {
    padding: 40px 0 40px 20px;
  }
}

table.Form__tbl td ul li {
  margin-top: 20px;
}

table.Form__tbl td ul li:nth-child(1) {
  margin-top: 0;
}


/* Form__radio */

.Form__radio input {
  display: none;
}

.Form__radio input + label {
  padding-left: 30px;
  position: relative;
  display: block;
}

.Form__radio input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
}

.Form__radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #EB8328;
  border-radius: 50%;
}


/* Form__select */

.Form__select {
  overflow: hidden;
  width: 200px;
  position: relative;
  border: 2px solid #333;
  border-radius: 4px;
  background: #ffffff;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Form__select {
    width: 90%;
  }
}
  .Form__select::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    content: '';
    background: #FFF url('/sumu2/madori-s/search/kodate/img/bg_select.png') no-repeat center center;
    pointer-events: none;
  }
  .Form__select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none;
    padding: 8px 0 8px 8px;
    font-size: 14px;
    font-weight: bold;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
    .Form__select select {
      font-size: 16px;
    }
  }

/* Form__btn */
  .Form__btn {
    margin: 40px 0;
  }
  .Form__btn ul {
    position: relative;
    display: flex;
    justify-content: center;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
    .Form__btn ul {
      display: block;
    }
  }
  .Form__btn ul li {
    position: relative;
    margin: 0 10px;
    width: 200px;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
    .Form__btn ul li {
      margin: 0 10px 15px 10px;
      width: auto;
    }
  }

  /* Form__memo */
  .Form__memo {
    font-size: 12px;
  }
  .Form__memo ul li {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  /* Required
-----------------------------------------*/
  .Required {
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #D54343;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
    .Required {
      margin-left: 0;
      margin-top: 10px;
      color: #FFF;
      font-size: 11px;
      font-weight: bold;
      vertical-align: middle;
    }
  }
  /* Caution
-----------------------------------------*/
  .Caution {
    margin: 0 auto;
    width: 800px;
    margin-top: 45px;
    line-height: 1.5;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
    .Caution {
      width: auto;
    }
  }
  .Caution dt {
    font-weight: bold;
    font-size: 14px;
  }
  .Caution dd {
    font-size: 12px;
  }
  .Caution ol li {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.7;
  }

  /* Btn
-----------------------------------------*/
.Btn{
  position: relative;
}
  .Btn input,
  .Btn a {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #333333;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50px;
    border: none;
  }
.Btn a:link    {color:#FFF; text-decoration: none;}
.Btn a:visited {color:#FFF; text-decoration: none;}
.Btn a:hover   {color:#FFF; text-decoration: none;}
.Btn a:focus   {color:#FFF; text-decoration: none;}
.Btn a:active  {color:#FFF; text-decoration: none;}

  .Btn.Btn--small input,
  .Btn.Btn--small a{
    font-size: 14px;
  }

  .Btn.Btn--arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
  }
  .Btn.Btn--gray.Btn--arrow::after,
  .Btn.Btn--gray.Btn--arrow::after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
  }
  .Btn.Btn--backArrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(-135deg);
  }
  .Btn.Btn--gray.Btn--backArrow::after,
  .Btn.Btn--gray.Btn--backArrow::after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
  }
  .Btn.Btn--gray input,
  .Btn.Btn--gray a {
    background-color: #EEEEEE;
    color: #333;
  }
.Btn.Btn--gray a:link    {color:#333;}
.Btn.Btn--gray a:visited {color:#333;}
.Btn.Btn--gray a:hover   {color:#333;}
.Btn.Btn--gray a:focus   {color:#333;}
.Btn.Btn--gray a:active  {color:#333;}

  .Btn.Btn--orange input,
  .Btn.Btn--orange a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb8328+0,f0c159+100 */
background: #eb8328; /* Old browsers */
background: -moz-linear-gradient(left,  #eb8328 0%, #f0c159 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #eb8328 0%,#f0c159 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #eb8328 0%,#f0c159 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8328', endColorstr='#f0c159',GradientType=1 ); /* IE6-9 */
border-radius: 50px;
  }


  /* Result
-----------------------------------------*/
.Result{
  margin:25px 0 56px 0;
  text-align:center;
}
.Result p{
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Result p{
  font-size: 16px;
}
}

.Result p strong{
  font-size: 36px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Result p strong{
  font-size: 28px;
}
}

  /* List
-----------------------------------------*/
.List{
  margin:0 auto;
  width:800px;
  border-top: solid 1px #CCC;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List{
  width:auto;
}
}
.List__block{
  border-bottom: solid 1px #CCC;
}
.List__title{
  margin:44px 0 33px 20px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__title{
  margin:22px 0 15px 0;
}
}


.List__body{
  display: flex;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__body{
  display: block;
}
}
.List__img{
  width:50%;
  text-align:center;
  box-sizing:border-box;
  padding: 0 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__img{
  width:auto;
  display: flex;
  padding: 0;
}
}
.List__img img{
  max-width: 100%;
  height: auto;
  border:solid 1px #DEDEDE;
}
.List__img figure{
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__img figure{
  width: 50%;
  box-sizing:border-box;
  padding:5px;
  margin-bottom: 0;
  display: block;
}
}
.List__img figure:last-child{
  margin-bottom: 0;
}
.List__img figure figcaption{
  font-weight: bold;
  font-size: 16px;
  width: 40px;
  order: 1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__img figure figcaption{
 width: auto;
  margin-top: 5px;
 text-align:left;
}
}
.List__img figure span{
  flex: 1;
  order: 2;
}
.List__data{
  width:50%;
  box-sizing:border-box;
  padding: 0 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__data{
  width:auto;
  margin-top: 10px;
  padding: 0;
}
}

dl.List__datalist{
  font-size: 14px;

}
dl.List__datalist:after {
content: "";
display: block;
clear: both;
}
dl.List__datalist dt{
  float: left;
  box-sizing:border-box;
  width:50%;
  padding:10px 0 10px 40px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
dl.List__datalist dt{
  width:40%;
  padding:10px;
}
}

dl.List__datalist dd{
  padding: 10px 0 10px 50%;
  border-top:solid 1px #CCC;
/*  border-top:dashed 1px #CCC;*/
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
dl.List__datalist dd{
  padding: 10px 0 10px 45%;
}
}
dl.List__datalist.List__datalist--dashed dt{
  padding-top: 7px;
  padding-bottom: 5px;
}
dl.List__datalist.List__datalist--dashed dt:nth-of-type(1){
  padding-top: 10px;
  padding-bottom: 10px;
}
dl.List__datalist.List__datalist--dashed dd{
  padding-top: 6px;
  padding-bottom: 5px;
  border-top:dashed 1px #CCC;
}
dl.List__datalist.List__datalist--dashed dd:nth-of-type(1){
  padding-top: 10px;
  padding-bottom: 10px;
}
.List__data dl:nth-child(1) dd:nth-of-type(1){
  border-top: none;
}

.List__more{
  margin: 30px 0 40px 0;
}
.List__more p{
  margin:0 auto;
  width:300px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.List__more p{
  width:auto;
}
}


  /* Pageback
-----------------------------------------*/
.Pageback{
  margin:0 auto;
  margin-top: 70px;
  width:300px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Pageback{
  width: auto;
}
}

  /* LinkBtn
-----------------------------------------*/
  .LinkBtn {
    margin: 46px 0 0 0;
    text-align: center;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
  .LinkBtn {
    margin: 46px 10px 0 10px;
    text-align: center;
  }
}
  .LinkBtn p a {
    position: relative;
    display: inline-block;
    width: 350px;
    border: 2px solid #333333;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
  }
  @media only screen and (max-width:640px) and (max-device-width:1280px) {
    .LinkBtn p a {
      display: block;
      width: auto;
    }
  }
  .LinkBtn p a span{
    display: inline-block;
    padding: 26px 30px 26px 35px;
    background: transparent url('/sumu2/madori-s/search/kodate/img/icon_mansion.png') no-repeat left 50%;
  }
  .LinkBtn p a:link {
    color: #333;
    text-decoration: none;
  }
  .LinkBtn p a:visited {
    color: #333;
    text-decoration: none;
  }
  .LinkBtn p a:hover {
    color: #333;
    text-decoration: none;
  }
  .LinkBtn p a:focus {
    color: #333;
    text-decoration: none;
  }
  .LinkBtn p a:active {
    color: #333;
    text-decoration: none;
  }
  .LinkBtn p a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
  }


/* Madori
-----------------------------------------*/
.Madori{
  margin-bottom: 40px;
}
.Madori__title{
  margin: 70px 0 40px 0;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori__title{
  margin: 45px 0 30px 0;
  font-size: 20px;
}
}

.Madori__dataTitle{
  margin-bottom: 15px;
  padding: 8px 8px 8px 20px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 1px #DEDEDE;
}
.Madori_img{
  margin: 0 auto;
  width: 752px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori_img{
  width: auto;
}
}
.Madori_img figure img{
  border:solid 1px #DEDEDE;
}
.Madori_img figure figcaption{
  margin: 15px 0 40px 0;
  font-weight: bold;
  font-size: 20px;
  text-align:left;
}
.Madori__body{
  margin: 0 auto;
  margin-top: 60px;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori__body{
  margin-top: 30px;
  width: auto;
  display: block;
}
}
.Madori__data{
  width: 380px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori__data{
  width: auto;
}
}
.Madori__dl{
  width: 380px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori__dl{
  margin-top:20px;
  width: auto;
}
}
.Madori__data dl.Madori__datalist{
  font-size: 14px;
}
.Madori__data dl.Madori__datalist:after {
content: "";
display: block;
clear: both;
}
.Madori__data dl.Madori__datalist dt{
  float: left;
  box-sizing:border-box;
  width:40%;
  padding:10px 10px 10px 20px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori__data dl.Madori__datalist dt{
  width:40%;
  padding:10px;
}
}
.Madori__data dl.Madori__datalist dd{
  padding: 10px 0 10px 40%;
  border-top:solid 1px #CCC;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Madori__data dl.Madori__datalist dd{
  padding: 10px 0 10px 45%;
}
}
dl.Madori__datalist.Madori__datalist--dashed dt{
  padding-top: 7px;
  padding-bottom: 5px;
}
dl.Madori__datalist.Madori__datalist--dashed dt:nth-of-type(1){
  padding-top: 10px;
  padding-bottom: 10px;
}
dl.Madori__datalist.Madori__datalist--dashed dd{
  padding-top: 6px;
  padding-bottom: 5px;
  border-top:dashed 1px #CCC;
}
dl.Madori__datalist.Madori__datalist--dashed dd:nth-of-type(1){
  padding-top: 10px;
  padding-bottom: 10px;
}
.Madori__data dl:nth-of-type(1) dd:nth-of-type(1){
  border-top: none;
}
.Madori__dl ul{
  margin-top: 25px;
}
.Madori__dl ul li{
  font-size: 14px;
  margin:14px 0 0 0;
  font-weight: bold;
}
.Madori__dl ul li a:link    {color:#333;}
.Madori__dl ul li a:visited {color:#333;}
.Madori__dl ul li a:hover   {color:#333;}
.Madori__dl ul li a:focus   {color:#333;}
.Madori__dl ul li a:active  {color:#333;}


/* Productlink
-----------------------------------------*/
.Productlink{
  margin:0 auto;
  margin-top: 70px;
  width: 800px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink{
  width: auto;
}
}
.Productlink__header{
  display:flex;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: solid 1px #DEDEDE;
}
.Productlink__header p{
  font-weight: bold;
  font-size: 12px;
}
.Productlink__header p a:link    {color:#333;}
.Productlink__header p a:visited {color:#333;}
.Productlink__header p a:hover   {color:#333;}
.Productlink__header p a:focus   {color:#333;}
.Productlink__header p a:active  {color:#333;}

.Productlink__title{
  margin-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.Productlink__list{

}
.Productlink__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -80px 0 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink__list ul {
  margin: 15px 0 0 0;
}
}
.Productlink__list ul li{
  width: 25%;
  margin-top: 12px;
  font-weight: bold;
  font-size: 14px;
  box-sizing:border-box;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Productlink__list ul li{
  width: 50%;
}
.Productlink__list ul li:nth-child(2n){
  padding-left: 20px;
}
}
.Productlink__list ul li a:link    {color:#333;}
.Productlink__list ul li a:visited {color:#333;}
.Productlink__list ul li a:hover   {color:#333;}
.Productlink__list ul li a:focus   {color:#333;}
.Productlink__list ul li a:active  {color:#333;}

/* Loadding
-----------------------------------------*/
#Loadding {
  margin: 50px 0;
  text-align: center;
}

#Loadding.Loadding--hidden {
  display: none;
}