@charset "UTF-8";
/*======================================================================
 * サイト全体共通レイアウト
======================================================================*/
body {
	overflow-x: hidden;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
/*------------------------------------------------------------
 *23年3月1日 追記 お知らせバー
------------------------------------------------------------*/


.btn_container{
	color:#fff;
	text-align: center;
	cursor:pointer;
}


.close_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

 
.close_btn::before, .close_btn::after { 
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 24px;
  background: #fff;
}
 
.close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.notice_box{
	background: #FF7173;
	width: 100%;
}

.notice_box p{
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.notice_date{
	margin-right: 2em;
	padding-left: 30px;
	    font-family: "Montserrat", sans-serif;
	background:url(../images/common/icon-attention.svg) no-repeat top left;
}

.action_close{
	position:relative;
}

.action_close .btn_container{
	position:absolute;
	right:1em;
	top:1em;
}

.add_control .action_close #close:checked ~ .btn_container{
	display: none;
}

.add_control .action_close #close:checked ~ .notice_box{
	display: none;
}

.checkbox{
	display: none;
}

.g-body{}
.g-body.one{}


@media screen and (max-width: 768px) {

	.btn_container{
		color:#fff;
		text-align: center;
		cursor:pointer;
	}


	.close_btn {
  		display: block;
  		position: relative;
		bottom:12px;
	}

 
	.close_btn::before, .close_btn::after 	{ 
  		content: "";
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		width: 3px;
			height: 24px;
  		background: #fff;
	}
 
	.close_btn::before {
			transform: translate(-50%,-50%) rotate(45deg);
		}
 
	.close_btn::after {
		transform: translate(-50%,-50%) rotate(-45deg);
		}


	.notice_box{
		background: #FF7173;
		width: 100%;
	}

	.notice_box p{
		box-sizing: border-box;
		text-align:left;
		padding:0.5em;
		line-height:1.5;
		color: #fff;
		width: 94%;
		font-size: 14px;
	}

	.notice_date{
		margin-right:0.5em;
		padding-left: 25px;
	    font-family: "Montserrat", sans-serif;
		background:url(../images/common/icon-attention.svg) no-repeat top left;
	}

	.action_close .btn_container{
		position:absolute;
		right:0;
		top:1em;
	}
	
	.g-body{}
  .g-body.one{}

}

/*------------------------------------------------------------
 * container
------------------------------------------------------------*/
.g-container {
  padding-top: 87px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .g-container {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.g-container.-morinomiya .g-header {
  border-bottom-color: #BCCC14;
}
.g-container.-minoh .g-header {
  border-bottom-color: #FD6779;
}

.g-container.-amagasaki .g-header {
  border-bottom-color: #D9A222;
}

/*------------------------------------------------------------
 * swiper共通スタイル
------------------------------------------------------------*/
.slide-button-prev, .slide-button-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #14AECC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slide-button-prev:hover, .slide-button-next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .slide-button-prev, .slide-button-next {
    display: none;
  }
}
.slide-button-prev::before, .slide-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  margin-top: -4px;
}
.slide-button-prev.swiper-button-disabled, .slide-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.slide-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .slide-button-next {
    right: 7%;
  }
}
.slide-button-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px;
}

