@charset "UTF-8";

/* 基本設定 */

* {
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}


/* ページ全体の設定 */
body {
	display: grid;
	grid-template-columns: 15px 1fr 15px;
	grid-template-rows: 
		[head] auto
		[title] auto
        [recent-2] auto
        [recent-1-1] auto
        [recent-1] auto
        [recent0-2] auto
        [recent0-1] auto
        [recent0] auto
		[sub] auto
		[recent] auto
        [recent2] auto
        [recent3] auto
        [recent4] auto
		[foot] 400px;
	/*grid-row-gap: 20px;
	row-gap: 20px;*/
	font-family: sans-serif;
    color: #555555;
   }
body {
    -webkit-text-size-adjust: 100%;
}

/* パーツの配置*/
body > * {
	grid-column: 2 / -2;
}

     /* 画像ファイルの指定 */
/*a { color: rgb(77, 122, 193);
}  
a:visited { color: #585858; }
a:hover {
    color: rgb(77, 122, 193);
    font-weight: bold;
    text-decoration: none;
}  
a img { transition: opacity 0.2s linear; }
a:hover img { opacity: 0.7; }*/
h1, h2, h3, h4, h5, h6 { 
   margin-top: 0;
    text-align: center;
}
.bold {
    font-weight: bold;
}
p {
  margin-top: 0;
  line-height: 1.6;
}
.image {margin: 0;
}
img { vertical-align: bottom; 
    
}
img {
    max-width: 100%;
}
span {
   display: inline-block;
      }

.kintouwari {
  display: flex;
  justify-content: space-between;
}



/*ナビゲーションメニュー　safari以外 */
#global_navi {
    grid-column: 1 / -1;
    grid-row: head;
    height: 75px;
    top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
    
	justify-self: center;
	width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
         }
.head-animation {
  transform: translateY(-100%);
}

#global_navi ul {
	list-style-type: none;
	padding: 0;
    display: grid;
	grid-template-columns: 1fr 1fr;
    
    }

#global_navi ul li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #aaa;
  /*box-sizing: border-box; */
  border-bottom: solid 1px #aaa;
    
    }

#global_navi ul li:first-child {
  border-left: none; 
}

#global_navi ul li a {
  display: block;
  /*height: 48px;*/  
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: #fff;
  color: #555555;
  text-decoration: none;
  transition: background-color 0.2s linear;
   box-sizing: border-box; 
     }
#global_navi ul li.current a { 
    display: block;
  /*height: 48px;*/
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: rgba(230,224,224,1);
  color: #444444;
  text-decoration: none;
  transition: background-color 0.2s linear;
    box-sizing: border-box;
    font-weight: bold;
 } 

#global_navi ul li a:hover { 
  background-color: #E6E6E6;
}

   #global_navi ul li:nth-child(3) {
  border-left: none; 
}

.choichiisaku {
    display: inline;
    font-size:15px;
   }
/*↑を15.5から15にしたので今となっては不要*/
.choichiisaku_safari {
    display: inline;
    font-size:15px;
   }

#maiku-00 {
    display: grid;
	grid-template-columns: auto 20px 100px auto;
   justify-self: center;
      }
#denkyu00 {
    display: grid;
	grid-template-columns: auto 20px 120px auto;
   justify-self: center;
      }

.maiku-0 {
    grid-column: 1/-1;
    }
.maiku2 {
 grid-column: 1/-1;
}
/* ------------------------------------------- */

/* ナビゲーションメニュー safari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root 
    #global_navi {
        visibility: hidden;
    }
}
#global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
    height: 75px;
    top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  
	justify-self: center;
	width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
     visibility: hidden;
         }
.head-animation {
  transform: translateY(-100%);
}
      
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root 
    #global_navi_safari {
        visibility: visible;
    }
}
/* ------------------------------------------- */
    
/* ナビゲーションメニュー safari用 */
 #global_navi_safari ul {
	list-style-type: none;
	padding: 0;
    display: grid;
	grid-template-columns: 1fr 1fr;
    
    }
   
    
#global_navi_safari ul li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #aaa;
  /*box-sizing: border-box; */
  border-bottom: solid 1px #aaa;
    
    }

#global_navi_safari ul li:first-child {
  border-left: none; 
}

#global_navi_safari ul li a {
  display: block;
  /*height: 48px;*/  
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: #fff;
  color: #555555;
  text-decoration: none;
  transition: background-color 0.2s linear;
   box-sizing: border-box; 
     }
#global_navi_safari ul li.current a { 
    display: block;
  /*height: 48px;*/
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: rgba(230,224,224,1);
  color: #444444;
  text-decoration: none;
  transition: background-color 0.2s linear;
    box-sizing: border-box;
    font-weight: bold;
 }  
#global_navi_safari ul li a:hover { 
  background-color: #E6E6E6;
}

   #global_navi_safari ul li:nth-child(3) {
  border-left: none; 
}
/* ------------------------------------------- */    
    
    
/* トップページ */
#main_visual {
    grid-column: 1 / -1;
    grid-row: title;
    width: 100%;
    margin: 132px auto 0px;
  }

    
#namae {
    position: relative;
    top: 137px;
    grid-column: 1 / -1;
    grid-row: title;
    height:25px;
    width: 225px;
    font-size: 20px;
   /* font-family: serif;*/
    font-weight: normal; 
    line-height: 1.3em;
    margin-left: 0em;
    padding: 1em;
    padding-top: 0.5em;
    padding-left: 0.75em;
    padding-right: 0.76em;
    padding-bottom: 0.5em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
        }

#visual_comment0 {
    position: relative;
    top: 188px;
    grid-column: 1 / -1;
    grid-row: title;
    height: 32px;
    width: 280px;
    font-size: 12px;
    /*font-family: serif;*/
    font-weight: normal;
    line-height: 1.3em;
    margin-right: 0em;
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.1em;
    padding-right: 0.7em;
    justify-self: end;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#visual_comment {
  margin-right: 1.5em;  
}
#visual_comment {
 display: flex;
align-items: center;
}
    #visual_comment:before,
    #visual_comment:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
    #visual_comment:before {
