@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


html,body {

	font-size:18px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	color: #ffffff;

    height: 100%
    
}

body:after {/*擬似要素をつくる*/
  position: fixed;/*固定配置*/
  top: 0; left: 0;/*左上に固定*/
  width: 100%; height: 100%;/*画面全体を覆う*/
  content: "";
  background: #cf488b;/*保険用*/
    background: -moz-linear-gradient(top, #cf488b 0%,#fa8072 100%);/*古いFireFox向け*/
  background: -webkit-linear-gradient(top, #cf488b 0%,#fa8072 100%);/*古いSafari・Chrome向け*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf488b', endColorstr='#fa8072',GradientType=0 );/*IE9以下への対応*/
  background: linear-gradient(to bottom, #cf488b 0%, #fa8072 100%);/*正規のプロパティ*/
  z-index: -1;
}



#contents {
	margin-top: 30px;
	text-align: center;

}


/**************
a.btn_ao_b
**************/

a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
/*
  border: 2px solid #014897;
  background: #fff;
*/
  border: 2px solid #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
/*  background-color: #e9f3fd;*/
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
/*
  color: #004386;
*/
  color: #ffffff;

  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
/*
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
*/
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;

  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}


p.indentback{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: -1em;
  }





h1 {
	font-size:28px;
	line-height:1.4;
}

h2 {
	margin-top: 20px;
	margin-bottom:0.5em;
	font-size:24px;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}
h3:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	border-left:5px solid #cf0c0c;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
max-width:100%;height:auto;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ef8100;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:0px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:0px solid #ddd;
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	vertical-align: top;
	border:0px solid #ddd;
}

.intro_form input[type=text], .intro_form input[type=tel] {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.photo img {
	max-width:100%;
}

img.aligncenter {
display:block;
/*margin:5px auto 30px auto;*/
margin:0px auto 0px auto;
text-align:center;
}

img.alignright{
/*margin:5px 0 30px 30px;*/
margin:5px 0 5px 30px;
}

img.alignleft{
/*margin:5px 30px 30px 0;*/
margin:5px 30px 5px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}

button{
	display: block;
	width: 80%;
	margin: 0 auto 0 auto;
}

.submit_btn{
    background: url(../images/introduction1_submit.png)  no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    background-size: contain;
    padding-top: 15%;
}

.square_btn {
    position: relative;
    display: block;
    padding: 10px 40px;
    text-decoration: none;
    color: #FFF;
    background: #F58434;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
		max-width: 200px;
		margin: 30px auto 0 auto;
		text-align: center;
}

.square_btn:hover {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
		color:#ffffff;
}

.square_btn_topback {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 10px 40px;
    text-decoration: none;
    color: #FFF;
    background: #4F0D00;
    transition: .4s;
		max-width: 200px;
		margin: 30px auto 0 auto;
		text-align: center;
  }

.square_btn_topback:hover {
    background: #9F1C00;
		color:#ffffff;
}

.float_left{
	float:left;
	width: 50%;
}

.float_right{
	float:right;
	width: 50%;
}

/*================================================
 *
 ================================================*/
#linenotes{
	max-width: 500px;
	font-size:12px;
	margin: 10px auto 10px auto;
}

.carposition{
 display: inline;
 float: left;
}

.navidial{
	width: 70%;
	margin: 0 auto;
}

.navi-title{
	font-size: 1.5em;
	display: inline-block;
	width: 100%;
	text-align: center;
}


.navi-num{
	font-size:3em;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.navi-num img{
	margin-right: 10px;
	vertical-align: middle;

}

.navi-hour{
	font-size: 1.3em;
	display: inline-block;
	width: 100%;
	text-align: center;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
/*	margin-top:30px;*/
	margin-bottom:50px;
}
header h1 {
	margin-bottom:30px;
}
h1 span {
	font-size:12px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 0px;
	}

	#contents {
		width:100%;
	}

	header {
		width:100%;
	}

	.float_left, .float_right{
		float:none;
		width: 100%;
	}

	.float_right{
		margin-top: 40px;
	}


	.carposition{
	 display: block;
	 margin: 0 auto 0 auto;
	 float: none;
	}

	.navidial{
		width: 90%;

	}
	
	.navi-title{
		font-size: 1.0em;

	}
	
	.navi-num{
		font-size:1.9em;
		vertical-align: middle;
	
	}
	
	.navi-num img{
		margin-top: 10px;
		margin-right: 5px;
		width: 12%;
		vertical-align: middle;	
	}
	
	.navi-hour{
		font-size: 1em;

	}




}
