@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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	font: 80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color: #252525;
	-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}
.menutitle {
	margin-left: 12px;
	margin-top: 10px;
}

a:hover img {
	border: none;
	opacity: 0.7;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper {
  	background-image: url(../images/bdbg_01.jpg);
	padding:40px 0 40px 0;
	overflow:hidden;	
}

#header{
width: 100%;
height: 80px;
overflow:hidden;
background:#fff;
position: fixed;
z-index: 9999;
}

#content{
	width: 960px;
	margin: 80px auto 0 auto;
	overflow-y: hidden;
}
#contenttop {
	width: 960px;
	margin:0px auto 0 auto;
}

#footer{
	clear: both;
	padding-top: 20px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #101D00;
} 

#container {
	margin:20px auto;
	width:810px;
}

div.box {
	margin-top:15px;
	margin-left:15px;
	padding:10px;
	width:230px;
	height:230px;
	background: #FFF;
	float: left;
}

div.box p {
	line-height:18px;
}

div.box2 {
	padding:7px;
	float: left;
}

div.box-menu{
	margin-top: 60px;
	margin-right: 0px;
	margin-left: 95px;
	margin-bottom: 0px;
}

div#boxrotation {
	-webkit-transform: translateX(0px) translateY(0px) rotate(20deg);
	-moz-transform: translateX(0px) translateY(0px) rotate(20deg);
	-o-transform: translateX(0px) translateY(0px) rotate(20deg);
	-ms-transform: translateX(0px) translateY(0px) rotate(20deg);
}

h1 {
	margin-top:3px;
	font-size:18px;
	font-weight:normal;
	color:#CCC;
}

/* ヘッダー
*****************************************************/
#header .bg{background:#000;}
#header .inner  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* サイト説明文 + 住所
----------------------------------*/
#header h1 {
	float: left;
	font-weight: normal;
	background-color: #FFF;
	font-size: 80%;
}

#header h2{
	float: right;
	padding-top: 20px;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
	float: left;
	padding-top: 19px;
	padding-bottom: 14px;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
width: 50%;
padding-top:0px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#FFF;
background:url(../images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
background:#101D00;
}

nav#mainNav .inner{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

nav#mainNav .inner ul{
	height: 80px;
}

nav#mainNav .inner li{
	width: 137px;
	float: left;
}

