@charset "Shift_JIS";
/* CSS Document */
* { 
margin: 0;
 padding: 0;
  border: 0;

   }
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {

}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}



p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #2766B0;
    text-decoration: none;
} 

a:hover {
    color: #AD641C;
} 


/*---------------------------------------------------------
  						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;
    /**/
}




h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


h3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #EFEFEF;
    font-weight: normal;
    font-size: 1.6rem;

}


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	margin-top: 10px;
	margin-bottom: 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,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #3A322D;
    line-height: 1.65em;
    background-image: url(images/bg1.png);
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    background-image: url(images/bg_main.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
header#hd1 {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}
header#hd2 {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.menuanime a:hover img {
animation: swing 1s infinite;
}


#headerbox {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}

h1 {
    width: 420px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	top:0px;
	left: 390px;
}
h1 img {
	width: 100%;
}
.animated:hover img{
animation: bounceIn 1s;
}
.animated2:hover img{
animation: rubberBand 1s;
}
#mainnav {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul {
    margin-right: auto;
    margin-left: auto;
   list-style: none; 
}
#mainnav ul li{
    width: 130px;
    list-style-type: none;
    margin: 0px;
    text-align: center;
}

#mainnav ul li img{
	width: 85%;
}

#menu1 {
	position: absolute;
	top:10px;
	left: 0px;
}	
#menu2 {
	position: absolute;
	top:10px;
	left: 130px;
}
#menu3 {
	position: absolute;
	top:10px;
	left: 260px;
}
#menu4 {
	position: absolute;
	top:10px;
	left: 810px;
}
#menu5 {
	position: absolute;
	top:10px;
	left: 940px;
}
#menu6 {
	position: absolute;
	top:10px;
	left: 1070px;
}



.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: 100px;
    background: pink;
    display: none;
    margin-left: auto;
    margin-right: auto;
   list-style: none; 
}
.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: 100px;
  width: calc(100% / 6);
}
.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}


.fixed.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(42,24,6,0.80);
    z-index: 999999;
}
  /* 
.fixed.header-nav li:hover{
  background: rgba(104, 138, 35, .6);  
}
スクロールダウン時に下に影をつける*/
.fixed.header-nav {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.fixed.header-nav ul {
    width: 700px;
    margin-left: auto;

	padding: 10px;
	  display: flex;
	float: right;
}
.fixed.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: normal;
  width: calc(100% / 6);
}
.fixed.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}
.fixed.header-nav li img {
 width: 85%;
}

#enmei {
    width: 320px;
    float: left;
    padding-top: 10px;
}
#enmei img {
	width: 100%;
}



footer {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 300px;
}

footer .copy {
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 10px;
}
footer .copy img {
	height: 30px;
	}




#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
	z-index: 2000;
}

#page_top img {
    width: 100%;
}

/* トップ */

#topbgimg {
    position: relative;
}
#topbgimg img {
	width: 100%;
  height: 320px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#topimg1 {
    position: absolute;
    top:50px;
	left: 0px;
}
#topimg1 img {
    width: 100%;

}
#topimg2 {
    position: absolute;
    bottom:0px;
	left: 0px;
}
#topimg2 img {
    width: 100%;

}

#topnav {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    width: 1200px;
    height: 100px;
    background-color: #FFFFFF;
	list-style: none;
}
#topnav a:hover img {
	filter: brightness(1.1);
}
#topnav a img {
  transition: .3s ease-in-out;
}

#topnav1 {
    position: absolute;
    top:-100px;
	right: 430px;
	width: 200px;
}
#topnav1 img {
    width: 100%;

}
#topnav2 {
    position: absolute;
    top:-160px;
	right: 200px;
	width: 200px;
}
#topnav2 img {
    width: 100%;

}

#topnav3 {
    position: absolute;
    top:-40px;
	right: 0px;
	width: 200px;
}
#topnav3 img {
    width: 100%;

}















