@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #DC6C41;
	text-decoration: none;
}
a:hover{
	color: #DCB941;
}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0px;	
}







/*************
/* ヘッダー
*************/
#header{
	height: 150px;
}

#header h1{
    padding: 5px 0 10px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #219168;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
	
	width: 60%;
height: 150px;
	
}

.logo p{

    color: #388CFF;
    font-size: 1.8em;
    margin: 0;
}


.main_title{

    color: #388CFF;
    font-size: 2.2em;
	margin: 0;
    position: relative; /* 今の位置を基準 */
top: -15px;
left: -5px;
}




.logo img{
	width: auto;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0;
}

.logo span{
	display:block;
	
}



#header h2{
    padding: 0px 0 20px 0px;
    font-size: 24px;
    font-weight: bold;
	color: #000000;
	float:left;
	position: relative; /* 今の位置を基準 */
top: -25px;
left: -5px;

}



/*************
/* 電話番号
*************/
.info{
	float: right;
	padding-right: 20px;
	text-align: right;
}

.info .open{
	font-size:1.1em;
		margin:0;


}

.info p{
	margin:0;
	
}

/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
    color: #FF7600;
    font-size: 25px;
    font-weight: bold;

}

.logo span,.info span{
    color: #333;
    font-size: 0.5em;
    /* [disabled]font-weight: bold; */

	
}





/************************************************************************************
トップページ・メリット・リスト
*************************************************************************************/


.top_list{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -12px;

    }
div.top_list ul {
    list-style: none;
    list-style-position: inside;
    padding-left: 49px;
    padding-bottom: 12px;
	
 }

div.top_list li {
    margin-bottom: 18px;
    }

/************************************************************************************
料金・文字
*************************************************************************************/


#price_text {
    color: #FF3800;
    font-size: 34px;
    font-weight: bold;
    margin-top: 0;
    margin-right: -7px;
    margin-left: 0;
    margin-bottom: -4px;
}






/************************************************************************************
トップページ・メリット吹き出し
*************************************************************************************/

.balloon2-left {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 11px;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 18px;
    padding-bottom: 0px;
    min-width: 100px;
    max-width: 100%;
    color: #CC6600;
    font-size: 180%;
    font-weight: 700;
    background: #FFF;
    border: solid 3px #CC6600;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 13px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #CC6600;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}













/*************
/* フォントサイズ
*************/

span.sample1 {font-size: 12px; }
span.sample2 {font-size: 12em; }
span.sample3 {font-size: 12ex; }
span.sample4 {font-size: 80%; }
span.sample5 {font-size: 100%; }
span.sample6 {font-size: 120%; }
span.sample7 {font-size: xx-small; }
span.sample8 {font-size: x-small; }
span.sample9 {font-size: small; }
span.sample10 {font-size: medium; }
span.sample11 {font-size: large; }
span.sample12 {font-size: x-large; }
span.sample13 {font-size: xx-large; }





/************************************************************************************
トップページ・活用例カラム
*************************************************************************************/

.katuyo {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
}

.col {
	float: left;
	margin-left: 0%;
	margin-bottom: 0
	px;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {

}

/* clear col */
.grid4 .col:nth-of-type(5n+1)
 {
	margin-left: 0;
	clear: left;
}




/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
	/* grid4 */
	.grid4 .col {
		width: 0%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 0%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 0%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

/* 2カラム*/

.container{
    display: table;
  width: 100%;
}
.left{
    display: table-cell;
  vertical-align: top;
  text-align: left;
}

.right{
    width: 300px;
}


.contents{
    flex: 1;
}


/*************
/* 斜めキャッチコピー
*************/
#naname{
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	border-bottom: solid 6px #CC6600;
	color: #CC6600;
	font-size: 20pt;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-top: 20px;
}





/*************
/* キャッチ大文字
*************/

#bigtext {
    color: #CC6600;
    font-size: 29pt;
    font-weight: 900;
    padding-bottom: 5px;
    margin-bottom: -1px;
    margin-top: 12px;
	background: linear-gradient(transparent 50%, yellow 50%);
  
}

#bigtext2 {
    color: #4682b4;
    font-size: 19pt;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: -27px;
    margin-top: -10px;
    margin-left: 19px;
  
}


