@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	/*font-size: 62.5%;10px*/
	height: 100%;
	position: relative;
}
body {
	position: relative;
	color: #333;
	height: 100%;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	font-size: 0.95rem;
	line-height: 1.7;
	letter-spacing: 0.02rem;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
a img:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
hr {
	border: 1px #E1E1E1 solid;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin: 50px 0px;
}
hr.hr2 {
	border: 1px #E1E1E1 dashed;
	margin: 110px 0px 50px;
	width: 40%;
	margin-left: 30%;
	margin-left: 30%;
}
li {
	list-style: none;
	float: left;
}
section {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
	margin-bottom: 80px;
}

.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}

@media (max-width:768px) {
	body {
	font-size: 0.65rem;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}
	section{
	width:92%;
	padding-top:40px;
	margin-bottom:80px;
}
hr {
	margin:0px;
	margin-bottom:20px;
}
hr.hr2 {
	margin:0px 0px 0px;
	width:40%;
	margin-left:30%;
	margin-left:30%;
}
	}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.ul:after {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------
 * トップ
 * -------------------------------- */
#pagetop{
	margin:100px auto 0;
	width:100%;
	max-width:780px;
}


@media (max-width:768px) {
	#pagetop{
	margin-top:0px;
}

}
/* --------------------------------
 * フォント
 * -------------------------------- */
h1 {
	text-align: center;
	font-size: 1.65rem;
	letter-spacing: 0.35rem;
	font-weight: normal;
	padding-top: 20px;
}
h1 span {
	letter-spacing: 0.12rem;
    font-weight: 600;
}
h2 {
	text-align: center;
	padding-bottom: 35px;
	padding-top: 50px;
	font-size: 1.2em;
}
.fo1 {
	font-weight: 800;
}
.fo2 {
	display: block;
	text-align: center;
	font-weight: 800;
}
.fo3 {
	text-align: center;
	display: block;
	font-weight:bold;
	font-size:1.05em;
	color:#c00;
	padding-bottom:1%;
}
.fo4 {
	text-align: center;
	display: block;
	text-decoration:underline;
}
.fo5 {
	color:#c00;
	font-size:0.85em;
}

@media (max-width: 735px) {
h1 {
	font-size: 0.95rem;
	letter-spacing: 0.15rem;
	padding-top: 5px;
}
h2 {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 15px;
}
}
/* --------------------------------
 * コメント
 * -------------------------------- */
#comment{
	padding-top:20px;
}
#comment p.description {
    letter-spacing: 0.1rem;
    line-height: 1.9rem;
    padding-top: 20px;
    text-align: justify;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
#comment p.description a {
	font-size:0.85em;
	border-bottom:1px dotted;
	color:#092284;
}

p.data {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.75;
}

@media (max-width:735px) {
#comment p.description {
    letter-spacing: 0.02rem;
    line-height: 2;
    padding-top: 20px;
    text-align: justify;
    font-size: 0.85rem;
    width: 90%;
}
}
/* --------------------------------
 * クーポン
 * -------------------------------- */
#coupon .relative {
	position: relative
}
#coupon .absolute {
	position: absolute;
	text-align: center;
	top: -80px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.80);
	width:80%;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}
.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
#coupon ul {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
#coupon ul li {
	width: 46%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	font-size: 0.8em;
}


.p-coupon li {
    width: 46%!important;
    margin-left: 27%!important;
    margin-right: 27%!important;
}

#coupon ul li img {
	margin-bottom: 8px;
	box-shadow: 3px 3px 4px 0px rgba(176,176,176,.20);
}
#coupon .sheet1 {
	margin: 0 auto;
	width: 60%;
	max-width: 340px;
	font-size: 0.8em;
}
#coupon .sheet1 img {
	margin-bottom: 8px;
	box-shadow: 2px 2px 4px -2px gray inset;
}
#coupon .sheet1 img {
	box-shadow: 6px 6px 4px 0px rgba(176,176,176,.30);
}