margin-right: 0.3rem;
}
    #visual_comment:after {
margin-left: 0.3rem;
}
    #renrakusaki {
   grid-row:  title; 
    grid-column: 1 / -2;
   position: relative;
  top: 105px;   
   margin-top: 35px;
        margin-left: auto;
        margin-right: 0px;
        padding-left: 0px;
    box-sizing: border-box;
     border-radius: 5px;
        height: 55px;
      }     
#renrakusaki-grid {
    display: grid;
   grid-template-columns: 1fr;
	margin-top: 0px;
  /* height: 35px;*/
    } 
    
    #ayou {
     grid-column: 2; 
    grid-row: 1;   
    } 
#renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    height: 48px;
    display:none;
        }
    #renrakusaki-grid-1 a:hover {
        background-color: rgb(208, 219, 213);
    }
#denwabangou {
    grid-column: 1; 
    grid-row: 1;
    /*height: 50px;*/
    box-sizing: border-box;
    align-self: center;
    padding-right: 0px;
    text-align: right;
    }
#denwabangou img {
    width: 40px;
    padding: 3px;
       }
#denwabangou0 {
    grid-column: 2;
    grid-row: 1;
    line-height: 20px;
    box-sizing: border-box; 
    align-self: center;
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 5px;
    color: #555;
     }
#denwabangou0-1 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(77, 122, 193);
     }

#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 95px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    display:none;
    }
 #renrakusaki-grid-2 a:hover {
        background-color: rgb(208, 219, 213);
    }   
   
    
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 55px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 16px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 5px;
    color: #555;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
    #aizu-logo {
    display: none;
    }    
    
#eigyoujikan {
   grid-row: recent-2; 
    grid-column: 2 / -2;
     position: relative;
     top: -68px; 
        margin-left: 0px;
        margin-right: auto;
        padding-left: 0px;
    box-sizing: border-box;
    /*width: 283px;*/
      }     
#eigyoujikan-a0 {
    grid-column: 2;
    grid-row: 1;
    line-height: 15px;
    box-sizing: border-box; 
    align-self: center;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 0px;
    padding-bottom: 2px;
    background: rgb(255, 191, 114);
    box-shadow: 0px 0px 0px 2px rgb(255, 191, 114);
    border: dashed 2px rgb(77, 122, 193);
    border-radius: 2px;
     }
.eigyoujikan-a0-1 {
    font-size: 13px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
     }

 

#haji {
    grid-column: 1;
    grid-row: recent-2/recent4;
    color: #fff;
}

 #snsbtn {
    grid-column: 2 / -2;
    grid-row: recent-2;
    position: relative;
    top: -3.1vw;
    text-align: right;
    }
    
  #snsbtn .twitter-share-button {
          margin-left: 10px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 10px;
    }  

/* 持ち帰りについて */

#omiyageoowaku {
   grid-row: recent0-1;
    grid-column: 2 / -2;
   width: 100%;
   margin-top: 0px;
    margin-bottom: 0px;
   box-sizing: border-box;
        }
#omiyageoowaku img {
    max-width: 600px;
}
#omiyagewaku {
    grid-column: 1 / -1;
    margin-top: 15px;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
   background-color:floralwhite;
    border: solid 4px #a3a3a3;
    border-radius:5px;
    max-width: 750px;
}
#omiyagewaku2 {
    grid-column: 1 / -1;
    margin-top: 15px;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
   background-color:floralwhite;
    border: solid 4px #a3a3a3;
    border-radius:5px;
    max-width: 750px;
    margin-bottom: 50px;
}
#omiyage {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 19px;
    font-weight: bold;
}
#omiyage2 {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 19px;
    font-weight: bold;
}
.omiyage4 {
     margin-top: 35px;
     margin-right: 20px;
    text-align: right;
    max-width: 650px;
    }
.omiyageicon img {
     height: 32px;
     width: 32px;
      margin-bottom: 3px; 
        }

 .omiyage2 {
     margin-top: 15px;
    margin-left: 10px;
     margin-right: 5px;
         }

#omiyage5 {
    margin-left: 15px;
     margin-right: 5px;
    }
#omiyage3 {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 15px;
     margin-right: 5px;
    text-indent: -1em;
    padding-left: 1em;
    }

.omiyage6 {
    margin-top: 15px;
    margin-left: 15px;
     margin-right: 5px;
    text-indent: -1em;
    padding-left: 1em;
        }

#member {
   grid-row: sub;
    grid-column: 2 / -2;
   width: 100%;
   margin-top: 30px;
    margin-bottom: 30px;
   box-sizing: border-box;
        }

#member h2 {
    margin: 0;
    /*margin-left: 20px;
    margin-right: 20px;*/
    margin-bottom: 2px;
  box-sizing: border-box;
    
    }

#member h2 p {
  display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
     font-size: 24px;
    line-height: 1.5;
    margin:0;
    /*margin-left: auto;
    margin-right: auto;*/
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
    /*border-left: 12px solid rgb(0, 144, 255);*/
    border-left: 12px solid rgb(255, 0, 0);
    /*background-color: rgb(234, 240, 247);*/
    background-color: rgb(242, 242, 242);
    }

    #access-gridwaku {
    display: grid;
    grid-template-columns: 120px 1fr;
        margin-top: 3px;
        margin-bottom: 25px;
    }
    .denwabangou-gridwaku {
    display: grid;
    grid-template-columns: 46px 1fr;
        margin-bottom: 5px;
       }
a #access {
    grid-column: 1;
    /*margin-bottom: 5px;*/
    box-sizing: border-box;
        }

#member a #access p {
  display: block;
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
     font-size: 15px;
    line-height: 1;
   /* margin:0;*/
  /*margin-left: auto;*/
   /* margin-right: auto;*/
    text-decoration: none;
   /* text-align: left;*/
   /*color: #424141;*/
    color: rgb(33, 178, 217);
    box-sizing: border-box;
    font-weight: bold;
   border: 2px solid rgb(33, 178, 217);
    border-left: 10px solid rgb(33, 178, 217);
    border-radius: 3px 5px 5px 3px;
    /*background-color: rgb(234, 249, 240);*/
    background-color: floralwhite;
    }
