/*
Theme Name: wakatakemaru
Author: 2G
Description: WP
Version: 1.0
*/

@charset "utf-8";

body {
  font-family:'ヒラギノ角ゴシック','Hiragino Sans',游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-size:1.6rem;
  line-height:2.8rem;
	color:#000;
	-webkit-print-color-adjust: exact;
}

img {
	vertical-align:bottom;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

::selection {
  background: #000;
	color:#fff;
}


::-moz-selection {
  background: #000;
	color:#fff;
}

/*
リンク色と下線の設定 --------------------------------------------*/

a {

	}

a:link {	
  color:#000;
	text-decoration:underline;

	}

a:visited {
  color:#000;
	text-decoration:underline;
	}

a:hover {
  color:#000;
	text-decoration:none;
	}

a:active {
  color:#000;
	text-decoration:underline;
	}


#wrapper  {
  width: 100%;
}


#top-key-box {
  width: 100%;
 
  /* height: calc(100vh - 60px); */
  position: relative;
}

#top-key-box h2.top-key-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  
}


#top-key-box h2.top-key-catch img {
  height:63%;
  margin-top:80px;
}


#key-news-topics {
  position: absolute;
  bottom:0;
  left:0;
  min-width: 370px;
  z-index: 3;
  background: #fff;
  border-radius:0 20px 0 0;
  display: flex;
}

#key-news-topics .newsicon {
  width: 60px;
  padding:12px 15px 5px;
  background:#035209;
}

#key-news-topics .news-link {
  padding:3px 15px;
  line-height: 2.3rem
}

#key-news-topics .news-link time {
  font-size:1rem;
  background:#B70D0D;
  border-radius: 5px;
  color: #fff;
  display:inline-block;
  line-height:1rem;
  padding:4px 10px;
}

#key-news-topics .news-link a {
  font-size:1.3rem;
  line-height: 1.5rem;
}

#top-key-box .top-key-wakatakechan {
  width: 280px;
  height: auto;
  position: absolute;
  bottom:5px;
  right:10px;
  z-index:1;
  --animate-duration:7s;
}

#top-key-box .img-top-parts-01 {
  width: 170px;
  position: absolute;
  top:100px;
  left:50px;
}

#top-key-box .img-top-parts-02 {
  width:282px;
  position: absolute;
  bottom:140px;
  left:50px;
}

#top-key-box .img-top-parts-03 {
  width:270px;
  position: absolute;
  top:200px;
  right:50px;
}

.animation-a{
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-duration: 1.5s;
}

.animation-b{
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-duration: 2s;
}

.animation-c{
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-duration: 2s;
}

.keyframe1 {
animation-name: anim-a;
}

@keyframes anim-a {
0% {
transform: translate(0, 0px);
}
100% {
transform: translate(0, 15%);
}
}

.keyframe2 {
animation-name: anim-b;
}

@keyframes anim-b {
0% {
transform: translate(0, 0px);
}
100% {
transform: translate(0, 15%);
}
}

.keyframe3 {
animation-name: anim-c;
}

@keyframes anim-c {
0% {
transform: translate(0, 0px);
}
100% {
transform: translate(0, -15%);
}
}

.wave-position {
  width: 100%;
  position: absolute;
  bottom:0;
}

.wave{
  position: relative;

}

.wave:nth-child(1){
  background:#fff;  
}

.wave:nth-child(2){
  background:#fff;  
}

.wave:nth-child(3){
  background:#fff;  
}

.wave canvas{
    position: absolute;
    bottom: 0;
  left:0;
    width: 100%;
}


header#hd-box {
  width: 100%;
  height: 63px;
  position: fixed;
  background: #fff;
  z-index:5;
box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 20%);
}


header#hd-box .hd-innder {
  max-width: 1280px;
  margin:auto auto;
  display: flex;
  justify-content: space-between;
  padding:5px 15px;
}

header#hd-box .hd-innder > h1 {
  width:173px;
}

header#hd-box .hd-innder #menu-box {
  width:820px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

#menu-box .home {
  width: 63px;
}

#menu-box .menu {
  width: 80px;
}

#menu-box .store,
#menu-box .kodawari,
#menu-box .news,
#menu-box .recruit {
  width: 84px;
}

