﻿@charset "utf-8";

/*
Theme Name:mishoutei_theme
*/

/*
Author:JIMOTOPAGE
Author URI: http://www.jimotopage.com/
 
*/

/*------ * ------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family : "'Noto Sans Japanese', serif";
  font-size : 0.81em;
  color : #552700;
  line-height : 1.8em;
  letter-spacing : 1.6pt;
  background : #fbfbfb;
}
a {
  text-decoration : none;
  color : #552700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
}
/*------ class ------*/

.f056 {
  font-size : 0.5625em;
}
.f125 {
  font-size : 1.25em;
}
.tit {
  font-size : 17px;
}
.caf0 {
  color : #af0000;
}
.bold {
  font-weight : 900;
}
.mt15 {
  margin-top : 15px;
}
.mt30 {
  margin-top : 30px;
}
.mt60 {
  margin-top : 60px;
}
.clear {
  clear : both;
}
h3 {
  margin-bottom : 30px;
}
.sub {
  letter-spacing : 0.5rem;
  margin : 0 0 25px;
}
/*------ header ------*/

header {
  font-weight : normal;
  width: 960px;
  margin: 15px auto 0;
}
hgroup {
  float : left;
}
/*
.info {
	width : 960px;
	margin : 0 auto;
}



.marTIT {
	float : left;
	margin-top: 7px;
}

.marquee {
width:880px;
padding:0.5em 0;
overflow:hidden;
margin-bottom:10px;
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:600px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
*/

.hcontact {
  text-align : right;
}
/* 表示文字の装飾 */
div.tooltip {
  clear : both;
  color: #804615;
  display: inline-block;                        /* インライン要素化 */
  text-align : center;
}
/* ツールチップ部分を隠す */
div.tooltip span {
  display: none;
}
/* マウスオーバー */
div.tooltip:hover {
  position: relative;
  color: #804615;
}
/* マウスオーバー時にツールチップを表示 */
div.tooltip:hover span {
  display: block;                  /* ボックス要素にする */
  position: absolute;            /* relativeからの絶対位置 */
  top: 50px;
  font-size: 90%;
  color: #fff;
  background-color: #c7b299;
  width: 110px;
  padding: 5px;
  border-radius: 8px;
  z-index: 100;
}
/* フキダシ部分を作成 */
div.tooltip span:before {
  content: '';
  display: block;
  position: absolute;                         /* relativeからの絶対位置 */
  height: 0;
  width: 0;
  top: -13px;
  left: 15px;
  border: 13px transparent solid;
  border-right-width: 0;
  border-left-color: #c7b299;
  transform: rotate(270deg);            /* 傾きをつける */
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  z-index: 100;
}
.hmail {
  float : right;
  margin-left : 30px;
}
/*------ mainImg ------*/

.mainIMG {
  width : 960px;
  margin : 30px auto 0;
  text-align : center;
  clear : both;
}
/*------ nav ------*/

nav {
  width : 960px;
  margin : 0 auto 60px;
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  width: 25%;
  text-align : center;
}
.rum:hover {
  animation: rumble 0.8s linear infinite;
}
 @keyframes rumble {
 0% {
transform:rotate(0deg) translate(0, 0);
}
 12.5% {
transform:rotate(0.4deg) translate(1px, -1px);
}
 25% {
transform:rotate(0.8deg) translate(0px, 1px);
}
 37.5% {
transform:rotate(0.4deg) translate(-1px, 0);
}
 50% {
transform:rotate(0deg) translate(0, 0);
}
 62.5% {
transform:rotate(-0.4deg) translate(1px, 0);
}
 75% {
transform:rotate(-0.8deg) translate(0, 1px);
}
 87.5% {
transform:rotate(-0.4deg) translate(-1px, -1px);
}
 100% {
transform:rotate(0deg) translate(0, 0);
}
}
/*------ section1 ------*/

