@charset "utf-8";
@import url("reset.css");
/*----------------------------------------------------------*/
body {
  	background-color:#ffffff;
/*
	background-image:url("../img/wall_s2.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
*/
	color:#000000;
	text-align: center;
	font-size: 14pt;
	line-height: 1.8;
	margin:0px;
/*
    font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
*/
    font-family:'Noto Serif JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}
@media screen and (max-width: 800px){
body {
	font-size: 13pt;
	line-height: 1.6;
}
}
@media screen and (max-width: 600px){
body {
	font-size: 12pt;
	line-height: 1.4;
}
}
/*----------------------------------------------------------*/
/*基準を1rem=10pxに設定*/
html {
    /*font-size: 62.5%;*/
    font-size: 71%;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.Fs_S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.Fs-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.Fs-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

/*----------------------------------------------------------*/
	.spv{
		display: none;
	}
	.pcv{
		display:inline;
	}
	#sp_menu{
		display: none;
	}
@media screen and (max-width: 800px){
	.spv{
		display: inline;
	}
	.pcv{
		display: none;
	}
	#sp_menu{
		display: block;
		width: 100%;
		height:auto;
	}
}
/*----------------------------------------------------------*/
a:link { color:rgba(57,38,19,1.00); } 
a:visited { color:rgba(57,38,19,1.00); } 
a:hover { color:rgba(57,38,19,1.00); } 
a:active { color:rgba(57,38,19,1.00); }
img {
    border-style:none;
	vertical-align:bottom;
	font-size:0px;
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------------*/
.fs08 {	font-size:8pt; line-height:10pt;}
.fs09 {	font-size:9pt; line-height:12pt;}
.fs10 {	font-size:10pt;line-height:14pt;}
.fs12 {	font-size:12pt;line-height:16pt;}
.fs13 {	font-size:13pt;line-height:17pt;}
.fs14 {	font-size:14pt;line-height:18pt;}
.fs16 {	font-size:16pt;line-height:20pt;}
.fs18 {	font-size:18pt;line-height:22pt;}
.fs20 {	font-size:20pt;line-height:26pt;}
.fs24 {	font-size:24pt;line-height:30pt;}
.fs26 {	font-size:26pt;line-height:32pt;}
.fs28 {	font-size:28pt;line-height:34pt;}
.fs30 {	font-size:30pt;line-height:36pt;}
.fs32 {	font-size:32pt;line-height:40pt;}
.annotation{ font-size: 10pt;color:#ff0000;line-height: 14pt;}
@media screen and (max-width: 800px){
	.annotation{ font-size: 8pt;color:#ff0000;line-height: 12pt;}
}
.lh10 { line-height:10pt;}
.lh12 { line-height:12pt;}
.lh14 { line-height:14pt;}
.lh16 { line-height:16pt;}
.lh18 { line-height:18pt;}
.lh20 { line-height:20pt;}
.lh22 { line-height:22pt;}
.lh24 { line-height:24pt;}
.lh26 { line-height:26pt;}
.lh28 { line-height:28pt;}
.lh30 { line-height:30pt;}
.lh32 { line-height:32pt;}
.lh34 { line-height:34pt;}

.c_bk{color:#000000;}
.c_wh{color:#ffffff;}
.c_rd{color:#ff0000;}
.c_pink{color:#FF007E;}
.c_bl{color:#0000ff;}
.c_lbl{color:#0090ff;}
.c_dr{color: #A7003E;}
.c_gr{color: #005706;}
/*-----------------------------
	- clearance
-----------------------------*/
.clearance{		clear:both;	height:0px;}
.clearance02{	clear:both;	height:2px;}
.clearance05{	clear:both;	height:5px;}
.clearance10{	clear:both;	height:10px;}
.clearance20{	clear:both;	height:20px;}
.clearance30{	clear:both;	height:30px;}
.clearance40{	clear:both;	height:40px;}
.clearance50{	clear:both;	height:50px;}
.clearance60{	clear:both;	height:60px;}
.clearance80{	clear:both;	height:80px;}
.clearance100{	clear:both;	height:100px;}
.clearance130{	clear:both;	height:130px;}
.clearance150{	clear:both;	height:150px;}
.clearance200{	clear:both;	height:200px;}
.cl50{ clear: both;height: 50px;}
.pacio_variable{
    clear:both;	
    height: 5vw;
}
@media screen and (max-width: 800px){
    .cl50{ clear: both;height: 20px;}
    .pacio_variable{
        clear:both;	
        height: 20px;
    }
}

.BG_white{background-color:rgb(255,255,255);}
.BG_gray{background-color:rgb(239,235,231);}

.MetodoBox_w{
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    margin-left: auto;
    margin-right: auto;
}
.MetodoBox_g{
    width: 100%;
    background-color: rgba(239,235,231,1.0);
}
.InlineBox{
   	width: calc(100% - 20px);
	max-width: 1400px;
	margin: 0 auto;
    text-align: center; 
}

.HM_bg{
    width: calc(100% - 40px);
    height: auto;
    background-image: url("../img/hand_bg.jpg");
    background-size: cover;
    padding: 5px 20px 5px 20px;
}
/*-----------------------------
	- shadow
-----------------------------*/
.shadow1b{ 
text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
}
.shadow2b{ 
text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
.shadow1w{ 
text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.shadow2w{ 
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
#PCLogo{
	position: relative;
	display: inline-block;
	width: 100%;
}
#PCLogo #logo{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 100;
	width: 100%;
	text-align: center;
	height:auto;
}
#PCLogo #logo img{
	width: 50%;
	max-width: 500px;
	height: auto;
	margin-top: 7%
}
@media screen and (max-width: 1000px){
	#PCLogo #logo img{
		margin-top: 5%
	}
}
/*-----------------------------
	- タイトルバー
-----------------------------*/
.c_title{
	position: relative;
	width:100%;
	height:auto;
	min-height:50px;
/*    background-image:url("../img/titlebg.png") ;*/
	display: block;
	margin: 0px;
	border-bottom: 1px #9F9F9F solid;
	margin-bottom: 20px;
}
.jtitle{
	position: absolute;
	left:5px;
	top:0px;
	width:auto;
	height:auto;
	min-height:50px;
	line-height: 50px;
	font-size: 30px;
	color: #000000;
	display: inline-block;
text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
/*
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
*/
}
.etitle{
	position: absolute;
	right:5px;
	top:10px;
	height:auto;
	min-height:50px;
	width: auto;
	line-height: 50px;
	font-size: 10pt;
	color: #000000;
	display: inline-block;
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 800px){
.c_title{
	position: relative;
	width:100%;
	height: auto;
	min-height:30px;
/*    background-image:url("../img/titlebg.png") ;*/
	display: block;
	margin: 0px;
	border-bottom: 1px #9F9F9F solid;
	margin-bottom: 20px;
}
.jtitle{
	position: static;
	width:calc(100% - 5px);
	height: auto;
	min-height:30px;
	line-height: 30px;
	font-size: 24px;
	text-align: left;
	margin-left: 5px;
	color: #000000;
	display: block;
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
.etitle{
	position: static;
	width:calc(100% - 5px);
	height:auto;
	min-height:20px;
	line-height: 20px;
	font-size: 10pt;
	text-align: left;
	margin-left: 5px;
	color: #000000;
	display: block;
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
}
.c_mark{
	position:absolute;
	left:4px;
	top:6px;
	width:17px;
	height:17px;
}
/*----------------------------------------------------------*/
#SpHeader{
	width: 100%;
	height:80px;
	position: fixed;
	top:4px;
	left:0px;
	text-align: left;
/*	background-color: rgba(0,0,0,0.7);*/
	background-color: rgba(255,255,255,0.6);
	z-index: 9999;
	transition: .5s;
}
#SpHLogo{
    width: 80%;
	max-width: 400px;
	height:auto;
	float: left;
	display: inline-block;
}
#SpHeader table{
	width: 100%;
	height:80px;
	border: none;
}
#SpHeader table tr td{
	font-size: 14pt;
	color: #ffffff;
}
#SpHeader table tr td a{
	color: #ffffff;
	text-decoration: none;
}
/*----------------------------------------------------------*/
/*-- スマホ用メニュー --*/
/*----------------------------------------------------------*/
#S_Menu{
    z-index: 99999;
}
#slide_menu{
    position: absolute;
	top: 10px;
    right: -250px;
    width: 250px;
/*    height: 400px;*/
    background-color: rgba(255,255,255,0.9);
    z-index:100;
	text-align:center;
    overflow-x: hidden;
    }
    
#shmenu{
    position: absolute;
    top: 30px;
    width: 36px;
    right: 0px;
    font-size: 8pt;
    text-align: center;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
    font-family:'Noto Serif JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
    color:rgb(57,38,19);
}
#drawermenu{
/*    width: calc(100vw - 50px);*/
    width: 300px;
    height: auto;
    display: inline-block;
/*    background-image: url("../../img/bg_footer.jpg");*/
    background-color: rgba(255,255,255,0.9);
    z-index: 100;
}
#drawermenu ul{
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
#drawermenu ul li{
    list-style: none;
    width: 300px;
/*	width:calc(50% - 4px);*/
	height:35px;
	text-align:center;
/*	color:#000000;*/
    color:rgba(57,38,19,1.00);
	font-size:16pt;
	line-height:35px;
/*	font-family:"Times New Roman", Times, "serif";*/
    font-family:'Noto Serif JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    margin: 2px 2px 2px 4px;
}
.mainmenu{
    width: 100%;
    height: auto;
    display: inline-block;
}
.mainmenu ul{
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
.mainmenu ul li{
    list-style: none;
	width:calc(50% - 4px);
	height:40px;
	text-align:center;
/*	color:#000000;*/
    color:rgba(57,38,19,1.00);
	font-size:14pt;
	line-height:40px;
    display: inline-block;
    margin: 2px;
}


#drawermenu .mt{
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
    z-index:100;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e8e8e8), color-stop(1.00, #bababa));
background: -webkit-linear-gradient(#e8e8e8, #bababa);
background: -moz-linear-gradient(#e8e8e8, #bababa);
background: -o-linear-gradient(#e8e8e8, #bababa);
background: -ms-linear-gradient(#e8e8e8, #bababa);
background: linear-gradient(#e8e8e8, #bababa);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}
.mt{
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
    z-index:100;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e8e8e8), color-stop(1.00, #bababa));
	background: -webkit-linear-gradient(#e8e8e8, #bababa);
	background: -moz-linear-gradient(#e8e8e8, #bababa);
	background: -o-linear-gradient(#e8e8e8, #bababa);
	background: -ms-linear-gradient(#e8e8e8, #bababa);
	background: linear-gradient(#e8e8e8, #bababa);
}
.mt a{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#000000;
	line-height:35px;
	margin-bottom:1px;
	list-style:none;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    z-index:100;
	text-decoration:none;
    display: block;
}
.mt .Js{
	font-family: 'Noto Serif JP', serif;
	font-size: 8pt;
	display: inline-block;
	margin-left: 5px;
	line-height:35px;
}
.cl{
	width:240px;
	height:35px;
	text-align:center;
	background-color: rgba(31,44,93,0.7);
	color:#FFFFFF;
	font-size:16pt;
	line-height:40px;
	margin-bottom:1px;
	list-style:none;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.upsidemenu{
	display:none;
}
#sp_menu{
	display:block;
}
.drawer-menu li {
	height:40px;
	font-size:14pt;
	line-height:40px;
	display:block;
	list-style:none;
}
.drawer-menu li a{
	width:100%;
	height:40px;
	font-size:14pt;
	line-height:40px;
}
.bg_box{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url("../bg_footer.jpg");
    padding-bottom: 10px;
    padding-top: 10px;
}
/*-----------------------------------------------------------------------------------*/
#HeadUp{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:4px;
	background-color: rgb(57,38,19);
	border-top: 1px #6E4600 solid;
}
#HeaderBar{
	position: fixed;
	/*top:4px;*/
	left:0px;
    width: 100%;
    height:120px;
    margin: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 9999;
	transition: .5s;
}
.hide {
  transform: translateY(-200px);
}
#HeadInner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
#HLogo{
	margin-top:20px;
	width: 260px;
	height:120px;
	float: left;
	display: inline-block;
}
#HMenu{
	float: right;
	width: calc(100% - 270px);
}
#HMenu ul{
	width: 100%;
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	display: table;
	height:120px;
	margin-top: 5px;
}
#HMenu ul li{
	list-style: none;
	height:120px;
	width: 12.8%;
	font-size: 14pt;
	line-height: 14pt;
	display:table-cell;
	vertical-align: middle;
/*	font-family: "Times New Roman", Times, "serif";*/
	text-align: center;
}
#HMenu ul li .Em{
	font-size: 8pt;
	line-height: 8pt;
	display: block;
    font-family:'Noto Serif JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin-bottom: 4px;
}
#HMenu ul li a{
	text-decoration: none;
	color:rgb(79,62,48);
	display: block;
}
#OpenTime{
	width: 100%;
	height:30px;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	color:rgba(53,29,10,1.00);
/*	font-family: "Times New Roman", Times, "serif";*/
    font-family:'Noto Serif JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1000px){
#HMenu ul li{
	font-size: 10pt;
	line-height: 12pt;
}
}

#menu_bar{
    width: 100%;
    height:50px;
    background-image: url("../img/header/menubar.png");
    background-position: 50% top;
}
#h_menu {
    width: 1240px;
    margin: 0 auto;
    display: block;
}
#h_menu ul{
    font-size: 0pt;
    line-height: 0pt;
    width: 100%;
}
#h_menu ul li{
    text-align: center;
    display: inline-block;
}

