@charset "utf-8";
@import url("reset.css");
/*----------------------------------------------------------*/
body {
  	background-color:#ffffff;
/*
	background-image:url("../img/Backimage.jpg");
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment:fixed;
*/
	color:#000000;
	text-align: center;
	font-size: 14pt;
	line-height: 20pt;
	margin:0px;
/*	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*	font-weight: 400;*/
	font-family: 'Shippori Mincho', serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-feature-settings: "palt";
}
/*----------------------------------------------------------*/
	.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: #000000; } 
a:visited { color: #000000; } 
a:hover { color: #000000; } 
a:active { color: #000000; }
img {
    border-style:none;
	vertical-align:bottom;
	font-size:0px;
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------------*/
.iFrameBox iframe{
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	margin-left: 10px;
	height: 500vw;
	max-height: 1400px;
}
@media screen and (max-width: 800px){
	.iFrameBox iframe{
		width: calc(100% - 10px);
		margin-left: 5px;
	}
}
/*------------------------------------------------------------*/
/*----------------------------------------------------------*/
.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;}
@media screen and (max-width: 800px){
.cl50{ clear: both;height: 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: 'Raleway', 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: 'Raleway', sans-serif;
	font-weight: 400;
}
}
.c_mark{
	position:absolute;
	left:4px;
	top:6px;
	width:17px;
	height:17px;
}
/*----------------------------------------------------------*/
#SpHeader{
	width: 100%;
	height:60px;
	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: 195px;
	height:60px;
	float: left;
	display: inline-block;
}
#SpHeader table{
	width: 100%;
	height:60px;
	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: 25px;
    width: 36px;
    right: 0px;
    font-size: 8pt;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color:#0e3c00
}
#drawermenu{
/*    width: calc(100vw - 50px);*/
    width: 300px;
    height: auto;
    display: inline-block;
/*    background-image: url("../../img/bg_footer.jpg");*/
    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;
	font-size:16pt;
	line-height:35px;
	font-family:"Times New Roman", Times, "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;
	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: #247600;
	border-top: 1px #2fff00 solid;
}
#HeaderBar{
	position: fixed;
	top:4px;
	left:0px;
    width: 100%;
    height:80px;
    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{
	width: 260px;
	height:80px;
	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:80px;
	margin-top: 5px;
}
#HMenu ul li{
	list-style: none;
	height:80px;
	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;
	font-feature-settings: "palt";
}
#HMenu ul li .Em{
	font-size: 8pt;
	line-height: 8pt;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-bottom: 4px;
}
#HMenu ul li a{
	text-decoration: none;
	color:#0e3c00;
	display: block;
}
#OpenTime{
	width: 100%;
	height:30px;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	color:#0e3c00;
	font-family: "Times New Roman", Times, "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: 84px;
	left: 0px;
	width: 100%;
    max-width: 1920px;
	height:31.25vw;
    max-height: 700px;
	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:20vw;
	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:380px;
    }
}
@media screen and (max-width: 800px){
	#TopSlide{
	top: 64px;
	}
	#TopSlide .Cover{
		font-size: 12pt;
		line-height: 16pt;
	}
	#TopSlide .Cover .CEm{
		margin-top: 5px;
		font-size: 10pt;
		line-height: 12pt;
	}
}
#TCBoard{
	margin-top: calc(31.25vw + 84px);
	position: relative;
	width: 100%;
	height:auto;
	display: inline-block;
	background-image:url("../img/Backimage.jpg");
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment:fixed;
	z-index: 100;
}
#CBoard{
	margin-top: calc(10vw + 84px);
	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: 700px;

    }
}
@media screen and (max-width: 800px){
#TCBoard{
	margin-top: calc(31.25vw + 64px);

    }
}

#Contents{
	position: relative;
	display: block;
	width: calc(100% - 10px);
/*	width: 100%;*/
	max-width: 1380px;
	margin: 0 auto;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
}
.InnerContents{
	width: calc(100% - 10px);
	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(6,64,0,0.8);*/
    color: #ffffff;
    z-index: 500;
    transform: rotate(7deg);
    overflow: hidden;
}
#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: 1000px){
    #InfoBoard{
	    top:0px;
	    right:0;
	    padding: 10px;
	    width: 65vw;
	    max-width:400px;
	    height:auto;
    }
}
@media screen and (max-width: 800px){
    #InfoBoard{
	    top:0px;
	    right:0;
	    padding: 10px;
	    width: 50vw;
	    max-width:400px;
	    height:auto;
    }
}