#s1 {
  width : 960px;
  margin : 0 auto;
}
.s1map {
  float : left;
  margin-right : 45px;
}
.s1inn {
  width : 450px;
  display: inline-block;
  margin-bottom: 110px;
}
#s1 h4 {
  display : inline-block;
}
.reserved {
  color: #fff;
  background: #804615;
  padding: 3px 30px;
  border-radius: 15px;
  display: inline-block;
}
.s1inn p.reserved2 {
  background: #c4aa90;
  padding: 3px 30px;
  border-radius: 15px;
  display: inline-block;
}
#s1 ul li a:hover, a:hover {
  text-decoration : none;
}
.lock {
  overflow: hidden;
}
.modal-content {
  position: relative;
  display: none;
  width: 50%;
  margin: 30px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
}
.modal-content p {
  margin: 0;
  padding: 0;
}
.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(128,70,21,0.75);
}
.modal-wrap {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-open {
}
.modal-open:hover {
  cursor: pointer;
}
.modal-close {
  text-decoration: underline;
  text-align : right;
  display: block;
}
.modal-close:hover {
  cursor: pointer;
}
.modalINN {
  text-align : center;
}
#a1 ul {
  border-top : 3px double #804615;
  border-bottom : 3px double #804615;
  padding : 10px 0 0;
}
#a1 ul li {
  padding : 0 20px 10px;
}
.archive {
  font-size : 0.5625em;
  display: inline-block;
  float: right;
}
.date {
  display : inline-block;
  margin-right : 15px;
}
.o-c {
  width : 600px;
  margin : 30px auto 0;
  padding : 40px;
  border : 1px solid #804615;
}
/*------ section2 ------*/

#s2 {
  width : 960px;
  margin : 60px auto 0;
  line-height : 2.3em;
  overflow: hidden;
}
.s2inn {
  width : 440px;
  float : left;
  margin-right : 45px;
}
#s2 figure {
  width: 470px;
  float: right;
}
/*------ section3 ------*/

#s3 {
  width : 960px;
  margin : 60px auto 0;
  overflow : hidden;
}
#s3 figure {
  width : 456px;
  margin-right : 15px;
  float : left;
}
#a3 {
  width : 489px;
  float : right;
}
#a3 img {
  border-radius : 20px;
}
.lunchTIT {
  border-top : 3px double #804615;
  border-bottom : 3px double #804615;
  padding : 10px 0;
  margin-bottom : 10px;
  text-align : center;
}
.lunchMENU {
  padding : 0 30px;
}
.sMENU {
  text-indent : 1em;
}
/*------ section4 ------*/

#s4 {
  width : 960px;
  margin : 60px auto 0;
}
#s4 h3 {
  margin-bottom : 20px;
}
#a4 ul {
  border-top : 3px double #804615;
  border-bottom : 3px double #804615;
  padding : 10px 0 0;
}
#a4 ul li {
  padding-bottom : 30px;
  height: 98px;
}
.archive2 {
  font-size : 0.5625em;
  text-align: right;
}
#a4 ul {
  overflow : hidden;
  padding : 30px 90px 0px;
}
.blogPHOTO {
  width : 98px;
  float : left;
  clear : both;
  margin-right : 30px;
}
.blogTXT {
  margin: 0px 0;
  display: inline-block;
  padding-top: 25px;
  width: 360px;
}
/*------ section5 ------*/

#s5 {
  width : 960px;
  margin : 60px auto 0;
  text-align : center;
}
#s5 h3 {
  text-align : left;
}
.staff {
  background: url("img/sec5bg.gif") no-repeat;
  background-position: top center;
  padding: 43px 30px 30px;
  color : #fff;
  height : 466px;
}
.staffTIT {
  font-size : 40px;
  margin : 30px 0 13px;
  letter-spacing : 0.1rem;
}
#s5 ul {
  margin : 0 auto 5px;
  display: inline-block;
}
#s5 ul li {
  text-align : left;
  margin : 0 0 10px;
}
/*------ footer ------*/

footer {
  margin : 60px auto 0;
}
#contact {
  width : 960px;
  margin : 0 auto 60px;
}
#footinn {
  margin : 0 auto;
  padding : 30px 0;
  text-align : center;
  background : #804615;
  color : #fff;
}
.telmail {
  margin: 0 auto;
  width: 822px;
	text-align: center;
}
.fTEL {
  width : 362px;
  float : left;
  margin-right : 60px;
}
.telmail .rum img {
	margin-top: 10px;
}
/*------ toTOP ------*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
/*------ blog ------*/
/*------ bloglist ------*/

