@charset "UTF-8";
/* CSS Document */
@font-face{ 
	font-family: HanaMin; 
	src:url('../fonts/HanaMin.eot'); 
	src:url('../fonts/HanaMin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HanaMin.woff') format('woff'), 
		url('../fonts/HanaMin.otf') format('opentype'); 
	font-weight: normal; 
	font-style: normal;
}
/* wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: center;
	min-height: 100%;
}

/* Fonts
--------------------------- */
body {
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.8em;
}
a {
	color: #000;	
}

/* header
--------------------------- */
#header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	background-color: #FFF;
	box-shadow: 1px 1px 1px 1px rgba(80,80,70,0.4); 
}
.top {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top-logo {
	float: left;
	padding: 11px 0px;
}
.top-logoM {
	display: none;
    visibility: hidden;
}
.global-nav  {
	width: auto;
	float: right;
	font-weight: bold;
}
.global-nav img {
	display: none;
    visibility: hidden;
}
.global-nav  a:hover{
	color: rgba(80,80,70,0.4);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.global-nav .gnav-btn {
	display: none;
    visibility: hidden;
}
.global-nav  .global li {
	float: left;
	padding: 13px 12px;	
}
.global-nav  .global #gnav-about{
	float: left;
	padding: 13px 0px 13px 12px;	
}

/* main_visual
--------------------------- */
#main_visual {
	width: 100%;
	background-color: #fff;
	position: relative;
}
.main_visual_pc {
	height: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.main_visual_pc img {
	width: 100vw;
	height: auto;
}
.main_visual_pc2 {
	width: 100%;
}
.main_visual_pc2 img {
	width: 100%;
	height: auto;
}
/*wedding_mainsite_image_old1.jpgの時これ
.wedding_logo {
	position: absolute;
	top: 250px;
	left: 20%;
}*/
.wedding_logo {
	position: absolute;
	top: 150px;
	left: 15%;
}
#slider li {
	height: 100vh;
	background: center / cover no-repeat;
}
#scrol a {
	padding-top: 60px;
	z-index: 3000;
}
#scrol a span {
	z-index: 1100;
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
#scrol a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
#scrol a span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 30px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 30px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* common
--------------------------- */
/* mobile none */
.brMobile {
	display:none;
}
.imgMobile {
	display: none;
    visibility: hidden;
}
.linkMobile {
    pointer-events: none;
}
.fade {  
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.5;  
    filter: alpha(opacity=70);  
}
/* align */
.alL {
	text-align:left;
}
.alR {
	text-align:right;
}
.alC {
	text-align:center;
}
.flL {
	float: left;
}
.flR {
	float: left;
}
/* padding */
.pT10 {
	padding-top:10px;
}
.pB10 {
	padding-bottom:10px;
}
.pR20 {
	padding-right:20px;
}
.pL20 {
	padding-left:20px;
}
/* margin */
.mT10 {
	margin-top:10px;
}
.mB10 {
	margin-bottom:10px;
}
.mR20 {
	margin-right:20px;
}
/* font base13px */
.fs8 {
	font-size:61.5%;
}
.fs9 {
	font-size:69.2%;
}
.fs10 {
	font-size:76.9%;
}
.fs11 {
	font-size:84.6%;
}
.fs12 {
	font-size:92.3%;
}
.fs14 {
	font-size:107.6%;
}
.fs15 {
	font-size:115.3%;
}
.fs16 {
	font-size:123%;
}
.fs17 {
	font-size:130.7%;
}
.fs18 {
	font-size:138.4%;
}
.fs19 {
	font-size:146.1%;
}
.fs20 {
	font-size:153.8%;
}
.fs21 {
	font-size:161.5%;
}
.fs24 {
	font-size:184.6%;
}
.fs25 {
	font-size:192.3%;
}
.fs28 {
	font-size:215.3%;
}
.fs30 {
	font-size:230.7%;
}
.underline_bold {
	text-decoration: underline;
	font-weight: bold;
}
/* froat */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatClear {
	clear: both;
	float: none;	
}
/* other */
.contents {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.contents_pc {
	width: 980px;
	margin: 30px auto;
}
.contents_lead {
	padding: 15px 0px 40px 0px;
}
.block_top img {
	float: left;
}
.block_top .text-box_right {
	float: right;
	width: 350px;
	height: 400px;
	text-align: left;
	position: relative;
}
.block_top .text-box_right p {
	padding: 0px 0px 10px 0px;
}
.block_top .text-box_left {
	float: left;
	width: 350px;
	height: 400px;
	text-align: left;
	position: relative;
}
.block_top .text-box_left p {
	padding: 0px 0px 10px 0px;
}
.block_top .text-box_lead{
	font-size: 154%;
	line-height: 1.5em;
}
.block_harfR{
	width: 48%;
	float: right;
	height: auto;
	margin-bottom: 40px;
}
.block_harfL{
	width: 48%;
	float: left;
	height: auto;
	margin-bottom: 40px;
}
.sub_img {
	width: 100%;
	position: absolute;
	bottom: -10px;
}
.sub_imgR {
	float: right;
}
.sub_imgL {
	float: left;
}
.heading {
	clear: both;
	float: none;
	margin: 40px auto 20px auto;
}
.heading2 {
	clear: both;
	float: none;
	margin: 40px auto 10px auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.heading3 {
	clear: both;
	float: none;
	margin: 20px auto 10px auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.heading4 {
	clear: both;
	float: none;
	margin: 20px auto 10px auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #E6E1D7;
}
.big_img {
	width: 100%;
	position: relative;
}

#pagination {
	width: auto;
	margin: 10px 0px 50px 0px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 116%;
}
#pagination span {
	padding: 8px 12px;
	background-color: #E6E1D7;
	margin-left: 10px;
}
#pagination .pagination_current {
	background-color: #000;
	color: #FFF;
}

