@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%;
	height: auto;
	text-align: center;
}
img {
    max-width:100%;
    height:auto;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.5em;
}

a {
	color: #000;	
}

/* header
------------------------------------------------------------*/
#header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	padding: 0px;
	z-index: 1000;
	background-color: #FFF;
	box-shadow: 1px 1px 1px 1px rgba(80,80,70,0.4); 
	
}
.top-logo {
	display: none;
    visibility: hidden;
}
.top-logoM {
	float: left;
	padding: 10px 0px 10px 10px;
}
.global-nav .global {
	position: relative;
	width: 100%;	
}
.global-nav .gnav {
	background-color: rgba(255,255,255,0.9);	
	width: 80%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 99;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.global-nav .gnav img {
	padding-top: -5px;
	padding-right: 5px;
}
.global-nav .gnav li {
	padding: 12px 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E1D7;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	text-align: left;
	text-indent: 10%;
}
.gnav a {
	display: block;
	color: #505046;
}
.gnav.on {
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.gnav-btn {
	visibility: visible;
}
.icon-animation {
	width: 25px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 0px;
	top: 25px;
	text-align: center;
	z-index: 99;
}
.icon-animation span { 
	width: 25px;
	height: 2px;
	display: block;
	background: #505046;
	position: absolute;
	margin-left: -25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.icon-animation .top {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
.icon-animation .bottom {
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}
.is-open .middle {
	background: rgba(51, 51, 51, 0);
}
.is-open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

/* main_visual
------------------------------------------------------------*/
#main_visual {
	width: 100%;
	background-color: #fff;
	position: relative;
	padding-top: 50px;
}

/*
.wedding_logo {
	position: absolute;
	top: 100px;
	left: 10%;
	width: 15%;
}
*/

.wedding_logo {
	position: relative;
	left: 48%;
	width:95%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.wedding-read{
	margin: 20px auto;
	line-height: 1.6em;
	padding:0 4%;
	text-align: left;
}

#slider {
	display: none;
    visibility: hidden;
}
.main_visual_pc {
	display: none;
    visibility: hidden;
}
#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
------------------------------------------------------------*/
/* pc none */
.brPc {
	display:none;
}
.imgPc {
	display: none;
    visibility: hidden;
}
/* align */
.alL {
	text-align:left;
}
.alR {
	text-align:right;
}
.alC {
	text-align:center;
}
/* padding */
.pT10 {
	padding-top:10px;
}
.pT20 {
	padding-top:20px;
}
.pB10 {
	padding-bottom:10px;
}
.pB20 {
	padding-bottom:20px;
}
.pR20 {
	padding-right:20px;
}
.pL20 {
	padding-left:20px;
}

/* margin */
.mT10 {
	margin-top:10px;
}
.mB10 {
	margin-bottom:10px;
}

/* font base15px */
.fsm10 {
	font-size:67%;
}
.fsm13 {
	font-size:87%;
}
.fsm14 {
	font-size:94%;
}
.fsm16 {
	font-size:107%;
}
.fsm17 {
	font-size:114%;
}
.fsm18 {
	font-size:120%;
}
.fsm19 {
	font-size:127%;
}
.fsm20 {
	font-size:134%;
}
.fsm21 {
	font-size:140%;
}
.fsm22 {
	font-size:147%;
}
.fsm23 {
	font-size:154%;
}
.fsm24 {
	font-size:160%;
}
.fsm25 {
	font-size:167%;
}
.underline_bold {
	text-decoration: underline;
	font-weight: bold;
}
/* other */
.contents, .contents_w{
	width: 93.75%;
	margin: 0 auto;
	padding: 0px 2%;	
	text-align: center;
	box-sizing: border-box;
}
.contents h2 img {	 
	zoom: 0.7;
}
.contents_lead {
	display: none;
    visibility: hidden;
}
.contents_lead_mobile {
	zoom: 0.6;
	padding: 25px 0px 60px 0px;
}


.block_top .text-box_right {
	margin: 20px 0px 0px 0px;
	width: 100%;
	text-align: left;
}
.block_top .text-box_right p {
	padding: 0px 0px 10px 0px;
}
.block_top .text-box_left {
	margin: 20px 0px 0px 0px;
	width: 100%;
	text-align: left;
}
.block_top .text-box_left p {
	padding: 0px 0px 10px 0px;
}
.block_top .text-box_lead{
	font-size: 124%;
	line-height: 1.5em;
}
.sub_img {
	width: 100%;
	margin-top: 10px;
}
.sub_imgR img {
	float: right;
	width: 47%;
	height: auto;
}
.sub_imgL img {
	float: left;
	width: 47%;
	height: auto;
}
.block_top .text-box {
	width: 100%;
	font-weight: bolder;
	text-align: left;
	padding-top: 30px;
}
.block_top .text-box p {
	padding: 0px 0px 30px 0px;
}
.big_img {
	width: 100%;
	position: relative;
}
.heading {
	zoom: 0.9;
	clear: both;
	float: none;
	margin: 40px auto 20px auto;
}
.heading2 {
	margin: 40px auto 10px auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.heading3 {
	margin: 20px auto 10px auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.heading4 {
	margin: 20px auto 10px auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #E6E1D7;
}
#pagination {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	clear: both;
	float: none;
	margin-top: 20px;
}
#pagination span {
	background-color: #E6E1D7;
	margin: 0px 10px 10px 0px;
	float: left;
	width: auto;
	padding: 5px 10px;
}
#pagination .pagination_current {
	background-color: #000;
	color: #FFF;
}


/* news
------------------------------------------------------------*/
#news {
	clear: both;
	float: none;
	padding: 0px 0px;
}
#news h2 {
	width: 100%;
	height: 40px;
	padding: 10px 0px;
	color: #FFF;
	vertical-align: middle;
	background-color: #000;
	box-sizing: border-box;
}
#news dl {
	width: 100%;
	padding: 20px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E1D7;
}
#news #news_date{
	width: 93.75%;
	margin: 0px auto 5px auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #505046;
}
#news #news_contents{
	width: 93.75%;
	margin: 0px auto;
	text-align: left;
	font-weight: bold;
	color: #505046;
	text-decoration: underline;
}
#news p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #505046;
	font-size: 110%;
	margin-top: 10px;
}

