@charset "UTF-8";
/* CSS Document */
#wrapper {
    overflow-x: hidden;
}

section p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
}

article{
	background: url("../img/backimag.png");
	background-attachment: fixed;
    background-repeat: no-repeat;
	width: 100%;
	height: auto;
    background-position: center center;
    background-size: cover;
}

#topimage{
	background: url("../img/main.png");
    background-repeat: no-repeat;
	max-width: 1400px;
	min-height: 600px;
    background-position: center bottom;
    background-size: contain;
	padding-bottom: 50rem;
	position: relative;
    margin: 0 auto;
    z-index: 100;
}
#circle-photo {
    padding-top: 20px;
}
.top-left1 {
	position: absolute;
	left: 0;
	top: 0;
    width: 280px;
}

.top-left2 {
	position: absolute;
	left: 7rem;
	top: 32.5rem;
}

.top-left3 {
	position: absolute;
	left: 0;
	top: 55rem;
}

.top-left4 {
	position: absolute;
	left: 20rem;
	top: 70rem;
}

.top-right1 {
	position: absolute;
	right: 0;
	top: 0;
}

.top-right2 {
	position: absolute;
	right: 10rem;
	top: 30rem;
}

.top-right3 {
	position: absolute;
	right: 0;
	top: 50rem;
}

.top-right4 {
	position: absolute;
	right: 18rem;
	top: 67rem;
}

.float {
  animation: float_3532 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_3532 {
  0% { transform: translateY(0) }
  25% { transform: translateY(-6px) }
  50% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

#topimage h1 {
	color: #603813;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
    letter-spacing: 0.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 150px;
}
#topimage p {
	color: #806239;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
    letter-spacing: 0.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 10px;
}

/*gallery*/
#gallery  {
    z-index: 50;
}
#gallery .nav ul {
    display: inline-block;
    margin: 0 auto;
}
#gallery .nav ul li{
	margin: 0 15px;
}
#gallery ul li {
	display: inline-block;
    text-align: center;
}
#gallery ul li:first-child {
    text-align: right;
}
#gallery ul li:last-child{
    text-align: left;
}
#gallery ul li a {
    text-align: center;
    display: inline-block;
    min-width: 20rem;
    padding: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #66CC66;
    border: 1px solid #FFFFFF;
    border-radius: 3rem;
}
#gallery ul li:last-of-type a {
    text-align: center;
    display: inline-block;
    min-width: 20rem;
    padding: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #e79829;
    border: 1px solid #FFFFFF;
    border-radius: 3rem;
}
#gallery ul li a:hover {
    text-decoration: none;
    background-color: #297B29;
    transition: .3s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#gallery ul li:last-child a:hover {
    text-decoration: none;
    background-color: #be5b00;
    transition: .3s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#gallery h3 {
    text-align: center;
    line-height: 40px;
    line-height: 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #2E3180;
    text-shadow: 1px 1px 0 #FFFFFF;
    max-width: 100%;
}
#gallery img {
    padding: 1rem;
    margin: 0 auto;
}
#event h4 {
    color: #2E3180;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 2rem 4rem;
    font-weight: bold;
    font-size: 25px;
    font-size: 2.5rem;
    background-color: #FFFFFF;
    display: inline-block;
}
#event h4 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
}
#event #comment {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding: 7rem;
}
#event #comment span {
    font-weight: normal;
}
#event #imo {
    margin-top: -100px;
}
/* animation */
/* ふわふわ */
.animation {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: pulse;
}
.type-1 {
    animation-duration: 1s;
}
.type-2 {
    animation-duration: 2s;
}
.type-3 {
    animation-duration: 3s;
}
 @keyframes pulse {
 0% {
 transform: scale3d(1, 1, 1);
}
 50% {
 transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
 transform: scale3d(1, 1, 1);
}
}
/* ふわふわ */
/*access*/
#access {
	background: url("../img/footimage.png");
    background-repeat: no-repeat;
	width: 100%;
	height: auto;
    background-position: center bottom;
	padding-bottom: 10rem;
}
#access h4 {
    color: #2E3180;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-size: 2.5rem;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#access ul {
    text-align: center;
}
#access ul li {
    position: relative;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    background: #006BA0;
    padding-top: 2.5rem;
    margin: 0 2rem;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 1s linear 0s;
}
#access ul li:hover {
    transform: rotateY(360deg);
}
#access ul li:first-child {
    background: #E11C24;
}
#access ul li::after {
    content: "";
    position: absolute;
    top: 92%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #006BA0;
}
#access ul li:first-child::after {
    border-top: 15px solid #E11C24;
}
#map-img {
    margin-top: -1rem;
}
#access p {
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#access p span {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
}
#map-comment {
    border-radius: 3rem;
    color: #FFFFFF;
    background-color: #E11C24;
    text-align: center;
    font-weight: bold;
    padding: 1.5rem;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}
#map {
    padding: 2rem;
    background-color: #FFFFFF;
    border: 1px solid #66CC66;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#access p#copyright {
    color: #42210B;
    padding: 1rem 1rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
#topimage{
    min-height: 500px;
    }
    #topimage h1 {
        bottom: 130px;
    }
    #circle-photo img {
        width: 200px;
    }
    .top-left2 {
        top: 23rem;
    }
    .top-left3 {
        top: 42rem;
    }
    .top-left4 {
        left: 8rem;
        top: 55rem;
    }
    .top-right2 {
        top: 20rem;
    }
    .top-right3 {
        top: 38rem;
    }
    .top-right4 {
        right: 7rem;
        top: 57rem;
    }
}

@media (max-width: 992px) {
#event #imo {
    margin-top: 0;
}
    #gallery img {
        padding: 0;
}
}

@media (max-width: 767px) {
#topimage {
	background: url("../img/main-s.png");
    background-repeat: no-repeat;
	max-width: 100%;
	min-height: auto;
    background-position: center bottom;
    background-size: contain;
}
    #topimage h1 {
        bottom: 110px;
        font-size: 16px;
        font-size: 1.6rem;
}
    #access p#copyright {
        padding: 1rem;
}
	article{
		margin-top: 100px;
	}
}

@media (max-width: 575px) {
	article{
		margin-top: 50px;
	}
	#gallery ul {
		text-align: center;
	}
	
    #gallery ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
		display: block;
		margin-bottom: 1rem;
    }
    #gallery h3 {
        font-size: 20px;
        font-size: 2rem;
    }
    #event h4 {
        font-size: 20px;
        font-size: 2rem;
        padding: 1.5rem 2rem;
    }
    #event #comment {
        padding: 4rem;
    }
    #access {
        text-align: center;
    }
    #access p#copyright {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 375px) {
    #topimage h1 {
        bottom: 90px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #topimage p {
        bottom: 0;
    }
    #topimage {
    background-position: center top;
    padding-bottom: 38rem;
    }
}