/* news
--------------------------- */
#news {
	clear: both;
	float: none;
}
#news h2 {
	width: 120px;
	height: 120px;
	color: #FFF;
	background-color: #000;
	float: left;
	padding: 50px 0px;
	font-size: 116%;
	box-sizing: border-box;
}
#news dl {
	width: 830px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E1D7;
	float: right;
	text-align: left;
	padding: 6px 0px;
	margin: 0px 0px 0px 30px;
	box-sizing: border-box;
	overflow: hidden;
}
#news .news_date {
	width: 10%;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	color: #666;
}
#news .news_contents {
	width: 87%;
	float: right;
	text-decoration: underline;
}
#news p {
	float: right;
	width: 830px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E1D7;
	text-align: right;
	margin-bottom: 30px;
	padding-top: 10px;
}

/* contact
--------------------------- */
#contact {
	width: 980px;
	margin: 30px auto;
	padding: 20px 0px;
	font-size: 139%;
	font-weight: bolder;	
	clear: both;
	float: none;
	border: 1px solid #000;
	box-sizing: border-box;
}
#contact p {
	padding: 5px 0px;
}
#contact #contact_tel {
	font-size: 220%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact #contact_mail {
	width: 280px;
	padding: 10px 0px;
	border: 3px solid #FFF;
	box-sizing: border-box;
	margin: 10px auto;
}
#contact #contact_mail:hover {
	background-color: rgba(255, 255, 255, 0.7);
	transition: all 1s;
}
#contact #contact_mail img {
	padding: 5px 0px;
}

