@charset "utf-8";


@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body,html,#mainimg {width: 100%;height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #222;	/*全体の文字色*/
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 15px;	/*文字サイズ*/
    line-height: 12px;
	line-height: 2;		/*行間*/


}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure,form,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #444;		/*リンクテキストの色*/
	transition: 0.4s;	/*マウスオン時の移り変わるまでの時間設定。0.4秒。*/
}
a:hover {
	color: #ffcc00;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



/*header
---------------------------------------------------------------------------*/
/*headerブロック*/
header { 
    background: #FFF;
	color: #ccc;	
    overflow: hidden;z-index: 1;
	position: fixed;	/*スクロールしても固定表示させる指定*/
	top: 0px;			/*上からの配置場所*/
	left: 0px;			/*左からの配置場所*/
	width: 100%;		/*幅*/
	padding: 10px 0;	/*上下、左右へのブロック内の余白*/
  

}
/*トップページでのheaderブロックの追加設定*/
.home header {
	background: transparent;
	border: none;
}
/*ロゴ画像*/
header #logo {
	width: 200px;	/*幅*/
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*左側に空けるスペース*/
	margin-right: 50px;	/*右側に空けるスペース*/
}
/*トップページで表示させている「お知らせ」の１行。*/
header #news {
	float: left;	/*左に回り込み*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7), -1px -1px 2px rgba(0,0,0,0.7);	/*テキストの影*/
}
header #news .newicon {text-shadow: none;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	float: left;
	width: auto;
    background: #fff;	/*背景色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;		/*左に回り込み*/
	text-align: center;	/*文字をセンタリング*/
}
#menubar li a {
 
	display: block;text-decoration: none;
	padding: 0 15px;	/*上下、左右へのメニュー内余白*/
    border-right: 1px solid #6f5436;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/

}
/*現在表示中(current)のメニュー設定*/
#menubar li.current a {
	color: #ffcc00;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*headerアイコン（facebookやtwitterなどのアイコンブロック）
---------------------------------------------------------------------------*/
/*アイコンを囲むブロック全体の設定*/
header .icon {
	float: right;		/*右側に回り込み*/
	margin-right: 10px;	/*右側に空けるスペース*/
}
/*アイコン１個あたりの設定*/
header .icon li {
	display: inline;	/*横並びにさせる指定*/
}
/*アイコン画像の設定*/
header .icon img {
	width: 30px;		/*画像の幅*/
	margin-left: 5px;	/*画像同士の余白*/
}
/*マウスオン時*/
header .icon a:hover {
	opacity: 0.7;		/*色が70%だけついた状態にする*/
}




/*contents（headerとfooter以外のメインとなるブロック。）
---------------------------------------------------------------------------*/
/*contentsブロック*/
#contents {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	padding: 0px 6%;	/*上下、左右へのブロック内の余白*/
	max-width: 1500px;	/*最大幅。これ以上広がらない。*/
	background-color: #FFF;
    letter-spacing: 0.1em;
    line-height: 23px;
}

/*見出し(h1)タグ*/
#contents h1 {
	font-size: 20px;/* フォントサイズ */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position: relative;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3em;
	text-align: center;
    line-height: 200%;
}


/*見出し(h2)タグ*/
#contents h2 {
font-size: 18px;/* フォントサイズ */
padding-top: 0.5em;
padding-bottom: 0.5em;
position: relative;
margin: 1em 0 2em;
color: #222;/* フォント色 */

}


#contents h2:before  {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1px;
background: repeating-linear-gradient(90deg, #262626 0%, #6c6c6c 50%, #4b4b4b 100%);
bottom: 0;
left: 0;
z-index: 0;
}


/*見出し(h3)タグ*/
#contents h3 {

    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 30px;
	padding: 0 10px;	/*上下、左右への余白*/
}


#contents2 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	padding: 0px 6%;	/*上下、左右へのブロック内の余白*/
	max-width: 1500px;	/*最大幅。これ以上広がらない。*/
	background-color: #FFF;
    letter-spacing: 0.1em;
    line-height: 23px;
}



/*見出し(h1)タグ*/
#contents2 h1 {
	font-size: 20px;/* フォントサイズ */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position: relative;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3em;
	text-align: center;
}



/*見出し(h2)タグ*/
#contents2 h2 {
font-size: 18px;/* フォントサイズ */
padding-top: 0.5em;
padding-bottom: 0.3em;
position: relative;
margin: 1em 0 2em;
color: #222;/* フォント色 */
}


