/*
Theme Name: matsuuraisho
Author: minoru kubota
Version: 1
*/

/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*
----------------------------------------
common
----------------------------------------
*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sp {
	display: none;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}

/* scrollbar */

/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}


/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

html[lang=ja] {
	margin-top: 0 !important;
}

body {
	font-size: 1.5rem;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	text-align: center;
	position: relative;
	min-width: 375px;
	background: url( assets/img/common/bg-01.png ) center top repeat;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body.nav-open,
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body * {
	box-sizing: border-box;
}

a {
	color: #000;
	text-decoration: none;
	transition: all .2s;
}

ul, ol {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

div.wpcf7 .ajax-loader {
	display: none !important;
}


/*
----------------------------------------
form
----------------------------------------
*/

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	border: solid 1px #ccc;
	padding: 10px 15px !important;
	margin-right: 10px;
	text-align: left !important;
}

input.l {
	width: 100%;
	margin: 0 !important;
}

textarea {
	margin: 0 !important;
	width: 100% !important;
	height: 20rem !important;
}

select {
	padding: 7px 35px 7px 15px !important;
	background: url( assets/img/common/arrow-select.svg ) right 10px center / 10px no-repeat !important;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}

.radio label,
.checkbox label {
	display: inline-block;
	padding: 2px 0 2px 28px;
	line-height: 1.6;
	cursor: pointer;
	position: relative;
}

.radio label::before,
.checkbox label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: solid 2px #ddd;
	position: absolute;
	top: 4px;
	left: 0;
}

.radio label::before {
	border-radius: 50%;
}

.checkbox label::before {
	border-radius: 5px;
}

.radio label::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	position: absolute;
	left: 6px;
	top: 10px;
	opacity: 0;
	transition: all .2s;
}

.radio input[type=radio]:checked + label::after,
.radio input[type=radio]:checked + input[type=hidden] + label::after {
	opacity: 1;
}

.checkbox label::after {
	content: '';
	width: 4px;
	height: 8px;
	border-right: solid 3px #777;
	border-bottom: solid 3px #777;
	position: absolute;
	left: 6px;
	top: 7px;
	opacity: 0;
	transform: rotate( 45deg );
	transition: all .2s;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
	opacity: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #c8ab51;
	letter-spacing: 2px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#c8ab51;
	letter-spacing: 2px;
}

::placeholder{ /* Others */
	color:#c8ab51
	letter-spacing: 2px;
}


/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

/* column */

.flex.col-02 > * {
	width: calc( ( 100% - 20px ) / 2 );
}

.flex.col-02 > *:nth-child( odd ) {
	margin-right: 20px;
}

.flex.col-02.reverce > *:nth-child( odd ) {
	margin: 0 0 0 20px;
}

.flex.col-03 > * {
	width: calc( ( 100% - 40px ) / 3 );
	margin-right: 20px;
}

.flex.col-03.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-03 > *:nth-child( 3n ) {
	margin: 0 !important;
}

.flex.col-04 > * {
	width: calc( ( 100% - 60px ) / 4 );
	margin-right: 20px;
}

.flex.col-04.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-04 > *:nth-child( 4n ) {
	margin: 0 !important;
}


/*
----------------------------------------
font
----------------------------------------
*/

.en {
}

.gothic {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

.mincho {
	font-family: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’, YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
	font-weight: normal;
}


/*
----------------------------------------
h1-h6
----------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.6;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
	margin-bottom: 15px;
}

.contents h1 {
	font-size: 2.8rem;
}

.contents h2 {
	font-size: 2.6rem;
}

.contents h3 {
	font-size: 2.4rem;
}

.contents h4 {
	font-size: 2.2rem;
}

.contents h5 {
	font-size: 2rem;
}

.contents h6 {
	font-size: 1.8rem;
}

.contents .heading-01,
.contents .heading-02,
.contents .heading-03 {
	margin-bottom: 20px;
}

/* heading-01 */

.contents .heading-01 {
	border-left: solid 5px #000;
	padding-left: 15px;
}

/* heading-02 */

.contents .heading-02 {
	color: #fff;
	background: -moz-linear-gradient( rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, 1 ) );
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, 1 ) ) );
	padding: 10px 15px;
}

/* heading-03 */

.contents .heading-03 {
	padding: 10px 0;
	border-bottom: solid 1px #000;
}

/* header-01 */

.header-01 {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
	letter-spacing: .5rem;
}

.header-01 .en {
	font-size: 3.6rem;
}

.header-01 h2 {
	font-size: 1.8rem;
}


/*
----------------------------------------
ttl
----------------------------------------
*/

.ttl-01 {
	text-align: center;
	margin-bottom: 4rem;
}

.ttl-01 h2 {
	font-size: 2.5rem;
	letter-spacing: 10px;
}

.ttl-01 .en {
	letter-spacing: 5px;
}


/*
----------------------------------------
h
----------------------------------------
*/

.h-01 {
	background: rgba( 233, 225, 148, .85 );
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 8px;
	padding: 16px;
	margin-bottom: 3rem;
}

.h-02 {
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 11px;
	padding-left: 3rem;
	border-left: solid 5px #e9e194;
	margin-bottom: 2.5rem;
}

.h-02 .en {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 6px;
	transform: translateY( -3px );
}



/*
----------------------------------------
bottun
----------------------------------------
*/

.btn-01 a {
	display: block;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 3.5px;
	padding: 15px 60px;
	background: #e9e194 url( assets/img/common/arrow-01.png ) right 48px center no-repeat;
}

.btn-01 a:hover {
	background: rgba( 233, 225, 148, .85 ) url( assets/img/common/arrow-01.png ) right 43px center no-repeat;
}

.btn-01.link a {
	background: #e9e194 url( assets/img/common/icon-link@2x.png ) right 35px center / 20px no-repeat;
}

.btn-01.link a:hover {
	background: rgba( 233, 225, 148, .85 ) url( assets/img/common/icon-link@2x.png ) right 35px center / 20px no-repeat;
}

.back-btn a {
	display: inline-block;
	letter-spacing: 3px;
	padding: 15px 30px 15px 40px;
	border: solid 1px #000;
	background: url( assets/img/common/arrow-left.png ) 15px center / 8px no-repeat;
	transition: all .2s;
}

.back-btn a:hover:after {
	right: 10px;
}


/*
----------------------------------------
table
----------------------------------------
*/

table caption {
	caption-side: bottom;
	padding-top: 15px;
	font-size: 1.3rem;
}

/* table-01 */

.table-01 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 0 30px;
}

.table-01 thead th,
.table-01 thead td {
	color: #fff;
	background: #000;
	text-align: center;
}

.table-01 th {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #f9f9f9;
	font-weight: normal;
	vertical-align: top;
}

.table-01 td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: top;
}

/* table-02 */

.table-02 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	margin: 30px 0;
}

.table-02 th {
	padding: 20px 10px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}

.table-02 td {
	padding: 20px 10px;
	border-bottom: solid 1px #ccc;
}


/*
----------------------------------------
list
----------------------------------------
*/

ul.list {
	list-style: disc;
	margin-left: 20px;
}

ol.list {
	list-style: decimal;
	margin-left: 20px;
}


/*
----------------------------------------
dl
----------------------------------------
*/

.dl-01 {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
}

.dl-01 dt {
	width: 20%;
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: center;
	background: #222;
	color: #fff;
	margin-bottom: 10px;
}

.dl-01 dd {
	width: 77%;
	margin-bottom: 10px;
	line-height: 2rem;
}

.faq-01 dt {
	font-size: 2rem;
	line-height: 1.6;
	padding: 30px 0 15px 5rem;
	border-top: solid 1px #ccc;
	position: relative;
}

/* faq */

.faq-01 dd {
	padding: 15px 0 30px 5rem;
	position: relative;
}

.faq-01 dt:before,
.faq-01 dd:before {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 3.5rem;
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	left: 0;
}

.faq-01 dt:before {
	content: 'Q';
	color: #fff;
	background: #000;
	top: 28px;
}

.faq-01 dd:before {
	content: 'A';
	background: #ddd;
	top: 12px;
}


/*
----------------------------------------
map
----------------------------------------
*/

.map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

body.nav-fix #wrapper,
body.nav-open #wrapper {
	padding-top: 162px;
}

#contents {
	position: relative;
}

.wrap {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

#sp-btn {
	display: none;
}

#overlay {
	display: none;
}


/*
----------------------------------------
header
----------------------------------------
*/

#wrapper > header {
	position: relative;
	background: url( assets/img/common/bg-01.png ) center top repeat;
}

body.nav-fix #wrapper > header,
body.nav-open #wrapper > header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999;
}

body.nav-fix header .pc .head-wrap .contact .menu-btn,
body.nav-open header .pc .head-wrap .contact .menu-btn {
	display: block;
}

body.nav-fix header #g-nav,
body.nav-open header #g-nav {
	display: none;
}

body.nav-fix header .pc .head-wrap,
body.nav-open header .pc .head-wrap {
	padding: 5px 0;
}

body.nav-fix header .pc .head-wrap .logo img,
body.nav-open header .pc .head-wrap .logo img {
	width: 171px;
}

body.nav-open #wrapper > header .pc .head-wrap .contact .menu-btn a {
	background: url( assets/img/common/menu-close@2x.png ) center center / 30px no-repeat;
	transition: all 0s;
}

