/*   
Theme Name: kaisenmaru
Theme URI:https://kaisenmaru.mv-g.com/
Description:海鮮丸のテーマです。


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

*,
*:before,
*:after {
    margin:0;
    padding:0;
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
}
/* リセット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-size: 100%;
    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 {
	color: #3D3736;
	word-wrap: break-word;
	font-size:100%;
	line-height:1.8;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	background-color: #F7F2E6;
}
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;
}

/* 読み込みフォント */
.f_min{
	font-family: 'Zen Old Mincho', serif;
}
/* フォントサイズ */
.f80{
	font-size:80%;
}
.f120{
	font-size:120%;
}
.f150{
	font-size:150%;
}
.f200{
	font-size:200%;
}
.f250{
	font-size:250%;
}
.f300{
	font-size:300%;
}
.fb{
	font-weight:bold;
}
/* カラー */
.red{
	color:#c30d23;
}
.blue{
	color: #0d3b60;
}

/* 改行 */
.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;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}

/* header */
.header{
	width: 1200px;
	height: 240px;
	margin: 0 auto;
	position: relative;
}
h1.site-name{
	position:absolute;
	top: 5px;
	left: 0px;
	font-size: 14px;	
}
.contact-head{
	position:absolute;
	top: 5px;
	right: 0;
	width: 200px;
}
h2.site-logo{
   position: absolute;
   top: 25px;
   left: 50%;
   transform: translateX(-50%);
}
.logo{
	width: 300px;
}
a.btn_contact {
	margin-top: 10px;
	display: inline-block;
	width: 200px;
	background-color: #E8110F;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	transition-duration: 0.3s;
	text-decoration: none;
}
a.btn_contact:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}
.navi{
	position: absolute;
	top: 188px;
}
#g_navi ul{
	width: 1200px;
	list-style: none;
	display: flex;
}
#g_navi ul li{
	width: 16.66666666%;
	text-align: center;
	border-left: 1px solid #231815;
	font-size: 18px;
}
#g_navi ul li:last-child{
	border-right: 1px solid #231815;
}
#g_navi ul li a:link,
#g_navi ul li a:active,
#g_navi ul li a:visited {
	color:#333333;
	text-decoration:none;
}
#g_navi ul li a:hover,
#g_navi ul li a:focus {
	color:#c30d23;
	text-decoration:none;
}

/* TOPイメージ */
.top-img {
	width: 1720px;
	margin: 0 auto 0;
 }

/* タイトル */
.title{
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
}
.title_sub{
	text-align: center;
}
.title-wh{
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	color: #fff;
}

/* 新着情報一覧 */
.news_box01{
	background-image: url("img/kumo01.png");
	background-position: 3% 50%;
	background-repeat: no-repeat;
	height: 300px;
}
.news_box02{
	background-image: url("img/kumo02.png");
	background-position: 97% 50%;
	background-repeat: no-repeat;
	height: 300px;
}
.news_box{
	width: 800px;
	margin: 40px auto 0;
}
.news_box a:link,
.news_box a:active,
.news_box a:visited {
	color:#333333;
	text-decoration:none;
}
.news_box a:hover,
.news_box a:focus {
	color:#c30d23;
	text-decoration:none;
}
ul.news_event{
	margin-top: 0px;
}
ul.news_event li{
	padding: 20px;
	border-bottom: 1px solid #3D3736;
}
span.day{
	display: inline-block;
	margin-right: 2em;
}
span.new {
    color: #ffffff;
    font-size: 10px;
	background:#c9171e;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px;
}
.simple_btn {
	display: inline-block;
	width: 280px;
	padding: 5px ;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #E8110F;
}
.simple_btn:hover {
	cursor: pointer;
	text-decoration: none;
	background:#3D3736;
}
a.simple_btn:link,
a.simple_btn:active,
a.simple_btn:visited,
a.simple_btn:hover,
a.simple_btn:focus {
	color:#ffffff;
	text-decoration:none;
}

/* ベース */
.contents{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumbs{
	margin-top: 20px;
}


/* フッター */

.gmap{
	margin: 80px 0 0 0 ;
	padding: 0;
}
.gmap iframe {
height: 400px;
width: 100%;
	margin: 0;
	padding: 0;	
}
.footer{
	margin: 200px auto 0;
	padding: 40px 0;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
}
.footer table{
	border: none;
	margin: 20px auto 0;
}
.footer table th{
	text-align: left;
	padding: 5px 10px;
}
.footer table td{
	text-align: left;
	padding: 5px 10px;
}

#copy{
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}

