@charset "utf-8";
.munu {
    position: fixed;
    background-color: #FFFFFF;
    padding-bottom: 5px;
    height: 40px;
    z-index: 999;/*一番手前に*/
    width: 100%;
    padding-top: 5px;
    border-bottom: 1px solid #F9A002;
}
.munu li {
    display: inline-block;
}
.munu li a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    padding-right: 15px;
    width: 30px;
}
.munu-pc{
}
.munu-mobile ul{
	list-style: none;
}
.munu-mobile{
    position: fixed;
    z-index: 999;
    padding-top: 5px;
    padding-left: 5px;
}
.munu-mobile li a{
    color:dodgerblue;
    font-size: 16px;
    text-decoration: none;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#input{
	display: none;
}
.line{
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px;
}
.close{
}
.close img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
#content{
    background-color: aliceblue;
    width: 290px;
    height: 100%;
    transform: translateX(-340px);/*非表示時左へ隠す＝width分＋α*/
    margin-bottom: 5px;
    line-height: 40px;
    -webkit-box-shadow: 2px 8px 20px #828282;
    box-shadow: 2px 8px 20px #828282;
    border-radius: 5px;
}
#input:checked ~ #content{
    transform: translateX(0px);
}
@media screen and (min-width: 740px)
{
	.munu-mobile{display: none;
	}
}

