@charset "UTF-8";

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
/*button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}*/
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
/*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

.page {
	max-width:900px;
	margin:0 auto;
	padding:10px 10px;
	color:#667e86;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mo-inline {
	display:none !important;
}
.pc-inline {
	display:inline !important;
}

.clear {
	clear:both !important;
}

.float-left {
	float:left !important;
}

.float-right {
	float:right !important;
}

.justify {
	text-align:justify !important;
}

.center {
	text-align:center !important;
}

html {
	width:100%;
}

body {
	width: 100%;
	border-top:#667e86 solid 15px;
	background-image:url(../img/bg.png);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#navbtn {
	display:none;
}

#Top header, #Page header {
	color:#667e86;
	margin-bottom:20px;
	font-family: 'Martel', serif;
	letter-spacing:0.1em;
}

#Page header {
	margin-bottom:15px;
	padding-bottom:8px;
	border-bottom:#667e86 solid 2px;	
}

#Page header .wrap {
	width:900px;
	margin: 0 auto;
}

#Top header h1 {
	width: 100%;
	font-size:32px;
	font-weight:700;
	border-bottom:2px solid #667e86;
	text-align:center;
	margin-top:10px;
}

#Page #Header {
	position:fixed;
	width:100%;
	border-top:#667e86 solid 15px;
	margin-top:-15px;
	z-index:9999;
	background-image:url(../img/bg.png);
	height: 110px;
}

#Page header h1 {
	max-width:900px;
	font-size:24px;
	font-weight:700;
	text-align:left;
	margin:15px auto 0 auto;
	padding:0 10px;
}

#Page #SNSButton {
	position: relative;
	top: -73px;
	right: 15px;
}

#Top #SNSButton {
	top: -82px;
	width: 900px;
	margin: 0 auto;
	padding-right: 15px;
	position: relative;
}

#Top #SNSButton ul {
	position: absolute;
	right: 15px;
}

#SNSButton ul {
	text-align: right;
	float: right;
}

#SNSButton li {
	display: inline-block;
}

#SNSButton li a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	border: 1px solid #667e86;
}

#SNSButton li a img {
	position: relative;
	top: -28px;
}

#SNSButton li a:hover img {
	top: 0;
}

#Top header h2 {
	font-size:18px;
	font-weight:400;
	text-align:center;
	margin-top:8px;
}

#Page header h2 {
	max-width:900px;
	font-size:14px;
	font-weight:400;
	text-align:left;
	margin:0 auto 0 auto;
	padding-left:10px;
	letter-spacing:0.1em;
}

#Top header h1 a, #Top header h2 a, #Page header h1 a, #Page header h2 a  {
	color:#667e86;
	transition:color 0.5s;

}

#Top header h1 a:hover, #Top header h2 a:hover, #Page header h1 a:hover, #Page header h2 a:hover {
	color:#B3C0C5;
	transition:none;
}

#Top nav {
	width: 100%;
	margin-bottom:16px;
	position: relative;
}

#Page nav {
	max-width:900px;
	margin:-55px auto 14px auto;
	padding-right:15px;
	text-align:right;
}

#Top nav ul {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#Top nav li {
	display:inline-block;
	margin:0 8px;
}

#Page nav li {
	display:inline-block;
	margin:0 0 0 10px;
}

#Top nav li a {
	padding:0 16px 2px 16px;
	font-family: 'Martel', serif;
	font-size:14px;
	color:#667e86;
	border-bottom:2px solid rgba(0,0,0,0);
	transition:all ease 0.5s;
	letter-spacing:0.1em;
}

#Page nav li a {
	padding:0 0 0 10px;
	font-family: 'Martel', serif;
	font-size:14px;
	color:#667e86;
	transition:color ease 0.5s;
	letter-spacing:0.1em;
}

#Top nav li a:hover {
	color:#bf8886;
	border-bottom:2px solid #bf8886;
}

#Page nav li a:hover {
	color:#bf8886;
	transition:none;
}

#Top nav li.smp_only,
#Page nav li.smp_only {
	display: none;
}

#Story .story a,
#Art .art a,
#Design .design a,
#DiaryIndex .diary a,
#DiaryArchives .diary a,
#ContactIndex .contact a,
#ContactConfirm .contact a,
#ContactSubmit .contact a {
	color:#bf8886 !important;
}

#Page h2 {
	font-family: 'Martel',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size:20px;
	line-height:1.8em;
	letter-spacing:0.1em;
	padding:5px 2%;
}

#Page .page p + h2 {
	margin-top:30px;
}

#Page p {
	font-size:13px;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:justify;
	padding:5px 2%;
	margin:10px 0;
}

#Page p img,
#Top p img {
	border:5px solid #fff;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
	max-width:100%;
	margin-bottom:5px;
}

#Page p img {
	margin-right: 2em;
}

#Page h3 {
	padding:5px 2%;
}

#Page .page ul:not(.bxslider) {
	margin:0;
	padding:5px 2%;
}

#Page .page ul:not(.bxslider) li {
	font-size:13px;
	line-height:1.8em;
	margin-left:20px;
	letter-spacing:0.07em;
}

footer {
	margin-top:30px;
}

footer p#copyright {
	color:#667e86;
	font-family: 'Martel',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size:10px;
	letter-spacing:0.1em;
	line-height:1.4em;
	margin-top: 10px;
	padding:0;
	float:left;
}

footer p#footerBtn {
	float:right;
	padding:0;
}

footer p#footerBtn a {
	color:#667e86;
	font-family: 'Martel', serif;
	font-size:14px;
	letter-spacing:0.1em;
	border:1px solid #667e86;
	padding:2px 6px;
	transition:background-color ease 0.5s;
}

footer p#footerBtn a:hover {
	color:#fff;
	background-color:#667e86;
	cursor:pointer;
}

.bxslider li img, .bxslider li video {
	max-width:100%;
}

.bx-wrapper .bx-caption {
	background-color:rgba(255,255,255,0.3);
}

.bx-wrapper .bx-caption span {
	color:#7D7D7D;
}

#Page .bx-wrapper {
	margin-bottom:20px !important;
}

h3.arrow {
	font-family: 'Martel', serif;
	font-weight:400;
	letter-spacing:0.1em;
	font-size:16px;
	line-height:24px;
	color:#fff;
	background: #bf8886;
	padding:4px;
	padding-left:0.5em;
	display: inline-block;
	position: relative;
	float:left;
}
h3.arrow:after {
	border-bottom: 1em solid transparent;
	border-left: 1.5em solid #bf8886;
	border-top: 1em solid transparent;
	margin-left:4px;
	margin-top:-4px;
	content: "";
	position: absolute;
}

#NewsPick ul {
	list-style:none;
	margin-bottom:50px;
}

#NewsPick ul li {
	border-bottom:1px dashed #667e86;
	margin-left:120px;
	margin-bottom:0.5em;
	letter-spacing:0.1em;
	font-size:14px;
}

#NewsPick ul li a {
	color:#667e86;
}

#NewsPick ul li .date {
	display:inline-block;
	font-family: 'Martel', serif;
	font-weight:400;
	width:8em;
}

#NewsPick ul li a:hover {
	color:#bf8886;
}

#Page .page .gallery ul {
	list-style:none;
	text-align:center;
	margin:20px 0;
	padding:0;
}

#Page .page .gallery ul li {
	display:inline-block;
	margin:5px;
	border:5px solid #fff;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#Page .page .gallery ul li a {
	outline: 0;
}

#cboxContent button {
	font-family: 'Martel', serif;
	color:#666;
	font-size:10px;
	letter-spacing:0.1em;
	outline: 0;
}

#cboxCurrent {
	font-family: 'Martel', serif;
	color:#aaa;
	font-size:10px;
	letter-spacing:0.1em;
	left:0;
	top:0;
}

#cboxTitle {
	font-family: 'Martel', serif;
	color:#666;
	font-size:12px;
	letter-spacing:0.1em;
}

form table {
	width:100%;
	margin: 15px 0;
}

form th {
	background-color:#667e86;
	color:#fff;
	font-weight:700;
	font-size:14px;
	border:1px solid #B9C6CA;
	border-left:0;
	border-right:0;
	padding:4px 6px;
}

form th .required {
	color:#DD1717;
}

form td {
	border:1px solid #B9C6CA;
	border-left:0;
	padding:4px 6px;
	font-size:13px;
}

form button,input,select,textarea {
	color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em;
}

form input[type=text] {
	border:1px solid #B9C6CA;
	background-color:#fff;
	color:#666;
	margin:2px 4px;
	min-width:5em;
	padding:2px 4px;
}

form textarea {
	border:1px solid #B9C6CA;
	background-color:#fff;
	color:#666;
	margin:2px 4px;
	width:90%;
	padding:2px 4px;
}

form input[type=radio] {
	margin:0 4px;
}

form select {
	border:1px solid #B9C6CA;
	border-bottom:2px solid #52666C;
	margin:4px;
	padding:2px 4px;
	background-color:#fff;
}

form #FieldMessageAddress2 input, form #FieldMessageAddress3 input {
	width:90%;
}

.auth-captcha {
	font-size:13px;
	margin-bottom:10px;
	text-align:center;
}

.auth-captcha img {
	border:1px solid #B9C6CA;
	margin:10px 10px 5px 0;
}

.submit {
	text-align:center;
}

.submit input {
	border:1px solid #B9C6CA;
	border-bottom:2px solid #52666C;
	-webkit-appearance:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:4px;
	padding:2px 4px;
	background-color:#fff;
}

.alert-message, .error-message {
	color:#DB181B;
	font-weight:700;
}

.alert-message {
	margin-bottom:15px;
}

#Page .widget h2 {
	font-size:15px;
}

.blogwidget {
	width:23%;
	float:right;
}

.blogpage {
	width:75%;
	float:left;
}

.blogpage .post {
	border:1px solid #667e86;
	border-top:10px solid #667e86;
	margin:15px 0;
	padding:10px 15px 15px 15px;
}

.blogpage .singlepost {
	margin:5px 0 15px 0;
	padding:0;
}

.blogpage .post h4.contents-head {
	font-size:20px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	letter-spacing:0.05em;
}

.blogpage .post h4.contents-head a {
	color:#667e86;
}

.blogpage .post h4.contents-head a:hover {
	color:#A1B2B8;
}

.blogpage h3.contents-head, .blogpage h3.blog-cat-index {
	font-size:22px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	letter-spacing:0.05em;
	padding-bottom:0.2em;
	margin:15px 0;
}

.blogpage .post-body, .blogpage #post-detail {
	margin:10px 0;
}

#Page .blogpage .post-body p, #Page .blogpage #post-detail p {
	margin-bottom:10px;
	padding:0;
	font-size:14px;
	letter-spacing:0.03em;
	line-height:1.8em;
}

.blogpage .post-body img, .blogpage #post-detail img {
	border:5px solid #fff;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
	max-width:100%;
	height:auto;
}

.blogpage #BlogComment {
	border:1px solid #667e86;
	padding:10px;
}

.blogpage #BlogCommentList {
	margin-top:10px;
}

.blogpage #BlogComment .comment {
	font-size:13px;
}

.blogpage #BlogComment .comment a {
	color:#667e86;
	text-decoration:underline;
}
.blogpage #BlogComment .comment a:hover {
	color:#A1B2B8;
	text-decoration:none;
}

.blogpage #BlogCommentAddForm {
	padding:0;
}

#Page .blogpage p.more {
	margin:10px 15px;
	padding:0;
	text-align:right;
}

.blogpage p.more a {
	font-weight:400;
	font-size:13px;
	letter-spacing:0.05em;
	color:#fff;
	background: #667e86;
	padding:1px 2px 2px 0.5em;
	display: inline-block;
	position: relative;
}
.blogpage p.more a:after {
	border-left: 1.5em solid #667e86;
	border-bottom: 1em solid transparent;
	border-top: 1em solid transparent;
	content: "";
	position: absolute;
	margin-left:2px;
	margin-top:-1px;
}
.blogpage p.more a:hover {
	background: #bf8886;
}
.blogpage p.more a:hover:after {
	border-left: 1.5em solid #bf8886;
}

.blogpage .meta {
	background-color:#eee;
	font-size:11px;
}

.blogpage .meta a {
	color:#667e86;
}

#Page .blogpage .bx-wrapper {
	margin-bottom:10px !important;
}

.blogwidget .widget {
	border:1px solid #667e86;
	border-top:10px solid #667e86;
	margin-bottom:10px;
	padding:5px 10px;
}

.blogwidget .widget-blog-calendar table {
	width:100%;
	margin-left:0;
}

.blogwidget .widget-blog-calendar table tr:first-child td {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #667e86;
}

.blogwidget .widget h2 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	border-bottom:1px solid #667e86;
	margin-bottom:10px;
}

.blogwidget .widget li {
	margin-left:15px;
	font-size:14px;
}

@media (max-width: 920px){
	#Page header .wrap {
		width: auto;
	}
	#Top #SNSButton {
		width: auto;
	}
}

@media (max-width: 800px){
	#Page nav li {
		margin:0 0 0 4px;
	}
	#Page nav li a {
		letter-spacing:0.05em;
	}
}

@media (max-width: 700px){
	.mo-inline {
		display:inline !important;
	}
	.pc-inline {
		display:none !important;
	}
	.float-left {
		float:none !important;
	}
	.float-right {
		float:none !important;
	}
	.blogwidget {
		display:none;
		float:none;
	}
	.blogpage {
		width:100%;
		float:none;
	}
	.blogpage .post {
		border-right:0;
		border-left:0;
		margin:0;
		padding:5px 10px;
	}
	.blogpage .singlepost {
		margin:5px 0 15px 0;
		padding:0 10px;
	}
	.blogpage .post h4.contents-head {
		font-size:20px;
		letter-spacing:0.05em;
		margin:5px 0;
	}
	.blogpage h3.contents-head, .blogpage h3.blog-cat-index {
		font-size:20px;
		letter-spacing:0.03em;
		padding-bottom:0;
		margin:5px 10px;
	}
	#Page .blogpage .bx-wrapper {
		margin-bottom:0 !important;
	}
	#Page .blogpage p.more {
		margin:10px 5px;
	}
	.blogpage p.more a {
		font-size:13px;
		padding:2px 4px;
	}
	.blogpage p.more a:after {
		display:none;
	}
	.blogpage p.more a:hover {
		background: #bf8886;
	}
	.blogpage h3.blog-cat-index {
		font-size:20px;
		padding:8px;
		padding-bottom:0;
		margin:0 0 -2px 0;
		background-color:#667e86;
		color:#fff;
	}
	.blogpage .post-body, .blogpage #post-detail {
		margin:0;
	}
	#Page .blogpage .post-body p, #Page .blogpage #post-detail p {
		font-size:13px;
		margin-bottom:5px;
		letter-spacing:0.02em;
		line-height:1.5em;
		margin:0 0 10px 0;
	}
	.blogpage #BlogComment {
		margin-top:15px;
		border-left:0;
		border-right:0;
		padding:10px 5px;
	}
	.blogpage #BlogCommentList {
		margin-top:0;
	}

	body {
		border-top:none;
	}
	.page {
		width:auto;
		margin:0 auto;
		padding:0;
		-webkit-overflow-scrolling: touch;
	}
	#Top header, #Page header {
		background-color:#667e86;
		color:#fff;
		padding:6px;
		margin-bottom:0;
		border:0;
	}
	#Top header h1, #Page header h1 {
		margin-top:0;
		padding:0;
		font-size:20px;
		font-weight:400;
		text-align:left;
		border:0;
	}
	#Top header h2, #Page header h2 {
		margin-top:0;
		padding:0;
		font-size:14px;
		text-align:left;
		letter-spacing:0.03em;
		border:0;
	}
	#Top header h1 a, #Top header h2 a, #Page header h1 a, #Page header h2 a {
		color:#fff;
		transition:none;
	}
	#Page #Header {
		position:inherit;
		width:auto;
		border-top:none;
		margin-top:0;
		z-index:inherit;
		background-image:none;
		height: auto;
	}
	#Page #HeaderSpacer {
		display:none;
	}
	#Top header .wrap,
	#Page header .wrap {
		width:auto;
	}
	#Top nav, #Page nav {
		width:auto;
		position:fixed;
		top:8px;
		right:0;
		z-index:10000;
		text-align:right;
		margin:0;
		padding:0;
	}
	#navbtn {
		display:block;
		margin:0 8px 10px 0;
		opacity:0.5;
		transition:opacity 0.5s;
	}
	#navbtn.on {
		opacity:1;
		transition:none;
	}
	#navbtn img {
		width:45px;	
	}
	#Top nav ul, #Page nav ul {
		display:none;
		width:100%;
		background-color:rgba(102,126,134,0.9);
		border:1px solid #fff;
		border-right:0;
	}
	#Top nav ul li, #Page nav ul li {
		display:block;
		height:50px;
		line-height:50px;
		border-bottom:1px solid #fff;
		text-align:left;
		margin:0;
	}
	#Top nav ul li:last-child, #Page nav ul li:last-child {
		border-bottom:0;
	}
	#Top nav ul li a, #Top nav ul li a:hover, #Page nav ul li a, #Page nav ul li a:hover{
		color:#fff;
		border-bottom:0;
		padding:0 16px 2px 16px;
	}
	#Top nav li.smp_only,
	#Page nav li.smp_only {
		display: block;
	}
	#SNSButton {
		display: none;
	}
	#Story .story a,
	#Art .art a,
	#Design .design a,
	#DiaryIndex .diary a,
	#DiaryArchives .diary a,
	#ContactIndex .contact a,
	#ContactConfirm .contact a,
	#ContactSubmit .contact a {
		color:#A9B2B5 !important;
	}
	.bx-wrapper {
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		border:0 !important;
		margin-bottom:48px !important;
	}
	#Page .bx-wrapper {
		margin-bottom:10px !important;
	}
	.bxslider li img, .bxslider li video {
		width:100%;
		height:auto;
	}
	h3.arrow {
		float:none;
		padding:4px 20px;
		margin-left:10px;
	}
	h3.arrow:after{
		display:none;
	}
	#NewsPick ul {
		list-style:none;
		margin-bottom:50px;
	}
	#NewsPick ul li {
		margin:10px;
		font-size:14px;
	}
	#NewsPick ul li a .date {
		display:block;
		font-weight:700;
		width:auto;
	}
	#NewsPick ul li a:hover {
		color:#667e86;
	}
	footer {
		font-family: 'Martel', serif;
		margin-top:20px;
	}
	footer p#copyright {
		font-size:9px;
		letter-spacing:0.05em;
		margin:0 10px 15px 10px;
	}
	footer p#footerBtn {
		float:right;
		margin-right:10px;
		margin-bottom:15px;
	}
	footer p#footerBtn a {
		font-size:12px;
		border:1px solid #667e86;
		padding:4px 8px;
		transition:none;
	}
	#Page h2 {
		font-size:18px;
		line-height:1.6em;
		letter-spacing:0.05em;
		padding:5px 10px;
	}
	#Page p {
		font-size:12px;
		line-height:1.5em;
		letter-spacing:0.05em;
		text-align:justify;
		padding:5px 10px;
	}
	#Page .page ul:not(.bxslider) li {
		font-size:12px;
		line-height:1.5em;
		letter-spacing:0.05em;
	}
	#Page p img {
		margin-right: 0.5em;
	}
	.gallery ul {
		margin:0;
	}
	.gallery ul li {
		margin:4px 2px;
	}
	.gallery ul li a img {
		max-width:85px;
		height:auto;
	}
	#cboxContent button {
		font-size:9px;
		letter-spacing:0.03em;
	}
	#cboxCurrent {
		font-size:9px;
		letter-spacing:0.03em;
		margin:0 auto;
	}
	#cboxTitle {
		font-size:11px;
		letter-spacing:0.05em;
		left:0;
		bottom:20px;
		text-align:left;
	}
	#Page .mail-description p {
		font-size:10px;
		letter-spacing:0.02em;
		margin:10px;
	}
	
	table, tbody, thead, tfoot, tr, th, td {
		display: block;
	}
	
	form th {
		width:100%;
		background-color:transparent;
		color:#667e86;
		text-align:left;
	}
	
	form td {
		width:100%;
		padding-left:10px;
	}
	
	form th, form td {
		border:0;
	}

	form input[type=text] {
		width:auto;
	}
	
	form textarea {
		width:95%;
	}
	
	form #FieldMessageAddress2 input, form #FieldMessageAddress3 input {
		width:auto;
	}
	
	.submit input {
		font-size:14px;
	}

}
