@charset "utf-8";

/* 基本設定 */

* {
	margin: 0;
}

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

span {
    display:block;
}

/* ページ全体の設定 */
body {
	display: grid;
	grid-template-columns: 15px 1fr 15px;
	grid-template-rows:
        [recent0-0] auto
        [recent0] auto
        [recent0-1] auto
        [head] auto
        [shuzaikiji-0] auto
        [aisatsu] auto
        [comment] 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;
}

.bun {
   /* margin-left: 10px;*/
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 28px;
    line-height: 1.8;
    /*font-size: 17px;*/
}
.kintouwari p {
  display: flex;
  justify-content: space-between;
}

/*a { color: #A4A4A4; }   
a:visited { color: #585858; }
a:hover {
  color: #585858;
  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; }
h1 { margin-bottom: 5px; }
p {
  margin-top: 0;
  line-height: 1.6;
}
.image {margin: 0
}
img { vertical-align: bottom; 
}
img {
    max-width: 100%;
}


span {
   display: inline-block;
}

/*ナビゲーションメニュー　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;
   }
.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; 
}
/* ------------------------------------------- */  

#renrakusaki {
   grid-row:  recent0; 
      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;
        }
    #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);
   }
    
 #eigyoujikan {
   grid-row:  recent0-1; 
    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;
     }
#snsbtn {
    grid-column: 2 / -2;
    grid-row: recent0-1;
    text-align: right;
     margin-top: 3px;
    pointer-events: none;
    }
    
  #snsbtn .twitter-share-button {
          margin-left: 10px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 10px;
    }  
 #snsbtn2 {
    grid-column: 1 / -1;
    grid-row: recent0-1;
    background-color: #fff;
    height: 40px;
    z-index: 0;
    width: 100%;
    margin-left: auto;
     }
#snsbtn3 {
    grid-column: 1 / -1;
    grid-row: recent0-1;
    height: 40px;
    width: 100%;
     }


   #main_visual{
      grid-column: 1 / -1;
    grid-row: recent0;
      width: 100%;
    height: auto;
    margin: 132px auto 0px;
  }
   #visual_comment {
    grid-column: 1 / -1;
    grid-row: head;
    /*width: 100%;*/
    font-size: 3vw;
    font-family: serif;
    font-weight: bolder;
    line-height: 1.3em;
    margin-top: 5em;
    margin-left: 5em;
    color: #fff;
}
    

    #dpagetop {
      grid-column: 1 / -1;
      grid-row: head;
    padding-top: 120px;
    }
/* コンテンツ全体 */
/* メイン部分 */
#shuzaikiji-0 {
   grid-row: shuzaikiji-0;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
 	font-family: sans-serif;
    color: #555555;
      }
/* パーツの配置*/
#shuzaikiji {
   grid-row: shuzaikiji;
   grid-column: 1 / -1; 
   width: 100%;
    /*margin-top: 150px;*/
    box-sizing: border-box;
      }
     

#shuzaikiji-1 {
    margin-top: 50px;
    text-align: justify;
    text-justify: inter-ideograph; 
    }
#shuzaikiji h5 {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
     margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  box-sizing: border-box;
}
#shuzaikiji h2 {
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 5px;
  box-sizing: border-box;
    }

#shuzaikiji h2 p {
  display: block;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    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: 12px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
}
#shuzaikiji #shuzaikiji-1 {
    max-width: 700px;
    margin-right: 5px;
           }   
#shuzaikiji #shuzaikiji-1-2 {
    text-align: right;
    max-width: 650px;
    margin-right: 15px;
           }
#shuzaikiji #shuzaikiji-2 {
    text-align: right;
    max-width: 660px;
    margin-right: 10px;
       }
    
#shuzaikiji #shuzaikiji-2 img {
    height: 135px;
    width: auto;
           }    
    
/*挨拶*/
#aisatsu {
   grid-row: aisatsu;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
    box-sizing: border-box;
    
      }
#aisatsu h2 {
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 5px;
  box-sizing: border-box;
    }

#aisatsu h2 p {
  display: block;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    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: 12px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
}

#tenpozushoukai {
    margin-top: 50px;
}
.oomoji-0 {
    font-size: 21px;
    font-weight: bold;
    border-left: 5px solid rgb(255, 0, 0);
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 0px;
    }
