/* ===== 水匠 共通スタイル ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    /*font-family: "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;*/
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
    background-image: url(img/misyobg.gif);
    background-repeat: repeat;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }
.align_l_pc { text-align: left; }

/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t0  { margin-top: 0px !important; }
.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_t200 { margin-top: 200px !important; }

.m_b0  { margin-bottom: 0px !important; }
.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }
.m_b200 { margin-bottom: 200px !important; }

.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important;}
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }

.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }
.p_b200 { padding-bottom: 200px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}
.textline_180{line-height: 180%;}

/*  text
/*-------------------------------------------------------*/
/*--*/

.txt-10{font-size: 10px;}
.txt-12{font-size: 12px;}
.txt-20{font-size: 20px;}
.txt-25{font-size: 25px;}
.txt-30{font-size: 30px;}
.txt-40{font-size: 40px;}
.txt-50{font-size: 50px;}
.txt-5em{
	font-size: 5em;
	line-height: 120%;
}
@media screen and (max-width: 480px){
.txt-20{font-size: 15px;}
.txt-25{font-size: 20px;}
.txt-30{font-size: 25px;}
.txt-40{font-size: 32px;}	
.txt-50{font-size: 40px;}	
.txt-5em{font-size: 2.5em;}
}
.txt-b{
    font-weight: bold;
}
.font-c-red{
	color: #b6231a;
}
.font-c-blue{
	color: #222b7a;
}
.font-c-black{
	color: #000;
}
.font-c-white{
	color: #fff;
}
/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-all{
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1100{
	width: 1100px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 800px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-50{width: 47%;}
.box-70{width: 70%;}
.box-30{width: 28%;}
.box-33{width: 33%;}
.box-25{width: 25%;}
@media screen and (max-width: 480px){
.box-50 , .box-70 , .box-30 , .box-33{width: 100%;}
.box-25{width: 50%;}
}


/* ===== レイアウト ===== */
#wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #FFFFFF;
}

/* ===== ヘッダー ===== */
#header {
  text-align: center;
  padding: 10px 0 5px;
}
#header img {
  max-width: 100%;
}
#header h1 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #444;
  margin-top: 10px;
}
#header h2 {
    font-size: 13px;
    font-weight: normal;
    color: #888;
    letter-spacing: 0.15em;

}

/* ===== 2カラムレイアウト ===== */
#container {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  align-items: flex-start;
}

/* ===== サイドバー ===== */
#sidebar {
  width: 220px;
  flex-shrink: 0;
}

#sidebar .side-nav {
  list-style: none;
  margin-bottom: 10px;
}
#sidebar .side-nav li {
  border-bottom: 1px solid #ddd;
}
#sidebar .side-nav li a {
  display: block;
  padding: 7px 5px;
  font-size: 12px;
  color: #444;
}
#sidebar .side-nav li a:hover {
  background: #f5f0e8;
  text-decoration: none;
}

#sidebar .side-banners {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}


/* ===== メインコンテンツ ===== */
#main {
  flex: 1;
  min-width: 0;
}

#main h1 {
  font-size: 20px;
  font-weight: normal;
  color: #555;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

#main h2 {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin: 20px 0 10px;
	    background-color: #E4E4E4;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

#main h3 {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin: 0px 0 8px;
}

#main p {
  margin-bottom: 12px;
}

#main ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 12px;
}

#main strong {
  font-weight: bold;
}

/* ===== トップページ専用 ===== */
.top-hero {
  text-align: center;
  margin-bottom: 15px;
}
.top-hero img {
  width: 100%;
  max-width: 740px;
}

.top-nav-list {
  list-style: none;
  margin-bottom: 20px;
}

