@charset "utf-8";

#main { width:100%; margin:10px auto; }
#main .sp { display:none!important; }
#main .pc { display:block!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
#main .sp { display:block!important; }
}
/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }




/*--------------------------------------------------
  reset
--------------------------------------------------*/




#main{
	width: 100%;
	font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #39383a;
	line-height: 1.8em;
	margin: 0 auto 50px;
	font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
input[type="submit"] {
 -webkit-appearance: none;
}

/*--------------------------------------------------
てきすと
--------------------------------------------------*/
.text1 {
	font-size: 18px
}
.text2 {
	font-size: 20px
}
.text3 {
	font-size: 22px
}
.text4 {
	font-size: 24px
}
.text5 {
	font-size: 32px
}
.text6 {
	font-size: 36px
}
.text7 {
	font-size: 38px
}
.color1 {
	color: #b9a978;
}
.color2 {
	color: #8e7d42;
}
.color3 {
	color: #da2e00;
}
.f-style {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W5", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.bold {
	font-weight: bold;
}
.t-bold {
	font-weight: 900;
}

.f-size01 {
	font-size: 39px;
	font-weight: bold;
}
/*--------------------------------------------------
ここから
--------------------------------------------------*/
/*--------------------------------------------------
ページャー　ボタン
--------------------------------------------------*/
/* Dots */
.slide-dots {
  position: absolute;
  text-align: center;
  margin: 0 0 0 -48px;
  z-index: 8888;
  bottom: -65px;
  left: 50%;
	display: none;
}
.slide-dots li {
  display: inline-block;
  padding: 0 6px;
	display: none;
}
.slide-dots li button {
  width: 20px;
  height: 20px;
  background: #bbb;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	cursor: pointer;
}
.slide-dots .slick-active button {
  background: #4d774d;
}
.slide-dots2 {
  position: relative;
  text-align: center;
  /*margin: 0 0 0 -35px;*/
  z-index: 8888;
  bottom: -65px;
  /*left: 50%;*/
}
.slide-dots2 li {
  display: inline-block;
  padding: 0 6px;
}
.slide-dots2 li button {
  width: 13px;
  height: 13px;
  background: #39383a;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	cursor: pointer;
}
.slide-dots2 .slick-active button {
  background: #b9a978;
}


button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 1000;
	display: none;
	visibility: hidden;
}

.prev-arrow {
	width: 38px;
	height: 38px;
	border-top: solid 8px #ddd;
	border-right: solid 8px #ddd;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 30px;
	margin-top: -19px;
	display: none;

}

.next-arrow {
	width: 38px;
	height: 38px;
	border-top: solid 8px #fff;
	border-right: solid 8px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	display: none;
	margin-top: -19px;
}


.slide-arrow02 {
  position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 1000;
}

.prev-arrow02 {
	width: 22px;
	height: 22px;
	border-top: solid 2px #989797;
	border-right: solid 2px #989797;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: -50px;
	display: none;
	margin-top: -20px;
}

.next-arrow02 {
	width: 22px;
	height: 22px;
	border-top: solid 2px #989797;
	border-right: solid 2px #989797;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -50px;
	display: none;
	margin-top: -20px;
}


.slide-arrow03 {
  position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 1000;
}

.prev-arrow03 {
	width: 28px;
	height: 28px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 30px;
	display: none;
	margin-top: -20px;
}

.next-arrow03 {
	width: 28px;
	height: 28px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	display: none;
	margin-top: -20px;
}





#main {
	min-width: 1100px;
}

#main .inner{
	margin: 0 auto;
}

#main a {
	text-decoration: none;
	display: block;
}

/*--------------------------------------------------
title
--------------------------------------------------*/
#main  .titel-box {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}
#main .title01 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.0;
}
#main .subttl {
	color: #b9a978;
	font-weight: bold;
	font-size: 15px;
	padding-top: 20px;
}

#main .title02 {
	background: #b9a978;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
}

#main .titel-box02 {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}

#main .subttl-01 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 60px;
}
/*--------------------------------------------------
mv
--------------------------------------------------*/
#main .ariline #mv {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#main .ariline #mv .image-box {
	background: url(../images/ariline-mv01.jpg) center center no-repeat ;
	position: relative;
	background-size: cover;
	width: 100%;
	height: 500px;
	position: relative;
}

#main .ariline #mv .image-box .air-logo {
	position: absolute;
	right: 60px;
	top: 30px;
}

#main .ariline .mv-text {
	color: #fff;
	margin: 0 auto;
	width: 1100px;
	padding-top: 160px;
}

#main .ariline .mv-text  {
	font-weight: bold;
	text-align: center
}
#main .ariline .mv-text .text{
	font-size: 65px;
	font-weight: bold;
}
#main .ariline .mv-text .tx{
	font-size: 41px;
	font-weight: bold;
	margin-top: 45px;
	padding-bottom: 0;
}

