@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #3c3c3c;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}

img,svg {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #009fe8;
}
.color_black {
	color: #000;
}
.color_red {
	color: #f00;
}
.color_white {
	color: #fff;
}
.color_yellow {
	color: #FFE600;
}

/*背景*/
.bg_main {
	background-color: #009FE8;
}
.bg_yellow {
	background-color: #FFE600;
}
.bg_gray {
	background-color: #f2f2f2;
}

/* position */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
/* sp/pcの切替 */
.sp,.sp_inline {
	display: none;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字種類*/
.ff_robot {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
/*文字太さ*/
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontBlack {
	font-weight: 900;
}


/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}

/*Animate.css用*/
.animated {
	opacity: 0;
}
.animated.move {
	opacity: 1;
}

/*================================================
 *  ヘッダー
 ================================================*/
header .inner {
	height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-right: 270px;
	position: relative;
	z-index: 100;
}
header .inner .logo {
	position: absolute;
	top: 0;
	left: 60px;
	width: 160px;
	height: 170px;
	border-radius: 0 0 14px 14px;
	box-shadow: 0px 0px 8px 0px rgba(68, 68, 68, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 20px;
}
@media screen and (max-width:1350px) {
	header .inner {
		padding-left: 190px;
	}
	header .inner .logo {
		left: 20px;
	}
}

header .inner nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 90px;
}
header .inner nav ul li + li {
	margin-left: 30px;
}
header .inner nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	height: 100%;
}
header .inner nav ul li a img,
header .inner nav ul li a svg {
	margin-right: 0.5em;
}
header .inner nav ul li a:hover,
header .inner nav ul li a.active {
	color: #fff000;
	opacity: 1;
}
header .inner nav ul li a:hover svg path,
header .inner nav ul li a.active svg path {
	fill: currentColor;
}

header .inner .fixed_list {
	position: fixed;
	z-index: 1000;
	top: 10px;
	right: 20px;
	width: 210px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header .inner .fixed_list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 2px solid currentColor;
	border-radius: 50%;
	background-color: #fff;
	font-weight: bold;
}
header .inner .fixed_list a img,
header .inner .fixed_list a svg {
	display: block;
	margin: 0 auto 0.5em;
}

header .inner .fixed_list a:hover {
	background-color: #fff000;
	opacity: 1;
}



/*================================================
 *  ナビゲーション
 ================================================*/
/*******ハンバーガー*******/
#menu_btn {
	display: none;
}

/*******ドロワー*******/
#drawer {
	display: none;
}

/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	background: url(../images/pagetitle_bg.png) center center;
	width: 100%;
	height: 110px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#pageTitle h2 {
	font-size: 24px;
}


/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	padding-top: 15px;
	color: #646464;
}
ol.breadcrumb li {
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}
ol.breadcrumb li a {
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}




/*================================================
 *  コンテンツ
 ================================================*/
main {
	overflow: hidden;
}
.contents {
	padding: 50px 0 140px;
}

/*******ページナビ*******/
#page_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#page_nav li {
	width: 220px;
}
#page_nav li:nth-child(n+5) {
	margin-top: 20px;
}
#page_nav li:nth-child(4n+2):last-child {
	margin-right: 480px;
}
#page_nav li:nth-child(4n+3):last-child {
	margin-right: 240px;
}
#page_nav li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid currentColor;
	border-radius: 2em;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 1.25;
	padding: 0.78em 0;
}
#page_nav li a span {
	color: #1E1E1E;
}
#page_nav li a.active,
#page_nav li a:hover {
	background-color: currentColor;
	opacity: 1;
}
#page_nav li a.active span,
#page_nav li a:hover span {
	color: #fff;
	font-weight: bold;
}


