@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap');

/* ---------------------------------------
  基本情報
-----------------------------------------*/


*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  color: #645746;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;

  border-radius: 0;
  outline: none;

}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}
.button01 a{
display: block;
    width: 100%;
    max-width: 30rem;
    padding: 1.0rem 1.3rem 0.9rem 2.2rem;
    margin-top: 5rem;
    background: url(../img/common/common_subnav_bg_arrow_white.svg) no-repeat center right 2.7rem, #645746;
    border-radius: 1.7rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.6;
}
.mt100{
    margin-top: 100px !important;
    clear: both;
}
.mt50 {
    margin-top: 50px !important;
    clear: both;
}



table {
  border-collapse: collapse;
}




/* responsive
--------------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .tab {
    display: none !important;
  }
}

/* hover
--------------------------------*/
.fade:hover,
a:hover img {
  opacity: 0.7;
}

.fade,
a img {
  transition: opacity 0.3s ease-out;
}

/* btn
--------------------------------*/
.btn a {
  width: 240px;
  height: 47px;
  line-height: 47px;
  background: #645746;
  border-radius: 19px;
  display: inline-block;
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  padding: 0 0 0 3em;
  position: relative;
}

.btn a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -3px;
}

/* base
--------------------------------*/


p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 13px;
  line-height: 1.57;
}

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

.left {
  float: left;
}

.right {
  float: right;
}
.img_right {
  float: right;
        width: 50%;
}
.img_right30 {
  float: right;
        width: 30%;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.red{
    color: #b13f70;
}

.a_right {
  text-align: right;
}

.a_center {
  text-align: center;
}

.txt_small {
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
hr{
    clear: both;
}

@media screen and (min-width: 769px) {
  a.tel_link {
    pointer-events: none;
  }
}


@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    padding-top: 80px;
  }

  .wrap {
    width: 92%;
  }
    .img_right,
    .img_right30{
  float: right;
        width: 30%;
}

  /* btn
--------------------------------*/
  .btn a {
    width: 240px;
    height: 47px;
    line-height: 47px;
    background: #645746;
    border-radius: 19px;
    font-size: 1.4rem;
    padding: 0 0 0 3em;
    position: relative;
  }

  .btn a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -3px;
  }


}




/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer {
  margin-top: 60px;
  background: #645746;
  position: relative;
}

#footer * {
  color: #fff;
}

/*fixednavi*/
#fixed_navi {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#fixed_navi .size * {
  color: #645746;
  font-weight: bold;
}

#fixed_navi .size {
  width: 42px;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 0 8px;
}

#fixed_navi .size span {
  font-size: 10px;
  display: block;
  line-height: 1.5;
  margin-bottom: .5em;
}

#fixed_navi .size a {
  display: block;
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
  position: relative;
}

#fixed_navi .size a + a::before {
  content: "";
  width: 85%;
  height: 1px;
  background: #645746;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}


#fixed_navi .online {
  width: 42px;
}

#fixed_navi .online a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation:upright;
  background: #047FC7;
  display: block;
  width: 100%;
  height: 183px;
  font-weight: bold;
  font-size: 12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2em 0;
  line-height: 1;
}

/*pagetop*/
#footer #pagetop {
  width: 42px;
  background: #fff;
}

#footer #pagetop a {
  display: inline-block;
  width: 100%;
  padding-top: 65px;
  font-size: 10px;
  color: #047fc7;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

#footer #pagetop a::before,
#footer #pagetop a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#footer #pagetop a::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(#0d5697 0%, #2570b5 73.63%, #3c8ad2 100%);
  top: 10px;
}

#footer #pagetop a::after {
  width: 1px;
  height: 31px;
  background: #047fc7;
  top: 32px;
}

#footer .wrap {
  max-width: 860px;
}

/*f_top*/
#footer .f_top {
  padding: 38px 66px 32px 42px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

#footer .f_top .logo {
  font-size: 1.3rem;
  text-align: justify;
  letter-spacing: 0.1em;
  padding-top: 10px;
}

#footer .f_top .logo span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: -0.1em;
}

#footer .f_top .info {
  padding-top: 8px;
}

#footer .f_top .info .address {
  font-size: 1.6rem;
}

#footer .f_top .info .l_box .num {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: .2em;
}

#footer .f_top .info .l_box .num span {
  font-size: 1.6rem;
  display: inline-block;
  width: 2em;
  vertical-align: middle;
}

#footer .f_top .info .r_box {
  margin-left: 19px;
}

#footer .f_top .info .r_box p {
  font-size: 1.4rem;
}

