/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2023 | 15:41:51 */
/******基本******/
/*行間指定*/
h2{
line-height:1.5  !important;
}
h3{
margin-bottom:5px;
}
p {
	line-height:1.5 !important; 
}

 /*リンクの下線消し*/
a {
text-decoration: none!important;
	color:#000000;
}

/*テキスト均等*/
.text-box{
text-align:justify;
text-justify:inter-ideograph;
}

/*スマホで削除*/
@media screen and (max-width: 750px){
.sp-none {
display:none;
}
.border-none-sp{
border-bottom:none;
}
}
/*PCで削除*/
@media screen and (min-width: 750px){
.pc-none {
display:none;
}
.border-none-pc{
border-bottom:none;
}
}
/*PCのみ削除タブレットはイキ*/
@media screen and (min-width: 1024px){
.pad-none {
display:none;
}
}

/*擬似インラインボックス*/
.inlineframe {
height:20vh;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
border-top:1px dotted #999899;
border-bottom:1px dotted #999899;
padding-top:10px;
padding-bottom:10px;
}
/******------******/



/******骨格******/
/*ヘッダーの背景*/
.l-header{
 background: url(http://tetsunabe-g.com/wp/wp-content/uploads/2019/03/130731195237.jpg)!important;
}
@media only screen and (max-width: 1024px) {
.l-header{
 background: url(http://tetsunabe-g.com/wp/wp-content/uploads/2019/03/130731195237.jpg);
background-position:bottom;
}
}
#index #header {
 width: 1800px;
}

/*メインの背景*/
.l-main {
background-image:url("http://tetsunabe-g.com/wp/wp-content/uploads/2019/03/130731195237.jpg");
background-repeat:repeat;
}
.l-footer {
background-image:url("http://tetsunabe-g.com/wp/wp-content/uploads/2019/03/130731195237.jpg");
background-repeat:repeat;
}

/*ハンバーガーメニューの色*/
.c-menu-btn { color: #000000; }

/*グローバルナビの書体*/
#js-global-nav li a {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-weight: bold;
 font-size:18px;
}
/*ゴシック書体*/
.gothic {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*下段スライダーの削除*/
.p-footer{
display:none;
}
.p-info{
display:none;
}
/******------******/




/******リンク******/
/***リンクボタン***/
/*リンクのボタン_赤*/
.linkbtn {width:100%;  background-color: #cf111b;  border: solid 2px #cf111b; box-sizing: border-box;
font-size:20px; font-weight:bold;}
.linkbtn a { display: block; padding: 10px; text-align: center;  color: #ffffff!important;}
.linkbtn a:hover:not(.active) { background-color: #ffffff; color:#cf111b!important; text-decoration: none; }
.linkbtn a.active { background-color: #ffffff;}
/*リンクのボタン_黒*/
.linkbtn_k {width:100%;  background-color: #000000;  border: solid 2px #000000; box-sizing: border-box;
font-size:20px; font-weight:bold;}
.linkbtn_k a { display: block; padding: 10px; text-align: center;  color: #ffffff!important;}
.linkbtn_k a:hover:not(.active) { background-color: #ffffff; color:#000000!important; text-decoration: none; }
.linkbtn_k a.active { background-color: #ffffff;}
/*リンクのボタン_青*/
.linkbtn_b {width:100%;  background-color: #172A88;  border: solid 2px #172A88; box-sizing: border-box;
font-size:20px; font-weight:bold;}
.linkbtn_b a { display: block; padding: 10px; text-align: center;  color: #ffffff!important;}
.linkbtn_b a:hover:not(.active) { background-color: #ffffff; color:#172A88!important; text-decoration: none; }
.linkbtn_b a.active { background-color: #ffffff;}
/*リンクのボタン_オーダー*/
.linkbtn_o {width:100%;  background-color: #6AA66C;  border: solid 2px #6AA66C; box-sizing: border-box;
font-size:20px; font-weight:bold;}
.linkbtn_o a { display: block; padding: 10px; text-align: center;  color: #ffffff!important;}
.linkbtn_o a:hover:not(.active) { background-color: #ffffff; color:#6AA66C!important; text-decoration: none; }
.linkbtn_o a.active { background-color: #ffffff;}

/***ページ内リンク設定***/
.pageinnerlinkbox {
text-align:center;
}
.pageinnerlink {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
font-weight:bold;
display: inline-block;
text-align:left;
}
.pageinnerlink a {
color:#000000!important;
}
.tenpolink {
line-height:350%;
}
.miyagelink {
line-height:350%;
}
.oshokujilink {
line-height:300%;
}
.lunchlink {
line-height:300%;
}
.courselink {
line-height:350%;
}
@media only screen and (max-width: 750px) {
.oshokujilink {
line-height:200%;
}
.tenpolink {
line-height:250%;
}
.miyagelink {
line-height:250%;
}
.courselink {
line-height:250%;
}
.lunchlink {
line-height:200%;
}
}

/***サイドバー固定表示***/
.pageside {
position:fixed;
right:0;
top:30vh;
z-index:99;
}
.pageside2 {
position:fixed;
right:0;
top:15vh;
z-index:99;
}
/*サイドバーを縦積み*/
.pageside-flex {
display:flex;
flex-direction:column;
-webkit-display:flex;
-ms-flex-direction:column;
}
/*サイドバーのボタン 白*/
.pagesidebtn1 {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
font-size:20px;
font-weight:bold;
}
.pagesidebtn1 a {
display: block;
padding:50px 10px 50px 10px;
color:#000000!important;
background-color:#ffffff;
border: solid #ffffff;
border-width:2px 0px 2px 2px;
box-sizing: border-box;
}
.pagesidebtn1 a:hover:not(.active) {
background-color: #E60012;
color:#ffffff!important;
border-color:#E60012;
text-decoration: none;
}
.pagesidebtn1 a.active {
background-color: #E60012;
}
/*サイドバーのボタン黒*/
.pagesidebtn2 {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
font-size:20px;
font-weight:bold;
}
.pagesidebtn2 a {
display: block;
padding:50px 10px 50px 10px;
color:#ffffff!important;
background-color:#000000;
border: solid #000000;
border-width:2px 0px 2px 2px;
box-sizing: border-box;
}
.pagesidebtn2 a:hover:not(.active) {
background-color: #E60012;
color:#ffffff!important;
border-color:#E60012;
text-decoration: none;
}
.pagesidebtn2 a.active {
background-color: #ffffff;
}
/*サイドバーのボタン赤*/
.pagesidebtn4 {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
font-size:20px;
font-weight:bold;
}
.pagesidebtn4 a {
display: block;
padding:50px 10px 50px 10px;
color:#ffffff!important;
background-color:#E60012;
border: solid #E60012;
border-width:2px 0px 2px 2px;
box-sizing: border-box;
}
.pagesidebtn4 a:hover:not(.active) {
background-color: #ffffff;
color:#E60012!important;
border-color:#E60012;
text-decoration: none;
}
.pagesidebtn4 a.active {
background-color: #ffffff;
}
/*サイドバーのボタンオーダー*/
.pagesidebtn3 {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
font-size:20px;
font-weight:bold;
}
.pagesidebtn3 a {
display: block;
padding:50px 10px 50px 10px;
color:#ffffff;
background-color:#6AA66C;
border: solid #6AA66C;
border-width:2px 0px 2px 2px;
box-sizing: border-box;
}
.pagesidebtn3 a:hover:not(.active) {
background-color: #ffffff;
color:#6AA66C;
text-decoration: none;
}
.pagesidebtn3 a.active {
background-color: #ffffff;
}
@media screen and (max-width: 750px){
.pageside {
top:auto;
bottom:10vh;
}
.pageside2 {
top:auto;
bottom:10vh;
}
.pagesidebtn1 a {
padding:20px 18px 20px 10px;
}
.pagesidebtn2 a {
padding:20px 18px 20px 10px;
}
.pagesidebtn3 a {
padding:20px 18px 20px 10px;
}
}
/******------******/


/******フレックスボックス******/
.flexbox{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
-webkit-display:flex;
-webkit-justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-display:flex;
-ms-justify-content:space-between;
-ms-flex-wrap:wrap;
}
.flexitem{
width:48%;
}
.flexitem_2{
width:32%;
}
.flexitem_3{
width:50%;
}
.flexitem_4{
width:23%;
}
.flexitem img{
width:100%;
height:auto;
}
.flexitem_2 img{
width:100%;
height:auto;
}
.flexitem_3 img{
width:100%;
height:auto;
}
@media screen and (max-width: 750px){
.flexbox {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.flexitem{
width:100%;
margin-bottom:40px;
align-self: flex-start;
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
}
.flexitem_2{
width:100%;
margin-bottom:40px;
align-self: flex-start;
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
}
.flexitem_3{
width:100%;
align-self: flex-start;
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
}
.flexitem_4{
width:100%;
margin-bottom:40px;
align-self: flex-start;
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
}
.flexcontent {
width:90%;
}
}
/******------******/



/******トップページ******/
/*メインスライダーの削除*/
.p-index-slider {
 display:none;
}
.p-index-news__col-title {
 border-bottom: solid 1px  #000000 ;
}
/***新着情報***/
.contact-title a {
color:#000000;
}
ul.lcp_catlist_shop li{
list-style:none;
border-bottom:1px dotted #000000;
padding-top:10px;
padding-bottom:10px;
color: #E60012;
}
ul.lcp_catlist_shop li div{
margin:-1.2em 0 0 8em;
line-height: 1.5;
color:#000000;
}
.newsbox{
padding:0 0 0 0;
}
.newsbox a {
color:#000000;
}
.newstitle{
}
.newstitleflex{
display:flex;
justify-content:space-between;
flex-direction:row;
-webkit-display:flex;
-webkit-justify-content:space-between;
-webkit-flex-direction:row;
-ms-display:flex;
-ms-justify-content:space-between;
-ms-flex-direction:row;
padding:0 0 0 20px;
border-bottom:thick double #000000;
}
.newstitlecontent {
display:flex;
-webkit-display:flex;
-ms-display:flex;
}
.newstitlecontent img {
margin-right:10px;
padding-top:3px;
}

/***トップページのスライダー***/
.topslider {
margin-top:60px;
margin-bottom:60px;
}
/*スライダーのPC,SPの入れ替え*/
@media screen and (min-width: 750px){
.slider_sp {
display:none;
}
}
@media screen and (max-width: 750px){
.slider_pc {
display:none;
}
}

/*トップページ餃子のスペース*/
.gyozacontent-top {
margin-bottom:20px;
}
@media screen and (max-width: 750px){
.gyozacontent-top {
margin-bottom:-30px;
margin-top:30px;
padding-top:30px;
}
}

.gyozacontent-top .flexitem:first-child {
	background-image:url(http://tetsunabe-g.com/wp/wp-content/uploads/2023/03/2303_鉄なべみやげ_topcont.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.wp-image-1705 {
opacity:0;
}
/*コンテンツとバナー間のスペース*/
.top-bnr {
margin-top:50px;
padding-top:30px;
border-top:dotted 1px;
}
@media screen and (max-width: 750px){
.top-bnr {
margin-top:0px;
}
}

/***バナー***/
.flexbox_bnr{
display:flex;
justify-content:center;
flex-wrap:wrap;
-webkit-display:flex;
-webkit-justify-content:center;
-webkit-flex-wrap:wrap;
-ms-display:flex;
-ms-justify-content:center;
-ms-flex-wrap:wrap;
}
.flexitem_bnr{
margin:5px;
}
.flexitem_bnr img{
width:100%;
height:auto;
}
@media screen and (max-width: 750px){
.flexbox_bnr {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
	.flexitem_bnr{
width:100%;
margin-bottom:2px;
align-self: flex-start;
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
}
}
/******------******/



/******下層ページ******/
/*下層ページのヘッダーサイズ調整*/
.p-page-header__upper{
width:100%;
height:0;
padding-top: calc(400 / 1000 * 100%); 
background-position:top;
background-size:100% auto;
background-repeat:no-repeat;
margin-bottom:-40px;
background-color:transparent;
}
@media only screen and (max-width: 750px) {
.p-page-header__upper{
padding-top: calc(700 / 1000 * 100%); 
background-size:100vw auto;
background-position:bottom;
margin-bottom:0px;
background-color:transparent;
}
}
/******------******/



/*タイトル周り*/
.title{
padding-bottom:2px;
margin-bottom:10px;
text-align:center;
}
@media screen and (max-width: 750px){
.read{
font-size:19px;
margin-top:-30px;
}
}

/******鉄なべみやげ・通販******/
/*youtubeのサムネイル*/
.movie {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow:hidden;
}
.movie iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*グランドメニュー*/
.grandgyoza {
display:flex;
-webkit-display:flex;
-ms-display:flex;
flex-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
}
.grandgyozaitem1{
width:60%;
}
.grandgyozaitem2{
width:38%;
}
.grandmenuflex_l{
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
}
.grandcategory {
width:48%;
}
.grandmenuflex{
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
}
.grandmenuflex2{
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
	align-items:center;
}
.kujiraitem {
text-align:center;
}
.kujiraitem img {
width:80%;
}
.grandyohaku {
margin-bottom:40px;
}
.grandmenuphoto {
width:40%;
}
.grandmenutypo {
width:58%;
}
.grandmenu{
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
margin:5px;
border-bottom:dotted 1px;
}
.grandmenucap{
border-bottom:dotted 1px;
}
.grandmenucap p{
margin:-20px 10px 20px 10px;
}
.grandmenucap2 p{
margin:-20px 10px 20px 10px;
}
.granditem{
width:48%;
padding-top: 5px;
margin: 10px;
}
.drinkflex_l {
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
}
.drinklist {
width:48%;
}
.drinkflex {
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
margin-bottom:50px;
}
.drinkphoto {
width:40%;
}
.drinktypo{
width:73%;
}
.drinkmenu{
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
margin:5px;
border-bottom:dotted 1px;
}
.drinkmenu2{
display:flex;
justify-content:space-between;
-webkit-display:flex;
-webkit-justify-content:space-between;
-ms-display:flex;
-ms-justify-content:space-between;
margin:5px;
border-bottom:dotted 1px;
}
.drinkitem{
margin: 10px;
}
.drinkcategory {
border-bottom:solid 2px;
text-align:center;
}
.drinkcategory h3 {
color:#cf111b;
}
h2.newstitle{
text-align:center;
color:#000000;
}
/*グランドメニューのレスポンシブ*/
@media screen and (max-width: 750px){
.grandgyoza {
flex-direction:column;
}
.grandgyozaitem1{
width:100%;
}
.grandgyozaitem2{
width:100%;
}
.grandmenuflex_l{
flex-direction:column;
}
.grandcategory {
width:100%;
}
.grandmenuflex {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
	.grandmenuflex2 {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.grandmenuphoto {
width:100%;
}
.grandmenutypo {
width:100%;
}
.grandmenu {
flex-direction:row;
-webkit-flex-direction:row;
-ms-flex-direction:row;
width:85%;
}
.granditem{
width:100%;
}
.granditem h3 {
		line-height:1em;
	}
.drinkflex_l {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.drinkflex {
flex-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
}
.drinklist {
width:100%;
}
.drinkphoto {
width:55%;
}
.drinktypo{
width:57%;
}
.drinkmenu{
flex-direction:row;
-webkit-flex-direction:row;
-ms-flex-direction:row;
margin-bottom:20px;
width:85%;
}
.drinkmenu2{
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
margin-bottom:20px;
}
.drinkitem {
margin:0px;
}
.drinkitem h3 {
line-height:1em;
font-size:97%;
margin-bottom:1em;
}
.grandyohaku {
margin-bottom:auto;
}
}

/*ランチメニュー*/
.lunchflex {
display:flex;
flex-direction:column;
-webkit-display:flex;
-webkit-flex-direction:column;
-ms-display:flex;
-ms-flex-direction:column;
}
.lunchflex p{
line-height:0em;
}
p.lunchcap{
margin-bottom:5px;
padding-top:10px;
}
.lunchcategory {
width:32%;
}
@media screen and (max-width: 750px){
p.lunchcap{
width:85%;
}
.lunchcategory {
width:100%;
}
}


/*宴会*/
.enkai-read {
text-align:center;
font-size:25px;
margin-bottom:-10px;
}
.enkai-title {
text-align:center;
font-size:40px;
}
.enkai-honbun {
text-align:center;
}
.coursetitle img {
	width:700px;
	height:auto;
	margin-left:0;
	padding-left:0;
}
.coursetitle p{
margin-top:-30px;
font-size:20px;
	text-align:center;
}
.coursetime {
background-color:#e60012;
width:150px;
height:25px;
color:#ffffff;
text-align:center;
padding-top:9px;
margin-right:10px;
border-radius:100px;
}
.coursetime_2 {
background-color:#C30D23;
width:150px;
height:25px;
color:#ffffff;
text-align:center;
padding-top:9px;
margin-right:10px;
border-radius:100px;
}
.coursetime_3 {
background-color:#182987;
width:150px;
height:25px;
color:#ffffff;
text-align:center;
padding-top:9px;
margin-right:10px;
border-radius:100px;
}
.coursename{
display:flex;
-webkit-display:flex;
-ms-display:flex;
}
.coursecontent {
padding-bottom:5px;
margin-bottom:20px;
border-bottom:dotted 1px;
}
.torafuguread {
margin-bottom:-20px;
	text-align:center;
}
.border-none-sp{
border-bottom:none;
}
@media screen and (max-width: 1024px){
.torafuguread {
margin-top:-50px;
}
}
@media screen and (max-width: 750px){
.enkai-read {
font-size:12px;
}
.enkai-title {
font-size:25px;
}
.enkai-honbun {
text-align:left;
}
.freedrinktime {
color:#000000;
background-color:transparent;
text-align:left;
padding:0px 0px 0px 0px;
border-radius:0px;
margin-top:-10px;
}
.coursetime {
height:20px;
padding-top:7px;
margin-right:10px;
}
.coursetime_2 {
height:20px;
padding-top:7px;
margin-right:10px;
}
.coursetime_3 {
height:20px;
padding-top:7px;
margin-right:10px;
}
.coursename{
margin-bottom:-10px;
	flex-direction:column;
}
.courseyakimeshi{
margin-top:-30px;
}
.torafuguread {
margin-top:0px;
}
.torafugucourse {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.coursecontent p {
width:90%;
}
}

/*鉄なべみやげ*/
.faxmanual_flex {
display:flex;
flex-direction:column;
-webkit-display:flex;
-webkit-flex-direction:column;
-ms-display:flex;
-ms-flex-direction:column;
margin-top:-10px;
}
.faxmanual {
margin-top:10px;
margin-bottom:0px;
}
@media only screen and (max-width: 750px) {
.faxmanual_flex {
margin-top:10px;
}
.faxmanual {
display:none;
}
}




/*Contact Form 7カスタマイズ*/
.wpcf7 {
width:99%;
}
.inquiry {
width:100%;
}
/*スマホContact Form 7カスタマイズ*/
@media screen and (max-width: 750px) {
.wpcf7-form-control{
width: 100%!important;
}
.inquiry th, .inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th {
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}

/*見出し欄*/
.inquiry th {
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td {
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table {
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto {
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any {
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
 display: block;
 padding:15px;
 width:350px;
 background:#E60012;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
 background:#fff;
 color:#E60012;
 border:2px solid #E60012;
}
/*確認ボタンのデザイン変更*/
#confirmbtn {
 display: block;
 padding:15px;
 width:350px;
 background:#F39800;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#confirmbtn:hover {
 background:#fff;
 color:#F39800;
 border:2px solid #F39800;
}



/*グランドのお持ち帰り*/
.takeoutflex {
display:flex;
-webkit-display:flex;
-ms-display:flex;
Justify-content:space-between;
-webkit-Justify-content:space-between;
-ms-Justify-content:space-between;
align-items:flex-start;
-webkit-align-items:flex-start;
-ms-align-items:flex-start;
border-bottom:1px dotted #000000;
}
.takeoutflex h3 {
text-align:center;
}
.takeoutitem p {
text-align:center;
}
.takeoutitem2 {
margin:10px 30px auto 30px;
width:20%;
text-align:center;
}
.takeoutitem2 span{
line-height:2em;
}
.takeoutflex2 {
display:flex;
-webkit-display:flex;
-ms-display:flex;
Justify-content:space-between;
-webkit-Justify-content:space-between;
-ms-Justify-content:space-between;
align-items:flex-start;
-webkit-align-items:flex-start;
-ms-align-items:flex-start;
}
.takeoutflex2 h3 {
text-align:center;
margin-top:-20px;
}
.takeoutitem {
margin:5px;
}
.takeouttypo p{
text-align:center;
margin-top:-20px;
margin-bottom:10px;
}
.takeoutbutaman {
border:4px inset #14813B;
background-color:#ffffff;
}
.butamanread {
margin-top:-20px;
text-align:center;
line-height:1.5em;
}
@media only screen and (max-width: 750px) {
.takeoutflex {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
align-items:center;
-webkit-align-items:center;
-ms-align-items:center;
}
.takeoutitem1{
order:2;
-webkit-order:2;
-ms-order:2;
}
.takeoutitem2{
order:1;
-webkit-order:1;
-ms-order:1;
margin:auto;
width:100%;
text-align:center;
}
.takeoutitem3{
order:3;
-webkit-order:3;
-ms-order:3;
}
.takeoutitem {
margin:3px;
padding:10px;
}
.takeoutflex2 {
flex-direction:column;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.takeouttypo p{
width:100%;
}
.takeoutitem p {
width:100%;
}
.takeoutitem2 span {
width:100%;
}
}

/*新着のサイド項目削除*/
.p-widget__title {
display:none;
}
.p-post-list01 {
display:none;
}

/*SPのサイドバー対策*/
@media only screen and (max-width: 750px) {
.sp-sidewidth {
width:90%
}
}


/*トップページの鉄なべみやげメイン*/
.toppage_miyage_cont {
position:relative;
text-align:center;
width:100%;
height:0;
padding-top: calc(400 / 1000 * 100%); 
background:url(http://tetsunabe-g.com/wp/wp-content/uploads/2023/03/2303_鉄なべみやげ_top_pc.jpg);
background-position:top;
background-size:100% auto;
background-repeat:no-repeat;
margin-bottom:50px;
}
.toppage_miyage_cont_text {
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
margin:auto;
width:100%;
height:100%;
}
.toppage_miyage_cont_text h1 {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight: bold;
font-size:22px;
line-height:2.2em;
text-align:left;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
margin:40px auto auto auto;
}
@media only screen and (max-width: 750px) {
.toppage_miyage_cont {
padding-top: calc(1000 / 1000 * 100%); 
background:url(http://tetsunabe-g.com/wp/wp-content/uploads/2023/03/2303_鉄なべみやげ_top_sp.jpg);
background-size:100% auto;
margin-bottom:0px;
}
.toppage_miyage_cont_text h1 {
font-size:12px;
line-height:2em;
margin:20px auto auto 40px;
}
}
@media screen and (max-width:768px) {
.toppage_miyage_cont_text h1 {
font-size:15px;
line-height:2em;
}
}

/*税表記*/
.text-right {
text-align-last: right;
text-align:right;
}
.text-right br {
display: block;
content: "";
margin: -10px 0;
}
.tax-in {
font-size: 70%;
font-weight:lighter;
}
.grand_nmbr {
	font-size: 70%;
	color:#e60012;
}

/*ポップアップ*/
.pum-content {
background-image: url("http://tetsunabe-g.com/wp/wp-content/uploads/2019/03/130731195237-1.jpg");
background-repeat:repeat;
padding:20px;
}
.pum-content p {
text-align:center;
margin-top:20px;
margin-bottom:20px;
color:#000000;
}
.pum-content h2 {
text-align:center;
color:#000000;
}