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

/* -----------------------------------------------------------------------------
	タイトル
--------------------------------------------------------------------------------*/

.privacy_h2 {margin-top:12.5rem; margin-bottom:2rem;}
.privacy_h2 h2{text-align:center; font-size:1.8rem; }

@media (max-width: 359px) {
.privacy_h2 h2{text-align:center; font-size:1.6rem; }
}

/* -----------------------------------------------------------------------------
	説明 
--------------------------------------------------------------------------------*/

.policy h3 {font-size:1.8rem; border:#ccc 1px solid; padding:.2rem .2rem; text-align:center;}

.policy .detail{ font-size:1.6rem; line-height:1.5; margin-bottom:3.5rem;}

.policy h4 {font-size:1.8rem; margin-bottom:.8rem; padding:2rem 0 .4rem 0; border-bottom:#ccc 1px dashed;}

.policy .detail2{ font-size:1.6rem; line-height:1.5; margin-bottom:1.5rem;}

.policy_guide {margin-top:5rem; margin-bottom:3rem; border:#ccc 1px solid; background-color: white; padding:1rem 1rem 0; text-align:center;}
.policy_guide .title {font-size:1.4rem;}
.policy_guide .name {font-size:1.8rem;　margin:0; padding:0;}
.policy_guide .address {font-size:1.6rem;}



/* -----------------------------------------------------------------------------
リンクボタン 
--------------------------------------------------------------------------------*/

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	height: 54px;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button_1 {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size:14px;
	margin:1rem;
	width: 200px;
}
.button_1:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
	text-decoration:none;
}

.button_2 {
	background-color: #669933;
	border: 2px solid #669933;
	color: #fff;
	font-size:14px;
	margin:1rem;
	width: 300px;
}
.button_2:hover {
	background-color: #fff;
	border-color: #669933;
	color: #669933;
	text-decoration:none;
}

@media (max-width: 359px) {
.button_2 {
	background-color: #669933;
	border: 2px solid #669933;
	color: #fff;
	font-size:12px;
	margin:1rem;
	width: 200px;
}
}

/* -----------------------------------------------------------------------------
	my-gallery マイギャラリー 
--------------------------------------------------------------------------------*/

.my-gallery {margin:0 auto;}
.my-gallery img {width:220px; height:auto; margin:1rem .5rem;}
.my-gallery figure {width: 25%; float:left; text-align:center; margin-bottom:1.5rem;}
.my-gallery figcaption{font-size:1.4rem;}

@media screen and (max-width : 1024px) {
	.my-gallery img {width:220px; height:auto;}
	
	}

@media screen and (max-width : 800px) {
	.my-gallery img {width:80%; height:auto;}
	.my-gallery figure {width: 50%; float:left;}
	
	}
	
.mb3 {margin-bottom:3rem;}