@charset "UTF-8";
/* リセットCSS */
* {
  margin: 0px;
  padding: 0px;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section { 
  display: block;
}

body {
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 全般 */
#page {
  max-width: 950px;
  margin: 0 auto;
}

#main {
  background-image: url(https://izakayaouentai.jp/img/content_bk.png);
  background-repeat: repeat-y;
  background-position: center top;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ヘッダー */
.sm-site-branding {
    width: 100%;
    background-image: url(../img//header_img_bk.png);
    background-color: rgb(255, 255, 255);
    background-repeat: repeat-x;
    background-position: center top;
    margin-top: 44px;
    margin-bottom:20px;
    display: block;
}

.sm-site-img {
    height: 100px;
    width: 330px;
    background-image: url(https://izakayaouentai.co.jp/wp-content/uploads/2023/03/top-headder-bunner-min.jpg);
    background-size: 110%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    display: block;
}

.site-branding {
  display: none;
}

@media screen and (min-width: 768px) {
  .sm-site-branding,
  .sm-site-img {
    display: none;
  }
  
  .site-branding {
    display: block;
    margin-top: 0;
  }
  
  .site-branding {
    position: relative;
    margin-bottom: 5px;
  }

  .site-branding h1 img {
    width: 100%;
  }
  
  .site-branding h1 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  
  .site-branding h1 span {
    display: none;
  }
  
  .header_inquiry {
    position: absolute;
    top: 74.3%;
    bottom: 4%;
    right: 0.5%;
    left: 79.2%;
  }
}

.search .page-header,
.archive .page-header {
  margin-top: 0;
}

/* ナビゲーション */
#site-navigation {
  margin-bottom: 20px;
}

/* @media and screen (min-width:768px) { */
  #site-navigation ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
   
  #site-navigation ul li {
    background: #ad0000;
    width: 25%;
    padding: 10px;
    margin-bottom: 5px;
    /* 新実装 */
  }
  
     #primary-menu > li {  
      min-height: 66px;
    flex-basis: 25%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    }
  
  #site-navigation ul li a {
    color: #fff;
/*     border-right: solid 1px #fff; */
    font-size: 14px;
    font-weight: 600;
  }
  
  #site-navigation ul li > ul {
    display: block;
    text-align: center;
    min-width:200px;
  }
  
  _::-webkit-full-page-media, _:future, :root #site-navigation ul li > ul {
    margin-left : 0;
  }
  
  #site-navigation ul li > ul li {
    background: #ad0000;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  #site-navigation ul li > ul li:last-child {
    border-bottom: none;
  }
  
  #site-navigation ul li > ul li a {
    color: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
  }
  
  #site-navigation ul li > ul li:last-child a {
    border: none;
  }
  
  .main-navigation ul ul {
    top: 3.5em;
  }
  
  .main-navigation ul ul a {
    width: 100%;
  }
  
  
  #site-navigation ul li a:hover {
    text-decoration: none;
  }
  
  #site-navigation ul li:nth-child(4) a,
  #site-navigation ul li:nth-child(8) a,
  #site-navigation ul li:last-child a {
    border-right: none;
  }

/*------------------------
  スマホメニュー
------------------------*/

#site-navigation {
  display:none;
}

@media screen and (min-width: 768px) {
  #menu {
    display: none;
  }
  #site-navigation {
    display:block;
  }
}



#menu-inner {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  right: 0px;
}
#btn-content {
  text-align: right;
  background: #ad0000;
}
#menu-btn {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer;
  background: #ffb566; /* メニューボタンの背景色 */
  color: #1c170f; /* メニューの文字色 */
  font-size: 100%;
}

#menu-btn:after {
  font-family: FontAwesome;
  content: '\F0C9';
}






	
	
	
	

/* ==========================================================================
   =Mobile Menu 
   ========================================================================== */
			
	#mobile-menu {
		border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
		margin-bottom: 0;
		background-color: #f26060;
	}
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
		
	#mobile-menu > li > ul, 
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
		background-color: transparent;
	}
	
	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#mobile-menu .sf-mega-section ul { margin-left: 0; }

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 10px 25px;
		border-top: 1px solid #e0e0e0;
		color: #fff;
		text-align: left;
		text-decoration: none;
		font-size: .9em;
	}
	
	#mobile-menu ul a { padding-left: 45px; }
	
	#mobile-menu ul li ul a  { padding-left: 65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 100%;
		border-left: 1px solid #e0e0e0;
		color: #fff;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #f26060; }
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }
	

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
				
	#mobile-menu-trigger { 
		float: right;
		display: none;
		font-size: 32px;
	}

