@charset "shift_JIS";
/* CSS Document */


/*　PCスマホ表示の切り替  */
/*-- PC版表示CSS  --*/
.pc {
	display: block;
}
.sp {
	display: none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*　PCスマホ表示の切り替  */


header {

    background-image: url(images/bg_header.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100% auto;
	margin: 0;
}

#headerbox {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
h1 {
	width: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 img {
	width: 100%;
    transition-duration: 0.7s;
}

h1 a:hover img {
    transition-duration: 0.7s;
	opacity: 0.7;
}

header p {
    width: 75%;
    text-align: right;
    padding-top: 20px;
    font-size: 1.3em;
    color: rgba(241,50,121,1.00);
    text-shadow: 0px 0px 10px rgba(255,255,255,1.00);
}
#mainnav {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/*　ナビゲーション  */

nav {

}
nav ul {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    align-items: stretch;
    padding-bottom: 10px;
}
nav ul li {

	height: auto;
	display: block;
	text-align: center;
	align-self: center;
	padding: 10px;
}

	
nav ul li a {
    color: #3c0f0c;
    text-decoration: none;
    font-size: 17px;
    transition-duration: 0.7s;
}
nav ul li a:hover {
    transition-duration: 0.7s;
    color: #FF484B;
}

nav ul li img {
	max-width: 100%;
	height: auto;
}
nav a:hover img {
	transform: translateY(-6px);
}
nav img {
	transition-duration: 0.5s;
	max-width: 100%;
	cursor: pointer;
}
.recruitnav {
    background-color: #FDCAE5;
    border-radius: 30px;
}
 @media screen and (max-width:1100px) {
nav {
float: none;

}
nav ul {
width: 100%;
	max-width: 100%;

}	 
#mainnav {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

}

 @media screen and (max-width:768px) {
nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEF92;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
}
nav ul li {
	width: calc(100% / 2 - 10px);
	width : -webkit-calc(100% / 2 - 10px);
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    text-decoration: none;
}
nav ul li a {
    text-decoration: none;
	padding: 10px;
    color: #3c0f0c;
	display: inline-block;
}	 
	
#mainnav {
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}	
header {
    display: block;
	position: static;
    width: 100%;
    top: auto;
    left: auto;
    border-radius: 0px;
}		 
	 
	 
}
 @media screen and (max-width:480px) {
	h1 {
		width: 50%;
	}
#mainnav {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}	
	
nav ul li {
	width: 100%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
}
	 
	 /*
nav ul li {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
*/
nav ul li:last-child {
}
nav ul li img {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEF92;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
}	
nav ul li a {
    display: block;
}		 
/*
nav ul li:nth-child(1) {
    width: 31.3%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
}
nav ul li:nth-child(2) {
    width: 31.3%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
}	
nav ul li:nth-child(3) {
    width: 31.3%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
}	
nav ul li:nth-child(4) {
    width: 48%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
}	
nav ul li:nth-child(5) {
    width: 48%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
}	
	*/
	 
	 
	 
 
	 
}



/*-----------------------------------*/
/*　　　　 スマホ用ナビ　 　　　  　 */
/*-----------------------------------*/


#sp_navi {
	display: none;
	z-index: 50;
}
/* ++++ トグルボタン ++++ */
	
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}
.open {
    z-index: 99;
    width: 60px;
    height: 50px;
    transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
    box-sizing: border-box;
    background-color: rgba(255,156,178,0.70);/*トグルカラー*/
    border-radius: 10px;
    margin-top: 0.5em;
    margin-right: 0.5em;
}
.open::before, .open::after {
	content: "";
}
.open span, .open::before, .open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
　/*トグルボタンのサイズとカラー*/
 transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 95;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
    background-color: rgba(255,255,255,0.60); /*背景色*/
}
/* ++++ ドロワーメニュー ++++ */
.menu {
	z-index: 98;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
#navTgl:checked ~ .menu {
	transform: none;
}
 @media screen and (max-width:768px) {
/*TB SP ナビゲーション*/
#sp_navi {
	display: block;
	width: 100%;
}
.pc_nav {
	display: none;
	width: 100%;
	float: none;
}
}

