@charset "utf-8";
/*
Theme Name: Portals
Author: Portals
Author URI: http://www.portals.co.jp/
*/
/*==================================
			  reset
==================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
/*==================================
			  base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left {
	margin: 0 16px 16px 0;
	float: left;
}
.img_right {
	margin: 0 0 16px 16px;
	float: right;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
a:hover img, a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.br_onoff {
	display: none;
}
/*=================================
			design
=================================*/
body {
	background: #fff;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.6;/*	min-width: 1240px;/*main_imgの幅*/
}
/*			common
------------------------------*/

.h_no_topmargin {
	margin: 0 0 24px;
}
a:link {
	color: #83A139;
}
a:visited {
	color: #FCAFA7;
}
a:hover {
	color: #BAEA83;
}
a:active {
	color: #BAEA83;
}
.conts {
	margin: 0 auto 24px;
	width: 96%;
	max-width: 860px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p {
	margin-bottom: 16px;
}
.conts .img_left {
	margin: 0 16px 16px 0;
	float: left;
}
.conts .img_right {
	margin: 0 0 16px 16px;
	float: right;
}
.conts .img_center {
	display: block;
	margin: 0 auto 16px;
}
.ttl {
	margin: 0 0 32px;
	text-align: center;
}
/*=================================
	   common_design
=================================*/
#layoutBody {
	background: url(image/hunin_img/bg_img.png) repeat top left;
}
#layoutBody img {
	vertical-align: top;
	max-width: 100%;
}
.main_img p {
	text-align: center;
}
.main_img p img {
	max-width: 100%;
	vertical-align: middle;
}
.lp_conts01 {
	background-color: rgba( 255, 255, 255, 0.7 );
	box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	width: 100%;
	padding: 30px 0;
	margin: 0 auto 50px;
}
.main_img {
	padding: 0px;
}
.voice {
	background: #FFF;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 40px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 1 );
	box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.4);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.4);
}
.voice_ttl {
	font-weight: 800;
	margin-bottom: 20px;
	background: url(image/hunin_img/voice_line.png) repeat-x bottom left;
	padding: 10px 0;
	font-size: 20px;
	color: #FF9395;
}
.lp_contents02 {
	width: 96%;
	max-width: 980px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba( 255, 255, 255, 0.7 );
	box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.4);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.4);
	padding: 40px 20px;
}
.contact_wrap {
	width: 96%;
	margin: 0 auto 20px;
	max-width: 860px;
}
.contact_add {
	clear: both;
	padding: 20px 0;
	font-weight: bold;
}
.google_map {
	width: 96%;
	max-width: 880px;
	margin: 0 auto 30px;
	height: 300px;
}
#footer {
	background: #FDEACE;
	padding: 20px 20px 50px 20px;
}
.lp_cons02_inr01Txt p, .lp_cons02_inr02Txt p, .voice_txt p, .pace p, .lp_dl p {
	margin: 0 auto 1em;
}
.red {
	color: #FF5A26;
	font-weight: bold;
}
/*=================================
	   Break point smrtphone
=================================*/
/*           header
---------------------------------*/
.lph_style01 {
	background-image: url(image/hunin_img/h_sytle_bg.png), url(image/hunin_img/h_sytle_bg.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0 auto 30px;
	width: 96%;
}
.lph_style02 {
	background-image: url(image/hunin_img/h_sytle_bg.png), url(image/hunin_img/h_sytle_bg.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0 auto 30px;
	width: 96%;
}
#header {
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.7 );
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.h_logo img {
	width: 100%;
}
.h1_wrapper {
	padding: 4px 2px;
	background: #FF9999;
	color: #fff;
}
.h1_wrapper h1 {
	margin: 0 auto;
	width: 98%;
	max-width: 640px;
	font-size: 10px;
	font-weight: normal;
}
.header_top {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
.h_logo {
	margin: 8px auto 0;
	width: 70%;
}
.voice_img {
	text-align: center;
	margin-bottom: 20px;
}
.voice_txt {
	margin: 0 auto;
}
.bnr, .bnr02 {
	margin: 0 auto 16px;
	text-align: center;
	width: 96%;
}
.hunin_ul01 {
	width: 96%;
	margin: 0 auto 30px;
	background-color: rgba( 255, 255, 255, 0.7 );
	box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.hunin_ul01 li {
	background: url(image/hunin_img/check.png) no-repeat left center;
	padding: 8px 0 8px 50px;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
}
.lp_cons02_inr01 {
	margin-bottom: 20px;
}
.lp_cons02_inr01 h3 {
	text-align: center;
}
.cons02_pic01 {
	text-align: center;
}
.lp_cons02_inr02 {
	overflow: hidden;
}
.merit_ul_wrap {
	background: #FFF;
	border-radius: 10px;
	width: 100%;
	padding: 30px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
.merit_ul_wrap h3 {
	margin: 0 auto 20px;
	text-align: center;
}
.merit_ul li {
	background: url(image/hunin_img/curcle.png) no-repeat center left;
	padding: 8px 0 8px 25px;
	font-weight: 500;
}
.lp_cons02_inr02Txt {
	width: 100%;
	margin: 0 auto;
}
.lp_cons02_inr02Txt h3 {
	margin: 0 auto 20px;
}
.point_ul {
	width: 96%;
	margin-bottom: 30px;
}
.point_ul li {
	margin-bottom: 20px;
}
.lp_flow {
	margin: 0 auto 30px;
}
.lp_flow li {
	background-color: rgba( 255, 255, 255, 0.7 );
	box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	border-radius: 10px;
	width: 90%;
	padding: 20px;
	box-sizing: border-box;
}
.lp_flow li p {
	margin: 10px 0;
}
.lp_flow li img {
	display: block;
	margin: 0 auto;
}
.li_flow_upper, .li_flow_lower {
	margin: 0 auto 20px;
}
.aisatsu_pic {
	text-align: center;
	margin-bottom: 20px;
}
.pace {
	background: #FDFCE3;
	border: dotted 3px #C1B098;
	padding: 20px;
	border-radius: 10px;
}
.lp_dl {
	width: 96%;
	max-width: 900px;
	margin: 0 auto 60px;
}
.lp_dl dt {
	background: url(image/hunin_img/q.png) no-repeat left center;
	font-size: 16px;
	padding: 20px 0 10px 70px;
	margin: 0 auto 20px;
	color: #663300;
	font-weight: bold;
}
.lp_dl dd {
	background-image: url(image/hunin_img/a.png), url(image/hunin_img/h_sytle_bg.png);
	background-position: left center, left bottom;
	background-repeat: no-repeat, repeat-x;
	margin-bottom: 30px;
	padding: 20px 0 30px 70px;
}
.lp_dl dd:last-of-type {
	background-image: url(image/hunin_img/a.png), none;
}
.contact_logo, .contact_btn {
	text-align: center;
	width: 96%;
	margin: 0 auto 10px;
}
.contact_wrap {
	padding: 30px 0 0 0;
	margin: 0 auto 20px;
	clear: both;
}
.contact_pic, .contact_tel, .cotact_uketsuke {
	text-align: center;
	width: 96%;
	margin: 0 auto 10px;
}
.f_logo, .f_tel, .f_add, .copyright {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #A3805A;
}
.f_fixed {
	background-color: rgba( 255, 255, 255, 0.7 );
    position: fixed;
    bottom: 0;
    width: 100%;
	overflow: hidden;
	padding: 10px 10px 0;
	box-sizing: border-box;
}
.fixed_tel {
	width: 72%;
	padding: 0 2% 0 0;
	/*float: left;*/
	margin: 0 auto 5px;
}
.fixed_web {
	width: 42%;
	float: left;
	margin: 0 auto 5px;
}
.page_bk {
	float: right;
	width: 10%;
}
.lp_access_h3 {
	text-align: center;
	padding: .5em .75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	widht: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}
.access_ul01, .access_ul02 {
	overflow: hidden;
	margin: 0 auto 30px;
}
.access_ul01 li, .access_ul02 li {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 30px;
}
.access_ul01 p, .access_ul02 p {
	text-align: center;
}
.access_ul01 li:nth-child(3n+1), .access_ul02 li:nth-child(3n+1) {
	clear: both;
}
.access_ul02 li:last-of-type {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px;
	padding: 8px 0 0;
}
/*=================================
		Break point	tablet
=================================*/
@media screen and ( min-width:480px ) {
.lph_style01 {
	height: 69px;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0 auto 40px;
	width: 96%;
}
#header {
	width: 100%;
	background: none;
}
#header img {
	max-width: 100%;
}
.header_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.h_left h1 {
	color: #330000;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: -1px;
	margin-bottom: 5px;
	line-height: 1em;
}
.h_left {
	width: 45%;
	float: left;
	overflow: hidden;
}
.h_left p {
	float: left;
	vertical-align: middle;
}
.h_logo {
	width: 75%;
	vertical-align: middle;
}
.h_btn01 {
	width: 20%;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.h_right {
	width: 55%;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 8%;
}
.h_tel {
	float: left;
	width: 48%;
}
.h_r_right {
	width: 50%;
	float: left;
}
.h_add {
	color: #330000;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.voice_conts {
	overflow: hidden;
}
.voice_img {
	float: left;
	width: 30%;
}
.voice_txt {
	float: right;
	width: 65%;
}
.bnr {
	margin: 0 auto 16px;
	text-align: center;
}
.hunin_ul01 {
	width: 96%;
	margin: 0 auto 30px;
	background-color: rgba( 255, 255, 255, 0.7 );
	box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,176,152,0.64);
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.hunin_ul01 li {
	background: url(image/hunin_img/check.png) no-repeat left center;
	padding: 8px 0 8px 50px;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
	width: 40%;
}
.hunin_ul01 li:nth-child(even) {
	float: left;
}
.hunin_ul01 li:nth-child(odd) {
	float: right;
}
.hunin_ul01 li:nth-child(2n+1) {
	clear: both;
}
.cons02_pic01 {
	float: right;
	margin-bottom: 10px;
	width: 48%;
}
.lp_cons02_inr01 {
	overflow: hidden;
	padding: 20px;
}
.lp_cons02_inr01Txt {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.lp_cons02_inr01Txt h3 {
	text-align: center;
}
.lp_cons02_inr02 {
	overflow: hidden;
	padding: 0 20px;
}
.merit_ul_wrap {
	background: #FFF;
	border-radius: 10px;
	width: 48%;
	float: left;
	padding: 30px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
.merit_ul_wrap h3 {
	margin: 0 auto 20px;
	text-align: center;
}
.merit_ul li {
	background: url(image/hunin_img/curcle.png) no-repeat center left;
	padding: 8px 0 8px 25px;
	font-weight: 500;
}
.lp_cons02_inr02Txt {
	width: 48%;
	margin: 0 auto;
	float: right;
}
.lp_cons02_inr02Txt h3 {
	margin: 0 auto 20px;
}
.lp_flow {
	margin: 0 auto 30px;
	overflow: hidden;
}
.lp_flow li {
	border-radius: 10px;
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}
.li_flow_upper, .li_flow_lower {
	margin: 0 1% 20px;
}
.lp_flow li:nth-child(2n+1) {
	clear: both;
}
.lp_flow li p {
	margin: 10px 0;
}
.aisatsu_pic {
	float: right;
	margin: 0 0 20px 10px;
}
.aisatsu_pic img {
	width: 100%;
}
.bnr02 {
	text-align: center;
	margin: 0 auto 50px;
	width: 96%;
}
.lp_dl dt {
	font-size: 20px;
}
.contact_logo {
	overflow: hidden;
	width: 80%;
	margin: 0 auto 30px;
	max-width: 900px;
}
.contact_logo {
	display: table;
}
.contact_logo p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
}
.contact_wrap {
	margin: 0 auto 40px;
}
.pt_10 {
	padding-top: 8px;
}
.contact_wrap {
	margin: 0 auto 40px;
	clear: both;
	overflow: hidden;
}
.contact_logo_wrap {
	overflow: hidden;
}
.contact_logo_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.contact_logo {
	width: 60%;
	float: left;
}
.contact_btn {
	width: 40%;
	float: left;
}
.contact_pic {
	width: 40%;
	margin: 0 auto;
	float: left;
}
.contact_tel_wrap {
	width: 50%;
	float: right;
	max-width: 472px;
}
#footer {
	padding: 50px 20px 100px 20px;
	overflow: hidden;
}
.f_inner {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px;
}
.f_logo {
	float: left;
	width: 60%;
	max-width: 475px;
}
.f_add_wrap {
	float: right;
	width: 40%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.f_tel, .f_add {
	text-align: left;
	width: 100%;
	max-width: 312px;
}
.copyright {
	clear: both;
	padding-top: 30px;
}
.f_fixed_inner {
	max-width: 832px;
}
.page_bk {
	float: right;
	width: 10%;
}
.access_ul01, .access_ul02 {
	overflow: hidden;
	margin: 0 auto 30px;
}
.access_ul01 li, .access_ul02 li {
	float: left;
	width: 100%;
	max-width: 200px;
	margin: 0 3% 30px;
}
.access_ul01 li:nth-child(3n+1), .access_ul02 li:nth-child(3n+1) {
	clear: both;
}
.access_ul02 li:last-of-type {
	width: 100%;
	max-width: 300px;
	padding: 8px 0 0;
}
}

/*=================================
		Break point	PC
=================================*/
@media screen and ( min-width:920px ) {
.lph_style01 {
	height: 69px;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0 auto 40px;
	width: 1000px;
}
#header {
	width: 100%;
	background: none;
}
#header img {
	max-width: 100%;
}
.header_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.h_left h1 {
	color: #330000;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 1em;
}
.h_left {
	width: 45%;
	float: left;
	overflow: hidden;
}
.h_left p {
	float: left;
	vertical-align: middle;
}
.h_logo {
	width: 75%;
	vertical-align: middle;
}
.h_btn01 {
	width: 20%;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.h_right {
	width: 55%;
	float: right;
	overflow: hidden;
}
.h_tel {
	float: left;
	width: 48%;
}
.h_r_right {
	width: 50%;
	float: left;
}
.h_add {
	color: #330000;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.voice_conts {
	overflow: hidden;
}
.voice_img {
	float: left;
	width: 30%;
}
.voice_txt {
	float: right;
	width: 70%;
}
.bnr {
	margin: 0 auto 16px;
	text-align: center;
}
.bnr02 {
	margin: 0 auto 50px;
	text-align: center;
}
.hunin_ul01 {
	width: 100%;
	max-width: 930px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(image/hunin_img/section_bg.png) no-repeat top left;
	height: 255px;
	box-shadow: none;
}
.hunin_ul01 li {
	background: url(image/hunin_img/check.png) no-repeat left center;
	padding: 8px 0 8px 50px;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
	width: 40%;
}
.hunin_ul01 li:nth-child(even) {
	float: left;
}
.hunin_ul01 li:nth-child(odd) {
	float: right;
}
.hunin_ul01 li:nth-child(2n+1) {
	clear: both;
}
.point_ul {
	width: 1000px;
	margin: 0 auto 40px;
}
.point_ul li {
	margin-bottom: 20px;
}
.lp_flow {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 900px;
	padding: 0 0 10px;
}
.lp_flow li {
	width: 270px;
	padding: 20px;
	height: 360px;
	box-sizing: border-box;
	float: left;
}
.lp_flow li:nth-child(2n+1) {
	clear: none;
}
.lp_flow li:nth-child(3n+1) {
	clear: both;
}
.lp_flow li p {
	margin: 10px 0;
}
.li_flow_upper {
	margin: 0 15px 30px;
}
.li_flow_lower {
	margin: 0 30px 0;
}
.ml_30 {
	margin-left: 160px;
}
.bnr02 {
	text-align: center;
	margin-bottom: 50px;
}
.pace {
	background: #FDFCE3;
	border: dotted 3px #C1B098;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
}
.contact_logo_wrap {
	width: 900px;
	margin: 0 auto;
}
.contact_logo {
	width: 60%;
	float: left;
}
.contact_btn {
	width: 40%;
	float: left;
}
.pt_10 {
	padding-top: 8px;
}
.contact_wrap {
	margin: 0 auto 40px;
	clear: both;
	overflow: hidden;
}
.contact_pic {
	width: 358px;
	margin: 0 auto;
	float: left;
}
.contact_tel_wrap {
	width: 50%;
	float: right;
	max-width: 472px;
}
.f_fixed_inner {
	margin: 0 auto;
	padding: 0 0 0 6%;
}
.access_ul01, .access_ul02 {
	overflow: hidden;
	width: 900px;
	margin: 0 auto 30px;
}
.access_ul01 li, .access_ul02 li {
	float: left;
	width: 200px;
	margin: 0 5% 30px;
}
.access_ul01 li:nth-child(3n+1), .access_ul02 li:nth-child(3n+1) {
	clear: both;
}
.access_ul02 li:last-of-type {
	width: 300px;
	padding: 8px 0 0;
}
}
