@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: 14px;
	font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.6em;
	margin: 0 auto 50px;
}

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;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------------------------------------
ここから
--------------------------------------------------*/
#main a {
	text-decoration: none;
}
#main a,#main p,#main li,#main h3,#main h4,#main h5,#main h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#main a,#main li,#main h3,#main h4,#main h5,#main h6 {
	font-weight: bold;
} 
#main p,#main li {
	font-size: 14px;
}
.color01 {
	color: #a18647;
}
#mv {
	width: 100%;
	background: url(../images/mv.jpg) no-repeat center;
	background-size: cover;
}
#mv .main-visual {
	width: 1100px;
	margin: auto;
	height: 600px;
	padding: 20px;
}
#mv .main-visual_inner {
	background: url(../images/mv-img.png)center no-repeat;
	background-size: cover;
	width: 440px;
	height: 580px;
	margin:auto;
}
#mv .main-visual_inner h2 {
	visibility: hidden;
}
#mv .main-visual_inner p{
	box-sizing: border-box;
	width: 430px;
	font-size: 14px;
	padding: 0px 30px;
	margin: auto;
	margin-top: 320px;
	text-align: center;
}
/*--------------------------------------------------
ここからコンテンツ１
--------------------------------------------------*/
#contents1 {
	width:  100%;
}
#contents1 .top {
	width: 1100px;
	margin: auto;
	padding: 50px 0px;
	background: url(../images/back.jpg);
	background-position: right bottom ;
	background-repeat: no-repeat;
}
#contents1 .top h4 {
	font-size: 32px;
	color: #FFF;
	background: #2c7b50;
	width: 520px;
	line-height: 70px;
	padding-left:50px;
}
#contents1 .top h5 {
	margin-top: 20px
}
/*--------------------------------------------------
ここからコンテンツ2
--------------------------------------------------*/
#contents2 {
	background: #f3f2f3;
}
#contents2 .contents2 {
	width: 1100px;
	margin: auto;
	padding: 50px 0px;
}
#contents2 .sub {
	color: #9b2525;
	font-size: 22px;
	line-height: 1.5;
}
#contents2 .main {
	color: #9b2525;
	font-size: 30px;
}
#contents2 .inner img {
	display: block;
	width: 260px;
}
#contents2 .inner{
	width: 260px;
	box-sizing: border-box;
	background: #fff;
	float:left;
}
#contents2 .inner {
	margin: 10px;
}
#contents2 .inner1 {
	margin-left: 0px;
}
#contents2 .inner4 {
	margin-right: 0px;
}
#contents2 .textbox {
	padding: 30px;
}
#contents2 .text {
	margin-bottom: 20px;
}
#contents2 .text h4 {
	margin-bottom: 15px;
	font-size: 18px;
}
#contents2 .main-text {
	margin: 20px 0px;
}
#contents2 .btn {
margin-bottom: 20px;	
}
#contents2 .btn a {
	display: block;
	font-size: 18px;
	width: 200px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	background: #e58c22;
	position: relative;
}
#contents2 .btn a:hover{
opacity: 0.5;
}
#contents2 .btn a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #fff;
}
#contents2 .btn a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #e58c22;
}
/*--------------------------------------------------
ここからコンテンツ3
--------------------------------------------------*/
#contents3 .contents3 {
	width: 1100px;
	margin: auto;
	padding: 30px 0px 50px;
}
#contents3 .map iframe {
	display: block;
	width: 520px;
	height: 530px;
}
#contents3 .map {
	padding: 20px 20px 20px 0px;
	float: left;
	position: relative;
}
#contents3 .map:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 150px;
	top: 150px;
	left: 130px;
	background: #f0eff0;
	width: 520px;
	height: 530px;
	z-index:-10;
}
#contents3 .inner {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 0px 0px 30px;
	float: right;
	}