#bigtext3 {
    color: #ff4500;
    font-size: 20pt;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
	line-height: 150%
}




/* タイトル部分のプロフィール*/
.mini_prof{
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    color: #6C6C6C;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
color:#fff;
background-color: rgba(0,0,0,0.4);
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}




/*** スライドショー ***/
.main_imgBox {
    height: 300px;
    overflow: hidden;
    position: relative; }

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50%;
    height:auto;
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}




/*** トップページの説明文ー ***/


.copy_block_1{
  margin-left: 40px;
	margin-top: 20px;
}

.copy_block_2{
  margin-left: 80px;
	margin-bottom: 40px;
}

.copy_block_3{
  margin-left: 80px;
	margin-bottom: 10px;
}


.copy_block_4{
  margin-left: 120px;
	margin-bottom: 10px;
}


/*************
/* 実績リスト　ここから
*************/


.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.list5 li{
	position:relative;
	padding-left:20px;
}
.list5 li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	border-bottom: 1px dashed #aaa;
}
.list5 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:5px;
	height:5px; 
	top:7px; 
	left:5px; 
	border-radius: 5px;
}


/************************************************************************************
実績ページ・2カラム
*************************************************************************************/

.example{
    display: flex;
    padding: 10px;
}
.example>div{
    width: 50%;
    background: #FFF;
    border: 0px

}



/*************
/* レビューふきだし　ここから
*************/


.container {
    width: 90%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.container p {
margin: 20px 10px;
}

.fukidashi-Box {
    position: relative;
    background-color: #E3FFE0;
    padding: 10px 20px;
    border-radius: 5px;
	
	font-size: 16px;/* IE8以下とAndroid4.3以下用フォールバック */
	border-bottom: 1px solid #ddd;
}
.fukidashi-Box::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #E3FFE0;
}


.fukidashi-Box-title {
    color: #6594e0;/*文字色*/
    /*線の種類（点線）2px 線色*/
    border-bottom: dashed 2px #6594e0;
    font-size: 20px;/* IE8以下とAndroid4.3以下用フォールバック */
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}


.youto {
    margin-top: 0px;
    margin-left: 88px;
    margin-bottom: 0px;
}

h5.review-man {
    margin-top: -41px;
    margin-left: 88px;
    margin-bottom: -2px;
}


/*************
/* レビューふきだし　ここまで
*************/












.slideshow {
	position: relative;
	overflow: hidden;
}

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	background: #FFFFFF;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideContents section img {
	max-width: 100%;
	padding: 0 0px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: mechanism :::::: */
.slideContents #slide1 {
	position: relative;
}
.slideContents section {
	animation: autoplay 30s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes autoplay {
	0%, 16%, 100% { transform: none; }
	20% { transform: translateX(-100%); }
	20.001%, 96% { transform: translateX(100%); }
}
.slideContents #slide1 { animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -24s; }
.slideContents #slide3 { animation-delay: -18s; }
.slideContents #slide4 { animation-delay: -12s; }
.slideContents #slide5 { animation-delay: -6s; }








/*************
/* 特殊リストここから
*************/



ul.cp_list {
    padding: 0.5em;
    list-style: none;
    font-size: 20px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-weight: 600;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}


/*************
/* 特殊リストここまで
*************/





/*************
/* 2カラムここから
*************/

/* pc　768px以上 */
.wrap{
    overflow: hidden;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    margin-top: -18px;

}
.L-column {
    float: left;
    width: 450px;
	height: 268px;
}


.R-column {
    float: right;
    width: 250px;
    height: 289px;
	  margin-top: 20px;
}


/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
	.wrap {
		width: 100%;
	}
	.L-column {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -36px;
	}
	.R-column {
		/*　floatを解除 */
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}


/*************
/* 2カラムここまで
*************/




/*************
/* サブメニューここから
*************/

.sabmenu_img {
  vertical-align: middle; /* 上下中央寄せ */
	position: relative;
    left: -10px;
}


.sabmenu_text {
  display: inline-block; /* インライン要素にして横並びを実現 */
  vertical-align: middle; /* 上下中央寄せ */
}


/*************
/* サブメニューここまで
*************/












/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}





