@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	}
	
img {
	vertical-align:bottom;
	border:none;
	}
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background-color: #FFFFCC;
	font-family: Verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}





/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 100%;
	margin:auto;
}

#contents .pagetop {
	clear: both;
	text-align: right;
}

#main_image {
	overflow: hidden;
}
#main_image p.photo img{
	width: 100%;
}
#main_image .box_txt{
	overflow:hidden;
	padding: 1% 2% 3%;
}
#main_image .box_txt .img{
	float: left;
	width: 43.27%;
}
#main_image .box_txt .img img{
	width: 100%;
}
#main_image .box_txt .box_r{
	float: right;
	width: 53.27%;
	font-size: 100%;
	color:#673920;
}

.con_rsv {
	width: 90%;
	margin: 0 auto 50px;
	padding-top: 30px;
	border: 1px solid #969;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;

}
.con_rsv .st{
	font-size: 120%;
	text-align: center;
	color: #673920;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.con_rsv .st span{
	color: #663399;
}

.box_rsv{
	margin-bottom: 30px;
}


.box_rsv .sst{
	text-align: center;
	margin-bottom: 5px;
}

.box_rsv .lnk_rsv{
	width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
}

.box_rsv .lnk_rsv a{
	display: block;
    padding: 15px;
    background: #600060;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.box_rsv .lnk_rsv a:hover{
	background: #804880;
}

.box_rsv .lnk_contact a{
	background: #930b69;
}

.box_rsv .txt{
	text-align: center;
}



#main_image .btn{
	overflow: hidden;
	padding: 3% 2%;
}
#main_image .btn .btn-access{
	width: 48%;
	float: left;
}
#main_image .btn a i{
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
#main_image .btn .btn-access a{
	text-align: center;
	padding: 6% 2%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50a75+0,b01e82+49,b01f83+51,c1429b+100 */
	background: #a50a75; /* Old browsers */
	background: -moz-linear-gradient(top,  #a50a75 0%, #b01e82 49%, #b01f83 51%, #c1429b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a50a75 0%,#b01e82 49%,#b01f83 51%,#c1429b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a50a75 0%,#b01e82 49%,#b01f83 51%,#c1429b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50a75', endColorstr='#c1429b',GradientType=0 ); /* IE6-9 */
	color:#fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#main_image .btn .btn-access a i {
	width: 11%;
}
#main_image .btn .btn-tel{
	width: 48%;
	float: right;
}
#main_image .btn .btn-tel a{
	text-align: center;
	padding: 6% 2%;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a179e+1,71349c+49,74379c+52,986499+100 */
	background: #5a179e; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a179e 1%, #71349c 49%, #74379c 52%, #986499 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5a179e 1%,#71349c 49%,#74379c 52%,#986499 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5a179e 1%,#71349c 49%,#74379c 52%,#986499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a179e', endColorstr='#986499',GradientType=0 ); /* IE6-9 */
	color:#fff;
	display: inline-block;
	text-decoration: none;
}
#main_image .btn .btn-tel a i {
	width: 8%;
}


/*----------------------------------------------------
	txt_info
----------------------------------------------------*/
.txt_info{
	display: block;
    text-align: center;
    font-size: 120%;

}
.txt_info a strong{
	font-size: 135%;
}


#homepage .con_point{
	width: 100%;
	margin-top:6%;
	overflow: hidden;
}
.con_point h2{
	padding-bottom: 4%;
}
.con_point h2 img{
	width: 100%;
}
.con_point ul{
	padding:0 2%;
}
.con_point ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	background: #fff;
	padding: 5px;
	margin-bottom: 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position: relative;
}

.con_point ul li:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top:22px solid transparent; 
	border-left:22px solid transparent; 
	border-bottom:22px solid #663399; 
	right: 2%;
	bottom: 	2%;
}
.con_point ul li:nth-child(2n+2){
	margin-right: 0;
}
.con_point ul li a {
	text-decoration: none;
}
.con_point ul li p img{
	width: 100%;
}
.con_point ul li h3{
	margin-top:-20%;
	text-align: center;
}
.con_point ul li h3 img {
	width: 20%;
}
.con_point ul li h4{
	text-align: center;
	padding: 3% 0;
}
.con_point ul li.point_01 h4 img {
	width: 71%;
}
.con_point ul li.point_02 h4 img {
	width: 91.5%;
}
.con_point ul li.point_03 h4 img {
	width: 62%;
}
.con_point ul li.point_04 h4 img {
	width: 82.85%;
}
.con_point ul li.point_05 h4 img {
	width: 62%;
}
.con_point ul li.point_06 h4 img {
	width: 100%;
}
.con_point ul li .txt{
	font-size: 90%;
	text-align: center;
	color:#673920;
	padding-bottom: 4%;
	padding-top: 3%;
}

.bn_area{
	width: 90%;
	margin: 0 auto;
}

.bn_area img{
	width: 100%;
}

.con_diary {
	overflow: hidden;
	clear: both;
	margin-top:2%;
}
.con_diary h2 img{
	width: 100%;
}

/* ブログ */
.con_feed{
	padding: 4% 2%;
	text-align: center;
}
#feed {
	width:100%;
	height:400px;
	background-color:#F2D585;
	overflow-y:scroll;
	font-size: 200%;
}

.con_news {
	padding-left:10px;
	}

.con_news .entry {
	overflow:hidden;
	width: 100%;
	}

.con_news dl {
	padding-top:10px;
	font-weight:bold;
	width:100%;
	}
	
.con_news p {
	width:100%;
	font-size:46%;
	}
	

.con_news img {
	display: none;
	}
	

#osusume_plan_m1 {
	float:left;
	height:160px;
	width:390px;
	background-color:#F2D585;
	background-image:url(../images/img_gift.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-top:10px;
	margin-bottom:30px;
}

#osusume_plan_m1 p{
	text-align:left;
	padding-top:15px;
	padding-left:130px;
	font-size:12px;
}
#osusume_plan_m1 h1 {
	padding-left:120px;
	}

#osusume_plan_t0 {
	float:left;
	width: 390px;
	}
#top_contents_r {
	margin-top:15px;
	background-color:#F2D585;
	width:390px;
	float:right;
}

.con_coupon{
	overflow: hidden;
	margin-top:3%;
}
.con_coupon h2 {
	padding-bottom: 3%;
}
.con_coupon h2 img{
	width: 100%;
}
.con_coupon .box_coupon{
	padding: 0 2%;
	color:#673920;
}
.con_coupon .box_coupon .img{
	margin: 0 atuo;
	width: 100%;
}
.con_coupon .box_coupon .img img{
	width: 100%;
}

/*.con_coupon .box_coupon .note{
	text-align: right;
}*/