@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*/
		/*[sub] auto*/
		[recent1] auto
        [recent2] auto
        [recent3] auto
        [mailform] auto
        [privacy_policy] auto
        [akusesu] auto
        [recent3] auto
        [tenpo] auto
        [recent4] 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;
}

    /* 画像ファイルの指定 */
/*a { color: #848484; }  
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;
    text-align: center;
}
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; 
}
/* ------------------------------------------- */  
#main_visual{
      grid-column: 1 / -1;
    grid-row: recent1;
      width: 100%;
    height: auto;
    margin: 132px auto 0px;
  }

   #dpagetop {
      grid-column: 1 / -1;
      grid-row: head;
    padding-top: 120px;
    }

#eigyoujikan {
   grid-row:  recent2; 
    grid-column: 2 / -2;
   position: relative;
  top: -68px;   
        margin-left: 0px;
        margin-right: auto;
        padding-left: 0px;
    box-sizing: border-box;
   /* width: 178px;*/
      }     
#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: recent2;
    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: recent2;
    background-color: #fff;
    height: 40px;
    z-index: 0;
    width: 100%;
    margin-left: auto;
     }
#snsbtn3 {
    grid-column: 1 / -1;
    grid-row: recent2;
    height: 40px;
    width: 100%;
     }

#renrakusaki {
   grid-row:  recent1; 
    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);
   }
/* コンテンツ全体 */
    
 .tab_wrap{
     max-width: 600px; 
     margin:80px; 
     margin-left: 0px; 
     margin-right: 0px;/*auto;*/
    margin-bottom: 5px;
    }
    
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0 8px;}
.tab_area label{
    position: relative;
    top: 2.3px;
    width:60px; margin:0 2px; display:inline-block; padding:6px 0px; color:#999; background:#ddd; text-align:center; font-size:15px; cursor:pointer; transition:ease 0.2s opacity;
    border: 2px solid #dedede;
    border-bottom: 0px;
    border-radius: 5px 5px 0 0
    }
 .tab_area .tab3_label {
        width:105px;
    }  

    @supports (-ms-ime-align:auto) { 
  .tab_area label{
      position: relative;
    top: 2.7px;
        }
}
    @-moz-document url-prefix() {
   .tab_area label{
      position: relative;
    top: 2.3px;
        }
} 
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
   .tab_area label{
      position: relative;
    top: 2.5px;
        }
} 
    
.tab_area label:hover{background-color: rgb(234, 240, 247)}
.panel_area{
    background:#fff; 
    border: 2px solid #dedede; 
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
        }
    #shiro {
        width: 100%;
        height: 3px;
        background-color: #fff;
        position: relative;
        left: -5px
    }
 .tab_panel{width:100%; padding:40px 0; display:none;}
/*.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}*/
 
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#fff; color:#000;}
#tab4:checked ~ .panel_area #panel4{display:block;}    
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block;} 
    
#kantanmailformnoue {
        grid-row: recent3;
   grid-column: 2 / -2; 
       margin-top: 30px; 
    }    
#kantanmailform {
   grid-row: mailform;
   grid-column: 2 / -2;
   width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
          }
#kantanmailform h2 {
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 50px;
  box-sizing: border-box;
    }

#kantanmailform 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);
}
   .midashi-1 {
        margin-top: 30px;
       margin-left: 10px;
          }
    .midashi-1 p {
        padding-left: 0px;
        font-weight: bold;
        
        } 
    
    .midashi-1 ul{
        margin-top: 0px;
        padding-left: 0px;
        }
    .midashi-1 li {
        list-style: none;
        display: inline;
        margin-right: 1em;
        }
    .midashi-1 li :last-child {
        margin-right: 0em;
        }
    .midashi-1 #aaa {
       
    }
   input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 5px;
}
    
    /* Firefox */