nav#mainNav .inner .mn-home a {
	background-image: url(../images/menu_home.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-gift a {
	background-image: url(../images/menu_gift.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-wedding a {
	background-image: url(../images/menu_wedding.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-event a {
	background-image: url(../images/menu_event.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-performance a {
	background-image: url(../images/menu_performance.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-profile a {
	background-image: url(../images/menu_profile.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-inquiry a {
	background-image: url(../images/menu_inquiry.gif);
    display: block;
    overflow: hidden;
    height: 0px;
    width: 138px;
    padding-top: 80px;
    text-align: center;
}

nav#mainNav .inner .mn-home a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-gift a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-wedding a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-event a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-performance a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-profile a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-inquiry a:hover {
    background-position: 0 -80px;
}

nav#mainNav .inner .mn-menu{
	background-image: url(../images/menu_menu.gif);
}





/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:25px;
line-height:0;
text-align:center;
z-index:0;
}

.top-aisatsu{
	width:100%;
	display: flex;
}
.topgreeting {
	width: 520px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #dadada;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*---ブログインポート---*/
.topnews {
	width: 420px;
	background-color: #DFFFBF;
	padding: 10px;
	margin-bottom: 10px;
}
.newstitle{}
.topnews h2 {
	font-size: 20px;
	padding: 0px 10px 5px;
	color: #333;
}
.topnews ul li {
	font-size: 16px;	
}
.topnews li {
	list-style:none;
}
.topnewsambl {
	margin: 0 auto;
}
.blog-topics {
	font-size: 16px;
}
.topnews ul li {
	font-size: 14px;	
}
.blog-topics li {
	list-style:none;
	padding: 5px 10px 0px 10px;
}

.topbnarea{
	display: flex;
}
.topbnbox3{
	display: flex;
}	


.post{
margin:0 0 0 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}
.menumenu {
	margin-bottom: 20px;
}

.menutbl{
	width: 588px;
	margin-left: 12px;
	margin-bottom: 50px;
	}
.menutbl th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.menutbl td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 5px;
	width: 125px;
}
.menutbl tr th span {
	font-size: 90%;
}
.menutbl tr th .menutbltop {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #666;
	text-indent: -10px;
}


/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 30px 0 0;
	padding: 7px 10px;
	font-size: 110%;
	border: 1px solid #dadada;
	border-bottom: 0;
	background-color: #C1B054;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
	margin: 10px 0;
	font-size: 120%;
	font-weight: normal;
	color: #6B551C;
	border-bottom: 1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



.banner{
	line-height: 0em;
	font-size: 0px;
	vertical-align: text-bottom;
	padding-bottom: 10px;
}


#pageimg {
	background-position: center;
	height: 0px;
}
#pageimg .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#toppageimg {
	padding-top: 80px;
	background-position: center;
	background-color: #FFF;
}

.floatclear {
	clear: both;
}
#toppageimg .inner {
	margin-right: auto;
	margin-left: auto;
}
.sidesalon img {
	vertical-align: text-bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .inner .menu {
	float: left;
	padding-top: 15px;
}
#footer .footerlogo {
	float: right;
	padding-bottom: 20px;
}

#copyright{
	clear: both;
	padding: 10px;
	text-align: right;
	font-size: 80%;
	zoom: 1;
	color: #000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/*------------------------------------------------------------*/
.MG-R8 {
	margin-right: 8px;
}
.MG-B10 {
	margin-bottom: 10px;
}
.MG-B15 {
	margin-bottom: 15px;
}
.MG-B20 {
	margin-bottom: 20px;
}
.MG-B30 {
	margin-bottom: 30px;
}
.MG-T20 {
	margin-top: 20px;
}
.MG-T30 {
	margin-top: 30px;
}
.MG-T40 {
	margin-top: 30px;
}
.MG-T50 {
	margin-top: 50px;
}
.MG-T100 {
	margin-top: 100px;
}
.txt14p {
	font-size: 14px;
}
.txt16p {
	font-size: 16px;
}
.red {
	color: #F00;
}

/*------------------------------------------------------------*/
.topbnbox {
	width: 300px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.topbnbox p {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 8px;
}

.topbnbox2 {
	display: flex;
	justify-content: space-between;
	margin:25px 0;
	text-align: center;
}
.topbnbox2 img{
	margin-bottom: 10px;
}
.topbnbox2 p {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 8px;
}

.topgallerybox {
	float: left;
	width: 300px;
	border: 1px solid #CCC;
	height: 360px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.topgallerytitle {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.topgallerybox img {
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.topgallerybox .worktext {
	font-size: 14px;
	line-height: 1.5em;
	width: 270px;
	margin-left: 15px;
}
.topgallerybox .worktitle {
	font-size: 20px;
	text-align: center;
	padding-bottom: 0px;
	width: 270px;
	margin-left: 15px;
}
.topgiontitle {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.topgionleft {
	width: 612px;
	float: left;
}
.topgionright {
	width: 300px;
	float: left;
	margin-left: 20px;
}
.topgionarea {
	font-size: 18px;
	line-height: 1.55em;
	float: right;
	width: 300px;
}
.topbn-pc{
	margin-bottom: 10px;
}
.topbn-pc img{
	max-width: 100%;
}
.topbn-sp{
	display: none;
}
.newstitle{
	font-size: 16px;
	font-weight: bold;
	color:#3C489C;
}

/*------------------------------------------------------------*/
.accessreserv {
	margin-top: 50px;
	margin-left: 57px;
}
.accessarea {
	width: 300px;
	font-size: 16px;
	line-height: 1.5em;
}

/*------------------------------------------------------------*/
.gmap {
	float: right;
}
.topgmap {
	margin-bottom: 10px;
}

/*------------------------------------------------------------*/
.camptitle {
	padding: 10px;
	color: #FFF;
	background-color: #C1B054;
	font-size: 18px;
}
.camptext {
	float: right;
	width: 410px;
	font-size: 14px;
	margin-top: 4px;
}

/*------------------------------------------------------------*/
.staffleft img {
	margin-bottom: 10px;
}
.staffleft {
	width: 230px;
	float: left;
}
.staffright {
	width: 360px;
	float: left;
	margin-left: 20px;
	margin-top: 70px;
}
.staffname {
	font-size: 22px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.staffname-r {
	font-size: 16px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-bottom: 10px;
}

/*------------------------------------------------------------*/
.gallerypiece {
	width: 270px;
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gallerypiece p {
	text-align: center;
	margin-top: 10px;
}

/*------------------------------------------------------------*/
.saloninfoarea {
	width: 350px;
	float: right;
	font-size: 16px;
	line-height: 1.55em;
}
.saloninfoimg {
	float: left;
	margin-left: 30px;
}

/*------------------------------------------------------------*/
.especiallyarea1 {
	width: 350px;
	float: right;
	font-size: 16px;
	line-height: 1.55em;
}
.especiallyarea2 {
	float: left;
	font-size: 16px;
	line-height: 1.55em;
	margin-left: 30px;
}
.especiallyimg {
	float: left;
	margin-left: 30px;
}

/*------------------------------------------------------------*/
.weddingarea {
	width: 350px;
	float: left;
	font-size: 16px;
	line-height: 1.55em;
	margin-left: 30px;
}
.weddingimg {
	float: left;
	margin-left: 30px;
}

/*------------------------------------------------------------*/
.recruitimg {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.recruitarea {
	width: 390px;
	float: left;
}
.recruitcontact {
	text-align: center;
	font-size: 16px;
}

/*------------------------------------------------------------*/
.profile-list {
	margin:0 0 0 220px;
	}
.profile-list dt{
	float:left;
	}
.profile-list dd{
	margin:0 0 0 75px;
	}
.profile-list img{
	margin:30px 40px 30px 0px;
	}


/* メニュー関連　*/
a#menu{
display:inline-block;
position:relative;
width:40px;
height:0px;
}

#menuBtn{
display:block;
position:absolute;
top:65%;
left:30%;
width:40px;
height:2px;
margin:-40px 0 0 -47px;
background:#000000;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:40px;
height:2px;
background:#000000;
transition:.3s;
}

#menuBtn:before{
margin-top:-12px;
}

#menuBtn:after{
margin-top:10px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

#mainnav{
	position: absolute;
	top: 75px;
	width: 100%;
	text-align: right;
	z-index: 500;
}

#mainnav ul{
background: rgba(0,0,0,0.5);
text-align:left;
}

#mainnav li a{
font-size: 18px;
position:relative;
display:block;
padding:20px 25px;
border-bottom:1px solid #ccc;
color: #ccc;
}

#mainnav li a:hover{
color: #cdcdcd;
}

#mainnav ul li li{
border:0;
}

#mainnav ul li li a{
padding-left:40px;
}

/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){
	
#menuBtn{
display: none;
}
	
}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){
	
#mainnav{
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: right;
	z-index: 500;
}
#menuBtn{
display:block;
position:absolute;
top:65%;
left:30%;
/*width:18px;*/
/*height:2px;*/
margin:-35px 0 0 -47px;
background:#000000;
transition:.2s;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#mainImg_m{	
display:none;
}
#mainImg img{	
padding-top: 68px;
}