#menu-box .takeout{
  width:105px;
}

#menu-box .contact {
  width:126px;
}

a img {
  opacity: 1;
  transition: .5s;
}

a:hover img {
  opacity: .5;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
/*
.HeightMin {
  position: fixed;
  z-index: 999;
  top:0;
  height: 60px;
  background: #fff;
  animation: DownAnime 0.5s forwards;
  box-shadow: 0px 7px 16px -14px rgba(0,0,0,0.3);
}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


*/



.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  overflow:hidden;
  color: #fff;
  border-radius: 100vh;
  margin-top:20px;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.5rem;
  font-size:2rem;
  color:#B70D0D;
}

.btn-wh {
  background:#fff;
  border:1px solid #000;
  -webkit-box-shadow: 0 4px 0 #000;
  box-shadow: 0 4px 0 #000;
  color: #000 !important;
}

.btn-wh:hover {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

#top-kodawari-box {
  width: 100%;
  padding:150px 0 100px;
  background: url(imgs/bg-01.png) no-repeat 0 0 / cover;
}

#top-kodawari-box .inner {
  max-width: 1280px;
  margin:auto;
}

#top-kodawari-box .inner .photo-box {
  position: relative;
  text-align: center;
}

#top-kodawari-box .inner .photo-box .img-01 {
  width:400px;
  height: auto;
  position: absolute;
  left: 0;
  bottom:0;
}

#top-kodawari-box .inner .photo-box .img-top-kodawari-title {
  width: 230px;
}

#top-kodawari-box .inner .photo-box .img-02 {
  width:460px;
  height: auto;
  position: absolute;
  right: 0;
  bottom:0;
}

.midashi-01 {
  font-size:2.8rem;
  line-height: 4rem;
  margin-bottom:10px;
  font-weight: 600;
}

#top-kodawari-box .inner .txt-box {
  text-align: center;
  padding-top:60px;
  font-size:1.8rem;
  line-height: 3.2rem
}

#top-kodawari-box .inner .txt-box a.btn {
  width: 400px;
}



#top-menu-box {
  background:#FBF9F3;
  padding:100px 0;
}

#top-menu-box .inner {
  max-width: 1280px;
  background:url(imgs/bg-top-menu.jpg) no-repeat 0 0 / contain;
  margin:auto;
}

#top-menu-box .inner .title-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#top-menu-box .inner .title-box .img-wakatakechan {
  width: 250px;
  text-align: center;
  --animate-duration:7s;
}

#top-menu-box .inner .title-box .txt-box {
  width: 910px;
}

#top-menu-box .inner .title-box .txt-box h3 img {
  margin-bottom: 20px;
}

#top-menu-box .inner .menu-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top:40px;
}

#top-menu-box .inner .menu-wrap .menu-thumbnail {
  width: 240px;
  margin-bottom:10px;
}

#top-menu-box .inner .menu-wrap .menu-thumbnail img {
  width: 100%;
  height: auto
}


#top-menu-box .inner .bnr-takeouto {
  width: 680px;
  height: auto;
  display: block;
  margin:60px auto 0;
}

#top-news-box {
  width: 100%;
  padding:200px 0 100px;
  position: relative;
  background:url(imgs/bg-top-news.png) no-repeat 0 0 / contain;
}

#top-news-box .inner {
  max-width: 1100px;
  margin: auto;
}

#top-news-box .inner h2 {
  text-align: center;
  margin-bottom:40px;
}

#top-news-box .inner ul li {
  border-top: 1px solid #ccc;
  padding:25px 50px;
  display: flex;
  background:url(imgs/bg-wh-op.png);
}

#top-news-box .inner ul li time {
  width:180px;
}

#top-news-box .inner ul li:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

.icon-new {
  display: inline-block;
  background:#D81616;
  color: #fff;
  font-size:12px;
  height: 19px;
  line-height: 20px;
  padding-left:7px;
  padding-right:7px;
  margin-left:15px;
  font-family: 'Roboto', sans-serif;
}

#top-news-box .inner a.btn {
  width: 400px;
  display: block;
  margin:auto;
}

#top-news-box .bg-top-news-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1
}

#top-news-box .bg-top-news-02 {
  width:400px;
  position: absolute;
  right: 0;
  bottom:0px;
  z-index: -1
}

