/*
Theme Name: locals
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  text-decoration: none;
  font-style: normal;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: underline;
}

img {
  border-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0;
}

body,
.wrap {
  width: 100%;
  font-family: 'Noto Sans Japanese', 'Lato' , YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.wrap {
overflow-x: hidden;
}

/*-- ヘッダー --*/
header {
  width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		height: 55px;
		z-index: 999;
}
.home header{
  height: 0;
}
.home .logo,
span.categories-links,
span.tags-links{
  display:none;
}
a.custom-logo-link {
  display: inline-block;
  text-align: center;
    width: 100%;
}

header img.custom-logo {
      width: auto;
      height: 55px;
  		padding: 10px 0;
      margin: 0 auto;
    display: inline-block;
}
.home header img.custom-logo{
  display: none;
}

header p.site-description {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  line-height: 1.4em;
  padding: 10px 0;
	text-align: left;
  padding: 0;
  padding: 15px 20px 0 30px;
  display: none;
}
em{
  font-style: italic;
}

/* グローバルメニュー */
header ul.header-menu-list {
  display: block;
      overflow-y: hidden;
      position: absolute;
      top: 48vh;
      -webkit-transform: translateY(-40%);
      transform: translateY(-40%);
      width: 100%;
}

header ul.header-menu-list li {
  width: 100%;
  text-align: center;
  line-height: 1.6em;
  height: auto;
  font-size: 120%;
  display: block;
  padding: 0;
}

header ul.header-menu-list li a {
	text-decoration: none;
  width: 100%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    word-break: keep-all;
}
header ul.header-menu-list li a:hover{
}


header .header-menu-container {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
header .header-menu-open-nav {
  background: url(/wp/wp-content/themes/locals/images/btn-hmberger2.png?2020) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999999999999999;
}

header .header-menu-open-nav.open {
  display: none;
  background: url(/wp/wp-content/themes/locals/images/btn-hmberger-close2.png) no-repeat;
  display: inline-block;
  background-size: contain;
}

/* スライダー */
#meta-slider-sp {
	display: none;
}

/*-- contents --*/
#contents {
  width: 100%;
  margin: 0 auto;
}

#contents strong {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

p.googlemap {
  margin: 20px 0 0 0;
}

#contents section {
  margin-bottom: 60px;
  text-align: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

section p {
  text-align: center;
}

.copyright p {
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 55px;
  background: #3f2918;
  margin-bottom: 74px;
}

/* フッター */
footer{
  background: #3b1100;
}
footer .inner {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

footer ul.footer-menu-list {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

footer ul.footer-menu-list li {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-grow: 1;
  width: 50%;
	height: 40px;
  line-height: 1.5;
  font-size: 14px;
}
footer ul.footer-menu-list li a{
display: block;
}

footer .inner2 {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
footer p.ftr-address {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  color: #fff !important;
  clear: both;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2em;
  margin-bottom: 30px;
}


h2.title {
  font-size: 30px;
  padding: 10px 0;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 15px;
}

h2.title-01,
h2.title-02{
    color: #fff;
    font-size: 1.9rem;
    padding: 10px 0;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 40px;
}


h2.entry-title {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
  margin-top: 55px;
}

.home h2.entry-title {
  margin-top: 0;
}
.home h2.entry-title{
  display: none;
}


.top-sp-menu,
.top-sp-static-btn {
  display: none;
}

#tertiary {
  float: right;
  width: 260px;
  margin: 0;
}

#contents section {
    margin-bottom: 60px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    font-size: 1.0rem;
    line-height: 2.0rem;
}
#contents section pre,
#contents section p {
    font-size: 117%;
    line-height: 2.57;
    letter-spacing: 0.1em;
}

#contents section h1,
#contents section h2,
#contents section h3,
#contents section h4,
#contents section h5,
#contents section h6{
  font-weight: normal;
  margin-bottom: 20px;
}
#contents section h1{
font-size: 1.8rem;
}
#contents section h2{
font-size: 1.6rem;
}
#contents section h3{
font-size: 1.4rem;
}
#contents section h4{
font-size: 1.3rem;
}
#contents section h5{
font-size: 1.2rem;
}
#contents section h6{
font-size: 1.1rem;
}
#contents section img{
margin-bottom: 20px;
}
#contents section ul,
#contents section ol{
  	margin-left: 1.6rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
