@charset "utf-8";

body{
    font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, sans-serif;
    font-size: 16px;
    min-width: 1020px;
    word-wrap : break-word;
    font-weight: 500;
}
h2{
    font-size: 32px;
}
a{
    text-decoration: none;
    color: #B40019;
}
a.space {
    display: inline-block;
    margin: 0 5px;
}
a:hover{
    text-decoration: none;
    color: #B40019;
}
a:hover img {
    opacity: 0.6;
}
img{
    vertical-align: bottom;
}
figure{
    margin: 0;
}
figcaption{
    line-height: 20px;
    padding: 10px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.style-s #main{
    width: 100%;
}
.style-d{
    overflow: hidden;
}
.style-d #main{
    width: 650px;
    float: left;
}
.style-d #main .inner{
    width: 100%;
}
.style-d #side{
    width: 270px;
    float: right;
}
.inner{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.wrapper{
    overflow: hidden;
    width: 100%;
    min-width: 1020px;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: opacity .3s;
}
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}
/*================================
    heder
=================================*/
header{
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    padding:25px 0 20px 0;
}
header .inner{
    overflow: hidden;
    padding: 0 10px;
}
.top_catch{
    font-size: 14px;
    position: absolute;
    top: 15px;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.logo{
    float: left;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo a{
    display: block;
}
.kensyou {
    width: 130px;
    margin: 0 10px 0 0;
}
.kensyou img {
    width: 100%;
}
.nav_pc{
    float: left;
    margin: 7px 0 7px 24px;
}
.nav{
    margin: 15px 0;
    overflow: hidden;
}
.nav_list{
    /* overflow: hidden; */
}
.nav_list li{
    margin-left: 15px;
    float: left;
}
.nav_list li:first-child{
    margin-left: 0;
}
.nav_list li a{
    color: #e85604;
    padding: 0px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #e85604;
    padding: 0px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.1;
}
.nav_list li a:hover{
    color: #B40019;
}
.nav_list li a:after{
    content: "";
    height: 3px;
    background: #B40019;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_list li a:hover:after{
    opacity: 1;
}
.nav_sp{
    display: none;
}
/*================================
    footer
=================================*/
footer{
    margin: 0;
    height: 660px;
    position: relative;
}
.footer_sp{
    display: none;
}
.footer_link{
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/footer/footer_link.png) no-repeat;
    background-position: top;
    background-size: auto;
    height: 660px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_link_area{
    position: relative;
}
.footer_link_area .inner{
    position: relative;
    overflow: visible;
}
.question{
    position: absolute;
    top: 180px;
    right: 200px;
}
.question a{
    color: #e85400;
    border: 1px solid #EB6F29;
    border-radius: 50%;
    display: table;
    width: 102px;
    height: 102px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.question span{
    padding-top: 0px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_question.png) no-repeat;
    background-position: top 18px center;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: -1px;
}
.backtop{
    width: 164px;
    height: 91px;
    position: absolute;
    top: 185px;
    right: 0;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/bg/bg_backtop.png) no-repeat;
    background-size: 100%;
    text-align: center;
}
.backtop p{
}
.backtop a{
    color: #fff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
}
.backtop a span{
    padding-top: 15px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_top.png) no-repeat;
    background-position: top center;
    font-size: 12px;
}
.footer_cont{
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/footer/bg_footer_cont.png) no-repeat;
    background-position: top;
    background-size: auto;
    background-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_cont .inner{
    padding: 52px 0 20px;
}
.footer_titlebox{
    float: left;
    color: #fff;
    width: 50%;
}
.shop_add {
    margin-top: 20px;
}
.footer_titlebox h2{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.footer_titlebox h3{
    margin-top: 10px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}
.footer_titlebox a{
    color: #fff;
}
.comp_inf{
    font-size: 12px;
    letter-spacing: -0.5px;
}
.comp_inf li{
    margin-top: 5px;
}
.comp_inf li:first-child{
    margin-top: 0;
    line-height: 1.4;
}
.copyright{
    margin-top: 30px;
    font-size: 12px;
}
.footer_linkbox{
    float: right;
    overflow: hidden;
    display: table;
    padding: 46px 0 0px;
    position: relative;
}
.sns_list{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    float: left;
    padding: 15px 0;
}
.sns_list li{
    float: left;
    margin-left: 25px;
}
.sns_list li:first-child{
    margin-left: 0;
}
.sns_list li a{

}
p.pLink {
    clear: both;
    margin-top: 100px;
    text-align: right;
}
p.pLink a {
    display: block;
    line-height: 1.4
}
p.pLink a span{
    display: block;
    color: #fff;
}
.contact_link{
    float: left;
    margin-left: 40px;
    width: 173px;
    height: 62px;
    box-sizing: border-box;
        display: table-cell;
    vertical-align: middle;

}
.contact_link p{
    display: table;
    width: 100%;
    height: 100%;
}
.contact_link a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.contact_link span{
        font-size: 16px;
    font-weight: bold;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_mail.png) no-repeat,url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_wh.png) no-repeat;
    background-position: left center,right center;
    padding: 0 20px 0 30px;
}
.footer_pc .contact_link{
    width: 280px;
}
.footer_pc .contact_link p{
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_mail.png) no-repeat,
    url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_wh.png) no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px,auto;
}
.footer_pc .contact_link span{
    background: none;
    padding: 0;
    line-height: 1.1;
}
/*================================
    keyviual
=================================*/
#keyvisual{
    position: relative;
    height: 550px;
    overflow: hidden;
    margin-top: 100px;
}
.container{}
#keyvisual img{
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    max-height: 550px;
    max-width: 1600px;
    margin: 0 auto;
}
.kv_title_box .inner{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;
    display: block;
    overflow: visible;
}
.kv_text{
    width: 269px;
    position: absolute;
    top: 270px;
    right: 0;
    display: none;
}
.link_button{
    position: absolute;
    z-index: 0;
    bottom: 85px;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: table;
    box-sizing: border-box;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_link_buttonl.png) no-repeat;
    background-position: right 20px center;
    z-index: 10;
}
.link_button a{
    color: #fff;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
}
.link_button a:hover{
    background: #fff;
    color: rgba(33, 39, 98, 0.5);
}
.dot{
    position: relative;
}
.dot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 3px 3px;
    margin: 0 auto;
    background-image: radial-gradient(rgba(255,255,255,.4) 0%, transparent 100%);
    z-index: 1;
}
/*================================
    keyviual スライダー
=================================*/
.slider{
    width: 100%;
}
.slick-slide img {
    width: 100%;
    height: auto;
    min-height: 550px;
}
.slick-track,
.slider .slick-slide,
.slider .slick-slide > div,
.slick-list,
.slide{
    /* height: 100%; */
}
.slide{
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    height: 100%;
}
#top{
    background: url(/system/wp-content/themes/uiokinawa/img/pc/top/topic_bg.png) no-repeat;
    background-position: top;
    overflow: visible;
}

