@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
    margin: 0 0 0.8em;
    font-size: 188.9%;
    background: #fbf9d4 url(/shared/templates/kashiniwa/images/main/bg_h1.jpg) right top no-repeat;
    color: #333333;
    padding: 36px 20px;
    line-height: 1.4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    clear: both;    /* Do not edit */
}
#tmp_contents .cate_ttl_img h1 {
	background:none;
	padding:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#tmp_contents .cate_ttl_img h1 img {
	max-width:100%;
	height:auto;
}
#tmp_contents .cate_ttl_img .cate_pc {
	display:block
}
#tmp_contents .cate_ttl_img .cate_sp {
	display:none
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
    line-height: 1.4;
    clear: both;    /* Do not edit */
}

#tmp_contents h2 {
    background: #e7f5e4 url(/shared/templates/kashiniwa/images/main/bg_line_h2.jpg) 0 16px no-repeat;
    color: #222222;
    font-size: 155.6%;
    padding: 17px 20px 15px 30px;
    margin: 1.8em 0 1em;
    border-bottom: 1px solid #3d7349;
    -webkit-background-size: 6px 40px;
    -moz-background-size: 6px 40px;
    background-size: 6px 40px;
}

#tmp_contents h3 {
    background: transparent url(/shared/templates/kashiniwa/images/main/bg_line_h3.png) left bottom repeat-x;
    color: #222222;
    font-size: 144.4%;
    padding: 18px 0;
    margin: 1em 0;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
}

#tmp_contents h4 {
    background: transparent url(/shared/templates/kashiniwa/images/main/bg_line_h4.jpg) 0 8px no-repeat;
    color: #222222;
    font-size: 122.2%;
    padding: 5px 16px;
    ;
    margin: 0.6em 0;
    -webkit-background-size: 6px 20px;
    -moz-background-size: 6px 20px;
    background-size: 6px 20px;
}

#tmp_contents h5 {
    font-size: 111.1%;
    padding: 5px 0;
    margin: 0.6em 0;
}

#tmp_contents h6 {
    font-size: 100%;
    padding: 5px 0;
    margin: 1.2em 0;
}

#tmp_contents table {
    word-break: break-all;
}

#tmp_contents p {
    margin: 0 0 0.8em 0;    /* Do not edit */
    line-height: 1.75;
}

#tmp_contents ul {
    margin: 0 0 1.6em 1.3em;    /* Do not edit */
    list-style-image: url(/shared/site_kashiniwa/images/icon/list_icon.gif);    /* Do not edit */
}

#tmp_contents ol {
    margin: 0 0 1.6em 2.3em;    /* Do not edit */
    list-style-image: none;    /* Do not edit */
}

#tmp_contents ul li,
#tmp_contents ol li {
    margin: 0 0 0.4em;    /* Do not edit */
}

#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
    margin: 0.3em 0 0 1.5em;    /* Do not edit */
}

#tmp_contents hr {
    height: 1px;    /* Do not edit */
    color: #CCCCCC;    /* Do not edit */
    background-color: #CCCCCC;    /* Do not edit */
    border: none;    /* Do not edit */
    clear: both;    /* Do not edit */
}
#tmp_contents img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
    margin: 0 0 0.3em;
    border-collapse: collapse;
    border-spacing: 0;
}

table.img_cap td {
    padding: 0;
}

div.img_cap {
    margin: 0 0 0.3em;
}

div.img_cap img {
    margin: 0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
    margin: 0 0 40px;    /* Do not edit */
	border:2px solid #ededed;
    background-color: #ededed;
    color: #333333;
    clear: both;    /* Do not edit */
}
#tmp_contents table.outline {
    width: 100%;    /* Do not edit */
    border-collapse: collapse;    /* Do not edit */
    border-spacing: 0;    /* Do not edit */
}
#tmp_contents table.outline td {
    padding: 11px 20px;
    font-size: 88.8%;
}
#tmp_contents div.outline {
    padding: 11px 20px;
    font-size: 88.8%;
}
#tmp_contents .outline ul {
    margin-left: 24px;    /* Do not edit */
}
#tmp_contents .outline ol {
    margin-left: 24px;    /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
    margin: 0.3em 0 0 24px;
    /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
    margin: 0 0 22px;    /* Do not edit */
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#tmp_contents ul.box_btn li {
    margin: 0 0 22px;
    padding: 3px;
    font-weight: bold;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    color: #333333;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
}
#tmp_contents ul.box_btn li a {
    display:block;
    padding: 21px 15px 20px 41px;
    text-decoration: none;
    color: inherit;
    background: transparent url(/shared/templates/kashiniwa/images/icon/arrow_circle_blue.png) 16px 27px no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    border: 1px solid #9eb9a4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus {
    text-decoration: underline;
}
/* box_info
================================================== */
#tmp_contents .box_info {
    margin: 0 0 40px;
    /* Do not edit */
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #3d7349;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    /* Do not edit */
}

#tmp_contents table.box_info {
    width: 100%;
    /* Do not edit */
    border-collapse: collapse;
    /* Do not edit */
    border-spacing: 0;
    /* Do not edit */
}

#tmp_contents .box_info .box_info_ttl {
    display: block;
    padding: 15px 20px 13px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    background-color: transparent;
    font-size: 122.2%;
    border-bottom: 1px solid #3d7349;
}

#tmp_contents .box_info .box_info_ttl p {
    margin-bottom: 0;
    /* Do not edit */
}

#tmp_contents .box_info .box_info_cnt {
    padding: 19px 20px 7px;
}

#tmp_contents .box_info ul {
    margin: 0;
    list-style: none;
}

#tmp_contents .box_info ul li {
    margin: 0 0 0.8em;
}

#tmp_contents .box_info ul li a {
    display: inline-block;
    text-decoration: none;
    padding-left: 25px;
    background: transparent url(/shared/templates/kashiniwa/images/icon/arrow_circle_blue.png) 0 5px no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}

#tmp_contents .box_info ul li a:hover,
#tmp_contents .box_info ul li a:focus,
#tmp_contents .box_info ul li a:active {
    text-decoration: underline;
}

#tmp_contents .box_info ol {
    margin-bottom: 0.8em;
    /* Do not edit */
    margin-left: 24px;
    /* Do not edit */
}

#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
    margin: 0.3em 0 0 24px;
    /* Do not edit */
}


/* box_link
================================================== */

#tmp_contents .box_link {
    margin: 0 0 40px;
    /* Do not edit */
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #3d7349;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    /* Do not edit */
}

#tmp_contents table.box_link {
    width: 100%;
    /* Do not edit */
    border-collapse: collapse;
    /* Do not edit */
    border-spacing: 0;
    /* Do not edit */
}

#tmp_contents .box_link .box_link_ttl {
    display: block;
    padding: 15px 20px 13px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    background-color: transparent;
    font-size: 122.2%;
    border-bottom: 1px solid #3d7349;
}

#tmp_contents .box_link .box_link_ttl p {
    margin-bottom: 0;
    /* Do not edit */
}

#tmp_contents .box_link .box_link_cnt {
    padding: 19px 20px 7px;
}

#tmp_contents .box_link ul {
    margin: 0;
    list-style: none;
}

#tmp_contents .box_link ul li {
    margin: 0 0 0.8em;
}

#tmp_contents .box_link ul li a {
    display: inline-block;
    text-decoration: none;
    padding-left: 25px;
    background: transparent url(/shared/templates/kashiniwa/images/icon/arrow_circle_blue.png) 0 5px no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}

#tmp_contents .box_link ul li a:hover,
#tmp_contents .box_link ul li a:focus,
#tmp_contents .box_link ul li a:active {
    text-decoration: underline;
}

#tmp_contents .box_link ol {
    margin-bottom: 0.8em;
    /* Do not edit */
    margin-left: 24px;
    /* Do not edit */
}