#contents2 h2:before  {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1px;
background: repeating-linear-gradient(90deg, #262626 0%, #6c6c6c 50%, #4b4b4b 100%);
bottom: 0;
left: 0;
z-index: 0;
}

/*見出し(h2)タグ*/
#contents2 h6 {
font-size: 13px;/* フォントサイズ */

}



/*contentsブロック*/
#contents3 {
    height: 355px;
    background: #63513E;
    font-size:12px;
	clear: both;
    margin: 0 auto;
	padding: 50px 3%;	/*上下、左右へのブロック内の余白*/
    letter-spacing: 0.1em;
 
}

.line{
    background: linear-gradient(transparent 0%, #fff3bc 0%);
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {

	margin: 0 auto;

}


/*contentsブロック*/
#contents4 {
	clear: both;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 550px;
	padding: 0px 6%;	/*上下、左右へのブロック内の余白*/
	max-width: 1500px;	/*最大幅。これ以上広がらない。*/
	background-color: #FFF;
}

/*見出し(h2)タグ*/
#contents4 h2 {
font-size: 1.3em;/* フォントサイズ */
padding-top: 0.5em;
padding-bottom: 0.5em;
position: relative;
margin: 1em 0 2em;
color: #222;/* フォント色 */
text-align: center;
}


#contents4 h2:before  {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1px;
background: repeating-linear-gradient(90deg, #795f39 0%, #996214 50%, #66250b 100%);
bottom: 0;
left: 0;
z-index: 0;
}




.google-maps {

	margin-left: auto;
	margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}



.heading06{
	position: relative;
    font-size: 20px;
	margin: 0 10px 50px 10px;
	padding: 14px 15px 0px 20px;
	color: #222;
	background: #d8ccbf;
	box-shadow: 12px 0 0 0 #d4c6b7,
0 12px 0 0 #d4c6b7,
1px 15px 4px -3px rgba(0,0,0,0.2);
}

.heading06:before{
content:" ";
position:absolute;
top:100%;
 left:100%;
 width:0;
 height:0;
 border-width:12px 12px 0 0;
border-style:solid;
border-color:transparent;
 border-top-color:#c7b39e;

}

.heading06:after{

content:" ";
 position:absolute;
padding:0 20px;
bottom:0;
left:10px;
width:120px;
height:20px;
transform: rotate(-1deg);

}


/*段落(p)タグ*/
#contents p {
	padding: 0 10px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
#contents section + section {
	clear: both;
	padding-top: 40px;
}


/*段落(p)タグ*/
#contents2 p {
	padding: 0;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents2 p + p {
	margin-top: -5px;
}
#contents2 h2 + p,
#contents2 h3 + p {
	margin-top: -10px;
}
#contents2 section + section {
	clear: both;
	padding-top: 40px;
}




.cp_point {
	position: relative;
	margin: 30px 0 30px;
	padding: 25px;
	border: 1px solid #222;
	background-color: #fff;
	border-radius: 8px;
}
.cp_point::before {
	position: absolute;
	top: -1em;
	left: 1em;
	content: attr(title);
	padding-top: 0.4em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.8em;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	height: 30px;
	background-color: #222;
	border-radius: 4px;
}

.cp_point li {
	position: relative;
	list-style-type: none;
}
.cp_point li::before {
	position: absolute;
	top: .25em;
	left: -1em;
	color: #333;
}


/*listブロック（works.htmlで使用）
---------------------------------------------------------------------------*/
/*各ボックスの指定*/
.list {
	position: relative;
	float: left;	/*左に回り込み*/
	width: 30%;			/*幅*/
	margin-left: 2.5%;	/*左に空けるスペース*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: #795f39;	/*背景色*/
}
.list a {
    color: #fff;	/*文字色*/
	display: block;
	text-decoration: none;
}
/*マウスオン時*/
.list a:hover {
	color: #ccc;	/*文字色*/
}
/*リンクを指定した際に右上に出る「→」*/
.list a::after {
	content: "→";	/*この文字を出力します。変更してもかまいませんが機種依存文字は使わないで下さい。*/
	position: absolute;
	right: 10px;	/*右からの配置場所指定*/
	top: 10px;		/*上からの配置場所指定*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 30px;	/*行間。下のwidthと揃えて下さい。*/
	width: 30px;		/*幅。上のline-heightと揃えて下さい。*/
	border-radius: 50%;	/*角丸の指定。円形になります。*/
	background: #222;	/*背景色*/
	color: #FFF;		/*文字色*/
	text-align: center;
}
/*figure画像*/