.sp_add {
    box-sizing: border-box;
    background-color: rgba(128,220,255,0.50);
    padding: 1em;
    border-radius: 20px;
}
/*　ナビゲーション  */






* { 
margin: 0;
 padding: 0;
  border: 0;
	box-sizing: border-box;
}
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {
	border-collapse: collapse;
}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}

/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/ 

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*font*/


a {
    text-decoration: none;
    color: #539563;
} 
a:visited {

} 
a:hover {
    color: #EE7458;
} 
a:active {

} 



/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*?*//*/
    height: auto;
    overflow: hidden;
    /**/
}





h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #7CD12F;
    width: 12em;
    color: #FFFFFF;
    font-weight: normal;
    background-image: url(url), -webkit-linear-gradient(50deg,rgba(152,225,121,1.00) 0%,rgba(48,168,125,1.00) 41.45%,rgba(97,177,14,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(50deg,rgba(152,225,121,1.00) 0%,rgba(48,168,125,1.00) 41.45%,rgba(97,177,14,1.00) 100%);
    background-image: url(url), -o-linear-gradient(50deg,rgba(152,225,121,1.00) 0%,rgba(48,168,125,1.00) 41.45%,rgba(97,177,14,1.00) 100%);
    background-image: url(url), linear-gradient(40deg,rgba(152,225,121,1.00) 0%,rgba(48,168,125,1.00) 41.45%,rgba(97,177,14,1.00) 100%);
}



h2 {
    margin-bottom: 40px;
    text-align: center;
    background-image: url(images/bg_h2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 85px;
}


h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #683813;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-linear-gradient(50deg,rgba(255,233,241,1.00) 0%,rgba(255,156,172,1.00) 100%);
    background-image: -moz-linear-gradient(50deg,rgba(255,233,241,1.00) 0%,rgba(255,156,172,1.00) 100%);
    background-image: -o-linear-gradient(50deg,rgba(255,233,241,1.00) 0%,rgba(255,156,172,1.00) 100%);
    background-image: linear-gradient(40deg,rgba(255,233,241,1.00) 0%,rgba(255,156,172,1.00) 100%);
    background-color: rgba(255,237,241,1.00);
    padding-right: 10px;
    border-radius: 10px;
}

img {
	vertical-align: bottom;
	border: 0px;

}

/*

main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}
*/



/*ページ構成*/
html {
    margin: 0px;
    padding: 0px;
}
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 18px;
    color: #422300;
    background-color: #fff;
    line-height: 1.7em;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
	padding-bottom: 250px;

}

#header_l {
	position: absolute;
	top:0px;
	left: 0px;
	width: 10%;
	z-index: 16;
}
#header_l img {
	width: 100%;
}
#header_r {
	position: absolute;
	top:0px;
	right: 0px;
	width: 10%;
	z-index: 15;
}
#header_r img {
	width: 100%;
}




.mainbox {
	width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.brsp {
	display: none;
}

.bg1 {
    background-image: url(images/bg1.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
}
.bgline1 {
    height: 50px;
    background-image: url(images/bgline1.jpg);
    background-repeat: repeat-x;
}
.bgline2 {
    height: 50px;
    background-image: url(images/bgline2.jpg);
    background-repeat: repeat-x;
}


.mainbox {

    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

footer {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(images/bg_main.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 250px;

}


footer .copy {
    text-align: center;

}
footer .copy img {
	height: 25px;
	}

#page_top{
    width: 110px;
    position: fixed;
    right: 10px;
    bottom: -150px;
	z-index: 10;
}

#page_top img {
    width: 100%;
}


/*スライダー ZOOM*/

#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
	line-height: 0px;
}
.slider div img {
	width: 100%;
	height: 59vw;
	object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}	

#topimg1 {
	position: absolute;
	top:-1px;
	left:0px;
	vertical-align: top;
}
#topimg1 img {
	width: 100%;
	vertical-align: bottom;
}
#topimg2 {
	position: absolute;
	bottom:-1px;
	left:0px;
	vertical-align: bottom;
}
#topimg2 img {
	width: 100%;
	vertical-align: bottom;
}

