@charset "utf-8";

/*全端末共通
------------------------------------------------------------
--------------------------------------------------------------------------------------------*/
/*全体設定
------------------------------------------------------------------------------------------*/
.content{
    color: black;/*文字色*/
    font-size: 16px;/*サイズ*/
    line-height: 2;/*行間*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
  cursor: auto;
}

/*ブログ
-----------------------------------------------------------------------------------------------*/
.blog{
  font-size: 16px;
  text-align: left;
}

.blog h2{
  text-align: center;
}

.blog h3{
  text-align: center;
}

.blog a{
  color: #00ced1;
  text-decoration: none;
}

.blog .memo a{
  color: #666;
  margin: -5px 0 auto;
}
.blog .code{
  background-color: #000;
  color: #00c300;
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 641px){
.blog img{
  width: 800px;
  height: auto;
}
}
/*ロード
-----------------------------------------------------------------------------------------------*/

#splash{
  position: fixed;
  z-index: 999;
  margin-top: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
  background-color: #333;
  text-align: center;
  color: #fff;
}

#splash_text{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  font-size: 40px;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#splash_text svg{
  height: 2px;
}


/*PC用
------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  /*スマホ非表示*/
  .sm-nav {
    display: none;
 }
h1{
  font-size: 23px;
  color: black;
}
ul{
  font-size: 15px;
}
/*h2*/
.content h2{
    clear: both;
	margin-bottom: 20px;	/*見出しの下(外側)に空けるスペース*/
	color: #fff;			/*文字色*/
	background: #7e7258 url(../images/arrow1.png) no-repeat left center;	/*背景色と背景画像（古いブラウザ用）*/
	background: url(../images/arrow1.png) no-repeat left center, linear-gradient(#b2a17c, #9a8b6b 49%, #7e7258 50%);	/*背景画像の読み込み、グラデーション*/
	border-radius: 30px;	/*角丸のサイズ*/
	padding: 10px 20px 10px 50px;	/*上、右、下、左への見出し内の余白*/
}
/*h3*/
.content h3{
    clear: both;
	margin-bottom: 20px;	/*見出しの下(外側)に空けるスペース*/
	color: #333;			/*文字色*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border-radius: 30px;	/*角丸のサイズ*/
	padding: 5px 20px;		/*上下、左右への見出し内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/ 
}

small{
  color: rgb(130, 130, 130);
  font-size: 14px;
  margin: 0 65em;
}

/*中央*/
.center{
    text-align: left;
    margin: 0 30px;
}

/*小さめ文字*/
.min{
  font-size: 14px;
  line-height: 0;
}
/*tabele*/
table{margin: auto;}

/*ブログ更新履歴
----------------------------------------------------------------------------*/
.rireki{
  text-align: left;
  margin: 0 20ch;
  z-index: 511;
}
.memo{
  text-align: left;
  color: rgb(126, 126, 126);
  font-size: 13px;
}
.tyotto{
  color: rgb(126, 126, 126);
}

/*記事*/
.kiji{
  background-color: rgb(186, 186, 186);
  width: 400px;
  height: auto;
  margin: 0 20em;
}

.kiji a{
  color:#fff;
}
/*Newアイコン*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
/*横線*/
hr{
  height: 4px;
  background-color: rgb(83, 83, 83);
  width: 100%;
  border: none;
}

/*「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0 30px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
    border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*曲
-----------------------------------------------------------------------------*/
#song{
  position: fixed;
  z-index: 888;
  margin-top: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
  background-color: #00ced1;
  text-align: center;
  color: #fff;
}
#song button{
  font-size: 5vh;
}
#song p{
  font-size: 28px;
}

#song .min{
  font-size: 17px;
  margin-top: 10px;
  color: red;
}
/*ブログ
----------------------------------------------------------------------------*/
.nitizi{
  font-size: 13px;
  color: rgb(163, 163, 163);
  text-align: right;
  margin-right: 5vh;
  margin-top: 0%;
}

