@charset "UTF-8";
/*=============================================================
#base
=============================================================*/

html, body {
  position: relative;
  height: 100%;
		font-size: 62.5%;
}

body {
    color: #333333;
    background-color: #fff;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 auto;
				min-width: 1100px;
}

.yu_min {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.yu_go {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}




.bold {
font-weight: bold;
}


#container {
width: 1200px;
margin-left:auto;
margin-right: auto;
}



#container.underlayer {
    margin-top: 40px;
}




#main {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 890px;
	float: right;
}


main#main_large {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 1200px;
	float: none;
}






#side {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
width: 270px;
	float: left;
}


section {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
				/*overflow: hidden;*/
}


.body_wrap {
max-width: 1400px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}




.body {
max-width: 1200px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}









.sp-only {
    display: none;
}

p {
    line-height: 1.7;
}

.img-max {
    max-width: 100%;
    height: auto;
}


img,
a img {
width: 100%;
height: auto;
}

.sp_only {
display: none;
}


.pc_only {
display: block;
}

.fjalla {
font-family: 'Fjalla One', sans-serif;
}

.orbitron {
font-family: 'Orbitron', sans-serif;
}



a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
}




/* ------------------------------------------------------------
link
------------------------------------------------------------ */
a,a:visited {
  color: #000;
  text-decoration: none;
}


a:hover {
  text-decoration: none;
}
/*マウスオーバー時ゆっくり透過*/
.fade {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.fade:hover {
    opacity: 0.4;
    filter: alpha(opacity=90);
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}


/*=============================================================
header
=============================================================*/
#header {
position: relative;
border-bottom: 4px solid #8FC717;
}

#header h1.cap {
background-color: #F2FFD8;
width: 100%;
}

#header h1.cap p {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
font-size: 1.2rem;
padding-top: 5px;
padding-bottom: 5px;
}

#header .left {
width: 18%;
float: left;
padding-top: 22px;
}

#header .logo {
}

#header .left h2 {
background-color: #be3d3c;
color:  #fff;
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#header .hd_text {
padding-top: 10px;
font-size: 12px;
line-height: 1.4em;
}

#header .right {
width: 80%;
float: right;
overflow: hidden;
display: flex;
justify-content: space-between;
}






#header .right .hd_tel {
font-size: 3rem;
font-weight: bold;
width: 60%;
}


#header .right .hd_tel a {
color: #C6050F;
}






#header .right .hd_tel a:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/images/top/tel_icon.png);
    background-size: contain;
    vertical-align: -1px;
    background-repeat: no-repeat;
    padding-right: 5px;
}

#header .right .hd_tel a:hover {
color: #EF821E;
}

#header .right .hd_tel a:hover:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/images/top/tel_icon_hover.png);
    background-size: contain;
    vertical-align: -1px;
    background-repeat: no-repeat;
    padding-right: 5px;
}

#header .right .time {
font-size: 10px;
overflow: hidden;
padding-top: 10px;
float: left;
line-height: 1.4em;
}





#header .right .center_box {
width: 38%;
float: left;
}

#header .right .center_box .up {
    display: flex;
    justify-content: flex-end;
}

#header .right .center_box .down {

}







#header .right .center_box .down ul {
font-size: 80%;
}


#header .right .center_box .down ul li {
width: 32%;
float: left;
margin-right: 2%;
}



#header .right .center_box .down ul li:last-child {
margin-right: 0;
}


#header .right .center_box .down ul li a {
color: #fff;
text-align: right;
display: block;
background-color: #CC050F;
position: relative;
padding-top: 2px;
padding-bottom: 2px;
}


#header .right .center_box .down ul li.staff_nav a span {
padding-right: 2em;
}


#header .right .center_box .down ul li.line_nav a span {
padding-right: 4em;
}


#header .right .center_box .down ul li.insta_nav a span {
padding-right: 3em;
}






#header .right .center_box .down ul li a:hover {
background-color: #EF821E;
}


