﻿@charset "UTF-8";
#contents .inner .area-message h2, #contents .inner .area-kodawari h2, #contents .inner .area-sake h2, #contents .inner .area-news h2, #contents article > header h1 {
  position: relative;
  margin-bottom: 25px;
  padding: 5px;
  background: #982e39;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: white;
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}
img {
  box-sizing:border-box;
}

/*-- add --*/
/*
.menu_visual ul {
width:840px;
height:190px;
}
.menu_visual li {
float:left;
}
*/
#contents .inner .area-message h2:after,
#contents .inner .area-kodawari h2:after,
#contents .inner .area-sake h2:after,
#contents .inner .area-news h2:after,
#contents article > header h1:after,
#contents .inner .area-message h2:before, #contents .inner .area-kodawari h2:before, #contents .inner .area-sake h2:before, #contents .inner .area-news h2:before, #contents article > header h1:before {
  content: "";
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
}

#contents .inner .area-message h2:before, #contents .inner .area-kodawari h2:before, #contents .inner .area-sake h2:before, #contents .inner .area-news h2:before, #contents article > header h1:before {
  left: 11px;
  border-left: 11px solid #c24754;
  background: #b36e75;
}

#contents .inner .area-message h2:after, #contents .inner .area-kodawari h2:after, #contents .inner .area-sake h2:after, #contents .inner .area-news h2:after, #contents article > header h1:after {
  right: 11px;
  border-right: 11px solid #c24754;
  background: #b36e75;
}

@media only screen and (max-width: 640px) {
  #contents .inner .area-message h2, #contents .inner .area-kodawari h2, #contents .inner .area-sake h2, #contents .inner .area-news h2, #contents article > header h1 {
    margin-bottom: 20px;
  }
}

/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}


/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 960px;
  line-height: 1.231;
  background: #fefdfd url(img/bg_body.png);
  color: #212121;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a {
  color: #c24754;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: top;
  font-size: 65%;
}
sub {
  vertical-align: bottom;
  font-size: 65%;
}


iframe {
  max-width: 100%;
}

/* -------------------------------------
	汎用クラス
------------------------------------- */
/* -------------------------------------
	全体
------------------------------------- */
.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] > .inner:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] .description {
  padding: 5px 0;
  background: #452709;
  font-size: 12px;
  color: white;
  text-align: right;
}

#page header[role="banner"] .logo {
  float: left;
  padding: 30px 0;
}

#page header[role="banner"] .logo h1 {
  height: 33px;
  letter-spacing: 1px;
  font-size: 33px;
  color: #c24754;
  line-height: 33px;
}

#page header[role="banner"] .logo h1 span + span {
  padding-left: 20px;
}

#page header[role="banner"] .logo h1 a {
  text-decoration: none;
}

#page header[role="banner"] nav {
  float: right;
  padding: 40px 0 0;
}

#page header[role="banner"] nav ul:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] nav ul li {
  float: left;
  text-align: center;
  margin-left: 1px;
  font-weight: 500;
}

#page header[role="banner"] nav ul li a {
  display: block;
  min-width: 7em;
  padding: 7px 10px;
  color: #212121;
  text-decoration: none;
  border-bottom: 2px solid white;
  transition: none 1s ease-in-out;
  transition-property: border, color;
}

#page header[role="banner"] nav ul li.state-active a,
#page header[role="banner"] nav ul li a:hover {
  color: #c24754;
  border-bottom-color: #c24754;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  margin-top: 100px;
  padding-top: 65px;
  background: url(img/bg_footer.png) repeat-x;
  color: #5a0811;
}

#page footer[role="contentinfo"] a {
  color: #5a0811;
}

#page footer[role="contentinfo"] .footerInfo {
  margin: 0 auto 50px;
  text-align: center;
}

#page footer[role="contentinfo"] .footerInfo h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

#page footer[role="contentinfo"] .footerInfo .footerInfo-body {
  display: flex;
}

#page footer[role="contentinfo"] .footerInfo dl {
  flex: 1;
  margin: 0 10px;
}

