@charset "utf-8";

#wrapper{width:100%;overflow:hidden;position: relative;}
#container {background:#fdfdfd;}
.inner{position:relative;width:1440px;margin:0 auto; box-sizing:border-box}

#header {border-bottom:1px solid rgba(0, 0, 0, 0.1);height: 100px;}
#header .inner {height: 100%;}
#header .h_logo {width: 160px;height: 45px; position: absolute;top: 30px;left: 0;}
#header .site_logo {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
#header .site_logo h1 {font-size: 2.25rem;font-weight: 700;}

#header .h_logo .mo_logo {display: none;}

.main_header {position: absolute;width: 100%;top:0;left: 0;}

.main_visual_wp {width: 100%;height: 700px;background: url(/tour/img/main_visual.png) no-repeat center #D9F0FC;}
/* .main_visual_wp .con_box {text-align: center;font-size:1.5rem;padding:200px 250px 0;} */

.intro_txt {margin-top: 80px;padding: 0 200px;}
.intro_txt .typo {text-align: center;font-size:1.5rem;color: rgb(42, 38, 95);line-height: 1.2;}
.intro_txt .typo span::before {content: '';display: block;width: 102%;height: 7px;background: #d9f0fc;position: absolute;left: 50%;bottom: -3px;transform: translateX(-50%);z-index: -1;}


#footer {background-color: #282c36;color: #b0b8c1;}
#footer .foot_top {padding: 60px 0;justify-content: space-between;}
#footer .foot_l .f_address {margin-top: 24px;}
#footer .foot_r .sns_list {display: flex;}
#footer .foot_r .sns_list li {width: 54px;height: 54px;border-radius: 50%;background-color: rgba(255, 255, 255, 0.04);}
#footer .foot_r .sns_list li + li {margin-left: 6px;}
#footer .foot_r .sns_list li a {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
#footer .foot_bottom {border-top:1px solid rgba(255, 255, 255, .1)}
#footer .foot_bottom .copy {text-align: center;font-size: 0.875rem;padding:24px 0;}

.sub_container {padding:120px 0 80px}
