@charset "UTF-8";

body {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	font-family: "Hiragino maru Gothic Pro", "MS PGothic", "メイリオ", "小塚ゴシック", "ＭＳ Ｐゴシック", sans-serif;
    color: #21485E;
}

div {
  font-size: 1rem;
  text-align: center;
}

.kozuka-mincho{
  font-family: kozuka-mincho-pr6n, serif;
font-style: normal;
font-weight: 200;
text-align: left;
}

h1 {
	text-align: center;
	font-family: "Hiragino maru Gothic Pro", "MS PGothic", "メイリオ", "小塚ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
	text-align: center;
	font-family: "Hiragino maru Gothic Pro", "MS PGothic", "メイリオ", "小塚ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h3 h4 h5 h6 {
	text-align: center;
	font-family: "Hiragino maru Gothic Pro", "MS PGothic", "メイリオ", "小塚ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
}

a {
	font-weight: thin;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #7777d8;
}

/*白く半透明delta*/
 a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)"; 
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 固定*/
*{
  box-sizing:border-box;
}

/*画像ドラッグ＆ドロップNG*/
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/*画像１００% */
.resizeimage img { width: 100vw; }

.clear{ 
clear: both; 
}

/*ここにいます*/
.thispage {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-weight: bold;
	color:#63614f
}

/*ヘッダーナビ=================================================*/

#gnavi_main {
  clear: both;
  font-size: 15px;
  font-family: "Hiragino Maru Gothic Pro","MS PGothic","Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
	max-width: 1200px;
}

#gnavi_main li {
   align-content: center;
   padding-left: 10px; /* 適切な間隔を指定 */
	 padding-right: 10px; /* 適切な間隔を指定 */
        }

#gnavi_main img{
margin: auto;

}

#top_logo{
    height: 35px;
}

#navi_home {
  position:relative;
  top: 2px;
}

/*iphone se 他*/
@media screen and (max-width: 350px) {
  #gnavi_main img {
     width: 85%;
  }
}

/*上メニュー=================================================*/

nav{
  text-align: center;
  font-family: "Hiragino maru Gothic Pro", "MS PGothic", "メイリオ", "小塚ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  background-color: #F8E762;
  }

  nav ul{
  margin: 0 ;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  
  }
  
  nav ul img{
    right: 5%;
	  
    }

  nav ul li{
  list-style: none;
  display: inline-block;
  min-width: 90px;

  }

  nav ul li a{
  text-decoration: none;
  color: #333;
  }

  nav ul li.current a{
  color: #F33135;
  }

  nav ul li a:hover{
  color: #7777d8;
  }

  /* navレスポンシブ　表示切り替え=================================================*/

  @media screen and (max-width: 640px) {
    .nav {
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 480px) {
    .nav {
      display: block;
    }
  }

/* 表示しない*/
  @media (max-width: 575px) {
    .hide-sp {
      display: none;
    }
  }


/*回り込み*/

.clearfix {width:100%;}

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

 /*　ハンバーガーボタン　==================================================　*/

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 1px;
  top   : 1px;
  width : 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  background : rgba(72, 165, 228,0.2);
  border-radius: 20px;
  }

.hamburger span {
  display : block;
  position: absolute;
  width   : 25px;
  height  : 1px ;
  left    : 8px;
  background : #354E57;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(6px);
  -moz-transform   : translateY(6px);
  transform        : translateY(6px);
}

.hamburger.active span:nth-child(2){
-webkit-transform: translateY(-4px);
  -moz-transform   : translateY(-4px);
  transform        : translateY(-4px);
}  

.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-14px);
  -moz-transform   : translateY(-14px);
  transform        : translateY(-14px);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;/* ハンバーガースタート位置(高さ)*/
  left : 25%; /* ハンバーガースタート位置*/
  color: #000;
  background: #fff;
  text-align: left;
  transform: translateX(100%); 
  transition: all 0.6s;
  width: 100vw;/* ハンバーガー飛び出し幅*/
	
}

nav.globalMenuSp ul {
  background: #F8E762;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}    

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff; /* 仕切り*/
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover{
  background :#ddd;   /* オンマウス時背景*/
}

nav.globalMenuSp ul li a {
  display: block;
  color: #21485E;  /* フォントカラー*/
  padding: 1em 3em; /* メニュー内余白ー*/
  text-decoration :none;

}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

 @media (min-width: 675px) { /* ハンバーガー消える */
    .hamburger{
      display: none;
    }
  }

 /*　ハンバーガーボタン-end ==================================================　*/

/*　カバー写真 ====================================================================*/

 .cover {
	 padding-top: 10px;
  padding-bottom: 35px;
   margin-left: auto;
   margin-right: auto;
}

.cover img{
max-width: 1200px;
}

/*　ラーンモア画像　*/

 .learnmore{
   width: 300px;
   height: 50px;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   box-shadow: 0 0 4px gray;
}

 /* 活動 */

 #news_wrapper h1{
    margin-left : auto;
    margin-right: auto;   
}

#news_wrapper h2{
  text-align: center;
	font-family: baskerville-urw,serif;
  font-weight: 500;
  font-style: normal;
}

/* 空白ページ */

#space div{
    padding:  5px;             /* 余白指定 */
    height:  3px;             /* 高さ指定 */
    width: 320px;              /* 幅指定 */
    height: 100%;
}

/*　Window　テーブル ==================================================　*/

/* 画像横並び  ----------------------------------------------------------------*/