#member a #access p:hover {
    border: 2px solid rgb(23, 145, 179);
     border-left: 10px solid rgb(23, 145, 179);
    /*background-color: rgb(234, 240, 247);*/
    color: rgb(23, 145, 179);
    }
#member article {
   /*background-color: rgb(234, 249, 240);*/
    background-color: floralwhite;
    padding-top: 42px;
    padding-bottom: 30px;
}
#member table, th, td {
    border: none;
    font-weight: normal;
}

    #member th {
  margin-left: 15px;
    margin-right: 15px;
  width: 4em;
    height: 25px;
  margin-bottom:7px;
  float: left;
  clear: both;
  text-align-last: justify;
  text-justify:inter-ideograph; 
border: none;
      }
.inter-ideograph{
  text-align: justify;
text-justify: inter-ideograph;
}

.denwabangou2 {
   padding-bottom: 25px; 
    }
.mail2-td {
    padding-bottom: 25px;
    }
#member td {
 /* margin-left: 95px;*/
  vertical-align: top;
  padding-right: 15px;
        }
.komejirushinomi {
   font-size: 13px;
 vertical-align: top;
 }
.mail2 {
    /*line-height: 20px;*/
  }
.mail2-1 {
    font-size: 14px;
  }
    
 #member td a {
       font-size: 60px;
       color: rgb(33, 178, 217);
     /*margin-top: 3px;*/
     
              }
  #member td a {
      text-decoration: none;
    }
   #member td a i:hover {
      color: rgb(23, 145, 179);
        
    }
   #member #line-height1 {
        height: 31px;
       width: 46px; 
        line-height: 51px;
        display: block;
    }
   #member #line-height2 {
        height: 22px;
       line-height: 43px;
        display: block;
         }

#member .komejirushi {
    text-indent: -2.2em;
  padding-left: 3.2em;
  padding-right: 20px; 
text-align: justify;
text-justify: inter-ideograph;
    margin-bottom: 15px;
}

.member-kome {
    font-weight: normal;
    }
#member #shiharaishurui {
    margin-right: 10px;
    margin-bottom: 20px;
               }    
#member #shiharaishurui img {
    height: auto;
    max-width: 300px;
    border: 2px solid rgb(176, 176, 176);
    border-radius: 8px;
               }
/* カレンダー ここから */

#calendar-wrapper {
    grid-row: recent;
    grid-column: 2 / -2;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
   box-sizing: border-box;
}
 #calendar-wrapper h2 {
    margin: 0;
    /*margin-left: 20px;
    margin-right: 20px;*/
    margin-bottom: 20px;
  box-sizing: border-box;    
    }
.calendar-setsumei {
  /* background-color: rgb(234, 255, 236);*/
    padding: 15px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    }

.kyuujitsu0 {
    display: block;
    /*width: 260px;*/
    padding-right: 0px;
    padding-top: 0px;
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
    margin:0;
    /*margin-left: auto;
    margin-right: auto;*/
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
               }
.kyuujitsu0 b {
    clear: both;
  display: inline-block;
  text-decoration: none;
  background-color: rgb(255, 68, 68);
    padding-top: 10px;
  width: 56px;
  height: 46px;
  line-height: 20px;
  border-radius: 28px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
  font-size: 18px;
    font-weight: normal;
    transform: rotate(-15deg);
    position: relative;
  top: 56px;
  left: 215px;
}
   


.kyuujitsu {
    display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
     font-size: 24px;
    line-height: 1.52;
    margin:0;
    /*margin-left: auto;
    margin-right: auto;*/
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
   /* border-left: 12px solid rgb(23, 183, 87);
    border-bottom: 1px solid rgb(23, 183, 87);*/
    /*border-left: 12px solid rgb(0, 144, 255);*/
    border-left: 12px solid rgb(255, 0, 0);
    /*background-color: rgb(234, 240, 247);*/
    background-color: rgb(242, 242, 242);
    }
.kyuujitsu-shita {
    margin: 0px auto 5px;
    margin-left: 5px;
    margin-right: 3px;
    
    text-align: left;
}
.kyuujitsu-shita b {
    color: #e05557;
    font-weight: normal;
}
.calendar {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cdcdcd;
    }
.calendar th,
.calendar td {
    padding: 5px 0;
    border: 1px solid #cdcdcd;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
.calendar th {
    background-color: #dedede;
}
.calendar th:first-child {
    background-color: #e05557;
    color: #ffffff;
}
/*.calendar td:first-child {
    color: #e05557;
}*/
.calendar th:last-child {
    background-color: #207bcf;
    color: #ffffff;
}
    
 /*カレンダー赤字*/   
.calendar td:nth-child(3) {
    color: #e05557;
}
/*.calendar #daywaku13 {
    color: #e05557;
} */ 
/*.calendar #daywaku15 {
    color: #e05557;
}  */  
 /*ここまで*/
    
.calendar td:first-child {
    background-color: #ffeaea;
 }
.calendar td:last-child {
    background-color: #f2f7ff;
 }
.calendar .holiday {
   background-color: #ffeaea;
        }
.calendar td.holiday {
   background-color: #ffeaea;
        }

#calendar-tsuki {
    margin: 0 0 5px 0;
    padding: 10px;
    font-size: 15px;
    border: 5px solid #dedede;
    border-radius: 15px;
    font-weight: bold;
  /*  background-color: aliceblue;*/
    text-align: center;
}
 #yokugetsu {
    margin: 15px 0 5px 0;
    }   
#calendar-tsuki2 {
    margin: 0 0 5px 0;
    padding: 10px;
    font-size: 15px;
    border: 5px solid #dedede;
    border-radius: 15px;
   font-weight: bold;
  /*  background-color: aliceblue;*/
    text-align: center;
}
    #raigetsu {
        margin-bottom: 80px;
    }

/* カレンダー ここまで */

#newswaku {
    grid-row: recent0;
    grid-column: 2 / -2;
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box; 
    padding-bottom: 100px;
    }
