/* CSS Document */
/*
Site Name:　地域商社京丹波
Site URI: 

@charset "utf-8";
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Noto+Sans:400,700');
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);



@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
html.page-overflow, body.page-overflow {
  overflow-x: auto;
}
html.page-overflow #page-header-section,
html.page-overflow #page-main,
html.page-overflow #page-main_sp,
html.page-overflow #page-mobile-menu,
html.page-overflow #page-footer,
body.page-overflow #page-header-section,
body.page-overflow #page-main,
body.page-overflow #page-main_sp,
body.page-overflow #page-mobile-menu,
body.page-overflow #page-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



body {
	color: #484848; /*#604C3F;*/
	font-family: 'Noto Sans Japanese',"游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", Hiragino Kaku Gothic Pro, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.8;
	background-color: #FFF;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #E71A0F;
}

::-moz-selection {
  color: #ffffff;
  background: #E71A0F;
}

::selection {
  color: #ffffff;
  background: #E71A0F;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #488233;
  border-bottom: 2px solid transparent;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #604C3F;
  /*border-bottom: 2px solid #E71A0F;*/
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 21px;  /*28px*/
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p {
  margin: 0 0 20px 0;
	font-size: 115%;
		font-weight: 200;
}

@media screen and (max-width: 768px) {
p {
  margin: 0 0 40px 0;
	font-size: 96%;
	line-height: 1.7em;
}	
}


.content-ttl {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	color: #7604C3F;
	text-align: center;
	font-size: 28px;
}

.content-ttl {
  padding-bottom: .5em;
}
.content-ttl span {
  display: block;
  margin-top: .2em;
  color: #aaa;
  font-size: 40%;
}


.content-ttl2 {
	font-family: 'Noto Sans', sans-serif;
	color: #7604C3F;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
}

.content-ttl2 {
  padding-bottom: .5em;
}
.content-ttl2 span {
  display: block;
  margin-top: .2em;
  color: #aaa;
  font-size: 40%;
}

.content-ttl3 {
	font-family: 'Noto Sans', sans-serif;
	color: #70A452;
	text-align: center;
	font-size: 19px;
	padding-top: 15px;
}

.content-ttl3 {
  margin-bottom: 0;
}
.content-ttl3 span {
  display: block;
  margin-top: .2em;
  font-size: 16px;
}



/*------------------------------------------------------
　　　　　　　　　＊ MARGIN　＊
-------------------------------------------------------*/
.m_0 {margin: 0px !important;}
.m_10 {margin: 10px !important;}
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b90 {margin-bottom: 90px !important;}

.m_b40_sp0 {margin-bottom: 40px !important;}

.m_0010 p {margin:0 0 10px !important;}

@media screen and (max-width: 991px){
.m_b90 {margin-bottom: 40px !important;}
}
@media screen and (max-width: 414px){
.m_b40_sp0 {margin-bottom: 0px !important;}
}
.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l35 {margin-left: 35px !important;}
.m_l40 {margin-left: 40px !important;}
.m_l60 {margin-left: 60px !important;}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}
.m_lrtb10 {margin: 10px 10px !important;}

