@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
/* 	#pc-backtop {
		display: none;
	} */
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}



body.skin-default{
   background:#fff;
}

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

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:1600px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background-color:inherit;
}

.box_f_1 .tb-column{
	max-width:1600px;
	width:100%;
	margin:0 auto;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	padding:0;
}

.header-brand-container{
	display:none;
	padding:0;
}

.rh{
	float:right;
	padding-top:25px;
}

body #site-logo{
	position:static;
}

body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

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

/* -----menu----- */

/* -----end menu----- */

/* -----footer----- */
#footerwrap #footer{
	overflow:hidden;
}

.text_f_1.module{
	text-align:center;
	color:#fff;
}
.text_f_1.module .module-title{
	font-size:36px;
	line-height:1.4;
	margin-bottom:43px;
}

.list_btn_f_1 .module.module-buttons .ui:not(.transparent){
	display:block;
	max-width:500px;
	width:100%;
	margin:0 auto;
	background:#fff;
	border:0;
	font-size:18px;
	line-height:1.4;
	color:#333;
	text-align:center;
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding:10px;
}

.btn_f_mail_1.module.module-buttons .ui:not(.transparent) span{
	padding:0 0 0 65px;
	background:url(../../uploads/mail1.png)no-repeat center left;
	display:inline-block;
}
.btn_f_app_1.module.module-buttons .ui:not(.transparent) span{
	padding:7px 0 7px 44px;
	background:url(../../uploads/mobile1.png)no-repeat center left;
	display:inline-block;
}
.btn_f_ins_1.module.module-buttons .ui:not(.transparent) span{
	padding:6px 0 6px 60px;
	background:url(../../uploads/insta.png)no-repeat center left;
	display:inline-block;
}

.footer_content .row_inner {
	grid-template-columns: auto 65.625%;
}

.list_social_f_1 .subrow_inner {
	width:160px;
	--gutter:18px !important;
	--area: "col1 col2 col3" !important;
}

.nav_f_1 .module a{
	font-size:16px;
	line-height:38px;
	color:#333;
	text-decoration:none;
}
.nav_f_1 .module a:hover{
	text-decoration:underline;
}

.copyright-container{
	background:#bad9cb;
  padding:22px 10px;
	text-align:center;
}