.slide-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .slide-button-prev {
    left: 7%;
  }
}
.slide-button-prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .slide-scrollbar {
    margin-top: 2rem;
    background-color: #F4F4F4;
    border-radius: 5px;
  }
}
.slide-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #14AECC;
  border-radius: 5px;
}
.slide-scrollbar.swiper-scrollbar-disabled {
  display: none;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  border-bottom: 3px solid #DD1E6C;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .g-header {
    position: relative;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
  /*  */
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0;
  }
}
.header-inner .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .site-logo a {
  display: block;
}
@media screen and (max-width: 1250px) {
  .header-inner .site-logo {
    width: 16vw;
  }
}
@media screen and (max-width: 860px) {
  .header-inner .site-logo {
    width: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .site-logo {
    position: absolute;
    width: 80px;
  }
}
.header-inner a {
  text-decoration: none;
}
.header-inner ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .header-inner .right-content {
    width: 100%;
  }
}
.header-inner .upper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .header-inner .upper-menu {
    height: 24px;
    padding: 0;
  }
}
.header-inner .upper-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 28px 0 0;
}
@media screen and (max-width: 768px) {
  .header-inner .upper-menu ul {
    margin: 0;
    padding: 0 5.5vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #707070;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 350px) {
  .header-inner .upper-menu ul {
    padding: 0 3vw;
  }
}
.header-inner .upper-menu ul li {
  font-size: 1.4rem;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .header-inner .upper-menu ul li {
    font-size: 1rem;
    margin-right: 2%;
  }
}
.header-inner .upper-menu ul li:last-child {
  margin-right: 0;
}
.header-inner .upper-menu ul li a {
  color: #000000;
}
.header-inner .upper-menu ul li.abeno a {
  color: #DD1E6C;
}
.header-inner .upper-menu ul li.morinomiya a {
  color: #BCCC14;
}
.header-inner .upper-menu ul li.minoh a {
  color: #FD6779;
}

.header-inner .upper-menu ul li.amagasaki a {
  color: #D9A222;
}

.header-inner .upper-menu ul li.portal a {
  color: #14AECC;
}
.header-inner .upper-menu .site-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.header-inner .upper-menu .site-menu.-js-hide {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media screen and (max-width: 1250px) {
  .header-inner .upper-menu .site-menu li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .upper-menu .site-menu li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  .header-inner .upper-menu .site-menu li {
    font-size: .9rem;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .upper-menu .my-page, .header-inner .upper-menu .language {
    display: none;
  }
}
.header-inner .my-page, .header-inner .language {
  position: relative;
  font-size: 1rem;
}
.header-inner .my-page a, .header-inner .language a {
  display: block;
  color: #000000;
  letter-spacing: 0;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .header-inner .my-page a, .header-inner .language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .my-page, .header-inner .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 50px;
    margin: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-inner .my-page span, .header-inner .language span {
  position: relative;
  padding-left: 2.2em;
}
@media screen and (max-width: 768px) {
  .header-inner .my-page span, .header-inner .language span {
    padding-left: 0;
    padding-top: 20px;
  }
}
.header-inner .my-page span:before, .header-inner .language span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 19px;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .header-inner .my-page span:before, .header-inner .language span:before {
    width: 16px;
    height: 18px;
    left: auto;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.header-inner .my-page:before, .header-inner .language:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #D6D6D6;
}
@media screen and (max-width: 768px) {
  .header-inner .my-page:before, .header-inner .language:before {
    height: 100%;
  }
}
.header-inner .my-page a {
  padding: 0 0 0 36px;
  background: url("../images/common/icon-mypage.svg") 14px 50%/16px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .header-inner .my-page a {
    width: 100%;
    height: 100%;
    padding: 32px 0 0;
    text-align: center;
    background-position: 50% 9px;
  }
}
.header-inner .language {
  position: relative;
  cursor: pointer;
}
.header-inner .language > a {
  padding: 0 0 0 40px;
  background: url("../images/common/icon-language.svg") 14px 50%/18px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .header-inner .language > a {
    width: 100%;
    height: 100%;
    padding: 32px 0 0;
    text-align: center;
    background-position: 50% 9px;
  }
}
.header-inner .language .language-list {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  background: #ffffff;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .header-inner .language .language-list {
    top: 50px;
  }
}
.header-inner .language .language-list.-open {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 4;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .header-inner .language .language-list.-open {
    right: 0;
  }
}
.header-inner .language .language-list li {
  display: block;
  border-top: 1px solid #D6D6D6;
  margin: 0;
  font-size: 1.2rem;
}
.header-inner .language .language-list li:first-child {
  border-top: none;
}
.header-inner .language .language-list li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 4px;
  color: #858585;
}
.header-inner .header-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header-inner .header-search.-js-active {
  width: 461px;
}
.header-inner .header-search.-js-active .search-inner {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.header-inner .header-search .search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 561px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header-inner .header-search .search-inner > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-inner .header-search button {
  background: transparent;
  border: none;
  border-radius: 0;
}
.header-inner .header-search .search-toggle {
  position: relative;
  width: 100px;
  height: 36px;
  padding: 8px 10px 8px 30px;
  font-size: 1rem;
  background: url("../images/common/icon-search.svg") 9px 50%/auto 15px no-repeat;
}
.header-inner .header-search .search-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #D6D6D6;
}
.header-inner .header-search .header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-inner .header-search .header-search-form input {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 420px;
  margin-top: 3px;
  padding: 2px 0 2px 32px;
  color: #A6A6A6;
  border: 1px solid #707070;
}
.header-inner .header-search .header-search-form input::-webkit-input-placeholder {
  color: #A6A6A6;
}
.header-inner .header-search .header-search-form input::-moz-placeholder {
  color: #A6A6A6;
}
.header-inner .header-search .header-search-form input:-ms-input-placeholder {
  color: #A6A6A6;
}
.header-inner .header-search .header-search-form input::-ms-input-placeholder {
  color: #A6A6A6;
}
.header-inner .header-search .header-search-form input::placeholder {
  color: #A6A6A6;
}
.header-inner .header-search .header-search-form button[type=submit] {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../images/common/icon-search.svg") 50% 50%/auto 15px no-repeat;
}
.header-inner .header-search .search-close {
  position: relative;
  width: 41px;
  height: 36px;
}
.header-inner .header-search .search-close::before, .header-inner .header-search .search-close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 1px;
  margin: auto;
  background: #14AECC;
}
.header-inner .header-search .search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-inner .header-search .search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header-inner .header-search {
    display: none;
  }
}
.header-inner .lower-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .lower-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-inner .lower-menu .header-menu {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-menu {
    display: none;
  }
}
.header-inner .lower-menu .header-menu li {
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1250px) {
  .header-inner .lower-menu .header-menu li {
    margin-right: 2em;
    font-size: 1vw;
  }
}
@media screen and (max-width: 860px) {
  .header-inner .lower-menu .header-menu li {
    margin-right: 1em;
  }
}
.header-inner .lower-menu .header-menu li a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.header-inner .lower-menu .header-menu li.-current {
  border-bottom: 2px solid;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-menu li {
    width: 50%;
  }
}
.header-inner .lower-menu .header-nav {
  position: absolute;
  padding: 40px;
  right: 0;
  left: 100%;
  top: 90px;
  width: 100%;
  min-height: 445px;
  background-color: #14AECC;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: -1;
}

 .header-inner .lower-menu .header-nav.one {
        margin-top:0 !important;
  }

