@charset "utf-8";

/* ===================================================================
CSS information

 File Name        : common.css
 Style Info       : 基本スタイル
=================================================================== */

/* IMPORT FORMS */
@import url("bloc.css");

header {
	background-color: #FFF;
	padding: 10px 0 15px;
}

nav {
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 2em;
}

article {
	text-align: center;
}

aside {
}

footer {
	background-color: #FFF;
	text-align: center;
	border-top: #e50d25 solid 5px;
}

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.tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}

table.tbl th, table.tbl td {
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	padding: 5px 5px;
	border: 1px solid #CCC;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/* Minimal base styles. */
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

ul, ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}


/* Remove margins for navigation lists */
nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

strong {
	color: #C00000;
	font-weight: bold;
}

td {
	vertical-align: top;
}


/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.6;
	font-size: 1em;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
	overflow-x: hidden;
	background: #FFF;
}

a {
	color: #000000;
	-webkit-tap-highlight-color: #000000;
	text-decoration: none;
}

a:hover, a:hover p {
	color: #595656;
}

a:visited {
	/* color: #606060; */
}

img {
	vertical-align: bottom;
	transition: 0.5s;
	max-width: 100%;
	height: auto;
}

a img:hover {
	/*画像マウスオーバー*/
	opacity: 0.6;
	transition: 0.5s;
}

ul {
	margin: 0;
	padding: 0;
}

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

h1 {
	margin-bottom: 1em;
}

article h1 {
	font-size: 1.75em;
	font-family: 'Cormorant Upright', serif;
	font-style: italic;
	text-align: center;
	padding: 0.2em 0.5em;
	margin: 1em 0;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	display: inline-block;
}

/* PCサイト用 */
@media (min-width: 768px) {
	article h1 {
		margin-bottom: 2em;
	}
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h2 i.fa-lg {
	margin-right: 0.3em;
}

h2 span {
	color: #fff;
	background-color:#595656;
	padding: 0;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

h3 {
	color: #666;
	font-size: 1.5em;
	font-family: 'Cormorant Upright', serif;
	font-style: italic;
	margin-bottom: 0.5em;
}

h3:before {
	font-family: 'Arial', serif;
	font-style: normal;
	content: "-";
	margin-right: 5px;
}

h3:after {
	font-family: 'Arial', serif;
	font-style: normal;
	content: "-";
	margin-left: 5px;
}

h5 {
	font-size: 0.8em;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}


/* site-logo ==========================*/
.site-info {
	padding-top: 10px; /* 真ん中にまで文字を下ろす */
}

.site-logo {
	/* サイズ指定 */
	width: 50px;
	height: 50px;
	/* 背景色 */
	background-color: #e50d25;
	/* 角を丸くする */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: rgba(113,135,164,.65098) 1px 1px 3px 1px;
	-webkit-box-shadow: rgba(113,135,164,.65098) 1px 1px 3px 1px;
	-moz-box-shadow: rgba(113,135,164,.65098) 1px 1px 3px 1px;
	float: left;
	margin-bottom: 1em;
}

.site-logo h4 {
	text-align: center; /* 中央寄せ */
	color: #fff; /* 文字を白色に */
	margin: 0; /* h1とpの余白をリセット */
}

.step p.ttl {
	font-size: 1.1em;
	padding: 12px 0 0 60px;
	font-weight: bold;
}

.step p.ttl small {
	font-size: 0.7em;
	font-weight: normal;
}

/* PCサイト用 */
@media (min-width: 768px) {
	.step p.ttl {
		font-size: 20px;
	}
}

/* あとは文字サイズや太字を指定 */
.site-logo h4 {
	font-size: 20px;
}


/* pageTop ==========================*/
/*スマホで見た時*/
#pageTop {
	background: rgba(100, 100, 100, 0);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#pageTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 70px;
	line-height: 60px;
	font-size: 13px;
}

#pageTop i {
	font-size: 30px;
	padding-top: 15px;
}

#pageTop span {
	display: none;
}


/* =========== article =========== */
article div.desc {
	padding: 10px;
	margin-bottom: 1em;
}

article div.desc h2 {
	text-align: center;
	margin: 1em 0;
}

article div.desc h2 img {
	max-width: 50%;
}

article h4.mel {
	text-align: center;
	margin: 1em 0;
}

article h4.mel img {
	max-width: 75%;
}

