@charset "utf-8";

/*PCSP共通設定*/
/*html {scroll-behavior: smooth;}*//*smooth scroll*/

body {
	background: url("../images/bg.png");
	position: relative;
}

header,
.sakura-top {
	background: #fff;
}

.sakura-top {
	padding-bottom: 1px;
}

#particles-js{ 
  position: fixed;/*描画固定*/
  z-index: -1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#sakura-main {
	position: relative;
	z-index: 10;
}

.mv,
.g-nav,
#main-cont,
#sakura-plan {
	color: #828282;
	font-size: 16px;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
}

.wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.inner {
	max-width: 970px;
	margin: 0 auto;
}

.g-nav {
	margin-bottom: 80px;
}

.g-nav ul {
	font-size: 20px;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.g-nav ul li {
  	flex-grow: 1;
  	text-align: center;
}

.g-nav ul li a {
	color: #828282;
	transition: 0.5s;
}

.g-nav ul li a:hover {
	color: #FF5A89;
}

.ttl-box {
	position: relative;
}

.ttl-box h2 {
	color: rgba(63,75,102,1.00);
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.1em;
	background: url("../images/point-1.png") no-repeat center/contain;
	padding: 30px 0;
}

.to-plan {
	text-align: right;
	margin-bottom: 80px;
}

.to-plan p a {
	color: #828282;
	font-size: 18px;
	transition: 0.5s;
	border-bottom: 2px dotted #D3D3D3;
}
	
.to-plan p a:hover {
	color: #FF5A89;
}
	
.to-plan p img {
	margin-left: 8px;
}

#main-cont {
	margin-bottom: 120px;
}

.spot-box {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	background: rgba(255,255,255,0.50);
}

.spot-box h3 {
	color: #FF5A89;
	font-size: 24px;
	letter-spacing: 0.15em;
	line-height: 1;
}

.spot-box img {
	padding: 16px 0;
}

.spot-box .img-box {
	width: 44%;
}

.spot-box .img-box p {
	font-size: 14px;
	color: #A7A7A7;
}

.spot-box dl {
	margin: 16px 24px;
	width: 56%;
}

.spot-box dl dt {
	text-align: center;
	margin-bottom: 20px;
}

.spot-box dl dt span {
	color: #FF5A89;
	font-size: 16px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.spot-box dl dt span:before,
.spot-box dl dt span:after {
    content: "";
	border: 1px solid #FF5A89;
    width: 1em;
}
 
.spot-box dl dt span:before {
    margin-right: 0.5em;
}
 
.spot-box dl dt span:after {
    margin-left: 0.5em;
}

.spot-box dl dd p:first-child {
	margin-bottom: 16px;
	text-align: justify;
}

.spot-box dl dd:nth-child(2) {
	margin-bottom: 26px;
}

.spot-box dl dd:last-child {
	text-align: center;
}

.spot-box .d-pamph {
	display: inline-block;
	border: 1px solid #FF8DA3;
	border-radius: 50px;
	transition: 0.5s;
}

.spot-box .d-pamph a {
	padding: 8px 30px;
	font-size: 18px;
	color: #FF8DA3;
	display: block;
	width: 100%;
	height: 100%;
}

.spot-box .d-pamph:hover {
	background: #FF8DA3;
}

.spot-box .d-pamph a:hover {
	color: #fff;
}

.planWrap section:nth-of-type(2n-1) {
    background: none;
}

#a09 {
	margin-bottom: 60px;
}

.banner_box {
	background: rgba(154,136,123,0.4);
}

.banner_box h2 strong {
	color: #2F2F2F;
	font-size: 26px;
}

.r_red {
	background: #FF5A89;
} 

.ribbon.r_red:after {
    border-color: #FF5A89 transparent transparent transparent;
}

.tagIcon.kyushu {
    background-color: #FF5A89;
    color: #fff;
    border: #FF5A89 1px solid;
}