/*---------------------------------------------------------
ヘッダースライダー
---------------------------------------------------------*/
#TopSlide{
	position: fixed;
	top: 124px;
	left: 0px;
	width: 100%;
    max-width: 1920px;
	/*height:31.25vw;*/
	height:50vw;
    max-height: 1024px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 5;
	animation-fill-mode: forwards;
	-webkit-animation: bgin 0.5s linear 0s 1 normal;
	-moz-animation: bgin 0.5s linear 0s 1 normal;
	-o-animation: bgin 0.5s linear 0s 1 normal;
	animation: bgin 0.5s linear 0s 1 normal;
}

@-webkit-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-o-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img{
  display: block;
}
#TopSlide .Cover{
	position: fixed;
	top:124px;
	left:0px;
	width: 100%;
	text-align: center;
	font-size: 18pt;
	z-index: 10;
}
#TopSlide .Cover .CEm{
	margin-top: 10px;
	font-size: 14pt;
}
@media screen and (min-width: 1920px){
    #TopSlide{
        position: fixed;
        left: 50%;
        width: 1920px;
        margin-left:-960px;
    }
    #TopSlide .Cover{
        top:124px;
        /*top:50vw;*/
      /*  max-top:380px;*/
    }
}
@media screen and (max-width: 800px){
	#TopSlide{
	top: 84px;
	}
	#TopSlide .Cover{
		font-size: 12pt;
		line-height: 16pt;
        top:84px;
	}
	#TopSlide .Cover .CEm{
		margin-top: 5px;
		font-size: 10pt;
		line-height: 12pt;
	}
}
#TCBoard{
	margin-top: calc(40vw + 224px);
	position: relative;
	width: 100%;
	height:auto;
	display: inline-block;
