@charset "utf-8";

/*PC・タブレット・スマホ共通設定
+++++++++++++++++++++++++++++++++*/

/*-------------------------------------------------------------- */
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;
}

/* 以上-------------------------------------------------------------- */

body {
	margin: 0;
        padding: 0;
        width: auto;	/*左右の余白を含んで100%*/
	color: #000;	/*全体の文字色*/
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;	/*文字サイズ*/
	max-height: 999999px;
	line-height: 1.8;
	background: #f6f3ec;
	-webkit-text-size-adjust: 100%;
}

/*リンク全般
-------------*/
a {
	color: #0000ff;		/*リンクテキストの色*/
	font-weight: bold;
	text-decoration: none;	/*マウスオン時にリンクの下線を消す設定*/		-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;	/*同上*/
}

a:hover {
	color: #ff0000;		/*マウスオン時の文字色*/
	font-weight: bold;
	text-decoration: underline;		/*マウスオン時にリンクの下線を消す設定*/
}

/*++++++
全　体
++++++++*/
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#outerbox {
	margin:0 auto;
        padding: 0;
	max-width: 1024px;
	background: #fff;
        border:1px solid #ddd;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
        max-width: 100%;
}

/*++++++
共　通
++++++++*/

/*見出し
---------*/
h1 {
	margin: 10px 5px 0 5px;
	padding: 2px 0 1px 5px;
	font-size: 20px;
	max-height: 999999px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
	background: #fff;
	border-color: #333;
	border-style: solid solid solid solid;
	border-width: 0px 0px 2px 0px;
}

h2 {
	margin: 0;
	padding-top: 15px;
	font-size: 14px;
	max-height: 999999px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
}

h3 {
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	max-height: 999999px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-decoration: none;
}

h4 {
	margin: 15px auto;
	padding: 3px 0;
	max-width: 96%;
	background: #fff;
	color: #0000ff;
	font-size: 12px;
	max-height: 999999px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #adc5d1;
}


/*Border
--------*/
.border0 {
	margin: 3px 0;
        border-bottom: 1px dotted #555;
}

.border1 {
	margin: 5px 0 15px 0;
        border-bottom: 6px dotted #555;
}

.border2 {
	margin: 20px 0;
	border-bottom: 4px dotted #555;
}

.border3 {
	margin: 5px 0 30px 0;
	border-bottom: 1px solid #adc5d1;
}

/*Space
--------*/
.space_05 {
	width  : auto;
	height: 5px;
}

.space_10 {
	width  : auto;
	height: 10px;
}

.space_20 {
	width  : auto;
	height: 20px;
}

.space_30 {
	width  : auto;
	height: 30px;
}

.text {
	display: inline-block;
}

/*+++++++++++++++++++++++++++++*/


/*++++++
Header
++++++++*/
#header {
        margin: 0 auto;
	max-width: 100%;
	background: #fff;	/*背景色*/
	border-bottom: 8px solid #ff69b4;
}

#header .inner {
        margin: 0;
        padding-top: 30px;
        padding-left: 41px;
	width: 212px;
	height: auto;	/*ヘッダーの高さ*/
	position: relative;	/*相対位置*/
}

/*++++
Logo
++++++*/
#logo img {
	width: 212px;	/*画像幅*/
}

#logo p {
	font-size: 12px;
	max-height: 999999px;
	color: #037d77;
	text-align: center;
}

/*+++++++++++++++
メインメニュー
+++++++++++++++++*/

/*小さい端末用メニューを表示させない
++++++++++++++++++++++++++++++++++++++*/
#menubar-s {display: none;	/*小さい端末用メニューを表示させない*/
}

#menubar_hdr {display: none;	/*３本バーアイコンを表示させない*/
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menubar {
        margin: 0 0 0 30px;
	overflow: hidden;	/*はみ出た部分を表示しない*/
	width:100%;
	text-align: center;
}

