@charset "utf-8";

/*
Theme Name: グループ旅行運送
Theme URI: https://gt-unsou.com
Author: JohnyWorks, Inc.
Author URI: https://johnyworks.com
Description: このテーマはグループ旅行運送専用のオリジナルテーマです。
Version: 1.0
Text Domain: gt-unsou
*/

/*	グローバル変数
------------------------------*/
:root {
	--color-black-txt: #1e1e1e;
	--color-black-obj: #323232;
	--color-black-border: #dcdcdc;
	--color-white: #fff;
	--color-deep-red: #c24414;
	--color-light-red: #e16024;
	--color-deep-green: #00554b;
	--color-light-green: #00786a;
	--color-yellow: #f3e501;
	--font-family-primary: hiragino-kaku-gothic-pron, sans-serif;
	--font-family-secondary: poppins, sans-serif;
	--font-weight-300: 300;
	--font-weight-400: 400;
	--font-weight-500: 500;
	--font-weight-600: 600;
	--font-weight-700: 700;
	--font-weight-900: 900;
	--font-size-x-small: 0.75rem;
	--font-size-small: 0.875rem;
	--font-size-regular: 1rem;
	--font-size-medium: 1.125rem;
	--font-size-large: 1.25rem;
	--font-size-x-large: 1.5rem;
}
@media only screen and (max-width: 480px) {

:root {
	--font-size-x-small: 0.625rem;
	--font-size-small: 0.75rem;
	--font-size-regular: 0.875rem;
	--font-size-medium: 1rem;
	--font-size-large: 1.125rem;
	--font-size-x-large: 1.25rem;
}
	
}


/*	リセットスタイル
------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, picture, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}
*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figcaption, figure, picture, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
figure,
picture {
	line-height: 0;
}
figure img,
picture img {
	width: 100%;
	height: auto;
}
img, fieldset {
	border: 0;
}
strong {
	font-weight: 600;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
td, th {
	vertical-align: top;
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}
pre {
	white-space: break-spaces;
}
button {
	border: none;
	cursor: pointer;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-300);
	font-size: var(--font-size-regular);
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/*	ベーススタイル
------------------------------*/
body {
	color:var(--color-black-txt);
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-300);
	font-size: var(--font-size-regular);
	line-height: 1.8;
	letter-spacing: 0.06rem;
	line-break: strict;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: var(--color-white);
}
a, a:visited, a:hover {
	color: var(--color-deep-green);
	text-decoration: none;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ff-primary {
	font-family: var(--font-family-primary);
}
.ff-secondary {
	font-family: var(--font-family-secondary);
}
.fc-red {
	color: var(--color-deep-red);
}
.fc-green {
	color: var(--color-deep-green);
}
.fs-small {
	font-size: var(--font-size-small);
}
.fs-medium {
	font-size: var(--font-size-medium);
}
.fs-large {
	font-size: var(--font-size-large);
}
.fw-600 {
	font-weight: var(--font-weight-600);
}
.fw-700 {
	font-weight: var(--font-weight-700);
}
.fs-italic {
	font-style: italic;
}
.marker {
	padding: 0 2px 2px;
	background: linear-gradient(transparent 60%, #ffe280 60%);
}
.list-icon li {
	margin-top: 12px;
	text-indent: -32px;
    padding-left: 32px;
}
.list-icon li:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	vertical-align: middle;
	background: url(img/icon_check.svg) no-repeat center left;
	background-size: contain;
}
.list-disc li {
    list-style-type: disc;
	margin-left: 20px;
	margin-top: 12px;
}
.list-icon li:first-child,
.list-disc li:first-child {
    margin-top: 0;
}



/*	レイアウトスタイル
------------------------------*/
.container,
.flexbox {
	width: 87.5%;
	margin: 0 auto;
	position: relative;
}
.flexbox {
	display: flex;
}
.container.lg,
.flexbox.lg {
	max-width: 1200px;
}
.container.md,
.flexbox.md {
	max-width: 1000px;
}
.container.sm,
.flexbox.sm {
	max-width: 800px;
}


/*	PC・SPで表示、非表示
------------------------------*/
.hidden_desktop { display: none !important; }
.visible_tab { display: none !important; }
.visible_sp { display: none !important; }

@media only screen and (max-width: 1024px) {
.visible_desktop { display: none !important; }
.hidden_desktop { display: inherit !important; }
}

@media only screen and (max-width: 768px) {
.visible_tab { display: inherit !important; }
.hidden_tab { display: none !important; }
}

@media only screen and (max-width: 480px) {
.visible_sp { display: inherit !important; }
.hidden_sp { display: none !important; }
}


/*	見出しスタイル
------------------------------*/
.base-hd {
	margin-bottom: 40px;
	position: relative;
}
.base-hd-en {
	display: block;
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-500);
	font-size: var(--font-size-small);
	letter-spacing: 0.32em;
	line-height: 1;
}
.base-hd-en::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 45px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(img/icon_car.svg) no-repeat right center;
	background-size: contain;
}
.base-hd-ja {
	display: block;
	margin-top: 12px;
	font-weight: var(--font-weight-600);
	font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	line-height: 1.4;
}