/* テーブル */

/* INFORMATION CUSTOMIZE */
* html body #line dl.information dd div {
   display:inline-block;
}

#line dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#line dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#line table {
   width:100%;
   border-collapse:collapse;
}

#line table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#line table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   vertical-align:top;
}









/* パンくずリスト */

#breadcrumb{
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #727272;
    font-size: 13px;/* IE8以下とAndroid4.3以下用フォールバック */
}


/* 戻るＢＯＸ */

#topback {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}



/* 電話・メアド */
#contact_info{
	font-size: 24px;
	font-weight: bold;

}


/* 罫線装飾 */
.bar2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}


/* 押しボタン装飾ここから */
.syosai_bottan {
    background: #FFFFFF;
    border: 1px solid #CC6600;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #111;
    width: 100px;
    padding-top: 10px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
      }
.syosai_bottan:hover {
    background: #CC6600;
	border: 1px solid #CC6600;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
      }

.syosai_bottan a {
	color: #CC6600;	
	display: inline-block;
	position:rerative;
	margin:-10px;
	padding:10px;
	}
.syosai_bottan:hover a {
	color: #FFFFFF;	
	}
/* 押しボタン装飾ここまで */




/* 商品紹介 ここから*/

/* 1.記事全体を表示する領域。サイトにより書き換え,もしくは削除する*/
.original_item-frame {
    width: 900px;
}

/* 2.枠線部分（グレー） */
.border-gray {
   display:block;
   border: solid 1px #CCC;
   width: auto;
   margin: 5px;
}

/*  4.1. 商品画像の表示 */
.original_item-img-block {
   display:inline-block;
   margin-right: 10px;
}

/*  4.2. 商品画像の表示 */
.original_item-img-block img {
  width: 230px;  /* 適宜画像サイズを調整する */
}

/* 5. 商品名、著者名、ナレーターの表示 */
.original_item-text-block {
   display:inline-block;
}

/* 商品紹介 ここまで*/




/* 画像レスポンシブ ここから*/

img {
max-width: 100%;
height: auto;
width /***/:auto;
}
/* 画像レスポンシブ ここまで*/





/* ページのトップへ戻る　パソコン・スマホ共通 */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #00bfff; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 70px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
}
}

/* ページのトップへ戻る　ここまで */




/* サイトマップリスト */


ul.sitemap_list {
    padding-top: 0em;
    padding-right: 4em;
    padding-left: 2em;
    padding-bottom: 2em;
    list-style-type: none;
}
ul.sitemap_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.sitemap_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #CC6600;
}




/* 実績目次リスト */



ul.mokuji_list {
    padding-top: 0em;
    padding-right: 4em;
    padding-left: 2em;
    padding-bottom: 2em;
    list-style-type: none;
	font-size:17px;
}
ul.mokuji_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.mokuji_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #CC6600;
}




/* ========装飾見出し======== */

.selector02{
    border-left: 7px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-right: .8em;
    padding-left: .8em;
    margin-bottom: 10px;
    padding-top: 1px;
    padding-bottom: 10px;
    font-size: 17px;/* IE8以下とAndroid4.3以下用フォールバック */
	font-weight: bold;
} 

.selector02_big{
    border-left: 7px solid #CC6600;
    border-bottom: 1px solid #CC6600;
    padding-right: .4em;
    padding-left: .4em;
    margin-bottom: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-weight: bold;
    color: #CC6600;
} 

.selector03{
	border-bottom: 2px solid #ccc;
	padding-right: .8em;
	padding-left: .1em;
	padding-bottom: 0px;
}


.selector04{
	border-bottom: 1px dashed #ccc;
	padding: .6em .8em;
	margin-bottom: 10px;
}


.selector05-{
    font-size: 26px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-weight: 700;
    color: #CC6600;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    border: 3px solid #ccc;
    border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
    margin-bottom: 20px;
}



.selector05{
	font-size: 20px;
    font-weight: 700;
	background: #eaf5f9;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
}
.selector05:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}



