@charset "utf-8";
body{
    margin-top:0;
    margin-bottom:0;
    font-family:'Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    background-image:url("indeximg/bodybg2.png");
    /*    background-image:url("indeximg/j6bg.gif");  */
    max-width:2000px;
  }
  em{
    font-style:normal;
  }
  h1,h2,h3,h4{ font-family:'Shippori Mincho', serif;}
  /*見出し*/
  header{
  margin-top:0;
  }
  header section{
   background-image: url("indeximg/hederbg.gif");
   padding-top:5px;
   overflow: hidden;
   display: flex;
  }
  header section div{
    margin-left:1em;
    margin-right:1em;
  }
  header section h1{
    font-size:2em;
    margin-top:4px;
    margin-bottom:0;
    background-color:white;
    width:11.5em;
    text-align:center;
    border-radius:0.3em;
    color:#800000;
  }
  address{
    font-style:normal;
  }
  /*メニュー*/
  .meinmenu{
    display:none;
  }
  .header_menu{
    display:block;
    list-style-type:none;
    margin-top:6px;/*2026/01/11*/
    margin-bottom: 6px;/*2026/01/11*/
  }
  .header_menu li{
    display: inline-block;/*2026/01/11*/
  }
  .header_menu li a{
    text-decoration:none;
    color:#ffffff;
    background-color:#1A60BF;
    transition: all 0s 0.5s ease;
    margin-left:0.2rem;
    padding-left:0.2em;
    padding-right:0.2em;
    border:solid 2px darkred;
    border-radius: 1em;
    font-size:1.3em;
  }
  .header_menu li a:hover{
    color:#1A60BF;
    background-color:#D0E2FB;
  }
  /*ＰＣコンテンツ上部の4カラム*/
  main{
    margin-left:auto;
    margin-right:auto;
  }
  main article{
    display:flex;
    flex-wrap: wrap;
    gap: 3px 5px;
    justify-content: center; 
    width:100%;
    margin-top: 5px;
  }
.mark  dt{
  margin-left:0.5em;
}
.mark dd{
  position: relative;
}
.mark dd:before {
    content:url("indeximg/rist1.gif");
    position: absolute;
    top: -0.2rem;
    left: -0.5rem;
}
.hyoudai{
   position:absolute; top:20px; left:10px;
    font-weight: bold;
}
  .first{
    background-image: url("indeximg/item1.jpg");
    position:relative;
    flex-basis:24%;
    border:solid 1px black;
    border-radius:10px;
  }
  .second{
    position:relative;
    flex-basis:24%;
    border-radius:10px;
  }
  .second p{
    position:absolute; top:25px;
    left:10px;
    font-weight: bold;
    color:#191970;
  }
  .second,.third{
    background-image: url("indeximg/c.gif");
  }
  .third{
    position:relative;
    flex-basis:24%;
    border-radius:10px;
  }
  .fourth{
    background-image: url("indeximg/item2.jpg");
    position:relative;
    flex-basis:24%;
    border-radius:10px;
  }
    .first dl,.second dl,.third dl,.fourth dl{
    max-height: 70vh; 
    /*     max-height: 43vh;  */
    overflow-y: auto;
  }
  /*ここまで4分割の処理*/
  article section h3{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:1em;
  }