/* TOPページ */
.wake{
	background-image: url("img/riyuu.jpg");
	width: 1720px;
	margin: 100px auto 0;
	padding: 50px 350px;
}
.wake-in{
	background-color: #FFFFFF;
	padding: 50px;
	background-color: rgba(255,255,255,0.7);
}
.top-gyoza{
	margin-top: 130px;
	display: flex;
	justify-content: space-around;
}
.top-gyoza-in{
	width: 50%;
	text-align: center;
}



/* 下層ページ */
#page_title01,
#page_title02,
#page_title03,
#page_title04,
#page_title05,
#page_title06,
#page_title07{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 1720px;
    height: 300px;
	margin: 20px auto 0;
    color: #FFF;
}
#page_title01{
	background:url("img/news/title.jpg") no-repeat center center / cover;
}
#page_title02{
	background:url("img/kodawari/title.jpg") no-repeat center center / cover;
}
#page_title03{
	background:url("img/menu/title.jpg") no-repeat center center / cover;
}
#page_title04{
	background:url("img/shop/title.jpg") no-repeat center center / cover;
}
#page_title05{
	background:url("img/takeout/title.jpg") no-repeat center center / cover;
}
#page_title06{
	background:url("img/contact/title.jpg") no-repeat center center / cover;
}
#page_title07{
	background:url("img/privacypolicy/title.jpg") no-repeat center center / cover;
}
#page_title01 h3,
#page_title02 h3,
#page_title03 h3,
#page_title04 h3,
#page_title05 h3,
#page_title06 h3,
#page_title07 h3{
	font-family: 'Zen Old Mincho', serif;
	font-size: 250%;
	font-weight: bold;
	color:#FFFFFF;
}
ul.decimal li{
	list-style: decimal;
	margin-left: 1em;
}
ul.disc li{
	list-style: disc;
	margin-left: 1em;
}
.kodawaari{
	display: flex;
	margin-top: 60px;
}
.kodawaari01{
	width: 39%;
	margin-right: 3%;
}
.kodawaari02{
	width: 58%;
    display:table-cell;
    vertical-align:middle;
}
.kodawari-box{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.kodawari-box-in{
	width: 47.9%;
	text-align: center;
}
.kodawari-box-in img{
	border: 5px solid #FFFFFF;
}
img.border{
	border: 5px solid #FFFFFF;
}
.menu-box02{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.menu-box02-in{
	width: 47.9%;
	text-align: center;
}
.menu-box03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-box03-in{
	margin-top: 40px;
	width: 31.25%;
	text-align: center;
}
.price{
	text-align: center;
	color:#c30d23;
	font-size: 120%;
	font-family: 'Zen Old Mincho', serif;
}
.red-box{
	border: 1px solid #C30D23;
	margin-top: 60px;
	padding: 20px;
	text-align: center;
	color: #C30D23;
}
.gray-bg{
	margin-top: 100px;
	background-color: #3D3736;
	padding: 100px 0;
	color: #FFFFFF;
}
.red-bg{
	margin-top: 100px;
	background-color: #C30D23;
	padding: 100px 0;
	color: #FFFFFF;
}
.menu-box03-in02{
	margin-top: 40px;
	margin-right: 3.5%;
	width: 31%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #FFFFFF;
}
.menu-box03-in02:nth-of-type(3n){
	margin-right: 0%;
}
.menu-box03-in03{
	margin-top: 40px;
	margin-right: 3.5%;
	width: 31%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3D3736;
}
.menu-box03-in03:nth-of-type(3n){
	margin-right: 0%;
}
.menu-box04{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.shop800{
	width: 800px;
	margin: 60px auto 0;
}
.shop800 table{
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.shop800 table th{
	text-align: left;
	padding: 20px 10px 5px;
	border-bottom: 1px solid #3D3736;
}
.shop800 table td{
	text-align: left;
	padding: 20px 10px 5px;
	border-bottom: 1px solid #3D3736;
}
.shop-box{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.shop-box-in{
	width: 47.9%;
	text-align: center;
}
.blk-box{
	border: 1px solid #3D3736;
	margin-top: 60px;
	padding: 20px;
}
.gmap{
	width: 1720px;
	margin: 80px  auto 0;
	padding: 0;
}
.gmap iframe {
height: 600px;
width: 100%;
	margin: 0;
	padding: 0;	
}
.takeout-box{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.takeout-photo{
	width: 42.5%;
}
.takeout-text{
	width: 52.5%;
}
.title-red{
	font-size: 250%;
	font-weight: bold;
	color: #C30D23;
	border-bottom: 1px solid #C30D23;
}
.takeout-name{
	background-color: #C30D23;
	color: #FFFFFF;
	text-align: center;
	font-size: 150%;
	padding: 5px 0;
	font-family: 'Zen Old Mincho', serif;
}
.takeout-menu{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3D3736;
}
.privacypolicy{
	font-size: 200%;
	font-weight: bold;
	color: #C30D23;
	border-bottom: 1px solid #C30D23;
}
.contact-form{
	margin-top: 60px;
	background-color: #C30D23;
	color: #FFFFFF;
	text-align: center;
	font-size: 150%;
	padding: 5px 0;
}



/* お知らせ */
.blog_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 60px;
}
.blog_area_in{
	width: 32%;
	margin-top: 40px;
	text-align: left;
	box-sizing: border-box;
}
.blog_area_in a:link,
.blog_area_in a:active,
.blog_area_in a:visited {
	color:#333333;
	text-decoration:none;
}
.blog_area_in a:hover,
.blog_area_in a:focus {
	color:#ca3e47;
	text-decoration:none;
}
.thumbnail img{
	width: 100%;
	height: 250px;
	object-fit: cover; /* この一行を追加するだけ！ */
	border: 5px solid #FFFFFF;
}
h4.blog_title {
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.blog_area800{
	width: 800px;
	margin: 80px auto 0;
}
.blog_area800 h4 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #3D3736;
	font-family: 'Zen Old Mincho', serif;
}

.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;
}





/* お問い合わせ */
.contact {
	margin: 20px auto 0;
	text-align: center;
	display: block;
}
.contact .contact_txt {
	text-align: left;
	display: inline-block;
}

table.form{
	margin:40px 0 0 0;
	border:none;
	width:100%;
	border-top: 1px solid #B4B4B5;
	border-collapse: collapse;
}
table.form th{
	width: 40%;
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #B4B4B5;
	vertical-align: middle;
}
table.form td{
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #B4B4B5;
}
.formbox{
	margin-top:40px;
	text-align:center;
	padding:10px;
	border: 1px solid #ddd;
}

.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);
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: #C30D23;
	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: #C30D23 !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;
}
.visible-phone {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}



/*===============================================
●smart.css  画面の横幅が1200pxまで
===============================================*/
@media screen and (max-width: 1200px){

body {
	font-size:16px;
	background-color: #F7F2E6;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}

.mt200 {margin-top:10%;}
.mt150 {margin-top:10%;}
.mt100 {margin-top:10%;}
.mt80 {margin-top:8%;}
.mt60 {margin-top:6%;}
.mt40 {margin-top:4%;}
.mt20 {margin-top:2%;}
.mt10 {margin-top:2%;}

.f80,
.f120,
.f150{
	font-size:16px;
}
.f200,
.f250{
	font-size:18px;
}
.f300{
	font-size:20px;
}


/* TOPイメージ */
.top-img {
    display: flex;
    justify-content: center;
    align-items: center;
	background:url("img/top-img-tab.jpg") no-repeat center center / cover;
    height: 60vh;
    color: #FFF;
  }
/* ベース */
.contents{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
/* フッター */
.footer{
	margin: 100px auto 0;
	padding: 10% 5%;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
}
/* 新着情報一覧 */
.news_box01{
	background-image: none;
	height:auto;
}
.news_box02{
	background-image: none;
	height:auto;
}
.news_box{
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
}

/* TOPページ */
.wake{
	background-image: url("img/riyuu.jpg");
	background-position: center;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 30px;
}
.wake-in{
	background-color: #FFFFFF;
	padding: 30px;
	background-color: rgba(255,255,255,0.7);
}
.top-gyoza{
	margin-top: 130px;
	display: flex;
	justify-content: space-around;
}
.top-gyoza-in{
	width: 50%;
	text-align: center;
}
/* お知らせ */
.blog_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 60px;
}
.blog_area_in{
	width: 32%;
	margin-top: 40px;
	text-align: left;
	box-sizing: border-box;
}
.blog_area_in a:link,
.blog_area_in a:active,
.blog_area_in a:visited {
	color:#333333;
	text-decoration:none;
}
.blog_area_in a:hover,
.blog_area_in a:focus {
	color:#ca3e47;
	text-decoration:none;
}
.thumbnail img{
	width: 100%;
	height: 250px;
	object-fit: cover; /* この一行を追加するだけ！ */
	border: 5px solid #FFFFFF;
}
h4.blog_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.blog_area800{
	max-width: 800px;
	width: 100%;
	margin: 80px auto 0;
}
.blog_area800 h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #3D3736;
	font-family: 'Zen Old Mincho', serif;
}
.title{
	font-size: 24px;
}
.title-wh{
	font-size: 24px;
}
.title-red{
	font-size: 24px;
}
.privacypolicy{
	font-size: 20px;
}


/* 下層ページ */
#page_title01,
#page_title02,
#page_title03,
#page_title04,
#page_title05,
#page_title06,
#page_title07{
	width: 100%;
	height: 250px;
	margin-top: 0;
	background-size: cover;
}
#page_title01 h3,
#page_title02 h3,
#page_title03 h3,
#page_title04 h3,
#page_title05 h3,
#page_title06 h3,
#page_title07 h3{
	font-size: 36px;
}

.shop800{
	max-width: 800px;
	width: 100%;
	margin: 60px auto 0;
}
.gmap{
	max-width: 1200px;
	width: 100%;
	margin: 80px  auto 0;
	padding: 0;
}
.gmap iframe {
height: 600px;
width: 100%;
	margin: 0;
	padding: 0;	
}

}
/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px){

body {
	font-size:16px;
	background-color: #F7F2E6;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: inherit !important;
}
.hidden-sm {
	display: none !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.center_pc {text-align:left !important;}
.center_sm {text-align:center !important;}
.br-sm { display:none;}
.br-pc { display:inherit;}

.mt200 {margin-top:20%;}
.mt150 {margin-top:15%;}
.mt100 {margin-top:10%;}
.mt80 {margin-top:8%;}
.mt60 {margin-top:6%;}
.mt40 {margin-top:4%;}
.mt20 {margin-top:2%;}
.mt10 {margin-top:2%;}
.mt-btn{margin-top: 10%;}

.f80,
.f120,
.f150{
	font-size:16px;
}
.f200,
.f250{
	font-size:18px;
}
.f300{
	font-size:20px;
}

.footer{
	margin: 100px auto 0;
	padding: 10% 5%;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
}
.footer table{
	border: none;
	margin: 20px auto 0;
}
.footer table th{
	display: block;
	text-align: left;
	padding: 5px 10px;
}
.footer table td{
	display: block;
	text-align: left;
	padding: 0px 10px 5px;
}

/* TOPイメージ */
.top-img {
    display: flex;
    justify-content: center;
    align-items: center;
	background:url("img/top-img-sm.jpg") no-repeat center center / cover;
    height: 100vh;
    color: #FFF;
  }
/* TOPページ */
.wake{
	background-image: url("img/riyuu.jpg");
	background-position: center;
	width: 100%;
	margin: 100px auto 0;
	padding: 5%;
}
.wake-in{
	background-color: #FFFFFF;
	padding: 5%;
	background-color: rgba(255,255,255,0.7);
}
.top-gyoza{
	margin-top: 130px;
	display: flex;
	justify-content: space-around;
}
.top-gyoza-in{
	width: 50%;
	text-align: center;
}

/* お知らせ */
.blog_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 60px;
}
.blog_area_in{
	width: 100%;
	margin-top: 40px;
	text-align: left;
	box-sizing: border-box;
}
.thumbnail img{
	width: 100%;
	height: 250px;
	object-fit: cover; /* この一行を追加するだけ！ */
	border: 5px solid #FFFFFF;
}
h4.blog_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.blog_area800{
	width: 100%;
	margin: 10% auto 0;
}
.blog_area800 h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #3D3736;
	font-family: 'Zen Old Mincho', serif;
}

