@charset "utf-8";


#factory .mod_ttl_01{
  margin-bottom: 6%;
}
#factory .mod_ttl_02,
#factory .mod_ttl_03{
  margin-bottom: 1.5em;
}
#factory .mod_ttl_04{
  margin-bottom: 1em;
}

@media screen and (max-width:767px){
#factory .mod_ttl_01{
  margin-bottom: 10%;
}
}



#factory a.link_und_line{
  text-decoration: underline;
}



/********* 主な製造商品 *********/
#factory .bland{
margin-top: 7%;
}
#factory .bland .mod_column_flex{
justify-content: space-around;
width: 77.65%;
margin: auto;
}
#factory .bland .mod_column_flex > *{
flex-basis: calc((100% - 80px) / 3);
}
#factory .bland a{
display: block;
}
#factory .bland figure{
text-align: center;
}
#factory .bland img{
height: auto;
margin-bottom: 1em;
border: 1px solid #ccc;
}
#factory .bland figcaption{
display: inline-block;
text-align: left;
}

@media only screen and (max-width: 767px){

#factory .bland .mod_column_flex{
justify-content: space-between;
width: 100%;
}
#factory .bland .mod_column_flex > *{
flex-basis: calc((100% - 40px) / 2);
}
}



/********* おすすめ *********/
#factory .reco_box{
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1em;
}

#factory .reco_box .reco_img,
#factory .reco_box .reco_data{
  float: left;
}
#factory .reco_box .reco_img{
  width: 176px;
}
#factory .reco_box .reco_data{
  width: calc(100% - 176px);
}

@media only screen and (max-width: 767px){
#factory .reco_box .reco_img{
  width: 40%;
}
#factory .reco_box .reco_data{
  width: 60%;
}
}


/********* 流れ *********/

#factory .list .mod_column_2_1{margin-top: 4%;}
#factory .list .mod_column_2_1 .img{flex-basis: 38%;}
#factory .list .img figure + figure{margin-top: 2em;}
#factory .list .mod_column_2_1 .txt{flex-basis: 58%;}
#factory .list .txt p + p{margin-top: 1.7em;}
#factory .list .list_ttl{
  padding: 0.75em 0;
  font-weight: bold;
}
@media screen and (max-width:767px){
#factory .list .mod_column_2_1{
margin-top: 2em;
}
#factory .list .img figure + figure{
margin-top: 1em;
}
#factory .list .mod_column_2_1 .img{
flex-basis: 100%;
}
#factory .list .mod_column_2_1 .txt{
flex-basis: 100%;
margin-top: 0.5em;
}
}



/********* アクセス *********/
#factory .map .mod_ttl_03{
  margin-top: 2em;
}

#factory .map .img{
  margin-bottom: 3%;
}
#factory .map .img img{
  width: auto;
  max-width: 100%;
}
#factory .map .mod_list_circle{
  margin-bottom: 0.5em;
}

#factory .map .mod_list_asterisk ul li{
  font-size: 1.4rem;
  line-height: 1.5;
}


@media only screen and (max-width: 767px){
#factory .map .img img{
  width: 100%;
}

}

/********* お申し込み方法 *********/

#factory .inquiry{
  display: flex;
  flex-wrap: wrap;
}
#factory .inquiry.right_only{
  flex-direction : row-reverse
}
#factory .inquiry .tel,
#factory .inquiry .mail,
#factory .inquiry .fax,
#factory .inquiry .check{
  border: 1px solid #ccc;
  padding: 1em 1em 2em 1em;
  flex-basis: 49%;
}
#factory .inquiry .tel,
#factory .inquiry .mail,
#factory .inquiry .fax,
#factory .inquiry .check{
max-width:49%; /* IE対策 */
}
#factory .inquiry .tel{
  margin-right: 2%;
}
#factory .inquiry .ttl{
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2em auto;
  padding: 1em 0 1em 2.3em;
  border-bottom: 1px solid #ccc;
  margin-bottom:2em;
  font-size: 1.9rem;
  line-height: 1.7;
  font-weight: bold;
}
#factory .inquiry .tel .ttl{
  background-image: url(/fun/factory/image/icon_tel.svg);
}
#factory .inquiry .mail .ttl{
  background-image: url(/fun/factory/image/icon_mail.svg);
}
#factory .inquiry .fax .ttl{
  background-image: url(/fun/factory/image/icon_fax.svg);
}
#factory .inquiry .check .ttl{
  background:none;
  padding: 1em 0;
  text-align: center;
}
#factory .inquiry .date{
  text-align: center;
}
#factory .inquiry .date .num{
  font-weight: bold;
  color:#FF0004;
  font-size: 3rem;
}
#factory .inquiry .date dt{
  font-weight: bold;
  margin-top: 1em;
}
#factory .inquiry .mail .date dt,
#factory .inquiry .check .date dt{
  margin-top: 3em;
}