.yoyaku{max-width:13.5em;}
.yoyaku, .gallery {
  font-size:1.2em;
  background:#CCFF66;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  padding-top:0.25em;
  padding-bottom:0.25em;
  text-align:center;
  border-radius:1.5em;
  border:solid 2px black;
  position:relative;
}
.yoyaku a::before{
  content: url(indeximg/img_n031.gif);
  position:absolute;
  top:10px;
  left:2px;
}
.colona dd::before{content: url(indeximg/img_o018.gif);}
/*上部コンテンツ終了*/
.item1{
  background-image: url("indeximg/item1.jpg");
  flex-basis:31%;
  margin-left: auto;
  margin-right: auto;
}
.item1 ul:first-of-type{
  list-style-image: url("indeximg/risut3.png");
}
.item1 ul:nth-last-of-type(1){
  list-style-image: url("indeximg/img_o021.gif");
}
.item2{
  margin-top:2px;
  background-image: url("indeximg/item2.jpg");
  border:solid 2px #660066;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  flex-basis:32%;
  order: 2;
}
.item2 h2{
  width: 11.6em;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0ffff;
  text-align: center;
  border-radius: 1em;
  border:6px groove orange;
  font-size: 1.4em;
}
.item1,.item3 {
  border:solid 2px #660066;
  border-radius: 10px;
}
.item3{
  background-image:url("indeximg/d.gif");
  min-height: 477px;
  flex-basis:33%;
  order: 1;
}
.item3 dt{
  padding-left: 5px;
  outline:solid 1px #CC0000;
  font-weight: bold;
  opacity:0.9;background-color:#E0FFFF;
  cursor: pointer;
}
.item3 dt::before{content: "+";}
#report .selected::before{content: "×";}
#report .selected{
  opacity:0.7;background-color:#F0FFFF;
  cursor: auto;
}
.item3 dd{
  margin-top: 5px;
  color: #333333;
  font-weight:bolder ;
  margin-left: 3%;
  margin-right: 3%;
}
#report{
  margin-top: 4px;
}
#report dd img{border: solid 2px #660033;}
#report dd p{
  opacity:0.9;background-color:white;
  padding-left: 2px;
  margin-top:10px;
}
.sub{
background-color:#ccff99;
margin-top:5px;
margin-left:5px;
padding-bottom: 3px;
box-shadow: 3px 5px 1px 2px rgba(0,0,0,0.4);
}
.sub button{
  font-size:1.3em;
  background-color:white;
  margin-top:10px;
  margin-left:20px;
  border:ridge 7px gold;
  border-radius:7px;
}
.sub button a{
 color:maroon;
 text-decoration:none;
}
.rink {
  outline:solid 1px plum;
  margin:5px;
  list-style-image: url("indeximg/img_o017.gif");
}
.rink li:first-child{
  list-style-image:none;
  list-style-type: none;
}
.rink li h3{
  margin-top:7px;
  margin-bottom:4px;
}
.modalwin{
  position: fixed;
  max-width:80%;
  clear:both;
  background: #99FF33;
}
.modalwin-contents{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 5px;
}
.modalwin-contents ul{
  margin-top: 4px;
  padding-left: 20px;
}
.show{
  display:block;
}
.hide{
  display:none;
}
.bosyu{
  padding-left: 6px;

}
.bosyu p,.bosyu ul{
  font-family: 'Yusei Magic', sans-serif;
	margin-top:0px;
  margin-bottom:0;
  font-size: larger;
  margin-right: 5px;
}
.bosyu ul{
  color:#8b0000;
}
.bosyu ul li::marker{
  color:red;
}
.modalwin hide{
  width: 50%;
}
.modalwin-contents clear{
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.modalwin{
  width: 50%;
}
.googlecal{
  height: 440px;
  margin-bottom:10px;
}
footer{
  background-color:#FFFFCC;
  border-top:solid 1px black;
  border-bottom:solid 1px black;
  margin-top:5px;
}
footer p{
  width:18em;
  margin:0 auto 0;
  text-align:center;
}
@media screen and (min-width:785px){
body{
  margin-left:auto;
  margin-right:auto;
}
main{
  width:97%;
  margin-left:auto;
  margin-right:auto;
}
.item3{
  padding-top:6px;
}
aside{
   display: flex;
    flex-direction:row-reverse;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    }
.three-1{
     flex-basis:63.5%;
    }
.three-2{
     flex-basis:36%;
    }
.googlecal{
    margin-left:10px;
    margin-right:5px;
    margin-top:5px;
}
.modalwin-contents clear{width:70;}
.modalwin-contents img{
  width:100%;
}
}
@media screen and (max-width: 950px){
  .header_menu li a{ /*2025/12/20/変更)*/
    font-size:1.2em;
  }
  .first ,.second ,.third,.fourth {
    margin-top:3px;
   flex-basis:48%;
  } 
}
@media screen and (max-width:835px){
  nav ul{
    padding-left:0px;
  }
  .item1{flex-basis: 47%;}
.item2{
  flex-basis: 47%;
  order:1;
   }
.item3{
  padding:5px 15px 2px;
  flex-basis: 95%;
  order:2;
}
}
@media screen and (max-width:784px){
.header_menu li a{
  margin-left:2px;
}
.fourth{
  background-image: url("indeximg/c.gif");
}
.second{
  background-image: url("indeximg/item2.jpg");
}

.sub{
margin-right: 5px;
}
.modalwin{
  width:99%;
}
.modalwin-contents img{
  width:90%;
}
}
@media screen and (max-width:690px){
.header_menu li a{/*2025/12/20*/
  font-size:1em;
}
header section{
  display: block;
}
}
@media screen and (max-width:576px){
  main article{
    display:block;
  }
  header section address{
  padding-left:5px;
  }
  header section h1{
    font-size:1.5em;
  }
  .header_menu li a{ /*2025/12/20/変更)*/
    font-size:1.4em;
  }
.meinmenu{
  display:block;
  font-size:1.2em;
}
.header_menu{/*2025/12/20*/
  display:none;
  text-align:center;
  padding-top: 3px;
	padding-left:0px;
	}
  .header_menu li{/*2026/01/11*/
  margin-top:2px;
  margin-bottom:5px;
}
.first dl,.second dl,.third dl,.fourth dl{
  max-height: none;
  overflow-y:visible;
}
.sub{
  width:98%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}
.bosyu{
  margin-top:10px;
}
.modalwin{
  width:95%;
}
.modalwin-contents{
  width:100%;
}
.modalwin-contents img{
  width:100%;
}
footer{margin-top:1px;}
}