.window_wrapper{
	max-width: 640px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.window_wrapper_pc{
  max-width: 1200px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 12px solid #F8E762; /* コンテンツ毎仕切り*/
}

/*ブレークポイント*/

@media screen and (max-width: 640px) {
 
  .window_wrapper_pc{
   display: none;
}
 }

 @media screen and (min-width: 641px) {
  .window_wrapper{
   display: none;
  }
 }



/* コンテナ ----------------------------------------------------------- */

.yokonarabi{
  
	display: flex;   
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top:		5px;
  padding-bottom: px;  /* 下線調整*/
    
    width: auto;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row; /* 横並び*/
}

.yokonarabi div{
    width: 320px;
    float: left;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
}


/* テーブル ----------------------------------------------------------- */
.home_table{
  width: 320px;
	border-bottom: 12px solid #F8E762; /* コンテンツ毎仕切り*/
}

.home_table_pc{
  width: 320px;
  background-color: #FFF; /* safariは色を指定しないとを入れないと下線が出ない*/

}

/* 各説明----------------------------------------------------------- */

#mt1 h5 {
  letter-spacing: -1px; /* 文字　字間調整*/
  position: relative;

  text-align: left;
  border-radius: 8px;
  background-color: #fffafa;
  padding: 4px;
}

#bar{
  border-bottom: 12px solid #F8E762; /* コンテンツ毎仕切り*/
  position: relative;
  top -10px;
}

#mt1_pc h5 {
  letter-spacing: -1px; /* 文字　字間調整*/
  padding-bottom: 12px;
  position: relative;
  text-align: left;
  border-radius: 8px;
  background-color: #fffafa;
  padding: 4px;
}

#mt2 h5 {
    margin-bottom: 9px;
	letter-spacing: -1px;　* 文字　字間調整*/
  margin-top: 72px;
 
  border-radius: 8px;
  background-color: #fffafa;
  padding: 4px;
  
}

#mt3 h5 {
    margin-bottom: 10px;
	letter-spacing: -1.5px;　/* 文字　字間調整*/

  border: #f5f5f5 solid 2px;
  border-radius: 8px;
  background-color: #fffafa;
  padding: 4px;
  
}

#facebook_window{
  margin-left: auto;
  margin-right: auto;
  display:block;
 
}



#forum_title{
position: relative;
margin-top:45px;

}

/*  forum タイトル=================================================*/

#x_link h4{
text-align: left;
position: absolute;
margin-top: 30px;


}

#x_wrap{  /* ツイッター　wrapper ボディ=================================================*/
  margin-top: 5px;
  width: 320px;
    height: 244px;
    position: relative;
    background-color: #FFF;
    border-radius: 8px;
    display: flex;
}



 /*　 ==================================================　*/

/* フッター*/

.footer{
  font-size: 0; /* フォントサイズを0にする */
}

.footer nav{
display: flex;
}

.footer ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-family:"Hiragino maru Gothic Pro", "MS PGothic", "メイリオ", "小塚ゴシック", "ＭＳ Ｐゴシック", sans-serif;
}

/* ボトム文字*/

#footer01 {
  position: relative;
  background: #FFFFFF;
  font-size: 1px;
  font-style: normal;
  color: #354E57;
	margin:3px;
}

/* フッター全体*/

#footer01 .logo {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #21485E;
	 background: #FFFFFF;
}

#footer01 .logo a {
  display: inline-block;
}


#footer01 .nav a {
  display: block;
  padding: 0 10px;
  color: #354E57;
}

#footer_wrapper{
   margin: 0;
 padding: 0;

}

/*　コピーライト　*/

.copyright{
  font-size: 7px;
  text-align: center;
}

/* フッターレスポンシブ*/

@media only screen and (min-width : 641px ){

  #footer01 {
    text-align: center;
  }
 
  #footer01 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer01 .nav a:hover {
    color: #ca353b;
  }

  .footer li{
    font-size: 10pt; 
     display: inline-block;/* 641以上横並びに設定 */
  }
}

/* フッターレスポンシブ モバイル時仕切り*/

@media only screen and (max-width: 640px) {

  #footer01 {
    text-align: center;
  
  }
 
  #footer01 .nav li {
    border-top: 1px solid #fff;
  }
 
  #footer01 .nav li:last-child {
    border-bottom: 1px solid #fff;
  }
 
  #footer01 .nav li a {
    padding: 20px 20px;
    text-align: left;
  }

  footer01 .nav ul li a:hover{
    background :#ddd;
  }

  .footer ul {
    margin: 0;
    padding: 0;
    background: #EEEFEF;  
   }

}

/*ホームアイコン*/

#logo25px {
  margin: 100%;
  height: 33px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
  margin-right: auto;
}

/* SNS*/

.sns_wrap {
 width: 100%;
  margin-left: auto;
  margin-right: auto;
 
}

.sns_wrap li{
    display: inline-block;
    width: 42px;
    height: 35px;
	padding-top: 10px;
}


/* SNSアイコン*/

#sns_ul{
  background :#ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

#sns_ul li{
	 align-content: center;

}

/* フッターレスポンシブ メディアクエリ ==============================*/

/* 表示してない*/
@media (max-width: 640px) {
  #sns_pc {
    display: none;
  }
}

/* 表示してない*/
@media (min-width : 641px ){
  #sns_ul {
    display: none;
  }
}

/*sns アイコン*/

.sns_icon {
  width: 26px;
  position: relative;
  margin-bottom: 2px;

}
.sns_icon:hover {
  filter: invert(75%);
}

#insta_logo {
  width: 30px;
  position: relative;
}

#youtube_logo {
  width: 41px;
  padding-bottom: 2px;
  padding-left: 4px;
  position: relative;
}

#facebook_logo{
  width: 31px;
}
