@charset "utf-8";

/* ---------------------------------------------------------
	事業内容：main
--------------------------------------------------------- */
#main #main_title{
	position: relative;
	height: 37.5vw;
	max-height: 450px;
}
#main #main_title p#main_img img{
	position: absolute;
	width: auto;
	height: 37.5vw;
	max-height: 450px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*
#golf #main #main_title{
	background: url(../images/service_golf_image.jpg) no-repeat center center;
}
#air #main #main_title{
	background: url(../images/service_air_image.jpg) no-repeat center center;
}
#inbound #main #main_title{
	background: url(../images/service_inbound_image.jpg) no-repeat center center;
}
#ticket #main #main_title{
	background: url(../images/service_ticket_image.jpg) no-repeat center center;
}
	*/
#main_title h2{
	position: absolute;
	width: fit-content;
	margin: 0 auto;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-size: clamp(0.875rem, 0.591rem + 1.212vw, 1.5rem);
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFF;
}
#main_title h2 span{
	display: block;
	margin-top: 0.25em;
	padding: 0.5em 1em;
	font-size: clamp(1.125rem, 0.5rem + 2.667vw, 2.5rem);
	background: rgba(0,0,0,.15);
	border: 1px solid #FFF;
}
#main #main_lead{
	background: #F7F7EF;
}
#main_lead #main_lead_inner{
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto;
	padding: 3.75em 0 2em;
}
#main_lead_inner dl{
	width: 57%;
}
#main_lead_inner dl dt{
	margin-bottom: 0.5em;
	font-size: clamp(1rem, 0.545rem + 1.939vw, 2rem);
	font-weight: normal;
}
#main_lead_inner dl dt span{
	display: block;
	font-size: clamp(0.813rem, 0.585rem + 0.97vw, 1.313rem);
}
#main_lead_inner dl dd{
	line-height: 1.75;
	font-size: clamp(0.813rem, 0.727rem + 0.364vw, 1rem);
}
#main_lead_inner dl dd p:not(:last-of-type){
	margin-bottom: 1em;
}
#main_lead_inner figure{
	width: 40%;
	height: fit-content;
	border-radius: 2em;
	overflow: hidden;
}

/* ---------------------------------------------------------
	事業内容：contents
--------------------------------------------------------- */
article#contents > h3{
	margin-top: 1.75em;
	font-size: clamp(1.5rem, 0.989rem + 2.182vw, 2.625rem);
	font-weight: 500;
	color: #81B20A;
	text-align: center;
}
article#contents > h3 span{
	display: block;
	margin-top: 0.75em;
	color: #000;
	font-size: clamp(0.938rem, 0.682rem + 1.091vw, 1.5rem);
}