.title{
	font-size: 24px;
}
.title-wh{
	font-size: 24px;
}
.title-red{
	font-size: 24px;
}
.privacypolicy{
	font-size: 18px;
}
.news_box{
	width: 100%;
	margin: 5% auto 0;
}
ul.news_event li{
	padding: 0 0 20px;
	border-bottom: 1px solid #D0D0D0;
}
span.day{
	display: block;
	margin-right: 0;
}
span.new {
    color: #ffffff;
    font-size: 10px;
	background:#c9171e;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px;
}

/* 下層ページ */
#page_title01,
#page_title02,
#page_title03,
#page_title04,
#page_title05,
#page_title06,
#page_title07{
	height: 30vh;
}
#page_title01 h3,
#page_title02 h3,
#page_title03 h3,
#page_title04 h3,
#page_title05 h3,
#page_title06 h3,
#page_title07 h3{
	font-size: 30px;
}

.kodawaari{
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}
.kodawaari01{
	width: 100%;
	padding: 0 10%;
	margin-right: 0%;
	text-align: center;
}
.kodawaari02{
	width: 100%;
	margin-top: 5%;
    display:table-cell;
    vertical-align:middle;
}
.kodawari-box{
	display: flex;
	flex-direction: column;
	margin-top: 0px;
}
.kodawari-box-in{
	margin-top: 10%;
	width: 100%;
	text-align: center;
}
.kodawari-box-in img{
	border: 3px solid #FFFFFF;
}
img.border{
	border: 3px solid #FFFFFF;
}