.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r35 {margin-right: 35px !important;}
.m_r40 {margin-right: 40px !important;}
.m_r50 {margin-right: 50px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t12 {margin-top: 12px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t100 {margin-top: 100px !important;}

/*------------------------------------------------------
　　　　　　　　　＊ PADDING　＊
-------------------------------------------------------*/
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p_l5 {padding-left: 5px !important;}
.p_lr5 {padding: 0px 5px 0px 5px !important;}
.p_lr10 {
	padding-right: 10px;
	padding-left: 10px !important;}
.p_lr10sp {
	padding-right: 10px;
	padding-left: 10px;}
.p_lr15 {
	padding-right: 15px;
	padding-left: 15px !important;}
.p_lr25 {
	padding-right: 25px;
	padding-left: 25px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_r5 {padding-right: 5px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t35 {padding-top: 35px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b2em {padding-bottom: 2em !important;}
.p_b5em {padding-bottom: 5em !important;}
.p_b12em {padding-bottom: 12em !important;}

@media screen and (max-width: 768px){
.p_b2em {padding-bottom: 1em !important;}
.p_b12em {padding-bottom: 5em!important;}
}
@media screen and (max-width: 414px){
.p_lr10sp {
	padding-right: 0px;
	padding-left: 0px;}
.p_b12em {padding-bottom: 3em!important;}
}
/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/
.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #70A452 !important;}
.f_red {color: #DD0000 !important;}
.f_white {color: #FFFFFF !important;}
.f_gold {color: #868052 !important;}
.f_orange {color: #EE7332 !important;}
.f_orange2 {color: #F8B62B !important;}

.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_s16res {font-size: 170% !important;}
.f_s20res {font-size: 154% !important;}
@media screen and (max-width: 360px){
.f_s20res {font-size: 134% !important;}
}

@media screen and (max-width: 1199px){
.f_s16res {font-size: 154% !important;}
}
@media screen and (max-width: 991px){
.f_s16res {font-size: 112% !important;}
}
@media screen and (max-width: 414px){
.f_s16res {font-size: 154% !important;}
}
.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh200 {line-height: 2.0;}
.f_lh250 {line-height: 2.5;}


.t-a_right {text-align: right;}
.t-a_center {text-align: center;}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
	.t-a_right {text-align: left;}
}

.error_messe{color: #EE7332 !important;}

/*------------------------------------------------------
　　　　　　　　　＊ font-family　＊
-------------------------------------------------------*/

.f_min {
font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

.f_min2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
}

.f_noto_b {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
}

.f_noto {
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 2.2px;
}


/*　縦書き　*/
.f_vertical {
font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.7;
  letter-spacing: 0.03em;
	width: 100%;
	
}

/* 英字は横倒し 日本語は正立 記号類はそれぞれ適切な向き*/
.mixed {text-orientation: mixed;}

/* すべて縦方向に表示 */
.upright {text-orientation: upright;}

/* 欧文と一緒に横倒し */
.sideways {text-orientation: sideways;}

/* マークアップした数字、記号、漢字などを縦書き中で横組み */
.tcy {
	text-combine-upright: all;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
}


.f_vertical span {
		/*text-combine-upright: all;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;*/
}

.ve_wrap {
  margin-top: 3em;
  margin-right: 20%;
}

@media screen and (max-width: 767px){
.f_vertical {
-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;	
}	
.f_vertical {
    color: #585757;
    font-size: 16px!important;
    line-height: 1.7;
    margin-bottom: 40px;
}

.ve_wrap {
  margin-top: 0.5em;
  margin-right: auto;
}	
}

@media screen and (max-width: 414px){
	
.f_vertical {
    color: #585757;
    font-size: 16px!important;
    line-height: 1.7;
    margin-bottom: 40px;
	text-align: center;
}

	
}


/*　ボーダー 線　*/
.boder_sl-tb {
  padding: 1.75em 1.75em 1em 1.75em;
  border: 1px solid #ccc;
}

/*　 下ボーダー　ドット線　*/
.under-boder_sl {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.under-boder_sl h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 300;
}


.desc td  { font-weight: 200; }
.desc th  { width: 20%; text-align: left; }
.desc th {
    color: #7EA770;
	font-weight: normal;
}

@media screen and (max-width: 767px){
    .desc { margin: 0 -2px; }
    .desc th,
    .desc td{
    width: 100%;
    display: block;
    border-top: none;
    }	
    .desc td{
		margin-bottom: 10px;
	}
}


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

/* 大枠ボックス　「display:flex;」を利用して画像に文字を重ねる　 */
.layer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}


/*--　背景色　--*/

.bg-grad-blue{
    background: rgb(185,222,230);
background: linear-gradient(0deg, rgba(185,222,230,1) 0%, rgba(222,237,247,1) 53%, rgba(255,255,255,1) 99%);
padding-top:  top: 2em;
padding-bottom: 3em;
}


.bg-attraction { 
    width: 100%;
   /* height: 0;
     (画像の高さ856 / 画像の横幅1525) × 100   
    padding-top: 56.1311475%;
	background-size: cover;*/  
background: url(../img/common/bg_attraction.jpg) 0 0 no-repeat;
    background-position: center center;
	padding-top: 5em;
	padding-bottom: 5em;
}


.bg-l-blue{
    background-color: #EBF6F7!important;
	padding-top: 5em;
	padding-bottom: 3em;
}


.bg-wh{
    background-color: #FFF!important;
	padding-top: 5em;
	padding-bottom: 3em;
}

.bg-be{
    background-color: #FAF9ED!important;
}

/*　ノーマル角丸　*/
.rounded-wh { 
border-radius: 10px; 
background-color: rgba(255,255,255,0.72);
padding: 2.5em 2.5em 1em 2.5em;
} 

@media screen and (max-width: 768px) {
.rounded-wh { 
padding: 1.5em;
margin-bottom: 3em;
}
}


/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1170 {
width: 100%;
max-width: 1170px;
margin:0px auto;
}


/*====================================================================
.other_thumbnailArea
====================================================================*/

.other_thumbnailArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
.other_thumbnailArea .other_list {
	width: 24.25%;
	margin: 0 0 20px 0;
	box-shadow: 0 0 4px 1px rgba(113, 135, 164, 0.12);
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.other_thumbnailArea .other_list .other_imgBox a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.other_thumbnailArea .other_list .other_imgBox img {
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center center;';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.1倍まで */
	max-width: 100%;
}
.other_thumbnailArea .other_list .other_imgBox img:hover {
	max-width: 110%;
}
.other_thumbnailArea .other_list .other_textBox {
	margin: 0;
	padding: 0;
	background: #fff;
}

.other_thumbnailArea ul {
    list-style: none;
}

.other_thumbnailArea .other_list .other_textBox ul {
	padding: 17px 17px 27px;
	margin: 0;
	border-top: 2px solid #eee;
}
.other_thumbnailArea .other_list .other_textBox ul li.time {
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.15em;
	font-family:Verdana, Geneva, "sans-serif"
}

.other_thumbnailArea .other_list .other_textBox ul li.time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
  padding-right : 5px;
}

.other_thumbnailArea .other_list .other_textBox ul li.time .new {
	color: #e60012;
	font-size: 12px;
	margin-left: 7px;
}
.other_thumbnailArea .other_list .other_textBox ul li.title {
	font-size: 145%;
	padding-top: 5px;
}



.other_thumbnailArea .other_list .other_textBox ul li.description {
	padding-top: 5px;
	font-size: 110%;
	color: #604C3F;
	margin: 0;
	line-height: 1.6em;
}
.other_thumbnailArea .other_list .other_textBox ul li.site_name a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	padding: 0 17px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60px;
	border-top: 1px dashed #dedede;
	box-sizing: border-box;
}
.other_thumbnailArea .other_list .other_textBox ul li a:hover {
	color: #2196F3;
}
@media screen and (max-width: 768px) {
	.other_thumbnailArea .other_list {
		width: 48.5%;
	}
}
@media screen and (max-width: 767px) {
	.other_thumbnailArea .other_list .other_textBox ul {
		padding: 12px 12px 47px;
		margin: 0;
	}
	.other_thumbnailArea .other_list .other_textBox ul li {
		letter-spacing: .025em;
	}
	.other_thumbnailArea .other_list .other_textBox ul li.time {
		font-size: 10px;
		color: #666666;
	}	
	
	.other_thumbnailArea .other_list .other_textBox ul li.time .new {
		font-size: 10px;
	}
	.other_thumbnailArea .other_list .other_textBox ul li.title {
		font-size: 16px;
		padding-top: 5px;
		line-height: 1.5em;
	}
	.other_thumbnailArea .other_list .other_textBox ul li.description {
		display: none;
	}
	.other_thumbnailArea .other_list .other_textBox ul li.site_name a {
		font-size: 10px;
		padding: 0 12px;
	}
}


/*---  隙間なし枠３分割 ---------------------------*/


@media screen and (min-width:992px) {
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
}	
	
.clear {
	clear:both;　/*float解除*/
}

.grid-wrapper {
  height: 100%;
 margin-bottom: 3.5em;
}

/*.grid-wrapper img {
width: 100%;
display: block;
max-width: 100%;
height: 100%;
}*/

.grid-wrapper p {
  padding: 10px;
    margin: 0 0 0px 0;
    font-size: 110%;
	color: #846754;
}

.bd_eee {
border: 1px solid #eee;
}	
	
.content_033 {
float: left;
width : 33.33333%;
width : -webkit-calc(100% / 3);
width : calc(100% / 3);
}

*::-ms-backdrop, .content_033 {
  width: 33.33%; /* IE11 */
}

@media only screen and (max-width:649px){
.content_033 {
float: left;
width : 33.33333%;
width : -webkit-calc(100% / 1);
width : calc(100% / 1);
margin-bottom: 30px;
}		
}

@media only screen and (max-width:374px){
.content_033 {
float: left;
width: 100%;
width : -webkit-calc(100% / 1);
width : calc(100% / 1);
}
}
	

/*画像サイズ制限*/
.bis-icon {
max-width: 200px;
	margin-top: 20px;
}


/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1140 {
width: 100%;
max-width: 1140px;
margin:0px auto;
}
/* -------------------------------- 
　パンくず用
-------------------------------- */
.bg-lgray{
	background: #EFEFEF;
	/*border-top: 2px solid #fff;*/
}
.bg-bdcb{
	background: #FFF;
		box-shadow: 0px 10px 5px -5px rgba(66, 81, 41, 0.07);
/*		-moz-box-shadow: 0px 10px 5px -5px rgba(66, 81, 41, 0.07);
		-webkit-box-shadow: 0px 10px 5px -5px rgba(66, 81, 41, 0.07);
		-o-box-shadow: 0px 10px 5px -5px rgba(66, 81, 41, 0.07);
		-ms-box-shadow: 0px 10px 5px -5px rgba(66, 81, 41, 0.07);*/
}
@media only screen and (max-width: 414px) {
.bg-bdcb{
	background: #F2F2F2;
}
}

#breadcrumb{
	width: 100%;
max-width: 1170px;
margin:0px auto;
	font-size:13px;
	padding:5px 10px 5px 10px;
}
@media only screen and (max-width: 1199px) {
#breadcrumb{
	max-width: 960px;
	margin: 0px auto;
}
}
@media only screen and (max-width: 1024px) {
#breadcrumb{
	padding:10px 50px 10px 50px;
}
}
@media only screen and (max-width: 991px) {
#breadcrumb{
	max-width: 720px;
	margin: 0px auto;
	padding:10px 0px 10px 0px;
}
}
@media only screen and (max-width: 768px) {
#breadcrumb{
	padding:10px 20px 10px 20px;
}
}
@media only screen and (max-width: 414px) {
#breadcrumb{
	padding:10px 20px 10px 20px;
}
}


/* ----------font  ----------*/


.page-lead-wrap {
  /*padding-top: 2em;*/
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .page-lead-wrap {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.page-lead {
  font-size: 27px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .page-lead {
    font-size: 138%;
line-height: 1.4em;
letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 480px) {
	  .page-lead {
    font-size: 120%;
line-height: 1.4em;
letter-spacing: 0.02em;
  }
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}


/*----------------- Header -----------------*/

.kasou #page-header-section {
  width: 100%;
  padding: 0;
}


#page-header-section {
  width: 100%;
  padding: 10px 0 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 103;
}
#page-header-section.page-scrolled {
  padding: 0px 0;
  background: rgba(0, 0, 0, 0.8);
  background: white;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#page-header-section.page-scrolled #page-logo a {
  color: #604C3F;
}
#page-header-section.page-scrolled #page-logo a:hover {
  color: #7b7b7b;
}
#page-header-section.page-scrolled #page-menu-wrap .sf-menu a {
  color: #604C3F;
  border-bottom: none !important;
}
#page-header-section.page-scrolled #page-menu-wrap .sf-menu a:hover {
  color: #0BAC40 !important;
}
#page-header-section.page-scrolled #page-menu-wrap .sf-menu li.active > a {
  color: #0BAC40 !important;
}
#page-header-section.page-scrolled #page-menu-wrap > .sf-menu > li > a {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

