@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');
/* -----------------------------
common
----------------------------- */
html {
	scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background:url("../img/cmn/bg.jpg") no-repeat top left;
	background-color: #111111 !important;
}
#DEARWANwrap .pc{display:inline-block;}
#DEARWANwrap .ipad{display:none;}

@media only screen and (max-width: 1128px) {
	#DEARWANwrap .pc{display:none;}
	#DEARWANwrap .ipad{display:inline-block;}
}
.footer-carousel{
	padding: 10px 10px !important;
	box-sizing: border-box;
}
.single-column .trv-article-pc{
	padding: 10px 10px 24px 10px;
}
/* -----------------------------
#DEARWANwrap
----------------------------- */
#DEARWANwrap{
	font-family: "Hannari","Lustria", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 200%;
	color: white;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width:100%; 
    position: relative;
    left: 50%;
    right: 50%;
	margin-left: -50%;
	margin-right: -50%;
}
@media only screen and (max-width: 1128px) {
	.single-column #htlMainContent.GOLDTemplate{
		width: 100%;
	}
	#DEARWANwrap {
		width:100%; 
		min-width: 1128px;	
		position: relative;
		left: inherit;
		right: inherit;
		margin-left: inherit;
		margin-right: inherit;
	}
}

#DEARWANwrap *{
	box-sizing: border-box;
}
#DEARWANwrap h1,
#DEARWANwrap h2,
#DEARWANwrap h3,
#DEARWANwrap h4,
#DEARWANwrap h5,
#DEARWANwrap dl,
#DEARWANwrap dt,
#DEARWANwrap dd{
	font-weight: 400;
    padding: 0;
    margin: 0;
}
#DEARWANwrap h2,
#DEARWANwrap h3{
	text-align: center;
}
#DEARWANwrap h2 .line,
#DEARWANwrap h3 .line{
	display: inline-block;
	font-size: 28px;
	color: white;
	text-align: center;
	margin: 0 auto 40px auto;
}
#DEARWANwrap h2 .line .sm,
#DEARWANwrap h3 .line .sm{
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
#DEARWANwrap h2 .line::after,
#DEARWANwrap h3 .line::after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #595958;
	margin-top: 15px
}

#DEARWANwrap dl,
#DEARWANwrap dt,
#DEARWANwrap dd{
	font-weight: normal;
    padding: 0;
    margin: 0;
}
#DEARWANwrap .clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
#DEARWANwrap section{
	padding: 100px 0;
}
#DEARWANwrap p{
	line-height: 1.8;
    padding: 0;
    margin: 0;
}
#DEARWANwrap ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
#DEARWANwrap ul li{
	margin: 0;
	padding: 0;
}
#DEARWANwrap img{
	vertical-align: bottom;
}
#DEARWANwrap a{
	color: white;
	text-decoration: none;
	transition: 0.4s;
}
#DEARWANwrap a:hover{
	opacity: 0.7;
}
#DEARWANwrap .inner{
	width: calc( 100% - 80px);
	max-width: 1128px;
	margin: 0 auto;
}
#DEARWANwrap .inner_lg{
	width:100%;
	max-width: 1268px;
	margin: 0 auto;
}
#DEARWANwrap a.btn {
	display: block;
	width: 230px;
	height: 40px;
	font-size: 13px;
	color: white;
	text-align: center;
	line-height: 34px;
	border: solid #949494 1px;
	margin: 0 auto;
	position: relative;
}
#DEARWANwrap a.btn::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	transform: rotate(-45deg);
	position: absolute;
	top: 0px;
	right: 15px;
	bottom: 0;
	margin: auto;
}
#DEARWANwrap a.btn:hover {
	background-color: white;
	border: solid white 1px;
	color: #292929;
}
#DEARWANwrap a.btn:hover::after {
	border-bottom: solid 1px #292929;
	border-right: solid 1px #292929;
}

/* -----------------------------
#header
----------------------------- */
#DEARWANwrap #header {
	width: 100%;
	height: 80px;
	background-color: #111111;
	padding: 0 0;
	position: sticky;
	top: 48px;
	overflow: hidden;
	z-index: 1001;
	border: solid #3E3E3E 1px;
}

#DEARWANwrap #header ul{
	width: 100%;
	max-width: 1128px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#DEARWANwrap #header ul li a{
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 1.0;
	color: white;
	padding: 15px 20px;
	position: relative;
}
#DEARWANwrap #header ul li:first-child {
	margin-right: auto;
}
#DEARWANwrap #header ul li:first-child a{
	padding: 0;
}
#DEARWANwrap #header ul li:last-child{
	margin-left: 20px;
}
#DEARWANwrap #header ul li:last-child a{
	height: 40px;
	width: 175px;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 2px;
	background: linear-gradient(to right, #095D38, #164331);
	padding: 0 0;
}
#DEARWANwrap #header ul li:last-child a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	transform: rotate(-45deg);
	position: absolute;
	top: -2px;
	right: 15px;
	bottom: 0;
	margin: auto;
}
#DEARWANwrap #header ul li a.current::after{
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #007545;
	position: absolute;
	bottom: -0px;
	left: calc(50% - 15px);
}