/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.d_circle_list li,
.square_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list > li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list > li:before{
	display: inline;
	content: "\25CF";
}
/*◎箇条書き*/
.d_circle_list > li:before{
	display: inline;
	content: "\25ce";
}
/*■箇条書き*/
.square_list > li:before{
	display: inline;
	content: "\25A0";
}
/*()数字*/
.number_list li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}
/*数字.*/
.decimal_list li{
	padding-left: 1em;
	text-indent: -1em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: dcnt;
}
.decimal_list li:before{
	display: inline;
	content: counter(dcnt) ".";
}

/*******ボタン*******/
.button {
	text-align:center;
}
.button a,
.button div a,
.button input {
	display: inline-block;
	padding: 1em 0;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none!important;
	background: #999;
}
.button .gray { /*修正ボタン*/
	margin: 0 20px 0 0;
}
.button div a,
.button input[type=submit] { /*トップに戻る+同意*/
	margin: 0;
	background:#fb9a40;
}
.button input[type=submit]:disabled {
	opacity: 0.7;
	pointer-events: none;
}
.button input:hover,
.button a:hover{
	opacity: 0.7!important;
}

/*******詳しく見るボタン*******/
.btn_more {
	width: 360px;
	height: 80px;
	border-radius: 2em;
	border: 2px solid currentColor;
	font-size: 24px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 70px auto 0;
	position: relative;
	z-index: 10;
}
.btn_more span {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 1.083em;
}


/*******表*******/
.table_common {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.table_common th,
.table_common td {
	line-height: 1.75;
	padding: 1em 1.25em;
	/*background-clip: padding-box;*/
}
.table_common tbody tr:not(:last-child) th,
.table_common tbody tr:not(:last-child) td {
	border-bottom: 1px solid #D2D2D2;
}
.table_common th {
	background-color: #009FE8;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 200px;
	padding-right: 0;
}



/*===============メニューの紹介===============*/
section#menu_area {
	padding-bottom: 120px;
	position: relative;
}
body:not(#index) section#menu_area {
	margin-bottom: 250px;
}
section#menu_area::after {
	position: absolute;
	content: '';
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 60px;
	background: url(../images/menu_bg_bottom.svg) center top / 100% 100% no-repeat;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1;
}

section#menu_area .img_chara01 {
	position: absolute;
	top: -93px;
	right: 50%;
	margin-right: 490px;
	z-index: 10;
}
@media screen and (min-width:501px) {
	#index section#menu_area .img_chara01 {
		margin-right: 370px;
	}
}

section#menu_area h3 {
	text-align: center;
	padding: 75px 0 50px;
}


section#menu_area #menu_slider .slick-slide {
	width: 340px;
	margin: 0 15px;
}


section#menu_area .bnr_takeout {
	position: absolute;
	bottom: -250px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
}

/*================================================
 *  ポップアップ用
 ================================================*/
.modaal-inner-wrapper {
	padding: 0!important;
}
.modaal-container {
	background-color: transparent;
	max-width: inherit;
	width: auto;
}
.modaal-close {
	border-radius: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	width: 1em;
	height: 1em;
	font-size: 36px;
	background: url(../images/modaal_close.svg) center center / contain no-repeat!important;
}
.modaal-close:before,
.modaal-close:after {
	content: none;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #fff;
}

/*================================================
 *  TEL ポップアップ用
 ================================================*/
.modal_inner_tel .tel_list {
	width: 800px;
	border-radius: 0.875em;
	overflow: hidden;
}
.modal_inner_tel .tel_list dt {
	color: #FFF000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 0.85em 0;
}
.modal_inner_tel .tel_list dd {
	background-color: #fff;
	padding: 20px 40px;
	line-height: 1.75;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 18px;
}
.modal_inner_tel .tel_list dd:nth-of-type(even) {
	background-color: #f2f2f2;
}
.modal_inner_tel .tel_list dd + dd {
	border-top: 2px solid #DCDCDC;
}
.modal_inner_tel .tel_list dd > div:first-child h6 {
	color: #1e1e1e;
	font-size: 20px;
	font-weight: bold;
}
.modal_inner_tel .tel_list dd > div:first-child h6 a {
	text-decoration: underline;
}
.modal_inner_tel .tel_list dd > div:first-child h6 a:hover {
	text-decoration: none;
	opacity: 1;
}
.modal_inner_tel .tel_list dd > div:last-child {
	color: #009FE8;
	font-size: 26px;
	font-weight: bold;
}
.modal_inner_tel .tel_list dd > div:last-child a {
	display: none;
}




 
/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 500;
}