#header .inner  {
	width: 100%;
}
#header h1{
	margin-left: 10px;
}
#header h2{
	margin-right: 100px;
}
#header h1 img{
	width: 300px;
}
#header h2 img{
	width: 200px;
}
	
#content{
	width: 100%;
}
	
#contenttop{
width:95%;
}
.content{
width:95%;
margin: 0 auto;
}
#mainNav{	
display:none;
}
	
#container {
	margin:20px auto;
	width:100%;
}
div.box {
	margin: 20px auto 0 auto;
	float: none;
}

#footer .inner {
	width: 100%
}
#footer .inner .menu {
	display: none;
}
#footer .footerlogo {
	width: 300px;
	display: block;
	float: none;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#copyright{
	clear: both;
	padding: 0px;
	text-align: center;
	font-size: 75%;
	color: #000;
	width: 100%;
}

.top-aisatsu{
	display: block;
}
.topbnbox2{
	display: block;
}
.topbnbox3{
	display: block;
}
.topbnbox{
	margin: 0 auto;	
}
.topgreeting {
	display: block;
	width: 100%;
}
.topgreeting img{
	width: 100%;
}
.topnews {
	width: 100%;	
}
.topnews img{
	width: 100%;	
}
.topnewsambl {
	width: 100%;	
}
	
