@charset "UTF-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  リセット
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
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, img, 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, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
body {
  color: #000000;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
 	line-height: 1.5;
}
div, nav, section {
  box-sizing: border-box;
}
ol, ul, li {
  list-style: none;
}
img {
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
	color: #000000;
  text-decoration: none!important;
}
p, a {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  word-break: normal;
}
h1,h2,h3,h4 {
  word-break: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
input,textarea,button,select {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: 0;
  margin: 0;
  padding: 0;
  outline: none;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  ヘッダー
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
header {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	text-align: right;
	z-index: 1001;
}
ul.header-list {
	display: inline-block;
	margin-right: 280px;
	padding-top: 22px;
}
ul.header-list li {
	padding: 0px 20px;
}
ul.header-list li a {
	font-size: 24px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: bold;
	display: block;
}
ul.header-list li span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
header .quote-link {
	font-size: 20px;
	background-color: #EAC267;
	line-height: 100px;
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}
.sp-navigation {
	display: none;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  メインビジュアル
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.mainvisual {
	height: 750px;
	position: relative;
}
.mainvisual .video-section {
  width: 100vw;
  height: 750px;
  position: relative;
  overflow: hidden;
}
 
.mainvisual video.img-block {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url('../images/bg.png') no-repeat;
  background-size: cover;
}
.mainvisual .text-area {
	position: absolute;
	z-index: 999;
	padding-left: 80px;
	padding-top: 150px;
}
.mainvisual .text-area h1 {
	width: 400px;	
}
.mainvisual .text-area p {
	font-size: 34px;
	line-height: 1.6;
	padding: 32px 0px 0px 25px;
	text-shadow: 
	white 1px 1px 20px, white -1px 1px 20px,
	white 1px -1px 20px, white -1px -1px 20px,
	white 1px -1px 20px, white -1px -1px 20px,
	white 1px -1px 20px, white -1px -1px 20px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  共通
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.main-block {
	padding: 120px 0px;
}
.main-block-title {
	font-size: 55px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: bold;
	margin-bottom: 60px;
}
.main-block-title span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  ABOUT - 旅助+とは？
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.main-block#about {
	background-color: #EDEDED;
	padding: 120px 0px 180px;
}
.about-main-block {
	position: relative;
}
.about-main-block .img-block {
	width: 600px;
	height: 400px;
}
.about-main-block .text-area {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	right: 0;
	top: 50px;
	width: 50%;
	padding: 65px 50px;
}
.about-description-title {
	font-size: 26px;
	margin-bottom: 24px;
}
.about-description {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 1.8;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  お問い合わせフォームエリア
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.quote-block-title {
	font-size: 28px;
	margin-bottom: 40px;
}
.quote-btn-el {
	padding-right: 32px!important;
}
.quote-btn-el:last-child {
	padding-right: 0px;
	padding-left: 32px;
}
.quote-btn-el a {
	height: 120px;
	border: 4px solid #707070;
	border-radius: 20px;
}
.quote-area-img {
	height: 100%;
	border-top-left-radius : 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-bottom-left-radius : 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.quote-area-title {
	font-size: 32px;
	font-weight: bold;
}
.quote-area-title span.small-text {
	font-size: 20px;
	font-weight: normal;
}
.quote-btn-el .quote-area-border {
	border-bottom: 4px solid #EAC267;
	padding-bottom: 4px;
}
.quote-btn-el:last-child .quote-area-border {
	border-bottom: 4px solid #EAE067;
	padding-bottom: 4px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  FEATURES
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.main-block#features {
	background-color: #EAC267;
}
.features-list-el {
	padding: 60px 120px 50px;
	background-color: #fff;
	margin-top: 100px;
}
.features-list-el-count {
	font-size: 80px;
	font-family: source-han-sans-japanese, sans-serif;
	position: absolute;
	text-align: center;
	width: 200px;
	left: 50%;
	top: -65px;
	margin-left: -100px;
}
.features-list-el-title {
	font-size: 28px;
}
.features-list-el-contentsbox {
	margin-top: 32px;
}
.features-list-el-imgblock {
	height: 220px;
}
.features-list-el-textarea {
	padding-left: 40px!important;
}
.features-list-el-textarea p {
	font-size: 16px;
	line-height: 1.8;
}
.features-last-message {
	margin-top: 100px;
}
.features-last-message-textarea {
	padding-left: 40px!important;
}
.features-last-message-imgblock {
	height: 300px;
}
.features-last-message-textarea p {
	font-size: 18px;
	line-height: 2;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  HOW TO USE - 旅助＋を使うと？
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.main-block#howtouse {
	background-color: #EAE067;
}
.howtouse-list {
	margin: 0 auto;
}
.howtouse-list-el {
	padding: 50px;
	background-color: #fff;
	width: 700px;
	margin-top: 100px;
}
.howtouse-list-el:nth-child(odd) {
	float: left;
}
.howtouse-list-el:nth-child(even) {
	float: right;
}
.howtouse-list-el:first-child {
	margin-top: 30px;
}
.howtouse-list-el-count {
	font-size: 45px;
	font-family: source-han-sans-japanese, sans-serif;
	position: absolute;
	left: 50px;
	top: -30px;
}
.howtouse-list-el:nth-child(even) .howtouse-list-el-count {
	float: right;
	left: auto;
	right: 50px;
}
.howtouse-list-el-imgblock {
	height: 240px;
}
.howtouse-list-el-title {
	font-size: 24px;
	margin-bottom: 16px;
}
.howtouse-list-el-textarea {
	padding-left: 28px!important;
}
.howtouse-list-el-description {
	font-size: 16px;
}
.howtouse-list-border01 {
	width: 120px;
	position: absolute;
	right: -142px;
  bottom: -64px;
}
.howtouse-list-border02 {
	width: 120px;
	position: absolute;
	left: -142px;
  bottom: -64px;
}
.howtouse-last-message {
	margin-top: 80px;
}
.howtouse-last-message .img-block {
	line-height: 0;
}
.howtouse-last-message .img-block ul {
	font-size: 0;
}
.howtouse-last-message .img-block li {
	line-height: 0;
	width: 16vw;
}
.howtouse-last-message .img-block li img {
	width: 100%;
}
.howtouse-last-message .img-leftblock {
	float: left;
}
.howtouse-last-message .img-rightblock {
	float: right;
}
.howtouse-last-message-text {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.howtouse-last-message-text p {
	font-size: 26px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  CONTENTS
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.main-block#contents {
	background-color: #EDEDED;
}
.contents-list-el {
	margin-bottom: 30px;
}
.contents-list-el a {
	box-shadow: 0px 0px 10px #d5d5d5;
}
.contents-list-imgblock {
	height: 200px;
}
.contents-list-textblock {
	background-color: #fff;
	padding: 24px;
}
.contents-list-textblock p {
	font-size: 16px;
	line-height: 1.8;
}
.main-block#contents .note-link {
	width: 600px;
	margin: 0 auto;
	font-size: 18px;
	background-color: #454545;
	padding: 20px 0px;
	margin-top: 50px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  PARTNER
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.partner-list li a {
	padding: 30px;
	box-shadow: 0px 0px 10px #d9d9d9;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  フッター
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
footer {
	background-color: #454545;
	padding: 100px 0px 32px;
}
.main-footer-logo {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.footer-list {
	margin-bottom: 100px;
}
.footer-list li {
	padding: 0px 20px;
}
.footer-list li a {
	font-size: 16px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  個別ページ
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.single-header {
	background-color: #fff;
}
.main-single-logo {
	width: 180px;
	position: absolute;
	left: 24px;
  top: 16px;
}
.main-block-single-inner {
	margin-top: 60px;
}
.main-block-single-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
.single-section-el {
	margin-bottom: 50px;
}
.single-section-el h3 {
	font-size: 24px;
	line-height: 1.4;
	border-left: 8px solid #EAC267;
	padding-left: 12px;
	margin-bottom: 12px;
}
.single-section-el p {
	font-size: 15px;
}
.single-section-el a {
	font-size: 14px;
}
.single-section-el ul.list-decimal,
.single-section-el ul.list-decimal li {
	list-style-type: decimal;
}
.single-section-el ul {
	margin-left: 20px;
}


@media screen and (min-width: 960px) {
	a {
		transition: .5s;	
	}
	a:hover {
		opacity: .5;
	}
	header .quote-link:hover {
		background-color: #e7b343;
		opacity: 1;
	}
}