/*================================
    search_box_area
=================================*/
/*---
    フォームスタイル初期化
---------------------------------*/
input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: #fff;
}
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: #ff0000;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
.search_box_list button, .search_box_list input, .search_box_list select {
    padding: 0;
    border: none;
    outline: none;
}
.search_box button{
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    background: none;
}
.submit-test {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.submit-test:hover,
.submit-test:focus {
  outline: none;
}

.submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}
/*---
    フォームスタイル初期化
---------------------------------*/
.search_box.active {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.cont_search{
    margin: 20px 0;
}
.search_box_area {
    z-index: 10;
    position: fixed;
    top: 158px;
    left: 53px;
}
.search_title_box{
    position: relative;
}
.search_title_box h2{
    font-size: 32px;
    position: absolute;
    top: 160px;
    left: -173px;
    color: #fff;
    background: #b40019;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
    cursor: pointer;
}
.search_title_box span{
    display: block;
    width: 305px;
    height: 65px;
    text-align: center;
    padding: 17px 0;
    box-sizing: border-box;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_search_title.png) no-repeat;
    background-position: 235px center;
}
.search_box .inner{
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    padding: 45px 20px 45px 35px;
    width: 350px;
    box-sizing: border-box;
}
.search_box .inner ul{
    width: 100%;
}
.search_box .inner ul li{
    margin-top: 25px;
}
.search_box .inner ul li:first-child{
    margin: 0;
}
.search_box_list dl{
    overflow: hidden;
    display: table;
    height: 56px;
    box-sizing: border-box;
    width: 100%;
}
.search_box_list dt{
    display: table-cell;
    vertical-align: middle;
    width: 249px;
    height: 100%;
}
.search_box_list dt input{
    font-size: 16px;
    height: 100%;
    padding-left: 22px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    color: #b40019;
    border: 1px solid #eee;
}
.search_box_list dt input::placeholder {
  color: #b40019;
}
.search_box_list dd{
    display: table-cell;
    width: 72px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/button/search_button.png) no-repeat;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 5px 5px 0;
}
.search_box_list button{
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}
.search_box_select{
    position: relative;
}
.search_box_select select{
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 56px;
    padding: 0 0 0 22px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 5px 0 0 5px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/button/select_button.png) no-repeat #fff;
    background-position: right;
    cursor: pointer;
    color: #b40019;
    border: 1px solid #eee;
}
.search_send p{
    width: 235px;
    box-sizing: border-box;
    height: 56px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #b40019;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 20px 0;
}
.search_send span{
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_search.png) no-repeat;
    background-position: left 4px;
}
.search_send input[type="submit"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.search_more{
    text-align: center;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_red.png) no-repeat;
    background-position: right 7px;
    background-position: right 50px center;
}
.search_more a{
    font-size: 20px;
    font-weight: bold;
    color: #b40019;
}
/*================================
    main
=================================*/
#main{
    margin-top: 92px;
}
/*------
    inf_box
---------------------------------*/
.inf_box {
    border: 1px solid #e85400;
    border-radius: 5px;
    position: relative;
}
.inf_box .inner{
    padding: 90px 75px;
    overflow: visible;
}
.inf_box h2{
    font-size: 24px;
    color: #fff;
    background: #ee7f40;
    position: absolute;
    top: -25px;
    left: 77px;
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
}
.inf_title a{
    font-size: 16px;
    color:#e85400;
    text-decoration: underline;
    line-height: 1.4;
}
.inf_title a:hover{
    color: rgba(232,84,0,0.6);
}
#news-list .inf_box{
    margin: 100px 40px;
    background: #fff;
}
#news-list .inf_box .inner{
    box-sizing: border-box;
    width: 100%;
}
/*------
    inf_list
---------------------------------*/
.inf_list{
    overflow: hidden;
}
.inf_list > li{
    margin-top: 50px;
}
.inf_list li:first-child{
    margin: 0;
}
/*------
    option_list
---------------------------------*/
.option_list{
    overflow: hidden;
    padding-bottom: 10px;
}
.option_list li{
    float: left;
    margin-left: 20px;
    line-height: 1.5;
}
.option_list li.tag{
    color: #fff;
    margin-left: 10px;
    width: 64px;
    height: 14px;
    box-sizing: border-box;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}