#slogan {
  position: absolute;
  top:75%;
  left: 15%;
	width: 70%;
}
#slogan img {
	width: 100%;
}



/*スライダー*/

#topimg {
    padding: 0;
    line-height: 0;
    margin-bottom: 50px;
}
#topimg img {
	width: 100%;
	vertical-align: bottom;
}

/* トップ */
#news {
	margin-bottom: 60px;
	}
#news ul {
    text-align: left;
    padding-top: 20px;
    padding-right: 100px;
    padding-left: 20px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    background-image: url(images/bg_news.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#news li {
	text-align: left;
	border-bottom: 1px dashed #A89888;
	margin-bottom: 3px;
	padding-bottom: 3px;
	background-image: url(images/list1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}


#kihon {

	margin-bottom: 80px;
}
.kihontxt {
    padding: 20px;
    background-color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(255,255,255,1.00);
    box-shadow: 0px 0px 10px rgba(255,255,255,1.00);
}
.flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;	
}
#gaiyou {
    width: 50%;
}
#gaiyou table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 0px;
    border-collapse: separate;
    margin-bottom: 15px;
}
#gaiyou th {
    padding-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 9px;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFFBDD;
    border: 0px;
}
#gaiyou td {
    padding-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 9px;
    text-align: left;
    background-color: #FFFFFF;
    border: 0px;
}
#map {
    width: 47%;
}
#map iframe {
    width: 100%;
    height: 500px;
}
.joho {
	padding-top: 30px;
	padding-bottom: 30px;
}


#about {
	margin-bottom: 80px;
}
#about dl {
    text-align: left;
    background-image: url(images/24925126_l.jpg);
    border-radius: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}
#about dt {
    background-image: url(images/bg_line1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 1.2em;
}
#about dd {
    background-color: rgba(255,255,255,0.73);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 15px;
}

#houshin {
	margin-bottom: 80px;
}
#houshin dl {
    text-align: left;
    background-image: url(images/24925126_l2.jpg);
    border-radius: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}
#houshin dt {
    background-image: url(images/bg_line2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 1.2em;
}
#houshin dd {
    background-color: rgba(255,255,255,0.73);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 15px;
}


.photoflex {
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    margin-top: 15px;
}

.photoflex figure {
    width: calc(100% / 4 - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.photoflex figure img {
	width: 100%;
    border-radius: 15px;
}

.photoflex figure figcaption {
    background-color: rgba(255,255,255,1.00);
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
}




#tokushoku {
	margin-bottom: 80px;
}
.tokushokutxt {
    margin-bottom: 30px;
    text-align: center;
}
.tflex article {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border-spacing: 4px;
    padding: 20px;
    background-image: url(images/24925126_l3.jpg);
	position: relative;
}
.tflex article::after {
    content: url(images/bg_line3.png);
	position: absolute;
	top:-20px;
	left: -20px;
	z-index: 10;
}



.tflex article dl {
	padding: 20px;
    background-color: rgba(255,255,255,1.00);
}

.tflex article dt {
    padding: 15px;
    text-align: left;
    font-weight: normal;
    border-top: 2px dashed rgba(233,138,255,1.00);
    border-bottom: 2px dashed rgba(233,138,255,1.00);
    font-size: 1.2em;
    color: rgba(143,17,111,1.00);
}
.tflex article dd {
    padding: 15px;
    text-align: left;
    background-color: #FFFEFB;
	border-width: 0px;
}
.tflex {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-image: url(images/bg_tokushoku.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.tflex article {
    width: 48%;
	margin-left: 1%;
	margin-right: 1%;
    margin-bottom: 30px;
}
	
.tflex article img{
    width: 100%;
    border-radius: 15px;
}

.tflex figure {
    margin-top: 15px;
}

#info {
	margin-bottom: 80px;
}
#info dl {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

#info dt {
    text-align: left;
    font-size: 1.2em;
    padding: 10px;
    background-color: #DEF3BE;
}

#info dd {
width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
    border-bottom: 2px dashed hsla(70,93%,39%,1.00);
}
.rtxt {
    width: 80%;
    text-align: left;
    padding: 10px;
}
.rpdf {
	width: 20%;
    padding: 10px;
}
.rpdf a {
    display: block;
    background-color: #EBCBF7;
    padding: 7px;
    width: 100%;
    color: #563E3E;
    border-radius: 6px;
    text-align: center;
}
.rpdf a:hover {
    background-color: #E9385E;
    color: #FFFFFF;
}



