@charset "utf-8";

/*==================================================================
	基本テキスト
===================================================================*/

body {
	color: #000;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%; /*スマホ横向きテキスト*//*letter-spacing: 1px;*/
	font-family: Lato, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; /*ゴシック体*/
	/*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif;*/ /*明朝体*/
}

a:link,
a:visited,
a:hover,
a:active {
	color:#000;
	text-decoration: none;
}

.cap_l,
.cap_r {
	color: #666;
	line-height: 1.6;
	clear: both;
}

.current {
	cursor:default;
}

.f_col_rose{
	color: #ea5350 !important;
}
.f_col_sakura{
	color: #e62e8b !important;
}
.bg_col_berry{
	background: #b50081;
}
.bg_col_rose{
	background: #ea5350;
}
.bg_col_sakura{
	background: #e62e8b;
}

/*==================================================================
	アイコンフォント
===================================================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7m29ys');
  src:  url('../fonts/icomoon.eot?7m29ys#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7m29ys') format('truetype'),
    url('../fonts/icomoon.woff?7m29ys') format('woff'),
    url('../fonts/icomoon.svg?7m29ys#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-i_fb:before {
  content: "\e900";
}
.icon-i_insta:before {
  content: "\e901";
}
.icon-i_line:before {
  content: "\e902";
}
.icon-i-free:before {
  content: "\e903";
}
.icon-i-menu:before {
  content: "\e904";
}
.icon-i-tel:before {
  content: "\e905";
}

@font-face {
  font-family: 'ico-model';
  src:  url('../fonts/ico-model.eot?b4t43u');
  src:  url('../fonts/ico-model.eot?b4t43u#iefix') format('embedded-opentype'),
    url('../fonts/ico-model.ttf?b4t43u') format('truetype'),
    url('../fonts/ico-model.woff?b4t43u') format('woff'),
    url('../fonts/ico-model.svg?b4t43u#ico-model') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-model"], [class*=" icon-model"] {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-size: 15px;
  font-family: 'ico-model' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-modelfont:before {
  content: "\e906";
}


/*==================================================================
	基本デザイン
===================================================================*/

body {
	background: #fff;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	padding-top:100px; /*header差分*/
}

header,
#navi,
#title_area,
#under_area,
footer {
	width: auto;
}

#tag {
	display: none;
}

.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/*---------------------------------
 レスポンシブ対応
--------------------------------*/
img {
	max-width: 100%;
	width: auto\9;/*IE8 max-widthバグへの対応*/
	height: auto;
}

.txt {
	text-align: center;/*コピーセンターリング*/
}

.inline_block li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}

.txt_l {
	float: left;
	width: 65%;
}

.img_r {
	float: right;
	width: 30%;
}

.img_l {
	float: left;
	width: 30%;
}

.txt_r {
	float: right;
	width: 65%;
}

.content2,
.content3,
.content4 {
	overflow: hidden;
}

.content2_1,
.content2_2 {
	width: 49%;
	float: left;
}

.content2_1 {
	margin-right: 2%;
}

.content3_1,
.content3_2,
.content3_3 {
	width: 32%;
	float: left;
}

.content3_2 {
	margin-right: 2%;
	margin-left: 2%;
}

.content4_1,
.content4_2,
.content4_3,
.content4_4 {
	width: 23.5%;
	float: left;
}

.content4_1,
.content4_2,
.content4_3 {
	margin-right: 2%;
}

.pc {
	display: block !important;
}
.pc_inline {
	display: inline !important;
}

.smp {
	display: none !important;
}
.smp_inline {
	display: none !important;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

header {
	position: fixed; /*header固定*/
	top: 0;
	z-index: 9999;
	width: 100%;
	/*background: #fff;*/
	background-color: rgba(255,255,255,0.9);
}

header .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: visible;
	*zoom: 1;
	position: relative;
}

h1 {
	height: 50px;
	padding: 14px;
	line-height:1;
	position: relative;
}
h1 span{
	font-size:85%;
	padding-left:230px;
	line-height:2;
}
h1 a{
	position:absolute;
	display:block;
	z-index:9999;
}