/*メイン
----------------------------------------------------------------------*/

.content {
    background-color: #fff;
    color: black;
    top: auto;
    text-align: center;
    height: 100%;
    width: 50%;
    padding-top: 14vh;
    min-height: 100ch;
    margin: auto;
    z-index: 100;
  }


/*メニューバー
-----------------------------------------------------------*/


nav{
    width: 100%;
    height: auto;
    background-color: rgb(0, 204, 255);
    padding-top: 3vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }
  ul{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  li{
    list-style: none;
  }
  nav h1{
    text-align: center;
  }

  .aiu a{
    display: block;
    text-decoration: none;
    color: white;
    margin-right: 35px;
    font-size: 20px;
  }
  .aiu :hover{
    color: black;
    font-size: 26px
}
h1:hover{
  font-size: 26px;
}

.hai img{
  width: 150px;
  height: auto;
  z-index: 550;
  margin-left: 15px;
  margin-top: -15px;
}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:30px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
	display: block;
	width: 100px;
	height: 100px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
    /*背景画像の指定*/
	background: url("../img/pagetop_1.png") no-repeat center;
	background-size: contain;
}

#page-top.floatAnime a{
	width: 100px;
	height: 130px;
    /*背景画像の指定*/
	background: url("../img/pagetop_2.png") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}

/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 15px;
	color: #000;
}

/*サイトマップ
---------------------------------------------------------------------------------*/
.map{
  background-color: rgb(182, 182, 182);
  color: #212529;
  width: 100%;
  height: auto;
}
.map-text{
  margin-left: 50em;
  margin-top: 1em;
}
.map-text footer{
  font-size: 12px;
  margin-left: 26em;
}
.map-text table{
  margin-left: 20px;
}
.map-text table th{
  font-size: 18px;
}
.map-text table td{
  font-size: 16px;
}
#icon{
  font-size: 25px;
  color: #000;
  margin-left: 16em;
}
}

/*スマホ用
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/


@media screen and (max-width: 640px) {
  /*スマホ非表示*/
  .pc-nav {
    display: none;
 }
  /*全体設定
  --------------------------------------------------------------------------*/
  body{
    background-color: #9cfaff;
    text-align: center;
  }
  img{
    width: 350px;
  }
  ul{
    font-size: 15px;
  }
  /*h2*/
  .content h2{
      clear: both;
    margin-bottom: 20px;	/*見出しの下(外側)に空けるスペース*/
    color: #fff;			/*文字色*/
    background: #7e7258 url(../images/arrow1.png) no-repeat left center;	/*背景色と背景画像（古いブラウザ用）*/
    background: url(../images/arrow1.png) no-repeat left center, linear-gradient(#b2a17c, #9a8b6b 49%, #7e7258 50%);	/*背景画像の読み込み、グラデーション*/
    border-radius: 30px;	/*角丸のサイズ*/
    font-size: 13px; /*文字サイズ*/
    padding: 10px 20px 10px 50px;	/*上、右、下、左への見出し内の余白*/
  }
  /*h3*/
  .content h3{
      clear: both;
    margin-bottom: 20px;	/*見出しの下(外側)に空けるスペース*/
    color: #333;			/*文字色*/
    background: linear-gradient(#fff, #eee);	/*グラデーション*/
    text-align: center;
    border-radius: 30px;	/*角丸のサイズ*/
    padding: 5px 20px;		/*上下、左右への見出し内の余白*/
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/ 
  }
  /*小さめ文字*/
.min{
  font-size: 14px;
  line-height: 0;
  }
  /*ブログ更新履歴
----------------------------------------------------------------------------*/
.rireki{
  text-align: left;
  margin: 0 20ch;
}
.memo{
  text-align: left;
  color: rgb(126, 126, 126);
  font-size: 13px;
}
.tyotto{
  color: rgb(126, 126, 126);
}

/*記事*/
.kiji{
  width: 350px;
  height: auto;
  text-align: center;
}

.kiji image{
  width: 330px;
  height: auto;
}

.kiji a{
  color:#fff;
}
/*Newアイコン*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*横線*/
hr{
  height: 4px;
  background-color: rgb(83, 83, 83);
  width: 100%;
  border: none;
}

/*車写真*/
.up img{
  width: 150px;
  height: 200px;
}
/*主要装備*/
.border{
  border: 1px black solid;
  font-size: 13px;
}
/*「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0 30px;
  font-size: 13px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 20em;		/*幅*/
	letter-spacing: 0.1em;
  font-size: 13px;
}
/*記事設定*/
#new dd {
	padding-left: 7em;
    border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
    font-size: 13px;
}