/* contact
------------------------------------------------------------*/
#contact {
	width: 93.75%;
	margin: 30px auto;
	padding: 20px 2%;
	font-weight: bolder;
	background-repeat: no-repeat;
	font-size: 110%;
	border: 1px solid #000;
	box-sizing: border-box;
}
#contact #contact_tel {
	font-size: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 5%;
	margin: 20px 0px 0px 0px;
}
#contact #contact_tel .tel_bt {
	padding: 5px;
	box-sizing: border-box;
}
#contact #contact_tel img {
	float: right;
	position: relative;
	bottom: 20px;
}
#contact #contact_mail {
	width: 48%;
	height: 90px;
	float: right;
	padding: 10px 0px;
	margin: 20px auto 20px auto;
	font-size: 90%;
	border: 2px solid #FFF;
	box-sizing: border-box;
	line-height: 1.3em;
}
#contact #contact_mail img {
	padding: 5px 0px;
}
#contact #contact_mail:hover {
	background-color: rgba(255, 255, 255, 0.7);
	transition: all 1s;
}
#contact #contact_adress {
	font-size: 95%;
	line-height: 1.5em;
	clear:both;
	float: none;
}

/* facilities
------------------------------------------------------------*/
#facilities {
	clear: both;
	float: none;
	padding: 40px 0px;
}
#facilities #facilities_main_mobile {
	width: 100%;
	height:300px;
	background: url(../img/facilities_main_bg.jpg) center center no-repeat;
	vertical-align: middle;
	display:table-cell;
}
#facilities img {
	padding-bottom: 10px;
}

/* bar_tamaya
------------------------------------------------------------*/
#bar_tamaya {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #505046;
}
.bar_link {
	width: 100%;
	height: 40px;
	padding-top: 5px;
	margin: 20px auto 0px auto;
	border: 2px solid #FFF;
	box-sizing: border-box;
}
.bar_link a {
	display:block;
	font-weight: bold;
	color: #FFF;
}

