﻿@charset "UTF-8";
/* CSS Document */
html{
 font-size: 62.5%;
}

*,*::before, *::after{
 box-sizing: border-box;
}

body{
 background: #f4ffff;
 background-size: cover;
 color: #000;
 font-size: 1.4rem;
 font-family:  Raleway,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 text-align:center;
}

body {
  background-color: #eaffff;
  background-image: linear-gradient(115deg, transparent 75%, #d6ffff 75%),
                    linear-gradient(245deg, transparent 75%, #d6ffff 75%),
                    linear-gradient(115deg, transparent 75%, #d6ffff 75%),
                    linear-gradient(245deg, transparent 75%, #d6ffff 75%);
  background-position: 0 0, 0 0, 10px -20px, 10px -20px;
  background-size: 20px 40px;
}

.header{
 padding: 170px 40px 80px;
}

footer{
 background-color:#a0d8ef;
}

h2{
 color:#0000ff;
 position:center;
 font-weight: bold;
}

h4{
 color:#0000cd;
}

/*faceicon、吹き出し*/
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #68a4d9;
    border-radius: 50%;
}

.balloon5 .chatting {
    float: left;
    width: auto;
}

.says {
    position: relative;
    margin: 5px 0 0 0px;
    left:24px;
    padding: 17px 15px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    position: absolute;

    display: inline-block;

    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}
/*faceicon、吹き出し*/

li {
    float: center;
}

#nav {
  list-style: none;
  display: flex;
}

ul {
    width: 1000px;
    overflow: hidden;
}

li {
  float:left;
  width: 115px;
  list-style-type: none;
  padding:0 10px 0 0;
  margin:10px 18px;
  position: relative;
  top:5px;
  left:221px;
}

 a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #00a1e9;
    color: #fff;
}


a:hover {
    background-color: #0086d3;
}

/*リンク用ボタン*/
.sample1 {
    background-color: #6bb6ff;
    height:10px;
}

.button {
  position: static;
  right:5px;
  border-radius: 4px;
  color: #fff;
  line-height: 8.5px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #f7ba59;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-family:'arial unicode ms';
}

.button:hover {
  top: -4px;
  box-shadow: 0 7px 0 #0068b7;
}
.button:active {
  top: 3px;
  box-shadow: none;
}


#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f139';
  font-size: 60px;
  color: #3fefee;
}

.footer{
 padding: 1.5px 0;
 font-size: 1.3rem;
 color: #fff;
 background-color:#000080;
}

/*リンクボタン用*/
.link{
 display: block;
 padding: 20px 0;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 background-color: #00a1e9;
 color: #fff;
}

.link:hover {
 background-color: #0086d3;
}
/*リンクボタン用終わり*/

/*ポラロイド加工*/
.polaroid {
  position: relative;
  width: 430px;
  float:left;
}

.polaroid img {
  border: 10px solid #e0efff;
  border-bottom: 35px solid #e0efff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font-family: 'Kaushan Script', cursive;
  color: #3d3d3d;
  font-size:21px;
  line-height:0.3;

}
.polaroid2 {
  position: relative;
  bottom:25px;
  width: 430px;
  float:left;
}

.polaroid2 img {
  border: 10px solid #e0efff;
  border-bottom: 35px solid #e0efff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

.polaroid2 p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font-family: 'Kaushan Script', cursive;
  color: #3d3d3d;
  font-size:21px;
  line-height:0.3;
}

/*自己紹介の枠*/
.box1 {
    position: relative;
    margin: 2em 0;
    padding: 1.2em 1em;
    border: solid 3.8px #60afff;
    border-radius: 8px;
    background-color:#fff;
    height: 35%;
}

.box2 {
    position: relative;
    margin: 2em 0;
    padding: 3.2em 1em;
    border: solid 3.8px #60afff;
    border-radius: 8px;
    background-color:#fff;
    height: 35%;
}


h2{
    text-align:left;
    font-weight: bold;
    text-decoration: none;
    color: #0000ff;
}

h4{
    text-align:left;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.rogo{
  position: absolute;
  width:86px;
  height:85px;
　display:block;
  padding:10px 10px;
  z-index:1;
  left:30px;
  top:15px;
}
