/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いになる場合は、【ＰＲ枠】のリンクは全て削除禁止です。
（※加工後の削除も禁止させていただいておりますのでご了承ください。）
PR枠の削除（有料プラン）に関するお問い合わせや、その他ご不明な点は、
http://www.s-hoshino.com/info.html、または、
https://www.megapx.com/contact.htmlのフォームよりお問い合わせください。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-image: url("../../img/common/bg_01.jpg") ;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	background-attachment:fixed;
}
u{
	text-underline-offset:5px;
}


.container{
	width: 100%;
	max-width: 1890px;
	margin: auto;
	position: relative;
}
.container::after{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;right: 0;
		background-image: none;	
	background-size: 1890px auto;
    background-repeat: no-repeat;
	background-position: center top;
	z-index: -1;
	width: 100%;
	height: 100%;
	
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}




section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

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

li {
	list-style-type: none;
}

a {
    color: #008E50;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover {
    color: #00C971;
    text-decoration: none;
}

table {
	border-collapse: collapse;
      table-layout: fixed;


}
    
table th ,
table td {
	border-collapse: collapse;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}




/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: grid;
	z-index: 300;
}
header.fixed {
	background-image: url("../../img/common/bg_01.jpg" ) ;
}

header h1 a img {
	width: 40%;
	justify-self: center;
	align-self: center;
}


header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}





.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
イメージマップ
-------------------------------------------*/
.image_map {
	width: 100%;
	max-width: 1400px;
    padding-top: 0;
    margin: auto;

}
.image_map img {
	width: 100%;
    margin: 0;
    padding: 0;

}



/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 80%;
	max-width: 1200px;
    margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.head_image{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding-top: 0;
}
#top_slide {
	background-color: #000;
	padding-bottom: 5px;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	line-height: 30px;
	padding-top: 350px;
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	background-size: cover;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.content h2 {
    background-color: #1B5715;
	font-size: 25px;
	line-height: 1em;
    letter-spacing: 0.5em;
	color: #fff;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 50%;
    	line-height: 1em;
    letter-spacing:0em;
	font-weight: normal;
}

.content h3 {
    font-size: 250%;
    text-align: center;
    color: #584223;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
    clear: both;
}

.content h3 span {
    font-size: 50%;
    clear: both;
}



.content h4 {
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h5.h_bk {
    font-size: 18px;
    background-color: #00381d;
    color: #FFF;
    letter-spacing: 0.2em;
    padding: 5px 20px;
    clear: both;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
}


h6.sq{
	font-size: 16px;
	margin: 10px 30px 10px 30px;
    }

h6.sq:before{
content:'■';    
padding-right: 0.5em;
}



.content p {
	font-size: 16px;
	line-height: 2em;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.content .ul_news  {
background-color: rgba(255,255,255,0.5)}

.content .ul_news li {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.content .ul_news li span.news_date {
	color: #999;
	padding-right: 20px;
}

.content .ul_news li span.news_icon {
    color: #FFF;
    padding-left: 10px;
    display: inline-block;
    padding-right: 10px;
    background-color: #00822B;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    width: 5em;
}

.content .ul_news li span.news_icon.cl_02 {
    background-color: #705999;
}


.content .ul_news li .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
font-weight: bold;
    font-size:1rem;
    transition: all .5s ease;
}
/*アコーディオンで現れるエリア*/
.content .ul_news li .box {
    display: none;/*はじめは非表示*/
    margin-top: 0.5em;
    margin-right: 2%;
    margin-left: 21%;
    margin-bottom: 1em;
}


.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
	padding: 0px;
}
.img_right {
	float: right;
	padding: 0px;
	margin-left: 20px;
        margin-bottom: 20px;

}

.t_c{text-align: center;}
.t_l{text-align: left;}
.t_r{text-align: right;}


.content .img_left p {
	font-size: 12px;
	margin: 0px;
}



/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	text-align: center;
/*	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;*/
}

.box_contact.only_tel {
	background-image: none;

}

