@charset "utf-8";

.scroll-01,
.scroll-02,
.scroll-03 {
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.fadeIn {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fadeInScr;
}

@keyframes fadeInScr {

0% {
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}

100% {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.clear {
	clear: both;
}

.red { 
    color: #CC3333;
	font-weight: 600;
}

.blue {
	color: #0033CC;
}

.green {
	color: green/*#8cc63f*/;
}

.line {
	border-bottom: dotted 2px #C1C1C1;
	padding-bottom: 5px;
}

.small {
	font-size: 80%;
}

.fat {
	font-weight: 600;
}

.waku {
	background: #f2f2f2;
	padding-top: 15px !important;
	margin-top: 50px;
}

.content_top {
	margin-top: 50px!important;
}

.contents_img {
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
}

.contents_imgw {
	width: 100%;
	margin:0 auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.margin-t30 {
	margin-top: 30px;
}

.margin-t50 {
	margin-top: 50px;
}

.margin-t80 {
	margin-top: 80px;
}

.margin-t100 {
	margin-top: 100px;
}

.margin-b30 {
	margin-bottom: 30px;
}

.margin-b50 {
	margin-bottom: 50px;
}

.margin-b80 {
	margin-bottom: 80px;
}

.margin-b100 {
	margin-bottom: 100px;
}

/*サイトマップ*/

dl.sitemap dt:first-child {
    margin-bottom: 50px;
}


dl.sitemap dt {
  border-bottom: 2px dotted #ccc;
  margin-top: 15px;
  font-weight: 600;
}

dl.sitemap dd {
  line-height: 1.2;
  font-size: 0.9em;
  padding-top: 10px;
}

/*お知らせのtable*/

table.news_list {
	font-weight: 600;
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.news_list th.date {
	width:20%;
}

table.news_list th {
	text-align: left;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background: #725661;
}

table.news_list td {
	text-align: left;
	padding: 10px;
}

/*会社概要のtable*/

table.company_prof {
	font-weight: 600;
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 5px solid #725661;
}

table.company_prof th {
	width:20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #725661;
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.company_prof td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*社長メッセージ*/

a.message_link:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*お問合せ*/

img.contact_t {
	width: 100%;
	max-width: 650px;
}

img.contact_m {
	width: 100%;
	max-width: 600px;
}
	

/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

ul {
	list-style-type: none;
}

ol {
	padding-left: 40px;
	padding-bottom: 15px;
}

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: green;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: none;
}

a:hover {
	color: #999;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*コンテナー（ホームページ全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	overflow-x: hidden;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
body#top header {
	max-width: 90%;	/*最大幅。#menubar、.contents、#pagetopと数字を合わせる*/
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: 100px;	/*ヘッダーの高さ*/
	text-align: center;	/*内容をセンタリング*/
}

body header {
	max-width: 90%;	/*最大幅。#menubar、.contents、#pagetopと数字を合わせる*/
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: 30px;	/*ヘッダーの高さ*/
	text-align: center;	/*内容をセンタリング*/
}

a.top_r_link {
	position: absolute;
	z-index: 1;
	max-width: 150px;
	margin-left: 150px;
	margin-top: 50px;
}

@media screen and (max-width:1300px){
a.top_r_link {
	margin-left: 120px;
}
}

@media screen and (max-width:1080px){
a.top_r_link {
	max-width: 120px;
	margin-left: 100px;
	margin-top: 30px;
}
}

@media screen and (max-width:800px){
body#top header, body header {
	max-width: 100%;
}
}

@media screen and (max-width:900px){
a.top_r_link {
	margin-left: 80px;
}
}

@media screen and (max-width:800px){
a.top_r_link {
	margin-left: 30px;
}
}

@media screen and (max-width:700px){
a.top_r_link {
	max-width: 100px;
}
}

@media screen and (max-width:500px){
a.top_r_link {
	max-width: 80px;
    margin-left: 20px;
    margin-top: 20px;
}
}



/*ロゴ画像*/

h1#logo {
	text-align: left;
}

#logo img {
	width: 100%;
	max-width: 150px;	/*画像幅*/
	padding-top: 25px;	/*画像の上にあける余白*/
}

body#top #logo_top img {
    max-width: 500px;
    padding-top: 200px;
    width: 100%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/

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

#menubar {
	max-width: 800px;	/*最大幅。#header、.contents、#pagetopと数字を合わせる*/
	position: relative;
	z-index: 2;
	height: 150px;		/*メニューブロックの高さ。ここを変更する場合、fixmenu.cssの「body.is-fixed .header」も変更する。*/
	padding: 10px 0;	/*上下、左右へあける余白。ここの10pxの数字を変更する場合、fixmenu.cssの「body.is-fixed .header」も変更する。*/
}

/*トップページのメニューブロックの設定*/

#top #menubar {
	bottom: 0px;
}