#page-logo {
  font-size: 20px;
  margin: 10px 0 2px 0;
  padding: 0;
  font-weight: bold;
}
#page-logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  color: rgba(255, 255, 255, 0.9);
  padding: .75em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 13px;
  border-bottom: none !important;
}

.kasou .sf-menu a {
  color: rgba(9,150,55,1.00);
}


.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ffffff;
}

.kasou .sf-menu li:hover a,
.kasou .sf-menu li.sfHover a,
.kasou .sf-menu ul li:hover a,
.kasou .sf-menu ul li.sfHover a,
.kasou .sf-menu li.active a {
  color: #4BBB6F;
}


.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#page-menu-wrap .sf-menu a {
  padding: 1.2em 2em 1.2em 2em;
}

/*.kasou #page-menu-wrap {
  padding: 0.7em 2em 0.7em 2em;
}*/

@media screen and (max-width: 1199px) {
#page-menu-wrap .sf-menu a {
  padding: 2em 2em 2em 1em;
}
}

#page-primary-menu > li > ul li.active > a {
  color: #E71A0F !important;
}
#page-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}
#page-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

#page-primary-menu .page-sub-menu {
  padding: 7px 0 3px;
  background: rgba(217, 242, 200, 0.8);
  /* background: rgba(255, 255, 255, 0.8);
 -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;*/
	min-width: 160px;
}

