@charset "utf-8";

/* ==================== */
/* =====共通===== */
/* ==================== */
*{font-family: 'M PLUS 1p', sans-serif;}

.column-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pc {display: inline;}
.sp {display: none;}
.col1-2 { width: 50%;}

.col1-3 { width: 32%;}

.col1-4 { width: 24.25%;}

.col3-4 { width: 74.75%;}


.inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}


h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0 0 50px 0;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}

h3{
  font-family: 'Odibee Sans', cursive;
  font-size: 40px;
  text-align: center;
  margin: 0 0 10px 0;
}

p{
text-align: left;
font-size: 16px;
line-height: 190%;
margin: 0 0 30px 0;
}

/*//////////////////////////////////////////////////////////*/
/* ドロップダウン */
/*//////////////////////////////////////////////////////////*/


.header-navi {
      width: 100%;
      transition: .3s;
          display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 999;
  }

  .g-nav{
    width: 100%;
    z-index: 10;
  }
  .g-nav-menu{
    text-align: center;
  }
  .g-nav-menu li{
    border-right:solid 1px #ccc; 
    width: 18% 
  }
  .g-nav-menu li:first-child {text-align: left;  width: 28% }
  
  .g-nav-menu li a{
    color: #888;
    padding: 18px 30px;
    list-style-type: none;

height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .g-nav-menu img{
  width: 90%;
}

  .fixed{
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3)

  }



#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fdcd6a;
    border-radius: 50%
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fdcd6a;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #93896D;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fdcd6a;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.sp-tel img{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}






.main-slider{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-slider img{
}

.main-slider svg{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left:  0;
  margin: auto;
  filter: drop-shadow(0px 1px 15px rgba(255,255,255,0.9));

}


/* ==================== */
/* =====about===== */
/* ==================== */

.about{
  text-align: center;
  background: linear-gradient( to right, rgba(253,205,106,0.5), rgba(253,205,106,0.5) ), url(../img/1424750_m.jpg);
  background-size: cover;
  background-position: center;
  padding: 220px 0 180px 0;
}


.about p{
text-align: center;
}

/* ==================== */
/* =====about===== */
/* ==================== */

.business{
  text-align: center;

  padding: 100px 0 50px 0;
}

.business p{
text-align: center;
}

.business .col1-3 p{
margin: -30px 0 0 0;
text-align: left;
font-size: 15px
}

.business .col1-3{
background: #E0DACE;
overflow: hidden;
content: "";
margin: 0 0 20px 0;
}
.business .col1-3 img{
width: auto;
height: 330px;

}
.business .col1-3 .content{
padding: 15px
}
/* ==================== */
/* =====footer===== */
/* ==================== */

footer {
  background-color: #000;
}

.footer-logo {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding: 30px;
}

.footer-logo img {
  max-width: 100%;
}

footer ul{margin: 20px 0}

footer li {border-right: 1px solid #EBEBEB; width: 20%}

footer li:first-child {border-left: 1px solid #EBEBEB;}

footer li a{
padding: 10px 0;
display: block;
color: #fff;
text-align: center}







.copyright {
  background-color: #5a5a5a;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}










/* ==================== */
/* =====お問い合わせページ===== */
/* ==================== */


.contact-form {
  margin: 10% auto;
}

.contact-control {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact-control dt {
  font-size: 16px;
  width: 30%;
  max-width: 100%;
  font-weight: bold;
}

.must {
  color: #7A8FBC;
  font-size: 12px;
}

.contact-control dd {
  width: 70%;
  max-width: 100%;
  margin: auto;
}




.select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 16px;
  width: 100%;
}

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

.select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}


.radio-test {
  display: none;
}

.radio-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}

.radio-test + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.radio-test + span::after {
  -webkit-transform: translateY(-50%);
  background: #00A2E3;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 10px;
}

.radio-test:checked + span::after {
  opacity: 1;
}

.birthday {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #ececec;
}


input {
  background-color:  rgba(239, 239, 239, 0.4) ;
  border:  none;
  width: 100%;
	padding: 3%;
}

textarea {
	background-color:  rgba(239, 239, 239, 0.4) ;
	border:  none;
    width: 100%;
	padding: 3%;
}


.wpcf7-select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    padding: 16px;
    width: 100%;
}


input[type="submit" i] {
    font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-decoration: none;
  padding: 1% 3%;
  min-width: 180px;
  display: inline-block;
  margin: 30px 0;
  text-align: center;
  transition: all 0.6s ease 0s;
  color: #ffffff;
  background: #071328;
	width: 20%;
	margin: auto;
	display: block;
}

input[type="submit" i]:hover {
  cursor: pointer;
  opacity: 0.8;
  background: #ffffff;
  color: #071328;
  border: 1px solid #071328;
}

.check-test {
  text-align: center;
}

.check-test input {
  width: auto !important;
}

.contact-form-text {
  text-align: center;
}

@media screen and (max-width: 768px) {

  
  .contact-control dt {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }

  .contact-control dd {
    width: 95%;
    margin: auto;
  }

}


@media screen and (max-width: 480px) {
.pc {display: none;}
.sp {display: inline;}

.inner {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.col1-2 { width: 90%; margin: 0 auto;}

.col1-3 { width: 95%;}

.sp-navi{padding: 20px 0; height: 100px; width:100%; background: #ccc}
.sp-logo{text-align: center; padding: 0 0 30px 0}
.main-slider{height: 600px}
.main-slider svg{width: 40%}

.about{
  padding: 100px 0 80px 0;
}

.about p {text-align: left; font-size: 15px; width: 85%; margin: auto;}        


.business {width: 98%;}
.business p { font-size: 15px; text-align: left; margin-left: 30px;}

.business .col1-3 {width: 90%; margin: 0 auto;}

.business .col1-3 img {width=90%;}

.business .col1-3 p {margin: -30px 0 30px 0;text-align: left; font-size: 14px;}


.col1-3 img {    padding: 30px 5px 0 5px; }


.text-align-left p {text-align: center;}
.copyright {
  margin-bottom: 0;
}

.column-center img {
  margin: 5px;
}