#contents3 .titel {
	color: #2c7b50;
	font-size: 30px;
	margin-top: 40px;
} 
#contents3 .sub-titel {
	font-size: 20px;
	margin-top: 60px;
}
#contents3 .text {
	font-size: 13px;
	margin-top: 20px;
}
#contents3 .sub-titel2 {
  font-size: 18px;
	color: #FFF;
	background: url(../images/ber.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 40px;
	margin-top: 40px;
}
#contents3 a {
	color:#2c7b50;
	display: block;
	text-align: right;
}
/*--------------------------------------------------
ここからコンテンツ4
--------------------------------------------------*/
#contents4 .top {
	width: 1100px;
	padding: 50px 0px;
	margin: auto;
	background: url(../images/caucasus_back.jpg);
	background-position: right bottom;
}
#contents4 h4 {
	color: #FFF;
	font-size:32px;
	background: #2c7b50;
	width: 315px;
	text-align: center;
	line-height: 70px;
}
/*--------------------------------------------------
ここからコンテンツ5
--------------------------------------------------*/
#contents5 {
background:  #f0eff0;
}
#contents5 .contents5 {
 width: 1100px;
 margin: auto;
	padding: 30px 0 60px;
}
#contents5 .titel {
	font-size: 28px;
	padding: 0 0 0 0;
	margin:0 30px 10px 0;
	padding-left: 60px;
}
#contents5 .titel1 {
  color: #2c7b50;
	position: relative;
	display: table;
	margin: 20px 30px 20px 0;
}
#contents5 .titel1::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:28px;
	height:31px;
	background:url(../images/t-icon1.png);
	vertical-align: middle;
	left: 10px;
	top: -4px;
}
#contents5 .titel2 {
	color: #6d7b2c;
	position: relative;
	display: table;
	margin: 20px 30px 20px 0;
}
#contents5 .titel2::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:30px;
	height:31px;
	background:url(../images/t-icon2.png);
	vertical-align: middle;
	left: 10px;
	top: -4px;
}
#contents5 .titel3 {
	color: #7b5e2c;
	position: relative;
	display: table;
	margin: 20px 30px 20px 0;
}
#contents5 .titel3::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:30px;
	height:31px;
	background:url(../images/t-icon3.png);
	vertical-align: middle;
	left: 10px;
	top: -4px;
}
#contents5 .inner {
	width: 346px;
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
}
#contents5 .inner3 {
	margin:0px;
}
#contents5 .inner img {
	display: block;
	width: 346px;
}
#contents5 .textbox{
	padding: 25px;
	background: #FFF;
}
#contents5 .text {
	height: 240px;
	margin-bottom: 20px;
}
#contents5 .icon {
	background: #ece7d6;
	width: 280px;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	border-radius: 17px;
	position: relative;
	margin-bottom: 20px;
}
#contents5 .list {
	list-style: disc;
	margin: 0px 0px 20px 20px;
}
#contents5 .lt-list li {
	width: 50%;
	float: left;
}
#contents5 .icon::after {
	display: block;
content: "";
position: absolute;
left: 120px;
top:34px;
margin: auto;
border-right: 10px solid transparent;
border-top: 10px solid #ece7d6;
border-left: 10px solid transparent;
}
#contents5 .btn1 a,#contents5 .btn2 a,#contents5 .btn3 a {
	display: block;
	width: 260px;
	height: 50px;
	text-align: center;
	padding: 20px;
	color: #FFF;
	font-size: 18px;
}
#contents5 .btn1 a:hover,#contents5 .btn2 a:hover,#contents5 .btn3 a:hover{
	opacity: 0.5;
}
#contents5 .btn1 a {
	background: #2c7b50;
	position: relative;
}
#contents5 .btn1 a::before {
      position: absolute;
      content: '';
      margin: -5px 0 0 0;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

#contents5 .btn2 a {
	background: #6d7b2c;
	position: relative;
}
#contents5 .btn2 a::before {
      position: absolute;
      content: '';
      margin: -5px 0 0 0;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

#contents5 .btn3 a {
	background: #7b5e2c;
	position: relative;
}
#contents5 .btn3 a::before {
      position: absolute;
      content: '';
      margin: -5px 0 0 0;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

/*--------------------------------------------------
ここからコンテンツ6
--------------------------------------------------*/
#contents6 {
 background:  #f0eff0;	
 background-image: url(../images/caucasus2_02.png);
 background-position: bottom;
 background-repeat: no-repeat;
	background-size:100% auto;
	width: 100%;
}
#contents6 .contents6 {
	width: 1100px;
	margin: auto;

		
}
#contents6 .titel,#contents6 .am-titel,#contents6 .jz-titel {
	background-image: url(../images/bg_A.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}
#contents6 .titel-inner {
	width: 1100px;
	margin: auto;
}
#contents6 .titel-inner h4 {
	color: #FFF;
	width: 590px;
	float: left;
	line-height: 140px;
}
#contents6 .sub {
	font-size: 26px;
}
#contents6 .main {
	font-size: 46px;
	padding-left: 40px;
}
#contents6 .sub-titel {
	font-size: 20px;
	padding: 40px 0px;
}
#contents6 .photo {
	margin-bottom: 70px
}
#contents6 .inner-navi {
margin: 80px 0px;
}
#contents6 .navi-inner img {
	display: block;
	width: 363px;
	height: 250px;
}
#contents6 .navi-inner {
	width: 363px;
	box-sizing: border-box;
}
#contents6 .box {
	padding: 30px;
}
#contents6 .textbox {	
	height: 220px;
	margin-bottom: 20px;
	color: #FFF;
}
#contents6 .textbox_titel {
	font-size: 18px;
	margin-bottom: 10px;
	
}
#contents6 .navi-inner1 {
	background: #306596;
}
#contents6 .navi-inner2 {
	background: #4577a5;
}
#contents6 .number1,#contents6 .number2,#contents6 .number3 {
	position: relative;
	
}
#contents6 .number1:before,#contents6 .number2:before,#contents6 .number3:before {
	content: "";
	display: block;
	position: absolute;
	width: 110px;
	height: 110px;
	top:-50px;
	left:0;
	right:0;
	margin:0 auto;
}
#contents6 .number1:before {
	background:url(../images/caucasus_number1.png) no-repeat;
}
#contents6 .number2:before {
	background:url(../images/caucasus_number2.png) no-repeat;
}
#contents6 .number3:before {
	background:url(../images/caucasus_number3.png) no-repeat;
}

