@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
	padding-top: 0px;
/*	padding-bottom: 15px;*/
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/*デフォルト余白をリセット*/

body {
    margin: 0;


  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

p {
    margin: 0;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


.md {
 	font-weight: bold;
	font-size: 18px;
	color: #32334a;
    margin-top: 30px;
    margin-bottom: 10px;


}

.tb1 {
}





.boxA {
	width: 95%;
	height: 60px;
	background-color: #C00;
	padding: 2.5%;
	position: relative;
	margin-bottom: 30px;
	vertical-align: middle;
}


.box1 {
	float: left;
	width: 90%;
	height: auto;
	padding-left: 15px;
	line-height: 53px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	display: block;
	vertical-align: middle; /* 上下中央に寄せる */
}


.box1 p {
    float: left;
    margin-right: auto;
}

.mark1 {
    float: left;
    margin-right: 5px;
    margin-top: 15px;
	padding-bottom: 5px;
}


.box1 i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.box2 {
	float: left;
	width: 90%;
	top: 0px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: 45px;
	margin-left:5px;
}
.box2 p {
    font-size: 11px;
    color: #ffffff;
    line-height: 14px;
    text-align: left;
    margin-right: 0;
}



/* トグルボタン */

#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 12px;
	right: 32px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}


/*

#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

*/




/*ナビゲーション*/

#menu {display:none}

nav{
    border-bottom: 0px solid #ccc;
    line-height: 12px;

}
nav ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    text-align: left;
    font-size: 11px;
    margin-bottom: 15px;
}
nav ul li{
    display: block;
    width: 130px;
    min-width: 90px;
    border-bottom: 2px solid #ccc;
}

nav ul li:first-child{
    border-top: 2px solid #ccc;
}

nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #373737;
	border:none;

}
nav ul li a:hover{
    background-color:#FFB5A6;
    border-bottom: 0px solid #E0CCCC;
}
nav ul li.current{
    font-weight: bold;
}
nav ul li.current a{
    border-bottom: 5px solid #00B0F0;
    color: #00B0F0;
}


nav p {
	margin-left:5px;
	border:none;
	}

/*ナビゲーション ここまで*/








.topimg {
	width: 100%;
	margin-bottom: 40px;
}


#box900 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: none;
}

#box900 p{
	font-size: 14px;
	color: #666;
	line-height:20px;
	}


#div1 {
width: 100%;
margin-left: 0;
margin-right: 0;
}
#nav {
width: 100%;
clear: both;
margin-left: 0;
}

#div3 {
	width: 100%;
	margin-bottom: 50px;
}
#div4 {
width: 100%;
clear: both;
margin-left: 0;
}
#btn1 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: none;
	text-align: center;
	border: solid 0px #FF0000;
	margin-bottom: 20px;
}

#btn2 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: none;
	text-align: center;
	border: solid 0px #3333FF;
	margin-bottom: 20px;
}

#btn3 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	text-align: center;
	border: solid 0px #FFFF00;
	margin-bottom: 20px;
}

#btn4 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: both;
	text-align: center;
	border: solid 0px #0099FF;
	margin-bottom: 35px;
}

#btn5 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: none;
	text-align: center;
	border: solid 0px #FF0099;
	margin-bottom: 35px;
}

#btn6 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	text-align: center;
	border: solid 0px #009900;
	margin-bottom: 35px;
}

    .iconbox {
        width: 100%;
    }

/*店頭価格*/

#tentoukakaku:after {
    content "";
    display: block;
    clear: both;
}


#tentoukakaku {
    width: 95%;
	background-color: #C00;
	color: #FFF;
	margin-left: 0;
	margin-bottom: 15px;
	clear: both;
	height: 40px;
}

.kakaku_header {
	width: 95%;
	margin-bottom:20px;
	}

#kakaku {
	width: 30%;
	clear: none;
	font-size: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-height: 20px;
	margin-top: 3px;
	height: 25px;
}


#kakaku_jikan {
	width: 60%;
	clear: none;
	text-align: right;
	line-height: 15px;
	height: 30px;
	padding-top: 6px;
	float: left;
	vertical-align: middle; /* 上下中央に寄せる */
}



.tentoukakaku:after {
    content "";
    display: block;
    clear: both;
}

.tentoukakaku {
	width: 95%;
	background-color: #C00;
	padding: 5px;
	position: relative;
	margin-bottom: 30px;
	vertical-align: middle;
}