.box_contact h3 {
    color: #2A8400;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn img {
    max-width: 350px;
    width: 50%;
}

.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #00381d;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #00381d;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
    margin-bottom: 20px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #00381d;
	background-color: #FFF;
	border-top-color: #00381d;
	border-right-color: #00381d;
	border-bottom-color: #00381d;
	border-left-color: #00381d;
}



 .btn_red a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
     width: 92%;
	text-align: center;
	border: 8px double #fff;
	display: block;
	background-color: #874A28;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
     padding: 15px;
     margin: 5px auto;
}
 .btn_red a:hover {
    color: #874A28;
    background-color: #FFF;
    border-top-color: #874A28;
    border-right-color: #874A28;
    border-bottom-color: #874A28;
    border-left-color: #874A28;
}


 .btn_orange a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
    max-width:  300px;
	text-align: center;
	border: none;
	display: block;
	background-color: #E91616;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
     padding: 15px;
     margin: 5px auto;
}
 .btn_orange a:hover {
    color: #E91616;
    background-color: #FFF;
}

.box_contact .tel a {
	font-weight: bold;
	text-decoration: none;
    margin-left: 1em;
}
.box_contact .tel li a {    display: block;
}

.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}


@media screen and (min-width:960px){
		.container::after{

	background-image: url("../../img/common/bg.png");
	}

.box_contact .box_in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
    display: flex;
}
    .box_contact .box_in .btn {
	width: 30%;
}    .box_contact .box_in .tel {
	width: 70%;
}
.box_contact .btn {
	float: left;
	width: 30%;
}
.box_contact .btn img {
    max-width: 350px;
    width: 80%;
}

.box_contact .tel {
    text-align: left;
}
.box_contact .tel ul {
    display: flex;
}
.box_contact .tel ul li {
  word-wrap: break-word;
    margin-right: 1em;}

.box_contact.only_tel .tel {
	float: none;
	width: 100%;
}

   
}


@media screen and (max-width:480px){
.box_contact .btn a {
	font-size: 18px;
}
.box_contact .tel a {
	font-size: 24px;

}
    
.box_contact .tel ul {
    display:block;
}
}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;
	background-color: #00381d;
	padding: 20px;
	height: 30px;
	width: 30px;
}
.to_top a:hover {

}
/*-----キャンプ場予約ボタン------*/

.to_res {
	position: fixed;
	left: 0px;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_res a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 16px;
	background-color: #00381d;
	padding: 20px;
	height: 120px;
	width: 30px;
}
.to_res a:hover {
    color: #8BC585;
}
/*
フッター
-------------------------------------------*/

footer {
	background-color: rgba(0, 56, 26, 0.5);
	color: #FFF;
	clear: both;
	display: block;
}

footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00381d;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}

footer .f_bn li a:hover {
	background-color: #00381d;
}

footer .f_bn li a i {
	padding-right: 5px;
font-style:normal;
	font-size: 200%;
}


footer ul.f_list {
	display: block;
	width: 20%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
footer ul.f_list:first-child {
    margin-left: 10%;}



footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px;
}
footer ul.f_list li a:hover {
	background-color: #00381d;
}

footer ul.f_list li li a {
	padding-left: 25px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}

footer ul.f_list li li a:hover {
	background-color: #00381d;
}

footer ul.f_list li li a::before {
	content:"・";
	position: absolute;
	top: 5px;
	left: 5px;
}


footer .f_ad {
  padding: 2rem;
  font-size: 15px;
  color: #999;
	clear: both;
}

footer.f_ad  .footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

fotter.f_ad  .footer__navi li {
  display: inline-block;
}

fotter.f_ad  .footer__navi li:not(:last-child) {
  margin-right: 16px;
}

fotter .f_ad .footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

}



address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: rgba(0, 56, 26, 0.8);
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: rgba(0, 56, 26, 0.8);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #FFF;
}



.content .bg_white  {
background-color: rgba(255,255,255,0.50);
border-radius: 20px;
    padding:40px;
    margin-bottom: 50px;

}



