@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, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
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;}
/* -------------------------------------------------------------- */


/* hikari-site 001　　　*/


body{
color:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#555;text-decoration:none;}
a:hover{color:#1f1f1f;}
a:active, a:focus{outline:0;}

a.mojiiro{color:#32cd32;}

/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
padding:10px 0 15px;
overflow:hidden;
}

* html #header{height:1%;}

#header h1{
font-size:12px;
font-weight:normal;
color:#228b22;
}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:20px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
color:green;
line-height:1;
}

.logo span{
font-size:12px;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:30px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
padding:1px;
border:1px solid #ccc;
background:#eee;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
z-index:100;
}

.slogan h2{
padding-bottom:5px;
color:#333;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#666;
}

/* サブページ スローガンの背景・黒*/
.subImg .slogan{left:auto;right:0;}

.subImg .slogan h2{color:#fff;}
.subImg .slogan h3{color:#ccc;}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius: 5px;
border: 1px solid #ccc;
background: #f5f5f5;   
}

.grid h3{
padding:10px 5px;
font-weight:bold;
text-align:center;
}

.grid p{
padding:5px 10px;
text-align:left;
}

.grid p.img{text-align:center;}

.gridWrapper img, img.frame{
max-width:100%;
height:auto;
margin-bottom:10px;
padding:1px;
border:1px solid #ccc;
background:#eee;
}


.grid222{
float:left;
text-align:center;
border-radius: 5px;
border: 1px solid #ccc;
background: #f5f5f5;   
}


.grid222 h3{
padding:10px 5px;
font-weight:bold;
text-align:center;
}

.grid222 p{
padding:5px 10px;
text-align:left;
}

.grid222 p.img{text-align:center;}



.grid333{
float:left;
text-align:center;
border-radius: 5px;
border: 1px solid #ccc;
background: #f5f5f5;   
}

.grid333 h3{
padding:10px 5px;
font-weight:bold;
text-align:center;
}

.grid333 p{
padding:5px 10px;
text-align:left;
}

.grid333 p.img{text-align:center;}


/**kakomi_AJHDJL001**/
.boxDe {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.boxDe p {
    margin: 0; 
    padding: 0;
}


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





/*画像周りの回り込みを解除する*/
.clearLeft { 
clear: left; 
}




.mojiLeft { 
text-align:left;
}



.backColor { 
background-color:#ffdab9;
padding-top: 5px;
padding-bottom: 5px;
text-indent: 10pt;
}


.mojiOrenge { 
color:#ff8c00;
}



img.kesi { 
background-color: transparent;
border: 0px!important;
padding: 0px;
}




.grid22222{
float:none;
text-align:center;
max-width:98%;
margin:0 2%;
   
}

#sub img{
padding:0;
border:1px solid #ccc;
}





/*　001 */
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fefefe;
  width: 190px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #ff8c00 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

.btn-square-soft:hover{
    color: #008000;
    text-decoration: none;
}


/******画像拡大のサンプルのcss*****************/

.stylebox {
	list-style-type: none;
	padding: 0;
	overflow: auto;
}
.stylebox li {
	float: left;
	margin: 0 2px 2px 0;
}
.stylebox .orig {
	width: 0;
	height: 0;
	transition: all 0.3s ease;
}
.stylebox .tmb {
	transition: all 0.3s ease;
}
.stylebox li:target .orig {
	width: 100%;
	height: auto;
}
.stylebox li:target .tmb {
	width: 0;
	height: 0;
}

/********ここまで***********************/


/********002***********************/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3fefee;
  opacity: 0.6;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*******003****************/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0.1em 0.3em;
	content: '\f128';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.12em 0.45em;
	content: '\f12a';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}







/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
background:transparent;
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
padding:10px 0;
margin-bottom:20px;
border-radius:6px;
overflow:hidden;
font-size:14px;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}


h2.heading{
padding-bottom:5px;
margin-bottom:10px;
font-size:16px;
border-bottom:3px solid #ff8c00;
color:#ff8c00;
}


h3.heading{
padding-bottom:5px;
margin-bottom:10px;
font-size:16px;
border-bottom:3px solid #ff8c00;
color:#ff8c00;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{
padding:5px 0 0;
border:0;
background:#fff;
}


section.content222{
padding:20px ;
margin-bottom:20px;
overflow:hidden;
font-size:14px;
}

section.content222 img{
max-width:100%;
height:auto;
margin:auto;
}


hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


h3.heading222{
padding-bottom:5px;
margin-bottom:10px;
font-size:14px;
border-bottom:1px dashed #555;
color:#FF9900;
}

/*文字色を赤色*/
p.fontClo222{
font-size:14px;
color:red;
}


p.fontHuto222{
font-size:14px;
font-weight:bold;
color:green;
}



.gazouCenter222{

float:none;
text-align: center;

font-size:14px;
color:red;

max-width:100%;
height:auto;
margin:auto;

}


.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.logo222 {   
    
}


.greenFnot{   
color:green;
}



/*特定の画像に適用させる しかし適用できていない*/
img[src$="******.png"] {
    border:10px solid #ccc;
}



/*004*/
.btn-tel{
  position: relative;
  display: block;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #f75065;
  padding: 5px 0;
  margin: auto;
  max-width: 250px;
}

