@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*------------------------------------------------------------
　追加カスタマイズ（賢威CSS）
------------------------------------------------------------*/
/*マルチカラム*/
.col2-wrap{
	margin: 0 0 1em;
}

.col{
	display: inline-block;
	vertical-align: top; /*上端揃え*/
	padding: 5px 10px;
	width: 49%;
}

/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }

/*文字の縦位置*/
.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/

/*周りのブロックからの距離（margin）*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120{ margin: 120px!important; }
.m120-t{ margin-top: 120px!important; }
.m120-r{ margin-right: 120px!important; }
.m120-b{ margin-bottom: 120px!important; }
.m120-l{ margin-left: 120px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m200{ margin: 200px!important; }
.m200-t{ margin-top: 200px!important; }
.m200-r{ margin-right: 200px!important; }
.m200-b{ margin-bottom: 200px!important; }
.m200-l{ margin-left: 200px!important; }

.m300{ margin: 300px!important; }
.m300-t{ margin-top: 300px!important; }
.m300-r{ margin-right: 300px!important; }
.m300-b{ margin-bottom: 300px!important; }
.m300-l{ margin-left: 300px!important; }


/*周りのブロックからの距離（padding）*/
.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

/*フォントの装飾*/
.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*フォントサイズ*/
.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }
.f25em{ font-size: 2.5em; }
.f26em{ font-size: 2.6em; }
.f27em{ font-size: 2.7em; }
.f28em{ font-size: 2.8em; }
.f29em{ font-size: 2.9em; }
.f30em{ font-size: 3.0em; }