/*.my-parts {
    grid-row: recent0;
    grid-column: 2 / -2;
  display: inline-block;
  width: 35px;
  height: 45px;
  border-radius:  0 0 100% 0;
  background: rgb(255, 0, 0);
  z-index: 1;
}  */ 
#newswaku h2 {
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 0;
    box-sizing: border-box;
      }
#newswaku h2 p {
    display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-left: 10px;
    /*padding-top: 12px;*/
    padding-top: 13px;
    padding-bottom: 12px;
     /*font-size: 24px;*/
    font-size: 23px;
    line-height: 1.5;
    margin:0;
    /*margin-left: auto;
    margin-right: auto;*/
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
   /* border-left: 12px solid rgb(23, 183, 87);
    border-bottom: 1px solid rgb(23, 183, 87);*/
    /*border-left: 12px solid rgb(0, 144, 255);*/
    border-left: 12px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
     }
    
    
#newswaku article { 
    /*background-color: rgb(234, 249, 240);*/
    background-color: floralwhite;
    padding-top: 32px;
    padding-bottom: 30px;
        }
    #osusume {
        position: relative;
        max-width: 400px;
        margin: 15px;
        margin-top: 0px;
        padding-top: 28px;
    }
    #osusume #log3 {
        position: absolute;/*絶対配置*/
        width: 100%;
        left: 0; 
        top: 0; 
        font-size: 18px;
        text-align: center;
        }
    #osusume #log4 {
        position: absolute;/*絶対配置*/
        width: 100%; 
        left: 0; 
    top: 0; 
        font-size: 18px;
        text-align: center;
        text-decoration: line-through;
        visibility: hidden;
        }
    .osusumegazou {
        position: relative;
    }
    
    .osusumegazou #eigyoubi {
        position: absolute;/*絶対配置*/
        width: 100%;
    left: 0; 
    top: calc(50% - 50px); 
    text-align: center; 
    font-size: 27px;
    line-height: 40px;
  display: none;      
    }
    .osusumegazou #oyasumi {
       position: absolute;/*絶対配置*/
        width: 100%;
    left: 0; 
    top: calc(30% - 50px); 
        margin-top: 0px;
    text-align: center;
    font-size: 38px;
    line-height: 40px;
  visibility: hidden;  
    }
    .osusumegazou #torikeshisen {
        position: absolute;/*絶対配置*/
        width: 100%;
    left: 0; 
    top: calc(50% - 50px); 
    text-align: center; 
    font-size: 27px;
    line-height: 40px;
    text-decoration: line-through;
        visibility: hidden;
    }
    .osusumegazou img {
        width: 100%;
    }
     .zeikomikakaku0 {
        margin-top: 0px;
        text-align: right;
        }

#omiyage {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 19px;
    font-weight: bold;
}
#omiyage2 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 19px;
    font-weight: bold;
}
.omiyageicon img {
     height: 32px;
     width: 32px;
      margin-bottom: 3px; 
        }
 .omiyage2 {
    margin-left: 15px;
     margin-right: 15px;
       } 
.omiyage3 {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 20px;
    text-indent: -1em;
    padding-left: 1em;
    }
#shinchakumidashi {
    margin: 15px;
    margin-top: 50px;
    display: block;
    /*width: 100%;*/
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
     font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #424141;
   box-sizing: border-box;
    font-weight: normal;
    background-color: rgb(234, 240, 247); 
    
    }
     
 .news {
    margin: 15px;
     width: 100%;
    box-sizing: border-box;
    }   
.news dl { 
    overflow: hidden;
    margin-top: 8px;
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-bottom: 4px;
     }

.news dt {
 /* width: 6em;*/
    padding-top: 30px;
  padding-left: 3px;
  padding-bottom:10px;
   /* float: left;*/
  /*clear: both;*/
}
.news dt:first-child {
    padding-top: 15px;
    }

.news dd {
  margin-right: 30px;
  padding-left: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #888888;
  line-height: 1.4;
 }
.news dl :last-child{
 border-bottom: none;
 }
 
.news .new-icon-ichi {
         margin: 0;
       padding-bottom: 0px;
       border-bottom: 0px; 
       position: relative;
       top: -5px;
       line-height: 1;
            } 

 .news .new-icon {
        display: inline-block;
      margin: 0;
      padding: 3px 5px;
    padding-bottom: 1px;
     background-color: rgb(255, 68, 68);
        border-radius: 7px;
        color: #fff;
      line-height: 13px; 
    font-size: 13px;
            }

.news img {
    /*margin-right: 8px;*/
    margin-top: 0px;
    margin-bottom: 6px;
    width: 28px;
    }
 

/* mod_panel
-----------------------------------------*/
#hiraku {
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 75px;
    font-size: 17px;
       }
#hiraku:hover {
    font-weight: bold;
}    

/*#sankaku5-1:hover {
    font-weight: bold;
}*/

#sankaku5-1 {
    height: 30px;
   padding-top: 0px;
    padding-left: 10px;
    color: #666666;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
       }
#sankaku5-1-1 {
    line-height: 30px;
    float: left;
    }

#sankaku5-2 {
    height: 30px;
    padding-top: 0px;
    padding-left: 10px;
    display: none;
   font-weight: normal;
    color: #666666;
    font-size: 17px;
}
#sankaku5-2-1 {
    line-height: 30px;
    float: left;
}
#toziru {
     font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 65px;
    font-size: 17px;
 }
#toziru:hover {
    font-weight: bold;
}    
    

/*#sankaku5-2:hover {
    font-weight: bold;
}*/

.mod_panel {
/* margin: 15px;*/
      }
.panelTitle {
   margin: 15px; 
    margin-top: 0px;
    margin-bottom: 0px;
       }
.mod_panel .panelTitle a {
 background-color: rgb(234, 240, 247);
	display: block;
	padding: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    /* font-weight: bolder;*/
    text-align: center;
    height: 30px;
    text-decoration: none;
}

.mod_panel_inner {
      }
.mod_panel_inner p{
     }
