@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
} 
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	word-wrap: break-word;
	overflow-wrap:break-word;
	background:#fff;
	color:#3b2c27;
}
img{
	vertical-align:bottom;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
#wrap{
	width:100%;
	margin:0 auto;
}
/*header*/
header {}
header h1 {
	font-size:14px;
	padding: 5px 2%;
	padding-top: 40px;
}
#header {
	max-width: 1200px;
	margin:0 auto;
	position: relative;
}
#header #logo {
	width:25%;
	margin:30px auto;
}
#header #header_contact {
	position: absolute;
	top:30px;
	right:3%;
	width:23%;
	background: #cf2b2b;
}
#header #header_contact:hover {
	background: #3b2c27;
}
#main_menu ul {
	text-align: center;
	margin:30px auto;
	padding-top: 30px;
	border-top: 2px solid #ededee;
}
#main_menu ul li {
	display: inline-block;
	font-size: 18px;
}
#main_menu ul li a{
	font-weight: bold;
	display: block;
	padding: 5px 15px;
	padding-bottom: 8px;
	color:#3b2c27;
}
#main_menu ul li a:hover,
#main_menu ul li .on_page {
	border-bottom: 3px solid #cf2b2b;
	padding-bottom: 5px;
}
/*drawer-menu*/
.drawer-nav{}
.drawer-nav .drawer-menu{
	padding: 20px;
	background-color: #3b2c27;
}
.drawer-nav .drawer-menu li{
	line-height: 1.8;
	margin-bottom: 20px;
}
.drawer-nav .drawer-menu li.on_page{
	border-bottom: 4px double #fff;
}
.drawer-nav .drawer-menu li a{
	color: #fff;
	letter-spacing: 3px;
}
/*bs_gr*/
#bs_gr {
	background: #999999;
}
#bs_gr_wrap {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	display: table;
}
#bs_gr_wrap .bs_box {
	display: table-cell;
}
#bs_gr_wrap .top_bs_amor {
	width:33%;
	background: #cf2b2b;
}
#bs_gr_wrap .top_bs_age {
	width:34%;
	background: #761636;
}
#bs_gr_wrap .top_bs_add {
	width:33%;
	background: #10212c;
}
#bs_gr_wrap .top_bs_amor:hover {
	background-image: url(../images/bg_amor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#bs_gr_wrap .top_bs_age:hover {
	background-image: url(../images/bg_age.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#bs_gr_wrap .top_bs_add:hover {
	background-image: url(../images/bg_add.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#bs_gr_wrap .bs_box a {
	display: block;
	color:#fff;
	text-align: center;
	padding:30px 0;
}
#bs_gr_wrap .bs_box a figure {
	width:35%;
	margin:0 auto;
	background:#fff;
	border:2px solid #3b2c27;
	box-sizing: border-box;
}
#bs_gr_wrap .bs_box a figcaption {
	background: #3b2c27;
	width:35%;
	margin:0 auto;
}
#bs_gr_wrap .bs_box p {
	color:#fff;
	width:90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}
/*link*/
#link {
	background-image: url(../images/bg_link.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#link a {
	display: block;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	text-align: center;
	background: rgba(255,255,255,0.70);
	color:#3b2c27;
	border:5px double #3b2c27;
	padding:20px 0;
	font-weight: bold;
	font-size: 120%;
}
#link a:hover {
	background: none;
	border:5px double #fff;
}
/*footer*/
footer {
	background: #cf2b2b;
	color: #fff;
}
#footer_info {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	display: table;
}
#footer_info .bs_box {
	display: table-cell;
	padding:30px 0;
}
#footer_info .top_bs_amor {
	width:33%;
	background: #cf2b2b;
}
#footer_info .top_bs_age {
	width:34%;
	background: #761636;
}
#footer_info .top_bs_add {
	width:33%;
	background: #10212c;
}
#footer_info .top_bs_amor:hover {
	background-image: url(../images/bg_amor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer_info .top_bs_age:hover {
	background-image: url(../images/bg_age.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer_info .top_bs_add:hover {
	background-image: url(../images/bg_add.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer_info .bs_box a {
	display: block;
	color:#fff;
	text-align: center;
}
#footer_info .bs_box a figure {
	width:50%;
	margin:0 auto;
	background:#fff;
	border:2px solid #3b2c27;
	box-sizing: border-box;
}
#footer_info .bs_box a p {
	font-size: 80%;
}
#footer_logo {
	width: 90%;
	max-width: 1080px;
	margin:0 auto;
	text-align: center;
	padding: 30px 0;
}
#footer_logo figure {
	display: inline-block;
	width:20%;
	margin: 10px 2%;
	vertical-align: middle;
}
footer #copyright {
	background: #3b2c27;
	text-align: center;
	padding-bottom: 10px;
}
footer #copyright a {
	color:#fff;
}
/*その他*/
.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pchide {
	display: none;
}
.sphide {
	display: block;
}
.text {
	display: inline-block
}
/*ページトップに戻る*/
#page-top {
	position: fixed;
	bottom: 40px;
	right:30px;
}
#page-top a {
	width:80px;
	display:block;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
body {
	font-size:16px;
}
#header #header_contact {
	width:25%;
}
#link a {
	width:75%;
}
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
header h1 {
	font-size:12px;
}
#header #logo {
	width:45%;
}
#header #header_contact {
	position: relative;
	top:0px;
	right:0%;
	width:50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#main_menu {
	display: none;
}
/*bs_gr*/
#bs_gr {
	display: none;
}
#link a {
	width:80%;
}	
#footer_info {
	display: block;
}
#footer_info .bs_box {
	display: block;
	padding:30px 0;
	width:100%;
}	
	
#footer_logo figure {
	width:40%;
}	

.pchide {
	display: block;
}
.sphide {
	display: none;
}
/*ページトップに戻る*/
#page-top {
	bottom: 70px;
	right:10px;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#header #logo {
	width:60%;
}
#header #header_contact {
	width:65%;
}
#link a {
	width:90%;
}
footer #logo_f {
	width:40%;
}
footer #footer_contact .contact_btn {
	width:25%;
}
footer p {
	margin-bottom: 30px;
}
}