@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/
.main-img {
	position: relative;
	height: calc(100vh - 80px);
}
.slider-box {
	width: 100%;
	height: 100%;
}
.zoomslider {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.main-img__layer01 {
	position: absolute;
	top: 0;
	bottom: 2vw;
	left: 0;
	right: 0;	
	background-image: url("../images/pages/main_img_txt.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 300;
}
.main-img__car {
	content: "";
	position: absolute;
	bottom: 8vw;
	right: 21.05%;
	width: 22.7vw;
	height: 7.75vw;
	background-image: url("../images/pages/main_img_car.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 310;
}
.main-img__txt01 {
	position: absolute;
	bottom: 5.2vw;
	left: 28vw;
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	z-index: 320;
}
.main-img__txt01 span.delay-txt02 {
	display: block;
	margin-top: 1.5vw;
	font-size: 1.5vw;
}
.main-anime span {
	display: inline-block;
	animation-name: main-anime__kf;
	animation-duration: .8s;
	animation-delay: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 0;
}
.delay-txt01 {
	animation-delay: 2.2s !important;
}
.delay-txt02 {
	animation-delay: 2.4s !important;
}

@keyframes main-anime__kf {
0% {
	opacity: 0;
	transform: translateY(60px);
}
100% {
	opacity: 1;
	transform: translateY(0);
}
}

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

@media screen and (min-width: 768px) and (max-width: 1270px){
.main-img {
	position: relative;
	height: 55vw;
}
.main-img__car {
	bottom: 5.8vw;
	right: 8%;
	width: 34vw;
	height: 11.6vw;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px) and (orientation : landscape){
}

@media screen and (max-width: 767px){
.main-img {
	height: 60vh;
}
.main-img__layer01 {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-image: none;
	background-color: rgba(0,0,0,0.3);
}
.main-img__car {
	bottom: 0;
}
.main-img__car {
	bottom: 14vw;
	right: -5px;
	width: 50vw;
	height: 17.1vw;
	z-index: 310;
}
.main-img__txt01 {
	position: absolute;
	bottom: 23px;
	left: 15px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	border-left: 4px solid #fff;
	padding-left: 14px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
}
.main-img__txt01 span.delay-txt02 {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
}
}



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-image {
	position: relative;
	height: 25vw;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-image-none,
.page-system {
	position: relative;
	margin-top: 100px;
	height: 70px;
	background-color: #045304;
}
.page-mypage {
	position: relative;
	margin-top: 100px;
	height: 20vw;
	background-image: url("../images/pages/page_mypage.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-title {
	position: absolute;
  bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, rgba(4,83,4,0) 10%, rgba(4,83,4,0.9) 35%, rgba(4,83,4,0.9) 65%, rgba(4,83,4,0) 90%);
}
.page-image-none .page-title,
.page-system .page-title {
	height: 70px;
	line-height: 70px;
	background: transparent;
}
.pankuzu {
	background: #eef0f4;
}
.pankuzu ul {
	max-width: 1200px;
	margin: auto;
	padding: 10px 0;
}
.pankuzu ul li {
	padding: 6px 6px 6px 26px;
	font-size: 1.2rem;
	line-height: 1;
	color: #282828;
	background-image: url("../images/common/arrow_pankuzu.png");
	background-repeat: no-repeat;
	background-position: left 8px top 8px;
	background-size: 5px auto;
}
.pankuzu li:first-child {
	padding-left: 0;
	background-image: none;
}
.pankuzu li a {
	color: #282828;
}
.pankuzu li a:hover {
	color: #78640e;
	text-decoration: underline;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.page-image {
	height: 40vw;
}
.page-image.page-sightseeing {
	height: 25vw;
	margin-top: 60px;
}
.page-image-none,
.page-system {
	margin-top: 60px;
	height: 50px;
}
.page-mypage {
	margin-top: 60px;
}
.page-title {
	height: 40px;
	line-height: 40px;
	font-size: 2.2rem;
	background: linear-gradient(to right, rgba(4,83,4,0) 5%, rgba(4,83,4,0.9) 35%, rgba(4,83,4,0.9) 65%, rgba(4,83,4,0) 95%);
}
.page-image-none .page-title,
.page-system .page-title {
	height: 50px;
	line-height: 50px;
	background: transparent;
}
.pankuzu ul {
	max-width: none;
	margin: 0 5%;
}
}

@media screen and (max-width: 767px){
.page-image {
	height: 45vw;
}
.page-image-none,
.page-system {
	margin-top: 45px;
	height: 35px;
}
.page-mypage {
	margin-top: 45px;
}
.page-image.page-sightseeing {
	height: 25vw;
	margin-top: 45px;
}
.page-title {
	height: 30px;
	line-height: 30px;
	font-size: 1.6rem;
	background: linear-gradient(to right, rgba(4,83,4,0) 5%, rgba(4,83,4,0.8) 30%, rgba(4,83,4,0.8) 70%, rgba(4,83,4,0) 95%);
}
.page-image-none .page-title,
.page-system .page-title {
	height: 35px;
	line-height: 35px;
	background: transparent;
}
.pankuzu ul {
	max-width: none;
	margin: 0 5%;
}
.pankuzu ul {
	max-width: none;
	margin: 0 5.128%;
	padding: 7px 0;
}
.pageNav ul li {
	margin-top: 15px;
}
.pageNav ul li:first-child {
	margin-top: 25px;
}
.pageNav ul li.btn-row4 {
	width: 100%;
	margin-right: 0;
}
}



/*　　Home
-------------------------------------------------------*/
.home-tagline {
	height: 80px;
	line-height: 80px;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #045304;
}
.home-tagline .txt01 {
	font-size: 2rem;
	font-weight: 400;
}
.home-tagline .txt02 {
	color: #ffcc00;
}
.home-sightseeing {
	position: relative;
	padding: 0 4% 4vw;
	background: linear-gradient(to right, #044804, #112655);
}
.home-sightseeing__list {
	width: 100%;
}
.home-sightseeing__list li {
	width: 22.554%;
	margin-top: 4vw;
	margin-right: 3.26%;
	color: #fff;
	font-size: 1.4rem;
}
.home-sightseeing__list li:nth-child(4n) {
	margin-right: 0;
}
.home-sightseeing__list li .thumbnail-link {
	position: relative;
	display: block;
}
.home-sightseeing__list li .thumbnail-link::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/common/arrow_04.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 64px auto;
	z-index: 10;
}
.home-sightseeing__list li .thumbnail-link:hover::before {
	opacity: 1;
}
.home-sightseeing__list .txt-title a {
	color: #ffcc00;
	font-size: 1.6rem;
}
.home-sightseeing__list .txt-title a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
.home-sightseeing__list li .thumbnail-img {
	content: "";
	height: 15.5vw;
	overflow: hidden;
}
.home-sightseeing__list li .thumbnail-img img {
	object-fit: cover;
	width: 100%;
	height: 15.5vw;
}
.home-sightseeing__list li .thumbnail-link:hover .thumbnail-img {
	opacity: 0.8;
}
.home-sightseeingspot {
	padding: 0 4% 12.75vw;
	background-color: #eef0f4;
	background-image: url("../images/pages/home_sightseeingspot_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.home-sightseeingspot__list li {
	width: 31.195%;
	margin-right: 3.2%;
	margin-top: 60px;
}
.home-sightseeingspot__list li:nth-child(2),
.home-sightseeingspot__list li:nth-child(5) {
	margin-top: 120px;
}
.home-sightseeingspot__list li:nth-child(3),
.home-sightseeingspot__list li:nth-child(6) {
	margin-top: 180px;
}
.home-sightseeingspot__list li:nth-child(4) {
	margin-top: 60px;
}
.home-sightseeingspot__list li:nth-child(3n) {
	margin-right: 0;
}
.home-sightseeingspot__list li .imgLink {
	position: relative;
	display: block;
}
.home-sightseeingspot__list li .imgLink::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/common/arrow_04.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 64px auto;
	z-index: 10;
}
.wrapper-areamap-plan {
}
.home-areamap {
	position: relative;
	border-radius: 20px;
	background-color: #eef0f4;
}
.home-areamap__title {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 245px;
	line-height: 1.4;
}
.home-areamap__title-txt {
	padding: 0 0 10px 45px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #78640e;
	border-bottom: 1px solid #78640e;
	background-image: url("../images/common/icon_area.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px auto;
}
.home-areamap__map {
	position: relative;
	margin-top: 120px;
}
.home-areamap__map img {
	width: 100%;
}
.home-areamap__map-btn {
	position: absolute;
}
.home-areamap__map-btn a {
	display: block;
	width: 92px;
	height: 30px;
	padding-right: 5px;
	line-height: 29px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #282828;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	background-image: url("../images/common/arrow_05.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 6px auto;
}
.home-areamap__map-btn a:hover {
	color: #fff;
	border: 1px solid #999;
	background-color: #999;
}
.area-hokkaido {
	top: 4.385%;
	left: 58.947%;
}
.area-tohoku {
	top: 40.526%;
	left: 75.614%;
}
.area-kanto {
	top: 61.578%;
	left: 64.210%;
}
.area-chubu {
	top: 38.596%;
	left: 37.719%;
}
.area-kansai {
	top: 70.719%;
	left: 36.087%;
}
.area-chugoku {
	top: 46.491%;
	left: 20%;
}
.area-shikoku {
	top: 72.122%;
	left: 18.771%;
}
.area-kyushu {
	top: 47.894%;
	left: 2.582%;
}
.area-okinawa {
	bottom: 1.228%;
	left: 41.578%;
}
.home-car li {
	width: 25%;
	margin-top: 80px;
}
.home-faq dl {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.home-faq dl:first-child {
	margin-top: 60px;
}
.home-faq dl dt {
	min-height: 40px;
	padding-left: 50px;
	background-image: url("../images/common/icon_q.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px auto;
}
.home-faq dl dd {
	padding: 10px 0 0 50px;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.home-tagline {
	height: 60px;
	line-height: 60px;
	font-size: 2rem;
	letter-spacing: 0;
}
.home-tagline .txt01 {
	font-size: 1.6rem;
	font-weight: 400;
}
.home-tagline .txt02 {
	color: #d2b031;
}
.home-sightseeing__list li {
	width: 30%;
	margin-right: 5%;
	font-size: 1.2rem;
}
.home-sightseeing__list li:nth-child(4n) {
	margin-right: 5%;
}
.home-sightseeing__list li:nth-child(3n) {
	margin-right: 0;
}
.home-sightseeing__list li .thumbnail-img,
.home-sightseeing__list li .thumbnail-img img {
	height: 18.359vw;
}
.home-sightseeing__list li .thumbnail-link::before {
	background-size: 50px auto;
}
.home-sightseeing__list .txt-title a {
	font-size: 1.4rem;
}
.home-sightseeingspot {
	padding: 0 5% 100px;
}
.home-sightseeingspot__list li {
	width: 47.5%;
	margin-right: 5%;
	margin-top: 40px;
}
.home-sightseeingspot__list li:nth-child(3n) {
	margin-right: 5%;
}
.home-sightseeingspot__list li:nth-child(2n) {
	margin-right: 0;
}
.home-sightseeingspot__list li:nth-child(odd) {
	margin-top: 40px;
}
.home-sightseeingspot__list li:nth-child(even) {
	margin-top: 80px;
}
.wrapper-areamap-plan {
	margin: 0 10%;
}
.home-areamap {
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.home-car li {
	width: 50%;
	margin-top: 60px;
}
}

@media screen and (max-width: 767px){
.home-tagline {
	height: auto;
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 10px;
}
.home-tagline .txt01 {
	font-size: 1.2rem;
	font-weight: 400;
}
.home-tagline .txt02 {
	color: #d2b031;
}
.home-sightseeing {
	padding: 0 4% 30px;
}
.home-sightseeing__list li {
	width: 48%;
	margin-top: 40px;
	margin-right: 4%;
	font-size: 1.2rem;
}
.home-sightseeing__list li:nth-child(4n) {
	margin-right: 4%;
}
.home-sightseeing__list li:nth-child(2n) {
	margin-right: 0;
}
.home-sightseeing__list .txt-title a {
	font-size: 1.4rem;
}
.home-sightseeing__list li .thumbnail-img,
.home-sightseeing__list li .thumbnail-img img {
	height: 28.645vw;
}
.home-sightseeing__list li .thumbnail-link::before {
	background-size: 40px auto;
}
.home-sightseeing__img01 {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
.home-sightseeing__img01 li {
	width: 50%;
}
.home-sightseeing__img01 li:nth-child(2) {
	margin-top: 0;
}
.home-sightseeing__box {
	width: 90%;
	margin: 0 5%;
	padding: 60px 0;
}
.home-sightseeing__txt {
	font-size: 1.6rem;
}
.home-sightseeingspot {
	padding: 0 5.128% 80px;
	background-size: 150% auto;
}
.home-sightseeingspot__list li {
	width: 100%;
	margin-right: 0;
	margin-top: 40px;
}
.home-sightseeingspot__list li:nth-child(2),
.home-sightseeingspot__list li:nth-child(3),
.home-sightseeingspot__list li:nth-child(4),
.home-sightseeingspot__list li:nth-child(5),
.home-sightseeingspot__list li:nth-child(6) {
	margin-top: 40px;
}
.home-areamap {
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.home-areamap__map {
	margin-top: 140px;
}
.home-areamap__map-btn a {
	width: 58px;
	height: 25px;
	padding-right: 3px;
	line-height: 24px;
	font-size: 1.2rem;
	background-color: #fff;
	background-image: url("../images/common/arrow_05.png");
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 5px auto;
}
.home-car li {
	width: 50%;
	margin-top: 40px;
}
.home-faq dl dt {
	min-height: 30px;
	padding-left: 40px;
	background-size: 30px auto;
}
.home-faq dl dd {
	padding: 10px 0 0 40px;
}
}



/*　　Home　お知らせ
-------------------------------------------------------*/
.home-news {
	padding: 80px 0;
	background-color: #eef0f4;
}
.home-news__list {
}
.home-news__list li {
	margin-top: 60px;
}
.home-news__list li.icon-campaign {
	border-top: 1px solid #d2b031;
}
.home-news__list li.icon-topic {
	border-top: 1px solid #5c9043;
}
.home-news__list li.icon-news {
	border-top: 1px solid #40435a;
}
.home-news__box01 {
	width: 200px;
}
.home-news__box02 {
	flex: 1;
	padding-left: 20px;
}
.home-news__box02 a {
	color: #282828;
}
.home-news__box02 a:hover {
	color: #282828;
	text-decoration: underline;
}
.home-news__category a {
	color: #fff;
}
.home-news__category a:hover {
	color: #fff;
	text-decoration: underline;
}
.home-news__category {
	display: block;
	color: #fff;
	height: 29px;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.home-news__list li.icon-campaign .home-news__category {
	background-color: #d2b031;
}
.home-news__list li.icon-topic .home-news__category {
	background-color: #5c9043;
}
.home-news__list li.icon-news .home-news__category {
	background-color: #40435a;
}
.home-news__img-box {
	overflow: hidden;
	border-radius: 5px;
}
.home-news__img {
	content: "";
	padding-top: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition-duration: 0.2s;
}
.home-news__img:hover {
	opacity: 0.8;
	transform: scale(1.05);
}
.home-news__date {
	padding-top: 5px;
	color: #999;
	font-size: 1.4rem;
}
.news-detail__date {
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	background-color: #eef0f4;
}
.news-detail__date .icon-campaign {
	color: #d2b031;
}
.news-detail__date .icon-topic {
	color: #5c9043;
}
.news-detail__date .icon-news {
	color: #40435a;
}
.news-detail__img {
	padding: 50px 0;
	border-bottom: 1px dotted #ccc;
}
.news-detail__nav {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-detail__nav li {
	width: 48%;
	margin-top: 30px;
}
.news-detail__nav-previous a {
	display: block;
	padding: 10px;
	color: #282828;
	border: 1px solid #dedede;
	border-radius: 8px;
	text-align: center;
	background-image: url("../images/common/arrow_03_2.png");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 6px auto;
}
.news-detail__nav-next a {
	display: block;
	padding: 10px;
	color: #282828;
	border: 1px solid #dedede;
	border-radius: 8px;
	text-align: center;
	background-image: url("../images/common/arrow_03.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
}
.news-detail__nav-previous a:hover,
.news-detail__nav-next a:hover {
	color: #282828;
	border: 1px solid #ccc;
	background-color: #eef0f4;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-news {
	padding: 60px 0;
}
}

@media screen and (max-width: 767px){
.home-news {
	padding: 40px 0;
}
.home-news__list li {
	margin-top: 30px;
}
.home-news__box01 {
	width: 130px;
}
.home-news__box02 {
	padding-left: 15px;
}
.home-news__category {
	height: 22px;
	line-height: 21px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.home-news__date {
	font-size: 1.2rem;
}
}



/*　　定番観光コース送迎
-------------------------------------------------------*/
.tab-btn {
	position: relative;
	display: block;
	margin: 0 10px -1px;
	padding: 18px 50px;
	text-align: center;
	color: #282828;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
	border: 1px solid #dedede;
	background: linear-gradient(to right, #ffffd8, #d8f1ca);
	cursor: pointer;
}
.tab-btn:hover {
	background: linear-gradient(to right, #ffffef, #e7fadd);
}
.tab-btn.is-active,
.tab-btn.is-active:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab-body {
	border-top: 1px solid #dedede;
}
.tab-body-inner {
  display: none;
}
.tab-body-inner.is-active {
  display: block;
}
.sightseeing-area li {
	margin-top: 15px;
}
.sightseeing-area li:first-child {
	margin-top: 0;
}
.sightseeing-area li a {
	display: block;
	padding: 5px 15px;
	color: #282828;
	border: 1px solid #dedede;
	border-radius: 10px;
	background-color: #fff;
}
.sightseeing-area li a:hover {
	background-color: #f5f6f8;
}
.sightseeing-list__img-box {
	position: relative;
}
.sightseeing-list__img-box a {
	display: block;
	position: relative;
}
.sightseeing-list__img-box a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/common/arrow_04.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 64px auto;
	z-index: 10;
	opacity: 1;
}
.sightseeing-list__img-box .sightseeing-list__img {
	position: relative;
	content: "";
	height: 350px;
	overflow: hidden;
}
.sightseeing-list__img-box .sightseeing-list__img img {
	object-fit: cover;
	width: 100%;
	height: 350px;
}
.sightseeing-list__img-box a:hover .sightseeing-list__img {
	opacity: 0.8;
}
.sightseeing-detail__main-img-box {
	position: relative;
	background-color: #e4e7ee;
}
.sightseeing-detail__main-img {
	content: "";
	width: 70%;
	height: 46.65vw;
	margin-left: auto;
	overflow: hidden;
}
.sightseeing-detail__main-img img {
	object-fit: cover;
	width: 100%;
	height: 46.65vw;
}
.sightseeing-detail__main-img-txt-box {
	position: absolute;
	top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	padding-left: 1vw;
	border-left: 8px solid #ffcc00;
}
.sightseeing-detail__main-img-txt {
	display: inline-block;
	padding: 0.75vw;
	font-size: 3vw;
	font-weight: 700;
	line-height: 1;
	background-color: #e4e7ee;
}
.sightseeing-detail__main-img-txt-en {
	display: inline-block;
	margin-top: 1vw;
	padding: 0.75vw;
	font-size: 6vw;
	font-weight: 700;
	line-height: 1;
	background-color: #e4e7ee;
}
.sightseeing-detail__title {
	text-align: center;
	background-color: #eef0f5;
}
.sightseeing-detail__title-txt {
	display: inline-block;
	padding: 35px 0 35px 140px;
	line-height: 1.4;
	background-image: url("../images/pages/sightseeing_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.sightseeing-detail__title-txt02 {
	display: inline-block;
	padding: 35px 0 35px 140px;
	line-height: 1.4;
	background-image: url("../images/pages/sightseeing_icon02.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.sightseeing-detail__title-txt03 {
	display: inline-block;
	padding: 35px 0 35px 140px;
	line-height: 1.4;
	background-image: url("../images/pages/sightseeing_icon03.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.sightseeing-detail__spot-title {
	position: relative;
	padding: 0 0 8px 100px;
	line-height: 1.4;
	border-bottom: 1px solid #ffcc00;
}
.sightseeing-detail__spot-title span {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	font-size: 6rem;
	font-weight: 700;
	color: #ffcc00;
	line-height: 1;
}
.table-scroll-img {
	content: "";
	display: none;
	width: 300px;
	height: 26px;
	margin: auto;
	background-image: url("../images/common/table_scroll.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.sightseeing-list__img-box .sightseeing-list__img,
.sightseeing-list__img-box .sightseeing-list__img img {
	height: 28.645vw;
}
.sightseeing-list__img-box a::before {
	background-size: 50px auto;
}
.sightseeing-detail__main-img {
	width: 75%;
	height: 51.65vw;
}
.sightseeing-detail__main-img img {
	height: 51.65vw;
}
.sightseeing-detail__main-img-txt-box {
  left: 5%;
	border-left: 6px solid #ffcc00;
}
.sightseeing-detail__spot-title {
	position: relative;
	padding: 0 0 8px 80px;
	line-height: 1.4;
	border-bottom: 1px solid #ffcc00;
}
.sightseeing-detail__spot-title span {
	bottom: -8px;
	font-size: 4.6rem;
}
}

@media screen and (max-width: 767px){
.tab-btn {
	margin: 0 8px -1px;
	padding: 12px 25px;
}
.sightseeing-list__img-box .sightseeing-list__img,
.sightseeing-list__img-box .sightseeing-list__img img {
	height: 28.645vw;
}
.sightseeing-list__img-box a::before {
	background-size: 40px auto;
}
.sightseeing-detail__main-img-box {
	padding-bottom: 10px;
}
.sightseeing-detail__main-img {
	width: 100%;
	height: 66.666vw;
	margin-left: 0;
}
.sightseeing-detail__main-img img {
	height: 66.666vw;
}
.sightseeing-detail__main-img-txt-box {
	position: relative;
	top: 0;
  left: 0;
	padding: 0 12px;
	border-left: 4px solid #ffcc00;
	margin: 10px 5.1258% 0;
	-webkit-transform: none;
	transform: none;
}
.sightseeing-detail__main-img-txt {
	display: inline-block;
	padding: 5px 0 0 0;
	font-size: 2rem;
}
.sightseeing-detail__main-img-txt-en {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 0;
	font-size: 1.6rem;
}
.sightseeing-detail__spot-title {
	margin-top: 20px;
	padding: 0 0 6px 70px;
}
.sightseeing-detail__spot-title span {
	bottom: -8px;
	font-size: 4.6rem;
}

.sightseeing-detail__title-txt,
.sightseeing-detail__title-txt02,
.sightseeing-detail__title-txt03 {
	display: inline-block;
	padding: 15px 20px 15px 80px;
}
.table-scroll-img {
	display: block;
}
}



/*　	ご利用プラン
-------------------------------------------------------*/
.plan-img {
	display: block;
}
.plan-img:hover {
	opacity: 0.8;
}
.plan-img__img {
	content: "";
	position: relative;
	padding-top: 49.122%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.plan-img__title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
	color: #fff;
	background: linear-gradient(to right, #045304 50%, transparent 80%);
}
.plan-detail__img-bus {
	content: "";
	padding-top: 50%;
	background-image: url("../images/pages/plan_car_05.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
} 


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

@media screen and (max-width: 767px){
.plan-img__title {
	padding: 5px 20px;
	background: linear-gradient(to right, #045304 50%, transparent 80%);
}
}




/*　	空港送迎サービス
-------------------------------------------------------*/
.home-areamap.airport {
	padding-bottom: 30px;
}
.home-areamap__map.airport {
	margin-top: 60px;
}
.airport-detail__img {
	content: "";
	height: 29vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.airport-detail__title-box {
	padding: 15px 0 0;
	background-color: #eef0f5;
}
.airport-detail__title span {
	padding-left: 49px;
	background-image: url("../images/common/icon_airport.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 39px auto;
}
.airport-detail__car {
	width: 25%;
	padding: 0 15px;
}
/* 一覧ページのみ料金表の一部を非表示　*/
.airport-list .airport-list-none {
	display: none;
}
.airport-list__btn {
	display: block;
	width: 80%;
	margin: 30px auto 0;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.airport-detail__car {
	width: 50%;
	padding: 0 25px;
}
}

@media screen and (max-width: 767px){
.airport-detail__car {
	width: 100%;
	padding: 0;
}
}



/*　　よくある質問
-------------------------------------------------------*/
.faq-box {
	margin-top: 30px;
}
.faq-box dt {
	display: block;
	position: relative;
	padding: 20px 60px 20px 55px;
	color: #282828;
	border-radius: 8px;
	background: #f5f6f8;
	cursor: pointer;
}
.faq-box dt:hover {
	color: #fff;
	background: linear-gradient(to right, #045304, #197819);
}
.faq-box dt::before{
	content: "Q";
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	color: #b90303;
}
.faq-box dt:hover::before,
.faq-box dt.active::before{
	color: #fff;
}
.faq-box dt::after {
	content: "";
	position: absolute;
	top: 23px;
	right: 15px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background-color: #d9d9d9;
	background-image: url("../images/common/faq_arrow01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
}
.faq-box dt:hover::after {
	background-color: rgba(255,255,255,0.3);
}
.faq-box dt.active {
	color: #fff;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(to right, #0a770a, #24a524);
}
.faq-box dt.active::after {
	background-color: rgba(255,255,255,0.3);
	transform: scaleY(-1);
}
.faq-box dd {
	position: relative;
	display: none;
	padding: 20px 20px 20px 55px;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
.faq-box dd::before {
	content: "A";
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	color: #ffcc00;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.faq-box dt::before{
	top: 16px;
}
}

@media screen and (max-width: 767px){
.faq-box {
	margin-top: 20px;
}
.faq-box dt {
	padding: 15px 60px 15px 50px;
}
.faq-box dt::before{
	top: 10px;
	left: 15px;
	font-size: 3rem;
}
.faq-box dt::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 10px;
	width: 18px;
	height: 18px;
	background-size: 8px auto;
}
.faq-box dt::before{
	top: 15px;
	left: 15px;
	font-size: 2.4rem;
}
.faq-box dd::before {
	top: 15px;
	left: 15px;
	font-size: 2.4rem;
}
.faq-box dd {
	position: relative;
	display: none;
	padding: 15px 15px 15px 50px;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
.faq-box dd::before {
	top: 10px;
	left: 15px;
	font-size: 3rem;
}
}



/*　	車両紹介
-------------------------------------------------------*/
.car-list__img {
	position: relative;
}
.car-list__img img {
	width: 100%;
	height: auto;
}
.car-list__img-txt-en {
	position: absolute;
	bottom: -1vw;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 5vw;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.car-list__box {
	position: relative;
}
.car-list__minivan {
	position: absolute;
	top: 0;
	left: 0;
	width: 48.5%;
	height: 25vw;
}
.car-list__minivan .car-list__img-txt-en {
	left: auto;
	right: 2.5vw;
}
.car-list__wagon {
	position: absolute;
	top: 0;
	right: 0;
	width: 48.5%;
	height: 25vw;
}
.car-list__wagon .car-list__img-txt-en {
	left: 2.5vw;
	right: auto;
}
.car-detail__img-seat {
	padding: 40px;
	text-align: center;
	background-color: #edf0f4;
}
.car-detail__img-seat img {
	width: 320px;
}
.car-detail__img-car {
	margin: auto;
	text-align: center;
	background: linear-gradient(#fff 10%, #a9b3c0 40%, transparent 40%);
}
.car-detail__img-car img {
	width: 80%;
	max-width: 800px;
}
.car-detail__img-car-sedan-bg {
	padding: 0 5%;
	background: linear-gradient(#fff 10%, #a9b3c0 40%, transparent 40%);
}
.car-detail__img-car-sedan {
	width: 50%;
}
.car-detail__img-car-sedan img {
	width: 90%;
	max-width: 800px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.car-list__minivan {
	height: 45vw;
}
.car-list__minivan img {
	object-fit: cover;
	height: 45vw;
}
.car-list__wagon {
	height: 45vw;
}
.car-list__wagon img {
	object-fit: cover;
	height: 45vw;
}
.car-detail__img-seat {
	padding: 20px;
}
.car-detail__img-seat img {
	width: 29vw;
}
.car-detail__img-car-sedan-bg {
	padding: 0;
	background: #fff;
}
.car-detail__img-car-sedan {
	width: 100%;
}
.car-detail__img-car-sedan {
	background: linear-gradient(#fff 10%, #a9b3c0 40%, transparent 40%);
}
.car-detail__img-car-sedan img {
	width: 90%;
	max-width: 600px;
}
.car-detail__img-car img {
	width: 90%;
	max-width: 600px;
}
}

@media screen and (max-width: 767px){
.car-list__img-txt-en {
	bottom: -2vw;
	font-size: 10vw;
}
.car-list__minivan {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.car-list__wagon {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.car-list__minivan .car-list__img-txt-en,
.car-list__wagon .car-list__img-txt-en {
	left: 0;
	right: 0;
}
.car-detail__img-seat {
	padding: 20px;
}
.car-detail__img-seat img {
	width: 60vw;
}
.car-detail__img-car-sedan-bg {
	padding: 0;
	background: #fff;
}
.car-detail__img-car-sedan {
	width: 100%;
}
.car-detail__img-car-sedan {
	background: linear-gradient(#fff 10%, #a9b3c0 35%, transparent 35%);
}
.car-detail__img-car-sedan img {
	width: 90%;
	max-width: 600px;
}
.car-detail__img-car img {
	width: 90%;
	max-width: 600px;
}
.car-detail__img-car {
	background: linear-gradient(#fff 10%, #a9b3c0 35%, transparent 35%);
}
}



/*　	会社情報
-------------------------------------------------------*/
.company-info {
	position: relative;
	min-height: 23.75vw;
	background: linear-gradient(to right, #eef0f5 0%, #eef0f5 80%, transparent 80%);
}
.company-info__txt {
	padding: 120px 0 0;
}
.company-info__img {
	position: absolute;
	top: 60px;
	right: 0;
	width: 48.5%;
	margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.company-info {
	min-height: auto;
	background: #fff;
}
.company-info__txt {
	padding: 0 0 10px;
}
.company-info__img {
	position: relative;
	top: 20px;
	right: 0;
	width: 100%;
	margin: 0;
}
}

@media screen and (max-width: 767px){
.company-info {
	min-height: auto;
	background: #fff;
}
.company-info__txt {
	padding: 0 0 10px;
}
.company-info__img {
	position: relative;
	top: 10px;
	right: 0;
	width: 100%;
	margin: 0;
}
}



/*　　お問い合わせ / 予約システム
-------------------------------------------------------*/
.privacy-box {
	width: 100%;
	height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm {
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm .select-menu {
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.contactForm textarea {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;}
.contactForm .btn-box {
	padding-top: 50px;
	text-align: center;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 25px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #7c6200, #d2b031);
	background-repeat: no-repeat, no-repeat;
	background-position: right 12px center, center;
	background-size: 8px auto, 100%;
	transition-duration: 0.2s;
}
.contactForm .btn-send:hover {
  color: #fff;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #9c7e0b, #ddbd45);
	background-repeat: no-repeat, no-repeat;
	background-position: right 12px center, center;
	background-size: 8px auto, 100%;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 25px;
	width: 60%;
	margin: 30px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: #666;
	transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
  color: #fff;
	background-color: #999;
	transform: scale(1.05);
}
.contactForm .btn-system {
	display: inline-block;
	min-width: 360px;
	padding: 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border: 0;
	background-color: #929aa9;
	background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 8px auto;
	transition-duration: 0.2s;
	cursor: pointer;
}
.contactForm .btn-system:hover {
	background-color: #045304;
	transform: scale(1.05);
}
.contactForm .btn-system-back {
	display: inline-block;
	min-width: 360px;
	padding: 20px 20px;
	text-align: center;
	color: #929aa9;
	font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #929aa9;
	background-color: #fff;
	transition-duration: 0.2s;
	cursor: pointer;
}
.contactForm .btn-system-back:hover {
	background-color: #f5f6f8;
	transform: scale(1.05);
}
.form-step li {
	position: relative;
	padding: 10px 30px;
	margin: 0 15px;
	text-align: center;
	border-radius: 5px;
	background-color: #e6f1e6;
}
.form-step li.act {
	font-weight: 700;
	background-color: #ceeace;
}
.form-step li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	width: 30px;
	background-image: url("../images/common/arrow_03.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
}
.form-step li:last-child::after {
	display: none;
}
.table-calendar {
	width: 100%;
	border: 1px solid #dedede;
}
.table-calendar th {
	padding: 10px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #dedede;
	background-color: #f5f6f8;
}
.table-calendar th.sat{
	background-color: #e5f4fe;
}
.table-calendar th.sun {
	background-color: #ffeded;
}
.table-calendar td {
	padding: 5px;
	text-align: center;
	border: 1px solid #dedede;
}
.bg-lightgray {
	background-color: #f5f6f8;
}
.table-calendar .btn-next {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	background-color: #929aa9;
	background-image: url("../images/common/arrow_06.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
}
.table-calendar .btn-previous {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	background-color: #929aa9;
	background-image: url("../images/common/arrow_06.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
	transform: scale(-1, 1);
}
.table-calendar .btn-next:hover,
.table-calendar .btn-previous:hover {
	background-color: #045304;
}
.table-calendar .date {
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	text-align: right;
}
.table-calendar .calendar-btn-reserve {
	display: inline-block;
	padding: 5px;
	margin-bottom: 5px;
	color: #4f7bff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 5px;
}
.table-calendar .calendar-btn-reserve:hover {
	color: #4f7bff;
	background-color: #e7edff;
}
.system-title {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.syetem-btn-tel-box {
	padding: 50px;
	background-color: #eef0f4;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.contactForm .btn-box {
	padding-top: 20px;
}
.contactForm .btn-send,
.contactForm .btn-modify {
	font-size: 1.8rem;
}
.contactForm .btn-system,
.contactForm .btn-system-back {
	padding: 15px 20px;
	min-width: 80%;
}
.contactForm .btn-mypage01 {
	padding: 5px 8px;
	margin-left: 5px;
}
.form-step {
	margin: 0 -10px;
}
.form-step li {
	position: relative;
	padding: 10px 5px;
	margin: 0 10px;
	width: calc(25% - 20px);
	font-size: 1.3rem;
}
.form-step li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 20px;
}
.table-calendar .date {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 767px){
.privacy-box {
  padding: 10px;
}
.contactForm .btn-box {
	padding-top: 10px;
}
.contactForm .btn-send {
	width: 80%;
	font-size: 1.8rem;
}
.contactForm .btn-modify {
	width: 80%;
	font-size: 1.8rem;
}
.contactForm .btn-system,
.contactForm .btn-system-back {
	padding: 15px 20px;
	min-width: 90%;
	background-size: 6px auto, 100%;
}
.form-step {
	margin: 0 -10px;
}
.form-step li {
	position: relative;
	padding: 10px 5px;
	margin: 0 10px;
	width: calc(25% - 20px);
	font-size: 1.2rem;
	line-height: 1.4;
}
.form-step li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 20px;
}
.table-calendar .date {
	font-size: 1.4rem;
}
.table-calendar .calendar-btn-reserve {
	font-size: 2.2rem;
}
.syetem-btn-tel-box {
	padding: 20px;
}
}



/*　　マイページ
-------------------------------------------------------*/
.mypage-nav {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #dedede;
}
.mypage-nav li {
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}
.mypage-nav li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #ccc;
}
.mypage-nav li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.mypage-nav li:last-child::before {
	display: none;
}
.mypage-nav li a:hover {
	text-decoration: underline;
}
.contactForm .btn-mypage01 {
	display: inline-block;
	padding: 8px 15px;
	margin-left: 8px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	background-color: #929aa9;
	cursor: pointer;
}
.contactForm .btn-mypage01:hover {
	background-color: #045304;
}
.td-list-btn-box {
	width: 30%;
	text-align: right;
}
.mypage-message-box {
	padding: 50px;
	border-radius: 25px;
	background-color: #f5f6f8;
}
.mypage-message-user {
	width: 55%;
	margin: 20px 0 0 auto;
	border: 2px solid #ffcc00;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.mypage-message-admin {
	width: 55%;
	margin: 20px auto 0 0;
	border: 2px solid #e0e3e7;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.mypage-message-inner {
	padding: 20px;
}
.mypage-message-icon-user {
	display: inline-block;
	margin-bottom: 15px;
	padding: 3px 12px;
	font-weight: 700;
	border-radius: 25px;
	background-color: #ffcc00;
}
.mypage-message-icon-admin {
	display: inline-block;
	margin-bottom: 15px;
	padding: 3px 12px;
	font-weight: 700;
	border-radius: 25px;
	background-color: #e0e3e7;
}
.mypage-message-date {
	padding: 5px 30px 5px 0;
	font-size: 1.4rem;
	color: #999;
	text-align: right;
}
.mypage-message-input {
	width: 55%;
	margin: 50px 0 0 auto;
	padding: 30px;
	border-radius: 20px;
	background-color: #e0e3e7;
}
.mypage-message-btn-send {
	display: inline-block;
	padding: 12px 50px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	background-color: #929aa9;
	cursor: pointer;
}
.mypage-message-btn-send:hover {
	background-color: #045304;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm .btn-mypage01 {
	padding: 5px 10px;
	font-size: 1.2rem;
}
.td-list-btn-box {
	width: 40%;
}
.mypage-message-box {
	padding: 30px;
}
.mypage-message-user {
	width: 65%;
}
.mypage-message-admin {
	width: 65%;
}
.mypage-message-icon-user {
	margin-bottom: 10px;
}
.mypage-message-icon-admin {
	margin-bottom: 10px;
}
.mypage-message-date {
	padding: 5px 15px 5px 0;
	font-size: 1.2rem;
}
.mypage-message-input {
	width: 100%;
}
}

@media screen and (max-width: 767px){
.contactForm .btn-mypage01 {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 8px 0 0;
	font-size: 1.2rem;
}
.td-list-btn-box {
	padding: 2px 5px 10px !important;
}
.mypage-message-box {
	padding: 15px;
	border-radius: 10px;
}
.mypage-message-user {
	width: 90%;
}
.mypage-message-admin {
	width: 90%;
}
.mypage-message-inner {
	padding: 10px;
}
.mypage-message-icon-user {
	margin-bottom: 10px;
}
.mypage-message-icon-admin {
	margin-bottom: 10px;
}
.mypage-message-date {
	padding: 5px 10px 5px 0;
	font-size: 1.2rem;
}
.mypage-message-input {
	width: 100%;
	margin: 30px 0 0 auto;
	padding: 15px;
	border-radius: 10px;
}
}

