/*   
Theme Name: 麺道仙波
Theme URI:https://semba.mv-g.com/
Description:麺道仙波テーマです。


Author:金浦
Author URI:http://sangodesign.jp/
Version:1.0 2024.2.8
*/

*,
*:before,
*:after {
    margin:0;
    padding:0;
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

/* リセット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;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	word-wrap: break-word;
	font-size:1.2rem;
	line-height:1.8;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* img要素の余計な余白（ディセンダー）のリセット */
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
/* リンクの設定 */
a {
    transition : all 0.5s ease 0s;
}
a:link,
a:active,
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover,
a:focus {
	color:#c30d23;
	text-decoration:none;
}
.btn a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn a:hover,
.btn a:active {
    filter: alpha(opacity=70);
    opacity: 0.70;
}
/* フォントサイズ */
.f80{
	font-size:0.8rem;
}
.f12{
	font-size:1.2rem;
}
.f15{
	font-size:1.5rem;
}
.f20{
	font-size:2.0rem;
}
.f24{
	font-size:2.4rem;
}
.f30{
	font-size:3.0rem;
}
.fb{
	font-weight:bold;
}
.f_min{
	font-family: 'Zen Old Mincho', serif;
}
/* カラー */
.red{
	color:#C30D23;
}
.blue{
	color: #28447C;
}

/* 改行 */
.br-sm { display:inherit;}
.br-pc { display:none;}

/* 位置 */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.center_pc {text-align:center !important;}

/* 余白 */
.mt200 {margin-top:200px;}
.mt150 {margin-top:150px;}
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}
.mt-btn{margin-top: 40px;}
.mt100-sm {margin-top:100px;}

/* リスト */
ul.square{
	margin-top: 20px;
}
ul.square li{
	list-style: square;
	margin-left: 1em;
}


/* header */
.header{
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}
.header-in{
	width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.header-in01{
	width: 480px;
	padding-top: 50px;
}
.header-in02{
	width: 200px;
	position: relative;
}
.header-in03{
	width: 480px;
	padding-top: 50px;
}
h1.site-logo{
	position:absolute;
	top: 0px;
	left: 0px;
}
.header-in01 ul{
	display: flex;
}
.header-in01 ul li{
	width: 160px;
	border-left: 1px solid #727172;
	text-align: center;
}
.header-in03 ul{
	display: flex;
}
.header-in03 ul li{
	width: 160px;
	border-right: 1px solid #727172;
	text-align: center;
}
.header-in01 ul li a:link,
.header-in01 ul li a:active,
.header-in01 ul li a:visited,
.header-in03 ul li a:link,
.header-in03 ul li a:active,
.header-in03 ul li a:visited {
	color:#333333;
	text-decoration:none;
}
.header-in01 ul li a:hover,
.header-in01 ul li a:focus,
.header-in03 ul li a:hover,
.header-in03 ul li a:focus {
	color:#c30d23;
	text-decoration:none;
}

/* TOPイメージ */
.top-img{
	display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px);
    color: #FFF;
	background:url("img/top-img2024.jpg") no-repeat center center / cover;
}
.top-img p{
	font-family: 'Zen Old Mincho', serif;
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 3px 3px 5px black;
}
.top-img p span{
	font-size: 2.0rem;
}

