@charset "UTF-8";
.bg_cont {
   background: rgba(245, 240, 228, 0.5) url("../img/bg_contents.png") left top repeat-y;
   background-size: 100%;
}

.gothic-normal {
   font-family: "m-plus-1p", sans-serif;
   font-weight: 700;
   font-style: normal;
}
.gothic-bold {
   font-family: "m-plus-1p", sans-serif;
   font-weight: 800;
   font-style: normal;
}

.hero-image {
   margin-bottom: 60px;
}

/* -------------------
*  見出し
* ------------------*/
.ttl_main {
   background: #ef8122;
   color: #fff;
   border: 2px solid #3E3A39;
   padding: 15px 0;
   text-align: center;
   border-radius: 20px;
   position: relative;
   margin-bottom: 50px;
   font-size: 2.7rem;
   font-family: "Tsukushi B Round Gothic", "筑紫B丸ゴシック", 'M PLUS Rounded 1c', sans-serif;
   font-weight: bold;
   letter-spacing: 0.2rem;
}
.ie11 .ttl_main {
   padding-top: 24px;
}
.ttl_main:after {
   content: "";
   background: url(../img/ttl_calloutpng.png) left top no-repeat;
   background-size: cover;
   width: 45px;
   height: 20px;
   position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -22px;
}
.ttl_sub {
   background: #fff;
   border: 2px solid #EAE1CF;
   height: 59px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 45px;
   border-radius: 20px;
   font-size: 2.7rem;
   font-weight: bold;
   font-family: "Tsukushi B Round Gothic", "筑紫B丸ゴシック", 'M PLUS Rounded 1c', sans-serif;
   letter-spacing: 0.2rem;
}
.ie11 .ttl_sub {
   padding-top: 10px;
}
/* -------------------
*  スライダー
* ------------------*/
.slider {
   width: 1200px;
   margin: 0 auto 95px;
}
.bx-wrapper {
 margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
   background: none !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
   background: url("../img/top/slick_prev.png") left top no-repeat;
   background-size: contain;
   width: 70px;
   height: 70px;
   left: -35px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
   background: url("../img/top/slick_next.png") left top no-repeat;
   background-size: contain;
   width: 70px;
   height: 70px;
   right: -31px;
}
.bx-wrapper .bx-controls-direction a {
   margin-top: -35px;
}
.bx-wrapper .bx-pager {
   position: absolute;
   bottom: 28px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
   background: #EAE1CF;
   border: 2px solid #3E3A39;
   width: 20px;
   height: 20px;
   margin: 0 15px;
   outline: 0;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
   background: #ef8122;
}
/* -------------------
*  会社案内
* ------------------*/
#area_company .inner, #company_about.inner, #area_blog.inner {
   background: #faf7f2;
}
#area_company .ttl_main {
   width: 394px;
}
#area_company .l_box {
   width: 462px;
}
#area_company .l_box dt {
   font-size: 2.6rem;
   margin-bottom: 35px;
}
#area_company .l_box dd {
   font-size: 1.8rem;
   line-height: 1.8;
}
#area_company .r_box {
   width: 506px;
   margin-left: 70px;
}
#company_about {
   margin-top: 70px;
}
#company_about table, #company_history table {
   width: 780px;
   margin-left: auto;
   margin-right: auto;
}
#company_history {
   margin-top: 70px;
   padding-bottom: 95px;
}
table.histroy th {
   width: 150px;
}
table.histroy td.month {
   width: 45px;
   text-align: right;
   padding-left: 10px;
}
/* -------------------
*  店舗案内
* ------------------*/
#area_shop {
   background: #fff;
   padding: 90px 0;
}
#area_shop .ttl_main:before {
   content: "";
   position: absolute;
   right: 35px;
   top: -56px;
   background: url("../img/top/ttl_shop_deco.png") left top no-repeat;
   background-size: contain;
   width: 194px;
   height: 56px;
}
#area_shop .l_box {
   width: 470px;
}
#area_shop .r_box {
   width: 485px;
}
#area_shop .shop_image .l_box {
   width: 488px;
}
#area_shop .r_box p {
   line-height: 1.8;
}
#area_shop h3 {
   font-size: 2.8rem;
   margin-bottom: 28px;
   padding-top: 20px;
}
.area_shop__each+.area_shop__each {
   margin-top: 60px;
}
.shop_image {
   display: flex;
   flex-wrap: wrap;
}
.shop_image .l_box {
   width: 50%;
}
.shop_image .r_box {
   width: 50%;
}
.shop_image .r_box ul {
   flex-wrap: wrap;
}
.shop_image .r_box ul li {
   width: 234px;
}
.shop_image .r_box ul li:first-of-type, .shop_image .r_box ul li:nth-child(2) {
   margin-bottom: 18px;
}
.shop_detail {
   margin-top: 58px;
}
.shop_detail .l_box {
   width: 430px;
}
.shop_detail .r_box {
   width: 582px;
   height: 0;
   overflow: hidden;
   padding-bottom: 33.25%;
   position: relative;
   border-radius: 20px;
   border-bottom-right-radius: 0;
}
.shop_detail .table_company th {
   vertical-align: top;
}
.shop_detail .r_box iframe {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
}
.shop_detail #gmap_btn {
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 1;
}
.shop_detail #gmap_btn a {
   background: #F08300;
   color: #fff;
   width: 164px;
   height: 30px;
   border-radius: 4px;
   font-size: 1.4rem;
   display: flex;
   justify-content: center;
   align-items: center;
}
.shop_detail #gmap_btn a:after {
   display: block;
   content: "";
   position: absolute;
   top: 10px;
   right: 10px;
   width: 10px;
   height: 10px;
   border: 2px solid;
   border-color: #fff #fff transparent transparent;
   transform: rotate(45deg);
   border-radius: 2px;
}
.shop_detail .btn {
   position: relative;
   border: 2px solid #3E3A39;
   border-radius: 10px;
   background: #B75400;
   color: #fff;
   width: 510px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 50px auto 0 auto;
   font-weight: bold;
}
.shop_detail .btn a {
   position: absolute;
   content: "";
   left: -5px;
   top: -5px;
   border: 2px solid #3E3A39;
   border-radius: 10px;
   background: #F08300;
   color: #fff;
   width: 510px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
}
.shop_detail .btn a:after {
   position: absolute;
   display: block;
   content: "";
   top: 18px;
   right: 20px;
   width: 10px;
   height: 10px;
   border: 2px solid;
   border-color: #fff #fff transparent transparent;
   transform: rotate(45deg);
   border-radius: 2px;
}
.shop_detail .btn:hover, #area_blog .btn:hover {
   background: none;
   border: none;
   top: 4px;
   left: 4px;
}
@media screen and (max-width: 768px) {
   .area_shop__each+.area_shop__each {
      margin-top: 13vw;
   }
}
/* -------------------
*  採用情報
* ------------------*/
#area_recruit {
   padding-top: 90px;
}
/*このまちで“つながる”働き方*/
.recruit_work .l_box {
   width: 680px;
}
.recruit_work .l_box h3 {
   color: #F08300;
   font-size: 2.9rem;
   margin: 20px 0 34px 0;
   font-weight: bold;
}
.recruit_work .l_box p {
   line-height: 1.8;
   font-size: 1.8rem;
}
.recruit_work .l_box p + p {
   margin-top: 45px;
}
.recruit_work .r_box {
   width: 290px;
}
.recruit_work .r_box {
   width: 290px;
}
.recruit_work .r_box dl {
   font-size: 2rem;
   line-height: 1.8;
   margin-left: 20px;
}
.recruit_work .r_box dl dt {
   margin-bottom: 12px;
}
.recruit_work .r_box dl span {
   font-size: 75%;
}
/*入社後教育プログラム*/
#recruit_program {
   border: 2px solid #3E3A39;
   background: #F08300;
   border-radius: 20px;
   margin: 55px 0 78px 0;
   position: relative;
}
#recruit_program .program_ico {
   top: -35px;
   position: absolute;
   right: 45px;
   width: 118px;
}
#program_inner {
   border: 2px solid #3E3A39;
   width: 974px;
   border-radius: 20px;
   background: #fff;
   margin: 10px auto;
}
.program_detail {
   width: 794px;
   margin: 65px auto 45px auto;
}
.program_detail h3 {
   font-size: 2.9rem;
   color: #F08300;
   margin-bottom: 50px;
   font-weight: bold;
}
.program_detail p {
   font-size: 1.8rem;
   line-height: 1.8;
}
.guide_wrap {
   width: 876px;
   margin: 0 auto;
}
.program_guide {
   flex-wrap: wrap;
   border-top: 2px solid #3E3A39;
   padding: 40px 0;
}
.program_guide + .program_guide {
   border-top: 2px dotted #3E3A39;
}
.program_guide .l_box {
   width: 438px;
   border-right: 2px dotted #3E3A39;
   padding-right: 48px;
}
.program_guide .r_box {
   width: 438px;
   padding-left: 48px;
}
.guide_wrap h4 {
   color: #F08300;
   font-size: 2.2rem;
   margin-bottom: 20px;
   font-weight: bold;
   letter-spacing: 0.2rem;
}
.guide_wrap p {
   line-height: 1.6;
}
.program01 img {
   width: 281px;
   margin-bottom: 22px;
}
.program02 img {
   width: 284px;
   margin-bottom: 18px;
}
.program03 img {
   width: 315px;
   margin-bottom: 26px;
}
.program04 img {
   width: 339px;
   margin-bottom: 20px;
}
/*「お客様本位」の社風*/
#recruit_point h3 {
   width: 773px;
   margin: 0 auto 42px auto;
}
#recruit_point .box {
   width: 312px;
}
#recruit_point .box h4 {
   font-size: 2.2rem;
   color: #F08300;
   margin: 24px 0 20px 0;
   font-weight: bold;
}
#recruit_point .box p {
   font-size: 1.8rem;
   line-height: 1.8;
}
/*募集要項*/
#recruit_app {
   width: 100%;
   border: 2px solid #373634;
   background: #fff;
   margin-top: 78px;
   padding: 45px 0 85px 0;
   position: relative;
}
#recruit_app:after {
   content: "";
   position: absolute;
   background: url("../img/top/app_end.png") left top no-repeat;
   background-size: contain;
   width: 54px;
   height: 54px;
   bottom: -3px;
   right: -3px;
}
#recruit_app h3 {
   font-size: 2.9rem;
   color: #F08300;
   margin-bottom: 52px;
   text-align: center;
   font-weight: bold;
   letter-spacing: 0.2rem;
}
.recruit_app_wrap {
   width: 790px;
   margin: 20px auto;
}
.recruit_app_wrap th {
   width: 125px;
   vertical-align: top;
   font-weight: bold;
}
.list {
   margin-top: 10px;
}
.bold {
   color: #F08300;
}
.list + .bold {
   font-size: 1.4rem;
   margin-top: 10px;
}
.list li {
   position: relative;
   padding-left: 10px;
   font-size: 1.4rem;
}
.list li + li {
   margin-top: 10px;
}
.list li:before {
   position: absolute;
   content: "";
   width: 7px;
   height: 7px;
   background: #F9D23C;
   border: 1px solid #3E3A39;
   border-radius: 7px;
   top: 5px;
   left: 0;
   margin-right: 20px;
   display: block;
}
/* -------------------
*  blog
* ------------------*/
#area_blog {
   padding: 140px 0 85px 0;
}
#area_blog a {
   width: 312px;
   display: block;
}
#area_blog .box {
   width: 312px;
}
.blog_img {
   width: 312px;
   height: 220px;
   margin-bottom: 22px;
   border-radius: 20px;
}
.img_none {
   background: #EAE1CF;
   position: relative;
}
.blog_img img {
   width: 100%;
   height: 220px;
   object-fit: cover;
   border-radius: 20px;
}
.blog_img.img_none img {
   width: 186px;
   height: 105px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
   border-radius: 0;
}
#area_blog .box time {
   font-family: 'Barlow Semi Condensed', sans-serif;
   font-size: 2rem;
   margin-bottom: 12px;
   display: block;
}
#area_blog .box h3 {
   font-size: 1.4rem;
   margin-bottom: 18px;
   line-height: 1.4;
   padding-right: 14px;
}
.blog_cat {
   display: flex;
}
.blog_cat li {
   background: #fff;
   font-size: 1.1rem;
   padding: 6px 12px;
   border-radius: 5px;
}
.blog_cat li + li {
   margin-left: 10px;
}
#area_blog .btn {
   position: relative;
   border: 2px solid #3E3A39;
   border-radius: 10px;
   background: #B75400;
   color: #fff;
   width: 180px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 50px auto 0 auto;
   font-weight: bold;
}
#area_blog .btn a {
   position: absolute;
   content: "";
   left: -5px;
   top: -5px;
   border: 2px solid #3E3A39;
   border-radius: 10px;
   background: #F08300;
   color: #fff;
   width: 180px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
}
#area_blog .btn a:after {
   position: absolute;
   display: block;
   content: "";
   top: 18px;
   right: 20px;
   width: 10px;
   height: 10px;
   border: 2px solid;
   border-color: #fff #fff transparent transparent;
   transform: rotate(45deg);
   border-radius: 2px;
}
/* -------------------
*  お問い合わせ
* ------------------*/
#area_contact {
   padding: 85px 0;
}
#area_contact p {
   width: 852px;
   font-size: 1.4rem;
   line-height: 1.6;
}
#area_contact ul {
   margin: 10px 0 20px 0;
   line-height: 1.6;
}
#area_contact ul li + li {
   margin-top: 5px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="text"], textarea {
   background: rgba(245, 240, 228, 0.5);
   border-radius: 10px;
   height: 60px;
   box-shadow: 0px 0px 3px 1px rgba(225, 223, 218, 0.8), 0px 0px 3px 1px rgba(225, 223, 218, 0.8) inset;
   padding: 20px;
   font-size: 1.6rem;
}
.input_min {
   width: 550px;
   display: block;
}
.input_full {
   width: 100%;
}
table#contact_table tr {
   border-color: #EAE1CF;
}
table#contact_table th {
   width: 190px;
   padding-top: 20px;
   padding-bottom: 20px;
}
table#contact_table th.last {
   vertical-align: top;
}
table#contact_table td {
   width: 790px;
   padding-top: 20px;
   padding-bottom: 20px;
}
table#contact_table .ico_required {
   font-size: 1.2rem;
   width: 40px;
   height: 25px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background: #F08300;
   color: #fff;
   margin-left: 10px;
   border-radius: 5px;
}
table#contact_table textarea {
   height: 256px;
   resize: none;
   font-size: 1.6rem;
   overflow: hidden;
}
#area_contact p.complete {
   color: red;
   margin: 20px 0;
}
.mw_wp_form .error {
 margin-top: 10px;
}
#area_contact p.contact_pdf {
   text-align: center;
   margin: 55px 0 35px 0;
   width: 100%;
   font-weight: bold;
}
#area_contact p.contact_pdf a {
   text-decoration: underline;
}
#area_contact p.note {
   text-align: center;
   width: 100%;
}
#area_contact .btn {
   position: relative;
   border: 2px solid #3E3A39;
   border-radius: 10px;
   background: #B75400;
   color: #fff;
   width: 220px;
   height: 73px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 120px auto 35px auto;
}
#area_contact .btn input[type="submit"]:hover {
 left: -2px;
 top: -2px;
}
#area_contact .btn input[type="submit"] {
   position: absolute;
   content: "";
   left: -5px;
   top: -5px;
   border: 2px solid #3E3A39;
   border-radius: 10px;
   background: #F08300;
   color: #fff;
   width: 220px;
   height: 73px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
   font-size: 2.7rem;
   font-family: "Tsukushi B Round Gothic", "筑紫B丸ゴシック", 'M PLUS Rounded 1c', sans-serif;
   font-weight: bold;
}
.ie11 #area_contact .btn input[type="submit"] {
 padding-top: 12px;
}