.menu-box02{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 0px;
}
.menu-box02-in{
	width: 100%;
	margin-top: 10%;
	text-align: center;
}
.menu-box03{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.menu-box03-in{
	margin-top: 10%;
	width: 100%;
	text-align: center;
}
.menu-box03{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.menu-box03-in{
	margin-top: 10%;
	width: 100%;
	text-align: center;
}
.price{
	text-align: center;
	color:#c30d23;
	font-size: 18px;
}
.red-box{
	border: 1px solid #C30D23;
	margin-top: 60px;
	padding: 20px;
	text-align: center;
	color: #C30D23;
}
.gray-bg{
	margin-top: 10%;
	background-color: #3D3736;
	padding: 10% 0;
	color: #FFFFFF;
}
.red-bg{
	margin-top: 10%;
	background-color: #C30D23;
	padding: 10% 0;
	color: #FFFFFF;
}
.menu-box03-in02{
	margin-top: 10%;
	margin-right: 0%;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #FFFFFF;
}
.menu-box03-in02:nth-of-type(3n){
	margin-right: 0%;
}
.menu-box03-in03{
	margin-top: 10%;
	margin-right: 0%;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3D3736;
}
.menu-box03-in03:nth-of-type(3n){
	margin-right: 0%;
}
.menu-box04{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.title-wh{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	color: #fff;
}

.takeout-box{
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	flex-direction: column;
}
.takeout-photo{
	width: 100%;
}
.takeout-text{
	width: 100%;
	margin-top: 5%;
}
.takeout-name{
	font-size: 18px;
}

.shop800{
	width: 100%;
	margin: 10% auto 0;
}
.shop800 table{
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.shop800 table th{
	display: block;
	text-align: left;
	padding: 20px 10px 5px;
	border-bottom: none;
}
.shop800 table td{
	display: block;
	text-align: left;
	padding: 5px 10px 5px;
	border-bottom: 1px solid #3D3736;
}
.shop-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 0;
}
.shop-box-in{
	margin-top: 5%;
	width: 100%;
	text-align: center;
}
.blk-box{
	border: 1px solid #3D3736;
	margin-top: 10%;
	padding: 3%;
}
.gmap{
	width: 92%;
	margin: 15%  auto 0;
	padding: 0;
}
.gmap iframe {
	height: 400px;
	width: 100%;
	margin: 0;
	padding: 0;	
}
.tel_sm{
	width: 300px;
}

table.form{
	margin:10% 0 0 0;
	border:none;
	width:100%;
	border-top:none;
	border-collapse: collapse;
}
table.form th{
	width: 100%;
	display: block;
	text-align:left;
	font-weight: bold;
	padding:5% 3% 0;
	border-top: none;
    border-bottom:none;
	vertical-align: middle;
}
table.form th.th01{
	width: 100%;
}
table.form td{
	width: 100%;
	display: block;
	text-align:left;
	padding:5% 3% 5%;
    border-bottom:1px solid #B4B4B5;
}
table.form td.noborder{
    border-bottom:none;
}
.formbox{
	margin-top:40px;
	text-align:center;
	padding:10px;
	border: none;
}
/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
	font-size: 16px !important;/* 文字の大きさ */
	font-weight: normal!important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
}


}