#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
    margin: 0.3em 0 0 24px;
    /* Do not edit */
}


/* box_menu
================================================== */

#tmp_contents .box_menu {
    margin: 0 0 40px;
    /* Do not edit */
    padding: 3px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    color: #333333;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
    clear: both;
    /* Do not edit */
}

#tmp_contents table.box_menu {
    width: 100%;
    /* Do not edit */
    border-collapse: collapse;
    /* Do not edit */
    border-spacing: 0;
    /* Do not edit */
}

#tmp_contents table.box_menu td.box_menu_ttl,
#tmp_contents div.box_menu .box_menu_ttl {
    display: block;
    font-weight: bold;
    padding: 21px 15px 10px 15px;
    border: 1px solid #9eb9a4;
    border-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#tmp_contents table.box_menu td.box_menu_ttl p,
#tmp_contents div.box_menu .box_menu_ttl p {
    margin: 0;
}

#tmp_contents table.box_menu td.box_menu_ttl a,
#tmp_contents div.box_menu .box_menu_ttl a {
    display: inline-block;
    text-decoration: none;
    padding: 21px 15px 10px 42px;
    margin: -21px -15px -10px -15px;
    color: inherit;
    background: transparent url(/shared/templates/kashiniwa/images/icon/arrow_circle_blue.png) 16px 27px no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}
#tmp_contents table.box_menu td.box_menu_ttl a:hover,
#tmp_contents div.box_menu .box_menu_ttl a:hover,
#tmp_contents table.box_menu td.box_menu_ttl a:focus,
#tmp_contents div.box_menu .box_menu_ttl a:focus {
    text-decoration: underline;
}
#tmp_contents table.box_menu td.box_menu_cnt,
#tmp_contents div.box_menu .box_menu_cnt {
    padding: 7px 15px 3px 15px;
    border: 1px solid #9eb9a4;
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: block;
}

#tmp_contents .box_menu h2 {
    margin: 0 0 0.8em;
    padding: 0;
    color: inherit;
    font-size: 100%;
    background: none;
    border: none;
}

#tmp_contents .box_menu ul {
    margin-bottom: 0.8em;
    /* Do not edit */
    margin-left: 24px;
    /* Do not edit */
}

#tmp_contents .box_menu ol {
    margin-bottom: 0.8em;
    /* Do not edit */
    margin-left: 24px;
    /* Do not edit */
}

#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
    margin: 0.3em 0 0 24px;
    /* Do not edit */
}
/* ==================================================
gmap
================================================== */
#tmp_contents .box_gmap_link {
	margin:1.3em 0 0;
}
#tmp_contents .box_gmap_link a {
	display:block;
	text-align: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	min-width: 220px;
	padding: 14px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
    font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents .box_gmap_link a:hover,
#tmp_contents .box_gmap_link a:focus{
	opacity: 0.6;
}
#tmp_contents #tmp_gmap_link ul {
	list-style:none;
	margin-left:0;
}
/* datatable
   enquete_table
================================================== */

#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
    margin: 3.3em 0;
    /* Do not edit */
    color: #333333;
    background-color: #FFFFFF;
    border-collapse: collapse;
    /* Do not edit */
    border-spacing: 0;
    /* Do not edit */
    border: 1px solid #ababab;
    word-break: break-all;
}

#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
    padding: 14px 19px;
    color: inherit;
    background-color: #e9f6ea;
    border: 1px solid #ababab;
}

#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
    padding: 12px 19px;
    border: 1px solid #ababab;
}

#tmp_contents table.datatable td a,
#tmp_contents table.enquete_table td a {
    color: inherit;
    background-color: transparent;
}

#tmp_contents table.datatable td a:hover,
#tmp_contents table.enquete_table td a:hover,
#tmp_contents table.datatable td a:focus,
#tmp_contents table.enquete_table td a:focus,
#tmp_contents table.datatable td a:active,
#tmp_contents table.enquete_table td a:active {
    text-decoration: none;
}

#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
    padding: 0 0 0.5em;
    /* Do not edit */
    font-weight: bold;
    /* Do not edit */
    text-align: left;
    /* Do not edit */
}

#tmp_contents table.datatable p {
    margin: 0;
    /* Do not edit */
}

#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
    margin: 0.2em 0 0 24px;
    /* Do not edit */
}

#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
    margin: 0.3em 0 0 24px;
    /* Do not edit */
}
#tmp_contents table.enquete_table {
    width: 100%;    /* Do not edit */
}
#tmp_contents table.enquete_table th {
    width: 20%;    /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
    color: #b81212;    /* base.css > Styles > .text_red */
    font-weight: normal;    /* Do not edit */
    background-color: transparent;    /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
    margin: 15px 0;    /* Do not edit */
    text-align: center;    /* Do not edit */
}


/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_blue {
    color: inherit;
    background-color: #e8fdff;    /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_green {
    color: inherit;
    background-color: #e9f6ea;    /* base.css > Styles > th.bg_green */
}

#tmp_contents table.datatable table th.bg_purple {
    color: inherit;
    background-color: #f3eeff;    /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
    border: none;
    /* Do not edit */
}

#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
    color: inherit;
    /* Do not edit */
    background-color: transparent;
    /* Do not edit */
    border: none;
    /* Do not edit */
}

#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
    border: none;
    /* Do not edit */
}

#tmp_contents table.datatable table.datatable {
    border: 1px solid #ababab;
    /* = table.datatable */
}

#tmp_contents table.datatable table.datatable th {
    color: inherit;
    /* Do not edit */
    background-color: #e9f6ea;
    /* = table.datatable th */
    border: 1px solid #ababab;
    /* = table.datatable th */
}

#tmp_contents table.datatable table.datatable td {
    border: 1px solid #ababab;
    /* = table.datatable td */
}

/* box_part_cap
================================================== */
#tmp_contents .box_part_thumbnail {
	width:557px;
	border-collapse: separate;
    background-color: #ffffff;
    color: #333333;
    margin: 0 0 0.8em;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