body.nav-open #wrapper > header .pc .head-wrap .contact .menu-btn a img {
	opacity: 0;
}

header .sp {
	display: none;
}

header .pc .head-wrap {
	padding: 13px 0 0;
	align-items: center;
	line-height: .9;
	flex-wrap: nowrap;
}

header .pc .head-wrap .logo {
	margin-right: auto;
	padding-right: 15px;
}

header .pc .head-wrap .logo img {
	width: 238px;
	max-width: 100%;
}

header .pc .head-wrap .sns {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	padding: 0 12px;
	line-height: .5;
}

header .pc .head-wrap .sns a {
	display: inline-block;
	padding: 6px 12px;
}

header .pc .head-wrap .sns a img {
	width: 30px;
}

header .pc .head-wrap .contact a {
	display: inline-block;
}

header .pc .head-wrap .contact .flex {
	line-height: .5;
}

header .pc .head-wrap .contact .flex > div {
	padding: 0 20px;
	position: relative;
}

header .pc .head-wrap .contact .tel-btn a {
	padding: 0 4px 0 40px;
	background: url( assets/img/common/icon-tel@2x.png ) left center / 30px no-repeat;
	line-height: 1.3;
}

header .pc .head-wrap .contact .tel-btn .num {
	font-size: 1.8rem;
	letter-spacing: 2.5px;
}

header .pc .head-wrap .contact .tel-btn .note {
	font-size: 1.2rem;
	letter-spacing: .5px;
}

header .pc .head-wrap .contact .reservation-btn::after,
header .pc .head-wrap .contact .menu-btn::after {
	content: '';
	width: 1px;
	height: 36px;
	background: #e6e6e6;
	position: absolute;
	top: calc( 50% - 18px );
	left: 0;
}

header .pc .head-wrap .contact .reservation-btn a {
	line-height: 1.4;
	letter-spacing: 2.5px;
	letter-spacing: 2px;
	padding: 0 4px 0 40px;
	background: url( assets/img/common/icon-contact@2x.png ) left center / 30px no-repeat;
}

header .pc .head-wrap .contact .menu-btn {
	display: none;
}

header .pc .head-wrap .contact .menu-btn a {
	padding: 6px;
}

header .pc .head-wrap .contact .menu-btn a img {
	width: 30px;
}

header #head-menu {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

body.nav-open header #head-menu {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

header #head-menu > ul {
	position: fixed;
	top: 67px;
	right: 0;
	width: 80%;
	max-width: 600px;
	max-height: calc( 100vh - 62px );
	max-height: calc( ( var( --vh ) * 100 ) - 62px );
	overflow: auto;
	overflow-scrolling: touch;
	text-align: left;
	padding: 1px 0;
	z-index: 999999;
}

header #head-menu > ul > li {
	margin: 1px 0;
}

header #head-menu a,
header #head-menu span.sub {
	display: block;
	background: #fff;
	padding: 15px 25px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 5px;
	cursor: pointer;
}

header #head-menu a:hover {
	background: #f7f6f0;
}

header #head-menu span.sub {
	padding: 15px 40px 15px 25px;
}

header #head-menu span.sub {
	margin-bottom: 1px;
	background: #fff url( assets/img/common/icon-plus.png ) right 12px center / 18px no-repeat
}

header #head-menu span.sub:hover {
	background: #f7f6f0 url( assets/img/common/icon-plus.png ) right 12px center / 18px no-repeat
}

header #head-menu span.sub.open {
	background: #fff url( assets/img/common/icon-minus.png ) right 12px center / 18px no-repeat
}

header #head-menu ul ul {
	margin-left: 20px;
	display: none;
}

header #head-menu ul ul a {
	background: #ceaf50;
	color: #fff;
}

header #head-menu ul ul a:hover {
	background: #bfa14c;
}

header .overlay {
	position: fixed;
	top: 67px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 170, 157, 179, .8 );
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

body.nav-open header .overlay {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

header .overlay span {
	position: fixed;
	top: calc( 50% + 50px );
	left: 20px;
	transform: translateY( -50% );
	z-index: 9999;
	color: #fff;
	letter-spacing: 4px;
}



/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav .main-menu {
	justify-content: space-between;
	flex-wrap: nowrap;
}

#g-nav .main-menu > li {
	padding-bottom: 10px;
}

#g-nav .main-menu > li > a {
	display: block;
	padding: 20px 30px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 6.5px;
	position: relative;
}

#g-nav .main-menu > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .2s;
}

#g-nav .main-menu > li:hover > a::before,
#g-nav .main-menu > li.current > a::before {
	opacity: 1;
}

#g-nav .main-menu .about > a {
	background: url( assets/img/common/menu-bg-01.png ) center center no-repeat;
}

#g-nav .main-menu .about > a::before {
	background: url( assets/img/common/menu-bg-01-on.png ) center center no-repeat;
}

#g-nav .main-menu .bridal > a {
	background: url( assets/img/common/menu-bg-02.png ) center center no-repeat;
}

#g-nav .main-menu .bridal > a::before {
	background: url( assets/img/common/menu-bg-02-on.png ) center center no-repeat;
}

#g-nav .main-menu .event > a {
	background: url( assets/img/common/menu-bg-03.png ) center center no-repeat;
}

#g-nav .main-menu .event > a::before {
	background: url( assets/img/common/menu-bg-03-on.png ) center center no-repeat;
}

#g-nav .main-menu .photo-wedding > a {
	background: url( assets/img/common/menu-bg-04.png ) center center no-repeat;
}

#g-nav .main-menu .photo-wedding > a::before {
	background: url( assets/img/common/menu-bg-04-on.png ) center center no-repeat;
}

#g-nav .main-menu .access > a {
	background: url( assets/img/common/menu-bg-05.png ) center center no-repeat;
}

#g-nav .main-menu .access > a::before {
	background: url( assets/img/common/menu-bg-05-on.png ) center center no-repeat;
}

#g-nav .main-menu > li > a span {
	position: relative;
	z-index: 999;
}

#g-nav .sub-menu {
	position: absolute;
	top: 95%;
	right: 0;
	left: 0;
	background: rgba( 255, 255, 255, .95 );
	padding: 40px 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#g-nav li:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

#g-nav .sub-menu .ttl {
	font-size: 2rem;
	letter-spacing: 8px;
	text-align: left;
	margin-bottom: 40px;
}

#g-nav .sub-menu .flex {
	justify-content: center;
}

#g-nav .sub-menu li {
	width: 33.3333%;
}

#g-nav .sub-menu a {
	color: #fff;
	background: #192339;
	height: 250px;
	align-items: center;
	position: relative;
}

#g-nav .sub-menu a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
	transition: all .2s;
}

#g-nav .sub-menu a:hover::after {
	opacity: 1;
}

#g-nav .sub-menu .bridal-menu-00 a::after {
	background: url( assets/img/common/bridal-menu-00@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .bridal-menu-02 a::after {
	background: url( assets/img/common/bridal-menu-02@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .bridal-menu-03 a::after {
	background: url( assets/img/common/bridal-menu-03@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .bridal-menu-04 a::after {
	background: url( assets/img/common/bridal-menu-04@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .bridal-menu-05 a::after {
	background: url( assets/img/common/bridal-menu-05@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .bridal-menu-06 a::after {
	background: url( assets/img/common/bridal-menu-06@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .event-menu-01 a::after {
	background: url( assets/img/common/event-menu-01@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .event-menu-02 a::after {
	background: url( assets/img/common/event-menu-02@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu .event-menu-03 a::after {
	background: url( assets/img/common/event-menu-03@2x.png ) center center / cover no-repeat;
}

#g-nav .sub-menu a span {
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 8px;
	position: relative;
	z-index: 99;
	padding: 9px 28px;
	transition: all .2s;
}

#g-nav .sub-menu a:hover span {
	background: #fff;
	color: #ceaf50;
}


/*
----------------------------------------
contents
----------------------------------------
*/

#contents {
	text-align: left;
}

#main-contents {
	width: calc( 100% - 250px );
	padding: 0 50px 0 0;
}

#head-contents {
	margin: 20px 0;
	text-align: left;
}


/*
----------------------------------------
sidebar
----------------------------------------
*/

#sidebar {
	width: 250px;
}

#sidebar > .search-form {
	margin: 0 0 25px 0;
	position: relative;
}

.search-form form {
	background: #eee;
	position: relative;
}

.search-form input[type='text'] {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #c8ab51;
	border: none;
	background: #fff;
	padding: 15px 20px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form button {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 50px;
	height: 100%;
	background: #c8ab51 url( assets/img/topics/icon-search@2x.png ) center center / 24px no-repeat;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

#sidebar .back-link a {
	display: block;
	font-family: ten-mincho, serif;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px;
	border: solid 1px #000;
	background: url( assets/img/common/arrow-left.png ) left 15px center no-repeat;
}

#sidebar .back-link a:hover {
	border: solid 1px #e9e194;
	background: rgba( 233, 225, 148, .85 ) url( assets/img/common/arrow-left.png ) left 10px center no-repeat;
}

#sidebar h2 {
	font-size: 2.5rem;
	letter-spacing: 9px;
	font-family: ten-mincho, serif;
	margin-bottom: 25px;
	position: relative;
}

#sidebar h2 .en {
	font-size: 1.4rem;
	letter-spacing: 2.5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY( -50% );
}

#sidebar .rank-list {
	margin: 0 0 45px;
}

#sidebar .rank-list a {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

#sidebar .rank-list a::before {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	padding: 5px 35px 5px 10px;
	background: url( assets/img/topics/rank-bg@2x.png ) center center / contain no-repeat;
	color: #fff;
	font-family: ten-mincho, serif;
	text-align: center;
	font-size: 2rem;
	line-height: 1.2;
	box-sizing: border-box;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

#sidebar .rank-list a:first-child::before {
	content: '1';
}

#sidebar .rank-list a:nth-child(2)::before {
	content: '2';
}

#sidebar .rank-list a:nth-child(3)::before {
	content: '3';
}

#sidebar .rank-list figure > div {
	line-height: .5;
	margin-bottom: 15px;
	transition: all .2s;
	overflow: hidden;
}

#sidebar .rank-list a:hover figure > div {
	background: #192339;
}

