@charset "UTF-8";
.text-block h3{
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	background-color: inherit;
	color: #000;
}




/* テキストリンク */

a{
	color: #C20003;
}

a:hover {
color:#ff0000;
text-decoration:underline;
}

a:visited {
color:#ff0000;
}

/* ボタン赤 */

ul.bunnerlink{
	display:flex;
	flex-flow: row;
	margin: 0;
    padding: 0;
	width:98%;
	margin-right:5px;
	margin-bottom:30px;
	justify-content: center;

}

ul.bunnerlink li{
	width:75%;
	font: bold 15px Arial,sans-serif;
	color: #fff;
	background-color: #C20003;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

ul.bunnerlink li:last-child{
	margin-right: 0;	
	}

.bunnerlink li a{
	color: #fff;
	padding:5px;
}


/* ボタンダークグレー */

ul.bunnerlink_gray{
	display:flex;
	flex-flow: row;
	margin: 0;
    padding: 0;
	width:100%;
	margin-right:5px;
	margin-bottom:30px;
	justify-content: center;

}

ul.bunnerlink_gray li{
	width:30%;
    font: bold 15px Arial,sans-serif;
    color: #fff;
    background-color: #484848;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 5px;	
}

ul.bunnerlink_gray li:last-child{
	margin-right: 0;	
	}

.bunnerlink_gray li a{
	color: #fff;
	padding:5px;
}




.text-block{
	margin-left:1%;
	margin-right:1%;
}

.margin-bottom-m{
	margin-bottom:30px;
}

/* 画像並びパターン */
.text-block-img{
	display:flex;
	margin-bottom:30px;
	margin-left:5px;
	margin-right:5px;
	flex-wrap: wrap;
}

.text-block-img div.left{
	width:57%;
}

/*20180713追記(ボタン装飾)*/
.ecu_btn{
	display: inline-block;
    position: relative;
    text-decoration: none;
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    filter: drop-shadow(0 2px 4px gray);
    font-size: 15px;
	color: #000;
	font-weight: bold;
	margin: 5% auto 0;
}
ul.new_link_bray{
	align-items: normal;
	justify-content: normal;
}
ul.new_link_bray li{
	width: 40%;
}
/*20180725 休業案内*/
.holiday{
	padding-top: 5%;
}
.holiday h2{
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: inherit;
	display: block;
	width: 100%;
	margin-bottom: 3%;
}
#contents .holiday p{
	width: 80%;
	margin-left: 15%;
	margin-bottom: 1.2em;
}

dl{
	margin: 15px 0px;
}
dl dt {
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
    color: #C00;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FF0000;
    margin-bottom: 5px;
    clear: both;
}
dl dt:first-child{
	padding-top: 0px;
}
dd{
	margin-left: 0px;
	line-height: 1.2em;
}
@media screen and (max-width:745px) {
.text-block-img div.left{ 
width:100%;
}
}


.text-block-img div.right{
	width:40%;
	padding:10px;
	padding-top:0px;
	}

@media screen and (max-width:745px) { 
	/*　画面サイズが745pxまではここを読み込む　*/
.text-block-img div.right{
width:100%;
padding:20px 0px;
}
	/*20180725 休業案内*/
.holiday{
	padding-top: 10%;
}
.holiday h2{
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: inherit;
	display: block;
	width: 100%;
}
#contents .holiday p{
	width: 100%;
	margin: 0 1% 1.2em;
}
}

.main{
	width: auto;
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
}

.main h2{
	font-size: bold;
	text-align: center;
	color: #000000;
	background-color: inherit;
	padding-bottom: 50px;
	
}

button1{
	width: 40%;
	border: 1px solid #8A8A8A;
	background-color: #8A8A8A;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	
}

.text2{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	
}