#tmp_contents .box_part_thumbnail .part_thumbnail_ttl {
    background-color: #3d7349;
    color: #ffffff;
    font-weight: bold;
    font-size: 122.2%;
    padding: 15px 22px 13px;
}
#tmp_contents .box_part_thumbnail p {
    line-height: 1.4;
    margin: 0;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_cnt {
    padding: 15px 20px;
    font-size: 88.9%;
}
#tmp_contents .box_part_thumbnail .col2 {
	margin:0 0 20px;
}
#tmp_contents .box_part_thumbnail .col2L img {
    width: 100%;
    height: auto;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_link {
    text-align: center;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_link a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 40px 6px 24px;
    min-width: 192px;
    font-size: 83.3%;
    color: #3d7349;
    background: #ffffff url(/shared/templates/kashiniwa/images/icon/icon_long_arrow_blue.png) no-repeat right center;
    border: 1px solid #3d7349;
    -webkit-background-size: 38px 10px;
    -moz-background-size: 38px 10px;
    background-size: 38px 10px;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_link a:hover,
#tmp_contents .box_part_thumbnail .part_thumbnail_link a:focus {
    text-decoration: underline;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_ttl {
	border-top-left-radius:6px;
	border-top-right-radius: 6px;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_cnt {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#tmp_contents .box_part_thumbnail .part_thumbnail_cnt td {
	border-radius:0;
}
#tmp_contents .box_part_thumbnail table.col2 td.col2L {
	border-right-width:12px;
}
#tmp_contents .box_part_thumbnail table.col2 td.col2R {
	border-left-width:10px;
}
/* ==================================================
top
================================================== */
/* mainvs
================================================== */
#tmp_mainvs {
    position: relative;
    overflow: hidden;
}
#tmp_mainvs .gnavi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.no_javascript #tmp_mainvs .gnavi {
	position:static;
	margin:0 0 20px;
}
#tmp_mainvs .slick_slides {
    visibility: hidden;
    opacity: 0;
}
#tmp_mainvs .slick_slides.slick-initialized {
    visibility: visible;
    opacity: 1;
}
#tmp_mainvs .gallery_slide {
	height:600px;
	text-align:center;
}
#tmp_mainvs .gallery_slide img {
	width:100%;
	height: auto;
	vertical-align:top;
}
@media screen and (max-width: 1599px) {
	#tmp_mainvs .gallery_slide img {
		width:auto;
		height: 100%;
		margin:0 auto;
	}
}
#tmp_mainvs .slick_control {
    position: relative;
    z-index: 0;
    padding: 12px 0;
    text-align: center;
    background: #fcf5ea url(/shared/templates/kashiniwa/images/main/bg_line_gray.jpg) repeat;
    color: #333333;
}
#tmp_mainvs .slick-dots {
    display: inline-block;
    vertical-align: middle;
}
#tmp_mainvs .btn_slides {
    position: relative;
    margin-right: 0;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
}
#tmp_mainvs .btn_slides a {
    display: block;
    font-size: 88.9%;
    padding: 0 10px;
    text-decoration: none;
    line-height: 1.4;
    color: #ffffff;
    background-color: #3d7349;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#tmp_mainvs .btn_slides a span {
    padding: 1px 0 0 6px;
    display: inline-block;
}
#tmp_mainvs .btn_slides.stop span,
#tmp_mainvs .btn_slides.start span {
    color: #ffffff;
    background: transparent;
}
#tmp_mainvs .btn_slides span {
    z-index: 10;
    text-indent: inherit;
}
#tmp_mainvs .slick-dots {
    padding-left: 20px;
}
#tmp_mainvs .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}
#tmp_mainvs .slick-dots li a {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #6d6d6d;
    text-indent: -1987em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#tmp_mainvs .slick-dots .slick-active a {
    color: #ffffff;
    background-color: #6d6d6d;
}
#tmp_mainvs .slick-dots li a span {
    width: 12px;
    height: 12px;
    padding: 0;
    display: block;
    position: relative;
    z-index: -1;
    text-indent: -9999px;
}
#tmp_mainvs .btn_slides.stop a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 8px;
    height: 12px;
    color: inherit;
    background: transparent url(/shared/templates/kashiniwa/images/icon/icon_stop.png) no-repeat top left;
    -webkit-background-size: 8px 12px;
    -moz-background-size: 8px 12px;
    background-size: 8px 12px;
}
#tmp_mainvs .btn_slides.start a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 8px;
    height: 9px;
    color: inherit;
    background: transparent url(/shared/templates/kashiniwa/images/icon/icon_start.png) no-repeat top left;
    -webkit-background-size: 8px 9px;
    -moz-background-size: 8px 9px;
    background-size: 8px 9px;
}
#tmp_mainvs .prev.slick-arrow,
#tmp_mainvs .slick-prev {
    left:50%;
    margin-top: 15px;
	margin-left:-608px;
}
#tmp_mainvs .next.slick-arrow,
#tmp_mainvs .slick-next {
    right:50%;
    margin-top: 15px;
	margin-right:-608px;
}
.no_javascript #tmp_mainvs .mainvs_gallery {
	max-width:1600px;
	margin:0 auto;
    height: 600px;
    overflow: auto;
}
.no_javascript #tmp_mainvs .gallery_slide {
	height:auto;
}
.no_javascript #tmp_mainvs .mainvs_gallery img {
	max-width:100%;
	height:auto;
}
.no_javascript #tmp_mainvs .slick_slides {
    visibility: visible;
    opacity: 1;
}
.no_javascript #tmp_mainvs .gallery_slide {
    margin: 0 0 20px;
}
/* heading
================================================== */
.box_heading {
    display: inline-block;
    margin: 0 0 22px;
}

.box_heading .heading_icon {
    float: left;
    width: 92px;
    margin-right: 13px;
}

.box_heading .heading_icon img {
    max-width: 100%;
    height: auto;
}

.box_heading .heading_cnt {
    overflow: hidden;
    position: relative;
    padding: 10px 10px 9px 0;
    min-width: 190px;
}

.box_heading .heading_cnt:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 1px;
    background-color: #3d7349;
}

.box_heading .heading_cnt h2 {
    font-size: 155.6%;
    color: #333333;
    background-color: transparent;
    margin: 0 0 2px;
    letter-spacing: -2px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box_heading .heading_cnt p {
    font-size: 88.9%;
    color: #3d7349;
    background-color: transparent;
}

.summary_txt {
    line-height: 2.1;
    margin: 0 0 31px;
}

.box_blog_heading {
    display: table;
    width: 100%;
    margin: 0 0 30px;
}

.box_blog_heading .blog_thubnail_cnt {
    display: table-cell;
    vertical-align: top;
}

.box_blog_heading .blog_thubnail {
    display: table-cell;
    vertical-align: bottom;
    width: 218px;
	text-align:center;
}


/* readmore
================================================== */

.btn_readmore ul {
    list-style: none;
}

.btn_readmore li {
    margin: 0 5px 10px 0;
    display: inline-block;
}

.btn_readmore li:last-child {
    margin-right: 0;
}

.btn_readmore a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    min-width: 190px;
    font-size: 83.3%;
    padding: 10px 42px 7px 10px;
    color: #ffffff;
    background: #3d7349 url(/shared/templates/kashiniwa/images/icon/icon_long_arrow.png) no-repeat right center;
    -webkit-background-size: 40px 10px;
    -moz-background-size: 40px 10px;
    background-size: 40px 10px;
}
.btn_readmore a:hover,
.btn_readmore a:focus {
    text-decoration: underline;
}
.btn_details a {
    display: inline-block;
    border: 1px solid #628d6b;
    text-decoration: none;
    text-align: center;
    padding: 6px 75px 6px 15px;
    background: #ffffff url(/shared/templates/kashiniwa/images/icon/icon_long_arrow_green.png) no-repeat right center;
    color: #3d7349;
    font-size: 83.3%;
    min-width: 190px;
    -webkit-background-size: 76px 10px;
    -moz-background-size: 76px 10px;
    background-size: 76px 10px;
}
.btn_details a:hover,
.btn_details a:focus {
    text-decoration: underline;
}

/* about
================================================== */

#tmp_about {
    background: #fcf5ea url(/shared/templates/kashiniwa/images/main/bg_line_gray.jpg) repeat;
    color: #333333;
    padding: 19px 0 29px;
}

#tmp_about .about_inner {
    display: table;
    width: 100%;
}

#tmp_about .about_inner .about_cnt {
    display: table-cell;
    vertical-align: top;
    padding: 11px 0 0;
}

#tmp_about .about_inner .about_img {
    display: table-cell;
    vertical-align: top;
    width: 424px;
    padding: 0 7px 0 24px;
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}

#tmp_about .about_inner .about_img img {
    max-width: 100%;
    height: auto;
}


/* news
================================================== */

#tmp_news {
    background-color: #ffffff;
    color: #333333;
    padding: 56px 0 30px;
}

#tmp_news .row_new {
    overflow: hidden;
}

#tmp_news .row_new .col_new {
    float: left;
    width: 50%;
}

#tmp_news .row_new .col_new:nth-child(2n) {
    clear: right;
}

#tmp_news .row_new .col_new:nth-child(2n+1) {
    clear: left;
}

#tmp_news .box_heading .heading_icon {
    width: 83px;
}

#tmp_news .new_links {
    margin: 0 0 40px;
}

#tmp_news .new_links .list_new {
    list-style: none;
}

#tmp_news .list_new li {
    border-bottom: 1px solid #aaaaaa;
}

#tmp_news .item_new {
    display: table;
    width: 100%;
    font-size: 83.3%;
    padding: 13px 0;
}

