
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400..600&display=swap');
body{
	font-weight: 400;
		font-family: 'Noto serif JP', serif;
	  -webkit-font-smoothing: antialiased;   /* Chrome / Safari */
  -moz-osx-font-smoothing: grayscale;   /* Firefox on macOS */
}


/*------------------------
#intro
-------------------------*/
#resol #intro{
	margin-bottom: 100px
}
/*------------------------
#concept
-------------------------*/
#resol #concept {
	margin-bottom: 100px;
}
#resol #concept .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
#resol #concept .flex .ph{
	width: 440px;
}
#resol #concept .flex .txt{
	width: 510px;
	text-align: center;
}
#resol #concept .flex .txt p{
	line-height: 2.0;
	letter-spacing: 2px;
}
#resol #concept .flex .txt p:not(:last-of-type){
	margin-bottom: 20px;
}
#concept iframe{
	margin-bottom: 50px;
}
#concept .bnr{
	max-width: 730px;
	margin: 0 auto;
}
#concept .bnr li:not(:last-of-type){
	margin-bottom: 15px;
}
#concept .bnr img{
	width: 100%;
	height: auto;
} 
/*------------------------
#tourist
-------------------------*/
#resol #tourist {
	margin-bottom: 100px;
}
#resol #tourist h2{
	width: fit-content;
	color: #866321;
	font-size: 44px;
	line-height: 1.0;
	border-bottom: solid #D7D7D7 1px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#resol #tourist h2 span{
	display: block;
	color: #292929;
	font-size: 16px;
	margin-top: 15px;
}
#resol #tourist .box{
	background-color: white;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	padding: 40px;
	margin-top: 30px;
}
#resol #tourist .box h3{
	font-size: 20px;
	text-align: center;
	border-bottom: solid #D7D7D7 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#resol #tourist .box .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#resol #tourist .box .left{
	width: 250px;
	margin-left: 10px;
}
#resol #tourist .box .left img{
	width: 100%;
}
#resol #tourist .box .right{
	width: 560px;
}
/*------------------------
#plan
-------------------------*/
#resol #plan h2{
	color: #866321;
	font-size: 44px;
	text-align: center;
	line-height: 1.0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#resol #plan h2 span{
	display: block;
	color: #292929;
	font-size: 16px;
	margin-top: 15px;
}
#resol #plan ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#resol #plan ul li{
	width: 290px;
}
#resol #plan ul li img{
	width: 100%;
	margin-bottom: 20px;
}
#resol #plan ul li h3{
	color: #866321;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: underline;
	margin-bottom: 10px;
}
#resol #plan ul li p{
	font-size: 13px;
}
/*------------------------
#list
-------------------------*/
#resol #list .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#resol #list li:not(:last-child){
	margin-bottom: 100px;
}
#resol #list h2{
	width: fit-content;
	color: #866321;
	font-size: 44px;
	line-height: 1.0;
	border-bottom: solid #D7D7D7 1px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#resol #list h2 span{
	display: block;
	color: #292929;
	font-size: 16px;
	margin-top: 15px;
}
#resol #list .txt{
	margin-left: 65px;
	width: 330px;
}
#resol #list a.btn {
	display: block;
	width: fit-content;
	color: #292929;
	font-family: sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0;
	border: solid #292929 1px;
	border-radius: 30px;
	padding: 14px 20px;
	position: relative;
}
#resol #list a.btn i {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #000000;
  margin: 0 0 2px 10px;
}

#resol #list a.btn i::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
/*奇数*/
#resol #list li:nth-child(odd) .ph{
	width: 560px;
}
#resol #list li:nth-child(odd) .txt p{
	margin-bottom: 30px;
}
#resol #list li:nth-child(odd) .ph_sub{
	margin-top: 40px;
}
/*偶数*/
#resol #list li:nth-child(even) .ph{
	width: 540px;
}
#resol #list li:nth-child(even) .ph h2{
	text-align: right;
	margin-left: auto;
}
#resol #list li:nth-child(even) .txt p{
	margin: 30px 0;
}