﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@media screen and (max-width: 480px){
	body{
		font-size: 80%;
	}
}
#wrapper{
	text-align: left;
}
a:link,
a:visited{
	color:#f09192;
}
a:hover,
a:active{
	color:#8c5c05;
}

/* ------------------------------------------------------
	Header
-------------------------------------------------------　*/
#header{
	width: 100%;
	border-bottom: #8c5c05 solid 1px;
	margin-bottom: 20px;
	line-height: 1;
	background: #fff;
	position: fixed;
}
.header-inner{
	width: 640px;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}
.sitetitle{
	float:left;
	width: 23%;
}
.telephone{
	float:right;
	width: 59%;
}
#container{
	padding: 140px 0 0 0;
}

@media screen and (max-width: 640px) {
	.header-inner{
		width: auto;
		margin: 0;
		padding: 20px 10px;
	}
	.sitetitle img,
	.telephone img{
		max-width: 100%;
	}
	#container{
		padding: 130px 0 0 0;
	}
	}
@media screen and (max-width: 480px) {
	.header-inner{
		padding: 10px;
	}
	#header{
		margin-bottom: 10px;
	}
	.telephone dd{
		font-size: 10px;
	}
	#container{
		padding: 80px 0 0 0;
	}
}
@media screen and (max-width: 320px) {
	.telephone dt{
		padding-bottom: 5px;
	}
	.telephone dd{
		font-size: 8px;
	}
	#container{
		padding: 70px 0 0 0;
	}
}

/* ------------------------------------------------------
	Contents
-------------------------------------------------------　*/
.primary{
	padding-bottom: 20px;
	text-align: center;
}
.primary img{
	max-width: 100%;
}
#contents{
	padding: 0 10px;
}
#contents h2{
	font-size: 16px;
	padding: 10px;
	background: #f09192;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#contents h2{
		font-size: 13px;
		padding: 5px;
		}
}
.box{
	padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.box{
		padding-bottom: 20px;
	}
}
.delimit{
	padding-bottom: 10px;
}
.box em{
	color:#8c5c05;
	font-weight: bold;
}
/* 専用電話 */
.phone-line a:link,
.phone-line a:visited {
	display: block;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: solid 2px #f09192;
	background: #fff;
	margin-bottom: 40px;
	text-decoration: none;
}
.phone-line a:hover,
.phone-line a:active {
	color:#f09192;
	background: #fff2f2;
}

.phone-line span{
	font-size: 18px;
	height: 40px;
	background: url(../img/icon.png) no-repeat;
	background-size: 22px 40px;
	padding-left: 30px;
	line-height: 40px;
	display: block;
	width: 300px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.phone-line span{
	font-size: 14px;
	height: 40px;
	width: 240px;
}
}


/* 注意 */
.caution{
}
.caution li{
	background: url(../img/square.png) no-repeat;
	padding:0 0 5px 15px;
	background-position: 0 6px
}
@media screen and (max-width: 480px) {
	.caution li{
		padding:0 0 5px 10px;
		background-size: 4px;
		background-position: 0 7px
	}
}

/* 書類ダウンロード */
.doc-dl{
	padding-top: 10px;
	overflow: hidden;
}
.doc-dl li{
	float: left;
	padding-right: 20px;
}
.doc-dl li a:link,
.doc-dl li a:visited{
	width: 150px;
	background: #8c5c05;
	padding: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 480px){
	.doc-dl li{
		float: left;
		padding-right: 10px;
	}
	.doc-dl li a:link,
	.doc-dl li a:visited{
		width: 120px;
		padding: 5px;
	}
}
.doc-dl li a:hover,
.doc-dl li a:active{
	background: #f09192;
}

/* 流れ */
.flow dt{
	border-top: dotted 1px #ccc;
	background-position: 0 10px;
	line-height: 36px;
	padding: 10px 0 5px 48px;
	color: #8c5c05;
	font-weight: bold;
	font-size: 16px;
}
.flow dd{
	background: url(../img/arrow.png) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 480px){
.flow dt{
	background-size: 18px;
	line-height: 18px;
	padding: 10px 0 5px 24px;
	font-size: 14px;
}
.flow dd{
	background-size: 9px;
}
}

.flow1{
	background: url(../img/flow1.png) no-repeat;
}
.flow2{
	background: url(../img/flow2.png) no-repeat;
}
.flow3{
	background: url(../img/flow3.png) no-repeat;
}
.flow4{
	background: url(../img/flow4.png) no-repeat;
}
.flow5{
	background: url(../img/flow5.png) no-repeat;
}
.flow6{
	background: url(../img/flow6.png) no-repeat;
}
.flow7{
	background: url(../img/flow7.png) no-repeat;
}

.flow dd.end{
	background: none;
	padding: 0;
	margin: 0;
}

#word1{
	margin-top:-120px;
	padding-top:120px;
}

@media screen and (max-width: 480px){
	#word1{
		margin-top:-70px;
		padding-top:70px;
	}
}

@media screen and (max-width: 320px){
	#word1{
		margin-top:-60px;
		padding-top:60px;
	}
}

#word1 dt{
	margin-top: 10px;
	border-top: dotted #ccc 1px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
.totop{
	position: fixed;
	bottom: 30px;
	right: 20px;
}
.totop a{
	width:30px;
	height: 0;
	background: url(../img/totop.png) no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	background-size: 30px;
}

.about h3{
	color:#8c5c05;
	font-weight: bold;
}
.address{
	padding-bottom: 10px;
}
.map{
	padding-bottom: 5px;
}

.consultation{
	width: 100%;
}
.consultation th{
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: #8c5c05 solid 1px;
	width: 12%;
	color: #8c5c05;
}
.consultation th.headitem{
	width:28%;
}
.consultation td{
	text-align: center;
	padding: 3px;
	border: #8c5c05 solid 1px;
	vertical-align: middle;
}
.consultation td.open{
	color: #f09192;
}


/* ------------------------------------------------------
	Footer
-------------------------------------------------------　*/
footer{
	padding: 5px;
	text-align: center;
	background: #f09192;
	color: #fff;
	font-size: 10px;
}