/* 	@media (min-width: 768px) and (max-width: 979px) { */
	@media (min-width: 768px) {

		#mobile-menu-trigger { 
			display: none;
			margin-top: 45px;
			margin-right: 0;
		}	

	}

	@media (max-width: 767px) {

		#mobile-menu-trigger { 
			position: absolute;
			top: 35px;
/* 			right: 20px; */
			right: 0;
			display: block;
			padding: 10px;
			margin-top: 0;
		}

	}

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

		#mobile-menu-trigger { right: 0; }
	
	}		






/* トップページ */
#topslide p {
  letter-spacing: -1px;
}

.top_slide {
  margin: 0px;
  width: 685px;
  padding-top: 245px;
  padding-left: 20px;
  position: absolute;
  font-size: 15px;
  line-height: 21px;
  color: #333;
}

ul#portfolio {
  margin: 0px;
  padding: 0px;
  overfow: hidden;
  list-style: none;
}

/* 本文 */
#topslide {
  margin-top: -1.5em;
  height: 460px;
  background: #fff;
}

/* トップページの新着情報 */
.top_news,
.sell_season,
.top_message,
.sozai_hokuriku {
  margin-bottom: 15px;
  background-color: #FFF;
  border: 1px solid #adb5d3;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 15px 10px;
  padding: 15px;
}

.sell_season table {
  margin: 0;
}

.sell_season table tr,
.sell_season table td,
.sell_season table th {
  padding: 0;
  border: none !important;
  text-align: center;
}

.top_news_frame {
  overflow: auto;
  width: 100%;
  height: 160px;
  scrollbar-face-color: #FFFFFF;
  scrollbar-arrow-color: #696969;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-base-color: #FFFFFF;
  scrollbar-3dlight-color: #D3D3D3;
  scrollbar-darkshadow-color: #D3D3D3;
}

dd.info_date,
dd.info_title,
dd.info_content {
  margin-bottom:10px !important;
  font-size: 14px;
}

dd.info_title {
  color: #990f07;
  font-weight: bold;
}

dd.info_date {
  float: right;
}

.news {
  margin-bottom: 5px;
  border-bottom: 1px dotted #295432;
}

.sozai_hokuriku ul,
.lastbanner ul {
    display:table;
    margin: 0 !important;
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 10px 0;  /* 左右 上下で記述 */
}

.sozai_hokuriku  li,
.lastbanner li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    list-style: none;
}

.lastbanner img {
  border: 1px solid #adb5d3;
}

.point {
  color: #A9291F;
}

.line {
  border: 1px solid #ccc;
}

.ph_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.entry-content {
  padding-left: 15px;
  padding-right: 15px;
}

#main article h1 {
  font-size: 24px;
  padding: 5px 10px;
  background: #ad0000;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

#main article h2,
.entry-content h2 {
  font-size: 20px;
  padding: 5px 10px;
  background: #ad0000;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

h2.img,
h3.img {
  padding: 0 !important;
  background: none !important;
  line-height: 1.6 !important;
  border: none !important;
}

#main article h3,
.entry-content h3 {
  font-size: 18px;
  padding: 5px 0;
  border-bottom:solid 3px #ad0000;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h4,h5,h6 {
  margin-bottom: 15px;
}

.entry-content h2 {
  margin-top: 20px;
}

#main article p {
  margin-bottom: 20px;
}

#main article h2 a {
  color: #fff !important;
  font-weight: bold;
}

#main article dd {
}

.entry-content a {
  text-decoration: underline;
}

/* テーブル */
table {
  margin: 20px 0;
}

.td_padding_3 table {
  margin: 0;
}

.td_padding_3 table tr,
.td_padding_3 table td {
    border: none !important;
}

.staff table {
  margin: 0;
}

tr,td,th {
  border: solid 1px #444;
  padding: 3px 5px;
}