.tag_new{
    background: #e85400;
}
.tag_update{
    background: #b2ac0a;
}
/*------
    #new_inf
---------------------------------*/
#new_inf:after{
    content: "";
    background: url(/system/wp-content/themes/uiokinawa/img/pc/top/title_news.png) no-repeat;
    background-position: top right;
    background-size: cover;
    display: block;
    width: 369px;
    height: 245px;
    position: absolute;
    top: -125px;
    right: -30px;
}


/*------
    #event_inf
---------------------------------*/
#event_inf{
    margin-top: 130px;
}
#event_inf:after{
    content: "";
    background: url(/system/wp-content/themes/uiokinawa/img/pc/top/title_event.png) no-repeat;
    background-position: top right;
    background-size: cover;
    display: block;
    width: 360px;
    height: 201px;
    position: absolute;
    top: -107px;
    right: -43px;
}
#event_inf.inf_box {
    border: 1px solid #b40019;
    margin-bottom: 30px;
}
#event_inf.inf_box h2{
    background: #c33347;
}
#event_inf .inf_title a{
    color:#b40019;
}
#event_inf .inf_title a:hover{
    color: rgba(180,0,25,0.6);
}
.compny_name{
    font-weight: bold;
}
#event_inf .more_link{
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
    border: 1px solid #b40019;
    border-radius: 5px;
}
#event_inf .more_link p{overflow: hidden;}
#event_inf .more_link a{
    font-size: 20px;
    font-weight: bold;
    color: #b40019;
    display: block;
    width: 200px;
    height: 63px;
    box-sizing: border-box;
    text-align: center;
    padding: 22px 0px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_red.png) no-repeat;
    background-position: right 20px center;
    overflow: hidden;
}
#event_inf .more_link span{

}
#event_inf .more_link{

}
#new_inf .more_link{
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
    border: 1px solid #e85400;
    border-radius: 5px;
}
#new_inf .more_link a{
    font-size: 20px;
    font-weight: bold;
    color: #e85400;
    display: block;
    width: 200px;
    height: 63px;
    box-sizing: border-box;
    text-align: center;
    padding: 22px 0px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_default.png) no-repeat;
    background-position: right 20px center;
    overflow: hidden;
}