.btn-tel::after{
  content: "";
  background: url(images/telephone1.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
}
 



.mojiBig0{
display:inline;
float:left;
font-size:24px;
font-weight:bold;
color:red;

}

.mojiBig{
display:inline;
float:right;
font-size:24px;
font-weight:bold;
color:green;

}


.mojiBig2{
	    display:inline;
	    float:none;
	    text-align: center;  
	    padding: 0 0 0 100px ;
	    
	}
	
	
.mojiBig3{
	    display:block;
	    float:none;
	    text-align: center; 
	    font-size:20px
	    font-weight:bold;
	    color:green;
	    
            margin :0 0 ; 
	    
	}	
	

/*ドロワーメニュー NO使用*/

ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

/* contents */
.contents {
    display: table;
    width: 100%;
    height: 10vh;
    padding: 0;
    margin: 0;
    background: #f6bc60;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.contents__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contents__inner h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-family: Futura, "Century Gothic", "helvetica neue", arial, sans-serif !important;
    font-style: italic;
}

.contents__inner p {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.contents__inner p span {
    border-bottom: 1px solid #fff;
}

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
    background: #98fb98;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}

.drawer-menu li {
    text-align: center;
}

.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}

/* checkbox */
.check {
    display: none;
}


/*0041*/
/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 20px;
    right: 100px;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: blue;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

/*005*/
.menu-btn__text {
    position: absolute;
    text-align:left; 
    width: 80px;
    top: 35px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: blue;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

/*ここまでテストドロワーメニュー*/





/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #1f1f1f;
}


/*色はbackgroundとborder-leftを変更する*/
table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#ff8c00;
border-left:#ff8c00 5px solid
}

table.table td{border-left:#ff8c00 3px double}



	/*新着情報 */
	#news{
	font-size: 20px
	font-weight:bold;
	color:#555;
	background:#fffaf0;
	
	padding: 0.5em 1em;
    	margin: 0 0;
    	
    	border: solid 1px #555;/*線と色*/
    	border-radius: 10px;/*角の丸み*/
	}



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター 背景色はbackground#1f1f1fを変換、CCFFCCが元色、ffe4c4
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#CCFFCC;
border-top:1px solid #555;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#679967;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav div.panel{
	display:block !important;
	float:right;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	}

	* html nav#mainNav ul{height:1%;}

	nav#mainNav ul li{
	float:left;
	margin:0 5px;
	text-align:center;
	}

	/*006*/
	nav#mainNav ul a{
	font-size:13px;
	color: #ff8c00;
	display:block;
	padding:10px;
	border-bottom:3px solid #fff;
	}

	/*メニュー下の英語*/
	nav#mainNav ul span{
	color:#ffa500;
	font-size:10px;
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{border-color:#ffa500;}
	
	#mainBanner img{max-width:936px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:218px;
	margin-left:20px;
	}
	
	
	/* グリッド共通 ベース:トップページ2カラム */
	.grid222{
	float:left;
	width:436px;
	margin-left:40px;
	}
	
	/*008 NO */
	.grid333{
	float:left;
	width:436px;
	margin-left:40px;
	}
	
	
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:298px;}
	#footer .grid{border:0;}
	
	#gallery{margin-left:-10px;}
  #gallery .grid{width:220px;}	
  
  /*009*/
  .br-sp { display:none; }
  
  /*010*/
  .br-sp-ipad { display:none; }
  
  
  
}



/*011*/

.content222
{
	min-height: 5000px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
 /*012*/
 /*013*/
.move-page-top
{
	display: block ;
	background: #afeeee ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
		
		
	}
}



/*ここまで*/

/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header h1{text-align:center;}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffa500), color-stop(0.00, #ffa500));
	background: -webkit-linear-gradient(top, #ffa500 0%, #ffa500 100%);
	background: -moz-linear-gradient(top, #ffa500 0%, #ffa500 100%);
	background: -o-linear-gradient(top, #ffa500 0%, #ffa500 100%);
	background: -ms-linear-gradient(top, #ffa500 0%, # ffa500 100%);
	background: linear-gradient(top, #ffa500 0%, # ffa500 100%);
	}
	
	/*014*/
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu 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;
	}

	/*015*/
	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 #fff;
	color:#fff;
	background:#ffa500;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	/*016*/
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#ffd700;}

	nav div.panel{float:none;}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	
	.grid222{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid222 img{
	float:left;
	margin-right:5px;
	}
	
	
	.grid333{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid333 img{
	float:left;
	margin-right:5px;
	}
	
	
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}
	
	/*017*/
	.br-sp { display:none; }
}


/* iPd  ta */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
	
	/*018*/
	.br-sp { display:none; }
	
	/*019*/
	.br-sp-ipad { display:block; }
		
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:0 auto;
	}
	
	
	.grid222 img{
	float:none;
	margin:0 auto;
	}
	
	.grid333 img{
	float:none;
	margin:0 auto;
	}
	
	.grid p,#sub .grid li{text-align:left;}

	.grid222 p,#sub .grid222 li{text-align:left;}
	
	.grid333 p,#sub .grid333 li{text-align:left;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
	
	/*019*/
	.br-sp { display:none; }
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:499px){
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:75%;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	/*019*/
	.br-sp { display:block; }
	
	/*020*/
	.br-sp-ipad { display:none; }
	
	
	/*021*/
	.inv{
	    display:none;
	    }
	
	/*022*/
	.logo222{
	float:none;
	text-align:center;
	padding:10px 5px 10px;
	
	}
	
	.mojiBig0{
	    display:block;
	    float:none;
	    text-align: center; 
	 
	}
	
	.mojiBig{
	    display:block;
	    float:none;
	    text-align: center;
	    font-size:20px
            margin :0 0 ;	
	}
	
	.mojiBig2{
	    display:block;
	    float:none;
	    text-align: center; 
            padding:0 0 0; 
	}
	
	
	.mojiBig3{
	    display:block;
	    float:none;
	    text-align: center; 
	    font-size:20px
            margin :0 0 ; 
	}
	
	
	
	
	 /*023*/
	 /*024*/
	.move-page-top{
	display: block ;
	background: #afeeee ;
	width: 30px ;
	height: 30px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 30px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	}

	
	
	
	
}
}