#header .right .center_box .down ul li.staff_nav a span:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 20px;
    background-image: url("/images//common/staff_nav_icon.png");
    background-size: contain;
    vertical-align: -5px;
    background-repeat: no-repeat;
    padding-right: 3px;
    position: absolute;
    left: 13px;
}


#header .right .center_box .down ul li.line_nav a span:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 20px;
    background-image: url("/images//common/line_nav_icon.png");
    background-size: contain;
    vertical-align: -5px;
    background-repeat: no-repeat;
    padding-right: 3px;
    position: absolute;
    left: 33px;
    top: 3px;
}

#header .right .center_box .down ul li.insta_nav a span:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 20px;
    background-image: url("/images//common/insta_nav_icon.png");
    background-size: contain;
    vertical-align: -5px;
    background-repeat: no-repeat;
    padding-right: 3px;
    position: absolute;
    left: 17px;
    top: 3px;
}





#header .right .hd_contact {
width:10%;
float: right;
}





#header .right .hd_contact a {
font-size: 14px;
color: #fff;
display: block;
padding-top: 16px;
padding-bottom: 16px;
background-color: #95CD17;
text-align: center;
font-weight: bold;
}

#header .right .hd_contact a i {
padding-right: 4px;
}



#header .right .hd_contact a dl {

}

#header .right .hd_contact a dl dt {

}


#header .right .hd_contact a dl dd {

}

#header .right .hd_contact a dl dd img {
width: 40%;
height: auto;
}




#header .right nav {
overflow: hidden;
clear: both;
width: 50%;
}

#header .right nav ul {
overflow: hidden;
margin-top: 10px;
}

#header .right nav ul li {
float: left;
font-size: 15px;
width: 20%;
box-sizing: border-box;
border-left: 3px dotted #b0b0b0;
font-weight: 600;
}

#header .right nav ul li:last-child {
border-right: 3px dotted #b0b0b0;
}


#header .right nav ul li a {
display: block;
padding-left: 18px;
padding-top: 8px;
padding-bottom: 20px;
}

#header .right nav ul li span {
color: #838484;
font-size: 12px;
display: block;
font-weight: normal;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


#header .right nav ul li a:hover {
color: #be3d3c;
font-weight: bold;
  background: -moz-linear-gradient(left, #FFF0F5 20%, #FFF0F5);
  background: -webkit-linear-gradient(left, #FFF 20%, #FFF0F5);
  background: linear-gradient(to right, #FFF0F5 20%, #FFF);
}



#header .right nav ul li a span:hover {
color: #be3d3c;
display: block;
text-decoration: underline;
}






#hd_search {
padding-top: 10px;
padding-bottom: 10px;
}


#hd_search .hd_search_wrap li {
float: left;
}

#hd_search .hd_search_wrap .hd_type {
float: left;
}

#hd_search .hd_search_wrap li.hd_type .cap {
    float: left;
    font-weight: bold;
    color: #3168CE;
    background-image: url(/images/top/icon_arrow1.png);
				background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: right center;
    padding-right: 15px;
    margin-right: 5px;
}

#hd_search .hd_search_wrap li.hd_type label {
    font-size: 14px;
    font-weight: bold;
}


#hd_search .hd_search_wrap li.hd_type label input[type="radio"] {
display: inline;
}





#hd_search .hd_search_wrap li.hd_type input {
    font-size: 14px;
}

#hd_search .hd_search_wrap li.hd_type {
    overflow: hidden;
    background-image: url(/images/top/icon_arrow3.png);
				background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: right center;
    padding-right: 40px;
    margin-right: 10px;
}


#hd_search .hd_search_wrap li {
    float: left;
    margin-right: 15px;
}

#hd_search .hd_search_wrap li a {
text-decoration: underline;
}

#hd_search .hd_search_wrap li a:hover {
color: #be3d3c;
}



#hd_search .return {
text-align: right;
font-size: 14px;
font-weight: bold;
}

#hd_search .return a {
text-decoration: underline;
}

#hd_search .return:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/images/top/icon_arrow1.png);
    background-size: contain;
    vertical-align: -1px;
    padding-right: 7px;
    background-repeat: no-repeat;
}