#sidebar .rank-list figure img {
	width: 100%;
	transition: all .6s;
}

#sidebar .rank-list a:hover figure img {
	transform: scale( 1.1 );
	opacity: .8;
}

#sidebar .rank-list figure figcaption {
	font-size: 1.6rem;
	font-family: ten-mincho, serif;
	letter-spacing: 2px;
	line-height: 1.8;
	transition: all .2s;
}

#sidebar .rank-list a:hover figure figcaption {
	color: #c8ab51;
}

.menu-list > ul {
	margin-bottom: 40px;
}

.menu-list > ul > li {
	border-bottom: solid 1px #ddd;
}

.menu-list li li {
	border-top: solid 1px #ccc;
}

.menu-list a {
	display: block;
	padding: 15px 35px 15px 10px;
	line-height: 1.6;
	background: url( assets/img/common/arrow-right.png ) right 15px center no-repeat;
	position: relative;
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
}

.menu-list a:hover {
	background: #fafafa url( assets/img/common/arrow-right.png ) right 10px center no-repeat;
}

.menu-list li li a:before {
	content: '-';
	margin-right: 10px;
}

.menu-list.box-menu {
	border: solid 1px #ccc;
	padding: 15px;
}

.menu-list.box-menu ul {
	margin-bottom: 0;
}

.cat-menu-list li {
	margin-bottom: 5px;
}

.cat-menu-list li a {
	display: block;
	padding: 13px 20px;
	border: solid 1px #c8ab51;
	color: #c8ab51;
	background: #fff;
	line-height: 1.4;
}

.cat-menu-list li a:hover {
	color: #fff;
	background: #c8ab51;
}

.cat-menu-list li ul {
	margin-top: 5px;
}


/*
----------------------------------------
footer
----------------------------------------
*/

footer {
	background: #ceaf50;
	color: #fff;
	padding: 25px 0 0;
}

footer > .wrap {
	padding-bottom: 40px;
}

footer .info {
	align-items: center;
	margin-bottom: 20px;
}

footer .info .logo {
	margin-right: auto;
}

footer .info .logo img {
	width: 238px;
}

footer .info .contact .flex {
	position: relative;
}

footer .info .contact .flex::after {
	content: '';
	width: 1px;
	height: 36px;
	background: #fff;
	position: absolute;
	top: calc( 50% - 18px );
	right: 0;
}

footer .info .contact .flex > div {
	position: relative;
}

footer .info .contact .flex > div::after {
	content: '';
	width: 1px;
	height: 36px;
	background: #fff;
	position: absolute;
	top: calc( 50% - 18px );
	left: 0;
}

footer .info .contact .tel a {
	background: url( assets/img/common/icon-tel-02.png ) left 20px center no-repeat;
}

footer .info .contact .mail a {
	background: url( assets/img/common/icon-contact-02.png ) left 20px center no-repeat;
}

footer .info .contact a {
	display: block;
	padding: 0 25px 0 65px;
	letter-spacing: 1.5px;
	line-height: 1.45;
	color: #fff;
	column-rule: #fff;
}

footer .info .contact a:hover {
	opacity: .75;
}

footer .info .contact a .num {
	font-size: 1.8rem;
	letter-spacing: 2px;
}

footer .info .contact a .note {
	font-size: 1.2rem;
	letter-spacing: .5px;
}

footer .bottom-menu {
	text-align: left;
}

footer .bottom-menu .address-wrap {
	width: 32%;
	padding-right: 20px;
}

footer .bottom-menu .address-wrap .icon-set {
	display: inline-block;
	margin-bottom: 18px;
}

footer .bottom-menu .address-wrap .icon-set ul {
	line-height: .5;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0 12px;
}

footer .bottom-menu .address-wrap .icon-set li {
	padding: 3px 12px;
}

footer .bottom-menu .address-wrap .address {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 24px;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	position: relative;
}

footer .bottom-menu .address-wrap .address::after {
	content: '';
	width: 1px;
	height: 36px;
	background: #fff;
	position: absolute;
	left: 0;
	top: calc( 50% - 18px );
}

footer .bottom-menu .address-wrap .btn.link a {
	display: block;
	width: 307px;
	max-width: 100%;
	text-align: center;
	font-size: 1.8rem;
	color: #ceaf50;
	background: #fff;
	letter-spacing: 2.5px;
	padding: 7px 15px;
}

footer .bottom-menu .address-wrap .btn.link a:hover {
	background: #f7f6f0;
}

footer .bottom-menu .address-wrap .btn.link a::after {
	content: url( assets/img/common/icon-link-02.png );
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

footer .bottom-menu .sitemap {
	width: 68%;
}

footer .bottom-menu .sitemap h3 {
	font-size: 1.8rem;
	letter-spacing: 7px;
	border-left: solid 1px #fff;
	padding: 4px 0 4px 20px;
	margin-bottom: 20px;
}

footer .bottom-menu .sitemap .main-menu {
	width: 45%;
}

footer .bottom-menu .sitemap .bridal-menu {
	width: 35%;
}

footer .bottom-menu .sitemap .event-menu {
	width: 20%;
}

footer .bottom-menu .sitemap .flex li {
	margin-bottom: 3px;
	padding-left: 1.8rem;
	letter-spacing: 7px;
}

footer .bottom-menu .sitemap .flex a {
	font-size: 1.8rem;
	color: #fff;
}

footer .bottom-menu .sitemap .flex a:hover {
	opacity: .7;
}

footer .bottom-menu .sitemap .flex dt {
	letter-spacing: 7px;
}

footer .bottom-menu .sitemap .flex dd ul {
	margin-left: 1.2rem;
}

footer .bottom-menu .sitemap .flex dd li {
	margin-bottom: 4px;
	position: relative;
}

footer .bottom-menu .sitemap .flex dd li::before {
	content: '-';
	position: absolute;
	left: 3px;
	top: 0;
}

footer .bottom-menu .sitemap .flex dd a {
	font-size: 1.4rem;
}

footer .copyright {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
	background: #fff;
	color: #e9e194;
	letter-spacing: 1.5px;
	padding: 14px 0;
}

#orientation-mes {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 255, 255, 255, .9 );
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#orientation-mes.show {
	opacity: 1;
	visibility: visible;
	z-index: 999999999;
}

#orientation-mes .flex {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	margin: 0;
}

#orientation-mes .box {
	background: #e9e194;
	padding: 40px;
	letter-spacing: 2px;
}

/*
----------------------------------------
topics
----------------------------------------
*/

#topics .page-ttl {
	background: url( assets/img/topics/page-header@2x.png ) center center / cover no-repeat;
}

body#topics.single .topic-path {
	position: relative;
	top: 0;
	padding: 12px 0;
}

.contents-wrap {
	padding: 60px 0;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.6rem;
}

#ez-toc-container {
	margin-bottom: 40px;
}

#ez-toc-container .ez-toc-title {
	font-size: 2rem;
	letter-spacing: 4px;
	font-family: ten-mincho, serif;
	margin-bottom: 2.5rem;
	background: url( assets/img/topics/icon-h@2x.png ) left center / 30px no-repeat;
	padding-left: 4rem;
}

#ez-toc-container .ez-toc-title::after {
	content: '-CONTENTS-';
	display: inline-block;
	margin-left: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 2px;
	transform: translateY( -2px );
}

#ez-toc-container .ez-toc-list-level-1 {
	margin: 0 !important;
	padding: 25px 35px;
	border: solid 1px #e3db92;
}

#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list ul {
	margin-bottom: 0;
}

#ez-toc-container .ez-toc-list li {
	list-style: none;
	padding-left: 0;
	background: none;
	font-size: 1.6rem;
}

#ez-toc-container .ez-toc-list li::before {
	display: none;
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item;
    margin: 0 0 0 3.5rem;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	display: inline-block;
	margin-right: 1.8rem;
	content: counters( item, '-' ) '. ';
	counter-increment: item;
	font-family: ten-mincho, serif;
	font-size: 2rem;
	line-height: 25px;
	color: #c8ab51;
	transform: translateY( 1px );
}

#ez-toc-container.counter-decimal ul.ez-toc-list li li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li li a::before {
	font-size: 1.7rem;
}

#ez-toc-container a {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
}

#ez-toc-container li ul a {
	font-size: 1.4rem;
	font-weight: normal;
}

.new span {
	display: inline-block;
	padding: 1px 12px;
	background: rgba( 220, 180, 156, .85 );
	font-family: ten-mincho, serif;
	margin: 0 10px 5px 0;
}