/*フォントの色設定*/
.red{ color: #e53935!important; }/*赤*/
.blue{ color: #3187F9!important; }/*青*/
.green{ color: #4caf50!important; }/*緑*/
.yellow{ color: #E1D902!important; }/*黄*/
.navy{ color: #004182!important; }/*紺*/
.orange{ color: #ff9800!important; }/*橙*/
.pink{ color: #FF7173!important; }/*ピンク*/
.purple{ color: #9c27b0!important; }/*紫*/
.olive{ color: #808000!important; }/*オリーブ*/
.lime{ color: #11ee11!important; }/*黄緑*/
.aqua{ color: #00bcd4!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #aaa!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.brown{ color: #6d4c33!important; }/*茶*/

/*------------------------------------------------------------
　追加カスタマイズ（新TOPページ用）
------------------------------------------------------------*/
/* スムーススクロール */
html {scroll-behavior: smooth;}

/*main画像設定(main-befor.phpへもう一つの画像）*/
.main-top {background: url('/wp-content/uploads/2023/08/main-new1.png') left top no-repeat;}

/* サブメニュー色変更 */
.sub-menu {background-color: rgba(192, 192, 192, 0.5)!important;}

/* フォント */
.font-serif {font-family: serif;}

/*「■」リストマーク作成*/
ul.mark-s  {list-style-type: none;}
ul.mark-s li:before {content: '■ ';
	                 margin-left:-25px;
                     font-size:23px;}

/*ネガティブマージン*/
.minus8 {margin-top:-8%;}

/*グリッドエリアの作成*/
.grid-area{
	display: grid; /*グリッド*/
	grid-template-columns: repeat(6,1fr); /*6列を縦にリピート*/
	column-gap: 10px;  /*グリッドの隙間幅*/
	justify-content: center; /*コンテナを中央*/
}

.g-box1 {grid-row: 1/2; grid-column: 1/3;} /*3カラム等間隔*/
.g-box2 {grid-row: 1/2; grid-column: 3/5;} 
.g-box3 {grid-row: 1/2; grid-column: 5/7;} 

.g-box4 {grid-row: 2/3; grid-column: 2/5;} 
.g-box5 {grid-row: 2/4; grid-column: 5/7;}
.g-box6 {grid-row: 3/4; grid-column: 1/5;}

.g-box7 {grid-row: 4/5; grid-column: 1/2;} /*3カラム 1:4:1*/
.g-box8 {grid-row: 4/5; grid-column: 2/6;} 
.g-box9 {grid-row: 4/5; grid-column: 6/7;}

/*===グリッド解除===*/
@media only screen and (max-width:834px){.grid-area .cancel{display: initial; /*グリッド解除*/}}

/*===グリッド内要素右下寄せ===*/
.r-end{
    justify-self: end;
    align-self: end;
}

/*グリッドアイテムを中央に配置*/
.item-center {
  display: grid;
  justify-items: center;
  align-items: center;
}

/*画像に文字のせ*/
div.ontext {
  position: relative;
}

.ontext p {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,0.5); /*背景：白色半透明*/ 
  padding: 20px 15px 20px 15px;
}

/*---------------------
  モバイル対応
---------------------*/
@media only screen and (max-width:480px) {
	section.p80 {padding: initial!important;} /*パディング解除*/
}

@media screen and (max-width:480px) {
	.inden {display: block;} /*スマホ時改行*/
}
.inden {display: none;} /*PC時無し*/

@media screen and (max-width:834px) {
	.inden {display: block;} /*スマホ時改行*/
}

/*------------------------------------------------------------
　追加カスタマイズ （追従バナー）
------------------------------------------------------------*/
/*メニューをページ側面に固定*/
.fixed-menu {position: fixed;
	bottom:550px;
	right: 0px;
	width: 220px;
    z-index: 100;
	background-color: rgba( 255, 255, 255, 0.5 );}
/*メニューを縦並びにする*/
.fixed-menu p {padding: 5px 2px;
	           margin: 5px;
	           width:200px;}

@media screen and (max-width:640px){
/*メニューをページ下部に固定*/
.fixed-menu {position: fixed;
             bottom: 0px;
             left: 0;
             width: 100%;
             text-align: center;
             z-index: 98;
	         background-color: rgba( 0, 0, 0, 0.6 );}
/*メニューを横並びにする*/
.fixed-menu p {display: inline-block;
	           padding: 5px 0px;
	           margin: 5px;
	           vertical-align: middle;
	           width:45%;}
}

/*------------------------------------------------------------
　追加カスタマイズ（初期設定変更）
------------------------------------------------------------*/
/*reCAPTCHAのロゴを消す*/
.grecaptcha-badge { visibility: hidden; }

/*------------------------------------------------------------
　追加カスタマイズ（モバイル対応）
------------------------------------------------------------*/

@media only screen and (max-width:480px){.moba-t p{font-size:10px;}}
@media only screen and (max-width:480px){.mw100 {max-width:230px; width: 100%!important;}}
@media only screen and (max-width:480px){.wid100 {width: 100%!important;}}

/*------------------------------------------------------------
　追加カスタマイズ（初期セット）
------------------------------------------------------------*/
/*===マーカー===*/
.marker-y    {background: linear-gradient(transparent 60%, #ffff66 60%);}

/*===バックカラー（薄い）===*/
.bk-white0      {background-color: #ffffff;} /*white*/
.bk-gray0       {background-color: #f5f5f5;} /*whitesmoke*/
.bk-purple0     {background-color: #F8F8FF;} /*ghostwhite*/
.bk-yellow0     {background-color: #FFFFF0;} /*ivory*/
.bk-blue0       {background-color: #F0F8FF;} /*aliceblue*/
.bk-pink0       {background-color: #FFFAFA;} /*snow*/
.bk-green0      {background-color: #F5FFFA;} /*mintcream*/
/*===バックカラー（濃い）===*/
.bk-black1      {background-color: #000000;} /*black*/
.bk-gray1       {background-color: #696969;} 
.bk-orange1     {background-color: #FFA500;} /*orange*/
.bk-blue1       {background-color: #0000FF;} /*blue*/
.bk-green1      {background-color: #008000;} /*green*/
.bk-brown1      {background-color: #8B0000;} /*darkred*/
.bk-purple1     {background-color: #800080;} /*purple*/
.bk-olive1      {background-color: #808000;} /*olive*/
.bk-gold1       {background-color: #FFD700;} /*gold*/
.bk-silver1     {background-color: #C0C0C0;} /*silver*/


/*===枠線（スタンダード）==*/
.waku-0       {padding: 5px 5px 5px 5px; /*枠線なし*/
               margin: 0px 0px 0px 0px;
               border-radius: 5px;}
.waku-01      {padding: 5px 5px 5px 5px; /*枠線なし*/
               margin: 0px 20px 0px 20px;
               border-radius: 5px;}
.waku-s       {padding: 10px 10px 10px 10px; /*枠線あり*/
               margin: 5px 5px 5px 5px;
               border: solid 2px #FFD700; 
               border-radius: 5px;}
.waku-sb       {padding: 10px 10px 10px 10px; /*枠線あり*/
               margin: 0px 5px 0px 5px;
               border: solid 2px #000000; 
               border-radius: 0px;}
.waku-s1      {padding: 10px 10px 10px 10px; /*枠線あり*/
               margin: 5px 5px 5px 5px;
               border: solid 2px #8B0000; /*darkred*/
               border-radius: 5px;}
.waku-s2       {padding: 10px 10px 10px 10px; /*枠線あり*/
               margin: 0px;
               border: solid 2px #8B0000; /*darkred*/ 
               border-radius: 5px;}

/*===枠線（デザイン）==*/
.waku-d       {padding: 10px 15px 10px 15px; /*枠線ダッシュ*/
               margin: 5px 5px 5px 5px;
               border: dashed 2px #FFD700;
               background: #FFFFF0;
               box-shadow: 0 0 0 5px #FFFFF0;
               border-radius: 5px;}
.waku-d1       {padding: 5px 5px 5px 5px; /*枠線あり*/
               margin: 5px 5px 5px 5px;
               border: solid 15px #FAF0E6; /*linen*/
               outline: solid 1px #8B0000; /*darkred*/
               border-radius: 5px;}

/*===縦線==*/
.line-ver {border-left: 1px solid #000000;}

/*======アイコン=====*/
.icon-clip1,.icon-clip2
                  {background-repeat: no-repeat;     /*画像のリピートなし*/
                   background-position:2px 0px;   /*ポジション左：2px、縦：0px*/
                   padding:5px 0 10px 40px;                /*テキスト左から40px*/
                   height: 32px; }            /*画像の大きさ32px*/
                  

/* クリップアイコン */
.icon-clip1     {background-image: url('/wp-content/uploads/2016/02/clip2.png');}
.icon-clip2     {background-image: url('/wp-content/uploads/2016/02/clip1.png');}
/*ポイントアイコン*/
.icon-point1
    {padding:0 0 0 120px;
     background: url('/wp-content/uploads/2016/02/point1.png') left top no-repeat;}
.icon-point2
    {padding:0 0 0 120px;
     background: url('/wp-content/uploads/2016/02/point2.png') left top no-repeat;}
.icon-point3 
    {padding:0 0 0 120px;
     background: url('/wp-content/uploads/2016/02/point3.png') left top no-repeat;}
.icon-point4 
    {padding:0 0 0 120px;
     background: url('/wp-content/uploads/2016/02/point4.png') left top no-repeat;}
.icon-point5
    {padding:0 0 0 120px;
     background: url('/wp-content/uploads/2016/02/point5.png') left top no-repeat;}
.icon-point6
    {padding:0 0 0 120px;
     background: url('/wp-content/uploads/2016/02/point6.png') left top no-repeat;}
/*リンクアイコン*/
.link-b
    {padding:0 0 0 25px;
     background: url('/wp-content/uploads/2016/02/link-b.png') left center no-repeat;}
.link-o
    {padding:0 0 0 25px;
     background: url('/wp-content/uploads/2016/02/link-o.png') left center no-repeat;}
/*シンプルアイコン*/
.bo-p
    {padding:0 0 0 25px;
     background: url('/wp-content/uploads/2016/02/bo-p.png') left center no-repeat;}
.maru-g
    {padding:0 0 0 30px;
     background: url('/wp-content/uploads/2016/02/maru-g.png') left center no-repeat;}
.ck
    {padding:0 0 0 30px;
     background: url('/wp-content/uploads/2016/06/ck.png') left center no-repeat;}


/*==画像の角丸==*/
.kado-5 img     {border-radius: 5px;}
.kado-10 img    {border-radius: 10px;}

/*==画像横==*/
.chuo img {vertical-align: middle;}

/*==横並び==*/
.block-0     {display: inline-block; /*横並び。幅指定なし */
                *display: inline; /* For IE 7 */
                *zoom: 1;
                vertical-align: top; /*上端揃え*/
                margin: 0px 2px 10px 2px;}
.block-2{display: inline-block; /*2列横並び。幅指定370PX */
	vertical-align: top; /*上端揃え*/
	width: 370px;
	margin: 0px 5px 10px 5px;}

.block-3     {display: inline-block; /*3列横並び。幅指定220PX*/
                *display: inline; /* For IE 7 */
                *zoom: 1;
                vertical-align: top; /*上端揃え*/
                width: 220px;
                margin: 0px 5px 20px 5px;}
.block-3w     {display: inline-block; /*3列横並び。幅指定300PX*/
                *display: inline; /* For IE 7 */
                *zoom: 1;
                vertical-align: top; /*上端揃え*/
                width: 300px;
                margin: 0px 5px 20px 5px;}

/*===リンクの色===*/
a:link.link-iro     {text-decoration: none; color: #ffffff!important;} /*未訪問*/
a:visited.link-iro  {text-decoration: none; color: #ffffff!important;} /*訪問済み*/
a:hover.link-iro    {text-decoration: none; color: #ffd700!important;} /*マウスをのせた時*/

/*===リンクの下線削除===*/
.noline a {text-decoration: none;}

/*==== フロート画像のテキスト回り込み禁止 ====*/
.over           {overflow: auto; zoom:1; } 

/*==== 「＊」リストマーク作成 =====*/
ul.mark            {list-style-type: none;}
ul.mark li:before  {content: '＊';
	                margin-left:-17px;}

/*==== リストマークの削除 =====*/
.marknone            {list-style-type: none;}

/*=========== cssで画像に文字をのせる==========*/
.rela{position: relative;}

/*シャドー文字のせ*/
.abso-s     {position: absolute;
             top: 30px; /*文字位置*/
             padding: 5px 5px 5px 15px;  /*文字のパディング*/
             text-shadow: 2px 2px 3px #fff,
                     -2px 2px 3px #fff,
                      2px -2px 3px #fff,
                     -2px -2px 3px #fff;}
/*背景の帯あり*/
.abso-o {position: absolute;
             top: 30px; /*文字位置*/
             background: rgba(255,255,255,0.7); /*背景：白色半透明*/
             padding: 5px 5px 5px 15px; /*文字のパディング*/
             width: 90%;} /*背景の横幅*/ 

/*=========== cssで文字装飾==========*/
.kage   {text-shadow: 2px 2px 3px #fff,
                     -2px 2px 3px #fff,
                      2px -2px 3px #fff,
                     -2px -2px 3px #fff;}

.obi    {background: rgba(255,255,255,0.7);} /*背景：白色半透明*/  

/*==== 画像とビフォーアフターとコメントとを横に並べる ====*/
.bf-gazou           {width:280px; 
                     margin: 10px; 
                     float:left; }   /*２つの画像を横に並べる*/
/*===ビフォータイトル===*/
.bf-title           {border: none;                 
                     padding: 5px;
                     text-align: center;
                     border-radius: 5px;
                     background-image: linear-gradient(to bottom,#dcdcdc 0%,#ffffff 50%,#d3d3d3 100%);} /*グラデーション*/
/*===アフタータイトル===*/
.af-title           {border: none;                 
                     padding: 5px;
                     text-align: center;
                     border-radius: 5px;
                     background-image: linear-gradient(to bottom,#ffd700 0%,#ffffff 50%,#ffd700 100%);} /*グラデーション*/



/*------------------------------------------------------------
　追加カスタマイズ（サイドバー）
------------------------------------------------------------*/
/*リンク関連*/
#nav_menu-2 a       {text-decoration: none;}  /*リンク下線の削除*/

/*------------------------------------------------------------
　追加カスタマイズ（モバイル　電話）
------------------------------------------------------------*/
/*　PC用　*/
.tel-mobile {display: none;}

/*　モバイル用　*/
@media 
only screen and (max-width:480px) {.tel-pc {display: none;}}
@media 
only screen and (max-width:480px) {.tel-mobile {display: inherit;}}



/*画像にふち*/
.huchi      {border:10px solid #FFFFFF;
             outline: solid 1px #DCDCDC; 
             box-shadow: 0 10px 8px -6px #8d8c8c;}

/*===マウスオーバー時画像を半透明===*/
.tomei a:hover img {
               opacity: 0.7;
               filter: alpha(opacity=70); /*IE6,7用*/
               -ms-filter: "alpha(opacity=70)";} /*IE8用*/

/*===コンタクトフォーム（ハウスクリーニングlp）===*/
/* 必須マーク */
.must { background: #FF1A00; }
/* 任意マーク */
.free  {background: #999; }

.must,.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/* フォーム入力項目 */
.wpcf7 input.lp-conf,
.wpcf7 textarea.lp-conf {
	 width: 90%;
	 padding: 8px 15px;
	 margin-right: 0px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

@media 
only screen and (max-width:640px) {.moba-conf {margin: 40px 0px!important; }}

/*------------------------------------------------------------
　追加カスタマイズ アニメーション（更新のタイミングで動作）
------------------------------------------------------------*/
.move img {
animation-name: RightToLeft;/* アニメーション名 */
animation-duration: 5s;/* アニメーション時間 */
}

@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(200px);/* Y軸方向に200px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

/*------------------------------------------------------------
　追加カスタマイズ アニメーション（画像を反射で光らせる）
------------------------------------------------------------*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:60px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 5s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 5s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {    /*IE10以降対応*/
0% { transform: scale(0) rotate(45deg); opacity: 0; }
90% { transform: scale(0) rotate(45deg); opacity: 0.5; }
91% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

/*------------------------------------------------------------
　追加カスタマイズ（ブルブル）jQueryとセット
------------------------------------------------------------*/
.buruburu.scrollin {display: inline-block;
	                animation: buruburu 1s 20;}
@keyframes buruburu {
	10% {transform: translateX(5px) rotate(3deg);}
    20% {transform: translateX(-5px) rotate(-3deg);}
    30% {transform: translateX(4px) rotate(2deg);}
    40% {transform: translateX(-4px) rotate(-2deg);}
    50% {transform: translateX(3px) rotate(1deg);}
    60% {transform: translateX(-3px) rotate(-1deg);}
    70% {transform: translateX(2px) rotate(1deg);}
    80% {transform: translateX(-2px) rotate(0deg);}
    90% {transform: translateX(1px) rotate(0deg);}
	100% {transform: translateX(-1px) rotate(0deg);}
}   

/*------------------------------------------------------------
　追加カスタマイズ（スクロール　フェードイン）jQueryとセット
------------------------------------------------------------*/
/* 画面外にいる状態 */
.fadein          {opacity : 0.1;
	              transform : translate(0, 80px);
	              transition : all 900ms; }
/* 画面内に入った状態 */
.fadein.scrollin {opacity : 1;
	              transform : translate(0, 0); }


/* 画面外にいる状態 */
.fadein2         {opacity : 0.1;
	              transform : translate(0, 80px);
	              transition : all 1800ms; }
/* 画面内に入った状態 */
.fadein2.scrollin {opacity : 1;
	               transform : translate(0, 0); }

/*------------------------------------------------------------
　追加カスタマイズ（スクロール　スライドイン）jQueryとセット
------------------------------------------------------------*/

/* 画面外にいる状態 */
.slide-rl {opacity: 0;
	       transform: translate(100px, 0);/* 右左スライド */
	       transition: all 900ms;}
/* 画面内に入った状態 */ 
.slide-rl.scrollin { opacity: 1;
                    transform: none;}

/* 画面外にいる状態 */
.slide-lr {opacity: 0;
	       transform: translate(-100px, 0);/* 左右スライド */
	       transition: all 900ms;}
/* 画面内に入った状態 */ 
.slide-lr.scrollin { opacity: 1;
                    transform: none;}

/*------------------------------------------------------------
　追加カスタマイズ（画像自動切換え）
------------------------------------------------------------*/
.effect-box{
	display:inline-block;
    width: 300px;
    height: 225px;
    position: relative;
    overflow: hidden;
}
.effect-box img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	animation: effect 20s infinite;
	opacity: 0;
}
.effect-box img:nth-of-type(1) {
    animation-delay: 0s;
}
.effect-box img:nth-of-type(2) {
    animation-delay: 5s;
}
.effect-box img:nth-of-type(3) {
    animation-delay: 10s;
}
.effect-box img:nth-of-type(4) {
    animation-delay: 15s;
}

@keyframes effect{
    0% { opacity: 0; }
	15% { opacity: 1; }
	20% { opacity: 1; }
	35% { opacity: 0; }
	100% { opacity: 0; }
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	.grid-area.cancel{display: initial;} /*グリッド解除*/
}

/*480px以下*/
@media screen and (max-width: 480px){
.col { display: initial;} /*カラム解除*/
}