#menubar ul {
        font-size: 14px;
	max-height: 999999px;
	letter-spacing: 0.1em; 
	text-align: left;
}

#menubar li {
	float: left;	/*指定された要素を左に寄せて配置*/
	overflow: hidden;	/*はみ出た部分を表示しない*/
}

#menubar li a {
        margin: 25px 10px 15px 10px;
        padding: 0px 10px 0px 10px;
	display: block;	/*縦並びに配置*/
	font-size: 14px;
	max-height: 999999px;
	color: #666;	/*文字色*/
	font-weight: bold;
        border-color: #ffb21a;
        border-style: solid solid solid solid;
        border-width: 1px 0px 1px 0px;
	text-decoration: none;
	line-height: 35px;	/*高さ*/
}

#menubar li:hover::after,#menubar li.current::after {
	bottom: 0px;
}

/*マウスオン時
---------------*/
#menubar li a:hover {
	color: #9c014f;
	background: #f6eaff;
	border-color: #9c014f;
        border-style: solid solid solid solid;
        border-width: 1px 0px 1px 0px;
}

/*+++++++++++++++
 スライドショー
++++++++++++++++++ */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

.viewer ul li img {
	width: 100%;
}
 
/* sideNavi
----------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}

.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}

.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
/* =======================================
ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
 
.viewer ul {
	display: inline-block;
	overflow: hidden;
}

/*++++++++++++++++++++++++++++++
トップフォトインフォメーション
++++++++++++++++++++++++++++++++*/
#top_info {
        margin: 20px auto;
	padding: 10px 0;
        max-width: 96%;
        height: auto;
	text-align: center;
        vertical-align: middle;
        font-size: 14px;
	max-height: 999999px;
        color: #000;
        font-weight: normal;
        border-top: 4px dotted #555;
        border-bottom: 4px dotted #555;
}

/*+++++++
Gllery
+++++++++*/
.gridWrapper {
	margin: 15px 0;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.grid {
	display: inline-block;
	margin: 0 3px;
	width: 140px;
	background: #fff;
}

.grid h3 {
	margin: 0;
	padding: 0 0 1px 3px;
	background: #fff;
	font-size: 13px;
	max-height: 999999px;
	color: #000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.grid img {
	margin-bottom: 12px;
	width: 140px;
	height: 100px;
}

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 901px;
	overflow: hidden;
}

/*++++++++++
コンテンツ
++++++++++++*/
#contents {
	clear: both;	/*floatプロパティによる回り込みをすべて解除*/
	margin: 0 auto;
	max-width: 960px;
        display: inline;	/*横並びに配置*/
}

/*++++++
メイン
+++++++*/
#main {
	float: left;	/*左に回り込み*/
	max-width: 712px;		/*ボックス幅*/
}

/*++++++++++++
Service(Shop)
++++++++++++++*/
.service_box {
	max-width: 100%;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.service_photo {
	margin: 0 auto;
	display: inline-block;
	width: 245px;		/*ボックス幅*/
	text-align: center;
}

.service_photo img {
	padding-top: 15px;
	width: 230px;
	height: auto;
}

.service_info {
	float: right;	/*右に回り込み*/
	max-width: 450px;		/*幅*/
	text-align: left;
}

.service_info p {
	margin: 10px 8px 0 8px;
	font-size: 14px;
}

.alignleft{
	float: left;
	clear: left;
	margin: 10px 55px 5px 55px;
}

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

/*ショップナビの設定/*
-------------------------*/
#shop {
        margin: 10px auto;
	padding-bottom: 5px;
	clear: both;
}

#shop ul {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: center;
	list-style-type : none;
}

#shop li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 32%;
	text-align: left;
	display: inline-block;

}

#shop li a {
	margin: 1px auto;
	padding: 2px 0 2px 10px;
	display: block;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #000;
	background: #f6f3ec;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

#shop li:hover::after,#shop li.current::after {
	bottom: 0px;
}