/*----------------------------------------------------------*/
#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;
}
#headerscroll { 
	width:100%;
	max-width: 1360px; 
	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:#064000;
	color:#ffffff;
    font-size:8pt;
    display: block;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
    z-index: 500;
	font-feature-settings: "palt";
}
#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;
	font-feature-settings: "palt";
}
#Footer a{
	text-decoration: none;
	color:#ffffff;
}
#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: #ffffff; } 
#f_menu ul a:visited { color: #ffffff; } 
#f_menu ul a:hover { color: #ffffff; } 
#f_menu ul a:active { color: #ffffff; }

#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:#ffffff;
}
@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:#ffffff;
}
}
/*----------------------------------------------------------*/
.imgWrap img {
	display: block;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
/*----------------------------------------------------------*/
/*-----------------------------------------------------
What's new
-----------------------------------------------------*/
.ArticleBox{
	width: 97%;
	margin: 0 auto;
}

.wnewlbox{
	width: 100%;
}
.wnb_title{
	color:#006e1f;
/*    background-color: #006e1f;*/
	height:30px;
    font-size: 14pt;
	line-height: 30px;
	padding-left: 5px;
    text-align: left;
    margin-top: 10px;
/*	font-family: 'Raleway', sans-serif;*/
	font-weight: 400;
	border-left: 4px #009B2B solid;
	border-bottom: 1px #006e1f solid
}
.wnb_txt{
	text-align:left;
	padding:10px;
	margin-bottom:10px;
    font-size: 14pt;
    line-height: 18pt;
}
.contributor{
    width: 100%;
    display: block;
    text-align: right;
    font-size: 8pt;
    line-height: 10pt;
}
@media screen and (max-width: 800px){
	.wnb_title{
		height:20px;
		font-size: 12pt;
		line-height: 20px;
		padding-left: 5px;
		text-align: left;
		margin-top: 5px;
	}
	.wnb_txt{
		text-align:left;
		padding:10px;
		margin-bottom:10px;
		font-size: 12pt;
		line-height: 16pt;
	}

}
/*----------------------------------------------------------*/
/* 点滅 */
.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: 95% !important;
    height:auto;
    margin:0 auto !important;
    display: 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: 98%;
/*		width: calc(100% - 12px);*/
		height:auto;
 	    margin:0 auto;
		display: 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: 20px;
  opacity: 0.8;
	z-index: 600;
  border: 1px solid #18ff00;
  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: #18ff00;
  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: #18ff00;
}
/*--------------------------------------------------------*/
#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;
	}
}



/*------------------------------
TOP葬儀プラン
------------------------------*/
#inline_box{
	font-size:0px;
	line-height:0px;
	margin-left:20px;
	text-align:center;
}
	
.pv_box{
	width:calc(50% - 20px);
	margin:2px;
	padding:4px;
	height:auto;
	min-height:400px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:10pt;
	line-height:14pt;
	vertical-align:top;
}

