@charset "utf-8";


/* Reset

-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;

}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {
	color: #333;
	-webkit-text-size-adjust: none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 170%;
}
/* -------------------------------------------------------------- */
html,body{
    width: 100%;
    font-size: 18px;
}
body {
	color: #333;
	-webkit-text-size-adjust: none;
	margin-bottom: 30px;
	font-size: 18px;
}

#wrapper{
	width: 100%;
	overflow: hidden;
}
/* リンク設定
------------------------------------------------------------*/
@media (min-width: 600px) {
   a[href^="tel:"] {
       pointer-events: none;
   }
}
a{

}
a:hover{
	color: #DB000D;
}
a:active, a:focus {outline:0;}

a:hover img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

section.content article{

overflow:hidden;
}

* html section.content article{height:1%;}



.pc{
	display: block;
}
.sp{
	display: none;
}
img{-webkit-backface-visibility: hidden;}

/*-----------------------------
 header
-----------------------------*/
#header{
    width: 100%;
    background-position: center top;
	}
#header .inner{
    width: 1320px;
    margin-left: auto;
    margin-right: auto;

}
#header .inner .logo{
    width: 480px;
    float: left;
}
#header .inner .contact{
    float: right;
    width: 400px;
    margin-bottom: 10px;
}
#header .inner .contact .info{
    font-size: 0.8rem;
    line-height: 130%;
    margin-bottom: 5px;
}
#header .info a{
    color: #000000;
    text-decoration: none;
}
#header .inner .contact .lower{}
#header .inner .contact .yoyaku{
    float: left;
    margin-right: 10px;
    width: 150px;
}

#header .inner .contact .email{
    width: 150px;
    float: left;
}
#header .inner .contact .yoyaku img,#header .inner .contact .email img{
    width: 150px;
	height: auto;
}
h1{
    font-size: 10px;
    font-weight: normal;
     line-height: 100%;
    text-align: left;
    display: block;
    padding-left: 5%;
    margin-top: 5px;
	margin-bottom: 10px;
}
h2{
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(224,5,9,1.00) 0%,rgba(124,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(224,5,9,1.00) 0%,rgba(124,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(224,5,9,1.00) 0%,rgba(124,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(224,5,9,1.00) 0%,rgba(124,0,0,1.00) 100%);
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: bold;
		-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
/*-----------------------------
大枠
-----------------------------*/
#main{
    width: 970px;
    margin-right: 30px;
    float: left;
 }
#side{
    width: 300px;
    float: right;
}
/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
    width: 1320px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;	
	}

#mainimg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-bottom: 50px;
}
#mainimg img{
	width: 100%;
	height: auto;
}

#main-catch{
    margin-bottom: 
		0px;
}
#topics{
    margin-bottom: 70px;
}

#topics .inner{
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 200px;
}
#topics dl{
    margin-bottom: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #A7A7A7;
}
#topics dl dt{
    width: 200px;
    float: left;
}
#topics dl dd{
    width: 700px;
}
.voice{
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 180px;
}
.voice .inner{
	  display: flex;
  flex-wrap: wrap;
}
.voice .box{
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid rgba(219,219,219,1.00);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}
.voice .image{
    text-align: right;
    margin-top: -50px;
    width: 250px;
    float: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.himitsu{}
.gaiyou{
    margin-bottom: 70px;
}
.gaiyou .inner{
    padding: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #EDEDED;
}
.gaiyou dl{
    margin-bottom: 20px;   
}
.gaiyou dl dt {
    width: 230px;
    float: left;
    border-left: 6px solid #BF0003;
    padding-left: 10px;
}
.gaiyou dl dd {
    width: 640px;
    float: right;
    padding: 10px;
    background-color: #FFFFFF;
}

.access{}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 70px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.yoyaku{}

.contact{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.contact dl{
	margin-bottom: 30px;
}
.contact dt{
	float: left;
	width: 250px;
}
.contact dd{
	float: right;
	width: 700px;
}
/*-----------------------------
side
-----------------------------*/

#side .fixarea{
   position: sticky;
   margin-bottom: 10px;
   top: 10px;
   z-index: 1;	
}
#side .fixarea li{
	margin-bottom: 10px;
}

#side .fixedarea li img{
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}


/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/

.pagetop {
    width: 40px;
    height: 40px;
    margin-bottom: 80px;
    text-align: center;
    margin-right: auto;
    position: fixed;
    background-color: #171717;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 208%;
    right: 30px;
}
.pagetop a{
    color: #FFFFFF;
    text-decoration: none;
}
.pagetop a:hover{

    text-decoration: none;
    border-width: 0px;

}

/*-----------------------------
 footer
-----------------------------*/
footer#footer {
    width: 100%;
    margin-bottom: 0px;
    background-color: #A30002;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer .inner {
	width: 1100px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer .logo {
    font-size: 10px;
    font-weight: normal;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
#footer .footer_address {
    color: #FFFFFF;
    text-align: center;
}
#footer .copyright {
    clear: both;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: medium;
}


.foot_link {
	font-weight: normal;
	width: 100%;
	margin-bottom: 25px;

}

.foot_link ul {
	height: 250px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 8px;
	border-right: 1px solid #535353;
}

.foot_link .title {
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../common/list3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-left: 3px solid #C43461;
	line-height: 100%;
	margin-bottom: 10px;
}
.foot_link li {
	font-size: 11px;
	background-image: url(../common/list2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 7px;
	line-height: 140%;
	margin-bottom: 6px;
}
.foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
}
.foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #D02C55;
}

/*----------------------------
メールフォーム
-----------------------------*/

.form_style{
    padding: 2%;
    width: 94%;
    font-size: 20px;
    font-weight: bold;
    background-color: #EDEDED;
    border: 1px solid #D1D1D1;
}



/* メールフォーム確認画面
------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

@media only screen and (min-width:481px){
button.drawer-hamburger {
	display: none;
	width: 0px;
	height: 0px;
}
}
