*{ 
    margin:0;padding:0; 
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html{ 
    height:100%; 
}
#container {background:none} /*PC用の背景はオフ*/
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/bg1.png) center/cover no-repeat; /*fixedをトル！*/
	-webkit-background-size:cover;/*Android4*/
  }
body{
  padding: 0;
  margin: 0;
}
body {
	color: #111111; 
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	border-top:5px solid #0A0;
	font-size: 12px;
	line-height: 18px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
p {
	font-size: 12px; 
	line-height: 20px;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
h1, h2, h3 {
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}


a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #060;
	}
a:visited, 
a:visited:hover { 
	text-decoration: none; 
	color: #060;
	}
a:hover, 
a:active { 
	text-decoration: underline; 
	color: #0A0;
	}

acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

img 	{
	border: 0;
	}


.box .resizeimage img { 
	float:left;
	width: 100%;
	border:1px solid #CCC;
	}

p.resizeimage img { 
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	}

.txt_photo p.resizeimage img { 
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	}



a { /* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}

#container a:hover img {
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}

* html .link_text1 { top: -0.1em; } /* for win ie6 */
*:first-child+html .link_text1 { top: 5px; margin-left: -10px; } /* for win ie7 */

#container { 
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
	}

#header {
	width: 100%;
	height: 130px;
	_min-height:150px;
	_max-height:180px;
	margin: 0px;
	padding: 0px;
}

#header_c {
	width: 98%;
	margin: 0px auto ;
	padding: 2px 0px;
}

#header_L {
	float:left;
	width: 40%;
	color:#363;
	line-height:120%;
	text-align:left;
	padding:10px;
}

#header_R {
	float: right;
	width: 60%;
	height: 120px;
	text-align:right;
	margin-top: 0px;
	margin-left: 0px;
}

#header_R2 {
	margin: 0 auto;
	width:auto;
	text-align:right;
	color: #333;
	line-height:160%;
	}

.tel-link {
	color: #0A0;
	text-shadow: 1px 1px 0px #090,2px 2px 0px #1c1c1c;
	font-size: 20px;
	_font-weight: bold;
	margin:0 0 0 8px;
}

#header_R3 {
	float:right;
	text-align: left;
	margin:0 6px 0 8px;
}

#header h1 {
	text-align: right;
	line-height: 140%;
	font-weight:300;
	color: #666;
	margin: 0;
	padding: 8px 5px 0 5px;
	}

/* ▼メニュー1******************************************************/


#menu_line {
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
}


#link_box {
	width:100%;
	margin:0 auto;
	height:40px;
	border-left:#CCC 1px dotted;
}
.menu ul{
	margin:0;
	padding:0;
}
.menu ul li {
	list-style: none;
	margin:0;
	padding:0;
	font-size:14px;
	float: left;
	position: relative;
	width: 33.33333%;/*親メニューの幅*/
	height: 40px;/*親メニューの高さ*/
	line-height: 40px;
	background:linear-gradient(#6C0, #060);/*親メニューの背景色*/
	color: #EEE;/*親メニューの文字色*/
	border-right:1px dotted #CCC;
	text-align:center;
	font-weight:bold;
}
.menu ul li a {
	color: #DDD;
	display: block;
	font-weight:600;
	text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
	background:linear-gradient(#6C3, #090);/*ホバー時の親メニューの背景色*/
	color:#fff;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 33.33333%;
  z-index: 100;
}
.menu ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 33%;/*サブメニューの幅*/
	height: 0;
	text-align:left;
	background:#060;/*サブメニューの背景色*/
	padding-left:20px;
	}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#090;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ▲メニュー1******************************************************/


.red {
	color:#F00;
	font-size:120%;
	font-weight:bold;
	}

.red_s {
	color:#F00;
	font-size:12px;
	}

.green {
	color:#090;
	font-size:120%;
	font-weight:bold;
	}

.black {
	color:#000;
	font-size:120%;
	font-weight:bold;
	}

span.sup{
	vertical-align:super;
	font-size:80%;
	}

img.logo {
	max-width:240px;
	display: block;
	padding: 3px 10px 3px 0;
	}

img.free_d {
	max-width:36px;
	padding:2px 0;
	vertical-align:bottom;
	}

img.contact {
	max-width:152px;
	padding:6px 0 0 0;
	}

img.retouch {
	float:left;
	width:32%;
	padding:2px;
	}

img.retouch2 {
	float:left;
	max-height:128px;
	padding:2px;
	}

img.retouch3 {
	max-width:100%;
	padding:2px;
	border:1px dotted #CCC;
	}

img.net {
	float:left;
	width:23%;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	padding:3px;
	}

img.wig {
	width:100%;
	padding:2px;
	}

.access {
	float: right;
	width:64px;
	height:32px;
	text-align:center;
	margin: 0 3px 0 0;
}

.sub_menu_box {
	clear: both;
	margin: 0px auto ;
	width: 100%;
	text-align:left;
	padding: 3px 0;
	}

.sub_menu {
	background-image: url(../images/point2.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 160%;
	text-align: left;
	color:#666666;
	font-weight:600;
	font-size: 12px;
	padding: 0px 0 3px 12px;
	margin: 0 0 0 8px;
}

#header2 {
	width: 100%;
	height: auto;
	max-height: 340px;
	min-height: 240px;
	margin: 0px;
	padding: 0px 0 16px 0;
}

#header_concept {
	width: 100%;
	height: 230px;
	margin: 0px;
	padding: 0px 0 16px 0;
}