/*メニューバー
---------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:1.2rem;
}

h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

p{
	margin-top:20px;	
}

small{
	color:#fff;
	display: block;
	text-align: center;
}

#header{
	width:100%;
	background:#333;
	color:#fff;
	text-align: center;
	padding: 20px;
}

section{
	padding:100px 30px;
}

section:nth-child(2n){
	background:#f3f3f3;	
}

#footer{
	background:#333;
	padding:20px;
}


/*ブログ
----------------------------------------------------------------------------*/
.nitizi{
  font-size: 13px;
  color: rgb(163, 163, 163);
  text-align: right;
}

}

/*END*/


/*ボタン
-----------------------------------------------------------------------------*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
    color: #fff;
    background-color: #eb6100;
  }
  
  a.btn--orange:hover {
    color: #fff;
    background: #f56500;
  }
  
  a.btn-c {
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  
  a.btn-c i.fa {
    margin-right: 1rem;
  }

  a.btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;
  }

  a.btn-border::before{
    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 100%;

    content: '';
  }

/*== 線から塗に変化（右から左） */

/*線の設定*/
.borderright span::before,
.borderright span::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width:0;
  height:1px;
  /*線の形状*/
  background: #333;
  /*アニメーションの設定*/
transition: all .3s;
}

/*右上線*/
.borderright span::before {
  right:0;
  top:0;
}

/*右下線*/
.borderright span::after {
  right:0;
  bottom:0;
}

/*hoverをすると線が伸びる*/
.borderright:hover span::before,
.borderright:hover span::after {
  width: 100%;
}

/*背景の設定*/
.borderright::before{
content: '';
  /*絶対配置で線の位置を決める*/
position: absolute;
right: 0;
  bottom:0;
z-index: -1;
  /*背景の形状*/
height: 100%;
width: 0;
background:#333;
  /*アニメーションの設定*/
transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderright:hover::before{
width: 100%;
  /*0.4秒遅れてアニメーション*/
transition-delay: .4s;
}

/* ボタン共通設定 */
.btn04 {
  /*線の基点とするためrelativeを指定*/
position: relative;
  /*ボタンの形状*/
display:inline-block;
  padding: 10px 30px;

color:#333;
border:1px solid #ccc;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
overflow: hidden;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
color:#ccc;
border-color: transparent;
  /*色の変化を遅らせる*/
transition-delay: .6s;
}

/*線の設定*/
.btn04 span{
  display: block;
  z-index: 2;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
  color:#ccc;
  border-color: transparent;
    /*色の変化を遅らせる*/
  transition-delay: .6s;
}

/*線の設定*/
.btn04 span{
    display: block;
    z-index: 2;
}

/*== 線から塗に変化（上から下） */

/*線の設定*/
.bordertop span::before,
.bordertop span::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    width:1px;
    height: 0;
    /*線の形状*/
    background: #333;
    /*アニメーションの設定*/
  transition: all .3s;
}

/*左線*/
.bordertop span::before {
    left:0;
    top:0;
}

/*右線*/
.bordertop span::after {
    right:0;
    top:0;
}

