@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;
}
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;
}
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.6);
  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;
}




/*
 * 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;
		}
		header h1 a {
			width: 50%;
			max-width: 250px;
			height: auto;
			display: block;
			margin: 10px auto;
		}
	}
	header .container {
		position: relative;
	}
	header ul.links {
		position: absolute;
		top: 0;
	  right: 0;
	}
	header ul.links li {
		width: 90px;
		height: auto;
		margin-left: 20px;
	  float: left;
	}
		header ul.links li img {
		  width: 100%;
		  height: auto;
		}
	/*スマホのみ*/
	@media screen and (max-width: 768px) {
		header ul.links li {
			max-width: 50px;
		  margin-left: 5px;
		  float: left;
		}
	}
	@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;
	
}