article div.desc p {
	line-height: 1.5;
}

article div.desc p.tel {
	margin-bottom: 0;
}

article div.desc p.tel2 {
	margin-bottom: 1em;
}

article div.desc h2.tel {
	font-size: 2em;
	margin: 0.25em 0;
}

article div.desc p.goraiten {
	border-top: 1px solid #000000;
	padding-top: 3em;
	margin-bottom: 0;
}

/* PCサイト用 */
@media (min-width: 768px) {
	article div.desc {
		padding: 10px;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	article div.desc h2 {
		margin: 0 0 2em;
	}

	article div.desc p {
		font-size: 1.1em;
		text-align: center;
		line-height: 2.5;
	}

	article h4.mel {
		margin: 1em 0 2em 0;
	}
}


/* =========== ボタン =========== */
#toTop, #toHome, #toIndex {
	clear: both;
}

#toTop a, #toHome a, #toIndex a {
	color: #000000;
	text-align: right;
	padding: 20px 0;
	vertical-align: bottom;
	display: block;
	float: right;
}

/* Header */
header {
	border-top: #e50d25 solid 5px;
}

header h1 {
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1;
}

header p {
	margin-bottom: 0.25em;
}

header h1 a {
	width: 27%;
	height: auto;
	display: block;
	margin: 0 0;
}

/* slicknav */
.slicknav_menu {
	display: none;
}

/* スマホのみ */
@media screen and (max-width: 768px) {
	nav {
		margin-bottom: 0;
	}

	#gnavi {
		display: none;
	}

	header p {
		text-align: center;
		font-size: 0.8em;
	}

	header h1 a {
		width: 50%;
		max-width: 250px;
		height: auto;
		display: block;
		margin: 10px auto;
		padding-bottom: 5px;
	}

}

header .container {
	position: relative;
}

header ul.links {
	position: absolute;
	top: 0;
	right: 0;
}

header ul.links li {
	width: 70px;
	height: auto;
	margin-left: 20px;
	float: left;
}

header ul.links li img {
	width: 100%;
	height: auto;
}

header ul.links li.txt {
	clear: both;
	font-size: 14px;
	width: 180px;
	margin: 5px 0 auto auto;
	text-align: right;
}

header ul.links li.txt a {
	color: #00238c;
}

#intro {
	margin-bottom: 30px;
}


/* スマホのみ */
@media screen and (max-width: 768px) {

	header ul.links li {
		clear: both;
		width: 35px;
		float: right;
		margin-right: 5px;
	}

	header ul.links li.txt {
		font-size: 11px;
		text-align: right;
		max-width: 100px;
		margin: 5px 5px auto auto;
	}

#intro {
	padding: 5px;
}

}

@media screen and (max-width: 480px) {
	header ul.links li {
		max-width: 40px;
		margin-left: 0;
		margin-bottom: 5px;
		clear: both;
	}
}

/* Footer */
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* bold */
.bold {
	font-weight: bold;
}

#map {
	width: 100%;
	height: 300px;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 入力フォームの背景を調整 */
textarea.ui-body-b,input.ui-body-b {
	background-color: white;
}

/* 見出しとフォーム部品の間の余白を調整 */
.ui-field-contain:first-child {
	padding-top: 0;
}

/* blk */
.blk {
	margin-bottom: 20px;
	clear: both;
}

/* footer */
footer div#fnavi {
	max-width: 1000px;
	margin: 0 auto;
}

footer div#fnavi ul li {
	margin: 10px 0 !important;
	padding: 0 10px !important;
	line-height: 1;
	border-right: 1px solid #333;
	font-size: 12px;
	display: inline-block;
}

footer div#fnavi ul li:last-child {
	border-right: none;
}

footer div#fnavi ul li a {
	color: #333;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	float: left;
	display: inline-block;
}

footer div#fnavi ul li a:hover {
	border:none;
}

/* スマホのみ */
@media ( max-width : 768px ) {
	footer div#copyright {
		padding-bottom: 30px;
	}

	footer div#fnavi ul {
		margin-left: -5px;
		padding: 10px 0px;
		text-align: center;
	}
}

/* contactbox */
#contactbox {
	color: #FFF;
	text-align: center;
	background: #000000;
	padding: 20px 0;
	margin: 0;
	clear: both;
}

#contactbox2 {
	text-align: center;
	padding: 20px 0;
	margin: 0;
	clear: both;
}