.kakaku {
	float: left;
	width: 40%;
	height: 30px;
	padding-left: 15px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	display: block; /* インライン要素にすることで横に回り込む */  /*
	vertical-align: middle; /* 上下中央に寄せる */
}

.kakaku p {
	float: left;
	margin-right: 0px;
	width: 200px;
	vertical-align: -10px;
}

.mark_kyk {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

.kakaku i {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

.kakaku_jikan {
    float: left;
    width: 40%;
    height: 0px;
    top: 0;
    right: 25px;
    position: absolute;
    display: inline-block; /* インライン要素にすることで横に回り込む */　/*
    vertical-align: middle; /* 上下中央に寄せる */

}
.kakaku_jikan p {
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    text-align: right;
    margin-right: 0;
}



/*---------------*/


#kakaku_td {
	width: 31.5%;
	text-align: center;
	text-height: auto;
	clear: none;
}

#kakaku_td2 {
	width: 31.5%;
	text-align: center;
	text-height: auto;
	clear: none;
	border-right: solid 2px #666666;
	border-left: solid 2px #666666;
}

#kakaku_td h2 {
	font-size:16px;
	text-align: center;
	text-height: auto;
	line-height: 10px;
}

#kakaku_td kakaku {
	font-size: 50px;
	text-align: center;
	line-height: 30px;
	}


#kakaku_td enl {
	text-align: right;
	font-size: 15px;
	line-height: 30px;
	}

/*真ん中ボーダー付き*/

#kakaku_td2 h2 {
	font-size:16px;
	text-align: center;
	text-height: auto;
	line-height: 10px;
}

#kakaku_td2 kakaku {
	font-size: 50px;
	text-align: center;
	line-height: 30px;
	}


#kakaku_td2 enl {
	text-align: right;
	font-size: 15px;
	line-height: 30px;
	}



#kakakujyoken {
	margin-top: 10px;
	margin-bottom: 15px;
}

#kakaku_nebiki {
    width: 95%;
	border: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	height: auto;
}


#home_bnr {
	padding-bottom: 10px;
}

.home_bnr1 {
    margin-bottom: 34px;
    }
    
.home_bnr_img {
	width: 100%;
	}



#kakaku {
width: 100%;
}
#div1b {
width: 100%;
clear: both;
margin-left: 0;
}
#tentoukakaku {
clear: both;
margin-left: 0;
}
#kakaku_jikan {
}
#kakaku_r {
width: 100%;
}
#kakaku_h {
width: 100%;
clear: both;
margin-left: 0;
}
#kakaku_k {
width: 100%;
}

#access1 {
width: 100%;
}
#access2 {
width: 100%;
clear: both;
margin-left: 0;
}
#access3 {
width: 100%;
}
#access4 {
width: 100%;
clear: both;
margin-left: 0;
}
#map {
width: 100%;
}
#map2 {
width: 100%;
clear: both;
margin-left: 0;
}

.kakaku {
	font-size:20px;
width: 100%;
}
.kakaku_jikan {
width: 100%;
clear: both;
margin-left: 0;
}


/*アクセス*/

#access {
	width:70%;
	margin-left:20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#access1 {
	width: 80%;
	margin-left:30px;
	margin-bottom: 20px;
	float: center;
}

#access2 {
	width: 80%;
	margin-left:30px;
	margin-bottom: 20px;
	clear: both;
}

#access3 {
	width: 80%;
	margin-left:30px;
	margin-bottom: 20px;
	clear: both;

}

#access4 {
	width: 80%;
	margin-left:30px;
    margin-bottom: 40px;
	clear: both;

    }

.access_kanban {
	width:100%;
	}


#map {
	width: 96%;
	float: center;
	padding-bottom: 10px;
}

#map2 {
	width: 96%;
	margin-left: 2.0408%;
	clear: both;
	padding-bottom: 10px;
	float: center;
}


/*googlemap*/
iframe {
	width: 360px;
	height:300px;
}



/*ボトムメニュー非表示*/
#nav2 {
	display: none
	}

/*about*/


#about {
	text-align: center;
	line-height: 8px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#about h2 {
	line-height: 8px;
	font-size: 22px;
	font-weight: bold;
}

#about p {
	line-height: 25px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tentoukakaku2 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

/*ヘッダ*/

.boxA:after {
    content "";
    display: block;
    clear: both;
}

.boxA {
	width: 94%;
	height: 0px;
	padding: 28px;
	position: relative;
	margin-bottom: 30px;
	vertical-align: middle;
}