#tmp_news .item_new .new_date {
    display: table-cell;
    vertical-align: top;
    width: 142px;
    padding: 0 10px 0 2px;
    color: #3d7349;
    background-color: transparent;
}

#tmp_news .item_new .new_link {
    display: table-cell;
    vertical-align: top;
    color: #333333;
    background-color: transparent;
}

#tmp_news .item_new .new_link a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
#tmp_news .item_new .new_link a:hover,
#tmp_news .item_new .new_link a:focus {
    text-decoration: underline;
}
#tmp_news .new_img {
    text-align: right;
}

#tmp_news .new_img img {
    max-width: 100%;
    height: auto;
}

/* date
================================================== */
#tmp_contents .list_new .date {
	padding-right:20px;
}

/* blog
================================================== */

#tmp_blog {
    background-color: #ffffff;
    color: #333333;
    padding: 22px 0;
}

#tmp_blog .box_blog_heading .blog_thubnail_cnt {
    padding-top: 40px;
}

#tmp_blog .box_blog_heading {
    margin: 0 0 25px;
}

.row_blog {
    margin: 0 -8px;
}

.row_blog:after {
    content: '';
    display: table;
    clear: both;
}

.row_blog .col_blog {
    float: left;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 10px;
}

.row_blog .col_blog:nth-child(2n) {
    clear: right;
}

.row_blog .col_blog:nth-child(2n+1) {
    clear: left;
}

.blog_item {
    background-color: #ffffff;
    color: #333333;
    padding: 3px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.blog_item .blog_inner {
    border: 1px solid #3d7349;
    overflow: hidden;
    display: table;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blog_inner .blog_cnt {
    display: table-cell;
    vertical-align: top;
    padding: 29px 14px 10px;
}

.blog_inner .blog_ttl {
    border-bottom: 1px solid #558560;
    padding: 0 0 12px;
}

.blog_inner .blog_ttl h3 {
    font-size: 94.4%;
    color: #3d7349;
    background-color: transparent;
    margin: 0 0 7px;
}

.blog_inner .blog_ttl h3 a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.blog_item:hover .blog_ttl h3 a,
.blog_item:focus .blog_ttl h3 a {
    text-decoration: underline;
}

.blog_inner .blog_ttl p {
    font-size: 83.3%;
}

.blog_inner .blog_summary {
    font-size: 83.3%;
    padding: 16px 0;
    line-height: 1.7;
}

.blog_inner .blog_img {
    display: table-cell;
    vertical-align: top;
    width: 237px;
    overflow: hidden;
}

.blog_inner .blog_img img {
    width: 100%;
    height: auto;
    transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -ms-transition: 0.3s transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
}
.blog_item:hover .blog_img img,
.blog_item:focus .blog_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* address
================================================== */

#tmp_address {
    padding: 82px 0 125px;
    color: #333333;
    background: #ffffff url(/shared/templates/kashiniwa/images/main/bg_address.png) top left no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

#tmp_address .address_inner {
    padding: 0 118px;
}

.box_registrants {
    background-color: #ffffff;
    color: #3d7349;
    padding: 17px;
    display: table;
    width: 100%;
    margin: 0 0 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_registrants .registrants_img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 343px;
    padding: 7px 32px 0 0;
}

.box_registrants .registrants_img img {
    max-width: 100%;
    height: auto;
}

.box_registrants .registrants_cnt {
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid #b6caba;
    padding: 0 28px;
    font-weight: bold;
}

.box_registrants .registrants_cnt p span {
    display: block;
}

.box_phone {
    background-color: #ffffff;
    color: #3d7349;
    margin: 0 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_phone .phone_ttl {
    font-size: 94.4%;
    border-bottom: 1px solid #618d6b;
    text-align: center;
    padding: 12px 0 2px;
}

.box_phone .phone_cnt {
    display: table;
    width: 100%;
    padding: 0 54px;
}

.box_phone .phone_cnt .phone_summary {
    display: table-cell;
    vertical-align: middle;
    font-size: 83.3%;
    padding: 20px 20px 20px 0;
}

.box_phone .phone_cnt .phone_number {
    display: table-cell;
    vertical-align: middle;
    font-size: 272.3%;
    letter-spacing: -3px;
    width: 424px;
}

.box_phone .phone_cnt .phone_number a {
    display: inline-block;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

#tmp_address .btn_details {
    padding-top: 12px;
}

#tmp_address .btn_details a {
    font-size: 66.7%;
    min-width: 160px;
    padding: 4px 60px 2px 15px;
    -webkit-background-size: 55px 9px;
    -moz-background-size: 55px 9px;
    background-size: 55px 9px;
}

.box_sns .sns_ttl {
    text-align: center;
    background: transparent url(/shared/templates/kashiniwa/images/main/bg_sns.png) top center no-repeat;
    color: inherit;
    padding: 86px 30px 0;
    margin: 0 0 5px;
}

.box_sns .sns_ttl h2 {
    font-size: 127.8%;
    color: #3d7349;
    background-color: transparent;
}

.box_sns .sns_ttl p {
    font-size: 94.4%;
    color: #3d7349;
    position: relative;
    display: inline-block;
    background-color: transparent;
    font-weight: bold;
}

.box_sns .sns_ttl p:before {
    content: '';
    display: inline-block;
    position: relative;
    left: 0;
    top: -6px;
    margin-right: 2px;
    width: 90px;
    height: 1px;
    background-color: #99b69f;
    color: #333333;
}

.box_sns .sns_ttl p:after {
    content: '';
    display: inline-block;
    position: relative;
    right: 0;
    top: -6px;
    margin-left: 2px;
    width: 90px;
    height: 1px;
    background-color: #99b69f;
    color: #333333;
}

.box_sns .sns_list {
    list-style: none;
    margin: 0 -4px;
}

.box_sns .sns_list:after {
    content: '';
    display: table;
    clear: both;
}

.box_sns .sns_list li {
    float: left;
    width: 33.3333333%;
    padding: 0 4px;
    margin: 0 0 4px;
}

.box_sns .sns_list li:nth-child(3n) {
    clear: right;
}

.box_sns .sns_list li:nth-child(3n+1) {
    clear: left;
}

.box_sns .sns_cnt {
    padding: 0 46px 0 40px;
}

.box_sns .sns_item {
    background-color: #ffffff;
    color: #333333;
    padding: 3px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.box_sns .sns_item .sns_inner {
    border: 1px solid transparent;
    overflow: hidden;
    display: table;
    width: 100%;
    padding: 4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box_sns .sns_item .sns_inner .sns_icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.box_sns .sns_item .sns_inner .sns_icon img {
    max-width: 100%;
    height: auto;
}

.box_sns .sns_item .sns_inner .sns_link {
    display: table-cell;
    vertical-align: middle;
    font-size: 94.4%;
    font-weight: bold;
    padding-left: 6px;
}

.box_sns .sns_item .sns_inner .sns_link a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

.box_sns .sns_fb .sns_item .sns_inner {
    border-color: #2c7eb8;
    background: transparent url(/shared/templates/kashiniwa/images/main/bg_fb.png) no-repeat;
    color: #0c035c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.box_sns .sns_twitter .sns_item .sns_inner {
    border-color: #31991f;
    background: transparent url(/shared/templates/kashiniwa/images/main/bg_twitter.png) no-repeat;
    color: #00542e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.box_sns .sns_instagram .sns_item .sns_inner {
    border-color: #f89cb2;
    background: transparent url(/shared/templates/kashiniwa/images/main/bg_instagram.png) no-repeat;
    color: #8f0000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/* join
================================================== */
#tmp_join {
    background: #ffffff url(/shared/templates/kashiniwa/images/main/bg_line_green.jpg) repeat;
    color: #333333;
    padding: 49px 0 40px;
}

#tmp_join .summary_txt {
    margin: 0 0 20px;
}

#tmp_join .box_heading .heading_icon {
    width: 88px;
}
.box_recruit {
    background-color: #ffffff;
    color: #333333;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.box_recruit .recruit_ttl {
    font-size: 133.3%;
    background-color: #3d7349;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px 26px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box_recruit .recruit_cnt {
    padding: 20px 77px 54px;
    margin: -48px 0 0;
}
.no_javascript .box_recruit .recruit_cnt {
	margin-top:0;
}
.recruit_item {
    background-color: #ffffff;
    color: #333333;
    padding: 3px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.recruit_item .recruit_img {
    margin: 0 0 17px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

.recruit_item .recruit_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -ms-transition: 0.3s transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
}

.recruit_item .recruit_txt {
    padding: 0 8px 8px;
}

.recruit_item .ground {
    display: inline-block;
    min-width: 104px;
    background-color: #003e76;
    color: #ffffff;
    text-align: center;
    padding: 4px 10px;
    line-height: 1.4;
    margin: 0 0 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.recruit_item .page_title {
    font-size: 83.3%;
    margin: 0 0 14px;
    line-height: 1.7;
}

.recruit_item .page_title a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.recruit_item:hover .page_title a,
.recruit_item:hover .page_title a {
    text-decoration: underline;
}
.recruit_item:hover .recruit_img img,
.recruit_item:hover .recruit_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.recruit_item .location,
.recruit_item .registration_number,
.recruit_item .registration_date {
    font-size: 83.3%;
    line-height: 1.7;
}
.recruit_gallery .nocont {
	padding: 50px 0 0;
}

.recruit_gallery .slick_slides {
    visibility: hidden;
    opacity: 0;
}

.recruit_gallery .slick_slides.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.recruit_gallery .slick-initialized .slick-slide {
    padding: 10px 5px;
}

.recruit_gallery .slick-dots {
    display: none !important;
}

.recruit_gallery .slick-btn {
    text-align: center;
    padding: 10px 0 2px;
}

.recruit_gallery .btn_slides {
    position: relative;
    margin-right: 0;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
}

.recruit_gallery .btn_slides a {
    display: block;
    font-size: 88.9%;
    padding: 0 10px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4;
    color: #ffffff;
    background-color: #3d7349;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.recruit_gallery .btn_slides a span {
    padding: 1px 0 0 6px;
    display: inline-block;
}

.recruit_gallery .btn_slides.stop span,
.recruit_gallery .btn_slides.start span {
    color: #ffffff;
    background: transparent;
}

.recruit_gallery .btn_slides span {
    z-index: 10;
    text-indent: inherit;
}

.recruit_gallery .btn_slides.stop a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 8px;
    height: 12px;
    color: inherit;
    background: transparent url(/shared/templates/kashiniwa/images/icon/icon_stop.png) no-repeat top left;
    -webkit-background-size: 8px 12px;
    -moz-background-size: 8px 12px;
    background-size: 8px 12px;
}

.recruit_gallery .btn_slides.start a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 8px;
    height: 9px;
    color: inherit;
    background: transparent url(/shared/templates/kashiniwa/images/icon/icon_start.png) no-repeat top left;
    -webkit-background-size: 8px 9px;
    -moz-background-size: 8px 9px;
    background-size: 8px 9px;
}

.recruit_gallery .prev.slick-arrow,
.recruit_gallery .slick-prev {
    left: -60px;
    margin-top: 14px;
}

.recruit_gallery .next.slick-arrow,
.recruit_gallery .slick-next {
    right: -60px;
    margin-top: 14px;
}

#tmp_join .btn_details {
    float: right;
}