#main .ariline .mv-text .t-sub {
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0;
	margin-top: 35px;
}


/*--------------------------------------------------
ariline sec01
--------------------------------------------------*/

#main .ariline .sec01 {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	font-size: 14px;
	line-height: inherit;
}

#main .ariline .sec01 .text {
	margin-top: 20px;
	
}


#main .ariline .sec01 .link-box {
	margin-top: 45px;
	padding-bottom: 50px;
}

#main .ariline .sec01 .link-box a {
	border: none;
	font-size: 26px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 720px;
	font-weight: bold;
	line-height: 1.4;
	padding: 30px 0;
	background: #2f598c;
}

#main .ariline .sec01 .link-box a:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 44%;
	display: inline-block;
}


#main .ariline .sec01 .link-box a:hover {
	border: solid 2px #2f598c;
	background: none;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #2f598c;
	padding: 28px 0;
	font-weight: bold;
	line-height: 1.4;
	box-sizing: border-box;
}

#main .ariline .sec01 .link-box a:hover:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #2f598c;
	border-right: solid 2px #2f598c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 28px;
	top: 43%;
	display: inline-block;
}


/*--------------------------------------------------
ariline index
--------------------------------------------------*/
#main .ariline .index {
	width: 100%;
	margin: 55px auto 0;
  background: url(../images/ariline-index-bg.jpg) center center no-repeat ;
	background-size: cover;
	height: 392px;
}
#main .ariline .index .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	color: #fff;
}


#main .ariline .index .title01 {
	position: relative;

}
#main .ariline .index .title01:before {
  content: '';
	width: 42%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #fff;
	display: inline-block;
}
#main .ariline .index .title01:after {
  content: '';
	width: 42%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 12px;
	background: #fff;
	display: inline-block;
}


#main .ariline .index .subttl {
	color: #FFF;
}
#main .ariline .index .p-nav {
	margin-top: 40px;
}

#main .ariline .index .p-nav li a {
	border: solid #fff 1px;
	font-size: 17px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	padding-left: 15px;
}

#main .ariline .index .p-nav li a:after {
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: 40%;
	display: inline-block;
}	



#main .ariline .index .p-nav li a:hover {
	border: none;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	color: #39383a;
	font-weight: bold;
	line-height: 60px;
}





#main .ariline .index .p-nav li a:hover:after {
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 1px #39383a;
	border-right: solid 1px #39383a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: 40%;
	display: inline-block;
}

#main .ariline .index .p-nav li {
	float: left;
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 20px;
}
#main .ariline .index .p-nav li:nth-child(3) {
	margin-right: 0;
}
#main .ariline .index .p-nav li:nth-child(6) {
	margin-right: 0;
}




/*--------------------------------------------------
ariline news
--------------------------------------------------*/

#main .ariline .news {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}

#main .ariline .news .inner {
	width: 1100px;
	margin: 0 auto;
}
#main .ariline .news .inner .box {
	margin-top: 30px;
	border: solid 4px #b9a978;
	box-sizing: border-box;
}
#main .ariline .news .inner .box .m-inner {
	padding: 50px;
	height: 340px;
	overflow-y: scroll;
}
#main .ariline .news .inner .box .m-inner .sub {
	margin-bottom: 40px;
}
#main .ariline .news .inner .box .image {
	float: left;
	width:498px;
}
#main .ariline .news .inner .box .image img{
	width:100%;
}
#main .ariline .news .inner .box .text-box {
	float: right;
	width: 45%;
}
#main .ariline .news .inner .box .text-box .t-bg {
	background: #4c4b4d;
	color: #fff;
	padding: 2px 12px;
	display: inline-block;
}

#main .ariline .news .inner .box .text-box h5 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}




#main .ariline .news .inner .box .text-box .link-box {
	margin-top: 25px;
}

#main .ariline .news .inner .box .text-box .link-box a {
	border: none;
	font-size: 23px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1.4;
	padding: 20px 0;
	background: #b9a978;
}

#main .ariline .news .inner .box .text-box .link-box a:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 41%;
	display: inline-block;
}


#main .ariline .news .inner .box .text-box .link-box a:hover {
	border: solid 2px #b9a978;
	background: none;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #b9a978;
	padding: 18px 0;
	font-weight: bold;
	line-height: 1.4;
	box-sizing: border-box;
}

#main .ariline .news .inner .box .text-box .link-box a:hover:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #b9a978;
	border-right: solid 2px #b9a978;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 23px;
	top: 41%;
	display: inline-block;
}




/*--------------------------------------------------
ariline point
--------------------------------------------------*/

