@charset "utf-8"; 
/* ===================================================================
CSS information

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

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

header {
	background-color: #FFF;
	padding: 10px 0 5px;
	border-bottom: 1px solid #CCC;
}

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

article {
	text-align: center;
}

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;
}

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: #F60;
	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;
}

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	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 url(../images/background/01PC_w960.jpg) center top no-repeat;*/
	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;
}

#ttl_space {
	margin-top: 2em;
}

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,SP表示切替 */
.pc { display: block !important; }
.sp { display: none!important; }

/* PCのメニュー位置・矢印 */
.gnavi_position {
	padding-top: 20px;
	margin-left: 470px;
}

.gnavi_position li {
	float: left;
	margin-left: 45px;
	font-size: 20px;
	font-weight: bold;
}

.gnavi_arrow {
	position: relative;
	padding-left: 22px;
}

.gnavi_arrow::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: #d71619;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -9px;
}

.gnavi_arrow::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #fff;
	top: 50%;
	left:6px;
	margin-top: -5px;
}

.comment2 {
	padding: 0 0 0 70px;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

/* スマホ用 */
@media ( max-width : 768px ) {

	.comment2 {
	position: absolute;
	top: 8px;
	left: 150px;
		padding: 0;
		font-size: 0.9em;
		font-weight: bold;
	line-height: 140%;
}

}



@media (max-width: 768px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}


/* PCサイト用 */
@media (min-width: 768px) {

	article h1 {
		margin-bottom: 2em;
	}

}

h2 {
	font-size: 1.2em;
	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 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

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

p {
	margin-bottom: 1em;
}


/* pageTop ==========================*/
/*スマホで見た時*/
#pageTop {
	background: #d71418;
	opacity: 0.4;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#pageTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	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;
}

/*bnr*/
a.bnr {
	border: 1px #999 solid;
	margin-bottom: 1em;
	display: block;
	clear: both;
}

a.bnr img {
	width: 100%;
}

/* Header */
/*PCのみ*/
/*
@media screen and (min-width: 768px) {

	.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	}

}
*/

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

header p {
	margin-bottom: 0.25em;
}

header h1 a {
	width: 250px;/*PC用ロゴ画像サイズ調整*/
	height: 62px;/*PC用ロゴ画像サイズ調整*/
	display: block;
	margin: 0 0;
}


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


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

	header {
		padding: 0 10px;
	}
	
	nav {
		margin-bottom: 0;
	}
	
	header p {
		text-align: center;
	}

	header h1 a {
		width: 100%;
		max-width: 180px;/*SP用ロゴ画像サイズ調整*/
		height: auto;
		display: block;
		margin: 2.5px auto 2.5px 0;
	}

}

header .container {
	position: relative;
}


header div#logo img {
	width: 100%;
	height: auto;
}

div#catchcopy img {
	padding-left: 30px;
}


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



header div#logo img {
	width: 100%;
	height: auto;
}






	header div#head_tel{
		text-align: center;
		padding-bottom: 10px;
	}

	header div#head_mail {
		padding-bottom: 5px;
	}

	header div#head_mail ul li#price {
		padding-right: 1%;
	}

	header div#head_mail ul li#company {
		padding-left: 1%;
	}

	.maininfo p.fee_txt {
		font-size: 14px;
		padding: 0 20px;
	}

	.maininfo p.fee_txt2 {
		font-size: 1.1em;
	}

	.contact img {
		text-align: center;
		width: 90%;
		background: #fff;
	}

/* 選ばれる理由：アコーディオン */
	.maininfo p.select_txt {
		font-size: 1.0em;
		padding-bottom: 30px;
	}

	.cp_actab {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		color: #000;
	}

	.cp_actab input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

/*	.cp_actab label {
		font-size: 10px;
		font-weight: bold;
		line-height: 4;
		position: relative;
		display: block;
		padding: 0 0 0 1em;
		cursor: pointer;
		margin: 0 0 1px 0;
		background: #fdfdf0;
		border-top: solid 2px #ffdc73;
		border-bottom: solid 2px #ffdc73;
	}
*/
	.cp_actab .cp_actab-content {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height 1.0s;
		transition: max-height 1.0s;
		color: #333333;
		background: #ffefbf;
	}

	.cp_actab .cp_actab-content p {
		margin: 1em;
		font-size: 14px;
	}


/* :checked */
	.cp_actab input:checked ~ .cp_actab-content {
		max-height: 100em;
	}


/* Icon */
	.cp_actab label::after {
		line-height: 1;
		position: absolute;
		top: 0;
		right: -20px;
		display: block;
		width: 10em;
		height: 3em;
		-webkit-transition: all 0.35s;
		transition: all 0.35s;
		text-align: center;
	}

	.cp_actab input[type=checkbox] + label::after {
		content: '詳細表示';
		color: #ff7f00;
	}

}


/*PC用*/
@media screen and (min-width: 768px) {

	header {
		padding: 10px 0;
	}

	header div#logo img {
		width: 100%;
		height: auto;
	}

}


.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;
}


/*table*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 12px;
	line-height: 1.42857143;
	vertical-align: top;
}

table.form-style th {
	font-weight: normal;
	width: 30%;
}

table.form-style td.item_2 br {
	display: none;
}

table.form-style td label {
	margin-right: 1em;
}


/*480px以下対応*/
@media screen and (max-width: 480px) {

	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td{
		border-top: none;
	}

	table.form-style th, table.form-style td{
		display: block;
	}

	table.form-style th{width: auto;}
	table.form-style td.item_1{
		text-align: right;
		margin-top: -2em;
	}

	table.form-style td.item_2{
	}

	table.form-style td label {
		display: block;
	}

}

div.dsc_form {
	font-size: 0.9em;
	padding: 10px 20px;
	text-indent: -1em;
	margin-bottom: 30px;
}

div.dsc_form p {
	margin: 0;
}


/*tooltip*/
#tooltip {
	text-align: center;
	color: #000;
	background: #FFF;
	position: absolute;
	z-index: 100;
	padding: 15px;
	/* box-shadow */
	box-shadow:0px 3px 5px 0px #d4d4d4;
	-moz-box-shadow:0px 3px 5px 0px #d4d4d4;
	-webkit-box-shadow:0px 3px 5px 0px #d4d4d4;
	/* border-radius */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFF;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #FFF;
        top: -20px;
        bottom: auto;
}

#tooltip.left:after {
        left: 10px;
        margin: 0;
}

#tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
}

#tooltip strong {
	color: #d71619;
}


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

	#tooltip {
		font-size: 0.8em;
		padding: 5px;
	}

}


#g-nav {
	width: 100%;
}

.ltr_sp {
	letter-spacing: -2px;
}

.gn_arrow {
	color: #006000;
	margin-right: 5px;
}


/* 選ばれる理由：アコーディオン */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000;
}

.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cp_actab label {
	font-size: 18px;
	font-weight: bold;
	line-height: 4;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fdfdf0;
	border-top: solid 2px #ffdc73;
	border-bottom: solid 2px #ffdc73;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1.0s;
	transition: max-height 1.0s;
	color: #333333;
	background: #ffefbf;
}

.cp_actab .cp_actab-content p {
	margin: 1em;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}

/* Icon */
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: -10px;
	display: block;
	width: 10em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
	content: '詳細表示';
	color: #ff7f00;
}

/*
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
*/