/*マウスオン時
---------------*/
#shop li a:hover {
	margin: 1px auto;
	padding: 2px 0 2px 10px;
	display: block;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #fff;
	background: #5a7de5;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}
/*+++++++++++++++++++++++++++++++++*/

/*++++++++
NewPhoto
++++++++++*/
.new_photo {
	margin: 0 auto;
	padding: 20px 40px 10px 40px;
	background: #fff;
	max-width: 750px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	display: inline-block;
	width: 300px;
	overflow: hidden;
	float: left;	/*左に回り込み*/
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 300px;
	float: right;	/*右に回り込み*/
}

.np_box {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 245px;
	text-align: center;
}

.t_box {
	margin: 10px auto;
	width: 210px;
	background: #fafafa;
	color: #000;
	font-size: 12px;
	max-height: 999999px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #d5d5d5;
               -webkit-box-shadow : 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
               -moz-box-shadow    : 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
                box-shadow        : 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.new_photo img {
	width: 230px;
	height:auto;
}


/*+++++++++++++++++++++++++++++++++*/

/*++++++++++++++
サブコンテンツ
++++++++++++++++*/
#sub {
	float: right;	/*右に回り込み*/
	max-width: 232px;		/*幅*/
	background: #fff;   /*背景色*/
}

.nature {
	margin: 10px auto;
	padding: 15px 15px 0 0;
	width: 98%;
	height: auto;
	text-align: center;
	border: 1px solid #adc5d1;
}

.nature h5 {
	margin: 0 22px;
	padding: 2px 0px;
	font-size: 12px;
	background: #ffbc40;
	max-height: 999999px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.nature p {
	padding: 12px 10px 10px 10px;
	font-size: 12px;
	max-height: 999999px;
	color: #14a83a;
	font-weight: normal;
	text-decoration: underline;
}

.nature img {
	padding-top: 3px;
}


.others {
	margin: 0 auto;
	width: 98%;
	text-align: center;
}

.others_li a {
	margin-top: 30px;
	padding: 2px 0 2px 10px;
	display: block;
	text-align: left;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #000;
	background: #f6f3ec;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

/*マウスオン時
---------------*/
.others_li a:hover {
	margin-top: 30px;
	padding: 2px 0 2px 10px;
	display: block;
	text-align: left;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #fff;
	background: #5a7de5;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

/*+++++++++
SITE MAP
+++++++++++*/
#site_box {
	margin-top: 15px;
	padding: 25px 0 20px 30px;
	background: #fff;
	max-width: 960px;
	text-align: left;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
}

#site_nav {
        margin: 0 5px;
	padding-bottom: 5px;
	clear: both;
	overflow: hidden;
}

#site_nav ul {
	margin-left: 15px;
	padding: 0;
	max-width: 950px;
	overflow: hidden;	/*はみ出た部分を表示しない*/
	list-style-type : none;
}

#site_nav li {
	display: inline-block; 
}

#site_nav li a {
	margin: 5px 1px 0 0;
	padding: 0 15px 0 5px;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
        background: #f6f3ec;
	border: 1px solid #c5d2f5;
	display: block;
}

#site_nav li:hover::after,#shop li.current::after {
	bottom: 0px;
}

/*マウスオン時
---------------*/
#site_nav li a:hover {
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
        background: #5a7de5;
}

/*+++++++++
PAGE TOPへ
+++++++++++*/
#pagetop {
	margin: 5px 20px;
	clear: both;	/*floatプロパティによる回り込みをすべて解除*/
	text-align: right;
	float: right;	/*右に回り込み*/
}

/*++++++
Footer
++++++++*/
footer {
	margin: 0 auto;
	padding: 6px 0;
	max-width:100%;
	background: #5a7de5;	/*背景色*/
        font-size: 12px;
	max-height: 999999px;
	letter-spacing: 0.1em; 
	color: #000;	/*文字色*/
	text-align: center;
	font-weight: bold;
        background: #5a7de5;
	border-top: 3px solid #000;
	border-bottom: 6px solid #000;
        clear: both;	/*floatプロパティによる回り込みをすべて解除*/
}