@-moz-document url-prefix() {
    input[type=radio] {
    width: auto;
    height: auto;
    vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 5px;
}
}
    .inputs-email {
        width: 15em;
        height: 24px;
        margin-top: 2px;
        font-size: 15px;
            }
    .inputs-name {
        width: 14em;
        height: 24px;
        margin-top: 2px;
        font-size: 16px;
            }
    .select-nendai {
        margin-top: 2px;
    }
    .inputs-soudan {
        margin-top: 2px;
    }
    .hissu {
        color: aliceblue;
        background-color: crimson;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
                }
    .nini {
        color: aliceblue;
        background-color:dodgerblue;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
                }
    .seibetsu {
        margin-top: 30px;
         }
    .seibetsu p {
        margin-top: 30px;
        padding-left: 0px;
        font-weight: bold;
        }
    .seibetsu ul{
        margin-top: 0px;
        padding-left: 0px;
        }
    
    .seibetsu li {
        list-style: none;
        display: inline;
        margin-right: 1em;
        }
    .seibetsu li input[type="radio"]{
        display:block;
        display: inline;
    }
    
    .nendai {
        margin-top: 30px;
        }
    .nendai p {
        /*display: inline;*/
        margin-right: 15px;
        padding-left: 0px;
        font-weight: bold;
    }
    .yoyakushitei {
        margin-top: 30px;
         }
    .yoyakushitei p {
        margin-top: 0px;
        padding-left: 0px;
        font-weight: bold;
        }
    .yoyakushitei ul{
        margin-top: 0px;
        padding-left: 0px;
        }
    .yoyakushitei li {
        list-style: none;
        display: inline;
        margin-right: 1em;
        }
    .yoyakushitei li input[type="radio"]{
        display:block;
        display: inline;
    }
    .kibouwaku {
       padding-top: 7px;
        margin-bottom: 5px;
      }
    
    .kiboubi {
        /*float: left;*/
        margin-bottom: 10px;
    }
    .kiboutime {
        margin-bottom: 8px;
        
    }
    .label {
        font-weight: bold;
        }
    select {
	/*border :1px solid #eee;*/
	font-size :15px;
        padding: 7px;
        padding-top: 4px;
}

   #daiichikibou {
        margin-bottom: 7px;
    }
    #dainikibou {
        margin-top: 7px;
        margin-bottom: 7px;
    }

     .item {
        margin-top: 30px;
    }
    .item-1 {
        margin-top: 0px;
    }
    .item-1 p {
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 8px;
        padding-left: 0px;
        text-align: justify;
text-justify: inter-ideograph;
    }
    
   .tab_panel .hosokufontweight {
        font-weight: normal;
    }  
    .tab_panel .hosokufontweight-margin input {
        
        }  
    input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
        margin-top: 10px;
        margin-bottom: 10px;
} 
    .textmidashi {
    padding-left: 16px;
    text-indent: -16px;
    text-align: justify;
    text-justify: inter-ideograph;
    }
    .text-justify {
        text-align: justify;
    text-justify: inter-ideograph;
      }
   .yoyakushitei .font-weight {
        font-weight: normal;
    }
    .coler1 {
      /*  background-color: #f1ffd1;*/
                }
    .coler2 {
       /* background-color: #dcff8a;*/
        }
    
/* mod_panel
-----------------------------------------*/
 .midashi-grid {
      display: grid;
   grid-template-columns: 63px 1fr;  
    } 
    
    
 #yohaku-ue {
        margin-top: 0px;
    }    

#sankaku6-1 {
    padding-top: 0px;
    padding-left: 0px;
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    
          }
#sankaku6-1-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
#sankaku6-2 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
    display: none;
    }
#sankaku6-2-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
      }
#sankaku7-1 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
      }
#sankaku7-1-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
#sankaku7-2 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
    display: none;
    }
#sankaku7-2-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
#sankaku8-1 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
      }
#sankaku8-1-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
#sankaku8-2 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
    display: none;
    }