#page footer[role="contentinfo"] .footerInfo dl dt {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #cc989d;
}

#page footer[role="contentinfo"] .footerInfo dl dd {
  font-size: 20px;
}

#page footer[role="contentinfo"] .copyright {
  padding: 20px 0;
  text-align: center;
  background: #452709;
  color: white;
}

#page footer[role="contentinfo"] .copyright small {
  font-size: 12px;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
#mainvisual {
  margin-bottom: 50px;
}

#mainvisual > .inner {
  box-shadow: 0 5px 9px rgba(59, 59, 59, 0.15);
}

#mainvisual > div[id] {
  height: 400px;
}

#mainvisual img + img {
  display: none;
}

/* アイキャッチ
------------------------------------- */
.eye {
  padding: 15px;
  background: #452709;
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 1.6;
}

/* コンテンツ
------------------------------------- */
#contents .inner > section {
  margin-bottom: 50px;
  background: white;
  box-shadow: 0 5px 9px rgba(59, 59, 59, 0.1);
}

#contents .inner > section .section-body {
  padding: 5px 60px 30px;
}

#contents .inner > section .section-body p, #contents .inner > section .section-body ul, #contents .inner > section .section-body ol, #contents .inner > section .section-body table {
  margin-bottom: 20px;
}

#contents .inner .area-message {
  line-height: 2.2;
}

#contents .inner .area-message .section-body {
  padding-bottom: 0;
}

#contents .inner .area-message .section-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents .inner .area-message .section-body .image {
  float: right;
  margin-left: 50px;
  margin-bottom: 0;
}

#contents .inner .area-message .section-body .text {
  overflow: hidden;
  padding-top: 2em;
}

#contents .inner .area-kodawari {
  line-height: 2.2;
}

#contents .inner .area-sake {
  line-height: 2.2;
}

#contents .inner .area-news .section-body dl {
  margin: 0;
}

#contents .inner .area-news .section-body dl:after {
  content: "";
  display: block;
  clear: both;
}

#contents .inner .area-news .section-body dl dt {
  clear: both;
  float: left;
  min-width: 180px;
  margin-bottom: 20px;
  padding-left: 50px;
}

#contents .inner .area-news .section-body dl dd {
  margin-bottom: 20px;
  padding: 0 50px 20px 230px;
  background: url(img/border_01.png) repeat-x left bottom;
}

#contents .inner .area-news .section-body dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.xxx {
	width:100;
	height:auto;
}
.xxx img {
	display:inline;
	margin:0;
	padding:0;
	width:33%;
}


/* -------------------------------------
	下層ページ
------------------------------------- */
#contents {
  line-height: 1.6;
}

#contents .mainvisual {
  margin-bottom: 40px;
}

#contents article {
  margin-bottom: 50px;
  background: white;
  box-shadow: 0 5px 9px rgba(59, 59, 59, 0.1);
}

#contents article > header {
  margin-bottom: 40px;
}

#contents article section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8d3d5;
}

#contents article section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#contents article .article-body {
  padding: 15px 60px 30px;
}

#contents article .article-body h2 {
  font-size: 18px;
  color: #982e39;
}

/* 各ページ固有スタイル
------------------------------------- */
#contents article .article-body .area-menu section:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-menu section .text {
  float: left;
  width: 580px;
}

#contents article .article-body .area-menu section .text h2 {
  margin-left: 35px;
}

#contents article .article-body .area-menu section .text dl {
  margin: 0;
}

#contents article .article-body .area-menu section .text dl:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-menu section .text dl dt {
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 90px;
  background: url(img/border_01.png) repeat-x;
}

#contents article .article-body .area-menu section .text dl dd {
  box-sizing: border-box;
  float: right;
  width: 30%;
  margin-top: 20px;
  padding: 20px 30px 0 50px;
  background: url(img/border_01.png) repeat-x;
}

#contents article .article-body .area-menu section .image {
  float: right;
  width: 222px;
}

#contents article .article-body .area-menu section .image ul li {
  margin-bottom: 10px;
}

