@charset "utf-8";
* {
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/*=====haikei moji=====*/
body {
	background-color: #f1f1f1;
	background-image: url(img/bg.png);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size:100%;
/*no-repeat*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8;
	letter-spacing:0.1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
/*=====contents width=====*/
#contents {
width:960px;
margin-right: auto;
margin-left : auto;
}

.container {
	text-align:left;
	max-width:960px;
}

.wrapper {
	margin-top:-20px;
}

.wrapper .container {
	padding:20px 0;
}

.content {
	padding-bottom:40px;
}

.sp-only {
	display:none;
}


/* =Header
-------------------------------------------------------------- */

.header {
	background-color: #fff;
}

.header .container-fluid {
	padding:0;
}

#site-title a {
	display:block;
	width:390px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	border-bottom:none;
	height:80px;
	margin: 0 0 0 30px;
}

.tel a {
	width:280px;
	height:60px;
	background-image:url(img/tel.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	display:block;
	text-indent:-9999px;
}


/* =Navbar
-------------------------------------------------------------- */

.navbar {
	background-color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-top:1px solid #ccc !important;
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	border-left:0px solid #ccc;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
	font-size:106%;
  box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
}
.navbar .small {
	font-size:71%;
	line-height:2;
}

.navbar ul {
	margin: 0 0 0 -30px !important;
	padding: 0 !important;
	list-style-type: none;
}

.navbar ul li {
	padding:0 !important;
	margin: 0 50px !important;
}

.navbar ul li a {
	color: #663300;
	line-height: 60px;
	padding:0;
	text-align:center;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.navbar ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #663300;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar ul li a:hover {
	color: #333;
	background-color: #fff;
}
.navbar ul li a:hover::after {
	width: 100%;
}
.navbar ul li.current a,
.navbar ul li.current a .small {
	color: #333;
}

.icon-bar {
	background-color: #663300;
}

/*=====kihon settei=====*/
p {
	margin-top:1em;
}
img {
	border-style: none;
	vertical-align:bottom;
}
/*=====text=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
/*=====list=====*/
ul {
	margin: 15px 0 15px 0;
	margin-left:1em;
	padding-left: 2em;
}
ul ul {
	margin: 0;
}
ol {
	margin: 15px 0 15px 0;
	margin-left:1em;
	padding-left: 2em;
}
ol ol {
	margin: 0;
}
ol ul {
	margin: 0;
}
/*=====midashi=====*/
h1 {
	font-size: 316%;
	font-weight: normal;
	color: #333;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
	text-align:center;
	letter-spacing:0.1em;
}
h2 {
	font-size:224%;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 0;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
h3 {
	background-image:url(img/h3.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:30px;
	font-size: 165%;
	font-weight: normal;
	color: #000;
	padding: 2px 0 10px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
h4 {
	font-size: 128%;
	font-weight: normal;
	color: #330000;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

.lead {
	font-size:166%;
	line-height:1.8;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
	letter-spacing:0.25em;
}
.catch {
	font-size:128%;
	color:#ff6600;
}
.aka {
	color:#cc0000;
}

.text_ll {
	font-size:129%;
}
.text_l {
	font-size:115%;
}
.text_m {
	font-size:100%;
}
.text_s {
	font-size:86%;
}
.text_ss {
	font-size:72%;
}


.kakomi {
	margin:40px 0;
	padding: 20px 30px;
	background: #fff;
}

.table  {
	margin:20px 0 20px 0;
	border-bottom: 1px solid #ccc !important;
}
.table-responsive  {
	border:0 solid;
}
.table-responsive .table  {
	margin:0 0 20px 0;
}
.table th,
.table td {
	padding:15px !important;
	border-top: 1px solid #ccc !important;
	line-height:1.5 !important;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #bdbbae !important;
	padding:15px !important;
	vertical-align:middle;
	background:#fff;
}
.table-bordered td.midashi {
	background:#f1f1f1;
}
.table-bordered th {
	background:#ebe8d4;
}
.table-bordered {
	border: 1px solid #bdbbae !important;
}

.table+h3,
.table+h4  {
	margin:40px 0 20px 0;
}
h4+ul  {
	margin:20px 0 40px 0;
}

/* Link */
a {
	color:#663300;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


/* =Footer
-------------------------------------------------------------- */

.footer {
	clear: both;
	color: #333;
	background-color: #fff;
	background-image:url(img/footer_bg.png);
	background-repeat:no-repeat;
	background-position:95% top;
	padding: 0px;
}

.footer .container {
	padding: 20px 0;
}

.copyright {
	padding: 30px 0 40px 0;
}

.footer a {
	color: #333;
	text-decoration: none;
}

.footer a:hover {
	color: #999;
	text-decoration: none;
}

.footer-menu {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	overflow:hidden;
}
.footer-menu li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.footer .btn-primary {
	float:right;
	font-size:128%;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
.footer .btn-primary,
.footer a.btn-primary:link,
.footer a.btn-primary:visited {
	color: #663300;
	text-decoration: none;
	padding: 15px 25px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #663300;
	background-color:transparent;
}
.footer .btn-primary:hover,
.footer a.btn-primary:hover {
	background:#663300;
	color: #fff;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	text-indent:-9999px;
	background-image:url(img/pagetop.png);
	background-repeat:no-repeat;
	background-size:100%;
}

.footer .creditcard {
	text-align:center;
	line-height: 1em;
	letter-spacing:0.04em;
	margin-left: -80px;
}


/* =内部コンテンツ用
-------------------------------------------------------------- */

.boxlink:hover {
	cursor:pointer;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: 0s ease-in-out;
	   -moz-transition: 0s ease-in-out;
		 -o-transition: 0s ease-in-out;
			transition: 0s ease-in-out;
}

/*googlemap*/

.googlemap {
position: relative;
padding-bottom: 46.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*戻る*/

.back-btn {
	margin:40px 0 20px 0;	
}

.back-btn .btn-default,
.back-btn a.btn-default:link,
.back-btn a.btn-default:visited {
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
	color: #333;
	text-decoration: none;
	padding: 7px 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:#fff;
}
.back-btn .btn-default:hover,
.back-btn a.btn-default:hover {
	background:#f1f1f1;
}

.btn-default,
a.btn-default:link,
a.btn-default:visited {
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
	border: 0px solid #ccc;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:#44170c;
}
.btn-default:hover,
a.btn-default:hover {
	background:#993333;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
	color: #fff;
	text-decoration: none;
	padding: 15px 25px;
	border: 0px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#0f6ab4;
}
.btn-primary:hover,
a.btn-primary:hover {
	background:#71b6f7;
}


.pull-right {
	margin:0 0 20px 20px;
}

.pull-left {
	margin:0 20px 20px 0;
}

/*料亭*/

.wedding-catch {
	font-size:200%;
	margin-top:-20px;
}

.ryoutei-kakomi {
	background-color:#fff;
	padding:20px;
	margin:30px 0;
}
.bg-r {
	background-image:url(ryoutei/img/ryoutei_bg_r.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.bg-l {
	background-image:url(ryoutei/img/ryoutei_bg_l.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.ryoutei-kakomi .lead {
	font-size:136%;
}
.ryoutei-kakomi p {
	margin:10px 0;
}

.ryoutei-kakomi h2.pull-right {
	margin-left:20px;
}
.ryoutei-kakomi h2.pull-left {
	margin-right:30px;
}

.ryoutei-shiki.dl-horizontal dt {
	font-weight:normal;
	text-align:left;
	margin-top:10px;
}

.ryotei-kaiseki {
        color: #b8860b;
}

/*ウエディング*/

.wedding-kakomi {
	background-color:#fff;
	padding:20px 20px 0 20px;
	margin:30px 0;
	overflow:hidden;
}
.wedding-kakomi .lead {
	font-size:136%;
}
.wedding-kakomi h2 {
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:0.2em;
	font-size:236%;
	line-height:1.6;
}
.wedding-kakomi p {
	margin:10px 0;
}

.wedding-kakomi h2.pull-right {
	margin-left:20px;
}
.wedding-kakomi h2.pull-left {
	margin-right:30px;
}

.ceremony {
	background-image:url(wedding/img/ceremony_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.party {
	background-image:url(wedding/img/party_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.support {
	background-image:url(wedding/img/support_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.wedding-btn {
	background-color:#cabb9b;
	padding:20px;
	margin:30px 0 20px 0;
}
.wedding-btn p {
	margin:0 0;
}

/*ブログ*/

.blog-menu h3 {
	font-size:140%;
	margin:40px 0 20px 0;
}

.blog-menu ul {
	margin:0 0 40px 0;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	width:50%;
	height:auto;
}

/* 仕出し・お弁当 */

h3 .nedan {
	font-size:75%;
}

h3 .zeikomi {
	font-size:50%;
}

.kakomi p .denwatyumon {
	font-size:120%;
	font-weight:bold;
	color:#9f080d;
}


/*==========  最大幅  ==========*/
img{
    max-width: 100%;
    height: auto;
}
/*==========  nav中央寄せ  ==========*/
@media (min-width: 768px){
	.navbar {
    overflow:hidden;
}
.navbar > div {
    position:relative;
    left:50%;
    float:left;
}
.navbar ul {
    position:relative;
    left:-50%;
    float:left;
}
.navbar li {
    float:left;
}
.navbar li + li {
    margin-left:20px;
}
}
/*==========  clear  ==========*/
.clear {
    clear: both;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
 
 
/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){

.ryoutei-kakomi h2 {
	margin-top:0px;
	margin-bottom:0px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing:0.2em;
	font-size:236%;
	line-height:1.6;
}
.wedding-catch {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	font-size:200%;
	margin-top:-20px;
}
.ryoutei-shiki.dl-horizontal dt {
	font-weight:normal;
	text-align:left;
	width:110px !important;
	margin-top:0px;
}
.ryoutei-shiki.dl-horizontal dd {
    margin-left: 110px;
    margin-bottom: 10px;
}
	}

 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 1024px){
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1366px){
 
	}
 
 
 
/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1366px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 1024px){
 
	}
 
	@media only screen and (max-width : 991px){

#site-title a {
	display:block;
	width:240px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	border-bottom:none;
	height:60px;
	margin: 0 0 0 10px;
}
.navbar ul li {
	padding:0 !important;
	margin: 0 20px !important;
}

.tel a {
	width:60px;
	height:60px;
	background-color:#44170c;
	background-image:url(img/tel_sp.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	display:block;
	text-indent:-9999px;
}
.wrapper .container {
	padding:20px;
}


	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px){

body {
	background-size:150%;
	font-size:90%;
}
.footer {
	clear: both;
	color: #333;
	background-image:none;
	padding: 0px;
}

.navbar ul li a {
	color: #663300;
	line-height: 60px;
	padding-left:20px;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.navbar ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

h1 {
	font-size: 212%;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2 {
	font-size:166%;
}
h3 {
	font-size: 128%;
}
h4 {
	font-size: 115%;
}
.lead {
	font-size:150%;
	letter-spacing:0.1em;
}

.bg-r {
	background-image:none;
}
.bg-l {
	background-image:none;
}

.ryoutei-kakomi h2 {
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:0.2em;
	font-size:186%;
	line-height:1.6;
}

.ryoutei-kakomi .btn,
.wedding-kakomi .btn,
.wedding-btn .btn {
	display:block;
}

.ryoutei-kakomi h2.pull-right {
	margin-left:0px;
	float:none !important;
	width:100%;
}
.ryoutei-kakomi h2.pull-left {
	margin-right:0px;
	float:none !important;
	width:100%;
}

.wedding-catch.pull-left,
.wedding-catch.pull-right {
	float:none !important;
	width:100% !important;
	margin:0px;
}
.wedding-kakomi h2 {
	font-size:186%;
}

.ceremony,
.party,
.support {
	background-size:100%;
}

.footer .container {
	padding:20px;
}
.footer .btn-primary {
	float:none;
	display:block;
	font-size:128%;
}
.content .pull-right,
.content .pull-left {
	width:40%;
}

.content {
	padding-bottom:0px;
}
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){

	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){

#site-title a {
	width:190px;
	margin-top:10px;
	margin-bottom:-20px;
	height:60px;
	padding:0;
}
	}

		/* 弁当縦書き・位置調整 */
	
    .vertical {
        writing-mode: vertical-rl;
		}
		
		.no01 {
			position: relative;  
			width: 100%;
			margin: 0 auto;
		}
		
		.no01 img {
			width: 100%;
			display: block;
		}
		
		.no01 p {
			position: absolute;
			left: 100%;
			top: 0%;
			transform: translate(-120%, 10%);
			margin: 0;
			padding: 0;
			font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
			font-size:160%;
		}

		/* 弁当囲み */

		.bentoukakomi {
			border:dotted 1px #404040;
			position:relative;
		padding:0 10px;
		margin: 0 -2px -2px 0;
		}

		