#sankaku8-2-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }    
    .reibunmidashi {
    grid-column: 2; 
    grid-row: 1;
        align-self: center;
       }   
    
#sankaku9-1 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
      }
#sankaku9-1-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
#sankaku9-2 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
    display: none;
    }
#sankaku9-2-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
    
#sankaku10-1 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
      }
#sankaku10-1-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      }
#sankaku10-2 {
    padding-top: 0px;
    padding-left: 0px;
    color: #666666;
    font-size: 14px;
    display: none;
    }
#sankaku10-2-1 {
    padding-top: 5px;
    line-height: 16px;
   /*text-align: left;*/
    text-align: center;
    font-weight: normal;
    padding-left: 0px;
      } 
    
.mod_panel {
 margin: 2px 0 0 0;
      }
.panelTitle {
   grid-column: 1; 
    grid-row: 1;
      }
.mod_panel .panelTitle a {
    display: block;
	cursor: pointer;
   text-decoration: none;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 2px solid #dedede;
    border-radius: 20px;
    font-weight: bold;
  /*  background-color: aliceblue;*/
    text-align: center;
    
    }

.mod_panel_inner {
      }
.mod_panel_inner p{
     }
.mod_panel_inner.close {
 display: none;
}
.mod_panel_inner_btn p.closebtn {
 display: none;
 cursor: pointer;
 /*padding: 15px 20px;*/
 text-align: center;
   }
.mod_panel_inner_btn p.closebtn a {
    width: 100%;
    height: 50px;
 /*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;
}
    
      
    
/*---------------------------------------------*/  
/* カレンダー ここから */

 #kongetsu {
        width: 250px;
       margin-bottom: 10px;
    }
 #raigetsu {
        width: 250px;
         }
.calendar {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cdcdcd;
    }
.calendar th,
.calendar td {
    padding: 0px 0;
    border: 1px solid #cdcdcd;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}
.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 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 {
    grid-column: 2; 
    grid-row: 1;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 14px;
    border: 5px solid #dedede;
    border-radius: 15px;
    /*  background-color: aliceblue;*/
     box-sizing: border-box;
    width: 120px;
}
     #log {
      line-height: 30px; 
        text-align: center;
        font-weight: normal;
    }
.batsubatsu {
      line-height: 30px; 
        text-align: center;
        font-weight: normal;
    }
    
#calendar-tsuki2 {
    grid-column: 2; 
    grid-row: 1;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 14px;
    border: 5px solid #dedede;
    border-radius: 15px;
    /*  background-color: aliceblue;*/
     box-sizing: border-box;
    width: 120px;
}
    #log2 {
      line-height: 30px; 
        text-align: center;
        font-weight: normal;
    }

    #kongetsuraigetsu {
       font-weight: normal; 
    }
 
    .soushin {
        margin-top: 40px;
        margin-left: 10px;
        
          }
 .soushinbtn {
    width: 100px;
     height: 50px;
     font-size: 20px;
     border-radius: 5px;
     pointer-events: none;
    }
    
    .soushinbtn:hover{
    background-color: rgb(234, 240, 247);
    }


/* カレンダー ここまで */  
    
 #privacy_policy2 {
      grid-column: 2/-2;
    grid-row: privacy_policy;
     display: grid;
     grid-template-columns: 230px 1fr;
     padding-top: 20px;
     padding-bottom: 100px;
        }
    #privacy_policy2 article {
        grid-column: 1;
        padding: 2px;
    }   
 #privacy_policy2 h3{
     
       color: #666;
     font-weight: normal;
     font-size: 17px;
     border-radius: 5px;
     padding: 10px 0px 10px 0px;
     border: 1px solid #999;
      }   
 #privacy_policy2 a {
     width: 220px;
     text-decoration: none;
     display: block;
     background-color: rgb(234, 240, 247);
     
        }
    #privacy_policy2 a:hover {
     background-color: aliceblue;
    }
    
    
    
 /*ここから*/