.copyright-container span{
	color:#fff;
  font-size:16px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	height: auto;
	width:auto;
    bottom:241px;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

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

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{
	font-weight: 600;
}

.module-image:hover a img{
	opacity:0.7;
}

.module-text p{
	margin-bottom:36px;
}
.module-text p:last-child{
	margin:0;
}

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


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


.m_font_1.module,
.ti_font_1.module .module-title{

}

#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

/* -----end general----- */

.row_home_2 .tb-column-inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

/* POST */

.post_home_1.module{
	display:flex;
	flex-wrap:wrap;
}
.post_home_1.module .module-title{
	width:140px;
	font-size:24px;
	color:#fff;
	line-height:32px;
	margin:0;
}
.post_home_1 .list-post{
	width:calc(100% - 140px);
}

.post_home_1.module.module-post .post{
  margin-bottom:0;
}

.post_home_1.module .post-content{
	display:flex;
	flex-wrap:wrap;
}

.post_home_1 time{
  font-size:16px;
	line-height:32px;
  margin:0;
	color:#fff;
	width:169px;
	font-weight:600;
}

.post_home_1.module.module-post .post-title{
  margin-bottom:1px;
	width:calc(100% - 169px);
  font-size:16px;
	line-height:32px;
}

.post_home_1.module.module-post .post-title a{
	color:#fff;
	font-size:16px;
	line-height:32px;
  text-decoration:none;
	font-weight:600;
}
.post_home_1.module.module-post .post-title a:hover{
  text-decoration:underline;
}

.btn_post_vm_1.module{
	text-align:right;
}
.btn_post_vm_1.module a{
  font-size:16px;
	line-height:32px;
  text-decoration:underline;
	color:#fff;
}

/* End POST */

.btn_vm_1.module{
	text-align:right;
}
.btn_vm_1.module.module-buttons .ui:not(.transparent){
	display:inline-block;
	width:200px;
	background:
		url(../../uploads/circlebtn1.png)no-repeat left center,
		url(../../uploads/arr_r.png)no-repeat right center;
	border:0;
	font-size:18px;
	color:#333;
	padding:25px 0 25px 43px;
	text-align:left;
}

.text_plan_1.module .module-title,
.text_concept_1.module .module-title{
	font-size:40px;
	color:#020202;
	margin-bottom:44px;
}

.text_plan_1.module .module-title{
	margin-bottom:31px;
}

.img_link_to_page_1 .tb-column-inner{
	max-width:361px;
	width:100%;
	margin:0 auto;
}

.img_link_to_page_1 .module-image{
	margin-bottom:18px;
}
.img_link_to_page_1 .module-image.image-center .image-content{
	padding:56px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img_link_to_page_1 .module-image .image-title,
.img_link_to_page_1 .module-image .image-caption {
	color:#333;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	display:inline-block;
	margin-bottom:10px;
}

.btn_to_page_1.module.module-buttons .ui:not(.transparent){
	background:#bad9cb;
	color:#fff;
	font-size:18px;
	line-height:32px;
	font-weight:600;
	text-align:center;
	display:block;
	border:0;
	padding:22px 10px 21px;
}

.img_link_to_page_2  .module-image{
	position:relative;
	margin:0;
}
.img_link_to_page_2  .module-image.image-top .image-content{
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.9);
/* 	padding:24px 10px; */
	text-align:center;
}

.img_link_to_page_2  .module-image .image-wrap img{
	max-width:533px;
	width: 100%;
}
.img_link_to_page_2  .module-image.image-top .image-title,
.img_link_to_page_2  .module-image.image-top .image-title a{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight: 300;
}
.img_link_to_page_2  .module-image.image-center .image-title{
	margin:0;
}
.img_link_to_page_2 .module-image.image-top .image-title a {
	display: block;
    padding: 24px 10px;
}
.text_point_1.module{
	font-size:32px;
	line-height:1.4;
	margin-bottom:41px;
}
.text_point_1.module .module-title{
	font-size:24px;
	color:#bad9cb;
	margin-bottom:13px;
	line-height:1.4;
}

.reservation_btn {
	position: fixed !important;
    bottom:50px;
    z-index: 1000;
    right: 60px;
    width:max(100px,10vw) !important; 
}

.no-home .reservation_btn {
	display:none;
}

.bg_sub_main .module-image{
	position:relative;
	margin:0;
}
.bg_sub_main .module-image.image-top .image-content{
	margin:0;
	position:absolute;
	top:50%;
	left:3%;
	right:3%;
	transform: translateY(-50%);
}
.bg_sub_main .module-image.image-top .image-title{
	margin:0;
	font-size:40px;
	color:#fff;
	text-align:center;
}

.bg_sub_main .module-image .image-wrap img{
	height:500px;
	object-fit:cover;
}

.text_about_1.module{
	text-align:center;
	font-size:16px;
	line-height:38px;
}
.text_about_1.module .module-title{
	font-size:40px;
	color:#bad9cb;
	margin:0 0 49px;
}

.gl_about_1.module img{
	width:100%;	
}


.table_access_1 tr{
	border-bottom:1px solid #c5c5c5;
}

.table_access_1 th,
.table_access_1 td{
	text-align:left;
	color:#333;
	font-size:16px;
	line-height:30px;
	padding:53px 0;
	border:0;
}
.table_access_1 th{
	color:#313131;
	width:117px;
}

.text_ct_1.module a{
	color:#000;
	text-decoration:underline;
}
.text_ct_1.module a:hover{
	color:#000;
	text-decoration:none;
}

.w1200px_1 .tb-column{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}

.box_input_1{
	background:#f3f8f6;
	padding:60px 10px 45px;
}

.box_input_1 table{
	max-width:1000px;
	widows:100%;
	margin:0 auto;
}

body .wpcf7 table tr th, 
body .wpcf7 table tr td{
	padding:20px 0;	
	border:0;
}
body .wpcf7 table tr th{
	color:#333;
	font-size:16px;
	line-height:37px;
	font-weight:bold;
	width:215px;
}
body .wpcf7 table tr th span{
	color:#fd0505;
	font-size:12px;
}

body .wpcf7 table tr td input,  
body .wpcf7 table tr td textarea { 
	border:1px solid #e3dbd4;
	border-radius:0;
	background-color: #fff;
}
body .wpcf7 table tr td textarea { 
	height:100px;
}

body .wpcf7 .submit_btn input[type="submit"]{
	border-radius: 0;
    background: #b15c60;
    font-weight: bold;
    padding: 9px;
	margin:50px auto 0;
}

.text_policy.module{
	background:#f6f6f6;
}
.text_policy.module .module-title{
	text-align:center;
	margin:0;
	font-size:16px;
	color:#000;
	background:#bad9cb;
	padding:20px 10px;
}
.text_policy.module .tb_text_wrap{
	margin:40px 37px;
	height:400px;
	overflow: auto;
}

.p_anchor_1 ul{
	margin:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.p_anchor_1 ul li{
	width:31.25%;
	margin:0 3.125% 28px 0;
}
.p_anchor_1 ul li:nth-child(3n){
	margin:0 0 28px 0;
}
.p_anchor_1 ul li a{
	display:block;
	font-size:18px;
	color:#fcfbfa;
	font-weight:600;
	text-align:center;
	padding:10px 10px 10px;
	background:#bad9cb;
	line-height: 140%;
    padding: 25px 10px;
}

.ti_line_right.module{
	overflow:hidden;
	padding:0 30px 0 0;
}
.ti_line_right.module .module-title{
	display: inline-block;
    vertical-align: baseline;
    vertical-align: auto;
    position: relative;
    padding: 0 60px 0 0;
	
	font-size:32px;
	color:#333;
	font-weight:600;
	line-height:1.4;
	margin:0;
}
.ti_line_right.module .module-title:after{
    content: '';
    display: block;
    width:1000%;
    position: absolute;
    top: 50%;
    border-top: 1px solid #8e8e8e;
}
.ti_line_right.module .module-title:after {
    left: 100%;
}

.arr_faq.module{
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.arr_faq.module .ui.module-accordion,
.arr_faq.module .accordion-content{
  background:transparent;
  border:0;
  margin:0;
}

.arr_faq.module li{
	margin-bottom:20px;
	border:0;
}

.arr_faq.module .builder-accordion-active:last-child{
	margin-bottom:0;
}

.arr_faq.module ul.ui.module-accordion .accordion-title a{
  background:none;
  font-size:16px;
  font-weight:bold;
  color:#333;
  padding:10px 0 10px 45px;
  line-height:32px;
	font-weight:normal;
	position:relative;
}
.arr_faq.module .accordion-title a:before{
	content:"Q";
	font-size:32px;
	color:#d8ece3;
	line-height:1;
	position:absolute;
	top:7px;
	left:0;
	font-weight:600;
}

.arr_faq.module li:hover .accordion-title{
	opacity:0.7;
}
.arr_faq.module li .accordion-title{
	background:none;
}

.arr_faq.module .accordion-content{
	padding:10px 0 20px 45px;
  line-height:32px;
	font-size:16px;
	color:#333;
	position:relative;
}

.arr_faq.module .accordion-content:before{
	content:"A";
	font-size:32px;
	color:#bad9cb;
	line-height:1;
	position:absolute;
	top:7px;
	left:0;
	font-weight:600;
}


.text_flow_1.module{
	font-size:16px;
	line-height:38px;
}
.text_flow_1.module .module-title{
	font-size:32px;
	margin:0 0 42px;
}

.text_flow_2.module{
	font-size:16px;
	line-height:38px;
	background:#bad9cb;
	padding:34px 25px 31px;
}
.text_flow_2.module .module-title{
	font-size:24px;
	margin:0 0 13px;
}

.post_news_1.module .post{
	margin-bottom:43px;	
}
.post_news_1.module .post-image{
	margin:0;
	text-align:center;
}
.post_news_1.module .post-content{
	padding:17px 0 0;
}
.post_news_1.module .post time{
	font-weight:600;
	font-size:16px;
	margin:0 0 11px;
	color:#c5b8a8;
}
.post_news_1.module .post-title{
	margin:0;
}
.post_news_1.module .post-title a{
	font-weight:600;
	font-size:16px;
	color:#333;
	margin:0;
}

.rtb a{
	max-width:360px;
	width:100%;
	display:block;
	margin:0 auto;
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#bad9cb;
	padding:20px 10px 19px;
}

.single-post #content{
	padding:150px 0;
}

.single-post .post{
	margin-bottom:40px;	
}

.single-post .post time{
	font-weight:600;
	font-size:16px;
	color:#bad9cb;
	margin:0;
}
.single-post .post .post-title{
	font-size:24px;
	color:#333;
	line-height:140%;
	border-bottom:1px solid #8e8e8e;
	padding:16px 0 35px;
	margin-bottom:39px;
}

.single-post .entry-content{
	font-size:16px;
	line-height:38px;
}

.event_plan_box_1 .tb-column-inner{
	max-width:774px;
	width:100%;
	margin:0 auto;
}
.event_plan_box_1 .module-image{
	margin-bottom:57px;
}
.event_plan_box_1 .module-text{
	color:#333;
	margin-bottom:47px;
}
.event_plan_box_1 .module-text .module-title{
	font-size:32px;
	color:#333;
	text-align:center;
	margin:0 0 47px;
}

.btn_plan_1.module.module-buttons .ui:not(.transparent),
.event_plan_box_1 .module.module-buttons .ui:not(.transparent){
	display:block;
	border:0;
	background:#bad9cb;
	font-size:18px;
	line-height:140%;
	font-weight:600;
	padding:26px 10px 25px;
	color:#fff;
	text-align:center;
}

.btn_plan_1.module.module-buttons .ui:not(.transparent):hover,
.event_plan_box_1 .module.module-buttons .ui:not(.transparent):hover{
	opacity:0.7;
}

.text_detail_plan_1.module .module-title{
	color:#333;
	font-size:32px;
	margin-bottom:45px;
}

.text_detail_plan_2.module{
	overflow: hidden;
    padding: 0 30px 0 0;	
}
.text_detail_plan_2.module .module-title {
    display: inline-block;
    vertical-align: baseline;
    vertical-align: auto;
    position: relative;
    padding: 0 30px 0 0;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 31px;
}
.text_detail_plan_2.module .module-title:after {
    content: '';
    display: block;
    width: 1000%;
    position: absolute;
    top: 50%;
    border-top: 1px solid #cacaca;
}
.text_detail_plan_2.module .module-title:after {
    left: 100%;
}

.table_plan_1 th,
.table_plan_1 td{
	padding:22px 0 23px;
	border:0;
	font-size:18px;
	color:#333;
	font-weight:300;
	text-align:right;
}
.table_plan_1 th{
	padding:0 20px 0 0;
	text-align:left;
}

.box_plan_detail_1 .tb-column{
	max-width:1440px;
	width:100%;
	padding:0 100px;
}

.box_sight_seeing_1 .module-image{
	margin-bottom:55px;
}

.ti_sightseeing_1.module{
	display: flex;
/*     align-items: flex-start; */
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:33px;
}
.ti_sightseeing_1.module:after{
	display:none;
}
.ti_sightseeing_1.module .module-title,
.ti_sightseeing_1.module .tb_text_wrap{
	margin:0 0 10px;
	font-size:32px;
	color:#333;
	font-weight:600;
	line-height:140%;
}
.ti_sightseeing_1.module .module-title{
	padding-right:15px;
}

.box_sight_seeing_1 .tb-column-inner{
	max-width:581px;
	width:100%;
	margin:0 auto;
}

.ti_sightseeing_1b.module{
	border-bottom:1px solid #0f0f0f;
	padding:0 0 29px;
}


.box_detail_sightseeing_2 .module-image .image-wrap{
	text-align:center;
}
.box_detail_sightseeing_2 .module-image.image-top .image-content{
	margin:29px 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    align-items: flex-start;
}
.box_detail_sightseeing_2 .module-image .image-title,
.box_detail_sightseeing_2 .module-image .image-caption{
	font-size:24px;
	color:#333;
	line-height:32px;
	font-weight:600;
	margin:0 0 10px;
}

.gl_gl_1.module{
	margin:0;
	text-align:center;
}

.gl_gl_1.module img{
	width:100%;
}

.archive .page-title{
	display:none;
}

.sidebar1 #layout{
	padding:110px 0 150px;
}

.sidebar1 #sidebar{
	width:360px !important;
	padding:0;
	overflow:hidden;
}

