/*-----------------------------------
    http://meyerweb.com/eric/tools/css/reset/  v2.0
-----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------
    general
-----------------------------------*/

body {
	font-family: sans-serif ;
	font-size: 0.9rem;
	line-height: 1.2rem;
	letter-spacing: 1px;
	background: #f6f6ee;
	}

body.tab-nocall { background:#f6f6ee; }
body.tab-call { background:#fff6f6; }

.wrap {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	}

h1 {
	width: 50%;
	max-width: 420px;
	margin: 60px auto;
	}

h1 img { width: 100%; }
.scenario { margin: 60px auto ; }
.top-box,
.flex-under-box {
	margin-top: 30px;
	border-radius: .75rem;
	background: #FFF;
	box-shadow: 0 10px 15px -3px #ddd,0 4px 6px -4px #ddd;
	box-sizing: border-box;
	}

h3 { padding: 1rem; }
h4 {
	border-top: solid 1px #ddd;
	padding: 1rem;
	}

h4.h4center { border-bottom: solid 1px #ddd; }
h5 {
	font-size: 0.75rem;
	display: inline-block;
	padding: 2px 6px;
	color: #FFF;
	background: #333;
	border-radius: 6px;
	}

.box-content,
.under-content {
	padding: 1rem;
	border-top: solid px #ddd;
	}

.flex { display: flex; }
.flex-lineBox {
    position: relative;
    display: flex;
	justify-content: center;
    width: 33px;
	}

.flex1 { width: calc(100% - 33px); }
.flex2 { width: calc(100% - 66px); }
.flex3 { width: calc(100% - 99px); }
.flex4 { width: calc(100% - 132px); }
.flex5 { width: calc(100% - 165px); }
.flex6 { width: calc(100% - 198px); }
.flex-line {
	position: absolute;
	background: #d3dcea;
	background-position: center center;
	width: 4px;
	height: 100%;
	}

.flex-line-none { }
.flex-line-end {
	position: absolute;
	background: #d3dcea;
	background-position: center center;
	width: 4px;
	height: 30px;
	}

.copyBtn {
	display: block;
    cursor: pointer;
	margin: 12px 0 0;
    padding: 6px 12px;
	color: #FFF;
    border: solid 1px #333;
	background: #333;
    border-radius: 6px;
    transition: .3s;
    }

.copyBtn:hover {
    color: #000;
    background: #fcd64d;
    border: solid 1px #fcd64d;
    }

.notes {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 0.8rem;
	color:rgb(248 113 113 / var(--tw-text-opacity, 1));
	}

.icon-size  {
	vertical-align: sub;
	width: 18px;
	height: 18px;
	}

.icon-size-L  {
	vertical-align: sub;
	width: 24px;
	height: 24px;
	}

.icon-blue { color: rgb(101 121 171 / var(--tw-text-opacity, 1)); }
.icon-yellow { color: rgb(251 191 36/var(--tw-text-opacity,1)); }
.icon-green { color:rgb(74 222 128 / var(--tw-text-opacity, 1)); }
.icon-red { color:rgb(248 113 113 / var(--tw-text-opacity, 1)); }
.tag {
	display: inline-block;
	padding: 0 12px;
	margin: 0 6px 0 0;
	font-size: 0.7rem;
	border: solid 1px #000;
	border-radius: 30px;
	}

.bg-red { background: #f5dcdc; }
.attention {
	color: #333;
	background: #FFF;
	text-align: center;
	padding: 12px;
	border-radius: 6px;
	}

/*　タブ切替　*/
.tabs {
	display: flex;
	font-size: 1.2rem;
	gap: 12px;
	max-width: 1080px;
	margin: 60px auto;
	}

.tab-item {
	width: 50%;
	text-align: center;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #333;
	padding: 0.9em 1.2em;
	cursor: pointer;
	}

.tab-panel { display: none; }
.tab-item.active {
	border-color: #fcd64d;
	background-color: #fcd64d;
	color: #fff;
	font-weight: bold;
	text-shadow:0 0 6px #e6b400,0 0 9px #e6b400,0 0 12px #e6b400;
	}

.tab-panel.active { display: block; }
footer {
	width: 100%;
	border-top: solid 1px #CCC;
	}

.footer-nav {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1080px;
	margin: 30px auto 60px;
	}

.footer-nav li { width: 32%; }
.footer-nav li a {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 1rem;
	text-decoration: none;
  	background-color: #fcd64d;
	border-radius: 6px;
	transition: .3s;
	}

.footer-nav li a:hover { background-color: #fcb44d; }
.footer-nav li a span.footer-qr {
	display: block;
    width: 90px;
    border-radius: 6px;
	vertical-align: middle;
    overflow: hidden;
	}

.footer-nav li a span.footer-txt {
	display: block;
    width: calc(100% - 90px);
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
  	text-shadow:0 0 6px #e6b400,0 0 9px #e6b400,0 0 12px #e6b400;
	}

.footer-nav li a span img {
	width: 100%;
	vertical-align: bottom;
	}

.copy {
	text-align: center;
	margin: 24px auto;
	}

.coupon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 1080px;
	padding: 12px;
	margin: 60px auto 30px;
	background: #FFF;
	border-radius: 12px;
	box-sizing: border-box;
	}

.coupon h6 {
	position: relative;
	padding: 1rem 1.5rem;
	color: #FFF;
    background-color: #31ae9c;
    border-radius: 6px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 6px #227b6e, 0 0 9px #227b6e, 0 0 12px #227b6e;
	}

.coupon h6::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: -18px;
	border-left: 21px solid #31ae9c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	}

.coupon .copyTxt {
	font-size: 2rem;
	font-weight: bold;
	color: #31ae9c;
	}

.coupon .copyBtn {
	width: 250px;
	text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
	margin: 0;
	padding: 1rem 1.5rem;
	}

@media screen and (max-width: 767px) {

h1 { margin: 30px auto; }
.scenario { margin: 30px auto; }
.tag { margin: 6px 6px 0 0; }
.icon-size-L  {
	width: 18px;
	height: 18px;
	}

.tabs {
	margin: 30px auto;
	font-size: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	}

.tab-item {
	width: 90%;
	box-sizing: border-box;
	}

.attention {
	text-align: left;
	font-size: 0.8rem;
	}

.footer-nav {
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px auto;
	}

.footer-nav li { width: 100%; }
.footer-nav li a span.footer-qr { display: none; }
.footer-nav li a span.footer-txt {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	}

.footer-nav li a span.footer-txt br { display: none; }
.coupon { flex-wrap: wrap; }
.coupon h6 {
	text-align: center;
	width: 100%;
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1.0rem;
	}

.coupon h6::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
	left: 50%;
	right: auto;
    bottom: -12px;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 21px solid #31ae9c;
	border-bottom: inherit;
	}

.coupon .copyTxt {
	width: 100%;
	text-align: center;
	padding: 24px 0;
	font-size: 1.8rem;
	}

.coupon .copyBtn {
	width: 100%;
    font-size: 1rem;
	}

}