.mod_panel_inner.close {
 display: none;
}
.mod_panel_inner_btn p.closebtn {
 display: block;
 cursor: pointer;
 /*padding: 15px 20px;*/
 text-align: center;
    line-height: 30px;
    margin: 15px;
   }
    .mod_panel_inner_btn p.closebtn:hover {
        font-weight: bold;
    }   
.mod_panel_inner_btn p.closebtn a {
    width: 100%;
    height: 30px;
 /*background-color: #d6d6d6;*/
 background-color: rgb(234, 240, 247);
 color: #444444;
 text-decoration: none;
 /*border-radius: 4px;*/
 display: inline-block;
 /*padding: 9px 10px 7px 10px;*/
 box-sizing: border-box;
margin-bottom: 10px;
    font-size: 17px;
}

/*---------------------------------------------*/

#zashikigazou {
  grid-row: recent2/recent4; 
  width: 100%;
  box-sizing: border-box;
    margin-top: 460px;
    z-index: -1;
     }
    
/*---------------------------------------------*/    
    #omakasejump_section {
     grid-row: recent2;
    grid-column: 2 / -2;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1frx;
	grid-template-rows: auto;
    margin-bottom: 20px;    
          } 
#omakasejump_section .aidunoosusume {
     font-size: 22px;
     font-weight: bold;
     margin-left: 10px;
    line-height: 1.2;
    color: #000;
    margin-top: 0px;
    margin-left: auto;
     margin-right: auto;
    z-index: -1;
       }
    
#omakasejump_section #omakasejump {
    justify-self: center;
    box-sizing: border-box;
    width: 260px; 
    height: 285px;
       /* background-color: #fff;*/
        border-radius: 10px;
        border: solid 2px rgb(255, 66, 0);
    display: grid;
        grid-template-columns: 1fr;
	    grid-template-rows: [recent35] auto;
    z-index: -1;
                   } 

 #omakasejump_section #omakasejump .jumpmidashi {
      grid-column: 1/-1;
     grid-row: recent35;
     margin-top: 20px;
     margin-left: 20px;
      margin-right: 20px;
            }   
   #omakasejump_section #omakasejump .jumpmidashi p {
    display: block;
    width: auto;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 1px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.5;
    margin:0;
    padding-left: 10px;
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
    border-left: 8px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
          }
    
 #omakasejump_section #omakasejump figure{
     grid-column: 1/-1;
     grid-row: recent35;
     z-index: -1;
             }
    
 #img_ryouri img{
     border-radius: 13px;
     border: solid 2px #fff;
     background-color: #fff;
     margin-top: 110px;
     width: 130px;
     margin-left: 5px;
             }
 #img_hito {
       text-align: right; 
    }         
 #img_hito img{
     border-radius: 13px;
     border: solid 2px #fff;
     background-color: #fff;
     margin-top: 110px;
     width: 120px;
     margin-right: 2px;
         }    
    
#omakasejump_section #omakasejump p{
     grid-column: 1/-1;
    grid-row: recent35;
     font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
               }
    

#omakasejump_section #omakasejump .aidunoosusume2 {
     grid-column: 1/-1;
    grid-row: recent35;
     font-weight: bold;
    text-align: left;
    margin-left: 10px;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -2px -2px 0 #FFF,
              -1px 1px 0 #FFF, 2px -2px 0 #FFF,
              0px 1px 0 #FFF,  0 -2px 0 #FFF,
              -1px 0 0 #FFF, 2px 0 0 #FFF;
    margin-top: 55px;
           }
#omakasejump_section a {
    margin-top: 0px;
    margin-left: auto;
     margin-right: auto;
    text-decoration: none;
    position: relative;
    top: -60px;
    font-weight: bold;
         }
    
#omakasejump_section a #jumpyazirushi {
   background-color: rgb(255, 66, 0);
  width: 260px;
  height: 60px;
  border-radius: 0 0 8px 8px; 
            }
 #omakasejump_section #jumpyazirushi p {
      font-size: 17px;
        color: #fff;
        line-height: 60px;
        text-align: center;
           }   

/*---------------------------------------------*/
/* フッター */
#footer {
	grid-row: foot;
    margin-top: 0px;
	/*justify-self: center;*/
	/*align-self: center;*/
	font-size: 13px;
	/*font-family: 'Raleway', sans-serif;*/
    display: grid;
    grid-template-columns: 1fr 280px 1fr;
    grid-template-rows:
        [recent20] 70px
        [recent21] 100px
        [recent21-2] 15px
        [recent21-3] 80px
        [recent22] 50px
		[recent23] 30px;
    }
/* フッターのバー */
/*body::after {
	content: "";
	background-color: #eeeeee;
	grid-column: 1 / -1;
	grid-row: foot;
	z-index: -1;
}*/

    #namae-foot-0 {
        grid-column: 2;
        grid-row: recent21;
           } 
    #namae-foot {
       font-size: 21px;
        text-align: center;
        
    }
    


    #visual_comment0-foot {
    width: 280px;
    /*font-family: serif;*/
    font-weight: normal;
    line-height: 1.3em;
    margin-right: 0em;
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0em;
    padding-right: 0.7em;
    justify-self: end;
       }
   #justify-self_end {
      grid-column: 2;
        grid-row: recent21-2; 
      justify-self: center;
         } 
    #justify-self_end p {
        line-height: 1.2;
    } 
  #justify-self_end_2 {
      grid-column: 2;
        grid-row: recent21-3; 
        justify-self: center;
      
    }  
#visual_comment-foot_f {
 width: 135px;
 display: flex;
 align-items: center;
}
    #visual_comment-foot_r {
width: 280px;
 display: flex;
 align-items: center;
        
}
    #visual_comment-foot_f:before {
 border-top: 1px solid;
content: "";
flex-grow: 1;
}
 #visual_comment-foot_r:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
    #visual_comment-foot_f:before {
margin-right: 0.3rem;
}
    #visual_comment-foot_r:after {
margin-left: 0.3rem;
}
    
