@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img{
	vertical-align: middle;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ページレイアウト　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (min-width:801px) {
	body{
		width: 1030px;
		padding: 0px 15px;
		margin: 0px auto;
	}
}

header{
	width: 100%;
}

#main{
	width: 100%;
	margin: 40px 0px;
	padding: 0px 15px;
	color: #996633;
}
@media only screen and (min-width:801px) {
	#main{
		width: 1000px;
		float: left;
		margin-left: 0px;
	}
}

#banner{
	margin: 5px 0px 5px 0px;
}

#f_banner{
	margin: 30px 0px 0px 0px;
}

aside{
	width: 300px;
	margin: 40px auto;
}
#sidebar-2{
	display: none;
}
@media only screen and (min-width:651px) {
	aside{
		width: 620px;
	}
	#sidebar-1{
		width: 300px;
		float: left;
	}
	#sidebar-2{
		width: 300px;
		float: right;
		display: block;
	}
}
@media only screen and (min-width:801px) {
	aside{
		width: 300px;
		float: right;
	}
}

aside:after{
	display: table;
	content: "";
	clear: both;
}

footer{
	width: 100%;
	clear: both;
	padding: 15px 20px;
	background: #ffffff;
	border-top: solid 1px #669933;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

h1{
	color: #cc9966;
	line-height: 1.2;
	margin-bottom: 1px;
	max-height: 999999px;
	font-size: 10px;
}
@media only screen and (min-width:651px) {
	h1{font-size: 3px;}
}

#logo{
	display: block;
	float: left;
	width: 130px;
	margin: 0px 0px 3px 10px;
}
@media only screen and (min-width:651px) {
	#logo{
		width: 150px;
	}
}

#header-top-link{
	float: right;
	margin: 5px 10px 5px;
	list-style-type: none;
}

#header-top-link li{
	display: inline-block;
	margin-left: 10px;
}

#header-top-link a{
	display: block;
	text-decoration: none;
}

#header-top-link img{
	height: 30px;
}
@media only screen and (min-width:651px) {
	#header-top-link img{
		height: 18px;
		padding-right: 5px;
	}
}

#header-top-link span{
	display: none;
}

.header-top-tel{
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	text-align: right;
}

@media only screen and (min-width:651px) {
	#header-top-link span{
		display: inline;
		color: #996633;
		font-size: 15px;
	
	}
}

#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img01{
	height: 90px;
	background-image: url("../img/cotona_head_s01.png");
	background-size: cover;
	background-position: bottom;
}
#header-img02{
	height: 90px;
	background-image: url("../img/cotona_head_s02.png");
	background-size: cover;
	background-position: bottom;
}
#header-img03{
	height: 90px;
	background-image: url("../img/cotona_head_s03.png");
	background-size: cover;
	background-position: bottom;
}
#header-img04{
	height: 90px;
	background-image: url("../img/cotona_head_s04.png");
	background-size: cover;
	background-position: bottom;
}
#header-img05{
	height: 90px;
	background-image: url("../img/cotona_head_s05.png");
	background-size: cover;
	background-position: bottom;
}
#header-img06{
	height: 90px;
	background-image: url("../img/cotona_head_s06.png");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px){
	#header-img,#header-img01,#header-img02,#header-img03,#header-img04,#header-img05,#header-img06{
		height: 145px;
	}
}
@media only screen and (min-width:801px) {
	#header-img,#header-img01,#header-img02,#header-img03,#header-img04,#header-img05,#header-img06{
		height: 145px;
	}
}

#slide_mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#slide_mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ナビゲーション　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#sp-menu{
	background: #71686c;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	line-height: 45px;
}
@media only screen and (min-width:651px) {
	#sp-menu{
		display: none;
	}
}

#sp-menu img{
	height: 30px;
	padding-bottom: 4px;
	margin-right: 8px;
}

nav ul{
	list-style-type: none;
	display: none;
}
@media only screen and (min-width:651px) {
	nav ul{
		display: block;
	}
}

nav li{
	width: 50%;
	float: left;
}
nav li:nth-child(odd){
	border-right: solid 1px #71686c;
}
@media only screen and (min-width:651px) {
	nav li{
		width: 16.66666667%;
		border-right: solid 1px #71686c;
	}
	nav li:last-child{
		border-right: none;
	}
}

nav a{
	display: block;
	background: #ffffff;
	color: #996633;
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
	padding-left: 15px;
	text-decoration: none;
}
@media only screen and (min-width:651px) {
	nav a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

nav a:hover{
	color: #669900;
}

nav ul:after{
	display: table;
	content: "";
	clear: both;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#main section{
	margin-bottom: 40px;
}

h2,h3{
	color: #663300;
	line-height: 1.2;
	border-bottom: solid 2px #ff9900;
	margin-bottom: 8px;
	max-height: 999999px;
}
h2{font-size: 16px;}
h3{font-size: 15px;}

h4{
	color: #663300;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 8px;
	max-height: 999999px;
}

@media only screen and (min-width:651px) {
	h2{font-size: 16px;}
	h3{font-size: 15px;}
}

.main-text{
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
	max-height: 999999px;
}
@media only screen and (min-width:651px) {
	.main-text{
		font-size: 14px;
	}
}

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

#topics_box{
  margin: 0px 0px 15px 0px;
  padding : 3px;
  border-width : 1px 1px 1px 1px;
  border-style : solid;
  border-color : #000066;
  width : 100%;
  height: 150px;
  overflow: auto;
}