/* 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: auto;
	width: 100%;
	padding: 8%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#cuisine_course ul li img {
	width: 100%;
	margin: 5%  0% 5% 0px;
}
#cuisine_course ul li p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
}
#cuisine_course ul .course_right{
	float: right;
	margin-right: 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: none;	
	padding-top: 10px;
}
#cuisine_lightbox .lightbox_right{
	float: none;
	padding-top: 10px;	
}
#cuisine_lightbox .lightbox_bottom{
	clear: both;
	float: none;
}
#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/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: 100%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 92.3%;
	text-align: left;
}
.plan_contents1 img {
	margin-top: 10px;
}
.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;
}
.wedding_link {
	width: 100%;
	height: 40px;
	padding-top: 5px;
	margin: 20px auto 0px auto;
	border: 2px solid #000;
	box-sizing: border-box;
}
.wedding_link a {
	display:block;
	font-weight: bold;
	color: #000;
}
#wedding_sns {
	position: absolute;
	bottom: 80px;
	left: 30%;
}
#wedding_sns img {
	width: 22%;
}
#wedding_sns  a {
	margin-right: 20%;	
}

/* 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:80px;
	color: #FFF;
	background-color: #505046;
	vertical-align: middle;
	font-size: 124%;
	box-sizing: border-box;
	padding-top: 30px;
}
.accordion {
	background-color: #FFF;
	text-align: left;
}
.accordion label {
	padding: 10px 15px 10px 55px ;
	height:80px;
	font-size: 100%;
	display: block;
	cursor:pointer;
	border: 1px solid #505046;
	border-top: none;
	box-sizing: border-box;
	background: url(../img/faq_icoM.gif) 15px 25px no-repeat;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;
	-ms-background-size:30px 30px;
}
.accordion label p {	
	display:table-cell;
	vertical-align:middle;
	line-height:1.3em;
	font-weight:bold;
	height:60px;
}
.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: 90%;
	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 {
	text-align: left;
	line-height: 30px;
	margin-bottom: 40px;
}
#tamaya_history img {
	zoom: 0.8;
	float: right;
	margin: 0px 0px 10px 10px;
	position: relative;
	top: 0px;
}
#tamaya_history p{
	margin-bottom: 10px;
}
#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: 30px;
	height: auto;
	clear: both;
	float: none;
}
#about dt {
	font-weight: bold;
}
#about dd {
}
#about #about_access {
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E1D7;
}

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

/* news_detail
--------------------------- */
#news_detail {
	background-color: #E6E1D7;
	padding: 40px 0px;
}
#news_detail #news_area {
	width: 93.75%;
	margin: 0px auto;
	background-color: #fff;
	padding: 3% 3% 10% 3%;
	text-align: left;
	box-sizing: border-box;
}
#news_title {
	font-size: 130%;
	line-height: 1.4em;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #000;
}
.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 10px 0px;
}
.news_img {
	margin: 20px 0px 0px 0px;
}
.news_img img{
	width: 100%;
	margin-bottom: 10px;
}
#nav-below {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	text-align: center;
	clear: both;
	float: none;
	margin: 30px 0px;
}
#nav-below a{
	display:block;
}
#nav-below span {	
	padding: 10px 12px;
}
.nav-previous {
	width: 40%;
	height: auto;
	background-color: #000;
	float: left;
}
.nav-next {
	width: 40%;
	height: auto;
	background-color: #000;
	float: right;
}
.nav-previous a, .nav-next a {
	color: #FFF;
}
.link_news_list {
	margin: 10px auto 0px auto;
	padding: 10px 12px;
	background-color: #E6E1D7;
	clear: both;
	float: none;
	position: relative;
	top: 10px;
}

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

 .contents_catchphrase {
	position: absolute;
	background-color: transparent;
	top: 38%;
    	left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    -	ms-transform: translateX(-50%);
}

/* スマホにのみ表示するイメージ画像に、imgMobile　とともに使う */
.spimg{
	width:100%;
	paddig:2% 0;
}

p.plan-sub{
	font-weight: bolder;
	font-size: 10pt;
}
/* wedding_contact
--------------------------- */
#wedding_intro {
	width: 52%;
	position: absolute;
	top : 150px;
	left: 5%;
	color: rgba(255,255,255,1);
    text-shadow: 1px 1px 1px #999;
	font-size: 4vw;
	line-height: 1.5em;
	font-weight: lighter;
	text-align: left;
}
.intro_read {
	font-size: 105%;
	padding-bottom: 20px;
}
#wedding_intro p {
	margin-bottom: 10px;
}
.wedding_contact {	
	width: 90%;
	height: 250px;
	margin: 20px auto;
	padding: 10px;
	font-size: 110%;
	font-weight: bolder;
	clear: both;
	box-sizing: border-box;
	border: solid 2px #000000;
	background-color: #FFFFFF;
}
.wedding_contact p {
	padding-top: 10px;
}
.wedding_contact .contact_tel {
	font-size: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2em;
}
.wedding_contact .contact_tel span {
	font-size: 60%;
	line-height: 2em;
}
.wedding_contact .contact_mail {
	width: 85%;
	padding: 5px 10%;
	border: 1px solid #000;
	box-sizing: border-box;
	margin: 5px auto 5px auto;
	
	
}
.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 {
	position: relative;
	top: 20px;
}
.wedding_sns span {
	margin:0 10px;
}
.wedding_park {
	width: 100%;
	height: 180px;
	margin: 0px auto 40px auto;
	padding: 20px 0px;
	font-size: 110%;
	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 0 0 ;
}