#cm-mv-box {

  width: 100%;

  height: 400px;
  background: #000;
  /*
display: flex;
  justify-content: center;
  align-items: center;
  */
  position: relative;
  overflow:hidden;
}

#cm-mv-box .btn-movie {
  width: 90px;
}

/* colorbox video */
.modal-video {
        top:0;
        width: 100%;
        height: 100%;
        background: #000;/*背景を黒で表示*/
}

.video-btn-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2
}

#video-area{
    position:absolute;
    z-index: 0;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    opacity: .25
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

footer {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

footer #ft-menu {
  background: rgb(0,29,2);
background: linear-gradient(90deg, rgba(0,29,2,1) 0%, rgba(3,82,9,1) 50%, rgba(0,34,3,1) 100%);
  padding:25px 0;
  box-shadow: 0px 9px 12px -7px rgba(0,0,0,0.6), 0px 9px 7px -5px rgba(0,0,0,0.9);
}

footer #ft-menu ul {
  width: 1100px;
  margin:auto;
  display: flex;
  justify-content: space-around;
}

footer #ft-menu ul li::after {
  content: '|';
  color: #002403;
  margin-left: 25px;
}

footer #ft-menu ul li:last-child::after {
  content: '';
  margin-left:0;
}

footer #ft-menu ul a {
  color: #fff;
  text-decoration: none;
}

footer #ft-menu ul a:hover {
  text-decoration: underline;
}

footer .copy {
  text-align:center;
  background:#111;
  padding:30px 0 3px;
  color: #fff;
  font-size:1.1rem;
  letter-spacing: 0.5px;
}

footer .copy img {
  width: 220px;
  margin-bottom: 20px;
}



/*PC こだわり
**********************************/
#lower-title-box {
  width: 100%;
  height: 500px;
  position: relative;
}

#lower-title-box.concept {
  background:url(imgs/bg-concept-h2.jpg) no-repeat 0 0 / cover;
}

#lower-title-box h2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lower-title-box h2 img {
  width:350px;
}

#lower-title-box .img-top-parts-02 {
  width:182px;
  position: absolute;
  top:100px;
  left:50px;
}

#lower-title-box .img-top-parts-01 {
  width:130px;
  position: absolute;
  bottom:0px;
  left:50px;
  z-index:2
}

#lower-title-box .img-top-parts-03 {
  width:200px;
  position: absolute;
  top:200px;
  right:50px;
}

#lower-kodawari-box {
  width: 100%;
  padding:150px 0 0;
  background: url(imgs/bg-01.png) no-repeat 0 0 / contain;
}
/* ネタ */
#lower-kodawari-box .box-neta {
  width: 100%;
  display: flex;
  padding-left:4%;
  /* flex-direction: row-reverse; */
  align-items: center;
}

#lower-kodawari-box .box-neta .photo-box {
  width: 60%;
  height: 650px;
  background: url(imgs/img-concept-neta-01.jpg) no-repeat 0 0 / cover;
}

#lower-kodawari-box .box-neta .txt-box {
  width:43%;
  padding-right:3%;
  overflow: hidden;
}

#lower-kodawari-box .img-kodawari-title-parts {
  width:180px;
  display: block;
  margin:auto auto 20px;
}

/* 手握り */
#lower-kodawari-box .box-tenigiri {
  width:1280px;
  margin:200px auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
}

#lower-kodawari-box .box-tenigiri .photo-box {
  width: 50%;
}

#lower-kodawari-box .box-tenigiri .txt-box {
  width:42%;
}

#lower-kodawari-box .box-tenigiri .txt-box a.btn {
  width: 100%
}

/* シャリ */
#lower-kodawari-box .box-shari {
  width: 100%;
  display: flex;
  padding-left:4%;
  /* flex-direction: row-reverse; */
  align-items: center;
  background: url(imgs/bg-line-wave.jpg) no-repeat 0 0 / contain;
}

#lower-kodawari-box .box-shari .photo-box {
  width:60%;
}

#lower-kodawari-box .box-shari .txt-box {
  width:43%;
  padding-right:3%;
  overflow: hidden;
}

#lower-kodawari-box .img-kodawari-title-parts {
  display: block;
  margin:auto auto 20px;
}