/*	background-color: rgba(255,255,255,1.0);*/
	z-index: 100;
}
#CBoard{
	margin-top: calc(10vw + 224px);
	position: relative;
	width: 100%;
	height:auto;
	display: inline-block;
	background-color: rgba(255,255,255,1.0);
	z-index: 100;
}
@media screen and (min-width: 1920px){
#TCBoard{
	margin-top: 900px;
	/*margin-top: 10vw;*/
    }
}
#Contents{
	position: relative;
	display: block;
	width: calc(100% - 20px);
	max-width: 1400px;
	margin: 0 auto;
}
.InnerContents{
	width: calc(100% - 20px);
	text-align: left;
	margin: 0 auto;
}
.InnerContents .SubTitle{
    border-left: 4px #007618 solid;
    border-bottom: 1px #007618 dotted;
    display: block;
    text-align: left;
    padding-left: 4px;
}

#InfoBoard{
    position: absolute;
    top:-100px;
    right:200px;
    padding: 10px;
    width: 400px;
    height:140px;
	/*background-color: rgba(57,36,19,0.8);*/
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    color: #ffffff;
    z-index: 500;
    transform: rotate(7deg);
    overflow: hidden;
    opacity:0.7;
}
#WNBTitle{
    width: 100%;
    text-align: center;
    font-size: 14pt;
    height:20px;
    margin-bottom: 20px;
}
.WNBKiji{
    width: 100%;
    text-align: left;
    font-size: 10pt;
    line-height: 14pt;
    border-bottom: 1px #ffffff dotted;
    margin-top: 10px;
}
.WNBKiji a{
	text-decoration: none;
	color:#ffffff;
}
@media screen and (max-width: 800px){
    #InfoBoard{
        right:2vw;
    }
	.InnerContents{
		width: calc(100% - 10px);
		text-align: left;
		margin: 0 auto;
	}