@media screen and (max-width: 1250px) {
  .header-inner .lower-menu .header-nav {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav {
    /* top:77px; */
    padding: 15px 0 120px;
  }
    
    
}

@media screen and (max-width: 488px) {
  .header-inner .lower-menu .header-nav {
    /* top: 134px; */
    padding: 15px 0 120px;
  }
}


.header-inner .lower-menu .header-nav.-open {
  position: absolute;
  opacity: 1;
  z-index: 0;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav.-open {
    position: fixed;
    height: 100%;
    overflow-y: scroll;
  }
}
.header-inner .lower-menu .header-nav.-fixed {
  position: fixed;
}
.header-inner .lower-menu .header-nav .adjust-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .adjust-width {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-inner .lower-menu .header-nav .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu {
    width: 100vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(50% - 50vw);
    font-weight: bold;
  }
}
.header-inner .lower-menu .header-nav .main-menu a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.header-inner .lower-menu .header-nav .main-menu .left-content, .header-inner .lower-menu .header-nav .main-menu .right-content {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .left-content, .header-inner .lower-menu .header-nav .main-menu .right-content {
    width: 100%;
  }
}
.header-inner .lower-menu .header-nav .main-menu .left-content ul, .header-inner .lower-menu .header-nav .main-menu .right-content ul {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .left-content ul, .header-inner .lower-menu .header-nav .main-menu .right-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-inner .lower-menu .header-nav .main-menu .left-content ul li, .header-inner .lower-menu .header-nav .main-menu .right-content ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .left-content ul li, .header-inner .lower-menu .header-nav .main-menu .right-content ul li {
    width: 50%;
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
  }
  .header-inner .lower-menu .header-nav .main-menu .left-content ul li:first-child, .header-inner .lower-menu .header-nav .main-menu .left-content ul li:nth-child(2), .header-inner .lower-menu .header-nav .main-menu .right-content ul li:first-child, .header-inner .lower-menu .header-nav .main-menu .right-content ul li:nth-child(2) {
    border-top: 1px solid #F7F7F7;
  }
  .header-inner .lower-menu .header-nav .main-menu .left-content ul li:nth-child(2n), .header-inner .lower-menu .header-nav .main-menu .right-content ul li:nth-child(2n) {
    border-right: none;
  }
}
.header-inner .lower-menu .header-nav .main-menu .left-content ul li a, .header-inner .lower-menu .header-nav .main-menu .right-content ul li a {
  position: relative;
  padding: 16px 30px 16px 20px;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .left-content ul li a, .header-inner .lower-menu .header-nav .main-menu .right-content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
  }
}
.header-inner .lower-menu .header-nav .main-menu .left-content ul li a:after, .header-inner .lower-menu .header-nav .main-menu .right-content ul li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .left-content ul li a:after, .header-inner .lower-menu .header-nav .main-menu .right-content ul li a:after {
    content: none;
  }
}
.header-inner .lower-menu .header-nav .main-menu .left-content ul li:last-child a, .header-inner .lower-menu .header-nav .main-menu .right-content ul li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .left-content ul li:last-child a, .header-inner .lower-menu .header-nav .main-menu .right-content ul li:last-child a {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .main-menu .right-content ul li:first-child, .header-inner .lower-menu .header-nav .main-menu .right-content ul li:nth-child(2) {
    border-top: none;
  }
  .header-inner .lower-menu .header-nav .main-menu .right-content ul li:nth-last-child(2), .header-inner .lower-menu .header-nav .main-menu .right-content ul li:last-child {
    border-bottom: 1px solid #F7F7F7;
  }
}
.header-inner .lower-menu .header-nav .sub-menu {
  width: 18.5%;
  margin-right: 12%;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .sub-menu {
    width: 100%;
    margin-right: 0;
  }
}
.header-inner .lower-menu .header-nav .sub-menu a {
  color: #ffffff;
}
.header-inner .lower-menu .header-nav .sub-menu ul {
  display: block;
}
.header-inner .lower-menu .header-nav .sub-menu ul li {
  margin-bottom: 0.3em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .sub-menu ul li:last-child {
    margin-bottom: 1em;
  }
}
.header-inner .lower-menu .header-nav .sub-menu ul li a {
  position: relative;
  font-size: 1.3rem;
  padding-left: 1.5em;
}
.header-inner .lower-menu .header-nav .sub-menu ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header-inner .lower-menu .header-nav a.info-button {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.header-inner .lower-menu .header-nav a.info-button:first-child {
  margin-top: 0;
}
.header-inner .lower-menu .header-nav a.info-button span {
  position: relative;
  padding-left: 30px;
}
.header-inner .lower-menu .header-nav a.info-button span:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/icon-car.svg") no-repeat;
  background-size: 100%;
}
.header-inner .lower-menu .header-nav a.info-button.business-hours span:before {
  width: 23px;
  height: 23px;
  background: url("../images/common/icon-time.svg") no-repeat;
  background-size: 100%;
}
.header-inner .lower-menu .header-nav a.info-button.parking span {
  padding-left: 36px;
}
.header-inner .lower-menu .header-nav .qsmall-site {
  background: #ffffff;
}
.header-inner .lower-menu .header-nav .qsmall-site p.heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em 0;
}
.header-inner .lower-menu .header-nav .qsmall-site ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li {
  width: 50%;
  text-align: center;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li:last-child {
  width: 100%;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  min-height: 81px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .qsmall-site ul li a {
    font-size: 1.4rem;
    min-height: 60px;
  }
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a.abeno {
  background: #DD1E6C;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a.amagasaki {
  background: #D9A222;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a.minoh {
  background: #FD6779;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a.morinomiya {
  background: #BCCC14;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a.portal {
  background: #14AECC;
}
.header-inner .lower-menu .header-nav .qsmall-site ul li a span {
  opacity: 0.15;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-weight: bold;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .qsmall-site ul li a span {
    font-size: 2rem;
  }
}
.header-inner .lower-menu .header-nav .sns-link {
  background: #ffffff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .header-inner .lower-menu .header-nav .sns-link {
    font-size: 2rem;
  }
}
.header-inner .lower-menu .header-nav .sns-link ul {
  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;
}
.header-inner .lower-menu .header-nav .sns-link ul li {
  margin-right: 20px;
}
.header-inner .lower-menu .header-nav .sns-link ul li:last-child {
  margin-right: 0;
}
.header-inner .lower-menu .header-nav .info-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header-inner .lower-menu .header-nav .info-button-group .info-button {
  margin: 0;
  width: 46.8%;
}

.sp-content {
  width: 100%;
}
.sp-content .search-form {
  width: 100%;
  height: 60px;
}
.sp-content .search-form button[type=submit] {
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-menu {
  position: relative;
  display: block;
  height: 50px;
  width: 60px;
  background: #14AECC;
  padding: 12px 18px;
  cursor: pointer;
}
.icon-menu i {
  position: absolute;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.icon-menu i:nth-child(1) {
  top: 11px;
}
.icon-menu i:nth-child(2) {
  top: 18px;
}
.icon-menu i:nth-child(3) {
  top: 25px;
}
.icon-menu span {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 3px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  text-align: center;
}
.icon-menu .close {
  opacity: 0;
}
.icon-menu.-active .open {
  opacity: 0;
}
.icon-menu.-active .close {
  opacity: 1;
}
.icon-menu.-active i:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-menu.-active i:nth-child(2) {
  opacity: 0;
}
.icon-menu.-active i:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-menu.-js-scroll {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.icon-menu.-js-scroll + .header-nav {
  top: 50px !important;
}

/*------------------------------------------------------------
 * footer
------------------------------------------------------------*/
.pagetop-fix {
  position: fixed;
  bottom: 34px;
  right: 10px;
  z-index: 4;
  margin: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #14AECC;
  cursor: pointer;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .pagetop-fix {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
    bottom: 75px;
  }
}
.pagetop-fix span {
  position: absolute;
  top: 53%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  line-height: 1.43;
}
@media screen and (min-width: 769px) {
  .pagetop-fix:hover {
    opacity: 0.5;
  }
}
.pagetop-fix.-js-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pagetop-fix.-js-fixed {
  position: absolute;
  bottom: 216px;
  z-index: 1000;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .pagetop-fix.-js-fixed {
    bottom: 112px;
  }
}

.g-footer {
  position: relative;
  text-align: center;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .g-footer {
    background: #ffffff;
  }
}
.g-footer ul {
  padding: 0;
  list-style: none;
}
.g-footer ul a {
  text-decoration: none;
}
.g-footer .footer-banner-container {
  position: relative;
  max-width: 1000px;
  margin: 20px auto 0;
}
.g-footer .footer-banner-container .swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-banner-container {
    margin: 20px auto;
  }
}
.g-footer .footer-banner-container .swiper-button-next, .g-footer .footer-banner-container .swiper-button-prev {
  position: absolute;
  top: 55%;
  width: 34px;
  height: 34px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-footer .footer-banner-container .swiper-button-next:hover, .g-footer .footer-banner-container .swiper-button-prev:hover {
  opacity: 0.5;
}
.g-footer .footer-banner-container .swiper-button-next:before, .g-footer .footer-banner-container .swiper-button-prev:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #14AECC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.g-footer .footer-banner-container .swiper-button-next:after, .g-footer .footer-banner-container .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  right: 64%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  margin: -5px 0 0 -8px;
}
.g-footer .footer-banner-container .swiper-button-next {
  right: -15px;
}
.g-footer .footer-banner-container .swiper-button-next:after {
  margin-right: -3px;
}
.g-footer .footer-banner-container .swiper-button-prev {
  left: -15px;
}
.g-footer .footer-banner-container .swiper-button-prev:after {
  margin-left: -5px;
  right: 43%;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
  transform: translate(50%, -50%) rotate(-135deg);
}
.g-footer .footer-banner {
  overflow-x: hidden;
}
.g-footer .footer-banner ul {
  padding: 0;
  list-style: none;
}
.g-footer .footer-banner ul li img {
  width: 100%;
}
.g-footer .footer-banner .swiper-wrapper {
  max-width: 1000px;
  margin: 20px auto;
}
.g-footer .footer-card-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-card-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.g-footer .footer-card-links ul li {
  margin-right: 20px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-card-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 46.8%;
    margin-right: 6.4%;
  }
  .g-footer .footer-card-links ul li:nth-child(2n) {
    margin-right: 0;
  }
  .g-footer .footer-card-links ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.g-footer .footer-card-links ul li:last-child {
  margin-right: 0;
}
.g-footer .footer-card-links ul li a {
  position: relative;
  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: 0 30px 0 0;
  background: #ffffff;
  color: #000000;
  line-height: 1.42;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-card-links ul li a {
    width: 100%;
    color: #000000;
    background: #F4F4F4;
  }
}
.g-footer .footer-card-links ul li a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/icon-blank.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-card-links ul li a:after {
    right: 10px;
  }
}
.g-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-links {
    display: none;
  }
}
.g-footer .footer-links ul {
  margin: 0;
}
.g-footer .footer-links ul a {
  color: #000000;
}
.g-footer .footer-links .left-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-footer .footer-links .left-content .upper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.g-footer .footer-links .left-content .upper-content ul {
  margin-right: 20px;
}
.g-footer .footer-links .left-content .upper-content ul:last-child {
  margin-right: 0;
}
.g-footer .footer-links .left-content .upper-content ul li {
  line-height: 1.68;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.g-footer .footer-links .left-content .upper-content ul li a {
  position: relative;
  padding-left: 1.5em;
}
.g-footer .footer-links .left-content .upper-content ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0 -8px;
}
.g-footer .footer-links .left-content .upper-content ul.sub li {
  margin-bottom: 0.55em;
  line-height: 1.2;
}
.g-footer .footer-links .left-content .upper-content ul.sub li a {
  color: #727272;
  font-size: 1.2rem;
}
.g-footer .footer-links .left-content .upper-content ul.sub li a.external {
  padding-right: 18px;
  background: url('../images/common/icon-blank.svg') no-repeat right 5px;
  background-size: 13px auto;
}
.g-footer .footer-links .left-content .upper-content ul.sub li a:before {
  top: 11px;
}
.g-footer .footer-links .left-content .lower-content {
  margin-top: 1em;
}
.g-footer .footer-links .left-content .lower-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-footer .footer-links .left-content .lower-content ul li {
  margin-right: 25px;
}
.g-footer .footer-links .left-content .lower-content ul li:last-child {
  margin-right: 0;
}
.g-footer .footer-links .right-content {
  width: 230px;
  margin-left: 8%;
}
.g-footer .footer-links .right-content ul li {
  margin-top: 20px;
}
.g-footer .footer-links .right-content ul li:first-child {
  margin-top: 0;
}
.g-footer .other-malls {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .g-footer .other-malls {
    margin-top: 20px;
  }
}
.g-footer .other-malls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .g-footer .other-malls ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.g-footer .other-malls ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .g-footer .other-malls ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .g-footer .other-malls ul li:last-child {
    width: 100%;
  }
}
.g-footer .other-malls ul li:last-child a {
  border-right: none;
}
.g-footer .other-malls ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  min-height: 81px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .g-footer .other-malls ul li a {
    font-size: 1.4rem;
    min-height: 60px;
  }
}
.g-footer .other-malls ul li a.abeno {
  background: #DD1E6C;
}
.g-footer .other-malls ul li a.amagasaki {
  background: #D9A222;
}
.g-footer .other-malls ul li a.minoh {
  background: #FD6779;
}
.g-footer .other-malls ul li a.morinomiya {
  background: #BCCC14;
}
.g-footer .other-malls ul li a.portal {
  background: #14AECC;
}
.g-footer .other-malls ul li a span {
  opacity: 0.15;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-weight: bold;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .g-footer .other-malls ul li a span {
    font-size: 2rem;
  }
}
.g-footer .footer-sp-links {
  background: #F4F4F4;
  padding: 50px 0 40px;
}
.g-footer .footer-sp-links ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.84;
}
.g-footer .footer-sp-links ul li a {
  position: relative;
  padding-left: 1.5em;
  color: #000000;
}
.g-footer .footer-sp-links ul li a.external {
  padding-right: 18px;
  background: url('../images/common/icon-blank.svg') no-repeat right 6px;
  background-size: 13px auto;
}
.g-footer .footer-sp-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0 -8px;
}
.g-footer .footer-bottom {
  background: #4E4E4E;
}
.g-footer .footer-bottom .inner {
  margin: auto;
  padding: 12px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-bottom .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
  }
}
.g-footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-bottom ul {
    display: none;
  }
}
.g-footer .footer-bottom ul li {
  margin-right: 3em;
  line-height: 1;
}
.g-footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
.g-footer .footer-bottom ul li a {
  position: relative;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
  padding-left: 1.5em;
  padding-right: 18px;
  background: url('../images/common/icon-blank-wh.svg') no-repeat right 5px;
  background-size: 13px auto;
}
.g-footer .footer-bottom ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #14AECC #14AECC transparent transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-footer .footer-bottom .copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-bottom .copyright {
    font-size: 1.1rem;
  }
}
.g-footer .sp-fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #14AECC;
  left: 0;
  z-index: 8;
}
.g-footer .sp-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-footer .sp-fixed-menu ul li {
  width: 25%;
  padding-bottom: 10px;
  border-right: 1px solid #ffffff;
}
.g-footer .sp-fixed-menu ul li:last-child {
  border-right: none;
}
.g-footer .sp-fixed-menu ul li:last-child a {
  padding-bottom: 3px;
}
.g-footer .sp-fixed-menu ul li a {
  position: relative;
  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;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  height: 60px;
  padding: 5px 0 8px;
  letter-spacing: 0;
}
@media screen and (max-width: 320px) {
  .g-footer .sp-fixed-menu ul li a {
    font-size: 1rem;
  }
}
.g-footer .sp-fixed-menu ul li a span {
  line-height: 1.16;
}
.g-footer .sp-fixed-menu ul li a:before {
  position: absolute;
  content: "";
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.g-footer .sp-fixed-menu ul li a.-shopguide:before {
  top: 4px;
  width: 24px;
  height: 29px;
  background: url("../images/common/icon-shopguide.svg") no-repeat;
  background-size: 100%;
}
.g-footer .sp-fixed-menu ul li a.-gourmetguide:before {
  top: 6px;
  width: 41px;
  height: 23px;
  background: url("../images/common/icon-gourmetguide.svg") no-repeat;
  background-size: 100%;
}
.g-footer .sp-fixed-menu ul li a.-floormap:before {
  top: 6px;
  width: 24px;
  height: 25px;
  background: url("../images/common/icon-floormap.svg") no-repeat;
  background-size: 100%;
}
.g-footer .sp-fixed-menu ul li a.-eventcampaign:before {
  top: 5px;
  width: 16px;
  height: 22px;
  background: url("../images/common/icon-eventcampaign.svg") no-repeat;
  background-size: 100%;
}

.pagetop {
  position: relative;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 28px 20px 10px;
  background: #ffffff;
  cursor: pointer;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .pagetop {
    padding: 28px 20px 10px;
  }
}
.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -8px;
}
@media screen and (max-width: 768px) {
  .pagetop:before {
    top: 19px;
  }
}