/* 粉末茶 */
#lower-kodawari-box .box-tea {
  width: 100%;
  background: url(imgs/bg-concept-tea.jpg) no-repeat 0 0 / cover;
  padding:140px 0;
}

#lower-kodawari-box .box-tea .inner {
  width: 1280px;
  margin:auto;
  background: url(imgs/bg-concept-tea-green.png);
  padding:100px 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lower-kodawari-box .box-tea .inner .txt-box {
  width: 470px;
  color: #fff;
}

#lower-kodawari-box .box-tea .inner .txt-box .img-concept-title-tea {
  width:80%;
  display: block;
  margin:0 auto 20px;
}

#lower-kodawari-box .box-tea .inner .photo-box {
  width: 410px;
}

/* dx */
#lower-kodawari-box .box-dx {
  width: 100%;
  background:#C8AB21;
  padding:140px 0;
  color: #fff;
  position: relative;
}

#lower-kodawari-box .box-dx::after {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  background:url(imgs/img-concept-dx-03.png) no-repeat 0 0 / cover;
  z-index: 1;
  position: absolute;
  bottom:0;
}

#lower-kodawari-box .box-dx .img-concept-title-dx {
  display: block;
  margin:auto;
}

#lower-kodawari-box .box-dx .inner {
  width: 1280px;
  margin:auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction:row-reverse;
  margin-top:80px;
}

#lower-kodawari-box .box-dx .inner .photo-box {
  width: 440px;
  position: relative;
}

#lower-kodawari-box .box-dx .inner .photo-box .img-top-parts-02 {
  width:200px;
  position: absolute;
  bottom:-40px;
  right:-60px;
  z-index: 2;
}

#lower-kodawari-box .box-dx .inner .photo-box .img-top-parts-03 {
  width:200px;
  position: absolute;
  bottom:-20px;
  left:-60px;
  z-index: 2;
}

#lower-kodawari-box .box-dx .inner .txt-box {
  width: 750px;
}

#lower-kodawari-box .box-dx .inner .txt-box h3 {
  font-size:2.5rem;
  display: inline-block;
  background:#fff;
  color:#C8AB21;
  font-weight:bold;
  padding:10px 20px 7px;
  margin-bottom:15px;
}

#lower-kodawari-box .box-dx .inner .txt-box ol {
  margin:10px 0;
}

#lower-kodawari-box .box-dx .inner .txt-box ol li {
  font-size: 3rem;
  line-height:4.3rem;
}

ul.normal-list li::before {
  content: '●';
}

ul.normal-list li {
  padding-left:1.5rem;
  text-indent:-1.6rem;
  margin-bottom:8px;
}




/*PC メニュー
**********************************/
#lower-title-box.menu {
  background:url(imgs/bg-menu-h2.jpg) no-repeat 0 0 / cover;
}

#lower-menu-box {
  width: 100%;
  padding:150px 0;
  background:#FBF9F3 url(imgs/bg-01.png) no-repeat 0 0 / contain;
}

#lower-menu-box .inner {
  max-width: 1280px;
  margin:auto;
}

.lead-txt {
  text-align:center;
  font-size:2.6rem;
  line-height:4.3rem;
  font-weight:bold;
}

#lower-menu-box .inner .menu-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top:40px;
}

#lower-menu-box .inner .menu-wrap .menu-thumbnail {
  width: 240px;
  margin-bottom:10px;
}

#lower-menu-box .inner .menu-wrap .menu-thumbnail img {
  width: 100%;
  height: auto
}

.menu-sushi-list {
  padding-top:100px;
}

.menu-sushi-list h3 {
  border-bottom: 2px solid #000;
  padding-bottom:15px;
  margin-bottom: 40px;
  text-align:center;
}

.menu-sushi-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.menu-sushi-list ul li {
  width: 220px;
  margin-bottom: 30px;
}
.menu-sushi-list ul li .men-products-item {
  position: relative;
}

.menu-sushi-list ul li .men-products-item__thumb {
    position: relative;
}

.menu-sushi-list ul li .men-products-item__thumb:before {
    border-radius: 150px;
    height: 150px;
    width: 150px;
}

.menu-sushi-list ul li .men-products-item__thumb:before {
    background: #fff;
    content: '';
    display: block;
    margin: 0 auto;
}

