@charset "UTF-8";
@import url(https://gigaplus.makeshop.jp/Eighties800/asset/css/reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');

* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #fff;
	letter-spacing: 0.1em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { float: right; margin: 0 0 40px 40px;}
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none !important;
	}
	
	.alignright { float: none; margin: 0 0 20px 0;}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none !important;
	}
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-width: 999px;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}


/*------フッター-----*/
.footer_menu {
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/bg_footer.jpg") no-repeat 50% bottom;
	background-size: cover;
}
.footer_menu a {
	transition: opacity 0.3s ease;
}
.footer_menu a:hover {
	opacity: 0.6;
}
.footer_menu img {
	width: 100%;
}
.footer_menu .inner {
	max-width: 1140px;
	padding: 70px 20px 140px;
	margin: 0 auto;
}
.ul_footer_menu_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_footer_menu_main li {
	width: 48%;
	margin-bottom: 40px;
}
.ul_footer_menu_sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_footer_menu_sub li {
	width: 32%;
}

@media screen and (max-width: 767px){
	
	.footer_menu .inner {
		max-width: 440px;
		padding: 40px 20px;
	}
	.ul_footer_menu_main {
		display: block;
	}
	.ul_footer_menu_main li {
		width: 100%;
		margin-bottom: 20px;
	}
	.ul_footer_menu_sub {
		display: block;
	}
	.ul_footer_menu_sub li {
		width: 100%;
		margin-bottom: 20px;
	}
	
}


footer {
	background: #333333;
}

footer .guide {
	background-color: #fff;
	padding: 60px 20px;
	letter-spacing: 0;
}
footer .guide .inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .guide .inner > div {
	width: 22%;
}
footer .guide h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
footer .guide h4 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 1em;
}
footer .guide p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
footer .guide img {
	width: 100%;
	margin-bottom: 1em;
}
footer .guide img.konbini {
	max-width: 200px;
}
footer .guide img.card {
	max-width: 250px;
}
footer .guide .red {
	font-weight: bold;
	color: #e61874;
}
footer .guidelink {
	display: none;
}

footer .cal_img h5 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
footer .cal_img section {
	margin-bottom: 20px;
}



footer .ftr {
	position: relative;
	color: #fff;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 20px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}
footer .left {
	width: 300px;
}
footer .ftr img {
	width: 214px;
	margin-bottom: 35px;
}
footer .ftr p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 20px;
}
footer .ftr .name {
	font-weight: bold;
	margin-bottom: 10px;
}
footer .ftr .tel {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}
footer .ftr .tel::before {
	content: '';
	width: 14px;
	height: 21px;
	display: inline-block;
	margin-right: 10px;
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/icon_sp.png") no-repeat 50% 50%;
	background-size: cover;
}
footer .ftr .att {
	margin-bottom: 30px;
}
footer .ftr .mail {
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 260px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}
footer .ftr .mail:hover {
	opacity: 0.6;
}
footer .ftr .mail::before {
	content: '';
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/icon_mail.png") no-repeat 50% 50%;
	background-size: cover;
}
footer .right {
	display: flex;
	justify-content: space-between;
	width: calc( 100% - 320px );
	font-size: 12px;
}
footer .right a {
	color: #fff;
	text-decoration: none !important;
}
footer .right a:hover {
	text-decoration: underline!important;
}
footer .right ul {
	margin-left: 20px;
}
footer .right ul.child {
	margin-top: 1.5em;
}
footer .right li {
	margin-bottom: 1.5em;
	line-height: 1.5;
}
footer .right a::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
}
.copyright {
	border-top: 1px solid #666;
	color: #fff;
	letter-spacing: 0;
}
.copyright .inner {
	font-size: 11px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
}
.copyright li {
	display: inline-block;
}
.copyright li::after {
	content: '｜';
	margin: 0 10px;
	display: inline-block;
}
.copyright li:last-child::after {
	display: none;
}
.copyright a {
	color: #fff;
	text-decoration: none !important;
}
.copyright a:hover {
	text-decoration: underline !important;
}