.plan{
	width:100%;
	height:30px;
	font-size:12pt;
	line-height:30px;
	color:#ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}


.plan a{
	width:100%;
	height:30px;
	display:block;
	font-size:14pt;
	line-height:30px;
	text-decoration:none;
	background-color:#cbfbcb;
	color:#095F00;
/*	border:1px #095F00 solid;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
.plan a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #095F00), color-stop(1.00, #15cc02));
	background: -webkit-linear-gradient(#095F00, #15cc02);
	background: -moz-linear-gradient(#095F00, #15cc02);
	background: -o-linear-gradient(#095F00, #15cc02);
	background: -ms-linear-gradient(#095F00, #15cc02);
	background: linear-gradient(#095F00, #15cc02);
	width:100%;
	height:30px;
	display:block;
	font-size:14pt;
	line-height:30px;
	text-decoration:none;
	color:#ffffff;
	transition-duration:0.5s;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
.pv_box img{
	max-width:100%;
	height:auto;
	margin:4px 0px 4px 0px;
}
.explan{
	text-align:left;
	font-size:12pt;
	line-height:16pt;
}
.thumbnail ul{
	list-style:none;
	font-size:0.1px;
	line-height:0.1px;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
}
.thumbnail ul li{
	width:60px !important;
	height:40px !important;
	margin:1px !important;
	display:inline-block;
}
.thumbnail ul li img{
	border-style:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 800px) {
#inline_box{
	font-size:0px;
	line-height:0px;
	margin-left:2px;
	text-align:center;
}
.pv_box{
	width:calc(100% - 20px);
	margin:2px;
	padding:4px;
	height:auto;
	min-height:400px;
	border:1px #D5D5D5 solid;
	display:block;
}
}
/*------------------------------
　葬儀プラン
------------------------------*/
.pname_box{
	width:100%;
	height:auto;
	min-height:30px;
	padding-bottom:10px;
	border-bottom:1px #C8C8C8 dotted;
}
.plan_name{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #095F00), color-stop(1.00, #15cc02));
	background: -webkit-linear-gradient(#095F00, #15cc02);
	background: -moz-linear-gradient(#095F00, #15cc02);
	background: -o-linear-gradient(#095F00, #15cc02);
	background: -ms-linear-gradient(#095F00, #15cc02);
	background: linear-gradient(#095F00, #15cc02);
	width:50%;
	height:30px;
	display:inline-block;
	font-size:14pt;
	line-height:30px;
	text-decoration:none;
	color:#ffffff;
	transition-duration:0.5s;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left; 
}

.introduction{
	width:50%;
	text-align:right;
	display:inline-block;
	font-size:8pt;
	line-height:10pt;
	margin-top:0px;
}
		.PlanSetBox{
			margin-left:10px;
			width:calc(100% - 10px);
			height:auto;
			font-size:14pt;
			line-height:16pt;
			text-align:left;
			margin: 0 auto;
		}
		.SetTitle{
			width:100%;
			height:auto;
			border-bottom:1px #00820A solid;
			border-left:3px #00820A solid;
			margin-top:10px;
			padding-bottom:0px;
		}
		.SetName{
			width:calc(60% - 6px);
			height:auto;
			font-size:16pt;
			line-height:16pt;
			display:inline-block;
			text-align:left;
			padding-left:6px;
			float:left;
		}
		.SetIntro{
			width:40%;
			height:auto;
			font-size:12pt;
			display:inline-block;
		}
		.SetIntro .np{
			left:0px;
			top:0px;
			color:#0000ff;
			display:inline-block;
			float:right;
		}
		.SetIntro .price{
			right:0px;
			top:0px;
			color:#ff0000;
			display:inline-block;
			float:right;
			margin-left:10px;
		}



.DetailsBox{
	width: calc(100% - 20px);
	margin: 0 auto;
}

.PhotoBox {
	float: left;
	display: inline-block;
	width: 40%;
	height:auto;
	max-width:600px;
	max-height:400px;
	margin-right: 10px;
}

.PlanName{
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
}


.PlanSetList{
	display:inline-block;
	width:calc(60% - 30px);
	height:auto;
	border-bottom:1px #D4D4D4 dotted;
	border-top:1px #D4D4D4 dotted;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

		.PlanSetList ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}
		.PlanSetList ul li{
			list-style:none;
			float:left;
			margin:2px;
			padding:4px;
			height:16px;
			border:1px #058F00 solid;
			background-color:#F0FFEE;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			color: rgba(0,0,0,1.00);
			font-size: 12pt;
			line-height: 16px;
			width: 90px;
		}

@media screen and (max-width: 800px) {
.plan_name{
	width:100%;
	display:block;
	font-size:12pt;
	line-height:30px;
	float:none; 
}
.introduction{
	width:100%;
	display:block;
	text-align:center;
	margin-top:4px;
}
.setname{
	width:calc(100% - 4px);
	height:auto;
	font-size:10pt;
	line-height:12pt;
	display:block;
	float:none;
}
			.SetName{
			width:calc(60% - 6px);
			height:auto;
			font-size:12pt;
			line-height:14pt;
			display:inline-block;
			text-align:left;
			padding-left:6px;
			float:left;
		}

		.PlanName{
			font-size: 10pt;
			margin-top: 10px;
			margin-bottom: 10px;
		}

	
.setintro{
	position:static;
	width:100%;
	height:auto;
	font-size:10pt;
	line-height:14pt;
	display:block;
	float:none;
}
.setintro .np{
	position:static;
	left:0px;
	top:0px;
	font-size:10pt;
	line-height:14pt;
}
			.SetIntro .np{
	position:static;
	left:0px;
	top:0px;
	font-size:10pt;
	line-height:14pt;
		}

.setintro .price{
	position:static;
	right:0px;
	top:0px;
}
	
.PlanSetBox{
	margin-left:2px;
	width:calc(100% - 2px);
	height:auto;
	font-size:10pt;
	line-height:14pt;
	text-align:left;
}
.photobox{
	margin:0 auto;
	float:none;
}
.photobox img{
	max-width:100%;
	height:auto;
}
.PlanSetList{
	display:table;
/*	display:block;*/
	width:100%;
	height:auto;
	min-height:60px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px #D4D4D4 dotted;
	border-top:1px #D4D4D4 dotted;
}
.PlanSetList ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.PlanSetList ul li{
	list-style:none;
	float:left;
	margin:2px;
	padding:1px 4px 1px 4px;
	height:14px;
	font-size:10pt;
	border:1px #058F00 solid;
	background-color:#F0FFEE;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;

}
}
/*------------------------------
　式場・火葬場
------------------------------*/
.fn_box{
	width:calc(30% - 20px);
	margin:2px;
	padding:10px;
	height:auto;
	min-height:400px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:10pt;
	line-height:14pt;
	vertical-align:top;
	margin-bottom: 10px;
	margin-top: 10px;
}
.fn_name{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #095F00), color-stop(1.00, #15cc02));
	background: -webkit-linear-gradient(#095F00, #15cc02);
	background: -moz-linear-gradient(#095F00, #15cc02);
	background: -o-linear-gradient(#095F00, #15cc02);
	background: -ms-linear-gradient(#095F00, #15cc02);
	background: linear-gradient(#095F00, #15cc02);
	width:100%;
	height:40px;
	font-size:16pt;
	line-height:40px;
	color:#ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:4px;
}
.intro{
	font-size:14pt;
	line-height:20pt;
	text-align:left;
}
.hplink{
	width:90%;
	height:auto;
	margin:0 auto;
	background-color:#cbfbcb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	padding:4px;
	margin-bottom:2px;
	margin-top:2px;
	text-align:center;
}
.hplink a{
	text-decoration:none;
	width:100%;
	display:block;
}
@media screen and (max-width: 900px) {
.fn_box{
	width:calc(50% - 20px);
	margin:2px;
	padding:4px;
	height:auto;
	min-height:400px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:12pt;
	line-height:14pt;
	vertical-align:top;
}
.fn_name{
	font-size:14pt;
}
.intro{
	font-size:12pt;
	line-height:20pt;
	text-align:left;
}
}

@media screen and (max-width: 700px) {
.fn_box{
	width:calc(100% - 20px);
}
}

/*------------------------------
　フューネスケアクラブ
------------------------------*/
.txtbox{
	text-align:left;
	font-size:12pt;
	line-height:18pt;
}
#go_form{
	width:300px;
	max-width:100%;
	height:40px;
	border:1px #006705 solid;
	background-color:#cbfbcb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align:center;
	line-height:40px;
}
#go_form a{
	width:300px;
	max-width:100%;
	height:40px;
	display:block;
	text-decoration:none;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
#go_form a:hover{
	width:300px;
	max-width:100%;
	height:40px;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #095F00), color-stop(1.00, #15cc02));
	background: -webkit-linear-gradient(#095F00, #15cc02);
	background: -moz-linear-gradient(#095F00, #15cc02);
	background: -o-linear-gradient(#095F00, #15cc02);
	background: -ms-linear-gradient(#095F00, #15cc02);
	background: linear-gradient(#095F00, #15cc02);
	text-decoration:none;
	color:#ffffff;
	transition-duration:0.5s;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
.fprice{
	font-size:16pt;
	line-height:20pt;
	color:#FF0004;
}
.pricebox{
	width:100%;
	max-width:400px;
	height:80px;
	display:block;
	margin-left:100px;
}
.dprice{
	float:right;
	display:block;
}
@media screen and (max-width: 600px) {
.pricebox{
	margin-left:0px;
}

}
/*------------------------------
　施工例
------------------------------*/
.ex_box{
	width:calc(25% - 20px);
	margin:2px;
	padding:4px;
	height:auto;
	min-height:130px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:10pt;
	line-height:14pt;
	vertical-align:top;
}
.ex_name{
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #095F00), color-stop(1.00, #15cc02));
	background: -webkit-linear-gradient(#095F00, #15cc02);
	background: -moz-linear-gradient(#095F00, #15cc02);
	background: -o-linear-gradient(#095F00, #15cc02);
	background: -ms-linear-gradient(#095F00, #15cc02);
	background: linear-gradient(#095F00, #15cc02);*/
	width:100%;
	height:20px;
	font-size:10pt;
	line-height:20px;
	color:#575757;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:4px;
}
@media screen and (max-width: 800px) {
.ex_box{
	width:calc(50% - 20px);
	margin:2px;
	padding:4px;
	height:auto;
	min-height:130px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:10pt;
	line-height:14pt;
	vertical-align:top;
}

}



























