@charset "UTF-8";
/* ---------------------------------------------------------------
reset
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, em, img, small, strong, var, dl, dt, dd, ol, ul, li,  form, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, figcaption, footer, header,  nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-style: none;
}
body {
	font-size: 16px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #717171;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #717171;
}
a img {
	border-style: none;
}
a:visited {
	color: #717171;
}
a:hover {
	color: #8ac782;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* ---------------------------------------------------------------
layout,span
----------------------------------------------------------------*/
#main {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.font10 {
	font-size: 10px;
}
#main_content {
	width: 560px;
	margin-bottom: 20px;
	margin-left: 40px;
	overflow: hidden;
    float: left;
}
#main_banner {
	width: 224px;
	height: auto;
	overflow: hidden;
	text-align: left;
	float: left;
	margin-top: 150px;
}
#main_link {
	width: 224px;
	height: auto;
	overflow: hidden;
	text-align: left;
	float: right;
	margin-top: 130px;
    margin-bottom: 10px;
    color: #111;
    font-size: 14px;
}
.links-inner {
    width: 224px;
    padding: 14px;
	overflow: hidden;
	box-shadow: 1px 1px 4px #999;
    margin-bottom: 20px;
}
.banner-inner {
	width: 224px;
    margin-bottom: 20px;
    border: 1px solid 
	overflow: hidden;
}
.banner-inner img {
	box-shadow: 1px 1px 4px #999;
}
.banner-inner img {
	opacity: 1;
    width: 224px;
}
/* ---------------------------------------------------------------
header
----------------------------------------------------------------*/
.header-line {
	border-top: 1px solid #8ac782;
	height: 5px;
}
.header-line:nth-child(1) {
	margin-top: 18px;
}
#global-navi {
	width: 900px;
	font-size: 16px;
	margin: 20px auto 20px;
	overflow: hidden;
	line-height: 1em;
	text-align: center;
}
#global-navi ul li {
	float: left;
	border-left: 1px solid #999;
	padding-left: 26px;
	padding-right: 26px;
}
#global-navi ul li:nth-child(1) {
	margin-left: 26px;
}
#global-navi ul li:nth-child(4) {
	border-right: 1px solid #999;
}
#global-navi ul li a {
	color: #000;
}
#global-navi ul li a:hover {
	color: #8ac782;
}
h1 {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 20px;
}
#global-navi-main {
	width: 940px;
	margin: 40px auto 20px auto;
	overflow: hidden;
}
#global-navi-main ul li {
	float: left;
	box-shadow: 2px 2px 4px #8ac782;
	border-bottom: 0.5px solid #8ac782;
	border-radius: 2px;
	padding-top: 16px;
	padding-left: 55px;
	padding-right: 55px;
	margin-left: 14px;
}
#global-navi-main ul li + li {
	margin-left: 45px;
}
#global-navi-main ul li:nth-child(4) {
	border-right: 1px solid #CCC;
}
/* ---------------------------------------------------------------
Keyvisual
----------------------------------------------------------------*/
#keyvisual {
	margin-left: 124px;
    margin-top: 30px;
	width: 320px;
	height: 234px;
	float: left;
	position: relative;
	overflow: hidden;
}
#keyvisual img {
	top: 0;
	left: 0;
	position: absolute;
}
/* ---------------------------------------------------------------
main
----------------------------------------------------------------*/


#main_link h2 {
	margin-left: -14px;
    margin-bottom: 10px;
}
#main_link dl {
    margin-left: -14px;
}
#main_link dl dt {
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #39b383;
}
#main_link dl dd {
    margin-bottom: 2px;
}
#main_link div.oonuma {
    margin-bottom: 18px;
}
#main_link dl dd.hokushika {
    line-height: 1.2em;
}
#main_link dl dd img {
    margin-top: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main_link dl dd a {
    text-decoration: underline;
    text-decoration-color: #39b383;
}
#main_link dl dd:before {
    font-size: 10px;
    margin: 0px;
	padding: 0px;
}
#main_visual {
	margin-top: 20px;
	margin-bottom: 30px;
	height: 480px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-image: url("../images/background_hanamizuki.jpg");
}
#main_copy {
	clear: both;
	width: 540px;
	margin: 10px auto 40px auto  ;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	color: #39b383;
}
#main_imagecopy {
	clear: both;
	width: 540px;
	margin: 10px auto 40px auto  ;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	color: #39b383;
}
#main_imagecopy h2 {
	margin-bottom: 20px;
}