/*    #InfoBoard{display: none;}*/
}
@media screen and (max-width: 650px){
    #TCBoard{
        margin-top: 65vw;
    }
    #InfoBoard{
        display: none;
    }


}
/*----------------------------------------------------------*/
#ContentsBox{
    width: 100%;
    background-color: #ffffff;
}


#ContentsInner{
	width: 100%;
	max-width: 1400px;
	height: auto;
    display: inline-block;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	background-color: #FFFFFF;
    margin: 10px 10px 10px 10px;
}
#headerscroll { 
	width:1190px; 
	height:30px; 
	margin:0 auto; 
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	color:#ffffff;
/*    background-color: rgba(255,255,255,0.5);*/
/*	background-image:url(../img/header_topbg.jpg);*/
    overflow:hidden;
}  
#WhatsNnew{
    width:658px;
    height:441px;
    margin: 0 auto;
    margin-left: 5px;
    float: left;
    border: 1px #a4a4a4 solid;
}

.view_area{
    width: 100%;
	text-align: left;
}
.inner_view{
    width: calc(100% - 20px);
    height:auto;
    margin: 0 auto;
    display: inline-block;
	text-align: left;
/*	text-align: justify;
	text-justify: inter-ideograph;
*/	font-size: 1.2rem;
	line-height: 2.0rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.TileBox{
	width: 100%;
}
.TileBox ul{
	width: 100%;
	font-size: 0pt;
	line-height: 0pt;
}
.TileBox ul li{
	width: calc(50% - 80px);
	height:auto;
	min-height: 200px;
	margin: 20px;
	padding: 10px;
	display: inline-block;
	border: 1px #aaaaaa solid;
	font-size: 1.0rem;
	text-align: left;
	line-height: 1.2rem;
	vertical-align: top;
}
.TileBox ul li:hover{
animation: TBox 0.5s ease-in alternate forwards;
-webkit-animation:TBox 0.5s ease-in 0s forwards;
-o-animation:TBox 0.5s ease-in 0s forwards;
animation:TBox 0.5s ease-in 0s forwards;
}

@keyframes TBox{
0%{}
100%{background:#e7e7e7;}
}

.TileBox ul li > .title{
	font-size: 1.4rem;
	line-height: 1.5rem;
	display: inline-block;
	
}
.TileBox ul li > .sub{
	font-size: 1.0rem;
	line-height: 1.2rem;
	display: inline-block;
	margin-left: 10px;
}
.TileBox ul li > .com{
	font-size: 1.0rem;
	line-height: 1.2rem;
	display: block;
	margin-left: 10px;
}
.TileBox ul li > img{
	width: 100%;
	height:auto;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rvbg{
	background-image: url("../img/rv_bg.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1050px){
#ContentsInner{
	margin-top: -10px;
}
}
@media screen and (max-width: 800px){
#ContentsInner{
	margin-top: -10px;
}
.inner_view{
    width: calc(100% - 10px);
    height:auto;
    margin: 0 auto;
    display: inline-block;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.6rem;
}

.TileBox ul li{
	width: calc(100% - 60px);
	height:auto;
	min-height: 200px;
	margin: 10px;
	padding: 10px;
	display: inline-block;
	border: 1px #aaaaaa solid;
	font-size: 1.0rem;
	text-align: left;
	line-height: 1.2rem;
	vertical-align: top;
}
.TileBox ul li > .title{
	font-size: 1.4rem;
	line-height: 1.5rem;
	display: block;
	
}
.TileBox ul li > .sub{
	font-size: 1.0rem;
	line-height: 1.2rem;
	display: block;
	margin-left: 10px;
}
.TileBox ul li > .com{
	font-size: 0.9rem;
	line-height: 1.2rem;
	display: block;
	margin-left: 10px;
}
.rvbg{
	background-image: url("../img/rv_bgs.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}
}
#Footer{
    position: absolute;
    width: 100%;
	background-color:rgb(239,235,231);
	color:#4f3e30;
    font-size:8pt;
    display: block;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
    z-index: 500;
}
#FInner{
	width: 100%;
	max-width: 1400px;
	height:auto;
	margin: 0 auto;
}
#FMenu{
	width: 100%;
	margin-bottom: 10px;
}
#FMenu ul{
	display: flex;
}
#FMenu ul li{
	width: 100%;
}
#FLogo{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
#FAddress{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-size:10pt;
	line-height: 14pt;
	margin-left: 20px;
}
#Footer a{
	text-decoration: none;
	color:#4f3e30;
}
#f_menu{
    padding-top: 10px;
    padding-bottom: 10px;
}
#f_menu ul{
    width: 100%;
    max-width: 1400px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto;
}
#f_menu ul a:link { text-decoration: none;color: #4f3e30; } 
#f_menu ul a:visited { color: #4f3e30; } 
#f_menu ul a:hover { color: #4f3e30; } 
#f_menu ul a:active { color: #4f3e30; }

