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

/* reset
================================================== *
/* 
html5doctor.com Reset Stylesheet

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.8em;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
button{background-color: transparent;border: none;cursor: pointer;outline: none;padding: 0; appearance: none;}



/* reset end---------------------------------------
================================================== *
/* 


/*==========================================================
__common
==========================================================*/


*{
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     box-sizing: border-box;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	color: #000;
	text-decoration: none;
}



div#wrap {

}

.sp{
    display: none;
}

.color__red{
  color: red;
}

.color__pink{
  color: #eda595;

}
.color__blue{
  color: #8c97cb;
}
#watson-box .message-form {
    display: none !important;
}
/*==========================================================
__グローバルメニュー
==========================================================*/


.wrap-1188{
  max-width: 1188px;
  margin: 0 auto;
}

.sp-1024{
  display: none;
}

/*==========================================================
__ハンバーガーメニュー
==========================================================*/
.menu__hamburger__button{
    overflow: hidden;
    position: fixed;
    right: 1%;
    top: 0%;
    z-index: 9999;
    border-radius: 10px;
}
.menu__hamburger__button.active{
    z-index: 99999999;
}
.menu__hamburger__button .menu__hamburger{
    border-radius: 0;
    width: 54px;
    text-align: center;
    padding: 16px 12px;
    cursor: pointer;
    float: right;
}
.menu__hamburger__button .menu__line{
    display: block;
    height: 2px;
    transition: all 0.2s;
    line-height: 1.5;
    margin: 0 0 8px;
    background-color: #fff;
}
.menu__hamburger__button.color-bk .menu__line{
    background-color: #000;
}
.menu__hamburger__button .menu__line:nth-child(3) {
    margin: 0px;
}
.menu__hamburger__button .menu__line.active:nth-of-type(1) {
    transform: translateY(9px) rotate(135deg);
    background: #ffffff;
}

.menu__hamburger__button .menu__line.active:nth-of-type(2) {
    opacity: 0;
}

.menu__hamburger__button .menu__line.active:nth-of-type(3) {
    transform: translateY(-11px) rotate(-135deg);
    width: initial;
    background: #ffffff;
}

.fadeins .menu__hamburger__button .menu__line {
    background: #8ca0af;
}

.menu__hamburger__button p {
    color: #fff;
    margin: 5px auto 0;
    font-family: montserrat, sans-serif;
}

.fadeins .menu__hamburger__button p {
    color: #8da0af;
}

.hb-botton{
    position: fixed;
    z-index: 99;
    background-color: #eda596;
    width: 100vw;
    height: 100vh;
    top: -150%;
    transition: all .5s;
}
.hb-botton.active{
    top: 0;
    transition: all .5s;
    z-index: 9999999;
}
.hb-botton__inner{}
.hb-botton__inner .hb-logo{
    padding: 45px 15px 0;
}
.hb-botton__inner .hb-logo a{}
.hb-botton__inner .hb-logo a figure{
    text-align: center;
    margin-bottom: 25px;
}
.hb-botton__inner .hb-logo a figure img{
    display: initial;
}
.hb-botton__inner .hb-box{
  padding: 25px 50px;
}
.hb-botton__inner ul.hb-list{
    text-align: center;
    /* border-bottom: 1px solid #fff; */
}
.hb-botton__inner ul.hb-list li{
    margin-bottom: 30px;
}
.hb-botton__inner ul.hb-list li a{
    color: #fff;
    font-size: 20px;
}
.hb-botton__inner ul.hb-list li a:hover{}
.hb-botton__inner ul.hb-sublist{
    text-align: center;
    padding: 35px;
    font-size: 16px;
}
.hb-botton__inner ul.hb-sublist li{
    margin-bottom: 15px;
}
.hb-botton__inner ul.hb-sublist li a{
    color: #fff;
}
.hb-botton__inner ul.hb-sublist li a:hover{}
.hb-botton__inner .hb__contact__list{
    /* display: flex; */
    justify-content: center;
    margin-bottom: 50px;
}
.hb-botton__inner .hb__contact__list .contact__left{
    margin-right: .5%;
    margin-bottom: 20px;
}

.hb-botton__inner .hb__contact__list a{
    display: block;
    border: 2px solid #fff;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    min-width: 273px;
    transition: all .5s;
    text-align: center;
}
.hb-botton__inner .hb__contact__list a:hover{
    background-color: #fff;
    color: #32479c;
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__left a::before{
    content: "";
    background-image: url("../img/common/ft_mail_off.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 15px;
    margin-right: 15px;
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__left a:hover::before{
    background-image: url("../img/common/ft_mail_on.png");
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__left a:hover{}
.hb-botton__inner .hb__contact__list .contact__right{
    margin-left: .5%;
}
.hb-botton__inner .hb__contact__list .contact__right a{
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__right a::before{
    content: "";
    background-image: url("../img/common/ft_tel_off.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 15px;
    margin-right: 5px;
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__right a:hover::before{
    background-image: url("../img/common/ft_tel_on.png");
    transition: all .5s;
}
.hb-botton__inner .hb__contact__list .contact__right a:hover{}

/*==========================================================
__ハンバーガーメニュー
==========================================================*/

@media screen and (max-width:1023px){
  .pc-1024{
    display: none;
  }
  
  .sp-1024{
    display: block;
  }
}

@media screen and (max-width:767px){
    .sp{
        display: block;
    }
}