#factory .inquiry .fax_ex{
  flex-basis: 49%;
  margin-top: 0.5em;
}
#factory .inquiry .fax_ex{
max-width:49%; /* IE対策 */
}
#factory .inquiry .fax_ex div{
  margin-bottom: 1.5em;
}
#factory .inquiry .fax_ex div:last-child{
  margin-bottom: 0;
}
#factory .inquiry .fax_ex a{
  font-size: 1.3rem;
}

#factory .pdfBox{
  margin-top: 12%;
}
#factory .pdfBox a{
  text-decoration: underline;
}

@media only screen and (max-width: 767px){

  #factory .inquiry .tel,
  #factory .inquiry .mail,
  #factory .inquiry .fax,
  #factory .inquiry .fax_ex,
  #factory .inquiry .check{
    margin: 0 0 1em 0;
    flex-basis: 100%;
  }
  #factory .inquiry .ttl{
    background-size:1.5em auto;
    padding: 1em 0 1em 2em;
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  #factory .inquiry .date .num a{
    color:#FF0004;
  }
  #factory .inquiry .mail .date dt{
    margin-top:1em;
  }
#factory .inquiry .tel,
#factory .inquiry .mail,
#factory .inquiry .fax,
#factory .inquiry .check{
max-width:100%; /* IE対策 */
}
#factory .inquiry .fax_ex{
max-width:100%; /* IE対策 */
}
}




#factory .reserv_note{
  width: 300px;
  margin: 1em 0 auto auto;
}

#factory .to_factory{
  width: 300px;
  margin: 3em auto 0;
}

@media only screen and (max-width: 767px){
#factory .reserv_note,
#factory .to_factory{
  width: 100%;
}
}




/*===========================================
privacy
===========================================*/
.privacy .mod_box_01{
padding: 1.5em;
}
.privacy .txt{
margin-top: 1em;
}

@media screen and (max-width:767px){
.privacy .mod_box_01{
    padding: 1em;
}
}

