@charset "UTF-8";
/*html body #wrapper{
	opacity: 0;
}*/

#wp-admin-bar-new-content,
#wp-admin-bar-customize{
display: none;
}

body{
width: 100%;
padding-top: 140px;
/*PC用の横幅を指定*/
min-width: 1260px;
}

#loading{
content: '';
background-color: rgba(245,241,237,1.00);
display: block;
position: fixed;
width: 100%;
min-width: 1260px;
height: 120%;
z-index: 20000;
top:0;
left:0;
overflow: hidden;
}
#load_img{
display: block;
position: absolute;
width: 408px;
height: 238px;
top:290px;
left:50%;
transform:translateX(-50%);
filter: drop-shadow(0 0 10px rgba(87,78,41,0.6));
animation: beat 1.8s infinite;
}

.customize-support #load_img{ top:322px; }
@keyframes beat {
  0%{filter: drop-shadow(0 0 4px rgba(87,78,41,0));}
  50% {filter: drop-shadow(0 0 7px rgba(128,115,60,0.39));}
  100%{filter: drop-shadow(0 0 4px rgba(87,78,41,0));}
}
#loading.hdn{
width: 100%;
height: 120%;
animation: loading 1s forwards;
}
@keyframes loading {
  0%{ opacity: 1; }
  99% { opacity: 0; width: 100%; height: 120%; }
  100%{ opacity: 0; width: 0px; height: 0px;min-width: 0px; }
}
#loading.hdn #load_img{
animation: close_img 1s forwards;
}
@keyframes close_img {
  0%{ width: 408px; height: 238px; top:290px; left:50%; }
  99% { width: 408px; height: 238px; top:290px; left:50%; }
  100%{ width: 0px; height: 0px; top:-1px; left:-1px; }
}

/* スマートフォンのブレイクポイント */
/* PC用サイズの1080pxから770pxまでのタブレットサイズではPC版の縮小表示 */
@media screen and (max-width: 769px){
	body {
		/* 初期化 */
		min-width: initial;
	}
}
html.ios body,
html.android body{
overflow-x: hidden;
}

/*
body {
position: relative;
}
*/
.full_w { width: 100%; }
.cnt_w { width: 1180px; margin: auto; }
.item_w { width: 268px; }
.contents_flsb {
	display: flex;
	justify-content: space-between;
}
.contents_flw {
	display: flex;
	flex-wrap: wrap;
}
.container { padding: 70px 0; }
.list_item {
    margin: 0 36px 36px 0;
    width: 268px;
}
.list_item a {
    display: block;
    height: 100%;
    position: relative;
}
.list_item { background-color: #fff; }
.img_wrap {
display: block;
position: relative;
overflow: hidden;
}
a .img_wrap img {
transition: all .2s linear;
height: auto;
}
a:hover .img_wrap img {
transform: scale(1.1);
}
.list_item .txt_wrap h3 {
font-size: 1.5rem;
}
a {
transition-property: all;
transition-duration: 0.4s;
cursor: pointer;
}
a:hover { opacity: 0.6; }
img { display: block; width: 100%; }
img {
 image-rendering: -webkit-optimize-contrast;
}
i {
display: inline-block;
line-height: 1;
margin-right: 8px;
width: 12px;
height: 12px;
}
i img { display: block; width: 100%; }
.more_info_2ea7e0, 
.more_info_green, 
.more_info_fff {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 15px;
    height: 15px;
    margin-right: 0px;
}
.ahover_ul {
display: block;
border-bottom: solid 1px #d4d4d4;
position: relative;
}
.ahover_ul span {
position: absolute;
right: 0;
top: 0;
display: block;
width: 20px;
height: 32px;
border-bottom: solid 1px #2ea7e0;
}
.ahover_ul span i {
display: block;
margin: 6px auto 0;
}
.ahover_ul::after {
position: absolute;
bottom: -1px;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #2ea7e0;
transform: scale(0, 1);
transform-origin: right top;
transition: transform .5s;
}
.ahover_ul:hover {
  opacity: 1;
  color: #2ea7e0;
}
.ahover_ul:hover::after {
  transform: scale(1, 1);
}

.btn01 {
width: 100%;
background-color: #3c3c3c;
padding: 12px;
color: #fff;
font-weight: bold;
line-height: 1;
text-align: center;
}
.btn02 {
width: 100%;
background-color: #fff;
border:solid 1px #2ea7e0;
color: #2ea7e0;
padding: 12px;
font-weight: bold;
line-height: 1;
text-align: center;
}
.btn01 i,
.btn02 i {
width: 12px;
height: 12px;
margin-right: 10px;
vertical-align: 0px;
}
.tal_center { text-align: center; }
.tal_left { text-align: left; }
.tal_right { text-align: right; }
.pcnone { display: none; }

/*
Header -------------------------------------------
*/

/* Fixed Header ------------*/
#header,
#header_mini,
#header_large{
position: absolute;
left:0px;
width: 100%;
min-width: 1260px;
}
#header,
#header_large{
top:0px;
}
#header{
z-index: 10000;
overflow-y: visible;
height: 140px;
}
/*.customize-support #header{
margin-top: 32px;
}*/
#header_mini {
justify-content: space-between;
border-top: solid 4px #f5f1ed;
/*border-bottom: rgba(78,51,39,0.2) solid 1px;*/
top: -76px;
height: 76px;
background: rgba(255,255,255,0.9);
transform: translate3d(0,0px,0);
transition: transform 0.6s ease 0s;
display: flex;
position: fixed;
z-index: 10010;
}
#header.fixed{
top:-140px;
position: fixed;
}