.top-nav-list li {
  border-bottom: 1px solid #ddd;
  padding: 0px;
  font-size: 13px;
	  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav-list li a {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  display: block;
  margin-bottom: 10px;
}
.top-nav-list li p {
  margin: 0;
  font-size: 12px;
  color: #777;
}

.top-info {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #e8e0d0;
  background: #faf7f2;
}

.top-banners {
  margin-top: 10px;
}
.top-banners a {
  display: block;
  margin-bottom: 8px;
}
.top-banners a img {
  width: 100%;
}

.sns-icons {
  margin-top: 15px;
  text-align: center;
}
.sns-icons a {
  display: inline-block;
  margin-right: 5px;
}

/* ===== メニューページ ===== */
.menu-section {
  margin-bottom: 30px;
}
.menu-section h2 {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  border-left: 4px solid #b8a882;
  padding-left: 10px;
  margin-bottom: 12px;
}
.menu-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.menu-images a {
  display: inline-block;
}
.menu-images a img {
  max-width: 340px;
  width: 100%;
}
.menu-notice {
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 12px;
  background: #faf7f2;
  margin-top: 15px;
}
.menu-notice p {
  margin-bottom: 8px;
}

/* ===== お弁当ページ ===== */
.bento-content {
  font-size: 13px;
}
.bento-content img {
  margin: 15px 0;
}
.bento-item {
  font-weight: bold;
  margin-bottom: 5px;
}

/* ===== お席ページ ===== */
.seat-img {
  margin-bottom: 15px;
}
.seat-img img {
  width: 100%;
}

/* ===== アクセスページ ===== */
.access-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 13px;
}
.access-table th {
  width: 100px;
  padding: 10px;
  background: #f5f0e8;
  border: 1px solid #ddd;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
.access-table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.access-map {
  margin-top: 15px;
}
.access-map iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #ddd;
}
.access-photos {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.access-photos img {
  width: 48%;
}

/* ===== お祝い・法要ページ ===== */
.page-header-img {
  width: 100%;
  margin-bottom: 20px;
}
.anchor-links {
  margin-bottom: 20px;
  font-size: 13px;
  color: #888;
}
.anchor-links a {
  color: #888;
}
.oiwai-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.oiwai-section:last-child {
  border-bottom: none;
}

/* ===== キャンセルページ ===== */
.cancel-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 13px;
}
.cancel-table th,
.cancel-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: top;
}
.cancel-table th {
  background: #f5f0e8;
  font-weight: bold;
  width: 180px;
}
.cancel-note {
  font-size: 13px;
  margin-top: 15px;
  padding: 12px;
  border: 1px solid #e0d8c8;
  background: #faf7f2;
}

/* ===== コンセプトページ ===== */
.concept-section {
  margin-bottom: 30px;
}
.concept-section img {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 200px;
}
.concept-section::after {
  content: "";
  display: table;
  clear: both;
}

/* ===== フッターナビ ===== */
#footer-nav {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 12px;
  text-align: center;
}
#footer-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
#footer-nav ul li {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}


/* ===== コピーライト ===== */
#copyright {
  text-align: center;
  font-size: 11px;
  color: #999;
  padding: 15px 0 20px;
}


/* ===== レイアウト調節用 ===== */
.title01{
    font-size: 20px !important;
    font-weight: bold !important;
}

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    background-color: #7C7C7C;
    color: #fff !important;
    padding: 10px 40px 10px 30px;
    border-radius: 25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    max-width: 300px;
    font-weight: normal !important;
}

.btn06:hover{
    background: #555;
    text-decoration: none;
}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}





/* ===== レスポンシブ（スマホ対応） ===== */
@media screen and (max-width: 960px) {
  #wrapper {
    width: 100%;
    padding: 10px 15px;
  }
  #container {
    flex-direction: column;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar .side-nav {
    display: flex;
    flex-wrap: wrap;
  }
  #sidebar .side-nav li {
    width: 50%;
  }
  .top-banners a img,
  #sidebar .side-banners a img {
    /*width: auto;*/
    max-width: 100%;
  }
  .menu-images a img {
    max-width: 100%;
  }
  .access-photos {
    flex-direction: column;
  }
  .access-photos img {
    width: 100%;
  }
  .concept-section img {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