/*------------------------------------------------------------
 * sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
 * button
------------------------------------------------------------*/
.link-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #14AECC;
}
.link-button.-arrow-down:after {
  top: 55%;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .link-button {
    margin: 0 auto 20px;
  }
}
.link-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.link-button.-calendar:after {
  content: "";
  width: 23px;
  height: 22px;
  border: none;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-calendar.svg") no-repeat;
  background-size: 100%;
}
.link-button.-pdf {
  padding: 0 30px 0 24px;
}
@media screen and (max-width: 350px) {
  .link-button.-pdf {
    font-size: 1.4rem;
  }
}
.link-button.-pdf:after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.link-button.-pdf:before {
  position: absolute;
  content: "";
  top: 30px;
  right: 42px;
  width: 15px;
  height: 20px;
  border: none;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-pdf.svg") no-repeat;
  background-size: 100%;
}

.link-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-button-group.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link-button-group.-center > * {
  width: 100%;
  max-width: 320px;
}
.link-button-group.-center > *:nth-child(n+2) {
  margin-left: 40px;
}
.link-button-group.-center .link-button:first-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .link-button-group.-center > * {
    max-width: none;
    margin: 0 auto;
  }
  .link-button-group.-center > *:not(:first-child) {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .link-button-group {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.link-button-group .link-button {
  margin: 0;
}
.link-button-group .link-button:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .link-button-group .link-button {
    width: 100%;
    margin: 20px auto 0;
  }
  .link-button-group .link-button:first-child {
    margin: 0 auto;
  }
}

/*======================================================================
 * 下層ページ
======================================================================*/
.l-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  background: #14AECC;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .l-page-title {
    padding: 20px 0;
  }
}
@media screen and (max-width: 540px) {
  .l-page-title.-char-long {
    font-size: 1.5vw;
  }
}
.l-page-title h1, .l-page-title p {
  font-size: 2.6em;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.38;
}
.l-page-title h1 span, .l-page-title p span {
  display: block;
  font-size: 0.462em;
  font-weight: bold;
}
.l-page-title h1 .ff-en, .l-page-title p .ff-en {
  letter-spacing: normal;
}