/* facilities
--------------------------- */
#facilities {
	clear: both;
	float: none;
	padding: 40px 0px;
}
#imagelightbox-close{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */

	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus { background-color: #111; }
#imagelightbox-close:before,
#imagelightbox-close:after{
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#imagelightbox-close:before
{
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
#imagelightbox-close:after
{
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}

/* bar_tamaya
--------------------------- */
#bar_tamaya {
	clear: both;
	float: none;
	padding: 40px 0px 0px 0px;
	background-color: #505046;
}
.bar_link {
	width: 250px;
	height: 40px;
	padding-top: 5px;
	margin: 0 auto;
	border: 2px solid #FFF;
	box-sizing: border-box;
	position: relative;
	bottom: 60px;
}
.bar_link a {
	display:block;
	font-weight: bold;
	color: #FFF;
}
.bar_link:hover {
	background-color: rgba(255, 255, 255, 0.4);
	transition: all 1s;
}


/* cuisine
--------------------------- */
#cuisine {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #E6E1D7;
}
#cuisine_course {
	clear: both;
	float: none;
	margin-bottom: 40px;
}
#cuisine_course ul li {
	background-color: #fff;
	height: 660px;
	float: left;
	width: 32.6%;
	padding: 2%;
	box-sizing: border-box;
	margin-right: 10px;
}
#cuisine_course ul li img {
	margin: 2% 0px 5% 0px;
}
#cuisine_course ul li p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 92.3%;
	text-align: left;
}
#cuisine_course ul .course_right{
	float: right;
	margin-right: 0px;
}
#cuisine_drink {
	clear: both;
	float: none;
}
#cuisine_drink ul li{
	background-color: rgba(255, 255, 255, 0.7);
	height: 600px;
	float: left;
	width: 32.6%;
	padding: 2%;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: left;
}
#cuisine_drink ul .drink_right{
	float: right;
	margin-right: 0px;
}
#cuisine_drink ul li img{
	margin: 2% 0px;
}
#cuisine_lightbox {
	clear: both;
	float: none;
	padding-top: 30px;
}
#cuisine_lightbox img {
	-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;
}
#cuisine_lightbox img:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}   
#cuisine_lightbox .lightbox_left{
	float: left;	
}
#cuisine_lightbox .lightbox_right{
	float: right;	
}
#cuisine_lightbox .lightbox_bottom{
	clear: both;
	float: none;
	padding-top: 10px;
}
#imagelightbox{
    position: fixed;
    z-index: 9999;
}
#imagelightbox { 
	left:0\9; 
	right:0\9; 
	top:0\9; 
	bottom:0\9;
	margin:auto\9; 
} /* IE8 hack */
#imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imagelightbox-overlay {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* drink
--------------------------- */
#drink {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #F4F4F4;
}

/* hornbeam
--------------------------- */
#hornbeam {
	clear: both;
	float: none;
	padding: 40px 0px;
	background: url(../img/hornbeam-bg.jpg) repeat;
}

/* drink
--------------------------- */
#drink {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #F4F1ED;
}
.grass-price {
	padding-left:14.4em;
}

/* hornbeam
--------------------------- */
#hornbeam {
	clear: both;
	float: none;
	padding: 40px 0px;
	background: url(../img/banquet_bg.gif) repeat;
}

/* plan
--------------------------- */
#plan {
	clear: both;
	float: none;
	padding: 40px 0px 40px 0px;
}
.price {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 139%;
	margin-bottom: 10px;
}
.plan_contents1 {
	width: 100%;
	padding: 20px;
	background-color: #E6E1D7;
	box-sizing: border-box;
}
.plan_contents1 .detail {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 92.3%;
	text-align: left;
	margin-bottom: 10px;
}
.plan_contents_text {
	width: 45%;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 92.3%;
	text-align: left;
}
.plan_contents1 img {
	float: right;
}
.plan_contents_plus {
	background-color: #FFF;
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	box-sizing: border-box;
}

/* happy_event
--------------------------- */
#happy_event {
	clear: both;
	float: none;
	padding: 40px 0px;
	background: url(../img/banquet_bg.gif) repeat;
}

/* wedding
--------------------------- */
#wedding {
	clear: both;
	float: none;
	padding: 40px 0px 0px 0px;
	position:relative;
}
.wedding_link {
	width: 250px;
	height: 40px;
	padding-top: 5px;
	margin: 0 auto;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	bottom: 80px;
}
.wedding_link a {
	display:block;
	font-weight: bold;
	color: #000;
}
.wedding_link:hover {
	background-color: rgba(255, 255, 255, 0.4);
	transition: all 1s;
}
#wedding_sns {
	position: absolute;
	bottom: 60px;
	right: 20px;
}
#wedding_sns img {  
    -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;  
}  
#wedding_sns img:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=80);  
}   
#wedding_sns  a {
	margin-right: 20px;	
}

/* memorial_event
--------------------------- */
#memorial_event {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #505046;
}
#memorial_event  p{
	color: #FFF;
}