.sidebar1 #sidebar .widgettitle{
	font-size:24px;
	color:#030303;
	
	display: inline-block;
    vertical-align: baseline;
    vertical-align: auto;
    position: relative;
    padding: 0 40px 0 0;
	font-weight:600;
	
	margin-bottom:26px;

}

.sidebar1 #sidebar .widgettitle:after{
    content: '';
    display: block;
    width:300%;
    position: absolute;
    top: 50%;
    border-top: 1px solid #bad9cb;
}
.sidebar1 #sidebar .widgettitle:after {
    left: 100%;
}

.sidebar1 #sidebar .categories-list li{
	padding:0;
	margin-bottom:17px;
}

.sidebar1 #sidebar .categories-list li a{
	position:relative;
	padding:0 0 0 40px;
	display:inline-block;
	color:#030303;
	font-size:18px;
	line-height:32px;
	font-weight:600;
}
.sidebar1 #sidebar .categories-list li a:before{
	content:"";
	width:20px;
	height:20px;
	border:1px solid #030303;
	display:block;
	position:absolute;
	top:5px;
	left:0;
	box-sizing: border-box;
}

.sidebar1 #content{
	width:calc(100% - 360px - 50px);
}

.archive.sidebar1 .loops-wrapper.grid3 > .post{
	margin-left: 4.2%;
    margin-bottom: 4.2%;
	width:30.2%;
}