#contents6 .navi-inner {
	float: left;
}
#contents6 .main-inner {
	margin: 80px 0px 30px;
}

#contents6 .main-box_inner{
	background: #FFF;
	box-sizing: border-box;
	padding: 40px 50px;
	position: relative;
	width:550px;
	height:420px;
}

#contents6 .img-box {
	display: block;
	width: 550px;
	height:420px;
	position: relative;
}
#contents6 .img-box p {
	position: absolute;
	z-index:1;
	left:0;
	top:0;
	padding:15px 30px;
	color: #FFFFFF;
	background:#222;
	font-weight: bold;
	font-size: 22px;
}
#contents6 .left {
	float: left;
}
#contents6 .right {
	float: right;
}
#contents6 .main-box_titel {
	background: #e5e5e5;
	font-size: 16px;
	padding-left: 20px;
	line-height: 40px;
	margin: 20px 0px 16px;
} 
#contents6 .main-text {
	margin: 0 0 20px 0;
}
#contents6 .sub-con {
	margin: 16px 0 0;
}
#contents6 .sub-con li {
	float: left;
	width: 48%;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
}
#contents6 .sub-con li:nth-child(even) {
}
#contents6 .sub-con li:nth-child(2),
#contents6 .sub-con li:first-child {
	background: #e5e5e5;
	line-height: 40px;
	margin: 0 0 10px;
	font-size: 15px;
}
#contents6 .sub-con li:nth-child(2) {
	margin: 0 0 10px 4%;
}
#contents6 .sub-con li:nth-child(4) {
	margin: 0 0 0 4%;
}
#contents6 .global {
	padding: 70px 0px;
	background: url(../images/caucasus2_02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	
}
#contents6 .global h5 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
#contents6 .btn1 a {
	display: block;
	font-size: 18px;
	color: #25449b;
	background: #FFF;
	text-align: center;
	width: 280px;
	line-height: 40px;
	border-radius: 20px;
	position: relative;
}
#contents6 .btn1 a:hover {
	opacity: 0.5;
}
#contents6 .btn1 {
	float: right;
	margin-top: 55px;
}
#contents6 .btn1 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #25449b;
}
#contents6 .btn1 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
} 
#contents6 .btn2 a {
	display: block;
	color: #000;
	background: #FFF;
	width: 300px;
	line-height: 50px;
	text-align: center;
	position: relative; 
}
#contents6 .btn2 a:hover {
	opacity: 0.5;
}
#contents6 .btn2 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #000;
}
#contents6 .btn2 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
} 
#contents6 .btn3{
	bottom: 40px;
	width: 450px;
	line-height: 50px;
	border: solid 1px #a18647;
	box-sizing: border-box;
	position: absolute;
}
#contents6 .btn3 a {
	display: block;
	color: #a18647;
	background: #FFF;
	text-align: center;
	position: relative; 
	
}
#contents6 .btn3 a:hover {
	opacity: 0.5;
}
#contents6 .btn3 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #a18647;
}
#contents6 .btn3 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
}
#contents6 .btn4 a {
	display: block;
	color: #FFF;
	background: #e58c22;
	width: 155px;
	line-height: 55px;
	text-align: center;
	position: relative; 
	border-bottom: solid 6px #a76b23;
}
#contents6 .btn4 a:hover {
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents6 .btn4 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #fff;
}
#contents6 .btn4 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #e58c22;
}

#contents6 .btn4 {
	float: left;
	margin: 10px;
}
#contents6 .global-titel {
	position: relative;
	display: table;
	margin: auto;
}
#contents6 .global-titel::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:30px;
	height:32px;
	background:url(../images/caucasus_naviber.png);
	vertical-align: middle;
	left:-50px;
	top:-5px;
}
#contents6 .global-titel::after {
	display:inline-block;
	content:"";
	position: absolute;
	width:30px;
	height:30px;
	background:url(../images/caucasus_naviber2.png);
	vertical-align: middle;
}
#contents6 .global-inner {
	box-sizing: border-box;
	padding: 10px;
	width: 1100px;
	margin: auto;
}
#contents6 .global-navi {
	padding: 10px;
}
#contents6 .ber {
	font-size: 30px;
	color: #25449b;
	display: flex;
	align-items: center;
}
#contents6 .ber:before,#contents6 .ber:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #25449b;
	display: block;
}

#contents6 .ber:before {
	margin-right:1em;
}
#contents6 .ber:after {
	margin-left:1em;
}

