/*
Theme Name:VOYAGE child
Theme URI:https://tcd-theme.com/tcd121
Description:WordPressテーマ「VOYAGE」の子テーマ
Template:voyage_tcd121
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/



/* ------------------------------------------
     共通
-------------------------------------------*/

#side_button .store {
    padding: 0 10px;
}

table.table-style01 {
    margin-bottom: 100px;
}

table.table-style01 tr th {
    width: 25%;
    background: #EEEEEE;
}

table.table-style01 tr td {
    width: 75%;
}

.pc_ {
    display: block !important;
}

.sp_ {
    display: none !important;
}

@media (max-width: 767px) {
    table.table-style01 {
        margin-bottom: 70px;
    }
    
    .pc_ {
        display: none !important;
    }

    .sp_ {
        display: block !important;
    }
}

@media (max-width: 599px) {
}

.side-btn {
	position: fixed;
	top: 110px;
	right: 0;
	width: 1em;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1001;
	line-height: 20px;
}

.side-btn img {
    margin-bottom: 5px;
}

.side-btn a {
	display: inline-block;
	padding: 12px 4px 12px 5px;
	background: #009ED0;
    color: #ffffff;
    border-radius: 6px 0 0 6px;
}

.side-btn a:hover {
	opacity:0.9;
    color: #ffffff !important;
}

@media (max-width: 599px) {
    .side-btn {
        top: 60px;
        z-index: 3;
    }

    .side-btn a {
        padding: 12px 6px 12px 8px;
        font-size: 12px;
    }

    .side-btn a:hover {
    }
}



/* ------------------------------------------
     TOPページ 
-------------------------------------------*/

/* umieの想い */
#top-about {
    padding-bottom:  200px !important;
}


.top-about-sec {
    text-align: center;
}

@media (max-width: 767px) {
    #top-about {
        padding-bottom:  150px !important;
    }
}

@media (max-width: 599px) {
}



/* umieにできること */
#can-do {
    padding-bottom:  200px !important;
}


.can-do-sec {
    
}


.can-do-sec img {
    width: 100%;
    height: auto;
}


.can-do-sec .can-do-catch {
    text-align: center;
    margin-bottom: 70px;
}


.can-do-sec .can-do-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}


.can-do-sec .can-do-box:nth-child(even) {
    flex-direction: row-reverse;
}


.can-do-sec .can-do-box:last-of-type {
    margin-bottom: 70px;
}


.can-do-sec .can-do-box .can-do-txt {
    width: 32%;
}


.can-do-sec .can-do-box .can-do-txt h3 {
    font-size: 28px;
    color: #009ED0;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.can-do-sec .can-do-box .can-do-img {
    width: 62%;
}


.can-do-sec .can-do-box .can-do-img img {
    border-radius: 15px;
}


.can-do-sec .design_button {
    margin-top: 0 !important;
}


.can-do-sec p:empty {
    display: none;
}

@media (max-width: 767px) {
    #can-do {
        padding-bottom:  150px !important;
    }


    .can-do-sec {

    }


    .can-do-sec img {
    }


    .can-do-sec .can-do-catch {
        text-align: left;
        margin-bottom: 70px;
    }


    .can-do-sec .can-do-box {
        display: block;
        margin-bottom: 70px;
    }


    .can-do-sec .can-do-box:nth-child(even) {
        flex-direction: row-reverse;
    }


    .can-do-sec .can-do-box:last-of-type {
        margin-bottom: 70px;
    }


    .can-do-sec .can-do-box .can-do-txt {
        width: 100%;
    }


    .can-do-sec .can-do-box .can-do-txt h3 {
        font-size: 18px;
    }


    .can-do-sec .can-do-box .can-do-img {
        width: 100%;
    }


    .can-do-sec .can-do-box .can-do-img img {
    }


    .can-do-sec .design_button {
    }


    .can-do-sec p:empty {
    }
}

@media (max-width: 599px) {
}



/* スタッフ紹介 */
#staff {
    padding-bottom:  200px !important;
}


.top-staff-sec {
    text-align: center;
    line-height: 2.4;
}

@media (max-width: 767px) {
    #staff {
        padding-bottom:  150px !important;
    }
    
    .top-staff-sec {
        text-align: left;
        font-size: 14px;
        line-height: 2.2;
    }
}

@media (max-width: 599px) {
}



/* ------------------------------------------
     umieの想いページ 
-------------------------------------------*/
#about {
    
}

#about p:empty {
    display: none;
}

#about h2 {
    text-align: center;
    line-height: 1.6;
    font-size: 28px;
    font-family: Arial,"Hiragino Sans","Yu Gothic Medium","Meiryo",sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
    color: #009ED0;
}

#about h3 {
    text-align: center;
    line-height: 1.6;
    font-size: 24px;
    font-family: Arial,"Hiragino Sans","Yu Gothic Medium","Meiryo",sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
}

