﻿/* ************************************** _

タイトル：base.css

概要：全ページ共通となるベースCSSファイル

_ ************************************** */


/* kill 'Browser standard style'
---------------------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

/* Re style
---------------------------------------------------------------------------- */

a { color: #45A5D6; text-decoration: none;}
a:hover { color: #64b9e5; text-decoration: underline;}
/*a:visited { color: #3688BA;}*/

strong { font-weight: bold; }
em     { font-style: normal; }

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
  	height: auto;
}

hr { display:none; }

p {
	margin-top: 0;
	padding-bottom: 0;
	line-height: 1.75;
}

li { margin: 0; list-style: none; }

ul ul, ol ul, ul ol, ol ol,dl ul, dl ol, dl dl, td td, dt label { font-size: 100%; }

table { border-collapse: collapse; }


/* html5
---------------------------------------------------------------------------- */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}


/* body 
---------------------------------------------------------------------------- */
body{
	padding: 0;
	color: #333333;
	font: 1.2em  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/*font: 1.1em  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	line-height: 1.75;
	background: #fff;
	overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
	body{
		font: 0.875em  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		/*font: 0.875em  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	}
}

/* wrapper
---------------------------------------------------------------------------- */
#wrapper{
	margin: 0 auto;
	width: 100%;
	text-align: left;	
}

@media screen and (max-width: 736px) {
	#wrapper{
	padding-bottom:45px;
}
}
/* container
---------------------------------------------------------------------------- */
#container{
	width: 100%;
	margin: 0 auto;
	
}

/* header
---------------------------------------------------------------------------- */
#header{
	width: 100%;
	margin-bottom:10px;
	padding-bottom:16px;
	background:#fff url(../images/cmn_img/header_underline.png) repeat-x bottom left;
}
#header .inner{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header .inner .head_logo{
	float:left;
	width: 21.3%;
	padding-top:10px;
}
#header .inner .head_logo img{
	max-width:213px;
	width:100%;
}
#header .inner .head_logo p.catch{
	font-size:12px;
	margin-bottom:10px;
}
#header .inner p.catch2{
	font-size:12px;
}

#header .inner .head_navi{
	float:right;
	width: 70%;
	padding-top:2px;
	padding-right: 20px !important;
}
#header .inner .head_navi ul.head_navi_2btn{
	width: 100%;
	color:#fff;
}
#header .inner .head_navi ul.head_navi_2btn li a{
	width: 161px;
	height:34px;
	display:block;
	float:right;
	margin-left:5px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-radius: 5px;
	line-height:34px;
	margin-bottom:20px;
}
#header .inner .head_navi ul.head_navi_2btn li a:hover{
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* 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;
	text-decoration: none;
}

#header .inner .head_navi ul.head_navi_2btn li.mail_icon a{
	background-color:#ff9494;
}
#header .inner .head_navi ul.head_navi_2btn li.mail_icon a:before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 22px;/*画像の幅*/
	height: 17px;/*画像の高さ*/
	background-image: url(../images/cmn_img/contact_icon.png);
	margin-right:5px;
}
#header .inner .head_navi ul.head_navi_2btn li.carsearch_icon a{
	background-color:#29abe2;
}

#header .inner .head_navi ul.head_navi_2btn li.carsearch_icon a:before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 21px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
	background-image: url(../images/cmn_img/search_icon.png);
	margin-right:5px;
}

#header .inner .reserve_headbtn{
	position: absolute;
	top:0;
	right:0px;
	width:230px;
	background-color:#92278f;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	padding:3px 0;
	-webkit-transition: all .3s;
  transition: all .3s;
}
#header .inner .reserve_headbtn:hover{
	background-color: #ce52cb;
}
#header .inner .reserve_headbtn a{
	color:#fff!important;
	text-decoration: none!important;
	display:block;
}
#header .inner .reserve_headbtn a{
	color:#fff!important;
	text-decoration: none!important;
	display:block;
}
#header .inner .reserve_headbtn a::before{
	content: url(../images/cmn_img/reserve_headbtnicon.png);
	vertical-align: middle;
	padding-right: 8px;
}


@media screen and (max-width: 1000px) {
#header{
	padding-bottom:12px;
}
#header .inner h1{
	margin-left:5px;
}
#header .inner .head_logo{
	margin:0 0 0 5px;
	width: 50%;
}
#header .inner .head_logo img{
	max-width:200px;
}
#header .inner .head_navi{
	margin:0 5px 0 0;
}
#header .inner .head_navi ul.head_navi_2btn{
	display:none;
}
#header .inner .head_logo p.catch{
	display:none;
}
#header .inner p.catch2{
	display:none;
}
	
#header{
	margin-bottom:5px;
}
#header .inner{
	padding-top:0px;
}
#header .inner h1{
	margin-bottom:0;
	margin-left:0;
}

.sp_gmenu_logo_wrap{
	padding-bottom:9px;
	padding-top:5px;
	border-bottom:2px solid #ccc;
	clear:both;
	position:relative;
}
.sp_gmenu_logo{
	width:180px;
	padding: 5px 0 0 5px;
	margin-right:10px;
}
.sp_gmenu_logo img{
		width:100%;
}
.sp_gmenu_logo_wrap p{
	position:absolute;
	top:13px;
	right:60px;
	width:auto;
}
#header .inner .reserve_headbtn{
	display:none;
}
}

@media screen and (max-width: 736px) {
#header .inner .head_logo{
	width: 60%;
}
}

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

}






/* content
---------------------------------------------------------------------------- */

#content{
	width: 100%;/*1200px*/
	margin: 0 auto;
}