.link {
   display: block;
   /* border-top: 2px solid red; */
}

@media screen and (max-width: 768px) {
   .bg_cont {
      background-image: none;
   }
   /* -------------------
*  見出し
* ------------------*/
   .ttl_main {
      margin-bottom: 30px;
      font-size: 2rem;
      padding: 10px 0;
      border-radius: 10px;
   }
   .ttl_sub {
      font-size: 1.6rem;
      margin-bottom: 0;
      height: 40px;
      border-radius: 10px;
   }
   /* -------------------
*  スライダー
* ------------------*/
   .slider {
      width: 94%;
      margin: 0 auto 25px 4%;
      padding-top: 20px;
   }
   .bx-wrapper .bx-controls-direction a.bx-prev {
      width: 35px;
      height: 35px;
      left: -10px;
      z-index: 999;
   }
   .bx-wrapper .bx-controls-direction a.bx-next {
      width: 35px;
      height: 35px;
      right: 0;
      z-index: 999;
   }
   .bx-wrapper .bx-controls-direction a {
      margin-top: -18px;
   }
   .bx-wrapper .bx-pager {
      position: absolute;
      bottom: 5%;
   }
   .bx-wrapper .bx-pager.bx-default-pager a {
      border: 1px solid #3E3A39;
      width: 10px;
      height: 10px;
      margin: 0 8px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
   }
   .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #ef8122;
   }
   /* -------------------
*  会社案内
* ------------------*/
   #area_company .ttl_main {
      width: 100%;
   }
   #area_company .l_box {
      width: 100%;
      margin-bottom: 20px;
   }
   #area_company .r_box {
      width: 100%;
      margin: 0 auto;
   }
   #area_company .l_box dt {
      font-size: 1.8rem;
      line-height: 1.8;
      margin-bottom: 15px;
   }
   #area_company .l_box dd {
      font-size: 1.4rem;
   }
   #company_about {
      margin-top: 35px;
   }
   #company_about table, #company_history table {
      width: 100%;
   }
   #company_history {
      margin-top: 35px;
      padding-bottom: 45px;
   }
   table.histroy th, table.table_company th {
      width: auto;
      padding-bottom: 0;
      font-weight: bold;
   }
   table.histroy td, table.table_company td {
      padding-top: 0;
   }
   table.histroy td.month {
      width: auto;
      text-align: left;
      padding: 8px 0 0 10px;
      font-weight: bold;
   }
   table td:last-child {
      width: 100%;
      display: block;
      padding-left: 10px;
   }
   /* -------------------
*  採用情報
* ------------------*/
   #area_recruit {
      padding-top: 45px;
   }
   /*「お客様本位」の社風*/
   #recruit_point h3 {
      width: 100%;
   }
   #recruit_point .box {
      width: 100%;
   }
   #recruit_point .box h4 {
      font-size: 2rem;
      margin: 24px 0 20px 0;
   }
   #recruit_point .box p {
      font-size: 1.4rem;
   }
   #recruit_point .box + .box {
      margin-top: 25px;
   }
   /*このまちで“つながる”働き方*/
   .recruit_work .l_box {
      width: 100%;
   }
   .recruit_work .r_box {
      width: 100%;
   }
   .recruit_work .l_box h3 {
      font-size: 2rem;
      line-height: 1.6;
      margin-bottom: 18px;
   }
   .recruit_work .l_box p {
      font-size: 1.4rem;
   }
   /*入社後教育プログラム*/
   #recruit_program {
      margin: 35px 0 40px 0;
      border-radius: 10px;
   }
   #recruit_program .program_ico {
      top: -35px;
      position: absolute;
      right: 20px;
      width: 80px;
   }
   #program_inner {
      width: 96%;
      border-radius: 10px;
      margin: 2% auto;
      padding: 0 4%;
   }
   .program_detail {
      width: 100%;
   }
   .program_detail h3 {
      font-size: 2rem;
      line-height: 1.4;
      margin-bottom: 15px;
   }
   .program_detail p {
      font-size: 1.4rem;
      line-height: 1.6;
   }
   .guide_wrap {
      width: 100%;
   }
   .guide_wrap h4 {
      font-size: 1.8rem;
      margin-bottom: 10px;
   }
   .program_guide .l_box {
      width: 100%;
      padding: 0 0 20px 0;
      border-right: 0;
      border-bottom: 2px dotted #3E3A39;
      margin-bottom: 20px;
   }
   .program_guide .r_box {
      width: 100%;
      padding-left: 0;
   }
   .program_guide + .program_guide {
      border-top: 2px dotted #3E3A39;
   }
   /*募集要項*/
   #recruit_app {
      padding: 25px 0 45px 0;
      margin-top: 40px;
   }
   #recruit_app:after {
      content: "";
      position: absolute;
      background: url("../img/top/app_end.png") left top no-repeat;
      background-size: contain;
      width: 54px;
      height: 54px;
      bottom: -3px;
      right: -3px;
   }
   #recruit_app h3 {
      font-size: 2rem;
      margin-bottom: 15px;
   }
   /*募集要項*/
   .recruit_app_wrap {
      width: 94%;
   }
   .recruit_app_wrap th {
      font-weight: bold;
   }
   .list {
      margin-top: 10px;
   }
   .bold {
      color: #F08300;
   }
   .list + .bold {
      font-size: 1.4rem;
      margin-top: 10px;
   }
   .list li {
      position: relative;
      padding-left: 10px;
      font-size: 1.4rem;
   }
   .list li + li {
      margin-top: 10px;
   }
   .list li:before {
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      background: #F9D23C;
      border: 1px solid #3E3A39;
      border-radius: 7px;
      top: 5px;
      left: 0;
      margin-right: 20px;
      display: block;
   }
   /* -------------------
*  店舗案内
* ------------------*/
   #area_shop {
      background: #fff;
      padding: 65px 0 45px 0;
   }
   #area_shop h3 {
      font-size: 2rem;
      margin-bottom: 10px;
   }
   #area_shop .ttl_main:before {
      right: 15px;
      top: -38px;
      background: url("../img/top/ttl_shop_deco.png") left top no-repeat;
      background-size: contain;
      width: 130px;
      height: 38px;
   }
   #area_shop .l_box {
      width: 100%;
   }
   #area_shop .r_box {
      width: 100%;
   }
   #area_shop .shop_image .l_box {
      width: 100%;
      margin-bottom: 20px;
   }
   .shop_image .l_box {
      width: 100%;
   }
   .shop_image .r_box {
      width: 100%;
   }
   .shop_image .r_box ul li {
      width: 48%;
   }
   .shop_image .r_box ul li:nth-of-type(odd) {
      margin-right: 4%;
   }
   .shop_detail {
      margin-top: 30px;
   }
   .shop_detail .l_box {
      width: 100%;
      margin-bottom: 30px;
   }
   .shop_detail .r_box {
      width: 100%;
      padding-top: 75%;
   }
   .shop_detail .btn {
      width: 100%;
   }
   .shop_detail .btn a {
      width: 100%;
   }
   .shop_detail .btn a:after {
      right: 10px;
   }
   /* -------------------
*  blog
* ------------------*/
   #area_blog {
      padding: 50px 0 45px 0;
   }
   #area_blog a {
      width: 100%;
   }
   #area_blog .box {
      width: 100%;
   }
   #area_blog a + a {
      margin-top: 25px;
   }
   .blog_img {
      width: 100%;
      height: 220px;
   }
   /* -------------------
*  お問い合わせ
* ------------------*/
   #area_contact {
      padding: 45px 0;
   }
   #area_contact p {
      width: 100%;
   }
   input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="text"], textarea {
      height: 40px;
      box-shadow: 0px 0px 3px 2px rgba(225, 223, 218, 0.8), 0px 0px 3px 2px rgba(225, 223, 218, 0.8) inset;
      padding: 10px;
      font-size: 1.4rem;
   }
   .input_min {
      width: 100%;
   }
   table#contact_table tr {
      border-color: #EAE1CF;
   }
   table#contact_table th {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 0;
   }
   table#contact_table td {
      width: 100%;
   }
   table#contact_table textarea {
      height: 100px;
   }
   #area_contact p.contact_pdf {
      margin: 35px 0;
   }
   #area_contact .btn {
      height: 63px;
   }
   #area_contact .btn input[type="submit"] {
      height: 63px;
      font-size: 1.8rem;
      opacity: 1;
   }
 　#area_contact .btn input[type="submit"]:disabled{
      background: #F08300;
      opacity: 1;
   }
   #area_contact p.note {
      text-align: left;
   }
}