#page-primary-menu .page-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#page-primary-menu .page-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #E71A0F;
  border-bottom: 8px solid rgba(217, 242, 200, 0.8);
  /* border-bottom: 8px solid rgba(255, 255, 255, 0.8);*/
  border-left: 8px solid transparent;
  content: '';
}

#page-primary-menu .page-sub-menu .page-sub-menu:before {
  top: 6px;
  right: 100%;
}

#page-primary-menu .page-sub-menu .page-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#page-primary-menu .page-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px 7px 15px;
  font-size: 13px;
  line-height: 26px;
  color: #604C3F !important;
  text-transform: none;
  background: none;
}
#page-primary-menu .page-sub-menu a:hover {
  color: #099637 !important;
}

/* Mobile Menu */
#page-mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #099637;
  height: 44px;
  display: table;
}
#page-mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
}

#page-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #2f512e;
  padding: 0.75em 1.25em;
}
#page-mobile-menu #page-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#page-mobile-menu #page-mobile-menu-ul li {
  list-style: none;
}
#page-mobile-menu #page-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#page-mobile-menu #page-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.9);
}
#page-mobile-menu #page-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-ddown {
  position: relative;
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-menu {
  display: none;
  padding-left: 20px;
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-menu li {
  list-style: none;
}

#page-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #604C3F;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#page-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#page-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #604C3F;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#page-feature {
  background: #f6f9fa;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #page-feature {
    padding: 3em 0 2em 0;
  }
}




#page-main {
  margin-top: 150px;
/*  padding-top: 50px;*/
  z-index: 102;
  position: relative;
  background: #ffffff;
}

#page-main_sp {
  padding-top: 110px;
  z-index: 102;
  position: relative;
  background: #000;
}
#page-main_sp-top {
  padding-top: 110px;
  z-index: 102;
  position: relative;
  background: #000;
}

@media screen and (max-width: 768px) {
  #page-main,
#page-main_sp,
#page-main_sp-top {
    margin-top: 0px;
    padding-top: 20px;
  }
}

body.inner-page #page-main {
  margin-top: 400px;
}
body.inner-page #page-main_sp {
  margin-top: 400px;
}
body.inner-page #page-main_sp-top {
  margin-top: 400px;
}


@media screen and (max-width: 768px) {
  body.inner-page #page-main,
  body.inner-page #page-main_sp {
    margin-top: 0px;
    padding-top: 20px;
  }
}


#page-main,
#page-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.page-mobile-menu-visible #page-main,
body.page-mobile-menu-visible #page-main_sp,
body.page-mobile-menu-visible #page-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.page-mobile-menu-visible #page-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}




/* ========================================
Components 
========================================*/

/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.page-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
 border: 2px solid #8FC31F !important;
  background: transparent;
  color: #fff;
  background: #8FC31F;
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
border: 2px solid #fff !important;
  background: #D8EFF4;
  color: #8FC31F;
}

.btn-outline2 {
 border: 2px solid #604C3F !important;
  background: transparent;
  color: #fff;
  background: #604C3F;
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn-outline2:hover, .btn-outline2:active, .btn-outline2:focus {
border: 2px solid #fff !important;
  background: #8FC31F;
  color: #FFF;
}

.btn-lg {
line-height: .8em!important;
}

/* Features*/
/* Feature 1 */
.page-feature-1 .page-feature-figure {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .page-feature-1 .page-feature-figure {
    text-align: center !important;
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .page-feature-1 .page-feature-figure img {
    display: inline-block;
    margin: 0 auto;
  }
}
.page-feature-1 .page-feature-blurb ul {
  padding: 0;
  margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
  .page-feature-1 .page-feature-blurb ul {
    margin: 2em 0 0 0;
  }
}
.page-feature-1 .page-feature-blurb ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.page-feature-1 .page-feature-blurb ul li > .page-feature-blurb-text {
  float: right;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .page-feature-1 .page-feature-blurb ul li > .page-feature-blurb-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .page-feature-1 .page-feature-blurb ul li > .page-feature-blurb-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .page-feature-1 .page-feature-blurb ul li > .page-feature-blurb-text {
    width: 80%;
  }
}
.page-feature-1 .page-feature-blurb ul li .page-feature-blurb-icon {
  float: left;
  width: 15%;
}
.page-feature-1 .page-feature-blurb ul li .page-feature-blurb-icon i {
  font-size: 40px;
  color: #E71A0F;
}
@media screen and (max-width: 992px) {
  .page-feature-1 .page-feature-blurb ul li .page-feature-blurb-icon {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .page-feature-1 .page-feature-blurb ul li .page-feature-blurb-icon {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-feature-1 .page-feature-blurb ul li .page-feature-blurb-icon {
    width: 20%;
  }
}
.page-feature-1 .page-feature-blurb ul li .page-feature-blurb-title {
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

/* Feature 2*/
.page-feature-2 .page-feature-item {
  margin-bottom: 30px;
}
.page-feature-2 .page-feature-title {
  letter-spacing: 2px;
}
.page-feature-2 .page-feature-icon {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.page-feature-2 .page-feature-icon i {
  font-size: 50px;
  color: #E71A0F;
}
.page-feature-2 .page-feature-icon.page-circle {
  display: table;
  width: 100px;
  height: 100px;
  margin: 0 auto 2em auto;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-feature-2 .page-feature-icon.page-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}



/* Header */

.page-header {
  text-align: center;
}
.page-header .page-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .page-header .page-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.page-header .page-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}


/*----------- footer AREA -----------*/

#page-footer {
  /*border-top: 1px solid rgba(0, 0, 0, 0.08);*/
  padding: 1em 0 1em 0;
/*	background-color: #4C4948;*/
	color: #604C3F;
	background: rgb(211,233,222);
background: linear-gradient(0deg, rgba(211,233,222,1) 0%, rgba(222,237,247,1) 54%, rgba(255,255,255,1) 99%);
}

#page-footer a {
	color: #63B065;
}
#page-footer a:hover {
	color: #9DE683;
}

.copy{
	font-size: 12px;
	text-align: center;
	margin: 20px 0 0 0;
}

.sns-icon {
			color: #70A452;
}

.sns-icon p {
	margin: 3em 0 0 0;
	text-align: center;
	font-size: 12px!important;
	color: #604C3F;
}


.sns-icon a {
			color: #70A452;
}
.sns-icon a:hover {
			color: #099637;
}

.sns-icon ul {
    	list-style-type: none;
    	padding-left: 0;
    }
.sns-icon li {
    	width: 30px;
    	height: 10px;
    	padding: 10px;
    	margin: 10px;
		font-size: 250%;

    }
    .inline-block {
    	text-align: center;
    }
    .inline-block li {
    	display: inline-block;
    }
.h-logo{
	max-width: 180px;
	height: auto;
}

.page-scrolled .h-logo{
	max-width: 130px;
	height: auto;
}

.f-logo{
	max-width: 250px;
	height: auto;
}

@media screen and (max-width: 768px) {
  #page-footer {
    padding: 1em 0 1em 0;
  }
}

/* SP Nav Accordions */
.page-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.page-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.page-accordion .panel-heading .accordion-toggle {
  color: #E71A0F;
}
.page-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #604C3F !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.page-accordion .panel-heading.collapsed .accordion-toggle {
  color: #604C3F !important;
}
.page-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #604C3F !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}


