@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-size: 115%;
}

#main strong {
	font-size: 115%;
	color: #00a14b;
}

.caution {
	color: #ff0000;
}

.clr_red {
	color: #ff0000;
}


body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_body.jpg) repeat;
	text-align: center;
	font-size: 80%;
	font-family: "メイリオ","ヒラギノ角ゴ",sans-serif;
	color: #333333;
}

body#page_index {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	font-family: "メイリオ","ヒラギノ角ゴ",sans-serif;
	color: #333333;
}

#wrap {
	background: url('../images/bg_header.png') repeat-x;
}

#pagebody {
	width: 900px;
	margin: 0px auto;
	border-right: 0px solid #ADAED4;
	border-left: 0px solid #ADAED4;
	text-align: left;
	position: relative;
}

#wrap02{
	width: 900px;
	height: 700px;
	margin: 7px auto 0px;
	border-right: 0px solid #ADAED4;
	border-left: 0px solid #ADAED4;
	background: url("../images/bg_pagebody02.png") repeat-y;
}

/*ヘッダー****************************************************
**************************************************************
**************************************************************/
#header {
	width: 900px;
	height: 113px;
}

body#page_index #header {
	width: 900px;
	height: 113px;
}

#header h1 {
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}

#header #header_ci {
	width: 290px;
	height: 120px;
	position: absolute;
	top: 0px;	/*画像の上に空白あるのでtop:0pxで合う***/
	left: 0px;
}

#header #header_add {
	width: 230px;
	height: 40px;
	position: absolute;
	top: 29px;
	left: 670px;
}



/*グローバルナビ:*********************************************
**************************************************************
**************************************************************/
ul#globalnavi {
	width: 589px;
	height: 30px;
	clear: both;
	position: absolute;
	top: 75px;
	left: 310px;
}

/*body#page_index ul#globalnavi {
	width: 900px;
	height: 60px;
	clear: both;
	position: absolute;
	top: 75px;
	left: 0px;
}**/

ul#globalnavi li a img {
	display: block;
	height: 30px;
}

ul#globalnavi li {
	float: left;
	height: 60px;
	position: relative;
	list-style-type: none;
}

* html ul#globalnavi li{
    display:inline;
    zoom:1;
}
*+html ul#globalnavi li{
    display:inline;
    zoom:1;
}



/*メイン:*********************************************
**************************************************************
**************************************************************/
#main {
	float: left;
	width: 665px;
	margin-top:7px;
	background: url("../images/bg_pagebody.png") repeat-y;
	padding-bottom: 100px;
}

#page_guide #main,
#page_access #main {
	height: 1100px;
}

#main .para {
	clear: both;
	margin: 0px 0px 50px;
	/*overflow: auto;*/
}

/***************************************/
#main #index_top{
	width: 650px;
	height: 398px;
}

#main #index_top #topimg{
	position: absolute;
	top: 130px;
	left: 5px;
}

#main #index_top #topbtn01{
	position: absolute;
	top: 431px;
	left: 5px;
}

#main #index_top #topbtn02{
	position: absolute;
	top: 431px;
	left: 325px;
}

img#topimg02{
	position: absolute;
	top: 870px;
	left: 450px;
}


/***************************************/
div#pht_11{
	position: absolute;
	top: 340px;
	left: 380px;
}

img#pht_12{
	position: absolute;
	top: 490px;
	left: 40px;
}

/***************************************/
#pht_21{
	position: absolute;
	top: 250px;
	left: 340px;
}

/***************************************/
img#pht_32{
	position: absolute;
	top: 985px;
	left: 300px;
}

/***************************************/
img#pht_41{
	position: absolute;
	top: 385px;
	left: 420px;
	width: 200px;
}

/***************************************************************/
#main .para p {
	padding: 5px 0px 0px 40px;
	margin-bottom: 20px;
	line-height: 140%;
}



#main .para ul li {
	margin: 0px 20px 0px;
}

#main h2 {
	clear: both;
	height: 80px;
	margin: 0px 0px 40px;
}

#page_index #main h2 {
	clear: both;
	height: 60px;
	margin: 0px 0px 10px;
}

