@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Sawarabi+Mincho:wght@400&family=Sawarabi+Gothic:wght@400&family=Kosugi+Maru:wght@400&family=Kosugi:wght@400&family=Yusei+Magic:wght@400&family=Hachi+Maru+Pop:wght@400&family=Potta+One:wght@400&family=DotGothic16:wght@400&family=RocknRoll+One:wght@400&family=Stick:wght@400&family=Shippori+Mincho:wght@400;500;600;700;800&family=Reggae+One:wght@400&family=Dela+Gothic+One:wght@400&family=Rampart+One:wght@400&family=Kiwi+Maru:wght@300;400;500&family=Kaisei+Tokumin:wght@400;500;700;800&family=Yomogi:wght@400&family=Train+One:wght@400&display=swap');
/*セミオリジナルテンプレート用設定項目*/
/*1.全体背景色:*/
body {background-color:#F2FFD9;}
#background {background-color:#F2FFD9;} 
/*2.全体枠線色*/
#box {border-color:#3C9318;}
/*3.メイン画像背景色*/
/*レイアウトの都合上、(1)と同じ*/
/*4.メイン画像*/
body {background-image:url(../img/171_2_bg.jpg); background-attachment:fixed;}
#background {background-image:url(../img/171_2_bg.jpg);}
/*5.コンテンツ部背景色*/
#content,#content_nosidebar {background-color:#FFFFFF;}
/*5-2.コンテンツ(サイド)部背景色*/
#sidebar {background-color:#FFFFFF;}
/*5-3.コンテンツ(フッター)部背景色*/
#footer {background-color:#FFFFFF;}
/*6.コンテンツ部枠線色*/
#content,#content_nosidebar {border-color:#E4E4E4;}
/*6-2.コンテンツ(サイド)部枠線色*/
#sidebar {border-color:#E4E4E4;}
/*6-3.コンテンツ(フッター)部枠線色*/
#footer {border-color:#E4E4E4;}
/*7.上部メニュー画像*/
#menu {background-image:url(../img/171_2_menu.png);}
/*8.上部メニュー画像（マウスオーバー時）*/
#menu li:hover, #menu li.cntmenu_over {background-image:url(../img/171_2_menu-hover.png);}
/*9.上部メニュー文字色*/
#menu li a {color:#333333;}
/*10.上部メニュー文字色（マウスオーバー時）*/
#menu ul li a:hover, #menu li.cntmenu_over a {color:#FFFFFF;}
/*11.左部親ページメニュー画像*/
#sidebar a.sn_01 {background-image:url(../img/171_2_side1.png);}
/*12.左部親ページメニュー画像（マウスオーバー時）*/
#sidebar a.sn_01:hover, #sidebar a.sn_01_over{background-image:url(../img/171_2_side1-hover.png);}
/*13.左部子ページメニュー画像*/
#sidebar a.sn_01_01 {background-image:url(../img/171_2_side2.png);}
/*14.左部子ページメニュー画像（マウスオーバー時）*/
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over{background-image:url(../img/171_2_side2-hover.png);}
/*15.左部メニュー文字色*/
#sidebar a.sn_01 { color : #333333;}
#sidebar a.sn_01_01 { color : #333333;}
/*16.左部メニュー文字色（マウスオーバー時）*/
#sidebar a.sn_01:hover, #sidebar a.sn_01_over{ color : #333333;}
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over { color : #333333;}
/*17.ページ全体リンク色*/
a {color:#0000FF;}
/*19.ページ全体リンク色（訪問後）*/
a:visited {color:#810081;}
/*18.ページ全体リンク色（マウスオーバー時）*/
a:hover {color:#0000FF;}

/*19.スマホパネル背景色 */
#titleBar {background: #2F7313;}
/*20.スマホ時メニュー背景色 */
#navPanel {background: #1F1F1F;}
/*21.スマホ時メニュー親ページ文字色 */
#navPanel .link.depth-0 {color: #FFFFFF;}
/*22.スマホ時メニュー子ページ文字色 */
#navPanel .link.depth-1 {color: #FFFFFF;}

/*html body*/
html {
	height:100%;
}
body{
	display    : block !important;
	margin:0;
	padding:0;
	font-family: "メイリオ", Meiryo,Verdana, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-position:center 0;
	background-repeat:no-repeat;
	animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
		}

/*page*/
#page {
	padding:0 0 10px 0;
	text-align:left;
	position: relative;
}

/* Header */
#header {
	margin:0;
	padding:5px 0px;
}

/* Photo */
#photo {
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:no-repeat;
}
#photo #img {
	background-position: top;
	background-repeat: no-repeat;
}

/*box*/
#box {
	margin:0;
	border-style:solid;
	border-width:1px;
	background:url(../img/white-trans.png);
}

/* Menu */
#menu-wrapper {
	top       : 0;
	left      : 0;
	width     : 100%;
}
#menu {
	padding:0;
	background-position:0 0;
	background-repeat:repeat;
	line-height:2em;
	font-size:85%;
	letter-spacing:0.01em;
}
#menu > ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
#menu > ul > li {
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:186px;
	height:40px;
	line-height:1em;
}
#menu > ul > li > a {
	margin:0;
	padding:14px 0 6px 0;
	display:block;
	width:186px;
	height:20px;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}
#menu li span {
	margin:0;
	padding:0;
}
#menu > ul > li > ul {
	display: none;
}

/* Main */
#main {
	position  : relative;
}
#main #mobile, #cnt_btmbt{
	width:75px;
}
#main #mobile a, #cnt_btmbt a{
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:75px;
	height:24px;
	background:url(../img/mobile.gif) 0 0 no-repeat;
}