#floor {
	margin-bottom: 80px;
}
#one {
	margin-bottom: 80px;
}
#two {}
.photoflex2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    margin-top: 15px;
    margin-bottom: 30px;
}

.photoflex2 figure {
    width: calc(100% / 4 - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.photoflex2 figure img {
	width: 100%;
    border-radius: 15px;
}

.photoflex2 figure figcaption {
    background-color: rgba(255,239,239,1.00);
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
}



#daily {
	margin-bottom: 80px;
}

.flex:before {
  content: url("images/day_arrow1.png");
  position: absolute;
	bottom:-50px;
	left:30%;
	z-index: 999;
  }
.flex:last-child:before {
  content: "";

  }

.flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap : wrap;
    padding: 20px;
    background-color: #FFFDF3;
    border-radius: 20px;
    margin-bottom: 20px;
    flex-direction: row;
    border: 5px solid #FFCEDA;
    background-image: url(images/bg2.jpg);
}
.flex:last-child {
    margin-bottom: 0px;
    border: 5px solid #FFCEDA;
  }

.daybox dl {
    width: 72%;
    text-align: left;
	}
.daybox dt {
    padding: 10px;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 2px dashed #FFCEDA;
}
.daybox dt div {
    color: #5AA5DC;
}

.daybox dd {
    padding: 10px;

}

.daybox figure {
	width: 25%;
}

.daybox figure img {
	width: 100%;
    border-radius: 20px;
}

#event {
	margin-bottom: 80px;
}
.eventbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap : wrap; 
}
.eventbox dl {
    width: 31.3%;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #F4EDE4;
}

.eventbox dt {
    padding: 10px;
    text-align: center;
    border-bottom: 2px dashed #B39570;
}
.eventbox dd {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;

}

.eventbox dt img {
    width: 40%;
}
.eventbox dd div {
    text-align: center;
    padding-top: 15px;
}


.eventbox dd div img {
    width: 90%;
    border-radius: 20px;
}


#point {
	margin-bottom: 80px;
}
#point dl {
    text-align: left;
    background-image: url(images/24925126_l4.jpg);
    border-radius: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}
#point dt {
    background-image: url(images/bg_line4.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 1.2em;
}
#point dd {
    background-color: rgba(255,255,255,0.73);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 15px;
}
















#blog {
	margin-bottom: 80px;
}
#blog table td {
	border-width: 0px;
}
#blog h3 {
    width: auto;
    background-color: #B94896;
	padding: 10px;
}
#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: 26%;
    padding: 20px;
    margin-bottom: 20px;
    background-image: url(images/bg_blog.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
#blogside ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #B94896;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FF7E00;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blogside ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#blogside ul li a{
    text-decoration: none;
    color: #3E6DFD;
}
#blogside ul li a:hover{
    color: #F56A00;
}
#blog_o {
    text-align: center;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
}

#blog .blogmain {
    text-align: center;
    margin-bottom: 55px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(images/bg_blog.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#blog table {
	width: 100%;
	border-spacing: 6px 6px;
	padding-bottom: 10px;
}
#blog table tr .blogtext {
    text-align: left;
    padding-left: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