#logo {
	padding-right: 15px;
}

#pc_hnavi {
	position: absolute;
	top: 0;
	right: 0;
	z-index:9998;
}

#pc_hnavi li {
	float: left;
	line-height:50px;
}

#pc_hnavi ul li img{
	vertical-align: middle;
}

#pc_hnavi ul li.nav_request a,
#pc_hnavi ul li.nav_request span,
#pc_hnavi ul li.nav_reserve a,
#pc_hnavi ul li.nav_reserve span,
#pc_hnavi ul li.nav_outline a,
#pc_hnavi ul li.nav_outline span,
#pc_hnavi ul li.nav_map a,
#pc_hnavi ul li.nav_map span {
	display: block;
	width: 149px;
	height: 50px;
	font-size: 0;
}
#pc_hnavi ul li.nav_request a,
#pc_hnavi ul li.nav_reserve a,
#pc_hnavi ul li.nav_outline a,
#pc_hnavi ul li.nav_map a{
	margin-right:1px;
}

#pc_hnavi ul li.nav_request a {
	/*background-position: -152px 0;*/
	background: #0306a6;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
#pc_hnavi ul li.nav_request a:hover {
	/*background-position: -152px -60px;*/
	background: #2f32ae;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
/*
#pc_hnavi ul li.nav_request a:hover span{
	-webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px);
}*/

#pc_hnavi ul li.nav_request span{
	background:url(../img/nav_request.png) no-repeat center center;
}

#pc_hnavi ul li.nav_reserve a {
	/*background-position: -228px 0;*/
	background: #b50081;
}
#pc_hnavi ul li.nav_reserve a:hover {
	/*background-position: -228px -60px;*/
	background: #c5349b;
}
#pc_hnavi ul li.nav_reserve span{
	background:url(../img/nav_reserve.png) no-repeat center center;
}

#pc_hnavi ul li.nav_outline a,
#pc_hnavi ul li.nav_map a {
	/*background-position: -152px 0;*/
	background: #c4b28b;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
#pc_hnavi ul li.nav_outline a:hover,
#pc_hnavi ul li.nav_map a:hover {
	/*background-position: -152px -60px;*/
	background: #e1d8c5;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
#pc_hnavi ul li.nav_outline span{
	background:url(../img/nav_outline.png) no-repeat center center;
}
#pc_hnavi ul li.nav_map span{
	background:url(../img/nav_map.png) no-repeat center center;
}
/*
#pc_hnavi ul li.nav_outline a:hover span{
	-webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px);
}*/

/* --------------------------------------------------------------------------------------
 ナビゲーションメニュー
--------------------------------------------------------------------------------------- */

#navi {
	position: relative;
	top: 0;
	right: 0;
	z-index: 999;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif;
}

#navi ul {
	overflow: hidden;
	/* border-right: #ddd 1px solid; */
	background-image:url(../img/nav_line.png);
	background-repeat:no-repeat;
	background-position:right center;
}

#navi ul li {
	float: left;
	width: 16.2857%;
}

#navi ul li {
	/*background: url(../../img/nav_bg.png) no-repeat;*/
	/*background: #fff;*/
	/*border-left: #ddd 1px solid;*/
	background-image:url(../img/nav_line.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:center;
}


#navi ul li a:hover,
#navi ul li a.current,
#navi ul li a.parentsLink {
	/*background-position: 0 -60px;*/
	/*background-color: #f1f1f1;*/
}

#navi ul li {
	position:relative;
}
#navi ul li a span:after {
	display: block;
	content: '';
	background: #000000;
	width: 40%;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;

	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#navi ul li a:hover span:after,
#navi ul li a.current span:after,
#navi ul li a.parentsLink span:after {
	display: block;
	content: '';
	background: #000000;
	width: 40%;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;

	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=1)"; /* IE 8 */

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}


#navi ul li a,
#navi ul li span{
	display: block;
	width: auto;
	height: 50px;
	font-weight:bold;
}
#navi ul li a,
#navi ul li.none span{
	padding-top:12px;
}