/* Social Icons */
.page-social-icons {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
.page-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.page-social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
.page-social-icons li i {
  font-size: 30px;
}


/*横スライド　Owl Override Styleの外枠組*/

#page-feature-slider .page-item-slide-text {
  margin-top: 1em;
}
#page-feature-slider .page-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#page-feature-slider .page-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #page-feature-slider .page-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #page-feature-slider .page-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #page-feature-slider .page-item-slide-text {
    margin-top: 0em;
  }
}




/*slick*/
body {
  position: relative;
}

.slick-slide, .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.full-wide-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 42vw;
}
	

.slick-slide::before {
  /*background-color: #000;*/
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(209,209,209,0.6502800949481355) 68%, rgba(16,17,17,0.7539215515307686) 100%);
  opacity: .3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
	text-align: center;
	color: #efefef;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: left;
  padding: 20px;
/*  border: 3px solid;
	font-family: "Sawarabi Mincho";
   */
	text-shadow:0 0 10px #8C8C8C;
	font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 30px;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

@media screen and (max-width: 768px) {
.slick-slide {
	margin-top:40px;
	height: 44vw;
	}
.caption {
  position: absolute;
  top: 35%;
  left: 5%;
  text-align: left;
  padding: 15px;
/*  border: 2px solid;*/
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.slick-dots {
    position: absolute;
    bottom: -65px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}	
}	

@media screen and (max-width: 414px) {
.slick-slide {
	margin-top:45px;
	height: 45vw;
	}
.caption {
  position: absolute;
  top: 34%;
  left: 5%;
  padding: 10px;
  /*border: 1px solid;*/
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 20%;
  left: 40%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots {
    position: absolute;
    bottom: -65px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}	
}
@media screen and (max-width: 375px) {
.caption {
  position: absolute;
  top: 24%;
  left: 5%;
  padding: 10px;
  /*border: 1px solid;*/
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.slick-slide {
	margin-top:45px;
	height: 50vw;
	}
.slick-dots {
    position: absolute;
    bottom: -80px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}	
}	
@media screen and (max-width: 320px) {
.slick-slide {
	margin-top:45px;
	height: 49vw;
	}
.caption {
  position: absolute;
  top: 24%;
  left: 5%;
  padding: 10px;
  /*border: 1px solid;*/
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 20%;
  left: 40%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots {
    position: absolute;
    bottom: -70px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}	
}

	
	
.slick-dots li button::before {
	color: #eee;
}
.slick-dots li.slick-active button::before {
	color: #fff;
}
	
@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}


/* -------------------------------- 
　横幅指定
-------------------------------- */
.infiniteslide ul {
    padding-left: 0px!important;
}
.infiniteslide img {
    max-height: 220px;
	width: auto;
	margin-right: 0px;
}

@media screen and (max-width: 768px) {
	
.infiniteslide img {
    max-height: 130px;
}	
}	
	

/* -------------------------------- 
　Attraction
-------------------------------- */
.bg-attraction h5 {
    font-size: 177%;
	color: #70A452;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	line-height: 1.3em;
}	
.bg-attraction p {
font-size: 90%;
line-height: 1.6em;
margin: 0;
}		


#facebook {
	text-align:  center;
}


/* facebook埋め込み：レスポンシブ対応 */
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}


/* -------------------------------- 
　common banner area
-------------------------------- */
#banners-area{
	background-color: #F5F4E6;
	padding-top: 1.3em;
}

 
/*----------------------------------------------------
   OwlCarousel2
----------------------------------------------------*/

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

#banners-area{
	background-color: #EBEBEC;
	padding-top: 1.3em;
	position: relative;
}


.owl-theme .owl-dots {
	display:none!important;
}

#banners-area .owl-carousel .item {
    padding: 1rem;

}
#banners-area .owl-carousel .item{
    padding: 1rem;

}