#main .ariline .point {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}
#main .ariline .point .inner {
	width: 1100px;
	margin: 0 auto;
}

#main .ariline .point .inner .box {
	margin-top: 40px;
}

#main .ariline .point .image img {
  width: 100%;
}

#main .ariline .point li {
	float: left;
	width: 33.33%;
}
#main .ariline .point li .number {
	text-align: center;
	font-size: 90px;
	color: #b9a978;
	font-weight: bold;
	position: relative;
	z-index: 1;
	top: 10px;
}

#main .ariline .point li .ls01 {
	background:#bcad80;
	/*background: url(../images/ariline-point-img01-bg01.jpg) center center no-repeat ;*/
	background-size: 100% auto;
	height: auto;
	width: 100%;
}

#main .ariline .point li .ls02 {
	background:#a4976e;
	/*background: url(../images/ariline-point-img01-bg02.jpg) center center no-repeat ;*/
	background-size: 100% auto;
	height: auto;
	width: 100%;
}

#main .ariline .point li .ls03 {
	background:#bcad80;
	/*background: url(../images/ariline-point-img01-bg03.jpg) center center no-repeat ;*/
	background-size: 100% auto;
	height: auto;
	width: 100%;
}
#main .ariline .point .ls {
	color: #fff;
}
#main .ariline .point .ls h5 {
	padding: 25px 30px 10px 30px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	line-height: 1.5;
} 

#main .ariline .point .ls p {
	padding: 0 30px 30px 30px;
}


/*--------------------------------------------------
ariline business
--------------------------------------------------*/

#main .ariline .business {
	width: 100%;
	margin: 0 auto;
	margin-top: 70px;
}
#main .ariline .business .inner {
	width: 1100px;
	margin: 40px auto 0;
	background: #f4f3ef;
}


#main .ariline .com04 {
	padding: 50px 50px 20px 50px;
	width: 1000px;

}
#main .ariline .com04 .image-left {
	width: 43%;
}
#main .ariline .com04 .image-left img {
	width: 100%;
}
#main .ariline .com04 .text-box {
	width: 57%;
}
#main .ariline .com04 .text-box h5{
  background: #b9a978;
}
#main .ariline .com04 .text-box .text {
	font-size: 14px;
	line-height: 1.8;
}


/*--------------------------------------------------
ariline economy
--------------------------------------------------*/

#main .ariline .economy {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}
#main .ariline .economy .inner {
	width: 1100px;
	margin: 40px auto 0;
	background: #f4f3ef;
}

#main .ariline .economy .com04 .text-box h5{
  background: #4c4b4d;
}




/*--------------------------------------------------
ariline country
--------------------------------------------------*/

#main .ariline .country_city {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	background: none;
}
#main .ariline .country_city .inner {
	width: 1100px;
	margin: 40px auto 0;
	background: #f4f3ef;
}

#main .ariline .country_city .panel_area {
 padding: 50px 50px 20px 50px;
}


/*--------------------------------------------------
ariline gallery
--------------------------------------------------*/

#main .ariline .gallery {
	width: 100%;
	margin: 0 auto;
	margin-top: 130px;
}
#main .ariline .gallery .inner {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
}


#main .ariline .gallery .com05 .slider {
	margin: 0 auto;
	width: 100%;
}

#main .ariline .gallery .com05 .slider .photo {
	margin: 0 20px;
	position: relative;
	width: 100%;
}
#main .ariline .gallery .com05 .slider .photo img {
	width: 100%;
}

#main .ariline .gallery .com05 .slider .text {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	font-size: 18px;
}

#main .ariline .gallery .com05 .slider .text p {
	padding: 20px;
	font-size: 18px;
	font-weight: bold;	
}





/*--------------------------------------------------
ariline recommended
--------------------------------------------------*/


#main .ariline .recommended {
	width: 100%;
	margin: 0 auto;
	margin-top: 170px;
	margin-bottom: 140px;
}
#main .ariline .recommended .inner {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
}

#main .ariline .recommended .under-slider {
	width: 965px;
	margin: 0 auto;
	margin-top: 40px;
}

#main .ariline .recommended .photo {
	width: 200px;
	margin:  0 25px;
}
#main .ariline .recommended .text-box {
	margin-top: 20px;
	line-height:1.4;
}
#main .ariline .recommended .t-box {
	background: #b9a978;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 14px;
}







/*--------------------------------------------------
com04 ボックス並び
--------------------------------------------------*/
#main .com04 .box {
	margin-bottom: 40px;
	background: #fff;
}

#main .com04 .image-left {
	float: left;
}
#main .com04 .image-right {
	float: right;
}
#main .com04 .text-box {
	float: left;
	background: #fff;
	width: 636px;
	position: relative;
	height: 273px;
}
#main .com04 .text-box h5 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 60px;
	background: #2f598c;
	padding-left: 30px;
}