.breadcrumbs ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    margin: 20px calc(50% - 50vw) 10px 0;
    padding-bottom: 10px;
  }
}
.breadcrumbs ul li {
  position: relative;
  color: #727272;
  font-size: 1.2rem;
  margin-left: 1.4em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 1.2rem;
  }
}
.breadcrumbs ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  right: -8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #727272;
  border-right: 1px solid #727272;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
.breadcrumbs ul li a {
  color: #727272;
}

.l-tab-content {
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-tab-content {
    margin: 1.4rem -5.5vw 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-content .adjust-width {
    padding: 0;
  }
  .l-tab-content .adjust-width ul {
    padding: 0 5.5vw;
  }
}
.l-tab-content ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #14AECC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-tab-content ul {
    padding: 0 5.5vw;
  }
}
.l-tab-content ul li {
  position: relative;
  font-size: 1.6rem;
  border-radius: 5px 5px 0 0;
  color: #727272;
  background: #F4F4F4;
  padding: 12px 0 10px;
  text-align: center;
  margin-right: 21px;
  cursor: pointer;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .l-tab-content ul li {
    width: 31.2%;
    margin-right: 3.1%;
  }
}
.l-tab-content ul li:last-child {
  margin-right: 0;
}
.l-tab-content ul li.-active {
  color: #14AECC;
  border: 1px solid #14AECC;
  border-bottom: none;
  font-weight: bold;
  background: #ffffff;
  padding-top: 14px;
}
.l-tab-content ul li.-active:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
}
.l-tab-content ul li.-active a {
  color: #14AECC;
}
.l-tab-content ul li a {
  text-decoration: none;
  color: #727272;
  display: block;
}

