/* CSS Document */
/* 
####################################
####################################
        デザインを書くところ
####################################
####################################
*/

/*共通デザイン（上部） */
.web-header {
    width: 100%;
    background: #fff;
    position: fixed;
    top:0;
    left:0;
    z-index: 10;
}
.web-header .header-read {
	display: none;
	width: 100%;
    max-width: 990px;
	padding: 10px 15px 0;
	margin: auto;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .05em;
	color: #999;
}
.web-header .header-main .header-top {
    width: 100%;
    max-width: 990px;
    padding: 20px 15px;
    margin: 0px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #24b1b3;
}
.header-top .top-left {
	display: block;
	margin-right: 30px;
}
.header-top .top-left .logo  {
    max-width: 350px;
    min-width: 240px;
	width: 100%;
}
.header-top .top-left .read {
	display: none;
	padding-top: 15px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #434343;
}
.header-top .top-left .read img {
	width: 118px;
	margin-left: 5px;
}
/*  left  right  */
.header-top .top-right {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.header-top .top-right .left {
	margin-right: 40px;
}
.header-top .top-right  .left .tel {
	font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
	color: #24b1b3;
	display: none;
	justify-content: flex-start;
	align-items: center;
}
.header-top .top-right  .left .tel::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	content: '';
	background: url("../images/common/icon-tel.png") no-repeat;
	background-size: contain;;
}
.header-top .top-right .header-search {
    display: none;
	width: 191px;
	margin-top: -4px;
	justify-content: flex-start;
	align-items: stretch;
	border: 1px solid #434343;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.header-top .top-right .header-search .input-area {
	width: 155px;
	padding: 5px;
	padding-right: 10px;
	font-size: 1.2rem;
	font-weight: 300;
	background-color: #ededed;
	border: none;
}
.header-top .top-right .header-search label {
	width: 36px;
	background-color: #434343;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top .top-right .header-search label img {
	width: 20px;
}
.header-top .top-right .header-search #search-button {
	position: absolute;
	left: -9999px;
}
.header-top .top-right .right {
    display: none;
}
.header-top .top-right .right .header-button {
	padding: 2px;
	padding-right: 13px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 17.5px;
    background-color:#df716c;
    display: flex;
	justify-content: flex-start ;
	align-items: center;
}
.header-top .top-right .right .header-button img {
	width: 31px;
}
.header-top .top-right .right .header-button span {
    padding-left: 7px;
    letter-spacing: -0.02em;
}
.header-top .top-right .right .header-button.contact {
	margin-top: 8px;
	background: linear-gradient(to right, #24b1b3, #6f64c0); 
}
/*  上  下  */
.header-nav {
    width:100%;
    padding: 10px 0;
	background-color: #24b1b3;
}
.header-nav .first-list {
	max-width: 990px;
	width: 100%;
    margin: 0px auto;
    padding: 40px 15px 0;
}
.header-nav .first-list .item {
    padding: 10px 0;
    margin-top: 5px;
	font-size: 1.6rem;
	font-weight: 600;
    line-height: 1.6;
    color: #24b1b3;
}
.header-nav .first-list .item a {
    display: block;
    height: 100%;
    width:100%;
    text-align: left;
}
.header-nav .first-list .item img {
    display: none;
    width: 21px;
    margin-left: 30px;
}
.header-nav .first-list .item:first-child {
	flex-basis: 90px;
	flex-grow: 0 ;
	border-left: none;
}
.header-nav .first-list .item:nth-child(4)  {
	flex-basis: 200px;
	flex-grow: 0 ;
}
.header-nav .first-list .item:last-child  {
	flex-basis: 130px;
	flex-grow: 0 ;
	border-right: none;
}
.header-nav .first-list .item .inner-hover a {
    display: block;
    margin-top: 8px;
    padding: 3px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #666
}
.header-nav .first-list .item .inner-hover a::before {
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-right: 6px;
    margin-bottom: 4px;
    content: '';
    background-color: #24b1b3;
}
@media all and (min-width: 992px) {
	.web-header .header-read {
		display: block;
	}
    .web-header .header-main .header-top {
        border: none;
		padding-top: 10px;
    }
    .header-top .top-left {
        padding: 5px 0;
        margin-right: 10px;
    }
    .header-top .top-left .logo  {
        max-width: 490px;
    }
    .header-top .top-left .read {
		display: block;
    }
    /* 左 右 */
    .header-top .top-right .left {
        margin-right: 25px;
    }
    .header-top .top-right .header-search {
        margin-top: 8px;
    }
    .header-top .top-right .header-search .input-area {
        padding: 10px;
    }
    /* 上  下 */
    .header-nav .first-list {
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-nav .first-list .item {
        padding: 10px 0;
        margin-top: 0;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.6;
        flex: 1;
        color: #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .header-nav .first-list .item a {
        text-align: center;
    }
    .header-nav .first-list .item .inner-hover {
        padding: 5px 0 15px;
        background-color: #24b1b3;
    }
    .header-nav .first-list .item .inner-hover a {
        padding:  5px;
        font-size: 1.4rem;
        text-align: center;
        color: #fff;
    }
    .header-nav .first-list .item .inner-hover a::before {
        display: none;
    }
}




/* 
####################################
####################################
        デザインを書くところ
####################################
####################################
*/















/*  基本設定  */

/* 
####################################
####################################
        ハンバーガーボタン
####################################
####################################
*/
.web-header button  {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.hamburger-button,
.hamburger-button span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.hamburger-button {
    padding: 0;
    width: 24px;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 30;
    margin-top: 21px;
    margin-right: 15px;
}
.hamburger-button.appear {
    display: inline-block!important;
}
.hamburger-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}
.hamburger-button span:nth-of-type(1) {
    top: 0;
}
.hamburger-button span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
.hamburger-button span:nth-of-type(3) {
    bottom: 0;
}
.hamburger-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.hamburger-button.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
.hamburger-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {100% {height: 0;}}
@keyframes active-menu-bar02 {100% {height: 0;}}

/*  -- ボタンの位置 --*/

.web-header .b-right {
    position: fixed;
    top: 0;
    right: 0;
}
.web-header .b-left {
    position: fixed;
    top: 0;
    left: 0;
}
/* 
####################################
####################################
        ハンバーガーボタン
####################################
####################################
*/
/* 
####################################
####################################
        レスポンシブ時の動き
####################################
####################################
*/
.web-header .hamburger-button {
    display: block;
}
.web-header .header-nav.out-right  {
    width: 80%;  
    background: #330;
 }
@media all and (min-width: 992px) {
    .web-header .hamburger-button {
        display: none!important;
    }
}

/* 
####################################
####################################
        レスポンシブ時の動き
####################################
####################################
*/
/* 
####################################
####################################
        ハンバーガーボタンを押すと起動
####################################
####################################
*/
.web-header .header-nav.drawer-right,
.web-header .header-nav.drawer-left,
.web-header .header-nav.drawer-top {
/*    width: 80%;*/ /*ウインドウ幅により変動*/
    width: 28rem;    /*ウインドウ幅に関係なく固定*/
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 15;
    overflow: hidden;
}
.web-header .header-nav.drawer-right {
    top: 0;
    right: -40rem;
    transition: right .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: right .6s cubic-bezier(.19,1,.22,1); 
}
.web-header .header-nav.drawer-left {
    top: 0;
    left: -40rem;
    transition: left .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: left .6s cubic-bezier(.19,1,.22,1); 
}
.web-header .header-nav.drawer-top {
    width: 100vw!important;
    top: -100rem;
    left: 0rem;
    transition: top .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: top .6s cubic-bezier(.19,1,.22,1); 
}
.web-header .header-nav.drawer-right.drawer-right-on {
    right: 0rem;
    transition: right .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: right .6s cubic-bezier(.19,1,.22,1); 
}
.web-header .header-nav.drawer-right.drawer-left-on {
    left: 0rem;
    transition: right .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: right .6s cubic-bezier(.19,1,.22,1); 
}
.web-header .header-nav.drawer-right.drawer-top-on {
    top: 0rem;
    transition: right .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: right .6s cubic-bezier(.19,1,.22,1); 
}
 .cover-black {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
}
/*  メニュー以外のスクロールを固定  */
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
/* 
####################################
####################################
        ハンバーガーボタンを押すと起動
####################################
####################################
*/
/* 
####################################
####################################
        その他機能
####################################
####################################
*/
.header-main .header-ap .header-open,
.header-main .header-ap .header-rs-open、
.header-main [class^='inner-'] {
    cursor : pointer;
}
.header-main .header-ap .header-box,
.header-main .header-ap .header-rs-box.rs_fade{
    display: none;
}
@media all and (min-width: 992px) {
    .header-nav .down, 
    .header-nav .hover {    
            position: relative;
        }
    .header-nav [class^='inner-'] {
        width: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        margin-top: 40px;
        left: 0;
    }
    .header-nav .inner-down {
        display: none;
    }
    .header-nav .inner-hover {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .header-nav .hover:hover  .inner-hover {
        visibility: visible;
        opacity: 1;
    }
}
/*  スマホ時のメニューのスクロール   */
.web-header.rs-header .header-main .header-nav .first-list {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.web-header.rs-header .header-main .header-nav .first-list::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
/* 
####################################
####################################
        その他機能
####################################
####################################
*/
/*  基本設定  */