figure{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}


/*h4タグ*/
.list h4 {
	position: absolute;
	bottom: 0px;	/*下からの配置場所指定。*/
	left: 0px;		/*左からの配置場所指定。*/
	width: 100%;
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒の事で0.5は色が50%出た状態。*/
	text-align: center;	/*内容をセンタリング*/
	padding: 10px 0;	/*上下、左右への余白*/
}

/*footerブロック
---------------------------------------------------------------------------*/
/*footerブロック*/
footer {
    font-size: 12px;		/*文字サイズ*/
    position: relative;
	clear: both;
	text-align: center;
    background: #cbb994;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer a {
	text-decoration: none !important;
	
}


.example {/*親div*/
  position: relative;/*相対配置*/
       margin-top: 100px;
    margin-bottom: 50px;
  }


.example img {
    width: 100%;
     margin-top: 70px;
     margin-bottom: 70px;
 
  }

.example h4 {
    position: absolute;/*絶対配置*/
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 55px;				/*文字サイズ*/
    color: #FFF;					/*文字色*/

    line-height: 1.4;				/*行間*/
    text-align: center;
    font-style: normal;
}

/*h2タグの小文字*/
.example h4 span {
    display: block;
	font-size: 16px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 70%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の左側*/
.ta1 th {
    font-weight: normal;
	width: 30%;
	padding: 10px;
	text-align: center;
	background-color:#eeeeee;	/*背景色*/
}
/*テーブル内の右側*/
.ta1 td {
	background-color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 70%;
}

.ta1 a {

	color: #444;
}



/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の左側*/
.ta2 th {
    font-weight: normal;
    width: 30%;
	padding: 10px;
	text-align: center;
	background-color:#eeeeee;	/*背景色*/
}
/*テーブル内の右側*/
.ta2 td {
	background-color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 70%;
}

.ta2 a {
	color: #444;
}




.clearfix::after {

  content: "";
  display: block;
  clear: both;
    margin: 10px 0 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	padding: 3%;			/*ボックス内の余白*/
}

.clearfix h4 {
  font-size: 18px;
  margin-bottom: 1em;
}

.clearfix figure {
width: 30%;
height: 200px;
  float: left;
}

.clearfix img {
  width: 40%;
    
}
  
.clearfix p {
    color: #FFF;
    
}

.clearfix a {
    color: #deb068;
    
}


.clearfix2::after {
  content: "";
  display: block;
  clear: both;
    margin: 10px 0 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	padding: 3%;			/*ボックス内の余白*/
}

.clearfix2 h4 {
  font-size: 18px;
  margin-bottom: 1em;
  padding-top: 1em;   
}

.clearfix2 figure {
  width: 30%;
  float: left;
}

.clearfix2 img {
  width: 60%;
    
}


/*フォーム関連
---------------------------------------------------------------------------*/
/*ボタン（btn）*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	outline: none;
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #9fc24d;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#3e7daa, #34698f);/*背景グラデーション*/
	color: #fff;	/*文字色*/
}
/*マウスオン時のボタン（btn）設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	background: #34698f;	/*背景色*/
	color: #fff;		/*文字色*/
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #e8da00;
	color:#000;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #000;}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
    color: #FFF;
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;/*z-index: 100;*/position: fixed;animation-name: scroll;animation-duration: 1s;animation-fill-mode: forwards;
	width: 35px;		/*ボタンの幅*/
	line-height: 35px;	/*ボタンの高さ*/
	bottom: 20px;		/*ウィンドウの下から20pxの場所に配置*/
	right: 3%;			/*ウィンドウの右から3%の場所に配置*/
	background: #9d896c;	/*背景色*/
	border-radius: 50%;	/*円形にする指定。この１行を削除すれば正方形になります。*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}


.color1 {
	
	font-size: 15px;
	padding-left: 10px;
	font-weight: bold;
}



.color2 {
	color: #622d18;
 
    
}


.color3 {
	color: #C00;
    font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1pt;
}


.color4 {
	color: #a59564;
    margin-left: 10px;
}



.color5 {
	color: #2e8b57;
    margin-left: 10px;
}

.color6 {
	color: #ffa500;
    margin-left: 10px;
}

.color7 {
	color: #ff1493;
    margin-left: 10px;
}



.color8 {
	color: #9933ff;
    margin-left: 10px;
}


.color9 {
	color: #cc9933;
    margin-left: 10px;
}

.color10 {
	color: #cc0033;
    margin-left: 10px;
}

.color11 {
	color: #6c3524;
    margin-left: 10px;
}



/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 45px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #222;padding: 5px 10px;border-radius: 4px;border: 1px solid #333;color: #fff;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.clear {clear: both;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {
	float: right;
	margin-top: 100px;
}
.big1 {font-size: 40px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.dn {display: none;}
.sh {display: none;}
.half {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}


/*お知らせボタン
---------------------------------------------------------------------------*/