th {
  font-weight: bold;
  text-align: center;
  background: #1abc9c;
}

td {
  background: #fff;
}

.entry-content dd {
  margin-bottom: 20px;
}
.entry-content dt {
  font-weight: bold;
}

/* 前の記事・次の記事 */
.previous_next_post {
  margin: 0 0 20px 0;
  height: 160px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

.previous_next_post a {
  width: 50%;
  line-height: 130%;
  height: 160px;
  color: #333;
  text-decoration: none;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}	

.previous_next_post .prev {
  float: left;
  border-right: 1px solid #eee;
  padding: 0 30px 0 50px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.previous_next_post .next {
  float: right;
  padding: 0 50px 0 30px;
  background: #fff;
  border: 1px solid #eee;
  border-left: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.previous_next_post .next {
		margin-bottom: 0;
	}

	.previous_next_post .prev {
	}
}

@media screen and (max-width: 767px) {
	.previous_next_post a {
		width: 100%;
	}
	
	.previous_next_post .next {
		border-left: 1px solid #eee;
		border-top: none;
	}
}

.previous_next_post .prev:hover,
.previous_next_post .next:hover {
  background-color: #34495e;
}

.previous_next_post a:hover {
  color: #fff;
}

.previous_next_post .prev:before {
	font-family: FontAwesome;
  content: '\f053';
  top: 72px;
  left: 15px;
}

.previous_next_post .next:before {
  font-family: FontAwesome;
  content: '\f054';
  top: 72px;
  right: 15px;
}

.previous_next_post a:before {
  
  color: #aaa;
  font-size: 23px;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.previous_next_post p {
  display: block;
  height: 90px;
  overflow: hidden;
  font-size: 12px;
  margin: 35px 0 0 0;
}

.previous_next_post img {
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 20px 0 0;
}

.previous_next_post .title {
  display: block;
  font-size: 11px;
  margin: 15px 0 0 0;
  height: 60px;
  overflow: hidden;
}


/* テーブルスマホ対応 */
@media only screen and (max-width:600px) {
  .stable {
    overflow: auto;
    margin-bottom:20px;
  }
  .stable table{
    width:100%;
    margin-bottom:0;
  }
  .stable::-webkit-scrollbar{
    height: 10px;
  }
  .stable::-webkit-scrollbar-track{
    background: #EEE;
  }
  .stable::-webkit-scrollbar-thumb {
    background: #999;
  }
}

/* リスト */
.entry-content ul,
.entry-content ol {
  margin-left: 30px;
}

/* サイドバー */
#secondary {
  padding-left: 15px;
  line-height: 1;
}

#secondary.pc {
  display: none;
}

#secondary.sm {
  display: block;
  text-align: center;
}

#secondary.sm .sidebar_search,
#secondary.sm .cm_b17_bk {
  margin: 10px auto;
}

@media screen and (min-width: 767px) {
  #secondary.pc {
    display: block;
  }

  #secondary.sm {
    display: none;
  }
  
  #secondary {
    padding-left: 0px;
  }
}

#secondary ul,
#secondary ol,
#secondary.sm ul,
#secondary.sm ol {
  list-style: none;
  list-style-type: none;
}

#secondary li {
  margin-bottom: 10px;
}

.sidebar_search {
  background-image: url(../img/cm_b02_bk.png);
  background-repeat: no-repeat;
  height: 165px;
  width: 208px;
  margin-bottom: 10px;
}

.sidebar_search li {
  margin: 0px!important;
}

/*
.sidebar_search li:nth-child(3) a {
  height: 14px;
}
*/

.sidebar_search a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

.sidebar_search li a {
  height: 14px !important;
}

.sidebar_search li:nth-child(1) {
  height: 27px;
}

.sidebar_search li:nth-child(2) {
  height: 19px;
}

.sidebar_search li:nth-child(4),
.sidebar_search li:nth-child(7) {
  margin-top: -1px !important;
}

.sidebar_search li:nth-child(6) {
  margin-top: 1px !important;
}

.sidebar_search li {
  height: 19px;
}

.cm_b17_bk {
  background-image: url(../img/cm_b17_t.png);
  background-repeat: no-repeat;
  background-position: 7px 5px;
  padding: 5px;
  padding-bottom: 1px;
  text-align: right;
  width: 208px;
  margin-bottom: 10px;
  border: 1px solid #adb5d3;
}