.archive.sidebar1 .loops-wrapper.grid3 > .post:nth-of-type(3n+1) {
	margin-left: 0;
}

#pagewrap .pagenav{
	text-align:center;
	padding:5px 0 0;
}

#pagewrap .pagenav a, 
#pagewrap .pagenav span {
    line-height: 100%;
    padding:8px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    min-width:40px;
    min-height:40px;
    text-align: center;
    border-radius: 0;
    box-sizing: border-box;
	border:1px solid #bad9cb;
	color:#a3a4a4;
	font-size:23.3px;
	font-weight:600;
	text-decoration:none;
	background:none;
}

#pagewrap .pagenav a:hover, 
#pagewrap .pagenav span {
	background:#bad9cb;
	color:#333;
}


/* 20250609 */
.single-post .entry-content a{
	color:#000;
	text-decoration:underline;
}
.single-post .entry-content a:hover{
	color:#000;
	text-decoration:none;
}
#footerwrap .footer-info {
	width: 85%;
}


@media screen and (max-width: 1600px) {
	
	.box_f_1 .tb-column,
	#pagewrap .pagewidth{
    width:98%;
  }
	
}


@media screen and (max-width: 1180px) {

	.w1200px_1 .tb-column,
	.box_f_1 .tb-column,
	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
    padding:0;
	}

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.h_contact{
		display:none;
	}