/*================================================
 *  フッター
 ================================================*/
footer .footer_top {
	padding-top: 50px;
	text-align: center;
}
footer .footer_top .shop_list {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 30px;
}
footer .footer_top .shop_list a {
	text-decoration: underline;
}
footer .footer_top .shop_list a:hover {
	text-decoration: none;
	opacity: 1;
}


footer .footer_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0 40px;
}















/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

body {
	font-size: 4vw;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}
/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90vw;
}
.wrap_sp_small {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
.sp_wid100 {
	width: 100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header .inner {
	height: 13vw;
	padding: 0;
}
header .inner .logo {
	left: 5vw;
	width: auto;
	height: auto;
	border-radius: 0;
	box-shadow: none;
	display: block;
	padding: 1vw 0 0;
	background: none;
}
header .inner .logo img {
	height: 17vw;
}
header .inner nav,
header .inner .fixed_list {
	display: none;
}


/*================================================
 *  ナビゲーション
 ================================================*/
/*******ハンバーガー*******/
#menu_btn {
	width: 14vw;
	height: 14vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	top: 2.5vw;
	right: 2.5vw;
	z-index: 1000;
	border: 2px solid currentColor;
	background-color: #fff;
	border-radius: 50%;
}
#menu_btn .hamburger-icon {
	position: relative;
	display: block;
}
#menu_btn .hamburger-icon,
#menu_btn .hamburger-icon:before,
#menu_btn .hamburger-icon:after {
	width: 6.5vw;
	height: 2px;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: currentColor;
}
#menu_btn .hamburger-icon:before,
#menu_btn .hamburger-icon:after {
	position: absolute;
	top: 2vw;
	left: 0;
	content: '';
}
#menu_btn .hamburger-icon:after {
	top: -2vw;
}
#menu_btn.active .hamburger-icon {
	background-color: transparent;
}
#menu_btn.active .hamburger-icon:before,
#menu_btn.active .hamburger-icon:after {
	top: 0;
}
#menu_btn.active .hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu_btn.active .hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*******ドロワー*******/
#drawer {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 999;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	padding: 15vw 15vw;
}
#drawer.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#drawer::-webkit-scrollbar {
	width: 10px;
}
#drawer::-webkit-scrollbar-track,
#drawer::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: none;
}
#drawer::-webkit-scrollbar-track {
	background-color: transparent;
	border: none;
}
#drawer::-webkit-scrollbar-thumb {
	background: #999;
}

#drawer ul li {
	font-size: 6vw;
	line-height: 1.5;
}
#drawer ul li a {
	padding: 0.5em 0;
	display: block;
}


/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	background-size: 12vw 12vw;
	height: 20vw;
}
#pageTitle h2 {
	font-size: 5.5vw;
}

/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding: 5vw 0 15vw;
}

/*******ページナビ*******/
#page_nav li {
	width: 43.5vw;
	margin-right: 0!important;
}
#page_nav li:nth-child(n+3) {
	margin-top: 3vw;
}
#page_nav li a {
	font-size: 4vw;
}


/*******ボタン*******/
.button a,
.button div a,
.button input {
	display: block;
	width: 80%;
	font-size: 5vw;
	margin: 0 auto;
}
.button .gray { /*修正ボタン*/
	margin: 0 auto 5vw;
}
.button div a,
.button input[type=submit] {
	margin: 0 auto;
}





/*******詳しく見るボタン*******/
.btn_more {
	width: 60vw;
	height: 14vw;
	font-size: 4.5vw;
	margin-top: 8vw;
}