.box1 {
	float: left;
	width: 30%;
	height: 50px;
	padding-left: 15px;
	line-height: 53px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	display: inline-block; /* インライン要素にすることで横に回り込む */
	vertical-align: middle; /* 上下中央に寄せる */
}


.box1 p {
    float: left;
    margin-right: auto;
}

.mark1 {
    float: left;
    margin-right: 5px;
	padding-bottom: 5px;
}


.box1 i {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

.box2 {
	float: left;
	width: 68%;
	height: 0px;
	top: 0;
	right: 25px;
	position: absolute;
	display: inline-block; /* インライン要素にすることで横に回り込む */
	vertical-align: middle; /* 上下中央に寄せる */
	margin-top: 10px;
}
.box2 p {
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    text-align: right;
    margin-right: 0;
}



/* トグルボタン */

#menubtn	{display: none}



/* ナビゲーション */

#menu	{display: block !important}




/*ナビゲーション タブレット*/



nav{
    border-bottom: 0px solid #ccc;
    line-height: 12px;

}
nav ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    text-align: center;
    font-size: 11px;
    margin-bottom: 15px;
}
nav ul li{
    display: table-cell;
    width: auto;
    min-width: 60px;
    border-right: 2px solid #ccc;
	border-bottom: none;

}
nav ul li:first-child{
	border-top: none;
    border-left: 2px solid #ccc;
}
nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #373737;
}
nav ul li a:hover{
    background-color:#FFB5A6;
    border-bottom: 0px solid #E0CCCC;
}
nav ul li.current{
    font-weight: bold;
}
nav ul li.current a{
    border-bottom: 5px solid #00B0F0;
    color: #00B0F0;
}

/*ナビゲーション ここまで*/

	
#box900 p{
	font-size: 15px;
	line-height:23px;
	}

/*
#nav {
width: 59.1836%;
margin-left: 0;
clear: both;
}
*/

#div2 {
width: 100%;
}

#div3 {
	width: 69.3877%;
	margin-bottom: 0px;
}

#btn1 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: none;
	text-align: center;
	border: solid 0px #FF0000;
	margin-bottom: 15px;
}

#btn2 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: none;
	text-align: center;
	border: solid 0px #3333FF;
	margin-bottom: 15px;
}

#btn3 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	text-align: center;
	border: solid 0px #FFFF00;
	margin-bottom: 15px;
}

#btn4 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: both;
	text-align: center;
	border: solid 0px #0099FF;
	margin-bottom: 35px;
}

#btn5 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 3.5%;
	clear: none;
	text-align: center;
	border: solid 0px #FF0099;
	margin-bottom: 35px;
}

#btn6 {
	float: left;
	width: 29.6%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	text-align: center;
	border: solid 0px #009900;
	margin-bottom: 35px;
}

.iconbox {
    width: 100%;
}




/*右バナー*/

#div4 {
	width: 28%;
	margin-left: 2.0408%;
	clear: none;
	vertical-align: top;
	max-height: 800px;
}

#p bnr_CAL {
	vertical-align:top
}




#div1b {
	width: 59.1836%;
	margin-left: 2.0408%;
	clear: none;
	text-align: right;
}


/*店頭価格*/

#tentoukakaku:after {
    content "";
    display: block;
    clear: both;
}


#tentoukakaku {
    width: 95%;
	background-color: #C00;
	color: #FFF;
	margin-left: 0;
	margin-bottom: 15px;
	clear: both;
	height: 40px;
}

.kakaku_header {
	width: 95%;
	margin-bottom: 15px;
	}

#kakaku {
	width: 30%;
	clear: none;
	font-size: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif","Hiragino Sans";
	font-weight: bold;
	vertical-align: middle;
	text-height: 20px;
	margin-top: 3px;
	height: 25px;
}


#kakaku_jikan {
	width: 60%;
	clear: none;
	text-align: right;
	line-height: 15px;
	height: 30px;
	padding-top: 6px;
	float: left;
	vertical-align: middle; /* 上下中央に寄せる */
}



.tentoukakaku:after {
    content "";
    display: block;
    clear: both;
}

.tentoukakaku {
	width: 95%;
	background-color: #C00;
	padding: 5px;
	position: relative;
	margin-bottom: 30px;
	vertical-align: middle;
}

.kakaku {
	float: left;
	width: 40%;
	height: 30px;
	padding-left: 15px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	display: block; /* インライン要素にすることで横に回り込む */  /*
	vertical-align: middle; /* 上下中央に寄せる */
}

.kakaku p {
	float: left;
	margin-right: 0px;
	width: 200px;
	vertical-align: -10px;
}