#collection {
	width: 100%;
	height: 320px;
	margin: 0px auto;
	padding: 0px;
}

#collection2 {
	width: 100%;
	_height: 100%;
	margin: 0px auto;
	padding: 0px;
}

#collection img {
	max-width: 100%;
	max-height: 100%;
	}

/*----------  gallery ---------- */


/*----------  gallery ---------- */

#collection #gallery1 {
	clear:both;
	left: 0;
	top: 0px;
	display: block;
	max-width: 100%;
}

#collection #gallery1 .fadeSec {
	position: relative;
}

#collection #gallery1 .fadeSec .changePic1 {
	position: absolute;
	max-width: 100%;
	left: 0px;
	top: 0px;
}

#collection2 #gallery2 {
	float: left;
	left: 0;
	top: 0px;
	display: block;
	width: 100%;
	height: 280px;
}

#collection2 #gallery2 .fadeSec {
	position: relative;
}

#collection2 #gallery2 .fadeSec .changePic2 {
	position: absolute;
	width: 100%;
	height: 280px;
	left: 0px;
	top: 0px;
}

body > #container{ 
	height:auto; 
	}

.txt12 {
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

#int {
	width: 100%;
	}

/* ▼メニュー1******************************************************/

.menu_waku {
	display:none;
}

.menu_waku_s {
	clear:both;
	width:100%;
	height:auto;
	background-color:#CCC;
	padding:0;
	margin:0 auto;
	}

.menu_s1 {
	float: left;
	width: 33.33%;　/* デバイス幅を100%とした場合の横幅を入力 */
	height: 0;　/* 一度高さを０に指定 */
	padding-top: 0%;　/* デバイス幅を100%とした場合の高さを入力 */
	display: block;
	overflow: hidden;
	background-size: contain; /* 背景画像の横幅をあわせる */
	padding:0;
	margin:0;
	}



/* メニュー */


.kome{
	margin-left:-20px;
	}
.kome ul {
	list-style-type:none;
	}

.kome li {
	clear:both;
	float:left;
	background-image:url(../images/point_kome.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	background-position:20px 3px;
	padding:0px 6px 0px 34px;
	}

.maru{
	margin-left:-20px;
	}
.maru ul {
	list-style-type:none;
	}

.maru li {
	clear:both;
	float:left;
	background-image:url(../images/point_maru.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	background-position:20px 3px;
	padding:0px 6px 0px 34px;
	}


.big_txt {
	color: #993333;
	font-size: 20px;
	font-weight:bold;
}

}
/* 各項目 */


#oshirase {
	padding: 0px;
	margin: 0;
	display: inline-block;
}

#oshirase img{
	max-width: 100%;
}


