@charset "UTF-8";
body {
	background: url(../img/common/bg.jpg) left top;
	font-size: 14px;
	min-width: 320px;
}
* html body {
	font-size: 87.5%;
}
/**first-child+html body {
	font-size: 87.5%;
}*/
img {
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
/*-----------------------------------------------------
ヘッダー
-------------------------------------------------------*/
#pg_h1 {
	display:none;
}
#pg_h1 h1 {
	color: #FFF;
	padding: 4px 10px;
	font-size: 64.3%;
	font-weight: normal;
	line-height: 1.2;
}
/**/
#header {
	width: 100%;
	background-color: #FFF;
	z-index: 30;
	border-bottom:solid 3px #E4CC76;
}

#header div.box_h1{
	position:relative;

	}
#header div.box_h1 .clearfix{
	padding:15px 10px;
	font-size:0;
	line-height:1;
	}

#header .h1_logo:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 line-height: 0;
 visibility: hidden;
}
#header .h1_logo {
 min-height: 1px;
	margin-bottom:15px;
	padding:0;
}
#header .h1_logo h1 {
	line-height:1;
	font-size:0;
	/*float:left;*/
}
#header .h1_logo h1 a {
	display: block;
	width: 140px;
}
#header .h1_logo h1 a img{
	height:50px;
	width:auto;
	}
/**/

/* スマホメニューボタン */
#header #menu {
	padding:0;
	display: inline-block;
	position: relative;
	height: 50px;
	width: 50px;
	background-color:#462600;
	position:fixed;
	top:15px;
	right:10px;
	z-index:50;
}
#header .spmenu span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	margin: -1px 0 0 -12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#header .spmenu span:before, #header .spmenu span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#header .spmenu span, #header .spmenu span:before, #header .spmenu span:after {
	width: 24px;
	height: 2px;
	background-color: #fefefe;
}
#header .spmenu span:before {
	margin-top: -10px;
}
#header .spmenu span:after {
	margin-top: 8px;
}
/* アニメーション */
#header .peke {
	background-color: #aaaaaa!Important;
}
#header .peke span:before, #header .peke span:after {
	margin-top: 0;
	background-color: #fefefe;
}
#header .peke span {
	background: transparent;
}
#header .peke span:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .peke span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 問い合わせボタン */
#wrapper p.btn_contact {
	line-height:1;
	font-size:0;
	margin:0!Important;
}
#wrapper .btn_right,
#wrapper .btn_left{
	width:48%;
	}
#wrapper .ex_line{
	position: absolute;
	right: 70px;
	top: 22px;
}
#header .ex_line a{
	display: block;
}
#header .ex_line img{
	height: 36px;
	width: auto;
}
/*#wrapper*/ .btn_right{
	float:right;
	width:48%;
	}
/*#wrapper */.btn_left{
	float:left;
	width:48%;
	}

p.btn_left a{
}
p.btn_left img{
	display:block;
	}
/*-----------------------------------------------------
グローバルナビ
-------------------------------------------------------*/
#gnav {
	width: 100%;
	z-index: 45;
 clear: both;
 display: none;
 position:fixed;
 padding-top:80px;
 top: 0;
 overflow:hidden;
 background-color:#fff;
}
#gnav ul:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 line-height: 0;
 visibility: hidden;
}

#gnav ul {
	background-color: #FFF;
	z-index: 200;
	position: relative;
 margin: 0 -1px 0 0;
	min-height: 1px;
background-repeat: repeat;
	background-position: left top;
	background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%); 
background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(253,234,191)));
background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
background-image:linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
border-color:rgb(255,255,255);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffdeabf)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffdeabf);
border-top: 3px solid #462600;
	border-bottom: 3px solid #462600;
}
#gnav ul li {
	background-repeat: repeat;
	background-position: left top;
	background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%); 
background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(253,234,191)));
background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
background-image:linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
border-color:rgb(255,255,255);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffdeabf)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffdeabf);
	z-index: 300;
	border-bottom: 1px solid #462600;
	float: left;
	text-align: center;
	width: 50%;
}
#gnav ul li:nth-of-type(9){
	clear:both;
	}
#gnav ul li a {
	padding: 15px 0;
	display: block;
	z-index: 400;
	border-right: 1px solid #472600;
	color: #472600;
	text-decoration:none;
	font-size: 13px;
}
#gnav ul li a span{
	color: #25B7AA;
	font-size:11px;
	font-family: 'Baskerville';
	display:block;
}
#gnav ul li.current a,#gnav ul li.current a span{
	color:#EF5382;
}
/*#gnav ul li:nth-of-type(9),*/#gnav ul li:last-of-type{
	border-bottom:none;

	}
#gnav ul li:last-of-type{
	letter-spacing:-1px;
	}
#gnav ul li:last-of-type a span{
	letter-spacing:0px;
}
#gnav ul li:last-of-type a{
	background-color:#D8F1F3;
	}
#navoverlay {
    background-color: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