section.choice{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.choice .choice_inner{
	justify-content: space-between;
	align-items: flex-end;
}
.choice_inner .choice_copy{
	width: 60%;
}
.choice_copy p.choice_tit{
	color: #FFF;
	align-items: center;
}
p.choice_tit span:not(.num){
	display: inline-block;
	padding: 0.2em 1.5em 0.20em 1em;
	font-size: clamp(0.75rem, 0.523rem + 0.97vw, 1.25rem);
	background: #81B20A;
	border-radius: 100rem;
}
p.choice_tit span.num{
	display: inline-block;
	width: 54px;
	height: 54px;
	margin-left: -1em;
	font-size: clamp(1.125rem, 0.841rem + 1.212vw, 1.75rem);
	font-weight: 700;
	color: #81B20A;
	text-align: center;
	background: #FFF;
	border: 5px solid #81B20A;
	border-radius: 100rem;
}
.choice_copy h4{
	margin: 0.75em 0 1em;
	font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
	font-weight: 500;
	color: #81B20A;
}
.choice_copy .choice_text{
	font-size: clamp(0.938rem, 0.852rem + 0.364vw, 1.125rem);
	line-height: 1.75;
}
.choice_text p:not(:last-of-type){
	margin-bottom: 1em;
}
.choice_text p.service_link{
	text-align: right;
}
p.service_link a{
	position: relative;
	display: inline-block;
	padding: 0.5em 2em 0.5em 0.75em;
	font-size: clamp(0.875rem, 0.818rem + 0.242vw, 1rem);
	color: #FFF;
	background: #81B20A;
}
p.service_link a:hover{
	background: var(--hover_color);
}
p.service_link a::before,
p.service_link a::after{
	content: '';
	position: absolute;
}
p.service_link a::before{
	right: 10px;
	width: 15px;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}
p.service_link a::after{
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#inbound .choice_copy .choice_text dl{
	margin-top: 1em;
}
#inbound .choice_copy .choice_text dl dt{
	border-bottom: 1px solid #CCC;
}
#inbound .choice_copy .choice_text dl dd ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	font-size: clamp(0.875rem, 0.818rem + 0.242vw, 1rem);
}
#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+1){
	width: 11em;
}
#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+2){
	width: 8em;
}
#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+3){
	width: 8em;
}
#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+4){
	width: 13em;
}
#inbound .choice_copy .choice_text dl dd ul li::before{
	content: '・';
}
.choice_inner figure,
.choice_inner #youtube{
	width: 37.5%;
	height: fit-content;
	border-radius: 2em;
	overflow: hidden;
}
.choice_inner #youtube,
#golf section.choice:first-of-type .choice_inner figure{
	border-radius: 0;
}
#youtube iframe{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 800px;
	margin: 0 auto;
	/*
	margin: 0 auto 8em;
	*/
	border: none;
}
#sns{
	margin-top: 3em;
}
#sns > ul{
	width: 100%;
	justify-content: space-between;
}
#sns > ul > li{
	position: relative;
	width: 46%;
	transition: 0.3s;
}
#sns > ul li picture{
	display: block;
	width: 100%;
	padding: 2% 0;
}
#sns > ul li#tiktok picture{
	border: 5px solid #000;
}
#sns > ul li#facebook picture{
	border: 5px solid #1877F2;
}
#sns > ul > li picture img{
	height: 5em;
	transition: 0.3s;
}
#sns > ul > li:hover picture img{
	opacity: 0.6;
	cursor: pointer;
}
#sns > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
}
#sns > ul > li > ul{
	position: absolute;
	top: 110%;
	right: 0;
	width: 50%;
	padding: 1em;
	line-height: 2;
	background: rgba(255,255,255,0.3);
	border: 1px solid #707070;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
#sns > ul li ul li a{
	position: relative;
}
#sns > ul li ul li a:hover{
	opacity: 1;
}
#sns > ul li ul li a::before,
#sns > ul li ul li a::after{
	content: '';
	position: absolute;
}
#sns > ul li ul li a::before{
	right: 0;
	width: 12px;
	height: 1px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
}
#sns > ul li ul li a::after{
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#sns > ul li ul li a:hover::before{
	background-color: var(--hover_color);
}
#sns > ul li ul li a:hover::before,
#sns > ul li ul li a:hover::after{
	border-color: var(--hover_color);
}