body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}

body #footer .sp-footer-icons-container a{
		background:#b25e62de;
		color: #fff;
		border-color:#fff;
	}
	
	.reservation_btn {
		right: 0;
		bottom:30vw;
	}
	body #footer .sp-footer-icons-container a.sp-footer-reserve svg {
		display: block;
		fill: #fff;
		height: 20px;
		margin: 0 auto 8px;
	}
  
}


@media screen and (max-width: 1024px) {
	
	.bg_sub_main .module-image .image-wrap img {
		height: 300px;
	}
	
	body .wpcf7 table tr th,
	body .wpcf7 table tr td{
		width:100%;
		display:block;
	}
	body .wpcf7 table tr th{
		padding-bottom:0;
	}
	body .wpcf7 table tr td{
		padding-top:0;
	}
	
	.single-post #content{
		padding:100px 0;
	}
	
	
	.sidebar1 #content,
	.sidebar1 #sidebar{
		float:none;
	}
	
	.sidebar1 #content{
		width:100%;
		margin-bottom:100px;
	}
	.sidebar1 #sidebar{
		margin:0 auto;
	}
	
	.archive.sidebar1 .loops-wrapper.grid3 > .post{
		clear:none;
	}

	
}

@media screen and (max-width: 939px) {
  
	.w1200px_1 .tb-column,
	.box_f_1 .tb-column,
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
		
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}