#menubar ul {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
}

#menubar li a {
	text-decoration: none;
	display: block;
}

     #menubar{  
      margin: 0 auto;  
      padding: 0;  
      width: 100%;
    }  
      
    #menubar ul{  
      list-style-type: none;  
      margin: 0;  
      padding: 0;  
    }
      
    #menubar li{  
      text-indent: -9999px;  
      float:left;  
      margin: 0;  
      padding: 0;  
    }
	
	#menubar li#menu1{  
      width: 153px;  
    }
	#menubar li#menu2{  
      width: 200px;  
    }
	#menubar li#menu3{  
      width: 150px;  
    }
	#menubar li#menu4{  
      width: 157px;  
    }
	#menubar li#menu5{  
      width: 140px;  
    }
      
    #menubar a{  
      display: block;  
      width: 100%;  
      height: 150px;  
      background-image: url(../images/menu.png);  
      background-repeat: no-repeat;  
    }  
      
    #menu1 a{background-position: 0 0;}  
    #menu2 a{background-position: -153px 0;}  
    #menu3 a{background-position: -353px 0;}  
    #menu4 a{background-position: -503px 0;}  
    #menu5 a{background-position: -660px 0;}  
      
    #menubar a:hover{  
      background-image: url(../images/menu.png);  
      background-repeat: no-repeat;  
    }  
      
    #menu1 a:hover{background-position: 0 -150px;}  
    #menu2 a:hover{background-position: -153px -150px;}  
    #menu3 a:hover{background-position: -353px -150px;}  
    #menu4 a:hover{background-position: -503px -150px;}  
    #menu5 a:hover{background-position: -660px -150px;}  

/*小さい端末用(画面幅800px以下)メニューを表示させない*/
#menubar-s {
	display: none;
}
	
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

}

hr.top_border {
	color: #f0f0f0;
	border: 5px solid;
}

h2.page_top {
	color: #8cc63f/*#725661*/;
	text-align: center;
	font-size: 250%;
	padding-top: 50px;
	margin-bottom: 50px;
}


/*top_contents
---------------------------------------------------------------------------*/

.top_contents_01 {
	text-align: center;
	margin-bottom: 80px!important;
	margin-top: 50px;
}

.top_contents_01 img {
	width: 100%;
	max-width: 700px;
	margin-top: 50px;
}

.top_contents_02 {
  width: 100%;
  padding-top: calc(376 / 1920 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/top_contents_02.png) center center / cover no-repeat;
}

.top_contents_03 {
	padding: 60px 0 40px 0;
	background-color: #f2f2f2;
	width: 100%;
	position: relative;
}

.top_contents_03 p {
	text-align: center;
	color: #725661;
	font-size: 110%;
    font-weight: 600;
	line-height: 1.7;
}

/* tree背景 */

.tree01 {
width: 100%;
position: static;
left: 0;
margin-left: 0;
}

.tree02 {
width: 100%;
position: static;
right: 0;
margin-right: 0;
}

.tree01 #tree-bg01 {
display: block;
position: absolute;
z-index: 5;
width: 450px;
height: 330px;
background: url(../images/top_contents_03_rbg.png) no-repeat -10px -10px;
background-position-x: -10px;
background-position-y: -10px;
top: -80px;
	
}

.tree02 #tree-bg02 {
display: block;
position: absolute;
z-index: 5;
height: 380px;
background: url(../images/top_contents_03_lbg.png) no-repeat -10px -10px;
background-position: right bottom;
top: 300px;
width: 100%;
}

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

.top_contents_04 {
margin: 60px auto 60px auto!important;
}

.top_contents_04 .top_contents_04_half1, .top_contents_04 .top_contents_04_half2 {
	width: 50%;
	float: left;
	text-align: center;
}

.top_contents_04 .top_contents_04_half1 img {
	width: 100%!important;
	padding: 30px;
	max-width: 400px;
}