.l-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -25px 0 0;
}
@media screen and (max-width: 768px) {
  .l-content-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px 0 0 0;
  }
}
.l-content-list > * {
  position: relative;
  width: calc(20% - 25px);
  margin: 40px 25px 0 0;
}
@media screen and (max-width: 980px) {
  .l-content-list > * {
    width: calc(25% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .l-content-list > * {
    width: calc(50% - 10px);
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content-list.-sp-col1 > * {
    width: 100%;
  }
  .l-content-list.-sp-col1 .l-content-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 2rem;
  }
  .l-content-list.-sp-col1 .l-content-item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #14AECC;
    border-right: 1px solid #14AECC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -0.4rem;
  }
  .l-content-list.-sp-col1 .l-content-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    max-width: 120px;
  }
  .l-content-list.-sp-col1 .l-content-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1.7rem;
  }
  .l-content-list.-sp-col1 .l-content-item .title {
    margin-top: 0.8rem;
    line-height: 1.3;
  }
  .l-content-list.-sp-col1 .l-content-item .shop {
    font-size: 1.2rem;
  }
  .l-content-list.-sp-col1 .l-content-item .info .open._sp-only {
    width: 100%;
    text-align: right;
    padding-right: 1rem;
    margin-top: 0.4rem;
  }
}
.l-content-list.-news {
  display: block;
  margin: 0;
  border-top: 1px solid #D6D6D6;
}
.l-content-list.-news .l-content-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #D6D6D6;
}
.l-content-list.-news .l-content-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-content-list.-news .l-content-item.-new::before {
  content: none;
}
.l-content-list.-news .l-content-item.-new .date::after {
  content: "NEW";
  position: relative;
  bottom: 2px;
  margin-left: 8px;
  padding: 2px 4px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  background: #FFE72E;
}
.l-content-list.-news .l-content-item .content {
  padding: 16px 40px 16px 0;
}
.l-content-list.-news .l-content-item .date {
  margin-bottom: 5px;
  color: #727272;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-content-list.-news .l-content-item::after {
    right: 2px;
  }
  .l-content-list.-news .l-content-item .content {
    padding: 16px 36px 16px 0;
  }
}

