/*

Theme Name: JRSN
Description: テーマの説明
Author: TCC
Version: 1.0

*/
html {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

body {
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 150px 0 0;
	margin: 0;
	font-size: 1rem;
	position: relative;
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
	background-color: #F7F7F7;
}

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

a {
	color: #1097b6;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

iframe {
	max-width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="tel"],
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="tel"] {
	height: auto;
	padding: 5px 2%;
	width: 96%;
	width: calc(96% - 2px);
	font-size: 16px;
	border: 1px solid #aaa;
}

input[type="text"].input_s,
input[type="tel"].input_s {
	width: 70px;
}

select {
	font-size: 16px;
}

textarea {
	border: 1px solid #aaa;
	width: 96%;
	width: calc(96% - 2px);
	font-size: 16px;
	padding: 5px 2%;
}

.ib {
	display: inline-block;
}

.underline {
	text-decoration: underline;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.sp {
	display: none !important;
}

.red {
	color: #FF0004;
}

.center {
	text-align: center;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0) !important;
}

.fade_left {
	transform : translate(30px, 0);
}

.fade_right {
	transform : translate(-30px, 0);
}

.grecaptcha-badge { visibility: hidden; }
/* ----------------------------------------

				レイアウト

---------------------------------------- */

h1,
h2,
h3,
h4 {
	font-weight: 400;
}

h2 {
	font-size:  25px;
	line-height: 1.4em;
}

.flex {
	display: flex;
}

.justifycontent_center {
	justify-content: center;
}

.wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.section {
	padding-top: 30px;
	padding-bottom: 60px;
}

.page_main {
	overflow-x: hidden;
}

.section_concept {
	align-items: center;
}

.bg02 {
	background-color: #EAE4DC;
}

.bg_white {
	background-color: #FFF;
}

.full_width {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.main_content {
	background-color: #099AE0;
	padding: 80px 15px 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #FFF;
}

.logo {
	margin: 8px 20px;
	width: 307px;
}

.logo img {
	display: block;
}

.navbar {
	background-color: #F7F7F7;
	border-top: 1px solid #D0CFCE;
	border-bottom: 1px solid #D0CFCE;
}

.page_header {
	background-color: #FFF;
	padding: 30px 0;
}

ul.head_nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 20px;
}

ul.head_nav > li {
	position: relative;
}

ul.head_nav > li > a,
ul.head_nav > li .hn_btn {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.9rem;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	text-align: center;
}

ul.head_nav > li.head00 > a {
	background-color: #3b8e6b;
}

ul.head_nav > li.head01 > a {
	background-color: #A27946;
}

ul.head_nav > li.head02 > .hn_btn {
	background-color: #000;
	cursor: pointer;
}

ul.head_nav > li.head03 > .hn_btn {
	background-color: #611E39;
	cursor: pointer;
}

ul.head_nav > li.head04 {
	padding: 5px 10px;
}

ul.head_nav > li.head04 > a {
	color: #646464;
	border: 1px solid #CBCBCB;
	padding: 5px 10px;
}

table.info_table {
	width: 100%;
	border-top: 1px solid #BCBBBB;
}

table.info_table th {
	padding: 15px;
	border-bottom: 1px solid #BCBBBB;
	background-color: #FFF;
	text-align: left;
	width: 150px;
	font-weight: 500;
}

table.info_table td {
	padding: 15px;
	border-bottom: 1px solid #BCBBBB;
	text-align: left;
	vertical-align:top;
}


table.info2_table {
	width: 100%;
	border-top: 1px solid #BCBBBB;
}

table.info2_table th {
	padding: 15px;
	border-bottom: 1px solid #BCBBBB;
	background-color: #FFF;
	text-align: left;
	width: 150px;
	font-weight: 500;
}

table.info2_table td {
	padding: 15px;
	border-bottom: 1px solid #BCBBBB;
	text-align: left;
	vertical-align:top;
}


.contact_overlay {
	width: 280px;
	padding: 20px;
	display: none;
	position: absolute;
	left: -100px;
	top: 43px;
	z-index: 1;
}

.contact_overlay2 {
	width: 280px;
	padding: 20px;
	display: none;
	position: absolute;
	left: -100px;
	top: 43px;
	z-index: 1;
}

.contact_overlay h2 {
	font-size: 1rem;
	margin-top: 0;
}

.contact_overlay h3 {
	font-size: 0.9rem;
	line-height: 1.3em;
	border: 1px solid #FFF;
	padding: 7px;
	margin-bottom: 5px;
}

.overlay_tel_number {
	text-align: center;
	font-size: 1.5rem;
}

.icon_freedial {
	margin-right: 3px;
}

.overlay_tel small {
	font-size: 0.7rem;
}

ul.overlay_list {
	padding-left: 25px;
	text-align: left;
}

ul.overlay_list li {
	font-size: 0.9rem;
}

.overlay_qa {
	font-size: 0.9rem;
	margin-top: 10px;
	padding: 4px 10px;
	background-color: rgba(255, 255, 255, 0.2);
}

.contact_overlay {
	background-color: #611E39;
	color: #FFF;
}

.contact_overlay2 {
	background-color: #3b8e6b;
	color: #FFF;
}

.contact_overlay2 a {
	color: #FFF;
	text-decoration: none;
}

.reserve_overlay2 {
	background-color: #000;
}


.contact_overlay a {
	color: #FFF;
	text-decoration: none;
}

.reserve_overlay {
	background-color: #000;
}

.reserve_overlay .reserve_content {
	background-color: inherit;
}

.ro_txt {
	font-size: 0.85rem;
	line-height: 1.4em;
	margin: 10px 0;
}

.booking_date {
	margin-bottom: 4px;
}

ul.nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.nav li a {
	font-family: 'Noto Serif JP', serif;
	color: #646464;
	text-decoration: none;
	padding: 20px;
	display: block;
	text-align: center;
}

ul.nav li a.menu {
	font-family: 'Noto Serif JP', serif;
	color: #646464;
	text-decoration: none;
	padding: 20px 100px 20px 100px;
	display: block;
	text-align: center;
}

ul.nav li .jp {
	display: block;
	font-size: 16px;
}

ul.nav li .en {
	display: block;
	color: #BCBBBB;
	font-size: 9px;
	line-height: 1.3em;
}

.burger_btn_content {
	display: none;
}

/* ----------------------------------------

				モーダル

---------------------------------------- */

.burger_btn_content {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	background-color: #A27946;
}

.burger-btn{
	display: none;
	width: 54px;
	height: 39px;
	position: relative;
	z-index: 3;
	/*   codepenの挙動のため */
	background-color:transparent;
	border:none;
	position: absolute;
	top: 13px;
	right: 0;
	cursor: pointer;

}

.burger_txt {
	font-size: 11px;
	line-height: 1em;
	color: #FFF;
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	text-align: center;
}

.bar{
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.bar_top{
  top: 10px;
}
.bar_mid{
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 10px;
}
.burger-btn.close .bar_top{
  transform: translate(-50%,10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid{
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
  transform: translate(-50%,-8px) rotate(-45deg);
  transition: transform .3s;
}
.nav-wrapper{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.header-nav{
	width: 100%;
	height: 100%;
	background-color: rgba(116,96,70,0.95);
	z-index: 2;
	overflow-y: auto;
}
.header-nav .nav-list{
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.header-nav .nav-item{
margin-right: 0;
margin-bottom: 40px;
}

.nav-list {
  list-style: none;
  padding: 0;
}

.nav-list li {
  margin-bottom: 12px;
  width: 280px;
}

.nav-list a {
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  border: 1px solid #FFF;
  display: block;
  padding: 20px;
}

ul.modal_nav {
	margin: 0 0 0;
	padding: 60px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.modal_nav li {
	width: 50%;
}

ul.modal_nav li a {
	font-family: 'Noto Serif JP', serif;
    color: #FFF;
    text-decoration: none;
    padding: 12px;
    display: block;
    text-align: center;
}

ul.modal_nav li .jp {
    display: block;
    font-size: 15px;
}

ul.modal_nav li .en {
    display: block;
    color: #BCBBBB;
    font-size: 9px;
    line-height: 1.3em;
}

.header-nav .contact_overlay {
	display: block;
	width: 280px;
	position: relative;
	left: 0;
	top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.header-nav .contact_overlay2 {
	display: block;
	width: 280px;
	position: relative;
	left: 0;
	top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.header-nav .hn_btn {
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	font-size: 1.3rem;
	padding-bottom: 10px
}

.hn_btn {
	cursor: pointer;
}

/* ----------------------------------------



---------------------------------------- */
.main_img {
	text-align: center;
	position: relative;
}

.main_img video {
	width: 118%;
    height: auto;
    margin-left: -9%;
    margin-right: -9%;
}

.head_slide {
	display: none;
}


.main_slider {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

main_slider li img {
	width: 100%;
}

.main_img_txt {
        font-family: 'Noto Serif JP', serif;
        color: #FFF;
        font-size: 3em;
        text-shadow: 2px 2px 3px #808080;
        width:100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.foot_reserve {
	background-color: #000;
	padding: 20px 0;
}

.foot_reserve_tel {
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}

.foot_reserve_tel a {
	color: #FFF;
	text-decoration: none;
}

.frt {
	font-size: 2rem;
}

.icon_free {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}

.foot_reserve h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #BA9D5B;
}

.foot_sns_main {
	justify-content: center;
}

.foot_sns_content {
	margin: 0 20px;
	align-items: center;
}

.foot_sns_content h3 {
	background-color: #000;
	color: #FFF;
	font-size: 0.8rem;
	padding: 5px;
}

ul.foot_sns_list {
	list-style: none;
	display: flex;
	padding: 0;
}

ul.foot_sns_list li {
	margin-left: 15px;
}

ul.foot_sns_list li img {
	display: block;
}

#page_top {
	position: absolute;
	right: 10px;
}

#page_top a {
	font-size: 48px;
}

#page_top img {
	width: 60px;
}

.foot_address {
	background-color: #F0EDE7;
	padding: 20px;
}

ul.foot_link {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.foot_link li {
	margin: 0 15px 10px;
}

ul.foot_link li a {
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
}

.foot_address_txt {
	text-align: center;
}

.foot_group {
	text-align: center;
}
.foot_group h2 {
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

ul.group_list {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.group_list li {
	margin: 0 15px 5px;
}

ul.group_list li a {
	text-decoration: none;
	color: #000;
/*	font-size: 0.9rem;*/
}

.copyright {
	font-size: 0.8rem;
	color: #FFF;
	text-align: center;
	padding: 15px;
	background-color: #611E39;
}

.pagelink {
	padding-top: 50px;
	margin-top: -50px;
}

.btn_list a {
	margin-right: 15px;
	margin-bottom: 15px
}

.btn_center {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_center a {
	margin-left: 5px;
	margin-right: 5px;
}

.btn {
	color: #646464 !important;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	padding: 10px 30px;
	border-radius: 200px;
	min-width: 180px;
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1.3em;
	border: 1px solid #CBCBCB;
	position: relative;
}

.btn::before {
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	content: "\f0da";
	position: absolute;
	top: 12px;
	left: 11px;
}

.btn_gold {
	color: #FFF !important;
    text-align: center;
    text-decoration: none;
    background-color: #A27946;
    padding: 20px 40px;
    border-radius: 200px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3em;
	border: none;
}

.btn_gold.btn::before {
	top: 21px;
}

.btn_gold_s {
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	background-color: #A27946;
	padding: 10px 30px;
	border-radius: 200px;
	min-width: 180px;
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1.3em;
	border: 1px solid #A27946;
	position: relative;
}

.btn_gold_s::before {
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	content: "\f0da";
	position: absolute;
	top: 12px;
	left: 11px;
}

.btn_gold_squre {
	color: #FFF !important;
    text-align: center;
    text-decoration: none;
    background-color: #A27946;
    padding: 15px 40px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3em;
	border: none;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.icon_pdf {
	margin-left: 10px;
}


/* -------------------------------

			ページ

------------------------------- */

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.section_title .jp {
	font-size: 25px;
	display: inline-block;
	color: #A27946;
}

.section_title .en {
	font-size: 14px;
	display: inline-block;
	color: #707070;
}

.section_gray {
	background-color: #F7F7F7;
}

.section_beige {
	background-color: #EAE4DC;
}

.section_black {
	background-color: #333;
}

.title_wrap {
	display: flex;
	align-items: center;
}

.title {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	line-height: 1.3em;
	position: relative;
	z-index: 0;
	margin: 0;
}

.title_bg {
	font-family: 'Allura', cursive;
    font-size: 44px;
    color: #EAEAEA;
    position: absolute;
    left: 32px;
    bottom: 6px;
    z-index: -1;
	white-space: nowrap;
}

.pagelink {
	padding-top: 145px;
	margin-top: -145px;
}

ul.pagelink_list {
	list-style: none;
	padding: 0;
	margin-left: 80px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

ul.pagelink_list li {
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.pagelink_list li:last-child {
	margin-right: 0;
}

ul.pagelink_list li a {
	display: block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1rem;
	border: 1px solid #D0CFCE;
	padding: 7px 23px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	background-color: #FFF;
}

ul.pagelink_list li a:hover {
	background-color: #000;
	color: #FFF;
	opacity: 1;
}

.middle_title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 50px;
}

.middle_title::after {
	width: 50px;
	height: 5px;
	background: #000;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	content: "";
	bottom: -25px;
	display: block;
}

.section_black .middle_title {
	color: #FFF;
}

.section_black .middle_title::after {
	background: #FFF;
}

.title_gold {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	color: #A27946;
	margin-bottom: 60px;
}

.title_gold::after {
	width: 50px;
	height: 5px;
	background: #A27946;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	content: "";
	bottom: -25px;
	display: block;
}

.middle_gold {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.6rem;
	color: #A27946;
	margin-top: 60px;
}

.middle_simple {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.6rem;
	margin-top: 60px;
}

.middle_simple + p {
	text-align: center;
}

.page_img {
	text-align: center;
}

.page_concept {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	text-align: center;
}

.scene_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 1.3em;
	text-align: center;
}

.section_pageconcept {
	text-align: center;
	background-color: #FFF;
}

.section_pageconcept p {
	line-height: 2em;
	letter-spacing: 0.1em;
}

.scene_txt {
	text-align: center;
	margin-bottom: 40px;
}

.plan_title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #FFF;
	background-color: #A27946;
	padding: 10px;
	font-size: 1.4rem;
}

.selection_content {
	background-color: #FFF;
}

.section_three {
	flex-wrap: wrap;
}

.section_three .selection_content {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 45px;
}

.selection_info {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 17px;
}

.selection_info h3 {
	font-size: 1rem;
	font-weight: 500;
	margin: 10px 0;
}

.section_three .selection_img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 63.66%;
}

.section_three .selection_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.news_date {
	font-size: 0.8rem;
	margin-top: 15px;
	line-height: 1.1em;
}

.restaurantinfo_limit {
	font-size: 0.85rem;
	color: #333;
	line-height: 1.3em;
}

.scene_img {
	text-align: center;
}

.staff_img {
	text-align: center;
}

.visual_main .visual_content {
	align-items: flex-end;
}

.visual_main .visual_content:nth-child(2n) .visual_img {
	order: 2;
}

.visual_main .visual_content:nth-child(2n) .visual_txt {
	order: 1;
}

.section_banner {
	text-align: center;
}

/* -------------------------------

			トップページ

------------------------------- */

.section_information .flex {
	justify-content: space-between;
}

.content_info {
	width: 62%;
}

.content_selection {
	width: 32%;
}

.important_info {
	border: 1px solid #A27946;
	background-color: #FFF;
	padding: 20px;
}

ul.news_list {
	list-style: none;
	padding: 0;
}

ul.news_list li a {
	display: block;
	text-decoration: none;
	padding: 10px 0;
}

ul.news_list li {
	border-bottom: 1px solid #BCBBBB;
}

ul.news_list li h3 {
	font-size: 1rem;
	line-height: 1.5em;
	color: #000;
	margin: 5px 0;
}

ul.news_list li .news_date {
	font-size: 0.85rem;
	color: #4B4B4B;
}

.sdgs_bnr {
	margin-top: 40px;
}

.concept_info h3 {
	font-family: 'Noto Serif JP', serif;
}

.concept_info h3 .jp {
	color: #A27946;
	font-size: 1.6rem;
}

.concept_info h3 .en {
	color: #707070;
	font-size: 0.85rem;
}

.concept_img {
	width: 55%;
}

.concept_info {
	width: 45%;
}

.front_concept .section_concept:nth-child(2n+1) {
	background-color: #FFF;
}

.front_concept .section_concept:nth-child(2n) .concept_img {
	order: 2;
}

.front_concept .section_concept:nth-child(2n) .concept_info {
	order: 1;
}

.sns_main {
	background-color: #C8B094;
	padding: 20px;
}

ul.sns_list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

ul.sns_list li {
	margin: 0 15px 10px;
}

.sns_main h2 {
	text-align: center;
}

.reserve_content {
	background-color: #404040;
}

.reserve_content iframe {
	width: 100%;
}

.concept_info {
	padding-left: 4%;
	padding-right: 4%;
}

.gmap {
	text-align: center;
}

.gmap iframe {
	width: 100%;
}

/* -------------------------------

			ご宿泊

------------------------------- */

.fixed_reserve {
	position: fixed;
	z-index: 3;
	left: 10px;
	bottom: 10px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	padding: 15px;
}

.fixed_reserve h3 {
	font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #BA9D5B;
	margin: 5px 0;
}

.select_menu {
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 15px;
}

.select_banners {
	width: 48%;
}

.txt_red {
	color: #FE0509;
}

/* -------------------------------

			ホテルの魅力

------------------------------- */

.strength_content {
	align-items: center;
	margin-bottom: 50px;
}

.strength_info {
	width: 385px;
	flex-shrink: 0;
	margin-left: -40px;
	position: relative;
}

.strength_info h3 {
	text-align: center;
}

.strength_main .strength_content:nth-child(2n) .strength_img {
	order: 2;
}

.strength_main .strength_content:nth-child(2n) .strength_info {
	order: 1;
	margin-left: 0;
	margin-right: -40px;
}

.strength_menu {
	background-color: #FFF;
	padding: 10px 30px;
}


ul.strength_link {
	padding: 0;
	list-style: none;
}

ul.strength_link li {
	margin-bottom: 15px;
}

ul.strength_link li a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 200px;
	border: 1px solid #CBCBCB;
	font-size: 0.9rem;
	color: #000;
}

.section_greeting {
	text-align: center;
	background-image: url(img/greeting_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	line-height: 2em;
}

.section_history {
	background-image: url(img/bg_history.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
	background-color: #F7F7F7
}

.historyinfo_content {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.historyinfo_year {
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	background-color: #6D0B10;
	padding: 10px;
	border-radius: 400px;
	margin-right: 20px;
	width: 180px;
	flex-shrink: 0;
	text-align: center;
	font-size: 1.8rem;
}

.historyinfo_year small {
	font-size: 1rem;
	font-weight: normal;
}

.historyinfo_year_w {
	background-color: #FFF;
	color: #000;
}

/* -------------------------------

			客室

------------------------------- */

.section_roomlist {
	background-color: #F7F7F7;
}

ul.slider {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	list-style: none;
}

ul.slider_for {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	list-style: none;
}

ul.slider_nav {
	max-width: 1000px;
	padding: 0;
	margin: 40px auto;
	list-style: none;
}

ul.slider_nav li {
	margin-left: 5px;
	margin-right: 5px;
}

ul.slider_roomf {
	padding: 0;
	list-style: none;
}

ul.slider_roomf li {
	margin-left: 5px;
	margin-right: 5px;
}

.room_datecontent {
	justify-content: center;
}

.room_date {
	width: 400px;
}

.room_date h3 {
	font-size: 1.2rem;
	line-height: 1.4em;
	border: 1px solid #000;
	padding: 8px;
	width: 200px;
}

.room_drawing {
	text-align: center;
	margin: 30px 0;
}

.room_drawing_txt {
	text-align: center;
}

.room_reserve_url {
	margin-top: 50px;
}

.selection_roomlist .selection_info {
	text-align: left;
}

.selection_roomlist .selection_info p {
	font-size: 12px;
	line-height: 1.4em;
}

.room_concept_s {
	margin-bottom: 15px;
}

/* -------------------------------

			宴会

------------------------------- */
.fac_room_about .info_table {
	width: 100% !important;
}
/* -------------------------------

			レストラン

------------------------------- */
.eat_main {
	color: #FFF;
}

.title_white {
	font-family: 'Noto Serif JP', serif;
    text-align: center;
    position: relative;
    font-size: 1.5rem;
	margin-top: 50px;
    margin-bottom: 20px;
}

.conept_white {
	text-align: center;
}

ul.eat_list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.eat_list li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 20px;
}

ul.eat_list li:nth-child(3n) {
	margin-right: 0;
}

.eat_img img {
	border-radius: 900px;
}

.restaurantinfo_category {
	margin: 8px 0 15px;
	color: #FFF;
	padding: 5px 10px;
	background-color: #333;
}

/* -------------------------------

			会社概要

------------------------------- */
.banner_recruit {
	margin: 60px 0;
	text-align: center;
}

.info_table + .page_concept {
	margin-top: 60px;
}
/* -------------------------------

			採用情報

------------------------------- */

.title_bggold {
	background-color: #A27946;
	color: #FFF;
	padding: 15px;
	font-size: 1.4rem;
	margin-top: 50px;
	text-align: center;
}

.info_table + .info_table {
	margin-top: 40px;
}

ul#sitemap_list li {
	margin-bottom: 10px;
}
ul#sitemap_list a {
	color: #000;
}
/* -------------------------------

			よくある質問

------------------------------- */

.section_qa_list {
	justify-content: flex-start;
}

.section_qa_list .selection_content {
	margin-left: 0;
	margin-right: 4%;
}

.section_qa_list .selection_content:nth-child(3n) {
	margin-right: 0;
}

.qa_q {
	cursor: pointer;
	padding: 20px 20px 20px;
	border-top: 1px solid #D0CFCE;
	margin: 0;
	background-image: url(img/qa_plus.png);
	background-repeat: no-repeat;
	background-position: 98% 18px;
	background-size: 30px auto;
	transition: 0.3s;
}

.qa_q.qa_active {
	background-image: url(img/qa_minus.png);
}

.qa_a {
	display: none;
	padding: 0 20px 20px 40px;
}

.qa_a p {
	margin: 0;
	font-size: 0.95em;
}

.wa_main .qa_a:last-child {
	border-bottom: 1px solid #D0CFCE
}

/* -------------------------------

			フロアガイド

------------------------------- */
.floor_map {
	text-align: center;
}

.section_floor a {
	color: #000;
}

/* -------------------------------

			売店

------------------------------- */
.store_info {
	padding-left: 4%;
	padding-right: 4%;
}

/* -------------------------------

			アートギャラリー

------------------------------- */
.title_goldbelt {
	text-align: center;
	background-color: #EAE4DC;
	color: #A27946;
	padding: 30px;
    font-size: 1.5rem;
}

.section_singleart .wrap {
	max-width: 1000px;
}

.artgallery_img {
	text-align: center;
}

.artgallery_img img {
	width: 100%;
}

.artgallery_exl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.art_contact {
	margin-top: 60px;
}


/* -------------------------------

		旅行会社・団体様向け

------------------------------- */

ul.tour_point {
	justify-content: center;
	list-style: none;
	padding: 0;
}

ul.tour_point li {
	width: 26%;
	margin-left: 2%;
	margin-right: 2%;
}

.section_kourakuen {
	background-color: #4B4B4B;
	color: #FFF;
}

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

.section_kourakuen h3 {
	font-size: 1.5rem;
}

.kouraku_img {
	margin-right: 4%;
}

.tour_cuisine_content {
	margin-bottom: 40px;
}

.tour_cuisine_img {
	width: 60%;
}

.tour_cuisine_info {
	padding-left: 3%;
	padding-right: 3%;
	width: 30%;
}

.tour_cuisine_main .tour_cuisine_content:nth-child(2n) .tour_cuisine_img {
	order: 2;
}

.tour_cuisine_main .tour_cuisine_content:nth-child(2n) .tour_cuisine_info {
	order: 1;
}

.cuisine_category {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #FFF;
	background-color: #A27946;
	padding: 3px 10px;
	line-height: 1,4em;
	font-size: 1.1rem;
	width: 75px;
}

.tour_cuisine_info table th,
.tour_cuisine_info table td {
	padding: 10px;
	border: 1px solid #707070;
	text-align: left;
}

.attention_content {
	text-align: center;
	border: 1px solid #CBCBCB;
	padding: 15px;
}

ul.squre_list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.squre_list li {
	background-color: #FFF;
	padding: 20px 4%;
	width: 38%;
	margin-right: 4%;
	margin-bottom: 20px;
}

ul.squre_list li:nth-child(2n) {
	margin-right: 0;
}

ul.squre_list li p {
	text-align: left;
}
/* -------------------------------

			アクセス

------------------------------- */

.section_access .wrap {
	max-width: 820px;
}

.section_access a {
	color: #6D0B10;
}

.middle_icon {
	display: block;
	margin-bottom: 10px;
}

.circle_title {
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}

.circle_title + .circle_title {
	margin-top: 4px;
}

.circle_title + p {
	margin-top: 5px;
}

.circle_title::before {
	content: "●";
	color: #6D0B10;
}

/* -------------------------------

		ウェディングTOP

------------------------------- */

.wedding_title {
	text-align: center;
    color: #A27946;
    font-size: 1.8rem;
    margin: 60px 0 60px;
    padding-bottom: 40px;
    background-image: url(img/title_kazari.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.wedding_en {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2em;
	color: #333;
	margin-bottom: 40px;
}

.wedding_message {
	text-align: center;
	font-size: 1.1rem;
	line-height: 2em;
}

.reserve_section {
	text-align: center;
	margin-top: 60px;
	border: 1px solid #BA9D5B;
	padding: 20px;
	background-color: #FFF;
}

.reserve_section h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3rem;
	color: #A27946;
	margin-top: 5px;
}


/* -------------------------------

			レストラン

------------------------------- */
.restaurant_menu .concept_info h3 {
	color: #A27946;
	font-size: 1.4rem;
}

.restaurant_menu .concept_info h5 {
	color: #6D0B10;
	font-size: 1rem;
	margin: 10px 0 5px;
}

ul.restaurant_type {
	padding: 0;
	list-style: none;
	display: flex;
}

ul.restaurant_type li {
	color: #FFF;
	font-size: 0.85rem;
	line-height: 1.4em;
	background-color: #CBCBCB;
	padding: 3px 10px;
	margin-right: 5px;
}

ul.restaurant_type li.rt_on {
	background-color: #333;
}

.section_restaurant .selection_info h3 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
}

/* -------------------------------

			プラン

------------------------------- */
.section_planinfo > .wrap > h3 {
	color: #A27946;
	padding-bottom: 10px;
	border-bottom: 1px solid #D0CFCE;
	margin-top: 40px;
}

.planinfo_content {
	border: 1px solid #A27946;
	margin-right: 10px;
	width: 300px;
	text-align: center;
}

.planinfo_content h4 {
	background-color: #A27946;
	color: #FFF;
	margin: 0;
	padding: 10px;
}

.planinfo_content p {
	padding: 10px;
}
/* -------------------------------

			新着情報

------------------------------- */
.blog_main {
	background-color: #FFF;
	padding: 30px 4%;
	margin-top: 40px;
	margin-bottom: 40px;
}

ul.post-categories {
	list-style: none;
	padding: 0;
}

ul.post-categories a {
	color: #000;
	text-decoration: none;
	padding: 5px 20px;
	border: 1px solid #000;
	font-size: 0.85rem;
}

ul.box_info {
	list-style: none;
	padding: 0;
}

ul.box_info li a {
	text-decoration: none;
	color: #000;
}

/* -------------------------------

			お問い合わせ

------------------------------- */

select {
	font-size: 16px;
}

textarea {
	border: 1px solid #aaa;
	width: 96%;
	width: calc(96% - 2px);
	font-size: 16px;
	padding: 5px 2%;
}

.content_contact {
	background-color: #FFF;
	padding: 30px 4%;
	max-width: 700px;
	margin: 0 auto;
}

table.contact_table {
	width: 100%;
	border-collapse: collapse;
}

table.contact_table th {
	padding: 15px;
	text-align: left;
	width: 14em;
}

table.contact_table td {
	padding: 15px;
}

.contact_table input[type="text"], .contact_table input[type="email"], .contact_table input[type="tel"], .contact_table input[type="password"], .contact_table textarea {
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	outline: none;
	background-color: #f9fbfd;
	border: 1px solid #e0e5eb;
	border-radius: 5px;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: calc(100% - 20px);
}

.contact_table textarea {
	height: auto;
	padding: 10px;
}

.agree_content {
margin-top: 25px;
border: 1px solid #bbb;
background-color: #FFF;
}

.agree_content h2 {
text-align: center;
font-size: 100%;
border-bottom: 1px solid #bbb;
background-color: #ddd;
padding: 15px;
margin: 0;
}

.agree_about_txt {
height: 170px;
overflow-y: scroll;
border: 1px solid #ddd;
padding: 10px 4%;
margin-bottom: 10px;
margin: 20px 7% 0;
}

.agree_btn {
text-align: center;
font-weight: bold;
margin: 20px auto;
}

.agree_btn label {
	background-color: #EBEAEA;
	padding: 15px 30px;
	margin: 5px 0;
	display: inline-block;
}

input[type="text"],
input[type="tel"],
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="tel"] {
	height: auto;
	padding: 5px 2%;
	width: 96%;
	width: calc(96% - 2px);
	font-size: 16px;
	border: 1px solid #aaa;
}

.contact_table input[type="text"].input_s,
.contact_table input[type="tel"].input_s {
	width: 134px;
}

.input_btn, .input_btn2, .back_btn {
display: inline-block;
color: #FFF;
text-align: center;
padding: 15px 30px;
border-radius: 3px;
background-color: #05248a;
border: none;
font-size: 16px;
position: relative;
min-width: 240px;
cursor: pointer;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
}

.neccesory {
	font-weight: normal;
	display: inline-block;
	color: #FFF;
	background-color: #FF5A29;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 10px;
	margin-left: 4px;
	border-radius: 100px;
	margin-right: 5px;
}

.form_btn input {
	display: block;
	border: none;
	color: #FFF;
	background-color: #A27946;
	width: 300px;
	border-radius: 300px;
	padding: 12px 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	cursor: pointer;
	-webkit-appearance: none;
}

/* -------------------------------

		プライバシーポリシー

------------------------------- */
.privacy_contact {
	background-color: #FFF;
	padding: 15px 3%;
}

.privacy_contact h3 {
	margin-bottom: 8px;
}

.privacy_contact p {
	margin-top: 8px;
}

/* -------------------------------

		ウェディング

------------------------------- */

.wedding_footer {
	padding: 20px 0;
}

.wedding_footer_logo {
	text-align: center;
}

.wf_l {
	width: 54%;
}

.wf_r {
	width: 42%;
}

.wf_r .foot_sns_content h3 {
	line-height: 1.3em;;
}

.wf_r ul.foot_sns_list {
	justify-content: center;
}

.wf_r ul.foot_sns_list li {
	margin-left: 7px;
	margin-right: 7px;
}

ul.footer_link {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    grid-auto-flow: column;
}

ul.footer_link li a {
	color: #000;
	text-decoration: none;
}

.page-wedding {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.wedding_title {
	text-align: center;
}

.wedding_title .en {
	display: block;
	color: #000;
	font-size: 0.9rem;
}

.wedding_title .jp {
	display: block;
}

.bridal_mainconcept {
	text-align: center;
}

.wedding_header {
	background-color: #000;
	color: #FFF;
}

.wedding_header .navbar {
	background-color: #5B5845;
	border: none;
	padding: 6px 0;
}

.wedding_header ul.nav li a {
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

.wedding_header ul.nav li .jp {
	font-size: 0.9rem;
}

ul.wedding_head_nav {
	list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.wedding_head_nav > li {
	margin-left: 25px;
}

ul.wedding_head_nav > li > a {
	text-decoration: none;
	color: #FFF;
}

.wedding_head01 {
	position: relative;
}

.brids_title {
	text-align: center;
}

.brids_title .en {
	font-size: 1rem;
	display: block;
}

.brids_title .jp {
	font-size: 1.7rem;
	display: block;
	color: #7A5A3E;
}

.brids_content {
	text-align: center;
	line-height: 2em;
}

.brids_content h3 {
	text-align: center;
	font-size: 1.8rem;
}

.brids_category {
	background-color: #5B5845;
	color: #FFF;
	padding: 15px;
	width: 270px;
	margin: 40px auto 20px;
	font-size: 1.2rem;
	line-height: 1.4em;
	text-align: center;
}

.wedding_head01 > .hn_btn {
	background-color: #7A5A3E;
	padding: 13px;
}

.wedding_slide {
	position: relative;
}

.wedding_slide img {
	width: 100%;
}

.wedding_slide_title {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 2;
}

.ceremony_title {
	text-align: center;
}

.ceremony_title .en {
	color: #7A5A3E;
	font-size: 1.8rem;
	display: block;
}

.ceremony_title .jp {
	color: #707070;
	font-size: 0.9rem;
	display: block;
}

.ceremony_title_w .en,
.ceremony_title_w .jp {
	color: #FFF;
}

ul.recommendfair_list {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

ul.recommendfair_list li {
	width: 48%;
}

ul.bridalfair_list {
	justify-content: flex-start;
	flex-wrap: wrap;
}

ul.bridalfair_list li {
	width: 30%;
	margin-right: 4%;
	margin-bottom: 25px;
}

ul.bridalfair_list li:nth-child(3n) {
	margin-right: 0
}

.recommendfair_img {
	position: relative;
}

.recommendfair_img img {
	display: block;
	width: 100%;
}

.recommendfair_day {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.6em;
	padding: 3px;
}

.recommendfair_d {
	font-size: 1.6rem;
}

.recommendfair_d small {
	font-size: 1rem;
}

.w_sut {
	color: #3978A8;
}

.w_sun {
	color: #666;
}

.week6 {
	color: #3978A8;
}

.week0 {
	color: #A24D46;
}

.section_partyreport {
	background-color: #5B5845;
}

.bridalfair_main {
	justify-content: space-between;
}

.bridalfair_content {
	width: 48%;
}

.bridalfair_calendar {
	text-align: center;
}

.title_dborder {
	border-top: 2px solid #333;
    border-bottom: 1px solid #D0CFCE;
    font-size: 1.3rem;
    padding: 14px 0;
    margin-bottom: 30px;
}

ul.partyreport_list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.partyreport_list li {
	width: 27%;
	margin-right: 9%;
	margin-bottom: 30px;
	color: #FFF;
}

ul.partyreport_list li:nth-child(3n) {
	margin-right: 0;
}

ul.partyreport_list li h3 {
	text-align: center;
}

.section_ourwedding {
	background-image: url('img/a_dd_enyou2.jpg');
	background-size: cover;
	background-position: 50% 50%;
}

.our_title {
	text-align: center;
}

.our_txt {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2.5em;
}

.section_dressbeauty {
	background-color: #5B5845;
	color: #FFF;
	display: flex;
	padding: 0;
}

.dressbeauty_info {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}

.dressbeauty_txt h3 .jp {
	font-size: 1.8rem;
}

.dressbeauty_txt h3 .en {
	font-size: 0.85rem;
	font-weight: normal;
	margin-left: 30px;
	display: inline-block;
}

.dressbeauty_img {
	width: 50%;
	order: 2;
}

.dressbeauty_img img {
	display: block;
}

.section_weddingreservation {
	background-image: url('img/weddingreservation.jpg');
	background-size: cover;
	background-position: 50% 50%;
	color: #FFF;
	text-align: center;
}

.section_weddingreservation .ceremony_title .en {
	color: #FFF;
}

.section_weddingreservation .ceremony_title .jp {
	color: #FFF;
}

.wedding_contact_btns {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-image: url('img/weddingreservation.jpg');
	background-size: cover;
	background-position: 50% 50%;
	color: #FFF;
	border-radius: 1000px;
	width: 1000px;
	margin: 60px auto 100px;
	padding: 30px 0;
}

.wcb_l {
	width: 356px;
	padding-right: 15px;
}

.wcb_r {
	text-align: left;
	padding-left: 15px;
}

.wedding_contact_btns .ceremony_title {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.wedding_contact_btns .ceremony_title .en {
	color: #FFF;
}

.wedding_contact_btns .ceremony_title .jp {
	color: #FFF;
}

.wcb_desc {
	color: #FFF;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.wedding_contact_btns ul.wedding_reserve_list {
	justify-content: flex-start;
	margin-top: 0;
}

.weddingreservation_txt {
	font-weight: normal;
	font-size: 0.9rem;
	margin-bottom: 30px;
}

ul.wedding_reserve_list {
	list-style: none;
	padding: 0;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

ul.wedding_reserve_list li {
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
}

ul.wedding_reserve_list li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 6px 10px;
	border-radius: 200px;
	white-space: nowrap;
	font-size: 0.9rem;
	position: relative;
}

ul.wedding_reserve_list li a::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    top: 7px;
    left: 11px;
    font-size: 11px;
}

ul.wedding_reserve_list li.wr_br a {
	background-color: #A27946;
	border: 1px solid #A27946;
}

.section_bridallinks {
	padding-bottom: 0;
}

.section_bridalfair {
	background-color: #FFF;
}

.footer_bridalfair {
	background-color: #FFF;
	border-top: 1px solid #BCBBBB;
	padding-top: 25px;
}

.backbtn_content {
	padding: 60px 0;
}

.border_top {
	border-top: 1px solid #D0CFCE;
	margin-top: 120px;
	padding-top: 40px;
}

.bridalfair_content .ui-widget-header {
	background: none;
	color: #000;
	border: none;
}

.bridalfair_content .ui-widget-content {
	background: none;
	border: 1px solid #CBCBCB;
}

.bridalfair_content .ui-state-highlight {
	background: #EFD3B0 !important;
}

.bridalfair_content .fc-day-grid-event {
	background: #A27946 !important;
	border: none !important;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
	z-index: 1 !important;
	color:  #000 !important;
	border-color: #CBCBCB !important;
}

.fc .fc-button-group>* {
	color:  #000 !important;
	border-color: #CBCBCB !important;
}

.ui-button .ui-icon {
	color:  #000 !important;
}

.wedding_about_main {
	margin-bottom: 60px;
}

.fc-day-grid-container {
	height: auto !important;
}

/* -------------------------------

		ウェディング　岡山プラザホテルの魅力

------------------------------- */

.section_wedding_top {
	text-align: center;
	padding-top: 0;
}

.wedding_about_content {
	text-align: center;
	background-color: #FFF;
	padding: 30px;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.wa_number {
	color: #BA9D5B;
	font-size: 2.6rem;
	background-image: url(img/gold_ribbon.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 90px auto;
}

.bridallinks_main {
	display: flex;
}

.bridallinks {
	width: 50%;
	background-size: cover;
	background-position: 50% 50%;
}

.bridallinks  a {
	display: block;
	padding: 70px 0;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}

.bridallinks01 {
	background-image: url(img/bridallinks01.jpg);
}

.bridallinks02 {
	background-image: url(img/bridallinks02.jpg);
}

.bridallinks03 {
	background-image: url(img/bridallinks03.jpg);
}

.bridallinks .en {
	display: block;
	font-size: 1rem;
	margin-bottom: 10px;
}

.bridallinks .jp {
	display: block;
	font-size: 1.3rem;
}

/* -------------------------------

		ウェディング　披露宴会場

------------------------------- */

.section_navmenu {
	background-color: #5B5845;
	margin-top: 60px;
}

ul.bridal_navmenu {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;

}

ul.bridal_navmenu li {
	width: 17.6%;
	margin-right: 2%;
}

ul.bridal_navmenu li:nth-child(5n) {
	margin-right: 0;
}

ul.bridal_navmenu li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
}

ul.bridal_navmenu li h3 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin: 8px 0;
}

.content_bridalbanquet {
	text-align: center;
}

.mark_title .jp {
	display: block;
	color: #7A5A3E;
	font-size: 1.7rem;
}

.mark_title .en {
	display: block;
	font-size: 1.1rem;
}

.bridalbanquet_step span {
	display: inline-block;
	background-color: #EAEAEA;
	font-size: 0.9rem;
	padding: 2px 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.bridalbanquet_subinfo {
	position: relative;
}

.bridalbanquet_subinfo::before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #000;
	margin: 30px auto 20px;
}

.section_wedding_banner {
	border-top: 1px solid #707070;
	margin-top: 80px;
	padding-top: 80px;
	text-align: center;
}
/* -------------------------------

			婚礼料理

------------------------------- */
.section_masterchef {
	display: flex;
	background-color: #5B5845;
	padding-top: 0;
	padding-bottom: 0;
}

.masterchef_img {
	width: 25%;
}
.masterchef_img img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: cover;
}

.cuisine_menu h4 {
	margin-bottom: 5px;
	line-height: 1.4em;
}

.cuisine_menu h4 + p {
	margin-top: 5px;
	line-height: 1.4em;
}

.masterchef_main {
	width: 42%;
	text-align: center;
	color: #FFF;
	background-color: #5B5845;
	padding: 40px 4%;
}

/* -------------------------------

		ウェディング　岡山後楽園挙式

------------------------------- */

.float_main {
	position: relative;
	height: 1300px;
}

.float_img {
	position: absolute;
}

.float_content {
	background-color: #FFF;
	position: absolute;
	z-index: 2;
	padding: 30px;
}

.float_main01 .float_img01 {
	top: 0;
	left: -30px;
}

.float_main01 .float_img02 {
	top: 400px;
	right: 0;
	z-index: 1;
}

.float_main01 .float_img03 {
	top: 940px;
	left: 40px;
}

.float_main01 .float_content {
	top: 30px;
	right: 0;
}

.float_main02 .float_content {
	top: 40px;
	left: 0;
}

.float_main02 .float_img01 {
	top: 0;
	right: 0;
}

.float_main02 .float_img02 {
	top: 400px;
	left: 0;
	z-index: 1;
}

.float_main02 {
	height: 740px;
}

.float_main03 {
	height: 800px;
}

.float_main03 .float_content {
	right: 0;
	top: 400px;
}

.float_main03 .float_img02 {
	top: 400px;
	left: 0;
	z-index: 1;
}

.float_main04 {
	height: 740px;
}

.float_main04 .float_img01 {
	top: 0;
	right: 0;
}

.float_main04 .float_content {
	top: 100px;
}

.float_imglist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.float_imglist img {
	width: 30%;
}

ul.wedding_flow {
	padding: 0;
	list-style: none;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

ul.wedding_flow li {
	color: #FFF;
	padding: 10px;
	margin-bottom: 50px;
	border-radius: 200px;
	background-color: #5B5845;
	text-align: center;
	position: relative;
}

ul.wedding_flow li::after {
	content: url(img/under_arrow.png);
    position: absolute;
    left: 44%;
    bottom: -73px;
    transform: scale(0.5);
}

ul.wedding_flow li:last-child::after {
	content: "";
}

.slick_plan_main {
	padding-left: 4%;
	padding-right: 4%;
}

.slick-prev {
	top: 41%;
	left: -50px;
	width: 39px;
	height: 103px;
}

.slick-prev::before  {
	display: block;
	content: "";
	width: 39px;
	height: 103px;
	background-image: url(img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	color: #A27946;
}

.slick-next {
	top: 41%;
	right: -50px;
	width: 39px;
	height: 103px;
}

.slick-next::before  {
	display: block;
	content: "";
	width: 39px;
	height: 103px;
	background-image: url(img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	color: #A27946;
}

.flow_titles {
    background-color: #5B5845;
    color: #FFF;
    display: flex;
    justify-content: center;
	align-items: center;
    border-radius: 200px;
    margin-bottom: 30px;
    padding: 10px;
    font-weight: 400;
	position: relative;
}

.flow_titles + .flow_titles {
	margin-top: 61px;
}

.flow_titles + .flow_titles::before {
	content: url(img/arrow_under.svg);
	display: block;
	position: absolute;
	top: -50px;
	margin: auto;
	left: 0;
	right: 0;
	width: 33px;
}

.ftl_l {
	padding-right: 15px;
	width: 182px;
}

.ftl_l small {
	font-size: 14px;
	display: inline-block;
}

.ftl_l strong {
	font-size: 28px;
    margin-left: 7px;
    display: inline-block;
    font-weight: normal;
}

.ftl_r {
	width: 182px;
	font-size: 21px;
	padding-left: 15px;
	border-left: 1px solid #FFF;
	white-space: nowrap;
}

.section_kurakuen_banquet {
	justify-content: center;
}

.strength_content {
	justify-content: center;
}

.section_kurakuen_banquet .strength_img {
	width: 60%;
}

.section_kurakuen_banquet .strength_info {
	width: 590px;
	text-align: left;
}

.section_kurakuen_banquet .strength_info h3 {
	text-align: left;
}

.sm_red {
	color: #C64266;
	font-size: 17px;
}

.w_kazari_title {
	color: #7A5A3E;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	letter-spacing: 0.05em;
}

.w_kazari_title span {
	display: inline-block;
	padding: 0 10px;
}

.w_kazari_title::before {
	content: url(img/kazari_l.svg);
	display: inline-block;
}

.w_kazari_title::after {
	content: url(img/kazari_r.svg);
	display: inline-block;
}

.kurakuen_head {
	text-align: center;
	margin-top: -50px;
}

.section_kurakutop {
	padding-top: 0;
}

.wborder_title {
	position: relative;
	color: #7A5A3E;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px
}

.wborder_title span {
	display: block;
	padding: 0 20px;
}

.wborder_title::before {
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background-color: #7A5A3E;
}

.wborder_title::after {
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background-color: #7A5A3E;
}

/* -------------------------------

		ウェディング　ドレス

------------------------------- */

ul.slider_dress {
	padding: 0;
	margin-bottom: 60px;
	list-style: none;
}

.dresslist_img {
	position: relative;
	overflow: hidden;
	padding-top: 140%;
}

.dresslist_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.tile_main {
	justify-content: space-between;
}

.tile_content_l {
	width: 52.5%;
}

.tile_content_r {
	width: 46%;
}

.tile_content_s {
	margin-bottom: 2.2%;
}

/* -------------------------------

		パーティーレポート

------------------------------- */

.section_report {
	padding-top: 0;
}

ul.reportarchive_list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.reportarchive_list li {
	margin-right: 4%;
	width: 24.6%;
	padding: 20px 3%;
	margin-bottom: 25px;
	background-color: #FFF;
	text-align: center;
}

ul.reportarchive_list li:nth-child(3n) {
	margin-right: 0;
}

.partyreport_img {
	position: relative;
}

.partyreport_img img {
	width: 100%;
}

ul.reportarchive_list li h3 {
	font-size: 1.4rem;
	margin: 8px 0;
}

ul.reportarchive_list li p {
	margin: 8px 0;
	line-height: 1.5em;
}

.report_banqet {
	text-align: left;
	margin: 10px 0 20px;
}

.report_banqet span {
	display: inline-block;
	color: #FFF;
	background-color: #5B5845;
	padding: 5px 20px;
	margin-bottom: 3px;
	font-size: 0.9rem;
	line-height: 1.4em;
}

.icon_new {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
}

ul.reportarchive_list li:nth-child(n+4) .icon_new {
	display: none;
}

.section_reportmain {
	background-color: #5B5845;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.section_reportmain h3 {
	color: #FFF;
    font-size: 1.5rem;
    margin-top: 34px;
    margin-bottom: 7px;
}

.section_reportmain .report_date {
	color: #DBBD7A;
}

.report_mainimg img {
	border-radius: 20px;
}

table.report_info {
	width: 100%;
	margin-top: 40px;
}

table.report_info th {
	border: 1px solid #FFF;
	padding: 20px;
	color: #DBBD7A;
	font-weight: normal;
}

table.report_info td {
	border: 1px solid #FFF;
	padding: 20px;
	color: #FFF;
	width: 120px;
}

.page_singlereport .wrap {
	max-width: 900px;
}

.section_reportcontent {
	text-align: center;
	padding-bottom: 80px;
	border-bottom: 1px solid #D0CFCE;
}

.report_title_icon {
	text-align: center;
	padding: 20px 0;
}

.report_content_img {
	margin-top: 30px;
}

.report_txt2 {
	margin-top: 60px;
	margin-bottom: 70px;
}

.title_message {
	color: #7A5A3E;
	margin-top: 80px;
}

.title_gold_border {
	text-align: left;
	color: #A27946;
	border-bottom: 1px solid #D0CFCE;
	font-size: 1.4rem;
	padding-bottom: 8px;
}

.section_guests .wrap {
	max-width: 840px;
	padding-bottom: 60px;
}

.section_guests p {
	text-align: left;
}

.plan_content_txt {
	font-size: 0.9rem;
}

.section_planinfo.bg_white {
	padding-top: 1px;
}

.slick_plan_content .selection_content {
	margin-left: 15px;
	margin-right: 15px;
}

.section_weddingplan .selection_info .btn {
	display: block;
	min-width: inherit;
}

.planinfo_other table {
	width: 100%;
	margin-top: 40px;
	table-layout: fixed;
}

.planinfo_other table th {
	padding: 10px;
	text-align: center;
	border: 1px solid #CEB293;
	background-color: #A27946;
	color: #FFF;
}

.planinfo_other table td {
	font-family: "Noto Sans JP";
	padding: 10px;
	text-align: center;
	border: 1px solid #A27946;
}

ul.wedding_fixed {
	padding: 0;
	margin: 0;
	list-style: none;
	position: fixed;
	z-index: 1;
	left: 15px;
	bottom: 15px;
	display: flex;
}

ul.wedding_fixed li {
	width: 180px;
	text-align: center;
}

ul.wedding_fixed li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 20px 10px;
}

ul.wedding_fixed li.wf_tel a {
	background-color: #7A5A3E;
}

ul.wedding_fixed li.wf_rev a {
	background-color: #5B5845;
}

.wpcf7-not-valid-tip {
	display: inline-block !important;
	padding-left: 3px;
	padding-right: 3px;
}

.single_event_description {
	text-align: center;
}

.ie_txt {
	color: #999;
	font-size: 12px;
	text-align: center;
}

/* --------------------------------------

				SDGs

 -------------------------------------- */

.content_white {
	background-color: #FFF;
	padding: 20px 4%;
	margin-bottom: 60px;
}

.content_white p {
	line-height: 2em;
}

.title_groups {
	border-top: 1px solid #A27946;
	border-bottom: 1px solid #A27946;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 120px;
	margin-bottom: 40px;
}

.title_groups h3 {
	border-bottom: 1px dotted #A27946;
	font-size: 1.7rem;
	padding-bottom: 45px;
}

.title_groups h3 .title_number {
	font-family: 'Noto Serif JP', serif;
	color: #BCBBBB;
	font-size: 4rem;
	margin-right: 12px;
	vertical-align: bottom;
}

.title_groups .wp-block-image {
	margin-bottom: 0;
}

.page-id-47559 .page_main h4 {
	border-left: 5px solid #A27946;
	padding-left: 15px;
	font-size: 1.1rem;
	font-weight: 500;
}

.page-id-47559 .wp-block-column .wp-block-image img {
	width: 100%;
}

.page-id-47559 .wp-block-column:not(:first-child) {
	margin-left: 7em;
}


@media (max-width: 1200px) {

	.wrap {
		padding-left: 4%;
		padding-right: 4%;
	}

	ul.nav li .jp {
		font-size: 14px;
	}

	ul.nav li a {
		padding-left: 14px;
		padding-right: 14px;
	}

}
@media (max-width: 980px) {

	ul.nav li .jp {
		font-size: 13px;
	}

	ul.nav li a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.wedding_contact_btns {
		flex-direction: column;
		width: 100%;
		align-items: center;
		border-radius: 0;
	}

	.wcb_l {
		text-align: center;
		padding: 0;
		margin-bottom: 15px;
	}

	.wcb_r {
		padding: 0;
		width: 100%;
	}

	.wedding_contact_btns .ceremony_title {
		text-align: center
	}

	.wcb_desc {
		text-align: left;
	}

	.wedding_contact_btns ul.wedding_reserve_list {
		justify-content: center;
	}

}
@media (max-width: 900px) {

	ul.nav li .jp {
		font-size: 12px;
	}

	ul.nav li a {
		padding-left: 4px;
		padding-right: 4px;
	}

}
@media (max-width: 768px) {

.main_img_txt {
        font-family: 'Noto Serif JP', serif;
        color: #FFF;
        font-size: 1.2em;
        text-shadow: 2px 2px 3px #808080;
        width:100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	html {
		font-size: 14px;
	}

	body {
		padding-top: 54px;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	span.sp {
		display: inline-block !important;
	}

	.flex {
		display: block;
	}

	.flex > div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.burger_btn_content {
		display: block;
	}

	.btn_list {
		text-align: center;
	}

	.btn_list a {
		margin-right: 0;
	}

	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	header {
		text-align: center;
		padding: 5px 0;
		display: block;
	}

	.logo {
		padding-left: 0;
		margin: 0;
		width: 100%;
	}

	.logo img {
		width: 154px;
		margin: 0 auto;
	}

	ul.head_nav {
		display: none;
	}

	.burger-btn{
		display: block;
	}

	.fixed_btn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.fixed_btn a {
		display: block;
		text-align: center;
		padding: 15px 0;
		text-decoration: none;
		color: #FFF;
		background-color: #FFB100;
		width: 100%;
		font-size: 1.1rem;
	}

	.navbar {
		display: none;
	}

	.section {
		padding-left: 4%;
		padding-right: 4%;
	}

	ul.sns_list {
		display: block;
		text-align: center;
	}

	.foot_sns_content {
		margin: 0;
	}

	.gmap iframe {
		height: 400px;
	}

	.page_concept {
		font-size: 1.6rem;
	}

	.concept_info {
		padding-left: 0;
		padding-right: 0;
	}

	.concept_info p {
		font-size: 0.9rem;
	}

	.middle_gold {
		margin-top: 30px;
	}

	.strength_info {
		margin-left: 0;
	}

	.title {
		margin-bottom: 30px;
	}

	.title_wrap {
		display: block;
	}

	ul.pagelink_list {
		margin-left: 0;
	}

	ul.pagelink_list li {
		width: 46%;
	}

	ul.pagelink_list li:nth-child(2n) {
		margin-right: 0;
	}

	.section_three .selection_content {
		width: 100%;
	}

	.select_banners {
		margin-bottom: 15px;
	}

	ul.wedding_head_nav {
		display: none;
	}

	.section_dressbeauty {
		display: block;
	}

	.dressbeauty_info {
		width: 100%;
	}

	.dressbeauty_img {
	    width: 100%;
	}

	.foot_reserve iframe {
		height: 115px;
	}

	.foot_reserve_tel small {
		display: block;
	}

	table.contact_table th {
		display: block;
		width: calc(100% - 30px);
		padding-bottom: 5px;
	}

	table.contact_table td {
		display: block;
		width: calc(100% - 30px);
		padding-top: 5px;
	}

	.tour_cuisine_img {
		width: 100%;
		text-align: center;
	}

	.tour_cuisine_info {
		width: 94%;
	}

	ul.tour_point li {
		width: 96%;
	}

	.float_main {
		height: inherit !important;
	}

	.float_content {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
	}

	.float_img {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		text-align: center;
	}

	ul.bridal_navmenu {
		flex-wrap: wrap;
	}

	ul.bridal_navmenu li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	ul.bridal_navmenu li:nth-child(2n) {
		margin-right: 0;
	}

	.section_greeting {
		background-image: url(img/greeting_bg_s.jpg);
	}

	.btn_center a {
		margin-bottom: 15px;
	}

	ul.reportarchive_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	table.report_info {
		border-bottom: 1px solid #FFF;
	}

	table.report_info th {
		display: block;
		border-bottom: 1px dotted rgba(255,255,255,0.6);
		padding: 10px;
		width: calc(100% - 20px);
	}

	table.report_info td {
		display: block;
		border-top: none;
		border-bottom: none;
		padding: 10px;
		width: calc(100% - 20px);
	}

	.report_title {
		font-size: 1.4rem;
	}

	div.em-booking-login {
		clear: both;
		margin-left: 0 !important;
		padding-top: 40px !important;
		border-left: 0 !important;
	}

	ul.wedding_reserve_list {
		display: block;
		text-align: center;
	}

	ul.wedding_reserve_list li {
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	ul.eat_list li {
		width: 46%;
	}

	ul.eat_list li:nth-child(3n) {
		margin-right: 8%;
	}

	ul.eat_list li:nth-child(2n) {
		margin-right: 0;
	}

	.wedding_about_content {
		width: calc(100% - 60px);
	}

	ul.wedding_fixed {
		left: 0;
		bottom: 0;
		width: 100%;
	}

	ul.wedding_fixed li {
		width: 50%;
		padding-left: 0;
		padding-right: 0;
	}

	.single_event_description {
		text-align: left;
	}

	.wedding_en {
		font-size: 1.2rem;
	}

	.our_title {
		font-size: 1.1rem;
	}

	.our_txt {
		font-size: 0.9rem;
		letter-spacing: 0.005em;
	}

	.wedding_about_content {
		font-size: 0.9rem;
	}

	.section_wedding_top h2 {
		font-size: 1.4rem;
	}

	.section_wedding_top p {
		font-size: 0.9rem;
	}

	.brids_content h3 {
		font-size: 1.4rem;
	}

	.brids_content p {
		font-size: 0.9rem;
	}

	.dressbeauty_txt p {
		font-size: 0.9rem;
	}

	.section_masterchef {
		padding-left: 0;
		padding-right: 0;
	}

	.masterchef_main {
	    width: 82%;
		font-size: 0.9rem;
	}

	.section_ourwedding {
		background-position: 54% 50%;
	}

	ul.partyreport_list li h3 {
		font-size: 0.9rem;
	}

	ul.partyreport_list li p {
		font-size: 0.9rem;
	}

	.bridalbanquet_middle {
		font-size: 1rem;
	}

	.content_bridalbanquet p {
		font-size: 0.9rem;
	}

	.float_content p {
		font-size: 0.9rem;
	}

	.reserve_section_tel .frt {
		display: block;
	}

	.contact_table input[type="text"].input_s, .contact_table input[type="tel"].input_s {
		width: 108px;
	}

	.page-id-47559 .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.wedding_title {
		margin: 40px 0 0;
	}
	
	.flow_titles {
		flex-direction: column;
	}

	.ftl_l {
		padding: 0;
	}

	.ftl_r {
		border: none;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.ftl_l strong {
		font-size: 24px;
	}

	.ftl_r {
		font-size: 16px;
		padding: 0 4%;
		white-space: normal;
	}

	.w_kazari_title {
		font-size: 19px;
	}

	.section_kurakuen_banquet .strength_img {
		width: 100%;
	}

	.section_kurakuen_banquet .strength_info {
		width: 100%;
	}

	.wborder_title {
		font-size: 18px;
		margin-bottom: 60px;
	}

	.wborder_title::before,
	.wborder_title::after {
		width: 12%;
	}

}
@media (max-width: 480px) {

	.fixed_reserve {
		width: calc(100% - 50px);
		padding: 5px 15px;
		text-align: center;
	}

	table.info_table th {
		width: calc(100% - 20px);
		display: block;
		border-bottom: none;
		padding: 10px;
		background-color: #f7f7f7;
	}

	table.info_table td {
		width: calc(100% - 20px);
		display: block;
		padding: 10px;
	}

	ul.footer_link {
		display: block;
	}

	.wedding_title {
		font-size: 1.6rem;
    	margin: 30px 0 40px;
	}

	.section_reportcontent p {
		text-align: left;
	}

	.slick_plan_main {
		padding-left: 8%;
		padding-right: 8%;
	}

	.section_pageconcept p {
		text-align: left;
	}

	.planinfo_other table th {
		padding: 5px;
		font-size: 11px;
		line-height: 1.4em;
	}

	.planinfo_other table td {
		padding: 5px;
		font-size: 11px;
		line-height: 1.4em;
	}

	.slick-prev {
	    top: 50%;
		left: -33px;
	}

	.slick-prev::before {
		background-size: 20px auto;
	}

	.slick-next {
	    top: 50%;
		right: -33px;
	}

	.slick-next::before {
		background-size: 20px auto;
	}

	.bridallinks_main {
		display: block;
	}

	.bridallinks {
		width: 100%;
	}

	.float_imglist {
		display: block;
	}

	.float_imglist img {
		width: 100%;
	}
.main_img_txt {
        font-family: 'Noto Serif JP', serif;
        color: #FFF;
        font-size: 1em;
        text-shadow: 2px 2px 3px #808080;
        width:100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

}