.top_contents_04 .top_contents_04_half2 img {
	width: 100%;
	padding: 30px;
	max-width: 400px;
	float: right;
}

.top_contents_05 {
	margin: 60px auto 0px auto !important;
	background: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
}

.top_contents_05 a img {
	float: left;
	width: 31.333%;
	padding: 1%;
}

/*

.top_contents_05 {
	margin-top:30px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/top_contents_05.png);
	background-size: 1200px;
	height: 130px;
	display: none;
}

*/

footer {
	margin-top: 50px;
}

body#top footer {
	margin-top: 0;
}

footer .contents {
	padding: 60px 0 30px 0;
}

.footer_01 {
	width: 40%;
	float: left;
	text-align: left;
	line-height: 1.5!important;
}

.footer_01 h2 {
	margin-bottom: 15px;
	padding: 0px;
	background-color: transparent!important;
	border-radius: 0px;
	font-size: 180%;
}

.footer_01 h2 span {
	font-size: 90%;
}

.footer_02 {
	width: 20%;
	float: left;
}

.footer_02 nav.footer_nav {
	text-align: left;
}

.footer_03 {
	width: 40%;
	float: left;
}


/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	max-width: 1200px;	/*最大幅。#header、#menubar、#pagetopと数字を合わせる*/
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	font-size: 120%;
}

/*h2タグ*/
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	padding: 8px 20px;	/*上下、左右への余白*/
	background: #5b4b2b;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
	border-radius: 10px;	/*角丸のサイズ*/
}

/*h3タグ*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 6px 20px;	/*上下、左右への余白*/
	border-radius: 10px;		/*角丸のサイズ*/
	color: #fff;
	background: #725661;
	background-image: url(../images/bg.png);
	font-size: 150%;
	text-align: center;
}

/*h3タグのタイプ違い（MENUページのh3見出しに使用）*/
.contents h3.type2 {
	border: none;
	background: #333;	/*背景色*/
	color: #fff;		/*文字色*/
}

/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	background: none !important;
	border-radius: 0 !important;
	color: #5b4b2b !important;
	line-height: 1.3 !important;
	font-weight: normal !important;
	font-size: 50px !important;
	text-align: center !important;
	border: none !important;
	border-bottom: 1px dashed #5b4b2b !important;
	margin-bottom: 20px !important;
	letter-spacing: 0.2em !important;
	text-shadow: 8px 8px #eee !important;
}

/*段落タグ*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}

.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*メインコンテンツブロック*/
.main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ボックス幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
	float: left;	/*左に回り込み*/
	width: 20%;	/*幅*/
}

/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	padding-bottom: 10px;
	background: none;
	padding: 0;
	color: #666;
}

/*subコンテンツのh2タグの１文字目への設定*/
.sub h2::first-letter {
	border-left: 3px solid #b5b5b5;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}

/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}

.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 20px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f7f7f7;	/*背景色*/
	border: solid 1px #e4e4e4;	/*線の線種、幅、色*/
	border-radius: 10px;	/*角丸のサイズ*/
}

/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	max-width: 1200px;	/*最大幅。#header、#menubar、.contentsと数字を合わせる*/
	margin: 0 auto;
}

#pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;	/*上下、左右へのボックス内余白*/
	background: #5b4b2b;	/*背景色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}

/*マウスオン時*/
#pagetop a:hover {
	background: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #725661;	/*背景色*/
	background-image: url(../images/bg.png);
	color: #fff;			/*文字色*/
	text-align: center;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 110px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}

/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}

/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 17.5%;	/*ボックスの幅*/
	text-align: center;	/*内容をセンタリング*/
	float: left;
	margin: 0 0 15px 2%;	/*上、右、下、左へのボックスの外側へとるスペース*/
	font-size: 12px;
}

/*画像の設定*/
.list figure img {
	border-radius: 50%;	/*角丸のサイズ。配置画像が正方形であれば円形になります。*/
}

/*COUPONページ
---------------------------------------------------------------------------*/
/*ボックス*/
#coupon {
	position: relative;
}

/*段落タグ*/
#coupon p {
	position: absolute;
	left: 5%;	/*ボックスに対して左から5%の場所に配置*/
	top: 35%;	/*ボックスに対して上から35%の場所に配置*/
	width: 45%;	/*ボックスの幅*/
	color: #fff;	/*文字色*/
	text-shadow: 0px 0px 10px #000;	/*テキストの影*/
}