.menu-sushi-list ul li h4 {
  text-align: center;
  font-size:1.4rem;
  line-height: 2.1rem;
}

.menu-sushi-list ul li img {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}

.menu-sushi-list ul li img.gunkan {
  width: 70%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}

.menu-sushi-list ul li img.drink01 {
  width: 18%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}

.menu-sushi-list ul li img.drink02 {
  width: 22%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}


.menu-sushi-list ul li img.drink03 {
  width: 30%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}

.menu-sushi-list ul li img.drink04 {
  width: 40%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}

.menu-sushi-list ul li img.dessert {
  width: 60%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
}



p.ann {
  font-size:1rem;
  line-height:1.6rem;
  margin-top:5px;
}


/*PC 店舗検索
**********************************/

#lower-title-box.shop {
  background:url(imgs/bg-shop-h2.jpg) no-repeat 0 0 / cover;
}

#lower-base-box {
  width: 100%;
  padding:150px 0;
}

.inner1280 {
  max-width: 1280px;
  margin:auto;
}

.inner1000 {
  max-width: 1000px;
  margin:auto;
}

.inner900 {
  max-width:900px;
  margin:auto;
}

.inner700 {
  max-width: 700px;
  margin:auto;
}

.shop-current-location {
  text-align: center;
  margin-bottom:25px;
}

.shop-current-location a.btn-scl {
  position: relative;
  border: 1px solid #bbb;
  padding:3px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding:10px 0;
  font-size:1.8rem;
  transition: .5s;
}

.shop-current-location a.btn-scl i {
  color: #f00;
  font-size:2.2rem;
  position: relative;
  top:1px;
  margin-right:5px;
  transition: .5s;
}

.shop-current-location a.btn-scl:hover {
  background:#f00;
  color: #fff;
  border: 1px solid #f00;
}

.shop-current-location a.btn-scl:hover i {
  color: #fff
}

.shop-select {
  overflow: hidden;
  width:100%;
  margin:0 auto;
  text-align: center;
}
.shop-select select {
  width: 100%;
  padding:2rem;
  font-size:1.8rem;
  cursor: pointer;
  text-indent:3rem; /* 店舗名から探すの文字を中央に無理やり配置 */
  text-overflow: ellipsis;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.shop-select select::-ms-expand {
    display: none;
}

.shop-select.cp_sl01 {
  position: relative;
  border: 1px solid #bbb;
  padding:3px;
  border-radius: 2px;
  background: #ffffff;
}

.shop-select.cp_sl01::before {
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f00;
  pointer-events: none;
}

.shop-select.cp_sl01 select {
  padding: 10px 38px 10px 8px;
  color:#000;
}


/*PC 店舗検索　結果画面
**********************************/
.shop-search-box {
  border:2px solid #bbb;
  background:url(imgs/bg-shop-search-arrow.svg) 98% center no-repeat;
  opacity: 1;
  transition: .5s;
  margin-bottom: 20px;
  position: relative;
  padding:25px;
}

.shop-search-box:hover {
  opacity: .5
}

.shop-search-box a {
  text-decoration: none;
}

.shop-search-box a {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-search-box .inner-box {
  width: 100%;
  display: flex;
  align-items: center;
}

.shop-search-tel {
  font-size:2.7rem;
  font-family: 'Roboto', sans-serif !important;
}

.shop-search-box .inner-box .photo-box {
  width:300px;
}

.shop-search-box .inner-box .photo-box img {
  width: 100%;
  height: auto;
}

.shop-search-box .inner-box .txt-box {
  width: 500px;
  padding-left:40px;
}

.shop-search-box .inner-box .txt-box h3 {
  font-size:3rem;
  line-height: 4rem;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight:bold;
  padding-bottom:12px;
}

.shop-search-tel {
  font-size:3rem;
  display: block;
  text-decoration: none;
  padding-bottom:5px;
}

.shop-search-box .inner-box .txt-box address {
  font-size:1.8rem;
  margin-bottom: 3px;
}

.shop-search-box .inner-box .txt-box p {
  font-size:1.4rem;
  line-height: 2.2rem;
}

/*PC お持ち帰り
**********************************/
#lower-title-box.takeout {
  background:url(imgs/bg-takeout-h2.jpg) no-repeat 0 0 / cover;
}

#lower-title-box.takeout h2 img {
  width:450px;
}