@media screen and (max-width: 740px)
{
	.munu-pc{
		display: none;
	}
}
.munu-add{
    color: chocolate;
    text-align: right;
    font-size: 13px;
    padding-right: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "Meiryo", sans-serif;
    height: 70px;
    padding-top: 45px;
    border-bottom: 1px solid #93C9FA;
    padding-bottom: 10px;
}
.t-img {
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 54.6875%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(images/p-top10.jpg);
    clear: both;
}
.t-colum {
    background-color: #D4EDF2;
    background-image: url(images/kumo1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.t-title {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    /*webフォント↓*/
    font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*webフォント↑*/
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    border-width: thin;
    border-radius: 23px;
    background-color: #FFFFFF;
    width: 300px;
}
.t-sub {
    margin: 0 auto;
    font-size: 16px;
    padding-top: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.7em;
}

.s-set{
    background-color: cornsilk;
    background-image: url("images/gizagiza2.png");
    background-position: right bottom;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 20px;
}
.s-colum{
}
.s-img{
    margin: 0 auto;
    padding-top: 15px;
}
.s-img img{
    width: 100%;
    border-radius: 30px;
}
.bento1{
	padding-top: 20px;
    text-align: center;
}
.bento1 img{
    width: 100%;
    border-radius: 30px;
    border: 20px solid #FFFFFF;
}
.bento2{
}
.bento-set{	
}
.bento-sub{
    background-image: url(images/fukidashi2.png);
    background-size: 70% 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-position: 40px 0%;
}
.bento-sub a{
    color: #000000;	
}
.bento{
    margin-bottom: 20px;
}
h3{
    font-size: 17px;
    color:orange;
	/*adobe源ノ角ゴシック Bold↓*/
	font-family: source-han-sans-cjk-ja,sans-serif;
	font-weight: 900;
	font-style: normal;
	/*adobe源ノ角ゴシック Bold↑*/
}
h3 a{
    color:orange;
}
h4{
    font-size: 12px;
    font-weight:400;
	font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
}
h5{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: darkorange;
}
.t-title-red {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    /*webフォント↓*/
    font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*webフォント↑*/
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    border-width: thin;
    border-radius: 23px;
    background-color:orange;
    width: 300px;
    color: #FFFFFF;
    margin-top: 20px;
	margin-bottom: 20px;
}
.t-title-pink {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    /*webフォント↓*/
    font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*webフォント↑*/
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    border-width: thin;
    border-radius: 23px;
    background-color:lightsalmon;
    width: 300px;
    color: #FFFFFF;
    margin-top: 20px;
	margin-bottom: 20px;
}
.oneday-sette{
    background-color: #FFFFFF;
    border-radius: 23px;
}
.oneday{
    width: 320px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.oneday img{
    width: 33px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.t-title2 {
    text-align: center;
    padding-bottom: 3px;
    /*webフォント↓*/
    font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*webフォント↑*/
    font-size: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    color: sandybrown;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 3px;
}
.saison{
    background-color: #FFFFFF;
    background-image: url(images/flower2.png);
    background-position: right bottom;
    background-repeat: repeat-x;
    padding-bottom: 70px;
}
.k-img{
}
.guide{
    background-color: #FFF9AE;
    background-image: url(images/tree1.png);
    background-position: right bottom;
    padding-top: 20px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.annai-set{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.annai{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 15px;
    margin-top: 20px;
}
.nagare{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    margin-top: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;	
}
.n-list-title{
    background-color: yellowgreen;
    border-radius: 18px;
    color: #FFFFFF;
    padding-top: 1px;
    margin-top: 1px;
    margin-bottom: 2px;
    padding-bottom: 1px;
    font-size: 18px;
	/*webフォント源ノ角ゴシック↓*/
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
	/*webフォント↑*/
}
.n-list-title img{
	width: 31px;
	height: 29px;
}
.n-ya{
    text-align: center;
    padding-bottom: 7px;
}
.n-ya img{
    width: 23px;
    height: 19px;
}
h6{
    color: yellowgreen;
	/*webフォント源ノ角ゴシック↓*/
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
	/*webフォント↑*/
	padding-top: 15px;
    font-size: 18px;
}
h8{
    background-color: cornflowerblue;
    border-radius: 13px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    color: #FFFFFF;
}
.nagare-title {
    color: yellowgreen;
    /*webフォント↓*/
    font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
    font-weight: 700;
    font-style: normal;
    /*webフォント↑*/
    font-size: 16px;
}
.staff{
    background-color: #FFFFFF;
    background-image: url(images/bg_grass2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.staff-set2 img{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: auto;
}
.gaiyou{
    background-color: #FFFFFF;
    background-position: left top;
    padding-top: 70px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(images/bg_stuff.png);
    height: 180px;
}
.g-title {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    /*webフォント↓*/
    font-family: iroha-22momi-stdn, sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*webフォント↑*/
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid cornflowerblue;
    border-radius: 23px;
    width: 300px;
    color: cornflowerblue;
    margin-bottom: 10px;
}
.staff-sub{
    background-color: #86BC43;	
}
.staff-sub1{
}
.staff-sub2{
	display: flex;
}
.staff1{
    display: inline-block;
    width: 35%;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 11px;
    padding-bottom: 20px;
}
.map{
}
.adress{
    color: #FFFFFF;
    font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.adress-sub{
    margin-bottom: 20px;
}
.adress-sub a{
    text-decoration: underline;
    color: #FFFFFF;
}
.access{
    color: #FFFFFF;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}
.adress_taiyo{
    width: 290px;
    background-color: #FFFFFF;
    color: darkorange;
    padding-left: 8px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 1px;
    border-radius: 5px;
    margin-bottom: 3px;
}
.adress_himawari{
    width: 290px;
    background-color: #FFFFFF;
    color: yellowgreen;
    padding-left: 8px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 1px;
    border-radius: 5px;
    margin-bottom: 3px;
}
.tel{
    font-size: 26px;
    font-weight: 800;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.kyujin{
    width: 90px;
    background-color: darkorange;
    color: #FFFFFF;
    font-size: 13px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
    height: auto;
    border-radius: 13px;
    position: absolute;
    top: 90px;
    right: 15px;
    text-align: center;
	animation: fuwafuwa 3s ease infinite;
}
/*kyujinアイコンを動かす*/
@keyframes fuwafuwa {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/*別ページ*/
.bosyu{
    background-color: floralwhite;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    font-size: 14px;
}
.youkou1{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #F78500;
}
.youkou1-title{
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: orange;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-top: 20px;
    text-align: center;
}