@media screen and (max-width: 1099px){
	
	footer .ftr {
		font-size: 12px;
	}
	footer .left {
		width: 220px;
	}
	footer .ftr img {
		width: 200px;
		margin-bottom: 30px;
	}
	footer .ftr p {
		font-size: 12px;
		margin-bottom: 20px;
	}
	footer .ftr .name {
		margin-bottom: 10px;
	}
	footer .ftr .tel {
		font-size: 26px;
		margin-bottom: 10px;
	}
	footer .ftr .att {
		margin-bottom: 20px;
	}
	footer .ftr .mail {
		font-size: 13px;
		width: 240px;
	}
	footer .right {
		width: calc( 100% - 240px );
	}
	footer .right ul {
		margin-left: 20px;
	}
	.copyright li::after {
		margin: 0 5px;
	}
	
}

@media screen and (max-width: 767px){

	footer .guide {
		padding: 0;
	}
	footer .guide .inner {
		display: block;
		width: 100%;
	}
	footer .guide .inner > div {
		display: none;
		width: 100%;
	}
	footer .cal {
		display: block !important;
		padding: 40px 15px;
	}
	footer .guidelink {
		display: block !important;
		background-color: #333;
	}
	footer .guidelink ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	footer .guidelink li {
		width: 50%;
		margin-bottom: 0;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
	}
	footer .guidelink li::before {
		display: none;
	}
	footer .guidelink li a {
		display: flex;
		align-items: center;
		padding: 12px;
		height: 100%;
		color: #fff;
		font-size: 11px;
		line-height: 1.5;
		text-decoration: none !important;
	}
	
	footer .cal_img {
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	footer .cal_img h5 {
		font-size: 14px;
	}
	footer .cal_img section {
		width: 47%;
		margin-bottom: 10px;
	}
	
	
	footer .ftr {
		display: block;
		padding: 30px 15px 0;
		text-align: center;
		font-size: 11px;
	}
	footer .left {
		width: auto;
		padding: 0 20px;
	}
	footer .ftr img {
		width: 180px;
		margin-bottom: 20px;
	}
	footer .ftr p {
		margin-bottom: 10px;
	}
	footer .ftr .name {
		margin-bottom: 10px;
	}
	footer .ftr .tel {
		font-size: 24px;
		margin-bottom: 10px;
	}
	footer .ftr .tel::before {
		width: 14px;
		height: 21px;
		margin-right: 10px;
	}
	footer .ftr .att {
		margin-bottom: 20px;
	}
	footer .ftr .mail {
		font-size: 11px;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	footer .right {
		display: none;
	}
	/*footer .right {
		display: block;
		width: auto;
	}
	footer .right ul {
		margin-left: 0px;
		width: 100%;
	}
	footer .right ul:first-of-type {
		border-top: 1px solid #666;
	}
	footer .right ul.child {
		margin-top: 0em;
	}
	footer .right li {
		text-align: left;
		margin-bottom: 0;
		border-bottom: 1px solid #666;
	}
	footer .right a:before {
		display: none;
	}
	footer .right ul.child a:before {
		display: inline-block;
	}
	footer .right ul.child li:last-child {
		border: none;
	}
	footer .right li a {
		display: flex;
		align-items: center;
		padding: 10px 15px;
		height: 100%;
	}
	footer .right li a:hover {
		text-decoration: none !important;
	}*/
	.copyright {
		border: none;
		background-color: #000;
	}
	.copyright .inner {
		font-size: 11px;
		padding: 30px 10px;
		display: block;
		text-align: center;
	}
	.copyright .inner ul {
		margin-top: 2em;
	}
	.copyright li::after {
		margin: 0 2px;
	}
	
}

/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 10px;
	width: 50px;
	height: 75px;
	background: url(https://gigaplus.makeshop.jp/Eighties800/asset/img/common/page_top.png) no-repeat 50% 50%;
	background-size: cover;
	z-index: 9998;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 10px;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 30px;
		bottom: -90px;
		width: 60px;
		height: 90px;
		background: url(https://gigaplus.makeshop.jp/Eighties800/asset/img/common/page_top.png) no-repeat 50% 50%;
		background-size: cover;
	}
	
	#pageTop.showIn{
		right: 30px;
		bottom: 30px;
	}
}






/*--------------カレンダー--------------*/


.calendar h4 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 1em;
}