/* body #pc-backtop{
		display:none;
	} */
	
	.footer_content .row_inner {
    grid-template-columns: 100% 100%;
    --area: "col1" "col2";
}

}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}

}

@media screen and (max-width: 680px) {

	.w1200px_1 .tb-column,
	.box_f_1 .tb-column,
#pagewrap .pagewidth{
    width:92%;
  }
	
	.row_home_2 .tb-column-inner {
		display: block;
	}
	
	.img_link_to_page_2 .module-image{
		max-width:533px;
		width:100%;
		margin:0 auto;
	}

	.item680center.module{
		text-align:center;
	}
	
	.list_social_f_1 .subrow_inner{
		margin:0 auto;	
	}
	
	.post_home_1.module{
		display:block;
	}
	.post_home_1.module .module-title{
		margin-bottom:15px;
	}
	
	
	#pagewrap .module-accordion ul *{  
    transition: all 0.3s;
  }
  #pagewrap .module-accordion ul li .accordion-content {
     display:none;
  }
  #pagewrap .module-accordion ul .builder-accordion-active .accordion-content {
     display:block !important;
  }
	
	.p_anchor_1 ul {
		column-gap: 5px;
        justify-content: center;
	}
	.p_anchor_1 ul li{
		width: calc(50% - 5px);
        margin: 0 0 5px !important;
	}
	.p_anchor_1 ul li a {
		font-size: 14px;
		padding: 15px 5px;
	}
	
	.sidebar1 #layout{
		padding:100px 0;
	}
	
	body.archive.sidebar1 .loops-wrapper.grid3 > .post {
    margin-left: 4.2% !important;
    margin-bottom: 4.2% !important;
    width: 30.2% !important;
		float:left !important;
}
	
	body.archive.sidebar1 .loops-wrapper.grid3 > .post:nth-of-type(3n+1) {
    margin-left: 0 !important;
}

	
}

@media screen and (max-width: 568px) {}

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

@media screen and (max-width: 380px) {
	
	.gl_gl_1.module img {
		width: 80%;
	}
	
}

@media screen and (max-width: 320px) {
	
	.gl_gl_1.module img {
		width: 70%;
	}
	
}


/*
 * 
 * vuong
 * 
 * */
