/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


@media screen and (min-width:768px){
body {
	background-image: url("../img/back.webp");
	background-attachment: fixed;
	background-size: cover;
	color:#1b1b1b;
	font-family:  "Noto Sans JP" , "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing:1.2px;
	font-size: 16px;
  }

a {
  color: #005943;
  transition: 0.3s;
}
a:hover {
	color: #363437;
  transition: 0.3s;
}
::selection {
	background: #f5ff9d;
	color: #232320;
}
ul{
	padding: 0;
}
   
.pcnone{
	display:none;
}
hr{
	margin: 30px 0;
	border: none;
	height: 30px;
	width: 100%;
	background: #e8f6e4;
	border-radius: 30px;
	position: relative;
	text-align: center;
	padding-top: 3px;
}
hr::after{
	content: "▼";
	color: #ffffff;
}

h1{
	font-family:"Kaisei Opti";
	letter-spacing: 7px;
	font-size: 2.3em;
	text-align: center;
	margin-bottom: 70px;
	background: linear-gradient(#01926e 60%, #56c0a3 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box{
	width: 80%;
	padding: 5% 10%;
}
.box section{
	position: relative;
	width: 90%;
	padding:5%;
	background: #ffffff;
	border: 3px solid #01926e;
}
.box section:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(126, 214, 174, 1) 1px, rgba(126, 214, 174, 1) 4px );
	z-index: -1;
	top: 15px;
    left: 15px;
}

/*フェードインの処理*/
.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1s;
	-webkit-transform: scale(1);
            transform: scale(1);
}
.fadein.scrollin {
    opacity : 1.3;
    transform : translate(0, 0);
	transform: translateY(0);
	  -webkit-transform: scale(1);
            transform: scale(1);
}


/*TOP周辺*/
#top{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
#top img{
	width: 85%;
	max-width: 1080px;
}
#top p{
	font-family:"Kaisei Opti";
	font-size: 1.8rem;
	margin: 100px 0;
	background: -webkit-linear-gradient(-90deg, #01926e 0%, #56c0a3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*video*/
#video{
	text-align: center;
	margin: 30px auto;
}

/*ABOUT*/
#about{
	font-family:"Kaisei Opti";
	text-align: center;
	font-size: 1.3rem;
	line-height: 35px;
	color: #006b50;
}

/*CONTENT*/
#content table{
	font-size: 17px;
	border-collapse:collapse;
	width: 100%;
}
#content table tr td{
	padding: 30px 0;
}
#content table tr+tr{
	border-top: 1px dotted #c9c9c9;
}
#content table tr td:first-child{
	font-weight: bold;
	color: #01926e;
	width: 200px;
	vertical-align: top;
}
#content .btn{
	margin: 30px 0;
}
#content .btn a{
	background: #01926e;
	padding:10px 80px ;	
	color: #ffffff;
	transition: .5s;
	border-radius: 30px;
}
#content .btn a:hover{
	background: #005943;
	transition: .5s;
}

/*行程表*/
#itinerary{

}
#itinerary .sub-midashi{
	font-weight: bold;
	margin-bottom: 5px;
}

/*ツアー内容*/
#tour-detail .midashi{
	color: #01926e;
	padding-bottom: 10px;
	border-bottom: 2px solid #01926e;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
	font-size: 1.2rem;
}
#tour-detail .sub-midashi{
	font-weight: bold;
	margin-bottom: 5px;
}
#tour-detail div+div{
	margin-top: 40px;
}
#tour-detail .grid{
	display: grid;
	grid-template-columns: 47% 47%;
	justify-content: center;
	margin: 50px 0;
	text-align: center;
	line-height: 28px;
}
#tour-detail .grid div{
	margin: 5% ;
	position: relative;
	padding: 20px;
	background: #effbec;
	border-radius: 10px;
	font-weight: bold;
	color: #01926e;
	font-size: 17px;
}
#tour-detail .grid div:after {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  left: 5px;
  top: -20px;
  padding: 3px 10px 3px 10px;
  letter-spacing: 0.1em;
  border-radius: 20px;
}
#tour-detail .grid div:first-child:after {
	content: "その1";
	background: #6ebcff;
  }
#tour-detail .grid div:nth-child(2):after{
	content: "その2";
	background: #f470b8;
}
#tour-detail .grid div:nth-child(3):after{
	content: "その3";
	background: #f470b8;
}
#tour-detail .grid div:nth-child(4):after{
	content: "その4";
	background: #6ebcff;
}
#tour-detail .grid div:nth-child(5):after{
	content: "その5";
	background: #6ebcff;
}
#tour-detail .grid div:nth-child(6):after{
	content: "その6";
	background: #f470b8;
}
#tour-detail .grid div:nth-child(7):after{
	content: "その7";
	background: #f470b8;
}
#tour-detail .grid div:nth-child(8):after{
	content: "その8";
	background: #6ebcff;
}

/*COUTION*/
#coution .coution-content{
	background: #e8f6e4;
	mix-blend-mode: multiply;
	padding: 5%;
	font-size: 14px;
}
#coution .coution-content p{
	text-indent: -1.5em;
	margin: 5px 0;
}
#coution .coution-content p::before{
	content: "・";
}	

.contact{
	margin-top:30px;
}


/*QA*/
#qa{

}
dl.accordion {
    margin:0 auto;
    padding:0 40px;
	text-align: left;
  }

dl.accordion dt {
    border-bottom: 2px dotted #999;
    height:40px;
    text-indent:10px;
    line-height:40px;
    cursor:pointer;
}

dl.accordion dd {
    padding:10px 40px 10px 10px;
    line-height:1.5;
    display:none;
}


/*footer*/
#footer{
	background: #01926e;
	color: #ffffff;
	position: relative;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
}
#footer img{
	width: 200px;
	margin: 50px 0;
}

}