.mark_kyk {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

.kakaku i {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

.kakaku_jikan {
    float: left;
    width: 40%;
    height: 0px;
    top: 0;
    right: 25px;
    position: absolute;
    display: inline-block; /* インライン要素にすることで横に回り込む */　/*
    vertical-align: middle; /* 上下中央に寄せる */

}
.kakaku_jikan p {
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    text-align: right;
    margin-right: 0;
}



/*---------------*/


#kakaku_td {
	width: 31.5%;
	text-align: center;
	text-height: auto;
	clear: none;
}

#kakaku_td2 {
	width: 31.5%;
	text-align: center;
	text-height: auto;
	clear: none;
	border-right: solid 2px #666666;
	border-left: solid 2px #666666;
}

#kakaku_td h2 {
	text-align: center;
	text-height: auto;
	line-height: 5px;
}

#kakaku_td kakaku {
	font-size: 50px;
	text-align: center;
	line-height: 30px;
	}


#kakaku_td enl {
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	}

/*真ん中ボーダー付き*/

#kakaku_td2 h2 {
	text-align: center;
	text-height: auto;
	line-height: 5px;
}

#kakaku_td2 kakaku {
	font-size: 50px;
	text-align: center;
	line-height: 30px;
	}


#kakaku_td2 enl {
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	}



#kakakujyoken {
	margin-top: 10px;
	margin-bottom: 15px;
}

#kakaku_nebiki {
    width: 95%;
	border: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	height: auto;
}


#home_bnr {
	padding-bottom: 10px;
}

.home_bnr1 {
        margin-bottom: 34px;
    }
    
    
#home_bnr2 {
	padding-bottom: 10px;
}

#home_bnr3 {
}





/*アクセス*/

#access {
	margin-left: 0px;
	padding-top: 80px;
	padding-bottom: 20px;
}

#access1 {
	width: 46%;
	margin-left:3%;
	float: left;
}

#access2 {
width: 46%;
margin-left: 3%;
margin-right: 0;
margin-bottom: 20px;
clear: none;
}

#access3 {
	width: 46%;
	margin-left:3%;
	margin-bottom: 20px;
}

#access4 {
	width: 46%;
	margin-left: 3%;
	clear: none;
    margin-bottom: 40px;
    }

#map {
	float:left;
	width: 48.5%;
	margin-left: 0;
	display: block;
	clear: both;
	padding-bottom: 10px;
}

#map2 {
	float: left; 
	width: 48.5%;
	margin-left: 2.0408%;
	display:inline-block;
	clear: none;
	padding-bottom: 10px;
}

.map2 {
	width:100%
	}

#access_text {
}


/*googlemap*/
iframe {
	width: 323px;
	height:235px;
}

    /*ボトム リンク*/

    #nav2{
        display: block;　/*スマホ以外では表示*/
        border-bottom: 1px solid #ccc;
        line-height: 9px;
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    #nav2 ul{
        display: table;
        margin: 0 auto;
        padding: 0;
        width: 80%;
        text-align: center;
        font-size: 12px;
        margin-bottom: 15px;
    }
    #nav2 ul li{
        display: table-cell;
        width: auto;
        min-width: 80px;
        border-right: 2px solid #ccc;
    }
    #nav2 ul li:first-child{
        border-left: 2px solid #ccc;
    }
    #nav2 ul li a{
        display: block;
        width: 100%;
        padding: 3px 0;
        text-decoration: none;
        color: #373737;
    }
    #nav2 ul li a:hover{
        background-color:#FFB5A6;
        border-bottom: 0px solid #E0CCCC;
    }
    #nav2 ul li.current{
        font-weight: bold;
    }
    #nav2 ul li.current a{
        border-bottom: 5px solid #00B0F0;
        color: #00B0F0;
    }
    
    
    
    
/*about*/

#about {
	text-align: center;
	line-height: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#about h2 {
	line-height: 8px;
	font-size: 22px;
	font-weight: bold;
}

#about p {
	line-height: 20px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tentoukakaku2 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	text-align: left;
}


nav ul{
    font-size: 13px;
}



#map {
	float:left;
	width: 47.9795%;
	margin-left: 0;
	display: block;
	clear: both;
	padding-bottom: 10px;
}

#map2 {
	float: left; 
	width: 47.9795%;
	margin-left: 3.5408%;
	display:inline-block;
	clear: none;
	padding-bottom: 10px;
}



iframe {
	width: 100%;
	height:325px;
}

#tentoukakaku2 {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}
}
