/*
Theme Name:サンデン旅行
Description: サンデン旅行 theme for WordPress
Author: yuki izawa
Version:1.0
*/


/* --------トップページ--------- */



/* --共通-- */



/* --アイキャッチ-- */

.top_eye {
    display: block;
    margin: auto;
}
.top_eye_sp {
    display: none;
}
.top_eye_inner {
    position: relative;
}
.top_eye_news_inner {
    position: absolute;
    top: 17%;
    right: 10%;
    width: 40vw;
    height: 19vw;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 20px 20px 20px;
}
.top_eye_news_sub {
    display: flex;
    align-items: center;
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.top_eye_news_sub_left {
    display: flex;
    margin-right: 30px;
    align-items: center;
}
.top_eye_news_sub_right p {
    font-size: 0.729167vw;
}
.top_eye_news_sub_left img {
    margin-right: 10px;
}
.top_eye_news_sub_left p {
    font-weight: bold;
    font-size: 0.9375vw;
}
.top_eye_news_important {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.top_eye_news_important_left {
    margin-right: 20px;
}
.top_eye_news_important_left p {
    font-weight: bold;
    color: #ff0000;
    font-size: 0.729167vw;
}
.top_eye_news_important_right a {
    font-size: 0.729167vw;
    font-weight: bolder;
    color: #000;
}
.top_eye_news_inner ul {
    height: 13vw;
    overflow: hidden;
    overflow-y: scroll;
}
.top_eye_news_inner ul li {
    padding-right: 15px;
}
.top_eye_news_item_box {
    display: flex;
    align-items: baseline;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.top_eye_news_item_box_left {
    margin-right: 20px;
}
.category {
    font-weight: bold;
    width: 4.167vw;
    font-size: 0.625vw;
    padding: 6px 0px;
    text-align: center;
}
.top_eye_news_item_box_right_title {
    
}
.top_eye_news_item_box_right_title a {
    font-size: 0.729167vw;
    font-weight: bold;
    color: #000;
}
.top_eye_news_item_box_right_text {
    font-size: 0.729167vw;
    margin-top: 10px;
}
.top_eye_news_item_box_right_text p {
    font-size: 0.729167vw;
}

@media screen and (max-width: 1820px)   {
    .top_eye_news_inner {
    top: 21%;
    right: 8%;
}
}
@media screen and (max-width: 1720px)   {
    .top_eye_news_inner {
    top: 25%;
    right: 5%;
}
}
@media screen and (max-width: 1620px)   {
    .top_eye_news_inner {
    top: 29%;
    right: 2%;
}
.top_eye_news_inner ul {
    height: 12vw;
}
}
@media screen and (max-width: 1300px) {
.top_eye_news_inner ul {
    height: 11vw;
}
.top_eye_news_inner {
    top: 26%;
}
}
@media screen and (max-width: 1100px) {
.top_eye_news_inner ul {
    height: 9vw;
}
.top_eye_news_inner {
    top: 24%;
}
}

/* --イチオシツアー-- */

.top_attention_inner {
    background-image: url("image/top/bg.png");
    padding: 50px 0;
    margin: 100px 0;
}
.top_attention_box {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.top_attention_sub {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.top_attention_sub_left {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.top_attention_sub_left p {
    font-size: 3rem;
    font-weight: bold;
    margin-left: 10px;
}
.top_attention_sub_right p {
    font-size: 1.8rem;
}
.top_attention_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_attention_box ul li {
    width: 31%;
}
.top_attention_text_box {
    height: 320px;
    background-color: #fff;
    padding: 20px;
}
.top_attention_text_title a {
    font-size: 0.9375vw;
    font-weight: bold;
    color:#000;
}
.top_attention_text {
    margin-top: 20px;
}
.top_attention_text p {
    font-size: 0.729167vw;
    line-height: 24px;
}
.top_attention_img a:hover {
    opacity:0.6;
}
.top_attention_img img {
    width: 100%;
    height: auto;
}


/* --旅行-- */

.top_att_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.top_att_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.top_att_box_left {
    width: 47%;
}
.top_att_box_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_att_box_left ul li {
    width: 49%;
    position: relative;
    margin-bottom: 30px;
}
.top_att_box_img_tag {
    position: absolute;
    top: 0;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100px;
    text-align: center;
    padding: 7px 0;
}
.top_att_box_text_box {
    border: 1px solid #dddddd;
    height: 230px;
    padding: 10px;
}
.top_att_box_text_box_title a {
    color: #000;
    font-weight: bold;
    font-size: 0.833334vw;
}
.top_att_box_text_box_text {
    margin-top: 20px;
}
.top_att_box_text_box_text p {
    font-size: 0.729167vw;
}
.top_att_box_left_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.top_att_box_left_main_left {
    display: flex;
    align-items: center;
}
.top_att_box_left_main_left p {
    font-size: 3rem;
    font-weight: bold;
    color: #026dc9;
    margin-left: 10px;
}
.top_att_box_left_main_right a {
    width: 150px;
    background-color: #cbe2f5;
    display: block;
    text-align: center;
    color: #000;
    border-radius: 20px;
    padding: 12px 0;
}
.top_att_box_left_main_right a:hover {
    opacity:0.6;
}
.top_att_box_img a:hover {
    opacity:0.6;
}
.top_att_box_img img {
    width: 100%;
    height: auto;
}


/* --------国内旅行--------- */

#under .top_att_box_left {
    width: auto;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
#under .top_att_box_left ul li {
    width: 23.5%;
    position: relative;
    margin-bottom: 30px;
}
#under .top_att_box_left ul:after{
  content: "";
  width: 23.5%;
}
#under .top_att_box_left ul:before{
  content: "";
  width: 23.5%;
  order: 1;
}

.pan_inner {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.pan_inner p {
    font-weight: bold;
}
.pan_inner a {
    color: #000;
    font-weight: bold;
}


/* --------会社概要--------- */

.company_inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}    
.com_box h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #026dc9;
    border-left: 10px solid;
    padding-left: 10px;
}
.com_text_02 {
    text-align: end;
    margin-top: 30px;
}
.com_box {
    margin-bottom: 100px;
}
.com_box table {
    width: 100%;
}
.com_box table th {
    font-size: 1.6rem;
    background-color: #f0fafd;
    padding: 30px;
    text-align: left;
    border-bottom: 5px solid #fff;
}
.com_box table td {
    font-size: 1.6rem;
    width: 70%;
    line-height: 24px;
    padding: 30px 0 30px 50px;
}
.td_text {
    margin-bottom: 30px;
}
.bold {
   font-weight: bold;
}
.red {
    color: #ff0000;
}
.td_text_02 {
    text-indent: -5em;
    padding-left: 5em;
}
.c_map {
    margin-top: 20px;
}
.com_bottom_text {
    margin-top: 30px;
}


/* --------採用情報・採用登録--------- */

.recruit_top_text {
    margin-bottom: 20px;
}
.recruit_table th span {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    color: #ff0000;
}
.rec_th {
    vertical-align: top;
}
.rec_btn {
    width: 250px;
    display: block;
    margin: auto;
    margin-top: 50px;
    color: #fff;
    background-color: #026dc9;
    border: unset;
    border-radius: 40px;
    padding: 20px 0px;
    font-size: 1.8rem;
    cursor: pointer;
}
.rec_btn:hover {
    opacity: 0.6;
}
.wpcf7-response-output {
    width: 50%;
    margin: auto!important;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0!important;
    margin-top: -100px!important;
}

.rec_syokusyu {
    width: 50%;
    height: 40px;
}
.rec_name_kan {
    width: 100%;
    height: 40px;
}
.rec_name_kana {
    width: 100%;
    height: 40px;
}
.rec_old {
    width: 50%;
    height: 40px;
}
.rec_gakureki {
    width: 100%;
    height: 40px;
}
.rec_todouhuken {
    width: 50%;
    height: 40px;
}
.rec_num {
    width: 50%;
    height: 40px;
}
.rec_address {
    width: 100%;
    height: 40px;
}
.rec_address_2 {
    width: 100%;
    height: 40px;
}
.rec_tel {
    width: 100%;
    height: 40px;
}
.rec_mail {
    width: 100%;
    height: 40px;
}
.rec_point {
    width: 100%;
    height: 300px;
}

/* --------募集型企画旅行契約--------- */

.agree_box h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #026dc9;
    border-left: 10px solid;
    padding-left: 10px;
}
.agree_box p {
    margin: 10px 0;
    padding-left: 1em;
    text-indent: -0.8em;
}
.agree_box {
    margin-bottom: 50px;
}
.agree_main_td {
    background-color: #003366;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    vertical-align: middle;
}
.agree_sub_td {
    background-color: #DBECFF;
    text-align: center;
    font-size: 1.4rem;
    width: 10%;
}
.agree_box table {
    border: 1px solid #eee;
    margin-bottom: 50px;
}
.agree_box table td {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 20px;
    border: 1px solid #eee;
}


/* --------国内旅行取扱いに関するご案内--------- */

.annai_main_td {
    background-color: #003366;
    color: #fff;
    text-align: center;
}
.annai_sub_td {
    background-color: #DBECFF;
    text-align: center;
}
.kaigai_td {
    vertical-align: middle;
}
.blue {
    color: #0969CF;
}

/* --------約款--------- */

.yakkan_text {
    color: #cc0000;
}
.yakkan_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.yakkan_list li {
    width: 32%;
    border-top: 2px solid #1f5fa8;
    padding-top: 10px;
}
.yakkan_list li h3 {
    font-size: 1.6rem;
    color: #1f5fa8;
    margin-bottom: 30px;
    border-left: 3px solid #1f5fa8;
    padding-left: 5px;
}
.yakkan_list li a {
    display: table;
    color: #000;
    margin-bottom: 10px;
}
.yakkan_list li a:hover {
    text-decoration: underline;
}


/* --------お知らせ--------- */

.news_list {
    margin-top: 50px;
}

.news_list_box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news_list_day {
    font-size: 1.6rem;
}
.news_list_cat {
    margin: 0 30px;
}
.news_list_text a {
    color: #000;
}
.news_list_text a:hover {
    text-decoration: underline;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #026dc9!important;
}
.wp-pagenavi span.current {
    font-weight: 500!important;
    font-size: 1.6rem!important;
    color: #026dc9!important;
}
.page {
    background-color: #026dc9!important;
    color: #fff!important;
    border: unset!important;
    margin: 0 10px!important;
    display: inline-block;
    width: 20px;
    height: 24px;
    line-height: 24px;
}
.nextpostslink {
    background-color: #026dc9;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: unset!important;
}
.previouspostslink {
    background-color: #026dc9;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: unset!important;

}
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}
.current {
    display: inline-block!important;
    width: 18px!important;
    height: 22px!important;
    line-height: 22px!important;
}
.top_works_btn_inner a {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 100px;
    background-color: #026dc9;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

/* --------乗車一覧--------- */

.ride_text {
    text-align: center;
    margin-bottom: 100px;
    line-height: 36px;
}
.ride_text a {
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
}
.ride_text a:hover {
    text-decoration: underline;
}
.ride_list {
    max-width: 680px;
    margin: auto;
}
.ride_list li {
    margin-bottom: 100px;
}

.ride_list h3 {
   font-size: 1.6rem;
   margin-bottom: 30px;
}
.ride_list h3 span {
   color: #026dc9;
}
.ride_list p {
   margin-bottom: 30px;
}
.ride_map {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ride_map_left {
    width: 48%;
}
.ride_map_right {
    width: 48%;
}
.ride_btn {
    width: 250px;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    background-color: #026dc9;
    color: #fff;
    font-weight: bold;
    padding: 17px 0;
    border-radius: 25px;
}
.ride_btn:hover {
    opacity: 0.6;
}



/* --------スマホ対応--------- */
@media screen and (max-width: 960px)   {

.top_eye_sp {
    display: block;
	margin: auto;
}
.top_eye {
    display:none;
}

.top_eye_news_inner {
    position: unset;
    top: unset;
    left:unset;
    width: 90%;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform:unset;
    padding: 10px 10px 10px 10px;
    height: auto;
    right:unset;
    margin: auto;
    margin-top: 20px;
}
.top_eye_news_sub {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}
.top_eye_news_sub_left {
    margin-right: 10px;
    margin-bottom: 5px;
}
.top_eye_news_sub_left p {
    font-weight: bold;
    font-size: 1.4rem;
}
.top_eye_news_sub_right p {
    font-size: 1.4rem;
}
.top_eye_news_important {
    display: block;
    margin-bottom: 20px;
}
.top_eye_news_important_left {
    margin-right: 0;
}
.top_eye_news_important_left p {
    font-weight: bold;
    color: #ff0000;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.top_eye_news_important_right p {
    font-size: 1.4rem;
    font-weight: bold;
}
.top_eye_news_important {
    display: block;
    margin-bottom: 10px;
}
.top_eye_news_inner ul {
    height: 200px;
}
.top_eye_news_inner ul li {
    padding-right: 0;
}
.category{
    width: 100px;
    font-size: 1.2rem;
}
.top_eye_news_item_box_right_title {
    font-size: 1.4rem;
    font-weight: bold;
}
.top_eye_news_item_box_right_text {
    font-size: 1.4rem;
    margin-top: 10px;
}
.top_attention_inner {
    padding: 50px 0;
    margin: 50px 0;
}
.top_attention_sub {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.top_attention_sub_left {
    margin-right: 0;
}
.top_attention_sub_left p {
    font-size: 2.4rem;
}
.top_attention_box ul {
    display: block;
}
.top_attention_box ul li {
    width: auto;
    margin-bottom: 30px;
}
.top_attention_text_box {
    height: auto;
    background-color: #fff;
    padding: 10px;
}
.top_attention_text_title a {
    font-size: 1.6rem;
}
.top_attention_text {
    font-size: 1.4rem;
    margin-top: 10px;
}
.top_att_box {
    display: block;
}
.top_att_box_left {
    width: auto;
}
.top_att_box_left_main_left p {
    font-size: 2.4rem;
}
.top_att_box_left ul {
    
}
.top_att_box_left ul li {
    
}
.top_att_box_img img {
    width: 100%;
}
.top_att_box_text_box_title a {
    font-size: 1.4rem;
    display: block;
    line-height: 20px;
}
.top_att_box_text_box_text p{
    font-size: 1.4rem;
}
.top_att_box_text_box {
    height:300px;
    padding: 5px;
}
.top_eye_news_important_right a {
    font-size: 1.4rem;
    font-weight: bolder;
    color: #000;
}
.top_eye_news_item_box_right_title a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}
.top_eye_news_item_box_right_text p {
    font-size: 1.4rem;
}
.top_attention_text p {
    font-size: 1.4rem;
}
.top_att_inner {
    padding: 0px 10px;
}


/* --------国内旅行--------- */

#under .top_att_box_left {
    padding: 0px 10px;
}

#under .top_att_box_left ul li {
    width: 49%;
}


/* --------会社概要--------- */

.com_box {
    margin-bottom: 50px;
}
.com_box table th {
    display: block;
}
.com_box table td {
    display: block;
    padding: 30px 0 30px 0px;
    width: auto;
}
.com_bottom_text {
    margin-top: 0px;
}



/* --------採用情報・採用登録--------- */


.rec_syokusyu {
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
}
.rec_name_kan {
    width: 96%;
    font-size: 1.4rem;
}
.rec_name_kana {
    width: 96%;
    font-size: 1.4rem;
}
.rec_old {
    width: 50%;
    font-size: 1.4rem;
}
.rec_gakureki {
    width: 96%;
    font-size: 1.4rem;
}
.rec_todouhuken {
    width: 50%;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000;
    font-size: 1.4rem;
}
.rec_num {
    width: 50%;
    font-size: 1.4rem;
}
.rec_address {
    width: 96%;
    font-size: 1.4rem;
}
.rec_address_2 {
    width: 96%;
    font-size: 1.4rem;
}
.rec_tel {
    width: 96%;
    font-size: 1.4rem;
}
.rec_mail {
    width: 96%;
    height: 40px;
    font-size: 1.4rem;
}
.rec_point {
    width: 96%;
    height: 300px;
    font-size: 1.4rem;
}
.rec_btn {
    -webkit-appearance: none;
}
.wpcf7-response-output {
    width: 80%;
    font-size: 1.6rem;
    padding: 10px 10px!important;
    margin-top: -30px!important;
}
.recruit_table th span {
    display: unset;
    margin-top:0;
    font-size: 1.2rem;
    margin-left: 10px;
}

/* --------募集型企画旅行契約--------- */

.agree_box h2 {
    line-height: 30px;
    font-size: 2rem;
}
.agree_main_td {
    width: 30%;
}

/* --------国内旅行取扱いに関するご案内--------- */

.kaigai_table {
    word-break: break-all;
}

/* --------約款--------- */

.yakkan_list {
    display: block;
}
.yakkan_list li {
    width: auto;
    margin-bottom: 30px;
}

/* --------お知らせ--------- */

.news_list_box {
    display: block;
}
.news_list_cat {
    margin: 10px 0px;
}

/* --------乗車一覧--------- */

.ride_text br {
    display: none;
}
.ride_text {
    text-align: left;
    margin-bottom: 50px;
}
.ride_map {
    display: block;
}
.ride_map_left {
    width: auto;
    margin-bottom: 20px;
}
.ride_map_right {
    width: auto;
}
.ride_map_right img {
    width: 100%;
}
.ride_list li {
    margin-bottom: 50px;
}
  
}