/*------
    #blog_inf
---------------------------------*/
#blog_inf{
    margin-top: 130px;
}
#blog_inf:after{
    content: "";
    background: url(/system/wp-content/themes/uiokinawa/img/pc/top/title_blog.png) no-repeat;
    background-position: top right;
    background-size: cover;
    display: block;
    width: 338px;
    height: 245px;
    position: absolute;
    top: -121px;
    right: -43px;
}
#blog_inf.inf_box {
    border: 1px solid #e85400;
    margin-bottom: 30px;
}
#blog_inf .more_link {
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
    border: 1px solid #e85400;
    border-radius: 5px;
}
#blog_inf .more_link a{
    font-size: 20px;
    font-weight: bold;
    color: #e85400;
    display: block;
    width: 200px;
    height: 63px;
    box-sizing: border-box;
    text-align: center;
    padding: 22px 0px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_default.png) no-repeat;
    background-position: right 20px center;
    overflow: hidden;
}
/*================================
    side
=================================*/
#side{
    margin-top: 50px;
}
#side > div{
    margin-top: 20px;
}
#side > div:first-child{
    margin-top: 0;
}
/*------
    banner
---------------------------------*/
.banner{
    height: 430px;
    box-sizing: border-box;
    position: relative;
}
.banner .inner{
    width: 100%;
    height: 100%;
    padding: 77px 35px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_banner_button.png) no-repeat;
    background-position: bottom 28px center;
}
#top .banner{
    height: 139px;
    box-sizing: border-box;
    position: relative;
}
#top .banner .inner{
    width: 100%;
    height: 100%;
    padding: 15px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_banner_button.png) no-repeat;
    background-position: center right 15px;
}
.banner2{
    border: 1px solid #ccc;
}
.banner2 img{
    width: 100%;
}
.banner_titlebox{
    border: 1px solid #fff;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    display: table;
}
#top .banner_titlebox{
    border: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: table;
}
.banner_titlebox h2{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner_titlebox h2 span{
    font-weight: normal;
    display: block;
}
.banner a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner:hover{
    opacity: 0.7;
}
#okinawa_now{
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/banner/banner.jpg) no-repeat;
    background-position: center center;
}
#okinawa_emigration{
    background: url(/system/wp-content/themes/uiokinawa/common/img/pc/banner/banner02.jpg) no-repeat;
    background-position: center center;
}
/*ぱんくず*/
.breadcrumb {
    background: #EB6F29;
    padding: 10px 0;
}
.breadcrumb ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.breadcrumb ul li:not(:first-child):before{
    content: ">";
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}
.breadcrumb ul li span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.breadcrumb ul li span a {
    display: inline-block;
}
.pagination {
    text-align: center;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #B40019;
    line-height: 60px;
    font-weight: bold;
    color: #B40019;
    margin: 10px;
}
.pagination ul li.current,.pagination ul li a:hover {
    background: #B40019;
    color: #fff;
}
.pagination ul li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.event_img {
    margin-top: 30px;
}
.event_img img {
    width: 100%;
}
p.caution {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 14px;
}
.lineBtn {
    position: absolute;
    top: 26px;
    left: 0;
}
.sitemap{
    padding: 20px 0;
    clear: both;
    position: relative;
}
.sitemap h4{
    color: #fff;
    margin-bottom: 10px;
}
.sitemap ul{
}
.sitemap ul li{
    line-height: 1.2;
}
.sitemap ul li:before{
    content: ">";
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
}
.sitemap ul li a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.sitemap ul li a:hover{
    text-decoration: underline;
}