.cat-list {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.cat-list li {
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

.cat-list a {
	display: inline-block;
	line-height: 1.4;
	letter-spacing: 3px;
	padding: 8px 12px;
	border: solid 1px #ceaf50;
	background: #ceaf50;
	color: #fff;
}

.cat-list a:hover {
	background: #fff;
	color: #ceaf50;
}

.post-header .views-count {
	margin-bottom: 5px;
}

.post-contents .more {
	text-align: right;
	margin-bottom: 0;
}

.single #contents {
	overflow: hidden;
}

.single .contents-wrap {
	padding: 2px 0;
}

.single #main-contents > .post {
	background: #fff;
	padding: 30px 50px 30px 0;
	position: relative;
}

.single #main-contents > .post::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -100vw;
	background: #fff;
}

/* post-header */

.single .post .post-header {
}

.post .post-header > .flex {
	margin-bottom: 15px;
	align-items: center;
}

.post .post-header > .flex > * {
	padding: 0;
}

.post .post-header .cat-list li {
	margin: 0 10px 10px 0;
}

.single #main-contents .post time {
	margin: 0 auto 10px 0;
}

.post .post-header h2 {
	font-family: ten-mincho, serif;
	font-size: 3rem;
	letter-spacing: 4px;
	line-height: 1.7;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.post .post-header h2::after {
	content: '';
	width: 84px;
	height: 1px;
	background: #070002;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* post-contents */

.post-contents h1,
.post-contents h2,
.post-contents h3,
.post-contents h4,
.post-contents h5,
.post-contents h6 {
	font-family: ten-mincho, serif;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
}

.post-contents h2 {
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 4px;
	padding: 45px 0 15px;
	border-bottom: solid 1px #e3db92;
	background: url( assets/img/topics/icon-h@2x.png ) center top / 30px no-repeat;
}

.post-contents h3 {
	font-size: 2rem;
	letter-spacing: 4px;
	padding: 19px 0;
	margin: 40px 25px 30px;
	border-top: solid 1px #e3db92;
	border-bottom: solid 1px #e3db92;
}

.post-contents h4 {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 50px;
	margin: 0 25px 25px;
}

.post-contents h4::before {
	content: '';
	width: 30px;
	height: 1px;
	background: #e3db92;
	position: absolute;
	top: 12px;
	left: 0;
}

.post-contents h5 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 15px;
	margin: 0 25px 20px;
}

.post-contents h5::before {
	content: '';
	width: 30px;
	height: 1px;
	background: #e3db92;
	position: absolute;
	bottom: 0;
	left: 0;
}

.post-contents h6 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 25px 20px;
}

.post-contents a {
	text-decoration: underline;
}

.post-contents strong {
	font-weight: bold;
	color: #CEAF53;
}

.post-contents hr {
	margin: 40px 0;
}

.post-contents p {
	font-size: 1.4rem;
	line-height: 2.4;
	letter-spacing: 2px;
	margin: 0 25px 30px;
	clear: both;
}

.post-contents p:before,
.post-contents p:after {
	display: table;
	content: '';
}
.post-contents p:after {
	clear: both;
}

.post-contents img.alignleft {
	float: left;
	margin: 0 2rem 1rem 0;
}

.post-contents img.alignright {
	float: right;
	margin: 0 0 1rem 2rem;
}

.post-contents img.aligncenter {
	display: block;
	margin: 0 auto;
}

.post-contents ul {
	margin: 0 25px 30px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	clear: both;
}

.post-contents ul li {
	padding-left: 27px;
	background: url( assets/img/topics/icon-list@2x.png ) left 4px / 17px no-repeat;
}

.post-contents ol {
	margin: 0 25px 30px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	clear: both;
	counter-reset: ol;
}

.post-contents ol li {
	padding-left: 27px;
	position: relative;
}

.post-contents ol li::before {
	display: inline-block;
	content: counters( ol, '-' ) '. ';
	counter-increment: ol;
	font-family: ten-mincho, serif;
	font-size: 1.6rem;
	color: #c8ab51;
	position: absolute;
	top: -2px;
	left: 0;
}

.post-contents blockquote {
	border: solid 1px #e3db92;
	padding: 25px 35px;
	margin: 45px 25px 30px;
	position: relative;
	clear: both;
}

.post-contents blockquote::before {
	content: '';
	width: 50px;
	height: 50px;
	background: #fff url( assets/img/topics/icon-h@2x.png ) center center / 30px no-repeat;
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY( -50% );
}

.post-contents blockquote p {
	margin: 0;
}

.post-contents table {
	width: calc( 100% - 40px ) !important;
	margin: 0 20px 30px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-align: left;
	border-collapse: separate !important;
	border-spacing: 5px;
	clear: both;
}

.post-contents table th {
	padding: 13px 20px;
	background: #e3db92;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

.post-contents table td {
	padding: 13px 20px;
	background: #f2f2f2;
	vertical-align: top;
}

.single #main-contents .shere-btn {
	padding: 0 25px;
	margin-top: 55px;
	position: relative;
}

.single #main-contents .shere-btn::before {
	content: '';
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 0;
	right: -50px;
	left: -100vw;
	z-index: 99;
}

.single #main-contents .shere-btn .flex {
	justify-content: flex-end;
	align-items: center;
	padding-top: 30px;
}

.single #main-contents .shere-btn h3 {
	font-size: 1.8rem;
	font-family: ten-mincho, serif;
	letter-spacing: 2px;
	margin-right: 10px;
	color: #c8ab51;
}

.single .addtoany_list a,
.single .widget .addtoany_list a {
	padding: 0;
	margin-left: 20px;
}

.single .addtoany_list a:not(.addtoany_special_service) > span {
	padding: 3px;
	border-radius: 10px;
	background: #c8ab51 !important;
	transition: all .4s;
}

.single .addtoany_list a:hover img,
.single .addtoany_list a:hover span {
	opacity: 1;
	transform: scale( 1.1 );
}

/* post-list */

.post-list .post {
	margin-bottom: 50px;
}

.post-list .post > .flex > figure {
	width: 50%;
}

.post-list .post > .flex > figure a {
	display: block;
	line-height: .5;
	overflow: hidden;
}
.post-list .post > .flex > figure a:hover {
	background: #192339;
}

.post-list .post > .flex > figure a img {
	width: 100%;
	transition: all .6s;
}

.post-list .post > .flex > figure a:hover img {
	transform: scale( 1.1 );
	opacity: .8;
}

.post-list .post > .flex > .txt {
	width: 50%;
	background: #fff;
}

.post-list .post .txt > .flex {
	flex-direction: column;
	height: 100%;
}

.post-list .post .txt .cont {
	padding: 15px 30px;
	margin: auto 0;
	position: relative;
}

.post-list .post .txt .cont .flex {
	align-items: center;
	margin-bottom: 10px;
	padding-right: 5rem;
}

#main-contents .post .cat-list {
	margin-right: 10px;
}

#main-contents .post time {
	font-size: 1.4rem;
	font-family: ten-mincho, serif;
	letter-spacing: 3px;
	display: inline-block;
	padding: 6px 0;
	margin: 0 auto 5px 0;
	color: #231815;
}

.post-list .post .txt .cont .new {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 5rem;
	line-height: 5rem;
	font-family: ten-mincho, serif;
	color: #e3db92;
}

.post-list .post .txt .cont h2 {
	font-size: 2.5rem;
	font-family: ten-mincho, serif;
	line-height: 1.8;
	font-feature-settings: 'palt';
	letter-spacing: 7px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	position: relative;
}

.post-list .post .txt .cont h2::after {
	content: '';
	width: 84px;
	height: 1px;
	background: #070002;
	position: absolute;
	bottom: 0;
	left: 0;
}

.post-list .post .txt .cont .read {
	font-size: 1.4rem;
	line-height: 2.2;
	letter-spacing: 2px;
}

.post-list .post .btn-01 {
	margin-top: auto;
}

.post-list .post .btn-01 a {
	font-size: 2.5rem;
	font-family: ten-mincho, serif;
	padding: 10px 60px;
}

.search-msg {
	background: #fafafa;
	padding: 10px 20px;
	margin: 30px 0;
}

/* post-nav */

.post-nav {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0 50px;
	padding: 0 50px;
}

.post-nav .prev,
.post-nav .next {
	width: 50%;
	position: relative;
}

.post-nav .prev::after {
	content: '';
	width: 1px;
	height: 40px;
	background: #ccc;
	position: absolute;
	top: calc( 50% - 20px );
	right: 0;
}

.post-nav a {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 4px;
	font-family: ten-mincho, serif;
	position: relative;
}

.post-nav .prev a::before,
.post-nav .next a::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc( 50% - 20px );
	transition: all .2s;
}

.post-nav .prev a {
	padding: 5px 45px 5px 70px;
}

.post-nav .prev a::before {
	background: #ccc url( assets/img/topics/icon-prev@2x.png ) center center / 10px no-repeat;
	left: 0;
}

.post-nav .prev a:hover::before {
	background: #c8ab51 url( assets/img/topics/icon-prev@2x.png ) center center / 10px no-repeat;
}

.post-nav .next a {
	padding: 5px 70px 5px 45px;
}

.post-nav .next a::before {
	background: #ccc url( assets/img/topics/icon-next@2x.png ) center center / 10px no-repeat;
	right: 0;
}

