@charset "utf-8"; /* CSS Document */
/* 基本
------------------------------------------------------*/
body {
    font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #FFF;
}

a:hover, #page-top:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.foot {
    font-size: 10px;
    padding-top: 2em;
    text-align: center;
}

.m-hoot a {
    padding: 0px 10px;
    font-size: 120%;
    line-height: 2.0em;
}

address {
    padding: 10px 0 10px;
    font-style: normal;
}

/* 全体幅調整
------------------------------------------------------*/
.wrap {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

.wrap img {
    width: 100%;
}

/*　オファー
------------------------------------------------------*/
.wrap .offer {
    position: relative;
}

.offer_btn01,.offer_btn02,.offer_btn03,.offer_btn04,.offer_btn05,.gif01,.gif02,.gif03,.gif04 {
    position: absolute;
}

.offer_btn01 {
    top: 0%;
}

.gif01 {
    top: 4%;
    left: 12.8%;
    width: 75%;
}

.gif02 {
    top: 4%;
    left: 12.8%;
    width: 75%;
}

.gif03 {
    top: 0%;
    left: 0%;
    width: 52%;
}

.gif04 {
    top: 0%;
    right: 0%;
    width: 52%;
}

/*　その他調整
------------------------------------------------------*/
/*　Accordion
------------------------------------------------------*/
.acmenu dt {
    cursor: pointer;
}

.acmenu dt img.cls, .acmenu dt.active img.opn {
    display: none;
}

.acmenu dt.active img.cls {
    display: inline;
}

.acmenu dd {
    display: none;
}


.slick-slider {
    background: #FFF;
    padding: 1% 0%;
}

.slick-slider img{
    width: 100%;
}

/*　2380offer
------------------------------------------------------*/
.offer2380 {
	display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 80px 40px;
    box-sizing: border-box;
    background-image: url(../images/2380offer/2380bg.jpg);
    background-size: cover;
}
.offer2380 img {}
.offer2380 a {
	text-decoration: none;
}
.offer2380 .left {
	width: 52%;
}
.offer2380 .right {
	width: 30%;
}
.button10 {
	margin-top: 30px;
}
.button10 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 0.8em 2em;
    width: auto;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    background-color: #ED8EB5;
    border-radius: 50vh;
    transition: 0.3s;
}

.button10 a::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: 3px solid #DD6392;
    border-radius: 50vh;
    transition: 0.2s;
}

.button10 a:hover::before {
  top: 0;
  left: 0;
}

.button10 a:hover {
  text-decoration: none;
  background-color: #fff;
	color: #DD6392;
}