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

@media only screen and (max-width:480px){

html,body{
    width: 100%;
    font-size: medium;
}	

body{
	margin-top: 0px;
}
.sp{
	display: block;
}
.pc{
	display: none!important;
}
	img{
		width: 100%;
		height: auto;
	}
	h1{    
		display: none;
}
	
/*-----------------------------
 header
-----------------------------*/
#header{
    width: 100%;
    background-position: center top;
	}
#header .inner{
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
#header .inner .logo{
    float: none;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#header .inner .contact{
    float: none;
    width: 100%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
#header .inner .contact .info{
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 10px;
    padding: 7px;
    background-color: #E9E9E9;
}
#header .info a{
    color: #AF2A2C;
    text-decoration: underline;
}
#header .inner .contact .lower{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#header .inner .contact .yoyaku{
    float: left;
    margin-right: 5%;
    width: 45%
}
#header .inner .contact .email{
    width: 50%;
    float: left;
}
	#header .inner .contact .sm{
		font-size: 0.8rem;
		line-height: 140%;
	}
h1{
    font-size: 10px;
    font-weight: normal;
    line-height: 100%;
    text-align: left;
    display: none;
    padding-left: 5%;
    margin-top: 5px;
}
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: 100%;
    margin-right: 30px;
    float: left;
 }
#side{
    width: 98%;
    float: right;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
    width: 98%;
    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: 30px;
    width: 100%;
}
#topics{
    margin-bottom: 70px;
    width: 100%;
}

#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: 100%;
    float: none;
    margin-bottom: 10px;
    font-weight: bold;
}
#topics dl dd{
    width: 100%;
}
.voice{
    margin-bottom: 50px;
    padding-bottom: 0px;
}
.voice .inner{
	  display: block;
  flex-wrap: auto;
}
.voice .box{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    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: medium;
    line-height: 160%;
    margin-bottom: 20px;
    height: auto;
}
.voice .image{
    width: 180px;
    float: none;
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
 
}
	
.himitsu{}
	
.gaiyou{
    margin-bottom: 70px;
}
.gaiyou .inner{
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #EDEDED;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gaiyou dl{
    margin-bottom: 20px;   
}
.gaiyou dl dt {
    width: 100%;
    float: none;
    border-left: 6px solid #BF0003;
    padding-left: 10px;
    margin-bottom: 10px;
}
.gaiyou dl dd {
    width: 100%;
    float: none;
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
    width: 96%;
}
.contact dl{
	margin-bottom: 30px;
}
.contact dt{
	float: none;
	width: 100%
}
.contact dd{
	float: none;
	width: 100%;
}
/*-----------------------------
side
-----------------------------*/

#side .fixarea{
    position: relative;
    margin-bottom: 10px;
    top: 10px;
    z-index: 1;
}
#side .fixarea li{
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#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: 98%;
    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: 60%;
    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;
}
	
	
	}