.visual-hd-en {
	display: block;
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-700);
    font-size: clamp(2.875rem, 2.541rem + 1.11vw, 3.875rem); /* 481 - 1920 */
    letter-spacing: normal;
    line-height: 1;
    color: var(--color-deep-red);
}
.visual-hd-ja {
	display: block;
    margin-top: 4px;
    font-weight: var(--font-weight-600);
    font-size: clamp(1rem, 0.916rem + 0.28vw, 1.25rem); /* 481 - 1920 */
    line-height: 1.4;
}
.visual-hd-ja::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-right: 20px;
	vertical-align: super;
	background-color: var(--color-black-obj);
}
@media only screen and (max-width: 480px) {

.base-hd {
	margin-bottom: 20px;
}
.base-hd-en::before {
	width: 20px;
    height: 20px;		
}
.visual-hd-en {
	font-size: 2.5rem;
}

}

/*	ボタンスタイル
------------------------------*/
.base-btn a {
	display: block;
	width: min(80%, 320px);
    margin: 0 auto;
    padding: 20px 30px 20px 20px;
    color: #fff;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-600);
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    background: linear-gradient(to right, #00554b 0%, #00786a 100%);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.base-btn a::after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url(img/angle_right.svg) no-repeat center right;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.base-btn a:hover {
	background: linear-gradient(to right, #00554b 0%, #00554b 100%);
}
@media only screen and (max-width: 480px) {

.base-btn a::after {
	width: 4px;
	height: 8px;
}

}


/*	ヘッダー
------------------------------*/
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 40px 0;
	background-color: #fafafa;
	position: relative;
}
#header .site-logo {
	width: 300px;
	line-height: 0;
}
#header .site-logo img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1025px) {