.btn-open {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #6f5436;
    font-size: 15px;
    line-height: 35px;
    color: #FFF;
    text-decoration: none;
    border: 2px solid #6f5436;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom:20px;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #6f5436;
}
.btn-open:hover:after{
  height: 300%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}




.swiper-container {
  max-width: 800px;
  margin: 30px 0;
}

/*クーポン
---------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}



/*ギャラリー
---------------------------------------------------------------------------*/
.container2 {
    position: relative;
    margin:100px auto 60px auto;
    max-width: 1100px;
}
.swiper-container{
    text-align: center;
    cursor: grab;
}
.swiper-container:active{
    cursor: grabbing;
}
.swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
        



#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#thumbs .swiper-slide:active {
    cursor: grabbing;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
    

.swiper-blind-left,
.swiper-blind-right {
    position: absolute;
    width: 11.55%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
.swiper-blind-left {
    left: 0;
}
.swiper-blind-right {
    right: 0;
}

/*ギャラリー2
---------------------------------------------------------------------------*/


#thumbs2 {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs2 .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#thumbs2 .swiper-slide:active {
    cursor: grabbing;
}
#thumbs2 .swiper-slide-active {
    opacity: 1;
}
         
 


/*ギャラリー3
---------------------------------------------------------------------------*/



         
#thumbs3 {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs3 .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#thumbs3 .swiper-slide:active {
    cursor: grabbing;
}
#thumbs3 .swiper-slide-active {
    opacity: 1;
}
         
 



/*画面幅1500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1400px){

#menubar li a {
font-size: 12px;


}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

 /*全体の設定
---------------------------------------------------------------------------*/
body {
	
	font-size: 14px;	/*文字サイズ*/

}
   
/*header
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	position: absolute;
	text-align: center;
}
/*ロゴ画像*/
header #logo {
	float: none;
	margin: 0 auto 10px;
}
/*トップページで表示させている「お知らせ」の１行。*/
header #news {
	float: none;
}
    
    
 /*figure画像*/
.list a figure {
	opacity: 1;	/*リンクを指定した際は60%だけ色を出す。*/
}
/*マウスオン時のfigure画像*/
.list a:hover figure {
	opacity: 1;		/*リンクを指定した際のマウスオン時に色を100%出す。*/
}   
    
 .ta1 {
	width: 90%;
}
      
 .example h4 {
    width: 100%;
    text-align:center;
font-size: 40px;				/*文字サイズ*/
    line-height: 30px;
}


/*h4タグの小文字*/
.example h4 span {
    display: block;
	font-size: 11px;		/*文字サイズ*/
	
}
 .example img {

     margin-top: 80px;
     margin-bottom: 20px;
 
  }   


.clearfix figure {
margin-left:10px;
text-align: left;
width: 70%;
height: 100%;
float:none;
}
  

.clearfix2 figure {
margin-right: auto;
margin-left: auto;
text-align: center;
width: 60%;
float:none;
}
  
.clearfix2 h4 {
  font-size: 16px;
  margin-left: 10px;
  margin-top:7px;
 margin-bottom: 7px;
    
}
    
/*contentsブロック*/
#contents {
	padding: 0px 0px 50px;	/*上下、左右へのブロック内の余白*/
}
#contents2 {
	padding: 0px 0px 50px;	/*上下、左右へのブロック内の余白*/
}
  

 #contents3 {

height: 430px;


}
    
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。
透明(opacity: 0;)から色をつける(opacity: 1;)までの指定。*/
@keyframes menubar {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: fixed;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	animation-name: menubar;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;		/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;		/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px 3%;	/*メニュー内の余白。上下、左右。*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
	font-size: 15px;	/*文字サイズ*/
}
/*説明表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 10px;/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

    
    
    nav#menubar-s {
	display: block;
	text-align: center;	/*文字をセンタリング*/
}
#menubar-s a {
	display: block;
	color: #fff;	/*文字色*/
	background: #333;	/*背景色*/
	margin-top: 1px;	/*メニュー同士に空ける余白*/
	text-decoration: none;
	padding: 7px 0px;	/*上下、左右へとる余白*/
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
    display: block;
	position: absolute;z-index: 50;
	top: 1%;
	right: 2%;
	border: 1px solid #444;
	border-radius: 4px;	/*上、左右、下へのボックス内余白*/
	text-align: center;
	font-size: 10px;
	color: #444;
	width: 36px;
	line-height: 36px;

	
  
}
 #menubar_hdr.close::before {
 content: "menu";
 }
 #menubar_hdr.open::before {
 content: "menu";
 }
    
    
    