#pageblog {
  width : 960px;
  margin : 0 auto;
  overflow: hidden;
}
.breadcrumbs {
  background : #552700;
  margin-bottom : 60px;
}
.breadcrumbs a {
  color : #FFFFFF;
}
.breadinn {
  display : block;
  width : 960px;
  margin : 0 auto;
  color : #FFFFFF;
}
#bloglist, #blogcaption {
  width : 600px;
  float : right;
  overflow : hidden;
}
.blogPHOTO2 {
  width : 150px;
  float : left;
  clear : both;
  margin-right : 30px;
}
.balloon {
  position: relative;
  background: #804615;
  height: 40px;
  width: 130px;
  margin-bottom: 20px;
  border-radius: 50px;
  padding : 10px;
}
.balloon:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 65px;
  border-radius: 25px;
  z-index: -1;
  background: #fbfbfb;
  bottom: -20px;
  left: 50px;
}
.balloon:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 65px;
  border-radius: 25px;
  z-index: -1;
  background: #804615;
  bottom: -15px;
  left: 42px;
}
.ballinn {
  display : block;
  margin : 10px 20px;
  color : #FFFFFF;
  font-weight : bold;
  letter-spacing : 0.4em;
  text-align: center;
}
.ballinn {
  display : block;
  margin : 10px 20px;
  color : #FFFFFF;
  font-weight : bold;
  letter-spacing : 0.3em;
}
.blinn {
  border-top : 3px double #804615;
  border-bottom : 3px double #804615;
  padding : 10px 0 0;
  overflow : hidden;
  padding : 30px 30px 30px;
}
.blinn li {
  padding-bottom : 30px;
  height: 150px;
}
.pagenation ul {
  width: 340px;
  margin: 30px auto;
  padding: 0;
  overflow : hidden;
}
.pagenation li {
  list-style: none;
  float: left;
  margin-right : 10px;
}
.pagenation li:last-child {
  margin-right : 0;
}
.pagenation a {
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #804615;
  border-radius : 3px;
  color : #FFFFFF;
}
.pagenation li:first-child a,  .pagenation li:last-child a {
  min-width: 60px;
  height: 30px;
}
.pagenation li:nth-last-of-type(1) a {
  margin-right: 0;
}
.pagenation a:hover, a:active, a:focus {
  position: relative;
}
/*Wp-page-navi*/

.wp-pagenavi_out {
  display: table-cell;
  width: 600px;
  height: 150px;
  text-align: center;
}
.wp-pagenavi {
  /* width: 470px; */
    /* margin: 30px 0; */
    /* padding: 0; */
    /* overflow: hidden; */
  display: inline-block;
  text-align: left;
  margin: 30px 0;
}
.wp-pagenavi ul {
  width: 340px;
  margin: 30px auto;
  padding: 0;
  overflow : hidden;
}
.wp-pagenavi a,  .wp-pagenavi span {
  list-style: none;
  float: left;
  margin-right : 10px;
  display: block;
}
.wp-pagenavi li:last-child {
  margin-right : 0;
}
body .wp-pagenavi a,  body .wp-pagenavi span {
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: 29px;
  height: 29px;
  line-height: 30px;
  border-radius : 3px;
  background-color: #FFFFFF;
  border: 1px solid #804615;
  color: #804615;
}
.wp-pagenavi a:first-child,  .wp-pagenavi a:last-child {
  min-width: 60px;
  height: 30px;
  display: block;
}
.wp-pagenavi li:nth-last-of-type(1) a {
  margin-right: 0;
}
.wp-pagenavi a:hover, a:active, a:focus {
  position: relative;
}
.wp-pagenavi span.current {
  border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
}
body .wp-pagenavi a, .wp-pagenavi span {
  /*padding:0px 5px;*/
  padding: 0px 0px 0px 3px;
}
body .wp-pagenavi span.current {
  padding: 0px 2px 0px 2px;
}
body .wp-pagenavi span.current {
  color : #FFFFFF;
  border: none;
  min-width: 29px;
  height: 29px;
  background: #804615;
  border: 1px solid #804615;
}
body .wp-pagenavi span {
  padding: 0px 5px;
}
/*------ blogcaption ------*/

.date2 {
  font-size: 20px;
  display: inline;
}
.balloon2 {
  display: inline-block;
  position: relative;
  background: #804615;
  height: 40px;
  min-width: 150px;
  margin-bottom: 20px;
  border-radius: 50px;
  padding : 10px;
  float: right;
  text-align: center;
}
.balloon2:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 65px;
  border-radius: 25px;
  z-index: -1;
  background: #fbfbfb;
  bottom: -20px;
  left: 50px;
}
.balloon2:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 65px;
  border-radius: 25px;
  z-index: -1;
  background: #804615;
  bottom: -15px;
  left: 42px;
}
#blogcaption .tit {
  font-weight : bold;
  line-height : 1.8em;
}
/*------ side ------*/