.about-sec01,
.about-sec02 {
    text-align: center;
    margin-bottom: 150px;
}


.about-sec04 {
}

.about-sec04 > div {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* iframe（Googleマップ）自体のレスポンシブ対応 */
.about-sec04 iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1100 / 460; /* PC版の縦横比（1100:460）をそのままキープ！ */
    min-height: 350px;
}

@media (max-width: 767px) {
    #about {
    }

    #about p:empty {
    }

    #about h2 {
        font-size: 18px;
    }

    #about h3 {
        font-size: 16px;
    }

    .about-sec01,
    .about-sec02 {
        margin-bottom: 70px;
    }


    .about-sec04 {
    }

    .about-sec01 div,
    .about-sec02 div {
        text-align: left;
    }
    
    .about-sec03 .s_table {
        overflow: visible;
        white-space:normal;   
    }
}

@media (max-width: 599px) {
}



/* ------------------------------------------
     umieにできること
-------------------------------------------*/
.service-sec {
    
}


.service-sec .design_button {
    margin-top: 0 !important;
}


.service-sec p:empty {
    display: none;
}


.service-sec img {
    width: 100%;
    height: auto;
}


.service-sec .service-catch {
    text-align: center;
    margin-bottom: 120px;
}


.service-sec .service-inner {
    margin-bottom: 200px;
}


.service-sec .service-inner:last-of-type {
    margin-bottom: 0px;
}


.service-sec .service-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: row-reverse;
}


.service-sec .service-box .service-img {
    width: 62%;
}


.service-sec .service-box .service-img img {
    border-radius: 15px;
}


.service-sec .service-box .service-txt {
    width: 32%;
}


.service-sec .service-box .service-txt h3 {
    font-size: 28px;
    color: #009ED0;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.service-sec .service-overview {
    margin-bottom: 70px;
}


.service-sec .service-overview .service-recommend-list {
    margin-top: 0;
    margin-bottom: 70px;
}


.service-sec .service-overview h4 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px dotted #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.service-sec .more-list {
    display: flex;
    list-style: none;
    justify-content: center;
}


.service-sec .more-list li {
    margin: 0 10px;
}

@media (max-width: 767px) {
    .service-sec {
    }


    .service-sec .design_button {
    }


    .service-sec p:empty {
    }


    .service-sec img {
    }


    .service-sec .service-catch {
        text-align: left;
        margin-bottom: 70px;
    }


    .service-sec .service-inner {
        margin-bottom: 150px;
    }


    .service-sec .service-inner:last-of-type {
    }


    .service-sec .service-box {
        display: block;
    }


    .service-sec .service-box .service-img {
        width: 100%;
        height: auto;
    }


    .service-sec .service-box .service-img img {
    }


    .service-sec .service-box .service-txt {
        width: 100%;
        height: auto;
    }


    .service-sec .service-box .service-txt h3 {
        font-size: 16px;
    }


    .service-sec .service-overview {
        margin-bottom: 40px;
    }


    .service-sec .service-overview .service-recommend-list {
        margin-bottom: 50px;
    }


    .service-sec .service-overview .service-recommend-list li {
        font-size: 14px;
    }


    .service-sec .service-overview h4 {
        font-size: 16px;
    }
    
    
    .service-sec .s_table {
        overflow: visible;
        white-space:normal;   
    }


    .service-sec .more-list {
        display: block;
        margin-top: 0 !important;
        padding-left: 0 !important;
    }


    .service-sec .more-list li {
        margin: 0 0 10px;
    }
    
    
    .service-sec .more-list .design_button {
        min-width: 100%;
        padding: 0 10px;
    }


    .service-sec .more-list li {
    }
}

@media (max-width: 599px) {
}



/* ------------------------------------------
     ご利用者の声
-------------------------------------------*/
.voice-sec {
    
}


.voice-sec p:empty {
    display: none;
}


.voice-sec img {
    width: 100%;
    height: auto;
}


.voice-sec .voice-catch {
    text-align: center;
    margin-bottom: 100px;
}


.voice-sec .voice-inner {
    margin-bottom: 200px;
}


.voice-sec .voice-inner:last-of-type {
    margin-bottom: 0px;
}


.voice-sec .voice-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    /*flex-direction: row-reverse;*/
}


.voice-sec .voice-box:last-of-type {
    margin-bottom: 0px;
}


.voice-sec .voice-box .voice-img {
    width: 30%;
}


.voice-sec .voice-box .voice-img img {
    border-radius: 15px;
}


.voice-sec .voice-box .voice-txt {
    width: 65%;
}