@media screen and (max-width: 1024px){
	#main #main_lead{
		padding-right: 2%;
		padding-left: 2%;
	}
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+1){
		width: 10em;
	}
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+2){
		width: 7em;
	}
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+3){
		width: 7em;
	}
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(4n+4){
		width: 12em;
	}
}
@media screen and (max-width: 820px){
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(3n+1){
		width: 11em;
	}
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(3n+2){
		width: 12em;
	}
	#inbound .choice_copy .choice_text dl dd ul li:nth-of-type(3n+3){
		width: 8em;
	}
}
@media screen and (max-width: 768px){
	#inbound .choice_copy .choice_text dl dd ul li{
		width: 50% !important;
	}
}
@media screen and (max-width: 428px){
	#main #main_title{
		max-height: 150px;
	}
	#main_lead #main_lead_inner{
		display: block;
		position: relative;
	}
	#main_lead_inner dl{
		width: 100%;
	}
	#main_lead_inner dl dt{
		position: absolute;
		text-align: center;
		width: 100%;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
	}
	#main_lead_inner dl dd{
		margin-top: 0.5em;
	}
	#main_lead_inner dl dd p:nth-of-type(1){
		width: 65%;
		height: 100px;
		margin: 0;
	}
	#main_lead_inner figure{
		position: absolute;
		width: 32%;
		height: 4.75em;
		top: 75px;
		right: 0;
		border-radius: 0.5em;
	}
	/*
	article#contents h3{
		text-indent: 1em;
	}
	*/
	.choice .choice_inner{
		display: block;
	}
	.choice_inner .choice_copy,
	.choice_inner figure{
		width: 100%;
	}
	p.choice_tit span.num{
		width: 34px;
		height: 34px;
		border-width: 3px;
	}
	.choice_copy h4{
		margin: 0.25em;
	}
	.choice_copy p.choice_text{
		line-height: 1.6;
	}
	.choice_inner .choice_copy,
	.choice_inner figure{
		margin-top: 1.5em;
		border-radius: 1em;
	}
	.choice_text p.service_link{
		margin-right: -4%;
	}
	.choice_inner #youtube{
		margin-top: 1.5em;
		width: 100%;
	}
	.choice_inner figure.value_golf{
		width: 75%;
		margin: 1.5em auto 0;
	}
}


@media screen and (max-width: 1024px){
	#sns > ul > li picture img{
		height: 7vw;
	}
}
@media screen and (max-width: 820px){
	#sns > ul li ul{
		width: 75%;
	}
}
@media screen and (max-width: 428px){
	#sns > ul{
		gap: 2em 0;
	}
	#sns > ul > li{
		width: 100%;
	}
	#sns > ul > li picture img{
		height: 50px;
	}
	#sns > ul > li > ul{
		width: 100%;
		top: 100%;
		z-index: 1;
		background: rgba(255,255,255,0.8);
	}
	#sns > ul > li#facebook > ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sns > ul > li#facebook > ul li{
		width: 46%;
	}
}

/* ---------------------------------------------------------
	事業内容：order
--------------------------------------------------------- */
section#order{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 6em;
}
section#order h3{
	margin-bottom: 1.25em;
	text-align: center;
	font-size: clamp(1.5rem, 1.386rem + 0.485vw, 1.75rem);
}
section#order h3::after{
	content: '';
	display: block;
	width: 4em;
	height: 6px;
	margin:  0.75em auto 0;
	background: #81B20A;
}
section#order form{
	padding: 3em 100px;
	border-radius: 20px;
	background: #EDF4DB;
}
section#order form .form_wrap{
	margin-bottom: 3em;
	padding: 3em 5em;
	background: #FFF;
}
.form_wrap fieldset{
	margin-bottom: 2em;
	padding: 0 40px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
.form_wrap fieldset:last-of-type{
	margin-bottom: 0;
}
fieldset legend{
	color: #81B20A;
	font-size: clamp(0.875rem, 0.761rem + 0.485vw, 1.125rem);
}
fieldset label:not(.non_mark):before{
	content: '●';
}
fieldset div.flexbox{
	margin: 1.5em 0;
}
fieldset#customer div.flexbox{
	justify-content: start;
	align-items: center;
	align-items: start;
}
fieldset label{
	font-size: clamp(0.875rem, 0.761rem + 0.485vw, 1.125rem);
}
fieldset#customer label{
	display: block;
	margin-top: 0.25em;
	width: 10em;
	line-height: 1;
}
fieldset#customer label span{
	display: block;
	margin-left: 1em;
}
fieldset#customer input[type=text],
fieldset#customer input[type=email]{
	width: calc(100% - 10em);
}
form textarea{
	width: 100%;
	height: 5em;
}