.menu_row1{
    background: url(../../uploads/menu1.png) top right no-repeat;
    background-size: contain;
    min-height: 100vh;
}
.menu_row1 .module{
    margin-bottom: 0;
}
body .menu_row1 .row_inner{
    background: white;
    padding: 100px 100px 0 160px;
    max-width: 1210px;
    margin-left: 0;
}
.menu_row1 .col3-1.last{
    padding-top: 120px;
}
.v_menu1.module ul{
    margin: 0;
    display: block;
}
.v_menu1.module ul li{
    display: block;
    margin: 0 0 75px 0;
    line-height: 1;
    font-size: 18px;
    overflow: hidden
}
.v_menu1.module ul li a{
    color: #333;
    display: block;
    float: left;
    clear: both;
}
.v_menu1.module ul li br + a{
    margin-top: 25px;
}
.v_menu1.module strong{
    font-weight: 900;
}
.btn_nav_1.module{
    margin-bottom: 45px;
}
body .btn_nav_1.module.module-buttons a{
    padding: 0;
    line-height: 100px;
    color: white;
    font-size: 18px;
    background: #b25e62;
}
body .btn_nav_mail_1.module.module-buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 100px;
    color: #b25e62;
    font-size: 18px;
    background: #fff;
    border: 2px solid #d6a9ab;
}
.btn_nav_mail_1.module a:before{
    content:"";
    display: block;
    width: 38px;
    height: 25px;
    background: url(../../uploads/menu2.png);
    margin-right: 25px;
}

.text_sns_nav_1.module .module-title{
    color: #333333;
    font-size: 18px;
    line-height: 1;
    margin: 75px 0 35px 0;
    background: url(../../uploads/menu3.png) left 85px center no-repeat;
}
.text_sns_nav_1.module ul{
    display: block;
    margin: 0 0 55px 0;
}
.text_sns_nav_1.module ul li{
    display: block;
    background: url(../../uploads/ins.png) left no-repeat;
    background-size: 36px;
    line-height: 36px;
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: bold;
}
.text_sns_nav_1.module ul li:nth-child(2){
	background: url(../../uploads/face.png) left no-repeat;
    background-size: 36px;
}
.text_sns_nav_1.module ul li:last-child{
	background: url(../../uploads/x.png) left no-repeat;
    background-size: 36px;
}
.text_sns_nav_1.module ul li a{
    color: #333;
}
body #menu-button{
		visibility:visible;
		opacity:1;
    right:auto;
    left: 0;
    background: rgba(255,255,255,0.7);
    top: 35px;
    left: 35px;
    width: 100px;
    height: 100px;
}
body #menu-button.is-active{
    background: #bad9cb;
}
body #menu-button .ham-text{
    display: none;
}
body #menu-button .ham-lines{
    width: 55px;
    height: 50px;
}
body #menu-button .ham-lines span,
body #menu-button .ham-lines::before,
body #menu-button .ham-lines::after{
    background: #c5b8a8;
    width: 55px;
    height: 4px;
}
body #menu-button .ham-lines::before{
    bottom: auto;
    top: 0;
}
body #menu-button.is-active .ham-lines::before{
    top: 15px;
    background: #333333;
}
body #menu-button .ham-lines span{
    width: 40px;
    margin-left: 0;
    bottom: auto;
    top: 50%;
    transform: translate(0,-50%);
}
body #menu-button.is-active .ham-lines span{
    background: #333333;
}
body #menu-button .ham-lines::after{
    bottom: 0;
}
body #menu-button.is-active .ham-lines::after{
    bottom: 15px;
    background: #333333;
}
body #main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #fff;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
}
body #main-menu-container.is-active{
		left: 0;	
}
.sp-br{
	display: none;
}

@media screen and (max-width: 1200px){
    .v_menu1.module ul li{
        margin-bottom: 40px;
    }
    .menu_row1 .col3-1.last{
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px){
    body #menu-button{
        top: 5vw;
        left: 5vw;
        width: 48px;
        height: 48px;
    }
    body #menu-button .ham-lines{
        width: 32px;
        height: 32px;
    }
    body #menu-button .ham-lines span, body #menu-button .ham-lines::before, body #menu-button .ham-lines::after{
        width: 28px;
        height: 2px;
    }
    body #menu-button .ham-lines span{
        margin-left: auto;
    }
    body #menu-button.is-active .ham-lines::before{
        top:auto;
        bottom: 24px;
    }
    body #menu-button.is-active .ham-lines::after{
        bottom: 6px;
    }
    body .menu_row1 .row_inner{
        padding: 100px 5% 0 5%;
    }
    body .btn_nav_1.module.module-buttons a,
    body .btn_nav_mail_1.module.module-buttons a{
        line-height: 70px;
    }
}