.topnews1 {
	display: block;

}
.profile-list {
	margin:0 0 0 0px;
}
.profile-list img{
	display: block;
	margin: 25px auto;
}
.shopbn-box{
	text-align: center;
	margin: 0 auto 10px auto;
}
	
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width: 644px){

#header h2{
	margin-right: 30px;
}
#header h1 img{
	width: 200px;
}
#header h2 img{
	width: 175px;
}
	
#menuBtn{
margin:-40px 0 0 -27px;
}
	
.panel2{
display:none;
}
	
#mainImg{	
display:none;		
}
#mainImg_m{	
display:block;
}
#mainImg_m img{
margin-top:69px;
width:100%;
height:auto;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

#footer ul{
text-align:left;padding:15px;
}

.w100{
  width: 100%;
  height: auto;
}
	
#pagetop{
position:fixed;
right:20px;
bottom:40px;
}
#pagetop img{
width: 75px;
height: auto;
}

#header h2 img{
	max-width: 80%;
	height: auto;
}
.bg-message {
	background-image: url(../images/bg_message_m.jpg);
	background-position: top center;
	overflow:hidden;
}
#message h3{
    margin: 120px 0 60px 0;
    font-size: 160%;
	font-weight: bold;
    letter-spacing: 0.5em;
}
.box-mesg{
    font-size: 100%;
	line-height: 2.5em !important;
	width: 90%;
}
.mesg-last{
	width: 90%;	
}
.tbl-info{
	width: 90%;
	margin: 0 auto;
}
.tbl-info th{
	width: 110px;	
}
.info-last{
	max-width: 90%;
}
.box-qa{
	width: 90%;
}
.box-qa-last{
	width: 90%;
}
.box-qa-last .zu{
	width: 90%;
	height: auto;
}
.tbl-prof{
	width: 90%;
	margin: 0 auto;
}
.tbl-prof th{
	width: 110px;	
}
.box-2wd{
	width: 100%;
}
.box-biz{
	width: 90%;
	float: none;
	overflow:hidden;
	padding: 0 0 20px 0;
	margin: 0px auto 0px auto;
}
.line-bt {
	border-bottom: 0px solid #CCC;
}
.line-lt {
	border-left: 0px solid #CCC;
}
.prof-last{
	width: 90%;
}
.txt-cap{
	font-size: 80%;
	line-height: 1em;
}
.box-img img{
	width: 90%;
	height:auto;
	}
.toiawase{
	font-size: 125%;	
}
.topbnbox2 img{
	width: 100%;
}

div#boxrotation {
	-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: translateX(0px) translateY(0px) rotate(0deg);
	-o-transform: translateX(0px) translateY(0px) rotate(0deg);
	-ms-transform: translateX(0px) translateY(0px) rotate(0deg);
}
.topbn-pc{
	display: none;
}
.topbn-sp{
	display: block;
	margin-bottom: 10px;
}
.topbn-sp img{
	max-width: 100%;
}
.shopbn-box img{
		width: 100%;
}

}

/* 幅380px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width: 380px){
	
#header h1{
	float:left;
	padding-bottom: 0px;
}	
#header h2{
	float:left;
	padding-top: 0px;
	margin-left: 40px;
}
#header h1 img{
	width: 200px;
}
#header h2 img{
	width: 175px;
}	
	
#menuBtn{
margin:-35px 0 0 -27px;
}	
	
	
.mesg-last{
	margin:10px 0 100px 0;
}
.bg-message {
	background-image: url(../images/bg_message_ms.jpg);
	background-position: top center;
	overflow:hidden;
}
#message h3{
    margin: 120px 0 50px 0;
    font-size: 150%;
	font-weight: bold;
    letter-spacing: 0.4em;
}
.box-mesg{
    font-size: 95%;
	line-height: 2.5em !important;
	width: 90%;
}
.box-biz p{
	font-size: 90%;
	line-height: 1.5em;
}
.box-biz span{
	color: #e2384c;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
}

}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#0A2500;
    /*動き*/
  transition: all 0.6s;
  opacity: 0.75;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #FFF;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}