#blog table tr .blogtext img {
    width: 50%;
    border: solid 4px #FFF;
    box-shadow: 1px 1px 4px 0px #D5D3D1;
    margin-top: 10px;
}
#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#blog .blogphoto img {
	width: 90%;
	border:solid 10px #FFF;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog table tr .blogcomment {
	
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin:5px;
	background-color:#FFF276;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#blog .blogdate {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    width: auto;
    background-color: #FFF7F7;
    border-radius: 10px;
}

#blog dl {}
#blog dt {
    text-align: center;
    margin-bottom: 10px;
}
#blog dd {
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
}


.blogpdf {
	text-align: center;
	padding: 10px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #B94896;
    color: #FFFFFF;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #8ED44D;
    color: #FFFFFF;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background-color: #5F87FF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    list-style-type: none;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #430001;
    background-color: #FFDFEC;
    border-radius: 50%;
}







@media screen and (max-width:1500px){
	
header p {
    font-size: 1.1em;
}
	
}
@media screen and (max-width:1100px){
	
header {
	display: block;
	padding: 10px;
	}	


#headerbox {
    display: block;
    width: 100%;
}
h1 {
    width: 35%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

header p {
    width: auto;
    text-align: center;
    padding-top: 10px;
    font-size: 1.2em;
}


	
.mainbox {
	width: 96%;
}

	h2 img {
    height: 50px;
	}
	

	 
}	

@media screen and (max-width:768px){
	
body {

}

	
	h2 {

}
.photoflex figure {
    width: calc(100% - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}	
.photoflex2 figure {
    width: calc(100% - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}		

.bg1 {
    padding-top: 20px;
    padding-bottom: 20px;
	}
#gaiyou {
    width: 100%;
}
#map {
    width: 100%;
}	
	
header p {
   display: none;
}
	
.tflex article {
	width: 100%;
}	
#info dd {
	display: block;
}	
.rtxt {
	width: 100%;
}
.rpdf {
	width: 100%;
}		
	
.floormap img {
	width: 100%;
}	
	
	
.eventbox dl {
    width: 98%;

}	
.eventbox dl dt img {
    width: 33%;

}		
	
#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	
	
/*ページ送り*/

	
	
	
	
}



@media screen and (max-width:480px){
	

	h1 {
		padding-top: 20px;
		width: 62%;
	}

h3 {
	font-size: 17px;
	padding: 10px;
}




#page_top{
  width: 70px;
  position: fixed;
  right: 5px;
  bottom: -80px;
}

.slider div img {
	width: 100%;
	height: 69vw;
	object-fit: cover;
}
	#system_main {
		padding-bottom: 160px;
	}

footer {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(images/bg_main.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 160px;
    background-size: 260% auto;
}	
footer .copy {
	font-size: 0.7em;
}


	h2 img {
		height: 38px;
	}	
#slogan {
  position: absolute;
  top:75%;
  left: 5%;
	width: 90%;
}
	
	
#news ul {
    text-align: left;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    background-image: url(images/bg_news.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15% auto;
}
	
	
#gaiyou th {
    width: 100%;
	display: block;
}
#gaiyou td {
    width: 100%;
	display: block;
	margin-bottom: 10px;
}
	

.brsp {
	display: block;
}	
	
#header_l {
	width: 15%;
}

#header_r {
	width: 15%;

}
	
.daybox dl {
    width: 100%;
    margin-bottom: 10px;
}
.daybox figure {
	width: 100%;
}		
.flex:before {
  content: url("images/day_arrow1.png");
  position: absolute;
	bottom:-50px;
	left:45%;
	z-index: 999;
  }	
	
	
	
#blog table tr .blogtext {
    margin-top: 0px;
    margin-bottom: 0px;
}	
#blog table tr .blogphoto {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#blog table tr .blogtext img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
		
	
	
	
	
	}
	
