


/*---------------------------- スマホ向けのスタイル ----------------------------*/
@media screen and (max-width:679px) {
 a   { text-decoration:none;}
/*---------- ページ全体の指定 ----------*/




/*---------- ページ全体の指定 ----------*/


*{
margin: 0;
padding: 0;
}


/*---------- ヘッダー ----------*/

#header1 {
width: 100%;
margin: 0 0 50px 0;
height: 300px;
background: url(../img/kazoku.png) center / cover;
padding:50% 0 auto 0;
position: relative;
}


.title1 {

width: 90%;
position: relative;
top: 200px;
left: 10px;

display: flex;
}




#head_wrap {
    top: -60px;
    position: relative;
    width: 100%;
    margin: 80px auto 0;
    line-height: 1;
    z-index: 999;
    height: 0;
    text-decoration: none;
     a {
        text-decoration: none;
     }
     .inner {
        width: 100%;
        margin: 0 auto;
        &:after {
            content: "";
            clear: both;
            display: block;
        }
        position: relative;
    }
    .logo {
        float: left;
        font-size: 15px;
        font-weight: 600;
        padding-left:10px;
    }
}
#global-nav {
    position: absolute;
    right: 0;
    top: 0;
    ul {
        list-style: none;
        font-size: 10px;
        margin-right: 5px;
        display: inline-flex;
        @include sp {
            display: block;
            margin-right: 0px;
        }
        li{
            padding: 20px 10px;
            &:last-child{
                border-right: none;
            }
            @include sp {
                border-right: none;
            }
            a {
                padding: 5px 5px;
                padding: 2px;
                transition : all .6s ease 0s;
                box-sizing: border-box;
                font-weight: bold;
                &:hover {
                }
            }
        }
    }
} 

/* Fixed */
#head_wrap.fixed {
background-color: rgb(0 0 0 / 0.5);
padding-top:18px;
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
    .logo {
        font-size: 15px;
        color: white;
    }
    #global-nav ul li a {
        color: white;
        padding: 0 20px;
    }
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
    div {
        position: relative;
    }
}
@include sp {
    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        .inner {
            width: 100%;
            padding: 0;
        }
        /* Fixed reset */
        .fixed {
            padding-top: 0;
            background: transparent;
        }
    }
    #mobile-head {
        background: rgba(255,255,255,.9);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #head_wrap.fixed .logo,
    #head_wrap .logo {
        position: absolute;
        left: 3px;
        top: 3px;
        color: #333;
        font-size: 10px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255,255,255,.9);
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        ul {
            list-style: none;
            position: static;
            right: 0;
            bottom: 0;
            font-size: 14px;
            margin-top: 20px;
            li {
                float: none;
                position: static;
            }
        }
    }
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle {
        span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
            &:nth-child(1) {
            top: 0;
            }
            &:nth-child(2) {
            top: 11px;
            }
            &:nth-child(3) {
            top: 22px;
            }
        }
    }
    .open {
        #nav-toggle {
            span {
                &:nth-child(1) {
                    top: 11px;
                    -webkit-transform: rotate(315deg);
                    -moz-transform: rotate(315deg);
                    transform: rotate(315deg);
                }
                &:nth-child(2) {
                    width: 0;
                    left: 50%;
                }
                &:nth-child(3) {
                    top: 11px;
                    -webkit-transform: rotate(-315deg);
                    -moz-transform: rotate(-315deg);
                    transform: rotate(-315deg);
                }
            }
        }
    } 

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

h8 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.5em;
  color:white;

}

h8 em {
   font-style: normal;
   vertical-align: baseline;
}

h8 em.h9 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  color:#9acd32;
  font-size:2.0em;

}






/*---------- body----------*/


.button13-2 {
  background-color: #fff;
  border: solid 2px orange;
  color: #191970;
  border-radius: 20px;

  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
  width:21%;

   height: 200px;
   text-align: center;

border-radius: 30px;
padding:50px 20px 20px 20px;

}




.box65 {

 width:100%;
display: block;
   

 

border-color: #000099;

padding:20px 0 20px 0;

height: auto;


 
}

.button13 {


width:95%;

height: 120px;
 
text-align: center;

border-radius: 30px;
  background-color: #fff;
 border: solid 2px red;
  color: #191970;
  border-radius: 20px;

  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: block;
  transition: .3s;
margin:0 auto 0 5px;

padding-top:10px;
}


  

.button13:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}

.button13-2 {
  background-color: #fff;
  border: solid 2px orange;
  color: #191970;
  border-radius: 20px;

  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
  width:21%;

   height: 200px;
   text-align: center;

border-radius: 30px;
padding:50px 20px 20px 20px;

}


  

.button13-2:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}




.button11 {
width: 60%;
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 10px 100px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
  margin:10px 0 20px 0;
  
}
.button11:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}