.bg1 {
    background-color: #FFFFFF;
}
.bg2 {
    background-image: url(images/bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg3 {
    background-color: #CDF0F3;
}
.box {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.txt1 {
    text-align: center;
    font-size: 3em;
    color: #4199CB;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}
.txt2 {
    text-align: left;
    font-size: 1.2em;
    color: #3B1600;
    margin-top: 20px;
    margin-bottom: 30px;
}
.txt3 {
    text-align: left;
    font-size: 1.5em;
    color: #022647;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.txt4 {
    text-align: center;
    font-size: 1.5em;
    color: #CB4074;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
#news {
	margin-bottom: 50px;
	}

#news ul {
    text-align: left;
    padding: 1em;
    background-color: #ffde3f;
    border-radius: 20px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
   list-style: none; 
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #A89888;
    margin-bottom: 15px;
    padding-bottom: 14px;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-top: 12px;
}

#greeting {
    margin-bottom: 50px;
    padding-top: 50px;
	}
#greeting div {
    text-align: left;
    padding: 1em;
    background-color: #fff;
    border-radius: 20px;
}
#greeting figure {
    width: 49%;
}
#greeting figure img {
    width: 97%;
}
#enkaku {
	margin-bottom: 50px;
	}
#enkaku div {
    text-align: left;
    padding: 1em;
    background-color: #fff;
    border-radius: 20px;
}
#info {
	margin-bottom: 50px;
	}
#info ul {
    text-align: left;
    padding: 1em;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-left: auto;
}
#info li {
    text-align: left;
    border-bottom: 1px dashed #A89888;
    margin-bottom: 15px;
    padding-bottom: 14px;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-top: 12px;
}


#outline {
	margin-bottom: 50px;
	}

#outline table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
#outline th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    background-color: #FFFFFF;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    border: 1px solid #000000;
}
#outline td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}



#map {
    border: 7px solid #DFDFDF;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #FFFFFF;

	}
	
#map iframe {
	width: 100%;
	height: 300px;
	}
#map table {
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    border-top: 1px solid #153964;
    border-bottom: 1px solid #153964;
    margin-top: 20px;
}
#map th {
    padding: 0.5em;

}
#map td {
    padding: 0.5em;
    text-align: left;
}

#map td img {
    padding: 5px;
    vertical-align: middle;
}
#map td a {
    color: #153964;
}



#about {}

#makoto {
	margin-bottom: 50px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap : wrap;
    padding: 20px;
    background-color: #C4EFFF;
    border-radius: 20px;
    margin-bottom: 20px;
    flex-direction: row;

}


.makotobox dl {
    width: 72%;
    text-align: left;
	/*
    background-image: url(images/bg_makoto.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	*/
	}
.makotobox dt {
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 2px dashed #FFFFFF;
}
.makotobox dt div {
    color: #5AA5DC;
}

.makotobox dd {
    padding: 10px;

}

.makotobox figure {
	width: 25%;
}

.makotobox figure img {
	width: 100%;
    border-radius: 20px;
}


#floor {
	margin-bottom: 50px;
}
#floorbox table {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border-spacing: 4px;
}
#floorbox th {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    border-bottom: 5px dashed #FFFFFF;
    font-size: 1.2em;
    background-image: url(images/bg_floor.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
}
#floorbox td {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    border-width: 0px;
}

#floorbox ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
   list-style: none; 
}

#floorbox ul li{
    width: 44%;
    list-style-type: none;
    text-align: center;
    background-color: #FFDDEC;
    padding: 2%;
    margin-bottom: 25px;
    border-radius: 20px;
}

#floorbox figure{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}	
#floorbox figure img{
    width: 100%;
    border-radius: 15px;
    border: 5px solid #FFFFFF;

}


#daily {
    margin-bottom: 50px;
}
#daybox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day1 {
    width: 32%;
    margin-bottom: 25px;
}
#day2 {
    width: 32%;
    margin-bottom: 25px;
}
#day3 {
    width: 32%;
    margin-bottom: 25px;
}

#day1 th {
    width: 22%;
    background-color: #FF6893;
    padding: 5px;
    color: #FFFFFF;
	vertical-align: top;
	border-width: 0px;
	}

#day2 th {
    width: 22%;
    background-color: #7DBE69;
    padding: 5px;
    color: #FFFFFF;
	vertical-align: top;
	border-width: 0px;
	}