#main_imagecopy p {
	margin-top: 8px;
}
#main_navi {
	width: 800px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
#main_navi h2 {
	text-align: center;
	margin-bottom: 20px;
}
#main_navi ul li {
	float: left;
}
#main_navi ul li:nth-child(1) {
	margin-left: 22px;
}
#main_navi ul li + li {
	margin-left: 40px;
}
#main_announce {
	overflow: hidden;
	width: 500px;
	margin: 30px auto;
	padding: 8px;
	border: 1px solid #e85282;
	color: #221814;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.3em;
}
#main_announce p.sub-title {
	color: #666;
}
#main_announce p.sub-title:before,
#main_announce p.sub-title:after {
	color: #CCC;
	font-size: 14px;
	padding-left: 2px;
	padding-right: 2px;
	content: "◆";
}
#main_announce p.sub-title:before {
	margin-left: 2px;
}
#main_announce p.sub-title:after {
	margin-right: 2px;
}
#main_announce  .announce-place {
	margin-top: 6px;
}
#main_announce h2 {
	font-size: 18px;
	margin-bottom: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #39b383;
	border-bottom: 1px solid #999;
}
#container_business {
	width: 800px;
	margin: 10px auto;
	overflow: hidden;
	background-image: url("../images/main_business-back.jpg");
}
#main_business {
	width: 800px;
	margin: 0 auto;
	padding: 16px 0;
	color: #000;
	clear: both;
}
#main_business ul {
	margin-left: 158px;
}
#main_business ul li:before {
	content: "●";
	font-size: 12px;
	margin-right: 2px;
	color: #e85282;
}
#main_summary {
	width: 516px;
	margin: 30px auto 26px auto;
	overflow: hidden;
}
#main_summary dl dt {
	width: 90px;
	float: left;
	margin-right: 24px;
	color: #000;
}
#main_summary dl dd {
	width: 396px;
}
.summary-table {
	width: 416px;
	margin-top: 45px;
	overflow: hidden;
	float: left;
}
.summary-table span.name {
	font-size: 12px;
	letter-spacing: 0.08em;
}
.summary-photo {
	float: right;
	margin-top: 48px;
	overflow: hidden;
}
.summary-photo a img {
	opacity: 1;
}
.summary-font14 {
	font-size: 14px;
}
.summary-font14:before {
	content: "/";
	margin-left: 4px;
	margin-right: 4px;
}
.banner-top {
	text-align: center;
	margin-bottom: 100px;
}
#main_news {
	width: 560px;
	margin: 40px auto 60px auto;
}
#main_news h2 {
	text-align: center;
	margin-bottom: 20px;
}
#main_news .info-area dl {
	overflow: auto;
	width: 480px;
	height: 320px;
	margin: 0 auto;
	padding: 18px 24px;
	border-radius: 2px;
	border: 1px solid #39b383;
	background: #f6f8e3;
	color: #000;
	font-size: 14px;
} 
#main_news .info-area dl dd a,
#main_news .info-area dl dd a:visited,
#main_news .info-area dl dd a:hover {
	text-decoration: underline;
} 
#main_news .info-area dl dt {
	width: 80px;
	text-align: center;
	margin-right: 4px;
	color: #fff;
	background: #39b383;
	border-radius: 2px;
	margin-bottom: 4px;
	font-size: 12px;
}
#main_news .info-area dl dt.top-news {
	background: #e85282;
	margin-bottom: 6px;
}
#main_news .info-area dl dd.top-news {
	font-size: 16px;
	line-height: 1.2em;
}
#main_news .info-area dl dd.top-news p {
	margin-bottom: 6px;
}
#main_news .info-area dl dd {
	margin-bottom: 16px;
	line-height: 1.5em;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCC;
}
#main_news span.news-kazari {
	font-size: 14px;
	color: #999;
	margin-right: 2px;
}
#main_news span.news-place {
	font-size: 14px;
	margin-left: 20px;
	color: #666;
}
#main_dogwood-top {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#main_dogwood-top h2 {
	margin-bottom: 30px;
}
#dogwood-support {
	width: 700px;
	overflow: hidden;
	margin: 0 auto 50px auto;
	text-align: left;
}
#support-photo {
	float: left;
	width: 244px;
}
#support-photo img {
	box-shadow: 1px 1px 3px #666;
}
#support-text {
	float: right;
	width: 440px;
}
p.support-lead {
	font-size: 18px;
	color: #000;
	margin-bottom: 18px;
}
#dogwood-visual {
	width: 1000px;
	overflow: hidden;
	margin-bottom: 60px;
}
#dogwood-visual p {
	width: 880px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
}
span.dogwood-notice {
	font-size: 7px;
}
#dogwood-howto {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#dogwood-howto a img {
	margin-top: 30px;
	margin-bottom: 60px;
}
#howto-text {
	width: 790px;
	text-align: left;
	float: left;
}
#howto-photo {
	width: 144px;
	padding-top: 14px;
	float: right;
}
p.letter-02 {
	margin-left: 160px;
	font-size: 14px;
	color: #000;
}
p.letter-03 {
	margin-left: 296px;
	font-size: 14px;
	color: #000;
}
p.letter-04 {
	margin-left: 160px;
	font-size: 14px;
	color: #000;
}
p.dw-personal {
	font-weight: bold;
	margin-bottom: 2px;
}
p.dw-company {
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#main_contact {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 80px;
	overflow: hidden;
}
#main_contact h3 {
	margin-bottom: 18px;
}
#contact-text {
	width: 542px;
	float: right;
	text-align: left;
	overflow: hidden;
}
#contact-photo {
	width: 340px;
	float: left;
	overflow: hidden;
}
#contact-photo img {
	box-shadow: 1px 1px 2px #333;
}
#contact-bankinfo {
	background: #f6f8e3;
	border: 1px solid #39b383;
	padding-top: 14px;
	padding-left: 42px;
	padding-bottom: 14px;
	color: #000;
	border-radius: 4px 4px;
}
p.bank-line02 {
	margin-left: 124px;
}
#contact-text2 {
	margin-top: 16px;
	color: #000;
}
#contact-text2 h4 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
p.dogwood-visual-contact {
	font-weight: bold;
}