/*END++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++
PC [画面幅960px以上の設定]
+++++++++++++++++++++++++++++*/
@media only screen and (min-width:960px){

#header,footer {
	width:100%;
}

#wrapper {
	width:960px;
}

#outerbox {
	width: 1024px;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

/*小さい端末用メニューを表示させない
++++++++++++++++++++++++++++++++++++++*/

#shop-s {display: none;
}
}
/*++++++++++++++++++++++++
PC用 [画面幅960px以上]END
++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++
[画面幅926px]以下の設定
+++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:926px){

/*+++++++
Gllery
+++++++++*/
.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 900px;
	overflow: hidden;
}
.service_box {
	max-width: 842px;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.service_photo {
	margin: 0 auto;
	display: inline-block;
	width: 245px;		/*ボックス幅*/
	text-align: center;
}

.service_info {
	float: right;	/*右に回り込み*/
	max-width: 590px;		/*幅*/
	text-align: left;
}

/*ショップナビの設定/*
-------------------------*/
#shop {
        margin: 10px auto;
	padding-bottom: 5px;
	clear: both;
}

#shop ul {
	margin: 0 auto;
	padding: 0;
	width: 872px;
	text-align: center;
	list-style-type : none;
}

/*++++++++
NewPhoto
++++++++++*/
.new_photo {
	margin: 0 auto;
	padding: 20px 40px 10px 40px;
	background: #f6f3ec;
	max-width: 750px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	display: inline-block;
	width: 300px;
	overflow: hidden;
	float: left;	/*左に回り込み*/
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 300px;
	float: right;	/*右に回り込み*/
}

/*+++++++++++
メイン・サブ
+++++++++++++*/

#main,#sub  {
	margin: 0 auto;
	float: none;
	max-width: 892px;
	display: block; 
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

/*小さい端末用メニューを表示させない
++++++++++++++++++++++++++++++++++++++*/

#shop-s {display: none;
}
}
/*++++++++++++++++++++++++
PC用 [画面幅926px以上]END
++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++
[画面幅834px]以下の設定
+++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:834px){

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 750px;
	overflow: hidden;
} 

/*Service
++++++++++++++*/

.service_box {
	max-width: 750px;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.service_photo {
	margin: 0 auto;
	display: inline-block;
	width: 245px;		/*ボックス幅*/
	text-align: center;
}

.service_info {
	float: right;	/*右に回り込み*/
	max-width: 440px;		/*幅*/
	text-align: left;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

#shop {
	display: none;	/*大きい端末用メニューを表示させない*/
}

#shop-s {
	display: block;	/*小さい端末用メニューを非表示から表示に切り替える*/
	background: #fff;
	margin         : 0 auto;
	padding-bottom : 5px;
	clear          : both;
}

/*++++++++++++++++++++++++++++++++++++*/

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 49%;
	text-align: left;
	display: inline-block;
}

#shop-s li a {
	margin: 1px auto;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #000;
	background: #f6f3ec;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

/*マウスオン時
---------------*/

#shop-s li a:hover {
	margin: 1px auto;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #fff;
	background: #5a7de5;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

/*++++++++
NewPhoto
++++++++++*/

.new_photo {
	margin: 0 auto;
	padding: 20px 40px 10px 40px;
	background: #f6f3ec;
	max-width: 750px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	display: inline-block;
	width: 290px;
	overflow: hidden;
	float: left;	/*左に回り込み*/
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 290px;
	float: right;	/*右に回り込み*/
}

/*+++++++++++
メイン・サブ
+++++++++++++*/

