@charset "UTF-8"

.pc { display: block !important; }
.sp { display: none !important; }

/* フォーム */
section.form_contact{
  width: 900px;
  margin:70px auto;
}
section.form_contact p.txt{
  color: #825f28;
  margin-bottom: 30px;
}
section.form_contact p.txt span{
  background-color: #ff665e;
  border-radius: 5.5px;
  display: inline-block;
  color: #fff;
  padding: 5px 7px;
  font-weight: bold;
  margin-right: 7px;
}
form{
  background: #fff;
  padding: 30px;
  background-image: url("assets/img/top/contact_img_bak.jpg");
  background-position: right bottom 560px;
  background-repeat: no-repeat;
  background-size: 577px;
  border: solid 10px #d7d7d7;
  border-radius: 10px;
  margin-top: 30px;
}
.form_contact{
	width: 960px;
	margin: auto;
	margin-bottom: 70px;
}
.p-top-contact_form_dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.p-top-contact_form_dl dt {
    width: 35%;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 3%;
    font-size: 15px;
}
.p-top-contact_form_dl dd {
    width: 62%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0px;
}
.p-top-contact_form_dl dd, .p-top-contact_form_dl dt {
    color: #825f28;
    font-weight: 700;
    line-height: 1;
}
.p-top-contact_form_item-state {
    font-size: 15px;
    border-radius: 5.5px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}
.p-top-contact_form_hissu {
    background-color: #ff665e;
}
.p-top-contact_form_none{
    background-color: #825f28;
}

[type="text"], [type="tel"], [type="email"], [type="number"], select, textarea {
    width: 100%;
    border: 1px solid #c0af93;
    border-radius: 7.5px;
    color: #825f28;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
    min-height: auto;
    background: #fff;
}
input.name{
  margin-left: 5px;
  width: auto;
  max-width: 150px;
}
input.age {
    max-width: 110px;
}
input.tel {
    width: 110px;
    margin: 0px 7px;
    margin-left: 7px;
}
input.tel:first-child {
    margin-left: 0px;
}
input.tel:last-child{
  margin-right: 0px;
}
dd.form-in2 span {
    font-size: 13px;
    font-weight: normal;
    color: #e38f51;
    margin-top: 5px;
    display: block;
}
dd.form-in2 select{
  width: auto;
  min-width: 155px;
  margin-right: 5px;
}
dd.form-in2 select:first-child{
  margin-bottom: 13px;
}
dd.form-in3_radio label{
  display: block;
  margin-bottom: 3px;
}
dd.form-in3_radio label:last-child{
  margin-bottom: 0px;
}
dd.form-in4 input, dd.form-in4 select{
  width: auto;
  width: 155px;
  min-width: 155px;
  margin-right: 5px;
}
button, input, select, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
form input[type="radio"]{
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.submit_btn input {
    background: #ff665e;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    max-width: 345px;
    display: block;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 8px 0;
    border:0px;
}
div.p-top-contact_form_privacy dt, div.p-top-contact_form_privacy dd{
  font-size: 11px;
  color: #5b3b27;
}
div.p-top-contact_form_privacy dl{
  margin-bottom: 14px;
}
.privacy_policy{
  margin-top: 3%;
}
.privacy_policy h2 {
    background: #ff7800;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;
}

/* 下層ページ　コロナ */
.inner_02{
  max-width: 1000px;
  margin: 0px auto;
  background: #fff;
  padding: 2%;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
}
.inner_02 h2{
  text-align: center;
  border: solid 2px #d71d1d;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 13px;
}
.inner_02 p{
  text-align: center;
}
.inner_02 p.img{
  text-align: center;
}

/* TOP バナー */
.top-bnr {
    text-align: center;
    margin: 40px 0px;
}

/* 各メディアも注目 */
#media {
    background: url('assets/img/top/bg_orange2.jpg') repeat 0 0;
    padding: 25px 0px 30px;
    margin-bottom: 70px;
}
#media #media .t-contents{
    width: 1120px;
    margin: 0px auto;
}
#media .t-contents .t-contentsinner {
    width: 835px;
    max-width: auto;
    margin: 0px auto 0px;
}

/* TOP コンテンツ */
#topmain-contents{
  max-width: 835px;
  width: 75%;
  margin: auto;
  margin-top: 110px;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
}
#no1-block{
  width: 100%;
  display:table;
}
#no1-block .no1box{
  background-color:rgba(255,255,255,0.6);
  width: 50%;
  color:#000;
  padding:30px 25px 18px;
  display:table-cell;
  vertical-align:top;
  position:relative;
  z-index:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#no1-block .no1box:before{
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  right: 0;
  z-index:-1;
}
#no1-block .no1box .img{
  position:absolute;
  bottom: 0;
  right: -5px;
  z-index:0;
}
/* ----- search-block ----- */
#search-block{
  border-radius:15px 0 0 0;
  border-top:3px solid #c98000;
  border-left:3px solid #c98000;
}
#search-block:before{
  background:url('assets/img/top/search_bg.png') no-repeat right center;
  background-size:auto 100%;
  -webkit-background-size:auto 100%;
}
#search-block .search-icon{
  position:absolute;
  top: -29px;
  left: 27px;
  z-index:0;
}
#search-block .yahoologo,
#search-block .googletext{
  margin:0 0 5px;
}
#search-block .text{
  font-size:14px;
}
/* ----- fb-block ----- */
#fb-block{
  border-radius:0 15px 0 0;
  border-top:3px solid #365580;
  border-right:3px solid #365580;
}
#fb-block:before{
  border-radius:0 10px 0 0;
  background:url('assets/img/top/fb_bg.png') no-repeat right center;
  background-size:auto 100%;
  -webkit-background-size:auto 100%;
}
#fb-block .text{
  font-size:12px;
  margin:5px 0 0;
}
/* ----- visit-text ----- */
#visit-text{
  border-radius:0 0 15px 15px;
  background:url('assets/img/top/bg_brown2.png') repeat 0 0;
  margin:0 0 20px;
  padding:20px 32px;
}

.test_main .chiryomedia_list article{
  width: 48%;
  margin-top: 25px;
}
.test_main .chiryomedia_list article:nth-of-type(2n) {
   margin-left: 4%;
}

/* ----- media ----- */
#chiryomedia{
  padding-top: 68px;
  text-align: center;
}
#chiryomedia:not(.mediacommon){
  background-color: rgba(255, 255, 255, 0.5);
}

#chiryomedia.mediacommon{
  padding-top: 30px;
}
#chiryomedia >div{
  max-width: 910px;
  width: 90%;
  margin: 0 auto;
}

 #chiryomedia h2{
  margin-bottom: 5px;
 }

 .chiryomedia_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }

 .chiryomedia_list article{
  margin-top: 50px;
  width: 100%;
 }

 .chiryomedia_list article h3{
  margin-bottom: 15px;
 }

 .chiryomedia_list article div{
  margin-bottom: 10px;
 }

 .chiryomedia_list article p{
  line-height: 1.944em;
  -webkit-font-feature-settings : "palt";
  -moz-font-feature-settings : "palt";
  font-feature-settings : "palt";
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
 }

 .chiryomedia_list article span{
  background: linear-gradient(transparent 75%, #ffff80 75%);
 }

/* color */
.chiryomedia_color{
  color: #c7625a;
}

.chiryomedia_list article{
    width: 48%;
    margin-top: 25px;
}
.chiryomedia_list article:nth-of-type(2n) {
     margin-left: 4%;
}

/* お問い合わせ　電話ライン */
.c-arrow-banner__address--ul li{
  margin: auto;
}