.item img{
	padding-bottom: 10px;
}


.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 10%;
	margin: 0;
	padding: 20px 20px;
	transform: scaleX(0.5);
	background-color: initial;
}

@media screen and (max-width: 640px){
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
	padding: 20px 10px;
}	
}	

.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5px;
}
@media screen and (max-width: 1199px){
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -10px;
}
}
@media screen and (max-width: 991px){
.owl-theme .owl-controls .owl-nav .owl-prev {
	top: 5%;
	left: -15px;
}
}	
@media screen and (max-width: 768px){
.owl-theme .owl-controls .owl-nav .owl-prev {
	top: 7%;
	left: -15px;
}
}	
@media screen and (max-width: 414px){
.owl-theme .owl-controls .owl-nav .owl-prev {
	top: 20%;
	left: -15px;
}
}	

.owl-theme .owl-controls .owl-nav .owl-next {
	right: 5px;
}

@media screen and (max-width: 1199px){
.owl-theme .owl-controls .owl-nav .owl-next {
	right: -10px;
}
}
@media screen and (max-width: 991px){
.owl-theme .owl-controls .owl-nav .owl-next {
		top: 5%;
		right: -15px;
}
}
@media screen and (max-width: 768px){
.owl-theme .owl-controls .owl-nav .owl-next {
		top: 7%;
		right: -15px;
}
}	
@media screen and (max-width: 414px){
.owl-theme .owl-controls .owl-nav .owl-next {
		top: 20%;
		right: -15px;
}
}
.owl-prev i,
.owl-next i {
font-size: 3s.5rem;
	color: #797878!important;
                }


/*------------------------------------------------------
　＊ 下層　page cover　＊
-------------------------------------------------------*/

.page-cover{
		margin-top: 4.5em;
}



@media screen and (max-width: 1024px){
.kasou .page-cover{
margin-top: 3.3em;
}

}

@media screen and (max-width: 768px){
.page-cover{
		margin-top: 3.7em;
}	
}

@media screen and (max-width: 414px){
.page-cover{
		margin-top: 4.3em;
}	
}