#Sponsor,#CLogo{
	display: inline-block;
	margin: 4px;
}
@media screen and (max-width: 800px){
	#Sponsor,#CLogo{
		display: block;
		margin: 4px;
	}
}
#Concept{
	width: calc(100% - 40px);
	margin: 0 auto;
	padding:30px 20px 30px 20px;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
	background-image: url("../img/concept.png");
	background-position: right;
	background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.8);
	color:#4f3e30;
}
@media screen and (max-width: 800px){
#Concept{
	width: calc(100% - 130px);
	margin: 0 auto;
	padding:20px 120px 20px 10px;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
	background-image: url("../img/concept_sp.png");
	background-position: right;
	background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.8);
	color:#4f3e30;
}
}
/*----------------------------------------------------------*/
.imgWrap img {
	display: block;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
/*----------------------------------------------------------*/
/*-----------------------------------------------------
What's new
-----------------------------------------------------*/
.wnewlbox{
	width: 100%;
}
.wnb_title{
	color:#ffffff;
    background-color: #482400;
	height:25px;
    font-size: 12pt;
	line-height: 25px;padding-left: 5px;
    text-align: left;
    margin-top: 5px;
}
.wnb_txt{
	text-align:left;
	padding:10px;
	margin-bottom:10px;
    font-size: 12pt;
    line-height: 18pt;
}
.contributor{
    width: 100%;
    display: block;
    text-align: right;
    font-size: 8pt;
    line-height: 10pt;
}

/*----------------------------------------------------------*/
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*------------------------------------------------------------*/
/* コンテンツ装飾 */
/*------------------------------------------------------------*/
/************* text-decoration **************/
/* 一重の線 */
.solid_blue {
    text-decoration:underline solid blue
}
.solid_red {
    text-decoration:underline solid red
}
 
/* 二重線 */
.double_blue {
    text-decoration:underline double blue
}
 
/* 点線 */
.dotted_blue {
    text-decoration:underline dotted blue
}
 
/* 破線 */
.dashed_blue {
    text-decoration:underline dashed blue
}
 
/* 波状の線 */
.wavy_red {
    -webkit-text-decoration:red wavy underline;
	text-decoration:red wavy underline;
}
.highlight{
background: linear-gradient(to bottom,  #ffffff 50%, #ff4ec3 100%);
}
.InnerBox{
    width: calc(100% - 20px);
    height:auto;
    margin-left: 20px;
    display: inline-block;
	margin-bottom: 20px;
}
.FloatLimg{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50%;
	max-width: 300px;
	height:auto;
}
.FloatRimg{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 50%;
	max-width: 500px;
	height:auto;
}
.FloatLimg_as{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50%;
	max-width: 200px;
	height:auto;
}
.FloatRimg_as{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 50%;
	max-width: 200px;
	height:auto;
}
.FloatRimg_200{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 50%;
	max-width: 200px;
	height:auto;
}
.FloatRimg_400{
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 50%;
	max-width: 400px;
	height:auto;
}
.FloatLimg_400{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 50%;
	max-width: 400px;
	height:auto;
}
@media screen and (max-width: 800px){
	.InnerBox{
		width: calc(100% - 12px);
		height:auto;
		margin-left: 10px;
		display: inline-block;
	}
	.FloatLimg{
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.FloatRimg{
		margin-left: 5px;
		margin-bottom: 5px;
	}
}
.centering{
	width: 100%;
	display: block;
	text-align: center;
}
.centering img{
	margin-bottom: 20px;
}
/*----------------------------------------------------*/
#ProductList{
    width: 100%;
    height:auto;
    display: inline-block;
}
#ProductList ul{
    width: 100%;
    margin: 0px;
    font-size: 0pt;
    line-height: 0pt;
    text-align: center;
    display: inline-block;
}
#ProductList ul li{
    width: 100%;
    max-width: 400px;
    height:auto;
/*    min-height: 400px;*/
    display: inline-block;
    margin: 20px;
    vertical-align:middle;
}
.PPhoto{
    width: 100%;
    height:auto;
    text-align: center;
    display: block;
}
.PName{
    font-size: 14pt;
    line-height: 20pt;
    width: 100%;
    height:auto;
    text-align: center;
    display: block;
}
.PPrice{
    font-size: 12pt;
    line-height: 18pt;
    width: 100%;
    height:auto;
    text-align: center;
    display: block;
}
.PEx{
    font-size: 12pt;
    line-height: 18pt;
    width: 100%;
    height:auto;
    text-align: left;
    display: block;
}
.More{
    width: 250px;
    height:30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    float: right;
    font-size: 16pt;
    line-height: 30px;
    background-color: #016800;
/*    background-image: url("../img/arrow.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 32px;
*/    color:#ffffff;
    border-radius: 10px;
}
.More a{
    color:#ffffff;
    text-decoration: none;
    display: block;
}