blockquote {
    position: relative;
    padding: 40px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.metaslider .flex-control-nav{
  bottom: 15px !important;
}

.nav-previous{
  float: left;
}

.nav-next{
  text-align: right;
}
.slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}
.nav-links{
  margin-top: 30px !important;
}
section.insta-blog ul,
section.blog ul,
section.regular-pages .blog-page ul {
    margin-bottom: 30px;
    list-style: none;
    margin-left: 0 !important;
}
section.insta-blog ul li,
section.blog ul li,
section.regular-pages .blog-page ul li {
    padding: 12px 20px;
}
section.insta-blog ul li a,
section.blog ul li a,
section.regular-pages .blog-page ul li a {
    font-size: 16px;
    letter-spacing: 0.075em;
    padding: 0;
    display: inline-block;
}
section.blog ul li a span.cat,
section.regular-pages .blog-page ul li a span.cat {
    color: white;
    padding: 2px 10px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 13px;
}
section.regular-pages .blog-page ul li a span.cat,
section.blog ul li a span.cat{
  display: none !important;
}

.single article,
.page-id-1296 .blog-page,
.archive .blog-page,
.single .blog-page {
    float: left;
    width: 600px;
    margin: 0 0 40px;
}

.top-sp-static-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: inline-block;
    z-index: 99;
    height: 75px;
    background-color:rgba(0,0,0,0.3);
}
.top-sp-static-btn li{
  list-style: none;
}

#contents section#map{
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#contents section#map iframe{
  width: 100%;
  height: 400px;
}

.top-sp-static-btn a{
  background: #57b62f;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
    width: 380px;
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
}
.top-sp-static-btn a:hover{
  text-decoration: none;
  color:#fff;
  opacity: 0.6;
}

section.regular-pages .blog-page ul.slick-dots li{
  padding: 0 !important;
  border:none !important;
  margin: 0 !important;
}

#contents section .blog-page .entry-content p{
  text-align: left;
}
#tertiary p.widget-title {
    font-size: 20px;
    padding: 10px 15px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: left;
}

#tertiary {
    float: right;
    width: 260px;
    margin: 0;
}
#tertiary ul,
#contents section #tertiary ul{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#contents section.regular-pages .blog-page ul{
margin-left: 0;
margin-top: 0;
}
#tertiary ul li {
    padding: 12px 0;
}

a.btn-orange {
    padding: 10px 40px;
    font-size: 18px;
    letter-spacing: 0.075em;
    border-radius: 100px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    font-size: 0;
}
img {
    width: 100%;
    height: auto;
}
.mb30{
  margin-bottom: 30px;
}
	#contents {
  }
  #contents section h2.screen-reader-text,
  span.author{
    display: none;
  }
  .entry-meta-1{
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
  .entry-meta-1 span{
    margin-right: 10px;
  }

.information_block_wrap{
	vertical-align:top;
	margin-bottom:40px;
}

.information_block_left{
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
}

.information_block_right{
	width:48%;
	float:right;
	margin-bottom:20px;
}

.information_block_wrap_menu{
	padding-top:20px;
}

.information_block_wrap_menu .information_block_left,
.information_block_wrap_menu .information_block_right_menu{
	margin-bottom:0 !important;
}

.information_block_right_menu{
	width:48%;
	float:right;
	margin-bottom:20px;
	vertical-align: middle;
}

#common_nav ul{
	margin-top:51px !important;
}

#common_nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 107%;
	line-height: 1;
	letter-spacing: 0.16em;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	font-weight: 300;
	border-left: 1px solid #cccccc;
}

#common_nav ul li a {
	position: relative;
	display: block;
	padding: 0 30px;
	color: #000000;
}

#common_nav ul li:first-child{
	border-left:none;
}

#common_nav ul li:first-child a{
	padding-left:0;
}

#common_nav ul li:last-child a{
	padding-right:0;
}


.information_block_wrap_food{
	width:66%;
	margin:auto;
	vertical-align:top;
	margin-bottom:40px
}