.inner {
	height: auto;
	border: 1px solid #999999;
	color: #333333;
	padding: 8px 0;
	margin: 0 10px;
	overflow: auto;
}
.inner li {
	color: #333333;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
	line-height: 1.5;
}
.inner li span {
	display: block;
	font-weight: bold;
}


.waku_LR {
        clear:both;
	width: 100%;
	height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}

.waku_L {
        float: left;
	width: 50%;
	color: #000;
	overflow: hidden;
	margin: 0px;
	padding: 0px 3px 3px 0px;
	}


.waku_R {
        float: left;
	width: 50%;
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px 0px 3px 3px;
	}

.break {
	display:none;
	}


.midashi {
	display:none;
	}

.midashi h2 {
	display:none;
	}

.midashi_L {
	display:none;
	}

.midashi_R {
	display:none;
	}

.new {
	display:none;
	}

.new_txt {
        border-bottom:1px dotted #342607;
	}


#content{
	clear:both;
 	width: 100%;
	min-height: 100%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	}


#content h2 {
	color: #000;
	height: contain;
 	background-image: url(../images/point1.png);
	background-size:30px 32px;
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold; 
	text-shadow: 0.1px 0.5px 0 #999;
	padding: 3px 0 5px 14px;
	margin-left:8px;
}

#content h3 {
	color: #080;
	height: 20px;
	border-left:8px solid #080;
	line-height: 160%x;
	text-align: left;
	font-size: 16px;
	margin:7px 0 7px 0;
	padding: 3px 0 1px 6px;
	}

.clear {
	clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	margin: 0px;
	}

.clear_3px {
	clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	line-height:3px;
	}


.clear_zero {
	_clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	margin: 0px;
	}

.line {
	clear: both;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}

.txt_link a {
	width:100%;
	color: #060;
	font-size: 14px;
	line-height: 160%;
	font-weight:600;
	margin: 0px;
	padding: 5px 0 5px 6px;
	}

.content_LR {
	clear:both;
 	width: 100%;
	min-height: 100%;
	margin: 0px;
	}

.content_LR2 {
	clear:both;
 	width: 100%;
	min-height: 100%;
	margin: 0px auto;
	}

.main_txt {
	color: #333;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 5px 0 5px 20px;
	}

.main_info {
	clear: both;
	color: #113333;
 	background-image: url(../images/italy_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 160%;
	margin: 8px auto;
	padding: 0px 8px;
       }

.content_L{
	clear: both;
	width: 100%;
	text-align: left;
	margin-top: 8px;
	padding: 0px;
	}

.main_L h3{
	width:100%;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold; 
	text-shadow: 0.1px 0.5px 0 #333;
	padding: 0px;
	}

.dotted_line_L_s {
        float: left;
	width: 84px;
	height: 16px;
	color: #000000;
	font-weight:bold;
        border-left: 5px solid #000;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

.dotted_line_R_s {
        float: left;
	_width: 188px;
	text-align: left;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}

.form_LR {
        clear:left;
	width:100%;
	line-height:160%;
	text-align: center;
	padding: 0px 0px;
}

.form_mes {
	width:90%;
	padding:20px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	color:#393;
	font-size:16px;
	}

.form_error {
	clear:both;
	min-height:100px;
	text-align:center;
	background-color:#EEE;
	color:#CCC;
	font-size:12px;
	padding:20px;
	}

.form_LR2 {
        clear:left;
	width:680px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	background-image:url(../images/form_bg.gif);
	background-repeat:repeat-y;
        overflow: hidden; 
        border-left:1px solid #D4D0C8;
        border-top:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
        border-bottom:1px solid #D4D0C8;
}


.form_L {
	float: left;
	width: 30%;
	height: 20px;
	padding:8px;
	font-weight:600;
	text-align: right;
	}

.form_R {
	float: left;
	max-width: 60%;
	height:100%;
	font-size: 14px;
	text-align: left;
	padding: 3px;
}

.form_R2 {
	float: left;
	width: 519px;
	font-size: 14px;
	margin-left:auto;
        margin-right:auto;
        text-align:left;
	line-height: 140%;
	border-left:1px solid #D4D0C8;	
}

.txt_big {
	font-weight:600;
	color:#696;
	font-size:16px;
	}


/* フォーム */
.form_R {
    padding: 1%;
}
.form_R input[type=radio],
.form_R input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.form_R input[type=radio] + label,
.form_R input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 140%;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .form_R input[type=radio],
    .form_R input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .form_R input[type=radio] + label,
    .form_R input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .form_R input[type=radio] + label::before,
    .form_R input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .form_R input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .form_R input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .form_R input[type=radio]:checked + label::after,
    .form_R input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .form_R input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #060;
        border-radius: 8px;
    }
    .form_R input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



.input {	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
	padding:8px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size:1.2em;
	color:#333;
	background-color:#EEE ;
	border:solid 1px #060;
	margin:0;
	width:300px;
	}
input[type=radio]:checked + .radio {
}

.input2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
	padding:8px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size:1.2em;
	color:#333;
	background-color:#EEE ;
	border:solid 1px #060;
	margin:0;
	width:80px;
	}

