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



/*=============全ページ共通項目==============*/

html {
	overflow-x: hidden;
	height: 100%;
}

body#index,
body#goannai,
body#atorie,
body#rirekisyo {
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
	background-image: url(../img/style_parts/back01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #543F32;
	line-height: 140%;
	font-size: 14px;
}

.line1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px 2px #A76D88;
}

/*=============全ページ共通項目==============*/



/*===================↓ここから共通部分（ヘッダー）の記述↓=====================*/
#index header,
#goannai header,
#atorie header,
#rirekisyo header,
#mailform header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 1000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFD4F0;
	border-bottom: 10px double #FFFFFF;
	-webkit-box-shadow: 0px 3px 5px rgba(158,104,97,0.66);
	box-shadow: 0px 3px 5px rgba(158,104,97,0.66);

}
#atorie2 header {
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFD4F0;
	border-bottom: 10px double #FFFFFF;
	-webkit-box-shadow: 0px 3px 5px rgba(158,104,97,0.66);
	box-shadow: 0px 3px 5px rgba(158,104,97,0.66);

}

#header_line {
	width: 1400px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/style_parts/header01.jpg);
	border-bottom: 10px double #FFFFFF;
}

#logo {
	float: left;
	margin-top: 15px;
}

#wrap {
	background-color: rgba(255,161,137,0.16);
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	padding-bottom: 100px;
	border-right: 10px double rgba(255,255,255,1.00);
	border-left: 10px double rgba(255,255,255,1.00);
	position: relative;
}

#wrap h1 {
    background-color: rgba(255,255,255,1.00);
	font-family: "ＤＦＰ華藝体W4", "ＤＦＰ華藝体W5", "ＤＦＰ華藝体W6", "ＤＦＰ雅藝体W6";
    opacity: 0.8;
    width: 500px;
    margin: 0 auto;
    padding: 1px 0 0 5px;	
    border-top: 5px solid #EC6D5E;
    border-bottom: 5px solid #EC6D5E;
    text-align: center;
}
header nav {
	height: 40px;
	width: 845px;
	padding-top: 53px;
	margin-left: 267px;

}
header nav li{
	width: 160px;
	height: 40px;
	float: left;
	margin-right: 5px;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 2px solid #FFFFFF;
}
.clearfix {
	clear: both;
}

.anchor {
	padding-top: 120px;
	margin-top: -120px;
}


/*====================↑ここまで共通部分（フッター）の記述↑=====================*/


/*↓ここからTOPページの記述↓*/

/*TOP画像*/
#top_picture {
	width: 800px;
	height: 400px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

#top_picture img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 10px double #FFFFFF;
}

/*コラム部分*/
#atorie_top p,
#colums p {
	color: rgba(100,60,36,1.00);
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 50px;
	-webkit-box-shadow: 3px 3px 5px #BCA18D;
	box-shadow: 3px 3px 5px #BCA18D;
	text-align: center;
	line-height: normal;
}


.col_up_line{
	display: block;
	border-top: 10px double rgba(255,255,255,1.00);
	border-bottom: 10px double rgba(255,255,255,1.00);
	margin-bottom: 20px;
}

#col_left {
	width: 470px;
	height: 560px;
	margin-left: 40px;
	float: left;
}

#col_left ul li {
	width: 470px;
	height: 80px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-bottom: 17px;
}

#col_left ul li img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 3px 3px 5px #BCA18D;
	box-shadow: 3px 3px 5px #BCA18D;
	border: medium solid #FFFFFF;
}

#col_right {
	width: 430px;
	height: 465px;
	float: right;
}

#pic_twi_button {
	width: 430px;
	height: 100px;
	margin-bottom: 25px;
}

#pic_twi_button li {
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	margin-left: 60px;
}

#pic_twi_button li img {
	box-shadow: 3px 3px 5px #BCA18D;
	-webkit-box-shadow: 3px 3px 5px #BCA18D;
	border: medium solid #FFFFFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