.tagIcon.type1 {
    border: rgba(63,75,102,1.00) 1px solid;
    background-color: rgba(63,75,102,1.00);
    color: #fff;
}

p.single a {
    color: #FF5A89;
    border: 1px solid #FF5A89;
}

p.dub a {
    color: #FFFFFF;
    background: #FF5A89;
}

div.btnBox p.orangebtn a {
    border: 1px solid rgba(63,75,102,1.00);
    color: #FFF;
    background: rgba(63,75,102,1.00);
}

.dept span span {
    border: rgba(102,65,39,1.00) 1px solid;
    color: rgba(102,65,39,1.00);
}

.dept strong {
    color: rgba(102,65,39,1.00);
}

.pagetop {
	z-index: 10;
}

/*759px以下*/ /* sp */
@media screen and (max-width: 759.9px) {

.pc {
	display: none;
}
	
.ttl-box h2 {
	text-align: center;
	font-size: 28px;
}
	
.spot-box h3 {
	font-size: 21px;
}

.mv-sp {
	margin-bottom: 16px;
}

.g-nav {
	margin-bottom: 60px;
}

.g-nav ul {
	flex-wrap: wrap;
	font-size: 16px;
	gap: 8px;
	margin: 0 16px;
}
	
.g-nav ul li:first-child,
.g-nav ul li:nth-child(3) {
	width: calc((100% - 16px) / 4);
}
	
.g-nav ul li:nth-child(2) {
	width: calc((100% - 16px) / 2)
}
	
.g-nav ul li:nth-child(n+4) {
	width: calc((100% - 24px) / 4);
}
	
.g-nav ul li {
	background: #fff;
	border: 1px solid #FF8DA3;
	border-radius: 50px;
	transition: 0.5s
}
	
.g-nav ul li a {
	color: #828282;
	display:block; 
	padding: 8px;
	width: 100%;
	height: 100%;
}

.g-nav ul li:hover {
	background: #FF8DA3;
}
	
.g-nav ul li a:hover {
	color: #fff;
}
	
.g-nav .active {
	color: #fff;
	background: #FF8DA3;
	border-radius: 50px;
}
	
.g-nav .active:hover {
	opacity: 0.7;
}

#main-cont {
	margin-bottom: 80px;
}
	
.ttl-box {
	margin-bottom: 16px;
}
	
.to-plan {
	margin: 16px 0 60px 0;
	text-align: center;
}
	
.spot-box {
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 60px;
}
	
.spot-box img {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0;
}
	
.spot-box .img-box {
	width: 100%;
	text-align: center;
	position: relative
}

.spot-box .img-box p {
	position: absolute;
	right: 0;
	bottom: -1px;
	padding-right: 8px;
}
	
.spot-box dl {
	margin: 0 16px;
	width: 100%;
}
#tel h2,
.banner_box h2 {
	background: #564549;
	line-height: 1.3;
}
.banner_box h2 strong {
	color: #fff;
	font-size: 22px;
}
	.banner_box a span {
		color: #555;
	}
	.banner_box a span:hover {
		color: #8F7E39;
	}
	
}

/*760px以上*/ /* pc */
@media screen and (min-width: 760px),print {
/* CSS */

.sp {
	display: none;
	}
	
.mv {
	background: url("../images/mv.jpg") no-repeat center/cover;
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 40px;
}

.mv img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 380px;
    height: 375px;
    right: 0;
    margin: 0 auto;
}

.mv .mv-txt {
    color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.7;
}
	
.g-nav ul li + li {
  border-left: 2px dotted #D3D3D3;
}
	
.g-nav .active {
	color: #FF5A89;
}

.g-nav .active:hover {
	opacity: 0.5;
}
	
.spot-box {
	padding-left: 16px;
}

.spot-box .img-box {
	position: relative;
}
	
.spot-box .img-box p {
	position: absolute;
	left: 0;
	bottom: -1px;
}


}