/* faq
--------------------------- */
#faq {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #E6E1D7;
}
.faq-title{
	width:100%;
	height:50px;
	color: #FFF;
	background-color: #505046;
	font-size: 124%;
	box-sizing: border-box;
	padding-top: 13px;
}
.accordion {
	background-color: #FFF;
	text-align: left;
}
.accordion label {
    display: block;
    height:50px;
	font-size: 116%;
	text-indent:60px;
	line-height:50px;
	display: block;
	cursor:pointer;
	border: 1px solid #505046;
	border-top: none;
	background: url(../img/faq_ico.gif) 20px 10px no-repeat,url(../img/faq_close.gif) 940px 12px no-repeat;		
	box-sizing: border-box;
}
.accordion input{
	border: 1px solid #505046;
}
.accordion input[type="checkbox"]{
    display: none;
}
.accordion input[type=checkbox]:checked + label:after {
	background: url(../img/faq_ico.gif) 20px 10px no-repeat,url(../img/faq_open.gif) 940px 12px no-repeat;	
}
.accordion .accordionIn {
	border-right: 1px solid #505046;
	border-left: 1px solid #505046;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	height: 0;
    -webkit-transition: height .5s ease-out;
    transition: height .5s ease-out;
}
.accordion .accordionIn p{
	font-size: 110%;
	line-height: 30px;
}
.accordion input[type="checkbox"]:checked + .accordionIn{
    height: auto;
	border-right: 1px solid #505046;
	border-left: 1px solid #505046;
	border-bottom: 1px solid #505046;
	line-height: 25px;
	box-sizing: border-box;
}

/* about
--------------------------- */
#about {
	clear: both;
	float: none;
	padding: 40px 0px;
}
#tamaya_history {
	font-size: 105%;
	text-align: left;
	margin-bottom: 40px;
}
#tamaya_history p{
	margin-bottom: 10px;
}
#tamaya_history img {
	float: right;
	margin: 0px 0px 20px 20px;
	position: relative;
	top: 0px;
}
#about dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 116%;
	text-align: left;
	padding: 5px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6E1D7;
	line-height: 40px;
	height: auto;
	clear: both;
	float: none;
}
#about dt {
	font-weight: bold;
	float: left;
	width: 13%;
}
#about dd {
	float: right;
	width: 85%;
}
#about #about_access {
	height: 125px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E1D7;
}

/* news_list
------------------------------------------------------ */
#news_list {
	margin: 40px 0px;
}
#news_list dl {
	width: 100%;
	border-top: 1px solid #E6E1D7;
	text-align: left;
	padding: 12px 0px;
	font-size: 120%;
	box-sizing: border-box;
	overflow: hidden;
}
#news_list .news_date {
	width: 15%;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	color: #666;
	text-indent: 40px;
}
#news_list .news_contents {
	width: 80%;
	font-weight: bolder;
	float: right;
}
#news_list hr {
	border-top: 1px solid #E6E1D7;
	position: relative;
	top: -10px;
}

/* news_detail
--------------------------- */
#news_detail {
	background-color: #E6E1D7;
	padding: 40px 0px;
}
#news_detail #news_area {
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	padding: 30px;
	text-align: left;
	box-sizing: border-box;
}
#news_title {
	font-size: 200%;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 0px 0px 15px 0px;
}
.news_detail_date {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0px;
	font-size: 116%;
	color: #505046;
	font-weight: bold;
	float: right;
}
.news_wrap {
	margin: 60px 0px 30px 0px;
}
.news_img {
	margin:0px;
}
.news_img_img1 {
	float: left;
}
.news_img_img2 {
	float: right;
}
.news_img1 {
	width: 355px;
	clear: both;
	float: none;
	margin:0px auto;
}

.news_img img, .news_img1 img {
	padding:10px 0;
}