#pickup {
	clear: both;
	overflow: hidden;
	width: 375px;
	height: auto;
	padding: 5px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 10px ridge rgba(181,138,118,1.00);
	-webkit-box-shadow: 3px 3px 5px #BCA18D;
	box-shadow: 3px 3px 5px #BCA18D;
	background-color: #FFFFFF;
}
div#pickup h2 {
    width: 110px;
    margin: 5px 5px 0 5px;
}
#pick_top {
	background-color: #FFE1FE;
	margin: 10px;
	padding: 5px;
}
#pick_down {
	padding: 10px;
}
#pick_down ul {
	float: left;
	width: 56%;
}
#pick_down li {
	border-bottom: 1px dotted #9F918F;
	text-indent: 1em;
}
#pick_down img {
    width: auto;
    height: 183px;
    margin-left: 20px;
    border: 5px double #DCC7BB;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: rgba(132,69,36,1.00);
	text-align: left;
	width: 950px;
	height: 19px;
	margin: 0 auto 20px auto;
	padding: 10px 0 5px 20px;
	border-left: 10px solid rgba(181,138,118,1.00);
	border-bottom: 5px double rgba(181,138,118,1.00);
	border-top-left-radius: 8px;
	-webkit-border-left-radius: 8px;
	-moz-border-radius-left: 8px;

}


#col_left,#col_right{
	margin-bottom: 20px;
}

#col_down_line{
	clear: both;
	display: block;
	border-top: 10px double rgba(255,255,255,1.00);
	border-bottom: 10px double rgba(255,255,255,1.00);
}

/*更新履歴*/
div#news h2 {
    margin: 5px;
    width: 78px;
}

dl.update {
	background-color: rgba(255,255,255,1.00);
	opacity: 0.8;
	width: 950px;
	margin: 5px auto;
	padding-top: 2px;
	border-top: 1px dotted rgba(100,60,36,1.00);
	border-bottom: 1px dotted rgba(100,60,36,1.00);
}

dt.up_text1 {
	font-weight: bold;
	color: rgba(134,76,20,1.00);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	padding-left: 10px;
	padding-top: 1px;
}

dd.up_text2 {
	padding-left: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}

/*↑ここまでTOPページの記述↑*/


/*====================↓ここから共通部分（フッター）の記述↓=====================*/

footer {
	clear: both;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFD4F0;
	z-index: 1000;
	border-top: 10px double #FFFFFF;
	box-shadow: 0px -3px 5px rgba(158,104,97,0.66);
	-webkit-box-shadow: 0px -3px 5px rgba(158,104,97,0.66);
}
#footer_line {
	background-image: url(../img/style_parts/footer01.jpg);
	height: 200px;
	border-top: 10px double #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -10px;	
}
#footer_line p {
	text-align: center;
	display: block;
	padding-top: 180px;
	color: rgba(100,60,36,1.00);
	font-family: "ＤＦＰ華藝体W4", "ＤＦＰ華藝体W5", "ＤＦＰ華藝体W6", "ＤＦＰ雅藝体W6";
}

/*====================↑ここまで共通部分（フッター）の記述↑=====================*/


/*=============全ページ共通項目==============*/




/*↓ここからアトリエページの記述↓*/

#atorie #wrap {
	height: 100%;
}

#atorie h2 {
	clear: both;
}
#atorie_top_text {
	text-align: center;
	font-size: small;
	line-height: 180%;
}


.illusts_border {
	width: 1000px;
	height: 100%;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}
section .zoom {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
section ul li {
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 30px;
	border: 5px double #734E45;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-top: 30px;
	display: block;
}
div.img_section {
	width: 930px;
	margin: 20px auto;
	padding:10px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.74);
}
div.imgBox_left {
    float: left;
	width: 70%;
	text-align: right;
}
.imgBox_left img {
    border: 5px double #DCC7BB;
	margin: 0 auto;
	max-width: 100%;
	max-height: 600px;
}

div.imgBox_right {
    float: right;
    width: 25%;
    margin-right: 10px;
}