@media screen and (max-width: 800px){
    #ProductList ul li{
        margin: 20px 0px 20px 0px;
    }

}
/*-------------------------------------------------------------*/
.Step{
	height:28px;
	width: 50px;
	background-color: #194D58;
	color:#ffffff;
	text-align: center;
	font-size: 10pt;
	line-height: 28px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.Stm{
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 5px;
}
.FlowBox{
	width: 500px;
	display: inline-block;
	height:auto;
	text-align: left;
}
/*-------------------------------------------------------------*/

.ListNum ol{
	list-style-type:decimal;
	margin-left: 40px;
}
.ListNum ol li{
	display:list-item;
}
.AsCourse{
	font-size: 12pt;
	line-height: 16pt;
}
/*--------------------------------------------------------------
フォーム
--------------------------------------------------------------*/
#appform {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
#inner_box{
	margin: 6px;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
}
.query{
	display: inline-block;
	padding: 4px;
	text-align: left;
	min-width: 200px;
	vertical-align: top;
}

.reply{
	display: inline-block;
	padding: 4px;
	text-align: left;
	margin-left: 0px;
	vertical-align: top;
	max-width: 800px;
}
.replybox{
	display: inline-block;
	padding: 4px;
	text-align: left;
	margin-left: 0px;
	line-height: 24pt;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
.query{
	display: block;
}
.reply, .replybox{
	display: block;
	margin-left: 25px;
}
}
.di100{
	margin:4px;
	height:25px;
	width:100px;
}
.di150{
	margin:4px;
	height:25px;
	width:150px;
}
.di200{
	margin:4px;
	height:25px;
	width:200px;
	max-width: 98%;
}
.di250{
	margin:4px;
	height:25px;
	width:250px;
	max-width: 98%;
}
.di350{
	margin:4px;
	height:25px;
	width:350px;
	max-width: 98%;
}
.si{
	margin:4px;
	height:25px;
}
.ci{
	margin:4px;
	height:25px;
}
select{
	height:25px;
	margin: 4px;
}
textarea{
	margin:4px;
	height:100px;
	width:calc(100% - 25px);
}


