@charset "utf-8";

header, section{
  padding-bottom: 50px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
:root {
--majorflow-color: #296962;
--mblue-color: #106ab1;
--gray-color: #E9EEF0;
font-feature-settings: "palt";
}
.font-60{ font-size: 60px; }
@media (max-width: 769px){ 
  .font-24{ font-size: 22px; }
  .font-26{ font-size: 22px; }
  .font-28{ font-size: 24px; }
  .font-30{ font-size: 24px; }
  .font-32{ font-size: 26px; }
  .font-36{ font-size: 26px; }
  .font-60{ font-size: 40px; }
}

a{
  color: inherit;
  text-decoration: none;
  &:hover{
      opacity: 0.5; 
 }
}

.bg-glay{
  background-color: var(--gray-color);
}
.bg-red{
  background-color: #ff0000;
}
.bg-major{
  background-color: var(--majorflow-color);;
}
.text-major{
  color: var(--majorflow-color);
}
.text-mglue{
  color: var(--mblue-color);
}

h2, h3, h4{
  line-height: 1.5;
}

.col2{
  width: 50%;
}
.col3{
  width : calc(100% / 3) ;
}
.box-price{
  border: #000000 solid 1px;
  padding: 40px 10px;
}
.box-contact{
  border: #000000 solid 1px;
  padding: 15px 10px;
  max-width: 892px;
  margin: 20px auto;
}
.line-l-blue{
  border-left: solid 8px var(--mblue-color);
  padding: 0 10px;
}
.va-middle{
  /*
  vertical-align: middle;
  text-align: center;
  display: block;
  */
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.box-h-160{
  height:160px;
}
.btn_contact{
  height:40px;
  border-radius: 50vh;
  border: none !important;
  text-align: center;
  display: inline-block;

  color: #ffffff !important;
  background: #FF9900 !important;
  border: solid 1px #FF9900 !important;

  >a{
    color: #ffffff !important;
    border-radius:inherit;
  }

  &:hover{
    opacity: 0.5; 
    >a{
      opacity: 1; 
    }

  }
}

@media (max-width: 769px){ 
  .flex{
    display: block;
  }
  .col2, .col3{
    width: 100% !important;
  }
}

.icon_mail{
  width: 30px;
  height: 20px;
  &::after{content: "\e158";} 
}

/*------------------------------------------------------------------------------------------------------------*/
/* Main */
main{
  display: flex;
  @media (max-width: 1024px){ 
    display: block;
  }
}
#main{
  width: 100%;
}

/* Header */
.header{
  padding: 20px 30px 30px 30px;

  .logo{
    height:62px;
    width:100%;
    display: flex;
  }
  .logo_l{
    /*width: 50%;*/
    margin-right: auto;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
  .logo_r{
    /*width: 50%;*/
    text-align: right;
    display: flex;
    align-items: center;
  }
  .logo_l img{
    width: 260px;
  }
  .logo_r img{
    width: 110px;
  }
}

/* Section */
section {
  padding: 40px 30px;
  @media (max-width: 769px){ 
    padding: 40px 20px;
  }
}
section .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.list_check-wrap {
  list-style:  none;  
  margin:  10px 0 0 0 ;
  padding: 0; 
}
.list_check:before {
  content:  "✔"; 
  color: #2980b9;
  display:  inline-block;  
  position:  relative;
  top: -1px;
  margin-right: 5px;
  margin-top:10px;
  font-size: 1.5em;
}
.list_inside {
  list-style:inside;
}
.list_inside >li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.pc_arrow_r{
  display: flex;
  align-items: center;

  @media (max-width: 769px){ 
    background: center;
    background-image: url(../images/arrow_down.avif);
    background-repeat: no-repeat;

    width: 100% !important;
    height: 85px;
    background-size: contain;
    text-align: center;
    margin: 20px 0;
  
    img{
      display: none;
    }
  }

}

/* Sidebar */
#sidebar{
  width: 600px;
  text-align: right;
  background-color: var(--majorflow-color);
  text-align: right;
  z-index: 0;

  @media (max-width: 1024px){ 
    width: 100%;
  }
}
#sidebar section{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
form > div{
  border-bottom: 0px !important;
}
.smpForm {
  padding: 0px !important;
}
.ss_visitor_form{
  padding: 10px 10px 10px 20px;
  background-color: #fff;
}
.ss_contents fieldset {
  background-color: #fff !important;
  border: 0px !important;
  margin-top: 15px !important;
}
.ss_form_title{
  text-align: left;
  margin-bottom: 3px !important;
}
.ss_required_field input {
  border: 1px solid #999 !important;
}
.ss_input{
  padding-right: 10px;
  text-align: left;
  width: 100%;
}
.ss_input input{
  width: 100% !important;
}
input[type="text"], input[type="date"], input[type="tel"], input[type="email"], select, textarea {
  background: #fff !important;
  font-size: 14px;
  padding: 8px 10px;
}
input[type="checkbox"]{
  width: 30px !important;
}
input[type="button"]{
  margin-top: 20px;
  color: #000000 !important;
  background-color: #DCCC51 !important;
  border: solid 0px !important;
  padding: 20px 30px !important;
}
.ss_upComment, .ss_leftComment, .ss_rightComment, .ss_bottomComment{
  display: block !important;
  text-align: left !important;
  font-size: 11px !important;
}
.ss_user_notnull{
  font-size:0;
  position: relative;
  top: -2px;
}
.ss_user_notnull:after{
  font-size: 10px; 
  content: "必須";
  background: #FD5254;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 10px;
}

/*------------------------------------------------------------------------------------------------------------*/
/* Footer */
footer{
  background: #000000;    
  color: #ffffff;
  padding: 30px 10px;
  text-align: center;

  p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
  }
}


