@charset "UTF-8";
/* CSS Document */

/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/*================================================
 *  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}

/*================================================
 *  一般・共通設定
 ================================================*/
.sponly {
	display:none;
}

.spnone {
	display:block;
}

.overimg:hover {
	opacity:0.5;
}

.overimg02:hover {
	opacity:0.2;
}

body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

.contents {
	width:1000px;
	margin:0 auto;
	padding: 50px;
}
.pankuzu {
	width:1000px;
	margin:0 auto;
	padding: 3px;
	font-size: 70%;
	color: #5A5A5A;
	letter-spacing: 0.1em;
}
a {
	color:#043771;
	text-decoration: none;
}
a:hover {
	color:#144d8d;
}

h1 {
	font-size:14px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	position: absolute;
	padding: 5px 0px 0px 30px;
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#333;
	text-align:center;
}

h3 {
	margin-bottom:0.25em;
	font-size:20px;
	letter-spacing: 0.1em;
}

h4 {
	margin-bottom:0.25em;
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 0.1em;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

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

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:none;
}
ol li {
	list-style:none;
}
li {
	margin-left:0em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}

.img100{
	width: 100%;
}



.imgC img {
	margin: 0 auto 0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
}

img {
	vertical-align:bottom;
}




/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:20px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}

.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.2em;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
}

	

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	width: 100%;
	
	
}
#top_head{
	background:url('../img/slide_img01.jpg') 0% no-repeat;
	background-size: cover;	
}
.img_over{
	z-index: 100;
}

.barger {
	margin: 0px auto 0px auto;
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
.heder_navi {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:0;
	opacity:0.8;
	background:#000;
	z-index:100;
}
.heder_navi02 {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:0;
	opacity:0.8;
	background:#fff;
	z-index:100;
}
.heder_navi .logo , .heder_navi02 .logo{
	padding-left: 30px;
	padding-top: 1.5%;
} 
.head_r{
	float: right;
	width: 280px;
	background: #fff;
	height: 80px;
	padding: 30px 20px 10px;
}
.h80{
	height: 35px;
	margin: 10px;
	float: left;
}
.mrml_5{
}
.ml30{
	margin-left: 30px;
}
/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:0;
	font-size:11px;
	text-align:center;
	background-color: #000;
	color: #fff;
}
.foot_contents {
	width:1000px;
	margin:0 auto;
	padding: 60px 100px 0;
}
.foot_menu{
	background-image: url(../img/foot_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.foot_left{
	width: 35%;
	float: left;
	text-align: left;
}
.foot_right{
	width: 65%;
	float: right;
	text-align: left;
	padding-top: 100px;
}
.fb{
	float: right;
	margin-top: 15px;
}
.botan03{
	margin-top: 20px;
	width: 230px;
	padding: 15px;
	background-color: #000;
	text-align: center;
	display: block;
	color: #fff;
	opacity:0.5;
	float: left;
	margin-left: 10px;
}


.back_black{
	background-image: url(../img/foot_back_02.jpg);
	background-size: cover;
	background-repeat:repeat-y;
}
.back_black a {
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
}
.back_black a:hover {
	color:#910837;
	text-decoration: none;
}
.back_black p{
	width: 1000px;
	margin: 0 auto;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	
}



/* section 7 */
.section07{
	background-image: url(../img/contact_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	}
.gray{
	color: #5A5A5A;
}
.contact_box{
	background-color: #fff;
	padding: 40px 20px 20px;
}
.box_l{
	width: 50%;
	float: left;
	text-align: center;
}
.box_r{
	width: 49%;
	float: right;
	border-left: solid gray 1px;
	text-align: center;
}
a[href^="tel:"] { pointer-events: none; }
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



@media screen and (max-width:560px)  {
a[href^="tel:"] { pointer-events: auto; }
.heder_navi .logo{
		padding-top: 20px;
	}	
.heder_navi .logo , .heder_navi02 .logo{
	padding-left: 10px;
} 
	
.barger {
	margin: 5px auto 0px auto;
}

	
	.logo {
	width: 130px;
	margin-top: 14px;
	}
	
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
.sponly {
	display:block;
}

.spnone {
	display:none;
}

.contents {
	width:100%;
	margin:0 auto;
	padding: 10% 0px 5% 0px;
}
.pankuzu {
	width:96%;
	margin:0 auto;
	padding: 2%;
	font-size: 80%;
	color: #5A5A5A;
}
	
h1 {
	font-size:8px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	position: absolute;
	padding: 5px 0px 0px 8px;
	width: 70%;
}
	
h3 {
	margin-bottom:0.15em;
	font-size:18px;
	letter-spacing: 0em;
}
	
	h4 {
		font-size: 16px;
		
	}
.head_r{
	float: right;
	width: 15%;
	background: #fff;
	height: 50px;
	padding: 15px 10px 10px;
}
.h80{
	height: 30px;
}
.mrml_5{
	margin: 0 10px 10px 10px;
}
.ml30{
	margin-left: 30px;
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:2px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:100%;
	float:none;
	margin-right:0%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.2em;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:100%;
	float:none;
	margin-right:0%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
}

	.imgC img{
		width: auto;
		margin: 10px auto;
	}	
/*================================================
 *  フッター
 ================================================*/

.foot_contents {
	width:90%;
	margin:0 auto;
	padding: 60px 5% 0;
}
.back_black p{
	width: 90%;
	margin: 0 auto;
}
.foot_left{
	width: 100%;
	float: none;
	text-align: center;
}
.foot_right{
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.fb{
	float: none;
	margin-top: 15px;
}
.botan03{
	width: auto;
	padding: 15px;
	background-color: #000;
	text-align: center;
	display: block;
	color: #fff;
	opacity:0.5;
	float: none;
	margin: 5px auto 10px auto!important;
	font-size: 16px;
	letter-spacing: 0.1em
}
	
/* section 1 */

/* section 2 */

/* section 3 */

/* section 4 */

/* section 5 */

/* section 6 */

/* section 7 */
.section07{
	background-image: url(../img/contact_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-top: 20px;
	}
.gray{
	color: #5A5A5A;
}
.contact_box{
	background-color: #fff;
	padding: 40px 40px 20px;
}
.box_l{
	width: auto;
	float: none;
	text-align: center;
	border: 1px solid #666666;
	margin: 5px auto 10px auto;
}
.box_r{
	width: auto;
	float: none;
	border-left: none;
	text-align: center;
	border: 1px solid #666666;
	margin: 5px auto 10px auto;
}
	.box_l img {
		width: 80%;
		height: auto;
		display: block;
		margin: 0px auto;
	}

	.box_r img {
		width: 80%;
		height: auto;
		display: block;
		margin: 0px auto;
	}
	
	.pankuzu {
		display:none;
	}
	
	
/* フッターのついてくるボタン　*/

.footer_smart {
	width:100%;
	position:fixed;
	bottom:0px;
	text-align:center;
	background-color: #000000;
	
}

.btn_smart {
	width:33%;
}

.btn_smart_left {
	float:left;
}

.btn_smart_right {
	float:righjt;
}

	.totop {
		bottom: 7%;
	}

	p {
		font-size: 110%;
	}
	

	.photoText {
		width: 100%!important;
	}
}