@charset "utf-8";
/* CSS Document */
/*
Designed by En-Graphiction Templates
https://en-graphiction.com
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap');
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
.ccm-page {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	overflow-x: hidden;
	margin: 0;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
  font-style: normal;
}
.ccm-panel,
.ccm-panel-detail,
.ui-dialog-content{
	font-feature-settings:initial;
}
.ccm-page table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ccm-page hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 32px 0;
	padding: 0;
}
.ccm-page .clearfix:before,
.ccm-page .clearfix:after {
	content: " ";
	display: table;
}
.ccm-page .clearfix:after {
	clear: both;
}
.ccm-page .clearfix {
	zoom: 1;
	clear: both;
}
.ccm-page a {
	color: inherit;
	text-decoration: underline;
}
.ccm-page a:hover,
.ccm-page a:focus {
	text-decoration: none;
}
.ccm-page a:active {
	text-decoration: none;
}
.ccm-page a img {
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ccm-page img {
	vertical-align: top;
}
.ccm-page .img-responsive,
.ccm-page .img-responsive img,
.ccm-page .img-fluid {
	width: 100%;
	height: auto;
}
.ccm-page .img-radius,
.ccm-page .image-text-radius img{
	border-radius: 32px;
	overflow: hidden;
}
.ccm-page .image-text-radius img{
	display: block;
	margin: 0 auto;
	width: 48%;
	height: auto;
}
.ccm-page ul,
.ccm-page li,
.ccm-page ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ccm-page time {
	display: block;
	text-align: right;
	padding: 16px 0;
}
.ccm-page a:hover img {
	/*リンク付き画像にマウスを乗せたら少し透明化*/
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.ccm-page input,
.ccm-page button,
.ccm-page textarea,
.ccm-page select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
  font-style: normal;
}
.ccm-page a[href^="tel:"] {
	color: unset;
}
/*====================================================================
　　　　　　　　　　　　共通設定
====================================================================*/
/*==================== 文字揃 ====================*/
.ccm-page .tac {
	text-align: center !important;
}
.ccm-page .tal {
	text-align: left !important;
}
.ccm-page .tar {
	text-align: right !important;
}
/*==================== 余白 ====================*/
.ccm-page .pdg-8 {
	padding: 8px !important;
}
.ccm-page .pdg-16 {
	padding: 16px !important;
}
.ccm-page .pdg-32 {
	padding: 32px !important;
}
.ccm-page .pdg-56 {
	padding: 56px 0 !important;
}
.ccm-page .pdg_t-16 {
	padding-top: 16px !important;
}
.ccm-page .pdg_b-16 {
	padding-bottom: 16px !important;
}
.ccm-page .pdg_t-32 {
	padding-top: 32px !important;
}
.ccm-page .pdg_b-32 {
	padding-bottom: 32px !important;
}
.ccm-page .mgn_t-0 {
	margin-top: 0 !important;
}
.ccm-page .mgn_b-0 {
	margin-bottom: 0 !important;
}
.ccm-page .mgn-a {
	margin-left: auto !important;
	margin-right: auto !important;
}
.ccm-page .mgn-0a {
	margin: 0 auto !important;
}
.ccm-page .mgn-0 {
	margin: 0 !important;
}
.ccm-page .mgn_t-8 {
	margin-top: 8px !important;
}
.ccm-page .mgn_b-8 {
	margin-bottom: 8px !important;
}
.ccm-page .mgn-16 {
	margin: 16px auto !important;
}
.ccm-page .mgn_t-16 {
	margin-top: 16px !important;
}
.ccm-page .mgn_b-16 {
	margin-bottom: 16px !important;
}
.ccm-page .mgn-32 {
	margin: 32px auto !important;
}
.ccm-page .mgn_t-32 {
	margin-top: 32px !important;
}
.ccm-page .mgn_b-32 {
	margin-bottom: 32px !important;
}
.ccm-page .mgn-48 {
	margin: 48px auto !important;
}
.ccm-page .mgn_t-48 {
	margin-top: 48px !important;
}
.ccm-page .mgn_b-48 {
	margin-bottom: 48px !important;
}
.ccm-page .mgn-56 {
	margin: 56px auto !important;
}
.ccm-page .mgn_t-56 {
	margin-top: 56px !important;
}
.ccm-page .mgn_b-56 {
	margin-bottom: 56px !important;
}
.ccm-page .dis_block {
	display: block;
}
/*==================== 背景色 ====================*/
.ccm-page .bg-wht {
	background: rgba(255, 255, 255, 1.00);
}
.ccm-page .bg-blue {
	background: rgba(0, 58, 149, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.ccm-page .bg-orange {
	background: rgba(243, 152, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.ccm-page .bg-red {
	background: rgba(230, 0, 18, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.ccm-page .bg-gray {
	background: rgba(247, 247, 247, 1.00);
}
.ccm-page .bg-orange-light{
	background: rgba(254, 249, 242, 1.00);
}
.ccm-page .bg-green{
	background: rgba(143,195,31,1);
	color: rgba(255,255,255,1);
}
.ccm-page .bg-brown{
	background: rgba(247,241,233,1);
}
.ccm-page .bg-blue a,
.ccm-page .bg-orange a,
.ccm-page .bg-red a,
.ccm-page .bg-green a {
	color: rgba(255, 255, 255, 1.00);
}
.page-template-home .bg-wht,
.page-template-home .bg-gray{
	padding: 32px 0 0;
}
/*==================== 文字 ====================*/
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6{
	clear: both;
}
.ccm-page h1,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
	margin: 32px auto 16px;
	line-height: 1.3;
}
.ccm-page h2,
.ccm-page h3,
.ccm-page h4{
	letter-spacing: 0.15rem;
}
.ccm-page h1 {
	font-size: 3.6rem;
}
.ccm-page h2 {
	position: relative;
  font-size: 2.6rem;
	margin: 88px auto 48px;
	border-bottom: 3px solid rgba(153,153,153,1);
  padding: 0 0 8px 4px;
}
.ccm-page h2::after {
  content: '';
  background-color:rgba(255,0,0,1);
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.ccm-page h3 {
	font-size: 2.2rem;
	position: relative;
	padding: 0;
	margin: 56px auto 32px;
	display: block;
	clear: both;
}
.ccm-page h4 {
	font-size: 1.8rem;
	position: relative;
	padding: 0;
}
.ccm-page h5 {
	font-size: 1.6rem;
	padding-left: 16px;
}
.ccm-page h5:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c8";
	/*fa-square*/
	margin-right: 4px;
	margin-left: -16px;
	top: -3px;
	position: relative;
	font-size: 1rem;
}
.ccm-page h6 {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .02em;
}
.ccm-page .side-content-left h2,
.ccm-page .side-content-right h2 {
	margin: 32px auto 16px;
  padding: 8px 0px;
  font-size: 1.4rem;
  border-radius: 4px;
	text-align: center;
}
.ccm-page .side-content-left h2::before,
.ccm-page .side-content-right h2::before {
	content: "";
	width: 0;
	height: 0;
	border: none;
}
/*  -  蛍光ペン風  -  */
.ccm-page .attention-red {
	background: linear-gradient(rgba(255, 204, 204, 0) 60%, rgba(255, 204, 204, 1) 100%);
}
.ccm-page .attention-yellow {
	background: linear-gradient(rgba(255, 255, 102, 0) 60%, rgba(255, 255, 102, 1) 100%);
}
/*  -  ページタイトル  -  */
#headertitle {
	position: relative;
	width: 100%;
}
#headertitle h1 {
	z-index: 1;
	position: inherit;
	margin: 0;
	text-align: center;
	color: rgba(255, 0, 0, 1);
	font-weight: normal;
}
#headertitle h1 span{
	font-size: 4rem;
	position: absolute;
	top: 36%;
	left: 50%;
	color: rgba(0, 0, 0, 1);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
	font-weight: bold;
}
/*  -  文字調整  -  */
.ccm-page p {
	margin: 0 auto 16px;
	letter-spacing: 1px;
	line-height: 2;
}
.ccm-page .text-bold{
	font-weight: bold;
}
.ccm-page .small {
	font-size: 0.8rem;
}
.ccm-page .text-middle {
	font-size: 1.4rem;
}
.ccm-page .text-large {
	font-size: 1.6rem;
}
.ccm-page .text-big{
	font-size: 2.4rem;
}
.ccm-page .text-danger {
	color: #F66;
}
.ccm-page .mincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/*==================== ヘッダー ====================*/
.ccm-page header {
	width: 100%;
	background: rgba(255,255,255,1);
}
.ccm-toolbar-visible .page-template-home {
	/*ホームは除外*/
	margin-top: 0px;
}
.ccm-page .header_logo a,
.ccm-page .header_info a {
	text-decoration: none;
}
.ccm-page .header_info p{
	margin: 0;
}
.ccm-toolbar-visible #navigation {
	top: 48px;
}
/*==================== フッター ====================*/
.ccm-page footer {
	clear: both;
	position: relative;
	padding: 56px 0;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
.ccm-page footer a{
	color: rgba(255,255,255,1);
}
.ccm-page .bottomcontents-area {
	width: 100%;
	background: url(../images/top-footer_image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 32%;
	margin-top: 88px;
}
/*==================== レイアウト ====================*/
.ccm-page main {
	position: relative;
}
#page-content {
	padding: 0px;
}
.ccm-page .auto_height {
	height: auto;
	width: 100%;
}
/*==================== イベント更新枠用 ====================*/
.ccm-page .event-content-wrapper .event-content{
	padding: 16px;
	margin-bottom: 32px;
	background: rgba(255,255,255,1);
	border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	overflow: hidden;
	border-left: 8px solid rgba(160,160,160,1);
}
.ccm-page .event-content-wrapper .event-content .event-content-image img{
	margin-bottom: 32px;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-title{
	font-size: 1.6rem;
	font-weight: bold;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-title p{
	border-bottom: 2px solid rgba(153,153,153,1);
	position: relative;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-title p::after {
  content: '';
  background-color:rgba(255,0,0,1);
  width: 48px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-date,
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-location{
	font-size: 1rem;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-date p{
	margin-bottom: 0px;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-date p::before,
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-location p::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-date p::before{
	content: "\f073";
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-location p::before{
	content: "\f5a0";
}
.ccm-page .event-content-wrapper .event-content .event-content-text .event-content-discription p:last-child{
	margin-bottom: 0;
}
/*==================== ボタン ====================*/
.ccm-page .button-basic,
.ccm-page .button-primary,
.ccm-page .button-success,
.ccm-page .button-info,
.ccm-page .button-warning,
.ccm-page .button-danger,
.ccm-page .button-fab,
.ccm-page .button-text,
.ccm-page .button-black,
.ccm-page .button-white,
.ccm-page .button-gold {
	background: #999;
	border: none;
	color: rgba(255, 255, 255, 1);
	position: relative;
	margin: 0 auto 16px;
	min-width: 64px;
	padding: 0px 56px;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	height: 56px;
	line-height: 56px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ccm-page .button-text {
	color: #1A79B3;
	background: rgba(255, 255, 255, 0);
	box-shadow: none;
}
.ccm-page .button-primary {
	background: rgba(0, 58, 149, 1.00);
}
.ccm-page .button-success {
	background: rgba(143,195,31,1);
}
.ccm-page .button-info {
	background: rgba(3, 169, 244, 1);
}
.ccm-page .button-warning {
	background: rgba(243, 152, 0, 1.00);
}
.ccm-page .button-danger {
	background: rgba(230, 0, 18, 1.00);
}
.ccm-page .button-black {
	background: rgba(0, 0, 0, 1.00);
}
.ccm-page .button-white {
	background: rgba(255, 255, 255, 1.00);
	color:initial;
}
.ccm-page .button-gold {
	background: rgba(202, 177, 93, 1.00);
}
.ccm-page .button-fab {
	border-radius: 50%;
	height: 64px;
}
.ccm-page .button-large {
	height: 72px;
	line-height: 72px;
}
.ccm-page .button-basic:active,
.ccm-page .button-basic:focus,
.ccm-page .button-basic:hover {
	background: rgba(153, 153, 153, 0.7);
}
.ccm-page .button-primary:active,
.ccm-page .button-primary:focus,
.ccm-page .button-primary:hover {
	background: rgba(0, 58, 149, 0.7);
}
.ccm-page .button-success:active,
.ccm-page .button-success:focus,
.ccm-page .button-success:hover {
	background: rgba(143,195,31, 0.7);
}
.ccm-page .button-info:active,
.ccm-page .button-info:focus,
.ccm-page .button-info:hover {
	background: rgba(3, 169, 244, 0.7);
}
.ccm-page .button-warning:active,
.ccm-page .button-warning:focus,
.ccm-page .button-warning:hover {
	background: rgba(243, 152, 0, 0.7);
}
.ccm-page .button-danger:active,
.ccm-page .button-danger:focus,
.ccm-page .button-danger:hover {
	background: rgba(230, 0, 18, 0.7);
}
.ccm-page .button-black:active,
.ccm-page .button-black:focus,
.ccm-page .button-black:hover {
	background: rgba(0, 0, 0, 0.7);
}
.ccm-page .button-white:active,
.ccm-page .button-white:focus,
.ccm-page .button-white:hover {
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.ccm-page .button-gold:active,
.ccm-page .button-gold:focus,
.ccm-page .button-gold:hover {
	background: rgba(202, 177, 93, 0.7);
}
.ccm-page .button-text:hover {
	background: rgba(158, 158, 158, .2);
}
.ccm-page .button-text:active,
.ccm-page .button-text:focus {
	background: rgba(158, 158, 158, .4);
}
.ccm-page .pdg-32 span,
.ccm-page .pdg-56 span,
.ccm-page .pdg-32 button,
.ccm-page .pdg-56 button,
.ccm-page .pdg-32 p:last-child,
.ccm-page .pdg-56 p:last-child {
	margin: 0 auto;
}
.ccm-page .button-transparent,
.ccm-page .button-transparent-gray {
	display: inline-block;
	font-weight: bold;
	line-height: 45px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
	padding: 0 16px;
}
.ccm-page .button-transparent {
	color: rgba(255, 255, 255, 1);
	outline-color: rgba(255, 255, 255, 0.5);
}
.ccm-page .button-transparent-gray {
	color: rgba(84, 84, 84, 1);
	outline-color: rgba(84, 84, 84, 0.5);
}
.ccm-page .button-transparent:hover,
.ccm-page .button-transparent-gray:hover {
	outline-color: transparent;
	outline-offset: 12px;
}
.ccm-page .button-transparent:hover {
	border-color: rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	text-shadow: 2px 2px 3px #000;
}
.ccm-page .button-transparent-gray:hover {
	border-color: rgba(84, 84, 84, 1);
}
/*==================== ボーダー ====================*/
.ccm-page .border-right-c1s {
	border-right: #ccc 1px solid;
}
.ccm-page .border-left-c1s {
	border-left: #ccc 1px solid;
}
.ccm-page .border-top-e1s {
	border-top: #e0e0e0 1px solid;
}
/*==================== 埋め込み ====================*/
.ccm-page iframe {
	width: 100% !important;
}
/*==================== テーブル ====================*/
.ccm-page .table_contents{
	width: 100%;
	border: solid 1px;
}
.ccm-page .table_contents thead th{
	text-align: center;
}
.ccm-page .table_contents thead th,
.ccm-page .table_contents tbody td{
	border: 1px solid rgba(90, 74, 55, 0.15);
	padding: 16px 8px;
	height: 40px;
}
.ccm-page .table_contents thead th:last-child,
.ccm-page .table_contents tbody td:last-child{
	padding: 16px 0px;
}
.ccm-page .table_contents tbody tr:active,
.ccm-page .table_contents tbody tr:focus,
.ccm-page .table_contents tbody tr:hover{
	background:rgba(0,78,42,0.05);
}
.ccm-page .table-simple{
	width: 100%;
}
.ccm-page .table-simple img{
	width: 100%;
	display: block;
}
.ccm-page .table-simple th,
.ccm-page .table-simple td{
	width: 50%;
	vertical-align: middle;
}
.ccm-page .table-simple tr{
	display: block;
	margin-bottom: 32px;
}
.ccm-page .table-simple td{
	padding: 0 0 0 32px;
}
html.ccm-toolbar-visible .ui-dialog{
	font-feature-settings:initial;
}
/*==================== トップページ背景固定 ====================*/
.page-template-home:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/bg-top_main_image.jpg") center no-repeat;
    background-size: cover;
}
/*==================== SNS Link ====================*/
.ccm-page .sns_link-wrapper{
	margin: 0 0 32px 0;
	font-size: 2rem;
}
.ccm-page .sns_link-wrapper a{
	display: inline-block;
	text-decoration: none;
}
.ccm-page .sns_link-wrapper .fa-youtube{
	color: rgba(218,23,37,1);
}
.ccm-page .sns_link-wrapper .fa-instagram{
  background: linear-gradient(45deg, rgba(76,100,21,1),rgba(207,46,146,1), rgba(242,105,57,1),rgba(255,221,131,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ccm-page .sns_link-wrapper .fa-facebook{
  color: rgba(60,90,153,1);
}
.ccm-page .sns_link-wrapper .fa-line{
  color: rgba(0,185,0,1);
}
.ccm-page .sns_link-wrapper .fa-twitter{
  color: rgba(29,161,242,1);
}
.ccm-page .sns_link-wrapper .fa-amazon{
  color: rgba(255, 153, 0,1);
}
.ccm-page .sns_link-wrapper .fa-shopping-cart,
.ccm-page .sns_link-wrapper .fa-box-open{
  color: rgba(255, 0, 0,1);
}
.ccm-page .sns_link-wrapper .fa-registered{
  color: rgba(191, 0, 0,1);
}
.ccm-page .sns_link-wrapper .fa-map-marker-alt{
  color: rgba(220,73,60,1);
}
/*==================== タブ切り替え ====================*/
.ccm-page .tab_swicth-wrapper{
	margin-bottom: 32px;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu {
	margin : 0px 16px 0;
	list-style-type : none;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li {
	padding : 0;
	position: relative;
  background: rgba(0, 0, 0, 1);
	overflow: hidden;
	transition: 0.3s;
	width: 28%;
	height: 112px;
	margin: 0 auto 20px;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	opacity: 0.6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
	z-index: 0;
	transition: 0.3s;
	object-fit: cover;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-position,
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-name{
	z-index: 1;
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 3px #000;
	transition: 0.3s;
	width: 100%;
	text-align: center;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-position{
	bottom: 8%;
	font-size: 0.8rem;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-position p,
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-name p{
	line-height: 1;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-name{
	bottom: -0.6rem;
	font-size: 1rem;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li img:hover,
.ccm-page .tab_swicth-wrapper ul.tab-menu .active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
	transition: 0.3s;
	opacity : 1.0;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li:hover img {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li:hover {
	cursor : pointer;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li.active {
	transition: 0.3s;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li.active:hover {
	opacity : 1.0;
}
.ccm-edit-mode .tab_swicth-wrapper ul.tab-menu li{
	overflow: initial;
	background: initial;
}
.ccm-edit-mode .tab_swicth-wrapper ul.tab-menu li img,
.ccm-edit-mode .tab_swicth-wrapper ul.tab-menu .tab-menu-position,
.ccm-edit-mode .tab_swicth-wrapper ul.tab-menu .tab-menu-name{
	position: initial;
	width: 100%;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
	color: initial;
	text-shadow: initial;
}
.ccm-edit-mode .tab_swicth-wrapper ul{
	text-shadow: initial;
}
/* -- div.tab-* -------------------------------- */
.ccm-page .tab_swicth-wrapper .tab_swicth-contents{
	position: relative;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents img{
	position: relative;
	z-index: 1;
	display: block;
	margin: auto;
	width: 56%;
	height: auto;
	rotate: -2deg;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq{
	z-index: 1;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-1,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-2,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-3,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-4,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-5,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-6 {
	width : 100%;
	padding : 32px 0px 1px;
	display : none;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-1{
	background: url(../images/bg-japanpaper.jpg);
	background-size: 100%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-2{
	background: url(../images/bg-japanpaper3.jpg);
	background-size: 100%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-3{
	background: url(../images/bg-tile.jpg);
	background-size: 100%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-4{
	background: url(../images/bg-japanpaper4.jpg);
	background-size: 100%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-5{
	background: url(../images/bg-japanpaper2.jpg);
	background-size: 100%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-6{
	background: url(../images/bg-japanpaper5.jpg);
	background-size: 100%;
}
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab-1,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab-2,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab-3,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab-4,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab-5,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab-6,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-1,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-2,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-3,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-4,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-5,
.ccm-edit-mode .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-6{
	display: block !important;/*編集中は表示させる*/
	top: initial !important;
	left: initial !important;
	right: initial !important;
	bottom: initial !important;
	position: initial !important;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .active {
	display: block;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .active picture{
	display: block;
	position: relative;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .active picture::after{
	content: "";
  position: absolute;
  top: 0;
	left: 50%;
  display: block;
  width: 56%;
  height: 100%;
  background-color: rgba(255,204,116,1);
  rotate: 1deg;
  z-index: 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-1,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-2,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-3,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-4,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-5,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-6{
	background: rgba(255,255,255,1);
	width: 96%;
	padding: 12px 16px 1px;
	box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
	border-radius: 4px;
	position: relative;
	margin: 32px auto;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-1 p:first-child,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-2 p:first-child,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-3 p:first-child,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-4 p:first-child,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-5 p:first-child,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-6 p:first-child{
	border-bottom: 1px solid ;
	font-size: 1.2rem;
	line-height: 1.2;
  padding: 8px 0 16px;
}
/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
	.ccm-page .tac-ss {
		text-align: center;
	}
	.ccm-page .pdg-0-16-ss {
		padding: 0 16px;
	}
	.ccm-page .pdg-16-0-ss {
		padding: 16px 0;
	}
.ccm-page .pdg_r-16-ss {
	padding-right: 16px !important;
}
.ccm-page .pdg_l-16-ss {
	padding-left: 16px !important;
}
	.ccm-page .mgn_t-32-ss {
		margin-top: 32px !important;
	}
	.ccm-page .mgn_t-16-ss {
		margin-top: 16px !important;
	}
	.ccm-page .mgn-a-ss {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.ccm-page .small-screen_br {
		/*改行*/
		display: block;
	}
	.ccm-page .display-none-ss {
		display: none;
	}
		.ccm-page header {
		position: fixed;
		z-index: 102;
		top: 0;
	  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	}
	.ccm-page .header_logo {
		padding: 8px 0 8px 8px;
		z-index: 1;
		position: absolute;
		top: 0;
		height: 48px;
	}
	.ccm-toolbar-visible .ccm-page header {
		top: 48px;
	}
	.ccm-page .header_logo img {
		height: 100%;
    width: auto;
	}
	.ccm-page .header_info{
	position: absolute;
	text-align: center;
	top: 10px;
	right: 12%;
	}
	.ccm-page footer {
		padding: 16px 16px 32px;
		margin-top: 0px;
	}
	.ccm-page .bottomcontents-area {
	margin-top: 0px;
}
	#headertitle {
		padding: 16px 0;
		margin-top: 48px;
	}
	.ccm-toolbar-visible #headertitle {/*編集中*/
		margin-top: 96px;
	}
	#headertitle h1 {
    padding: 64px 0 0;
		font-size: 1.2rem;
		margin: 0;
	}
	#headertitle h1 span{
		font-size: 2rem;
		width: 100%;
		top: 32px;
	}
	.ccm-page .page_content {
		padding: 0 16px 32px;
	}
	.ccm-page main,
	.ccm-page .page-content-right,
	.ccm-page .page-content-left,
	.ccm-page .side-content-left,
	.ccm-page .side-content-right {
		margin: 0 auto;
		width: 100%;
	}
	.ccm-page .side-content-left,
	.ccm-page .side-content-right {
		width: 100%;
		margin-top: 32px;
	}
	.ccm-page .img_l img,
	.ccm-page .img_r img {
		width: 100%;
		height: auto;
		margin: 0 auto 16px;
	}
	.ccm-page h2,
	.ccm-page h3,
	.ccm-page h4{
		letter-spacing:0;
		margin: 48px auto 24px;
	}
	.ccm-page h1 {
		font-size: 14vw;
	}
	.ccm-page h2{
		font-size: 1.6rem;
	}
	.ccm-page h2 {
		position: relative;
    padding: 12px 20px;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
		border: none;
		left: -16px;
		width: 108%;
	}
	.ccm-page h2::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px rgba(140,120,120,1);
    content: '';
	}
	.ccm-page .pdg-56 h2{
		margin: 0 auto 48px;
	}
.ccm-page h2::after {
	content: none;
}
	.ccm-page h3 {
		font-size: 8vw;
	}
	.ccm-page h4 {
		font-size: 6vw;
	}
	.ccm-page h5 {
		font-size: 6vw;
	}
	.ccm-page h6 {
		font-size: 6vw;
	}
	.ccm-page .text-large {
		font-size: 1.4rem;
	}
	.ccm-page .text-middle {
		font-size: 1.2rem;
	}
	.ccm-page .text-big{
		font-size: 2rem;
	}
	.ccm-page .text-middle-ss {
		font-size: 7vw !important;
	}
	.ccm-page .text-middle_small-ss {
		font-size: 0.8rem !important;
	}
	.ccm-page .top_main_image{
		padding: 48px 0 0;
	}
	.ccm-page .youtubeBlock{
		margin-bottom: 32px;
	}
	.ccm-page .float_r-ls,
	.ccm-page .float_l-ls{
		display: block;
		width: 100%;
	}
	.ccm-page .copyright{
		text-align: center;
	}
		/*==================== ページ上部へ戻る ====================*/
	.ccm-page a.page_top {
		background: rgba(255,255,255, 1);
		width: 100%;
		text-decoration: none;
		text-align: center;
		color: rgba(0,0,0,1);
		display: block;
		padding: 8px 0px;
		line-height: 2;
		position: relative;
		margin: 0 auto 32px;
	}
	.ccm-page .page_top i {
		bottom: -2px;
		left: -4px;
	}
/*==================== テーブル ====================*/
.ccm-page .table_contents {
    width: 100%;
	line-height: 1;
  }
  .ccm-page .table_contents thead,
  .ccm-page .table_contents tbody{
	  float:left;
  }
  .ccm-page .table_contents thead{
	  width:32%;
  }
  .ccm-page .table_contents tbody{
	width:68%;
  }
  .ccm-page .table_contents th,
  .ccm-page .table_contents td{
    display: block;
	  height: 48px !important;
  }
  .ccm-page .table_contents thead tr{
	  display:block;
	  width:100%;
  }
  .ccm-page .table_contents tbody tr{
	  float:left;
	  width: 33%;
  }
	.ccm-page .table_contents th:first-child,
	.ccm-page .table_contents td:first-child{
		height: 72px !important;
	}
	.ccm-page .table-simple th,
	.ccm-page .table-simple td{
		width: 100%;
		display: block;
	}
	.ccm-page .table-simple td{
		padding: 16px 0 0 0 ;
	}
	/*==================== サイト独自 ====================*/
	.ccm-page .ccm-custom-style-main-223 section:last-child .image_text_banner{
		margin-bottom: 0;
	}
	.ccm-page	.top_menu{
		display: none;
	}
.ccm-page .sns_link-wrapper {
	text-align: left;
}
.ccm-page .sns_link-wrapper a{
	margin: 0 16px 16px 0;
}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
	/*==================== レイアウト ====================*/
	.ccm-page .side-content-left,
	.ccm-page .side-content-right {
		width: 32%;
	}
	.ccm-page .side-content-left {
		padding: 0 48px 0 0;
	}
	.ccm-page .side-content-right {
		padding: 0 0 0 48px;
	}
	.ccm-page .page-content-right,
	.ccm-page .page-content-left {
		width: 68%;
	}
	.ccm-page .big-screen_br {
		/*改行*/
		display: block;
	}
	.ccm-page .myframe {
		padding: 32px;
	}
	#panels {
		padding: 0 32px;
	}
	.ccm-page header {
		z-index: 101;
		font-weight: bold;
	}
	.ccm-page .header_nav{
		padding: 16px 0;
	}
	.ccm-page .header_logo{
    padding: 16px 0 16px 16px;
	}
	.ccm-page .header_logo img {
		display: block;
		height: 40px;
		width: auto;
	}
	.ccm-page .header_info{
		text-align: right;
		padding: 16px 16px 0 0;
	}
	#headertitle {
		margin: 0px auto;
	}
	#headertitle h1 {
		font-size: 1.2rem;
		padding: 144px 0 96px;
	}
	a[href^="tel:"] {
		text-decoration: none;
	}
	.ccm-page .ls-width-20per {
		width: 20% !important;
	}
	.ccm-page .ls-mgn_b-0 {
		margin-bottom: 0 !important;
	}
	.ccm-page .ls-mgn_64a {
		margin: 64px auto !important;
	}
	.ccm-page .ls-mgn_t-88 {
		margin-top: 88px !important;
	}
	.ccm-page .ls-mgn_t-112 {
		margin-top: 112px !important;
	}
.ccm-page .ls-pdg_b-56 {
	padding-bottom: 56px !important;
}
.page-template-home .bg-wht,
.page-template-home .bg-gray{
	padding: 96px 0;
}
	/*==================== 文字揃 ====================*/
	.ccm-page .tac-ls {
		text-align: center !important;
	}
	.ccm-page .tal-ls {
		text-align: left !important;
	}
	.ccm-page .tar-ls {
		text-align: right !important;
	}
	/*==================== 画像寄せ ====================*/
	.ccm-page .img_l img,
	.ccm-page .img_r img {
		width: 40%;
		height: auto;
	}
	.ccm-page .img_l img {
		float: left;
		margin: 0 32px 32px 0;
	}
	.ccm-page .img_r img {
		float: right;
		margin: 0 0 32px 32px;
	}
	/*==================== PC（パソコン）のみフロート ====================*/
	.ccm-page .float_r-ls {
		float: right;
	}
	.ccm-page .float_l-ls {
		float: left;
	}
	/*==================== ページ上部へ戻る ====================*/
	.ccm-page .page_top {
		position: fixed;
		right: 16px;
		bottom: 4px;
		display: none;
		z-index: 5;
	}
	.ccm-page .page_top i {
		font-size: 4rem;
		color: rgba(0,0,0,1);
	}
	.ccm-page .page_top span {
		display: none;
	}
	.ccm-page .anchor {
		margin-top: -60px;
		padding-top: 60px;
		line-height: 0;
	}
/*==================== サイト独自 ====================*/
.ccm-page .sns_link-wrapper{
	text-align: right;
}
.ccm-page .sns_link-wrapper a{
	margin: 0 32px 16px 0;
}
.ccm-page .sns_link-wrapper a:last-child{
	margin: 0 0 16px 0;
}
/*==================== イベント更新枠用 ====================*/
.ccm-page .event-content-wrapper .event-content{
	padding: 48px;
	margin-bottom: 48px;
	border-left: 16px solid rgba(160,160,160,1);
}
.ccm-page .event-content-wrapper .event-content .event-content-image,
.ccm-page .event-content-wrapper .event-content .event-content-text{
	width: 48%;
}
.ccm-page .event-content-wrapper .event-content .event-content-image picture:last-child img{
	margin-bottom: 0;
}
/*==================== タブ切り替え ====================*/
.ccm-page .tab_swicth-wrapper{
	margin-bottom: 88px;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu {
    margin: 56px auto 0;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu li {
	width: 16%;
	height: 184px;
	font-size: 1rem;
	margin: 0;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-position{
	bottom: 16%;
	font-size: 1rem;
}
.ccm-page .tab_swicth-wrapper ul.tab-menu .tab-menu-name{
	bottom: 0;
	font-size: 1.4rem;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-1,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-2,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-3,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-4,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-5,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab-6 {
	padding : 88px 0px;
}
.ccm-edit-mode .ccm-page .tab_swicth-wrapper ul.tab-menu li{
	height: initial;
	position: initial;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-1,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-2,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-3,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-4,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-5,
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-6{
	width: 320px;
	padding: 16px 16px 0px;
	position: absolute;
	z-index: 2;
	margin: 0;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-1{
	top: 10%;
	left: 16%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-2{
	top: 32%;
	left: 8%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-3{
	top: 8%;
	right: 16%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-4{
	top: 32%;
	right: 8%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-5{
	bottom: 4%;
	left: 16%;
}
.ccm-page .tab_swicth-wrapper .tab_swicth-contents .tab_swicth-faq-6{
	bottom: 4%;
	right: 16%;
}
}
/*====================================================================
　　　　　　　　　　グリッドレイアウト
====================================================================*/
@media (min-width:769px) {
	.ccm-page .container {
		width: 750px
	}
}
@media (min-width:992px) {
	.ccm-page .container {
		width: 970px
	}
}
@media (min-width:1200px) {
	.ccm-page .container {
		width: 1170px
	}
}
.ccm-page .container {
	margin: auto;
}
.ccm-page .flex_box-wrapper {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-flow: row wrap;
}
.ccm-page .flex_box-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.ccm-page .flex_box-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}
.ccm-page .flex_box-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.ccm-page .ccm_s-s-12 {
		width: 100%
	}
	.ccm-page .ccm_s-s-11 {
		width: 88%
	}
	.ccm-page .ccm_s-s-10 {
		width: 80%
	}
	.ccm-page .ccm_s-s-9 {
		width: 72%
	}
	.ccm-page .ccm_s-s-8 {
		width: 64%
	}
	.ccm-page .ccm_s-s-7 {
		width: 56%
	}
	.ccm-page .ccm_s-s-6 {
		width: 48%
	}
	.ccm-page .ccm_s-s-5 {
		width: 40%
	}
	.ccm-page .ccm_s-s-4 {
		width: 32%
	}
	.ccm-page .ccm_s-s-3 {
		width: 24%
	}
	.ccm-page .ccm_s-s-2 {
		width: 16%
	}
	.ccm-page .ccm_s-s-1 {
		width: 8%
	}
}
@media (min-width:769px) {
	.ccm-page .ccm_m-s-12 {
		width: 100%
	}
	.ccm-page .ccm_m-s-11 {
		width: 88%
	}
	.ccm-page .ccm_m-s-10 {
		width: 80%
	}
	.ccm-page .ccm_m-s-9 {
		width: 72%
	}
	.ccm-page .ccm_m-s-8 {
		width: 64%
	}
	.ccm-page .ccm_m-s-7 {
		width: 56%
	}
	.ccm-page .ccm_m-s-6 {
		width: 48%
	}
	.ccm-page .ccm_m-s-5 {
		width: 40%
	}
	.ccm-page .ccm_m-s-4 {
		width: 32%
	}
	.ccm-page .ccm_m-s-3 {
		width: 24%
	}
	.ccm-page .ccm_m-s-2 {
		width: 16%
	}
	.ccm-page .ccm_m-s-1 {
		width: 8%
	}
}
@media (min-width:992px) {
	.ccm-page .ccm_l-s-12 {
		width: 100%
	}
	.ccm-page .ccm_l-s-11 {
		width: 88%
	}
	.ccm-page .ccm_l-s-10 {
		width: 80%
	}
	.ccm-page .ccm_l-s-9 {
		width: 72%
	}
	.ccm-page .ccm_l-s-8 {
		width: 64%
	}
	.ccm-page .ccm_l-s-7 {
		width: 56%
	}
	.ccm-page .ccm_l-s-6 {
		width: 48%
	}
	.ccm-page .ccm_l-s-5 {
		width: 40%
	}
	.ccm-page .ccm_l-s-4 {
		width: 32%
	}
	.ccm-page .ccm_l-s-3 {
		width: 24%
	}
	.ccm-page .ccm_l-s-2 {
		width: 16%
	}
	.ccm-page .ccm_l-s-1 {
		width: 8%
	}
}
/*====================================================================
　　　　　　　　　　リップルエフェクト
====================================================================*/
.ripple {
	position: relative;
	overflow: hidden;
}
.ripple .rp-effect {
	position: absolute;
	border-radius: 50%;
	opacity: 0.35;
	transform: scale(0);
	background: rgba(255, 255, 255, 1);
	animation: ripple 700ms;
}
@-webkit-keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}
@keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}
/*====================================================================
　　　　　　　　　　フワッと現れる
====================================================================*/
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.ccm-page .fade-up {
    animation: fadeUp 0.8s ease forwards;
}
.ccm-page .fade-left {
    animation: fadeLeft 0.8s ease forwards;
}
.ccm-page .fade-right {
    animation: fadeRight 0.8s ease forwards;
}
.ccm-page .target{
	opacity: 0;
	transform: translateY(20px); /* デフォルトは下からの動き */
	transition: background-color 0.5s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