#coupon a.p-coupon img {
    margin: 0 10%;
    width: 80%;
    max-width: 360px;
    font-size: 0.8em;
    margin-bottom: 0px;
    box-shadow: 8px 8px 4px -2px rgba(0,0,0,.07);
    font-size: 0.85em;
}




@media (max-width:735px) {
#coupon ul li {
    width: 90%;
    	margin-left: 1.5%;
	margin-right: 1.5%;
	font-size: 0.65em;
	margin-bottom: 20px;
}
}
/*アテンション*/
.attention {
	margin: 0 auto;
	margin-top: 25px;
	padding: 6% 8% 6%;
	width: 95%;
	clear: both;
	background-color: rgba(232,232,232,.3);
}
.attention p {
	text-align: left;
}
.attention p.att1 {
	font-weight: bold;
	font-size: 0.95rem;
	margin: 30px 0px 10px;
	display: inline-block;
}
.attention p.att2 {
	font-size: 0.95rem;
	margin: 0px 0px 10px 10px;
	padding-left: 2%;
}
.attention p.att3 {
	font-size: 0.95rem;
	margin: 0px 0px 10px 10px;
	padding-left: 2%;
	color: #c00;
}
.attention p.att4 {
	font-size: 0.95rem;
	margin: 0px 0px 10px 10px;
	padding-left: 2%;
	color: #c00;
	text-decoration: underline;
}
.attention p.att-p {
	font-weight: bold;
	font-size: 0.95rem;
	margin: 30px 0px 10px;
	color: #c00;
}

@media (max-width:735px) {
.attention {
	padding: 8% 8% 6%;
}
.attention p.att1, .attention p.att-p {
	font-size: 0.75rem;
}
.attention p.att2, .attention p.att3, .attention p.att4 {
	font-size: 0.65rem;
}
}
/* ボタン */
.button {
	width: 96%;
	line-height: 54px;
	outline: none;
	line-height: 180%;
	color: #fff;
	border-radius: 10px;
	background-color: #c00;
	border: 2px solid #c00;
	padding: 12px 5% 10px 8%;
	font-size: 0.9rem;
	display: block;
	margin: 10px 2% 0px;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color: #c00;
	color: #c00;
	opacity: 1;
}
.button span {
	font-size: 1rem;
	font-weight: bold;
}
.button-b {
	background-color: #2A2A2A;
	border: 2px solid #2A2A2A;
}
.button-b:hover {
	background-color: #fff;
	border-color: #2A2A2A;
	color: #2A2A2A;
	opacity: 1;
}
.button-l {
	background-color: #00BB54;
	border: 2px solid #00BB54;
}
.button-l:hover {
	background-color: #fff;
	border-color: #00BB54;
	color: #00BB54;
	opacity: 1;
}

@media (max-width:735px) {
.button {
	line-height: 180%;
	font-size: 0.7rem;
}
.button span {
	font-size: 0.9rem;
	font-weight: bold;
}
}
/* --------------------------------
 * キーワード
 * -------------------------------- */
#keyword {
	margin: 0 auto;
	width: 90%;
	border: 1px #ccc solid;
	padding-bottom: 20px;
	padding-top: 18px;
	margin: 12px 5% 5px;
	padding: 50px 3%;
}
#keyword p.key {
	font-size: 1rem;
	color: #336666;
	text-align: center;
	border-bottom: 3px #336666 solid;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 12px;
	display: inline-block;
}
#keyword p.key span.word {
	font-weight: bold;
	font-size: 1.5rem;
}
#keyword img {
	width: 90%;
	margin: 0px 5%;
}

@media (max-width:735px) {
#keyword-sp {
	margin: 0 auto;
	width: 90%;
	border: 1px #ccc solid;
	padding-bottom: 20px;
	padding-top: 18px;
	margin: 12px 5% 5px;
	padding: 35px 5%;
}
#keyword-sp p.key {
	font-size: 1rem;
	color: #336666;
	text-align: center;
	border-bottom: 3px #336666 solid;
	width: 100%;
	margin: 0 auto;
}
#keyword-sp p.key span.word {
	font-weight: bold;
	font-size: 1.5rem;
}
#keyword-sp img {
	width: 98%;
	margin: 0px 1%;
}
}
/* --------------------------------
 * お買い物
 * -------------------------------- */