.cm_b17_bk ul {

}

.cm_b17_bk li {
  line-height: 1.2;

  margin: 0 !important;
  padding: 0;
}


/* フッター */
.footer-shodan {
  position: relative;
  border: 1px solid #adb5d3;
  padding: 10px;
  margin-bottom: 10px;
  display:none;
}

.footer-shodan img {
  max-width: 100%;
}

.footer-shodan .footer-button img {
  width: inherit;
}

.footer-button {
  position: static;
  text-align: center;
}  


@media screen and (min-width: 950px) {
  .footer-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }  
}


.site-info {
  background: #ad0000;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

.site-info a {
  color: #fff !important;
  text-decoration: none;
}

#footer_com {
  background-color: #ad0000;
  padding: 5px;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  display: block;
}

#footer_tel {
  padding: 5px;
  margin-bottom: 10px;
  line-height: 18px;
  display: block;
}

@media screen and (min-width:768px) {
  .footer-shodan {
    display: block;
  }
  #footer_com,
  #footer_tel {
    display: none;
  }
}

.footer-shodan{
  display: none\9; /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
  .footer-shodan{
    display: none; /* IE10以上 */
  }
}


/*********************
ボタン
*********************/
/* デフォルトボタン */
.btn-wrap{
  margin:1.5em 0 2em;
}

.btn-wrap.aligncenter{
  text-align:center;
}

.btn-wrap a{
  display:inline-block;
  text-decoration:none;
  padding:1em 2em;
  background: #4993AF;
  border:1px solid #4993AF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px #E9E9E9;
  color:#fff;
}

.btn-wrap a:hover{
  background:#E69B9B;
  color:#fff;
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow:none;
}