/*テーブル ta1
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 96%;
	margin: 0 2% 15px;
}

.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;		/*左よせ*/
	background: #eee;	/*背景色*/
}

/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}

/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 96%;
	margin: 0 2% 15px;
	border-top: 1px dashed #ccc;	/*上の線の幅、線種、色*/
}

.ta2 tr:nth-child(odd) {
	background: #f7f6f3;	/*奇数番目の行にだけ色をつける。古いブラウザは未対応。*/
}

.ta2 td,
.ta2 th {
	padding: 10px;	/*ボックス内の余白*/
	border-bottom: 1px dashed #ccc;	/*下の線の幅、線種、色*/
}

/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 200px;	/*幅*/
	text-align: left;	/*左寄せ*/
	vertical-align: top;	/*文字を上に寄せる*/
}

/*写真用*/
.ta2 img.menu-img {
	width: 150px;	/*画像の幅*/
	border-radius: 20px;	/*角丸のサイズ。この行を削除すれば通常の四角形になります。*/
	float: right;
}

/*価格用*/
.ta2 .price {
	white-space: nowrap;	/*途中で改行させない設定*/
	font-weight: bold;		/*太字*/
	text-align: right;		/*右寄せ*/
}

/*MENUページのページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 10px;
	text-align: center;
}

ul.navmenu li {
	display: inline;
}

ul.navmenu li a {
	background: url(../images/arrow1.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}

ul.navmenu li a:hover {
	background: url(../images/arrow1.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*一覧ページのボックスのマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 100px;
}

.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 100px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.p3p {padding: 3%;}
.pt70 {padding-top: 70px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #ff0000 !important;}
.color2 {color: #0000ff;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.w30p {width: 30% !important;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;margin-left: 1%;margin-bottom: 15px;width: 45%;}
.fl {float: left;margin-right: 1%;margin-bottom: 15px;width: 45%;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}
.dn {display: none;}
/*.mt-top {margin-top: -130px !important;}*/
.fs1 {font-size: 18px;}
.menu-top {text-align: right;}

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

/*全体の幅を一括設定
---------------------------------------------------------------------------*/
header,#menubar,.contents,#pagetop {
	margin: 0 3%;
}
	
h1#logo {
    text-align: center;
}
	
body header {
	height: 160px;
}

#menubar {
    margin: 0 auto !important;
	margin-top: 15px !important;
}
	
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
	

	
@media screen and (max-width:800px){
	
#mainimg {
    width: 100%!important;
}
	
hr.top_border {
	display: none;
}
	
.top_contents_01 img {
    width: 100%;
    max-width: 500px!important;
    margin-top: 0px!important;
}
	
.top_contents_01 {
    margin-bottom: 30px!important;
}
	
.contents {
	font-size: 100%;
}
	
.top_contents_03 {
    padding: 15px 0 10px 0;
}
		
.fs1 {
    font-size: 14px;
}
		
footer {
    margin-top: 0px!important;
}
		
.footer_01 {
    width: 70%;
}
		
.footer_02 {
    width: 30%;
}
		
.footer_03 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
		
h2.page_top {
    padding-top: 50px;
    margin-bottom: 0;
}
		