.invisible2{
 display: none;
}

a.clickToolTip2:hover {
    cursor: pointer;
}
p.toolTip2{
 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;
       }

/*ここまで*/ 
    
#akusesu {
    grid-row: akusesu;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 0px;
    box-sizing: border-box;
      }
#akusesu h2 {
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 50px;
  box-sizing: border-box;
    }

#akusesu h2 p {
  display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 1.5;
    margin:0;
    padding-left: 10px;
    /*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-left: 12px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
}

#outbox {
    grid-row: recent3;
    grid-column: 2 / -2;
    /*width: auto;*/
    /*margin: auto;*/
    padding: 5px 5px 0 5px;
    clear: both;
    box-sizing: border-box;
      }
.tenpo_akusesu {
    margin-top: 20px;
    }
    .tenpo_akusesu img {
      width: auto;
        
    }

#wrapper {
  /*width: auto;*/
 /* margin: 0 auto;*/
 box-sizing: border-box;
  overflow: hidden;
  color: #555555;
 }
/* メイン部分 */
#main {
    /*text-align: center;*/
 }

 .google-map {
   text-align: left;
    margin-bottom: 30px;
}
   
    .font-size-dai {
        font-size: 21px;
    }

    
#link {
   grid-row: recent4;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 120px;
    padding-bottom: 100px;
    box-sizing: border-box;
      }
#link h2 {
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 50px;
  box-sizing: border-box;
    }

#link h2 p {
  display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.5;
    margin:0;
    padding-left: 10px;
    /*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-left: 12px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
}
    .link-p {  
    text-align: justify;
text-justify: inter-ideograph;
    }
 #link-comment {
    border: solid 2px #999;
     border-radius: 5px;
     padding: 10px;
     max-width: 570px;
     margin-top: 20px;
     margin-bottom: 25px;
    }
    
    #berners-Lee {
        text-align: right;
        margin-right: 20px;
        margin-top: 15px;
    } 
    
.link-waku {
       border-bottom: solid 1px #999;
        border-left: solid 1px #999; 
        padding-left: 15px;
        max-width: 580px;
        margin-bottom: 40px;
        }
.link-waku2 {
        padding-left: 15px;
        max-width: 580px;
        margin-bottom: 40px;
        }
    .link-waku2 p {
        padding-top: 20px;
    }   
.kosodate-gazou1 {
        width: 270px;
    }      
.kosodate-gazou1 img {
        width: 250px;
    margin-top: 0px;
    margin-left: 0px;
    border: solid 1px #999;
    }
.kosodate-gazou1 a {
   text-decoration: none;
    color: #555555;
    }
.kosodate-gazou1 a:hover {
   opacity: 0.7;
    }
    .kosodate-gazou1 {
        width: 270px;
    }    
    
   .link-setsumei {
        margin-bottom: 10px;
        margin-top: 20px;
        max-width: 570px;
       text-align: justify;
text-justify: inter-ideograph;
          } 
    
    #link-ichiran {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 22px;
        border-bottom: solid 1px #999;
        max-width: 595px;
        
    }
    
    #kyoutsuu {
        margin: 20px;
    }
 
/* キジもふコメント */
#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 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;
    }   

/*ここまで*/  

/* ---------------------------------
メディアクエリー
--------------------------------- */
    
/* ===== スマホ小の設定 ===== */
@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;   
         }
       }   
/* ===== スマホ小の設定ここまで ===== */  
/* ===== スマホ小中の設定 ===== */
@media (min-width: 355px) and (max-width: 389.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;   
         }
   }   