.oomoji-1 {
    font-size: 20px;
    border-left: 5px solid rgb(255, 0, 0);
    padding-left: 10px;
    margin-bottom: 0px;
    position: relative;
    top: 10px;
        left: 0px;
}
.oomoji {
    font-size: 20px;
    border-left: 5px solid rgb(255, 0, 0);
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 40px;
    position: relative;
    top: 20px;
        left: 0px;
}
.komoji {
position: relative;
    top: 20px;
        left: 0px;
}

 #gazou0 {
    margin-top: 50px;
     margin-bottom: 50px;
    max-width: 600px; 
    justify-self: center;
           }
/*----------------------------*/    

.koresetsumei {
    padding-left: 55px;
    text-indent: -53px;
    padding-right: 55px;
    justify-self: center;
    text-align: left;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    top: -3px;
     } 

    .kore_0 img {
        height: 23px;
        width: auto;
        padding-bottom: 1px;
    }
    
/*----------------------------*/    
#gazou0 {
    margin-bottom: 0px;
    
}   
 #gazou0 div {
     margin: 0px;
    }
#gazou-oowaku {
    /*margin-top: 50px;*/
    max-width: 600px; 
    justify-self: center;
		    }
  #gazou-oowaku div {
     margin: 0px;
    } 
    
    #gazou000 {
        display: grid;
        grid-template-columns: 1fr;
	grid-template-rows: auto;
        position: relative;
       top: -5px;
                    }
    #gazou000 img{
       grid-column: 1;
      grid-row: 1;
        z-index: -1;
           }
    #gazou000-1 {
        grid-column: 1;
      grid-row: 1;
        position: absolute;
    top: 29%;
    left:31%;
        width: 8%;
        }    
#gazou000-1 a img {
             }
#gazou000-2 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
    top: 47%;
    left:31%;
    width: 8%;
            }    
#gazou000-2 a img {
           }
#gazou000-3 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
     top: 60%;
    left: 31%;
    width: 8%;
        }    
#gazou000-3 a img {
        }
#gazou000-4 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
     top: 69%;
    left: 3%;
    width: 8%;
        }    
#gazou000-4 a img {
       }
#gazou000-5 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
     left: 45%;
    top: 46%;
    width: 8%;
        }    
#gazou000-5 a img {
        }   
#gazou000-6 {
        grid-column: 1;
      grid-row: 1;
      position: absolute;
    left: 45%;
    top: 54%;
    width: 8%;
        }    
#gazou000-6 a img {
       }   
#gazou000-7 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
    left: 89%;
    top: 76%;
    width: 8%;
        }    
#gazou000-7 a img {
      }
#gazou000-8 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
   left: 38%;
    top: 69%;
    width: 8%;
        }    
#gazou000-8 a img {
        }
#gazou000-9 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
    left: 51%;
    top: 17%;
    width: 8%;
        }    
#gazou000-9 a img {
        }
#gazou000-10 {
        grid-column: 1;
      grid-row: 1;
    position: absolute;
    left: 46%;
    top: 97%;
    width: 8%;
        }    
#gazou000-10 a img {
        }    
    .gazoutosetsumei figcaption {
     position: relative;
        top: 40px;
        left: 10px;
           }
    .gazoutosetsumei figcaption p {
        
        font-size: 15px;
        font-weight: bold;
    padding-top: 7px;
    padding-bottom: 5px;
    line-height: 1;
    margin:0;
    padding-left: 10px;
    padding-right: 10px;    
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
    /*border-left: 7px solid rgb(255, 0, 0);*/
    background-color: rgb(255, 255, 255);
   border-radius: 20px;
   display: inline-block;
    }

/* キジもふコメント */
#kijimofu_comment {
  grid-row: comment;
 grid-column: 2 / -2;
max-width: 1015px;
    width: 100%;
   justify-self: center;
  box-sizing: border-box;  
 }
#kijimofu_comment_d {
    margin-bottom: 3px;
}
#kijimofu_comment_p {
  text-align: left;
    text-indent: -1em;
    padding-left: 1em;
   text-align: justify;
text-justify: inter-ideograph; 
}
#kijimofu_comment_p b {
  color: #878787;
}
/*キジもふコメント*/