#contents article .article-body .area-menu section .image ul li:last-child {
  margin-bottom: 0;
}

#contents article .article-body .area-note {
  margin-bottom: 20px;
  font-size: 13px;
}

#contents article .article-body .area-gallery:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-gallery .item {
  float: left;
  width: 380px;
  margin-bottom: 55px;
  text-align: center;
}

#contents article .article-body .area-gallery .item:nth-child(even) {
  float: right;
}

#contents article .article-body .area-gallery .item p {
  font-size: 14px;
}

#contents article .article-body .area-gallery .item p.image {
  margin-bottom: 8px;
}

#contents article .article-body .area-access .map {
  margin-bottom: 25px;
}

#contents article .article-body .area-access h2 {
  margin-bottom: 25px;
  text-align: center;
}

#contents article .article-body .area-access .access-body {
  max-width: 620px;
  margin: 0 auto;
}

#contents article .article-body .area-access .access-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-access .access-body .item {
  float: left;
  width: 65%;
  margin-bottom: 30px;
}

#contents article .article-body .area-access .access-body .item:nth-child(even) {
  float: right;
  width: 35%;
}

#contents article .article-body .area-access .access-body .item:nth-child(2n+1) {
  clear: both;
}

#contents article .article-body .area-access .access-body .item h3 {
  color: #982e39;
}

#contents article .article-body .area-access .access-body .item h3:before {
  content: "■";
}

#contents article .article-body .area-info h2 {
  margin-bottom: 25px;
  text-align: center;
}

#contents article .article-body .area-info dl {
  max-width: 620px;
  margin: 0 auto;
}

#contents article .article-body .area-info dl:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-info dl dt {
  clear: both;
  float: left;
  min-width: 200px;
  margin-bottom: 20px;
  padding-left: 30px;
}

#contents article .article-body .area-info dl dd {
  margin-bottom: 20px;
  padding: 0 30px 20px 230px;
  background: url(img/border_01.png) repeat-x left bottom;
}

#contents article .article-body .area-info dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

#contents article .article-body .area-contact h2 {
  margin-bottom: 25px;
  text-align: center;
}

#contents article .article-body .area-contact p {
  text-align: center;
}

#contents article .article-body .area-contact p.tel {
  margin-top: 30px;
  font-size: 150%;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
/*
.menu_visual ul {
width:100%;
height:auto;
}
.menu_visual ul li img {
width:33.33%;
height:auto;
}
*/
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
    background-size: 160px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	汎用クラス