/* content */
#content{
	margin:0 0 10px 10px;
	border-style:solid;
	border-width:1px;
}
#content_nosidebar{
	margin:0 0 10px 0;
	border-style:solid;
	border-width:1px;
}
/* Sidebar */
#sidebar{
	margin:0 0 10px 0;
	width:260px;
	border-style:solid;
	border-width:1px;
}

.sidemenu {
	margin:0;
	padding:0;
}
.sidemenu > li > ul {
	margin:0 0 0 20px;
	padding:0;
}
.sidemenu li {
	list-style:none;
	overflow  :hidden;
	margin:0 0 5px 0;
	padding:0;
	width:240px;
}
.sidemenu > li {
	line-height:2em;
	font-size:85%;
	letter-spacing:0.01em;
}
.sidemenu li > ul > li{
	margin:5px 0 0 0;
	height:35px;
}
#sidebar a.sn_01, #sidebar a.sn_01_over {
	position: relative;
	display: inline-block;
	margin:0;
	padding:15px 0 5px 30px;
	width:210px;
	height:20px;
	line-height:1em;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
}
#sidebar a.sn_01:hover, #sidebar a.sn_01_over{
	font-weight:bold;
}
#sidebar a.sn_01_01, #sidebar a.sn_01_01_over{
	position: relative;
	display: inline-block;
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0;
	padding:12px 0 8px 20px;
	width:200px;
	height:15px;
	line-height:1em;
	text-decoration:none;
	overflow:hidden;
}
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over {
	font-weight:bold;
}

.sidebar_inn > table {
	border-collapse:collapse;
	border:0px;
}
.sidebar_inn > table > tr {
	padding:0px;
}
.sidebar_inn > table > tr > td {
	padding:1px;
}
/* Footer */
#footer {
	margin:0;
	text-align:left;
	clear:both;
	border-style:solid;
	border-width:1px;
}
#footer header h2 {
	color: #FFF !important;
}
#footer header .byline {
	color: rgba(255,255,255,.2);
}

/* Cart */
#CartArea{
	width:100% !IMPORTANT;
	height:auto !IMPORTANT;
	overflow:auto !IMPORTANT;
}
#CartFrame{
	width:100% !IMPORTANT;
	height:2500px !IMPORTANT;
}

/* titlebar */
#titleBar .title a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-weight: 300;
	text-decoration: none;
}		
#titleBar .tag {
	display: none;
}
#titleBar .toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 60px;
}
#titleBar .toggle:after {
	content   : '';
	display   : block;
	width     : 20px;
	height    : 12px;
	position  : absolute;
	left      : 10px;
	top       : 15px;
	background: url('images/toggle.svg') 0px 0px no-repeat;
	opacity   : 0.5;
}
#titleBar .toggle:active:after {
	opacity: 0.75;
}

/* navpanel*/
#navPanel .link{
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 44px;
	border-top: solid 1px;
	border-color: rgba(255,255,255,.05);
	padding: 0 1em 0 1em;
	letter-spacing: 1px;
}
#navPanel .link:first-child {
	border-top: 0;
}
#navPanel .indent-1 {
	display: inline-block; width: 1em;
}

/* Form */
.submit_resp {
	-moz-border-radius   : 1em ;
	-webkit-border-radius: 1em;
	border-radius        : .3em ;
	font-size            : 16px;
	padding              : .6em 20px;
	min-width            : .75em;
	position             : relative;
	text-overflow        : ellipsis;
	overflow             : hidden;
	white-space          : nowrap;
	zoom                 : 1;
	border               : 1px solid #ccc;
	background           : #eee;
	font-weight          : bold;
	color                : #222 ;
	text-shadow          : 0 1px 0 #ffffff ;
	background-image     : -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f1f1f1 ));
	background-image     : -webkit-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :    -moz-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :     -ms-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :      -o-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :         linear-gradient( #ffffff, #f1f1f1 );
}
.submit_resp:hover {
	border          : 1px solid #bbb;
	background      : #dfdfdf;
	font-weight     : bold;
	color           : #222;
	text-shadow     : 0 1px 0 #ffffff ;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 ), to( #e0e0e0 )); 
	background-image: -webkit-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:    -moz-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:     -ms-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:      -o-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:         linear-gradient( #f6f6f6, #e0e0e0);
}
.submit_resp:active {
	-moz-box-shadow   : 0px 0px 12px #387bbe ;
	-webkit-box-shadow: 0px 0px 12px #387bbe ;
	box-shadow        : 0px 0px 12px #387bbe ;	
}

.text_resp {
	-moz-border-radius   : .6em ;
	-webkit-border-radius: .6em ;
	border-radius        : .2em ;
	border               : 1px solid #aaa;
	color                : #333333;
	text-shadow          : 0 1px 0 #fff ;
	background           : #f9f9f9 ;
	background-image     : -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 ), to( #eeeeee ));
	background-image     : -webkit-linear-gradient( #f9f9f9 , #eeeeee );
	background-image     :    -moz-linear-gradient( #f9f9f9 , #eeeeee);
	background-image     :      -ms-linear-gradient( #f9f9f9, #eeeeee);
	background-image     :       -o-linear-gradient( #f9f9f9, #eeeeee);
	background-image     :          linear-gradient( #f9f9f9, #eeeeee);
	
	background-image: none;
	padding         : .4em;
	margin          : .5em;
	line-height     : 1.4;
	font-size       : 16px;
	width           : 90%;
	outline         : 0;
}
.text_resp:focus {
	-moz-box-shadow   : 0px 0px 12px #387bbe ;
	-webkit-box-shadow: 0px 0px 12px #387bbe ;
	box-shadow        : 0px 0px 12px #387bbe ;	
}

table{
        }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