#main,#sub  {
	margin: 0 auto;
	float: none;
	max-width: 800px;
	display: block; 
}
}
/*+++++++++++++++++++++
[画面幅834px以下]END
+++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++
[画面幅768px以下]の設定
++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px){

/*+++++++++++++++
メインメニュー
+++++++++++++++++*/

/*３本バーアイコン設定
-----------------------*/
#menubar_hdr {
	display: block;
	z-index: 4;
	position: absolute;
	top: 60px;		/*上から60pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 20px;	/*幅*/
	border: 1px solid #b6c5f3;	/*枠線の幅、線種、色*/
	padding: 6px 6px 2px;	/*上、左右、下へのボックス内余白*/
}

#top #menubar_hdr {
	border: 1px solid #b6c5f3;	/*トップページでの枠線の幅、線種、色*/
}

/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #2351dc;	/*枠線の幅、線種、色*/
	margin-bottom: 4px;			/*バー同士の余白*/
}

#top #menubar_hdr span {
	border-top: 3px solid #2351dc;	/*トップページでの枠線の幅、線種、色*/
}
/*+++++++++++++++++++++++++++++++++++++++++*/

#menubar-s {
	display: block;		/*小さい端末用メニューを非表示から表示に切り替える*/
	background: #5a7de5;
	overflow: hidden;
}

/*大きな端末用メニューを非表示にする
+++++++++++++++++++++++++++++++++++++++++*/

#menubar {
	display: none;
}

#menubar-s li {
        font-size: 14px;
	max-height: 999999px;
	letter-spacing: 0.1em; 
	float: left;
	width: 50%;	/*幅*/
}

#menubar-s li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 23px;	/*行間（高さ）*/
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*マウスオン時
---------------*/

#menubar-s li a:hover {
	background: #f6eaff;	/*背景色*/
	color: #9c014f;	/*文字色*/
}

#menubar-s li:nth-child(even) a {
	border-right: none;
}

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 611px;
	overflow: hidden;
}
/*++++++++++++++++++++++++++++++++++++*/

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	display: inline-block;
	width: 712px;		/*ボックス幅*/
	text-align: center;
}

.service_info {
	float: left;	/*左に回り込み*/
	max-width: 712px;		/*幅*/
	padding-left: 50px;
}

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 712px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 49%;
	text-align: left;
	display: inline-block;
}

#shop-s li a {
	margin: 1px auto;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #000;
	background: #f6f3ec;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

/*マウスオン時
---------------*/
#shop-s li a:hover {
	margin: 1px auto;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	max-height: 999999px;
	font-weight: normal;
	color: #fff;
	background: #5a7de5;
	text-decoration: none;
	border: 1px solid #c5d2f5;
}

/*+++++++++++
メイン・サブ
+++++++++++++*/
#main,#sub {
	margin: 0 auto;
	float: none;
	max-width: 736px;
	display: block; 
}
}
/*++++++++++++++++++++++++++
[画面幅768px以下]の設定END
++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++
[画面幅667px以下]の設定
++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:667px){

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 451px;
	overflow: hidden;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	display: inline-block;
	width: 570px;		/*ボックス幅*/
	text-align: center;
}

.service_info {
	float: left;	/*左に回り込み*/
	max-width: 570px;		/*幅*/
	padding-left: 30px;
}

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 570px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 48%;
	text-align: left;
	display: inline-block;
}

/*++++++++
NewPhoto
++++++++++*/

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	display: inline-block;
	width: 245px;
	overflow: hidden;
	float: left;	/*左に回り込み*/
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 245px;
	float: right;	/*右に回り込み*/
}
/*+++++++++++
メイン・サブ
+++++++++++++*/

#main,#sub {
	margin: 0 auto;
	float: none;
	max-width: 600px;
	display: block; 
}
}
/*++++++++++++++++++++
[画面幅667px以下]END
++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅568px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:568px){

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	width: 500px;		/*ボックス幅*/
	text-align: center;
	display: block; 
}