#header_large{
z-index: 10000;
}
#header_mini.fixed{
display: flex;
transform: translate3d(0,76px,0);
overflow: visible;
}
.customize-support #header_mini.fixed{
margin-top: 32px;
}

#head_logo_f{
width: 250px;
position: relative;
padding: 6px 0 0 38px;
}
#head_logo_f a {
display: block;
}
#head_logo_f a img:first-child{
width: 148px;
margin: 0 auto 4px;
}
#header_fixmenu{
width: 980px;
display: flex;
justify-content: space-between;
position: relative;
}
.fixmenu_li{
width: 196px;
display: block;
font-size:1.5rem;
font-weight: bold;
text-align: center;
height: 72px;
padding-top: 18px;
}
.fixmenu_li i{
width: 30px;
height: 30px;
vertical-align: -7px;
margin-right: 10px;
}


/* Nomal Header ------------*/
#header_large {
display: flex;
justify-content: space-between;
height: 140px;
background: rgba(255,255,255,0.9);
}
#head_logo {
display: block;
width: 280px;
padding: 14px 0 0 37px;
}
#head_logo a {
display: block;
width: 206px;
}
#head_logo a img:first-child {
margin-bottom: 5px;
}
#header_nav_wrap {
width: calc( 100% - 280px );
}
#header_subnav {
height: 40px;
display: flex;
justify-content: flex-end;
border-bottom: solid 1px #d4d4d4;
border-left: solid 1px #d4d4d4;
}
.header_member a {
color: #fff;
display: block;
font-size: 1.3rem;
font-weight: bold;
width: 200px;
height: 40px;
text-align: center;
line-height: 40px;
border-left: solid 1px #d4d4d4;
}
.header_member a i {
width: 16px;
height: 16px;
margin-right: 14px;
vertical-align: -2px;
}
.heder_sns,
.heder_submenu{
display: flex;
}
.heder_submenu {
padding: 8px 20px 0 0;
}
.heder_submenu_item:last-child {
margin-left: 18px;
}
.heder_submenu_item a {
font-size: 1.2rem;
font-weight: bold;
display: block;
}
.heder_submenu_item a i {
margin-right: 0px;
margin-left: 8px;
vertical-align: -2px;
}
.heder_sns {
padding: 8px 26px 0 0;
}
.heder_sns li:not(:last-child) {
margin-right: 14px;
}
.heder_sns li a i {
width: 22px;
height: 22px;
margin-right: 0px;
vertical-align: -2px;
}
#header_mainnav {
width: 980px;
height: 100px;
display: flex;
justify-content: space-between;
margin-left: auto;
}
#header_mainmenu {
position: relative;
width: 880px;
display: flex;
justify-content: space-between;
}
.mainmenu_li {
font-size: 1.6rem;
font-weight: bold;
width: 176px;
height: 100px;
padding-top: 20px;
text-align: center;
display: block;
}
.mainmenu_li i {
width: 30px;
height: 30px;
display: block;
margin: 0px auto 6px; 
}
#lang_select {
    width: 100px;
}