#side {
  width : 300px;
}
.catlist li {
  margin : 20px 30px;
}
.catlist a {
  padding : 10px;
  display : inline-block;
  width : 100px;
}
.catlist a {
  text-decoration : none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.catlist a:hover {
  background : #A3724F;
  border-radius : 3px;
}
.blogPHOTO3 {
  width : 98px;
  float : left;
  margin-right : 30px;
}
.blogTXT2 {
  letter-spacing: 0.1em;
}
.recent li {
  display: block;
  width: 100%;
  height: 100px;
  margin: 30px 0;
}
/*------ WP ------*/

.t_menu_content {
  margin-left: 30px;
}
.rd10 {
  border-radius: 10px;
}
.rd20 {
  border-radius: 20px;
}
#bloglist .balloon {
  display: inline-block;
  width: auto;
  min-width: 160px;
}
#a3 ul {
  margin-left: 15px;
}
/*------ 個別記事ページ送りボタン ------*/

.navigation {
  margin-top: 40px;
}
.previous {
  float: left;
  width: 110px;
  background-color: #804615;
  color: #ffffff;
  border-radius: 6px;
  padding: 0px 10px;
}
.previous a {
  color: #FFFFFF;
}
.next {
  float: right;
  width: 110px;
  background-color: #804615;
  color: #ffffff;
  border-radius: 6px;
  padding: 0px 10px;
}
.next a {
  color: #FFFFFF;
}
/* 2018/04/05追加
------------------------------------------------------------ */
.s1inn ul li {
  font-size: 14px;
}
/* 2019/03 */
.s1inn ul li dl::after {
  content: "";
  display: block;
  clear: both;
}
.s1inn ul li dl dt {
  float: left;
}
.s1inn ul li dl dd {
  margin-left: 3.6em;
}
/* 2018/09/26追加
------------------------------------------------------------ */
.s1inn .reserved {
  margin-top: 60px;
}
.section_news {
  margin-bottom: 55px;
}
.section_news::after {
  content: "";
  display: block;
  clear: both;
}
.section_news .left_box {
  float: left;
  width: 438px;
  padding: 13px;
  border: 1px dashed #804615;
  box-sizing: border-box;
}
#s1 .section_news .left_box h4 {
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .025em;
}
.section_news .left_box p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.section_news .left_box p span {
  display: block;
  text-align: center;
}
.section_news #a1 {
  float: right;
  width: 450px;
}
/* 2019/03
------------------------------------------------------------ */
.section_order .left_box_w .boxinner {
  padding: 13px;
}
.section_order .left_box_w .boxinner .tit {
  font-size: 17px;
  letter-spacing: .025em;
}
.section_order .left_box_w .boxinner p {
  font-size: 15px;
  letter-spacing: .025em;
}
.section_order .left_box_w .boxinner p.ta_r {
  text-align: right;
}
.section_order .left_box_w .boxinner p.ta_r a {
  display: inline-block;
  border-bottom: 1px solid #804615;
  line-height: 1.2;
}
.section_order .left_box_w .boxinner p.ta_r a:hover {
  border-bottom-color: #039;
}

/* 2019/10
------------------------------------------------------------ */
.s1map {
  margin-right: 25px;
}
.s1inn {
  width: 470px;
}
/* profile */
.profile {
  margin-top: 10px;
}
.profile::after {
  content: "";
  display: block;
  clear: both;
}
.profile .box {
  float: left;
  max-width: 343px;
  padding: 13px 13px 10px;
  border: 1px solid #552700;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  margin-right: 7px;
}
.profile h4 {
  background-color: #fbfbfb;
  position: absolute;
  top: -.75em;
  left: 20px;
}
.profile p {
  font-size: 11.5px;
  line-height: 1.75;
}
.profile figure img {
  margin-top: -10px;
}
.s1inn .reserved {
  margin-top: 5px;
}

/* 2022/12
------------------------------------------------------------ */
.p-top-info {
  display: flex;
  flex-direction: row-reverse;
  margin-right: -9px;
  margin-left: -9px;
}
.p-top-info-news, .p-top-info-menu {
  padding-right: 9px;
  padding-left: 9px;
  box-sizing: border-box;
}
.p-top-info-news {
  width: 480px;
}
#a3.p-top-info-menu {
  width: 498px;
}
.p-top-info-calendar.calendar_box {
  width: 100%;
  margin-top: 55px;
}
.p-top-info-calendar iframe {
  width: 100%;
}
#a3.p-top-info-menu img {
  max-width: 100%;
  height: auto;
}

/* top about
------------------------------------------------------------ */
.p-top-about__hours {
  display: table;
}
.p-top-about__hours dl {
  display: table-row;
}
.p-top-about__hours dl dt, .p-top-about__hours dl dd {
  display: table-cell;
}
.p-top-about__hours dl dt::after {
  content: ":";
  float: right;
}