#footer .f_top .info .r_box .time {
  letter-spacing: 0.1em;
  margin: .3em 0 .2em;
}

#footer .f_top .info .r_box .time span {
  font-weight: bold;
  font-size: 1.6rem;
}

#footer .f_top .sub li + li {
  margin-left: 5px;
}

#footer .f_top .sub li a {
  display: block;
}

#footer .f_top .sub li.tel a {
  width: 178px;
  padding: 7px 14px 4px 12px;
}

#footer .f_top .sub li.tel a p {
  color: #fff;
  line-height: 1;
}

#footer .f_top .sub li.tel a .num {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: .3em;
}

#footer .f_top .sub li.tel a .num::before {
  content: "";
  width: 17px;
  height: 25px;
  background: url(../img/common/ico_tel.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}

#footer .f_top .sub li.tel a .time {
  text-align: right;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

#footer .f_top .sub li.tel a .time span {
  font-weight: bold;
  font-size: 1.4rem;
}

#footer .f_top .sub .mail a,
#footer .f_top .sub .map a,
#footer .f_top .sub .facebook a {
  width: 65px;
  height: 56px;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  line-height: 1;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
}

#footer .f_top .sub .mail a {
  font-weight: bold;
  font-size: 1.3rem;
}

#footer .f_top .sub .mail a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/common/ico_mail.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#footer .f_top .sub .map a {
  font-size: 1rem;
  padding-bottom: 4px;
}

#footer .f_top .sub .map a::before {
  content: "";
  width: 19px;
  height: 29px;
  background: url(../img/common/ico_map.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#footer .f_top .sub .facebook a {
  font-size: 1rem;
  padding-bottom: 4px;
}

#footer .f_top .sub .facebook a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/common/ico_facebook.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*f_navi*/
#footer .f_navi {
  padding: 24px 25px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .f_navi .box li {
  margin-top: .5em;
}

#footer .f_navi .box > li:first-child {
  margin-top: 0;
}

#footer .f_navi .box li span {
  padding-left: 1em;
}

#footer .f_navi .box li a {
  display: block;
  padding-left: .8em;
  position: relative;
}

#footer .f_navi .box li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top:.5em;
}

#footer .f_navi .box ul {
  margin-left: 1em;
}

/*copyright*/
#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .5em 0 1em;
}

@media screen and (max-width: 1024px) {
  #footer .wrap {
    max-width: calc(100% - 76px);
  }
  #fixed_navi .size {
    width: 38px;
    font-size: 1.5rem;
  }

  #fixed_navi .size span {
    font-size: 9px;
  }

  #fixed_navi .online {
    width: 38px;
  }

  #fixed_navi .online a {
    font-size: 14px;
    padding: 1em 0;
  }

  /*  pagetop*/
  #footer #pagetop {
    width: 38px;
  }

  #footer .f_navi {
    padding: 24px 1% 0;
  }
  
  #footer .f_top{
    padding: 38px 0 42px;
  }
  #footer .f_navi .box li,
  #footer .f_navi .box li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 80px;
  }
    #fixed_navi .size {
display: none;
}
       
#fixed_navi .online a {
    height: auto;
    }
  #fixed_navi{
    right: 0;
    bottom: 0;
  }

  /*f_top*/
  #footer .f_top {
    padding: 28px 1% 31px;
    display: block;
  }

  #footer .f_top .logo {
    padding-top: 8px;
  }

  #footer .f_top .info {
    padding-top: 14px;
  }


  #footer .f_top .info .r_box {
    margin-left: 0;
    margin-top: 8px;
  }

  #footer .f_top .sub {
    position: absolute;
    top: 28px;
    right: 1%;
  }

  /*copyright*/
  #footer .copyright {
    padding: .8em 0 1.5em;
  }


/*f_top .sub*/
#footer .f_top .sub .mail a,
#footer .f_top .sub .map a,
#footer .f_top .sub .facebook a {
  width: 53px;
  height: 43px;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  line-height: 1;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
}

#footer .f_top .sub .mail a {
  font-weight: bold;
  font-size: 1.0rem;
}

#footer .f_top .sub .mail a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_mail.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#footer .f_top .sub .map a {
  font-size: 0.7rem;
  padding-bottom: 4px;
}

#footer .f_top .sub .map a::before {
  content: "";
  width: 15px;
  height: 25px;
  background: url(../img/common/ico_map.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#footer .f_top .sub .facebook a {
  font-size: 0.7rem;
  padding-bottom: 4px;
}

#footer .f_top .sub .facebook a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_facebook.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

}
/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}



/* End Hack */