#navi ul li.new a {
	/*background-position: -76px 0;*/
}
#navi ul li.new a:hover {
	/*background-position: -76px -60px;*/
}

#navi ul li.none a:hover {
	background-position: 0px 0;
}

#navi ul li.none span{
	opacity:0.3;
}

/* smp_hbtn */
#smp_hbtn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	overflow:hidden;
}

#smp_hbtn p{
	float:left;
}

#smp_hbtn a{
	display: block;
	background-size: contain;
	width: 55px;
	height: 50px;
	border-left: #ccc 1px solid;
}

#smp_top a{
	background: url(../../img/navi_smp_top.png) no-repeat center center;
}

#smp_tel a{
	font-size:30px;
	text-align:center;
}

#smp_map a{
	background: url(../../img/navi_smp_map.png) no-repeat center center;
	background-size: 46px;
}

#navi_btn a{
	font-size:30px;
	text-align:center;
}

#navi_btn .current {
	cursor: auto;
}

/* smp_hnavi */
#smp_hnavi {
	display : none;
}

#info2{
	background-color:#C00;
	text-align:center;
	color:#fff;
	padding:10px;
	display:none;
}

/* --------------------------------------------------------------------------------------
 コンテンツエリア
--------------------------------------------------------------------------------------- */

#title_area {
	padding: 25px 0;
	border-bottom: 1px solid #d1d1d1;
	line-height: 0;
}

#title_area .inner .pan_navi {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #666;
	font-size: 77%;
}

#contents {
	/* width: 980px; */
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#contents .inner {
	padding: 50px 0;
}
#contents #bread{
	border-bottom:solid 2px #000000;
	padding-bottom:5px;
}
#contents .breadcrumbs{
	font-size:90%;
	max-width:1280px;
	width:95%;
	margin:0 auto;
}
#contents .cvbtn{
	font-size:0;
	margin-top:50px;
}
#contents .cvbtn{
	width:100%;
	float:none;
	max-width:632px;
	margin-left:auto;
	margin-right:auto;
}
#top #contents .cvbtn{ /* トップページのみ */
	width:49.375%;
	float:right;
	max-width:none;
	margin-top:0;
}
#top #contents .cvbtn a{ /* トップページのみ */
	display: inline-block;
	margin-top: 30px;
}
#top #contents .cvbtn a:first-child{ /* トップページのみ */
	margin-top: 0px;
}
/*
#contents .cvbtn li{
	display:inline-block;
	width:49%;
}
#contents .cvbtn li:first-child{
	margin-right:2%;
}
*/
#contents .cvbtn a{
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#contents .cvbtn a:hover{
	opacity:.6;
	-webkit-opacity:.6;
}

#contents h2{
	padding:40px 0 28px;
	text-align:center;
}
.section{
	width:95%;
	max-width:1280px;
	margin:0 auto;
}

/* ランドプランから移植 */
.btn_area{
	width: 100%;
  float: none;
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
}
.btn_area ul{}
.btn_area ul li{
	display: inline-block;
	width: 48.5%;
	float: right;
}
.btn_area ul li:first-child{
	margin-left: 0;
	float: left;
}
.contents .bnr_area{
}
.contents .bnr_area ul{
}
.contents .bnr_area ul li{
	display: inline-block;
	width: 32.4218%;
	margin-left: 1.3673%;
	text-align: center;
}
.contents .bnr_area ul li:first-child{
	margin-left: 0;
}
.contents .bnr_area ul li span{
	display: block;
	color: #b50081;
	font-size: 153.9%;
}
.contents .bnr_area ul li span{
	display: block;
	color: #b50081;
	font-size: 182%;
}
.contents .bnr_area ul li img{
	width: 100%;
}
/* roll over */
.contents .bnr_area ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.contents .bnr_area ul li:nth-child(1){
	background: url(../../img/top_project_bnr_01_on.png) bottom left no-repeat;
	background-size: contain;
}
.contents .bnr_area ul li:nth-child(2){
	background: url(../../img/top_project_bnr_03_on.jpg) bottom left no-repeat;
	background-size: contain;
}
.contents .bnr_area ul li:nth-child(3){
	background: url(../../img/top_project_bnr_02_on.jpg) bottom left no-repeat;
	background-size: contain;
}
.contents .bnr_area ul li a:hover img{
	visibility: hidden;
}
.contents .bnr_area ul li a.here{
	visibility: hidden;
}
.contents .bnr_area_berry ul li:nth-child(1){
	background: url(../../img/project_bnr_berry_on.jpg) bottom left no-repeat;
	background-size: contain;
}
.contents .bnr_area_rose ul li:nth-child(2){
	background: url(../../img/project_bnr_rose_on.jpg) bottom left no-repeat;
	background-size: contain;
}