/* -----------------------------
#footer
----------------------------- */
#DEARWANwrap #ftr{
	text-align: center;
	border-top: solid #3E3E3E 1px;
	background: url(../img/cmn/ftr.png) top 100px left calc(50% + 320px) no-repeat;
	padding: 100px 0;
}
#DEARWANwrap #ftr h2{
	font-size: 24px;
	margin-bottom: 50px;
}
#DEARWANwrap #ftr .address{
	font-size: 19px;
	margin-bottom: 30px; 
}
#DEARWANwrap #ftr .time{
	font-size: 16px;
	margin-bottom: 40px;
}
#DEARWANwrap #ftr .note{
	font-size: 16px;
	margin-bottom: 40px;
}
#DEARWANwrap #ftr .note a{
	width: 175px;
	margin-top: 20px;
}
#DEARWANwrap #ftr .resol{
	color: #B5B5B5
}
#DEARWANwrap #ftr .resol a{
	display: inline-block;
	margin-top: 20px;
}
#DEARWANwrap #ftr .resol a:hover{
	background-color: silver
}
/* -----------------------------
下層ページ共通
----------------------------- */
#DEARWANwrap.sub #main {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content:center;
	background-color: #111111;
}
#DEARWANwrap.sub #main h2{
	font-size: 50px;
}
#DEARWANwrap.sub #intro{
	text-align: center;
}
#DEARWANwrap.sub #intro ul{
	text-align: center;
	margin: 70px auto 0 auto;
}
#DEARWANwrap.sub #intro ul li{
	display: inline-block;
	width: 320px;
	margin: 0 5px;
}
#DEARWANwrap.sub #intro ul li a{
	display: block;
	font-size: 17px;
	line-height: 1.0;
	background: linear-gradient(#095D38, #164331);
	border-radius: 30px;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.8);
	padding: 13px 10px 17px 10px;
	position: relative;
}
#DEARWANwrap.sub #intro ul li a span{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}
#DEARWANwrap.sub #intro ul li a i{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}
#DEARWANwrap.sub #intro ul li a i::after{
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 1px #164331;
  border-right: solid 1px #164331;
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  left: 7px;
  bottom: 0;
  margin: auto;
}
#DEARWANwrap h3.leaf{
	font-size: 32px;
	margin-bottom: 40px;
	padding-top: 150px;
	margin-top: -150px;
}
#DEARWANwrap.sub h3.leaf::before{
	display: block;
	content: '';
	width: 39px;
	height: 35px;
	background: url(../img/cmn/ico_leaf.svg) top center  no-repeat;
	margin: 0 auto 5px auto;
}
#DEARWANwrap.sub .box_gray{
	background-color: #252525;
	padding: 50px 100px;
	margin: 0 0 30px 0;
}
#DEARWANwrap.sub .box_gray h3,
#DEARWANwrap.sub .box_line h3{
	font-size: 23px;
}
#DEARWANwrap.sub .box_gray h3 span,
#DEARWANwrap.sub .box_line h3 span{
	display: block;
	font-size: 16px;
}
#DEARWANwrap.sub .box_gray h3::after,
#DEARWANwrap.sub .box_line h3::after{
	display: block;
	content: '';
	width: 100px;
	height: 3px;
	background-color: #125037;
	margin: 20px auto 40px auto;
}
#DEARWANwrap.sub .box_gray img,
#DEARWANwrap.sub .box_line img{
	width: 100%;
	height: auto;
}
#DEARWANwrap.sub .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#DEARWANwrap.sub .col-3::after{
	content:"";
	display: block;
	width: 30%;
}
#DEARWANwrap.sub .col-3 li{
	width: 30%;
	max-width: 285px;
	margin-bottom: 35px;
}
#DEARWANwrap.sub .col-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 748px;
	margin: 0 auto;
}
#DEARWANwrap.sub .col-2 li{
	width: 47%;
	margin-bottom: 40px;
}
#DEARWANwrap.sub .list li img{
	width: 100%;
	height: auto;
}
#DEARWANwrap.sub .list li h4{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin: 15px 0 10px 0;
}
#DEARWANwrap.sub .list li h4 span{
	font-size: 14px;
}
#DEARWANwrap.sub .list li p{
	font-size: 14px;
	line-height: 1.7;
}
#DEARWANwrap.sub .box_gray dl{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin: 0 auto;
}
#DEARWANwrap.sub .box_gray dl dt{
	border-bottom: dotted #828282 1px;
	padding: 10px 0 10px 0;
}
#DEARWANwrap.sub .box_gray dl dd{
	border-bottom: dotted #828282 1px;
	padding: 10px 0 10px 0;
}
#DEARWANwrap.sub .box_gray dl dt:nth-of-type(1),
#DEARWANwrap.sub .box_gray dl dd:nth-of-type(1){
	border-top: dotted #828282 1px;
}