@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #524338;
	margin-bottom: 3%;
	padding: 8px;
	clear: both;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 3%;
}

h3::before {
  content: url("../images/point_ttl.png");
  vertical-align: center;
  padding-right: 5px;
}
h3::after {
  content: url("../images/point_ttl.png");
  vertical-align: center;
  padding-left: 5px;
}

/*bg*/
section:nth-child(odd) {
	background: #FFFDFC;
}
section:nth-child(even) {
	background: #EFE9E0;
}

/*mv*/
.mv {
	background: #FCF4E7;
}
.mv img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.mv_pc {
	background: url("../images/mv_bg.jpg") no-repeat center center;
	width: auto;
	height: 480px;
}	

/*nav*/
nav ul {
	background: #475C3D;
	display: flex;
	justify-content: center;
}
nav ul li {
	border-right: 1px dotted #aaa;
	margin: 8px 0;
}
nav ul li:last-child {
	border-right: none;
}
nav ul li a:link {
	color: #fff;
	font-size: 1.125em;
	display: block;
	padding: 6px 60px;
}
nav ul li a:visited {
	color: #fff;
}

/*導入*/
p.intro_txt {
	text-align: center;
	line-height: 2;
}

/*山口市観光情報*/
ul.infobox {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 80px;
}
ul.infobox li {
	width: calc((100% - 60px) / 3);
	background: #FBFBFB;
	border: 1px solid #A3988A;
}
ul.infobox li img {
	vertical-align: bottom;
}
ul.infobox li dl.info1 div img {
	width: 100%;
}
ul.infobox li dl.info1 dt.ttl {
	color: #fff;
	background: #475C3D;
	text-align: center;
	font-weight: 600;
	padding: 4px 0;
	margin-bottom: 16px;
}
ul.infobox li dl.info1 dd {
	font-weight: 400;
	padding: 0 10px;
	margin-bottom: 20px;
}
ul.infobox li dl.info1 dd.txt span {
	color: #E72327;
}
ul.infobox li dl.info2 {
	font-size: 0.95em;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
ul.infobox li dl.info2 dt {
	color: #fff;
	text-align: left;
	border-radius: 4px;
	width: 52px;
	margin-bottom: 8px;
}
ul.infobox li dl.info2 dt span {
	text-align: center;
	background: #6E584C;
	border-radius: 4px;
	padding: 0 2px 2px;
	display: block;
}
ul.infobox li dl.info2 dd {
	font-weight: 400;
	width: calc(100% - 86px);
	margin-bottom: 8px;
}

.yuda_txt {
	margin-bottom: 40px;
}

/*モデルコース*/
#course a {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}
#course img {
	max-width: 100%;
}
#course span {
	color: #453C37;
}

/*お申込み*/
#plan p {
	color: #E72327;
	text-align: center;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.5;
	background: #fff;
	border: 2px solid #475C3D;
	padding: 4px;
	margin-bottom: 24px;
}

.plan_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.125em;
	font-weight: 700;
	background: #DB9165;
	width: 75%;
	padding: 0.5em 2em 1em;
	margin: 0 auto 24px; 
	transition: 0.3s;
}
.plan_btn:link,
.plan_btn:visited {
	color: #fff;
}
.plan_btn::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #6E584C;
	transition: 0.2s;
}
.plan_btn::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
}
.plan_btn:hover::before {
  top: 0;
  left: 0;
}
.plan_btn:hover {
  background-color: #6E584C;
}

/*バナー群*/
div.bn_area ul {
	display: flex;
	justify-content: left;
	gap: 20px;
}
div.bn_area ul li {
	width: calc(100% / 4);
}
div.bn_area ul li img {
	max-width: 100%;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {
	color: #453C37;
	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 500;
  	font-style: normal;
	line-height: 1.4;
	font-size: 15px;
}
.spnone{display:none;}
	
/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 3%;
	padding: 8px 0;
	width: 94%;
	clear: both;
}
h3 {
	font-size: 17px;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}
	
nav ul {
	font-size: 0.9em;
	flex-wrap: wrap;
}	
nav ul li {
	text-align: center;
	width: calc((100% - 1px) / 2);
	margin: 0;
}
nav ul li:nth-child(1),
nav ul li:nth-child(2) {
	border-bottom: 1px dotted #aaa;
}
nav ul li:nth-child(2n) {
	border-right: none;
}
nav ul li a:link {
	padding: 6% 0;
}
p.intro_txt {
	text-align: left;
}
ul.infobox {
	flex-direction: column;
}
ul.infobox li {
	width: 100%;
}
#course a {
	max-width: 100%;
}
#course span {
	font-size: 0.9em;
}
div.bn_area ul li {
	width: calc(100% / 2);
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */

#wrapper {
	color: #453C37;
	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 500;
  	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

}