.contents .plan_area ul li{
	display: inline-block;
	width: 25%;
	margin-left: 0;
	text-align: center;
}
.contents .plan_area ul li:first-child{
	margin-left: 0;
}
.contents .plan_area ul li img{
	max-width: 100%;
}
/* roll over */
.contents .plan_area ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.contents .plan_area ul li:nth-child(1){
	background: url(../../model/img/rose_btn_6_on.gif) bottom center no-repeat;
	background-size: contain;
}
.contents .plan_area ul li:nth-child(2){
	background: url(../../model/img/rose_btn_9_on.gif) bottom center no-repeat;
	background-size: contain;
}
/*.contents .plan_area ul li:nth-child(3){
	background: url(../../model/img/rose_btn_9_on.gif) bottom center no-repeat;
	background-size: contain;
}*/
/*.contents .plan_area ul li:nth-child(4){
	background: url(../../model/img/rose_btn_9_on.gif) bottom center no-repeat;
	background-size: contain;
}*/
.contents .plan_area ul li a:hover img{
	visibility: hidden;
}
.contents .plan_area ul li a.here{
	visibility: hidden;
}



/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

footer {
	background:#fff;
}

#footer_info {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

/* left_column */
#left_column {
	float: left;
	width: 614px;
	position: relative;
}

#left_column h2 {
	display: inline-block;
}

#left_column .txt_block {
	padding: 20px;
	height: 153px;
	margin-bottom: 20px;
	overflow: auto;
}

#left_column .txt_block p {
	margin-top: 15px;
}

#footer_sp1 {
	float: left;
	margin: 0 0 20px 0;
}

#footer_sp2 {
	float: right;
}

/* right_column */
#right_column {
	float: right;
	width: 614px;
	overflow: hidden;
}

#footer_bnr2 {
	float: left;
	overflow: hidden;
	width: 100%;
}

#foot_in {
	border-top:solid 2px #000000;
	width: 100%;
	padding:48px 0;
	/* text-align:center; */
}
#foot_in .foot_in_box{
	width:95%;
	max-width:1280px;
	margin:0 auto;
}


#footer_req {
	float: left;
	margin: 0 0 20px 0;
}

#footer_res {
	float: right;
}

#footer_tel p {
	/*display: inline-block;
	*display: inline;
	*zoom: 1;*/
	vertical-align: middle;
	line-height: 1.3;
	font-size: 100%;
	margin: 0;
	padding: 0px;
}
#footer_tel #tel_num {
	/*display: inline-block;
	*display: inline;
	*zoom: 1;*/
	font-size: 36px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif; /*明朝体*/
}
#footer_tel #tel_num,
#footer_tel #tel_num a{
	color:#000000;
}
#footer_tel #tel_num span.icon-i-free{
	padding-right:5px;
	vertical-align:text-bottom;
}

#footer_tel .tel_info{
	/*display: inline-block;
	*display: inline;
	*zoom: 1;*/
	text-align:left;
}

/* canpaign */
#campaign {
	padding: 15px 0 20px;
}

#campaign ul {
	overflow: hidden;
	text-align:center;
}

#campaign ul li {
	display:inline-block;
	margin-right: 15px;
}
#campaign ul li:last-child{
	margin-right:0;
}

/* caption */
#caption {
	padding: 60px 0 24px;
	width:95%;
	max-width:1280px;
	margin:0 auto;
}