.post-nav .next a:hover::before {
	background: #c8ab51 url( assets/img/topics/icon-next@2x.png ) center center / 10px no-repeat;
}

.post-nav .back-link {
	width: 100%;
	margin-top: 15px;
}

.back-link a {
	display: inline-block;
	width: 220px;
	max-width: 100%;
	margin: 0 auto;
	text-decoration: none;
	font-family: ten-mincho, serif;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px 20px 10px 35px;
	background: #e9e194 url( assets/img/common/arrow-left.png ) left 15px center no-repeat;
}

.back-link a:hover {
	background: rgba( 233, 225, 148, .85 ) url( assets/img/common/arrow-left.png ) left 10px center no-repeat;
}

.post-nav .back-link a {
	display: block;
	padding: 10px;
	background: #e9e194;
}

.post-nav .back-link a:hover {
	background: rgba( 233, 225, 148, .85 );
}


/* pagination */

.pagination {
	text-align: center;
	margin: 90px 0 20px;
}

.pagination ul {
	justify-content: center;
}

.pagination ul li {
	margin: 0 5px;
}

.pagination a,
.pagination span {
	display: inline-block;
	font-size: 1.6rem;
	padding: 4px 15px;
	transition: all .4s;
	background: #ccc;
	color: #fff;
}

.pagination a.prev,
.pagination a.next {
	display: inline-block;
	width: 40px;
	overflow: hidden;
	text-indent: -9999px;
}

.pagination a:hover,
.pagination span.current {
	background: #c8ab51;
}

.pagination a.prev {
	background: #ccc url( assets/img/topics/icon-prev@2x.png ) center center / 10px no-repeat;
}

.pagination a.prev:hover {
	background: #c8ab51 url( assets/img/topics/icon-prev@2x.png ) center center / 10px no-repeat;
}

.pagination a.next {
	background: #ccc url( assets/img/topics/icon-next@2x.png ) center center / 10px no-repeat;
}

.pagination a.next:hover {
	background: #c8ab51 url( assets/img/topics/icon-next@2x.png ) center center / 10px no-repeat;
}

/* author */

.author-box {
	margin: 20px 0;
	padding: 40px 50px 40px;
	background: #fff;
	position: relative;
}

.author-box::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -100vw;
	background: #fff;
}

.author-wrap {
	border: solid 1px #231815;
	padding: 35px;
	position: relative;
}

.author-wrap > .flex {
	align-items: center;
}

.author-box h3 {
	display: inline-block;
	padding: 2px 25px;
	background: #fff;
	font-family: ten-mincho, serif;
	font-size: 1.8rem;
	letter-spacing: 5px;
	position: absolute;
	top: 0;
	left: 35px;
	transform: translateY( -50% );
}

.author-box > .flex {
	margin-bottom: 0;
}

.author-box .flex > figure {
	width: 130px;
	padding: 0;
	margin: 0;
	line-height: .5;
}

.author-box .flex > .txt {
	width: 50%;
}

.author-box .flex > figure + .txt {
	width: calc( 50% - 130px );
	padding: 0 0 0 30px;
}

.author-box .flex > .txt > .flex {
	padding: 0;
	flex-direction: column;
	min-height: 130px;
}

.author-box .flex > .txt > .flex > * {
	padding: 0;
}

.author-box .flex > .txt > .flex .info {
	font-family: ten-mincho, serif;
	font-size: 1.6rem;
	padding: 5px 0;
}

.author-box .flex .read {
	width: 50%;
	font-size: 1.4rem;
	letter-spacing: 2px;
	line-height: 2.2;
	padding-left: 30px;
}

.author-box h4 {
	font-size: 2.5rem;
	letter-spacing: 8px;
	margin-bottom: 10px;
}

.author-box .btn-set {
	margin: auto 0 0;
}

.author-box .btn-set > .flex {
	align-items: center;
}

.author-box .sns {
	padding: 0;
	line-height: .5;
}

.author-box .sns .flex > * {
	padding: 0;
	margin-right: 20px;
}

.author-box .sns .flex a {
	display: inline-block;
	width: 30px;
	transition: all .4s;
}

.author-box .sns .flex a:hover {
	transform: scale( 1.2 );
}

.author-box .more-link {
	padding: 0;
	margin-left: auto;
}

.more-link {
	text-align: right;
}

.more-link a {
	display: inline-block;
	font-family: ten-mincho, serif;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 5px 30px 5px 5px;
	border-bottom: solid 1px #000;
	background: url( assets/img/common/arrow-01.png ) right 5px center no-repeat;
}

.more-link a:hover {
	background: url( assets/img/common/arrow-01.png ) right center no-repeat;
}

/* relation-post */

.relation-post {
	padding: 0;
}

.relation-post h2 {
	text-align: center;
	font-family: ten-mincho, serif;
	font-size: 2.5rem;
	letter-spacing: 8px;
	padding: 16px;
	margin-bottom: 25px;
	border: solid 1px #c8ab51;
}

.relation-post .flex {
	justify-content: space-between;
	padding: 0 50px;
	margin-bottom: 20px;
}

.relation-post .flex .post {
	width: calc( ( 100% - 50px ) / 3 );
}

.relation-post .flex .thumb {
	margin-bottom: 	15px;
}

.relation-post .flex .thumb a {
	display: block;
	overflow: hidden;
	font-family: ten-mincho, serif;
	line-height: 1.8;
	letter-spacing: 2px;
}

.relation-post .flex .thumb a > div {
	line-height: .5;
	margin-bottom: 10px;
	overflow: hidden;
}

.relation-post .flex .thumb a:hover > div {
	background: #192339;
}

.relation-post .flex .thumb a img {
	width: 100%;
	transition: all .6s;
}

.relation-post .flex .thumb a:hover img {
	transform: scale( 1.1 );
	opacity: .8;
}


/*
----------------------------------------
slider
----------------------------------------
*/

.slider {
	margin: 40px 0;
	text-align: center;
}

.slider .slick-slide figure {
	text-align: center;
}

.slider .slick-slide img {
	display: inline-block;
}

.slider.thumb-slider {
	margin: 0;
}

.slider.thumb-slider + .thumb {
	margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
	padding: 0 5px;
}

.slider.slick-dotted.slick-slider {
	margin: 0 0 80px 0;
}

.slider .slick-dots {
	bottom: -40px;
}

.slider .slick-prev,
.slider .slick-next {
	width: 43px;
	height: 84px;
	top: 50%;
	padding: 0;
}

.slider .slick-prev {
	left: 110px;
	z-index: 999;
}

.slider .slick-next {
	right: 110px;
	z-index: 999;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	display: inline-block;
	content: '';
	width: 43px;
	height: 84px;
	opacity: 1;
}

.slider .slick-prev:before {
	background: url( assets/img/common/arrow-prev.png ) center center / contain no-repeat;
}

.slider .slick-next:before {
	background: url( assets/img/common/arrow-next.png ) center center / contain no-repeat;
}


/*
----------------------------------------
page-ttl
----------------------------------------
*/

#page-ttl {
	background: #eee;
	padding: 80px 20px;
}

#page-ttl .box {
	display: inline-block;
	background: rgba( 255,255,255,.9 );
	padding: 20px 40px;
	line-height: 1.4;
}

#page-ttl .box h2 {
	font-size: 3rem;
	font-weight: normal;
}

#page-ttl .box h2.en {
	font-size: 4rem;
}

#page-ttl .box p {
	font-size: 1.4rem;
}

#page-ttl .box p.en {
	font-size: 2rem;
}


/*
----------------------------------------
page-contents
----------------------------------------
*/

.page-contents section {
	margin-bottom: 30px;
}

.page-contents h2 {
	margin-bottom: 30px;
	border-left: solid 5px #000;
	padding-left: 15px;
}

.page-contents p,
.page-contents figure {
	margin-bottom: 30px;
}

.page-contents .flex.img-right {
	flex-direction: row-reverse;
}

.page-contents .flex figure {
	width: 40%;
	padding: 0;
}

.page-contents .flex figure + p {
	width: 60%;
}

.page-contents .img-left figure + p {
	padding: 0 0 0 25px;
}

.page-contents .img-right figure + p {
	padding: 0 25px 0 0;
}


/*
----------------------------------------
topic-path
----------------------------------------
*/

.topic-path {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	z-index: 99999;
}

.topic-path * {
	font-size: 1.4rem;
	color: #999;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

.topic-path a,
.topic-path .breadcrumb_last {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}

.topic-path .wrap > span > span > a {
	margin-left: 0;
}


/*
----------------------------------------
home
----------------------------------------
*/

#home #wrapper {
	padding-top: 167px;
}

#home #wrapper > header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#home.nav-fix #wrapper > header .pc .head-wrap .contact .menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	background: url( assets/img/common/bg-01.png ) center top repeat;
	padding: 10px;
}

#home.nav-fix #wrapper > header .pc .head-wrap .contact .menu-btn::after {
	display: none;
}

#home.nav-open #wrapper > header {
	position: fixed;
}

#home.nav-open #wrapper > header .pc .head-wrap .contact .menu-btn {
	padding: 0 10px;
}

#home.nav-open #wrapper header > .wrap {
	max-width: 100%;
	padding: 0 0 0 15px;
}