.news-text{
	width: 800px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
dl.news_event{
	margin-top: 0px;
	border-bottom: 1px dotted #333333;
}
dl.news_event dt{
	float: left;
	padding: 15px 0;
}
dl.news_event dd{
	margin-left: 200px;
	padding: 15px 0;
}
dl.news_event dd a:link,
dl.news_event dd a:active,
dl.news_event dd a:visited {
	color:#333333;
	text-decoration:none;
}
dl.news_event dd a:hover,
dl.news_event dd a:focus {
	color:#c30d23;
	text-decoration:none;
}
a.btn_news {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-size: 1.0rem;
	font-weight: bold;
	border: 2px solid #333333;
	color: #333333;
	transition: 0.5s;
}
a.btn_news:hover {
	color: #fff;
	background: #333333;
}

.time{
	width: 800px;
	margin: 60px auto 0;
}
.time table{
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 100%;
}
.time table th{
	border: 1px solid #333333;
	font-family: 'Zen Old Mincho', serif;
	background-color: #eeeeef;
	text-align: center;
	padding: 10px;
}
.time table td{
	border: 1px solid #333333;
	text-align: center;
	padding: 10px;
}
.bg-gry{
	background-image: url("img/bg-gry.jpg");
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	margin-top: 100px;
}
.kodawari-box{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content:space-between;
}
.kodawari-box-text{
	width: 47.5%;
    display: flex;
    align-items: center;
}
.kodawari-box-photo{
	width: 47.5%;
}
.oshinagaki-box{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content:space-between;
}
.oshinagaki-box-text{
	width: 47.5%;
    display: flex;
    align-items: center;
}
.oshinagaki-box-photo{
	width: 47.5%;
}
.gallery ul{
	display: flex;
	flex-wrap: wrap;
}
.gallery ul li{
	width: 23.5%;
	margin: 20px 2% 0 0;
}
.gallery ul li:nth-child(4n){
	width: 23.5%;
	margin: 20px 0 0 0;
}
.recruit{
	margin-top: 100px;
	background-image: url("img/recruit.jpg");
	background-size: cover;
	padding: 20px;
	display: flex;
	flex-direction: row-reverse;
}
.recruit-in{
	width: 45%;
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px;
}
a.btn_recruit {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border: 2px solid #C30D23;
	background: #C30D23;
	color: #ffffff;
	transition: 0.5s;
}
a.btn_recruit:hover {
	color: #C30D23;
	background: #ffffff;
}


.footer{
	background-image:url("img/footer.jpg");
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
	padding: 60px 0;
	color: #FFFFFF;
}
.footer-box{
	width: 1160px;
	margin: 0 auto;
	display: flex;
}
.footer-box-add{
	width: 40%;
	padding-right: 5%;
	border-right: 1px solid #FFFFFF;
}
.footer-box-navi{
	width: 60%;
	padding-left: 5%;
}
ul.foot-navi{
	display: flex;
	flex-wrap: wrap;
}
ul.foot-navi li{
	width: 33.3333333333%;
	list-style: disc;
}
ul.foot-navi li a:link,
ul.foot-navi li a:active,
ul.foot-navi li a:visited {
	color:#ffffff;
	text-decoration:none;
}
ul.foot-navi li a:hover,
ul.foot-navi li a:focus {
	color:#C30D23;
	text-decoration:none;
}
.foot-btn-box{
	display: flex;
	justify-content: space-around;
}
.foot-btn-box-in{
	width: 180px;
	margin-top: 20px;
}
a.foot_btn:link,
a.foot_btn:active,
a.foot_btn:visited {
	display: block;
	position: relative;
	width: 100%;
	font-size: 16px;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
}
a.foot_btn:hover,
a.foot_btn:focus {
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	background:#C30D23;
}
#copy{
	background-color: #ffffff;
	padding: 5px 0;
	text-align: center;
	color:#333333;
	font-size: 80%;
	border-bottom: 10px solid #000000;
}

