@charset "utf-8";
/*--------------------------------
	Name: sanukiudon-station.css
	Released : 2022.11.30
	Version: 2.0
	Author:rising
---------------------------------*/

/* reser.css
---------------------------------*/
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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0; list-style-type: none; font-weight: normal; font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img{width: 100%;}
a{text-decoration: none;color:black;}
a:hover{text-decoration: none;color:#666;}
a.button{
	background-color: #363638;
	border: 1px solid rgba(0, 0, 2, 0.8);
	box-shadow: 0 1px 0 rgba(253, 253, 255, 0.2) inset, 0 1px 1px rgba(0, 0, 2, 0.2);
	border-radius: 4px;
    color: #FDFDFF;
    font-size: 11px;
    padding: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 2, 0.3);
	}
a.button:hover {
	border-bottom-color: #5d8b9d;
	color: #ff8403;
	}
a.button:active { border-top: 1px solid #5d8b9d; }
a[target="_blank"]{ background : url("https://takaichi-bb-ob.com/wp-content/themes/takaichi/images/other-link.png") bottom right no-repeat; padding-right : 18px; }
.flexslider a[target="_blank"]{ background : none; padding-right : 0px; }
.addtoany_list a[target="_blank"],.a2a_menu a[target="_blank"]{background : none;}

/* header
---------------------------------*/
.h_logo{max-width: 980px;margin: 0 auto;}
.h_logo .logo{max-width: 780px;}
.h_logo .logo-anshin{max-width: 200px;}
#gNav ul {
    position: relative;
    display: flex;
    justify-content: center;
}
#gNav li {
    position: relative;
    margin-right: 2em;
    font-size: 16px;
}
#gNav li:last-child {
    margin-right: 0;
}
#gNav li i {
    font-size: 16px;
    margin-left: 5px;
}
#gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
}
#gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #000;
}
#gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
    color: #fff;
}
#gNav .sub-menu a:hover:after {
    content: none;
}
#gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
#gNav .sub-menu li:last-child {
    border-bottom: none;
}
#gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
#gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
}
#gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
#gNav li ul li:after {
    content: none;
}
#gNav li:hover ul.sub-menu a {
    color: #111;
}
#gNav .sub-menu li a:hover {
    background: #fff;
}
#gNav .contact_btn a:hover {
    color: #fff;
}
#contents{
    clear: both;
}

/* section 共通
---------------------------------*/
.section-contents{margin: 20px 0 120px 0;}


body #contents{padding: 30px 0;}

/* section keyvisual
---------------------------------*/
#keyvisual{background: #000;}
#keyvisual img{max-height: 785px;width: auto;display: block;margin: 0 auto;}


/* section ayagawa-info
---------------------------------*/
.ayagawa-info{max-height: 700px;background: url(../images/ayagawa_info_back.png) no-repeat;position: relative;margin-top: 80px;background-size: cover;}
.ayagawa-info h1{
    position: absolute;
    font-size: 40px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.certificate img{max-width: 650px;}
.certification img{max-width: 500px;}
.flexslider img{padding-top: 50px;}
.flexslider h2{
    text-align: center;
    margin: 20px auto 50px auto;
    font-size: 36px; 
    color: #fff;
}


/* section ayagawa-soba
---------------------------------*/
.ayagawa-soba{
    max-width: 1800px;
    margin: 0 auto;
    padding: 30px;
    background-color: #c9bc9c;
}
.shop-soba{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.shop-soba li img{max-width: 400px;}
.soba-text{
    font-size: 32px;
    line-height: 2;
    padding: 50px 100px;
}
.shop-ad{
    max-width: 1735px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #f0f0f0;
}
.shop-ad,.shop-ad-goods{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.shop-ad-list img{margin-bottom: 50px;}
.shop-ad-goods li{text-align: center;font-size: 20px;font-weight: bold;}
.shop-ad-goods img{margin-bottom: 30px;}


/* shop-info
---------------------------------*/
.shop-info{
    background: #d9d6cd;
}
.shop-info ul{
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 20px;
    overflow: hidden;
}
.shop-info ul li{
    float: left;
    max-width: 700px;
}
.shop-info-title{
    font-size: 38px;
    font-weight: 500;
    padding-left: 50px;
}
.shop-info ul li dl{
    padding: 35px 50px;
}
.shop-info ul li dl dt{
    font-size: 30px;
    font-weight: 300;
}
.shop-info ul li dl dd{
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 35px;
}


/* footer
---------------------------------*/
p.page-top{
	padding: 1em 0;
	text-align: center;
	background: #333;
}
p.page-top a{
	color: #fff;
	display: block;
}
footer{
	background: #111;
	padding-top: 1em;
	text-align: center;
}
footer img{
	width: 50px;
	height: 50px;
}
footer ul{
	margin-bottom: 1.6em;
}
footer ul li a{
	color: #fff;
	font-size: 0.8em;
}
footer p{
	font-size: 1em;
	padding-bottom: 1.875em;
	color: #fff;
}
footer a{
    color: #fff
}
footer p.copyright{
	font-size: 0.7em;
}


/* 1200px
---------------------------------*/
@media print, screen and ( min-width : 1200px ) {
}