/*メインコンテンツ*/
#content #primaryContent{
	/*max-width: 1000px;*/
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.sp_innerpd{
		padding: 0 10px;
	}

}




/* topicPath
---------------------------------------------------------------------------- */
	
#topicPath {
	height: 30px;
	line-height: 32px;
	background: #FFF;
	margin-top: -40px;
	margin-bottom: 30px;
}
	#topicPath ul{
		width: 1200px;
		margin: 0 auto;
		padding: 0 0 0 30px;
		background: #F2F2F2 url(../images/cmn_img/bg_home.gif) no-repeat 10px center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#topicPath ul span{
		font-size: 12px!important;  
	}
	
	#topicPath li {   
		display: inline;  
		line-height:110%;   
		list-style-type:none; 
		font-size: 12px!important;  
	}

	#topicPath li.home{
		
	}
		#topicPath li a {   
			margin-right: 3px;   
			padding-right: 13px;   
			background:url(../images/cmn_img/topicpath.gif) no-repeat right center; 
			font-size: 12px!important;    
		}
@media screen and (max-width: 480px) {
	#topicPath{ display: none; }
}

/* footer
---------------------------------------------------------------------------- */

/* pagetop */

#page-top {
    position: fixed;
    bottom: 55px;
    right: 10px;
	z-index: 99999;
}
#page-top a {
    text-decoration: none;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

.sp_bottom_menu{
    display:none;
}



#footer {
	width: 100%;
	margin : 0 auto;
	clear:both;
}

#footer .footmenu_list {
	width: 100%;
	margin : 0 auto;
	background: #FFEEDE;
	padding: 10px 0 10px 0;
}
#footer .footmenu_list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	align-content:stretch;
	width:100%;
	max-width:1000px;
	margin: 0 auto;
}

#footer .footmenu_list ul li{
	flex-basis: auto;
	max-width:auto;
	padding: 0 10px;
	font-size:80%;
}
#footer .footmenu_list ul li{
	flex-basis: auto;
	max-width:auto;
	padding: 0 10px;
	font-size:80%;
}
/*
#footer .footmenu_list ul li a{
	color:#333;
	text-decoration: none;
}
#footer .footmenu_list ul li a:hover{
	color:#666;
	text-decoration: none;
}
*/

/*フッターナビゲーション*/
#footer .foot_wrap_bg{
	background: #f3a21a;
}
#footer .foot_wrap{
	background: #f3a21a;
	padding: 40px 0 40px 0;
	color: #fff;
	font-size:15px;
	max-width: 1000px;
	margin: 0 auto;
}
#footer .foot_wrap a{
	color:#fff;
	text-decoration: none;
}
#footer .foot_wrap a:hover{
	color:#BBECFF;
	text-decoration: none;
}

#footer .foot_wrap .foot_wrap_r{
	float:right;
	width:42%;
}
/*
#footer .foot_wrap .foot_wrap_r ul{
	flex-basis: 47.5%;
}

#footer .foot_wrap .foot_wrap_r ul li{
	
	font-size:15px;
	padding:0 8px;
	margin-bottom:8px;
}
*/

#footer .foot_wrap .foot_wrap_l{
	float:left;
	width:37%;
}
#footer .foot_wrap .foot_wrap_l p{
	line-height:1.5em;
}
#footer .copy_wrap .txtlink span{
	margin-right:20px;
}
.copywrite{
	font-size:14px;
	padding:5px 0;
	background-color:#ff7200;
	text-align:center;
	color:#fff;
}

@media screen and (max-width: 736px) {
#footer .footmenu_list {
	padding: 10px 0 5px 0;
}
#footer .footmenu_list ul li{
	margin-bottom:5px;
}
#footer .foot_wrap{
	padding: 20px 0 30px;
	font-size:13px;
}
#footer .foot_wrap .foot_wrap_r{
	float:none;
	width:100%;
}
#footer .foot_wrap .foot_wrap_r ul{
	justify-content: center;
	flex-basis: 49%;
}

#footer .foot_wrap .foot_wrap_r ul li{
	font-size:13px;
}

#footer .foot_wrap .foot_wrap_l{
	float:none;
	width:100%;
	text-align: center;
	margin-bottom:30px;
}


.copywrite{
	font-size:12px;
	text-align:center;
}
.sp_bottom_menu{
    display:block;
	position: fixed;
    bottom: 0px;
	width:100%;
	z-index:999999;
}
.sp_bottom_menu ul{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	width:100%;
	height:45px;
	overflow:hidden;
	text-align:center;
}

.sp_bottom_menu ul li{
	flex-basis: 33.333%;
	align-self: center;
	line-height:45px;
	height:45px;
	display:block;
}
.sp_bottom_menu ul li a{
	width: 100%;
	color:#fff;
}
.sp_bottom_menu ul li:first-child{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */

}
.sp_bottom_menu ul li:nth-child(2){
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: #92278F; /* Old browsers */
background: -moz-linear-gradient(top,  #92278F 0%, #781275 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #92278F 0%,#781275 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #92278F 0%,#781275 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781275', endColorstr='#781275',GradientType=0 ); /* IE6-9 */

}
.sp_bottom_menu ul li:last-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90c62a+0,27a74a+100 */
	background: #90c62a; /* Old browsers */
	background: -moz-linear-gradient(top, #90c62a 0%, #27a74a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #90c62a 0%,#27a74a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #90c62a 0%,#27a74a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c62a', endColorstr='#27a74a',GradientType=0 ); /* IE6-9 */
}
}

ul.flaoting_navi{
	position:fixed;
    top:200px;
	right:0;
	width:45px;
	z-index:999999999;
}

@media screen and (max-width: 999px) {
	ul.flaoting_navi{
		display:none!important;
}
}