.no_javascript .recruit_gallery .slick_slides {
    visibility: visible;
    opacity: 1;
    margin: 0 -10px;
}

.no_javascript .recruit_gallery {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.no_javascript .recruit_gallery .recruit_slide {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
    margin: 0 0 20px;
}


/* visit
================================================== */

#tmp_visit {
    background: #fcf5ea url(/shared/templates/kashiniwa/images/main/bg_line_gray.jpg) repeat;
    color: #333333;
    padding: 47px 0 40px;
}

#tmp_visit .box_heading .heading_icon {
    width: 99px;
    padding-top: 10px;
}

#tmp_visit .summary_txt {
    margin: 0 0 20px;
}

#tmp_visit .btn_details {
    float: right;
}


/* ==================================================
index
================================================== */
.kashiniwa_heading {
    margin-bottom: 40px;
}
.kashiniwa_heading .disp_sp,
.ground_heading .disp_sp{
    display: none;
}
.ground_heading{
    margin-bottom: 24px;
}
.ground_heading img,
.kashiniwa_heading img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.kashiniwa_heading h1 {
    margin: 0;
    font-size: 188%;
}

.kashiniwa_heading img {
    max-width: 100%;
    height: auto;
}

/* yama_cate_list
================================================== */
#tmp_contents .yama_cate_list {
    list-style: none;
    padding: 0;
    margin: 0 -21px;
}
#tmp_contents .yama_cate_list .yama_cate_item {
    padding: 0 21px;
    margin-bottom: 42px;
    float: left;
    width: 33.3333333%;
}
#tmp_contents .yama_cate_list .yama_cate_item p {
	margin-bottom:0;
}
.yama_cate_list .yama_thumb:hover img,
.yama_cate_list .yama_thumb:focus img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.yama_cate_list .yama_thumb:hover .yama_title a,
.yama_cate_list .yama_thumb:focus .yama_title a {
    text-decoration: underline;
}
.yama_cate_list .yama_cate_item:nth-child(3n+1) {
    clear: left;
}

.yama_cate_list .yama_cate_item:nth-child(3n) {
    clear: right;
}

.yama_thumb {
    padding: 3px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.yama_thumb .yama_image {
    overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.yama_thumb .yama_image img {
    width: 100%;
    height: auto;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.yama_thumb .yama_caption {
    padding:10px 20px 8px;
}

.yama_thumb .yama_caption p {
    margin-bottom: 4px;
    font-size: 83.3%;
}

#tmp_contents .yama_thumb .yama_caption .yama_title {
    margin-bottom: 15px;
    font-size: 122.2%;
    font-weight: bold;
    line-height: 1.3;
}
.yama_thumb .yama_caption .yama_title a {
    padding-left: 24px;
    text-decoration: none;
    display: inline-block;
    color: #333333;
    background: transparent url(/shared/templates/kashiniwa/images/icon/icon_arrow_idx.png) no-repeat 0 5px;
}
.fsize_small .yama_thumb .yama_caption .yama_title a{
    background-position: 0 2px;
}
#tmp_contents .ground_album {
    margin-bottom: 16px;
    overflow: hidden;
}

#tmp_contents .album_photo {
    margin-right: 40px;
    float: left;
    width: 840px;
    overflow: hidden;
}

#tmp_contents .album_photo .slick_slides {
    margin: 0 -10px;
}
#tmp_contents .album_photo .slick_slides,
#tmp_contents .album_cate .slick_slides{
    visibility: hidden;
    opacity: 0;
}
#tmp_contents .album_photo .slick_slides.slick-initialized ,
#tmp_contents .album_cate .slick_slides.slick-initialized,
.no_javascript #tmp_contents .album_photo .slick_slides,
.no_javascript #tmp_contents .album_cate .slick_slides {
    visibility: visible;
    opacity: 1;
}
#tmp_contents .album_photo .photo_slide {
    padding: 0 10px;
}
#tmp_contents .album_photo .photo_slide p{
    margin: 0;
}
#tmp_contents .album_cate .slick_slides .tmb_item{
    text-align: center;
}
#tmp_contents .album_cate .slick_slides .tmb_item p{
    margin: 0;
}
#tmp_contents .album_photo .photo_slide img,
#tmp_contents .album_cate .slick_slides .tmb_item img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#tmp_contents .album_cate {
    padding: 17px 36px 10px;
    overflow: hidden;
    color: inherit;
    background-color: #eaeee9;
}
#tmp_contents .album_cate .slick-arrow{
    margin-top: 3px;
}
#tmp_contents .album_cate .slick_slides {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tmp_contents .album_cate .slick_slides .tmb_item {
    padding: 3px;
}

