﻿/****************************************************/
.footer{
  height: 30px;
  background: rgb(242, 242, 248);
  color: #fff;
  clear: both;
}
.main-contents, .right-navi {
  height: 3000px;
}
.main-contents {
  background-color: white; /*white*/
  color: #000;
  float: left; /**left */
  width: 100%; /*68%**/
}
.xxright-navi {
  background-color: #d82323;/*00acc1*/
  color: #fff;
  float: right; /**right**/
  width: 31%; /*31*/
}
.main{
  width: 100%; /****100%***/
  float: left; /*right*/
}
/****************************************************/
.video-container {
  position: absolute;
  top: 20px;  /***** video 上から ***OK*/
right: 11px; /*** 追加　*右から**/
  bottom: 0px; /**** 0 *****/
  min-width: 98.5%; /*** video width **** 98.5% ** ok */
  height: 200px; /********video****/
  overflow: hidden;
　border: 0;
　transform:
　translateZ(-#{$scroll-factor * 2}px)
　scale(1 + $scroll-factor * 2);
　float: right;
}

.video-container video {
　position:absolute;
  min-width: 100%;
  min-height: 90%; /*** 50% *****/
  width: auto;
  height: auto; /**auto****/
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/***************************************************************************/
/******No-1 Flex ************https://encycolorpedia.jp/83cdc8*****************************/
/***********************************************/
 .item {
  border-radius: 10px; /*10px*/
  background: #5fbae4; /*edf 写真枠色16進*/
  padding: 10px; /*15px*/
  margin: 5px; /*5px*/
  text-align: center;
}
img {
  max-width: 50%;
  height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
p {
  text-align: left;
}

@media ( min-width : 600px ){ /***400px*/
    .flexbox {
    display: flex;
    flex-wrap: wrap;
    }
  .item {
    width: 25%;
  }
}
/*******************************************************************/
/***** https://www.webcreatorbox.com/tech/flexbox-layout ***********/
/*******************************************************************/
/*******************************************************************/
.main {
  background: rgb(250, 228, 33); /*ok*内枠***/
  margin-bottom: 10px;
}
.xxside {
  background: rgb(226, 100, 100); /*fea*/
}
.main,
.side {
  padding: 2%;
  border-radius: 20px
}
 
/* Responsive */
@media ( min-width : 600px ){ /***400px*/
    .flexbox {
      display: -webkit-flex;
      display: flex;
    }
  .main {
    margin: 0 10px 0 0;
  }
}
/***************************************************************************/
/****** No-2 Flex a-item ************https://encycolorpedia.jp/83cdc8*****************************/
/***********************************************/
 .a-item {
  border-radius: 10px;
  background: #ffffff; /*edf 写真枠色16進*/
  padding: 15px;
  margin: 5px;
  text-align: center;
}
img {
  max-width: 70%;
  height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
p {
  text-align: left;
}

@media ( min-width : 600px ){ /***400px*/
    .a-flexbox {
    display: flex;
    flex-wrap: wrap;
    }
  .item {
    width: 25%;
  }
}
/**********************************************/
/*****************************************************************/
@media screen and (max-width: 600px){ /***600px **900pxでipadはIphoneと同様になる**/
  .main, .left-navi,.main-contents, .right-navi{
  width: 100%;
  }
}
/*******************************************************************/
/**************** ヘッダー画像　***************************************************/
/*******************************************************************/
/************** 追加　log ****ok*********/
.iimg{
 width: 50%; /*****100%****/
    left: 15; /***右から********/
  right: 5;
  margin: auto;
}
/************************************/
/********************************************************/
/******* https://fukuro-press.com/css-overlaid-tex-on-image/ *****/
/***********************トップバナー*****************************/
/***************************************************/
.h-box
{
    position: relative;
}

.h-box div.text
{
    position: absolute;
    width: 100%;
    left: 10; 
    top: calc(50% - 25px); 
    text-align: center; 
    color: white; 
    font-weight: bold; 
    font-size: 16px;
    line-height: 50px;
}
/********************************************************/
/******* https://fukuro-press.com/css-overlaid-tex-on-image/ *****/
/***********************トップバナー No2*****************************/
/***************************************************/
.h2-box
{
    position: relative;
}

.h2-box div.text
{
    position: absolute;
    width: 10%;
    left: 100; 
    top: calc(90% - 25px); 
    text-align: center; 
    color: white; 
    font-weight: bold; 
    font-size: 16px;    /****16px*****/
    line-height: 50px;
}
/*****************************************************/
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/************************************/
/************ https://hacknote.jp/archives/11200/ *****OK*****/
/*************************************************************/
.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/*******************************************************************/
/********************************* No-1 ******************************/
/************ https://www.kerenor.jp/flexbox-responsive-layout/ *****/
//***************************** xptiles  ***********************************/
/**********************************************************************/
/**********************************************************************/
.parent {
  /*親要素*/
  height: 50px;
  background: orange;
}
.xptiles p {
  /*上下センタリングするもの*/
  line-height: 0px;
}
/**********************************************************************/
/**********************************************************************/
/***********************************/
.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-text {
	width: 60%; /*flex: 2;*/
}
.contents-img {
	width: 100%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 568px){
	.contents-wrap,
	.contents-wrap:nth-child(odd)  {
		flex-direction: column;
	}

	.contents-text,
	.contents-img {
		width: 60%; /*flex: 1;*/
	}

	.contents-text {
		padding: 0.5rem;
	}

	.contents-text h2 {
		text-align: center;
	}
}
/**********************************/
/******************************/
/****** Font Awesome 5 ***CSS ここだけでok *****/
/***************************************************************************************/
/**********************************************/
/**************要素の重なり対策 ****** 1 *ok***********/
/*************************************************/
.amain nav {
    height:  50px;             /* 高さ指定 */
    width:  200px;              /* 幅指定 */
    background-color: #FF5722;  /* 背景色指定 */
    position:  relative;        /* 位置指定 */
    z-index: 60;                /* 重なり順指定 */
}
.z-index_test2 {
    height:  200px;             /* 高さ指定 */
    width:  200px;              /* 幅指定 */
    background-color: #f46303;  /* 背景色指定 */
    position:  absolute;        /* 位置指定 */
    top: 70px;                  /* 位置指定 */
    left: 100px;                /* 位置指定 */
    z-index: 70;               /* 重なり順指定 */
}
/******************************************************************************/
/**************************H1 tag**************************************************/
#title {
  text-align: center; /**中央寄せ*/
}
/****************************************************************************/
/******************https://maipyon.net/hover-manual/***************/
/*********************************************************/
.sample3{
  width: 100%;
  box-sizing: border-box;
  border-rasius: 10px;
  color: #fff;
  padding: 2rem;
  background-color: #ffffff;
  text-align: center; 
  transition 0.3s;
}

.sample3:hover{
  box-shadow: 0 14px 20px -4px rgba(0,0,0,.25);
  transform: translateY(-2px);/*ここを追加しただけです*/
}
/***********ベンダープレフィックス（接頭辞）を記述する**** 効果確認未済*************************/

.prefix-sample {
   -webkit-animation: 3s linear 1s slidein;
   -moz-animation: 3s linear 1s slidein;
   -ms-animation: 3s linear 1s slidein;
   -o-animation: 3s linear 1s slidein;
   animation: 3s linear 1s slidein;
}
/***************************************************/
/****************** 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: #884a64; /********#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: #00c100; }

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

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

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

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

/*********************************************************************************/
/******************** list *****Right***NAVI***************************/
/*******************************************************/
/* 構造に関する記述 */
.xxlist {
  display: table;
  table-layout: fixed;
  width: 90%;
}
.xxlist-box {
  display: table-cell;
  padding: 5px;
  vertical-align: up;
}
.xxlist-img {
  max-height: 70px;
  overflow: hidden;
  text-align: center;
}
.xxlist-img img {
  width: 100px;
}
 
/* 中身のデザインに関する記述 */
.xxlist-cat {
  background-color: rgb(236, 5, 120);
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
}
.xxlist-date {
  color: rgb(216, 106, 16);
  font-size: 10px;
  margin-left: 10px;
}
.xxlist-text h2 {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 10px;
}
/*************************************************************/
/*******************************************************************/
/**************追加　log ****ok*********/
.iimg{
 width: 70%; /*****100%****/
    left: 10; /***右から********/
  right: 5;
  margin: auto;
}
/**************************************/
ol {
  /*2px 水色 破線を指定*/
  border: 3px rgb(235, 135, 173) dashed; 
}
/***********************************************/
/*******************************************************************/
/**************追加　log ****ok*********/
.logoimg{
 width: 30%; /*****100%****/
    left: 15; /***右から********/
  right: 5;
  margin: auto;
}
/**************************************/
ol {
  /*2px 水色 破線を指定*/
  border: 3px rgb(183, 219, 52) 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%;
}
/**************************************************************/
/**********************https://cotodama.co/youtube_side/*** N0-0 ***********/
/*****************************************************************/
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.container img{
  max-width: 100%;
}
 
/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
  .container{
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  .item{
    flex-basis: 49.5%;
  }
}

/*********************************************************************************************/
/********************** 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: 83%; /*****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: "";
  }
}

/*********************************************************************************************/
/************************************* CSS先頭に***** Navi ***********************************/
/**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: 100%;
                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 **文字と写真間*****/
  }
}
/*****************************************************************************/
/************ share ******** SNS *********************************************/
/*****************************************************************************/
.shareList {
	list-style:none;
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
}
.shareList__item {
	flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:180px;
	text-align:center;
	margin:9px 0 0 5px;
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
}
.shareList__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}
 
 
.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover{color:#55acee; background:#ffffff; border-color:#55acee;}
 
.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover{color:#3B5998; background:#ffffff; border-color:#3B5998;}
 
.shareList__link.icon-google-plus{background:#dd4b39;}
.shareList__link.icon-google-plus:hover{color:#dd4b39; background:#ffffff; border-color:#dd4b39;}
 
.shareList__link.icon-hatebu{background:#008FDE;}
.shareList__link.icon-hatebu:hover{color:#008FDE; background:#ffffff; border-color:#008FDE;}
 
.shareList__link.icon-pocket{background:#EB4654;}
.shareList__link.icon-pocket:hover{color:#EB4654; background:#ffffff; border-color:#EB4654;}
 
.shareList__link.icon-rss{background:#ff9900;}
.shareList__link.icon-rss:hover{color:#ff9900; background:#ffffff; border-color:#ff9900;}
 
.shareList__link.icon-feedly{background:#6cc655;}
.shareList__link.icon-feedly:hover{color:#6cc655; background:#ffffff; border-color:#6cc655;}
 
.shareList__link.icon-pinterest{background:#cb2027;}
.shareList__link.icon-pinterest:hover{color:#cb2027; background:#ffffff; border-color:#cb2027;}
 
.shareList__link.icon-linkedin{background:#0e76a8;}
.shareList__link.icon-linkedin:hover{color:#0e76a8; background:#ffffff; border-color:#0e76a8;}
 
.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover{color:#1dcd00; background:#ffffff; border-color:#1dcd00;}
シェアボタンCSSデザインサンプル
/*******************************************************************************/
/**********************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:100vw; /**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: #abe344;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #abe344;
  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%);}

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