.bg-01 {
  background:url(imgs/bg-01.png) no-repeat 0 0 / cover;
}

ul.takeout-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.takeout-list li {
  width: 31%;
  margin-bottom: 20px;
}

ul.takeout-list li a.btn {
  width: 100%;
}

/*PC 採用情報
**********************************/
#lower-title-box.recruit {
  background:url(imgs/bg-recruit-h2.jpg) no-repeat 0 0 / cover;
}

.bg-recruit {
  background:url(imgs/bg-recruit.jpg) no-repeat 0 0 / contain;
}

table.base-01 {
  width: 100%;
  font-size:1.5rem;
  line-height: 2.6rem;
}

table.base-01 th {
  width: 22%;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:20px 0;
  text-align: center;
  vertical-align:middle;
  display: table-cell;
  font-weight: bold;
  color: #765a20;
}

table.base-01 td {
  width: 78%;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:20px 0 15px 20px;
  display: table-cell;
  text-align: left;
  margin-bottom: 0;
}

table.base-01.bg-color tr:nth-child(even) {
  background: #FFFDE6
}

table.base-01.bg-color tr:nth-child(odd) {
  background: #fff
}

table.base-01.bg-color tr:nth-child(even) {
  background: #FFFDE6
}

table.base-01 td .btn, table.base-01 td a.btn, table.base-01 td button.btn{
	margin: 0;
}

.midashi-02 {
  background:#035209;
  color: #fff;
  font-size:2.3rem;
  letter-spacing:1px;
  text-align:center;
  padding:15px 0;
}

.space-top-01 {
  margin-top: 80px;
}

.img-contact-flow {
  width: 100%;
  height: auto;
  margin:50px 0;
}

/*PC 店舗詳細
**********************************/
.shop-thum-img {
  width: 250px;
  height: auto;
  margin-bottom: 10px;
}

a.link-gmap {
  font-size:1.8rem;
  display:inline-block;
  margin-top:5px;
}

a.link-gmap i {
  color: #f00;
  font-size:2.2rem;
  position: relative;
  top:1px;
  margin-right:5px;
}

.cashless {
    /* display: inline-block; */
    display: table;
    margin: 6px 0 10px;
    /* padding: 8px 5px 12px 10px; */
    padding: 8px 5px 2px 10px;
    /* background: #edf0f2; */
    clear: both;
}

.cashless h4 {
    /* padding: 0 0 12px; */
    padding:0 10px;
    margin-bottom: 5px;
    font-size: 1.1rem;
    border-radius: 5px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    background:#333;
    clear: both;
}

.cashless p {
    width: 117px;
    box-sizing: border-box;
    display: table;
    float: left;
    padding: 0 16px 0 4px;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cashless .icon {
    width: 32px;
    background: #fff;
}

.cashless .icon img {
  width: 100%
}

.cashless p span { 
  display: table-cell;
  vertical-align: middle;
}

/* スマホリンク無効化 */
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*PC お問い合わせ
**********************************/
#lower-title-box.contact {
  background:url(imgs/bg-contact-h2.jpg) no-repeat 0 0 / cover;
}

#lower-title-box.contact h2 img {
  width:520px;
}

.lead-contact-txt {
  font-size:1.4rem;
  line-height: 2.5rem;
  text-align:center;
  padding:20px 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  /* -webkit-appearance: button; */
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}



input[type=radio] {
  display:inline-block;
}

.wpcf7-list-item {
  width:auto !important;
  padding-bottom:10px !important;
}

.wpcf7-list-item { display: block; float: left; width: 80%; }
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-size:1.6rem;
  padding: 13px 5px;
  width:90%;
 background:#eee;
 border:1px solid #fff;
}

.wpcf7-form select,
input[type="date"]{
	font-size: 1.6rem;
    padding: 13px 5px;
    background: #eee;
    border: 1px solid #fff;
}

input[type="date"]{
	margin-right: 15px;
}

input[type="text"].nenrei-txt {
  width:100px;
  margin-right:10px;
}

input[type="text"].tel-numtxt {
  width:50%;
}