.selector06{
	border-bottom: 1px solid #aaa;
	margin: 15px 0;
	padding: 5px 0;
	position: relative;
	font-size: 13pt;
	font-weight: 700;
}
 
.selector06:before,
.selector06:after {
	content: '';
	border-right: 20px solid #fff;
	border-top: 15px solid #aaa;
	bottom: -15px;
	position: absolute;
	left: 25px;
}
 
.selector06:after {
	border-top-color: #fff;
	border-right-color: transparent;
	bottom: -13px;
	left: 26px;

}


.selector07 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #CC6600;
	font-size: 14pt;
}

.selector07:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}




.selector08 {
	 font-size: 26px;
	font-weight: 700;
	position: relative;
	padding: 1rem 2rem;
	border-radius: 10px;
	background: #27acd9;
	color: #fff;	
}
.selector08:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 1.5em;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #27acd9 transparent transparent transparent;
}





.selector09 {
  position: relative;
  padding: 1em;
	font-size: 16pt;
	font-weight: 700;
}
.selector09:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #B8DFEA, #B8DFEA 5px, #ffffff 5px, #ffffff 10px);
}










.selector10 {
    padding: .5em .7em;
    border-left: 10px solid #2589d0;
    color: #333333;
	font-size: 14pt;
	font-weight: 700;
}


.selector11 {
    padding: 0.3em 0.5em;
  border-left: 10px double #4c9ac0;
	font-size: 15pt;
	font-weight: 700;
}






/* ========「初心者ページ」リスト位置調整======== */

.list_position {
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
	}


.list_position_ol {

    padding-right: 40em;
    padding-left: 0em;

	}




/* ========オレンジ======== */
.box-org {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #CC6600;
    border-radius: 8px;
}
.box-org .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #CC6600;
    font-weight: bold;
}
.box-org p {
    margin: 0; 
    padding: 0;
}


/* ========薄いグレー======== */
.box-gry {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #dcdcdc;
    border-radius: 8px;
}
.box-gry .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #CC6600;
    font-weight: bold;
}
.box-gry p {
    margin: 0; 
    padding: 0;
}






/*************
メリットのリスト
*************/
#list01 ul li {
	position: relative;
	
	font-weight: 500;

}
#list01 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #3498db;
	border-radius: 100%;
}

/* ========オレンジの角丸囲み======== */
.t02 {
    background: #CC6600;
    border: 1px solid #CC6600;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #111;
    width: 100px;
    padding-top: 10px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
}

/* ========グリーンの角丸囲み======== */
.t03 {
	background: #2DAE00;
	border: 1px solid #2DAE00;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}







td.middle {
	 vertical-align: middle;
	 }




h5 {
	margin:0;
	font-weight: bolder;
	
	}




/*************
/* 番号付きリストここから
*************/


ol.cp_clist {
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
	padding:0.5em;	
}
ol.cp_clist li {
	position: relative;
	padding-left: 30px;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.cp_clist li::before {
	position: absolute;
	display:inline-block;
	top: 50%;
	left: 0;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #00B3FF;
	color: #fff;
	font-weight:bold;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	transform: translateY(-50%);
	}

li.cp_clist { font-weight:700;    }

/*************
/* 番号付きリストここまで
*************/





/*************
注文の説明表
*************/

.yajirushi {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13pt;
	font-weight: 700;
	color: #CC6600;
}


.t01 {
	background: #CC6600;
	border: 1px solid #CC6600;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
}

.t01-2 {
	background: #6E6E6E;
	border: 1px solid #6E6E6E;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
}




/*************
メイン コンテンツ
*************/
section.content article{
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}


section.content article2{
    padding: 20px;
    margin-bottom: 20px;
    border: 0px solid #CCCCCC;
    overflow: hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
    font-size: 15px;/* IE8以下とAndroid4.3以下用フォールバック */
    padding: 0 10px;
    line-height: 36px;
    color: #fff;
    background: url(images/common/heading3.png) repeat-x 0 0;
    width: auto;

}

section.content img{
    /* [disabled]max-width: 197%; */
    height: auto;
    margin-top: 0px;
}


.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border{border:4px solid #ebebeb;}



/*************
三角リスト
*************/

ol.list_type01{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.list_type01 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
ol.list_type01 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list_type01 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




/*************
/* サイドバー
*************/
#sidebar ul{padding-top:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
	
	margin-right:10px;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:50px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear: both;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background-color: #FFFFFF;
}

* html #footer{height:1%;}

#footer .grid{
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0;
    background: transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
	
}

#footer .logo{
	float:left;
	font-size:20px;
	width:300px;
		}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}