#day3 th {
    width: 22%;
    background-color: #F58414;
    padding: 5px;
    color: #FFFFFF;
    vertical-align: top;
	border-width: 0px;
	}

#daybox table {
    width: 100%;
    border-spacing: 2px;
	border-collapse: separate;
    margin-bottom: 20px;
}
#daybox td {
    padding: 5px;
    background-color: #FFFEE8;
    text-align: left;
    line-height: 1.7em;
	border-width: 0px;
	}

#daybox img {
    width: 100%;
}
#daybox figure {
	width: 100%;
	margin-bottom: 20px;
}
#daybox figure img {
    width: 90%;
    border-radius: 20px;
	object-fit: cover;
	height: 250px;
}

#daily dl {
    padding: 30px;
    background-color: #FFF4AE;
    margin-bottom: 30px;
    border-radius: 20px;
}

#daily dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 30px;
    border-bottom: 2px dashed #410022;
    padding-bottom: 5px;
}

#daily dd {
    text-align: left;
    margin-bottom: 10px;
}


#event {
}
#eventbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;
    background-color: #FFFFFF;
	padding: 20px;
}
#event1 {
    width: 34%;

}
#event table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
    background-color: #A7D85E;
    padding: 5px;
	}
#event th {
    width: 20%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #F0FF9F;
    font-weight: normal;
	border-width: 0px;
	}
#event th img {
	width: 100%;
	}
#event td {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 0.95em;
    color: #602F30;
	border-width: 0px;
	}
#event2 {
	width: 64%;

}
#event ul {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
   list-style: none; 
}
#event ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    padding-top: 25px;
    background-size: 100% auto;
}
#event ul li img {
    width: 80%;
    object-fit: cover;
    height: 170px;
    border: 5px solid #FFFFFF;

}
#event li p {
	font-size: 0.85em;
}
#event ul li:nth-child(4n+3) {
    background-image: url(images/bg_event1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
#event ul li:nth-child(4n+2) {
    background-image: url(images/bg_event2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
#event ul li:nth-child(4n+1) {
    background-image: url(images/bg_event3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
#event ul li:nth-child(4n) {
    background-image: url(images/bg_event4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.eventtxt {
    padding: 20px;
    text-align: left;
    background-color: #FFFFFF;
}

#food {
	margin-bottom: 50px;
}
#foodbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#foodbox figure {
	width: calc(23% - 60px);
	padding: 30px;
}
#foodbox figure img {
	width: 100%;
}
#foodbox div {
	width: calc(54% - 60px);
	padding: 30px;
}


#food2 {

}
#food2 ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}

#food2 ul li{
    width: 44%;
    list-style-type: none;
    padding: 2%;
    margin-bottom: 25px;
    background-color: rgba(255,248,248,1.00);
}

#food2 ul li:nth-child(4n+3) {
    background-image: url(images/bg_food2_1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#food2 ul li:nth-child(4n+2) {
    background-image: url(images/bg_food2_2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#food2 ul li:nth-child(4n+1) {
    background-image: url(images/bg_food2_3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#food2 ul li:nth-child(4n) {
    background-image: url(images/bg_food2_4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#food2 dl {
    text-align: left;
    margin-bottom: 30px;
    padding: 10px;
}
#food2 dt {
    background-color: rgba(255,181,182,1.00);
    padding: 10px;
}
#food2 dd {
    padding: 10px;
}

.food2txt {
    text-align: left;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 20px;
}

#food2 figure{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}	
#food2 figure img{
    width: 100%;
    border-radius: 15px;
    border: 5px solid #FFFFFF;

}


#guide {

}

#guide dl {
    padding: 30px;
    background-color: #F4E9FF;
    margin-bottom: 30px;
    border-radius: 20px;
}

#guide dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    border-bottom: 2px dashed #410022;
    padding-bottom: 5px;
    padding-top: 5px;
}

#guide dd {
    text-align: left;
    margin-bottom: 10px;
}

.guidepdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.guidepdf a {
    display: block;
    background-color: #A659F3;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
}


#recruit {

}


