@charset 'utf-8';
/* CSS Document */
/**
ヘッダー */
.header_bottom{
width: 100%;
min-width: 1100px;
max-width: 1280px;
height: 76px;
overflow: hidden;
margin: 10px auto;
padding: 0 10px;
}
.header_bottom__left{
text-align: left;
float: left;
}
.header_bottom__left img{
height: 51px;
width: 370px;
display: inline-block;
}
.header_bottom__right{
text-align: right;
float: right;
min-width: 690px;
}
.header_bottom__right img{
width: 354.397px;
height: 63px;
display: inline-block;
}
ul.hour {
list-style:none;
display: inline-block;
margin-left: 20px;
vertical-align: middle;
text-align: left;
}
ul.hour li span.dan {
display: inline-block;
width: 70px;
text-align: center;
margin: 5px;
background: #473200;
color: #FFFFFF;
}
ul.hour li span.dan2 {
display: inline-block;
margin: 5px;
}
/**
戻るボタン */
@media only screen and (min-width:801px){
div.return_button{
width: 100%;
text-align: center;
margin: 100px 0;
}
div.return_button a.square_btn {
display: inline-block;
padding: 0.3em 3em;
text-decoration: none;
color: #FA8B00;
border: solid 2px #FA8B00;
border-radius: 3px;
transition: .4s;
font-size: 1.4em;
font-family: "Mplus 1p";
}
div.return_button a.square_btn:hover {
background: #FA8B00;
color: white;
}
}/*801*/
@media only screen and (max-width:800px){
div.return_button{
width: 90%;
text-align: center;
margin: 100px auto;
}
div.return_button a.square_btn {
display: inline-block;
padding: 0.3em 3em;
text-decoration: none;
color: #FA8B00;
border: solid 2px #FA8B00;
border-radius: 3px;
transition: .4s;
font-size: 1.2em;
font-family: "Mplus 1p";
}
div.return_button a.square_btn:hover {
background: #FA8B00;
color: white;
}
}/*800*/
