
@charset "UTF-8";
/* Factory CSS Document */
body > .glink {
    display: none;
}

.pagettl {
    margin-bottom: 45px;
}
.ttl {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4615;
    color: #47adad;
    text-align: center;
    margin-bottom: 35px;
}
.ttl_sub {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4615;
    color: #47adad;
    text-align: center;
    margin-bottom: 15px;
		margin-top: 30px;
}
#INTRO,
#outline {
    margin-bottom: 55px;
}
#works {
    margin-bottom: 100px;
}
.text p {
    text-align: center;
    line-height: 1.875;
}
.text p a{
text-decoration: underline;
}

.radius-btn {
    margin: 0 auto;
}

#outline dl {
    display: table;
    margin: 0 auto;
}
#outline dl > * {
    display: table-cell;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6F7579;
    word-break : break-all;
}
#outline dl dt {
    padding-right: 2em;
}
#outline dl dd span {
    margin-left: 1em;
}

ul.content_list{
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 100%;
margin: 0 0 50px 0;
}

ul.content_list li{
margin: 10px;
}

.text p{
margin: 0 0 20px 0;
text-align: left;
}

.text p.caption{
margin: 0 0 5px 0;
font-size: 0.8em;
}

.column_box{
margin: 0 0 40px 0;
}
.column_box h3{
background: #000000;
color: #ffffff;
font-size: 1.5em;
margin: 0 0 20px 0;
display: inline-table;
padding: 5px 20px;
}

.column_box h4{
font-size: 1.2em;
font-weight: bold;
border-bottom: 1px dotted #4b4b4b;
margin: 0 0 10px 0;
}

.column_box p img{
width: 100%;
}



/*** TOURISM ***/
#TOURISM {
/*margin-bottom: 80px;*/
margin-bottom: 60px;
}
#TOURISM .secttl {
margin-bottom: 55px;
}
.tour_detail {
display: block;
height: auto;
}
.tour_detail a {
display: block;
width: 100%;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: #6F7579;
padding: 21px 0;
border-bottom: 1px solid #CDD6DD;
}





/*** TOURISM ***/
#TOURISM {
/*margin-bottom: 115px;*/
margin-bottom: 95px;
}
.tour_list {

}
.tour_list > * {
width: 317px;
}
/*.tour_list li:nth-child(-n + 3) {
margin-bottom: 20px;
}*/
.tour_detail {
display: table;
position: relative;
height: 140px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 20px;
}
.tour_detail a {
display: table-cell;
padding: 55px 0 15px;
width: 100%;
}
.tour_detail .txtarea {
padding: 10px 0 10px 20px;
background-color: rgba(255, 255, 255, .6);
}
.tour_detail .txtarea dt {
font-size: 28px;
font-weight: bold;
line-height: 1;
color: #3B4043;
margin-top: 5px;
}
.tour_detail .txtarea .text p span {
display: block;
}

/*** mk追加（2022.05.07） ***/
#kankoinfo{
margin-right: 342px;
}

/* フォーム全体のコンテナ */
#CONTACT {
    background-color: #f9fafb;
    padding: 60px 20px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#INTRO {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.pagettl {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #47ADAD;
    font-weight: 700;
}

/* テーブル構造のリセットと調整 */
#wpcf7-f5083-o1 table {
    width: 100%;
    border-collapse: collapse;
}

#wpcf7-f5083-o1 th, 
#wpcf7-f5083-o1 td {
    display: block; /* スマホ・モダン表示のためにブロック化 */
    width: 100%;
    border: none;
    padding: 0;
    text-align: left;
}

#wpcf7-f5083-o1 tr {
    margin-bottom: 24px;
    display: block;
}

#wpcf7-f5083-o1 th {
    margin-bottom: 8px;
    color: #4b5563;
    font-size: 0.95rem;
}

/* 入力フィールドの装飾 */
.wpcf7-form-control {
    width: 100% !important;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 16px; /* モバイルでのズーム防止 */
    transition: all 0.2s ease;
    outline: none;
		margin: 10px 0;
}

.wpcf7-form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    background-color: #fff;
}

/* テキストエリアの高さ調整 */
.wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
}

/* 送信ボタンの装飾 */
.wpcf7-submit {
    display: block;
    width: 240px !important;
    margin: 40px auto 0;
    padding: 16px;
    background-color: #47ADAD;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-image 0.3s ease, transform 0.2s ease;
}

.wpcf7-submit:hover {
    background-color: #74cece;
    transform: translateY(-2px);
}

.mv_container {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
}

/* 下部の注意書きテキスト */
#INTRO .text {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #6b7280;
}

/* レスポンシブ調整（PC表示時） */
@media (min-width: 600px) {
    #wpcf7-f5083-o1 th {
        width: 30%;
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 0;
    }
    #wpcf7-f5083-o1 td {
        width: 70%;
        display: table-cell;
    }
    #wpcf7-f5083-o1 tr {
        display: table-row;
    }
}




@media screen and (max-width: 414px) {
    #INTRO .text p span {
        display: inline;
    }
    #outline dl,
    #outline dl > * {
        display: block;
    }
    #outline dl {
        margin-bottom: 25px;
    }
    #outline dl dt {
        font-weight: 700;
        padding-right: 0;
    }
    #outline dl > * {
        font-size: 14px;
    }
    #outline dl:last-child {
        margin-bottom: 0;
    }

/*** mk追加（2022.05.07） ***/
#kankoinfo{
margin-right: 0;
}
}