#home .scroll-box {
	height: 100vh;
	height: calc( var( --vh ) * 100 );
	overflow: hidden;
}

#home #main-img {
	background: #192339;
	position: relative;
}

#home #main-img .wrap > .flex {
	height: calc( 100vh - 163px );
	height: calc( ( var( --vh ) * 100 ) - 163px );
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
}

#home #main-img .box {
	text-align: center;
}

#home #main-img .box .copy {
	display: inline-block;
	margin-bottom: 13vh;
	margin-bottom: calc( var( --vh ) * 13 );
	position: relative;
}

#home #main-img .box .copy::before,
#home #main-img .box .copy::after {
	content: '';
	width: 1px;
	background: #fff;
	position: absolute;
	top: -10px;
	bottom: -10px;
}

#home #main-img .box .copy::before {
	left: -10px;
}

#home #main-img .box .copy::after {
	right: -10px;
}

#home #main-img .box .copy img {
	width: 100%;
	height: auto;
	max-width: 360px;
}

#home #main-img #main-nav {
	margin-bottom: 10px;
}

#home #main-img #main-nav > .flex {
	justify-content: center;
	flex-wrap: nowrap;
}

#home #main-img #main-nav .slick-track > div {
	margin: 0 30px;
}

#home #main-img #main-nav a {
	display: block;
	width: 255px;
	max-width: 100%;
	text-align: center;
	font-size: 1.8rem;
	line-height: 60px;
	white-space: nowrap;
	padding-right: 1rem;
	letter-spacing: 2px;
	background: rgba( 255, 255, 255, .85 ) url( assets/img/common/arrow-01.png ) right 20px center no-repeat;
}

#home #main-img #main-nav .slick-current a {
	background: rgba( 233, 225, 148, .85 ) url( assets/img/common/arrow-01.png ) right 20px center no-repeat;
}

#home #main-img .scroll {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 999;
}

#home #main-img .scroll a {
	display: inline-block;
	padding-bottom: 50px;
}

#home #main-img .scroll a::before,
#home #main-img .scroll a::after {
	content: '';
	width: 1px;
	height: 96px;
	background: rgba( 255, 255, 255, .85 );
	position: absolute;
	bottom: -53px;
	left: 50%;
}

/*
#home #main-img #fv-img {
	background-image: url( assets/img/home/fv-img-04.jpg );
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
*/

#home #main-img #main-slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #eee;
}

#home #main-img #main-slide div {
	width: 100%;
	height: 100%;
}

#home #main-img #main-slide .slide-01 {
	background: url( assets/img/home/fv-img-04.jpg ) center center / cover no-repeat;
}

#home #main-img #main-slide .slide-02 {
	background: url( assets/img/home/fv-img-02.jpg ) center center / cover no-repeat;
}

#home #main-img #main-slide .slide-03 {
	background: url( assets/img/home/fv-img-03.jpg ) center center / cover no-repeat;
}

@keyframes scroll {

	0% {
		bottom: 43px;
		height: 0;
	}
	50% {
		bottom: -53px;
		height: 96px;
	}
	100% {
		bottom: -53px;
		height: 0;
	}

}

#home #main-img .scroll a::after {
	background: #e9e194;
	animation: scroll 2s linear .2s infinite normal;
}

#home #main-img .scroll a .txt {
	display: inline-block;
	padding-bottom: 15px;
	background: url( assets/img/common/arrow-scroll.png ) center bottom no-repeat;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 1.5px;
	color: #fff;
}

/* info-box */

#home .info-box .read {
	position: relative;
	background: url( assets/img/home/info-bg.png ) center center no-repeat;
}

#home .info-box .read .flex {
	flex-direction: row-reverse;
}

#home .info-box .read .flex > * {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#home .info-box .read .flex .ttl {
	height: 53vh;
	height: calc( var( --vh ) * 53 );
	font-size: 2rem;
	width: 240px;
	padding: 120px 120px 0 0;
	position: relative;
}

#home .info-box .read .flex .ttl::after {
	content: '';
	position: absolute;
	top: 0;
	right: -100vw;
	bottom: 0;
	left: 0;
	background: rgba( 233, 225, 148, .75)
}

#home .info-box .read .flex .ttl h3 {
	letter-spacing: 2.5px;
	position: relative;
	z-index: 99;
}

.num-tb {
	height: 134px;
	border-left: solid 1px #000;
	padding: 40px 0 0 15px;
	font-size: 4rem;
	letter-spacing: 8px;
	white-space: nowrap;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#home .info-box .read .flex .ttl .num-tb {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

#home .info-box .read .flex .txt {
	width: calc( 100% - 240px );
	padding: 140px 70px 0 0;
}

#home .info-box .read .flex .txt p {
	line-height: 5.25rem;
	margin-left: 5.25rem;
	letter-spacing: 2.5px;
}

#home .info-box .welcome > a {
	display: block;
	background: #192339;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#home .info-box .welcome > a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url( assets/img/home/welcome-bg@2x.png ) center center / cover no-repeat;
	opacity: .8;
	transition: all .4s;
}

#home .info-box .welcome > a:hover::after {
	opacity: 1;
}

#home .info-box .welcome a > .flex {
	height: 47vh;
	height: calc( var( --vh ) * 47 );
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 99;
}

#home .info-box .welcome .ttl > span {
	display: inline-block;
	position: relative;
	background: #fff;
	line-height: .5;
	margin-bottom: 30px;
	padding: 53px;
}

#home .info-box .welcome .ttl > span::before,
#home .info-box .welcome .ttl > span::after {
	content: '';
	width: 1px;
	background: #fff;
	position: absolute;
	top: -10px;
	bottom: -10px;
}

#home .info-box .welcome .ttl > span::before {
	left: -10px;
}

#home .info-box .welcome .ttl > span::after {
	right: -10px;
}

#home .info-box .welcome .en  {
	font-family: toppan-bunkyu-midashi-min-st, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 2px;
}

/* bridal-box */

#home .bridal-box > .flex {
	justify-content: center;
	align-items: center;
	height: 100vh;
	height: calc( var( --vh ) * 100 );
	padding: 20px 0;
	background: url( assets/img/common/bg-musubi.png ) center center no-repeat;
}

#home .bridal-list {
	justify-content: space-between;
}

#home .bridal-list .bridal {
	width: calc( ( 100% - 60px ) / 3 );
	padding-bottom: 30px;
}

#home .bridal-list.list-01 .bridal {
	width: calc( ( 100% - 30px ) / 2 );
}

#home .bridal-list .bridal a,
#home .event-list .event a {
	height: 32.5vh;
	height: calc( var( --vh ) * 32.5 );
	max-height: 290px;
	position: relative;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	font-family: toppan-bunkyu-midashi-min-st, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #192339;
	letter-spacing: 2.5px;
	position: relative;
	overflow: hidden;
}

#home .bridal-list.list-01 .bridal a {
	height: 37.5vh;
	height: calc( var( --vh ) * 37.5 );
	max-height: 340px;
}

#home .bridal-list .bridal a:hover,
#home .event-list .event a:hover {
	background: #000;
}

#home .bridal-list .bridal a::after,
#home .event-list .event a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .6s;
	opacity: .8;
}

#home .bridal-list .bridal a:hover::after {
	opacity: 1;
}

#home .bridal-list .bridal.shiromuku a::after {
	background: url( assets/img/home/bridal-img-01@2x.png ) center center / cover no-repeat;
}

#home .bridal-list .bridal.irouchikake a::after {
	background: url( assets/img/home/bridal-img-00@2x.png ) center center / cover no-repeat;
}

#home .bridal-list .bridal.montsukihakama a::after {
	background: url( assets/img/home/bridal-img-03@2x.png ) center center / cover no-repeat;
}

#home .bridal-list .bridal.dress a::after {
	background: url( assets/img/home/bridal-img-04@2x.png ) center center / cover no-repeat;
}

#home .bridal-list .bridal.hikifurisode a::after {
	background: url( assets/img/home/bridal-img-05@2x.png ) center center / cover no-repeat;
}

#home .bridal-list .bridal a .ttl,
#home .event-list .event a .ttl {
	line-height: .5;
	padding: 35px;
	border: solid 1px #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
	transition: all .2s;
}

#home .bridal-list .bridal a:hover .ttl,
#home .event-list .event a:hover .ttl {
	background: rgba( 25, 35, 57, .25 );
}

#home .bridal-list.list-01 .bridal a .ttl {
	padding: 50px;
	margin-bottom: 20px;
}

#home .bridal-list .bridal a .ttl img,
#home .event-list .event a .ttl img {
	width: 140px;
	height: 140px;
}

#home .bridal-list .bridal a .en,
#home .event-list .event a .en {
	position: relative;
	z-index: 99;
	text-align: center;
}

/* event-box */

#home .event-box > .flex {
	justify-content: center;
	align-items: center;
	height: 100vh;
	height: calc( var( --vh ) * 100 );
	padding: 20px 0;
}

#home .event-list {
	justify-content: space-between;
	background: url( assets/img/common/bg-musubi-02.png ) center center no-repeat;
}

#home .event-list .event {
	width: calc( ( 100% - 60px ) / 3 );
}

#home .event-list .event a {
	height: 68.5vh;
	height: calc( var( --vh ) * 68.5 );
	max-height: 620px;
}

#home .event-list .event a:hover::after {
	opacity: 1;
}