ul.sideNav {
    display: flex;
    flex-wrap: wrap;
}
ul.sideNav li {
    margin-top: 20px;
    border: 1px solid #ccc;
}
ul.sideNav li:first-child {
    margin-top: 0px;
}
ul.sideNav li img{
    width: 100%;
}
span.wpcf7-list-item {
    margin: 0.2em 1em 0.2em 0 !important;
}
input[name="_wpcf7_checkbox_free_text_user_whereKnow"]{
    margin-top: 0.5em;
}
/*.grecaptcha-badge { visibility: hidden; }*/
.g_recapture{
    margin-top: 10px;
}
.wpcf7-spinner{
    position: absolute !important;
    right: 0 !important;
    margin: 0 !important;
}

.sub_nav {
    position: fixed;
    right: 0;
    left: auto !important;
    z-index: 1000;
    inset: 0;
    margin: auto;
}
.sub_nav ul {
    width: 64px;
    height: 100%;
}
.sub_nav ul li {
    margin: 0;
    box-shadow: 0px 0px 6px rgba(46,62,89,0.8);
    position: absolute;
    right: 0;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
}
.sub_nav ul li:hover a {
    padding-right: 20px;
}
.sub_nav ul li:first-child {
    border-right: none;
    top: 0;
}
.sub_nav ul li:last-child {
    border-right: none;
    top: auto;
    bottom: 0;
}
.sub_nav ul li a {
    display: block;
    padding: 48px 20px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    box-sizing: border-box;
    font-family: "M PLUS Rounded 1c";
    font-weight: 100;
}

.sub_nav ul li:hover a {
    color: #fff;
}


/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .f_w_b {
        font-weight: bold;
        font-size: 26px;
        line-height: 1.4;
    }
    .breadcrumb {
        padding: 3% 2%;
    }
    html {
        -webkit-text-size-adjust: 100%;
        width: 100vw;
    }
    body{
        padding-bottom: calc( 74px + env(safe-area-inset-bottom));
        min-width: 100vw;
        font-size: 1.6rem;
        width: 100vw;
    }
    .wrapper{
        width: 100vw;
        overflow: hidden;
        min-width: 100vw;
    }
    .inner{
        width: 100%;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    .contents > .inner{
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box;
        overflow: visible;
    }
    .style-d #main {
        width: 100%;
        float: none;
    }
    .style-d #side {
        width: 100%;
        float: none;
    }
/*================================
header
=================================*/
    .nav_pc{
        display: none;
    }
    .nav_sp{
        display: block;
    }
    header {
        padding: 34px 0 34px 0;
        width: 100vw;
    }
    .logo {
        float: none;
        margin: 0;
        text-align: center;
    }
    .logo h1{
        width: 30%;
    }
    .drawer-hamburger {
        top: 42px;
        padding: 0;
        height: 28px;
    }
    .drawer--left .drawer-hamburger{
        left: 32px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        height: 4px;
        background-color: #E85400;
    }
    .drawer-hamburger-icon {
        margin-top: 0px;
    }
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        top: -11px;
    }
    .drawer-hamburger-icon:after {
        top: 11px;
    }
    .nav{
        margin: 0;
    }
    .nav_list li {
        margin-left: 0;
        float: none;
        border-bottom: 1px solid #ccc;
    }
    .nav_list li a {
        font-size: 1.6rem;
        padding: 44px 10%;
    }
    .nav_list li a:hover:after{
        content: none;
    }