#contents6 .ry {
	padding-top: 40px;
}
#contents6 .l-box {
	float: left;
	width: 530px;
	background: #FFF;
	margin: 70px 0 0;
}
#contents6 .r-box {
	float: right;
	width: 530px;
	background: #FFF;
	margin: 70px 0 0px;
}
#contents6 .l-box .img-area,
#contents6 .r-box .img-area {
	float: left;
	width: 50%;
}
#contents6 .l-box .img-area img,
#contents6 .r-box .img-area img {
	width: 100%;
}
#contents6 .l-box .txt-area,
#contents6 .r-box .txt-area {
	float: right;
	width: 50%;
	height: 255px;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}
#contents6 .l-box .txt-area h6,
#contents6 .r-box .txt-area h6 {
	font-size: 17px;
	line-height: 1.4;
}
#contents6 .l-box .txt-area .name,
#contents6 .r-box .txt-area .name {
	color: #FFF;
	font-weight: bold;
	background: #adadad;
	display: table;
	padding: 5px 15px 3px;
	margin-top: 10px;
}
#contents6 .btn5 {
	height: 70px;
}
#contents6 .btn5 a {
	display: block;
	color: #FFF;
	background: #2c7b50;
	width: 600px;
	font-size: 24px;
	line-height: 64px;
	text-align: center;
	padding: 0 20px;
	margin: auto;
		border-bottom: 6px solid #1e623d;
	position: relative;
}
#contents6 .btn5 a:hover {
	-ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents6 .btn5 a::before {
	display:block;
	content:"";
	position: absolute;
	left: 40px;
	top:16%;
	width:38px;
	height:38px;
	background:url(../images/caucasus_sarch_81.png);
	background-size: 100% auto;
	vertical-align: middle;	
	}
/*--------------------------------------------------
ここからfoot
--------------------------------------------------*/
#foot .foot {
	width: 100%;
	background: #5395c4;
	background-image:url(../images/bg_B.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#foot .foot-inner {
 width: 1100px;
 margin: auto;
	padding: 50px;
}
#foot .text {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
#foot .box {
	width: 980px;
	margin: auto;
}
#foot .box p {
	float: left;
}
#foot .btn a {
	display: block;
	background: #FFF;
	color: #326a92;
	width: 410px;
	font-size: 22px;
	text-align: center;
	padding: 20px;
	margin: 20px;
	position: relative;
}
#foot .btn a:hover {
	opacity: 0.6;
}

#foot .btn a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #326a92;
}
#foot .btn a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
} 
#foot .box2 {
	width: 1100px;
	margin: auto;
	padding: 40px;
}


/*------------------------------------------------------------
  footer-btn
------------------------------------------------------------*/
.footer-btn {
  background:rgba(255,255,255,0.50);
  width:100%;
  height: auto;
  position: fixed;
  bottom:0;
  z-index: 1000;
  box-sizing:border-box;
  padding:30px 0 30px;
}
.footer-btn a {
	display: block;
	color: #FFF;
	background: #2c7b50;
	width: 600px;
	font-size: 24px;
	text-align: center;
	padding: 20px;
	margin: auto;
		border-bottom: 6px solid #1e623d;
	position: relative;
}
.footer-btn a::before {
	display:block;
	content:"";
	position: absolute;
	left: 40px;
	top:16%;
	width:38px;
	height:38px;
	background:url(../images/caucasus_sarch_81.png);
	background-size: 100% auto;
	vertical-align: middle;	
	}
.footer-btn a:after {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 7px;
 height: 7px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

#main .is-fixed {
  display: none!important;
}


.footer-btn a:hover {
	opacity: 0.6;
}

/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
.slider {
	width: 100%;
	height: auto;
}

.slider .photo {
	margin: 0 10px;
	position: relative;
}

.slider img {
	width: 100%;
	height: auto;
	max-height: 480px;
	max-width: 760px;
}

.slider .s_caption {
	width: 100%;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	padding: 20px 0 20px 20px;
	position: absolute;
	bottom: 0;
}

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;
}

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

.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;
	margin-top: -19px;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sp
--------------------------------------------------*/





@media screen and (max-width: 639px){
#main a {
	text-decoration: none;
}
#main a,#main p,#main li,#main h3,#main h4,#main h5,#main h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#main a,#main li,#main h3,#main h4,#main h5,#main h6 {
	font-weight: bold;
} 
#main p,#main li {
	font-size: 14px;
}

