@charset "utf-8";


/***********背景フェード***********/
.bg-switcher{
    width: 100vw;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


/***********全体***********/
html{
    font-family: 'Kiwi Maru', serif;
}

#contents {
    margin: 0 auto;
    text-align: center;
}
#contents p {
    line-height: 1.5;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
}

/***********グラデーション背景***********/
body{
    background: linear-gradient(180deg, #3CA9C1 0%, #CA96CF 80%, #fff 100%);
}

/***********ヘッダー配置***********/
header{
    display: flex;
    z-index: 100;
}

.header_left{
    position: fixed;
    left: 50px;
    top:30px;
}

.header_right{
    position: fixed;
    right: 50px;
    top: 50px;
}

/***********スマホヘッダー非表示***********/
.sp_header{
    display: none;
}

.sp_header_top{
    display: none;
}

/***********グロナビ***********/
.circle{
    border: solid #fff 5px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 15px;
    display: table;
}

.circle:hover{
    background-color: #fff;
    transition: 1s;
}

.circle a{
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.circle a:hover{
    color: black;
    transition: 1s;
}


/***********ハンバーガーメニュー非表示***********/

.sp_hamburger{
    display: none;
}

/***********ロゴ***********/

h1 img{
    width: 210px;
}

/***********ロゴ下***********/
.header_right li{
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    font-size: 20px;
    display: table;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3); 
}

.header_right li a{
    text-decoration: none;
    font-weight: 500;
    color: black;
    display: table-cell;
    vertical-align: middle;
}

.under_logo{
    margin-left: 110px;
}

.yellow {
    background-color: #F1F37F;
}

.pink{
    background-color: #F3BAF4;
}

.yellow a:hover{
    background-color: #D5D933;
    border-radius: 20px;
    transition: 1s;
}

.pink a:hover{
    background-color: #EF7DF1;
    border-radius: 20px;
    transition: 1s;
}


/***********キャッチコピー***********/
.copy{
    position: absolute;
    top: 550px;
    left: 200px;
}

h6{
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    font-size: 40px;
    text-align: left;
    background-color: #fff;
    padding: 10px 0px 10px 30px;
}


.sp_br {
    display: none; /*768px以上では改行タグを無効に。*/
  }


/***********ニュースセクションの場所***********/
.news{
    margin-top: 100px;
}

/***********右上に文字の箱***********/
.white{
    width: 55%;
    height: 330px;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
}

h2{
    font-family: Pacifico;
    font-size: 64px;
    position: absolute;
    top: -40px;
    right: 50px;
}


/***********ニュースのテーブル***********/
table{
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    position: absolute;
    top:60px;
    left: 30px;
    
}

td{
    padding: 10px;
}

/***********メッセージ***********/
.point{
    width: 55%;
    text-align: left;
    margin: 0 auto;
    margin-top: 100px;
}

h3{
    font-size: 24px;
    line-height: 2.5rem;
    font-weight: 500;
}

.point p{
    margin-top: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 3rem;
}

/***********３つの丸イラスト***********/
.three{
    margin: 100px 0;
}

.down{
    display: flex;
    width: 750px;
    margin: 0 auto 200px;
}

.circle_b{
    background-color: #fff;
    border-radius: 50%;
    width: 330px;
    height: 330px;
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.circle_b img{
    margin-top: -35px;
    padding: 10px;
}


h4{
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

.circle_b p{
    width: 200px;
    margin: 0 auto;
}

h5{
    font-family: Pacifico;
    font-size: 30px;
    position: absolute;
    right: 30px;
    bottom: 35px;
}

h5 a{
    text-decoration: none;
    color: black;
}

h5 a:hover{
    color: #F3BAF4;

}

/***********about***********/
.about .white{
    width: 40%;

}

.about td{
    padding: 10px;
    line-height: 22px;
}

/***********フッター***********/
footer{
    background-image: url(../images/nanohana.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 100vw;
    margin-top: 120px;
    text-align: center;
    display: table;
}

.footer_inner{
    margin: 0 auto;
    display: table-cell;
}

.footer_logo{
    margin-top: 300px;
}

.marusi{
    background-color: #fff;
    width: 500px;
    margin: 30px auto;
    padding: 5px;
}

/***********ハンバーガーメニュー***********/
@import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300');
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
  font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
}
.outer-menu {
  position: fixed;
  top: 10vh;
  left: 0;
  z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  background: rgba(101, 221, 135, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: rgba(101, 221, 135, 0.97);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}


/********************************************/

/****************レスポンシブ******************/

/********************************************/

@media screen and (max-width: 600px) {
    html {
        font-size: 75%;
    }



/***********グロナビ***********/
.header_left{
    display: none;
}

/***********ハンバーガーメニュー表示***********/

.sp_hamburger{
    display: block;
}

/***********ヘッダー配置***********/

.header_right{
    display: none;
}

/***********スマホヘッダー表示***********/
.sp_header{
    display: block;
    position: fixed;
    top:10px;
}

.sp_header img{
    width: 80%;

}

.sp_header_top{
    display: block;
    margin-left: 40%;
    margin-top: -150px;
}

/***********ロゴ下***********/
.sp_header_top li{
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    font-size: 20px;
    display: table;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3); 
}

.sp_header_top li a{
    text-decoration: none;
    font-weight: 500;
    color: black;
    display: table-cell;
    vertical-align: middle;
}

/***********キャッチコピー***********/
.copy{
    top: 560px;
    left: 30px;
}

h6{
    font-size: 25px;
}

.sp_br {
    display: block; /*768px未満で改行タグを有効に。*/
}
 


/***********右上に文字の箱***********/
.white{
    width: 95%;
    height: 350px;
}

/***********メッセージ***********/
.point{
    width: 90%;
}


/***********３つの丸イラスト***********/
.three{
    margin: 100px auto;
    width: 100%;
}

.down{
    display: block;
    width: 100%;
}

.circle_b{
    margin: 50px auto;

}

/***********about***********/
.about .white{
    width: 95%;
    height: 380px;

}

/***********フッター***********/
footer{
    display: block;
    background-size: auto;
    margin-top: 80px;
}

footer img{
    width: 95%;
}

.marusi{
    width: 95%;
}

}