#menubar-s {
    padding-top: 50px!important;
}

}
	
	
	
	
/*その他幅の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
	

@media screen and (max-width:900px){
	
.top_contents_04 .top_contents_04_half1 img, .top_contents_04 .top_contents_04_half2 img {
	padding: 0;
	margin:15px;
}
	
.top_contents_04 .top_contents_04_half1 {
	float: left;
	width:45%;
	padding-left:2%;
	}
	
.top_contents_04 .top_contents_04_half2 {
	float: right;
	width:45%;
	padding-right:2%;
}

}



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

#menubar-s li a {
    line-height: 40px!important;
}

}



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

.fs1 {
    font-size: 12px!important;
}
	
.top_contents_04 .top_contents_04_half1 {
	float: left;
	width:100%;
	padding-left:0%;
	}
	
.top_contents_04 .top_contents_04_half2 {
	float: right;
	width:100%;
	padding-right:0%;
}
.top_contents_04 .top_contents_04_half1 a, .top_contents_04 .top_contents_04_half2 a {
	text-align: center;
	padding-left:0%;
}
	
.top_contents_04 .top_contents_04_half1 img {
	margin: 0 auto;
	float: left;
	padding:15px;
}
	
.top_contents_04 .top_contents_04_half2 img {
	margin: 50px auto 0 auto;
	float: right;
	padding:15px;
}

.top_contents_05 a img {
	width: 95%;
	padding: 15px;
}
	
footer .contents {
    padding: 30px 0 15px 0;
}

.footer_01 {
    width: 100%;
	text-align: center;
}
		
.footer_02 {
    width: 100%!important;
	text-align: center!important;
	margin-top:15px;
}
	
.footer_02 nav li {
	text-align: center;
}
	
h2.page_top {
	padding-top: 30px;
	margin-bottom: 15px;
}
	
body header {
    height: 200px;
}

.line {
    padding-bottom: 0px;
}
	
.contents p {
    padding: 0px 10px 10px;
}
	
.content_top {
    margin-top: 30px !important;
}
	
section {
	margin-bottom: 30px;
}
	
.waku {
    margin-top: 30px;
}
	
.margin-t50 {
    margin-top: 30px;
}
	
.margin-b50 {
    margin-bottom: 30px;
}
	
}	

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

	#menubar ul {
		display: none!important;
	}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	display: block!important;	/*小さい端末用(画面幅800px以下)メニューを非表示から表示に切り替える*/
	position: relative;z-index: 3;
	padding-top: 20px;
}
	
#top #menubar-s {
	margin-top: -100px;/*-130px;	/*上の「.mt-top」の数字と合わせる*/
	}
	
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;
	width: 48%;		/*幅*/
	margin: 0 1% 10px 1%;	/*上、右、下、左へ、メニューの外側に空けるスペース*/
}
	
#menubar-s li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 50px;		/*行間（高さ）*/
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: #f2f2f2;
	font-size: 120%;
	font-weight: 600;
}
	
/*大きな端末用(画面幅801px以上)メニューを非表示にする*/
#menubar {
	display: none!important;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
	
#menubar_hdr {
	display: none;/*block*/
	z-index: 4;
	position: absolute;
	top: 25px;		/*上から25pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
	
#top #menubar_hdr {
	display: none;/*block*/
	border: 1px solid #fff;	/*トップページでの枠線の幅、線種、色*/
}
	
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: none;/*block*/
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;			/*バー同士の余白*/
}
	
#top #menubar_hdr span {
	border-top: 3px solid #fff;	/*トップページでの枠線の幅、線種、色*/
	display: none;/*block*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	font-size: 40px !important;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #5b4b2b url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #5b4b2b url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	font-size: 14px;
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 140px;	/*幅*/
}
/*写真用*/
.ta2 img.menu-img {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub {display: none;}
.pt70 {padding-top: 0px;}

}



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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	text-align: left;	/*内容を左寄せに変更*/
}
/*ロゴ画像*/
#logo img {
	width: 220px;	/*画像幅*/
	padding-top: 50px;	/*画像の上にあける余白*/
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 30%;	/*ボックスの幅*/
}

/*COUPONページ
---------------------------------------------------------------------------*/
/*段落タグ*/
#coupon p {
	left: 0%;
	width: 90%;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 90px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*写真用*/
.ta2 img.menu-img {
	float: none;
	display: block;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
.fr,.fl {float: none;margin: 0;margin-bottom: 10px;width: 100%;}
.sh {display: block;}
.pc {display: none;}

}


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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.6;	/*行間*/
}

/*トップページ以外のメイン画像。
#subimgのcss設定はここのみです。あまりに画像が細長くなるので、一旦幅を200%にして中央のみ切り抜いています。
細長いまま全体を出したいならここのブロック全部削除して下さい。
---------------------------------------------------------------------------*/
#subimg {
	width: 200%;
	position: relative;
	left: -50%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 10px 0;
}
/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	font-size: 20px !important;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 47%;	/*ボックスの幅*/
}

/*テーブル ta2
---------------------------------------------------------------------------*/
.ta2 td,
.ta2 th {
	padding: 3px;	/*ボックス内の余白*/
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 100px;
}

/*MENUページのページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;
}
ul.navmenu li {
	display: block;
	padding: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.fs1 {font-size: 14px;}

}

/*エフェクト
---------------------------------------------------------------------------*/

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