.sp-mv {
	width: 100%;
	height: 0;
	background: url(../images/sp-mv.jpg);
	background-size: 100% auto;
	margin: 0 auto 0;
	padding-top: 93.75%;
	position: relative;
}
	#mv  {
		background: none;
		height: auto;
}
#mv .main-visual {
	width: 100%;
	margin: auto;
	padding: 0px;
	height: auto;
}
#mv .main-visual_inner {
	background: none;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0px;
}
#mv .main-visual_inner h2 {
	visibility: hidden;
}
#mv .main-visual_inner p{
	box-sizing: border-box;
	width: 100%;
	font-size: 13px;
	padding: 0px 20px;
	margin: auto;
	margin:0;
}
/*--------------------------------------------------
ここからコンテンツ１
--------------------------------------------------*/
#contents1 {
	width:  100%;
	box-sizing: border-box;
	padding:0px 20px
}
#contents1 .top {
	background: none;
	background-position: right bottom;	
	background-repeat: no-repeat;
	width: 100%;
	margin: auto;
	padding: 20px 0px;
}
#contents1 .top h4 {
	font-size: 20px;
	color: #FFF;
	width: 100%;
	line-height: 1.5;
	padding:10px 0px 10px 20px;
	box-sizing: border-box;
}
#contents1 .top h5 {
	margin-top: 10px;
	padding: 0px 20px;
}
/*--------------------------------------------------
ここからコンテンツ2
--------------------------------------------------*/
#contents2 {
	background:#f3f2f3;
}
#contents2 .contents2 {
	width: 100%;
	margin: 0px;
	padding: 30px 0 10px 4.6%;
	box-sizing: border-box;
}
#contents2 .sub {
	font-size: 14px;
	line-height: 1.5;
}
#contents2 .main {
	font-size: 18px;
}
#contents2 .inner1 {
	margin-left: 0px;
}
#contents2 .inner4 {
	margin-right: 0px;
}
#contents2 .textbox {
	box-sizing: border-box;
	padding: 15px;
}
#contents2 .text {
	margin-bottom: 10px;
}
	#contents2 .inner img {
		display: block;
		width: 100%;
	}
#contents2 .inner {
	width: 45.5%;
	box-sizing: border-box;
	padding: 0px;
	background: #fff;
	height: auto;
	float:left;
	margin:0 4.5% 20px 0;
}

#contents2 .text h4 {
	margin-bottom: 10px;
	font-size: 14px;
}
#contents2 .text2 h4 {
	font-size: 13px;	
}
#contents2 .main-text {
	margin: auto;
}
#contents2 .btn {
margin-bottom: 0px;	
}
#contents2 .btn a {
	display: block;
	font-size: 16px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	background: #e58c22;
	position: relative;
}
#contents2 .btn a:hover{
opacity: 0.5;
}
#contents2 .btn a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #fff;
}
#contents2 .btn a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #e58c22;
}
/*--------------------------------------------------
ここからコンテンツ3
--------------------------------------------------*/
#contents3 .contents3 {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 30px 10px 0px 10px;
}
	#contents3 .map img {
		display: block;
		width: 100%;
	}
#contents3 .map {
	box-sizing: border-box;
	padding: 0px;
	width: 100%;
	float: none;
	position: relative;
}
#contents3 .map:before {
	display: none;
	content: "";
	position: absolute;
	border-bottom: -30px;
	top:0;
	left: 30px;
	background: #fff;
	width: 100%;
	height: auto;
}
#contents3 .inner {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 0px 20px;
	float: none;
	}
#contents3 .titel {
	font-size: 21px;
	margin: 10px 0;
} 
#contents3 .sub-titel {
	font-size: 13px;
	margin-top: 0px;
}
#contents3 .text {
	font-size: 13px;
	margin-top: 20px;
}
#contents3 .sub-titel2 {
  font-size: 16px;
	color: #FFF;
	background: url(../images/ber.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 40px;
	margin-top: 20px;
}
/*--------------------------------------------------
ここからコンテンツ4
--------------------------------------------------*/
#contents4 .top {
	width: 100%;
	padding: 20px 10px;
	margin: auto;
	background: none;
	background-position: right bottom;
}
#contents4 h4 {
	color: #FFF;
	font-size:22px;
	width: 315px;
	text-align: center;
	line-height: 50px;
}
/*--------------------------------------------------
ここからコンテンツ5
--------------------------------------------------*/
#contents5 {
background:  #f0eff0;
}
#contents5 .contents5 {
 width: 100%;
 margin: auto;
	box-sizing: border-box;
 padding: 10px; 
}
#contents5 .titel1 {
	position: relative;
	display: table;
	margin: 20px 30px 20px 0;
}
#contents5 .titel1::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:28px;
	height:31px;
	background:url(../images/t-icon1.png);
	vertical-align: middle;
	left: 10px;
	top: -4px;
}
#contents5 .titel2 {
	position: relative;
	display: table;
	margin: 20px 30px 20px 0;
}
#contents5 .titel2::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:30px;
	height:31px;
	background:url(../images/t-icon2.png);
	vertical-align: middle;
	left: 10px;
	top: -4px;
}
#contents5 .titel3 {
	position: relative;
	display: table;
	margin: 20px 30px 20px 0;
}
#contents5 .titel3::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:30px;
	height:31px;
	background:url(../images/t-icon3.png);
	vertical-align: middle;
	left: 10px;
	top: -4px;
}
#contents5 .inner {
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-right: 0px;
}
#contents5 .inner3 {
	margin:0px;
}
#contents5 .inner img {
	display: block;
	width: 100%;
}
#contents5 .textbox{
	padding: 20px;
	background: #FFF;
}
#contents5 .text {
	height: auto;
	margin-bottom: 10px;
}
#contents5 .icon {
	background: #ece7d6;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	border-radius: 17px;
	position: relative;
	margin-bottom: 20px;
}