.drawer-nav {
	width: calc(100% - 300px);
}
#header .main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .main-menu > li {
	position: relative;
}
#header .main-menu > li > a {
	display: block;
	padding: 12px 20px;
	color: var(--color-black-txt);
	font-size: var(--font-size-small);
	text-align: center;
	line-height: 1;
	border-left: 1px solid #dcdcdc;
}
#header .main-menu li a:hover {
	background-color: #fff;
}
#header .main-menu li.inquiry a {
	padding: 18px 20px;
	color: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-left: none;
	background-color: var(--color-deep-green);
}
#header .main-menu li.inquiry a::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 15px;
	margin-right: 12px;
	vertical-align: sub;
	background: url(img/icon_mail_w.svg) no-repeat center;
	background-size: contain;
}
#header .main-menu li.inquiry a:hover {
	background-color: var(--color-light-green);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

}
@media only screen and (min-width: 1200px) {

#header .main-menu > li > a {
	width: 160px;
}
#header .main-menu li.inquiry a {
	width: 180px;
}

}
@media only screen and (min-width: 1441px) {

#header {
	padding: 20px 80px 0;
}
#header .site-logo {
	width: 340px;
}
.drawer-nav {
	width: calc(100% - 340px);
}

}
@media only screen and (max-width: 1024px) {

.drawer-hamburger {
	display: block !important;
	padding: 30px 30px 21px;
	background-color: var(--color-light-green);
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
}
.drawer-hamburger-icon {
	display: block;
	width: 80%;
	height: 1px;
	margin-top: 12px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	background-color: #fff;
	position: absolute;
	top: -12px;
	left: 0;
}
.drawer-hamburger-icon:after {
	width: 120%;
	top: 12px;
}
.drawer-hamburger-txt {
	display: block;
	padding-top: 24px;
	color: #fff;
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-500);
	font-size: var(--font-size-x-small);
	letter-spacing: 0.32rem;
	line-height: 1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.drawer-open .drawer-hamburger-icon {
	margin: 12px auto 0;
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	width: 70%;
	top: 0;
	left: 6px;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.drawer-nav {
	width: 87.5%;
	height: 100%;
	padding: 120px 6.25%;
	background-color: #fafafa;
	position: fixed;
	z-index: 99;
	top: 0;
	right: -100%;
	overflow: hidden;
	-webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-open .drawer-nav {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#header .main-menu li a {
	display: block;
	padding: 30px 40px;
	color: var(--color-black-txt);
	font-weight: var(--font-weight-600);
	border-bottom: 1px solid var(--color-black-border);
	position: relative;
}
#header .main-menu li a::after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url(img/angle-right_b.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#header .main-menu li.inquiry {
	margin-top: 40px;
}
#header .main-menu li.inquiry a {
	padding: 30px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: none;
	background-color: var(--color-deep-green);
}
#header .main-menu li.inquiry a::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 15px;
	margin-right: 12px;
	vertical-align: middle;
	background: url(img/icon_mail_w.svg) no-repeat center;
	background-size: contain;
}
#header .main-menu li.inquiry a::after {
	display: none;
}
.drawer-overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 70;
	top: 0;
	left: 0;
}
.drawer-open .drawer-overlay {
	display: block;
}

}
@media only screen and (max-width: 480px) {

#header {
	padding: 16px 6.25% 15px;
}
#header .site-logo {
	width: 240px;
}
.drawer-hamburger {
	padding: 24px 16px 16px;
}
.drawer-hamburger-icon {
	margin-top: 8px;
}
.drawer-hamburger-icon:before {
	top: -8px;
}
.drawer-hamburger-icon:after {
	top: 8px;
}
.drawer-hamburger-txt {
	padding: 16px 8px 0;
	font-size: 0.625rem;
	letter-spacing: 0.12rem;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	width: 50%;
	left: unset;
	right: 30%;
}
.drawer-nav {
	padding: 80px 6.25%;
}
#header .main-menu li a,
#header .main-menu li.inquiry a {
	padding: 20px;
}
#header .main-menu li a::after {
	width: 4px;
    height: 8px;
	right: 20px;
}
#header .main-menu li.inquiry {
	margin-top: 20px;
}

}