#home .event-list .event:first-child a::after {
	background: url( assets/img/home/event-img-01@2x.png ) center top / cover no-repeat;
}

#home .event-list .event:nth-child( 2 ) a::after {
	background: url( assets/img/home/event-img-02@2x.png ) center top / cover no-repeat;
}

#home .event-list .event:nth-child( 3 ) a::after {
	background: url( assets/img/home/event-img-03@2x.png ) center top / cover no-repeat;
}

/* photo-wedding-box */

#home .photo-wedding-box {
	background: url( assets/img/home/photo-wedding-bg.jpg ) center top / cover no-repeat;
}

#home .photo-wedding-box .txt {
	max-width: 460px;
	margin-left: auto;
	height: 100vh;
	height: calc( var( --vh ) * 100 );
	background: #fff;
	flex-direction: column;
	flex-wrap: nowrap;
}

#home .photo-wedding-box .txt-wrap {
	margin: auto 0;
	padding: 20px 0;

}

#home .photo-wedding-box .txt h2 {
	padding: 45px 30px 35px 70px;
	font-size: 2rem;
	letter-spacing: 7px;
	position: relative;
}

#home .photo-wedding-box .txt h2::before {
	content: '';
	width: 52px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 61px;
	left: 0;
}

#home .photo-wedding-box .txt .read {
	padding: 0 100px 0 30px;
	line-height: 5rem;
	letter-spacing: 2.5px;
}

#home .photo-wedding-box .txt .btn {
	margin-top: auto;
}

#home .photo-wedding-box .txt .btn a {
	display: block;
	padding: 15px 60px 15px 30px;
	background: #e9e194 url( assets/img/common/arrow-01.png ) right 35px center no-repeat;
	font-size: 2rem;
	letter-spacing: 2.5px;
}

#home .photo-wedding-box .txt .btn a:hover {
	background: rgba( 233, 225, 148, .85 ) url( assets/img/common/arrow-01.png ) right 30px center no-repeat;
}

/* topics-box */

#home .topics-box .wrap > .flex {
	height: 100vh;
	height: calc( var( --vh ) * 100 );
	justify-content: space-between;
	align-items: center;
	padding: 125px 0 100px;
}

#home .topics-box .wrap > .flex > div {
	width: 42%;
	position: relative;
}

#home .topics-box .wrap > .flex > div > .flex {
	flex-direction: column;
	justify-content: space-between;
	height: 660px;
	max-height: 90%;
}

#home .topics-box .btn-01 {
	margin-top: auto;
}

#home .topics-box .topics-list {
	width: 100%;
	border-top: solid 1px #e9e194;
}

#home .topics-box .topics-list li {
	border-bottom: solid 1px #e9e194;
}

#home .topics-box .topics-list li a {
	display: block;
	padding: 42px 42px 42px 0;
	background: url( assets/img/common/arrow-01.png ) right 5px center no-repeat;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#home .topics-box .topics-list li a:hover {
	background: url( assets/img/common/arrow-01.png ) right 0 center no-repeat;
}

#home .topics-box .topics-list li a time {
	display: inline-block;
	width: 12rem;
}

#home .topics-box .mes {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

#home .topics-box .h-02 {
	margin-bottom: 110px;
}

#home .topics-box .access .ttl {
	margin-bottom: 45px;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	letter-spacing: 1px;
	flex-wrap: nowrap;
	white-space: nowrap;
	min-height: 71px;
}

#home .topics-box .access .ttl .logo {
	line-height: .5;
	margin-right: 3rem;
}

#home .topics-box .access .ttl .logo img {
	width: 238px;
}

#home .topics-box .access .map {
	padding-bottom: 230px;
}

/* contact-box */

.reservation > a {
	display: block;
	background: #192339;
	text-align: center;
	position: relative;
}

.reservation > a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url( assets/img/common/reservation-bg@2x.png ) center center / cover no-repeat;
	opacity: .8;
	transition: all .4s;
}

.reservation > a:hover::after {
	opacity: 1;
}

.reservation > a > .flex {
	height: 49vh;
	height: calc( var( --vh ) * 49 );
	max-height: 440px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 99;
}

#home .reservation > a > .flex {
	max-height: initial;
}

.reservation .ttl > span {
	display: inline-block;
	position: relative;
	background: #fff;
	line-height: .5;
	padding: 41px 43px;
	margin-bottom: 30px;
}

.reservation .ttl > span::before,
.reservation .ttl > span::after {
	content: '';
	width: 1px;
	background: #fff;
	position: absolute;
	top: -10px;
	bottom: -10px;
}

.reservation .ttl > span::before {
	left: -10px;
}

.reservation .ttl > span::after {
	right: -10px;
}

.reservation .ttl > span img {
	width: 81px;
}

.reservation .en  {
	font-family: toppan-bunkyu-midashi-min-st, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 2px;
}

.reservation-info {
	text-align: center;
	height: 35vh;
	height: calc( var( --vh ) * 35 );
	max-height: 340px;
	padding-top: 30px;
	box-sizing: border-box;
}

#home .reservation-info {
	max-height: initial;
}

.reservation-info h2 {
	font-size: 3rem;
	letter-spacing: 12px;
	margin: 0 0 3rem;
}

.reservation-info strong {
	display: block;
	margin-bottom: 25px;
	margin-left: 40px;
	font-size: 2rem;
	letter-spacing: 5.5px;
}

.reservation-info strong span {
	display: inline-block;
	border: solid 1px #e9e194;
	padding: 4px 30px;
	margin: 0 8px;
}

.reservation-info strong span:first-child {
	margin-left: 16px;
}

.reservation-info strong span:nth-child( 2 ) {
	margin-right: 16px;
}

.reservation-info .note {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

#home .contact-box .bnr-set a {
	max-height: initial;
}

.insta-feed {
	background: #e8e5f2;
}

.insta-feed h2 {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 15px;
	padding: 4.2rem 0;
}

.insta-feed .btn {
	text-align: center;
	padding: 2rem 0 2.5rem;
}

.insta-feed .btn a {
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 2px;
	background: #fff url( assets/img/common/icon-link-02@2x.png ) right 30px center / 20px no-repeat;
	color: #c8ab52;
	border: solid 1px #c8ab52;
	width: 300px;
	padding: 6px 50px;
}

.insta-feed .btn a:hover {
	background: #f7f6f0 url( assets/img/common/icon-link-02@2x.png ) right 30px center / 20px no-repeat;
}

.contact-box .bnr-set > .flex > div {
	width: 50%;
}

.contact-box .bnr-set {
	height: 16vh;
	max-height: 150px;
	height: calc( var( --vh ) * 16 );
}

.contact-box .bnr-set a {
	text-align: center;
	height: 16vh;
	max-height: 150px;
	height: calc( var( --vh ) * 16 );
	background: #fff;
	border: solid 1px #e9e194;
	justify-content: center;
	align-items: center;
}

.contact-box .bnr-set a img {
	margin-right: 30px;
}

.contact-box .bnr-set .tel {
	font-size: 2rem;
	letter-spacing: 1.2px;
	line-height: 1.4;
}

.contact-box .bnr-set .tel .num {
	font-size: 3rem;
	letter-spacing: 4.5px;
}

.contact-box .bnr-set .tel a:hover {
	background: #f7f6f0;
}

.contact-box .bnr-set .contact {
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: 3.5px;
}

.contact-box .bnr-set .contact a {
	background: #e9e194;
}

.contact-box .bnr-set .contact a:hover {
	background: rgba( 233, 225, 148, .85 );
}


/*
----------------------------------------
faq
----------------------------------------
*/


#faq-menu h2 {
	font-size: 1.8rem;
	background: #eee url( assets/img/common/icon-plus.svg ) right 20px center / 16px no-repeat;
	padding: 15px 55px 15px 20px;
	cursor: pointer;
}

#faq-menu h2.open {
	background: #eee url( assets/img/common/icon-minus.svg ) right 20px center / 16px no-repeat;
}

#faq-menu ul {
	display: none;
	padding-bottom: 2rem;
}

#faq-menu li {
	margin-bottom: 10px;
}

#faq-menu li a {
	display: block;
	padding: 6px 0 6px 4rem;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
}

#faq-menu li a:before {
	content: 'Q';
	display: inline-block;
	color: #fff;
	background: #000;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 3rem;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 3px;
	left: 0;
}

#faq-list {
	margin: 60px 0;
}

#faq-list h2 {
	font-size: 2rem;
	border-left: solid 5px #777;
	padding: 5px 5px 5px 15px;
	margin-bottom: 20px;
}

#faq-list .faq-01 {
	margin-bottom: 40px;
}


/*
----------------------------------------
staff
----------------------------------------
*/

.staff-list .staff {
	border: solid 1px #ccc;
	padding: 30px;
	margin-bottom: 30px;
}

.staff-list .name {
	font-size: 2.4rem;
	border-left: solid 4px #000;
	padding-left: 15px;
	margin-bottom: 20px;
}

.staff-list .name .sub {
	font-size: 1.6rem;
	margin-left: 10px;
}

.staff-list .staff figure {
	width: 25%;
	padding: 0;
	margin-bottom: 0;
}

.staff-list .staff figure + .txt {
	width: 75%;
	padding: 0 0 0 20px;
}

.staff-list .staff .txt h3 {
	font-size: 1.8rem;
}