/* Others Konkatsu
--------------------------- */
.harenohi-wrap{
	margin: 0 auto;
	padding:1% 0;
	width: 100%;
	background-image: url(../wedding/201912_img/a.jpg);
	background-repeat: no-repeat;
}

.harenohi {
	line-height: 1.5em;
	text-align: left;
	background-color: #FFFFFF;
	opacity: 0.8;
	padding: 2%;
	margin: 3%;
}


.konkatsu_tea {
	width: 40%;
	height: 40%;
	padding-left: 20px;
	float: left;
	position:relative;
}
.caution {
	font-size: 7pt;
}
.caution_0 {
	font-style: normal;
	font-size: x-small;
	line-height: 2em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.konkatsu_lead_1 {
	font-size: large;
}
.konkatsu_lead {
	background-image: url(url);
	background-color: #E6E1D7;
}
.harenohi_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-size: large;
	font-weight: bolder;
	text-align: left;
}

.harenohi .plan-coution{
	color:#000;
	padding:5px 5px 15px;
	font-size:87.5%;
}

.konkatsu_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-size: large;
	font-weight: bolder;
	letter-spacing: 2px;
}
/* Others Konkatsu Tea
--------------------------- */


.konkatsu_description   {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#konkatsu {
	background-color: #E6E1D7;
	width: 100%;
}
.contents_title {
	max-width: 50%;
	margin-left: auto;
	background-position: 50% 50%;/* 中央配置 */
}

.flex_test-box_0 {
	padding:2% 0;
}

.flex_test-item_0, .flex_test-item_1 {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 20px 0;
	padding: 3%;
	text-align: left;
}

.flex_box_title_0 {
	font-weight: bolder;
	font-size: 130%;
}

.flex_test-item_1 {
	margin: 0;
}


.plan-box .plan-coution{
	text-align: right;
	color:#000;
	padding:5px 5px 15px;
	font-size:87.5%;
}

.flex_test-box {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.flex_box_title {
	font-size:130%;
	font-weight: bolder;
}

.flex_test-item {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000000;               /* 文字色 */
	margin: 20px 0 0; /* 外側の余白 */
	opacity: 0.8;
	background-color: #FFFFFF; /* 背景色指定 */
	line-height: 2em;
}
 
.flex_test-item ul li{
	text-align: left;	
}

.flex_test-item:nth-child(3) {
	margin: 20px 0 0; /* 外側の余白 */
}

.cuisine_bg img {
	width: 100%;
	height: auto;
}


/* wedding_ceremony
--------------------------- */
#wedding_ceremony {
	clear: both;
	float: none;
	padding-top: 40px;
	background-color: #E6E1D7;
}
.ceremony_contain {
	text-align: left;
	width: 100%;
	margin-bottom: 40px;
}
.ceremony_description {
	clear: both;
	float: none;
	margin-top: 20px;
}
.ceremony_img {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
/*
.ceremony_img img {
	height: auto;
	width: 46%;
}
--- */
.ceremony_imgL {
	float: left;
}
.ceremony_imgR {
	float: right;
}
.ceremony_description .ceremony_lead {
	font-size: 120%;
}
.ceremony_description .ceremony_style {
	font-size: 145%;
	border-bottom: 1px solid #000;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
}

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

.ryotei {
	padding-top: 20px;
	text-align: left;
	line-height: 2em;
}

.ryotei_comments {
	display: none;
}

.flex_test-item2 {
	padding: 5% 0;
	color: #000000;
	text-align: left;
}

.plan-catch{
	text-align: left;
	font-size:105%;
	font-weight: normal;
}

.wedding_subtitle {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 145%;
	text-align: left;
	padding-top:10px;
}

/*.wedding_2kinds  {
	text-align: left;
	line-height: 2em;
}*/


/* wedding_venues
--------------------------- */
#wedding_venues {
	clear: both;
	float: none;
	padding: 40px 0px;
	background-color: #3e3a39;
}