.service_info {
	max-width: 500px;		/*幅*/
	text-align: center;
	display: block; 
}

/*++++++++
NewPhoto
++++++++++*/

.new_photo {
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	background: #f6f3ec;
	max-width: 568px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	width: 500px;
	display: block;
	float: left;
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 500px;
	display: block;
	float: left;
}
}
/*++++++++++++++++++++
[画面幅568px以下]END
++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅428px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:428px){

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 315px;
	overflow: hidden;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	width: 414px;		/*ボックス幅*/
	text-align: center;
	display: block; 
}

.service_info {
	max-width: 414px;		/*幅*/
	text-align: center;
	display: block; 
}

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 414px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 48%;
	text-align: left;
	display: inline-block;
}

/*++++++++
NewPhoto
++++++++++*/

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	width: 414px;
	display: block;
	float: left;
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 414px;
	display: block;
	float: left;
}
/*+++++++++++
メイン・サブ
+++++++++++++*/

#main,#sub {
	margin: 0 auto;
	float: none;
	max-width: 414px;
	display: block; 
}
}
/*+++++++++++++++++++
[画面幅428px以下]END
+++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++
[画面幅375px以下]の設定
++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:375px){

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 301px;
	overflow: hidden;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	width: 360px;		/*ボックス幅*/
	text-align: center;
	display: block; 
}

.service_info {
	max-width: 360px;		/*幅*/
	text-align: center;
	display: block; 
}

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 360px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 48%;
	text-align: left;
	display: inline-block;
}

/*++++++++
NewPhoto
++++++++++*/

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	width: 350px;
	display: block;
	float: left;
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 350px;
	display: block;
	float: left;
}
/*+++++++++++

メイン・サブ
+++++++++++++*/

#main,#sub {
	margin: 0 auto;
	float: none;
	max-width: 360px;
	display: block; 
}
}
/*+++++++++++++++++++
[画面幅375px以下]END
+++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅360px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:360px){

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 301px;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	width: 360px;		/*ボックス幅*/
	text-align: center;
	display: block; 
}

.service_info {
	max-width: 360px;		/*幅*/
	text-align: center;
	display: block; 
}

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 360px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 48%;
	text-align: left;
	display: inline-block;
}

/*++++++++
NewPhoto
++++++++++*/

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	width: 352px;
	display: block;
	float: left;
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 352px;
	display: block;
	float: left;
}
/*+++++++++++
メイン・サブ
+++++++++++++*/

#main,#sub {
	margin: 0 auto;
	float: none;
	max-width: 360px;
	display: block; 
}
}
/*+++++++++++++++++++
[画面幅360px以下]END
+++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++
[画面幅320px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:320px){

/*+++++++
Gllery
+++++++++*/

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 300px;
}

/*++++++++++++
Service(Shop)
++++++++++++++*/

.service_photo {
	margin: 0 auto;
	width: 300px;		/*ボックス幅*/
	text-align: center;
	display: block; 
}

.service_info {
	max-width: 300px;		/*幅*/
	text-align: center;
	display: block; 
}

#shop-s ul {
	margin: 0 auto;
	padding: 0;
	width: 300px;
	text-align: center;
	list-style-type : none;
}

#shop-s li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 300px;
	text-align: left;
	display: block;
}
/*++++++++
NewPhoto
++++++++++*/

.np_box_left {
	margin: 0 auto;
	padding-top: 10px;
	width: 285px;
	text-align: center;
	display: block;
	float: left;
}

.np_box_right {
	margin: 0 auto;
	padding-top: 10px;
	width: 300px;
	text-align: center;
	display: block;
	float: left;
}

/*+++++++++++
メイン・サブ
+++++++++++++*/

#main,#sub {
	margin: 0 auto;
	float: none;
	max-width: 300px;
	display: block;
}
}
/*+++++++++++++++++++
[画面幅320px以下]END
+++++++++++++++++++++*/