.update {
text-align: right;
font-size: 11px;
/*padding-top: 6px;*/
padding-top: 50px;
}








.bk_green {
background-color: #94CC17;
}

.bk_Light_green {
background-color: #F2FFD8;
}


.bk_grey {
background-color: #efeeee;
}


.bk_red {
background-color: #bd3d3c;
}

.bk_ye {
background-color: #FFFAD2;
}


.font-white {
color: #fff;
}


.mb_10 {
margin-bottom: 10px;
}


.mb_20 {
margin-bottom: 20px;
}


.mb_30 {
margin-bottom: 30px;
}


.mb_50 {
margin-bottom: 50px;
}



.mt_50 {
margin-top: 50px !important;
}


.mt_70 {
margin-top: 70px !important;
}




footer {
clear: both;
}




footer #up {
padding-top: 30px;
padding-bottom: 30px;
}

footer .inner {
width: 1200px;
margin-left: auto;
margin-right: auto;
}

footer .inner .company {
font-size: 18px;
font-weight: bold;
}

footer .inner .address li {
display: inline;
padding-right: 1em;
}

footer .inner .address li a {
text-decoration: underline;
}

footer .inner .list {

}

footer .inner .list li {
font-size: 13px;
display: inline-block;
padding-right: 2em;
line-height: 2em;
}

footer .inner .list li a {
text-decoration: underline;
color: #808080;
}




/*footer #down {
padding-top: 30px;
padding-bottom: 30px;
}*/


footer .inner .left {
width:  45%;
float: left;
}


footer .inner .left p.catch {
font-size: 13px;
padding-bottom: 4px;
}


footer .inner .left p.logo {
margin-top: 25px;
width: 50%;
margin-bottom: 8px;
}


footer .inner .right {
width: 55%;
float: right
} 




footer .inner .right ul {
text-align: right;
padding-top: 30px;
}



footer .inner .right ul li {
display: inline;
padding-right: 1em;
text-decoration: underline;
}


footer .inner .right ul li a {
color: #99999A;
}




footer .footer_add {
clear: both;
  display: flex;
  flex-direction: row;
}

footer .asahilogo,
.asahilogo.works{
  margin: 1rem 0 0;
  border: #94CC17 2px solid;
  width: 500px;
}
.asahilogo.works{
  margin: 1rem auto 0;
}
footer .asahilogo a,
.asahilogo.works a{
  background-color: #F2FFD8;
  display: flex;
  align-items: center;
}
footer .asahilogo a .inner,
.asahilogo.works a .inner{
  width: 200px;
  background-color: #fff;
  padding: .5rem 1rem;
}
footer .asahilogo a figcaption,
.asahilogo.works a figcaption{
  font-weight: 500;
  font-size: 18px;
  color: #CB050F;
  padding: .5rem 1rem;
}



footer .copy {
clear: both;
text-align: center;
padding-top: 6px;
padding-bottom: 6px;
background-color: #8FC717;
color: #fff;
margin-top: 30px;
}








/*=============================================================
footer
=============================================================*/

#foot {
    clear: both;
    overflow: hidden;
    color: #fff;
    background-color: #242424;
    text-align: left;
    padding: 30px 50px 10px 50px;
}


#foot .inner {
padding-left: 200px;
}

#foot .copy{
  color: #9a9a9a;
  font-size: 1.2rem;
}





section {
    clear: both;
    overflow: hidden;
}





/* ------------------------------------------------------------
page-top
------------------------------------------------------------ */
#page-top a{
  font-family: "FontAwesome";
  display:block;
  width: 50px;
  height: 50px;
  color:#fff;
  background-color:#242424;
  text-align:center;
  line-height:50px;
  border-radius:50%;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 100;
}

#page-top a i {
padding-top: 15px;
}





@media only screen and (min-width: 767px) and (max-width: 1366px) {

#header .right .center_box .down ul li.staff_nav a span {
padding-right: 1em;
}

#header .right .center_box .down ul li.line_nav a span {
padding-right: 3em;
}

#header .right .center_box .down ul li.insta_nav a span {
padding-right: 2em;
}


}


