@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

html {
	font-size: 15px;
  max-width: 1750px;
  margin: 0 auto;
}

body {
	overflow-x: hidden;
	font-family: 'Kosugi Maru', sans-serif;
	max-width: 1650px;

	color: black;
}
.fix-flex{
  display: flex;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 500px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

/*ヘッダー*/
header{
    width: 100%;
    height: 80px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    z-index: 1005;
max-width:1700px;
}
button.slick-prev.slick-arrow {
    display: none!important;
}
.header-wrapper{
    width: 95%;
    height: 100%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.header-logo {
    width: 30%;
    height: 100%;
    align-items: center;
    display: flex;
}
a.header-logo img{
    width: 100%;
    height: auto;
}
.header-left,.header-right{
    width: 50%;
    align-items: center;
}
.header-left p{
    font-size: 14px;
    font-weight: bold;
}
.header-right{
    justify-content: flex-end;
    display: flex;
}
.header-right a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right .contact-button i{
  font-size: 25px;
  margin-right: 10px;
}
.contact-button:first-child {
    margin-right: 10px;
}
.contact-button:nth-child(2) {
    margin-right: 10px;
}
.contact-button {
    background-color: #1b2a76;
    /*border-radius: 10px;*/
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    font-weight: bold;
}

/* 追加：ヘッダーラインバナー */
.header-line {
	width: 280px;
}
.line-button2 img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 950px){
  .header-right a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
  }
}
footer{
  background-color: #396fa4;
  padding: 20px 0 10px 0;
}
.footer-wrapper div.fix-flex{
  width: 100%;
  align-items: center;
}
.footer-wrapper{
  width: 85%;
  height: 100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
a.footer-logo {
    width: 30%;
    height: 100%;
    align-items: center;
    display: flex;
    margin-right: 20px;
}
a.footer-logo img{
    width: 100%;
    height: auto;
}
.footer-left,.footer-right{
  width: 50%!important;
}
.footer-left p{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
      white-space: nowrap;
}
footer .footer-left a.contact-button.fix-flex {
    width: 40%;
}
footer .footer-right a.contact-button.fix-flex:first-child {
    margin-right: 0!important;
}
.footer-right {
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}
footer .footer-right a.contact-button.fix-flex{
  width: 65%;
  font-size: 20px;
  padding: 15px 0;
  align-items: center;
  background-color: #72a3c5;
  white-space: nowrap;
}
footer a.contact-button.fix-flex i {
    margin-right: 10px;
    font-size: 25px;
}
footer .footer-right a.contact-button.fix-flex:first-child {
    margin-right: 0!important;
}
a.tel-button.fix-flex {
    color: #fff;
    font-size: 18px;
    display: block;
}
a.tel-button.fix-flex span {
    font-size: 35px;
}
.copy{
text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-top: solid 1px #fff;
  padding-top: 10px;
  width: 85%;
  margin:0 auto;
  margin-top: 10px;
}
p.insta-text {
    margin-bottom: 20px;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 150%;
    position: relative;
    justify-content: center;
    align-items: center;
}
p.insta-text:before{
position: absolute;
content: '';
background-color: #fff;
width: 3px;
height: 60px;
border-radius: 2px;
transform: rotate(-15deg);
left: -20px;
}
#insta-button img{
  width: 30px;
  height: auto;
  display: block;
  margin-right: 10px;
}
p.insta-text:after{
position: absolute;
content: '';
background-color: #fff;
width: 3px;
height: 60px;
border-radius: 2px;
transform: rotate(15deg);
right:  -20px;
}
div#sp-tel{
  display: none;
}

/* 追加：フッターラインバナー非表示 */
.footer-line {
	display: none;
}

@media screen and (max-width: 850px){
.contact-button {
      background-color: #1b2a76;
      color: #fff;
      align-items: center;
      justify-content: center;
      padding: 12px 15px;
      font-weight: bold;
      font-size: 14px;
  }
  .header-right .contact-button i {
      font-size: 18px;
      margin-right: 10px;
  }
}
@media screen and (max-width: 600px){
  .header-right.fix-flex {
      display: none;
  }
  div#sp-tel {
      background-color: #fff;
      width: 100%;
      padding: 0;
      display: flex;
      position: fixed;
      bottom: 0;
      justify-content: center;
  }

  /* 追加：フッターラインバナー */
	.footer-line {
		display: block;
		max-width: 450px;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.line-button2 img {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 500px){
  .header-left, .header-right {
      width: 100%;
      justify-content: space-between;
  }
  a.header-logo {
      width: 45%;
      height: 100%;
      align-items: center;
      display: flex;
  }
  .header-left p {
        font-weight: bold;
        margin-left: 0px;
        /* vertical-align: middle; */
        line-height: 20px;
        font-size: 14px;
    }
  header {
    width: 100%;
    height: 70px;
  }
  .footer-wrapper div.fix-flex {
      width: 100%;
      flex-direction: column;
      align-items: center;
  }
  .footer-left, .footer-right {
      width: 100%!important;
      align-items: center;
  }
  p.insta-text {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 16px;
      text-align: center;
  }
  footer .footer-left a.contact-button.fix-flex {
      width: 100%;
      padding: 15px 0;
  }
  .footer-right.fix-flex {
      margin-top: 20px;
  }
  a.tel-button.fix-flex span {
      font-size: 30px;
  }
  a.tel-button{
    margin-bottom: 10px;
  }
  footer .footer-right a.contact-button.fix-flex {
      width: 100%;
      font-size: 17px;
      padding: 15px 0;
      align-items: center;
  }
  footer a.contact-button.fix-flex i {
      margin-right: 10px;
      font-size: 20px;
  }
  a.footer-logo {
      width: 50%;
      margin-bottom: 5px;
      height: 100%;
      align-items: center;
      display: flex;
  }
  
  div#sp-tel a.contact-button.fix-flex {
      padding: 10px 0;
      width: 39%;
      white-space:nowrap;
      margin-right: 1%;
      font-size: 15px;
  }
  div#sp-tel a.contact-button.fix-flex i {
      margin-right: 5px;
      font-size: 20px;
  }
  div#sp-tel a.contact-button.fix-flex.tel-link__sp{
    width: 20%;
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div#sp-tel a.contact-button.fix-flex.tel-link__sp i{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px){
  .header-left p {
      font-weight: bold;
      margin-left: 0px;
      /* vertical-align: middle; */
      line-height: 20px;
      font-size: 12px;
  }
}
@media screen and (max-width: 320px){
  a.tel-button.fix-flex span {
      font-size: 28px;
  }
  footer .footer-right a.contact-button.fix-flex {
      width: 100%;
      font-size: 16px;
      padding: 15px 0;
      align-items: center;
  }
}
/*ここまでヘッダーフッター*/