------------------------------------- */
  /* -------------------------------------
	全体
------------------------------------- */
  .inner {
    width: auto;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"] {
    margin-bottom: 20px;
  }
  #page header[role="banner"] > .inner {
    padding: 7px 0 1px;
    background-size: cover;
  }
  #page header[role="banner"] .description {
    padding: 5px;
    font-size: 11px;
    text-align: left;
  }
  #page header[role="banner"] .logo {
    float: none;
    padding: 20px 10px;
    text-align: center;
  }
  #page header[role="banner"] .logo h1 a {
    display: inline-block;
  }
  #page header[role="banner"] nav {
    float: none;
    padding: 0;
  }
  #page header[role="banner"] nav ul {
    display: table;
    width: 100%;
  }
  #page header[role="banner"] nav ul li {
    float: none;
    display: table-cell;
    text-align: center;
    margin-left: 0;
  }
  #page header[role="banner"] nav ul li:first-child {
    display: none;
  }
  #page header[role="banner"] nav ul li a {
    min-width: 0;
    padding: 7px 10px;
    color: #212121;
  }
	.xxx img {
		width:32%;
	}

  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer[role="contentinfo"] {
    margin-top: 50px;
    padding-top: 45px;
  }
  #page footer[role="contentinfo"] .footerInfo {
    margin: 0 auto 30px;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerInfo h2 {
    margin-bottom: 30px;
  }
  #page footer[role="contentinfo"] .footerInfo .footerInfo-body {
    display: block;
  }
  #page footer[role="contentinfo"] .footerInfo dl {
    margin: 0 10px 20px;
  }
  #page footer[role="contentinfo"] .footerInfo dl dt {
    margin-bottom: 10px;
  }
  #page footer[role="contentinfo"] .copyright {
    padding: 15px 10px;
  }
  #page footer[role="contentinfo"] .copyright small {
    font-size: 11px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #page #mainvisual {
    margin-bottom: 30px;
  }
  #page #mainvisual > div[id] {
    height: auto;
  }
  /* アイキャッチ
------------------------------------- */
  .eye {
    font-size: 15px;
  }
  /* コンテンツ
------------------------------------- */
  #contents .inner > section {
    margin: 0 10px 30px;
  }
  #contents .inner > section .section-body {
    padding: 0 20px 30px;
  }
  #contents .inner > section .section-body p, #contents .inner > section .section-body ul, #contents .inner > section .section-body ol, #contents .inner > section .section-body table {
    margin-bottom: 20px;
  }
  #contents .inner .area-message {
    line-height: 1.8;
  }
  #contents .inner .area-message .section-body {
    padding-bottom: 10px;
  }
  #contents .inner .area-message .section-body .image {
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 30%;
  }
  #contents .inner .area-message .section-body .text {
    overflow: visible;
    padding-top: 0;
  }
  #contents .inner .area-kodawari {
    line-height: 1.8;
  }
  #contents .inner .area-sake {
    line-height: 1.8;
  }
  #contents .inner .area-news .section-body dl dt {
    float: none;
    min-width: 0;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  #contents .inner .area-news .section-body dl dd {
    margin-bottom: 20px;
    padding: 0 5px 20px;
  }
  /* -------------------------------------
	下層ページ
------------------------------------- */
  #contents .mainvisual {
    margin-bottom: 20px;
  }
  #contents article {
    margin: 0 10px;
  }
  #contents article > header {
    margin-bottom: 20px;
  }
  #contents article .article-body {
    padding: 0 15px 30px;
  }
  /* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
  #contents article .article-body .area-menu section .text {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }
  #contents article .article-body .area-menu section .text h2 {
    margin-left: 0;
  }
  #contents article .article-body .area-menu section .text dl dt {
    clear: both;
    float: left;
    width: 60%;
    padding-left: 5px;
  }
  #contents article .article-body .area-menu section .text dl dd {
    width: 40%;
    padding: 20px 5px 0 50px;
    background: url(img/border_01.png) repeat-x;
  }
  #contents article .article-body .area-menu section .image {
    float: none;
    width: auto;
  }
  #contents article .article-body .area-menu section .image ul {
    text-align: center;
  }
  #contents article .article-body .area-menu section .image ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #contents article .article-body .area-menu section .image ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
  }
  #contents article .article-body .area-menu section .image ul li:last-child {
    margin-bottom: 10px;
  }
  #contents article .article-body .area-note {
    margin-bottom: 10px;
  }
  #contents article .article-body .area-gallery .item {
    float: none;
    width: auto;
    margin: 0 auto 25px;
    text-align: center;
  }
  #contents article .article-body .area-gallery .item:nth-child(even) {
    float: none;
  }
  #contents article .article-body .area-access h2 {
    margin-bottom: 15px;
  }
  #contents article .article-body .area-access .access-body .item {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #contents article .article-body .area-access .access-body .item:nth-child(even) {
    float: none;
    width: auto;
  }
  #contents article .article-body .area-info h2 {
    margin-bottom: 15px;
  }
  #contents article .article-body .area-info dl {
    margin: 0 auto;
  }
  #contents article .article-body .area-info dl dt {
    float: none;
    min-width: 0;
    margin-bottom: 5px;
    padding-left: 5px;
    font-weight: bold;
  }
  #contents article .article-body .area-info dl dd {
    margin-bottom: 15px;
    padding: 0 5px 15px 5px;
  }
  #contents article .article-body .area-contact {
    margin: 0;
  }
  #contents article .article-body .area-contact h2 {
    margin-bottom: 15px;
  }
}