.btn-wrap.rich_pink a {
  font-weight: bold;
  position: relative;
  background-color: #ffb566;
  color: #1c170f;
  border-radius: .2em;
  box-shadow: 0 4px 0 #ffb566;
  border: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.btn-wrap.rich_pink a:hover {
  background: #d34e4e;
  color: #fff;
  box-shadow: 0 1px 0 #d34e4e;
}

.btn-wrap.rich_pink a:after {
  font-family: FontAwesome;
  content: "\00a0\00a0\f138";
}

/*********************
Q&A
*********************/
.paragraph {
/*   padding: 20px; */
}

.faq_q {
  background-image: url(../img/faq/q.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 60px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #0055A2;
  padding-top: 5px;
}

.faq_q p {
  font-size: 18px!important;
  line-height: 27px;
  font-weight: bold;
  color: #0055A2;
  text-shadow: 1px 1px 1px #FFF;
}

.faq_a {
  background-image: url(../img/faq/a.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 60px;
  padding-top: 15px;
  margin-bottom: 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0055A2;
  padding-bottom: 10px;
}

.ph_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.link_box {
  background-image: url(../img/pochi.gif);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  font-weight: bold;
  background-color: #E7EEF6;
  border: 1px solid #990F07;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 23px;
  display: inline;
}

.link_box a {
  font-weight: bold;
}

.clear {
  clear: both;
}

/*********************
 枠
*********************/
.aboutus_waku {
  border-radius: 10px;
  border: 3px solid #f3cc8b;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #fff;
}

.payment_waku {
  border: 1px solid #666;
  margin-bottom: 20px;
  padding: 10px;
}

#categorybox {
  border: 1px solid #A82B20;
  padding: 5px;
  width: auto;
  margin: 10px;
}

.category_hrred {
  background-color: #A72B20;
  width: auto;
  padding-top: auto;
  padding-bottom: 5px;
  padding-left: 0px;
}

.category_hrred ul {
  list-style-type: none;
}

.category_hrred li {
  width: 47%;
  float: left;
  margin-top: 5px;
  margin-left: 2%;
}
.category_hrred li:first-child {
  margin-left: 0;
}

.category_hrred li img {
  width: 100%;
}

.item_link_waku {
  border: 1px solid #333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
}

.item_link_waku ul {
  clear: both;
  list-style-type: none;
}

.item_link_waku li:last-child {
  color: #0045DB;
  background-image: none;
  font-size: 92%;
  width: 300px;
}

.page-template-page-lp .row {
  margin-bottom: 20px;
}

.page-template-page-lp a {
  color: #b90300
}

.buri_blog {
  background-image: url(../img/point.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 26px;
  line-height: 1.3em;
  padding-left: 130px;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gray_line {
  border: 1px solid #333;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  background-color: #FFF;
}

.hokuriku_fair {
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #A82B20;
  background: #fff;
}

.hokuriku_fair h2 {
  font-size: 50px !important;
  line-height: 1.2em;
  color: #CA0101 !important;
  text-shadow: 3px 3px 3px #CCC;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #F90;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  background: none !important;
  margin-top: 0 !important;
}

.hokuriku_fair h3 {
  font-size: 34px !important;
  line-height: 1.3em;
  color: #041C4F;
  text-shadow: 3px 3px 3px #CCC;
  text-align: center;
  border: none !important;
  margin-bottom: 0 !important;
}

.backwhite {
  background: #fff;
}

/* 北陸で水揚げされる魚 */
.paragraph h3 {
  border-bottom: none !important;
  color: #A9291F !important;
}

.goto_top_line {
  text-align: right;
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #0055A2;
}

/* お問い合わせフォーム */
.wpcf7c-conf {
    background-color: #F5F5F5; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}

.wpcf7-form-control {
/*   width: 100%; */
}

.tel-form-width {
  width: 20%;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 8em; /* ボタンの横幅:8文字分の大きさ */
    height: 2em; /* ボタンの高さ:2文字分の高さ */
}

input.wpcf7-confirm, 
input.wpcf7-submit {
    background: green;	/* 背景色を緑に */
    color: #fff;	/* 文字色を白に */
    border-color: #9ABB9A #80B577 #80B577 #9ABB9A;
    /* 周りの線を緑系に */
}

input.wpcf7c-btn-back {
    background: lightgray;
}

input.wpcf7c-btn-back {
    margin-right: 1em;
}

/* 居酒屋応援隊の上手な活用方法 */
.solution a h3 {
  border-bottom: none !important;
  color: #377B66 !important;
}

/* 資料請求ページスクロール */
.form_b {
  display:none;
}

@media screen and (min-width: 1180px) {
  .form_b {
      display: block;
      position: fixed;
      top: 20px;
      right: 0px;
      z-index: 40;
      padding-top: 15px;
      display: block;
      background: none;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      width: auto;
  }
}

/* トップに戻るボタン */
.gototop {
    position: fixed;
    right: 10px;
    z-index: 40;
}

.gototop img {
    vertical-align: bottom;
    width: 80px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* アーカイブ */
.item_list {
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: 8px;
  border: 1px solid #990F07;
  background-color: #FFF;
  padding-left: 3px;
  min-height: 52px;
}

.item_list a {
  text-decoration: none;
  color: #0055a2;
  font-weight: bold;
}

.item_list a:hover {
  text-decoration: underline;
}

.item_list a {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	line-height:1.4;
}

.item_list img {
  margin-right:10px;
  margin-top: 5px;
}

/*for IE6 */
* html .item_list a {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .item_list a {
	display: inline;
	zoom: 1;
}

/* simple membership */
.swpm-logged-membership {
 margin-bottom: 10px;
}

.swpm-login-submit {
  margin-top: 10px;
}

.swpm-logged-status,
.swpm-logged-username,
.swpm-logged-expiry {
  display: none;
}

/* コンタクトフォーム７ */
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
width: 80%;
height: 35px !important;
}
 
.wpcf7 textarea[name="your-message"] {
width: 80%;
height: 200px !important;
}

.wpcf7-mail-sent-ok {
/*   display: none !important; */
}

/* 1カラム対応 */
.sozai_hokuriku ul,
.sozai_hokuriku img,
.lastbanner ul,
.lastbanner img {
    width: 100%;
}

.column-full.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width:767px) {
  .column-full.col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.column-full .entry-content img,
.top_message img {
  width: 100%;
}

/* 商品一覧のテンプレートのみサイズ指定 */
body.page-template-page-item .column-full .item_list img {
  max-width: 60px;
}

/* 商品一覧の固定フッターを非表示 */
.page-template-page-item .turtlink-wrap {
  display: none;
}