/*	CONTACT
------------------------------*/
#inquiry {
	margin-top: 120px;
	padding: 80px 0 60px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: var(--color-light-green);
	position: relative;
	z-index: 0;
}
#inquiry .visual-hd-en {
	color: #fff;
}
#inquiry .visual-hd-ja::before {
	display: none;
}
#inquiry .visual-hd-ja::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
	margin: 16px auto 0;
    background-color: #fff;
}
.inquiry-btn {
	margin: 20px 0;
}
.inquiry-btn a {
	display: block;
    width: min(80%, 460px);
    margin: 0 auto;
    padding: 30px 0 24px;
    font-weight: var(--font-weight-600);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--color-yellow);
}
.inquiry-btn a:hover {
	background-color: #d6ca01;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.inquiry-btn a::before {
	content: "";
	display: block;
	width: 51px;
	height: 36px;
	margin: 0 auto 8px;
	background: url(img/icon_mail_g.svg) no-repeat center bottom;
	background-size: contain;
}
#inquiry .contact-link a {
	color: #fff;
	font-size: var(--font-size-small);
	text-decoration: underline;
}
#inquiry .contact-link a:hover {
	text-decoration: none;
}
#inquiry::before {
	content: "";
	display: block;
	width: 325px;
	height: 400px;
	background: url(img/logomark_g.svg) no-repeat center left;
	background-size: contain;
	position: absolute;
	left: 100px;
	top: 0;
    bottom: 0;
    margin: auto 0;
	z-index: -1;
}
@media only screen and (max-width: 1024px) {

#inquiry::before {
	left: 20px;
}

}
@media only screen and (max-width: 768px) {

#inquiry::before {
	width: 163px;
    height: 200px;
    top: 20px;
    bottom: unset;
}

}
@media only screen and (max-width: 480px) {

#inquiry {
	margin-top: 60px;
    padding: 60px 0 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

}


/*	パンくずリスト
------------------------------*/
#breadcrumbs {
	margin-top: 40px;
	font-size: var(--font-size-small);
}
#breadcrumbs span {
	display: inline-block;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs span:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 16px;
	background: url(img/angle-right_b.svg) no-repeat right center;
	background-size: contain;
}
#breadcrumbs span:first-child:before {
	display: none;
}
@media only screen and (max-width: 480px) {

#breadcrumbs span:before {
	width: 4px;
	height: 8px;
	margin: 0 8px;
}

}


/*	フッター
------------------------------*/
#footer {
	margin-top: 20px;
	padding: 80px 0 30px;
	background-color: #fafafa;
}
#footer .flexbox {
	justify-content: space-between;
}
#footer .site-logo {
	width: 320px;
	margin-bottom: 20px;
	line-height: 0;
}
#footer .site-logo img {
	width: 100%;
    height: auto;
}
#footer .address {
	font-size: var(--font-size-small);
}
.bnr-handcarry {
	width: clamp(18.75rem, -3.868rem + 47.06vw, 26.25rem);  /*1024 - 769*/
}
.float-nav {
	position: fixed;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 10;
}
.float-nav .menu-item a {
	display: block;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	color: #fff;
    padding: 36px 22px;
    letter-spacing: 0.36em;
    line-height: 1;
    -webkit-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
	background: linear-gradient(to bottom,  #00786a 0%,#00554b 100%);
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.float-nav .menu-item a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-bottom: 12px;
	background: url(img/icon_mail_y.svg) no-repeat center bottom;
	background-size: contain;
}
.float-nav .menu-item a:hover {
	background: linear-gradient(to bottom,  #00554b 0%,#00554b 100%);
}
small {
	display: block;
	margin-top: 60px;
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-400);
	font-size: var(--font-size-x-small);
	letter-spacing: .12em;
	text-align: center;
	line-height: 1;
}
@media only screen and (max-width: 1024px) {

#footer {
	padding: 80px 0 87px;
}
.float-nav {
	width: 100%;
    top: unset;
    bottom: 0;
	transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.float-nav .menu-item a {
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 20px 12px;
    text-align: center;
    -webkit-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
}
.float-nav .menu-item a:hover {
	padding: 24px 12px 20px;
}
.float-nav .menu-item a::before {
	margin-bottom: 0;
    margin-right: 12px;
}

}
@media only screen and (max-width: 768px) {

#footer .flexbox {
	flex-direction: column;
    align-items: center;
}
#footer .site-logo {
	margin: 0 auto 20px;
}
.bnr-handcarry {
	width: min(100%, 420px);
    margin-top: 20px;
}

}
@media only screen and (max-width: 480px) {

#footer {
	padding: 40px 0 66px;
}
#footer .site-logo {
	width: 260px;
}
.float-nav .menu-item a {
	padding: 16px 12px;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.float-nav .menu-item a::before {
	width: 16px;
    height: 12px;
}
small {
	margin-top: 40px;
}

}