fieldset#flight div.flexbox{
	align-items: start;
	justify-content: space-between;
}
fieldset#flight div.flexbox div.half_box{
	width: 46%;
}
fieldset#flight label.non_mark{
	display: inline-block;
	margin: 0.2em 2em 0 0;
}
fieldset#flight label:not(.non_mark){
	display: block;
}
fieldset label span{
	font-size: clamp(0.75rem, 0.693rem + 0.242vw, 0.875rem);
}
fieldset#flight label span::before{
	content: '/';
	padding: 0 3px;
}
form p#btn{
	margin: 0 auto;
	text-align: center;
}
form input[type=text],
form input[type=email],
form select,
form textarea{
	padding: 0.25em 0.5em;
	font-size: clamp(0.875rem, 0.761rem + 0.485vw, 1.125rem);
	border: 1px solid #A7A7A7;
}
form input[type=text]:disabled{
	border: 1px solid #D6D6D6;
	background: #F6F6F6;
}
form input[type=text]:focus,
form input[type=email]:focus,
form select:focus,
form textarea:focus{
	border: 1px solid #81B20A;
}
form input[type=radio]{
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #999;
	transition: .3s all linear;
	border-radius: 100em;
}
form input[type=radio]:checked{
	border: 6px solid var(--hover_color);
}
fieldset#flight select,
fieldset#flight input[type=text]{
	width: 100%;
}
fieldset#flight input[type=text]#depair,
fieldset#flight input[type=text]#arrair,
fieldset#flight input[type=text].datepicker{
	margin-bottom: 0.5em;
}
form select{
	background-image:
		linear-gradient(45deg, transparent 50%, #999 50%),
		linear-gradient(135deg, #999 50%, transparent 50%);
	background-size: 7px 10px, 7px 10px;
	background-position: calc(100% - 27px) 50%, calc(100% - 20px) 50%;
	background-repeat: no-repeat;
}
form button{
	position: relative;
	width: 50%;
	padding: 0.5em 0;
	line-height: 1.25;
	font-size: clamp(1.125rem, 0.955rem + 0.727vw, 1.5rem);
	color: #FFF;
	background: #81B20A;
	border-radius: 100em;
	transition: .3s all linear;
}
form button:hover{
	background: var(--hover_color);
}
form button::before,
form button::after{
	content: '';
	position: absolute;
}
form button::before{
	right: 10px;
	width: 15px;
	height: 1px;
	background: #FFF;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}
form button::after{
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	top: 50%;
	right: 1em;
	transform: translateY(-50%) rotate(45deg);
}
form button span{
	display: block;
	font-size: clamp(0.875rem, 0.818rem + 0.242vw, 1rem);
}
@media screen and (max-width: 1180px){
	section#order form{
		padding: 3em 7vw;
	}
	section#order form .form_wrap{
		padding: 3em 5vw;
	}
	.form_wrap fieldset{
		padding: 0 2vw;
	}
	fieldset#flight label{
		line-height: 1;
	}
	fieldset#flight div.flexbox div.half_box{
		width: 48%;
	}
}

@media screen and (max-width: 428px){
	article#contents section#order{
		width: 100vw;
		margin: 3.75em calc(50% - 50vw);
		overflow: visible;
	}
	section#order form{
		padding: 2em 5vw;
		border-radius: 0;
	}
	section#order h3::after{
		margin-top: 0.5em;
	}
	section#order form .form_wrap{
		padding: 1em 4vw;
	}
	.form_wrap fieldset{
		padding: 0 4vw;
	}
	fieldset#customer div.flexbox{
		display: block;
		margin: 1em 0;
	}
	fieldset#flight div.flexbox:not(:last-of-type){
		display: block;
		margin: 0;
	}
	fieldset#flight div.flexbox div.half_box{
		display: block;
		margin: 1em 0;
	}
	br.brtab{
		display: none;
	}
	fieldset#flight label.non_mark:last-of-type{
		margin-right: 0;
	}
	fieldset#customer label,
	fieldset#customer input[type=text],
	fieldset#customer input[type=email],
	form textarea{
		width: 100%;
	}
	fieldset#customer label span{
		display: inline-block;
	}
	fieldset#flight div.flexbox div.half_box{
		width: 100%;
	}
	form button{
		width: 70vw;
	}
}