@charset "UTF-8";


/* html ***********************************************************************/
html {
	scroll-padding-top: 60px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 479px) {
	html {
		scroll-padding-top: 100px;
	}
}


/* home.php *******************************************************************/
#outlineArea {
/*	padding-top: 30vw;*/
	background-color: #fff;
	background-image: url(../images/bg_outlinearea.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#outlineArea h1 {
	box-sizing: border-box;
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 0.6em;
	color: #000;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	background: #FFE100;
	border-bottom: none;
	border-radius: 6px;
	letter-spacing: 2px;
}
@media screen and (max-width: 959px) {
	#outlineArea h1 {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	#outlineArea h1 {
		font-size: 1em;
	}
}

#outlineArea h1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc(50% - 8px);
	border: 15px solid transparent;
	border-top: 15px solid #FFE100;
	width: 0;
	height: 0;
}


#outlineArea .lead {
	box-sizing: border-box;
	width: 640px;
	margin: 16px auto 32px auto;
	padding: 16px 8px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	letter-spacing: 2px;
}
@media screen and (max-width: 959px) {
	#outlineArea .lead {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	#outlineArea .lead {
		font-size: 1em;
	}
}

#outlineArea .lead p {
	margin: 0.3em 0;
	padding: 0;
}

@media screen and (max-width: 479px) {
	#outlineArea .lead p span {
		display: block;
		margin: 0.3em 0;
	}
}

#detailArea h1 {
	padding: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #FFE100;
/*
	background-image: url(../images/bg_h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20%;
 */
	letter-spacing: 1px;
}

#detailBgArea {
	width: 100%;
	height: 100%;
	background-color: #f5ffb1;
/*
	background-image: url(../images/bg-01.png);
	background-repeat: repeat-y;
	background-position: top right;
	background-size: 32px;
 */
}

/*
#detailArea {
	background-image: url(../images/bg-01.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-size: 32px;
}
 */

.board {
	margin: 80px 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.board .body {
	padding: 16px;
}

.board .body h2 {
	position: relative;
	padding: 0.6em;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	background: #FFE100;
	border-bottom: none;
	border-radius: 6px;
}

.board .body h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #FFE100;
	width: 0;
	height: 0;
}

#informationArea {
	background-image: url(../images/bg-02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#informationArea .information a:link,
#informationArea .information a:visited,
#informationArea .information a:active {
	display: block;
	margin: 0 0 1em 0;
	padding: 1em 6em 1em 2em;
	color: #000;
	text-decoration: none;
	background-color: #B9E6F5;
	background-image: url(../images/bg-05.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: contain;
	border-radius: 8px;
	transition: all 300ms 0s ease;
}

#informationArea span.directlink {
	display: block;
	margin: 0 0 1em 0;
	padding: 1em 6em 1em 2em;
	color: #000;
	text-decoration: none;
	background-color: #B9E6F5;
	border-radius: 8px;
	transition: all 300ms 0s ease;
}


#informationArea .information a:hover {
	color: #fff;
	background-color: #2ED1E3;
}

#informationArea .information .date {
	margin: 0 0 0.5em 0;
	font-size: smaller;
	font-weight: bold;
}

#howtouseArea {
	background-image: url(../images/bg-03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#shoplistArea {
	background-image: url(../images/bg-02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shop_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
@media screen and (max-width: 479px) {
	.shop_list {
		justify-content: space-between;
	}
}

.shop {
	box-sizing: border-box;
	position: relative;
	width: 280px;
	margin: 0 0 16px 0;
	padding: 6px;
	background-color: #FFF7E6;
	border-radius: 8px;
}
@media screen and (max-width: 479px) {
	.shop {
		width: calc(50% - 4px);
	}
}

.shop .info_body {
	margin: 0 auto;
}
@media screen and (max-width: 479px) {
	.shop .info_body {
		font-size: smaller;
	}
}

.shop .fig {
	margin: 0 0 8px 0;
	padding: 0 4px;
}

.shop table {
	margin: 0;
	border: none;
	background-color: inherit;
}

.shop table th {
	padding: 4px;
	border: none;
	line-height: 1.2em;
	background-color: inherit;
}
@media screen and (max-width: 479px) {
	.shop table th {
		display: block;
	}
}

.shop table td {
	padding: 4px;
	border: none;
	line-height: 1.2em;
}
@media screen and (max-width: 479px) {
	.shop table td {
		display: block;
	}
}

.shop .genre {
	padding: 8px;
	color: #fff;
	text-align: center;
	font-size: smaller;
	background: #FF7E79;
	border-radius: 4px;
	letter-spacing: 1px;
}

.shop .title {
	display: inline-block;
	padding: 8px 0;
	font-size: larger;
	font-weight: bold;
	letter-spacing: 1px;
}

.shop span.label {
	box-sizing: border-box;
	display: inline-block;
	width: 50px;
	margin: 0;
	padding: 2px 8px;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	background-color: #014C9F;
	border-radius: 1em;
}
@media screen and (max-width: 479px) {
	.shop span.label {
		font-size: 0.8em;
	}
}

.shop .snslink {
	display: inline-block;
	margin: 0 8px 0 0;
}

#shopmapArea .board h1 {
	margin-bottom: 0;
}

#shopmapArea .board .body {
	padding: 0;
}

#shopmapArea .board iframe {
	display: block;
	border: none;
}


/* single.php *****************************************************************/
body.single {
	background-color: #B9E6F5;
}

#contentsArea {
	margin-top: 120px;
}

body.single #contentsArea .blockcontents {
	box-sizing: border-box;
	background-color: #fff;
	padding: 2em 1em 0 1em;
	border-radius: 1em;
}

.shadow {
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


/* information Page *****************************************************************/

body#information .bg_blue{
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	background-color: #7ecef4;
}
body#information #footerArea{
	background-image: url(../images/bg-04.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#information .info_header{
	width: 100%;
	padding: 3.5em 0 .5em;
	text-align: center;
	background: #8fc31f;
}
@media (max-width: 960px){
	#information .info_header{
		padding: 3em 0 0;
	}
}
#information .info_header h2{
	color: #fff;
	font-size: clamp(28px, 2.7vw, 40px);
	font-weight: bold;
	border-bottom: none;
}
#information .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 3.5em 50px;
	box-sizing: border-box;
}
#information .title p{
	font-weight: bold;
	padding-top: .5em;
	font-size: clamp(18px, 2.6vw, 25px);
}
#information figure{
	width: 100%;
	padding: 1em 0;
}
#information figure img{
	width: 100%;
}
@media (max-width: 768px){
	#information .info_header{
		padding: 5em 0 0;
	}
	#information .inner{
		max-width: 100%;
		padding: 1em 20px;
		box-sizing: border-box;
	}
	#information .inner{
		max-width: 100%;
		padding: 1em 20px;
		box-sizing: border-box;
	}
	#information p{
		text-align: justify;
	}
	#information figure{
		padding: .5em 0;
	}
}
