@charset "UTF-8";

/* ========BASIC======== */
html {
 font-size: 62.5%;
}

body {
	max-width: 940px;
	margin: 0px auto 10px auto;
 background: repeat url("images/bg.gif") fixed;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 line-height: 3.0rem;
}

*, *::before, *::after {
	box-sizing: border-box;
}

h2 {
	color: #663333;
	font-weight:bold;
	font-size:1.6rem;
	line-height:4.6rem;
	letter-spacing:0rem;
	margin:1.2rem 0 1.6rem 0;
	padding:0rem;
	text-indent:44px;
	background: url("images/line1.gif") no-repeat;
	background-position: 0px 5px;
}

h2:nth-of-type(even) {
	background: url("images/line2.gif") no-repeat;
	background-position: 0px 5px;
}

h3 {
	color: #663333;
 margin:0rem;
 font-weight:semibold;
 font-size:1.4rem;
	letter-spacing:0rem;
}

h4 {
	color: #663333;
 margin:1.6rem 0 0.2rem 0;
 padding:0;
 font-weight:semibold;
 font-size:1.2rem;
	letter-spacing:0rem;
	line-height:2.4rem;
}

p {
	color: #33333;
	margin:0rem 0 0.8rem 0;
 padding:0;
 font-size:1.4rem;
 letter-spacing:0rem;
 line-height:2.6rem;
 text-align: justify;
	hanging-punctuation: allow-end;
	text-indent: 0em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

p.small_1 {
	color: #000000;
 padding:0;
 font-size:1.2rem;
 letter-spacing:0rem;
 line-height:2.4rem;
 text-align: justify;
	hanging-punctuation: allow-end;
	text-indent: 1.15em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

p.small_1_kome{
	color: #000000;
 padding:0;
 font-size:1.3rem;
 letter-spacing:0rem;
 line-height:2.4rem;
 text-align: justify;
	hanging-punctuation: allow-end;
	margin-top: 1.8rem;
	margin-left: 1.15em;
	text-indent: -1.15em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.indentno {
 text-indent: 0em;
}

br {
 letter-spacing:normal;
}

img {
 border:0;
}

a {
	font-weight: bold;
 color: #3399cc;
 text-decoration: none;
}

a:link, a:visited {
	color: #3399cc;
}

a:hover {
	color: #ff9933;
	border-bottom: none;
 -webkit-transition: 0.1s;
 -moz-transition: 0.1s;
 -ms-transition: 0.1s;
 -o-transition: 0.1s;
 transition: 0.1s;
}

li {
 padding:0;
 list-style: none;
}

dl,ol,ul {
 padding:0;
 font-size:1.4rem;
 list-style: none;
}

time[datetime] {
	font-size:1.4rem;
	color: #333333;
}

blockquote {
background-color: #f7f7e9;
letter-spacing: 0rem;
font-size:1.4rem;
line-height:2.6rem;
text-align: justify;
hanging-punctuation: allow-end;
border-radius: 0px 10px 0px 10px;/* 囲い四角の四隅に丸みをつける  */
margin: 2.4rem 0rem 3.4rem 0rem;
padding: 20px 20px ;/* 文字と四角の間に余白をつくる  */
}

blockquote cite {
font-style: normal;
font-size: 1.2rem;
line-height:2.4rem;
color: #666666;
}

/* ========TEMPLATE WIREFRAME======== */
.wrapper {
 max-width: 900px;
}

header {
	display: block;
 position:relative;
	margin: 0px;
}

.icon_home {
	float:left;
	display: block;
	width: 200px;
	height: 170px;
}

.icon_home a {
 background: url("images/button_home_200_170.gif") no-repeat;
 display: block;
 text-indent: -9999px;
}

.icon_home a:hover {
 background-image: url("images/button_home_ani_200_170.gif");
}

.wrapper_right {
	float: left;
 width: 700px;
	height: 170px;
 display: flex;
 flex-direction: column;
}

.title a {
	display: block;
 width: 700px;
	height: 50px;
 background: url("images/title_hover.gif") no-repeat;
}

.title a img:hover {
 opacity: 0;
}

.title a img {
 transition-property: opacity;
 transition-duration: 0.5s;
}

.global-nav {
	width: 700px;
	height: 120px;
	padding: 0px;
}

main {
 display: block;
 clear: both;
 padding: 10px 10px;
}

.animation_paper {
	background-image: url("images/animation_paper_880x40.gif") ;
	background-repeat: no-repeat;
	padding: 40px 20px 20px 20px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.8);
	background-color: #FFFFFF;
	opacity: 0.8;
}

article {
 display: block;
 padding: 0px 20px 0px 10px;
	height: 560px;
 overflow: scroll; /* スクロール表示 */
}

footer {
 width: 900px;
 clear: both;
 padding: 10px 0px 0px 0px;
}

/* ========TEMPLATE index page WIREFRAME======== */
.wrapper_index {
 max-width: 940px;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.main_index {
	width:700px;
 display: flex;
 flex-direction: column;
 align-items: center;
	overflow:hidden; /* スクロール表示 */
}

img.top {
 opacity: 1.0;
}

.news_index {
	width: 420px;
	height: auto;
 text-align: center;
}

.global-nav_index {
	width:700px;
	padding: 0px;
}

.footer_index {
 width:700px;
 padding: 0px;
}

/* ========GLOBAL NAVIGATION CUSTOMIZE======== */
.global-nav * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.global-nav ul {
	list-style:none;
	display: table;
	width:700px;
	height:120px;
	padding:0;
}

.global-nav li {
	float:left;
	display:table-cell;
	text-align: center;
	width:140px;
	height:120px;
}

.global-nav li a {
 display:block;
 color:#666666;
}

.global-nav li a:hover {
	color:#fff;
}

.global-nav .on {
	background-color:#666666;
	color:#fff;
	margin:0;
}

.global-nav li img {
	vertical-align: bottom;
}

/* ========BUTTON ROLLOVER nav CUSTOMIZE======== */
.button_nav_profile a {
 width: 140px;
 height: 120px;
 background: url("images/button_profile_140_140.gif") no-repeat;
	background-size: 85%;
 display: block;
 text-indent: -9999px;
}

.button_nav_profile a:hover {
 background-image: url("images/button_profile_ani_140_140.gif");
	background-size: 85%;
}


.button_nav_works a {
 width: 140px;
 height: 120px;
 background: url("images/button_works_140_140.gif") no-repeat;
	background-size: 85%;
 display: block;
 text-indent: -9999px;
}
 
.button_nav_works a:hover {
 background-image: url("images/button_works_ani_140_140.gif");
	background-size: 85%;
}


.button_nav_gallery a {
 width: 140px;
 height: 120px;
 background: url("images/button_gallery_140_140.gif") no-repeat;
	background-size: 85%;
 display: block;
 text-indent: -9999px;
}
 
.button_nav_gallery a:hover {
 background-image: url("images/button_gallery_ani_140_140.gif");
	background-size: 85%;
}


.button_nav_blog a {
 width: 140px;
 height: 120px;
 background: url("images/button_blog_140_140.gif") no-repeat;
	background-size: 85%;
 display: block;
 text-indent: -9999px;
}
 
.button_nav_blog a:hover {
 background-image: url("images/button_blog_ani_140_140.gif");
	background-size: 85%;
}


.button_nav_flipbook a {
 width: 140px;
 height: 120px;
 background: url("images/button_flipbook_140_140.gif") no-repeat;
	background-size: 85%;
 display: block;
 text-indent: -9999px;
}
 
.button_nav_flipbook a:hover {
 background-image: url("images/button_flipbook_ani_140_140.gif");
	background-size: 85%;
}

/* ========GLOBAL NAVIGATION index page CUSTOMIZE======== */
.global-nav_index ul {
	list-style:none;
	display: table;
	width:700px;
	height:140px;
	padding:0;
}

.global-nav_index li {
	display:table-cell;
 float:left;
	width:140px;
	height:140px;
	opacity:1;
}

.global-nav_index li a {
 display:block;
 color:#666666;
}

.global-nav_index li a:hover {
	display:block;
 color:#fff;
}

.global-nav_index .on {
	background-color:#333333;
	color:#fff;
}

/* ========BUTTON ROLLOVER index page CUSTOMIZE======== */
.button_profile a {
 width: 140px;
 height: 140px;
 background: url("images/button_profile_140_140.gif") no-repeat;
 display: block;
 text-indent: -9999px;
}
 
.button_profile a:hover {
 background-image: url("images/button_profile_ani_140_140.gif");
}


.button_works a {
 width: 140px;
 height: 140px;
 background: url("images/button_works_140_140.gif") no-repeat;
 display: block;
 text-indent: -9999px;
}
 
.button_works a:hover {
 background-image: url("images/button_works_ani_140_140.gif");
}


.button_gallery a {
 width: 140px;
 height: 140px;
 background: url("images/button_gallery_140_140.gif") no-repeat;
 display: block;
 text-indent: -9999px;
}
 
.button_gallery a:hover {
 background-image: url("images/button_gallery_ani_140_140.gif");
}


.button_blog a {
 width: 140px;
 height: 140px;
 background: url("images/button_blog_140_140.gif") no-repeat;
 display: block;
 text-indent: -9999px;
}
 
.button_blog a:hover {
 background-image: url("images/button_blog_ani_140_140.gif");
}


.button_flipbook a {
 width: 140px;
 height: 140px;
 background: url("images/button_flipbook_140_140.gif") no-repeat;
 display: block;
 text-indent: -9999px;
}
 
.button_flipbook a:hover {
 background-image: url("images/button_flipbook_ani_140_140.gif");
}

/* ========MAIN CUSTOMIZE======== */
.main p:first-child {
 margin-top: 1.6rem;
}

li.contents {
 color: #333333;
 padding:0;
 font-size:1.6rem;
 letter-spacing:0.1rem;
 line-height:3.4rem;
 text-align: justify;
	hanging-punctuation: allow-end;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

li.contents:before {
  content: '●';
  color: #663333;
	 margin-left: 0.2rem;
  margin-right: 0.6rem;
		vertical-align: 0.1rem;
}

/* ========POLA CUSTOMIZE======== */
.pola {
 display: inline-block;
 vertical-align: top;
 width: 255px;
 margin: 0px 10px 10px 0px;
 padding: 20px 15px 10px 15px;
	background-color: #CCEEEE;
	border: 1px solid #EEEEE5;
	border-radius: 12px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.pola h4 {
	color: #333333;
 margin:0 0 0 0;
 padding:0;
 font-weight:semibold;
 font-size:1.2rem;
	letter-spacing:0rem;
	line-height:2.4rem;
}

figcaption {
	color: #333333;
	margin:0 0 0 0;
 padding:0;
 font-size:1.2rem;
 letter-spacing:0rem;
 line-height:2.4rem;
 text-align: justify;
	text-justify: distribute;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

/* ========ITEM CUSTOMIZE======== */
.item {
 display: inline-block;
	text-align: top;
 width: 122px;
	height: 122px;
 margin: 0px 10px 10px 0px;
 padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-radius: 8px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.thumbnail_center {
display: table;
width: 100%;        /* 外枠を拡張します */
height: 100%;        /* 外枠を拡張します */
}

.thumbnail_center_child {
 display: table-cell;
 height: 113px;
 vertical-align: middle;
	text-align: center;
}

.item_lw2 {
 display: inline-block;
	text-align: top;
 width: 254px;
	height: 122px;
 margin: 0px 10px 10px 0px;
 padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-radius: 8px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.item_lh2 {
 display: inline-block;
	text-align: top;
 width: 122px;
	height: 254px;
 margin: 0px 10px 10px 0px;
 padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-radius: 8px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.item_ll2 {
 display: inline-block;
	text-align: top;
 width: 254px;
	height: 254px;
 margin: 0px 10px 10px 0px;
 padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-radius: 8px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

/* ========FOOTER CUSTOMIZE======== */
address {
	color: #333333;
	text-align:center;
	font-size:1.2rem;
	letter-spacing:0rem;
	font-style:normal;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.address_index {
 color:#333333;
	text-align:center;
	margin-top: 10px; 
	font-size:1.2rem;
	letter-spacing:0rem;
	font-style:normal;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}