.ddmenu {
    overflow: hidden;
    z-index: 10001;
    position: absolute;
    width: 100px;
    text-align: center;
}
.ddmenu,
.ddmenu_li {
    display: block;
    margin: 0;
    padding: 0;
    height: 100px;
}
.ddmenu_li {
background-color: rgba(60,60,60,1.00);
background-image: url("/asset/img/common/icon_udarrow_10x10_fff.svgz");
background-size: 10px 10px;
background-position: center 70px;
background-repeat: no-repeat;
}
.ddmenu_li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.3rem;
    height: 100%;
    width: 100%;
    transition-property: background-color;
    transition-duration: 0.5s;
    padding-top: 8px;
}
.ddmenuHead > a{
    padding-top: 20px;
}
.ddmenu_li a i {
width: 22px;
height: 22px;
display: block;
margin: 0 auto 4px;
}
.ddmenu_li:not(.ddmenuHead) {
	height: 36px;
}
.dddmenu_li .ddmenu_li a {
	background-color: rgba(81,81,81,1.00);
	border-top: 1px solid rgba(152,152,152,1.00);
	line-height: 36px;
    padding-top: 0px;
}
.ddmenu, .ddmenu:hover {
	transition-property :height;
	transition-duration:0.25s;
}
.ddmenu:hover {
	height: 280px;
}
.ddmenu_li a:hover {
	background-color: #2ea7e0;
	transition-property : background-color;
	transition-duration: 0.25s;
    opacity: 1;
}


