@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;
}


/*------- 画像を調整-----*/
/*--------------------　イメージをウィンドウ幅に合わせる　-----*/
.imagekun img{width: 100%;}
.toritsukekun img{width: 100%;}


@media screen and (min-width: 600px) {
.topimg img{width:100%;}
}

@media screen and (min-width: 600px) {
.imagekun img{width:70%;}
}

@media screen and (min-width: 600px) {
.toritsukekun img{width:50%;}
}



@media screen and (min-width: 600px) {
.aruaruimg img{width:30%;}
}

@media screen and (min-width: 600px) {
    .newgazouimg img{width:70%;}
}

@media screen and (min-width: 600px) {
    .tanpin img{width:50%;}
}





/* ------------　ページレイアウト　------------ */

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;}


.hako{margin: 20px;}

.suraidokun{margin: 0px;padding: 0px;width: 100%;}

.maefuri{font-size: 16px;font-weight: 600;}

.chibi{font-size: 11px;}

.chibi2{font-size: 11px;line-height: 1.5;}

.chibi12{font-size: 12px;line-height: 1.2;}

.komidashi{font-size: 18px;font-weight: 600;}

.brown{color: #9d6c3b;}

.dekamoji{font-weight: 600;font-size: 20px;text-align: center;}
@media only screen and(min-width:600px){.dekamoji{font-size: 10px;}}

.migiyose{text-align: right}



.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*------- テーブル ---*/

table{border-collapse: collapse;}
td,th{padding: 8px 20px;border: 1px solid #b7b7b7;}
/*---td:nth-child(4),td:nth-child(6){text-align: justify}---*/
th{background: #575757;color: #ffffff;}
tbody tr:nth-child(2n){background: #ecfafc;}




@media screen and (min-width:640px){
    .fooder : after{
    content: "";
    display: block;
    clear: both;}

.l_box{
    float: left;
    margin-bottom: 30px;
    width: auto;}

.r_box{
    float:right;
    padding-right: 30px;
    padding-top: 30px;
    width: 350px;}
    }



/*---------　セクションの見出し（ドット囲みのあるタイトル）　---------*/
.sb_midashi{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #7c593f;
    border-radius: 10px;
    background-color: #faf3d7;
    border-style: dotted;
    border-color: #c49979; 
    padding: 12px;
}






/* ------------　ヘッダー　------------ */

#logo{
	display: block;
	float: left;
	width: 180px;
	margin: 15px 0px 3px 10px;
}
@media only screen and (min-width:651px) {
	#logo{
		width: 270px;
	}
}

#header-top-link{
	float: right;
	margin: 10px 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;
}
@media only screen and (min-width:651px) {
	#header-top-link span{
		display: inline;
		color: #666;
		font-size: 15px;
	}
}

#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img{
	height: 200px;
	background-image: url("images/header-img.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img{
		height: 300px;
	}
}



/* ------------:::　ナビゲーション　:::------------ */

nav ul{
	list-style-type: none;
}

nav li{
	width: 29%;
	margin-left: 3.25%;
	margin-top: 3.25%;
	float: left;
}
@media only screen and (min-width:651px) {
	nav li{
		width: 16.66666667%;
		margin-left: 0;
		margin-top: 0;
		border-right: solid 2px #666;
	}
	nav li:last-child{
		border-right: none;
	}
}

nav a{
	display: block;
	background: #656565;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
}
@media only screen and (min-width:651px) {
	nav a{
		background: #333;
		border-radius: 0;
		line-height: 36px;
	}
}

nav a:hover{
	background: #9d6c3b;
}

nav ul:after{
	display: table;
	content: "";
	clear: both;
}

/* ------------　メイン用　------------ */

#main section{
	margin-bottom: 60px;
}

h1{font-weight: 600; color: #000000;line-height: 1.2;margin-bottom: 8px;text-align: center;margin-bottom: 20px;}

h2{font-weight: 600;color: #000000;border-bottom: solid 1px;border-top: solid  1px;text-align: center;}

h1{font-size: 24px;}
h2{font-size: 18px;}

@media only screen and (min-width:651px) {
	h1{font-size: 28px;}
	h2{font-size: 20px;}
}

.main-text{
	text-align: justify;
	font-size: 16px;
	line-height: 1.5;
}
@media only screen and (min-width:651px) {
	.main-text{
		font-size: 16px;
	}
}

.toritsukezu{width=100%;}
@media only screen and (min-width:651px) {
.toritsukezu{width=40%;}


/*---------　セクションの見出し（ドット囲みのあるタイトル）　
.sb_midashi{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    border-radius: 10px;
    background-color: #dedede;
    border-style: dotted;
    border-color: #7b7b7b; 
    padding: 12px;
    margin-bottom: 20px;
}
    ---------*/






/*------アコーディオン------*/
.shitsumonbako{background-color: #ffffff;margin-left:auto;margin-right:auto;margin-top: :0px;margin-bottom: 0px;}

@media screen and (max-width:640px){
    .shitsumonbako{width:100%;background-color: #ffffff;margin-left:auto;margin-right:auto;margin-top: :0px;margin-bottom: 0px;}
    

#Accordion1 {width:100%;}
@media screen and(min-width:640px){
#Accordion1{width:640px;}
}  




.width-full{width: 100%;}
    @media screen and (min-width:640px){
       .width-full{width:40%;} 
    }


.toritsukwzu{width: 100%;}
    @media screen and (min-width:640px){
      .torisetsu{width: 50%;}  
    }
    
    



/* ------------　汎用クラス　------------ */

/* 縦方向の間隔調整 */
.height-space{
	height: 0px;
	margin-bottom: 40px;
}

/* 小画面－内余白ゼロ */
@media only screen and (max-width:650px) {
	.sm-nopad{
		padding: 0;
	}
}

/*------フッター部分---------*/


@media only screen and (min-width:651px) {
.fooder{width: 100%; margin-top: 15px;margin-bottom: 15px;}
.fooder:after{content: "";display: block;clear: both;}
.l_box{float: left;width: 40%;margin-top: 30px;}
.r_box{float: right;width: 50%;margin-bottom: 15px;margin-left: 10px;}
}


/*-------------　hr2種　-----------------------*/
hr.tensen{
    border: 2px dotted #c49979; 
}

.midori{color:forestgreen;font-weight: 600;}