#main_news .info-hot {
	color: #111;
	margin: 20px 10px 40px 10px;
}
#main_news .info-hot h3 {
  padding: 1rem 2rem;
  border: 4px double #e85282;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  margin-bottom: 10px;
}

#main_news .info-hot h3 span.hot-title {
  background: #39b383;
  color: #fff;
  font-size: 16px;
  padding: 4px;
  border-radius: 2px;
  font-weight: 100;
 }
 #main_news .info-hot h3 span.hot-date {
  font-weight: 100;
 }
 #main_news .info-hot p {
  padding: 14px;
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
 }
 #main_news .info-hot p a.link-bnt {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  border-radius: 4px;
  box-shadow: 2px 2px 4px #FCC;
  text-align: center;
}
#links-inner {
	padding: 0px;
}

/* ---------------------------------------------------------------
banner
----------------------------------------------------------------*/

.primecustom-area {
    width: 1080px;
    margin: 60px auto 40px auto;
}
.primecustom-area p {
    text-align: center;
    color: #111;
    font-size: 14px;
}
.primecustom-area img {
    margin-top: 8px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#banner_square1 {
	width: 210px;
	background: #FFF;
	border: 3px solid #e85282;
	border-radius: 2px;
}
#banner_square1 h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px;
	padding-bottom: 0px;
	color: #39b383;
}
#banner_square1 p {
	padding: 10px;
	line-height: 1.5em;
	font-size: 14px;
	color: #111;
	text-align: left;
}
#banner_square1 a {
	text-decoration: underline;
	color: #111;
	font-weight: bold;
}
.sat {
	color: #00F;
}
.sun{
	color: #F00;
}
#banner_square2 h2 {
	color: #39b383;
	text-align: center;
}
#banner_square2 h3 {
	color: #e85282;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2em;
}
#banner_square2 p {
	text-align: center;
	font-size: 14px;
	color: #111;
	margin-bottom: 16px;
	line-height: 1.4em;
}
#banner_square2 ul {
	text-align: left;
	margin-left: 26px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#banner_square2 ul li {
	color: #111;
	line-height: 1.3em;
	font-size: 12px;
}
#banner_square2 ul li:before {
	content: "◆";
	font-size: 10px;
	color: #666;
	margin-left: 10px;
}
#banner_square2 p.place {
	background: #e85282;
	color: #fff;
	text-align: center;
	padding: 3px;
}
#banner_square2 .place-buner2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
#banner_square3 h2 {
	color: #39b383;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#banner_square3 h3 {
	color: #e85282;
	font-size: 14px;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}