/* footer_navi */
#footer_tel{
	width:26%;
	float:right;
}
#footer_navi{
	width:60%;
	float:left;
}

#footer_navi ul li {
	display: block;
	float:left;
	font-size: 93%;
	color: #ccc;
	line-height: 1;

	width:25%;

}
#footer_navi ul.navi_middle li{
	background:url(../img/arrow.png) no-repeat left center;
	background-size:3px;
}
#footer_navi ul.navi_middle li a{
	display:block;
	width:100%;
	padding:15px;
}
#footer_navi ul.navi_middle li.none{
	padding:15px;
}
#footer_navi ul.navi_middle li a{
	position:relative;
}
#footer_navi ul.navi_middle li a span:after{
	display: block;
	content: '';
	background: #000000;
	width: 75%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;

	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#footer_navi ul.navi_middle li a:hover span:after {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=1)"; /* IE 8 */

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}


#footer_navi ul.navi_utility{
	width:75%;
	margin-top:1.5em;
	background:url(../img/nav_line.png) no-repeat right center;
}
#footer_navi ul.navi_utility li{
	background:url(../img/nav_line.png) no-repeat left center;
	width:25%;
}
#footer_navi ul.navi_utility li a{
	display:block;
	text-align:center;
	padding:15px;
	position:relative;
}
#footer_navi ul.navi_utility li a span:after{
	display: block;
	content: '';
	background: #000000;
	width: 40%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;

	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#footer_navi ul.navi_utility li a:hover span:after {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=1)"; /* IE 8 */

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#footer_navi .midashi{
	font-size:120%;
	margin-bottom:10px;
	color:#000000;
}


/* corpotation_link */
#corpotation_link {
	background: #eeeeee;
	font-size: 0;
	text-align: center;
	font-size:87%;
	padding-top:36px;
}
#corpotation_link .midashi{
	margin-bottom:12px;
}
#corpotation_link .staff_logo{
	margin-bottom:30px;
}
#corpotation_link .sns li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#corpotation_link .sns li:nth-child(2){
	padding:0 15px;
}
#corpotation_link .sns li a{
	font-size:32px;
	line-height:0;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
#corpotation_link .sns li:nth-child(1) a:hover{
	color:#3c5998;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
#corpotation_link .sns li:nth-child(2) a:hover{
	color:#dc0758;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
#corpotation_link .sns li:nth-child(3) a:hover{
	color:#00c300;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}

/* copyright */
#copyright {
	padding: 36px 0;
	font-size: 87%;
	text-align: center;
}

#copyright br {
	display: none;
}

/* page_top */
#page_top {
	position: fixed;
	bottom: -5px;
	right: 0px;
	font-size: 77%;
}

#page_top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 130px;
	padding: 5px 0 8px;
	text-align: center;
	display: block;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

#page_top a:hover {
	text-decoration: none;
	background: #666;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}


.tab {
	display: none !important;
}

#smp_tel{
	display: none;
}



/*-----------------------------------------------------	*/
/*	for - 1279px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1279px) {

/* header */
/* header .inner {
	width: 980px;
} */


#wrap {
	padding-top: 50px; /*header差分*/
}
h1 span{
	display:none;
}
#pc_hnavi {
	right: 55px;
}
#smp_hbtn {
	display: block !important;
}


#navi {
	position: absolute;
	top: 0;
	right: 0;
	/*z-index: 999;*/
	width: 100%;
}

/* #pc_hnavi {
	display: none;
} */

#navi_btn {
	display: block;
}

#navi nav {
	overflow: hidden;
	margin-top: 50px;
}

#navi ul {
	display: none;
	background-color:rgba(255, 255, 255, 0.9);
	background-image:none;
}


#navi ul li {
	width: 20%;
}

#navi ul li a,
#navi ul li.none span {
	/*height: auto;
	padding: 12px 12px 10px;
	background: none;*/

	font-size: 100%;
	border-left: none;
}

#navi ul li span {
	padding: 0;
	background: none !important;
}

/*#navi li.none {
	display: none;
}*/

#navi nav.navi ul {
	overflow: hidden;
}