.button12 {
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 10px 100px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
  
}
.button12:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}


box4.button15 {
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 10px 100px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
position: relative;
top: -20%;
left: 0%;
font-weight:600;

  
}
.button16:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}

.button16 {
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 10px 100px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
position: relative;
top: -20%;
left: 0%;

font-weight:600;

  
}
.button15:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}


.button20 {
width: 30%;
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
 border-radius: 20px;
  padding: 20px 40px;
  text-decoration: none;
  font-size: 1.5em;
  position: relative;
top: 60%;
left: 0%;



  
}
.button20:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}


.midashi1 {
  width:80%;
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 30px 100px;
  text-decoration: none;
  font-size: 1em;
}

.midashi2 {
  width:40%;
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 30px 100px;
  text-decoration: none;
  font-size: 1.5em;
  margin-top:25%;
 
}


#header1 {
width: 100%;
margin: 0 0 50px 0;
height: 300px;
background: url(../img/kazoku.png) center / cover;
padding:50% 0 auto 0;

}




li {
    list-style: none;
  }



ul {
  display: flex;
  justify-content: center;
}








.title2 {

width: 40%;

font-size:30px;

line-height:40px;

position: relative;
top: 580px;
left: 50px;
font-weight:600;
padding:0 30px;
background-color: rgb(0 0 0 / 0.3);
  color: #fff;

}


.box33 {

 width:90%;

background-color: #FFFFFF;

margin:20px 0 30px 0;


  height: auto;
display: flex;
  align-items: center;
  justify-content: center;

 }


section {
  position: relative;
}

.anchor-offset {
  position: absolute;
  height: 90px;
  top: -90px;
  visibility: hidden;
}



.outline-filled {
 
  font-weight: 900;

  -webkit-text-stroke: 0.7px #4d5156;
}

.outline-filled2 {
 
  font-weight: 900;

  -webkit-text-stroke: 0.7px #ffff;
}

.outline-shadow {

  font-weight: 900;
  color: #fff;
  text-shadow: 
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.sp{
    display: none;
  }
  .spbr{
    display: none;
  }

.card1{

   width:50%;
   height:20%;  
   margin-left: 30px;
   margin-top:20px;
}

.card2{

   width:50%;
   padding: 10% 5% 5% 5%;
   height:100vh;  
 
   font-size:10px;
   line-height:50px;


}

.card3{

   width:50%;
   height:auto;  
   margin-left: 30px;
   margin-top:50px;
   margin-bottom:50px;

}

.card4{

   width:50%;
   height:auto;  
   margin-left: 30px;
   margin-top:50px;
   margin-bottom:50px;


}

.card5{

   width:40%;
   height:auto;  
   margin-left: 30px;
   margin-top:50px;
   margin-bottom:50px;

}



.card6{

   width:60%;
   height:50%;  
   margin-left:0;
   margin-top:15%;



}






.imagebox { position: relative; }
.inside { position: absolute; top: 30px; left: 75px; width: 145px; }

.flex10{
display:none;
}


#header h{
  margin: 0 auto 0 auto;
  width: 100%;
  padding: 0 0 0 0px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #9d896c;
}





#main {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}

.boxpr {

 width:60%;

background-color: #FFFFFF;

border-color: #000099;

margin:0px auto 10px 20%;

height: 10vh;
 


padding: 120px 5px 0px 5px;



font-size:20px;

}

.boxpr2 {

 width:60%;

background-color: #FFFFFF;

border-color: #000099;


margin: 100px auto 0px 20%;

height: 100vh;
 


padding: 80px 5px 0px 5px;



font-size:40px;



}

.bar1  {

width:60%;

}




/*===========
inview
===========*/



.boxprofile {

width:60%;

background-color: #FFFFFF;

padding:5% 20% 5% 20%;

height: auto;

align-items: center;

justify-content: center;

font-size:20px;

background: url(../img/h2.png) center / cover;



 }

.boxinfo {

width:60%;

padding:5% 20% 5% 20%;

height: auto;

align-items: center;

justify-content: center;

font-size:20px;

background-color: #fffafa;

 }


.boxschedule {

width:60%;


padding:5% 20% 5% 20%;

height: auto;

align-items: center;

justify-content: center;

font-size:20px;

background-color: #f0f8ff;



 }

.gradient-heading {
background: linear-gradient(90deg, blue);
color: white;
padding: 5px 20px;

border-radius: 5px;
display: flex;
  justify-content: center;

}




.boxreport {

width:100%;


padding:5% 5% 5% 5%;

height: auto;

align-items: center;

justify-content: center;

font-size:20px;

background-color: white;



 }

.boxhumanly {

width:60%;


padding:5% 20% 5% 20%;

height: auto;

align-items: center;

justify-content: center;

font-size:20px;

background-color: #f0f8ff;



 }


