﻿body{
  background-color: white;
font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
font-size:16px;
letter-spacing:-1px;
padding:20px;
color:#444; /****444**/
}
.header {
width: 100%; /****100%***/
  height: 100px; /**100px***/
  background-color: yellow;
float: right; /**right**/
}
.footer{
  height: 90px;
  background: green;
  color: #fff;
  clear: both;
}
.main-contents, .right-navi {
  height: 10500px;
}
.main-contents {
  background-color: white; /*red*/
  color: #000;
  float: left; /**left */
  width: 68%; /*68%**/
}
.right-navi {
  background-color: green;
  color: #fff;
  float: right; /**right**/
  width: 30%;
}
.main{
  width: 100%; /****100%***/
  float: right; /*right*/
}
/***************************************/
@media screen and (max-width: 600px){ /***600px**px**/
  .main, .left-navi,.main-contents, .right-navi{
  width: 100%;
  }
}
/*************************************************/
/**************要素の重なり対策 ******************/
/*************************************************/
.amain nav {
    height:  50px;             /* 高さ指定 */
    width:  200px;              /* 幅指定 */
    background-color: #FF5722;  /* 背景色指定 */
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり順指定 */
}
.z-index_test2 {
    height:  200px;             /* 高さ指定 */
    width:  200px;              /* 幅指定 */
    background-color: #03A9F4;  /* 背景色指定 */
    position:  absolute;        /* 位置指定 */
    top: 70px;                  /* 位置指定 */
    left: 100px;                /* 位置指定 */
    z-index: 100;               /* 重なり順指定 */
}
/****************************************************************************/
/****************************************************************************/
/****************** jQuery smooth-scroll-1*************************************/
/****************************************************************************/
* { box-sizing: border-box }
.amain {
  position: relative;
  max-width: 1199px;
  background-color: #ffffff; /*** HTML 背景色******* #e3e3e3 ********************/
  margin: 10px auto;
  padding: 20px 10px;
}
 .amain nav {
  position: fixed;
  width: auto;
  margin-left: -20px;
  margin-top: -30px;
  padding: 10px;
  text-align: center;
  background-color: #d6c363;/*************#34495e****メニューバック*************/
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);/*****(0,0,0,0.3)****************/
}
.amain nav:before {
  content: "";
  display: black;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  background-color: #4A6988; /********#4A6988*************************/
  z-index: 100;
}
.amain ul {
  padding: 0;
  margin: 0;
}

.amain nav li {
  display: inline;
  margin: 10px;
  list-style-type: none;
  width: 100%;
}

.amain nav a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  display: inline-red;
}

section {
  padding-top: 10px;
  height: 10px;
  width: 100%;
  background-color: #B2B2B2;/***** #B2B2B2 ****************/
  margin: 20px 0;
}

section h2 {
  color: #000;  /************* fff *****h2 見出しの色　***********************/
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

#home { background-color: #27ae60; }

#about { background-color: #2980b9; }

#gallery { background-color: #8e44ad; }

#info { background-color: #e67e22; }

#contacts { background-color: #e74c3c; }

/*********************************************************************************/
/*******************************************************************/
/**************追加　log ****ok*********/
.iimg{
 width: 50%; /*****100%****/
    left: 15; /***右から********/
  right: 5;
  margin: auto;
}
/**************************************/
ol {
  /*2px 水色 破線を指定*/
  border: 3px skyblue dashed; 
}
/***********************************************/
/**************************************/
.widget{
	margin-bottom: 90px;
font-size: 14px;
margin: 2em 0;　/***2em** 0 **/
  padding: 25px; /***25px***/
}
/*******************https://miha5.com/2015/07/5285/**********************************************/
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	text-align: center;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/****************************************************************/
/****************** ひとこと　***********************************/
/****************************************************************/
.hitokoto{
 top: 0%;
  background: rgba(215, 253, 205, 0.61);
  margin: 2em 0;　/***2em** 0 **/
  padding: 25px; /***25px***/
  border-radius: 10px; /**10px; テキスト枠丸みの角**/
  width: 224px;
  height: 0px; /*テキストの高さ*/
margin: 0; /** 0 *下側の隙間***/
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #4caf50;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
text-align: center;
  margin: 10; /** 0 ****/
  padding: 10;
}
/*********************************************************************************************/
/**********************https://cotodama.co/youtube_side/***N0-1******** ok ********************************/
/************************************* CSS先頭に********************************************************/
.wrap{
  margin-bottom: 0rem; /*1.5em */
text-align: left;
  margin: 0; /** 0 ****/
  padding: 0;
}
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px; /**20px**/
  padding-bottom: 56.25%; /***56.25% */
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0; /**0**動画右へ*/
  width: 98%; /*98%**/
  height: 100%; /**100%**/
}
.wrap img{
  width: 50%; /*****100%****/
}
 
/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 900px) { /***600px**900px**/
  .float-right{
    float: left;
    width: 49.5%; /******49.5% ******/
  }
  .float-left{
    float:left; /*left*/
    width: 49.5%; /******49.5% ******/
  }
  .wrap:after{
    display: block;
    clear: both;
    content: "";
  }
}

