@charset "UTF-8";

.infoContent .kijitit, .infoContentDetail h2, .infoContent .infoContentDetail h3, .infoContent h4 {
	padding: 1rem 0;
	margin: 1rem 0;
}
.entry_content .sec-type01:after, .entry_content .sec-type01-r:after, .entry_content .text_only:after {
	content: "";
	display: block;
	clear: both;
}
.infoContent .kijitit {
	padding: 1rem 1.5rem;
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.18rem;
	line-height: 1.5;
	background-color: #d6e9f1;
	position: relative;
	color: #555;
}
.infoContent .kijitit:before {
	content: "";
	width: 100%;
	border-top: 2px solid #fff;
	position: absolute;
	left: 0;
	top: 6px;
}
.infoContent .kijitit:after {
	content: "";
	width: 100%;
	border-bottom: 2px solid #fff;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.infoContentDetail h2 {
	font-weight: bold;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.5;
	position: relative;
	padding-left: 33px;
	color: #555;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
	.infoContentDetail h2 {
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
}
.infoContentDetail h2:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #d6e9f1;
	position: absolute;
	top: 27%;
	left: 0;
	border-radius: 50%;
}
.infoContentDetail h2:after {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #71c1cf;
	position: absolute;
	top: 45%;
	left: 36px;
	margin-left: -26px;
	border-radius: 50%;
}
.infoContent .infoContentDetail h3 {
	padding: 1.2rem 1.2rem 1.2rem 2.1rem;
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	color: #555;
}
@media screen and (max-width: 640px) {
	.infoContent .infoLeft h3 {
		font-size: 1.4rem;
		padding-left: 1.4rem;
	}
}
.infoContent .infoContentDetail h3:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #71c1cf;
	position: absolute;
	top: 41%;
	left: 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.infoContent h4 {
	font-weight: normal;
	border-left: 3px solid #bca06b;
	padding: 0.6rem 0.6rem 0.6rem 1.3rem;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2;
	color: #926e2a;
	position: relative;
}
.infoContent h4:before {
	content: "";
	border-left: 1px solid #bca06b;
	width: 10px;
	height: 84%;
	position: absolute;
	left: 3px;
	top: 3px;
}
.infoContent blockquote {
	padding: 1rem;
	border: 1px solid #888;
	background: #d6e9f1;
}
.cat a {
	background-color: #e0e0e0;
	color: #bea574;
	padding: 5px;
}
.infoMain {
	padding: 215px 0 75px;
}
.infoMain h2 {
	text-align: center;
}
@font-face {
	font-family: 'WalbaumBook-Regular';
	src: url("../../img/information/font/WalbaumBook-Regular.otf") format("OpenType");
}
.staff {
	position: relative;
	margin: 40px 0;
	padding: 8px;
	background-color: #F7F8F3;
	-webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.2);
	box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.2);
}
.staff>.wrap {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #D4BB83;
}
.staff>.wrap:after {
	content: "";
	display: block;
	clear: both;
}
.staff .img_box {
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
}
.staff .img_box:before {
	content: "";
	padding-top: 100%;
	display: block;
}
.staff .img_box .ph {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.staff .info_box {
	position: relative;
	display: block;
	margin-left: 180px;
	margin-bottom: 20px;
}
.staff .info_box .info_in {
	display: inline-block;
}
.staff .info_box .info_in .title {
	font-family: 'WalbaumBook-Regular';
	font-size: 2.1rem;
	color: #B59962;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.staff .info_box .info_in .post {
	color: #B59962;
	font-size: 1.4rem;
	margin: 0 1rem 0 0;
	vertical-align: baseline;
}
.staff .info_box .info_in .name {
	font-size: 18px;
	font-size: 1.8rem;
}
.staff .txt {
	font-size: 1.4rem;
	line-height: 2;
	margin-left: 180px;
	margin-bottom: 0;
}
.social_banner {
	margin-bottom: 40px;
	padding: 2.5rem 1rem;
	font-weight: bold;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.5;
	background-color: #86C9DC;
	position: relative;
	color: #fff;
}
.social_banner:before {
	content: "";
	width: 100%;
	border-top: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 8px;
}
.social_banner:after {
	content: "";
	width: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: 8px;
}
.social-button-syncer {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
    gap: 5px;
}
.social-button-syncer li {
	display: inline-block;
}
.social-button-syncer .fb_iframe_widget>span {
	vertical-align: baseline !important;
}
.relatedInfoContent {
	margin-top: 40px;
}
.infoContent {
	padding-bottom: 60px;
}
.infoContent .infoLeft {
	width: 76%;
	float: left;
}
.infoContent .infoRight {
	width: 20%;
	float: right;
}
.infoContent .infoRight .righttit {
	font-weight: bold;
	background-color: #bca06b;
	color: #fff;
	padding: 5px 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.infoContent .infoRight ul {
	margin-bottom: 20px;
}
.infoContent .infoRight ul li {
	position: relative;
	border-bottom: solid 1px #e0e0e0;
	margin: 10% 0;
	padding-bottom: 10%;
}
.infoContent .infoRight ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #212121;
}
.infoContent .infoRight ul li a .bg_ph {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	padding-top: 30%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.infoContent .infoRight ul li a .bg_ph img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infoContent .infoRight ul li a .rightIn {
	width: 62%;
	margin-left: 2.9%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2.9%;
}
.infoContent .infoRight ul.thumb_list li a {
	font-size: 9px;
	font-size: 0.9rem;
}
.infoContent .infoRight ul.thumb_list li a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-top: 30%;
}
.infoContent .infoRight ul.thumb_list li a span {
	display: inline-block;
}
.infoContent .infoRight ul.thumb_list li a .thumb_list_title {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.infoContent .infoRight .side_bnr {margin: 0;padding: 0; margin-bottom: 20px;}
.infoContent .infoRight .side_bnr a {display: block;transition: 0.2s;}
.infoContent .infoRight .side_bnr a:hover {opacity: 0.6;}
.infoContent .infoRight .side_bnr a img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}
@media print, screen and (max-width: 640px) {
	.infoContent .infoRight .side_bnr a {display:block;}
}
.infoContent>.in {
	padding-top: 60px;
	padding-bottom: 100px;
}
.infoContent>.in>.in2 {
	max-width: 1180px;
	margin: auto;
}
.infoContent .in:after {
	content: "";
	display: block;
	clear: both;
}
.pager {
	border-top: solid 1px #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
}
.pager>span {
	margin: 0 5px;
	display: inline-block;
}
.pager>span>* {
	border: solid 1px #000;
	display: block;
}
.pager>span>*.dots {
	border: none;
}
.pager span a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 9px 14px;
	color: #212121;
	display: block;
}
.pager span.on {
	background-color: #000;
}
.pager span.on a {
	color: #fff;
}
.pager span.left {
	float: left;
	padding: 0;
	border: 0;
}
.pager span.right {
	float: right;
	padding: 0;
	border: 0;
}
.pager span.center {
	padding: 0;
	border: 0;
}
.relatedInfoContent h1 {
	margin-bottom: 20px;
}
.infoContentBox {
	padding-bottom: 40px;
}
.infoContentBox:after {
	content: "";
	display: block;
	clear: both;
}
.infoContentBox .date {
	font-size: 14px;
	font-size: 1.4rem;
	color: #bea574;
	padding-bottom: 0.5em;
}
.infoContentBox .kijitit {
	font-size: 19px;
	font-size: 1.9rem;
}
.infoContentBox h3 {
	font-size: 24px;
	font-size: 2rem;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #bca06b;
	font-weight: normal;
	margin: 0.3em 0 0.9em;
	letter-spacing: 0.1rem;
	position: relative;
	line-height: 2.6rem;
}
.infoContentBox h3:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	right: 50%;
	left: 50%;
}
.infoContentBox .right {
	position: relative;
	font-size: 0;
}
.infoContentBox .right:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-top: 30%;
}
.infoContentBox .right p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
	padding-bottom: 30px;
}
.infoContentBox .right p span {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	padding-top: 30%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.infoContentBox .right p span img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infoContentBox .right p .related_title, .infoContentBox .right p .related_date {
	position: relative;
	display: block;
	padding: 0;
	font-weight: bold;
	width: 100%;
}
.infoContentBox .right p .related_title {
	font-size: 16px;
	font-size: 1.6rem;
}
.infoContentBox .right p .related_date {
	font-size: 14px;
	font-size: 1.4rem;
}
.infoContentBox .right .more {
	text-align: right;
}
.infoContentBox .right .more a {
	width: 206px;
	height: 50px;
}
.infoContentBox .right .more a span {
	font-size: 14px;
	font-size: 1.4rem;
}
.infoContentBox .rightIn {
	width: 67%;
	margin-left: 2.9%;
	display: inline-block;
	vertical-align: top;
}
.infoContentDetail .date {
	font-size: 14px;
	font-size: 1.4rem;
	color: #bea574;
	padding-bottom: 7px;
}
.infoContentDetail img {
	max-width: 100%;
	height: auto;
}
.infoContentDetail p.img_place_center {
	text-align: center;
}
.infoContentDetail p.img_place_right {
	text-align: right;
}
.infoContentDetail .post-categories a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #bea574;
}
.entry_content a {
	text-decoration: underline;
}
.entry_content p {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
}
.entry_content strong {
	font-weight: bold;
}
.entry_content em {
	font-style: italic;
}
.entry_content blockquote {
	display: block;
}
.entry_content .aligncenter {
	display: block;
	margin: 0 auto;
}
.entry_content .alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.entry_content .alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.entry_content img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
}
.entry_content img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.entry_content .img_only {
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}
.entry_content .img_only img {
	max-width: 100%;
	height: auto;
}
.entry_content .sec-type01 {
	clear: both;
	margin-bottom: 30px;
}
.entry_content .sec-type01 img {
	width: 49%;
	height: auto;
}
.entry_content .sec-type01-r {
	clear: both;
	margin-bottom: 30px;
}
.entry_content .sec-type01-r img {
	width: 49%;
	height: auto;
}
.entry_content .text_only {
	clear: both;
	margin-bottom: 30px;
}
.entry_content .img_link {
	display: inline-block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.entry_content .img_link:hover {
	opacity: 0.6;
}
.entry_content .clearfix {
	overflow: hidden;
	zoom: 1;
}
.entry_content .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.entry_content ol, .entry_content ul {
	margin-bottom: 40px;
}
.entry_content li {
	list-style: inherit;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.9;
}
.entry_content #mwedBlogPartsArea .mwedBlogPartsAreaTitleb {
	font-size: 1.4rem;
}
.entry_content #mwedBlogPartsArea .mwedEvalList {
	margin: 2%;
	width: 96%;
	font-size: 1.4rem;
}
.entry_content #mwedBlogPartsArea .mwedEvalRev li {
	text-indent: 0;
}
.entry_content table {
	width: 100%;
	border-collapse: collapse;
}
.entry_content table tr th, .entry_content table tr td, .entry_content table tr p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.entry_content table tr th, .entry_content table tr td {
	border: 1px solid #e0e0e0;
	padding: 2%;
}
.entry_content table tr th, .entry_content table tr td:first-child {
	width: 20%;
	background-color: #f3f3f3;
}
@media screen and (max-width: 640px) {
	.infoMain {
		padding: 75px 0 30px;
	}
	.infoMain h2 img {
		width: 80%;
		height: auto;
	}
	.infoContent {
		padding: 0 2.5%;
	}
	.infoContent .in {
		padding: 5%;
	}
	.infoContent .infoLeft {
		width: 100%;
		float: none;
	}
	.infoContent .infoRight {
		width: 100%;
		float: none;
	}
	.infoContent .infoRight .righttit {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.infoContent .infoRight ul li a {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.infoContent .kijitit {
		padding: 1rem 1.0rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.infoContent h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.infoContent h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.infoContent h4 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.infoContent blockquote {
		padding: 1rem;
		border: 1px solid #888;
		background: #d6e9f1;
	}
	.staff {
		padding: 4px;
	}
	.staff>.wrap {
		padding: 13px;
	}
	.staff .img_box {
		width: 50%;
	}
	.staff .info_box {
		width: 50%;
		margin: 0;
		margin-left: 50%;
	}
	.staff .info_box:before {
		content: "";
		padding-top: 100%;
		display: block;
	}
	.staff .info_box .info_in {
		position: absolute;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 105%;
		padding-left: 10%;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.staff .info_box .info_in .title {
		font-size: 1.5rem;
	}
	.staff .info_box .info_in .post {
		font-size: 0.8rem;
		margin: 0 0 1rem 0;
		display: block;
	}
	.staff .info_box .info_in .name {
		font-size: 1.5rem;
	}
	.staff .txt {
		clear: both;
		margin-left: 0;
		font-size: 1em;
		margin-top: 15px;
	}
	.social_banner {
		padding: 1.5rem 0.5rem;
		font-size: 1.1rem;
	}
	.social_banner .sp_br {
		display: block;
	}
	.pager {
		margin-bottom: 15%;
	}
	.pager span.left {
		float: none;
		display: block;
		margin-bottom: 3px;
	}
	.pager span.right {
		float: none;
		display: block;
		margin-bottom: 3px;
	}
	.pager span.center {
		float: none;
		display: block;
		margin-bottom: 3px;
	}
	.infoContentBox {
		padding-bottom: 20%;
	}
	.infoContentBox .date {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.infoContentBox h3 {
		font-size: 15px;
		font-size: 1.5rem;
		border-bottom: solid 1px #a0a0a0;
	}
	.infoContentBox .right p {
		font-size: 1rem;
		line-height: 1.8rem;
		margin-bottom: 7%;
		padding-bottom: 0;
	}
	.infoContentBox .right p span {
		position: relative;
		float: left;
		margin: 0 5% 2% 0;
	}
	.infoContentBox .right:before {
		display: none;
	}
	.infoContentBox .right .more a {
		width: 100%;
		height: 40px;
	}
	.infoContentBox .rightIn {
		width: 100%;
		margin-left: 0;
	}
	.infoContentDetail {
		padding-top: 10%;
	}
	.infoContentDetail .date {
		font-size: 12px;
		font-size: 1.2rem;
		padding-bottom: 0;
		padding-top: 5%;
	}
	.infoContentDetail h3 {
		font-size: 18px;
		font-size: 1.8rem;
		padding-bottom: 5%;
		margin-bottom: 10%;
	}
	.entry_content p {
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-bottom: 10px;
	}
	.entry_content .sec-type01 {
		margin-bottom: 10%;
	}
	.entry_content .sec-type01-r {
		margin-bottom: 10%;
	}
	.entry_content .text_only {
		margin-bottom: 10%;
	}
	.entry_content .img_only {
		margin-bottom: 10%;
	}
	.entry_content li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.entry_content table tr th, .entry_content table tr td, .entry_content table tr p {
		font-size: 10px;
		font-size: 1rem;
	}
	.cmnPager02 {
		margin-bottom: 20%;
	}
}
@media print, screen and (max-width: 640px) {
	.entry_content .sec-type01 img {
		width: 100%;
		height: auto;
	}
	.entry_content .sec-type01-r img {
		width: 100%;
		height: auto;
	}
}
img[src*="uploads/2018/01/iine_01.jpg"] {
	display: none;
}

.banner_toWedding {
	position: fixed;
	display: inline-block;
	bottom: 5px;
	right: -50%;
	transform: translateX(-50%);
	width: 100%;
	transition: .4s;
	z-index: 100;
}

.banner_flow {
	transform: translate(-50%, -95px);
}

.banner_close {
	display: none;
}
.banner_toWedding .close {
	position: absolute;
	display: block;
	top: -15px;
	right: 2px;
	background-image: url('../../img/information/banner_weddingTop_close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.banner_toWedding .box{
	margin: 0 auto;
	width: 97%;
}

.banner_toWedding .box .link{
	display: inline-block;
	width: 100%;
}

.banner_toWedding .box .link .pic{
	width: 100%;
}

.banner_toWedding .box .link .pic .img{
	width: 100%;
}

@media screen and (min-width:641px) {
	.banner_toWedding {
		bottom: 19px;
		right: 100px;
		transform: translateX(0);
		width: 33.33%;
		min-width: 350px;
	}

	.banner_toWedding .close {
		right: -9px;
	}
}
.searchForm {
	position: relative;
	margin-bottom: 40px;
}
.searchForm .inputarea {
	display: block;
	margin-right: 44px;
	height: 44px;
	width: calc(100% - 44px);
	border: 1px solid #F1F1F1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 1.2rem;
}
.searchForm .searchsubmit {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../../img/information/megane.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-color: #81CDDF;
	-webkit-transition: .2s;
	transition: .2s;
}
.searchForm .searchsubmit:hover {
	background-color: #33ADCA;
}
.kensakuTxt {
	font-size: 1.8rem;
	margin-bottom: 30px;
	color: #555;
	text-align: center;
	line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
	.kensakuTxt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
.kensakuTxt2 {
	font-size: 1.4rem;
	margin-bottom: 30px;
	color: #555;
	text-align: center;
	line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
	.kensakuTxt2 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}



.fair_banner {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 2.5rem 0;
	position: relative;
	text-align: center;
}
@media print, screen and (max-width: 640px) {
	.fair_banner {
		padding: 1.0rem 0;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
.fair_banner a {
	display: inline-block;
	transition: 0.2s;
}
@media print, screen and (max-width: 640px) {
	.fair_banner a {
		display: block;
	}
}
.no-touchevents .fair_banner a:hover {
	opacity: 0.6;
}
.fair_banner img {
	display: block;
}
@media print, screen and (max-width: 640px) {
	.fair_banner img {
		width: 100%;
		height: auto;
	}
}

/* サイドバー　人気記事 */
.infoContent .infoRight ul.thumb_list.-popular li {
	position: relative;
}
.infoContent .infoRight ul.thumb_list.-popular li .post-thumbnail {
	position: absolute;
	content: "";
	display: block;
	width: 30%;
	height: auto;
	top: 0;
	left: 0;
	aspect-ratio: 1 / 1;
}
.infoContent .infoRight ul.thumb_list.-popular li .post-thumbnail > img {
	width: 100%;
	height: auto;
}
.infoContent .infoRight ul.thumb_list.-popular li .post-title {
	padding-left: 35%;
	display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
	position: relative;
	z-index: 1;
	min-height: 60px;
}
@media print, screen and (max-width: 640px) {
	.infoContent .infoRight ul.thumb_list.-popular li .post-title {
		min-height: 96px;
		margin-bottom: 0;
	}
}
.infoContent .infoRight ul.thumb_list.-popular li .post-title::before {
	content: none;
}
.infoContent .infoRight ul.thumb_list.-popular li .count {
	display: none;
}