#nav-below {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 116%;
	text-align: center;
	clear: both;
	float: none;
	padding-top: 20px;
}
#nav-below a{
	display:block;
}
#nav-below span {
	width:200px;
	padding: 5px 0px;
}  
.nav-previous {
	background-color: #000;
	float: left;
}
.nav-next {
	background-color: #000;
	float: right;
}
.nav-previous a, .nav-next a {
	color: #FFF;
}
.link_news_list {
	width:200px;
	margin: 0px auto;
	padding: 5px 12px;
	background-color: #E6E1D7;
	clear: both;
	float: none;
	position: relative;
	top: -32px;
}


/* wedding
------------------------------------------------------ */


/* wedding_contact
--------------------------- */
#wedding_intro {
	width: 27%;
	position: absolute;
	top : 150px;
	right: 40px;
	color: rgba(255,255,255,1);
    text-shadow: 1px 1px 1px #999;
	font-size: 1.5vw;
	line-height: 2em;
	font-weight: lighter;
	text-align: left;
}
.intro_read {
	font-size: 140%;
	padding-bottom: 30px;
}
#wedding_intro p {
	margin-bottom: 10px;
}
.wedding_contact {
	width: 600px;
	height: 180px;
	margin: 30px auto;
	padding: 20px 0px;
	background: url(../wedding/img/wedding_contact_bg.gif) center no-repeat;
	font-size: 139%;
	font-weight: bolder;	
	clear: both;
	float: left;
	box-sizing: border-box;
}
.wedding_contact p {
	padding: 5px 0px;
}
.wedding_contact .contact_tel {
	font-size: 230%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 0px 10px 0px;
}
.wedding_contact .contact_tel span {
	font-size: 45%;
}
.wedding_contact .contact_mail {
	width: 280px;
	padding: 6px 20px;
	border: 3px solid #FFF;
	box-sizing: border-box;
	margin: 0px 20px 0px 0px;
	display:inline-block;
	vertical-align: middle;
}
.wedding_contact .contact_mail:hover {
	background-color: rgba(255, 255, 255, 0.7);
	transition: all 1s;
}
.wedding_contact .contact_mail img {
	padding: 5px 0px;
}
.wedding_sns {
	padding: 10px 0px 0px 0px;
}
.wedding_sns span {
	margin-right: 20px;
}
.wedding_park {
	width: 350px;
	height: 180px;
	margin: 30px auto;
	padding: 20px 0px;
	font-size: 139%;
	font-weight: bolder;
	float: right;
	box-sizing: border-box;
	border: 1px solid #000;
}
.wedding_park p {
	padding: 15px 0px;
}

/* appeal
--------------------------- */
#appeal {
	clear: both;
	float: none;
	padding: 40px 0px;
}

/* wedding_ceremony
--------------------------- */
#wedding_ceremony {
	clear: both;
	float: none;
	padding-top: 40px;
	background-color: #E6E1D7;
}
.ceremony_contain {
	background-color: #FFF;
	text-align: left;
	width: 100%;
	margin-bottom: 40px;
}
.ceremony_description {
	width: 440px;
	float: left;
	margin: 30px 0px 30px 30px;
}
.ceremony_img {
	float: right;
}
.ceremony_img span {
	padding-left: 10px;
}
.ceremony_description .ceremony_lead {
	font-size: 139%;
}
.ceremony_description .ceremony_style {
	font-size: 232%;
	border-bottom: 1px solid #000;
	margin: 20px 0px 10px 0px;
	padding-bottom: 20px;
	font-weight: bold;
}

/* wedding_cuisine
--------------------------- */
#wedding_cuisine {
	clear: both;
	float: none;
	padding: 40px 0px;
}

/* wedding_venues
--------------------------- */
#wedding_venues {
	clear: both;
	float: none;
	padding: 40px 0px;
	background: url(../img/banquet_bg.gif) repeat;
}
.wedding_link_btn {
	font-size: 139%;
	background-color: #FFF;
	width: 100%;
	height:30px;
	line-height: 40px;
	border: 1px solid #000;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
.wedding_link_btn a {
	display: block;
}

/* wedding_report
--------------------------- */
#wedding_report {
	clear: both;
	float: none;
	padding-top: 40px;
}
.report_list_block {
	float: left;
	width: 31%;
	border: 1px solid #E6E1D7;
	box-sizing: border-box;
	margin-right: 3.5%;
	margin-bottom: 40px;
	padding: 20px 10px;
}
.report_list_blockR {
	float: right;
	width: 31%;
	border: 1px solid #E6E1D7;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 20px 10px;
}
.report_list_title {
	font-size: 185%;
	padding: 20px 0px;
}
.report_list_name {
	font-size: 116%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #505046;
}
.link_list {
	float: right;
	font-size: 116%;
}