/*-----------------------------------------------------
コンテンツ共通
-------------------------------------------------------*/
#contents {
	margin: 0 0 20px;
}
#contents h1#h1,#h1blog {
	margin: 0 0 15px;
	background-color: #FFF;
	border-bottom: solid 1px #DDDDDD;
	padding: 1px;
	font-size: 114.3%;
}
#contents h1#h1 img,#h1blog img {
	display: none;
}
#contents h1#h1 div,#h1blog div {
	background-position: left bottom, left bottom;
	background-repeat: no-repeat, repeat-x;
	padding: 12px 5px 17px 0;
	padding: 20px 5px 25px 0;
	display: block;
	background-image: url(../img/common/img_sp/bg_h1_2.png), url(../img/common/img_sp/bg_h1_1.png);
}
#contents h1#h1 span,#h1blog span {
	background-repeat: no-repeat;
	background-position: 10px 40%;
	padding: 5px 0 5px 15px;
}
#contents h1#h1 span.green,#h1blog span.green {
	color: #25b7aa;
	padding-left: 10px;
	font-size:12px;
	letter-spacing:1px;
	font-family: 'Baskerville';
	}

/* 結婚相談室の見出し */


/* */
#contents img.img_sp {
	display: block!important;
}
.btn, .img_pc {
	display: none!important;
}

article.content {
	margin: 0 10px;
}
.content h1, .content h2 {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 114.3%;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	padding: 1px;
}

.content h1 img, .content h2 img {
	display: none;
}
.content h1 span, .content h2 span {
	display: block;
	border-bottom: solid 2px #462600;
	padding: 10px 10px;
}


h3 {
	margin-bottom: 20px;
	line-height: 1.4;
	background-color:#FFFBF3;
	border:solid 1px #CCCCCC;
}
h3.h3_ex {
	font-size:115%;
	background:#ffffff url(../img/common/bg_borderwhite.gif) left bottom repeat-x;
}
h3 span {
	padding:10px;
	display: block;
	background:url(../img/common/bg_borderbrown.gif) left bottom no-repeat;
	background-size:40% auto;
}
.content h3 em{
	font-style:normal;
	}
h4 {
	margin-bottom: 5px;
}
.content h4.h4{
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:2px;
	border:solid 1px #ccc;
	border-bottom:solid 2px #462600;
	background-color:#FCF8DC;
	border-radius:5px 5px 0 0/5px 5px 0 0;
}

.content h4.h4 span{
	padding:0 10px 5px;
	border-bottom:solid 1px #462600;
	display:block;
}

.pop_img {
	padding: 10px;
	border: solid 1px #000000;
	display: block;
	background-color: #FFF;
}
.pop_img img {
	margin-bottom: 5px;
}
.pop_img span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #462600;
	color: #FFF;
	padding: 7px 5px;
	border-radius: 6px;
	font-size: 107.2%;
}
.pg {
	margin: 0 auto 40px;
}
.pg .box {
	margin-bottom: 30px;
}
.pg .btn_linemore{
	margin: 0 auto 30px;
}
.pg .btn_linemore a{
	color: #fff;
	background-color: #06c755;
	display: block;
	text-align: center;
	padding: 20px 0 20px 10px ;
	border-radius: 15px;
	font-size: 16px;
	position: relative;
}
.pg .btn_linemore a::before {
	position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  width: 9px;
  height: 9px;
  display: block;
	border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translateY(-50%) rotate(-45deg);
 }
.pg .btn_bnr{
	margin-bottom: 30px;
}
.pg p strong {
	font-weight: bold;
	color: #eb6d99;
}
.pg p a {
	color: #eb6d99;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.pg .right {
	float: none;
	display: block;
	margin: 0 auto 15px;
}
.pg p.btn_plink {
	border: solid 1px #CCCCCC;
	background-color: #fff;
	border-radius: 6px;
	font-size: 14px!important;
	line-height: 1.4!important;
}
.pg p.btn_plink a {
	display: block;
	border: solid 1px #fff;
	color: #462600;
	background: url(../img/common/img_sp/icon_arrow.png) 5px 50% no-repeat;
	font-weight: bold;
	text-decoration: none;
}
.pg p.btn_plink a span {
	display: block;
	border-bottom: solid 2px #25B7AA;
	padding: 11px 5px 9px 30px;
}
.pg p.bold, .pg span.bold {
	font-weight: bold;
}
.pg p.font14 {
	font-size: 107.7%;
}
.pg p.font15 {
	font-size: 115.4%;
}
.pg p.bold_border {
	font-weight: bold;
	background: url(../img/common/line_x.png) left bottom repeat-x;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.pg p.bold_border span {
	font-weight: normal;
}

.pg p.mb20, .pg ul.mb20 {
	margin-bottom: 20px;
}
/* スマホ用サイドナビ（下部） */
aside#sidenav {
	margin: 0 10px 25px;
	border-top:1px dotted #5f3e1b;
	padding-top:25px;	
}
aside#sidenav ul li{
	padding: 0 0 20px;
	border-bottom: dotted 2px #462600;
	margin: 0 0 20px;
	text-align: center;
	}
aside#sidenav ul li:last-of-type{
	border-bottom:none;
	padding:0;
	}