.w-venues-box .text-box_left {
	padding:8%;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	opacity: 0.8;
}
.w-venues-box.text-box_left p {
	padding: 0px 0px 10px 0px;
}
.w-venues-box .text-box_lead{
	font-size: 154%;
	line-height: 1.5em;
}

.wedding_hitokumi_title {
	text-align: left;
	font-size: 150%;
	font-weight: bolder;
}

.wedding_link_btn {
	margin-top: 20px;
	font-size: 124%;
	background-color: #FFF;
	padding: 10px 0px;
	width: 100%;
	height:30px;
	line-height: 32px;
	border: 1px solid #000;
	text-align: center;
}

.wedding_link_btn a {
	display: block;
}

/* konrei_crusine
--------------------------- */
.konrei_explanation {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	padding: 5%;
	color: #FFFFFF;
	line-height: 2em;
	text-align: left;
	background-color: #3e3a39;
}

.k-cuisine_lead {
	text-align: left;
	line-height: 1.5em;
	font-weight: bolder;
}

.k-cuisine_lead.ttl{
	font-size:150%;
}

.flex_plan-item {
	margin-top: 5%;
	display:block;
	justify-content: center;
}

.flex_plan-item .txt-box{
	text-align: left;
}

.flex_plan-item p{
	padding-top:2%;
}

.flex_plan-item p.last{
	padding-bottom:5%;
}

/* wedding_report
--------------------------- */
#wedding_report {
	clear: both;
	float: none;
	padding: 40px 0px;
}
.report_list_block {
	width: 100%;
	border-bottom: 1px solid #E6E1D7;
	box-sizing: border-box;
	margin-right: 3.5%;
	padding: 20px 0px;
	text-align: left;
}
.report_list_block img, .report_list_blockR img {
	width: 45%;
	float: left;
	padding: 0px 15px 0px 0px;
}
.report_list_blockR {
	width: 100%;
	border-bottom: 1px solid #E6E1D7;
	box-sizing: border-box;
	padding: 20px 0px;
	text-align: left;
}
.report_list_title {
	font-size: 5.3vw;
	padding-bottom: 0.1vh;
	line-height:110%;
}
.report_list_name {
	font-size: 4.3vw;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #505046;
}
.link_list {
	font-size: 116%;
	line-height: 2em;
	margin-top: 20px;
}


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

.wedding-detail_title_area {
	width: 100%;
}
.wedding-detail_main_txt {
	font-weight: bold;
}
.wedding-detail_main_txt span {
	color: #E6E1D7;
}
.wedding-detail_main_txt p {
	text-align: left;
}
.wedding-detail_title_box {
	background-color: #E6E1D7;
	margin: 40px 0px;
	padding: 20px 20px;
	box-sizing: border-box;	
}
.wedding-detail_title_box .wedding-detail_title {
	font-size: 180%;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.wedding-detail_title_box .wedding-detail_name {
	font-size: 120%;
	line-height: 1.5em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #505046;
	font-weight: lighter;
}
.wedding-detail_content_area {
	clear: both;
	float: none;
	padding-top: 40px;
	text-align: left;
}
.wedding-detail_txt_box {
	text-align: left;
}
.wedding-detail_txt_boxR {
	text-align: left;
}
.wedding-detail_header {
	border-bottom: 1px solid #000;
	font-size: 129%;
	text-indent: 1.5em;
	background:url(../wedding/img/detail_deco.png) no-repeat 0 0;
	background-size: 7vw auto;
	margin-bottom: 15px;
	font-weight: bold;
}
.wedding-detail_content_area p {
	padding-bottom: 15px;
}
.wedding-detail_txt_box img {
	padding-bottom: 20px;
}
.wedding-detail_txt_boxR img {
	padding-bottom: 20px;
}
.wedding-detail_sub_img {
	padding-top: 20px;
}
.wedding-detail_sub_img img {
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}

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

/* footer
------------------------------------------------------------*/
#footer {
	font-size: 3vw;
	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: 48%;
	height: 60px;
	float: left;
	padding: 5px 0px 5px 20px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	background: url(../img/footer_mailM.gif) 20px 20px no-repeat;
	-moz-background-size:22px 15px;
	-webkit-background-size:22px 15px;
	-o-background-size:22px 15px;
	-ms-background-size:22px 15px;
}
#footer #mail:hover {
	background-color: rgba(255, 255, 255, .2);
	transition: all 0.5s;
}
#footer #copyright {
	font-size: 60%;
	width: 42%;
	float: right;
}------------------------------------------------------------*/