.label {
	line-height: 14pt;
	font-size: 12pt; 
	color: #000; 
	background-color: #87f4eb;
	border-bottom: 1px dotted #6F6F6F;
}
.label2 {
	line-height: 14pt;
	font-size: 12pt; 
	color: #000; 
	background-color: #e793da;
	border-bottom: 1px dotted #6F6F6F;
}
.input1 {
	line-height: 14pt;
	font-size: 12pt; 
	color: #000000; 
	background-color: #eafafe;
	border-bottom: 1px dotted #6F6F6F;
}
.input2 {
	line-height: 14pt;
	font-size: 12pt; 
	color: #000000; 
	background-color: #ffffff;
	border-bottom: 1px dotted #6F6F6F;
}
.essential {
	float:right;
}
.Instructions {
	line-height: 12pt;
	font-size: 10pt; 
	color: #000000;
}
.Instred {
	line-height: 12pt;
	font-size: 10pt; 
	color: #ff0000; 
}
input,textarea {
background-color: #E8E8E8;
}
.under_dot{
	border-bottom: 1px dotted #6F6F6F;
}
.size8{
	font-size:8pt;
	line-height:10pt;
}
.size8r{
	color:#FF0000;
	font-size:8pt;
	line-height:10pt;
}
.submitbutton{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#Check input,textarea {
background-color: #ddfdfd;
}
.R_Error{
background-color: #fddddd;
	
}
/*----------------------------------------------
必須
----------------------------------------------*/
.i_req{
	height:10px;
	margin-left: 4px;
	padding:1px 6px 1px 6px;
	background-color:#FF0000;
	color:#ffffff;
	font-size:8pt;
	line-height:10px;
	font-weight:bold;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
}

.Image3{
	width: 100%;
	text-align: center;
}
.Image3 img{
	display: inline-block;
	margin: 5px;
}
	.anchor {
	position: relative;
	top: 80px;
	display: block;
	}
@media screen and (max-width: 800px) {
	.Image3 img{
		display: inline-block;
		margin: 0px;
		margin-bottom: 40px;
	}
	img:last-child{
		margin-bottom: 0px;
	}
	/*リンクの位置調整*/
	.anchor {
	position: relative;
	top: 80px;
	display: block;
	}
}
.Centering{
	width: 100%;
	text-align: center;
}
.Centering img{
	margin-bottom: 20px;
}
/*--------------------------------------------------------*/
#page_top{
  width: 90px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 120px;
  opacity: 0.8;
	z-index: 6000;
  border: 1px solid #2e150b;
  border-radius: 15px;}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #2e150b;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #2e150b;
}
/*--------------------------------------------------------*/
#under_box{
  display: flex;
  width: auto;
  height: auto;
  position: fixed;
  right: 0px;
  bottom: 2px;
  opacity: 0.8;
	z-index: 6000;
}
/*--------------------------------------------------------*/
#BrewTea{
	width: 100%;
}
#BrewTea h1{
	display: block;
	font-size:30pt;
	line-height: 40pt;
	text-align: left;
	color:#004f07;
}
#BrewTea h2{
	display: block;
	font-size:18pt;
	line-height: 30pt;
	text-align: left;
	color:#004f07;
}
#BrewTea #Brew01{
	width: 40%;
	max-width: 600px;
	display: inline-block;
	height:auto;
	text-align: left;
	margin-top: 50px;
	float: left;
	font-size:18pt;
	line-height: 26pt;
}
#BrewTea #Brew02{
	width: calc(60% - 10px);
	max-width: 665px;
	display: inline-block;
	height:auto;
	text-align: left;
	margin-top: 0px;
	float: right;
	font-size:18pt;
	line-height: 26pt;
}
#BrewTea #Brew03{
	width: calc(60% - 10px);
	max-width: 665px;
	display: inline-block;
	height:auto;
	text-align: left;
	margin-top: 0px;
	float: right;
	font-size:18pt;
	line-height: 26pt;
}


@media screen and (max-width: 800px) {
	#BrewTea h1{
		display: block;
		font-size:20pt;
		line-height: 26pt;
		text-align: left;
		color:#004f07;
	}
	#BrewTea h2{
		display: block;
		font-size:14pt;
		line-height: 20pt;
		text-align: left;
		color:#004f07;
	}
	#BrewTea #Brew01,
	#BrewTea #Brew02,
	#BrewTea #Brew03{
		display: block;
		width: 100%;
		max-width: none;
		float: none;
	font-size:14pt;
	line-height: 20pt;
	}


}


.Radius01{
	width: auto;
	height: auto;
	padding: 5px 10px 5px 10px;
	background-color: #545018;
	color:#ffffff;
	border-radius: 10px;
	display: inline-block;
}
.Radius02{
	width: auto;
	height: auto;
	padding: 5px 10px 5px 10px;
	background-color: #008842;
	color:#ffffff;
	border-radius: 10px;
	display: inline-block;
}
.Radius03{
	width: auto;
	height: auto;
	padding: 2px 8px 2px 8px;
	background-color: #00B4ED;
	color:#ffffff;
	border-radius: 10px;
	display: inline-block;
}