#main h3 {
	/*background: url("../images/mrk_h3.jpg") no-repeat 0% 10%;*/
	/*text-indent: 20px;*/
	/*margin-left: 10px;*/
	color: #006933;
	font-weight: bold;
}


.tbl  {
	clear: both;
}

.tbl p img {
	display: block;
	float: left;
	margin: 0px 10px 20px 0px;
}





.link_pagetop {
	clear: both;
	width: 665px;
	height: 250px;
	background-image: url('../images/bg_backbottom.png');/***この設定で画面最下部のbg_pagebody.pngが途切れるのを防ぐ？****/
	text-align: right;

}

.link_pagetop a {
	background: url('../images/mrk_arw_02.png') no-repeat 0% 3px;
	padding: 0px 15px 0px 16px;
	color: #5A3D1B;
}




address {
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-style: normal;
	font-family: "メイリオ","ヒラギノ角ゴ",sans-serif;
	background: #9fcb3a;
	height: 20px;
	color: #ffffff;
}



/*サイド:*********************************************
**************************************************************
**************************************************************/

#side {
	float: right;
	width: 230px;
	padding-top: 3px;
}

#side .para {
	clear: both;
	margin-bottom: 5px;
}

#info {
	height: 183px;
	background: url("../images/bg_info.png");
	padding: 20px 20px;
}

#info p {
	margin: 0px 0px 10px;
	line-height: 120%;
}

#update {
	height: 60px;
	border: 1px solid #abaaaa;
	padding: 6px;
	overflow: auto;
}

#update dt {
	color: #006933;
	font-weight: bold;
	background: url("../images/mrk_leaf.jpg") no-repeat 0% 20%;
	text-indent: 15px;
}

#update dd {
	padding: 0px 0px 0px 10px;
}






/*バナーのロールオーバーを透明度で変化******************
**************************************************************
**************************************************************/
#main a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#side a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*ＣＩの透明度は変化させない**************
#header_ci a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}****/

a:hover {
	color: #339999;
}




/*リスト******************
**************************************************************
**************************************************************/

/*whatsnewのスクロール部分*********/
.scrollarea {
	overflow: auto;
	height: 100px;　　/**scrollarea項目が増えたら設定して、スクロールさせる**/
	margin-bottom: 30px;
}


dl.lst_01 {
	margin: 10px 0px;
}

dl.lst_01 dt {
	float: left;
	clear: both;
	margin-bottom: 5px;
	padding: 0px 15px 0px 35px;
	font-size: 100%;
	color: #970f00;
	/*background: url("../images/mrk_texthead.png") 0% 50% no-repeat;*/
}

dl.lst_01 dd {
	margin-bottom: 5px;
	padding: 0px 0px 5px 120px;
	/*border-bottom: 1px dotted #F7CEAA;*/
}

ul.lst_02 {
	float: left;
	clear: both;
	padding: 0px 0px 50px 30px;
}
ul.lst_02:first-of-type {

	padding: 0px 0px 10px 30px;
}



ul.lst_02 li {
	padding: 0px 10px 0px;
	font-size: 90%;
	color: #970f00;
	list-style-type: none;
	background: url("../images/mrk_texthead02.png") 0% 4px no-repeat;
}


/****************************/

ul.lst_03 {
	width: 400px;
	margin: 10px 0px 0px 30px;
}

ul.lst_03 li {
	padding: 0px 10px 10px 30px;
	font-size: 90%;
	color: #333333;
	list-style-type: none;
	line-height: 150%;
	vertical-align: top;
	border-bottom: 1px dotted #F7CEAA;
}

/****************************************************************************************************************
プライスリストの設定******************************************************************************************************/
table.tbl_01 {
	border-collapse: collapse;
	margin: 5px 0px 10px 50px;
	font-size: 100%;
}

table.tbl_01 td.leftcell {
	width: 160px;
}

table.tbl_01 td.centercell {
	width: 250px;
}
	
table.tbl_01 thead td span{
	/***font-size: 80%;***/
	line-height: 150%;
	vertical-align: top;
	background-color: #37b34a;
	color: #ffffff;
	padding: 1px 3px;
}