#privacy_policy {
    grid-column: 2;
    grid-row: recent22;
    justify-self: center;
                }
 #privacy_policy h3{
    width: 180px;
     padding: 5px 0px 5px 0px;
 border: 1px solid #cccccc;
 border-radius: 5px;
  /*background-color: aliceblue;*/
     color: #666;
     font-weight: normal;
     font-size: 13px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
      text-align: center;
             }   
 #privacy_policy a {
     text-decoration: none;
     
    }
  #privacy_policy h3:hover {
     background-color: #ffffff;
     
    }
    
    
 /*ここから*/
.invisible{
 display: none;
}

a.clickToolTip:hover {
    cursor: pointer;
}
p.toolTip{
 margin: 0;
 color: #000;
 width: 255px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 15px 15px 15px 15px;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}
.hinmeiwaku{
    margin-left: 10px;
    font-size: 17px;
    font-weight: normal;
       }
     
#kijimofu {
    grid-column: 2;
    grid-row: recent23;
    text-align: center;
    }   

/*ここまで*/     
    
/* ===== スマホ小の設定 ===== */
@media (max-width: 354.9px) { 
    
        
 #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
    #snsbtn .twitter-share-button {
          margin-left: 2px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 2px;
    }
    #point {
   position: relative;
    top: 100px;
        }
   #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
    #renrakusaki {
    top: 100px;   
         }
    }
 /* ===== スマホ小の設定 ===== */
@media (min-width: 355px) and (max-width: 389.9px) { 
    
    
    #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
        
     #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
    #renrakusaki {
    top: 100px;   
         }
    }   
    
/* ===== スマホ中､大の設定 ===== */
@media (min-width: 390px) and (max-width: 639.9px) {

    
   #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
    
    #namae {
    position: relative;
    top: 35vw;
        width: inherit;
    grid-column: 1 / -1;
    grid-row: title;
    height: 8vw;
    font-size: 6.0vw;
   /* font-family: serif;
    font-weight: bolder;*/
    line-height: 1.3em;
    margin-right: 3.3em;
    margin-left: 0em;
    padding: 1em;
    padding-top: 0.5em;
    padding-left: 0.75em;
    padding-right: 0.76em;
    padding-bottom: 0.5em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
    }

#visual_comment0 {
    position: relative;
    top: -135px;
    grid-column: 1 / -1;
    grid-row: recent-2;
    height: 42px;
    width: 340px;
    font-size: 15px;
    /*font-family: serif;*/
    font-weight: normal;
    line-height: 1.3em;
    margin-right: 0em;
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.1em;
    padding-right: 0.7em;
    justify-self: end;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
}

#point {
   position: relative;
    top: 50px;
        }
#eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
    #renrakusaki {
    top: 100px;   
         }
     }
/* ===== PC版小の設定 ===== */
@media (min-width: 640px) and (max-width: 999.9px){

/* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.3fr repeat(6,1fr) 0.3fr;
	/*grid-column-gap: 3%;
	column-gap: 3%;*/
    grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
		[head] auto
		[title] auto
        [recent-2] auto
        [recent-1-1] auto
        [recent-1] auto
        [recent0] auto
		[sub] auto
		[recent] auto
        [recent2] auto
        [recent3] auto;
}
    
/* PC版：ナビゲーションメニュー　safari以外 */
   
    #global_navi {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	   }
    
    #global_navi ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
    
/* PC版：ナビゲーションメニュー safari用 */    
    #global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
       }

   #global_navi_safari ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	   }
    
    #global_navi_safari ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi_safari ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
    
 #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
       background-image: url(../images/top_v_12_1.jpg);
      background-size: cover;
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
    #renrakusaki {
   grid-row:  title; 
    grid-column: 1 / -1;
   position: relative;
    top: 85px;   
   /* width: 450px;*/
     margin-top: 0px;
        margin-left: auto;
        margin-right: 15px;
        padding-left: 0px;
    box-sizing: border-box;
     } 
  #renrakusaki-grid {
    display: grid;
   grid-template-columns: 230px 10px 220px;
	margin-top: 0px;
   /* height: 35px;*/
    }
  #renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	 margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
      text-decoration: none;
    } 
    
#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 53px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    }
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 48px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 20px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 0px;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
    #aizu-logo {
    grid-column: 1 / -1;
    grid-row: title;
    display: block;
    height: 450px;
    width: 675px;
    }
   
   #namae {
    position: relative;
    /*top: -30vw;*/
   top: 110px;
    grid-column: 1 / -1;
    grid-row: title;
    /*height: 6vw;*/
       height: 50px;
    /*font-size: 4.7vw;*/
   font-size: 40px;
    /*font-family: serif;
    font-weight: bolder;*/
    line-height: 1.3em;
    /*margin-right: 4.7em;*/
    width: 490px;   
    margin-left: 0em;
    /*margin-bottom: 7.5em;*/
    padding: 1em;
    padding-top: 0.5em;
    padding-left: 1.75em;
    padding-right: 0.76em;
    padding-bottom: 0.5em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
}
#visual_comment0 {
    position: relative;
    /*top: -26vw;*/
    top: 260px;
    grid-column: 1 / -1;
    grid-row: title;
    /*height: 8.5vw;*/
    height: 63px;
    /*font-size: 2.5vw;*/
    font-size: 20px;
    /*font-family: serif;
    font-weight: bolder;*/
    line-height: 1.3em;
    margin-right: 0px;
    margin-left: auto;
    width: 490px; 
    /*margin-bottom: 6.5em;*/
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.5em;
    padding-right: 1.0em;
    /*justify-self: end;*/
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6);
}
    #visual_comment {
  margin-right: 2.5em;  
}
#eigyoujikan {
    /*width: 343px;*/
     }
    
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
    
  #snsbtn {
    grid-column: 2 / -2;
    grid-row: recent-2;
    position: relative;
    /*top: -22vw;*/
     top: -18px; 
    text-align: right;
    }
    
  
  /*  #point {
   grid-column: 2/-5;     
   grid-row: recent-1; 
position: relative;
    top: 50px;
    max-width: 500px;
    justify-self: right;    
    margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 10px;
   box-sizing: border-box;
    }*/
    
  #omiyageoowaku {
   grid-row: recent-1-1;
    grid-column: 2/-2;
    width: 100%;
   margin-top: 30px;
    margin-bottom: 30px;
   box-sizing: border-box;
        }
    #omiyageoowaku2 {
   grid-row: recent0-2;
    grid-column: 2/-2;
    width: 100%;
   margin-top: 30px;
    margin-bottom: 30px;
   box-sizing: border-box;
        }
    
    #member {
    grid-column: 5/-2;
    grid-row: recent-1;
    position: relative;
    top: 50px;
    max-width: 480px;
   /*width: 100%;*/
    margin-top: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        
      /* border: 1px solid #cdcdcd; */
     /*margin: 20px 10px 10px 10px;*/
     box-sizing: border-box;
   /* background-color: aliceblue; */
  }
        
   #newswaku {
    grid-column: 2/-5;
    grid-row: recent-1/recent2; 
    max-width: 500px;
   /*width: 100%;*/
    justify-self: right;
    margin-top: 50px;
       margin-right: 0px;
       margin-left: 0px;
       margin-bottom: 0px;
       padding-bottom: 10px;
    /*margin: 10px;*/
    box-sizing: border-box; 
    }
    
    
    #calendar-wrapper {
   grid-column: 5/-2;
    grid-row: recent0/recent2; 
    max-width: 500px;
   /*width: 100%;*/
    margin-top: 100px;
    margin-left: 0px;
    box-sizing: border-box;
   }
    
  #omakasejump_section {
        grid-row: recent;
    grid-column: 2 / -5;
     } 
    
}

