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

/*------------------------

背景

------------------------*/

html {
    font-size: 62.5%;
    overflow: -moz-scrollbars-vertical;
}
body {
    background-color: #fff;
    word-wrap: break-word;
    font-family: "メイリオ", Meiryo, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #221815;
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: .1em;
    letter-spacing: 0;
}
.wrap {
    width: 1200px;
    height: auto;
    min-height: 100%;
    margin: auto;
    padding: 0;
}
ul {
    display: block;
    list-style: none;
    margin: 0;
}
br.sp {
    display: none;
}

@media only screen and (max-width: 1260px) {
.wrap {
    width: 96%;
    max-width: 1200px;
}
}

@media only screen and (max-width: 1023px) {
br.sp {
    display: block;
}
.sp_none {
  display: none;
}
}
/*------------------------

ヘッダー

------------------------*/
header#header {
    border-top: solid 2px #D0265F;
    /* margin-bottom: 50px; */
    position: relative;
}
.head_top {
    text-align: center;
    margin-bottom: 20px;
}
.sp_menu {
    display: none;
}
.sp_menu img {
    width: 80px;
}
.head_line {
    background: url(../img/header3.png) repeat-x;
    height: 10px;
    margin-bottom: 10px;
}
.head_line.kasou {
    display: none;
}
.sp_acodion {
    display: none;
}
.menu {
    background-color: #EF7AA0;
    border-top: 2px solid #EF7AA0;
    border-bottom: 2px solid #EF7AA0;
}
.fixed .menu {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    width: 100%;
    border-top: 0;
}
.menu li {
    float: left;
    width: 16.66%;
    text-align: center;
    border-left: 1px solid #fff;
}
.menu li:last-child {
    border-right: 1px solid #fff;
}
.menu li span > img {
    width: 50px;
}
.menu li a:hover span > img {
    width: 50px;
}
.menu li a {
    display: block;
    position: relative;
    padding-left: 0px;
    height: 80px;
    letter-spacing: normal;
    padding-top: 0.8em;
}
.fixed .menu li a {
    height: 80px;
    padding-top: 14px;
}
.menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu li a:hover:before, .menu li a:focus:before, .menu li a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.menu .sp-menu-small li,  .menu .sp-menu li {
    display: none;
}


.menu li a span {
    position: absolute;
    top: 32px;
    left: 0px;
    right: 0px;
    background: url(../img/nav1.png) no-repeat;
    width: 40px;
    height: 48px;
    margin: auto;
}
.menu li:nth-child(2) span {
    background: url(../img/nav2.png) no-repeat;
    width: 45px;
    height: 50px;
}
.menu li:nth-child(3) span {
    background: url(../img/nav3.png) no-repeat;
    width: 45px;
    height: 50px;
}
.menu li:nth-child(4) span {
    background: url(../img/nav4.png) no-repeat;
    width: 45px;
    height: 50px;
}
.menu li:nth-child(5) span {
    background: url(../img/nav5.png) no-repeat;
    width: 45px;
    height: 50px;
}
.menu li:nth-child(6) span {
    background: url(../img/nav6.png) no-repeat;
    width: 45px;
    height: 50px;
}
.menu li a:hover span img {
    opacity: .01;
}
.menu li a:hover span {
    background: url(../img/nav1_on.png) no-repeat;
}
.menu li:nth-child(2) a:hover span {
    background: url(../img/nav2_on.png) no-repeat;
}
.menu li:nth-child(3) a:hover span {
    background: url(../img/nav3_on.png) no-repeat;
}
.menu li:nth-child(4) a:hover span {
    background: url(../img/nav4_on.png) no-repeat;
}
.menu li:nth-child(5) a:hover span {
    background: url(../img/nav5_on.png) no-repeat;
}
.menu li:nth-child(6) a:hover span {
    background: url(../img/nav6_on.png) no-repeat;
}
.menu li p {
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 1.44;
    font-size: 12px;
}
.menu li a:hover p, .menu li a:focus p, .menu li a:active p {
    color: #000;
}
.menu li a:hover p em {
    color: #000;
}
.head-right-bottom.sp {
    display: none;
}
.menu.sp {
    display: none;
}
.sp_acodion .acodion_list {
    display: none;
}