/* detailcontact */
#detailcontact {
	padding: 20px 0;
	margin: 0;
	clear: both;
}

#detailcontact p {
	text-align: center;
}

/* copyright */
#copyright {
	padding-bottom: 10px;
	margin: 0;
	clear: both;
}

#copyright .container {
	font-size: 0.8em;
	text-align: center;
}




/* =========== お問い合わせフォーム =========== */
#contact a:link { text-decoration: none; color: #0036d9;}
#contact a:visited { text-decoration: none; color: #0036d9;}
#contact a:hover { text-decoration: underline;}

table.form-style th{width: 25%;}
table.form-style td.item_1{width: 15%;}
table.form-style td.item_2{width: 60%;}

#table_form {
	border-collapse: collapse;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 17px;
	color: #444;
}

#table_form th {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: none;
	text-align: left;
	vertical-align: middle;
	background: -prefix-linear-gradient(to bottom, #fff, #fff 60%, #ddd);
	background: linear-gradient(to bottom, #fff, #fff 60%, #ddd);
	padding-left: 20px;
}

#table_form td {
	border: 1px solid #777;
	text-align: center;
	vertical-align: middle;
	padding-left: 20px;
}

#table_form td.item_1 {
	background: -prefix-linear-gradient(to bottom, #fff, #fff 60%, #ddd);
	background: linear-gradient(to bottom, #fff, #fff 60%, #ddd);
	border-left: none;
	padding: 40px 20px;
}

#table_form td.item_2 {
	text-align: left;
}

#table_form td.item_3 {
	text-align: left;
	padding: 10px 20px;
}


/*-- フォーム外の枠線 --*/
fieldset {
	border: 0 #ffffff none;
}


/*-- フォームのセル --*/
input, textarea {
	font-size: 90%;
}

input.length_01 {
	width: 350px;
	height: 30px;
}

textarea {
	border: 1px solid #777;
	width: 450px;
	height: 100px;
}


/*-- 必須と任意 --*/
.bg_red {
	background-color: #df2032;
	border-radius: 5px;
	font-size: 14px;
	padding: 3px 7px;
	color: #fff;
}

.bg_blue {
	background-color: #002db2;
	border-radius: 5px;
	font-size: 14px;
	padding: 3px 7px;
	color: #fff;
}


/*-- フォームのフォーカス時設定 --*/
input:focus, select:focus, textarea:focus {
	outline: 2px #ffbfbf solid;
}


/*-- 文字サイズ・カラー --*/
.contact_txt1 {
	font-size: 22px;
	font-weight: bold;
}


/*-- フォームの送信ボタン --*/
#bg_send {
	width: 800px;
	height: 75px;
	margin: 25px auto 0 auto;
}

.send {
	position: relative;
	top: 10px;
	left: 0;
	cursor: pointer;
	border-style: none;
	background-image: url("../images/common/btn_form_off.jpg");
	width: 290px;
	height: 55px;
	text-indent: -9999px;
}

.send:hover {
	background-image: url("../images/common/btn_form_on.jpg");
}

.text-center {
	text-align: center;
}

.ltr-sp {
	letter-spacing: -2px;
}



/* スマホ */
@media ( max-width : 768px ) {
	.contact_txt1 {
		font-size: 15px;
	}

	table.form-style th{width: 100%;}
	table.form-style td.item_1{width: 100%; height: 50%;}
	table.form-style td.item_2{width: 100%;}
	table.form-style td.item_3{width: 100%; height: 150%;}

	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}

	.tbl-r02 {
		width: 80%;
	}

	table {
		border: hidden;
	}

	.tbl-r02 th, .tbl-r02 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	input.length_01 {
		width: 95%;
		height: 30px;
	}

	textarea {
		border: 1px solid #777;
		width: 100%;
		height: 100px;
		margin-top: -10px;
	}

	#bg_send {
		width: 100%;
		height: 100%;
		margin: 25px auto 30px auto;
	}

	#table_form th {
		border: none;
		text-align: left;
		vertical-align: middle;
		background: #ffe8df;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#table_form td {
		border: none;
	}

	#table_form td.item_1 {
		background: none;
		border: none;
		text-align: left;
		padding-top: 0;
		padding-bottom: 5px;
	}

	#table_form td.item_2 {
		padding-bottom: 40px;
	}
}