#saiyou {
    margin-bottom: 50px;
}
#saiyou table {
    width: 100%;
    border-spacing: 10px;
    margin-bottom: 20px;
}
#saiyou th {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 7em;
    background-color: #E93594;
    color: #FFFFFF;
}
#saiyou td {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F8F8F8;

}
#saiyou dl {
    padding: 30px;
    background-color: #FFF0F8;
    margin-bottom: 30px;
    border-radius: 20px;
}

#saiyou dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 30px;
    border-bottom: 2px dashed #410022;
    padding-bottom: 5px;
}

#saiyou dd {
    text-align: left;
    margin-bottom: 10px;
}

.saiyoupdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.saiyoupdf a {
    display: block;

    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    background-color: #E93594;
}

#kifu {
	margin-bottom: 50px;
}
#kifu dl {
    padding: 30px;
    background-color: #F7EED8;
    margin-bottom: 30px;
    border-radius: 20px;
}

#kifu dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list4.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 30px;
    border-bottom: 2px dashed #410022;
    padding-bottom: 5px;
}

#kifu dd {
    text-align: left;
    margin-bottom: 10px;
}

.kifupdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kifupdf a {
    display: block;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    background-color: #7F5A01;
}
























.space {
	height: 100px;
}





#blog {
}
#blog h3 {
    width: 100%;
    background-color: #FFE062;
    letter-spacing: 2px;
    border-radius: 0px;
    border-width: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#blogbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-image: url(images/line.png),url(images/line.png);
    background-repeat: no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto;
    padding-top: 40px;
    margin-bottom: 20px;
}
#blogside {
    width: 26%;
    padding: 0px;
    margin-bottom: 20px;

}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;
    font-family: 'arial narrow', sans-serif;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#blogside ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #A8474D;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FFCA13;
    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%);
}


#blog_o {
    text-align: center;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

#blog .blogmain {
    text-align: center;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	position: relative;
}

#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: #FFFAE1;
}


#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#blog .blogphoto img {
	width: 90%;
	border:solid 4px #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;
    border-radius: 6px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 2px solid #FFE785;
    width: auto;
    background-color: #FFFFFF;
}

#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.blogpdf {
	text-align: center;
	padding: 10px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FFE785;
    color: #4D330D;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #47250E;
    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: #643200;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 0.9em;
}

.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: #000;
    background-color: #E5F1FF;
    border-radius: 50%;
}




@media screen and (max-width:1400px){
#topimg1 {
    position: absolute;
    top:130px;
	left: 0px;
}	
	
}	



@media screen and (max-width:1200px){
#topnav {
    position: relative;
    margin-right: auto;
    margin-left: auto;
	z-index: 999;
	width: auto;
	height: 100px;
}	

#topnav1 {
    position: absolute;
    top:-70px;
	right: 300px;
	width: 140px;
}
#topnav1 img {
    width: 100%;

}
#topnav2 {
    position: absolute;
    top:-120px;
	right: 150px;
	width: 140px;
}
#topnav2 img {
    width: 100%;

}

#topnav3 {
    position: absolute;
    top:-20px;
	right: 0px;
	width: 140px;
}
#topnav3 img {
    width: 100%;

}
}




@media screen and (max-width:1020px){

html,body {
}

.img100 img {
		width: 70%;
	}	

.bg2 {
    background-image: url(images/bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #FFFFFF;
}
#system_main {
    background-size: 140% auto;
}


h1 {
	width: 50%;
	float: none;
}


#headerbox {
    margin-left: auto;
    margin-right: auto;
    position: static;
    width: auto;
}

h1 {
    width: 32%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	position: static;
	top:auto;
	left: auto;
	float: left;
}

#mainnav {
    width: 65%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
	float: right;
}
#mainnav ul {
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul li{
    width: calc(100% / 6);
    list-style-type: none;
    margin: 0px;
    text-align: center;
	float: left;
}

#mainnav ul li img{
	width: 88%;
}