#Howto{
	width: 100%;
	margin-top: 20px;
}
#Howto ul{
	width: 100%;
	list-style: none;
	font-size:	0pt;
	line-height: 0pt;
}
#Howto ul li{
	list-style: none;
	margin: 10px;
	text-align: center;
	font-size: 12pt;
	line-height: 16pt;
	display: inline-block;
}
@media screen and (max-width: 800px) {
	#Howto ul li{
		list-style: none;
		margin: 10px;
		text-align: center;
		font-size: 12pt;
		line-height: 16pt;
		display: block;
	}
}
/*-----------------------*/
#BlogView{
	width:calc(100% - 330px);
	float: left;
}
#BlogView .ArBox{
	width: 100%;
	height:auto;
	display: inline-block;
	text-align: left;
}
#BlogView .ArBox .Caption{
	width: 100%;
	display: inline-block;
	border-bottom: 1px #004703 solid;
    height:auto;
	margin-bottom: 10px;
}
#BlogView .ArBox .NDate{
	float: right;
	font-size: 10pt;
	line-height: 30px;
	height:30px;
	display: inline-block;
}
#BlogView .ArBox .NTitle{
	float: left;
	font-size: 18pt;
	line-height: 30px;
	min-height:30px;
	display: inline-block;
}
#BlogView .ArBox .NDetail{
	width: 100%;
	font-size: 16pt;
	line-height: 1.5;
	height:auto;
	display: inline-block;
	margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
    #BlogView .ArBox .NTitle{
        float: left;
        font-size: 16pt;
        line-height: 30px;
        min-height:30px;
        display: inline-block;
    }
    #BlogView .ArBox .NDetail{
        width: 100%;
        font-size: 14pt;
        line-height: 1.5;
        height:auto;
        display: inline-block;
        margin-bottom: 70px;
    }
}
#RightColumn{
	width: 300px;
	height:auto;
	padding-left: 5px;
	background: rgb(97,196,25);
	background: -moz-linear-gradient(left,  rgb(97,196,25) 0%, rgb(255,255,255) 9%);
	background: -webkit-linear-gradient(left,  rgb(97,196,25) 0%,rgb(255,255,255) 9%);
	background: linear-gradient(to right,  rgb(97,196,25) 0%,rgb(255,255,255) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c419', endColorstr='#ffffff',GradientType=1 );

	float: right;
}
#New10{
	width: 100%;
}
.NewKiji{
    width: 100%;
    text-align: left;
    font-size: 10pt;
    line-height: 14pt;
    border-bottom: 1px #7aff86 solid;
    margin-top: 10px;
}
.NewKiji a{
	text-decoration: none;
	color:#004f07;
}
#Archive{
	width: 100%;
}
.Alist{
	display: block;
    text-align: left;
    font-size: 10pt;
    line-height: 14pt;
    border-bottom: 1px #aaaaaa solid;
    margin-top: 10px;
	margin-left: 20px;
}
.Alist a{
	text-decoration: none;
	color:#004f07;
}

@media screen and (max-width: 800px) {
#BlogView{
	width:100%;
	float: none;
}
}



.pageing{
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
}
.pageing ul{
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
.pageing > ul li{
	list-style: none;
    min-width: 25px;
    height:25px;
    display: inline-block;
    margin: 1px;
    border: 1px #949494 solid;
    font-size: 12px;
    line-height: 25px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
.pageing > ul li a{
    text-decoration: none;
    color: #000000;
    display: block;
}
.pageing > ul li a:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #000B8C;
    display: block;
}
.on{
    background-color:#A8E0FF;
}



#Overview{
	width: 100%;
}

#Overview table{
	width: 100%;
	
}
#Overview table th{
	width: 150px;
	font-weight: normal;
	vertical-align: top;
	background-color: #EBFFEC;
	padding: 4px;
}
#Overview table td{
	vertical-align: top;
	padding: 4px;
}

@media screen and (max-width: 800px) {
#Overview table th,
#Overview table td{
	display: block;
	width:100%;
	}}


#DMovie{
  width: 100%;
  aspect-ratio: 24 / 1;
}
#DMovie video{
  width: 100%;
  height: 100%;

  /* iPhone safariの枠線を消す*/
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  /* PCのChromeの枠線を消す*/
  outline: none;
  border: none;
}

.Explanation{
	width: calc(100% - 20px);
	margin: 0 auto;
	text-align: left;
}
.Explanation h2{
	font-size: 18pt;
	line-height: 20pt;
	color:#007C15;
	font-weight: bold;
}
.Explanation h3{
	font-size: 18pt;
	line-height: 20pt;
	color:#007C15;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.Explanation .SubBox{
	font-size: 18pt;
	line-height: 30px;
	min-height:30px;
	display: block;
	border-bottom: 1px #006008 solid;
	margin: 30px 0px 10px 10px;
}
.Explanation .CBox{
	margin-left: 10px;
}
.Explanation .CBox img{
	float:right;
	max-width: 40%;
}
@media screen and (max-width: 800px) {
	.Explanation h2{
		font-size: 16pt;
		line-height: 18pt;
		color:#007C15;
	}
	.Explanation h3{
		font-size: 16pt;
		line-height: 18pt;
		color:#007C15;
	}
}





























