@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 140px 0;
}

footer {
  padding: 60px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #efefef;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.cl_base {
  color: #ff00cc;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}
.cl_white{
  color: #fff;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}
.oswald{
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
}
/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #231815;
  text-decoration: none;
}

/*Page Top----------------------------------------------------------- */
.pagetop {
  bottom: 105px;
}
.pagetop a {
  background-color: #231815;
}

/*Header----------------------------------------------------------- */
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

header .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  width: 100%;
}

header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}

header .tel {
  padding-right: 15px;
  line-height: 1.1;
}

header .contact_tel {
  font-size: 2.8rem;
  font-family: 'Oswald', sans-serif;
  display: flex;
  align-items: center;
}
header .time{
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
header .fas.fa-phone {
  transform: scale(-1, 1);
  font-size: 22px;
  margin-right: 10px;
}
header .contact_form {
  display: flex;
}
header .contact_form p:first-child{
  margin-right: 10px;
}
.btn,
a.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3.5rem 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-border {
  border: 1px solid #231815;
  border-radius: 0;
  background: #fff;
}
a.btn-brown {
  border: 1px solid #231815;
  border-radius: 0;
  background: #231815;
  color: #FFF;
}

a.btn-border:hover {
  color: #fff;
  background: #231815;
  opacity: 1;
}
a.btn-brown:hover {
  border: 1px solid #231815;
  border-radius: 0;
  background: #fff;
  color: #231815;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
  font-size: 1.6rem;
}

/*MV----------------------------------------------------------- */
.mv{
  padding: 280px 0 120px;
  background: url(../img/pc_mv.webp) no-repeat center;
}
@media (min-width: 2000px) {
  .mv{
    background: url(../img/pc_mv.webp) no-repeat center/cover;
  }
}
.mv h1{
  color: #FFF;
  font-weight: bold;
  font-size: 90px;
}
.mv h2{
  color: #FFF;
  font-size: 30px;
}

/*CTA----------------------------------------------------------- */
.cta{
  padding: 100px 0;
  background: url(../img/pc_cta_bg.png) no-repeat center/cover;
  color: #FFF;
}
.cta .fas.fa-phone {
  transform: scale(-1, 1);
  font-size: 36px;
  margin-right: 20px;
}
.cta .contact_tel{
  font-size: 55px;
  letter-spacing: .1em;
}
.cta .contact_tel {
  display: flex;
  align-items: center;
}
.cta .time{
  padding-left: 100px;
  letter-spacing: .1em;
}
.cta .tel_box{
  line-height: 1.5;
}
.cta a.btn-border {
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #FFF;
  width: 380px;
  height: 92px;
  line-height: 92px;
  font-size: 22px;
  padding: 0;
}
.cta a.btn-border:hover {
  color: #231815;
  background: #fff;
  opacity: 1;
}
.cta .fa-position-right {
  right: 2rem;
  font-size: 2.6rem;
}

/*btm_fix----------------------------------------------------------- */
.btm_fix{
  padding: 10px 0;
  color: #FFF;
  background: #231815cc;
}
.btm_fix .fas.fa-phone {
  transform: scale(-1, 1);
  font-size: 36px;
  margin-right: 20px;
}
.btm_fix .contact_tel{
  font-size: 40px;
  letter-spacing: .1em;
}
.btm_fix .contact_tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
.btm_fix .time{
  padding-left: 50px;
  letter-spacing: .1em;
  margin-top: 10px;
  font-size: 16px;
}
.btm_fix .tel_box{
  line-height: 1.5;
  padding-left: 50px;
}
.btm_fix a.btn-border {
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #FFF;
  width: 380px;
  height: 72px;
  line-height: 72px;
  font-size: 18px;
  padding: 0;
}
.btm_fix a.btn-border:hover {
  color: #231815;
  background: #fff;
  opacity: 1;
}
.btm_fix .fa-position-right {
  right: 2rem;
  font-size: 2.6rem;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 h2{
  font-size: 40px;
  text-align: left;
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  .sec01 .fx-col-40-s{
    flex-basis: 42%;
    max-width: 42%;
  }
  .sec01 .fx-col-60-s{
    flex-basis: 58%;
    max-width: 58%;
  }
}
/*sec02----------------------------------------------------------- */
.sec02{
  padding: 140px 0 120px;
  background: url(../img/pc_sec02_bg.webp) no-repeat center/cover;
}
.sec02 h2{
  font-size: 40px;
  color: #FFF;
}
.sec02 .box{
  padding: 50px;
  background-color: rgba(255,255,255,.9);
}
.sec02 h3{
  font-size: 24px;
  font-weight: bold;
}
.sec02 .h3{
  border-right: 1px solid #231815;
  height: 100%;
  padding: 10px 0;
}
.sec02 .oswald{
  letter-spacing: .2em;
}
.sec02 .box ul {
  display: flex;
  flex-wrap: wrap;
}
.sec02 .box ul li{
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  align-items: center;
  width: 33%;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec02 .box ul li:nth-of-type(7),
.sec02 .box ul li:nth-of-type(8),
.sec02 .box ul li:nth-of-type(9){
  margin-bottom: 0;
}
.sec02 .box ul li img{
  align-self: center;
  width: 27px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .sec02 .fx-col-30-s{
    flex-basis: 29%;
    max-width: 29%;
  }
  .sec02 .fx-col-70-s{
    flex-basis: 71%;
    max-width: 71%;
    padding-left: 30px;
  }
}
/*sec03----------------------------------------------------------- */
.sec03 h2{
  font-size: 40px;
}

/*sec04----------------------------------------------------------- */
.sec04{
  background: url(../img/pc_sec04_bg.png) no-repeat center/cover;
}
.sec04 h2{
  font-size: 40px;
}

.sec04 .box{
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .f_item:nth-of-type(1) .box{
  background: url(../img/pc_sec04_img01.png) no-repeat center/cover;
}
.sec04 .f_item:nth-of-type(2) .box{
  background: url(../img/pc_sec04_img02.png) no-repeat center/cover;
}
.sec04 .f_item:nth-of-type(3) .box{
  background: url(../img/pc_sec04_img03.png) no-repeat center/cover;
}
.sec04 .f_item:nth-of-type(4) .box{
  background: url(../img/pc_sec04_img04.png) no-repeat center/cover;
}
.sec04 .box .txt span{
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  background-color: rgba(35,24,21,.8);
  padding: 5px 10px;
  margin: 5px;
}
/*sec05----------------------------------------------------------- */
.sec05 {
  overflow: hidden;
}
.sec05 h2{
  font-size: 60px;
  text-align: left;
  padding-bottom: 45px;
}
.sec05 .txt{
  width: 48%;
}
.sec05 .box{
  position: relative;
}
.sec05 .img01{
  position: absolute;
  right: -440px;
  top: -50px;
}
.sec05 .box_brown{
  background-color: #231815;
  color: #FFF;
  padding: 60px;
  margin-top: 200px;
}
.sec05 .box_brown h3{
  font-size: 30px;
  margin-bottom: 70px;
}
.sec05 .box_brown h3:after{
  content: "";
  width: 90px;
  height: 2px;
  display: block;
  background-color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: 30px auto;
}
/*sec06----------------------------------------------------------- */
.sec06 h2{
  font-size: 60px;
  text-align: left;
  padding-bottom: 60px;
}
.sec06 .bg01{
  padding: 100px 0;
  background-color: #e5e2da;
  width: 100%;
  background-image: url(../img/pc_sec06_s01_img01.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 460px) 0;
  background-size: contain;
}
@media (min-width: 1760px) {
  .sec06 .bg01{
    background-position: center right;
    background-size: 50vw;
  }
}
.sec06 .bg01 .left {
  display: block;
  flex: 0 0 50%;
}
.sec06 h2{
  padding-bottom: 45px;
}
.sec06 .plice .oswald{
  font-size: 50px;
}
.sec06 .font_m{
  font-size: 24px;
}
.sec06 .btn-brown{
  width: 405px;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  padding: 0;
}
.sec06 .box02{
  background-color: #d1cdc0;
  padding: 140px 0 110px;
}
.sec06 .box02 h3{
  font-size: 40px;
  letter-spacing: .08em;
}
/* f_item01 */
.sec06 .f_item01 dl{
  font-size: 16px;
  display: flex;
  gap: 15px;
}
.sec06 .f_item01 dt{
  width: 185px;
  font-weight: bold;
}
.sec06 .f_item01 dt,
.sec06 .f_item01 dd{
  width: 25%;
  padding: 10px 0;
  border-top: solid 1px #231815;
  display: flex;
  align-items: center;
}
.sec06 .f_item01 dl:first-of-type dt,
.sec06 .f_item01 dl:first-of-type dd {
  border-top: 0;
}
.sec06 .f_item01 dd.pnone{
  padding: 0;
}
.sec06 .f_item01 dd ul {
  width: 100%;
}
.sec06 .f_item01 dd ul li{
  border-bottom: solid 1px #231815;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec06 .f_item01 dd ul li:last-child{
  border-bottom: none;
}
/* f_item02~ */
.sec06 .f_item dl{
  font-size: 16px;
  display: flex;
  border-top: solid 1px #231815;
}
.sec06 .f_item dl:last-child{
  border-bottom: solid 1px #231815;
}
.sec06 .f_item dt{
  width: 185px;
  font-weight: bold;
}
.sec06 .f_item dt,
.sec06 .f_item dd{
  padding: 10px 0;
  align-self: center;
}
.sec06 .f_item dd.pnone{
  padding: 0;
  width: calc(100% - 185px);
}
.sec06 .f_item dd.w100{
  width: calc(100% - 185px);
}
.sec06 .f_item dd ul li{
  border-bottom: solid 1px #231815;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec06 .f_item dd ul li:last-child{
  border-bottom: none;
}

.sec06 .contact .btn-brown{
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 20px 15px;
}
.sec06 .contact dd {
  padding-top: 15px;
}
.sec06 .items{
  width: 720px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  justify-content: flex-start;
}
.sec06 .items li{
  width: calc(100% / 3 - 10px);
}
.sec06 .box:nth-of-type(2) .bg01 {
  padding: 100px 0;
  background-color: #e5e2da;
  width: 100%;
  background-image: url(../img/pc_sec06_s02_img01.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 460px) 0;
  background-size: contain;
}
.sec06 .box:nth-of-type(3) .bg01 {
  padding: 100px 0;
  background-color: #e5e2da;
  width: 100%;
  background-image: url(../img/pc_sec06_s03_img01.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 460px) 0;
  background-size: contain;
}
.sec06 .inner {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1760px) {
  .sec06 .box:nth-of-type(2) .bg01{
    background-position: center right;
    background-size: 50vw;
  }
}
.sec06 #slide,
.sec06 #slide02,
.sec06 #slide03 {
  display: flex;
  background-color: #f2f1ed;
  padding: 20px;
  width: fit-content;
}
.sec06 #slide a,
.sec06 #slide02 a,
.sec06 #slide03 a{
  width: 115px;
  height: 115px;
  display: block;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
.sec06 #slide a img,
.sec06 #slide02 a img,
.sec06 #slide03 a img{
  width: 115px;
  height: 115px;
  object-fit: cover;
}
.hide-area{
  display: none;
}
.lg-backdrop{
  background-color: #231815;
}
.modaal-fullscreen .modaal-content-container{
  background: #333;
  color: #fff;
  text-align: center;
}

.modaal-fullscreen .modaal-close{
  background:none;
  right:20px;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

.caption{
    display: block;
    padding: 10px 0;
}

.gallery{
  display: flex;
    justify-content: space-between;
}

.gallery li{
  width:33.333%;
    padding: 0 10px;
}

.lg-object.lg-image {
  background-color: #FFF;
}
#lg-download{
  display: none;
}
/*sec07----------------------------------------------------------- */
.sec07 h2{
  font-size: 60px;
  padding-bottom: 20px;
}
.sec07 .h2_sub{
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07 .h2_sub span:after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 10px;
}
.sec07 h3{
  font-size: 80px;
  padding-bottom: 5px;
}
.sec07 .txt{
  width: 51%;
}
.sec07 .box{
  position: relative;
  padding: 100px 0;
}
.sec07 .img01{
  position: absolute;
  right: -450px;
  top: 80px;
}
.sec07 h4{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
.sec07 h4:after {
  content: "";
  width: 90px;
  height: 2px;
  display: block;
  background-color: #231815;
  position: relative;
  margin: 20px 0;
}
.sec07 .box_brown{
  background: url(../img/pc_sec07_img02.png) no-repeat center right #231815;
  color: #FFF;
  padding: 60px;
  margin-top: 100px;
}
.sec07 .box_brown h3{
  font-size: 30px;
}
.sec07 .box_brown h3:after{
  content: "";
  width: 90px;
  height: 2px;
  display: block;
  background-color: #FFF;
  margin: 30px 0 20px;
}
.sec07 .box_brown .txt{
  width: 54%;
}
.sec07 .box03{
  position: relative;
  padding: 100px 0;
}
.sec07 .box03 .img01{
  position: absolute;
  left: -450px;
  top: 80px;
}
.sec07 .box03 .txt{
  margin-left: auto;
  width: 46%;
}
/*sec08----------------------------------------------------------- */
.sec08{
  background: url(../img/pc_sec08_bg.png) no-repeat center/cover;
  color: #FFF;
}
.sec08 h2{
  font-size: 60px;
  padding-bottom: 10px;
}
.sec08 .h2_sub{
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.sec08 .h2_sub span:after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 0 10px;
}
.sec08 .btn-border{
  width: 405px;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  padding: 0;
}
/*sec09----------------------------------------------------------- */
.sec09 h2{
  font-size: 60px;
  padding-bottom: 10px;
}
.sec09 .h2_sub{
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.sec09 .h2_sub span:after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: #231815;
  display: block;
  margin: 0 10px;
}
.sec09 .box{
  background-color: #FFF;
  padding: 25px;
  font-size: 14px;
  height: 100%;
  z-index: 2;
  position: relative;
}
.sec09 .box h3{
  font-size: 20px;
  margin-top: 25px;
}
.sec09 .box02{
  background-color: #231815;
  color: #FFF;
}
.sec09 .fx-row{
  position: relative;
}
.sec09 .fx-row:after{
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
}
/*sec10----------------------------------------------------------- */
.sec10{
  background: url(../img/pc_sec10_bg.png) no-repeat center/cover;
  color: #FFF;
}
.sec10 h2{
  font-size: 40px;
}


/*sec11----------------------------------------------------------- */
.sec11 h2{
  font-size: 40px;
}
.qa {
  border-top: solid 1px #a6a6a6;
  padding-top: 30px;
}
.qa .q .txt {
  margin-left: 15px;
  font-size: 24px;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
}
.qa .box:not(:last-child){
  margin-bottom: 30px;
}
.qa .box .a{
  border-bottom: solid 1px #a6a6a6;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  font-size: 30px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #231815;
  border-radius: 50px;
  flex-shrink: 0;
}
.qa .a .icon {
  font-size: 30px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  color: #231815;
  background-color: #FFF;
  border: solid #231815 1px;
  border-radius: 50px;
}
@media (min-width: 960px) {
  .qa .arc .box_item{
    align-items: center;
  }
}
/*sec12----------------------------------------------------------- */
.sec12{
  background: url(../img/pc_sec12_bg.png) no-repeat center/cover;
}
.sec12 h2{
  font-size: 60px;
  padding-bottom: 10px;
}
.sec12 .h2_sub{
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.sec12 .h2_sub span:after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: #231815;
  display: block;
  margin: 0 10px;
}
.sec12 dl{
  display: flex;
  border-bottom: dotted 2px #a6a6a6;
}
.sec12 dl:nth-of-type(1){
  border-top: dotted 2px #a6a6a6;
}
.sec12 dt{
  width: 160px;
  font-weight: bold;
}
.sec12 dt,
.sec12 dd{
  padding: 25px 0;
}
.sec12 dd{
  width: calc(100% - 160px);
}
.sec12 dd ul {
  display: flex;
  flex-wrap: wrap;
}
.sec12 dd ul li{
  font-size: 17px;
  min-width: 11em;
}
.sec12 .map iframe{
  height: 460px;
}
/*sec13----------------------------------------------------------- */
.sec13{
  background: url(../img/pc_sec13_bg.png) no-repeat center/cover;
  color: #FFF;
}
.sec13 h2{
  font-size: 40px;
}

/*sec14----------------------------------------------------------- */
.sec14 {
  background-color: #f2f2f2;
}
.sec14 h2{
  font-size: 60px;
  padding-bottom: 10px;
}
.sec14 .h2_sub{
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}
.sec14 .line{
  border-top: dotted 2px #a6a6a6;
  margin: 30px 0;
}
.sec14 .txt-box {
    border: 1px solid #231815;
    margin: 0 auto 13px;
    box-sizing: border-box;
    padding: 30px;
    height: 210px;
    overflow: scroll;
    overflow-x: auto;
    font-size: 14px;
}
.sec14 .txt-box h2 {
  color: #fff;
  background: #231815;
  line-height: 1.5;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 9px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.sec14 .txt-box h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  margin: 15px 0 7px;
  border-bottom: solid 1px #231815;
}
.sec14 .txt-box p {
  font-size: 14px;
}
/*event----------------------------------------------------------- */
.event {
  padding-bottom: 0;
}
.event h2{
  font-size: 40px;
  padding-bottom: 45px;
}
.event ul li{
  border: solid 1px #231815;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.event ul li .date{
  background-color: #231815;
  color: #FFF;
  font-weight: bold;
  padding: 20px 30px;
  text-align: center;
}
.event ul li .info{
  padding: 20px 30px;
}
.event ul li .label{
  padding: 5px 10px;
  background-color: #231815;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.event ul li a{
  margin-left: 10px;
  font-weight: bold;
}
.event .date_s{
  display: none;
}
/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */
form > ul > li:first-child {
  border-top: 1px solid #ccc;
}

form > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

form > ul > li.bb_none {
  border-bottom: none;
}

form > ul > li:nth-child(odd) {
  background-color: #f2f2f2;
}

form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
}

.form_head span {
  display: inline-block;
  font-weight: bold;
}

.haveto {
  background-color: #ff0000;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.any {
  background-color: #0000ff;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}

.input_2col input {
  width: calc(50% - 15px);
}

.input_1col {
  padding-right: 30px;
}

.input_1col input {
  width: 100%;
}

.input_zip_2col input {
  width: 30%;
}

.input_pref {
  width: 50%;
}

.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}

.input_select select::-ms-expand {
  display: none;
}

.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}

.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}