/* ===== スマホ小の設定ここまで ===== */   

    
@media (min-width: 390px) and (max-width: 639.9px){
  /* 基本要素 */
  img {
    max-width: 100%;
  }
  /* Layout */
  header,
  #global_navi,
  #sidebar,
  #outbox,
  #wrapper,
   #news,
   #member{
    width: 100%;
  } 
  #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
  
  .google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 100%;    /* padding-topでもOK */
    overflow: hidden;
        margin-bottom: 50px;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}  
    /* トップページパーツ */
    #outbox {
    margin: auto;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
      }
    
     #dpagetop {
      grid-column: 1 / -1;
      grid-row: head;
    padding-top: 120px;
    }



#snsbtn {
    grid-column: 2 / -2;
    grid-row:  recent2;
    }

#renrakusaki {
   grid-row:  recent1; 
    grid-column: 1 / -2;
   position: relative;
  top: 100px;  
   margin-top: 35px;
        margin-left: auto;
        margin-right: 0px;
        padding-left: 0px;
    box-sizing: border-box;
     border-radius: 5px;
      }     
#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;
        }
    #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;
     }
#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);
    }   
 #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }  
    
#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;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
   
    #dpagetop {
      grid-column: 1 / -1;
      grid-row: head;
    padding-top: 120px;
    } 
  
 }




/* ===== PC版最小の設定 ===== */
@media (min-width: 640px) and (max-width: 999.9px) {
/* 基本要素 */
  img {
    max-width: 100%;
  }
  /* Layout */
  header,
  #global_navi,
  #sidebar,
  #outbox,
  #wrapper,
   #news,
   #member{
    width: 100%;
  }  
  
  .google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 100%;    /* padding-topでもOK */
    overflow: hidden;
        margin-bottom: 50px;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
} 
    #outbox {
        margin-top: 10px;
    max-width: 600px; 
    justify-self: center;
      }
/* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.3fr repeat(6,1fr) 0.3fr;
	grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
        [head] auto
		[recent1] auto
        [recent2] auto
        [recent3] auto
        [mailform] auto
        [privacy_policy] auto
        [akusesu] auto
        [recent3] auto
        [tenpo] auto
        [recent4] 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; 
}  
/* ------------------------------------------- */

 #main_visual {
       height: 450px;
     width: 100%;
      margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
      background-image: url(../images/IMG_1525_2_2.jpg);
      background-color: rgb(235, 240, 255);
     background-size: contain;
     background-repeat: no-repeat;
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
  #renrakusaki {
   grid-row:  recent1; 
    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);
   }
#eigyoujikan {
   /* width: 213px;*/
     }    
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
}
/* ===== PC版最小の設定ここまで ===== */


/* ===== PC版中の設定 ===== */
@media (min-width: 1000px) {
    
/* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.7fr repeat(6,1fr) 0.7fr;
	 grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
        [head] auto
		[recent1] auto
        [recent2] auto
        [recent3] auto
        [mailform] auto
        [privacy_policy] auto
        [akusesu] auto
        [recent3] auto
        [tenpo] auto
        [recent4] 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; 
}  
/* ------------------------------------------- */
   #main_visual {
       height: 450px;
       width: 100%;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
      background-image: url(../images/IMG_1525_2_2.jpg);
       background-color: rgb(235, 240, 255);
       background-repeat: no-repeat;
       background-size: contain;
       background-position: center;
    }
 #main_visual img {
   display: none;
   }
 #renrakusaki {
   grid-row:  recent1; 
    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 {
    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: 213px;*/
     }    
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
 
    #kantanmailform {
       margin-top: 20px;
    max-width: 1015px; 
    justify-self: center;
      }
    #privacy_policy2 {
        width: 100%;
     max-width: 1015px;
     justify-self: center;   
        }
  
 
    #akusesu {
        margin-top: 0px;
    max-width: 1015px; 
    justify-self: center;
      }
    #outbox {
        margin-top: 10px;
    max-width: 590px; 
    justify-self: center;
           }
    
     
#link {
    max-width: 1015px; 
    justify-self: center;
          }
 
}
  /* ===== ツールチップサイズの設定 ここまで ===== */   
     
   @media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}  