/*********************************************************************************************/
/*****No-2*****No-2******No-2******https://cotodama.co/youtube_side/****N0-2***No-2**** ok ********************************/
/************************************* CSS先頭に********************************************************/
.wwrap{
  margin-bottom: 1.5rem;  /*1.5em */
text-align: left;
  margin: 0; /** 0 ****/
  padding: 0;/*****/
}
.yyoutube {
  position: relative; /*****relative ***/
  height: 0;
  margin-bottom: 20px; /**20px**/
  padding-bottom: 56.25%; /***56.25% */
  overflow: hidden;
}
.yyoutube iframe {
  position: absolute;
  top: 610; /***上から***/
  right: 10; /**0**動画右へ*/
  width: 100%; /*98%**/
  height: 100%; /**100%**/
}
.wwrap iimg{    /**** wwrap iimg**ok**/
  width: 10%; /*****100%****/
  position: absolute;
  left: 20;
  right: 30;
  margin: auto;
}


}
 
/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
  .ffloat-right{
    float: right;
    width: 49.5%; /******49.5% ******/
  }
  .ffloat-left{
    float:left; /*left*/
    width: 49.5%; /******49.5% ******/
  }
  .wwrap:after{
    display: block;
    clear: both;
    content: "";
  }
}

/*******************************************************************/
/*******************************************************************/
/********************** Youtube Background *********************************************/
/*******************************************************************/
html, xxxx {
                font-family: 'Lato', sans-serif;
                color: #1d1d1d;
                padding: 0px;
                margin: 0px;
            }
            body { height: 40vh; }

            .example-marquee {
                position: relative;
            }

            .content {
                display: table;
                width: 50%;
                min-height: 25vh; /*********高さ巾************/
                z-index: 2;
                position: relative;
            }

            .content .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding-left: 56px;  /****36px**変化なし**/
                padding-right: 26px;　/*******36px*変化なし***/
            }

            .content .inner h1 {
                font-size: 32px;
                color: white;
                text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
            }
/*************************************/
/************https://cotodama.co/flexbox_responsive/***flex* OK ************************/
/*********************************************/
.flex{
  max-width: 800px; /**600px*/
  margin: 0 auto; /**0**/
}
img{
  max-width: 100%; /**100%**/
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:600px) {
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .item+.item{
    margin-left:-1em; /****1em **文字と写真間*****/
  }
}

/*********************************************************/
/***********************************footer WAVE********** oK ********************************/
/****** https://deshinon.com/2019/03/03/koseiteki-dokusouteki-footer-css/ :****/
/******************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

body {
  font-family: Lato, sans-serif;
}

footer {
  width:94.3vw; /**100vw*94.3vw**ok*/
  position:fixed;
  bottom:0px
}
footer div {
  background-color:#4478e3;
  margin: -5px 0px 0px 0px;
  padding:0px;
  color: #fff;
  text-align:center;
}
svg {
  width:100%;
}
.arrow {
  stroke-width: .1px; /** 3px *矢印*/
  stroke:yellow;
}
.topball {
  animation: ball 1.5s ease-in-out;
  animation-iteration-count:infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  cursor:pointer;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #4478e3;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #4478e3;
  stroke-width:0.5;
  opacity:.6; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
    filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}

/****************************************************************************/
/*************** FontAwesome *****https://kirari-yums.net/2019/01/20/post-6388/****/
/******************https://fontawesome.com/v4.7.0/*********************************/
@media screen and (max-width: 600px){
/*H3見出し*/
h3{
    border-bottom: 2px solid #a61919;  /*下線太さ 種類 色*/
    border-left: transparent;  /*左線を透明*/
    color: #a61919; /*文字色*/
}

h3:before{
    color: #ffffff;  /*アイコンの色*/
    font-family:"Font Awesome 5 Free";
    content:"\f0a7";  /*アイコンのコード*/
    font-weight:900;  /*アイコンの種類*/
    margin-right:15px;  /*アイコン右の余白*/
}
/***************************************************/
/********** Font Awesome5 Color ******************/
/**************************************************/
@media screen and (max-width: 600px){
.my-gray {color: gray}
.my-skyblue {color: skyblue}
.my-orange {color: #fecb81}
.my-gray {color: green}
/***********************************************/
/*************** 見出し*************************/
/***************Font Awesome 5 *****************/
@media screen and (max-width: 600px){
h3 {
  position: relative;
  color: white; /****文字色***********************/
  background: #14d7e5;
  line-height: 1.5; /** 見出しの高さ****/
  padding: 0.25em 0.5em;  /** 文字の横からマージン****/
  margin: 2em 0 0.5em; /****2***********************/
  border-radius: 0 5px 5px 5px;
}

h3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3; /********#2196F3******************/
  color: #fff;
  left: 0px;
  bottom: 100%; /******タブの位置******/
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px; /******3*****7******1**********/
  font-size: 0.8em; /****タブの文字サイズ***/
  line-height: 1;
  letter-spacing: 0.01em /****タブ文字の間隔***/
}
/**************************************/
/*********************************/

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