input[type="submit"].wpcf7-confirm,
input[type="submit"].wpcf7-submit,
.wpcf7-back { 
  background:#11801A;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:1.6rem;
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 80%;
}

input[type="button"].wpcf7-confirm,
input[type="button"].wpcf7-submit,
input[type="button"].wpcf7-form-control { 
  background:#555;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:1.6rem;
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 80%;
}


select.kinmuchi-select {
  width:250px;
  padding:7px 3px 7px 5px;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
position:relative;
}

select.kinmuchi-select {
    border: 2px solid #bdbdbd;
    position:relative;
    background-image: url(/wp-content/themes/wakatakemaru/imgs/bg-contact-arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  }



/*PC お知らせ
**********************************/
#lower-title-box.news {
  background:url(imgs/bg-news-h2.jpg) no-repeat 0 0 / cover;
}

.news-box {
  display: flex;
  justify-content: space-between;
}

.news-box .news-kiji-box {
  width: 65%;
}

.news-box .news-kiji-box time {
  font-size:1.2rem;
  color: #555;
}

.news-box .news-kiji-box h3 {
  font-size:2rem;
  font-weight:600;
  padding-bottom:10px;
  margin-bottom: 15px;
  border-bottom:2px solid #035209;
}

.news-box .news-kiji-box .honbun {
  padding-bottom: 20px;
  border-bottom:1px solid #035209;
}

.news-box .news-kiji-box .honbun img {
  width: 100%;
  height: auto;
  display: block;
  margin:10px 0;
}

.news-box .news-kiji-box .page-n-p {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.news-box .news-kiji-box .page-n-p a {
  text-decoration: none;
  font-size:1.3rem;
  opacity: 1;
  transition: .5s;
}

.news-box .news-kiji-box .page-n-p a:hover {
  opacity: .5;
}

.news-box .news-kiji-box .page-n-p a i {
  color:#035209;
}

.news-box .news-side-box {
  width:30%;
}

.news-box .news-side-box h3 {
  background:#035209;
  text-align: center;
  padding:10px 0;
  margin-bottom: 20px;
  color: #fff;
  font-size:2rem;
  font-weight:600;
}

.news-box .news-side-box .side-widget-area {
  margin-bottom: 30px;
}

.news-box .news-side-box .side-widget-area:last-child {
  margin-bottom:0;
}

.news-box .news-side-box .side-widget-area li {
    list-style-type: square;
    list-style-position: inside;
    padding:0 3rem;
    text-indent: -20px;
    line-height: 20px;
    padding-bottom: 15px;
    font-size:1.4rem;
    line-height: 2.2rem;
}

.news-box .news-side-box .side-widget-area li:last-child {
  padding-bottom: 0;
}

.news-title-mb {
  margin-bottom:35px;
}

.news-title-mb:last-child {
  margin-bottom:0;
}

#page-top {
    width: 48px;
    height:48px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    background: url(imgs/btn-pagetop.svg) no-repeat 0 0 / cover;
    cursor:pointer;
    z-index: 5;
}



.loopSlide ul {
  display: flex;
  align-items: center;
}

.loopSlide ul li img {
  width: 170px;
  height: auto;
  margin-left:20px;
}

.loopSlide ul li img.loop-gunkan {
  width: 120px;
}

.simply-scroll-container { 
  position: relative;
}

.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
}

.f-min {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.y-line {
  background: linear-gradient(transparent 60%, #ff0 0%);
}


.f-wh {
  color: #fff !important;
}

.f-red-01 {
  color: #b4251d;
}

.f11 {
  font-size:1.1rem;
  line-height: 1.6rem;
}

.f-ro {
  font-family: 'Roboto', sans-serif !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top:20px !important;
}

.mb0 {
  margin-bottom:0 !important;
}

.txt-c-pc {
  text-align:center;
}

::placeholder {
  font-size: 1.1rem;
}


/*
スマホ以外電話番号ブロック --------------------------------------------*/

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
	.sp{
		display: none;
	}
}

.dx-setumei{
	text-align: center;
	margin-top: 40px;
}

/*
PC block --------------------------------------------*/
.i_p_b {display: block !important;}
.i_t_b {display: none !important;}
.i_s_b {display: none !important;}
.i_pt_b {display: block !important;}
.i_ts_b {display: none !important;}
.dis-none {display:none !important;}