@media screen and (min-width: 769px) {
  .l-content-slider {
    margin-left: -17px;
    margin-right: -17px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .l-content-slider {
    margin-right: calc(50% - 50vw);
  }
}
.l-content-slider .l-content-item {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .l-content-slider .l-content-item {
    width: 13rem;
  }
}

.l-content-slider .slide-button-prev,
.l-content-slider .slide-button-next {
  top: 31%;
}

.section-container.open .l-content-slider .slide-button-prev,.section-container.open .l-content-slider .slide-button-next {
    top:50%;
} 


.l-content-item.-new:before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #FFE72E;
  padding: 0 4px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}
.l-content-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.l-content-item .image {
  position: relative;
  overflow: hidden;
}
.l-content-item .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-content-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-content-item .image.-size-landscape::before {
  padding-top: 75%;
}
.l-content-item .image.-size-portrait::before {
  padding-top: 142%;
}
.l-content-item .image.-border {
  border: 1px solid #D6D6D6;
}
.l-content-item .content {
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-content-item .content {
    padding-top: 1rem;
  }
}
.l-content-item .content > *:first-child {
  margin-top: 0;
}
.l-content-item .title {
  margin: 0.5rem 0 0;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .l-content-item .title {
    font-size: 1.6rem;
  }
}
.l-content-item .text {
  margin-top: 0.35em;
  color: #727272;
  font-size: 1.4rem;
  line-height: 1.43;
}
.l-content-item .text span {
  display: inline-block;
}
.l-content-item .text span:not(:last-child) {
  margin-right: 0.3em;
}
.l-content-item .-limit-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-content-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  font-size: 1rem;
}
.l-content-item .info > * {
  margin: 0;
}
.l-content-item .info > *:not(:last-child) {
  margin-right: 1.8rem;
}
.l-content-item .info .category + .open {
  width: 100%;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .l-content-item .info .category + .open {
    text-align: right;
    padding-right: 1rem;
  }
}
.l-content-item .info .open {
  margin-left: auto;
  color: #14AECC;
}
.l-content-item .floor {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.1rem;
  line-height: 1;
}
.l-content-item .floor:before {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.2rem;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
  background: url("../images/common/icon-floor.svg") no-repeat center center;
  background-size: contain;
}
.l-content-item .shop {
  color: #727272;
}
.l-content-item .category {
  color: #727272;
}
.l-content-item .date {
  margin-bottom: -10px;
  color: #727272;
  font-size: 1.4rem;
}
.l-content-item .shop-name {
  margin: -9px 0 -12px 0;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
  background: url("../images/common/icon-shop-name.svg") 0 50%/16px 16px no-repeat;
}
.l-content-item .news-title {
  color: #14AECC;
  line-height: 1.375;
}