/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 10px;
  word-wrap: break-word;
}
.content table.table_01 th {
	font-size: 16px;
  white-space: normal;
	font-weight: bold;
	letter-spacing: 1px;
    background-color: #005c2f;
    color: #FFF;
	width: 25%;
}
.content table.table_01 td {
	font-size: 16px;
	line-height: 1.2em;
	background-color: #FFF;
}

.content table.table_02 {
	width: 96%;
      table-layout: fixed;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	line-height: 1.2em;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
      overflow-wrap: break-word;
  word-wrap: break-word;

}

.content table.table_02 th {
    font-size: 18px;
  white-space: normal;
    letter-spacing: 1px;
    background-color: #005E06;
    color: #FFF;
}
.content table.table_02 td {
	font-size: 16px;
	background-color: #FFF;
}


.content table.table_02 .tr_gr th {
	background-color: #EEE;
}
.content table.table_02 .tr_gr td {
	background-color: #F9F9F9;
}

.content table.table_02 td .price {
    font-size: 150%;
  white-space: normal;
    color: #BC0000;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}


/*
ほか共通
-------------------------------------------*/


.small {
	font-size: 80%;
}
.chui {
	color: #F03600;
}
.chui_bd {
	color: #F03600;
font-weight: bold;
    border-bottom: 1px #000 solid;
}

.mb_15{margin-bottom: 15px;}
.mb_30{margin-bottom: 30px;}
.mb_50{margin-bottom: 50px;}

.ff_sf{  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;}

.list_01 {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.list_01  li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.list_01  li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}

.list_02 {
  padding: 0.5em 1em 1em 2.3em;
  position: relative;
}

.list_02  li {
  line-height: 1.3;
  padding: 0.3em 0;
  list-style-type: none!important;
}

.list_02  li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #005C2F; /*アイコン色*/
}


.table_01 th span {
	font-size: 12px;
	color: #CCC;
}




/*
お知らせ
-------------------------------------------*/

.content dl.info {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
}
.content dl.info dt {
	font-size: 24px;
	line-height: 30px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F6F6F6;
	color: #CF2A2A;
border-top: 1px dotted #CF2A2A;
border-bottom: 1px dotted #CF2A2A;
}
.content dl.info dt span {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #CF2A2A;
    text-align: center;
    display: block;
    width: 50px;
    padding-top: 10px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 10;
}
.content dl.info dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #CF2A2A;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.info dd {
    font-size: 17px;
    line-height:1.7em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
実績一覧
-------------------------------------------*/
ul.works_list {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

ul.works_list li {
	width: calc((100% - 120px)/3);
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.works_list li:nth-child(3n) {
	margin-right: 0;
}

ul.works_list li .works_icon {
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	background-color: #099;
	z-index: 50;
}

ul.works_list li a {
	display: block;
	padding: 20px;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	width: 100%;
	height: 180px;;
	object-fit: cover;
}
ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
    filter:brightness(1.5);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	color: #000;
	background-color: #F6F6F6;
}


/*
スライダー
-------------------------------------------*/
.sp-thumbnail-container img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
}
.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	cursor: pointer;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
#top_slide .top_catch {
	font-size: clamp(30px, 5vw, 90px);
	line-height: 1.2;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#top_slide .top_catch span {
	font-size: 25%;
	font-size: clamp(10px, 1.25vw, 14px);

}

#top_slide .slide_btn a {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20%;
	font-size: 18px;
	color: #FFF;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#top_slide .slide_btn a:hover {
	background-color: #FFF;
	color: #111;
}


/*
コテージ写真スライダー
-------------------------------------------*/

.img_slider {
  margin: 30px auto 0;
    width: 100%;
  max-width: 500px;
}
.img_slider .slick-img img {
  height: auto;
  width: 100%;
}