#main .com04 .text-box h5 span {
	font-weight: bold;
	font-size: 15px;
}

#main .com04 .text-box .text {
	font-size: 16px;
	padding: 30px;
}

#main .com04 .text-box .t-right {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-weight: bold;
	font-size: 15px;
}




/*--------------------------------------------------
人気の国共通
--------------------------------------------------*/

#main .panel_area {
	margin: 0 auto;
	width: 1000px;
}

#main .tb-box {
	float: left;
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#main .tb-box:nth-child(3n) {
		margin-right: 0;
}

#main .tb-box .image-box {
	position: relative;
}

#main .tb-box .text-box {
	position: absolute;
	top: 19%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	left: 0;
	right: 0;
	font-weight: bold;
}
#main .tb-box .text-box .country {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
}

#main .tb-box .text-box .country span {
	font-size: 15px;
	font-weight: bold;
}
#main .tb-box .text-box .money {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
#main .tb-box .text-box .money span {
	font-size: 34px;
	font-weight: bold;
}

#main .tb-box .link-btn {
	background: #b9a978;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 45px;
}

#main .tb-box .link-btn:after{
	content: "";
	position: absolute;
	display: block;
	right: 18px;
	top: 18px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}

#main .tb-box:hover .link-btn {
	background: #39383a;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	height: auto;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;/*変化に掛かる時間*/}
.imgWrap img:hover {
	transform: scale(1.15);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity:1;
}

#main .tb-box:hover .imgWrap img {
	transform: scale(1.15);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity:1;
}







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

/*--------------------------------------------------
com06
--------------------------------------------------*/

#main .com06 {
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
	height: 563px;
	background: url(../images/under-com01-bg.jpg) center center no-repeat ;
	background-size: cover;
}
#main .com06 .inner {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}

#main .com06 .text-box {
	padding-top: 74px;
}
#main .com06 .text {
	float: left;
}

#main .com06 .text h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
#main .com06 .text .tx01 {
	display: inline-block;
	background: #fff;
	font-size: 20px;
	color: #39383a;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .com06 .text p {
	font-size: 15px;
}
#main .com06 .image {
	float: right;
}

#main .com06 .link-box {
	margin-top: 50px;
}

#main .com06 .link01 {
	float: left;
	width: 530px;
	color: #fff;
}

#main .com06 .link02 {
	float: right;
	width: 530px;
	color: #fff;
}

#main .com06 .link-box a {
	border: solid #fff 1px;
	font-size: 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
}

#main .com06 .link-box a:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 40%;
	display: inline-block;
}


#main .com06 .link-box a:hover {
	border: none;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #39383a;
	font-weight: bold;
	line-height: 80px;
}

#main .com06 .link-box a:hover:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #39383a;
	border-right: solid 2px #39383a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 40%;
	display: inline-block;
}


/*--------------------------------------------------
com07
--------------------------------------------------*/

#main .com07 {
	width: 100%;
	margin: 0 auto;
	margin-top: 140px;
	margin-bottom: 100px;
}
#main .com07 .inner {
	width: 1100px;
	margin: 0 auto;
}

#main .com07 .f-nav-box {
	margin-top: 50px;
}

#main .com07 .f-nav-box h5 {
	color: #fff;
	background: #b9a978;
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 50px;
}
#main .com07 .left-box {
	width: 520px;
	float: left;
	border-bottom: solid 1px #b9a978;
	padding-bottom: 20px;
}
#main .com07 .right-box {
	width: 520px;
	float: right;
	border-bottom: solid 1px #b9a978;
	padding-bottom: 20px;
}
#main .com07 .f-nav-box ul {
	padding-left: 20px;
	margin-top: 20px;
	line-height: 1.3;
}
#main .com07 .f-nav-box li {
	margin-bottom: 8px;
}
#main .com07 .f-nav-box a{
	position: relative;
}
#main .com07 .f-nav-box a:before {
	content:"";
	width: 7px;
	height: 7px;
	border-top: solid 1px #b9a978;
	border-right: solid 1px #b9a978;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	position: relative;
	top: -1px;
	display: inline-block;
}


/*--------------------------------------------------
ページトップ
--------------------------------------------------*/

#main .pagetop {
	width: 60px;
	height:60px;
	bottom:20px;
	right: 20px;
	z-index: 9999;
	position: fixed;
}
#main .pagetop img{
	width:100%;
}
@media screen and (max-width: 768px) {
	#main .pagetop {
	width:40px;
	height:40px;
	bottom:10px;
	right: 10px;
	z-index: 9999;
	position: fixed;
}
}