/* ===== PC版中の設定 ===== */
@media (min-width: 1000px) and (max-width: 1199.9px){
    
/* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.7fr repeat(6,1fr) 0.7fr;
	/*grid-column-gap: 3%;
	column-gap: 3%;*/
    grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
		[head] auto
		[title] auto
        [recent-2] auto
        [recent-1-1] auto
        [recent-1] auto
        [recent0] auto
		[sub] auto
		[recent] auto
        [recent2] auto
        [recent3] auto
}
    
/* PC版：ナビゲーションメニュー　safari以外 */
   
    #global_navi {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
       }

   #global_navi ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	 padding-left: 15%;
     padding-right: 15%;
	   }
    
    #global_navi ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
         }
    
     #global_navi ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
    
/* PC版：ナビゲーションメニュー safari用 */    
    #global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
      }

   #global_navi_safari ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	 padding-left: 15%;
     padding-right: 15%;
	   }
    
    #global_navi_safari ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi_safari ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
 #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
      background-image: url(../images/top_v_12_1.jpg);
      background-size: contain;
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
    #renrakusaki {
   grid-row:  title; 
    grid-column: 1 / -1;
   position: relative;
    top: 85px;   
   /* width: 450px;*/
     margin-top: 0px;
        margin-left: auto;
        margin-right: 15px;
        padding-left: 0px;
    box-sizing: border-box;
     } 
  #renrakusaki-grid {
    display: grid;
   grid-template-columns: 230px 10px 220px;
	margin-top: 0px;
   /* height: 35px;*/
    }
  #renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	 margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
      text-decoration: none;
    } 
    
#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 53px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    }
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 48px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 20px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 0px;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
    #aizu-logo {
    grid-column: 1 / -1;
    grid-row: title;
    display: block;
    height: 450px;
    width: 675px;
    }
   
 #namae {
    position: relative;
    /*top: -30vw;*/
   top: 150px;
    grid-column: 1 / -1;
    grid-row: title;
    /*height: 6vw;*/
       height: 48px;
    /*font-size: 4.7vw;*/
   font-size: 39px;
   /* font-family: serif;
    font-weight: bolder;*/
    line-height: 1.1em;
    /*margin-right: 4.7em;*/
    width: 470px;   
    margin-left: 0em;
    /*margin-bottom: 7.5em;*/
    padding: 1em;
    padding-top: 0.6em;
    padding-left: 1.55em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
}
#visual_comment0 {
    position: relative;
    /*top: -26vw;*/
    top: 325px;
    grid-column: 1 / -1;
    grid-row: title;
    /*height: 8.5vw;*/
    height: 70px;
    /*font-size: 2.5vw;*/
    font-size: 23px;
   /* font-family: serif;
    font-weight: bolder;*/
    line-height: 1.3em;
    margin-right: 0px;
    margin-left: auto;
    width: 580px; 
    /*margin-bottom: 6.5em;*/
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    /*justify-self: end;*/
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6);
}
    #visual_comment {
  margin-right: 2.5em;  
}
  #eigyoujikan {
   /* width: 348px;*/
     }  
  #eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }  
  #snsbtn {
    grid-column: 2 / -2;
    grid-row: recent-2;
    position: relative;
    /*top: -22vw;*/
     top: -18px; 
    text-align: right;
    }
    

 /*   #point {
   grid-column: 2/-5;     
   grid-row: recent-1; 
position: relative;
    top: 50px;
        left: 0px;
    max-width: 500px;
   width: 100%;
    justify-self: right;    
    margin-top: 0px;
    margin-bottom: 30px;    
     margin-right: 0px;
   box-sizing: border-box;
        padding-right: 20px;
    }*/
    
    #omiyageoowaku {
   grid-row: recent-1-1;
    grid-column: 2/-2;
    width: 100%;
   margin-top: 30px;
    margin-bottom: 30px;
   box-sizing: border-box;
        }
      
    #member {
    grid-column: 5/-2;
    grid-row: recent-1;
    position: relative;
    top: 50px;
    max-width: 480px;
   /*width: 100%;*/
    margin-top: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        padding-left: 20px;
      /* border: 1px solid #cdcdcd; */
     /*margin: 20px 10px 10px 10px;*/
     box-sizing: border-box;
   /* background-color: aliceblue; */
  }
    #member h2 {
   /* margin-bottom: 45px;*/
      }
    
   #newswaku {
    grid-column: 2/-5;
    grid-row: recent-1/recent; 
    max-width: 500px;
   /*width: 100%;*/
    justify-self: right;
    margin-top: 50px;
       margin-right: 0px;
       padding-right: 20px;
       padding-bottom: 10px;
       margin-bottom: 0px;
    /*margin: 10px;*/
    box-sizing: border-box; 
    }
    
    
    #calendar-wrapper {
   grid-column: 5/-2;
    grid-row: recent0/recent2; 
    max-width: 500px;
   /*width: 100%;*/
    margin-top: 40px;
        margin-left: 0px;
        padding-left: 20px;
     box-sizing: border-box;
   }
    
    #omakasejump_section {
        grid-row: recent;
    grid-column: 2 / -5;
     } 
    
}