.staff-list .staff:nth-child(even) .flex {
	flex-direction: row-reverse;
}

.staff-list .staff:nth-child(even) .flex figure + .txt {
	padding: 0 20px 0 0;
}


/*
----------------------------------------
company
----------------------------------------
*/

#company .contents section {
	margin-bottom: 80px;
}

#company .philosophy-box .cont figure,
#company .philosophy-box .cont p {
	margin-bottom: 20px;
}

#company .greeting-box .flex {
	align-items: center;
}

#company .greeting-box figure {
	width: 35%;
	padding-right: 40px;
	text-align: center;
}

#company .greeting-box figure + .txt {
	width: 65%;
}

#company .greeting-box .sign {
	text-align: right;
	font-size: 1.4rem;
}

#company .greeting-box .sign .name {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 2rem;
	margin-left: 10px;
}

#company .greeting-box .txt p {
	margin-top: 20px;
}

#company .contents table th {
	width: 25%;
	text-align: center;
}


/*
----------------------------------------
contact
----------------------------------------
*/

.contact-info {
	margin-bottom: 80px;
}

.contact-info .flex {
	justify-content: space-between;
}

.contact-info .cont {
	width: calc( ( 100% - 30px ) / 2 );
	border: solid 1px #ccc;
	padding: 30px;
}

.contact-info .tel .label {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 0 10px;
}

.contact-info .tel a {
	display: inline-block;
	font-size: 3.6rem;
	white-space: nowrap;
	margin: 0 10px;
	vertical-align: middle;
}

.contact-info .line {
	margin-top: 15px;
}

.contact-info .line img {
	max-width: 160px;
}

.contact-info .thanks-img {
	text-align: center;
	margin-bottom: 30px;
}

.contact-info .read {
	text-align: center;
	margin-bottom: 40px;
}

.contact-info .read a {
	text-decoration: underline;
}

.contact-info .back-btn {
	text-align: center;
	margin-top: 40px;
}

.accbox.notice {
	width: 100%;
	margin: 40px 0;
	align-items: center;
	background: #fafafa;
}

.accbox.notice ul {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}

.accbox.notice li {
	margin: 5px 0;
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 15px;
    background :#fafafa;
    cursor :default;
    transition: all 0.5s;
    width: 25%;
	text-align: center;
}

.accbox label:hover {
    background: #fafafa;
}

.accbox input {
    display: none;
}

.accbox .accshow {
	background: #fafafa;
    padding: 15px 15px 15px 0;
    line-height: 1.6;
    overflow: hidden;
    transition: 0.8s;
    width: 75%;
}

.form-step {
	width: 100%;
	margin-bottom: 30px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.form-step > p {
	width: 33.3333%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px !important;
	background: #fafafa;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.form-step > p::before {
	content: '';
	border: solid 25px transparent;
	position: absolute;
	top: -1px;
	left: 1px;
	border-left: solid 20px #ddd;
}

.form-step > p::after {
	content: '';
	border: solid 25px transparent;
	position: absolute;
	top: -1px;
	left: 0;
	border-left: solid 20px #fafafa;
}

#mailformpro .step-01,
#mfp_phase_confirm .step-02 {
	background: #555;
	color: #fff;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

.form-step > p.step-01::before,
.form-step > p.step-01::after {
	display: none;
}

#mailformpro .step-01 + p::before,
#mfp_phase_confirm .step-02 + p::before {
	display: none;
}

#mailformpro .step-01 + p::after,
#mfp_phase_confirm .step-02 + p::after {
	border-left: solid 20px #555;
}

.form-box {
	padding: 0;
}

#contact form#mailformpro {
	padding: 0;
}

#contact form#mailformpro > dl {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#contact form#mailformpro dl dt {
	width: 25%;
	padding: 20px 70px 20px 20px;
	border: none;
	background: #fafafa;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
}

#contact .req-label {
	display: inline-block;
	background: #a00;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 5px;
}

#contact dl .req-label {
	position: absolute;
	right: 20px;
	top: 25px;
}

#contact form#mailformpro dl dd {
	width: 75%;
	padding: 15px 44px 15px 20px;
	border: none;
	font-size: 1.6rem;
	position: relative;
}

#contact form#mailformpro dl dd::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url( assets/img/common/icon-check.svg ) center center / 24px no-repeat;
	position: absolute;
	right: 0;
	top:24px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#contact form#mailformpro dl dd.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact form#mailformpro dl dd .inline {
	padding: 6px 0;
}

#contact dd .flex > .ttl {
	width: 25%;
	padding: 13px 0;
}

#contact dd .flex > .input {
	width: 75%;
	padding: 5px 0;
}

#contact dd .flex.inline span {
	padding: 0 20px 0 0;
}

.pp-box {
	max-height: 200px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 30px;
	margin: 40px 0;
	-webkit-overflow-scrolling: touch;
}

.pp-box h2 {
	text-align: center;
	margin-bottom: 25px;
}

.pp-box h3 {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}

.pp-box p {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	margin-bottom: 3rem;
}

.pp-box ul {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	margin-left: 2rem;
	list-style: disc;
	margin-bottom: 3rem;
}

.pp-box .address-box p {
	display: inline-block;
	background: #fafafa;
	margin-top: 20px;
	padding: 20px 30px;
}

.pp-box .right {
	text-align: right;
}

.submit-box {
	text-align: center;
}

.submit-box .agree {
	text-align: center;
}

.submit-box .agree .req-label {
	margin-right: 1rem;
	transform: translateY( -1px );
}

.submit-box .agree div.mfp_err {
	text-align: center;
}

#contact .agree label {
	margin: 0 !important;
	font-size: 1.6rem;
}

#contact .agree label .req-label {
	margin-right: .5rem;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 360px;
	max-width: 100%;
	font-size: 1.6rem;
	text-shadow: none;
	padding: 20px 0 15px;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_reset,
#contact button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	text-shadow: none;
	padding: 10px 20px;
	border-radius: 0;
	border: solid 1px #000;
	background: #fff;
	color: #000;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	border: solid 1px #000;
	background: #000;
	color: #fff;
	display: block;
	margin: 30px auto;
}

#contact button.mfp_element_submit,
#contact button.mfp_element_submit:hover,
#contact button#mfp_button_send:hover {
	border: solid 1px #333;
	background: #333;
}

#contact button.mfp_element_submit.disable,
#contact button.mfp_element_submit.disable:hover {
	border: solid 1px #777;
	background: #777;
}

#contact button.mfp_element_reset:hover,
#contact button#mfp_button_cancel:hover {
	background: #ddd;
}

#contact .mfp_element_all {
	max-width: 100%;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"] {
	min-width: 320px;
}

#contact .mfp_element_text,
#contact .mfp_element_number,
#contact .mfp_element_select-one,
#contact .mfp_element_email,
#contact .mfp_element_tel,
#contact .mfp_element_textarea,
#contact .mfp_element_date,
#contact .mfp_element_password {
	box-shadow: none;
	border: solid 1px #ccc;
	border-radius: 0;
	background: transparent;
	margin: 0;
}

#contact .mfp_element_text.req,
#contact .mfp_element_number.req,
#contact .mfp_element_select-one.req,
#contact .mfp_element_email.req,
#contact .mfp_element_tel.req,
#contact .mfp_element_textarea.req,
#contact .mfp_element_date.req,
#contact .mfp_element_password.req {
	background: #fffeee;
}

#contact form#mailformpro label {
	margin: 0;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	background: transparent;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all .2s;
}


#contact form#mailformpro label.mfp_not_checked .mfp_err,
#contact form#mailformpro label.mfp_checked .mfp_err {
	text-align: center;
}

#contact .name.flex > span {
	padding: 0;
	margin-right: 15px;
}

#contact .problem {
	border: solid 1px #a00 !important;
}

#contact div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.2rem;
	color: #a00;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 3rem;
	padding: 0;
}

#contact .mfp_confirm_before {
	text-align: center;
}

#contact table#mfp_confirm_table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0 45px;
}

#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 15px;
	border: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact table#mfp_confirm_table tr th {
	background: #fafafa;
}

#contact table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

#contact div.mfp_buttons {
	padding: 0;
}

#contact .remaining {
	position: fixed;
	right: 20px;
	bottom: 110px;
	display: inline-block;
	background: #fff;
	border: solid 1px #a00;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#contact .remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#contact .remaining .read {
	padding: 10px 20px;
}

#contact .remaining .num {
	background: #a00;
	color: #fff;
	padding: 5px 20px;
}


/*
----------------------------------------
404
----------------------------------------
*/


/*
----------------------------------------
search
----------------------------------------
*/

#search .post-list {
	border-top: solid 1px #ccc;
}

#search .post {
	border-bottom: solid 1px #ccc;
	margin-bottom: 0;
}

#search .post a.flex {
	padding: 20px 50px 20px 20px;
	margin: 0;
	align-items: center;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 16px no-repeat;
	transition: all .2s;
}

#search .post a.flex:hover {
	background: #fafafa url( assets/img/common/arrow-right.svg ) right 10px center / 16px no-repeat;
}

#search .post figure {
	width: 170px;
	padding-right: 20px;
}

#search .post .flex > .thumb + .txt {
	width: calc( 100% - 170px );
}

/*
----------------------------------------
お問い合わせ非表示
----------------------------------------
*/
.contact-box .bnr-set > .flex > div{
	width: 100%;
}