/* カレンダーのサイズ設定 */
.makeshop-calendar1,
.makeshop-calendar2 {
	width: 100%;
	margin: 0 auto;
}
 
/* テキスト位置・罫線設定 */
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 12px;
}
 
/* 【曜日】テキストの太さ・背景設定 */
.makeshop-calendar1 th,
.makeshop-calendar2 th {
	background: #dcdcdc;
	font-weight: bold;
	padding: 10px 0;
}
 
/* 【日付】テキストの太さ・背景設定 */
.makeshop-calendar1 td,
.makeshop-calendar2 td {
background: #fff;
font-weight: bold;
padding: 10px 0;
}
 
/* 【今日】テキストの太さ・背景設定
.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
background-color: #57886C;
color: #fff;
} */
 
/* 【日曜日】の設定
.makeshop-calendar1 th.sunday,
.makeshop-calendar2 th.sunday {
color: #fff;
background: #f08080;
} */
 
/* 【日曜日】日付の設定 */
.makeshop-calendar1 tbody td.sunday,
.makeshop-calendar2 tbody td.sunday {
background: #f08080;
color: #fff;
}
 
/* 【土曜日】の設定

.makeshop-calendar1 th.saturday,
.makeshop-calendar2 th.saturday {
color: #fff;
background: #6495ed;
}  */
 
/* 【土曜日】日付の設定 */
.makeshop-calendar1 tbody td.saturday,
.makeshop-calendar2 tbody td.saturday {
background: #f08080;
color: #fff;
}
 
/* 【月曜日】の設定 */
.monday {
color: black;
}
 
/* 【火曜日】の設定 */
.tuesday {
color: black;
}
 
/* 【水曜日】の設定 */
.wednesday {
color: black;
}
 
/* 【木曜日】の設定 */
.thursday {
color: black;
}
 
/* 【金曜日】の設定 */
.friday {
color: black;
}

@media screen and (max-width: 767px){
	
	.makeshop-calendar1,
	.makeshop-calendar2 {
	width: 100%;
	}
	
	.makeshop-calendar1 th,
	.makeshop-calendar1 td,
	.makeshop-calendar2 th,
	.makeshop-calendar2 td {
	font-size: 11px;
	}
	
}


/*------ヘッダーメニュー-----*/

.globalmenu {
	background: #13b5b1;
	color: #fff;
	padding: 0 15px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.globalmenu .descr {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0em;
	font-weight: 400;
}
header .ul_contact_sp {
	display: none;
}
.g_navi2 {
	margin-left: auto;
	position: relative;
}

.g_navi2 .g_navi_inner {
	position: relative;
	height: 100%;
	display: flex;
	letter-spacing: 0.05em;
}

.g_navi2 .g_navi_inner > ul.main_navi {
	display: flex;
	justify-content: space-between;
}

.g_navi2 .g_navi_inner > ul.main_navi > li {
	position: relative;
	margin-left: 20px;
	height: 100%;
	display: flex;
	align-items: center;
}

.g_navi2 .g_navi_inner > ul.main_navi > li > a {
	font-size: 12px;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	height: 100%;
	color: #fff;
}
.g_navi2 .g_navi_inner > ul.main_navi > li > a::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 7px;
	height: 11px;
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/arrow_wh.png") no-repeat left 50%;
}
.g_navi2 .g_navi_inner > ul.main_navi > li > a:hover {
	opacity: 0.6;
}

.g_navi2 .g_navi_inner > ul.sns_navi {
	display: flex;
	justify-content: space-between;
	margin-left: 10px;
}

.g_navi2 .g_navi_inner > ul.sns_navi > li {
	margin-left: 8px;
}

.g_navi2 .g_navi_inner > ul.sns_navi img {
	width: 20px;
}

.btn_close2, .btn_spmenu2 {
	display: none;
}


@media screen and (max-width: 1299px){

	.globalmenu .descr {
		font-size: 9px;
	}
	.g_navi2 .g_navi_inner > ul.main_navi > li > a {
		font-size: 10px;
	}
	.g_navi2 .g_navi_inner > ul.main_navi > li > a::before {
		display: none;
	}
	.g_navi2 .g_navi_inner > ul.sns_navi {
		margin-left: 15px;
	}

	.g_navi2 .g_navi_inner > ul.sns_navi > li {
		margin-left: 8px;
	}

	.g_navi2 .g_navi_inner > ul.sns_navi img {
		width: 18px;
	}
}