.more-button {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .more-button {
    margin-top: 3.5rem;
  }
}

.l-title-line {
  position: relative;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
  margin-bottom: 0;
  line-height: 1.5;
}
.l-title-line:after {
  position: absolute;
  content: "";
  border-radius: 1px;
  width: 100%;
  height: 2px;
  background: #14AECC;
  left: 0;
  bottom: -2px;
}

.l-title-bg-blue {
  margin: 0;
  padding: 10px 12px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
  background: #14AECC;
  border-radius: 5px;
}

.l-title-bg-gray {
  margin: 0;
  padding: 7px 20px;
  font-size: 1.6rem;
  line-height: 1.6875;
  background: #F4F4F4;
}

.l-unker-link {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-unker-link.-col3::after {
  content: "";
  display: block;
  width: 32%;
}
.l-unker-link.-col3 li {
  width: 32%;
}
.l-unker-link.-col3 a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  text-align: center;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col3 a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 0 12px;
    font-size: 1.4rem;
  }
}
.l-unker-link.-col3 a:after {
  right: 21px;
  top: -3px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col3 a:after {
    top: auto;
    bottom: 6px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-unker-link.-col4::before, .l-unker-link.-col4::after {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    content: "";
    display: block;
    width: calc((100% - 40px) / 4);
  }
  .l-unker-link.-col4 li {
    width: calc((100% - 40px) / 4);
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col4 li {
    width: calc(50% - 5px);
  }
  .l-unker-link.-col4 li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.l-unker-link.-col4 a {
  font-size: 1.4rem;
  line-height: 1.23;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col4 a {
    padding-right: 20px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 359px) {
  .l-unker-link.-col4 a {
    padding-right: 26px;
    padding-left: 10px;
    font-size: 1.3rem;
  }
}
.l-unker-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-unker-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  padding: 0.4em 40px 0.4em 20px;
  color: #14AECC;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 5px;
  text-decoration: none;
}
.l-unker-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 7px;
  height: 7px;
  margin: auto;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .l-unker-link a::after {
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  .l-unker-link a::after {
    right: 12px;
  }
}

/*------------------------------------------------------------
 * SEARCH
------------------------------------------------------------*/
.search-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #D6D6D6;
  display: block;
  border-radius: 5px;
  height: 35px;
  width: 320px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
}
.search-form input[type=text] {
  border: none;
  padding: 0 10px;
  font-size: 1.4rem;
  height: 100%;
  width: 100%;
}
.search-form input[type=text]::-webkit-input-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]::-moz-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]:-ms-input-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]::-ms-input-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]::placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]:focus {
  outline: 0;
}
.search-form button[type=submit] {
  cursor: pointer;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
}
.search-form button[type=submit] i {
  position: relative;
  display: block;
}
.search-form button[type=submit] i:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/icon-search.svg") no-repeat;
  background-size: 100%;
}