#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#888;
background:#fff;
}


	




/*************
/* フッターここまで
*************/



/*************
/* 制作実績リスト
*************/

.cssgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    border: 1px solid #FFFFFF;
    padding: 0.8em;
    margin: 0 0 2em;	    
}

.cssgrid > div {
    overflow: auto;
    min-width: 0;
    padding: 1em;
	border: 1px solid #ddd;

}


/*************
/* 制作実績リストここまで
*************/



/*************
/* 飾りリスト
*************/

ol.list_type01{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.list_type01 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
ol.list_type01 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list_type01 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*************
/* 飾りリストここまで
*************/




/*************
/* 太文字ここから
*************/
.fb_500 {
  font-weight: 500;
}

.fb_600 {
  font-weight: 600;
}

.fb_700 {
  font-weight: 700;
}

.fb_800 {
  font-weight: 800;
}

.fb_900 {
  font-weight: 900;
}

/*************
/*太文字ここまで
*************/



/*************
/* フォントサイズここから
*************/

.font-size_14{
font-size:14px;
}

.font-size_17{
font-size:17px;
}


.font-size_20{
font-size:20px;
}



/*************
/* フォントサイズここまで
*************/




/*************
/* 王冠アイコン※ｈタグ用
*************/
.heading-035 {
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #333333;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.heading-035::before {
    width: 29px;
    height: 29px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23ffb500%22%3E%3Cpath%20d%3D%22M19.8%2019.2H4.2c-.3%200-.6.3-.6.6V21c0%20.3.3.6.6.6h15.6c.3%200%20.6-.3.6-.6v-1.2c0-.3-.3-.6-.6-.6zm2.4-12c-1%200-1.8.8-1.8%201.8%200%20.3.1.5.2.7l-2.7%201.6c-.6.3-1.3.1-1.7-.4l-3.1-5.3c.4-.3.7-.8.7-1.4%200-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8c0%20.6.3%201.1.7%201.4l-3.1%205.3c-.3.6-1.1.8-1.7.4L3.4%209.7c.1-.2.2-.4.2-.7%200-1-.8-1.8-1.8-1.8S0%208%200%209s.8%201.8%201.8%201.8h.3L4.8%2018h14.4l2.7-7.2h.3c1%200%201.8-.8%201.8-1.8s-.8-1.8-1.8-1.8z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
}



/*************
/* ボタンデザイン※初心者ページ
*************/

.button-036 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 25px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1.5em;
}

.button-036:hover {
    border: none;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
}

.button-036::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #2589d0;
    border-right: 2px solid #2589d0;
    content: '';
}

.button-036:hover::after {
    border-color: #fff;
}




/* 013 */
.button013 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    z-index:0;
    border-left: solid 5px #6bb6ff;
	font-size: 1.5em;
}
.button013 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
}
.button013 a:hover {
    color: #FFF;
}
.button013 a:hover:before {
    width: 100%;
    z-index: -1;
}






/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
  nav#mainNav{
	padding:0 14px;
	clear:both;
	overflow:hidden;
	position:relative;
	background:url(images/common/topnavBg.png);
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:160px;
	height:37px;
	padding-top:15px;
	color:#333;
	background:url(images/common/topnavSep.png);
	border-left:1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color: #7B7977;
	font-size: 10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}

	#wrapper,.inner{
	width:1200px;
	padding:0;
	}
	
	#wrapper{
    padding-bottom: 12px;
}
	
	#main{
	float: left;
	width: 980px;
	padding-right: px;
	padding-left: 15px;
	}
	
	#sidebar{
	float: right;
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: px;
	padding-bottom: 0;
	overflow: hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:1200px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{
		padding:10px 0 10px 10px;
	}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(images/bg.png);
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#708c0c;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:720px;}
	
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{
    width: 164%;
}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}