#cover_business {
    position: relative;
    background: url(../img/business/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
#cover_business01 {
    position: relative;
    background: url(../img/business/cover01_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
#cover_business02 {
    position: relative;
    background: url(../img/business/cover02_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
#cover_business03 {
    position: relative;
    background: url(../img/business/cover03_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

#cover_attraction {
    position: relative;
    background: url(../img/attraction/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
#cover_contact {
    position: relative;
    background: url(../img/contact/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

#cover_companies {
    position: relative;
    background: url(../img/companies/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

#cover_profile {
    position: relative;
    background: url(../img/about/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

#cover_topics {
    position: relative;
    background: url(../img/topics/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
#cover_spe {
    position: relative;
    background: url(../img/special-edition/cover_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

@media screen and (max-width: 414px){
#cover_business,
#cover_attraction,
#cover_contact,
#cover_companies,
#cover_profile,
#cover_topics,
#cover_spe,
#cover_corp
{
	background-position:center bottom;
}

#cover_business01 {
    background-position:center bottom;
}
#cover_business02 {
    background-position:center bottom;
}
#cover_business03 {
    background-position:center bottom;
}
	
}


@media screen and (max-width: 768px){
#cover_business,
#cover_attraction,
#cover_contact,
#cover_companies,
#cover_profile,
#cover_topics,
#cover_spe,
#cover_corp
{
 padding: 50px 0;
 margin-top: 45px;
	}		
}


.square_wh {
    background-color: rgba(255,255,255,0.5);
    padding: 30px 10px 5px 10px;
    margin: 0 auto;
    width: 90%;
    max-width: 200px;
    font-size: 1rem;
    line-height: 1.7;
}

.cover_ttl {
text-align: center;
	font-size: 190%;
	color: #594630;
	line-height: 28px;
}

.cover_ttl span{
	font-size: 70%;
	color: #48A468;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-top: 8px;
}


@media only screen and (max-width: 480px) {
#cover_message {
        overflow: scroll;
    }
.square_wh {
        width: 100%;
    }  
}

/*------------------------------------------------------
　＊ top　特集企画　＊
-------------------------------------------------------*/

.boder_4co {
  padding: .5em .75em;
  border: 1px solid #ccc;
  background: #dbe6b5;
}

.name-ttl {
  font-size: 2.0em;
	color: #000;
	margin-top: 20px;
	font-family: "Sawarabi Mincho";
}



.name-ttl span {
  padding: .5em .75em;
  background-color: #BFAA60;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	border-radius: 30px;
	vertical-align:20%;
}
.name-ttl h4 {
	line-height: line-height: 38px;
}


/*ブロックレベル要素全体をリンク*/
.button-nv {
  position: relative;
}
.button-nv a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
line-height: 48px;
}
.boder_4co p {
	margin-top: 1em;
	margin-bottom: 1.6em;
}

.float-right{
  float:right;
     background:#f3f3f3;
line-height: 25px;
padding-right: 0.5em;
padding-left: 0.5em;
margin-top: -1.5em;
}
a:hover .float-right {
     background:#fff;
}

.float-left{
	  float:left;
	}
	


@media only screen and (max-width : 414px) {
.button-nv {
    padding: 35px 20px;
    min-width: 260px;
}	
	
.name-ttl {
  font-size: 1.7em;
	color: #000;
	margin-top: 10px;
	text-align: center;
	line-height: 1.7em;
}
.name-ttl span {
  padding: .5em .75em;
  background-color: #BFAA60;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}	
	
}	

#about-brand .kasou .sf-menu a {
    color: 
    rgba(255,255,255,1.00)!important;
}

/*------------------------------------------------------
　＊ attraction　京丹波の魅力　＊
-------------------------------------------------------*/
.fade_slide {
	max-width: 100%;
	margin: 0 auto 50px; 
	padding: 0; 
	height: auto;
}
.fade_slide img{
	width: 100%;
}
.fade_slide .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.fade_slide .slick-dots li button:before {
    color: #ADC7B6;
}
.fade_slide .slick-dots li.slick-active button:before {
    color: #099637;
}

.fade_slide .slick-slide {
  position: relative;
  height: 42vw;
}

@media screen and (max-width: 768px) {
.fade_slide .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}	
}
@media screen and (max-width: 414px) {
.fade_slide .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}	
}

/*------------------------------------------------------
　＊ about/profile.html 　運営チーム・概要　＊
-------------------------------------------------------*/

.desc_pf{
	padding-left:320px;
	padding-top:50px;
	padding-bottom:70px;
}
.desc_pf table{
	border-collapse:collapse;
	width:100%;
	border-bottom:solid 1px #828079;
}
.desc_pf table th{
	color: #5C7D40;
	text-align:left;
	vertical-align:middle;
	padding:15px 10px;
	width:240px;
	width:270px;
	border-top:solid 1px #828079;
}
.desc_pf table td{
	text-align:left;
	vertical-align:middle;
	padding:15px 10px 15px 10px;
	border-top:solid 1px #828079;
	font-size: 110%;
}
.desc_pf{
		padding:0;
	}
.desc_pf table{
		border-bottom:solid 1px #828079;
		margin-top:20px;
	}
.desc_pf .hidden table{
		border-top:none;
		margin-top:0;
	}
.desc_pf table tr{
		/*border-bottom:dotted 1px #B5B5B5;*/
		padding:10px 0;
	}
.desc_pf table tr th{
		padding-bottom:3px;
		background-color: #F4FBF2;
	font-size: 110%;
	}

.desc_pf ul{
	list-style:none;
	padding-left: 0;
 	display: table;
}

.desc_pf ul span{
	color: #5C7D40;
}


/* SMARTPHONES SIZE */
	
	@media only screen and (max-width:480px){

.desc_pf th,
.desc_pf td{
		width: 100%;
		display: block;
		border-top: none;
    }
.desc_pf table th{
	color: #1F6535;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px;
	width:100%;
	border:initial;
}
.desc_pf table tr th {
	background-color: #DFEED6;
	border: initial;
	padding-bottom: 10px;
	font-size: 100%;
}	
.desc_pf table td{
	text-align:left;
	vertical-align:middle;
	padding:15px 10px 15px 10px;
	border:initial;
		font-size: 100%;
}
.desc_pf table{
	border-collapse:collapse;
	width:100%;
	border-bottom:initial;
}	
}

/*------------------------------------------------------
　＊ cooperation-members　「食・人・技」京丹波の協力企業紹介　＊
-------------------------------------------------------*/

.cat_commodity {
  position: relative;
  padding: 11px 26px 11px 42px;
  background: #F5F4E6;
  font-size: 20px;
  color: #70A452;
  margin-left: -33px;
  line-height: 1.3;
/*  border-bottom: solid 3px orange;*/
  z-index:-2;
	text-align: center;
}

.cat_commodity:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.cat_commodity:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

.cat_commodity span {
  font-size: 80%;
}

@media only screen and (max-width:768px){
.cat_commodity {
margin-left: 1px;
}	
}	
@media only screen and (max-width:414px){
.cat_commodity {
margin-right: -10px;
}
.cat_commodity span {
  font-size: 70%;
}
	
.cat_commodity:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 119px transparent;
  z-index: -1;
}

.cat_commodity:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 119px white;
  z-index: -1;
}
	
}

/*  生産者　*/
.manufacturer {	
}
.manufacturer img {
	border-radius: 10em;
	padding: 1.7em;
	margin-bottom: -22px;
}	
.manufacturer h4 {	
	text-align: center;
	font-size: 17px;
	color: #70A452;
font-weight: 200;
margin: 0 0 10px 0;
}
.manufacturer span {	
	display: block;
	font-size: 14px;
	}
.manufacturer p {	
		font-size: 105%;
	font-weight: 200;
	/*color: #604C3F;*/
}

.manufacturer p:hover {	
color: #BA7142;
}
/*.manufacturer h4:hover {	
color: #BA7142;
}*/

@media only screen and (max-width:768px){
.manufacturer img {
	border-radius: 10em;
	padding: 1.7em;
	margin-bottom: -28px;
}	
.manufacturer h4 {	
	text-align: center;
	font-size: 16px;
	color: #70A452;
font-weight: 200;
margin: 0 0 10px 0;
}
.manufacturer span {	
	display: block;
	font-size: 13px;
	}
.manufacturer p {	
		font-size: 85%;
	font-weight: 200;
	margin-bottom: 20px;
}	
}

@media only screen and (max-width:414px){
	
.manufacturer img {
	border-radius: 10em;
	padding: 1em;
}	
.manufacturer h4 {	
	text-align: center;
}

.manufacturer p {
	margin-bottom: 10px;
}	
}


/*　一覧用のボタン　*/
.cat_button {
	position: relative;
	display: inline-block;
	padding: .6em 1em;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	color: #70A452;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: 100%;
	margin-bottom: 10px;
	font-size: 116%;
}

.cat_button:hover {
	color: #fff;
	background-color: #70A452;
	text-decoration: none;
}

.cat_button a {
	text-decoration: none;
}

.cat_button a:visited {
	color: #DB4B46;
} 
.cat_button a:active {
	color: #AB4C2E;
	
}
.cat_button a:link {
	color: #DB4B46;
} 

.cat_nav {
margin-top: 10px;
text-align: center;
} 


/*　ページ内リンク　*/

#niku,
#kome-pan,
#kuri-mame,
#kinoko-yasai,
#tamago-nyuseihin,
#osake-inryo,
#okashi,
#kakouhin-chomiryo,
#michinoeki {
   margin-top:-100px;
  padding-top:100px;
}
html{
  scroll-behavior: smooth;
}