/*
現在のアルテンslick slider
-------------------------------------------*/
#now{
	width: 100%;
	max-width: 1400px;
	margin: auto;
    position: relative;
}
#now h3 {
    display: flex;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    color: #00a357;
    font-size: 26px;
    justify-content: center;
    align-items: center;
    color: #333333;
}
#now h3::before,
#now h3::after {
    width: 3px;
    height: 40px;
    background-color: #00a357;
    content: '';
}
#now h3::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
#now h3:after {
    transform: rotate(35deg);
    margin-left: 30px;
}

#now .date{
    display: block;
  font-size: 12px;
  font-size: 1rem;
  position: absolute;
  top: 13px;
  right: 0;
  line-height:2em;
  padding: 0 1em;
  color: #fff;
  border-radius: 10px 10px 0 0;
    background: #005e06;}

.thumbnail_slide img{     
    height: 200px;
        width: 100%;
  object-position: 50% 50%;
    object-fit: cover;

}



/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	background-color: #012;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup ul li {
	width: 33%;
	max-height: 220px;
	position: relative;
}
.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #00381d;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.pickup ul li a div {
	position: absolute;
	top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	height: auto;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.pickup ul li a div .pu_title {
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}

.pickup ul li a img {
	-webkit-filter:brightness(0.5);
    -moz-filter:brightness(0.5);
    -ms-filter:brightness(0.5);
    filter:brightness(0.5)
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
    filter:brightness(1.5);
}




/*
３カラムバナー
-------------------------------------------*/

.col_bn {
	padding-bottom: 30px;
    margin-bottom: 50px;
}

.col_bn ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.col_bn  .col3 li {
	width: 33.33%;
	max-height: 250px;
	position: relative;
}
.col_bn .col2  li {
	width: 50%;
	max-height: 250px;
	position: relative;
}


.col_bn ul li a div {
	position: absolute;
	bottom: 0;
  left: 0;
  width: 100%;
	height: auto;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background-color: rgba(0, 56, 26, 0.6);
}



.col_bn ul li a div .pu_title {
	display: block;
	font-size: 130%;
	font-weight: bold;
}

.col_bn ul li  img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position: right bottom;/* 100% 100%と同じ */
}

.col_bn ul li  img a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
    filter:brightness(1.5);
}


@media screen and (min-width:960px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}
    
    
    
/*
ヘッダー
-------------------------------------------*/
header {
	height: 250px;
    width: 100%;
	position: relative;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    max-width: 1400px;
    margin: auto;
    left: 0;
    right: 0;
}


header h1 a img {
	position: absolute;
    max-height: 160px; 
    width: 250px;
      display:block;
	left:50%;
	margin-left: -125px;
}

header .h_btn a {
	width: 160px;
	top: 15px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
header .h_tel a {
	top: 20px;
	right: 190px;
	line-height: 38px;
	padding-top: 4px;
}

header.fixed {
	position: fixed;
	height: 100px;
}

header.fixed h1 a img {
	height: 60px;
	top:0;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
    background-color: #231815;
	width: 100%;
    margin:auto; 
	display: block !important;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: 14%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: #231815;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #fff;
	top:2px;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #fff;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #231815;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #fff;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: rgba(0, 56, 26, 0.5);
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: auto;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #036;
}
#g_navi ul li ul li a:hover{
	color: #00381d;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}


.f_map {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.f_map a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
	background-color: #00381d;
	padding: 10px;
	height: 20px;
	width: 150px;
}
.f_map a:hover {

}
    
    
    
/*
サブトップ
-------------------------------------------*/
#sub_top.event {
	background-image: url("../../img/common/sub_top_event.jpg");
}
#sub_top.reserve {
	background-image: url("../../img/common/sub_top_reserve.jpg");
}
#sub_top.camp {
	background-image: url("../../img/common/sub_top_camp.jpg");
}
#sub_top.outdoor {
	background-image: url("../../img/common/sub_top_out.jpg");
}
#sub_top.bbq {
	background-image: url("../../img/common/sub_top_bbq.jpg");
}
#sub_top.spa {
	background-image: url("../../img/common/sub_top_spa.jpg");
}
#sub_top.center {
	background-image: url("../../img/common/sub_top_center.jpg");
}
    
.no_pc {
	display: none;
}

}
/*(/960～)*/


