@charset "shift_jis";
/* CSS Document */

body {
	border-top: #0085b2 10px solid;
	color: #00455e;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.4em;
	height: auto;
	line-height: 1.8;
	position: relative;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none;
}

body:after {
	background: linear-gradient(#58c1e1, #99ecd8, #d1f6e5, #fdfffc, #fff 50%);
	content: '';
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 768px) {
	body { font-size: 1.6em; line-height: 2; }
}

a:link, a:visited { color: #FF6699; }
a:active, a:hover { text-decoration: none; }

#wrapper {
	height: auto;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	#wrapper {

	}
}

/* HEADER ========================= */
#header {
	position: relative;
	width: 100%;
}
#header h1 {
    background: url(https://www.k-oda2022.com/tour/goods/img/logo.png) center top no-repeat;
	background-size: 100% auto;
	height: 0;
	padding-top: 37.5%;
	text-indent: -9999px;
	width: 100%;
}

@media (min-width: 1000px) {
	#header h1 {
		padding-top: 360px;
		width: auto;
	}
}


/* FOOTER ========================= */
#footer { padding-top: 0; position: relative; }

#footer-in {
	height: auto;
    margin: 0 auto;
	padding: 30px 3%;
}

.copyright {
	text-align: center;
    font-size: 1rem;
}

#btn-pagetop {
	line-height: 1.6;
	padding-bottom: 40px;
	text-align: center;
}

#btn-pagetop a {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 700;
	text-decoration: none;
}

@media (min-width: 768px) {
	#footer-in { padding: 40px 0 40px; }
	.copyright { font-size: 1.2rem; }
}

@media (min-width: 1000px) {
    /*#footer { padding-top: 60px; }*/
	#footer-in {
        padding: 60px 10px 60px;
		width: 960px;
	}
}


/* CONTENTS ========================= */
h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
    font-weight: 700;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
}

h3 {
	border-bottom: 1px dashed #00455e;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 24px 0 4px;
}

.bdr-top {
	border-top: 1px solid #e2f2e1;
	margin-top: 20px;
	padding-top: 20px;
}

#contents {
	height: auto;
	padding: 0 5% 0;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	h2 { font-size: 3.8rem; margin: 0 0 40px;}

	/*h2::before, h2::after {
		width: 74px;
		height: 34px;
	}*/

	h3 {
		font-size: 2.2rem;
		margin-bottom: 14px;
		padding: 32px 0 4px;
	}
}

@media (min-width: 1000px) {
	#contents {
		margin: 0 auto;
		padding: 0;
		width: 960px;
	}
}


/* GOODS ========================= */
.goods-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}

.goods {
	background-color: #e2f2e1;
	margin: 20px 0 0 0;
	padding: 20px;
	position: relative;
	width: 100%;
}

.goods img { padding-bottom: 16px; width: 100%; }

.goods-ttl {
	color: #FF6699;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 5px;
}

.goods-txt {
	font-size: 1.3rem;
	padding-top: 10px;
}

.goods-price { font-weight: bold; }
.goods-price span { font-size: 85.7%; }

.goods-fconly, .goods-new {
	background-color: #FF6699;
	border-radius: 50%;
	color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	height: 48px;
	letter-spacing: 0.05rem;
	line-height: 48px;
	position: absolute;
	top: 6px;
	right: 6px;
	text-align: center;
	width: 48px;
}

@media (min-width: 768px) {
	.goods-wrap { margin-left: -4.2857%; }

	.goods {
		margin: 40px 0 0 4.2857%;
		padding: 24px;
		width: 45.7142%;
	}

	.goods a:hover { opacity: 0.7; }

	.goods img { padding-bottom: 18px; }
	.goods-ttl { font-size: 2.2rem; }
	.goods-txt {
		font-size: 1.4rem;
		line-height: 1.8;
		padding-top: 16px;
	}

	.goods-fconly, .goods-new {
		font-size: 1.6rem;
		height: 56px;
		line-height: 56px;
		top: 10px;
		right: 10px;
		width: 56px;
	}
}


/* ATTENTION ========================= */
.att-wrap {
	background-color: rgba(255,255,255,0.8);
	border: #e2f2e1 2px solid;
	border-radius: 10px;
	margin-top: 20px;
}

.att-in {
    padding: 16px;
}

@media (min-width: 768px) {
	.att-wrap {
		margin-top: 40px;
	}

	.att-in { padding: 40px; }
}

/* BUTTON ========================= */

.btn-wrap {
	text-align: center;
	padding: 40px 0 20px;
}

.btn, a.btn {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	/* background-color: #00455e; */
	border-top: 1px #3a7185 solid;
  	border-bottom: 1px #00455e solid;
	background: linear-gradient(#3a7185, #00455e);
	border-radius: 10px;
	box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 16px 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	width: auto;
}

.btn span, a.btn span {
	display: block;
	font-size: 1.3rem;
}

.btn:before, a.btn:before {
	background-image:url(https://www.k-oda2022.com/tour/goods/img/icon_btn.png);
	background-size: 30px auto;
	content: '';
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.btn:after, a.btn:after {
	background-image:url(https://www.k-oda2022.com/tour/goods/img/icon_btn.png);
	background-size: 24px auto;
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

@media (min-width: 768px) {
	.btn-wrap { padding: 60px 0 20px; }

	.btn, a.btn {
		font-size: 2.8rem;
		padding: 16px 80px;
	}

	.btn:before, a.btn:before {
		background-size: 40px auto;
		height: 40px;
		width: 40px;
		top: 10px;
		right: 10px;
	}

	.btn:after, a.btn:after {
		background-size: 32px auto;
		height: 32px;
		width: 32px;
		bottom: 12px;
		left: 12px;
	}

	.btn:hover { opacity: 0.8; }

	.btn span, a.btn span { font-size: 1.8rem; }
}