@charset 'utf-8';

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

p {
    font-family: sans-serif;
}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

li {
    list-style: none;
}

/*
css original from here....
*/

html{
    scroll-behavior: smooth;
    scroll-padding-top: 3vh;
}

body{
    width: 100%;
    letter-spacing: 0.2em;
}

h1{
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: 2rem 1rem;
    color: #fff;
    -webkit-text-stroke: 2px #222;
    overflow-wrap: break-word;
}

span{
    display: inline-block;
}

h2 h3 p {
    color: #222;
}

h2{
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin: 2rem;
}

h3{
    font-size: 24px;
}

p{
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 1.3em;
}

.colred{
    color: red;
}

.wid30{
    width: 3cqh;
}

.hig20{
    height: 20px;
}
header{
    background: linear-gradient(to right ,#F9D110 , #FFF5CC 15% 85%, #F9D110 );
    height: 8vh;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img{
    height: 6vh;
}

header ul{
    display: flex;
    display:none;
}

.main{
    width: 100%;
    background: linear-gradient(to right ,#F9D110 , #FFF5CC 15% 85%, #F9D110 );
    align-content: center;
}

.hero{
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
flex-wrap: wrap;
justify-content: center ;
}

.noren01{
    transform: translate(-15%);
}
.noren02{
    margin-top: 5px;
    transform: translate(15%);
}

.noren{
    width: 80%;
}

.greeting{
    padding: 1em;
}

.event{
    margin: auto;
}

.ev_title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ev_banner{
    width: 100%;
    margin-bottom: 1em;
}

.ev_banner_img{
    width: 96%;
    margin: 0 2%;
    
}

.ev_main{
    width: 80%;
    margin: auto;
    text-align: center;
}

.ev_main p{
    padding:  0.3em 0 0.2em;
}

.ev_price{
    margin-bottom: 0.8rem;
    font-weight: 800;
    border-bottom: 4px dotted red;
    border-right: 4px dotted red;
}

.ev_main span{
    color: red;
}

.ev_last{
margin-top: 0.8em;
}

.maincontents{
    width: 90%;
    padding-top: 5vh;
    margin: auto;
}

.mind{
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}

.mind p{
    text-align: center;
}

.products{
    width: 100%;
    padding: 5vh 0;
}
.products img{
    width: 90%;
}

.sp-pr{
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    justify-content: center;
    padding-bottom: 3vw;
}

.sp-pr-card{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3vw;
    justify-content: center;
    align-items: center;
    padding-bottom: 3vh;
}

.sp-pr-card img{
    min-width :30vw;
    max-width: 180px;
}

.sp-pr-letter{
    min-width :45%;
    max-width: 300px;
}

.sp-pr-letter h3{
    padding: 2vh;
}

.sp-pr :nth-child(2n){
    flex-direction: row-reverse;
}

.sp-pr :nth-child(2n) .sp-pr-letter{
    text-align: end;
}


.pr-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: auto;
    gap: 5vh 1vw;
}

.pr-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 23%;
    max-width: 150px;
}

.pr-card img{
    width: 85%;
}

.more{
    display: none;
}
.schedule{
    justify-content: center;
    text-align: center;
    padding: 10vh 0;
}

.calender{
    margin: 5vh auto;
    width: 80%;
    height: 70vh;
}

.access{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10vh 0 ;
    width: 100%;
    text-align: center;
    margin: auto;
}

.map{
    min-width: 55%;
    max-width: 100%;
    height: 50vh;
}

.access p{
    padding-top: 1.5em;
}

.ac-title{
    width: 80%;
    margin: auto;
    padding: 5vh 0 2vh;
}


.ac-letter{
    margin: auto;
    width: 80%;
}

footer{
    display: grid;
    padding: 0 vw;
    background-color: #66520C;
}

footer h3{
    padding: 5px;
    color: #ccc;
}
footer p{
font-size: x-small;
}