@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html {
overflow-y: scroll;
height: 100%;
}
body {
font-family: "メイリオ", sans-serif;
font-size: 16px;
height: 100%;
-webkit-text-size-adjust: 100%;
color: #2a2a2a;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
input, textarea {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th {
text-align: left;
}
a:focus {
outline: none;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
clear: both;
}
.inline_block {
display: inline-block;
 *display: inline;
 *zoom: 1;
}
a {
text-decoration: none;
color: #000000;
}
a:hover {
color: #c61d31;
}
a:visted {
 color:#c61d31;
}
a img:hover {
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

/*全体レイアウト*/

.alignR {
text-align: right !important;
}
.alignC {
text-align: center !important;
}
.red {
color: #c31d31;
}
.pink {
color: #eb6b6b;
}
.gr {
color: #37858a;
}
.f12 {
font-size: 12px;
}
.f20 {
font-size: 20px;
}
.bold {
font-weight: bold;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mt0 {
margin-top: 0 !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.clear {
clear: both;
}
.bo0 {
border: 0 !important;
}
.f26 {
font-size: 26px;
font-weight: bold !important;
}
#container {
width: 100%;
position: relative;
height: auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
}
#container p {
line-height: 1.7;
}
#container #wrapper {
width: 100%;
}
.toTop {
position: fixed;
right: 25px;
bottom: 200px;
}
#container h3 {
margin-bottom: 20px;
}
#container section .inner {
clear: both;
width: 1000px;
margin: 0 auto;
}
#container .visual {
text-align: center;
margin-bottom: 0;
}
/*
.scroll {
opacity : 0;
transform : translate(0, 50px);
transition : all 500ms;
}
.scrollin {
opacity : 1;
transform : translate(0, 0);
}*/
/*visual*/
.visual {
position: relative;
background-image: url(../img/bg_visual.jpg);
background-size: cover;
}
.visual .float_bnr {
position: absolute;
top: 480px;
right: 3%;
z-index: 999;
}
.visual .tit {
position: absolute;
top: 150px;
left: 0;
right: 0;
margin: auto;
width: 745px;
height: 66px;
}
.visual .tit2 {
position: absolute;
top: 250px;
left: 0;
right: 0;
margin: auto;
width: 1220px;
height: 89px;
}
.visual .tel {
position: absolute;
top: 380px;
left: 0;
right: 0;
margin: auto;
width: 408px;
height: 94px;
}
/*sec001*/
.sec001 {
background-image: url(../img/bg_sec001.jpg);
background-size: cover;
}
.sec001 .inner {
position: relative;
min-height: 800px;
}
.sec001 .inner figure {
position: absolute;
right: 0;
top: 20px;
}
.sec001 .inner .message {
position: absolute;
bottom: 20px;
left: 0;
width: 1000px;
}
.sec001 .inner .message h3 {
margin-bottom: 20px;
text-align: center;
}
.sec001 .inner .message .m_box {
padding: 35px;
color: #FFFFFF;
background-color: rgba(0,0,0,0.65);
font-size: 23px;
font-weight: bold;
}
/*sec001_01*/
.sec001_01 {
background-image: url(../img/bg_sec001_01.jpg);
background-size: cover;
}
.sec001_01 .inner {
position: relative;
min-height: 800px;
}
.sec001_01 .inner figure {
position: absolute;
left: 0;
top: 20px;
}
.sec001_01 .inner .message {
position: absolute;
bottom: 20px;
left: 0;
width: 1000px;
}
.sec001_01 .inner .message h3 {
margin-bottom: 20px;
text-align: center;
}
.sec001_01 .inner .message .m_box {
padding: 35px;
color: #FFFFFF;
background-color: rgba(0,0,0,0.65);
font-size: 23px;
font-weight: bold;
}
/*sec002*/
.sec002 .inner {
padding: 50px 0;
overflow: hidden;
}
.sec002 .inner h3 {
margin-bottom: 20px;
text-align: center;
}
.sec002 ul li {
margin-right: 8px;
float: left;
}
.sec002 ul li:last-child {
margin-right: 0;
}
/*sec003*/
.sec003 {
background-image: url(../img/bg_sec003.jpg);
background-size: cover;
}
.sec003 .inner {
position: relative;
min-height: 800px;
}
.sec003 .inner figure {
position: absolute;
left: 0;
top: 20px;
}
.sec003 .inner .message {
position: absolute;
bottom: 20px;
left: 0;
width: 1000px;
}
.sec003 .inner .message h3 {
margin-bottom: 20px;
text-align: center;
}
.sec003 .inner .message .m_box {
padding: 35px;
color: #FFFFFF;
background-color: rgba(0,0,0,0.65);
font-size: 23px;
font-weight: bold;
}
/*sec004*/
.sec004 {
background-image: url(../img/bg_sec004.jpg);
background-size: cover;
}
.sec004 .inner {
position: relative;
min-height: 800px;
}
.sec004 .inner figure {
position: absolute;
right: 0;
top: 20px;
}
.sec004 .inner .message {
position: absolute;
bottom: 20px;
left: 0;
width: 1000px;
}
.sec004 .inner .message h3 {
margin-bottom: 20px;
text-align: center;
}
.sec004 .inner .message .m_box {
padding: 35px;
color: #FFFFFF;
background-color: rgba(0,0,0,0.65);
font-size: 23px;
font-weight: bold;
}
/*sec005*/
.sec005 .inner {
padding: 50px 0;
overflow: hidden;
}
.sec005 .inner h3 {
margin-bottom: 20px;
text-align: center;
}
.sec005 .detail {
overflow: hidden;
clear: both;
}
.sec005 .detail .left {
width: 48%;
float: left;
}
.sec005 .detail .right {
width: 48%;
float: right;
}
.sec005 .detail table {
width: 100%;
}
.sec005 .detail table .tit {
font-size: 40px;
font-weight: bold;
}
.sec005 .detail table .tit span {
font-size: 18px;
color: #e60012;
font-weight: bold;
}
.sec005 .detail table p {
font-weight: bold;
}
.sec005 .detail table td ul {
padding-left: 20px;
list-style: disc;
}
.sec005 .detail table tr th, .sec005 .detail table tr td {
padding: 5px;
border: 1px solid #c5c5c5;
}
.sec005 .detail table.bg th, .sec005 .detail table.bg td {
border-top: 0;
}
.sec005 .detail table.bg tr:nth-child(even) {
background: #f6f6f6;
}
/*sec006*/
.sec006 {
background-image: url(../img/bg_sec006.jpg);
background-size: cover;
}
.sec006 .inner {
position: relative;
min-height: 800px;
}
.sec006 .inner .message {
position: absolute;
bottom: 200px;
left: 0;
width: 1000px;
text-align: center;
}
.sec006 .inner .message h3 {
margin-bottom: 20px;
text-align: center;
}
.sec006 .inner .message .m_box {
padding: 35px;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
}
/*sec007*/
.sec007 {
position: relative;
}
.sec007 figure {
position: absolute;
top: 200px;
right: 100px;
}
.sec007 .inner {
padding: 50px 0;
overflow: hidden;
}
.sec007 .inner h3 {
margin-bottom: 20px;
text-align: center;
}
.sec007 .tit {
font-weight: bold;
font-size: 29px;
text-align: center;
position: relative;
padding-bottom: 30px;
}
.sec007 .tit:after {
content: "";
background-color: #6f6f6f;
height: 1px;
width: 100px;
position: absolute;
top: 100%;
bottom: 0;
left: 50%;
margin-left: -50px;
}
.sec007 form {
width: 500px;
margin: 20px auto 0;
padding-top: 20px;
}
.sec007 form p {
margin-bottom: 20px;
}
.sec007 form input {
padding: 10px;
width: 100%;
color: #a40000;
}
.sec007 form textarea {
padding: 10px;
width: 100%;
color: #a40000;
}
.sec007 form input::-webkit-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:16px;
}
.sec007 form input:-ms-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:16px;
}
.sec007 form input::-moz-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:16px;
}
.sec007 form textarea::-webkit-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:16px;
}
.sec007 form textarea:-ms-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:16px;
}
.sec007 form textarea::-moz-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:16px;
}
.sec007 form #submit {
text-align: center;
}
.sec007 form #submit button {
background: #1a3663;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
padding: 2px 5px;
border: 0;
width: 60px;
}
/*sec008*/
/*googlemap*/
#map {
width: 100%;
height: 400px;
}
/*footer*/
footer {
background-image: url(../img/bg_footer.jpg);
background-size: cover;
width: 100%;
text-align: center;
color: #FFFFFF;
padding: 30px 0 10px;
}
footer .logo {
font-size: 26px;
font-weight: bold;
margin-bottom: 10px;
}
footer address {
margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
.pc {
display: none;
}
#container img {
width: 100%;
height: auto;
}
#container .visual {
margin-bottom: -8px;
}
#container section .inner {
clear: both;
width: 90%;
}
.sec002 ul li {
margin-right: 0;
margin-bottom: 10px;
float: none;
}
.visual {
background: 0;
}
.visual a img {
margin-top: -10px;
}
.sec001 {
background-image: url(../img/bg_sec001_sp.jpg);
}
.sec001_01 {
background-image: url(../img/bg_sec001_01_sp.jpg);
}
.sec003 {
background-image: url(../img/bg_sec003_sp.jpg);
}
.sec004 {
background-image: url(../img/bg_sec004_sp.jpg);
}
.sec001 .inner .message, .sec001_01 .inner .message, .sec003 .inner .message, .sec004 .inner .message, .sec006 .inner .message {
position: inherit;
bottom: 20px;
left: 0;
width: 100%;
text-align: center;
padding-top: 80%;
}
.inner .message .m_box {
font-size: 18px !important;
}
#container section .inner {
min-height: auto !important;
padding: 20px;
}
#container section .inner figure {
width: 50%;
}
footer {
margin-bottom: 80px !important;
}
.sec005 .detail .left {
width: 100%;
float: none;
margin-bottom: 30px;
}
.sec005 .detail .right {
width: 100%;
float: none;
}
.sec007 form {
width: 90%;
margin: 20px auto 0;
padding-top: 20px;
}
.sec007 figure {
position: inherit;
top: 20px;
right: 0;
width: 60%;
margin: 0 auto;
}
 .sec007 form input::-webkit-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:12px;
}
.sec007 form input:-ms-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:12px;
}
.sec007 form input::-moz-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:12px;
}
.sec007 form textarea::-webkit-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:12px;
}
.sec007 form textarea:-ms-input-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:12px;
}
.sec007 form textarea::-moz-placeholder {
 color: #a40000;
 font-weight: normal;
 font-size:12px;
}
footer address a {
color: #FFFFFF;
}
/*マップ処理*/
.map_wrapper {
max-width: 640px;
min-width: 280px;
margin: 20px auto;
padding: 4px;
border: 1px solid #CCC;
}
#footer {
overflow: hidden;
position: fixed;
width: 100%;
bottom: 0;
}
#slide {
color: #fff;
width: 100%;
}
#slide-in {
padding: 0;
}
#footer a {
color: #fff;
text-decoration: none;
cursor: pointer;
}
#footer img {
width: 100%;
}
}

@media only screen and (min-width: 761px) {
.pc {
display: block;
}
.sp {
display: none;
}
}