.voice-sec .voice-box .voice-txt h3 {
    font-size: 24px;
    color: #009ED0;
    font-weight: normal;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .voice-sec {
    }


    .voice-sec p:empty {
    }


    .voice-sec img {
    }


    .voice-sec .voice-catch {
        margin-bottom: 70px;
    }


    .voice-sec .voice-inner {
        margin-bottom: 150px;
    }


    .voice-sec .voice-inner:last-of-type {
    }


    .voice-sec .voice-box {
        display: block;
        margin-bottom: 70px;
    }


    .voice-sec .voice-box:last-of-type {
    }


    .voice-sec .voice-box .voice-img {
        width: 100%;
    }


    .voice-sec .voice-box .voice-img img {
    }


    .voice-sec .voice-box .voice-txt {
        width: 100%;
    }


    .voice-sec .voice-box .voice-txt h3 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
}



/* ------------------------------------------
     スタッフ紹介
-------------------------------------------*/

.post-type-archive-voice .content {
    writing-mode: horizontal-tb !important;
}


.post-type-archive-voice .voice_category_area .design_button {
    display: none;
}



/* ------------------------------------------
     ブログ
-------------------------------------------*/
.blog #page_header .content {
    writing-mode: horizontal-tb !important;
}



/* ------------------------------------------
     お問い合わせフォーム
-------------------------------------------*/

/* フォーム関連共通スタイル */
input.txt-box,
textarea.txt-box {
	width: 100%;
	padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.txt-box-s {
	width: 50% !important;
}

.txt-box-ss {
	width: 15% !important;
}

select.select-box {
	padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#input-btn,
input[name="submitConfirm"],
input[name="check-send"]{
	width: 326px;
    margin: 0 auto;
	padding: 10px 0;
    border: none;
    border-radius: 100px;
    font-size: 16px;
	font-weight: bold;
    color: #FFFFFF;
    transition: .3s;
    background: #009ED0;
	box-shadow: 0 2px 2px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.2);	
}

#input-btn:hover,
input[name="submitConfirm"]:hover,
input[name="check-send"]:hover{
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
	opacity: 1;
}

input[name="submitBack"] {
	width: 200px;
    margin: 0 auto 20px;
	padding: 10px 0;
    border: none;
    border-radius: 100px;
    font-size: 16px;
	font-weight: bold;
    color: #FFFFFF;
    transition: .3s;
    background: #009ED0;
	box-shadow: 0 2px 2px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.2);	
}

input[name="submitBack"]:hover {
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
	opacity: 1;
}

.req {
	display: inline-block;
	background: #333333;
	color: #FFFFFF;
	font-size: 0.7em;
	padding: 0px 4px 2px;
	margin-left: 8px;
	vertical-align: middle;
}

.text-count {
	font-size: 10px;
	text-align: right;
}

.text-red {
	color: #FF0000;
}

.form-note {
	/*font-size: 12px;*/
}

.form-note li {
	list-style: none;
	text-indent: -1.4em;
}

.border-none th,
.border-none td {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.entryFormBtn {
	text-align: center;
}

.formCheckBox {
	text-align: center;
}

.form-req {
	color: #FF0000;
    font-size: 14px;
    margin-bottom: 10px !important;
}

@media (max-width: 767px) {
	.border-none th,
	.border-none td {
		border-bottom: 1px solid #009ED0 !important;
		padding: 15px 2% !important;
	}
}


.contact-table {
    margin-bottom: 40px;
}

.contact-table tr th {
	border-bottom: 1px solid #009ED0;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 15px;
	width: 200px;
	font-weight: normal;
	background: none;
	/*vertical-align: middle;*/
}

.contact-table tr th:first-child {
	border-top: 1px solid #009ED0;
}

.contact-table tr th:before {
	background: #FFFFFF;
}

.contact-table tr td {
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 15px;
	vertical-align: middle;
}

.contact-table tr td:last-child {
	border-top: 1px solid #CCCCCC !important;
}

.contact-note {
	text-align: center;
	background: #EEEEEE;
	border: 1px solid #009ED0;
	padding: 30px 5px;
	margin-bottom: 3em;
}

.is-style-dent_box a {
	color: #333333;
	text-decoration: underline;
}

.is-style-dent_box a:hover {
	text-decoration: none;
}

.consentBtn {
	/*text-align: center;*/
}

.consentBtn a {
	color: #333333;
	text-decoration: underline;
}

.consentBtn a:hover {
	text-decoration: none;
}

.page-contact-check .consentBtn {
	display: none;
}

@media (max-width: 767px) {
	.contact-table {
	}
	
	.contact-table tr:last-child {
		border-bottom: 1px solid #009ED0;
	}

	.contact-table tr th {
		padding: 15px 2%;
		width: 100%;
		display: block;
		/*background: #EEEEEE;*/
	}

	.contact-table tr th:before {
		background: #EEEEEE;
	}

	.contact-table tr td {
		border-bottom: none  !important;
		padding: 15px 2%;
		width: 100%;
		display: block;
	}
	
	.contact-table tr td:last-child {
		border-top: none !important;
	}
	
}

@media (max-width: 599px) {
}






