@media screen and (min-width:1200px){
header .h_btn a {
	right: 50%;
	margin-right: -600px;
}
header .h_tel a {
	right: 50%;
	margin-right: -400px;
}
header h1 a img {
	left:50%;
	margin-left: -125px;
    
}

}
/*(/1200～)*/

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

body {
	font-size: 16px;
}


img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.col_bn ul li  img {
      object-position: right 70%;/* 100% 100%と同じ */
}
    
.content h4 {
	margin-right: 0px;
	margin-left: 0px;
}
ul.works_list {
	padding: 30px 20px;
}

ul.works_list li {
	width: calc((100% - 70px) / 2 ) ;
}
ul.works_list li:nth-child(3n) {
	margin-right: 30px;
}
ul.works_list li:nth-child(2n) {
	margin-right: 0;
}

.head_image{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding-top: 0;
}

#top_slide {
	padding-top: 0;
}

#sub_top {
    width: 100%;
	height: 100px;
	padding-top: 120px;
	letter-spacing: 0.5em;
	font-size: 18px;
}
.image_map {
	padding-top: 0;
}

  .box_contact .tel li a {
    display: inline-flex;
}  
    
    
/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	color: #999;
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}




/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height:80px;
}

header h1 a img {
	height: 75px;

}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel a {
	top: 10px;
	right: 200px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

#sub_top.event {
	background-image: url("../../img/common/sub_top_event_sp.jpg");
}
#sub_top.reserve {
	background-image: url("../../img/common/sub_top_reserve_sp.jpg");
}
#sub_top.camp {
	background-image: url("../../img/common/sub_top_camp_sp.jpg");
}
#sub_top.outdoor {
	background-image: url("../../img/common/sub_top_out_sp.jpg");
}
#sub_top.bbq {
	background-image: url("../../img/common/sub_top_bbq_sp.jpg");
}
#sub_top.spa {
	background-image: url("../../img/common/sub_top_spa_sp.jpg");
}
#sub_top.center {
	background-image: url("../../img/common/sub_top_center_sp.jpg");
}

.no_sp {
	display: none;
}

}
/*(/～960)*/


@media screen and (max-width:640px){
.content {
	width: 95%;
    }
#top_slide .top_catch {
	font-size: 5vw;
	top: 40%;
}
#top_slide .slide_btn a {
	font-size: 16px;
	bottom: 10%;
	line-height: 32px;
	width: 260px;
	margin-left: -130px;
}
.pickup ul li {
	width: 100%;
	max-height: 130px;
	margin-bottom: 1px;
}
.pickup ul li a div {
		font-size: 12px;
}

.col_bn .col3 li {
	width: 100%;
	max-height: 150px;
	margin-bottom: 1px;
}

.col_bn .col2 li {
	width: 100%;
    	max-height: 150px;
	margin-bottom: 1px;
}    
.col_bn ul li a div {
		font-size: 12px;
}



header .h_btn a {
	width: 50px;
	top: 10px;
	right: 50px;
	font-size: 18px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
header .h_tel a {
	width: 50px;
	font-size: 18px;
	right: 95px;
}
header .h_tel a span,
header .h_btn a span {
	display: none;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_02 th,
.content table.table_02 td {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.content .bg_white  {
    padding:10px;

}

.image_map {
    padding-top: 20px;
}

ul.works_list {
	padding: 10px;
}

ul.works_list li {
	width: calc((100% - 50px) / 2 ) ;
}
ul.works_list li:nth-child(3n) {
	margin-right: 30px;
}
ul.works_list li:nth-child(2n) {
	margin-right: 0;
}

ul.works_list li a {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.box_contact p {
	font-size: 14px;
}




footer .f_bn li a i {
	padding-right: 0px;
}

footer .cont_wrap {
	display: none;
}
    
    
    
}
/*(/～640)*/

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

input,
textarea {
	max-width: 300px !important;
}






#sub_top {
	font-size: 16px;
}

.content h2 {
	font-size: 24px;
}

}
/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

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