#tmp_contents .album_cate .slick_slides .slick-current {
    background-color: #3d7349;
}

#tmp_contents .album_cate .slick_slides .tmb_item p {
    cursor: pointer;
}

#tmp_contents .album_cate .slick-dots {
    display: none !important;
}
#tmp_contents .album_cate p{
    margin: 0;
}
#tmp_contents .album_cate .btn_slides a {
    position: relative;
    padding: 5px 16px 5px 32px;
    line-height: 1;
    display: inline-block;
    color: #FFFFFF;
    background-color: #3d7349;
    text-decoration: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#tmp_contents .album_cate .slick_control {
    padding-top: 7px;
    text-align: center;
}
#tmp_contents .album_cate .btn_slides a:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -6px;
    border-color: transparent transparent transparent #FFFFFF;
    height: 12px;
    display: inline-block;
}

#tmp_contents .album_cate .btn_slides.stop a:before {
    border-style: double;
    border-width: 0 0 0 9px;
}

#tmp_contents .album_cate .btn_slides.start a:before {
    border-style: solid;
    border-width: 6px 0 6px 10px;
}

#tmp_contents .album_cate .btn_slides span {
    display: inline-block;
    z-index: 1;
    text-indent: inherit;
    font-size: 92.8%;
    text-transform: uppercase;
    vertical-align: middle;
}

#tmp_contents .satoyama_group {
    margin-bottom: 34px;
}

#tmp_contents .tag_list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

#tmp_contents .tag_list li {
	text-align:center;
    margin: 0 7px 3px 0;
    display: inline-block;
    padding: 5px 5px 3px;
    min-height: 33px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    min-width: 104px;
    color: #FFFFFF;
    background-color: #003e76;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#tmp_contents .satoyama_cap {
    font-size: 133.3%;
}
#tmp_contents .satoyama_cap p{
    margin: 0;
}
.registry_paragraph {
    margin-bottom: 5px;
}
.registry_paragraph .medium_text {
    font-weight: bold;
}
#tmp_contents .box_explanatory {
	margin:0 0 40px;
}
/* ==================================================
original - parts
================================================== */
/* article_idx
================================================== */
#tmp_contents .article_idx {
	border:4px solid #e3e3e3;
	margin:0 0 60px;
	position:relative;
	clear:both;
}
#tmp_contents .article_idx .anchor_ttl {
	border-bottom: 1px solid #e3e3e3;
}
#tmp_contents .article_idx .anchor_ttl a{
	display: block;
	position: relative;
	color: #333333;
	text-decoration: none;
	font-size: 122.2%;
	padding: 12px 56px 8px 22px;
}
#tmp_contents .article_idx .anchor_ttl a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 14px;
	height: 11px;
	background: transparent url(/shared/templates/kashiniwa/images/icon/drop_down_icon.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#tmp_contents .article_idx.ac_active .anchor_ttl a:after {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
}
#tmp_contents .article_idx .article_cnt {
	padding: 15px 23px;
}
#tmp_contents .article_idx ul {
	list-style:none;
	margin:0;
}
#tmp_contents .article_idx ul li {
	margin-bottom:13px;
}
#tmp_contents .article_idx ul li a {
	display:inline-block;
	text-decoration:none;
	color:#333333;
	background:url(/shared/site_kashiniwa/images/icon/anchor_icon.png) no-repeat left 8px;
	padding-left:35px;
}
#tmp_contents .article_idx ul li a:hover,
#tmp_contents .article_idx ul li a:focus {
	text-decoration:underline;
}
/* txt_marker
================================================== */
#tmp_contents .txt_marker {
	background-image: linear-gradient(#fffcb6, #fffcb6);
	background-size: 100% 50%;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-weight:bold;
}
/* box_info_table
================================================== */
#tmp_contents .box_info_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .box_info_table td {
	padding:15px 10px;
	border-bottom:1px solid #dddddd;
	background-color:#ffffff;
}
#tmp_contents .box_info_table td.date {
	width: calc(8em + 20px);
	font-size:77.77%;
}
#tmp_contents .box_info_table td.label {
	width:108px;
	text-align:center;
}
#tmp_contents .box_info_table td.label .label_txt {
	border:1px solid #0072bc;
	background-color:#ffffff;
	color:#0072bc;
	font-size:66.66%;
	font-weight:500;
	padding:2px;
	line-height:1.5;
	display:block;
}
#tmp_contents .box_info_table td a {
	text-decoration:none;
	color:#333333;
	display:inline-block;
	background:url(/shared/site_kashiniwa/images/icon/icon_arrow_black.png) no-repeat left 7px;
	padding-left:14px;
}
#tmp_contents .box_info_table td a:hover,
#tmp_contents .box_info_table td a:focus {
	text-decoration:underline;
}
/* box_note
================================================== */
#tmp_contents .box_note {
	border:3px solid #df0a0a;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .box_note th {
	text-align:left;
	color:#cb0707;
	font-size:122.22%;
	padding:20px 25px 0;
}
#tmp_contents .box_note th p {
	margin-bottom:0;
}
#tmp_contents .box_note td {
	padding:10px 20px 15px;
}
#tmp_contents .box_note td ul {
	list-style-image: url(/shared/site_kashiniwa/images/icon/list_icon_red.png);
	margin-bottom:0;
}
#tmp_contents .box_note td ul li {
	margin-bottom:12px;
}
/* editable_slider
================================================== */
#tmp_contents .editable_slider {
	width:100%;
	max-width:900px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 60px;
	position:relative;
	clear:both;
}
#tmp_contents table.editable_slider td,
#tmp_contents div.editable_slider {
	padding:30px 90px 12px;
	background-color:#f4f4f4;
}
#tmp_contents .editable_slider p {
	margin-bottom:0;
	text-align:center;
}
#tmp_contents .editable_slider img {
	max-width:100%;
	height:auto;
}
#tmp_contents .editable_slider .splide__arrow {
    padding: 0;
    position: static;
	width:40px;
	height:40px;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	opacity: 1;
	text-indent: -9999px;
	overflow: hidden
}
#tmp_contents .editable_slider .splide__arrow--prev,
#tmp_contents .editable_slider .splide__arrow--next {
	position: absolute;
	background:transparent no-repeat 0 0;
	-webkit-background-size:40px auto;
	-moz-background-size:40px auto;
	background-size:40px auto;
	margin-top: -20px;
}
#tmp_contents .editable_slider .splide__arrow--prev {
    left:71px;
	background-image:url(/shared/site_kashiniwa/images/icon/slide_arrow_l.png);
}
#tmp_contents .editable_slider .splide__arrow--next {
    right:71px;
	background-image:url(/shared/site_kashiniwa/images/icon/slide_arrow_r.png);
}
#tmp_contents .editable_slider .splide__controls ul {
	margin: 0 0 0 5px;
}
#tmp_contents .editable_slider .splide__controls ul li {
	margin: 0 0 10px;
	padding:0 5px;
}
#tmp_contents .editable_slider.splide_pattern .splide__controls {
	position: static;
	padding: 10px;
}
#tmp_contents .editable_slider.splide_pattern .splide__toggle {
	margin-bottom:10px;
}