#menu1 {
	position: static;
	top:auto;
	left: auto;
}	
#menu2 {
	position: static;
	top:auto;
	left: auto;
}
#menu3 {
	position: static;
	top:auto;
	left: auto;
}
#menu4 {
	position: static;
	top:auto;
	left: auto;
}
#menu5 {
	position: static;
	top:auto;
	left: auto;
}
#menu6 {
	position: static;
	top:auto;
	left: auto;
}

.fixed.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(42,24,6,0.80);
}
  /* 
.fixed.header-nav li:hover{
  background: rgba(104, 138, 35, .6);  
}
スクロールダウン時に下に影をつける*/
.fixed.header-nav {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.fixed.header-nav ul {
    width: 100%;
	padding: 10px;
	  display: flex;
	float: none;
}
.fixed.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: normal;
  width: calc(100% / 6);
}
.fixed.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}
.fixed.header-nav li img {
 width: 90%;
}

#enmei {
	width: 30%;
	float: none;
	display: none;
}
	footer {
		padding-top: 200px;
	}
footer .copy img {
	width: 60%;
	height:auto;
	}

h2 {

	font-size: 22px;
}
	
.box {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#topbgimg img {
  height: 180px;
  object-fit: cover; /* この一行を追加するだけ！ */
}		

#event ul li img {
    height: auto;

}
	
#event1 {
    width: 100%;
    margin-bottom: 25px;
}	
#event2 {
    width: 100%;

}	
	
	
	
	
#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 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#topimg1 {
    display: none;
}	

#mainnav {
    width: 100%;
	float: none;
}
	
	
#topnav {
    position: static;
    margin-right: auto;
    margin-left: auto;
	z-index: 999;
	width: 95%;
	height: auto;
 display:flex;
 justify-content:space-between;
box-sizing:border-box;
	  flex-wrap :wrap; 
}	

#topnav1 {
    position: static;
    top:auto;
	right: auto;
	width: auto;
}

#topnav2 {
    position: static;
    top:-auto;
	right: auto;
	width: auto;
}

#topnav3 {
    position: static;
    top:-auto;
	right: auto;
	width: auto;
}
#topnav li {
	width: 30%;
	
	}	
	
	
	
	
	
	
	
	
	
	
	
	
h2 {
	font-size: 20px;
}
	h2 img {
		width: 80%;
	}
h3 {
	font-size: 1.3em;
}

footer .copy img {
	width:87%
}
footer .copy {
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2px;
    padding-left: 5px;
}
	footer {
		padding-top: 100px;
	}
header {
    width: 100%;
}

.img100 img {
		width: 100%;
	}	
	

#page_top{
  width: 100px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -70px;
}	
	
	
	
#map th {
	display: block;
}
#map td {
	display: block;
}	
	
#outline th {
	width: auto;
display: block;
}

#outline td {
	width: auto;
display: block;
}



header#hd1 {
    position: static;
    height: auto;
    background-color: rgba(42,24,6,1.00);	
	}	
	
#topbgimg img {
  height: 80px;
  object-fit: cover; /* この一行を追加するだけ！ */
}		
	
#news ul {
    margin-top: -40px;
}
	
#mainnav ul li img{
	width: 92%;
}
	
	
.makotobox dl {
    width: 100%;
	display: block;
}

.makotobox figure {
    width: 100%;
	display: block;
}	
#floorbox ul li{
    width: 100%;
	display: block;
}	
	
	
#foodbox figure {
	display: none;
}

#foodbox div {
	width: 100%;
	padding: 30px;
}
	
	#food2 ul li {
    width: 100%;
    background-size: 40% auto;
	}	
	
#day1 {
    width: 100%;
}
#day2 {
    width: 100%;
}
#day3 {
    width: 100%;
}	
#daybox figure img {
	height: auto;
}
#event1 {
    width: 100%;
    margin-bottom: 15px;
}	
#event2 {
    width: 100%;
    margin-bottom: 15px;
}	
#event th {
    width: 22%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	}
#event td {
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
	}		

#event ul li {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 15px;
    background-size: 100% 100%;
}
#event ul li img {
    width: 80%;
}	
	
#greeting {
    padding-top: 20px;
	}	
	
#greeting figure {
    width: 100%;
}
#greeting figure img {
    width: 100%;
}

	
	}




/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