.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 1em;
	border: 1px solid #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000000;
	}

.file input[type="file"] {
	    opacity: 0;
	    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	    position: absolute;
	    right: 0;
	    top: 0;
	    margin: 0;
	    font-size: 100px;
	    cursor: pointer;
	}

div#funwithforms textarea {
    font:1.1em Verdana, Arial, Helvetica, sans-serif;
    color:#333 ;
    margin:3px;
    height:165px;
	background-color:#EEE ;
	border:solid 1px #060;
    padding: 0 8px;
    width:200px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width:190px;
}

.button1 {
	border:solid 1px #ccc;
	padding:15px 30px;
	margin:0 8px 8px 8px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
<style>
.test-form-box{width:80%;margin:auto;text-align:center;}
 
/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
background: #FFF;
}
 
/*入力フォームの設定*/
.form-text{ 
	width:100%;
	font-size:1.0em;
	font-weight:bold; 
	border:1px solid #060;
	border-radius: 5px;
	padding: 5px;
	color: #000;
	background:#EEE;
	margin-bottom:20px;
}
 
/*submitボタンの設定*/
.form-submit{
margin-top:1em;
width:100%;
padding:0.2em;
font-size:1.6em;
font-weight:bold;
border:1px solid #f90;
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
color:#fff;
background: #F90; /* for non-css3 browsers */
box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.form-submit:hover{
background: #F60; /* for non-css3 browsers */
}
 
</style>

/* フォーム */


.main_txt {
	color: #333;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 5px 0 5px 20px;
	}


.txt_box {
	font-size:12px;
	color: #111111;
	padding: 8px;
	}

.txt_box_1 {
	font-size:12px;
	color: #111111;
	padding: 2px 8px;
	}

.txt_box2 {
	color: #111111;
	margin: 0;
	padding: 3px 0px 3px 8px;
	}

.waku_txt{
	width:98%;
	clear:both;
	border:1px dotted #999999;
	color:#116666;
	padding: 6px;
	}

.sign_txt{
	clear:both;
	text-align:right;
	color:#333;
	padding: 6px;
	}


.txt_L {
	font-size:14px;
	font-weight:bold;
	padding: 3px 8px;
	}

.txt_R {
	color: #000;
	font-size:12px;
	padding: 3px 8px 3px 15px;
	}

.txt_Ls {
        float: left;
	width:18px;
	min-width: 18px;
	height: 14px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

.txt_Rs {
        float: left;
	width:200px;
	color: #000;
	font-size:12px;
	text-align: left;
	line-height:160%;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}


.pro_L {
	color: #399;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	padding: 3px 0px 0px 8px;
	}


.pro_R {
	color: #000;
	font-size:12px;
	text-align: left;
	margin-top: 0px;
	padding: 3px 12px;
	}


/* 各項目 */


#cases{
	width:100%;
	margin:0 auto;
	padding: 0px;
	}

#caseBox{
	width:98%; 
	margin:0 auto;
	background-color: rgba(225,225,225,0.4);
	padding:2px 0;
	_border:1px solid #CCC;
	}

.caseItem{
	width:50%;
	margin:0px 0px;
	padding:5px;
	float:left;
	}

.caseTitle{
	margin:0;
	padding:0;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}


.casePic{
	width:100%;
	height:auto;
	_border:1px solid #CCC;	
	margin: 0 0 0 0px;
	}