/* Header Dropdown Menu ------------*/
#dropmenu_wrap,
#dropmenu{
width: 100%;
height: auto;
display: block;
transform: translate3d(0,0,0);
}
#dropmenu_wrap {
min-width: 1260px;
left: 0;
top:140px;
}
#dropmenu {
margin: 0 auto;
}
.drop_kankou {
width: 766px;
position: relative;
}
.drop_access {
width: 340px;
}
.drop_inn_mds {
display: block;
font-size: 20px;
font-weight: bold;
color: #2ea7e0;
line-height: 1;
margin-bottom: 18px;
}
.drop_inn_mds i {
width: 30px;
height: 30px;
vertical-align: -6px;
margin-right: 14px;
}
.drop_inn_menu {
display: flex;
justify-content: flex-start;
}
.drop_inn_menu:first-of-type {
margin-bottom: 34px;
padding-top: 20px;
border-top: solid 1px #d4d4d4;
}
.drop_skm {
display: block;
background-image: 
url("/asset/img/common/brackets_1px25x25.svgz"),
url("/asset/img/common/brackets_1px25x25_rb.svgz");
background-repeat: 
no-repeat,
no-repeat; 
background-size: 
25px 25px, 
25px 25px;
background-position: 
left top,
right bottom;
text-align: center;
color: #2ea7e0;
font-weight: bold;
line-height: 1;
width: 144px;
margin-right: 18px;
padding: 14px 0 0;
}
.balloon {
display: block;
position: relative;
background-color: #2ea7e0;
padding: 8px 0px;
text-align: center;
color: #fff;
font-size: 1.3rem;
width: 120px;
margin: 2px auto 12px;
border-radius: 14px;
}
.balloon::before {
content: "";
position: absolute;
border: 6px solid transparent;
border-top: 6px solid #2ea7e0;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.drop_list {
display: flex;
justify-content: space-between;
}
.drop_info .drop_list,
.drop_shiryou .drop_list, 
.drop_convention .drop_list, 
.drop_other .drop_list {
width: 100%;
}
.drop_info li, 
.drop_other li {
width: 265px;
}
.drop_shiryou li {
/*width: 570px;*/
width: 366px;
}
.drop_convention li {
width: 366px;
}
.drop_kankou li {
width: 136px;
}
.drop_list_mokuteki {
width: 604px;
}
.drop_list_area {
width: 468px;
justify-content: flex-start;
flex-wrap: wrap;
}
.drop_list_area li {
margin-right: 20px;
}
.drop_list_area li:nth-child(-n+3) {
margin-bottom: 10px;
}
.drop_list .ahover_ul {
font-size: 1.5rem;
font-weight: bold;
padding-top: 4px;
height: 40px;
}
.drop_list .ahover_ul span {
height: 40px;
}
.drop_list .ahover_ul span i {
margin-top: 10px;
}
.drop_list_row {
padding-top: 19px;
border-top:solid 1px #d4d4d4;
}
.drop_list_row li a {
display: block;
width: 100%;
line-height: 30px;
}
.drop_list_row li:last-child a {
padding-bottom: 0px;
}
.drop_list_row li a i {
margin-right: 12px;
}
#drop_spotop {
display: block;
position: absolute;
right: 0;
top:0;
line-height: 1;
padding: 8px 10px;
background-color: #fff;
color: #2ea7e0;
font-weight: bold;
border-radius: 15px;
width: 146px;
text-align: center;
}

#drop_travel_btn {
display: block;
width: 136px;
padding-top: 10px;
}
#drop_travel_btn a {
display: block;
font-size: 1.5rem;
font-weight: bold;
border: solid 1px rgb(46 167 224 / 48%);
border-radius: 4px;
height: 80px;
text-align: center;
line-height: 1;
padding-top: 29px;
}
#drop_travel_btn a i {
width: 18px;
height: 18px;
vertical-align: -2px;
}

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

/* for Drop Menu action ------------------------------------ */
.fixmenu_li,.mainmenu_li{
cursor: pointer;
transition: all 0.3s ease 0s;
}
.fixmenu_li.menu_open,
.mainmenu_li.menu_open{
background-color: #f9f7f5;
/*opacity: 1;*/
color: #2ea7e0;
}

#head_logo,
#header_subnav,
#lang_select{
position: relative;
z-index: 9800;
}
#head_logo{
display: block;
}
.menu_layer{ display: none; }
.menu_layer.menu_open{
content: "";
display: block;
position:absolute;
top:0;
left:0;
width: 100%;
height: 120vh;
z-index: 9900;
/*background-color: rgba(127,255,212,0.30);*/
pointer-events: all;
}
#dropmenu_wrap {
position: absolute;
z-index: 10020;
transition: all 0.3s ease 0.1s;
overflow: hidden;
border-bottom: rgba(78,51,39,0) solid 0px;
transform: translate3d(0,0,0);
}

#dropmenu_wrap.menu_open{
background-color: #f9f7f5;
border-bottom: rgba(78,51,39,0.2) solid 1px;
}

.drop_item{
width: 100%;
position:absolute;
top:0px;
left:0;
padding: 38px calc((100% - 1180px) / 2) 42px;
justify-content: space-between;
display: flex;
height: 0;
opacity:0;
transition: opacity 0.25s ease 0s;
transform: translate3d(0,0,0);
}

.drop_item.menu_open{
opacity:1;
height: auto;
}

#header_mainmenu,
#header_fixmenu{
z-index: 10000;
}