#banner_square3 p {
	text-align: center;
	font-size: 14px;
	color: #111;
	margin-bottom: 16px;
	line-height: 1.4em;
}
#banner_square3 ul {
	text-align: left;
	margin-left: 26px;
	margin-top: 6px;
	margin-bottom: 8px;
}
#banner_square3 ul li {
	color: #111;
	line-height: 1.3em;
	font-size: 14px;
}
#banner_square3 ul li:before {
	content: "●";
	font-size: 12px;
	margin-right: 2px;
	color: #e85282;
}
#banner_square3 p.place {
	background: #e85282;
	color: #fff;
	text-align: center;
	padding: 3px;
}
#banner_square3 .place-buner2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

		
/* ---------------------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
	border-top: 1px solid #e85282;
}
#footer_navi {
	width: 800px;
	overflow: hidden;
	margin: 10px auto 20px auto;
	color: #000;
}
#footer_navi ul li {
	float: left;
	margin-left: 6px;
}
#footer_navi ul li + li {
	margin-left: 30px;
}
#footer_logo {
	width: 720px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	color: #000;
}
#copyright {
	text-align: center;
	font-size: 10px;
	background: #717171;
	color: #fff;
	margin-top: 20px;
}

/* ---------------------------------------------------------------
2025-2026シーズン
----------------------------------------------------------------*/

#main {
width: 940px;
margin: auto;
color: #000;
overflow: hidden;
font-feature-settings: "palt" 1;
}

#main a {
color: #000;
text-decoration: underline;
}

#main a:visited {
color: #000;
text-decoration: underline;
}

#main a:hover {
text-decoration: none;
}

.font-l {
font-weight: 900;
font-size: 1.2em;
line-height: 1.5em;
}

.font-s {
font-weight: 100;
font-size: 0.8em;
line-height: 0.8em;
}

.top_btn {
position: absolute;
top: 800px;

width: 940px;
margin: auto;
text-align: center;
color: #fff;
}

.top_btn p {
line-height: 0px;
}

.aisatu {
position: relative;
top: -10px;
width: 500px;
height: 900px;
margin: auto;
background-image: linear-gradient(0deg, rgba(134, 81, 156, 1), rgba(0, 18, 93, 1) 100%, rgba(67, 50, 125, 1) 25%);
padding: 50px 0;
}

.aisatu .inner {
width: 265px;
margin: auto;
color: #fff;
font-family: serif;
font-size: 16px;
line-height: 35px;
}

.takekomanomori {
position: relative;
top: -1150px;
right: -410px;
}

.karamon {
position: relative;
top: -280px;
left: -180px;
}

.profile {
position: relative;
top: -10px;
}

.type-a {
background: #EEEEEF;
padding: 0 45px 20px 55px;
}

.type-b {
background: #FFF;
padding: 0 45px 20px 55px;
}

.profile-text {
margin-right: 10px;
}

.information .info-title {
background-image: linear-gradient(90deg, rgba(50, 50, 50, 1) 35%, rgba(255, 255, 255, 1));
font-size: 20px;
padding: 5px 0 5px 10px;
font-family: serif;
color: #fff;
margin-bottom: 10px;
display: block;
}

.ticket {
display: flex;
justify-content: space-between;
}

.ticket div {
width: 450px;
color: #000;
line-height: 32px;
}

.information .innner {
display: flex;
justify-content: space-between;
}

.application,access {
width: 450px;
}

.access .gmap {
text-align: right;
}

.guzi-aisatu {
background: #EEEEEF;
padding: 60px;
margin: 10px 0;
text-align: center;
}
.guzi-aisatu img {
width: 800px;
}

.main-foter {
width: 940px;
text-align: center;
margin: 20px 0;
display: inline-block
}

.pamphlet {
border-radius: 10px;
margin-top: 10px;
padding: 10px 20px;
background: #fff;
border: solid 2px #00125D;
color: #00125D;
display: inline-flex;
text-decoration: none;
}

.pamphlet:hover {
background-image: linear-gradient(0deg, rgba(134, 81, 156, 1), rgba(0, 18, 93, 1) 100%, rgba(67, 50, 125, 1) 25%);
color: #fff;
transition: 0.3s ease-in-out;
}