/**/
aside#sidenav ul li img{
	width:100%;
	height:auto;
}


/* ワードプレス読み込み */
.h_read {
	font-size: 15px;
	text-align: center;
	color: #fefefe;
	font-weight: bold;
	padding: 12px 0;
	line-height:1.6;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(200, 148, 72, 1) 0%,rgba(227, 170, 91, 1) 33.63%,rgba(199, 148, 72, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(200, 148, 72, 1) 0%, rgba(227, 170, 91, 1) 33.63%, rgba(199, 148, 72, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(200, 148, 72, 1) ),color-stop(0.3363,rgba(227, 170, 91, 1) ),color-stop(1,rgba(199, 148, 72, 1) ));
  background : linear-gradient(90deg, rgba(200, 148, 72, 1) 0%, rgba(227, 170, 91, 1) 33.63%, rgba(199, 148, 72, 1) 100%);
}

aside#sidenav ul li .info ul, aside#sidenav ul li .info li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none!Important;
}

.read {
	background-color:#ffffff;
	border:solid 2px #C9A04E;
	box-sizing:border-box;
}


/* 見出し */
	.meta .post_category,.meta .post_comment,#sidenav .desc{
	display:none!important;
	}
#sidenav .image{
	float:left;
	display:inline;
	width:25%;
	padding:10px;
	font-size:0;
	}
#sidenav .info{
	float:right;
	display:inline;
	width : -webkit-calc(75% -20px);
	width : calc(75% - 20px);
	padding-top:15px;
	}
#sidenav .info h4.title a{
	color:#37B094;
	padding:10px 5px 15px 0;
	display:block;
	line-height:1.5;
	font-size:16px;
	text-align:left;
	text-decoration:underline;
	}

/* */
.mb30 {
	margin-bottom: 30px!important;
}

/* totop */
#pagetop {
	width: 40px;
}
#pagetop img {
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------
フッター
-------------------------------------------------------*/
#footer {
	width: 100%;
}

.pg_footer {
	padding:0;
	background-color: #FFF;
	overflow:hidden;
}
.pg_footer h1 {
	margin:0 10px 20px;
	line-height:1;
	font-size:0;
	text-align:center;
	display:none;
}
.pg_footer h1 a {
	display: block;
}

/**/
.pg_footer ul:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 line-height: 0;
 visibility: hidden;
}
.pg_footer ul {
	border-top: 1px solid #462600;
	margin: 0 -1px 30px 0;
	margin-bottom:0;
	min-height: 1px;
	background-color:#462600;
}
.pg_footer ul li {
border-bottom: 1px solid #462600;
    float: left;
    text-align: center;
    width: 50%;
}
.pg_footer ul li a {
    color: #472600;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 15px 0;
    text-align: center;
		background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%); 
background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(253,234,191)));
background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
background-image:linear-gradient(rgb(255,255,255) 0%,rgb(253,234,191) 100%);
border-color:rgb(255,255,255);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffdeabf)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffdeabf);
	border-right: 1px solid #462600;
	text-decoration:none;
}
.pg_footer ul.ul_end {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.pg_footer .btn_right{
	padding-right:1%;
	display:none;
	}
.pg_footer .btn_left{
	padding-left:1%;
	display:none;
	}
/**/
#footer h2{
	background-color: #25B7AA;
	text-align:left;
	color:#fefefe;
	font-weight:normal;
	padding:10px;
	border-bottom:solid 1px #fefefe;
	}
.pg_copy {
	background-color: #25B7AA;
}
.pg_copy div {
	margin: 0 auto;
	padding: 16px;
}
.pg_copy p {
	margin: 0;
	color:#fefefe;
}


.pg_copy p {
	text-align:center;
	color:#fefefe;
	font-size: 84.6%;
}
/* 固定ナビ */
.sp_bottomnav{
	background-color:#ffffff;
	padding:15px 10px;
	position:fixed;
	left:0;
	bottom:0;
	border-top:3px solid #e4cc76;
	display:none;
	
	}
.sp_bottomnav p{
	 width: 48%;
	 float:left;
	 margin:0;
	}
.sp_bottomnav p:nth-of-type(2n){
	float:right;
	}
	
/**/

.mb0_sp {
	margin-bottom: 0px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15_sp {
	margin-bottom: 15px!important;
}
.mb20_sp {
	margin-bottom: 20px!important;
}
.mb25_sp {
	margin-bottom: 25px!important;
}
.mb30_sp {
	margin-bottom: 30px!important;
}
.mb40_sp {
	margin-bottom: 40px!important;
}
.part_pc {
	display: none!Important;
}
/**/
/* ボタン */
.btn_t {
	width: 240px;
	margin: 0 auto;
}
.btn_t a {
	color: #fff;
	background-color: #462600;
	border-radius: 24px;
	font-size: 14px;
	padding: 15px 0 15px 35px;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
	transition: .5s;
}
.btn_t a::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_t a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 1px #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 45px;
	top: 50%;
	padding-top: 40% 0;
}
.note_min{
	font-size:11px;
	}