/* ===== PC版中の設定ここまで ===== */

/* ===== PC版大の設定 ===== */
@media (min-width: 1200px) {

 /* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.7fr repeat(6,1fr) 0.7fr;
	/*grid-column-gap: 3%;
	column-gap: 3%;*/
    grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
		[head] auto
		[title] auto
        [recent-2] auto
        [recent-1] auto
        [recent0] auto
		[sub] auto
		[recent] auto
        [recent2] auto
        [recent3] auto
}
    
/* PC版：ナビゲーションメニュー　safari以外 */
   
    #global_navi {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	 padding-left: 15%;
     padding-right: 15%;
	   }
    
    #global_navi ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
         }
    
     #global_navi ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
    
/* PC版：ナビゲーションメニュー safari用 */    
    #global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi_safari ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	 padding-left: 15%;
     padding-right: 15%;
	   }
    
    #global_navi_safari ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi_safari ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
 #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
       background-image: url(../images/top_v_12_1.jpg);
       background-size: contain;
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
    #renrakusaki {
   grid-row:  title; 
    grid-column: 1 / -1;
   position: relative;
    top: 85px;   
   /* width: 450px;*/
     margin-top: 0px;
        margin-left: auto;
        margin-right: 15px;
        padding-left: 0px;
    box-sizing: border-box;
     } 
  #renrakusaki-grid {
    display: grid;
   grid-template-columns: 230px 10px 220px;
	margin-top: 0px;
   /* height: 35px;*/
    }
  #renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	 margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
      text-decoration: none;
    } 
    
#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 53px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    }
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 48px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 20px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 0px;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
    #aizu-logo {
    grid-column: 1 / -1;
    grid-row: title;
    display: block;
    height: 450px;
    width: 675px;
    }
   
   #namae {
    position: relative;
    /*top: -30vw;*/
   top: 140px;
    grid-column: 1 / -1;
    grid-row: title;
    /*height: 6vw;*/
       height: 60px;
    /*font-size: 4.7vw;*/
   font-size: 46px;
   /* font-family: serif;
    font-weight: bolder;*/
    line-height: 1.3em;
    /*margin-right: 4.7em;*/
    width: 550px;   
    margin-left: 0;
    /*margin-bottom: 7.5em;*/
    padding: 1em;
    padding-top: 0.5em;
    padding-left: 2em;
    padding-right: 1.5em;
    padding-bottom: 0.5em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
}
#visual_comment0 {
    position: relative;
    /*top: -26vw;*/
    top: 320px;
    grid-column: 1 / -1;
    grid-row: title;
    /*height: 8.5vw;*/
    height: 80px;
    /*font-size: 2.5vw;*/
    font-size: 27px;
   /* font-family: serif;
    font-weight: bolder;*/
    line-height: 1.3em;
    margin-right: 0px;
    margin-left: auto;
    width: 700px; 
    /*margin-bottom: 6.5em;*/
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    /*justify-self: end;*/
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6);
}
    #visual_comment {
  margin-right: 2.5em;  
}
  #eigyoujikan {
   /* width: 348px;*/
     }  
  #eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }  
  #snsbtn {
    grid-column: 2 / -2;
    grid-row: recent-2;
    position: relative;
    /*top: -22vw;*/
     top: -18px; 
    text-align: right;
    }
    
      
  /*  #point {
   grid-column: 2/-5;     
   grid-row: recent-1; 
position: relative;
    top: 50px;
    max-width: 500px;
     justify-self: right;    
    margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 0px;
        padding-right: 20px;
   box-sizing: border-box;
      }*/
    #omiyageoowaku {
        grid-row: recent-1-1;
     grid-column: 2/-2;
    width: 100%;
    max-width: 1015px;
    justify-self: center;
   margin-top: 30px;
    margin-bottom: 30px;
   box-sizing: border-box;
        }
   #omiyageoowaku2 {
   grid-row: recent-1-2;
    grid-column: 2/-2;
    width: 100%;
    max-width: 1015px;
    justify-self: center;
   margin-top: 30px;
    margin-bottom: 30px;
   box-sizing: border-box;
        } 
    
    #member {
    grid-column: 5/-2;
    grid-row: recent-1;
    position: relative;
    top: 50px;
    max-width: 500px;
   /*width: 100%;*/
    margin-top: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        padding-left: 20px;
      /* border: 1px solid #cdcdcd; */
     /*margin: 20px 10px 10px 10px;*/
    box-sizing: border-box;
    /* background-color: aliceblue; */
  }
    #member h2 {
   /* margin-bottom: 45px;*/
      }
    
   #newswaku {
    grid-column: 2/-5;
    grid-row: recent-1/recent; 
    max-width: 500px;
   /*width: 100%;*/
    justify-self: right;
    margin-top: 50px;
       margin-right: 0px;
       padding-right: 20px;
       padding-bottom: 10px;
       margin-bottom: 0px;
    /*margin: 10px;*/
    box-sizing: border-box; 
    }
    
    #calendar-wrapper {
   grid-column: 5/-2;
    grid-row: recent0/recent2; 
    max-width: 500px;
   /*width: 100%;*/
    margin-top: 50px;
        margin-left: 0px;
        padding-left: 20px;
     box-sizing: border-box;
    
   }
    
   #omakasejump_section {
        grid-row: recent;
    grid-column: 2 / -5;
    justify-self: right;
       max-width: 500px;

     } 
    
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
      display: block;
       }
}
