@charset "UTF-8";
/* CSS Document */

/*********** ▼全体共通ルール▼ ***********/
body{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#201305;
	min-width:320px;
}
.decidewidth{
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

section{
	padding:80px 10px;
}
section h1{
	padding-bottom:30px;
}
.alpha a:hover img {
	opacity: 0.7;   /* 透明 */ 
	filter: alpha(opacity=70);   /* 透明 */ 
	-ms-filter: "alpha(opacity=70)";   /* ふわっと */  
	-webkit-transition: all 0.3s ease;   /* ふわっと */ 
    -moz-transition: all 0.3s ease;   /* ふわっと */ 
    -o-transition: all 0.3s ease;   /* ふわっと */ 
    transition: all  0.3s ease;   /* ふわっと */ 
}
/*********** ▲全体共通ルール▲ ***********/

/*********** ▼ボタン▼ ***********/
.btn {
	padding-top:30px;
}
.btn a.cp_btn {
	display: block;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 18px;
	width: 200px;
	margin: 0 auto;
	padding: 1.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #00B901;
	background: #00B901;
	overflow: hidden;
	z-index: 1 !important;
}
.btn a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
.btn a.cp_btn:hover {
	color: #00B901;
}
.btn a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
.btn a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}
/*********** ▲ボタン▲ ***********/



/*********** ▼ヘッダー▼ ***********/
/* ヘッダー1 (帯)*/
.header1{
	background-color: #514139;
	overflow:hidden;
	padding: 3px 5px;
}
.header1 .ttl{
	font-size:12px;
	color: #93776A;
	padding: 8px 0;
	float:left;
}
.header1 .logo{
	padding-left:15px;
	width:240px;
	height:27px;
	float:right;
}

/* ヘッダー2(TOP) */
.header2{
	background-image: url(../image/all_bluestripe_bg.png);
	background-repeat: repeat;
	background-position:top center;
	overflow:hidden;
}
.header2-in{
	background:url(../image/top_beige_bgimg_pc.png) no-repeat;
	background-position:top center;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}
.header2-left{
	float:left;
	width:60%;
	overflow:hidden;
	padding-top:3%;
	padding-bottom:2%;
}
/* ロゴ*/
.header2-left .logo{
	width:100%;
	text-align:center;
}
.header2-left .logo img{
	width:100%;
	max-width:600px;
}
/* PC用メニュー */
.tbpcmenu{
	padding-top:50px;
}
.tbpcmenu ul{
	overflow:hidden;
}
.tbpcmenu li{
	float:left;
	width:30%;
	padding:0 1.5%;
}
.tbpcmenu2 {
	padding-left:20%;
}
.tbpcmenu2 li{
	padding:0 4%;
}
.tbpcmenu li img{
	width:100%;
	max-width:200px;
}
.nav2center{
	margin:auto;
}
.tbpcmenu a:hover{
	
}
/* しげるんイラスト*/
.header2-right{
	float:right;
	width:40%;
	text-align:center;
	overflow:hidden;
	padding-top:3%;
}
.header2-right img{
	width:100%;
	max-width:422px;
}
/*********** ▲ヘッダー▲ ***********/



/*********** ▼お知らせ▼ ***********/
/* お知らせ */
#news{
	background:url(../image/all_beige_bg.png) repeat;
}
.news-block{
	background-color:#FFFFFF;
	padding:15px 15px;
}
.news-block ul{
	height:250px;
	overflow:scroll;
}
.news-block li{
	font-size:14px;
	line-height:2.2em;
	border-bottom:dotted 2px #32A9AF;
	padding:0 10px;
}
/*********** ▲お知らせ▲ ***********/

/*********** ▼LINEスタンプ▼ ***********/
#line{
	background:url(../image/all_beige_bg.png) repeat;
}
.linesticker{
	max-width: 100%;
}
/*********** ▲LINEスタンプ▲ ***********/

/*********** ▼プロフィール▼ ***********/
/* プロフィール */
#profile{
	background-color:#FFFFFF;
}
.prof-block{
	background-color:#FFFFFF;
	border: solid 3px #E88281;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
	padding:5%;
	overflow:hidden;
}
.prof-left{
	float:left;
	width:48%;
}
.prof-right{
	float:right;
	width:48%;
}
.prof-block li{
	font-size:16px;
	line-height:2.6em;
	border-bottom:dotted 2px #E88281;
	padding:0 10px;
}
.prof-shigerun{
	padding-top:30px;
	text-align:right;
}
.prof-shigerun img{
	width:100%;
	max-width:470px;
}
/*********** ▲プロフィール▲ ***********/


/*********** ▼Photoギャラリー▼ ***********/
/* Photoギャラリー */
#gallery{
	background:url(../image/all_beige_bg.png) repeat;
}
.gallery-block{
	overflow:hidden;
}
.gallery-block  .box-out{
	width:33.3%;
	float:left;
	overflow:hidden;
}
.gallery-block .box{
	background-color:#fff;
	background-image:url(../image/gallery_pin_img.png); /*ピン*/ 
	background-position:50% 0; /*ピン*/ 
	background-repeat:no-repeat; /*ピン*/ 
	width:78%;
	padding:30px 6% 5px 6%;
	margin:0 auto 30px auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);   /* Firefox用 */ 
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);    /* Safari,Google Chrome用 */  
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.gallery-block .box .photo {
	height:300px;
	overflow:hidden;
}
.gallery-block .box .tate{
	width:100%;
}
.gallery-block .box .yoko{
	height:100%;
	margin-left:-10%;
}
.gallery-block .box .title{
	padding-top:10px;
	font-size:16px;
}
.gallery-block .box .contents{
	padding-top:3px;
	font-size:14px;
	height:3em;
}
.gallery-block .box .date{
	font-size:10px;
	text-align:right;
	margin-right:-10px;
}

/*********** ▲Photoギャラリー▲ ***********/



/*********** ▼SNS▼ ***********/
#sns{
	background:url(../image/all_bluestripe_bg.png) repeat;
	overflow:hidden;
}
#sns h2 img{
	width:300px;
}
/* Twitter */
.tw{
	float:left;
	width:50%;
	overflow:hidden;
	padding-bottom:50px;
}
.tw-in{
	width:300px;
	margin:0 auto;
}
/* Facebook */
.fb{
	float:right;
	width:50%;
	overflow:hidden;
}
.fb-in{
	width:300px;
	margin:0 auto;
}
/*********** ▲SNS▲ ***********/



/*********** ▼フッター▼ **********
footer{
	background:url(../image/all_beige_bg.png) repeat;
	text-align:center;
}
footer .banner{
	overflow:hidden;
}
footer .banner li{
	width:33.33333%;
	text-align:center;
	float:left;
}
footer .banner li img{
	max-width:205px;
	max-height:61px;
	width:94%;
}
footer .logo{
	padding-top:30px;
	margin:0 auto;
}
footer .logo img{
	width:100%;
	max-width:385px;
}
footer .add{
	padding-top:30px;
	padding-bottom:60px;
	font-size:18px;
}
address{
	background-color: #514139;
	padding: 10px;
	color: #93776A;
	font-size:12px;
}
**/

#copyright{
	background-color: #514139!important;
	color: #93776A!important;

}
/*********** ▲フッター▲ ***********/