/*=======================================*/
/*=========↓ポップアップシステム↓======*/
/*=======================================*/
div.popup {
	display: none;
	width: 100%;
}

div.popup_left {
    float: left;
	height: 560px;
}
div.popup img {
    border: 5px double #DCC7BB;
    position: relative;
    width: auto;
    height: 550px;
}
div.popup_right {
    float: left;
    width: 18%;
}
div.popup section {
	float: left;
	display: block;
	width: 200px;
	margin-left: 10px;
}

div.popup section a,
div.popup section span,
div.popup section h4,
div.popup section h6,
div.popup section p {
	position: relative;
	z-index: 10000;
}

h4 {
	margin-bottom: 30px;
	border-right: 12px ridge #DCC7BB;
	border-left: 12px ridge #DCC7BB;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #F5DCCE;
	text-align: center;
	font-size: 18px;
	height: 100%;
	padding-top: 4px;
}
h6 {
	margin-top: 40px;
	margin-bottom: 5px;
	display: block;
	width: 120px;	
	border-right: 12px ridge #F4CCF4;
	border-left: 12px ridge #F4CCF4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #FFE2FE;
	text-align: center;
}
.zoom {
    width: 120px;
    display: block;
    margin: 30px auto 30px auto;
    padding: 6px 0 3px 0;
    background-color: #B2A5B3;
	border: 5px double #FFFFFF;
	border-radius : 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.caption {
	margin-left: 10px;
	font-size: 12px;
	font-weight:bold;
	font-style: italic;
	color: #7A5D51;
}

/*=======================================*/
/*=========↑ポップアップシステム↑======*/
/*=======================================*/


/*=======================================*/
/*=========↑追尾ナビゲーション↑========*/
/*=======================================*/
#sticky {
	position: absolute;
	top: 180px;
	right: 0px;
	z-index: 5000;
}
#sticky ul li a {
	background-color: #5A3E3F;
	display: list-item;
	padding: 2px 10px 2px 10px;
	margin: 0 0 5px 0;
	text-align: center;
	border: 5px double #FFFFFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#sticky ul li a,#sticky ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#sticky ul li a:hover {
	background-color: #DC8ADC;	
	transition: all 0.2s ease 0s;
}
/*=======================================*/
/*=========↑追尾ナビゲーション↑========*/
/*=======================================*/



/*↑ここまでアトリエページの記述↑*/


/*↓ここからごあんないページの記述↓*/
#goannai #wrap {
	padding-bottom: 100px;
}
#goannai p,
#goannai h5 {
	margin-left: 50px;
}
#goannai p img {
}
/*↑ここまでごあんないページの記述↑*/


/*↓ここからりれきしょページの記述↓*/
#rirekisyo ul.img_box {
	margin-top: 15px;
	margin-left: 100px;
}
#rirekisyo ul.img_box li   {
	float: left;
	display: block;
	margin-left: 20px;
}
#rirekisyo ul.img_box li img  {
    width: auto;
    height: 148px;
    border: 5px double #DCC7BB;
}
h3  {
	clear: both;
	width: 100px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: large;
	border-bottom: 2px dotted #DC4E33;
	text-align: center;
	margin-left: 20px;
	color: #A75242;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.works_date {
	margin-bottom: 50px;
	height: 100%;
	line-height: 140%;
	overflow: hidden;
}
#profile {
	margin-bottom: 50px;
}
#profile p {
	margin-left: 50px;
}
.works_date ul.rireki_text li {
	list-style-image: url(../img/style_parts/images/list_parts2.png);
	border-bottom: 1px dotted #9F918F;
	max-width: 800px;
	margin: 3px auto 0 auto;
}


/*↑ここまでりれきしょページの記述↑*/


/*↓ここからメールフォームページの記述↓*/
iframe {
	height: 500px;
	width: 1000px;
}
#mailform #wrap {
	padding-top: 110px;
	padding-bottom: 0;
}
/*↑ここからメールフォームページの記述↑*/
