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

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body {
	line-height: 140%;
	text-align: center;
	background: #FFF;
	font-family:YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "Times New Roman", "MS PMincho", "HGS明朝E", serif;
	font-size:14px;
	font-weight:normal;
	color:#111;/*20160502*/
	display:none;
}

/* clearfix */
.clearfix {
	display:block;
	overflow:hidden;
	_zoom: 1; /*IE6バグ対策*/
}

.shadow {
    box-shadow: 0px 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
}
.text_shadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,1.9),0px 0px 15px rgba(0,0,0,0.9);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,1.9),0px 0px 15px rgba(0,0,0,0.9);
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,1.9),0px 0px 15px rgba(0,0,0,0.9);
}

a {
	color:#111;
	text-decoration: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
a:hover {
	color:#749530;
	text-decoration: underline;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
a img {
	text-decoration: none;
	outline:none;
}
a img:hover {
	text-decoration: none;
	outline:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.hide_text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/***-- pagetop --***/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#page-top a {
	text-decoration: none;
	width: 45px;
	height:120px;
	padding: 0;
	display: block;
	background:  url(../images/common/pagetop.png) left 20px no-repeat;
	background-size: 45px 100px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#page-top a:hover {
	background:  url(../images/common/pagetop.png) left top no-repeat;
	background-size: 45px 100px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}


/* =======================================
	Container
======================================= */

#container {
	width: 100%;
	height:auto;
	position:relative;
}

/* =======================================
	Wrapper
======================================= */

#wrapper {
	width: 100%;
	height:auto;
}

/* =======================================
	Header [sub]
======================================= */

header {
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}
#sub_head {
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:70px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.4);
	border-bottom:#749530 solid 5px;
}
.sub_head_in {
	max-width:1000px;
	padding:0 15px;
	margin: 0 auto;
}
.sub_logo {
	float: left;
	width:30%;
	max-width:170px;
}
.sub_logo h1 {
	padding: 11px 0 9px 0;
	text-align:left;
}
.sub_logo h1 a {
	display:block;
}
.sub_logo h1 img {
	width:auto;
	max-height:50px;
}

.sub_nav {
	float: right;
	width:80%;
}
.sub_nav ul {
	width:100%;
	height:70px;
	text-align:right;
	font-size:0;
}
.sub_nav ul li {
	width:auto;
	height:70px;
	display:inline-block;
}
.sub_nav ul li a {
	width:auto;
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:70px;
	color:#333;
	padding:0 25px;
	text-decoration:none;
}
.sub_nav ul li a:hover {
	background-color:#749530;
	color:#FFF;
	text-decoration:none;
}

header.about_bg {
	background:url(../images/about/sub_head.jpg) center center no-repeat;
	/*background-size:cover;*/
	background-size: auto 400px;
}
header.qa_bg {
	background:url(../images/question/sub_head.jpg) center center no-repeat;
	background-size: auto 400px;
}
header.acc_bg {
	background:url(../images/access/sub_head.jpg) center center no-repeat;
	background-size: auto 400px;
}
header.menu_bg {
	background:url(../images/menu/sub_head.jpg) center center no-repeat;
	background-size: auto 400px;
}
header.history_bg {
	background:url(../images/history/sub_head.jpg) center center no-repeat;
	background-size: auto 400px;
}

/* =======================================
	Cont
======================================= */

#cont {
	width: 100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
	background: url(../images/common/cont_bg.svg) right bottom no-repeat;
	background-size: 1000px auto;
}
#cont {
	width: 100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
	background: url(../images/common/cont_bg.svg) right bottom no-repeat;
	background-size: 60% auto;
}
.cont_in {
	width: 100%;
	max-width:1000px;
	height:auto;
	margin:0 auto;
	background: url(../images/common/tyoutinlogo.svg) 70px center no-repeat;
	background-size: 200px auto;
}
.cont_in h3 {
	font-size:18px;
	letter-spacing: 4px;
	line-height:2.5;
	text-align:center;
}
.cont_in h3 span {
	display:block;
	font-size:16px;
	letter-spacing: 2px;
}

.cont_tel {
	width: 100%;
	margin:50px auto;
	text-align:center;
	letter-spacing: 4px;
}
.cont_tel .telfax {
	font-size:30px;
	color:#749530;
	padding-right:10px;
}
.cont_tel .phone a:hover,
.cont_tel .phone a,
.cont_tel .phone {
	font-size:42px;
	padding-left:10px;
	text-decoration:none;
	color:#111;
}

.cont_text {
	font-size:14px;
	line-height:2.5;
	letter-spacing: 2px;
}


/* =======================================
	Footer
======================================= */
footer {
	width:100%;
	height:200px;
	background: url(../images/common/footer_bg.gif) left top repeat;
}

.footer_in {
	max-width:970px;
	height:auto;
	padding: 0 15px;
	margin:0 auto;
	background:url(../images/common/tyoutinlogo_f.svg) center center no-repeat;
	background-size: auto 160px;
}
.f_logo {
	float:left;
	width:40%;
	text-align:left;
	margin-top:8px;
	margin-bottom:7px;
}
.f_logo img {
	max-width:200px;
}

.f_add {
	float:left;
	width:40%;
	text-align:left;
	margin:0;
}
.f_add {
	font-size:14px;
	color:#FFF;
	line-height:1.6;
}
.f_add a,
.f_add a:hover {
	color:#FFF;
	text-decoration:none;
}

.f_navi {
	float:right;
	width:36%;
	padding-right:4%;
	text-align: right;
}

.f_navi ul {
	width:100%;
	height:auto;
	margin:20px auto;
	text-align: right;
	padding-right:0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
}
.f_navi ul li {
	font-size:14px;
	line-height:32px;
	letter-spacing: 2px;
	text-align: left;
	display:block;
	margin-left:5px;
}
.f_navi ul li a {
	display:block;
	padding-top:12px;
	text-decoration:none;
	position:relative;
	color:#FFF;
}
.f_navi ul li a:before {
	content: '';
	background: url(../images/common/f_nav_dot.png) center center no-repeat;
	background-size: 6px 6px;
	width: 6px;
	height: 6px;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -3px;
	background-color: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.f_navi ul li a:hover {
	text-decoration:none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.f_navi ul li a:hover:before {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

address {
	float:right;
	font-weight: normal;
	font-size:12px;
	line-height:15px;
	text-align: right;
	padding-bottom:5px;
	color:#fff;
}

/* =======================================
	margin & padding
======================================= */

.m00 { margin: 0px;}
.m05 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m25 { margin: 25px;}
.m30 { margin: 30px;}
.m35 { margin: 35px;}
.m40 { margin: 40px;}

.mt00 { margin-top: 0;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.ml00 { margin-left: 0;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}

.mr00 { margin-right: 0;}
.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}


.p00 { padding: 0px;}
.p05 { padding: 5px;}
.p10 { padding: 10px;}
.p15 { padding: 15px;}
.p20 { padding: 20px;}
.p30 { padding: 30px;}
.p40 { padding: 40px;}

.pt00 { padding-top: 0;}
.pt05 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb00 { padding-bottom: 0;}
.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}

.pl00 { padding-left: 0;}
.pl05 { padding-left: 5px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl40 { padding-left: 40px;}

.pr00 { padding-right: 0;}
.pr05 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr40 { padding-right: 40px;}