#navi nav.navi li {
	float: left;
	text-align: center;
	background-color: #eee;
	/* border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; */
}

#navi nav.navi li a {
	display: block;
	height: auto;
	padding: 12px 0 10px;
}

#smp_hnavi li {
	width: 25%;
	float:left;
}

#smp_hnavi li a,
#smp_hnavi li a span{
	display: block;
	width: calc(100%-2px);
	height: 50px;
	font-size: 0;
}
#smp_hnavi li a{
	margin-right:1px;
}
#smp_hnavi li:last-child a{
	margin-right:0;
}

#smp_hnavi li.nav_request a {
	background: #0306a6;
}
#smp_hnavi li.nav_request span{
	background:url(../img/nav_request.png) no-repeat center center;
}
#smp_hnavi li.nav_reserve a {
	background: #b50081;
}
#smp_hnavi li.nav_reserve span{
	background:url(../img/nav_reserve.png) no-repeat center center;
}
#smp_hnavi li.nav_request span{
	background:url(../img/nav_request.png) no-repeat center center;
}
#smp_hnavi li.nav_reserve span{
	background:url(../img/nav_reserve.png) no-repeat center center;
}
#smp_hnavi li.nav_outline a,
#smp_hnavi li.nav_map a {
	background: #c4b28b;
}
#smp_hnavi li.nav_outline span{
	background:url(../img/nav_outline.png) no-repeat center center;
}
#smp_hnavi li.nav_map span{
	background:url(../img/nav_map.png) no-repeat center center;
}




/* footer */
#footer_info {
	width: 95%;
}

#left_column,
#right_column {
	width: 49%;
}

#footer_tel p.tel_info{
	font-size:90%;
}

#footer_sp1,
#footer_sp2 {
	width: 49.8%;
}

#footer_req,
#footer_res {
	width: 49.8%;
}
.contents .bnr_area ul li span{
	font-size: 123.1%;
}

}


/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
/* #wrap {
	padding-top: 112px; header差分
} */
.inner {
	width: 95%;
}

/* header */
header .inner {
	width: 100%;
}

#navi ul li {
	width: 25%;
}

.tab {
	display: block !important;
}

/* #smp_hnavi {
	display: block;
} */

/* footer */
#campaign ul li {
	width: 31.33%;
}

#bnr_bz ul li {
	width: 31.33%;
}

#footer_info {
	width: 95%;
}

#left_column,
#right_column {
	width: 100%;
}

#info{
	position:relative;
	float:left;
	width:65%;
}
#footer_sp1,
#footer_sp2 {
	width: 100%;
}

#footer_bnr2{
	float:left;
	width:49.8%;
}
/* #footer_tel{
	float:right;
	width:47%;
} */
#footer_tel p,
#footer_tel #tel_num,
#footer_tel .tel_info{
	display: block;
	text-align:center;
}
#footer_req,
#footer_res {
	width: 100%;
	text-align:center;
}
#footer_req{
	margin-bottom:10px;
	background-color:#14448b;
}
#footer_res {
	background-color:#082d68;
}

#foot_in .foot_in_box{
	width:100%;
}
#footer_navi{
	width:95%;
	max-width:1280px;
	margin:0 auto;
	float:none;
}
#footer_tel{
	width:100%;
	float:none;
	margin-top:48px;
	padding-top:48px;
	border-top:solid 2px #000000;
}

}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

/*
img.photo {
	display: block;
	margin: 0 auto;
}
*/
.pc {
	display: none !important;
}
.pc_inline {
	display: none !important;
}

.smp {
	display: block !important;
}
.smp_inline {
	display: inline !important;
}

.tab {
	display: block !important;
}


#wrap {
	padding-top: 100px; /*header差分*/
}

/* header */
#navi ul li {
	width: 50%;
	*width: 49.7%;
}

#smp_hnavi {
	display: block;
}
#pc_hnavi {
	display: none;
}
#smp_tel{
	display: block;
}
#navi ul li a, #navi ul li span{
	height:70px;
}
#navi ul li a, #navi ul li.none span{
	padding-top:24px;
}