/*================================
footer
=================================*/
    footer {
        margin: 100px 0 0 0;
        height: auto;
    }
    .footer_pc{
        display: none;
    }
    .footer_sp{
        display: block;
        position: relative;
    }
    .lineBtn {
        position: absolute;
        top: auto;
        bottom: 75px;
        left: auto;
        right: 190px;
    }
    .lineBtn iframe {
        zoom: 2;
    }
    .btnWrap {
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        zoom: 2;
    }
    .footer_sp:before{
        content: "";
        background:url(/system/wp-content/themes/uiokinawa/common/img/sp/bg/bg_footer_link.png) no-repeat;
        background-position: bottom;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 200px;
        z-index: -1;
    }
    .footer_sp:after{
        content: "";
        background:url(/system/wp-content/themes/uiokinawa/common/img/sp/bg/bg_footer_cont.png) no-repeat;
        background-position: bottom;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 72px;
        z-index: 2;
    }
    .sp_footer_link{

    }
    .sp_footer_link ul{
        border-top: 2px solid #e85400;
        border-bottom: 2px solid #e85400;
        display: table;
        width: 100%;
    }
    .sp_footer_link li{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 50%;
    }
    .sp_footer_link a{
        display: block;
        padding: 12px 0;
        color:#e85400;
        font-size: 20px;
        font-weight: bold;
    }
    .sp_footer_link span{
        display: block;
        padding: 7% 0;
        font-size: 1.6rem;
    }
    .sp_footer_link .sp_question_link span{
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_question.png) no-repeat;
        background-position: left 82px center;
        background-size: 20px;
    }
    .sp_footer_link .sp_contact_link{
    }
    .sp_footer_link .sp_contact_link a{
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_right_org.png) no-repeat;
        background-position: right 95px center;
        background-size: 8px 12px;
    }
    .sp_footer_link .sp_contact_link span{
        position: relative;
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_mail.png) no-repeat;
        background-position: left 65px center;
        background-size: 36px;
    }
    .sp_footer_link .sp_contact_link span:before{
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #e85400;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sp_sns_list_box{
        margin-top: 32px;
        text-align: center;
        overflow: hidden;
    }
    .sp_sns_list_box .sns_list {
        display: inline-block;
        float: none;
    }
    .sp_sns_list_box .sns_list li{
        margin-left: 40px;
    }
    .sp_sns_list_box .sns_list li:first-child{
        margin-left: 0;
    }
    .sp_sns_list_box .sns_list .sns_instagram{
        width: 58px;
    }
    .sp_sns_list_box .sns_list .sns_twitter{
        width: 58px;
        padding: 5px 0 6px;
    }
    .sp_sns_list_box .sns_list .sns_facebook{
        width: 31px;
    }
    .footer_titlebox {
        float: none;
        color: #E85400;
    }
    .footer_titlebox{
        margin-top: 48px;
        padding: 0 50px;
        width: 100%;
        box-sizing: border-box;
    }
    .footer_titlebox h2 {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .footer_titlebox h2 span {
        margin-top: 10px;
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
    }
    .footer_titlebox a {
        color: #E85400;
    }
    .comp_inf {
        font-size: 1.5rem;
    }
    .copyright{
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        margin-top: 100px;
        position: relative;
        z-index: 3;
        padding-bottom: 15px;
        /*padding-bottom: calc( 15px + env(safe-area-inset-bottom));*/
    }
    .backtop {
        position: absolute;
        top: auto;
        right: 0;
        z-index: 1;
        bottom: 45px;
    }
    .backtop p {
        height: 100%;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .backtop a {
        width: 140px;
        height: 200px;
        background: #B40019;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        padding: 0;
        position: relative;
        top: 30px;
        right: -35px;
        font-size: 14px;
    }
    .backtop a span{
        width: 90px;
        height: 118px;
        display: inline-block;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/*================================
side
=================================*/
    #side {
        margin-top: 40px;
    }
    #side > div {
        margin: 60px 55px 0 55px;
    }
    #okinawa_now {
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/banner/banner.png) no-repeat;
        background-size: 100%;
    }
    #okinawa_emigration {
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/banner/banner02.png) no-repeat;
        background-size: 100%;
    }
    .banner {
        /* padding-top: 45%; */
        height: 278px;
    }
    .banner .inner {
        width: 100%;
        height: 100%;
        padding: 35px;
        background: none;
        background-position: bottom 55px center;
        background-size: 63px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .banner_titlebox {
        width: 100%;
        height: auto;
        padding: 8.8% 0;
    }
    .banner_titlebox h2 {
        font-size: 65px;
        line-height: 1;
    }
/*================================
    keyvisual
=================================*/
    #keyvisual {
        /* height: 100vw; */
        overflow: hidden;
        margin-top: 113px;
    }
    .kv_title_box .inner {
        position: absolute;
        margin: 0;
        left: 0;
        height: auto;
    }
    .kv_text {
        width: 158px;
        position: absolute;
        top: 150px;
        right: 30px;
        display: none;
    }
    .link_button {
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_link_buttonl.png) no-repeat;
        background-position: right 20px center;
        background-size: 8px 12px;
}
/*================================
    search_box_area
=================================*/
    .search_box{
        display: none;
    }
    #inline-wrap .search_box{
        display: block !important;
    }

    #top{
        position: relative;
        overflow: visible;
        background: none;
    }
    #top:before{
        content: "";
        background: url(/system/wp-content/themes/uiokinawa/img/sp/top/bg_contents.png);
        background-position: top center;
        background-size: cover;
        position: absolute;
        top: 0;
        width: 100%;
        height: 238px;
        z-index: -1;
    }
    #top #main{
        margin-top: 0;
        padding: 60px 0 0 0;
    }
    .inf_box {
        margin-bottom: 95px;
    }
    .inf_box .inner {
        background: #fff;
        border-radius: 5px;
        padding: 10% 8%;
    }