#contents5 .icon::after {
	display: block;
content: "";
position: absolute;
left: 47%;
top:34px;
margin: auto;
border-right: 10px solid transparent;
border-top: 10px solid #ece7d6;
border-left: 10px solid transparent;
}
#contents5 .list {
	list-style: disc;
	margin: 0px 0px 20px 20px;	
}
#contents5 .btn1 a,#contents5 .btn2 a,#contents5 .btn3 a {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 20px 0px;
	color: #FFF;
	font-size: 18px;
}
#contents5 .btn1 a:hover,#contents5 .btn2 a:hover,#contents5 .btn3 a:hover{
	opacity: 0.5;
}
#contents5 .btn1 a {
	position: relative;
}

#contents5 .btn2 a {
	position: relative;
}
#contents5 .btn3 a {
	position: relative;
}

/*--------------------------------------------------
ここからコンテンツ6
--------------------------------------------------*/
#contents6 {
 background:  #f0eff0;
}
#contents6 .contents6 {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 10px;
}
#contents6 .titel {
	background: #306596;
	background-image: url(../images/bg_A.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
#contents6 .titel-inner {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 10px;
}
#contents6 .titel-inner h4 {
	color: #FFF;
	width: 100%;
	float: none;
	line-height: 50px;
	margin-top: 20px;
	text-align: center;
}
#contents6 .sub {
	font-size: 14px;
}
#contents6 .main {
	font-size: 24px;
	padding-left: 0px;
}
#contents6 .photo {
	margin-bottom: 30px
}
#contents6 .sub-titel {
	font-size: 14px;
	width: 100%;
	margin: auto;
}
	#contents6 .inner-navi {
margin: 10px 0px;
}
#contents6 .navi-inner img {
	display: block;
	width: 100%;
	height: auto;
}
#contents6 .navi-inner {
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0px;
}
#contents6 .box {
	padding: 20px;
}
#contents6 .textbox {	
	height: auto;
	margin-bottom: 10px;
	color: #FFF;
}
#contents6 .textbox_titel {
	font-size: 18px;
	margin-bottom: 10px;
}
#contents6 .navi-inner1 {
	background: #306596;
}
#contents6 .navi-inner2 {
	background: #4577a5;
}
#contents6 .number1,#contents6 .number2,#contents6 .number3 {
	position: relative;
	width: 100%;
	margin-top:45px;
}
#contents6 .number1:before,#contents6 .number2:before,#contents6 .number3:before {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	top:-30px;
	left:0;
	right:0;
	margin:0 auto;
}
#contents6 .number1:before {
	background:url(../images/caucasus_number1.png) no-repeat;
	background-size: 100% auto;
}
#contents6 .number2:before {
	background:url(../images/caucasus_number2.png) no-repeat;
	background-size: 100% auto;
}
#contents6 .number3:before {
	background:url(../images/caucasus_number3.png) no-repeat;
	background-size: 100% auto;
}
#contents6 .navi-inner {
	float: none;
}
#contents6 .main-inner {
	margin: 30px 0px 30px;
}

#contents6 .main-box_inner{
	background: #FFF;
	box-sizing: border-box;
	padding:20px 20px 30px;
	position: relative;
	width: 100%;
	height:auto;
}

#contents6 .img-box {
	display: block;
	width: 100%;
	height:auto;
	position: relative;
}
	#contents6 .img-box img {
		width:100%;
}
#contents6 .img-box p {
	position: absolute;
	z-index:1;
	left:0;
	top:0;
	padding:15px 30px;
	color: #FFFFFF;
	background:#222;
	font-weight: bold;
	font-size: 22px;
}
#contents6 .left {
	float:none;
}
#contents6 .right {
	float: none;
}
#contents6 .main-text {
	margin: 0 0 20px 0;
}
#contents6 .sub-text {
	height: auto;
	margin-bottom: 20px;
}
#contents6 .main-box_titel {
	background: #e5e5e5;
	font-size: 18px;
	padding-left: 20px;
	line-height: 40px;
	margin-bottom: 20px;
} 
#contents6 .global {
	padding: 20px 0px;
	background-image: url(../images/caucasus2_02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}