/* contents */
#contents .breadcrumbs .for_pc{
	display:none;
}

/*.contents .plan_area ul li a:hover img{
	visibility: visible;
}*/

/* footer */
#left_column,
#right_column {
	width: 100%;
}

#left_column .txt_block {
	overflow: hidden;
	height: auto;
}

#info {
  float: none;
  width: 100%;
}

#footer_bnr,
#footer_tel {
	width: 100%;
}

#footer_sp1, #footer_sp2 {
  width: 49.8%;
}

#footer_bnr2 {
	float: left;
	overflow: hidden;
	width: 100%;
}
#footer_req, #footer_res {
  width: 49.8%;
}
#footer_req {
  margin: 0 0 20px 0;
}
#footer_bnr,
#footer_tel {
	width: 100%;
}

/* #corpotation_link li {
	width: 33.3%;
} */

#campaign ul li {
	width: 48%;
	margin-bottom: 10px;
}

#campaign ul li:last-child {
	margin-bottom: 0;
}



#footer_navi ul.navi_middle{
	border-top:solid 1px #ddd;
}
#footer_navi ul li{
	width:50%;
	border-bottom:solid 1px #ddd;
}
#footer_navi ul li:nth-child(odd){
	border-right:solid 1px #ddd;
}
#footer_navi ul.navi_middle li{
	background:none;
	text-align:center;
}
#footer_navi ul.navi_middle li a span::after{
	content:none;
}
#footer_navi ul.navi_utility{
	width:100%;
}
#footer_navi{
	width:100%;
	margin:0;
}
#footer_navi ul.navi_utility{
	margin-top:0;
}
#footer_navi ul{
	border:none;
}
#footer_navi ul.navi_utility li,
#footer_navi ul.navi_utility{
	background:none;
}
#footer_navi ul.navi_utility li a span::after{
	content:none;
}
#footer_navi ul.navi_utility li a{
	padding:20px 0;
}
#footer_navi ul.navi_utility li:nth-child(1),
#footer_navi ul.navi_utility li:nth-child(2){
	background:#c4b28b;
	width:50%;
}
#footer_navi ul.navi_utility li:nth-child(3){
	background:#0306a6;
	width:100%;
}
#footer_navi ul.navi_utility li:nth-child(3) a{
	color:#FFFFFF;
}

#footer_navi ul.navi_utility li:nth-child(4){
	background:#b50081;
	width:100%;
}
#footer_navi ul.navi_utility li:nth-child(4) a{
	color:#FFFFFF;
}

#footer_tel{
	margin-top:0;
}

#footer_navi .midashi{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

}



/*-----------------------------------------------------	*/
/*	for - 560px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 560px) {

	h1 span{
		display:none;
	}
	h1 img{
		width:80%;
		max-width:211px;
	}

}






/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

/* #wrap {
	padding-top: 126px; header差分
} */

/* header */
/*h1 {
	height: 80px;
	padding:10px;
}

#logo {
	width: 110px;
	padding-right: 0;
}

#logo_bukken {
	padding-top: 13px;
}

#logo,
#logo_bukken {
	display: block;
}

#smp_hbtn a{
	height: 80px;
}

#smp_top{
	display:none;
}

#navi nav {
	margin-top: 80px;
}*/

/* contents */
#title_area .inner .pan_navi {
	display: none;
}


/* footer */
#footer_req, #footer_res {
  width: 49.8%;
}

#footer_tel p {
	text-align:center;
}

/* #footer_tel p br {
	display: none;
} */

#footer_tel #tel_num {
	display: block;
	font-size: 30px;
}

#campaign ul {
	width: 100%;
}

#campaign ul li {
	float: none;
	width: 100%;
	margin-right: 0;
}

#campaign ul li img{
	width: 100%;
}


#copyright br {
	display: block;
}

.contents .bnr_area ul li{
	width: 100%;
	margin-left: 0;
	margin-bottom: 1em;
}
.contents .bnr_area ul li span{
	font-size: 146.5%;
}
.contents .bnr_area ul li span{
	font-size: 146.5%;
}
}