.information_block_menuleft{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.information_block_menucenter{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.information_block_menuright{
	width:32%;
	float:right;
	margin-bottom:20px;
}

.information_block_menuleft2{
	width:48.5%;
	float:left;
	margin-right:3%;
	margin-bottom:20px
}

.information_block_menuright2{
	width:48.5%;
	float:right;
	margin-bottom:20px

}


.foodmenu img{
	margin-bottom:11px !important;
}

.information_block_menuleft,
.information_block_menucenter,
.information_block_menuright,
.information_block_menuleft2,
.information_block_menuright2{
	text-align:center;
}

.flex-direction-nav .flex-next{
  right: 10px !important;
}
.flex-prev{
  left: 10px !important;
}
.blog ul{
  margin-bottom: 20px;
}
.insta-blog{
  margin-bottom: 20px;
}
.insta-blog ul{
border-left: 2.5px solid #fff;
border-right: 2.5px solid #fff;
}
.insta-blog ul li{
  width: 12.5%;
  float: left;
  height: auto;
  list-style: none;
  position: relative;
  overflow: hidden;
  border-left: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  box-sizing: border-box;
}
.insta-blog ul li:before {
        content: "";
        display: block;
        padding-top: 100%;
}
.insta-blog ul li a{
  position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          text-align: center;
}
.insta-blog.sp{
  display: none;
}
.insta-blog ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* この一行を追加するだけ！ */
}

@media (max-width: 999px) {
  header img.custom-logo {
  }

  header p {
    padding: 10px 10px 0;
  }

  header ul.header-menu-list li {
    font-size: 14px;
  }

  footer .inner {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 959px) {
/* ヘッダー */

	header {
	}
  .home header {
    background: none !important;
}
	header .header-menu-open-nav {
	}

	header p {
		display: none;
	}

	header img.custom-logo {
		width: auto;
	}


	#meta-slider-pc {
		display: none;
	}

	#meta-slider-sp {
		display: block;
		margin-top: 0;
	}

/* コンテンツ */

	#contents {
    width: 100%;
    padding-top: 55px;
  }
  .home #contents {
      padding-top: 0 ;
    }

  #contents section {
		width: 100%;
    margin-bottom: 20px;
  }

.page-id-1296 .blog-page,
.single article,
.archive .blog-page,
.single .blog-page{
  width: 100%;
  float: none;
}
.blog-page-links{
  margin-bottom: 40px;
}
	.footer-menu-list {
		width: 100%;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
  h2.title-01,
  h2.title-02 {
    padding: 5px 20px;
    margin-bottom: 20px;
  }

  h2.entry-title {
    font-size: 160%;
    padding: 7px 0;
    margin-top: 0;
  }

  .top-sp-menu {
    width: 100%;
    padding: 10px;
    background: #ffead1;
    display: block;
  }

  .page .top-sp-menu {
    padding: 5px;
  }

  .top-sp-menu img {
    width: 100%;
    height: auto;
  }

  #tertiary {
    float: none;
    width: 100%;
    margin: 0;
  }
  #tertiary p.widget-title{
    margin-bottom: 0;
  }

.information_block_wrap.foodmenu{
	margin-bottom:0px;
}



.insta-blog{
  display: none;
}

.insta-blog.sp{
  display: block !important;
}
.insta-blog ul li{
  width: 25%;
  float: left;
  height: auto;
  list-style: none;
}
}

@media (max-width: 639px) {

	.information_block_left,
	.information_block_right,
	.information_block_menuleft,
	.information_block_menucenter,
	.information_block_menuright,
	.information_block_menuleft2,
	.information_block_menuright2{
		width:100%;
		float:auto;
		margin:auto;
		margin-bottom:20px !important;

	}

	.information_block_wrap_food{
	width:100%;
	margin-bottom:40px
}

	.information_block_wrap_menu{
	display:none;
}
.top-sp-static-btn a{
  width: 100%;
}

}

.full{
	 width:100vw;
	 position: relative;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
 }

.full img{
	 max-width:100vw;
	 width:100vw;
}

.information_block_left img{
	width:380px !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0 !important;
	display:block;
}