/*headerアイコン（facebookやtwitterなどのアイコンブロック）
---------------------------------------------------------------------------*/
/*アイコンを囲むブロック全体の設定*/
header .icon {
  
	float: none;
	margin-right: 0;
}

/*contents（headerとfooter以外のメインとなるブロック。）
---------------------------------------------------------------------------*/
/*contentsブロック*/
#contents {
	padding: 0px 3% 50px;	/*上下、左右へのブロック内の余白*/
}
#contents2 {
	padding: 0px 3% 50px;	/*上下、左右へのブロック内の余白*/
}
/*news.html
---------------------------------------------------------------------------*/
/*日付設定*/
#new dt {
	float: none;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 28px;}
.sh {display:block;}
.pc {display:none;}


    

    }


/*画面幅640px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:640px){


 
/*contents（headerとfooter以外のメインとなるブロック。）
---------------------------------------------------------------------------*/
/*見出し(h1)タグ*/
#contents h1 {
	font-size: 17px;/* フォントサイズ */

}

    /*見出し(h2)タグ*/
#contents h2 {
    margin-top: 50px;
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: normal;
}

/*見出し(h3)タグ*/
#contents h3 {
	font-size: 16px;	/*文字サイズ*/
	padding: 0 10px 0 10px;	/*上、右、下、左への余白*/
}
/*段落(p)タグ*/
#contents p {
	padding: 0 10px 20px;	/*上、左右、下への余白*/
}

    
   /*見出し(h1)タグ*/
#contents2 h1 {
	font-size: 17px;/* フォントサイズ */

} 
    
/*見出し(h2)タグ*/
#contents2 h2 {
    margin-top: 50px;
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: normal;
}
  
    
#contents3 {

height: 380px;


}
    

/*listブロック
---------------------------------------------------------------------------*/
    
/*各ボックスの指定*/
.list {

	width: 47%;			/*幅*/

}
    
/*リンクを指定した際に右上に出る「→」*/
.list a::after {
	right: 2px;			/*右からの配置場所指定*/
	top: 2px;			/*上からの配置場所指定*/
	line-height: 20px;	/*行間。下のwidthと揃えて下さい。*/
	width: 20px;		/*幅。上のline-heightと揃えて下さい。*/
}
/*h4タグ*/
.list h4 {
	padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;	/*文字サイズ*/
    line-height: 14px;	/*行間。下のwidthと揃えて下さい。*/
}
    
.example h4 {
    width: 100%;
    text-align:center;
    font-size: 25px;				/*文字サイズ*/
    line-height: 30px;
}


/*h4タグの小文字*/
.example h4 span {
    display: block;
	font-size: 11px;		/*文字サイズ*/
	
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の左側*/
.ta1 th{
	width: 30%;
	padding: 10px;
}
/*テーブル内の右側*/
.ta1 td{
	width: 70%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


    
/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 10px 20px 30px;
}
ol {
	padding: 0 10px 20px 30px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 20px;}

}

.google-maps {
	position: relative;
	padding-bottom: 60%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	text-align: center;
}
    
    .swiper-blind-left,.swiper-blind-right {
    display: none; 
    }
    
    
    
    
/*画面幅400px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:400px){
 
 
/*contents（headerとfooter以外のメインとなるブロック。）
---------------------------------------------------------------------------*/
/*見出し(h2)タグ*/
#contents h2 {
    margin-top: 50px;
	font-size: 15px;	/*文字サイズ*/
	letter-spacing: normal;
}

/*見出し(h3)タグ*/
#contents h3 {
	font-size: 15px;	/*文字サイズ*/
	padding: 0 10px 0 10px;	/*上、右、下、左への余白*/
}

/*見出し(h2)タグ*/
#contents2 h2 {
    margin-top: 50px;
	font-size: 15px;	/*文字サイズ*/
	letter-spacing: normal;
}
     
}
 
    