.casePic img{
	width:100%;
	}


.tbl	{
	float:left;
	border-bottom:dotted 1px #999;
	padding: 2px 0 2px 6px;
}

.tbl_L {
	float:left;
	width:98px;
	color:#338888;
	padding: 0;
}

.tbl_C {
	float:left;
	width:12px;
	text-align:center;
	padding: 0;
}
.tbl_R {
	float:left;
	width:288px;
	padding:0 0 0 3px;
}


/* ページトップ */
#page-top {
	position:fixed;
	bottom:0;
	margin-bottom: 20px;
	right:20px;
	font-size:16px;
	font-weight:600;
	z-index:10;
	}

#page-top a {
	background: none repeat scroll 0 0 #090;
	border-radius: 5px;
	color: #fff;
	display: block;
	_font-family: FontAwesome;
	opacity: 0.5;
	text-align: center;
	text-decoration: none;
	width: 50px;
	}

#page-top a:hover {
	text-decoration:none;
	background:#999;
	}
/* ページトップ */

.content_R {
	clear:both;
	margin: 0 auto;
	width: 360px;
	height: 100%;
	min-height:100%;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	}

.img_s {
	margin-left:auto;
	margin-right:auto;
	max-width: 280px;
	_max-height: 187px;
}

.img_s2 {
	margin-left:auto;
	margin-right:auto;
	max-width: 180px;
}


.box {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;
	color: #111111;
	background-color: rgba(255,255,255,0.5);
	padding: 0px;
}


.box img {
	max-width: 100%;
}


.privacy_txt h3 {
	text-align: left;
	width:98%;
	height:24px;
	color: #3EB1AF;
	font-size: 120%;
	line-height:160%;
	border-left:8px solid #3EB1AF;
	_border-bottom:1px dotted #000;
	font-weight: bold; 
	text-shadow: 0.1px 0.5px 0 #333;
	padding: 3px 0 3px 0;
	margin:0 0 3px 0;
}


.fourcorners{
	margin: 0px auto;
	width:95%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #060;
	text-align:left;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
	padding: 8px;
}

.waku_txt{
	clear:both;
	text-align:left;
	line-height:160%;
	color:#444;
	padding: 6px;
	margin:1px 0;
	}

.waku_txt2{
	clear:both;
	width:100%;
	line-height:160%;
	text-align:left;
	color:#444;
	padding: 6px;
	margin:10px 0 0px 0;
	}

.waku_txt3{
	clear:both;
	border:1px dotted #999999;
	color:#444;
	padding: 0;
	}

.waku_txt3 .img{
	clear:both;
	border:none;
	padding: 0;
	}

.dotted_line {
	clear: both;
	width: 100%;
	height: 6px;
	font-size: 12px;
        border-bottom:1px dotted #999999;
	margin: 3px 0 3px 0;
	}

.dotted_line_L {
        float: left;
	width: 80px;
	height: 16px;
	display: inline-block;
	color: #077B69;
        border-left: 5px solid #077B69;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

.dotted_line_R {
        float: left;
	text-align: left;
	width: 250px;
	display: inline-block;
	margin-top: 0px;
	padding: 3px 8px 0px 0px;
	}


div#map {
	max-width: 100%;
	height:400px;
	border:0px solid #BDAA89;
	margin: 10px;
	padding: 10px;
	} 

#map_link {
	width:100%;
	padding: 0 10px 0 10px;
	} 

.content_R p{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	}

#content h3 {
	color: #080;
	height: 20px;
	border-left:6px solid #080;
	line-height: 20px;
	text-align: left;
	font-size: 16px;
	margin:3px 0 3px 6px;
	padding: 3px 0 1px 6px ;
}

.content_R h4{
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold; 
	text-shadow: 0.1px 0.5px 0 #333;
	padding: 0px 0px 0px 0px;
	}

.txt_photo {
	float:left;
	width:45%;
	line-height:160%;
	font-size:12px;
	margin: 0 10px 0 2%;
}