/* フッター */
#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 282px 1fr;
    grid-template-rows:
        [recent20] 70px
        [recent21] 80px
        [recent22] 90px
		[recent23] 30px;
    }

    #namae-foot-0 {
        grid-column: 2;
        grid-row: recent21;
    } 
    #namae-foot {
       font-size: 15px;
        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;
    margin-top: 0px;
    text-align: center;
    }   

/*ここまで*/  
    
 /*カメラここから*/
.invisible_camera {
 display: none;
}

a.clickToolTip_camera:hover {
    cursor: pointer;
}

   p.toolTip_camera {
    position: absolute; 
     margin: 0;
    margin-left: 3%;
 color: #000;
 width:94%;
 text-align: left;
 padding: 1%;
padding-top: 1%;
padding-bottom: 1%; 
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
    box-sizing: border-box;
  z-index: 1;
     }
 
/*ここまで*/ 
/*カメラここから2*/
.invisible_camera2 {
 display: none;
}

a.clickToolTip_camera2:hover {
    cursor: pointer;
}
p.toolTip_camera2 {
 margin: 0;
    margin-left: 3%;
 color: #000;
/*width: 370px;*/
  width: 94%;  
  position: absolute;
 text-align: left;
 padding: 1%;
 padding-top: 1%;   
 /*padding-bottom: 215px;*/
 padding-bottom: 54%;   
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
    box-sizing: border-box;
  z-index: 1;
}
/*ここまで*/
/*カメラここから3（外観用）*/
.invisible_camera3 {
 display: none;
}

a.clickToolTip_camera3:hover {
    cursor: pointer;
}
p.toolTip_camera3 {
 margin: 0;
    margin-left: 3%;
    margin-top: 27%;
 color: #000;
/*width: 370px;*/
  width: 94%;  
  position: absolute;
 text-align: left;
 padding: 1%;
 padding-top: 1%;   
 padding-bottom: 1%;   
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
    box-sizing: border-box;
  z-index: 1;
}
/*ここまで*/
/* ===== スマホ小の設定 ===== */
@media (max-width: 354.9px) { 
    
    #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
   #snsbtn {
    grid-column: 1 / -1;
    text-align: center;
    }
    
    #snsbtn .twitter-share-button {
          margin-left: 3px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 3px;
    }
    #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
     .koresetsumei {
     padding-right: 10px;
    }
    #gazou000 {
       top: 0px;
                 }
    #gazou-oowaku {
        margin-top: 50px;
    }
    
    #aisatsu #gazou_end {
    grid-column: 1;
    grid-row: 4; 
        width: 100%;
    max-width: 650px;
    justify-self: start;
        text-align: right;
     margin-top: 50px;
     }
      
    #aisatsu #gazou_end img { 
      width: 115px;
      }
      }
  /* ===== スマホ小の設定 ===== */
@media (min-width: 355px) and (max-width: 639.9px) { 
    
    #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
   
    #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
    .koresetsumei {
     padding-right:10px;
    }
    #gazou000 {
       top: 0px;
                 }
    #gazou-oowaku {
        margin-top: 50px;
    }
    #aisatsu #gazou_end {
    grid-column: 1;
    grid-row: 4; 
        width: 100%;
    max-width: 650px;
    justify-self: start;
        text-align: right;
    
     margin-top: 50px;
     }
      
    #aisatsu #gazou_end img { 
      width: 115px;
      }
    } 

/* ===== 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: 15px;
	column-gap: 15px;
    grid-template-rows:
        [recent0-0] auto
        [recent0] auto
        [recent0-1] auto
		[head] auto
        [shuzaikiji-0] auto
        [aisatsu] auto
        [comment] auto
        [foot] 400px;
        
}
    
/* 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; 
}  
/* ------------------------------------------- */
   
   #renrakusaki {
   grid-row: recent0; 
    grid-column: 1 / -1;
   position: relative;
    top: 85px;   
      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);
   }
 #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
       background-image: url(../images/top_v_12_2.jpg);
      background-color: rgb(235, 240, 255);
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
#eigyoujikan {
   /* width: 343px;*/
     }
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
    
    #dpagetop {
      grid-column: 1 / -1;
      grid-row: recent0;
    padding-top: 200px;
    }
    
   
  
   
 #profile {
   grid-column: 1/-1;
    grid-row: 3;
       margin-top: 55px;
           }
 #profile-1 {
    margin-right: 70px;
       } 
  
    
    /* メイン部分 */