.padding1{

padding-top:5%;

}




.fadeIn {
  transition: 3s;
  opacity: 0.3;
}

.fadeIn.animated {
  opacity: 1;
}

.fixed {
position: fixed;

width: 100%;

}

h5 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size:2em;
 
}

h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size:2.0em;
}


h4{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.3em;
  padding-top:20px;
  padding-bottom:10px;
}

h7{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.8em;
 line-height:1.5;
 

}



body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
 line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

.img_a {
  display: block;
}

.img_b {
  display: none;
}

.img_c {
  display: none;
width: 10%;
}

ol  {
  margin: 0;
  padding: 0
}
ol li  {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -2.0em;
}

/*---------- コンテンツ ----------*/

#container {
  width: 100%;
  margin:0px auto 0 auto;
  overflow: hidden;
  padding: 6px 0 0 0;
  background-color:#f8f8ff;
}


/*---------- メインコンテンツ ----------*/

#contents {
   margin: 0;
  padding-top: 4%;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.7;
}

#contents #pannavi {
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 15px;
}

#contents #pannavi a {
  font-size: 15px;
}

#contents h2 {

  height: 43px;
  margin: 0 0 10px 0;
  padding: 14px 0 0 0;
  font-size: 18px;
  color: #54351f;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h2.page_title {
  
   line-width: 100%;
  padding :18px 0 4px 0;
  line-height: 1.7;
  font-size: 20px;
  color: #581201;
  border: none;
  background-image: url(../img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h2.txt {
  height: auto;
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #54351f;
  background: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 15px 10px 10px 18px;
  line-height: 1.4;
  font-size: 17px;
  color: #54351f;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5;
}

#contents h3.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 12px 16px;
  line-height: 1.4;
  font-size: 18px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.gif);
  background-repeat: no-repeat;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 18px;
  color:#882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-image: url(../img/h3_point.gif);
  background-repeat: repeat-x;
}

#contents h3.gold {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold.gif);
  background-repeat: no-repeat;
}

#contents h3.gold02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold02.gif);
  background-repeat: no-repeat;
}

#contents h3.gray {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray.gif);
  background-repeat: no-repeat;
}

#contents h3.gray02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray02.gif);
  background-repeat: no-repeat;
}





#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}

.flex {
  display: flex; /*横並び*/
}

.flex1 {
  display: flex; /*横並び*/
padding: 0  0px 0 0;

}

.textbox {
padding:10px 50px 10px 50px;
margin:0 20% 0 20%;
font-weight:bold;
text-align:left;
line-height:2.5;
}



.flex .image {
  width: 150px; /*画像サイズ指定*/
  margin: 0;
  padding: 40px;
}
.flex .image img {
  width: 100%;
  height: 80%;
}
.flex .right {
  margin: 0 0 0 10px;
  padding: 0;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.flex .text {
  margin: 10px 0 0;
  padding: 0;
}

.text{
padding:5px 30px 5px 30px;
font-size:1em;
}

/*---------- 画像の回り込み ----------*/

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}


/*---------- 表（テーブル） ----------*/

table.t01 {
  width: 310px;
  padding: 4px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}

td.t01 {
  padding: 10px;
  border-collapse: collapse;
}

td.head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}

td.t00 {
  padding: 4px;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  width: 100%;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  background-color: #fff8e3;
  width: 100px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  width: auto;
  background-color: #fff8e3;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  width: 500px;
  background-color: #ffffff;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  width: auto;
}




/*---------- フッター ----------*/



.menu_back p.back {
  margin: 6px 0 0 0;
  padding: 0 5px 0 0;
  text-align: right;
}


.scroll2 {

 width:80%;

  height:auto;
 
  margin:3% 0 3% 15%;

  overflow-y: auto;

padding-left:5%;



font-size="1px"


}

.scroll3 {

 width:20%;

  height:40px;
 
  margin-top:30px;

  overflow-y: auto;

text-align: left;

}



.scroll {

 width:100%;

  height: 200px;
 
  margin-top:30px;

  overflow-y: auto;

text-align: left;

 padding: 0 0 0 50px;


}


.contents1{
width: 50%;
height: auto;
padding-left:100px;

}

.contents2{
width: 50%;
height: auto;
}

.main{
display: flex;
}



.box1 {

 width:50%;

  height: 300px;
 
 text-align: left;

 padding: 0 0 0 40%;


border-radius: 60px;

}

.box2 {

 width:auto;

background-color: #FFFFFF;

  height: 150px;
 
 text-align: center;

 padding: 20px 40px 20px 50px;

margin:100px 0 10px 50px;

border-radius: 30px;

box-shadow: 2px 2px 4px gray;

}

.box22 {

display:none;
}