/* タイトル */
.title{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
}
/* ベース */
.contents{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.contents_u{
	width: 1160px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumbs{
	margin-top: 20px;
}
.kodawari{
	margin-top: 80px;
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
}
.kodawari_big{
	font-size: 4.8rem;
}
.kodawari-photo{
	width: 800px;
	margin: 60px auto 0;
}
.kodawari-box{
	width: 800px;
	margin: 20px auto 0;
}
.kodawari-text{
	display: flex;
	justify-content: space-between;
}
.kodawari01{
	width: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-right: 1px solid #333333;
}
.kodawari01 p{
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.8rem;
	text-align: center;
}
.kodawari01 p span{
	font-size: 0.8rem;
}
.kodawari02{
	width: 600px;
	padding: 20px 0 20px 20px
}
.ramen{
	width: 800px;
	margin: 60px auto 0;
	text-align: center;
}
.ramen_name{
	margin-top: 10px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.8rem;
}
.price{
	font-size: 1.4rem;
	margin-top: 10px;
}
.shop{
	width: 800px;
	margin: 60px auto 0;
}
ul.option{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
ul.option li{
	display: inline-block;
	background-color: #C30D23;
	color: #FFFFFF;
	padding: 0.2em 2em;
	font-size: 1.0rem;
	margin: 0 20px;
}


table.shop_info{
	width: 100%;
	border-collapse: collapse;
	margin-top: 40px;
}
table.shop_info th{
	padding: 20px 20px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}
table.shop_info td{
	padding: 20px 20px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}
.tennai{
	margin-top: 40px;
}
.tennai ul{
	display: flex;
	flex-wrap: wrap;
}
.tennai ul li{
	width: 32%;
	margin: 20px 2% 0 0;
}
.tennai ul li:nth-child(3n){
	width: 32%;
	margin: 20px 0 0 0;
}

.job{
	width: 800px;
	margin: 60px auto 0;
}
.job table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 40px;
}
.job table th{
	padding: 20px 20px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}
.job table td{
	padding: 20px 20px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}

/* フッター */
.gmap{
	margin: 80px 0 0 0 ;
	padding: 0;
}
.gmap iframe {
height: 600px;
width: 100%;
	margin: 0;
	padding: 0;	
}

/* お知らせ */
.blog_category{
	width: 1000px;
	margin: 80px auto 0;
	text-align: left;
}
.blog_category ul{
	margin-top: 0px;
}
.blog_category ul li{
	list-style: none;
	padding: 20px 10px;
	border-bottom: 1px dotted #9E9E9F;
}
.blog_category ul li a:link,
.blog_category ul li a:active,
.blog_category ul li a:visited {
	color:#333333;
	text-decoration:none;
}
.blog_category ul li a:hover,
.blog_category ul li a:focus {
	color:#c30d23;
	text-decoration:none;
}
span.calendar{
	display: inline-block;
	margin-right: 2em;
}

.blog-detail{
	width: 740px;
	margin: 100px auto 0;
}

h4.blog_title {
	font-size: 120%;
	border-bottom: solid 3px #212121;
	position: relative;
}
h4.blog_title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #b71c1c;
	bottom: -3px;
	width: 20%;
}
.pagination{
   margin:40px 0 0;
	display: inline-block;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:20px 25px;
   color:#333;
   border-radius:3px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.pagination .current{
   padding:20px 25px;
   background:#0094c1;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#0094c1;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

/* お問い合わせ */
.formbox{
	margin-top:40px;
	padding:10px;
}
table.form{
	margin:40px 0 0 0;
	border:none;
	width:100%;
	border-collapse: collapse;
}
table.form th{
	width: 40%;
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #D6D6D6;
	vertical-align: middle;
}
table.form td{
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #D6D6D6;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-number,
.wpcf7-select{
	padding:5px;
	font-size: 100%;
}
 
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus,
.wpcf7-select:focus{
outline: none;
border-width: 1px;
border-style: solid;
box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
border-color: rgba(100, 200, 255, 0.75) !important;
padding:5px;
}
 
.wpcf7-form-control-wrap {
display:inline;
width: 100%;
padding-bottom: 10px;
}
 
.wpcf7-textarea,
.wpcf7-text{
width: 96%;
}
.wpcf7-text.add{
width: 30%;
}
.wpcf7-text.wpcf7-select{
	padding: 5px;
}

.kisai{
	background-color: #ca3e47;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}
.nini{
	background-color: #0d3b60;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em auto 0 !important;/* ボタンの上下の余白 */
background-color: #ca3e47 !important;/* 背景の色 */
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 30%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
}

input.wpcf7-submit:hover {
background-color:#0d3b60 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}

/*----------------------------------------------------
    表示・非表示
----------------------------------------------------*/
.hidden {
  display: none;
  visibility: hidden;
}
.hidden-phone {
	display: inherit !important;
}
.br-sm{
	display: none;
}