#shuzaikiji-0 {
   grid-row: shuzaikiji-0;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    display: grid;
	grid-template-columns: 0px repeat(6,1fr) 0px;
	font-family: sans-serif;
    color: #555555;
      }
/* パーツの配置*/
#shuzaikiji-0 > * {
	grid-column: 2 / -2;
}
   #shuzaikiji {
       grid-row: 1;
         }
 
    #gazou00 {
   grid-column: 1/-1;  
   display: grid;
  grid-template-columns: 1fr;
        }
    
     #gazou0 {
        grid-column: 1;
        grid-row: 1;
       max-width: 450px;
        justify-self: start;
         }
#aisatsu #gazou0-2 {
        grid-column: 1;
        grid-row: 3;
       max-width: 650px;
        justify-self: start;
         }

         
    #aisatsu #gazou-oowaku {
    grid-column: 1;
    grid-row: 2;    
    max-width: 450px;
    margin-top: 53px;
    justify-self: start;
      }
    .koresetsumei {
     padding-right:10px;
    }
 #gazou000 {
       top: 0px;
     }
    
    #aisatsu #gazou_end {
    grid-column: 1;
    grid-row: 4; 
        width: 100%;
    max-width: 650px;
    justify-self: start;
        text-align: right;
     margin-top: 50px;
     }
      
    #aisatsu #gazou_end img { 
      width: 115px;
      }
}
/* ===== PC版最小の設定ここまで ===== */


/* ===== PC版中の設定 ===== */
@media (min-width: 1000px) {
    
body {
   grid-template-columns: 0.7fr repeat(6,1fr) 0.7fr;
   grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
        [recent0-0] auto
        [recent0] auto
        [recent0-1] auto
		[head] auto
        [shuzaikiji-0] auto
        [aisatsu] auto
        [comment] auto
        [foot] 400px;
		
}
    
/* 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; 
}  
/* ------------------------------------------- */
    
     #renrakusaki {
   grid-row: recent0; 
    grid-column: 2 / -1;
   position: relative;
    top: 85px;   
      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);
   }
#eigyoujikan {
   /* width: 348px;*/
     }    
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
  
    #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
     background-image: url(../images/top_v_12_2.jpg);
      background-color: rgb(235, 240, 255);
      /* background-repeat: no-repeat;
       background-size: contain;*/
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
  
    #aisatsu {
   max-width: 1015px;
   justify-self: center;
          }
    #aisatsu h2 {
   grid-column: 1/-1;
    grid-row: 1;
        margin-bottom: 40px;
      }
 #gazou00 {
   grid-column: 1/-1;  
   display: grid;
  grid-template-columns: 0.9fr 0.9fr 0.9fr 0.9fr 40px 1fr 1fr 1fr;
   
    }
    
 #gazou0 {
        grid-column: 1/5;
        grid-row: 2;
       max-width: 650px;
        justify-self: center;
         }
   
#aisatsu #gazou0-2 {
        grid-column: 1/5;
        grid-row: 3;
       max-width: 650px;
        justify-self: center;
         }

#aisatsu #gazou-oowaku {
    grid-column: -4/-1;
    grid-row: 2/4;    
    max-width: 450px;
    margin-top: 53px;
    justify-self: center;
      }
    
#aisatsu #gazou_end {
    grid-column: -4/-1;
    grid-row: 3;    
    width: 140px;
    justify-self: end;
    align-self: end;
    }
 #aisatsu #gazou_end img {
        position: relative;
        top: 10px;
    }      
  #shuzaikiji-0 {
   grid-row: shuzaikiji-0;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    display: grid;
	grid-template-columns: 0px repeat(6,1fr) 0px;
	font-family: sans-serif;
    color: #555555;
      }
/* パーツの配置*/
#shuzaikiji-0 > * {
	grid-column: 2 / -2;
} 
   #shuzaikiji {
   max-width: 1015px;
   justify-self: center;
   grid-row: 1;    
      }
   

 }

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

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

/* ===== スマホ小の設定 ===== */
@media (min-width: 355px) and (max-width: 389.9px) { 
   
    #snsbtn {
    grid-column: 1 / -1;
    text-align: center;
    }
    
    #snsbtn .twitter-share-button {
          margin-left: 3px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 3px;
    }
  } 