/*hoverをすると線が伸びる*/
.bordertop:hover span::before,
.bordertop:hover span::after {
    height: 100%;
}

/*背景の設定*/
.bordertop::before{
  content: '';
    /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
    top:0;
  z-index: -1;
    /*背景の形状*/
  width: 100%;
  height: 0;
  background:#333;
    /*アニメーションの設定*/
  transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.bordertop:hover::before{
  height: 100%;
    /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
}

/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width:0;
  height:1px;
  /*線の形状*/
  background: #333;
  /*アニメーションの設定*/
transition: all .3s;
}

/*左上線*/
.borderleft span::before {
  left:0;
  top:0;
}

/*左下線*/
.borderleft span::after {
  left:0;
  bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}

/*背景の設定*/
.borderleft::before{
content: '';
  /*絶対配置で線の位置を決める*/
position: absolute;
left: 0;
  bottom:0;
z-index: -1;
  /*背景の形状*/
height: 100%;
width: 0;
background:#333;
  /*アニメーションの設定*/
transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
width: 100%;
  /*0.4秒遅れてアニメーション*/
transition-delay: .4s;
}

/*SNSアイコン
-------------------------------------------------------------------------------*/

/* ボタン全体 */
.flowbtn12{
    font-family:'Verdana',sans-serif;	
    border-radius: 4px;
    display:inline-block;
    width:90%;
    font-size:20px;
    transition:.4s;	
    text-decoration:none;
    }
    /* ボタン内テキストマウスホバー時 */
    .flowbtn12:hover{
    color:#fff!important;
    text-decoration:none;
    }
    /* Twitter */
    .flowbtn12.fl_tw2{
    border:solid 1px #55acee;
    color:#55acee;
    }
    /* Twitterマウスホバー時 */
    .flowbtn12.fl_tw2:hover{
    border:solid 1px #55acee;
    background:#55acee;
    }
  
    /* はてブ */
    .flowbtn12.fl_hb2{
    border:solid 1px #1ba5dc;
    color:#1ba5dc;

    }
    /* はてブマウスホバー時 */
    .flowbtn12.fl_hb2:hover{
    border:solid 1px #1ba5dc;
    background:#1ba5dc;
    }
    /* YouTube */
    .flowbtn12.fl_yu2{
    border:solid 1px #fc0d1c;
    color:#fc0d1c;
    }
    /* YouTubeマウスホバー時 */
    .flowbtn12.fl_yu2:hover{
    border:solid 1px #fc0d1c;
    background:#fc0d1c;
    }
    /* LINE */
    .flowbtn12.fl_li2{
    border:solid 1px #00c300;
    color:#00c300;
    }
    /* LINEマウスホバー時 */
    .flowbtn12.fl_li2:hover{
    border:solid 1px #00c300;
    background:#00c300;
    }
    /* メールアイコン */
    .flowbtn12.fl_ma2{
    border:solid 1px #f3981d;
    color:#f3981d;
    }
    /* メールアイコンマウスホバー時 */
    .flowbtn12.fl_ma2:hover{
    border:solid 1px #f3981d;
    background:#f3981d;
    }
    /* プロフィールアイコン */
    .flowbtn12.fl_pf12{
    border:solid 1px #555;
    color:#555;
    }
    /* プロフィールアイコンマウスホバー時 */
    .flowbtn12.fl_pf12:hover{
    border:solid 1px #555;
    background:#555;
    }
    /* ボタン内テキスト調整 */
    .flowbtn12 span{
    font-size:14px;	
    position:relative;
    left:8px;
    bottom:2px;	
    }
    /* ulタグの内側余白を０にする */
    ul.snsbtniti2{
    padding:0!important;
    }
    /* ボタン全体の位置 */
    .snsbtniti2{
    display:flex;
    flex-flow:row wrap;
    }
    /* ボタン同士の余白 */
    .snsbtniti2 li{
    flex:0 0 48%;
    text-align:center !important;
    }
    
    /* ボタン全体 */