/* ad_box
================================================== */
#tmp_contents .ad_box {
	width:100%;
	border:1px solid #e3e3e3;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .ad_box .ad_box_ttl td {
	padding:40px 50px 0;
}
#tmp_contents .ad_box .ad_box_ttl h2 {
	margin:0;
	border-top:none;
	background-color:#ffffff;
	background-image:none;
	position:relative;
	font-size:144.44%;
	padding:15px 0;
}
#tmp_contents .ad_box .ad_box_cnt td {
	padding:10px 20px 28px 50px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents .ad_box .ad_box_cnt td p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0 24px 12px 0;
	max-width:180px;
}
#tmp_contents .ad_box .ad_box_cnt td p a {
	display:block;
}
#tmp_contents .ad_box .ad_box_cnt td p img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
/* table_list2
================================================== */
#tmp_contents .table_list2 {
	width:100%;
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .table_list2_title {
	padding:20px 24px;
	border-bottom:1px solid #0072bc;
}
#tmp_contents .table_list2_title p {
	padding:0;
	margin:0;
	font-size:133.33%;
	font-weight:500;
}
#tmp_contents .table_list2_cnt {
	padding:24px 24px 20px;
}
#tmp_contents .table_list2 .box_col2_btn,
#tmp_contents .table_list2 .box_col1_gray_btn {
	list-style:none;
	margin:0;
}
#tmp_contents .table_list2 .box_col2_btn li,
#tmp_contents .table_list2 .box_col1_gray_btn li {
	margin-bottom:10px;
	line-height:1.5;
}
#tmp_contents .table_list2 .box_col2_btn li a,
#tmp_contents .table_list2 .box_col1_gray_btn li a {
	text-decoration:none;
	color:#333333;
	background-repeat:no-repeat;
	background-image:url(/shared/site_kashiniwa/images/icon/icon_arrow_black.png);
}
#tmp_contents .table_list2 .box_col2_btn li a {
	display:inline-block;
	background-position:left 7px;
	padding-left:20px;
}
#tmp_contents .table_list2 .box_col1_gray_btn li a {
	display:block;
	padding:17px 10px 16px 37px;
	background-color:#f3f3f3;
	background-position:21px 24px;
}
#tmp_contents .table_list2 .box_col2_btn li a:hover,
#tmp_contents .table_list2 .box_col2_btn li a:focus,
#tmp_contents .table_list2 .box_col1_gray_btn li a:hover,
#tmp_contents .table_list2 .box_col1_gray_btn li a:focus {
	text-decoration:underline;
}
/* card_list
================================================== */
#tmp_contents .card_list,
#tmp_contents .card_list2 {
	width:100%;
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px;
}
#tmp_contents .card_list_img {
	width:90px;
	vertical-align:top;
}
#tmp_contents .card_list2_img {
	width:120px;
	vertical-align:top;
}
#tmp_contents .card_list_img p,
#tmp_contents .card_list2_img p {
	margin-bottom:0;
}
#tmp_contents .card_list_img img,
#tmp_contents .card_list2_img img {
	vertical-align:top;
}
#tmp_contents .card_list_cnt,
#tmp_contents .card_list2_cnt {
	vertical-align:middle;
	padding:12px 40px 7px 15px;
	position:relative;
}
#tmp_contents .card_list_cnt::after,
#tmp_contents .card_list2_cnt::after {
	content:'';
	position:absolute;
	top:50%;
	right:27px;
	background:url(/shared/site_kashiniwa/images/icon/icon_arrow_black.png) no-repeat;
	width:8px;
	height:12px;
	margin-top:-6px;
}
#tmp_contents .card_list_cnt p,
#tmp_contents .card_list2_cnt p {
	margin-bottom:5px;
	line-height:1.6;
}
#tmp_contents .card_list_cnt a,
#tmp_contents .card_list2_cnt a {
	text-decoration:none;
	display:block;
	color:#333333;
}
#tmp_contents .card_list2_cnt .txt_big {
	font-size:111.11%;
	font-weight:500;
}
#tmp_contents .card_list.active a,
#tmp_contents .card_list2.active a,
#tmp_contents .card_list_cnt a:hover,
#tmp_contents .card_list_cnt a:focus,
#tmp_contents .card_list2_cnt a:hover,
#tmp_contents .card_list2_cnt a:focus {
	text-decoration:underline;
}
/* accordion_item
================================================== */
#tmp_contents .accordion_item {
	border:10px solid #f3f3f3;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .accordion_item,
#tmp_contents .accordion_item thead,
#tmp_contents .accordion_item tbody,
#tmp_contents .accordion_item tfoot,
#tmp_contents .accordion_item tr,
#tmp_contents .accordion_item th,
#tmp_contents .accordion_item td {
	display:block;
	width:100% !important;
}
#tmp_contents .accordion_item .accordion_btn {
	background-color:#f3f3f3;
}
#tmp_contents .accordion_item .accordion_btn p {
	margin-bottom:0;
	line-height:1.5;
	font-size:111.11%;
	font-weight:500;
}
#tmp_contents .accordion_item .accordion_btn p a {
	display:block;
	color:#333333;
	background-color:#f3f3f3;
	text-decoration:none;
	margin:-10px;
	padding:20px 75px 20px 26px;
	position:relative;
}
#tmp_contents .accordion_item .accordion_btn p a::after {
	content:'';
	position:absolute;
	right:28px;
	top:35px;
	width:24px;
	height:2px;
	background-color:#0977be;
}
#tmp_contents .accordion_item .accordion_btn p a::before {
	content:'';
	position:absolute;
	right:39px;
	top:24px;
	width:2px;
	height:24px;
	background-color:#0977be;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#tmp_contents .accordion_item.ac_active .accordion_btn p a::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#tmp_contents .accordion_item .accordion_btn p a:hover {
	text-decoration:underline;
}
#tmp_contents .accordion_item .accordion_cnt {
	padding:24px 20px 14px;
	background-color:#ffffff;
	color:inherit;
}
/* longtable2 / longtable3
================================================== */
#tmp_contents .longtable2,
#tmp_contents .longtable3 {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
	position:relative;
	border:1px solid #dddddd;
}
#tmp_contents .longtable2 th,
#tmp_contents .longtable3 th {
	background-color:#f3f3f3;
	text-align:left;
	font-weight:500;
}
#tmp_contents .longtable2 th,
#tmp_contents .longtable2 td,
#tmp_contents .longtable3 th,
#tmp_contents .longtable3 td {
	border:1px solid #dddddd;
	padding:12px 18px;
}
#tmp_contents .longtable2 th p,
#tmp_contents .longtable2 td p,
#tmp_contents .longtable3 th p,
#tmp_contents .longtable3 td p {
	margin-bottom:0;
}
/* navbar_anchor
================================================== */
#tmp_contents .navbar_anchor,
#tmp_contents .navbar_anchor li,
#tmp_contents .navbar_anchor li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .navbar_anchor {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin: 0 0 60px;
	padding: 5px 0 0;
	border-top: 1px solid #434445;
	border-bottom: 1px solid #434445;
	list-style-image: none;
}
#tmp_contents .navbar_anchor li {
	width: 20%;
	font-size: 83.3%;
	padding:6px 0;
	margin:0;
	border-bottom: 1px solid #e6e6e6;
}
#tmp_contents .navbar_anchor a {
	-webkit-justify-content: center;
	justify-content: center;
	flex-grow:1;
	padding:2px 10px 17px;
	background: transparent url(/shared/templates/kashiniwa/images/icon/arrow_anchor_drop.png) no-repeat center bottom;
	border-right: 1px solid #e6e6e6;
	color: inherit;
	text-decoration: none;
}
#tmp_contents .navbar_anchor a:hover,
#tmp_contents .navbar_anchor a:focus{
	text-decoration: underline;
}
#tmp_contents .navbar_anchor li:nth-child(5n+1) a {
	border-left: 1px solid #e6e6e6;
}
#tmp_contents .navbar_anchor li:nth-child(5n+1):nth-last-child(-n+5),
#tmp_contents .navbar_anchor li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
	border-bottom:none;
}
/* tel_link
================================================== */
.tel_link a {
	color: #0072bc !important;
	background-color: transparent;
	text-decoration:underline;
}
/* gmap
================================================== */
#tmp_contents #tmp_gmap_link ul {
	list-style:none;
}
#tmp_contents #tmp_gmap_link a {
	display: block;
	width: 425px;
	background: #737373 url(/shared/site_rn2023/images/icon/arrow_link_rgt_wh.png) no-repeat right 20px center;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	color: #ffffff;
	border-radius: 30px;
	padding: 17px 48px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}