@media only screen and (max-width: 1023px) {
.head_margin {
}
header#header {
    /* margin-top: 10vh; */
    border-top: none;
}
.head_line {
    display: none;
}
.head_line.kasou {
    display: block;
}
.head_topcover.clearfix {
    display: flex;
}
.head_fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #ffffff;
    border-top: solid 2px #D0265F;
}
.head_top {
    margin-left: auto;
    margin-right: 40px;
    padding-left: 90px;
}
.sp_menu {
    display: block;
    margin-left: auto;
    margin-top: 10px;
}
.menu li p {
}
.menu li p {
    text-align: center;
}
.fixed .menu.sp li a {
    padding-top: 14px;
}
.fixed .menu.sp {
    z-index: 1;
}
.logo-area {
    float: none;
    width: 94%;
    margin: 8px auto 16px;
}
.head-right {
    float: none;
    text-align: left;
}
.head-right-bottom {
    border-bottom: 1px solid #ff7d78;
    border-top: 1px solid #ff7d78;
    padding: 12px 3%;
}
.head-right-top {
    display: none;
}
.head-right-bottom li {
    width: 100%;
    float: none;
}
.head-right-bottom li:last-of-type {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 9px;
}
.red-tab {
    padding: 2px 0 2px;
    width: 100px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
.head-top.wrap {
    width: 100%;
}
.menu.pc {
    display: none;
}
.menu.sp {
    display: block;
    width: 100%;
    position: inherit;
    margin-bottom: 20px;
}
.head-right-bottom {
    display: none;
}
.head-right-bottom.sp {
    display: block;
    width: 100%;
}
.logo-area .logo-inner a img {
    width: 150px;
    margin: 12px 0 6px;
}
.head-top {
    padding: 0;
}
.menu li {
    width: 33.33%;
    border-left: none;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
.menu li:nth-child(3n) {
    border-right: none;
}
.menu li:nth-last-of-type(3),  .menu li:nth-last-of-type(2),  .menu li:nth-last-of-type(1) {
    border-bottom: none;
}
.menu li a {
}
.menu li span {
    position: static;
}
.menu li:nth-child(5) a, .menu li:nth-child(2) a {
    padding-left: 0;
}
.menu li:nth-child(6) a, .menu li:nth-child(4) a, .menu li:nth-child(3) a {
    padding-left: 0;
}
.menu li p {
    font-size: 11px;
}
.menu li a span {
    background: url(../img/nav1.png) no-repeat;/* background-size: 50px 50px; */
		/* top: 13px; */
		/* margin-top: 0; */
}
.menu li a:hover span {
    background: url(../img/nav1_on.png) no-repeat;
}
.menu li a {
}
.menu.pc li {
}
.menu.pc li a {
}
.menu.pc li:last-child,  .menu.pc li:nth-child(3n) {
    border-right: none;
}
.menu.pc li a span {
    background-size: 50px 50px;
    margin-top: 0;
    width: 50px;
    margin-left: 11px;
    position: absolute;
}
.menu.pc li p {
    padding: 0 0 0 30px;
    top: 22px;
}
.menu {
    border: none;
    margin-bottom: 0;
}
.menu ul.sp-menu-small {
    padding: 15px 44px 44px 3px;
}
.menu ul.sp-menu {
    padding: 0 0 15px;
}
.menu .sp-menu-small li,  .menu .sp-menu li {
    display: block;
}
.menu .sp-menu li {
    width: 94%;
    height: auto;
    margin: 13px 3% 0;
    padding: 0;
    float: left;
    text-align: left;
}
.menu .sp-menu-small li {
    width: 100%;
    margin: 0 0 0 3%;
    display: block;
    float: left;
    text-align: left;
    height: 35px;
}
.menu .sp-menu:first-of-typeli {
 padding-top: 48px;
}
.menu .sp-menu-small li a {
    background-color: #fff;
    display: inline;
    background-color: inherit;
    color: #000;
}
.menu .sp-menu-small li a:hover {
    text-decoration: underline;
}
.menu .sp-menu-small li img {
    width: 14px;
    margin-right: 7px;
    vertical-align: inherit;
}
.menu li.sp-none {
    display: none;
}
.head_top img {
    width: 100%;
}
.sp_menu img {
    width: 85%;
}
/*-----------------SPアコーディオン-----------------*/
.sp_acodion {
    display: none;
}
.sp_acodion nav.menu.sp {
    margin-bottom: 0;
}
.sp_acodion .acodion_list {
    background: #FCEBF0;
}
.acodion_list li {
    padding: 15px 30px;
    border-bottom: solid 1px #F6BACE;
}
.acodion_list li a {
    display: block;
    color: #111;
    font-size: 13px;
    background-image: url(../img/footer7.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
}
.sp_acodion .acodion_list {
    display: block;
}
.acodion_back.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
}
/*-----------------/SPアコーディオン-----------------*/
	
}

@media only screen and (max-width: 1023px) {
.menu.sp li:nth-child(4) span {
    background: url(../img/nav4.png) no-repeat;
}
.menu.sp li:nth-child(5) span {
    background: url(../img/nav5.png) no-repeat;
}
.menu.sp li:nth-child(6) span {
    background: url(../img/nav6.png) no-repeat;
}
.menu.sp li:nth-child(4) a:hover span {
    background: url("../img/nav4_on.png") no-repeat;
}
.menu.sp li:nth-child(5) a:hover span {
    background: url(../img/nav5_on.png) no-repeat;
}
.menu.sp li:nth-child(6) a:hover span {
    background: url(../img/nav6_on.png) no-repeat;
}
}
.menu li p {
    font-size: 1rem;
}
/*------------------------

メイン

------------------------*/
main > .wrap {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
.top-box.wrap, .top-box.wrap {
    width: 100%;
}
}
main > .top-box.wrap {
    margin-bottom: 0;
}
.top-box .col {
    background-color: #fff;
}
/*---topスライダー----*/
.main-navi .slick-slide {
    padding-left: 3px;
    opacity: .6;
    cursor: pointer;
}
.main-navi .slick-slide.slick-current {
    opacity: 1;
}
.slick-slider {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.slick-slider a {
    width: 100%;
}
.slick-slider img {
    width: 100%;
}
.main-navi {
    width: 897px;
    margin-top: 3px;
    margin-left: -3px;
}

@media only screen and (max-width: 1260px) {
.slick-slider img {
}
.main-navi {
    /* width: 732px; */
    width: 747px;
}
.slick-slider {
    width: 96%;/* max-width: 1008px; */
}
}

@media only screen and (max-width: 1100px) {
.main-navi {
    width: calc(100% + 2px);
}
}

@media only screen and (max-width: 1023px) {
.slick-slider img {
    width: 100%;
}
.slick-slider {
    width: 100%;
    margin: auto;
    max-width: none;
}
}
/*---/topスライダー----*/


/*------------------------

メイン　NEWS

------------------------*/

section.top_news .center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #AAAAAA;
}
section.top_news {
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}
section.top_news .info {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}
section.top_news .text {
    width: 88%;
    font-size: 16px;
}
section.top_news .date {
    width: 11%;
    font-size: 16px;
    color: #D3406E;
    /* margin-right: 1%; */
    text-align: center;
}
section.top_news .bnr {
    width: 7%;
}
section.top_news .bnr img {
    vertical-align: middle;
}
section.top_news .cover {
    width: 93%;
}

@media only screen and (max-width: 1023px) {
section.top_news .center {
    display: block;
    max-width: unset;
    border-bottom: none;
}
section.top_news {
    padding: 0 2%;
}
section.top_news .info {
    display: block;
    width: 100%;
    border-bottom: solid 1px #AAAAAA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
section.top_news .text {
    width: 100%;
}
section.top_news .date {
    width: 100%;
    text-align: left;
}
section.top_news .bnr {
    width: 100%;
    border-bottom: solid 1px #AAAAAA;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
section.top_news .cover {
    width: 100%;
}
}
/*------------------------

メイン　営業時間部分

------------------------*/


section.top_sales {
    padding: 0 20px;
    margin-bottom: 30px;
}
section.top_sales .center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.sales_more td.td_title {
    background: #EF7AA0;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}
.sales_more td {
    border-bottom: solid 1px #EF7AA0;
    border-right: solid 1px #EF7AA0;
}
.sales_more td.td_title h3 {
    display: inline-block;
    background-image: url("../img/contents2.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2px 0 0px 25px;
}
.sales_more table {
    border-left: solid 1px #EF7AA0;
}
.sales_more td.td_title {
}
.sales_more td.bold {
    background: #FCEBF0;
    font-weight: bold;
}
.sales_more td.table_text {
    text-align: center;
}
.sales_more .table {
    margin-bottom: 10px;
}
section.top_sales .sales_more {
    margin-right: 2%;
    width: 56%;
    float: left;
}
section.top_sales .sns {
    width: 500px;
    float: right;
}
/*↓↓↓フェイスブック部分用↓↓↓*/
.fb-page {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span, .facebook-wrapper iframe {
    width: 100% !important;
}
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

/*↑↑↑↑フェイスブック部分用↑↑↑↑*/

@media only screen and (max-width: 1023px) {
section.top_sales {
    padding: 0 2%;
}
section.top_sales .center {
    display: block;
    max-width: unset;
}

.sales_more td.table_text {
    text-align: center;
}
.sales_more .table {
}
section.top_sales .sales_more {
    float: none;
    width: 100%;
    margin-right: 0;
}
section.top_sales .sns {
    margin-bottom: 20px;
    float: none;
    text-align: center;
    width: 100%;
}
}
/*------------------------

メイン　バナーエリア

------------------------*/

section.top_bnrarea {
    padding: 0 20px;
    margin-bottom: 50px;
}
section.top_bnrarea ul {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: left;
    text-align: center;
    flex-wrap: wrap;
}
section.top_bnrarea ul li {
    width: 24.2%;
    margin-right: 1%;
    margin-bottom: 1%;
}

section.top_bnrarea ul li:nth-child(4n) {
    margin-right: 0;
}

section.top_bnrarea ul li img {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
section.top_bnrarea {
    margin-bottom: 30px;
    padding: 0 2%;
}
section.top_bnrarea ul {
    flex-wrap: wrap;
}
section.top_bnrarea ul li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
}
section.top_bnrarea ul li img {
}
	
section.top_bnrarea ul li:nth-child(2n) {
    margin-right: 0;
}
section.top_bnrarea ul li img.top_tenant-bnr {
  width: 290px;
  height: auto;
}
}
/*------------------------

メイン　EVENT

------------------------*/

section.top_event {
    padding: 40px 20px;
    margin-bottom: 40px;
    background-image: url("../img/contents7.png");
}
section.top_event .center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
section.top_event .event_title {
    text-align: center;
    margin-bottom: 40px;
}
section.top_event .column {
    /* margin-right: 10px; */
    /* margin-left: 10px; */
    overflow: hidden;
}
section.top_event .thumbnail img {
    text-align: center;
    vertical-align: middle;
    max-height: 220px;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: auto;
}
.event_slider .column {
    border: solid 1px #EEEEEE;
    background: #fff;
}
.event_slider  .thumbnail {
    border-bottom: solid 1px #EEEEEE;
    height: 230px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    max-width: 100%;
}
.event_slider .date {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #838383;
}
.event_slider .text {
    padding: 0 10px;
    margin-bottom: 10px;
}
.event_slider .text a {
    color: #111;
    font-weight: bold;
    font-size: 14px;
}
.event_slider .text a:hover {
    text-decoration: underline;
}
.event_slider .thumbnail a {
    width: unset;
}

@media only screen and (max-width: 1023px) {
section.top_event {
    padding: 40px 0;
}
section.top_event .center {
    max-width: none;
}
.event_slider .text a {
    font-size: 12px;
}
}
/*------------------------

メイン　SHOP INFO

------------------------*/
section.top_shop {
    padding: 0 20px;
    margin-bottom: 100px;
}
section.top_shop .center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
section.top_shop .shop_title {
    text-align: center;
    margin-bottom: 30px;
}
section.top_shop .tab_menu {
    margin-bottom: 20px;
}
section.top_shop .tab_menu ul {
    display: flex;
    justify-content: space-between;
}
section.top_shop .tab_menu li {
    background: #EEEEEE;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    width: 19.8%;
    text-align: center;
    cursor: pointer;
}
section.top_shop .tab_menu li.active:nth-child(1),
section.top_shop .tab_menu li:nth-child(1):hover {
    background: #F6BACE;
}
section.top_shop .tab_menu li.active:nth-child(2),
section.top_shop .tab_menu li:nth-child(2):hover {
    background: #E4BCF3;
}
section.top_shop .tab_menu li.active:nth-child(3),
section.top_shop .tab_menu li:nth-child(3):hover {
    background: #ffa284;
}
section.top_shop .tab_menu li.active:nth-child(4),
section.top_shop .tab_menu li:nth-child(4):hover {
    background: #CBE58B;
}
section.top_shop .tab_menu li.active:nth-child(5),
section.top_shop .tab_menu li:nth-child(5):hover {
    background: #AAD1F5;
}
section.top_shop .tab_cover {
    display: none;
}
.tab_cover.all {
}
.tab_cover .tab_flex {
    display: flex;
    justify-content: left;
    margin-bottom: 19px;
    flex-wrap: wrap;
}
.tab_cover .column {
    border: solid #cccccc 1px;
    width: 24%;
    position: relative;
    margin-bottom: 15px;
    margin-right: 1.3%;
}

.tab_cover .column .overflow {
    overflow: hidden;
}

.tab_cover .title_text {
    padding: 10px;
}

.tab_cover .new {
    z-index: 10;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 4;
}
.tab_cover .store {
    background: #efefef;
    padding: 10px;
}
tab_cover .thumbnail {
}


.tab_cover .thumbnail {
    height: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    max-width: 100%;
    /* padding: 0 20px; */
}

.tab_cover .thumbnail_text p {
    margin-top: 5px;
    padding: 0 5px;
    visibility: hidden;
}

.tab_cover .thumbnail img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 180px;
    height: auto;
    width: auto;
}
.column.fashion .store {
    background: #E4BCF3;
}
.column.eat .store {
    background: #ffa284;
}
.column.food .store {
    background: #CBE58B;
}
.column.salon .store {
    background: #AAD1F5;
}
.tab_cover .store a {
    color: #111;
}
.tab_cover .store a:hover {
    text-decoration: underline;
}
.tab_cover .thumbnail a {
    display: block;
}
.tab_cover .column:nth-child(4n) {
    margin-right: 0;
}
.tab_cover .tab_more {
    text-align: center;
    border: solid 1px #D0265F;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #D0265F;
    cursor: pointer;
    transition: 0.4s;
}
.tab_cover .tab_more p {
    background-image: url(../img/contents17.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding: 0 0 0 16px;
}
.tab_cover .tab_more:hover {
    background: #ffdde8;
}

@media only screen and (max-width: 1023px) {
section.top_shop {
    padding: 0 2%;
    margin-bottom: 40px;
}
.tab_cover .column {
    width: 49%;
    margin-right: 2%;
}
.tab_cover .tab_more:hover {
}
.tab_cover .column:nth-child(2n) {
    margin-right: 0;
}
	
section.top_shop .tab_menu li{
		
font-size: 10px;
		
padding: 15px 0;
		
display: flex;
		
align-items: center;
		
justify-content: center;
	}
}
/*------------------------

フッター

------------------------*/
.foot_bnrarea {
    background: #FCEBF0;
    padding: 20px 20px;
}
.foot_bnrarea .center {
  max-width: 1200px;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.foot_bnrarea .center ul {
  display: flex;
  flex-wrap: wrap;
}
.foot_bnrarea li img {
    width: 100%;
}
.foot_bnrarea li {
  width: 25%;
  text-align: center;
  padding: 0 1%;
  margin: 1.5% 0;
}
.foot_sitemap .center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.foot_sitemap {
    padding: 30px 20px 60px 20px;
}
.foot_sitemap .column li {
    margin-bottom: 5px;
}
.foot_sitemap .column {
    width: 20%;
}
.foot_sitemap .column li a {
/* color: #D0265F; */
}
.foot_line {
    background: url(../img/header3.png) repeat-x;
    height: 10px;
}
.foot_info {
    background: #EF7AA0;
    padding: 40px 20px;
    color: #fff;
}
.foot_info .center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.foot_info .left .logo {
    margin-bottom: 15px;
}
.foot_info .left .place {
    margin-bottom: 30px;
}
.foot_info .right {
}
.foot_info .right .info_cover {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.foot_info .right .column {
    border-left: solid 3px #F7CFDC;
    padding: 0 20px 0 20px;
}
.foot_info .right .column:first-child {
    padding: 0 30px 0 0px;
    border: none;
}
.foot_info .right .column:last-child {
    padding: 0 0 0 20px;
}
.foot_info .right a.contact {
    background: #FCEBF0;
    padding: 11px 20px;
    border-radius: 5px;
    transition: 0.4s;
    color: #D23066;
    font-size: 15px;
}
.foot_info .right a.contact:hover {
    background: #ffffff;
}
.foot_info .right a.contact img {
    vertical-align: baseline;
}

@media only screen and (max-width: 1023px) {
.foot_bnrarea {
    padding: 3% 2%;
}
.foot_sitemap {
    padding: 0;
}
.foot_sitemap .column {
    padding: 2%;
    width: 50%;
    border-bottom: solid 1px #FCEBF0;
    border-right: solid 1px #FCEBF0;
}
.foot_sitemap .column:nth-child(even) {
    border-right: none;
}
.foot_info {
    padding: 3% 2%;
}
.foot_info .center {
    display: block;
}
.foot_info .left .logo {
    text-align: center;
}
.foot_info .left .place {
    text-align: center;
}
.foot_info .right .info_cover {
    flex-wrap: wrap;
}
.foot_info .right .column {
    width: 50%;
    padding: 0 10px 0 10px;
}
.foot_info .right .column:first-child {
    padding: 0;
    width: 100%;
    margin-bottom: 2%;
}
.foot_info .right .column:last-child {
    padding: 0 0 0 10px;
}
.foot_info .right a.contact {
    width: 100%;
    text-align: center;
}
.foot_info .right a.contact:hover {
}
.foot_info .left .logo img {
/* width: 100%; */
}
.foot_info .left .copy {
    text-align: center;
}
.foot_info .right .text {
    text-align: center;
}
.foot_info .right {
    margin-bottom: 30px;
}
}


/*------------------------

ページトップへ戻る

------------------------*/

#page-top {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}
#page-top a {
    width: 60px;
    height: 60px;
    padding: 0;
    display: block;
    cursor: pointer;
    color: #ffffff;
    background-color: #D0265F;
    font-size: 3.6rem;
    text-align: center;
}
#page-top a:before {

    content: url("../img/footer15.png");
}
#page-top a:hover {
    background-color: #e4467b;
    color: #ffffff;
}

@media screen and (max-width:980px) {
#page-top {
    right: 10px;
    bottom: 10px;
}
}
/*------------------------

ボタン

------------------------*/
.btn, a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.btn {
    position: relative;
}
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
/*  color: #ffffff;*/
}
.btn:hover:after, .btn:focus:after, .btn:active:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*------------------------

画像

------------------------*/

a:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
}
img.left {
    margin-right: 1em;
}
img.right {
    margin-left: 1em;
}
/*------------------------

clearfix

------------------------*/

.clearfix:before, .clearfix:after {
    height: 0;
    display: block;
    overflow: hidden;
    content: '.';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
} /* IE < 8 */

/*------------------------

cookie

------------------------*/
.cookie-accept-bar {
    display: none;
}
.cookie_wrap > p {
  
}
.cookie_wrap > p {
  font-size: 13px;
  text-align: left;
  margin-bottom: 1rem;
}
/*! 通知バーのアニメーション用 */
@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
@keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}

/*! 通知バーのスタイル */
.cookie-style-accept-bar {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
          animation-name: ga-cookie-accept-bar-slide-in;
  background-color: #0d3e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.cookie-style-accept-bar.state-remove {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-out;
          animation-name: ga-cookie-accept-bar-slide-out;
}
.cookie-style-accept-bar p {
  margin: 1em 0;
}
.cookie-style-accept-bar a {
  color: inherit;
  text-decoration: underline;
}
.cookie-style-accept-bar p button:first-child {
  margin-right: 1em;
}
/*! ボタン */
.cookie-style-accept-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
 border: 2px solid #d32f2f;
  display: inline-block;
  background-color: #d32f2f;
  color: #fff;
  font-family: inherit;
  min-height: auto;
  font-size: 13px;
  padding: .5em 1em;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.cookie-style-accept-btn:hover{
	background-color: #fff;
    color: #333;
	cursor: pointer;
}
.cookie-style-deny-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: inherit;
  min-height: auto;
  font-size: 13px;
  padding: .5em 1em;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.cookie-style-deny-btn:hover{
	background-color: #fff;
    color: #333;
	cursor: pointer;
}