/*===========================================
formTable
===========================================*/
.form{
margin-top: 3%;
}
.form .txtBlock .mod_icon_txt_required{
    margin-right: 0.5em;
}
.form .ttlBlock{
margin-top: 3%;
}
.form .ttlBlock .mod_ttl_04 .mod_ttl{
padding: 0.5em 1em;
}
.form .ttlBlock .mod_ttl_04 .mod_ttl > *{
font-size: 2.8rem;
}
.formTable{
margin-top: 1em;
}
.formTable table{
width: 100%;
}
.formTable tr{
border-top: 1px solid #ccc;
}
.formTable tr:last-child{
border-bottom: 1px solid #ccc;
}
.formTable th{
width: 25.5%;
padding: 1em;
font-weight: bold;
white-space: nowrap;
vertical-align: middle;
background: #fafafa;
}
.formTable th small{
font-weight: normal;
font-size: 1.4rem;
}
.formTable th small.mod_txt_bold{
font-weight: bold;
}
.formTable td{
width: 74.5%;
padding: 1em 0 1em 2em;
font-size: 1.4rem;
}
.formTable td p{
font-size: 1.4rem;
}
.formTable input,
.formTable select,
.formTable textarea{
border-radius: 3px;
}
.formTable input{
display: block;
width: 100%;
border: 1px solid #ccc;
padding: 0.75em 1em;
font-size: 1.6rem;
background: #fafafa;
outline: none;
}
.formTable select{
width: 100%;
border: none;
padding: 1em 0.5em;
font-size: 1.6rem;
background-color: transparent;
outline: none;
}
.formTable textarea{
display: block;
width: 100%;
border: 1px solid #ccc;
background: #fafafa;
}
.formTable .flex{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.formTable .flex > * + *{
margin-left: 0.5em;
}
.formTable .select{
border: 1px solid #ccc;
border-radius: 3px;
background: #fafafa;
}
.formTable .error{
margin: 0 0 0.5em 0;
}
.formTable .name .inputArea{
width: 70%;
}
.formTable .age .inputArea{
width: 5em;
}
.formTable .job .inputArea{
width: 70%;
}
.formTable .zip .inputArea{
width: 8em;
}
.formTable .address1 .inputArea{
width: 15em;
}
.formTable .address2 .inputArea{
width: 100%;
}
.formTable .mail1 .inputArea{
width: 70%;
}
.formTable .mail2 .inputArea{
width: 70%;
}
.formTable .contact1 .inputArea{
width: 8em;
}
.formTable .contact_other .inputArea{
width: 8em;
}
.formTable .contact2 * + .inputArea{
margin-left: 3em;
}
.formTable .contact2 input[type="radio"]{
display: none;
}
.formTable .contact2 input[type="radio"] + label{
position: relative;
padding-left: 25px;
}
.formTable .contact2 input[type="radio"] + label:before,
.formTable .contact2 input[type="radio"] + label:after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.formTable .contact2 input[type="radio"] + label:before{
width: 18px;
height: 18px;
border: 1px solid #ccc;
border-radius: 16px;
}
.formTable .contact2 input[type="radio"] + label:after{
left: 3px;
width: 12px;
height: 12px;
border-radius: 12px;
background: #E30934;
opacity: 0;
}
.formTable .contact2 input[type="radio"]:checked + label:after{
opacity: 1;
}
.formTable .guest .inputArea{
width: 15em;
}
.formTable .guest_name .flex{
flex-wrap: nowrap;
}
.formTable .guest_name .inputArea:nth-child(1){
width: 70%;
}
.formTable .guest_name .inputArea:nth-child(2){
width: 5em;
margin: 0 0 0 40px;
}
.formTable .guest_name .inputArea + div p{
margin-top: 1.75em;
}
.formTable .guest_name td > div + div{
margin-top: 1em;
}
.formTable .comment .inputArea{
width: 100%;
}
.formTable .mod_list_asterisk{
margin-top: 0.5em;
}
.formTable p + .mod_list_asterisk{
margin-top: 0;
}
.formTable .mod_txt_02{
margin-top: 0.5em;
}
.btnb_txt{
margin: 6% auto 0 auto;
text-align: center;
}
.form_btn{
display: flex;
justify-content: center;
max-width: 300px;
width: 100%;
margin: 6% auto 0 auto;
}

.check_btn{
max-width: 600px;
}

.form_btn > *{
flex-grow: 1;
margin-right: 1em;
flex-basis: 250px;
}
.form_btn > *:last-child{
margin-right: 0;
}


@media screen and (max-width:767px){
.form{
margin-top: 12%;
}
.form .ttlBlock .mod_ttl_04 .mod_ttl > *{
font-size: 1.8rem;
}
.formTable{
width: calc(100% + 40px);
margin-left: -20px;
}
.formTable table,
.formTable tbody,
.formTable tr,
.formTable th,
.formTable td{
display: block;
width: auto;
padding: 0;
}
.formTable th,
.formTable td{
padding: 1em 20px;
}
.formTable .mod_list_asterisk{
margin: 0;
}
.formTable .inputArea{
width: 100%;
margin: 0 0.5em 0.5em 0;
}
.formTable .inputArea + div{
margin-right: 0.5em;
margin-left: 0;
}
.formTable .name .inputArea{
flex-basis: 100%;
margin-right: 0;
}
.formTable .job .inputArea{
width: 100%;
margin-right: 0;
}
.formTable .zip .inputArea{
width: 6em;
}
.formTable .address1 .inputArea{
width: 100%;
margin-right: 0;
}
.formTable .mail1 .inputArea{
width: 100%;
margin-right: 0;
}
.formTable .mail2 .inputArea{
width: 100%;
}
.formTable .contact1 .inputArea{
flex-grow: 1;
width: 6em;
}
.formTable .contact_other .inputArea{
flex-grow: 1;
width: 6em;
}
.formTable .contact2 .inputArea{
width: auto;
}
.formTable .guest_name .inputArea:nth-child(2){
margin-left: 20px;
margin-right: 0.5em;
}
.btnb_txt{
margin: 10% auto;
}

.form_btn{
flex-wrap: wrap;
}
.form_btn > *{
flex-basis: 100%;
margin-right: 0;
margin-bottom: 1em;
}
}

/*===========================================
ssl
===========================================*/
.ssl{
display: flex;
justify-content: center;
margin-top: 6%;
}
.ssl .flex{
display: flex;
align-items: center;
border: 1px solid #ccc;
padding: 1em;
}
.ssl .flex .txt{
flex-grow: 1;
padding-left: 1em;
}
.ssl .flex .txt a{
font-weight: bold;
}

@media screen and (max-width:767px){
.ssl{
margin-top: 12%;
}
.ssl .flex{
align-items: flex-start;
}
.ssl .flex .img img{
width: 100px;
}
}