/*================================
    #new_inf
=================================*/
    #new_inf:before{
        content: "";
        width: 1000%;
        height: 300px;
        background: #ee7f40;
        position: absolute;
        bottom: -70px;
        z-index: -1;
        margin-left: -50%;
    }
    #new_inf:after {
        content: "";
        background: url(/system/wp-content/themes/uiokinawa/img/sp/top/title_news.png) no-repeat;
        background-position: top right;
        background-size: cover;
        display: block;
        width: 370px;
        height: 244px;
        position: absolute;
        top: -130px;
        right: -30px;
    }
/*================================
    #blog_inf
=================================*/
    #blog_inf.inf_box {
        margin-bottom: 140px;
    }
    #blog_inf:before{
        content: "";
        width: 1000%;
        height: 300px;
        background: #ee7f40;
        position: absolute;
        bottom: -70px;
        z-index: -1;
        margin-left: -50%;
    }
    #blog_inf:after {
        content: "";
        background: url(/system/wp-content/themes/uiokinawa/img/sp/top/title_news.png) no-repeat;
        background-position: top right;
        background-size: cover;
        display: block;
        width: 370px;
        height: 244px;
        position: absolute;
        top: -130px;
        right: -30px;
    }
/*================================
    #event_inf
=================================*/
    #event_inf.inf_box,#new_inf.inf_box {
        margin-bottom: 140px;
    }
    #event_inf:before{
        content: "";
        width: 1000%;
        height: 300px;
        background: #B40019;
        position: absolute;
        bottom: -75px;
        z-index: -1;
        margin-left: -50%;
    }
    #event_inf:after {
        content: "";
        background: url(/system/wp-content/themes/uiokinawa/img/sp/top/title_event.png) no-repeat;
        background-position: top right;
        background-size: cover;
        display: block;
        width: 322px;
        height: 180px;
        position: absolute;
        top: -103px;
        right: -10px;
    }
    #event_inf .more_link {
        bottom: -44px;
        left: 50%;
        margin-left: -150px;
        border-radius: 5px;
        border: 1px solid #b40019;
        overflow: hidden;
    }
    #event_inf .more_link a{
        width: 300px;
        height: 90px;
        padding: 30px 0px;
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_right_red.png) no-repeat;
        background-position: right 20px center;
        background-size: 10px 14px;
        overflow: hidden;
        font-size: 28px;
    }
    #new_inf .more_link {
        bottom: -44px;
        left: 50%;
        margin-left: -150px;
        border-radius: 5px;
        overflow: hidden;
    }
    #new_inf .more_link a{
        width: 300px;
        height: 90px;
        padding: 30px 0px;
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_right_default.png) no-repeat;
        background-position: right 20px center;
        background-size: 10px 14px;
        overflow: hidden;
        font-size: 28px;
    }
    #blog_inf .more_link {
        bottom: -44px;
        left: 50%;
        margin-left: -150px;
        border-radius: 5px;
        overflow: hidden;
    }
    #blog_inf .more_link a{
        width: 300px;
        height: 90px;
        padding: 30px 0px;
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_right_default.png) no-repeat;
        background-position: right 20px center;
        background-size: 10px 14px;
        overflow: hidden;
        font-size: 28px;
    }
    .inf_title a {
        font-size: 1em;
        line-height: 1.7;
    }
    .option_list li.tag {
        font-size: 1.3rem;
        width: auto;
        height: auto;
        padding: 1% 7%;
    }
    .breadcrumb ul li span {
        display: inline-block;
        color: #fff;
        font-size: 24px;
    }
    a.popup-modal {
        position: fixed;
        right: 0;
        top: 0;
        background: #B40019;
        z-index: 10;
        padding: 41px;
        z-index: 30;
    }
    .search_box_area {
       position: static;
        top: 158px;
           z-index: 10;
      left: 53px;
    }
    #inline-wrap .search_title_box {
        display: none;
    }
    #inline-wrap .search_box .inner {
        overflow: hidden;
        background: rgba(255,255,255,0.9);
        padding: 90px 30px 45px;
        width: 100%;
        box-sizing: border-box;
    }
    .search_box_list dl{
        overflow: hidden;
        display: table;
        height: 90px;
        box-sizing: border-box;
        width: 100%;
    }
    .search_box_list dt{
        display: table-cell;
        vertical-align: middle;
        width: 590px;
        height: 100%;
    }
    .search_box_list dt input{
        font-size: 32px;
        height: 100%;
        padding-left: 22px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 10px 0 0 10px;
        color: #b40019;
        border: 1px solid #eee;
        border: 0;
    }
    .search_box_list dt input::placeholder {
      color: #b40019;
    }
    .search_box_list dd{
        display: table-cell;
        width: 119px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: url(/system/wp-content/themes/uiokinawa/common/img/pc/button/search_button.png) no-repeat;
        background-size: 106px;
        box-sizing: border-box;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        border-radius: 0 5px 5px 0;
    }
    .search_box_list button{
        text-align: center;
        vertical-align: middle;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        font-weight: bold;
        cursor: pointer;
    }
    .search_box_select{
        position: relative;
        margin-top: 25px;
    }
    .search_box .inner ul li {
        margin-top: 40px;
    }
    .search_box_select select{
        font-size: 32px;
        line-height: 1;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 90px;
        padding: 0 0 0 22px;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 10px;
        background: url(/system/wp-content/themes/uiokinawa/common/img/pc/button/select_button.png) no-repeat #fff;
        background-size: 106px;
        background-position: right;
        cursor: pointer;
        color: #b40019;
        border: 1px solid #eee;
    }
    .search_send p{
        width: 330px;
        box-sizing: border-box;
        height: 70px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #b40019;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .search_send span{
        font-size: 32px;
        font-weight: bold;
        padding-left: 45px;
        background: /system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_search_title.png;
        background-position: center left;
        background-size: 32px;
    }
    .search_send input[type="submit"]{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .search_more {
        text-align: center;
        background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_right_red.png) no-repeat;
        background-position: right 140px center;
    }
    .search_more a {
        font-size: 32px;
    }
    /* overlay at start */
    .mfp-fade.mfp-bg {
      opacity: 0;

      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
    }
    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
      opacity: 0.8;
    }
    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
      opacity: 0;
    }

    /* content at start */
    .mfp-fade.mfp-wrap .mfp-content {
      opacity: 0;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
      border-radius: 10px;
      overflow: hidden;
    }
    /* content animate it */
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
      opacity: 1;
    }
    /* content animate out */
    .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
      opacity: 0;
    }
    .pagination {
        padding: 20px;
    }
    p.caution {
        margin-top: 10px;
        line-height: 1.2;
        font-size: 12px;
    }
    .sitemap{
        display: none;
    }
    .top_catch {
        font-size: 18px;
        position: absolute;
        top: 10px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    ul.sideNav {
        display: flex;
        flex-wrap: wrap;
    }
    ul.sideNav li {
        /* width: 50%; */
        margin-top: 40px;
    }
    ul.sideNav li:first-child {
        margin-top: 0px;
    }

    .sub_nav {
        position: fixed;
        right: auto;
        left: 0;
        top: auto;
        bottom: calc(-74px - env(safe-area-inset-bottom));
        z-index: 1000;
        width: 100%;
        transition: .3s;
        /*padding-bottom: env(safe-area-inset-bottom);*/
    }

    .sub_nav.hide,.sub_nav.hide1{
        transform: translateY(-100%);
    }
    .sub_nav ul {
        display: flex;
        width: auto;
        height: auto;
    }
    .sub_nav ul li {
        width: 50%;
        margin: 0;
        box-shadow: none;
        position: static;
        right: 0;
        border: none !important;
        border-radius: 0;
        padding-bottom: env(safe-area-inset-bottom);

    }
    .sub_nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        text-decoration: none;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        letter-spacing: 0px;
        text-align: center;
        color: #fff;
        position: relative;
        font-size: 2.7vw;
    }

}