.noimg{
	display: none;
}
@media only screen and (min-width:651px) {
	.noimg{
		width: 100%;
		float: right;
		display: block;
	}
}
@media only screen and (min-width:651px) {
	.sm-hide{
		display: none;
	}
}

#pagetop{
	width:100%;
	text-align: center;
}

#totop{
	width:100px;
	margin: 0px 0px 3px 10px;
}

@media only screen and (min-width:651px) {
	#totop{
		display: block;
		width: 100px;
		float: right;
	}
}

#pagetop:after{
	display: table;
	content: "";
	clear: both;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumbWrap {
	width: 100%;
	padding: 0px 0;
}
	#breadcrumb {
		max-width: 980px;
		margin: 0 auto;
		overflow: hidden;
		list-style: none;
	}
		#breadcrumb li {
			float: left;
			white-space: nowrap;
			font-size: 80%;
			color: #660000;
		}
		#breadcrumb li a {
				white-space: nowrap;
			}
@media screen and (max-width:650px){
#breadcrumbWrap {
	display: none;
}
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #99cc99;
	border-left: 1px solid #99cc99;
}
	.table_basic01 th,
	.table_basic01 td {
		border-right: 1px solid #99cc99;
		border-bottom: 1px solid #99cc99;
		padding: 5px 15px;
		text-align: left;
	}
	.table_basic01 th {
		width: 20%;
		text-align: center;
	}
	.table_basic01 td {
	}
@media screen and (max-width:650px){
.table_basic01 {
	width: 100%;
}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th,
	.table_basic01 td {
		border-top: none;
		border-left: none;
	}
	.table_basic01 th {
		text-align: left;
	}
	.table_basic01 td {
	}
}
.error_coution {
	color:#ff0000;
}
/* !map
----------------------------------------------------------- */
.gmap  {
	text-align: center;
	margin-top: 30px;
}
	.gmap figcaption  {
		font-size: 86%;
		margin-top: 0.5em;
	}

/* !Listing
---------------------------------------------------------- */
.list_basic01 {
	list-style: none;
}
.list_basic01 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 1em;
}
.list_basic01 li .mark {
	color: #e39600;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
}

.list_basic01 a{
	display: block;
	padding-left: 10px;
	top: 0;
	color: #302833;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	text-align: left;
	text-decoration: none;
}

.list_basic01 a:hover{
        color: #6495ed;
}

.list_basic02 {
	list-style: none;
	font-size: 14px;
}
.list_basic02 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 2em;
	font-size: 14px;
}
.list_basic02 li .mark1 {
	color: #e39600;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
}
.list_basic02 li .mark2 {
	color: red;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
}

.list_basic02 a{
	display: block;
	padding-left: 10px;
	top: 0;
	color: #996633;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	text-align: left;
	text-decoration: none;
}

.list_basic02 a:hover{
        color: #6495ed;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サイドバー用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

aside p{
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
}

#shop-list{
	list-style-type: none;
}


#shop-list li{
	width: 100%;
	margin: 10px 0px;
}


#shop-list a{
	display: block;
	padding-left: 15px;
	background: #ffffff;
	border-radius: 5px;
	color: #302833;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	text-decoration: none;
}

#shop-list a:hover{
        background-image : url(../img/said_bk.jpg);
}

.width-full{
	width: 100%;
}

.waku{
	border: solid 1px #c0c0c0;
}

.height-lien{
	width: 100%;
	line-height: 1.2;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 40px;
	max-height: 999999px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

footer ul{
	width: 100%;
	margin-bottom: 30px;
	list-style-type: none;
}
@media only screen and (min-width:801px) {
	footer ul{
		width: 300px;
	}
}

footer li{
	width: 50%;
	float: left;
}

footer li a{
	display: block;
	color: #996633;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
}
@media only screen and (min-width:801px) {
	footer li a{
		line-height: 24px;
	}
}

footer li a:hover{
	color: #669933;
}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

#select-layout{
	margin-bottom: 30px;
	text-align: right;
	color: #302833;
	font-size: 13px;
}

#PC-site,#MO-site{
	padding: 5px 8px;
	border: solid 1px #999;
	display: none;
}

#copyright{
	text-align: right;
	color: #302833;
	font-size: 12px;
}

@media only screen and (min-width:651px) {
	#copyright br{
		display: none;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　グリッドシステム　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.row{
	margin: 10px -15px;
}
.row:after{
	display: table;
	content: "";
	clear: both;
}

.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div, .sm-32-div{
	display: block;
	float: left;
	padding: 0px 15px;
}
.sm-1-div{width: 100%;}
.sm-2-div{width:  50%;}
.sm-3-div{width:  33.33333333%;}
.sm-32-div{width:  66.66666667%;}
.sm-4-div{width:  25%;}
@media only screen and (min-width:651px) {
	.bg-1-div{width: 100%;}
	.bg-2-div{width:  50%;}
	.bg-3-div{width:  33.33333333%;}
	.bg-32-div{width:  66.66666667%;}
	.bg-4-div{width:  25%;}
	.bg-43-div{width:  75%;}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　汎用クラス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 縦方向の間隔調整 */
.height-space{
	height: 0px;
	margin-bottom: 40px;
}

.height-space02{
	height: 0px;
	margin-bottom: 20px;
}

/* 小画面－内余白ゼロ */
@media only screen and (max-width:650px) {
	.sm-nopad{
		padding: 0;
	}
}