#buy img {
	width: 90%;
	max-width: 800px;
	margin-top: 15px;
	border-radius:12px;
}

/* --------------------------------
 * 選択＆LINE
 * -------------------------------- */
#choice ul li{
	width:46%;
	background-color:rgba(203,203,203,1.00);
	border-radius:10px;
	padding:20px 1% 12px;
	margin:0px 1%;
	
}
#choice ul li a{
	display:block;
	font-size:1.1em;	
	font-weight:bold;
	line-height:1.4;
	
}
#choice ul li a span{
	display:block;
	font-size:1.5em;
	font-weight:normal;
	
}
#line .button{
	padding-top:28px;
	padding-bottom:20px;
}
#line .button i{
	margin-right:4px;
}
#line .button span{	
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width:768px) {
	#choice ul li{
	width:46%;
	background-color:rgba(203,203,203,1.00);
	border-radius:10px;
	padding:20px 1% 18px;
	margin:0px 1%;
	
}
#choice ul li a{
	font-size:1em;
	
}
	#line .button span{	
	font-size: 1rem;
}
	}
	
/* --------------------------------
 * 注意事項
 * -------------------------------- */
#caution {
	padding-bottom: 10px;
}
#caution table {
	margin: 0 auto;
	text-align: left;
	margin-bottom: 50px;
}
#caution table, tr, td {
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
#caution .koumoku {
	width: 20%;
	text-align: center;
	color: #666;
	vertical-align:middle;
}
#caution ul {
	margin: 0;
	padding:0;
	padding-top:3%
}
#caution li {
	color: #666;
	margin: 0% 3% 2.5%;
	display:block;
	width:94%;
	box-sizing:border-box;
}
#caution li.span1 {
	color: #c00;
}
@media (max-width:768px) {
	#caution table {
	margin-bottom: 0px;
	font-size: 0.6rem;
}
	}
	
/* --------------------------------
 * フッター
 * -------------------------------- */
	footer {
	width: 100%;
	font-size: 0.7rem;
	background-color: rgba(247,247,247,1.00);
	padding: 40px 0px;
	margin-top:30px;
}
@media (max-width: 735px) {
	footer {
	font-size: 0.55rem;
	padding: 40px 0px 100px;
	margin-top:0px;
}
}
/* --------------------------------
 * 固定メニュ
 * -------------------------------- */
.header {
	position: fixed;
	top: 0;
	z-index: 9999;
	border-bottom: 3px solid #2B2B2B;
	width: 100%;
	margin: 0 auto;
	padding: 15px 3%;
	background-color: rgba(255,255,255,.85);
}
.header a {
	padding: 0px 5px;
	letter-spacing: 1px;
	display: block;
	float: left;
	font-size: 15px;
}
.header .logo {
	width: 70%;
	max-width: 120px;
	padding-top: 4px;
}
.header .right {
	float: right;
}
.header i {
	font-size: 19px;
	padding-right: 5px;
}
.header .right img {
	width: 28px;
	padding-top: 2.5px;
	padding-right: 5px;
}

@media (max-width:735px) {
.header {
	bottom: 0;
	top: inherit;
	border-bottom: 3px solid #2B2B2B;
	border-top: 3px solid #2B2B2B;
	width: 100%;
	margin: 0 auto;
	padding: 15px 3%;
}
.header .logo {
	float: left;
}
.header a {
	font-size: 11px;
}
.header i {
	font-size: 16px;
	padding-right: 3px;
}
.header .right img {
	width: 22px;
	padding-top: 1.35px;
	padding-right: 3px;
}
}

/********** PC・スマホ切り替え **********/
 
@media (max-width:735px) {
.pc {
	display: none;
}
}

@media (min-width:736px) {
.sp {
	display: none;
}
}