.input_tel_3col input {
  width: 30%;
}

.input_tel_3col input:first-child {
  width: 20%;
}

.radio_2col {
  display: flex;
}

.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_2col label:first-child {
  padding-right: 30px;
}

.radio_2col span {
  padding-left: 10px;
}

.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_1col span {
  padding-left: 10px;
}

.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}

.input_date {
  position: relative;
}

.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}

input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.check_1col span {
  padding-left: 10px;
}

.select_1col {
  padding-right: 30px;
}

.textarea {
  padding-right: 30px;
}

.textarea textarea {
  width: 100%;
}

.check_agree input {
  height: 20px;
  width: 20px;
}

.check_agree span {
  padding-top: 5px;
}

.sbm_wrap {
  padding: 30px 15px 0;
}

.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #45ba55;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #45ba55;
}

.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #fff;
}

.sbm_btn {
  border: 0;
  background-color: transparent;
}

.sbm_btn:focus {
  outline: none;
}

.sbm:hover {
  color: #45ba55;
  background: #ffffff;
}

.sbm:hover:before {
  color: #45ba55;
}

/*sec20----------------------------------------------------------- */

/*Footer----------------------------------------------------------- */
footer{
  background-color: #231815;
  color: #FFF;
}
.footer_nav1 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #fff;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #fff;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  white-space: nowrap;
}
footer ul li:not(:last-child):after{
  content: "|";
  margin: 0 5px;
}
footer .copy {
  font-size: 14px;
}
footer .f_link a{
  display: block;
  background-color: #FFF;
  color: #231815;
  font-weight: bold;
  width: 50%;
  min-width: 300px;
  padding: 10px;
  margin: 30px auto;
}
footer .f_link a i {
  padding-left: 15px;
}