#contents6 .global-inner {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin: auto;
}
#contents6 .global h5 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
#contents6 .global-titel {
	position: relative;
	display: table;
	margin: auto;
}
#contents6 .global-titel::before {
	display:inline-block;
	content:"";
  position: absolute;	
	width:30px;
	height:32px;
	background:url(../images/caucasus_naviber.png);
	vertical-align: middle;
	left:-30px;
	top:-5px;
}
#contents6 .global-titel::after {
	display:inline-block;
	content:"";
	position: absolute;
	width:30px;
	height:30px;
	background:url(../images/caucasus_naviber2.png);
	vertical-align: middle;
}
#contents6 .global-navi li {
	float: left;
	box-sizing: border-box;
	margin: 10px 0 10px 10px;
	width: 46%;
}
#contents6 .global-navi {
	box-sizing: border-box;
	padding: 0px;
}
#contents6 .ber {
	font-size: 16px;
	color: #25449b;
	text-align: center;
}
#contents6 .btn1 a {
	display: block;
	font-size: 18px;
	color: #25449b;
	background: #FFF;
	text-align: center;
	width: 100%;
	line-height: 40px;
	border-radius: 20px;
	position: relative;
}
#contents6 .btn1 a:hover {
	opacity: 0.5;
}
#contents6 .btn1 {
	float: none;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 0 20px 0;
}
#contents6 .btn1 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #25449b;
}
#contents6 .btn1 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
} 
#contents6 .btn2 a {
	display: block;
	color: #000;
	background: #FFF;
	width: 100%;
	line-height: 50px;
	text-align: center;
	position: relative; 
}
#contents6 .btn2 a:hover {
	opacity: 0.5;
}
#contents6 .btn2 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #000;
}
#contents6 .btn2 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
} 
	#contents6 .btn3{
	bottom: 0;
	width: 100%;
	line-height: 50px;
	border: solid 1px #a18647;
	box-sizing: border-box;
		position: inherit;
}
#contents6 .btn3 a {
	display: block;
	color: #a18647;
	background: #FFF;
	width: 100%;
	line-height: 50px;
	text-align: center;
	position: relative; 
	border: solid 1px #a18647;
}
#contents6 .btn3 a:hover {
	opacity: 0.5;
}
#contents6 .btn3 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #a18647;
}
#contents6 .btn3 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
}
#contents6 .btn4 a {
	display: block;
	color: #FFF;
	background: #e58c22;
	width: 100%;
	line-height: 55px;
	text-align: center;
	position: relative; 
	border-bottom: solid 6px #a76b23;
}
#contents6 .btn4 a:hover {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    border-bottom: solid 6px #a76b23;
	opacity: 0.5;
}
#contents6 .btn4 a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #fff;
}
#contents6 .btn4 a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #e58c22;
}

#contents6 .ber {
	font-size: 18px;
	color: #25449b;
	display: flex;
	align-items: center;
}
#contents6 .ber:before,#contents6 .ber:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #25449b;
	display: block;
}

#contents6 .ber:before {
	margin-right:1em;
}
#contents6 .ber:after {
	margin-left:1em;
}

#contents6 .sub-con {
	margin: 16px 0 0;
}
#contents6 .sub-con li {
	float: left;
	width: 48%;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
}
#contents6 .sub-con li:nth-child(even) {
	border-left: 1px solid #FFF;
}
#contents6 .sub-con li:nth-child(2),
#contents6 .sub-con li:first-child {
	background: #e5e5e5;
	line-height: 40px;
	margin: 0 0 10px;
	font-size: 13px;
}
#contents6 .sub-con li:nth-child(2) {
	margin: 0 0 10px 4%;
}
#contents6 .sub-con li:nth-child(4) {
	margin: 0 0 0 4%;
}
	
	
	#contents6 .ry {
	padding-top: 0px;
}
	#contents6 .l-box {
	float: none;
	width: 100%;
	background: #FFF;
	margin: 20px 0;
	box-sizing: border-box;
	padding: 20px;
}
#contents6 .r-box {
	float: none;
	width: 100%;
	background: #FFF;
	margin: 20px 0 20px;
	box-sizing: border-box;
	padding: 20px;
}
#contents6 .l-box .img-area,
#contents6 .r-box .img-area {
	float: none;
	width: 100%;
}
#contents6 .l-box .img-area img,
#contents6 .r-box .img-area img {
	width: 100%;
}
#contents6 .l-box .txt-area,
#contents6 .r-box .txt-area {
	float: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0 0;
	position: relative;
}
#contents6 .l-box .txt-area h6,
#contents6 .r-box .txt-area h6 {
	font-size: 14px;
	line-height: 1.4;
}
#contents6 .l-box .txt-area .name,
#contents6 .r-box .txt-area .name {
	color: #FFF;
	font-weight: bold;
	background: #adadad;
	display: table;
	padding: 5px 15px 3px;
	margin-top: 10px;
}

	#contents6 .btn5 {
	height: 54px;
	width: 100%;
		box-sizing: border-box;
}
#contents6 .btn5 a {
	display: block;
	color: #FFF;
	width:100%;
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
#contents6 .btn5 a:hover {
	-ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents6 .btn5 a::before {
	display:block;
	content:"";
	position: absolute;
	left:3%;
	top:15px;
	width:20px;
	height:20px;
	background:url(../images/caucasus_sarch_81.png);
	background-size: 100% auto;
	vertical-align: middle;
	}