.box3 {

 width:90%;

background-color: #FFFFFF;

margin:20px 0 30px 20px;


  height: auto;
 
 text-align: center;

 padding: 30px 0 0 0;


border-radius: 30px;

box-shadow: 2px 2px 4px gray;
}

.box4 {

 width:100%;

background-color:#FFFFFF;

margin:40px 0 10px 0;

  height: auto;
 
 text-align: center;

 padding: 0px 0px 0  0px;






}



.box5 {

width:21%;

background-color: #FFFFFF;

border-color: #000099;

height: 200px;
 
text-align: center;

border-radius: 30px;

box-shadow: 2px 2px 4px gray;

padding:50px 20px 20px 20px;

}

.box05 {

width:23%;

background-color: #FFFFFF;

border-color: #000099;

height: 200px;
 
text-align: center;

padding-top:30px;

box-shadow: 2px 2px 4px gray;

}


.box64 {

 width:100%;

display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
background-color:  #FFFFFF;

border-color: #000099;

padding:0% 0 0% 0;

height: auto;

margin:0 0 10px 0;

}





.box66 {

 width:90%;

display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
background-color:  #FFFFFF;

border-color: #000099;

padding:0% 0 5% 0;

height: auto;

}



.box67 {

width:100%;

background-color: #e6e6fa;

border-color: #000099;

padding:30px auto 0px 0;

height: auto;


margin:40px 0 50px 0;
}


.box68 {

width:100%;

background-color: #e6e6fa;

border-color: #000099;

padding:30px auto 50px 0;

height: auto;


 
}

.box6 {

 width: 90%;


background-color:  #FFFFFF;

  height: auto;
 
 text-align: left;

 padding:30px 0px 30px 30px;

margin: 10px auto;



box-shadow: 2px 2px 4px gray;

}





.box7 {

 width:80%;

background-color:  #FFFFFF;

  height: auto;
 
 text-align: center;

 padding: 30px 0 20px 120px;

margin:10px 0 30px 100px;

border-radius: 30px;

box-shadow: 2px 2px 4px gray;

}

.box8 {

 width:90%;

border: solid 1px #191970;

background: url(../img/chizu.jpg) center / cover;

background-color: white;

  height: 450px;
 
 text-align: center;

 padding: 0px 0 px 0px;

margin:30px auto 50px auto;



}

.center {
    text-align: center;
}

.no-wrap {
    white-space: nowrap;
}


.box10 {

 width:90%;

height: auto;
 
 text-align: center;

 padding: 10px 0 10px 40px;

margin:10px 0 10px 300px;


}


.box11{

display:inline-box;
width:100%;
height:auto;

}

.box12{

display:inline-box;
width:40%;
height:auto;
margin-left:30%;
margin-bottom:10px;
background-color:  #FFFFFF;

}

.box222{
display:none;
}

.image-container {
    display: flex;
    justify-content: space-around; /* 子要素を均等に配置します */
    align-items: center; /* 子要素を縦方向の中心に揃えます */
    height: 100vh; /* ビューポートの高さに合わせます（任意） */
}

.image-container img {
    max-width: 100%; /* 画像の最大幅を設定します */
    height: auto; /* 画像の縦横比を維持します */
}


.center {
    text-align: center;
}

.no-wrap {
    white-space: nowrap;
}



.box6 td img{
width:50%;
height:auto;
}


.box60 {

 width:80%;

background-color: #FFFFFF;

border-color: #000099;

margin:10px 10% 10px 10%;



  height: auto;
 





}


.box60 img{
padding:0px;
}




.boxB:after {content:"";
display: block;
clear: both}

.box4 {float: left;
}

.box2 {float: left;
}


.ex1 {
font-size: 20px;

line-height: 1;

padding-top:20px;
}

.img{
  width: 150px;
  height: auto;
  object-fit: ver;
  object-position: right bottom;
}

.field {
display: flex;
background: url(../img/h1.jpg) center / cover;


}

footer.footer02{
padding:2rem 1rem 1rem;
background-image:linear-gradient(145deg,#DDFFFF 0%, #0000FF 100%);
}

.footer-container{
display:flex;
justify-content:center;
max-width:960px;
margin:0 auto 3rem;
}


nav.nav ul.item li.list{
padding-bottom:1rem;
}

nav.nav ul.item li.list a{
font weight:bold;
color:#fff;
font-size:0.8rem;
}

ul.sns-container{
display:flex;
}

ul.sns-container li.list{
padding-left:1rem;
}

ul.sns-container li.list img.icon-x{
width:25px;
height:auto;
}

ul.sns-container li.list img.icon-facebook{
width:30px;
height:auto;
}

ul.sns-container li.list img.icon-Instagram{
width:25px;
height:auto;
}


p.copyright{
text-align:center;
color:#fff;
}

p.box{
line-height: 0.5;
}


}
