<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;*/
}
#headimg {
  height: 340px;
  background: url(../img/header_image.jpg) center top no-repeat;
}
#mainimg {
  padding: 40px 16px;
  text-align: center;
  border-bottom:10px solid #FBDEDE;
}
#mainimg.thanks {
  padding: 40px 16px 70px 16px;
  text-align: center;
  border-bottom:none;
}
#mainimg h2 {
  margin-bottom: 15px;
}

#mainimg h3 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #EE7C7C;
}
#mainimg p.sub_title {
  font-size: 18px;
  margin-bottom: 370px;
  color: #EE7C7C;
  font-weight: bold;
}
#mainimg p.main_comment {
  line-height: 1.6;
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


#contact_form{
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  padding: 30px 16px 150px 16px;
  text-align: center;
}
#contact_form h2 {
  margin-bottom: 30px;
  line-height: 1.4;
}

#contact_form p.main_comment {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
.red{
  color: #D03962;
}

.form_table{
  width: 100%;
  border-collapse:separate;
  border-spacing:0px;
}

.form_table th{
  width: 25%;
  vertical-align: top;
  text-align: left;
  padding: 25px 0;
  border-top: 2px dotted #E4DAC8;
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.form_table td{
  width: 75%;
  vertical-align: top;
  text-align: left;
  padding: 25px 0;
  border-top: 2px dotted #E4DAC8;
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.form_table .colspan{
  border-top:none;
}
.form_table .pd0{
  padding-bottom: 0;
}
.form_table td img {
  height: auto;
  line-height: 1;
  vertical-align: middle;
}


.form_table td ul li{
  display: inline-block;
  margin-right: 20px;
}
.form_table td.date ul li{
 min-width: 140px;
}
.form_table td.date ul li:first-child{
  min-width: 210px;
}

.form_table input[type="text"],
.form_table input[type="email"],
.form_table input[type="tel"]{
  max-width : 90%;
  height : 2em;
  padding : 2px 2%;
  border : 1px solid #BFBFBF;
  background : #fff;
  -webkit-appearance : none;
  font-size : 100%;
  font-family : inherit;
  margin-bottom : 7px;
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.form_table input[type="text"]:focus,
.form_table input[type="email"]:focus,
.form_table input[type="tel"]:focus,
.form_table textarea:focus{
  -webkit-box-shadow : 0px 0px 5px #55ccff;
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #BFBFBF;
  background : #ffffff;
}

.form_table ul li input[type="radio"],
.form_table ul li input[type="checkbox"]{
  margin-right : 10px;
  margin-top : 7px;
}

.form_table ul li:first-child input[type="radio"],
.form_table ul li:first-child input[type="checkbox"]{
  margin-top : 0px;
}

.form_table select{
  font-size : 100%;
  font-family : inherit;
  margin-top : 10px;
}

.form_table textarea{
  display : block;
  width : 90%;
  max-width : 90%;
  height : 200px;
  padding : 2px 2%;
  resize : vertical;
  border : 1px solid #BFBFBF;
  border-radius : 3px;
  background : #fff;
  -webkit-appearance : none;
  font-size : 100%;
  font-family : inherit;
}


.form_table ul{
  list-style-type : none;
}

.form_table ul li label:hover{
  cursor : pointer;
}



.form_table input.big{
  width : 90%;
}

.form_table label.calender{
  position: relative;
}
.form_table label.calender:after{
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  background: url(../img/calender.png) center center no-repeat;
  width: 50px;
  height: 37px;
  border-left: 1px solid #BFBFBF;
}
.form_table select {
  width: 213px;
  height: 2em;
  padding: 6px;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: url(../../contact/img/icon_select.png) no-repeat right 10px center, #fff;
  background-size: auto 100%;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  margin: 0;
}
.btn_wrap{
  text-align: center;
  margin: 100px 0 0px 0;
}
.btn_wrap p{
  text-align: center;
  font-size: 18px;
}
.btn_wrap p span{
  text-align: center;
  font-size: 16px;
  display: block;
}
#btn_submit{
  display: inline-block;
  background: #EE7C7C;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px 60px;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
}


#dial{
  background: #EE7C7C url(../img/dial.png) center top no-repeat;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 150px;
}
#dial .inner{
  color: #fff;
  text-align: center;
}
#dial h2 {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
#dial h3 {
  font-size: 19px;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
}
#dial h4 {
  font-size: 19px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
#dial .tel {
  font-size: 53px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
#dial .tel a {
  color: #fff;
  padding-left: 40px;
  background: url(../img/tel.png) left bottom 15px no-repeat;
}
#dial .time {
  color: #fff;
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


/* responsive*/
@media screen and (max-width: 768px) {
  #headimg {
    height: auto;
    background: none;
  }
  #mainimg {
    padding: 16px 16px;
    width: 100%;
    margin: 0 auto;
  }
  #mainimg h3 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #mainimg p.sub_title {
    margin-bottom: 20px;
  }
  #contact_form p.main_comment {
    margin-bottom: 40px;
  }
  
  .form_table th, .form_table td {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
  .form_table th{
font-weight: bold;}
  .form_table td {
    border-top: none;
    padding:0 0 15px 0;
  }
  .form_table input[type="text"],
  .form_table input[type="email"],
  .form_table input[type="tel"]{
    max-width : 100%;
    height : 1.5em;
    padding : 2px 2%;
  }
  .form_table td ul li {
    display: inline-block;
    margin-right: 0px;
  }
  .form_table td.date ul li {
    min-width: 100px;
  }
  .form_table td.date ul li:first-child {
    min-width: 150px;
  }
  .form_table label.calender:after {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    background: url(../img/calender.png) center center no-repeat;
    width: 34px;
    height: 1.5em;
    border-left: 1px solid #BFBFBF;
  }
  .small{
    width: 70px;
  }
  .btn_wrap {
    text-align: center;
    margin: 40px 0 0px 0;
  }
  #contact_form {
    padding: 30px 16px 50px 16px;
  }
  #dial{
    background: #EE7C7C url(../img/dial_sp.png) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 28% 10px;
  }
  
  #dial {
    margin-bottom: 40px;
  }
  #dial h2 {
    font-size: 40px;
  }
  #dial h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}</pre></body></html>