/*******表*******/
.table_common th,
.table_common td {
	padding: 0.8em;
}
.table_common th {
	width: 6em;
	padding-left: 0.5em;
	padding-right: 0;
}

/*SPのみblock用*/
.table_common.sp_block, 
.table_common.sp_block th,
.table_common.sp_block td {
	display: block;
	border: none!important;
}
.table_common.sp_block th {
	width: 100%;
	padding: 0.5em 0.8em;
}
.table_common.sp_block tr:not(:last-of-type) td {
	padding-bottom: 1.5em;
}

/*===============メニューの紹介===============*/
section#menu_area {
	padding-bottom: 20vw;
}
body:not(#index) section#menu_area {
	margin-bottom: 50vw;
}
section#menu_area::after {
	height: 6vw;
}

section#menu_area .img_chara01 {
	width: 22.5vw;
	top: -14vw;
	right: auto;
	left: 3vw;
	margin-right: 0;
}
#shop section#menu_area .img_chara01 {
	display: none;
}

section#menu_area h3 {
	padding: 12vw 0 6vw;
}
section#menu_area h3 img {
	height: 12.5vw;
}


section#menu_area #menu_slider .slick-slide {
	width: 60vw;
	margin: 0 2.5vw;
}

section#menu_area .bnr_takeout {
	width: 100%;
	bottom: -50vw;
	left: 0;
	transform: none;
	-webkit-transform: none;
	text-align: center;
	padding: 0 3vw;
}



/*================================================
 *  ポップアップ用
 ================================================*/
.modaal-close {
	font-size: 10vw;
	margin-top: 6vw;
}

[class*="modal_inner"] {
	padding: 6vw 0;
}


/*================================================
 *  TEL ポップアップ用
 ================================================*/
.modal_inner_tel .tel_list {
	width: 80vw;
}
.modal_inner_tel .tel_list dt {
	font-size: 5.5vw;
}
.modal_inner_tel .tel_list dd {
	display: block;
	padding: 5vw 5vw 8vw;
	font-size: 4vw;
	text-align: center;
}
.modal_inner_tel .tel_list dd > div:first-child h6 {
	font-size: 5vw;
}
.modal_inner_tel .tel_list dd > div:first-child p {
	display: none;
}
.modal_inner_tel .tel_list dd > div:last-child {
	font-size: 6vw;
}
.modal_inner_tel .tel_list dd > div:last-child a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: currentColor;
	width: 100%;
	height: 14vw;
	border-radius: 2em;
	font-size: 5vw;
	margin-top: 3vw;
}
.modal_inner_tel .tel_list dd > div:last-child a span {
	color: #fff;
}

/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	bottom: 17vw;
	right: 3vw;
}
.sp_fixed_none .pagetop {
	bottom: 3vw;
}
.pagetop img {
	width: 12vw;
}

/*================================================
 *  フッター
 ================================================*/
body:not(.sp_fixed_none) footer {
	padding-bottom: 15vw;
}
footer .footer_top {
	padding-top: 10vw;
}
footer .footer_top .logo img {
	height: 17vw;
}
footer .footer_top .shop_list {
	font-size: 4vw;
	margin-top: 5vw;
	line-height: 2;
}



footer .footer_bottom {
	display: block;
	padding: 8vw 0;
	text-align: center;
	font-size: 3.6vw;
}
footer .footer_bottom div + div {
	margin-top: 10vw;
}

/*================================================
 *  SP下タブ
 ================================================*/
.sp_fixed_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	z-index: 500;
	padding: 0 3vw;
}
.sp_fixed_none .sp_fixed_bottom {
	display: none;
}
.sp_fixed_bottom li {
	width: 45.5vw;
}
.sp_fixed_bottom li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #FFFACD;
	border: 3px solid currentColor;
	border-bottom: none;
	border-radius: 2vw 2vw 0 0;
}
.sp_fixed_bottom li a img {
	height: 6.8vw;
}



}