@media screen and (max-width: 1099px){

	
}

@media screen and (max-width: 767px){
	
	.globalmenu {
		padding: 0 10px;
		height: 36px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.globalmenu .descr {
		font-size: 8px;
		width: calc( 100% - 160px );
		margin-right: 0;
	}
	
	header .ul_contact_sp {
		display: flex;
		height: 100%;
		margin-right: 70px;
	}
	header .ul_contact_sp a {
		color: #fff;
		text-decoration: none;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 10px;
		border-left: 1px solid #89dad8;
	}
	header .ul_contact_sp a::before {
		content: '';
		display: inline-block;
		width: 17px;
		height: 21px;
	}
	header .ul_contact_sp a.link_tel::before {
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/icon_tel_sp.png") no-repeat 50% 50%;
		background-size: cover;
	}
	header .ul_contact_sp a.link_mail::before {
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/icon_mail_sp.png") no-repeat 50% 50%;
		background-size: cover;
	}
	
	.g_navi2 .g_navi_inner {
		width: 100%;
		position: relative;
		text-align: center;
	}
	
	.g_navi2 {
		position: fixed;
		z-index: -9999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
		background: #13b5b1;
		transition: all .3s;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		padding: 60px 0 0;
		overflow: auto; /*追加*/
		-webkit-overflow-scrolling: touch; /*追加*/
	}

	.g_navi2.is-active {
		z-index: 9999;
		opacity: 1;
	}
	
	.btn_spmenu2, .btn_close2 {
		position: absolute;
		right: 0px;
		top: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80px;
		height: 36px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		z-index: 9;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.btn_spmenu2 {
		border-left: 1px solid #89dad8;
		border-bottom: 1px solid #89dad8;
	}
	
	.btn_spmenu2::before {
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 12px;
		height: 6px;
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/menu_arrow_wh.png")
	}
	.btn_close2::before {
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 15px;
		height: 15px;
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/common/btn_close_wh.png")
	}
	.btn_close2 {
		position: absolute;
		border: none;
	}
	.g_navi2 .g_navi_inner {
		display: block;
	}
	.g_navi2 .g_navi_inner > ul.main_navi {
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		margin: 0 0 30px;
	}

	.g_navi2 .g_navi_inner > ul.main_navi > li {
		width: 100%;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 5px;
		text-align: center;
		height: auto;
	}
	
	.g_navi2 .g_navi_inner > ul.main_navi > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 46px;
		width: 100%;
		font-size: 14px;
		padding: 0;
		border: none;
		transition: none !important;
	}
	
	.g_navi2 .g_navi_inner > ul.main_navi > li.nav_home {
		display: flex;
	}
	
	.g_navi2 .g_navi_inner > ul.sns_navi {
		justify-content: center;
		margin-left: 0px;
	}

	.g_navi2 .g_navi_inner > ul.sns_navi > li {
		margin: 0 10px;
	}

	.g_navi2 .g_navi_inner > ul.sns_navi img {
		width: 22px;
	}
	
}




/*SNS*/

.sns {
	padding: 60px 20px;
	background-color: #f7f7f7;
}
.sns .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.sns img {
	width: 100%;
	transition: opacity 0.3s ease;
}
.ul_snsbnr {
	display: flex;
	justify-content: space-between;
}
.ul_snsbnr a {
	color: #000;
	text-decoration: none;
}
.ul_snsbnr a:hover img {
	opacity: 0.6;
}
.ul_snsbnr li {
	width: 48%;
}
.ul_snsbnr img {
	margin-bottom: 30px;
}
.ul_snsbnr h2 {
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
}
.ul_snsbnr p {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 767px){
	
	.sns {
		padding: 40px 15px;
	}
	.ul_snsbnr li {
		width: 48%;
	}
	.ul_snsbnr img {
		margin-bottom: 20px;
	}
	.ul_snsbnr h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.ul_snsbnr p {
		font-size: 12px;
	}
	
}

.makeshop-modal-window {
	display: none !important;
}