#tmp_contents #tmp_gmap_link a .icon_ext {
	display: inline;
	background-image: none;
	vertical-align: top;
	margin-left:0;
	font-weight:normal;
}
/* ==================================================
system
================================================== */
/* linkicon
================================================== */
#tmp_contents .icon_blank,
#tmp_contents .icon_ext {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-left:10px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-position: left top;
	border: 0!important;
	clip: rect(0,0,0,0)!important;
	overflow: hidden!important;
	text-indent: 100%!important;
	white-space: nowrap!important;
}
#tmp_contents .icon_blank {
	background-image:url(/shared/templates/free_rn2023/images/icon/arrow_link_blank.png);
}
#tmp_contents .icon_ext {
	background-image:url(/shared/templates/free_rn2023/images/icon/arrow_link_ext.png);
}

/* ==================================================
no_javascript
================================================== */
.no_javascript #tmp_contents .album_photo{
    max-height: 630px;
    overflow-y: scroll!important;
    float: none;
    width: 100%;
    text-align: center;
}
.no_javascript .album_photo .photo_slide{
    margin-bottom: 20px;
}
.no_javascript .album_cate{
    display: none;
}
/* ==================================================
文字サイズ色合い変更
================================================== */
#tmp_contents #tmp_fsize table,
#tmp_contents #tmp_color table {
	color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	vertical-align: top;
}
#tmp_contents #tmp_fsize table td,
#tmp_contents #tmp_color table td{
	width: 50%;
    padding: 5px 8px;
	border: 1px solid #b0b0b0;
	font-size: 114.2%;
	vertical-align: top;
}
#tmp_contents #tmp_fsize table.datatable tr:nth-child(2n) td,
#tmp_contents #tmp_fsize table.datatable tr:nth-child(2n) th,
#tmp_contents #tmp_color table.datatable tr:nth-child(2n) td,
#tmp_contents #tmp_color table.datatable tr:nth-child(2n) th {
	background-color:#ffffff;
}
#tmp_contents #tmp_fsize .datatable a,
#tmp_contents #tmp_color .datatable a {
	text-decoration:none;
	display:block;
	color:#000000;
}
#tmp_contents #tmp_fsize table td a:hover,
#tmp_contents #tmp_color table td a:hover {
	opacity:0.6;
}
#tmp_contents #tmp_fsize .fsize_small .cs_heading {
    font-size: 1.78rem; /* fsize_small h1 : 75% →　h1 font-size: 28.5px;　*/
}
#tmp_contents #tmp_fsize .fsize_small .cs_outline {
    font-size: 0.75rem;
}
#tmp_contents #tmp_fsize .cs_default .cs_heading {
    font-size: 2.38rem; /* cs_default h1 : 100% →　font-size: 38px;　*/
}
#tmp_contents #tmp_fsize .cs_default .cs_outline {
    font-size: 1rem;
}
#tmp_contents #tmp_fsize .fsize_big .cs_heading {
    font-size: 3.08rem; /* fsize_big h1 : 130% →　font-size: 49.4px　*/
}
#tmp_contents #tmp_fsize .fsize_big .cs_outline {
    font-size: 1.5rem;
}
#tmp_contents #tmp_fsize .fsize_big2 .cs_heading {
    font-size: 4.15rem; /* fsize_big2 h1 : 175% →　font-size: 66.5px　*/
}
#tmp_contents #tmp_fsize .fsize_big2 .cs_outline {
    font-size: 2rem;
}
#tmp_contents #tmp_color .cs_heading {
    font-size: 2.38rem;
}
#tmp_contents #tmp_color .cs_outline {
    font-size: 1rem;
}
#tmp_contents #tmp_fsize .cs_heading,
#tmp_contents #tmp_color .cs_heading {
	display:block;
	margin: 0 0 30px;
	font-weight: bold;
    background: #fbf9d4 url(/shared/templates/kashiniwa/images/main/bg_h1.jpg) right top no-repeat;
    color: #333333;
    padding: 36px 20px;
    line-height: 1.4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	clear:both; /* Do not edit */
}
#tmp_contents #tmp_fsize .cs_outline,
#tmp_contents #tmp_color .cs_outline {
	display:block;
	margin:0 0 40px; /* Do not edit */
	border:2px solid #ededed;
	background-color: #ededed;
	color: #333333;
	padding:25px 20px;
	clear:both; /* Do not edit */
}
#tmp_contents #tmp_color .color_yellow .cs_heading,
#tmp_contents #tmp_color .color_black .cs_heading,
#tmp_contents #tmp_color .color_blue .cs_heading {
    background-image: none;
}
#tmp_contents .cs_box.color_blue,
#tmp_contents .cs_box.color_blue .cs_heading,
#tmp_contents .cs_box.color_blue .cs_outline {
    display: block;
    color: #FFFF00 !important;
    background-color: #00008B !important;
    border-color: #FFFF00 !important;
    background-image: none;
}
#tmp_contents .cs_box.color_yellow,
#tmp_contents .cs_box.color_yellow .cs_heading,
#tmp_contents .cs_box.color_yellow .cs_outline {
    display: block;
    color:#000000 !important;
    background-color:#FFFF00 !important;
    border-color:#000000 !important;
    background-image: none;
}
#tmp_contents .cs_box.color_black,
#tmp_contents .cs_box.color_black .cs_heading,
#tmp_contents .cs_box.color_black .cs_outline {
    display: block;
    color:#FFFF00 !important;
    background-color:#000000 !important;
    border-color:#FFFF00 !important;
    background-image: none;
}
#tmp_contents .cs_box.color_blue .cs_heading {
    border: 3px solid yellow !important;
}
#tmp_contents .cs_box.color_yellow .cs_heading {
    border: 3px solid black !important;
}
#tmp_contents .cs_box.color_black .cs_heading {
    border: 3px solid yellow !important;
}
#tmp_contents .cs_box.color_default,
#tmp_contents .cs_box.color_default .cs_heading,
#tmp_contents .cs_box.color_default .cs_outline {
    display: block;
}
#tmp_contents .cs_box.color_default {
	background-color:#FFFFFF !important;
}
#tmp_contents .cs_box.color_default .cs_heading {
	font-weight: bold;
    background: #fbf9d4 url(/shared/templates/kashiniwa/images/main/bg_h1.jpg) right top no-repeat;
    color: #333333;
    padding: 36px 20px;
    line-height: 1.4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.color_blue #tmp_wrapper #tmp_contents #tmp_fsize .cs_heading,
.color_yellow #tmp_wrapper #tmp_contents #tmp_fsize .cs_heading,
.color_black #tmp_wrapper #tmp_contents #tmp_fsize .cs_heading {
	border-style:solid;
	border-width:3px;
}
.color_blue #tmp_contents #tmp_color .color_default .cs_heading,
.color_yellow #tmp_contents #tmp_color .color_default .cs_heading,
.color_black #tmp_contents #tmp_color .color_default .cs_heading {
    background: #fbf9d4 url(/shared/templates/kashiniwa/images/main/bg_h1.jpg) right top no-repeat !important;
    color: #333333 !important;
}
.color_blue #tmp_contents #tmp_color .color_default .cs_outline,
.color_yellow #tmp_contents #tmp_color .color_default .cs_outline,
.color_black #tmp_contents #tmp_color .color_default .cs_outline {
	border-color:#ededed !important;
	background-color: #ededed !important;
    color: #333333 !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
.yama_cate:after {
    content: "";    /* Do not edit */
    display: table;    /* Do not edit */
    clear: both;    /* Do not edit */
}
