@charset "UTF-8";
/* CSS Document */

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;
}

html {
	font-size: 62.5%;
}
  
body {
	background-color: #ffa9c4;
	font-size: 1.4rem;
    font-family: "游ゴシック", YuGothic,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","meiryo",sans-serif;
	color: #221815;
	word-break: break-all;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* link
----------------------------------------------------*/
a {color:#333333;}
a:link {text-decoration:underline;}
a:visited {text-decoration: none;}
a:hover {color:#dddddd;text-decoration: none;}
a:active {text-decoration: none;}

/* img
----------------------------------------------------*/
img {border:0;vertical-align:bottom;}
a img {outline:0;}

/* clerfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------
    .header
----------------------------------------------------*/
#header {
	width: 100%;
	height: 460px;
	background: url(../images/head_main.png) no-repeat left bottom;
	background-size: 100%;
	position: relative;
}

.header_inner {
	height: 100%;
	background: url(../images/head_bg.png) no-repeat center 40px;
	background-size: 50%;
}

.header_inner:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: url(../images/head_top_line.png) repeat-x left top;
	background-size: 34px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	padding: 60px 30px;
	text-align: center;
}

.logo img {
	width: 100%;
	max-width: 100%;
}

.pr_banner {
	width: 100%;
}

/*----------------------------------------------------
    .gnav
----------------------------------------------------*/
#global_nav {
	margin: 30px 0;
}

#global_nav ul {
	width: 100%;
}

#global_nav ul li {
	float: left;
	width: calc(100% / 3);
	text-align: center;
}

#global_nav ul li img {
	width: 90%;
}

/*----------------------------------------------------
    .main
----------------------------------------------------*/
#main {
	background-color: #1eb4cc;
}

.pdLR10 {
	padding: 0 15px;
}

.common_dtl_btn {
	width: 80%;
	margin: 0 auto;
	background-color: #e4007f;
	border: 2px solid #221815;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.common_dtl_btn a {
	padding: 10px 0;
	display: block;
	border-right: 20px solid #fff;
	font-size: 1.6rem;
	color: #fff;
}

.article_contents h2.news {
	margin: 0 10px;
}

.article_contents h2 img {
	width: 100%;
	max-width: 100%;
}

.news_contents {
	margin: 0 0 40px 0;
	background-color: #fff;
	border: 2px solid #221815;
	border-radius: 10px;
	overflow: hidden;
}

.line_post {
	padding: 0 10px 0 40px;
	position: relative;
	background: url(../images/news_mark.png) no-repeat 10px center;
	background-size: 23px;
}

.line_post:nth-child(2n) {
	background-color: #ffc5dd;
}

.date,
.title {
	float: left;
	line-height: 40px;
}

.date {
	width: 65px;
	font-size: 1rem;
}

.title {
	width: 200px;
}

.news_new {
	padding: 2px 7px;
	position: absolute;
	top: 8px;
	right: 10px;
	background-color: #ffc32d;
	border: 2px solid #221815;
	border-radius: 5px;
	font-size: 1.2rem;
	font-weight: bold;
}

.gallery_contents,
.article_contents h2.goods {
	background-color: #96c43d;
}

.artwork {
	float: left;
	width: 50%;
	display: inline-block;
	overflow: hidden;
}

.artwork .inner_box {
	margin: 0 1rem 1rem 0;
	padding: 7px;
	border: 2px solid #8c5600;
	border-radius: 5px;
	background-color: #fff;
}

.artwork .inner_box:nth-child(2n) {
	margin: 0 0 1rem 0;
}

.artwork .exp_contents {
	margin: 2px 0 0 0;
	position: relative;
}

.artwork .artwork_image img {
	width: 100%;
	max-width: 100%;
}

.artwork .num {
	width: 50px;
	padding: 3px;
	position: relative;
	background-color: #fec230;
	border: 1px solid #231815;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	z-index: 9;
}

.artwork .num:before {
	content: "";
	width: 10px;
	height: 17px;
	display: block;
	position: absolute;
	top: -10px;
	left: calc(50% - 5px);
	background: url(../images/top_gallery_num_mk.png) no-repeat 0 0;
	background-size: 10px;
	z-index: 10;
}

.artwork .num span {
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
	background-color: #fff;
}

.artwork .comment_num {
	padding: 0 0 0 22px;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../images/top_gallery_cmt_mk.png) no-repeat 0 0;
	background-size: 16px;
	z-index: 10;
}

.artwork .artwork_title {
	margin: 7px 0 0 0;
}

.artwork .category_mk {
	width: 40px;
	padding: 7px;
	position: absolute;
	top: -15px;
	left: calc(50% - 20px);
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	z-index: 5;
	
}

.artwork .category_mk img {
	width: 100%;
	max-width: 100%;
}

.goods_contents {
	background-color: #c68f66;
}