@media screen and (max-width: 680px){
	.post_home_1.module .post-content {
		flex-direction: column;
	}
	.post_home_1 time,.post_home_1.module.module-post .post-title {
		width: auto;
	}
	.text_concept_1.module .module-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.text_plan_1.module .module-title{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.img_link_to_page_1 .module-image .image-title, .img_link_to_page_1 .module-image .image-caption {
		font-size: 20px;
		margin-bottom: 0;
	}
	.img_link_to_page_2 .module-image.image-top .image-title a,
	.img_link_to_page_2 .module-image.image-top .image-title,
	.text_point_1.module .module-title {
		font-size: 18px;
	}
	.text_point_1.module {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.text_f_1.module .module-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.list_btn_f_1 .module.module-buttons .ui:not(.transparent) {
		height: 70px;
	}
	.btn_f_mail_1.module.module-buttons .ui:not(.transparent) span {
		background-size: 30px;
		padding-left: 45px;
	}
	.btn_f_app_1.module.module-buttons .ui:not(.transparent) span {
		background-size: 18px;
		padding-left: 30px;
	}
	.btn_f_ins_1.module.module-buttons .ui:not(.transparent) span {
		background-size: 30px;
		padding-left: 45px;
	}
	.rtb a,
	.btn_to_page_1.module.module-buttons .ui:not(.transparent) {
		padding: 15px;
	}
	.sp-br{
		display: block;
	}
	.img_link_to_page_1 .module-image.image-center .image-content{
		padding-top: 20px;
	}
	.img_link_to_page_2 .module-image.image-top .image-content{
		padding: 15px;
	}
	.text_sns_nav_1.module .module-title {
		margin: 50px 0 30px;
	}
	.btn_vm_1.module.module-buttons .ui:not(.transparent) {
		background-size: contain, auto;
		padding: 15px 0 15px 33px;
	}
	.bg_sub_main .module-image.image-top .image-title {
		font-size: 26px;
	}
	.bg_sub_main .module-image .image-wrap img {
		height: 200px;
	}
	.text_about_1.module .module-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.ti_line_right.module .module-title {
		font-size: 22px;
	}
	.text_flow_1.module .module-title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.post_news_1.module .post time{
		margin-bottom: 0;
	}
	.single-post #content{
		padding: 70px 0;
	}
	.table_access_1 th, .table_access_1 td{
		display: block;
		padding: 15px 0;
		width: auto;
	}
	.table_access_1 th{
		padding-bottom: 0;
	}
	.ti_sightseeing_1.module .module-title, .ti_sightseeing_1.module .tb_text_wrap {
		font-size: 26px;
	}
	.ti_sightseeing_1.module {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.btn_plan_1.module.module-buttons .ui:not(.transparent), .event_plan_box_1 .module.module-buttons .ui:not(.transparent) {
		padding: 15px;
	}
	.text_detail_plan_2.module .module-title{
		margin-bottom: 20px;
	}
	.box_plan_detail_1 .tb-column {
		padding: 0 20px;
	}
	.event_plan_box_1 .module-text .module-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.event_plan_box_1 .module-image {
		margin-bottom: 30px;
	}
	.text_detail_plan_1.module .module-title {
		font-size: 26px;
	}
	.box_detail_sightseeing_2 .module-image .image-title, .box_detail_sightseeing_2 .module-image .image-caption{
		font-size: 20px;
	}
	.box_detail_sightseeing_2 .module-image.image-top .image-content{
		margin-top: 20px;
	}
	.table_plan_1 th, .table_plan_1 td {
		display: block;
		padding: 15px 0;
	}
	.table_plan_1 th {
		padding-bottom: 0;
	}
	.table_plan_1 td {
		padding-top: 0;
	}
	#footerwrap .footer-info {
		width: auto;
	}
}

