.txt_photo h4 {
	color: #333;
	border-left:5px solid #339999;
	line-height: 20px;
	text-align: left;
	font-size: 14px; 
	font-weight:bold;
	text-shadow: 0.1px 0.5px 0 #333;
	margin:6px 0 3px 0;
	padding: 0 0 0px 6px;
}

.txt_photo2 h4 {
	color: #333;
	line-height: 20px;
	text-align: left;
	font-size: 14px; 
	font-weight:bold;
	text-shadow: 0.1px 0.5px 0 #333;
	margin:6px 0 3px 0;
	padding: 0 0 0px 6px;
}

.txt_photo ul	{
	clear:both;
	list-style-type: disc;
	display: inline;
	}

.txt_photo li	{
	clear:both;
	margin:0 0 10px 20px;
	
	}


.txt_photo2 ul	{
	clear:both;
	list-style-type: disc;
	display: inline;
	}

.txt_photo2 li	{
	clear:both;
	margin:0 0 10px 20px;
	
	}

.pro_R ul{
	clear:both;
	list-style-type: disc;
	display: inline;
	}

.pro_R li{
	clear:both;
	height:16px;
	margin:0 0 10px 14px;
	}

.priv_R ul{
	clear:both;
	list-style-type: circle;
	display: inline;
	}

.priv_R li{
	clear:both;
	height:160%;
	margin:0 0 0 14px;
	}


.content_img_L {
	float: left;
	text-align: left;
	margin: 2px 14px 0px 5px;
	padding: 0px 0px;
	}

#content_img_R {
	float: right;
	text-align: left;
	margin: 2px 10px 0px 0px;
	padding: 0px 0px;
	}

.price_L {
        float: left;
	min-width: 240px;
	max-height: 100%;
	color: #000;
	font-size:14px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

h4{
	color: #000;
	font-size:16px;
	border-left:5px solid #AAA;
	font-weight: bold;
	margin: 3px;
	padding: 0px 0px 0px 5px;
	}

.price_R {
        float: left;
	width:auto;
	max-width:380px;
	color: #000;
	font-size:14px;
	text-align: left;
	line-height:160%;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}



.access_L {
        float: left;
	min-width: 86px;
	height: 160%;
	color: #000;
        border-left: 5px solid #090;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	margin: 3px;
	padding: 0px 0px 0px 3px;
	}

.access_R {
        float: left;
	color: #000;
	font-size:14px;
	text-align: left;
	line-height:160%;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}


.priv_LH {
	float:left;
	width:40%;
	color:#FFF;
	background-color:#336666;
	text-align:center;
	font-weight:600;
	padding: 3px;
}

.priv_RH {
	float:left;
	width:59%;
	color:#FFF;
	background-color:#336666;
	text-align:center;
	font-weight:600;
	padding:3px;
}

.priv_L {
	color:#000;
	text-align:left;
	font-weight:600;
	padding:3px;
	margin:3px 0 0 0;
}

.priv_R {
	width:98%;
	color:#000;
	text-align:left;
	padding:3px;
}

.bold_txt1 {
	color: #993333;
	font-size: 14px;
	font-weight:bold;
	border-left: 5px solid #993333;
	text-align:left;
	line-height: 140%;
	padding:2px 0 2px 8px;
	margin:8px 12px 3px 0;
}

.bold_txt2 {
	color: #666666;
	font-size: 14px;
	font-weight:bold;
	border-left: 5px solid #999999;
	text-align:left;
	padding:2px 0 2px 8px;
	margin:8px 0 0 18px;
}

.facebook_s {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
 	width: 100%;
	height: 240px;
	background-color:#EEEEEE;
	color: #336666;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 10px 0;
	bottom: 0;
	}

#footer_menu {
	color: #111111;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
	padding: 14px;
	}

.sub_menu_f {
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	padding: 0 0 5px 0px;
	}

.facebook_s {
	clear:both;
	width:100px;
	text-align:center;
	margin:0px auto;
	padding:10px 0px 5px 0;
	}

#footer2 {
	margin-left: auto;
	margin-right: auto;
	width:160px;
	padding:14px 0px 14px 0;
	}

#footer3 {
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	padding: 14px 0px 14px 0;
	}

#copy_right {
	clear:both;
	text-align:center;
	color: #336666;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0;
	}
#end {
 	clear: both;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