#contents6 .btn5 a::after {
	display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:42%;	
 width: 7px;
 height: 7px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/*--------------------------------------------------
ここからfoot
--------------------------------------------------*/
#foot .foot {
	width: 100%;
	background: #5395c4;
	background-image:url(../images/sp_bg_B.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
#foot .foot-inner {
  width: 100%;
  margin: auto;
	box-sizing: border-box;
  padding: 20px;
	
}
#foot .text {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
#foot .box {
	width: 100%;
	box-sizing: border-box;
	margin: auto;
}
#foot .box p {
	float: none;
}
#foot .btn a {
	display: block;
	background: #FFF;
	color: #326a92;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	margin: 20px 0px;
	position: relative;
}
#foot .btn a:hover {
	opacity: 0.6;
}

#foot .btn a::before{
display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #326a92;
}
#foot .btn a::after{       
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
} 
#foot .box2 {
	width: 91%;
	box-sizing: border-box;
	padding: 10px 45px 10px 0px;
	margin:20px auto;
}	

#foot .btn2 a {
	display: block;
	background: #25449b;
	color: #FFF;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	margin: auto;
	border-bottom: 6px solid #879bd3;
	position: relative;
}
#foot .btn2 a:hover {
	opacity: 0.6;
}

	#foot .btn2 a::before {
	display:block;
	content:"";
	position: absolute;
	left: 10px;
	top:17px;
	width:30px;
	height:30px;
	background:url(../images/caucasus_sarch_81.png) no-repeat;
		background-size: 100% auto;
	vertical-align: middle;	
	}

/*------------------------------------------------------------
  footer-btn
------------------------------------------------------------*/
.footer-btn {
  background:rgba(255,255,255,0.50);
  width:100%;
  height: auto;
  position: fixed;
  bottom:0;
  z-index: 1000;
  box-sizing:border-box;
  padding:10px 20px 10px;
}
.footer-btn a {
	display: block;
	color: #FFF;
	width:100%;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
.footer-btn a::before {
	display:block;
	content:"";
	position: absolute;
	left:10%;
	top:15px;
	width:20px;
	height:20px;
	background:url(../images/caucasus_sarch_81.png);
	background-size: 100% auto;
	vertical-align: middle;
	}
.footer-btn a:after {
	display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:42%;	
 width: 7px;
 height: 7px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

#main .is-fixed {
  display: none!important;
}


.footer-btn a:hover {
	opacity: 0.6;
}

	
	/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
.slider .photo {
	margin: 0 5px;
}

.slider .s_caption {
	width: 100%;
	height: auto;
	font-size: 2.2vw!important;
	line-height: 1.3em;
	padding: 2% 2% 2% 2%;
}

.prev-arrow {
	width: 14px;
	height: 14px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	left: 3%;
	margin-top: -15px;
}

.next-arrow {
	width: 14px;
	height: 14px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	right: 3%;
	margin-top: -15px;
}
	
	
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
国別１
--------------------------------------------------*/
#contents6 .titel {
	background-color: #326c4c;

}
#contents6 .btn1 a {
	color: #326c4c;
}
#contents6 .btn1 a::before {
	background: #326c4c;
}
#contents6 .ber {
	color: #326c4c;
}
#contents6 .ber::before,#contents6 .ber::after {
	background-color: #326c4c;
}
#contents6 .navi-inner1 {
	background: #326c4c;
}
#contents6 .navi-inner2 {
	background: #407859;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
国別2
--------------------------------------------------*/
#contents6 .jz-titel {
	background-color: #707e31;

}
#contents6 .jz a {
	color: #707e31;
}
#contents6 .jz a::before{
	background: #707e31;
}
#contents6 .jz-ber {
	color: #707e31;
}
#contents6 .jz-ber::before,#contents6 .jz-ber::after {
	background-color: #707e31;
}
#contents6 .jz-navi-inner1 {
	background: #707e31;
}
#contents6 .jz-navi-inner2 {
	background: #7f8d3e;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
国別3
--------------------------------------------------*/
#contents6 .am-titel {
	background-color: #7b5e2c;
	
}
#contents6 .am a {
	color: #7b5e2c;
}
#contents6 .am a::before{
background: #7b5e2c;
}
#contents6 .am-ber {
	color: #7b5e2c;
}
#contents6 .am-ber::before,#contents6 .am-ber::after {
	background-color: #7b5e2c;
}
#contents6 .am-navi-inner1 {
	background: #7b5e2c;
}
#contents6 .am-navi-inner2 {
	background: #8a6d3b;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
スライドショー  slick-theme
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: .90;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 30px;
	
		z-index: 100;
}
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 30px;
	
		z-index: 100;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: none;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: none;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: none;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライドショー  slick
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{	
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	
		max-width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
