﻿body{
  background-color: lightyellow;
}
.header {
  height: 100px;
  background-color: yellow;
}
.footer{
  height: 20px;
  background: black;
  color: #fff;
  clear: both;
}
.main-contents, .right-navi {
  height: 8000px;
}
.main-contents {
  background-color: red;
  color: #fff;
  float: left; /**left */
  width: 68%;
}
.right-navi {
  background-color: green;
  color: #fff;
  float: right; /**right**/
  width: 30%;
}
.main{
  width: 100%;
  float: right; /*right*/
}
/***************************************/
@media screen and (max-width: 900px){  /*****600px***/
  .main, .left-navi,.main-contents, .right-navi{
  width: 100%;
  }
}
/*********************************************************/
/*******************************************************************/
/********************** Youtube Background *********************************************/
/*******************************************************************/
html, xxxx {
                font-family: 'Lato', sans-serif;
                color: #1d1d1d;
                padding: 0px; /*0px*/
                margin: 0px;
            }
            body { height: 40vh; }

            .example-marquee {
                position: relative;
            }

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

            .content .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding-left: 25px;  /****TEXT 位置**/
                padding-right: 10px;　/*******36px*変化なし***/
            }

            .content .inner h1 {
                font-size: 32px;
                color: white;
                text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
            }
/********************************************************/
/******* https://fukuro-press.com/css-overlaid-tex-on-image/ *****/
/***********************トップバナー No2*****************************/
/***************************************************/
.h2-box
{
    position: relative;
}

.h2-box div.text
{
    position: absolute;
    width: 100%;
    left: 10; 
    top: calc(90% - 25px); 
    text-align: center; 
    color: white; 
    font-weight: bold; 
    font-size: 16px;    /****16px*****/
    line-height: 50px;
}



/************************************/
/*******************************************************************/
/**************追加　log ****ok*********/
.iimg{
 width: 80%; /*****100%****/
    left: 15; /***右から********/
  right: 5;
  margin: auto;
}
/**************************************/

/****************************************************************************/
/*****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: 10; /** 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: 1; /**0**動画右へ*/
  width: 98%; /*98%**/
  height: 80%; /**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: "";
  }
}

/*******************************************************************/
/*************************************/
/************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: #000;
  text-align:center;
}
svg {
  width:100%;
}
.arrow {
  stroke-width: .0px; /** 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 /****タブ文字の間隔***/
}

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

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

/**************************************/
/****************wrench**********************/
/**********************************/

.wrench {
  animation: wrench_7909 3.875s ease infinite;
  transform-origin: 90% 35%;
}
 
@keyframes wrench_7909 {
  0% { transform:rotate(-12deg) }
  5.16129% { transform:rotate(12deg) }
  6.45161% { transform:rotate(24deg) }
  11.6129% { transform:rotate(-24deg) }
  12.90323% { transform:rotate(-24deg) }
  18.06451% { transform:rotate(24deg) }
  19.35484% { transform:rotate(24deg) }
  24.51613% { transform:rotate(-24deg) }
  25.80645% { transform:rotate(-24deg) }
  30.96774% { transform:rotate(24deg) }
  32.25807% { transform:rotate(24deg) }
  37.41935% { transform:rotate(-24deg) }
  38.70968% { transform:rotate(-24deg) }
  43.87097% { transform:rotate(24deg) }
  48.3871% { transform:rotate(0deg) }
  100% { transform:rotate(0deg) }
}
/**************************************/
/**********************************/
/* アコーディオン */
/**************************************/
@media screen and (max-width: 600px){
.accordion{
	margin:0 0 35px 0;
}
.accordion_title{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	background-color:#14d7e5;/*メニュー枠内*/
	padding:5px 15px;
	margin:0;
	border:1px solid #40e0d0;/*メニュー枠外*/
	border-radius:4px 4px 0 0;
}
.accordion_content{
	padding:10px 10px 10px 25px;
	margin:0;
	border:1px solid #40e0d0;/*メニュー枠外*/
	border-top:none;
	border-radius:0 0 4px 4px;
	box-shadow:2px 2px 1px rgba(0,0,0,0.1);
}
.accordion_title:hover{
	color:yellow;
	cursor:pointer;
}
/***********************************************/