.menu_open #head_logo,
.menu_open #header_subnav,
.menu_open #lang_select,
.menu_open #head_logo_f{
pointer-events: none;
}

#header_mini.fixed ~ #dropmenu_wrap{
margin-top: 75px;
}
.customize-support #header_mini.fixed ~ #dropmenu_wrap{
margin-top: 108px;
}

.pointer_e_none{ pointer-events: none; }


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

#close_b {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 15000;
    top:15px;
    right:15px;
    opacity:0.5;
    transition: opacity 0.2s ease 0s;
}
#close_b:hover{
    opacity:1;
}

#close_b:before,
#close_b::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 24px; /* 棒の高さ */
  background: #333;
}

#close_b::before { transform: translate(-50%,-50%) rotate(45deg); }
#close_b::after { transform: translate(-50%,-50%) rotate(-45deg); }

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


/* Footer ------------------------------------------- */
#footer_main_navi {
background-color: #cdb9a7;
padding: 70px 0;
color: #fff;
}
#footer_mnav_con {
position: relative;
}
#footer_mnav {
display: flex;
justify-content: space-between;
padding-bottom: 40px;
border-bottom: solid 1px #fff;
margin-bottom: 26px;
}
.footer_mds {
font-weight: bold;
margin-bottom: 10px;
}
.footer_mds ~ li a i {
margin-right: 10px;
}
#footer_sub ul {
display: flex;
justify-content: flex-start;
}
#footer_sub li {
margin-right: 28px;
}
#footer_under_navi {
padding: 40px 0 70px;
display: flex;
justify-content: space-between;
}
#foot_logo {
width: 254px;
}
#foot_logo a {
width: 254px;
display: block;
}
#foot_logo a img:first-child {
    margin-bottom: 10px;
}
.foot_txt_wrap {
width: 876px;
}
.foot_txt_wrap div {
font-weight: bold;
margin-bottom: 10px;
}
.foot_txt_wrap span {
display: block;
font-size: 1.3rem;
}
.foot_kmn {
padding-left: 24px;
}
.foot_kmn a {
margin-right: 10px;
}
#footer_sns {
position: absolute;
right: 0;
bottom:0;
}
#footer_sns ul {
display: flex;
justify-content: space-between;
width: 194px;
}
#footer_sns ul li a {
display: block;
width: 32px;
height: 32px;
}
#footer_sns ul li a i {
width: 32px;
height: 32px;
margin-right: 0px;
}
#top_btn {
display: block;
position: fixed;
bottom: -100px;
right: 20px;
width: 70px;
height: 76px;
background-image: url("/asset/img/common/pagetop_bk_70x76.svgz");
text-align: center;
z-index: 50;
transition: bottom 0.4s;
background-repeat: no-repeat;
}
#top_btn.scrollon{
bottom: 20px;
}
#top_btn i {
font-size: 2.6rem;
line-height: 60px;
color: #fff!important;
display: block;
width: 28px;
height: 28px;
margin: 27px auto 0;
}
/*cookienotice*/
#cookie-notice .cn_en {
display: none;
}
#cookie-notice .cn_jp, 
#cookie-notice .cn_en {
letter-spacing: 0.05em;
}
#cookie-notice .cookie-notice-container {
border-top: solid 1px #d4d4d4;
padding: 15px 30px;
}
#cn-notice-text {
text-align: left;
max-width: 1020px;
vertical-align: middle;
}
#cookie-notice .cn-button {
margin-left: 20px !important;
vertical-align: middle;
}
#cookie-notice .cn-button.bootstrap {
background: #3c3c3c;
padding: 11px 12px;
}
#cookie-notice .cn-close-icon:before, 
#cookie-notice .cn-close-icon:after {
background-color: #3c3c3c;
}
#cookie-notice .cn-close-icon {
top: 20px;
}
/*
Main Contents -------------------------------------------
*/
main {
margin-bottom: 10px;
}