/*　ビジネス下層　*/

.content-frame {
background-color: #FFF !important;
}

.content-frame h3 {
    font-size: 160%;
    margin-top: 3.5em;
	margin-bottom: 0px;
    padding: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #70A452;
}

.content-frame p {
    font-size: 110%;
    padding-top: 0;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 1.6em;
    line-height: 1.5em;
	margin-bottom: 0px;
}

@media only screen and (max-width : 1119px) {
.content-frame h3 {
    font-size: 150%;
    margin-top: 3.5em;
	margin-bottom: 0px;
    padding: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #70A452;
}	
}	
	
@media only screen and (max-width : 991px) {
.content-frame h3 {
    font-size: 145%;
	margin-top: 0em;
	margin-bottom: 0px;
	background-color: initial;
	padding: 1em 10px;
	text-align: left;
}
.content-frame p {
    font-size: 105%;
    padding: 10px;
    background-color: initial;
    line-height: 1.5em;
	
}
	
.img-wrap img {
    max-width: 100%;
}	
}

@media only screen and (max-width : 767px) {
.content-frame h3 {
    font-size: 125%;
	margin-top: 0em;
	margin-bottom: 0px;
	background-color: initial;
	padding: 1em 10px;
	text-align: left;
}	
}

.img-wrap {
overflow: hidden;
}


.ttl-gr {
  padding: .8em .75em .6em .75em;
	background-color: #83BB5C;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}
.ttl-gr span {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}

.ttl-gr2 {
  padding: .8em .75em .6em .75em;
	color: #83BB5C;
	font-size: 131%;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	  padding-bottom: .5em;
  border: 1px solid #83BB5C;
	max-width: 280px;
	margin-bottom: 15px;
}
@media only screen and (max-width : 441px) {

.ttl-gr {
  padding: .8em .75em .6em .75em;
	background-color: #83BB5C;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}
.ttl-gr span {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}
.ttl-gr2 {
  padding: .8em .75em .6em .75em;
	color: #83BB5C;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	  padding-bottom: .5em;
  border: 1px solid #83BB5C;
	max-width: 100%;
	margin-bottom: 15px;
}	
	}
	
/*------------------------------------------------------
　　　　　　　　　＊ お問合せ　＊
-------------------------------------------------------*/
.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 20px;
font-size: 115%!important;
	} 

@media screen and (max-width:768px) {
.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 15px;
font-size: 100%!important;
	} 
} 	

@media screen and (max-width:441px) {
.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 14px;
font-size: 90%!important;
	} 
} 	


.form-control{
	font-size:110%;
} 

/* ---------- form ---------- */

@media screen and (min-width:961px) {
	#formWrap {
	color: #555;
	line-height: 120%;
	 margin-right : 10%;
     margin-left : 10%;
}

	.tablecontact table {
	margin:0 auto;
	width:90%;
	border-collapse:collapse;
}

.tablecontact table th {
	background-color: #F3FDE6;
	color: #000000;
	text-align: left; 
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000000; 
	text-align: left;
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}
.space {
	margin-left: 25px;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #email2 {
	width: 100%;
}

table.formTable tr td #homepage {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
	
table.formTable tr td #question {
	width: 100%;
}

.submit{
	padding-top: 30px;
}

input[type="reset"] {
	font-size: large;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button{
	padding-top: 30px;
}
input[type="button"] {
	font-size: large;
	background-color: #ebf1e4;
	border: 1px solid #CCC;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
padding: .7em;
}

	
#formWrap input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: .7em;
}
	
}


/* ----------  コンタクト  ----------*/

label {
    font-weight: normal;
    padding-left: 0.5em;
}
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 20%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 90%;
}
#cate-list {
    width: 100%;
}


input, button, select, textarea {
    padding: 0.3em;
}

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

/*tablet用のcssを記述*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
}

table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
}
.formTable {
	
	width: 120%;
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
/*	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/	
}

	
	
table.formTable th{
	font-weight:normal;
	background:#F3FDE6;
	text-align:left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}

table.formTable tr td #comment {
	width: 100%;
}

table.formTable tr td #question {
	width: 100%;
}
}

@media screen and (max-width:414px) {
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 31%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 100%;
}
}

@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
.formTable {
	
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

table.formTable th{
	font-weight:normal;
	background:#F3FDE6;
	text-align:left;
		border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
table.formTable tr td #question {
	width: 100%;
}

.space {
	margin-left: 0px;
}
}

.error_messe{
	color: #BF393B;
}


.bg_wh {
  background: #fff;
	border-radius: 10px;
	padding: 20px 10px 10px 10px;
	font-size: 110%;
font-weight: 200;
}

.bg_bk {
  background: #000!important;
}

.spe-ed {
  padding-bottom: 8em;
  
}


.wp_social_bookmarking_light {
    border: 0 !important;
    padding: 60px 0 20px 0 !important;
    margin: 0 !important;
}
.spe-ed a:hover img {

	filter: brightness(120%);
}

a.sp-ed-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 800px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #65C242;
	background: #65C242;
	color: #fff;
	transition: 0.5s;
    margin-bottom: 2em;
    font-size: 130%;
}
a.sp-ed-btn:hover {
	color: #3D3E3C;
	background: #fff;
}

.arrow_right {
  position: relative;
  padding-left: 25px;
}
.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg); 
}
.arrow_right:hover::before {
  border-top: 3px solid #65C242;
  border-right: 3px solid #65C242;
}

@media only screen and (max-width : 428px) {
a.sp-ed-btn {
    font-size: 100%;
    padding: 1rem .5rem;
}  
.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
}