.flowbtn8{
    border-radius:50%;
    position:relative;
    display:inline-block;
    width:50px;
    height:50px;
    font-size:30px;
    text-decoration:none;
    transition:.5s;
    }
    /* ボタンマウスホバー時のテキスト指定 */
    .flowbtn8:hover{
    color:#fff!important;
    }
    /* アイコンをど真ん中に */
    .flowbtn8 i{
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    }
    /* Twitter */
    .flowbtn8.fl_tw2{
    border:solid 1px #55acee;
    color:#55acee;
    }
    /* Twitterマウスホバー時 */
    .flowbtn8.fl_tw2:hover{
    border:solid 1px #55acee;
    background:#55acee;
    }
    /* Instagram */
    .flowbtn8.insta_btn2 {
    border:solid 1px #c6529a;
    color:#c6529a;
    font-size:35px;
    }
    /* Instagramマウスホバー時 */
    .flowbtn8.insta_btn2:hover{
    border:solid 1px #c6529a;
    background:#c6529a;
    }
    /* Facebook */
    .flowbtn8.fl_fb2{
    border:solid 1px #3b5998;
    color:#3b5998;
    }
    /* Facebookマウスホバー時 */
    .flowbtn8.fl_fb2:hover{
    border:solid 1px #3b5998;
    background:#3b5998;
    }
    /* Feedly */
    .flowbtn8.fl_fd2{
    border:solid 1px #6cc655;
    color:#6cc655;
    font-size:28px;
    }
    /* Feedlyマウスホバー時 */
    .flowbtn8.fl_fd2:hover{
    border:solid 1px #6cc655;
    background:#6cc655;
    }
    /* Pocket */
    .flowbtn8.fl_pk2{
    border:solid 1px #ef3f56;
    color:#ef3f56;
    font-size:32px;
    }
    /* Pocketマウスホバー時 */
    .flowbtn8.fl_pk2:hover{
    border:solid 1px #ef3f56;
    background:#ef3f56;
    }
    /* はてブ */
    .flowbtn8.fl_hb2{
    border:solid 1px #1ba5dc;
    color:#1ba5dc;
    font-size:25px;
    }
    /* はてブマウスホバー時 */
    .flowbtn8.fl_hb2:hover{
    border:solid 1px #1ba5dc;
    background:#1ba5dc;
    }
    /* YouTube */
    .flowbtn8.fl_yu2{
    border:solid 1px #fc0d1c;
    color:#fc0d1c;
    font-size:28px;	
    }
    /* YouTubeマウスホバー時 */
    .flowbtn8.fl_yu2:hover{
    border:solid 1px #fc0d1c;
    background:#fc0d1c;
    }
    /* LINE */
    .flowbtn8.fl_li2{
    border:solid 1px #00c300;
    color:#00c300;
    font-size:35px;
    }
    /* LINEマウスホバー時 */
    .flowbtn8.fl_li2:hover{
    border:solid 1px #00c300;
    background:#00c300;
    }
    /* お問い合わせ */
    .flowbtn8.fl_ma2{
    border:solid 1px #f3981d;
    color:#f3981d;	
    font-size:28px;
    }
    /* お問い合わせマウスホバー時 */
    .flowbtn8.fl_ma2:hover{
    border:solid 1px #f3981d;
    background:#f3981d;
    }
    /* ulタグの内側余白を０にする */
    ul.snsbtniti{
    padding:0!important;
    }
    /* ボタン全体の位置 */
    .snsbtniti{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-around;
    }
    /* ボタン同士の余白 */
    .snsbtniti li{
    flex:0 0 33%;
    text-align:center!important;
    }


/*背景
-----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
body {
    background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#15ffa5, #00ced1);
    background-color: mediumspringgreen;
    background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
    background-repeat: repeat;
  }
}