table.tbl_01 tbody td {
	/***font-size: 80%;***/
	line-height: 150%;
	vertical-align: top;
	border-bottom: 1px dotted #F7CEAA;
}

table.tbl_01 tbody td.leftcell {
	color: #90644a;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
	/*background: url("../images/mrk_texthead.png") 0% 13px no-repeat;*/
}

table.tbl_01 tbody td.leftcell a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}

table.tbl_01 tbody td.leftcell a:hover {
	color: #FF9900;
}

table.tbl_01 tbody td.centercell {
	width: 195px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	color: #333333;
}

table.tbl_01 tbody td.rightcell {
	padding: 10px 0px 10px 10px;
	color: #333333;
}



/**********************/

table.tbl_02 {
	border-collapse: collapse;
	margin: 5px 0px 30px 50px;
	font-size: 100%;
}



table.tbl_02 td {
	/***font-size: 80%;***/
	line-height: 150%;
	vertical-align: top;
	border-bottom: 1px dotted #F7CEAA;
}

table.tbl_02 td.leftcell {
	width: 180px;
	color: #90644a;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
	/*background: url("../images/mrk_texthead.png") 0% 13px no-repeat;*/
}

table.tbl_02 td.leftcell a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}

table.tbl_02 td.leftcell a:hover {
	color: #FF9900;
}

table.tbl_02 td.rightcell {
	padding: 10px 0px 10px 10px;
	color: #333333;
}








/*********************************/
/*mainのインスタグラム*/
/* バナー全体の枠組み */
.insta-banner-container {
  max-width: 600px; /* バナーの最大横幅（サイトに合わせて調整してください） */
  margin: 40px auto; /* 上下の余白（中央寄せ） */
  padding: 0 20px; /* スマホ時の左右の余白 */
  box-sizing: border-box;
}

/* リンクエリア全体の設定 */
.insta-banner-link {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D); /* インスタ風のグラデーション */
  padding: 20px 24px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff !important; /* 文字色は強制的に白 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; /* マウスを乗せた時のアニメーション */
}

/* マウスを乗せた時に少し浮き上がる動き */
.insta-banner-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  opacity: 0.95;
}

/* 左側のアイコンエリア */
.insta-banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2); /* 白い半透明の円 */
  border-radius: 50%;
  margin-right: 18px;
  flex-shrink: 0;
}

/* CSSだけで描く簡易インスタ風カメラマーク */
.insta-camera {
  display: block;
  width: 20px;
  height: 20px;
  border: 2.5px solid #ffffff;
  border-radius: 6px;
  position: relative;
}
.insta-camera::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border: 2.5px solid #ffffff;
  border-radius: 50%;
}

/* 中央のテキストエリア */
.insta-banner-text {
  flex-grow: 1;
  text-align: left;
}

/* 小さな英語テキスト */
.insta-sub {
  margin: 0 0 2px 0 !important;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

/* 大きな日本語テキスト */
.insta-main {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.4 !important;
}

/* 右端の矢印 */
.insta-banner-arrow {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  opacity: 0.7;
}

/* スマホ用の微調整 */
@media (max-width: 480px) {
  .insta-banner-link {
    padding: 16px;
  }
  .insta-main {
    font-size: 14px !important;
  }
}





/* 幅230pxのサイドバー専用コンテナ */
.side-insta-box {
  width: 230px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  font-family: sans-serif;
}

/* タイトル */
.side-insta-title {
  margin: 0 0 12px 0 !important;
  font-size: 15px !important;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.05em;
}

/* QRコードの台座 */
.side-insta-qr {
  width: 140px;
  height: 140px;
  margin: 0 auto 12px auto;
  background: #fff;
  /* border: 1px solid #eaeaea; */
  /* padding: 8px; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-insta-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 説明文 */
.side-insta-lead {
  margin: 0 0 14px 0 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #666666;
}

/* 直リンクボタン */
.side-insta-btn {
  display: block;
  background: linear-gradient(135deg, #405DE6, #C13584, #FD1D1D); /* インスタグラデーション */
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

/* マウスホバー時 */
.side-insta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}