/* wedding_detail 
--------------------------- */
#wedding_detail  {
	clear: both;
	float: none;
	padding: 40px 0px;
}

.wedding-detail_title_area {
	width: 100%;
}
.wedding-detail_main_img {
	width: 640px;
	float: left;
}
.wedding-detail_main_img img {
	width: 100%;
	height: auto;
}
.wedding-detail_main_txt {
	width: 310px;
	float: right;
	font-weight: bold;
}
.wedding-detail_main_txt span {
	color: #E6E1D7;
}
.wedding-detail_main_txt p {
	text-align: left;
	font-size: 116%;
}
.wedding-detail_title_box {
	height: 250px;
	background-color: #E6E1D7;
	margin-bottom: 40px;
	padding: 45px 30px;
	box-sizing: border-box;	
}
.wedding-detail_title_box .wedding-detail_title {
	font-size: 220%;
	line-height: 1.3em;
	margin-bottom: 40px;
}
.wedding-detail_title_box .wedding-detail_name {
	font-size: 140%;
	line-height: 1.5em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #505046;
}
.wedding-detail_content_area {
	clear: both;
	float: none;
	padding-top: 40px;
	text-align: left;
}
.wedding-detail_txt_box {
	float: left;
	width: 480px;
	text-align: left;
	position: relative;
	height: 640px;
}
.wedding-detail_txt_boxR {
	float: right;
	width: 480px;
	text-align: left;
	position: relative;
	height: 640px;
}
.wedding-detail_header {
	border-bottom: 1px solid #000;
	font-size: 129%;
	text-indent: 2em;
	background:url(../wedding/img/detail_deco.png) no-repeat 0 0;
	background-size:4.5% auto;
	margin-bottom: 15px;
	font-weight: bold;
}
.wedding-detail_content_area p {
	padding-bottom: 15px;
}
.wedding-detail_txt_box img {
	position: absolute;
	bottom: 0px;
	height: auto;
	width: 100%;
}
.wedding-detail_txt_boxR img {
	position: absolute;
	bottom: 0px;
	height: auto;
	width: 100%;
}
.wedding-detail_main_imgR {
	float: right;
	width: 480px;
}
.wedding-detail_main_imgR img{
	height: auto;
	width: 100%;
}
.wedding-detail_main_imgL {
	float: left;
	width: 480px;
}
.wedding-detail_main_imgL img{
	height: auto;
	width: 100%;
}
.wedding-detail_sub_img{
	height: 310px;
	width: 100%;
	padding-top: 20px;
	clear: both;
	float: none;
}
.wedding-detail_sub_img span {
	width: 310px;
	float: left;
	padding-right: 25px;
}
.wedding-detail_sub_img .wedding-subR{
	float: right;
	padding: 0px;
}
.wedding-detail_sub_img span img {
	height: auto;
	width: 100%;
}

/* back-to-top 
--------------------------- */
#back-to-top {
	position:fixed;
	bottom:90px;
	clear: both;
	right: 30px;
}

/* footer
--------------------------- */
#footer {
	font-size: 85%;
	background-color: #000;
	height: 50px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	display:block;
	float: none;
	padding: 10px 30px 0px 30px;
	margin:0;
	bottom: 0px;
	box-sizing: border-box;	
}
#footer a {
	color: #FFF;
}
/*#footer #mail {
	width: 20%;
	height: 30px;
	float: left;
	padding: 2px 0px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	background: url(../img/footer_mail.gif) 20px 5px no-repeat;
	text-indent: 30px;
}
#footer #mail:hover {
	background-color: rgba(255, 255, 255, .2);
	transition: all 0.5s;
}
#footer #copyright {
	width: 24%;
	padding: 5px 0px;
	float: right;
}--------------------------- */