@charset "utf-8";
/* CSS Document */

/*
Designed by En-Graphiction Templates
http://tomoyuki.asia
*/

/*　Webフォント
---------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*,
*:before,
*:after{
    outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body{
	min-height:100%;
}
html{
	overflow-x: hidden;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
	overflow-x: hidden;
	font-family:'Noto Sans Japanese', sans-serif;
	margin:0;
	color: #545454;
	background:rgba(255,255,255,1);
}
.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:#545454;
	text-decoration:underline;
}

.ccm-page a:hover {
	text-decoration:none;
}

.ccm-page a:active{
	text-decoration:none;
}

.ccm-page a img{
	border: none;
}
.ccm-page img{
	vertical-align:top;
}
.ccm-page ul,
.ccm-page li,
.ccm-page ol{
	padding:0;
	margin:0;
	list-style-type:none;
}

/*リンク付き画像にマウスを乗せたら少し透明化*/
.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;
}

/*====================================================================
　　　　　　　　　　　　共通設定
====================================================================*/
/*==================== 文字揃 ====================*/
.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-32{
	padding:32px !important;
}
.ccm-page .pdg-56{
	padding:56px 0 !important;
}
.ccm-page .pdg_t-16{
	padding-top:16px;
}

.ccm-page .mgn-0a{
	margin:0 auto !important;
}
.ccm-page .mgn-0{
	margin:0 !important;
}
.ccm-page .mgn_b-16{
	margin:0 auto 16px !important;
}
.ccm-page .mgn-32{
	margin:32px auto !important;
}
.ccm-page .mgn_b-32{
	margin:0 auto 32px !important;
}
.ccm-page .mgn-56{
	margin:56px auto !important;
}
.ccm-page .mgn_b-56{
	margin:0 auto 56px !important;
}

.ccm-page .dis_block{
	display:block;
}

/*==================== 色 ====================*/
/*  -  背景色  -  */
.ccm-page .bg-wht{
	background:#fff;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

/*==================== 文字 ====================*/
.ccm-page h1,.ccm-page h2,.ccm-page h3,.ccm-page h4,.ccm-page h5,.ccm-page h6{
	line-height:1.3;
}
.ccm-page h1,.ccm-page h4{
	margin:32px auto 16px;
}
.ccm-page h5,.ccm-page h6{
	margin:16px auto 8px;
}
.ccm-page h2,.ccm-page h3,.ccm-page h4,.ccm-page h5{
	font-weight:400;
}
.ccm-page h1{
	font-size:112px;
	font-weight:300;
	letter-spacing: -.04em;
}
.ccm-page h2{
	font-size:56px;
	letter-spacing: -.02em;
	text-align:center;
	margin:-16px auto 48px;
	position:relative;
	padding-top:48px;
}
.ccm-page h2:before{
	content:" ";
	width:128px;
	height:4px;
	position:absolute;
	bottom:-8px;
	left:50%;
	background:#e53935;
	margin:0 0 0 -64px;
}
.ccm-page h3{
	font-size:45px;
	text-align:center;
	margin:32px auto;
}
.ccm-page h4{
	font-size:34px;
	border-left:8px solid;
	padding-left:8px;
}
.ccm-page h5{
	font-size:24px;
	padding-left:16px;
}
.ccm-page h5:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	margin-right:4px;
	margin-left:-16px;
	top: -3px;
    position: relative;
	font-size:1rem;
}
.ccm-page h6{
	font-size:20px;
	font-weight:500;
	letter-spacing: .02em;
}

.ccm-page .side-content-left h2,.ccm-page .side-content-right h2{
	margin:32px auto;
}

/*  -  蛍光ペン風  -  */
.ccm-page .attention-red{
	background:linear-gradient(transparent 50%, #Fcc 60%);
}
.ccm-page .attention-yellow{
	background:linear-gradient(transparent 50%, #ff6 60%);
}

/*  -  ページタイトル  -  */
#headertitle{
	position:relative;
	width:100%;
	height:120px;
	overflow:hidden;
}
#headertitle img,
#headertitle h2{
	width:100%;
	position:absolute;
	display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#headertitle img{
	height:auto;
}
#headertitle h2{
	font-size:2.8rem;
	line-height:1.1;
}

/*  -  文字調整  -  */
.ccm-page p{
	margin:0 auto 8px;
	letter-spacing:1px;
}

.ccm-page .small{
	font-size:0.8rem;
}
.ccm-page .small h1{
	font-size:0.9rem;
	letter-spacing:0;
	margin:0 auto 24px;
	color:rgba(84,84,84,.8);
}

.ccm-page .text-danger{
	color:#F66;
}

.ccm-page .material-icons{
    position: relative;
	bottom: -6px;
    margin: 0 2px 0px 0;
}
.ccm-page h4 i{
	font-size:2rem;
	bottom:-3px;
	margin-right:8px;
}

/*==================== ヘッダー ====================*/
.ccm-page header{
	position:fixed;
	top:0;
	width: 100%;
    background:rgba(2,119,189,1.00);
	color:rgba(255,255,255,1.00);
	z-index:100;
	-webkit-box-shadow: 0 1px 3px 0px #999;
    -moz-box-shadow: 0 1px 3px 0px #999;
    box-shadow: 0 1px 3px 0px #999;
}
.ccm-page header a{
	color:rgba(255,255,255,1.00);
}
.ccm-toolbar-visible body{/*編集中のみツールバー分下げる*/
	margin-top:48px;
}
.ccm-toolbar-visible header{/*編集中のみツールバー分下げる*/
	top:48px;
}
.ccm-page .header_logo img{
	height: 36px;
    width: auto;
	float:left;
	margin:0;
}
.ccm-page .header_logo picture{
	float:left;
}
.ccm-page .header_logo p{
	margin:0 0 0 44px;
	font-size: 1.5rem;
    font-weight: bold;
	line-height:1.5;
}
.ccm-page .header_logo a{
	text-decoration:none;
}

/*==================== フッター ====================*/
.ccm-page footer{
	clear:both;
	font-size:0.9rem;
}
.ccm-page .mega-footer{
	color:rgba(255,255,255,1);
	background:#545454;
}
.ccm-page .mega-footer a{
	color:rgba(255,255,255,1) !important;
	line-height:2;
}
.ccm-page .mega-footer a:hover{
	color:rgba(255,255,255,.8) !important;
}
.ccm-page .footer-bottom{
	clear:both;
	color:rgba(255,255,255,.8);
}
.ccm-page .footer_sitemap section{
	padding:0 0 0 16px;
	border-left:rgba(255,255,255,1) 1px solid;
}

/*==================== レイアウト ====================*/
.ccm-page main{
	padding-top:32px;
}
#page-content{
	padding:0px;
}
.ccm-page .myframe h4{
	margin:0 auto 16px !important;
}

.ccm-page .page_header_img{
	width:100%;
	height:auto;
	margin:0 auto 32px;
	display:block;
}
.ccm-page .w-100per,
.ccm-page .w-72per{
	height:auto;
}
.ccm-page .w-100per{
	width:100%;
}
.ccm-page .w-72per{
	width:72%;
}
#zero{
	padding-top:56px;
}

/*==================== ボタン ====================*/
.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{
	background:#999;
    border: none;
    border-radius: 2px;
    color: #fff;
    position: relative;
    margin:0 auto 16px;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
	font-size:14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.ccm-page .button-text{
	color:#1A79B3;
	background:rgba(255,255,255,0);
	box-shadow:none;
}
.ccm-page .button-primary{
	background:#1A79B3;
}
.ccm-page .button-success{
	background:#4caf50;
}
.ccm-page .button-info{
	background:#03a9f4;
}
.ccm-page .button-warning{
	background:#d58512;
}
.ccm-page .button-danger{
	background:#f44336;
}
.ccm-page .button-fab{
	border-radius:50%;
	height:64px;
}
.ccm-page .button-large{
	padding:4px 24px;
}

.ccm-page .button-basic:active,.ccm-page .button-primary:active,.ccm-page .button-success:active,.ccm-page .button-info:active,.ccm-page .button-warning:active,.ccm-page .button-danger:active,.ccm-page .button-fab:active,
.ccm-page .button-basic:focus,.ccm-page .button-primary:focus,.ccm-page .button-success:focus,.ccm-page .button-info:focus,.ccm-page .button-warning:focus,.ccm-page .button-danger:focus,.ccm-page .button-fab:focus,
.ccm-page .button-basic:hover,.ccm-page .button-primary:hover,.ccm-page .button-success:hover,.ccm-page .button-info:hover,.ccm-page .button-warning:hover,.ccm-page .button-danger:hover,.ccm-page .button-fab:hover{
	box-shadow:-1 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.ccm-page .button-basic:active,.ccm-page .button-basic:focus,.ccm-page .button-basic:hover{
	background:#ABABAB;
}
.ccm-page .button-primary:active,.ccm-page .button-primary:focus,.ccm-page .button-primary:hover{
	background:#1F8FD3;
}
.ccm-page .button-success:active,.ccm-page .button-success:focus,.ccm-page .button-success:hover{
	background:#60BB64;
}
.ccm-page .button-info:active,.ccm-page .button-info:focus,.ccm-page .button-info:hover{
	background:#1BB8FC;
}
.ccm-page .button-warning:active,.ccm-page .button-warning:focus,.ccm-page .button-warning:hover{
	background:#EC9A20;
}
.ccm-page .button-danger:active,.ccm-page .button-danger:focus,.ccm-page .button-danger:hover{
	background:#F55C50;
}
.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 .bg-wht .button-basic,.ccm-page .bg-wht .button-primary,.ccm-page .bg-wht .button-success,.ccm-page .bg-wht .button-info,.ccm-page .bg-wht .button-warning,.ccm-page .bg-wht .button-danger,.ccm-page .bg-wht .button-fab{
	box-shadow:none;
}

.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 .box-basic{
	padding:16px;
    border:1px solid #ddd;
    background:#F7F7F7;
    border-radius: 2px;
    display: inline-block;
	width:100%;
	text-align:center;
}

/*==================== ボーダー ====================*/
.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:96% !important;
	display:block;
	margin:0 auto;
}

/*==================== プログレスバー ====================*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background:rgba(255,0,0,1.00);
  position: fixed;
  z-index: 2000;
  top: 0px;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*==================== 個人情報保護 ====================*/
.ccm-page .privacypolicy_list{
	padding-left:24px;
	letter-spacing:2px;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .tac-ss{
	text-align:center;
}
.ccm-page .pdg-0-16-ss{
	padding:0 16px;
}
.ccm-page .small-screen_br{
	display:block;
}
.ccm-page .sidebar-page-list-wrapper,.ccm-page .side-logo_area{
	display:none;
}
.ccm-page .myframe{
	padding:32px 0;
}
.ccm-page .header_logo{
	padding:6px 0 0 8px;
}
#headertitle{
	margin-top:48px !important;
}
.ccm-toolbar-visible #headertitle{/*編集中調整*/
	margin-top:0 !important;
}
.ccm-page main{
	width:96%;
	margin:0 auto;
}
.page-template-home #page-content{
	margin-top:-48px;
}
.ccm-page .page-content-right,
.ccm-page .page-content-left,
.ccm-page .side-content-left,
.ccm-page .side-content-right{
	width:96%;
	margin:0 auto;
}
.ccm-page .footer_sitemap section{
	min-height:132px;
}
.ccm-page .footer-top-left{
	margin:0 auto 32px;
}
.ccm-page .footer-top-right{
	margin:0 auto;
}
.ccm-page .side-content-left,.ccm-page .side-content-right{
	width:100%;
}
.ccm-page .img_l img,.ccm-page .img_r img{
	width:100%;
	height:auto;
	margin:0 auto 16px;
}

/*==================== 埋め込み ====================*/
.ccm-page .gg_calendar iframe{
	height:300px;
}
/*==================== ページ上部へ戻る ====================*/
.ccm-page .page_top{
	background:rgba(0, 0, 0,1);
	width:100%;
	text-decoration:none;
	text-align:center;
	color:#fff;
	display:block !important;
	padding:8px 0px;
    line-height:2;
}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
/*==================== レイアウト ====================*/
.ccm-page .side-content-left,.ccm-page .side-content-right{
	width:30%;
}
.ccm-page .side-content-left{
	padding:0 40px 0 0;
}
.ccm-page .side-content-right{
	padding:0 0 0 40px;
}
.ccm-page .page-content-right,.ccm-page .page-content-left{
	width:70%;
}
.ccm-page .myframe{
	padding:32px;
}

#panels{
	padding:0 32px;
}
.ccm-page header{
	padding:8px 0;
}
#headertitle{
	margin-top:52px !important;
}
.ccm-toolbar-visible #headertitle{/*編集中調整*/
	margin-top:4px !important;
}

.ccm-page .side-logo_area{
	text-align:center;
	font-size:0.9rem;
	margin:32px auto;
}
.ccm-page .side-logo_area img{
	width:176px;
	height:auto;
}

/*==================== 縦書き ====================*/
.ccm-page .w_m_vertical {
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
    text-orientation: upright;
}
.ccm-page .w_m_vertical-y{
	-ms-text-combine-horizontal: all;
    -webkit-text-combine: all;
    -moz-text-combine: all;
    text-combine-upright: all;
}
/*==================== 画像寄せ ====================*/
.ccm-page .img_l img,.ccm-page .img_r img{
	width:40%;
	height:auto;
}
.ccm-page .img_l img{
	float:left;
	margin:0 16px 16px 0;
}
.ccm-page .img_r img{
	float:right;
	margin:0 0 16px 16px;
}
/*==================== PC（パソコン）のみフロート ====================*/
.ccm-page .float_r-ls{
	float:right;
}
.ccm-page .float_l-ls{
	float:left;
}

/*==================== PC（パソコン）のみフロート ====================*/
.ccm-page .big-screen_br{
	display:block;
}


/*==================== ページ上部へ戻る ====================*/
.ccm-page .page_top{
	position:fixed;
	right:0;
	bottom:0;
	display:none;
}
.ccm-page .page_top i{
	font-size:4rem;
	bottom:0;
	margin:0;
	color:rgba(255,255,255,1);
	background:rgba(2,119,189,1.00);
	border-radius:50%;
	right:8px;
}
.ccm-page .page_top i:hover{
	background:rgba(2,119,189,.8);
}
.ccm-page .page_top span{
	display:none;
}
}

/*====================================================================
　　　　　　　　　　グリッドレイアウト
====================================================================*/
@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;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
    justify-content: space-between;
	flex-direction:row;
	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-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:#FFF;animation:ripple 700ms;}
@-webkit-keyframes ripple {to{opacity:0;transform: scale(2.0);}}
@keyframes ripple {to{opacity:0;transform:scale(2.0);}}


div.ccm-block-feature-item p{margin-left:30px}div.ccm-block-feature-item i{margin-right:10px}div.ccm-block-feature-item{margin-bottom:40px}


.ccm-page .img-responsive{
	width:100%;
	height:auto;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .img-responsive{
	display:block;
	margin:0 auto 32px;
}
}

.mfp-zoom-in .mfp-with-anim{opacity:0;transform:scale(.8);transition:all .2s ease-in-out}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{opacity:0;transform:scale(.8)}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-bg{background:#0b0b0b;filter:alpha(opacity=80);opacity:.8;overflow:hidden;z-index:2100}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:2200}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:2400}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:2300}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:2400}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{-webkit-tap-highlight-color:rgba(0,0,0,0);height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset transparent;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{word-wrap:break-word;color:#f3f3f3;line-height:18px;padding-right:36px;text-align:left}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgba(0,0,0,.6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}div.ccm-lightbox-popup-white{background-color:#fff;border-radius:10px;margin:0 auto;max-width:600px;padding:20px 60px 20px 20px;position:relative}.ccm-block-gallery a{position:relative}.ccm-block-gallery .ccm-block-gallery-image-overlay,.ccm-block-gallery .ccm-block-gallery-image-overlay-color,.ccm-block-gallery .ccm-block-gallery-image-overlay-text{height:100%;left:0;position:absolute;top:0;width:100%}.ccm-block-gallery .ccm-block-gallery-image-overlay{opacity:0;transition:opacity .3s}.ccm-block-gallery .ccm-block-gallery-image-overlay-color{background-color:rgba(13,110,253,.8)}.ccm-block-gallery .ccm-block-gallery-image-overlay-text{align-items:center;color:#fff;display:flex;flex-direction:column;font-weight:700;justify-content:center}.ccm-block-gallery .ccm-block-gallery-image{cursor:pointer;overflow:hidden;padding-top:calc(3.125rem + 22.5vw);position:relative;width:100%}@media(min-width:1200px){.ccm-block-gallery .ccm-block-gallery-image{padding-top:20rem}}.ccm-block-gallery img{bottom:-9999px;height:100%;left:-9999px;margin:auto;-o-object-fit:cover;object-fit:cover;position:absolute;right:-9999px;top:-9999px;width:100%}.ccm-block-gallery a:hover .ccm-block-gallery-image-overlay{opacity:1}/*! http://responsiveslides.com v1.55 by @viljamis */.rslides{list-style:none;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.rslides>li{backface-visibility:hidden;display:none;left:0;margin-bottom:0!important;position:absolute;top:0;width:100%}.rslides>li:first-child{display:block;float:left;position:relative}.rslides img{border:0;display:block;float:left;height:auto;width:100%}.rslides_nav{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent url("data:image/gif;base64,R0lGODlhTAA9AMQAABAQEDAwMO/v78/Pz7+/v39/f6+vr1BQUCAgIGBgYJ+fn0BAQN/f33BwcI+Pj////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABMAD0AAAXkICSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Fog4NsiAYTHY8ALPwiAImAgFi90gfY4PVTIyTuzWDEsyAUIPAACcgVBCXIPbz1xcgk/AYRthj8Nf1yCkmIGQnZtAnQ6eg8MoT9rcgQ7jW2YQqxirjeDcg5Efp+mNweJj0G8cgc9uGICsjyRhT+eYqU+qG2cp2zRPsxzQbSTPJafga+aD984CImLQ4itOuVtvkULBgTCOwcGBvNZ+fr7/P3+/wADChxIsKDBgwgTKlzIsKFDKSEAADs=") no-repeat 0 0;height:61px;left:0;margin-top:-45px;opacity:.7;overflow:hidden;position:absolute;text-decoration:none;top:50%;width:38px;z-index:99}.rslides_tabs{padding-bottom:10px;padding-left:0;padding-top:0}.rslides_tabs li{display:inline-block;list-style-type:none;margin-right:5px}.rslides_tabs li.rslides_here a{background:#333}.rslides_tabs li a{background:#ccccc9;border-radius:30px;display:inline-block;height:15px;margin-right:10px;overflow:hidden;text-indent:-9999px;width:15px}.rslides_nav.next{background-position:100% 0;left:auto;right:0}/*! http://responsiveslides.com v1.54 by @viljamis */.ccm-image-slider{position:relative}.ccm-image-slider-text{clear:both;padding-top:1rem}.ccm-image-slider-title{margin-bottom:1rem}.rslides{margin:0 auto}a.mega-link-overlay{height:100%;left:0;position:absolute;width:100%;z-index:20}div.ccm-block-hero-image{min-height:50vh;position:relative}div.ccm-block-hero-image div.ccm-block-hero-image-cover,div.ccm-block-hero-image div.ccm-block-hero-image-text{height:50vh;left:0;position:absolute;top:0;width:100%}div.ccm-block-hero-image div.ccm-block-hero-image-text{align-items:center;display:flex;flex-direction:column;justify-content:center}div.ccm-block-hero-image div.ccm-block-hero-image-cover{z-index:2}div.ccm-block-hero-image div.ccm-block-hero-image-text{z-index:3}div.ccm-block-hero-image div.ccm-block-hero-image-image{background-position:50%;background-size:cover;height:50vh;z-index:1}


@charset "utf-8";
/* CSS Document */

.ccm-page .menu-collapser{
	position:relative;
	height:48px;
	color:#000;
	font-size:16px;
	line-height:48px;
	background-color:rgb(255,255,255);
}
.ccm-page .collapse-button{
	position:absolute;
	right:0px; top:0;
	padding:0px 16px;
	color:rgba(255,255,255,0.8);
	font-size:14px;
	text-align:center;
	background-color:rgba(84,84,84,1);
	cursor:pointer;
}
.ccm-page .collapse-button:active,
.ccm-page .collapse-button:hover,
.ccm-page .collapse-button:focus{
	color:#FFF;
	background-color:#000;
}
.ccm-page .collapse-button .icon-bar{
	display:block;
	height:2px;
	width:18px;
	margin:2px 0;
	background-color:#F5F5F5;
	border-radius:1px;
}
.ccm-page ul.slimmenu{
	list-style-type:none;
	margin:8px 0;
}
.ccm-page ul.slimmenu:before,
.ccm-page ul.slimmenu:after{
	content:'';
	display:table;
}
.ccm-page ul.slimmenu:after{
	clear:both;
}
.ccm-page ul.slimmenu.collapsed li{
	display:block;
	width:100%;
}
.ccm-page ul.slimmenu.collapsed li>ul{
	position:static;
	display:none;
}
.ccm-page ul.slimmenu.collapsed li a{
	display:block;
}
.ccm-page ul.slimmenu.collapsed li .sub-toggle{
	height:57px;
	line-height:57px;
}
.ccm-page ul.slimmenu li{
	position:relative;
	display:inline-block;
}
.ccm-page ul.slimmenu li ul{
	margin:0;
	list-style-type:none;
}
.ccm-page ul.slimmenu li>ul{
	position:absolute;
	left:0;
	z-index:5;
	display:none;
	width:100%;
}
.ccm-page ul.slimmenu li>ul>li ul{
	position:absolute;
	left:100%; top:0;
	z-index:5;
	display:none;
	width:100%;
}
.ccm-page ul.slimmenu li a{
	display:block;
	font-size:16px;
	font-weight:400;
	transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-webkit-transition:background-color 0.5s ease-out;
	text-decoration:none !important;
}
.ccm-page ul.slimmenu li ul li a{
	padding:16px 8px;
}
.ccm-page ul.slimmenu li a:hover{
	text-decoration:none;
}
.ccm-page ul.slimmenu li .sub-toggle{
	position:absolute;
	right:0; top:0;
	z-index:5;
	width:48px;
	height:100%;
	text-align:center;
	cursor:pointer;
	font-size:2rem;
	margin:0;
	color:rgba(141,110,99,0.4);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ccm-page ul.slimmenu li .sub-toggle>i{
	display:inline-block;
	vertical-align:middle;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .collapse-button i{
	margin:0;
}
.ccm-page ul.slimmenu li a{
	padding:16px 64px 16px 16px;
	color:rgba(255,255,255,0.8);
}
.ccm-page ul.slimmenu li{
	border-bottom:1px solid rgba(255,255,255,0.8);
}
.ccm-page ul.slimmenu li>ul{
	top:100%;
}
.ccm-page ul.slimmenu{
	margin:0;
	padding:0;
	width:100%;
	background:rgba(84,84,84,1.00)
}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
#navigation{
	display: table !important;
    table-layout: fixed;
	padding:0;
}
.ccm-page ul.slimmenu li{
	display: table-cell;
	text-align:center;
	width: 100%;
	border-right:1px dotted;
}
.ccm-page ul.slimmenu li:last-child{
	border:none;
}
.ccm-page ul.slimmenu li a{
	padding:0px 16px;
}
.ccm-page .nav-last a{
	border-right:none !important;
}
.ccm-page ul.slimmenu li a:hover{
	color:rgba(255,255,255,.8);
}
.ccm-page ul.slimmenu li a:after{
	text-decoration:none;
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: rgba(255,255,255,.8);
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ccm-page ul.slimmenu li a:hover:after{
	width:80%;
}
.ccm-page ul.slimmenu li ul{
	top:38px;
	padding:0;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
}
.ccm-page .has-submenu:hover > .sub-toggle{
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV";
	padding:0;
}
.ccm-page ul.slimmenu li ul li{
	display:block;
	background:rgba(255,255,255,1);
	border-bottom:rgba(255,255,255,0.8) 1px dotted;
}
.ccm-page ul.slimmenu li ul li:hover{
	border-bottom:rgba(84,84,84,.8) 1px dotted;
}
.ccm-page ul.slimmenu li ul li:last-child{
	border-bottom:none;
}
.ccm-page ul.slimmenu li ul li a{
	color:rgba(84,84,84,1);
	font-size:0.9rem;
}
.ccm-page ul.slimmenu li ul li a:hover{
	color:rgba(84,84,84,.8);
}
.ccm-page ul.slimmenu li ul li a:after{
	height:0;
}
.ccm-page ul.slimmenu li .sub-toggle{
	width:auto;
	height:auto;
	bottom:-6px;
	left:0;
	top:inherit;
	font-size:1.4rem;
}
}


/*　スクロール
--------------------------------------------*/
.ccm-page .toppilescroll{
	position:absolute;
	height:auto;
	z-index:10;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ccm-page .toppilescroll img{
	width:100%;
	height:auto;
}

/*　文字
--------------------------------------------*/
.ccm-page .ccm-image-slider-text{
	position:absolute;
	z-index:10;
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -ms-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -o-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	color:rgba(255,255,255,1.00);
}
.ccm-page .ccm-image-slider-title{
	font-size:2.4rem;
	font-weight:bold;
}
/*==========================================================
　　　　　　　　　（スマホ）
==========================================================*/
@media (max-width: 767px) {
#slideshowbox{
	position:relative;
	margin: 48px auto 0;
}
.ccm-page .bx-wrapper img {
	height: 40vh;
}
.ccm-page .toppilescroll{
	display:none;
}
.ccm-page .ccm-image-slider-text{
	top:0%;
	left:5%;
}
.ccm-page .ccm-image-slider-title{
	margin:16px auto 8px;
}
}

/*==========================================================
　　　　　　　　　（パソコン）
==========================================================*/
@media (min-width: 768px) {
/*　スライドショーの上に重ねた画像
-----------------------------------------*/
#slideshowbox{
	position:relative;
	margin: 56px auto 0;
	overflow:hidden;
}
.ccm-toolbar-visible #slideshowbox{
	margin: 8px auto 0;
}
.ccm-page .bx-wrapper img {
	height: 95vh;
}
.ccm-page .toppilescroll{
	width:8%;
	bottom:8%;
}
.ccm-page .ccm-image-slider-text{
	top:16%;
	left:8%;
}
.ccm-page .ccm-image-slider-title{
	margin:32px auto 16px;
}
}

/** RESET AND LAYOUT
===================================*/

.ccm-page .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.ccm-page .bx-wrapper img {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom';
}

/** THEME
===================================*/

.ccm-page .bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.ccm-page .bx-wrapper .bx-pager,
.ccm-page .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 4%;
	width: 100%;
}

/* LOADER */

.ccm-page .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../../blocks/image_slider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 450;
}

/* PAGER */

.ccm-page .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding-top:0px;
}

.ccm-page .bx-wrapper .bx-pager .bx-pager-item,
.ccm-page .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.ccm-page .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border:#fff 1px solid;
}

.ccm-page .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ccm-page .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#e53935;
	border: #e53935 1px solid;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.ccm-page .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../../../blocks/image_slider/images/nav_prev.png) no-repeat;
}

.ccm-page .bx-wrapper .bx-next {
	right: 0px;
	background: url(../../../blocks/image_slider/images/nav_next.png) no-repeat;
}

.ccm-page .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}

.ccm-page .bx-wrapper .bx-next:hover {
	background-position: 0 0;
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}

.ccm-page .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	outline: 0;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	z-index: 70;
}

.ccm-page .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.ccm-page .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.ccm-page .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../blocks/image_slider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.ccm-page .bx-wrapper .bx-controls-auto .bx-start:hover,
.ccm-page .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.ccm-page .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../blocks/image_slider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.ccm-page .bx-wrapper .bx-controls-auto .bx-stop:hover,
.ccm-page .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.ccm-page .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.ccm-page .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.ccm-page .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.ccm-page .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.ccm-page .bxsliderhiden{
	display:none;
}

.ccm-page .bxslider li{
	max-width:100% !important;
}


.ccm-page .img_r h1:first-child,
.ccm-page .img_r h2:first-child,
.ccm-page .img_r h3:first-child,
.ccm-page .img_r h4:first-child,
.ccm-page .img_r h5:first-child,
.ccm-page .img_r h6:first-child{
	margin-top:0;
}

/*  -  リスト  -  */
.ccm-page .check_list_box ul{
	list-style-type:none;
}
.ccm-page .check_list_box ul li{
	padding-left:16px;
	line-height:1.5;
}
.ccm-page .check_list_box ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #f99; /*アイコン色*/
	margin-right:4px;
	margin-left:-16px;
}


.ccm-page .tableout{
	display: table;
    padding: 0;
    border-collapse: separate;
	border-spacing:8px;
    width: 100%;
}

.ccm-page .leftcell,.ccm-page .rightcell{
    margin: 0px;
    vertical-align: middle;
    line-height: 150%;
}

.ccm-page .tableout p{
	margin:0;
	padding:0;
}

.ccm-page .leftcell{
	background:rgba(2,119,189,1.00);
	color:#fff;
}

.ccm-page .rightcell li{
	margin:0 auto 8px 16px !important;
	line-height:150%;
}

.ccm-page .rightcell li:before{
	content:"\30FB";
	margin: 0 -16px 0 0;
	position: relative;
	left: -16px;
}

.ccm-page .tableout i{
	margin:0 8px;
	position:relative;
	top:1px;
}

/*　地図
----------------------------------------------------------------------------------*/
.ccm-page .abtmp{
	display:block;
	width:56%;
	height:auto;
	margin:16px auto;
}

/*==========================================================
　　　　　　　　（スマホ）
==========================================================*/
@media (max-width: 768px) {
.ccm-page .leftcell,.ccm-page .rightcell{
    padding: 8px;
	width:100%;
}

.ccm-page .rightcell{
	margin-bottom:16px;
}
}

/*==========================================================
　　　　　　　　　（パソコン）
==========================================================*/
@media (min-width: 769px) {
.ccm-page .tableout>.row{
	display:table-row;
}

.ccm-page .leftcell,.ccm-page .rightcell{
	display: table-cell;
    padding: 16px;
}

.ccm-page .leftcell{
	width:24%;
}
.ccm-page .rightcell{
    border-bottom:rgba(2,119,189,1.00) 1px solid;
}
}

.ccm-page .ccm-flowbox{
    width: 100%;
}

.ccm-page .ccm-flowbox section{
	position: relative;
	margin-bottom:16px;
	border:1px dotted;
}

.ccm-page .ccm-flowbox p{
	margin:0;
}

.ccm-page .ccm-flowbox span{
	position:absolute;
}

.ccm-page .ccm-flowbox section:last-child span{
	display:none;
}

/*==========================================================
　　　　　　　　（スマホ）
==========================================================*/
@media (max-width: 960px) {
.ccm-page .ccm-flowbox section{
	display:block;
	margin-bottom:24px;
}

.ccm-page .ccm-flowbox span{
	left:50%;
	margin-left:-8px;
	bottom:-24px;
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
}

/*==========================================================
　　　　　　　　　（パソコン）
==========================================================*/
@media (min-width: 961px) {
.ccm-page .ccm-flowbox section{
	display:inline-block;
	margin-right: 24px;
}

.ccm-page .ccm-flowbox span{
	top:16%;
	right:-21px;
}
}


.ccm-page div.ccm-block-type-form div.form-group {
    margin-bottom:16px;
    padding-bottom:16px;
}

/*　必須表示
---------------------------------------------------------------------*/
.ccm-page div.ccm-block-type-form span.text-muted {
	color:#f00;
	margin:0 0 0 8px;
}

/*　個人情報保護
-------------------------------------------------------*/
.ccm-page .privacybox{
	width:100%;
	text-align:left;
	line-height:2;
	margin:24px auto;
}

.ccm-page .privacybox li{
	display: table-row;
	counter-increment:number;
}

.ccm-page .privacybox li:before{
	content: counter(number) ".";
	display: table-cell;
	padding-right:1%;
	white-space: nowrap;
}

/*　お問い合わせフォーム調整
---------------------------------------------------------------------*/
.ccm-page .ccm-block-type-form{
	margin:16px auto;
	text-align:left;
}

.ccm-page .ccm-block-type-form label{
	text-align:left;
	vertical-align:top;
	line-height:2;
}

.ccm-page .form-control,.ccm-page .ccm-block-type-form textarea{
	padding:8px !important;
	border:#ccc 1px solid;
	line-height:1.3 !important;
	background:#fff !important;
	transition: .3s;
}
.ccm-page .form-control:focus,.ccm-page .ccm-block-type-form textarea:focus,.ccm-page .form-control:hover,.ccm-page .ccm-block-type-form textarea:hover{
	border:#e53935 1px solid;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.ccm-page .checkbox input{
	width:13px !important;
	margin:0 !important;
}

.ccm-page .checkbox label{
	padding:0 !important;
	width:100% !important;
}


/*　エラー表示
---------------------------------------------------------------------*/
.ccm-page .alert{
	font-weight:bold;
	color:#f00;
	background:rgba(255,255,255,0.8);
	padding:32px 32px 16px;
	margin:32px auto;
	border:#f00 1px solid;
}

.ccm-page .error{
	margin:16px 0;
    padding:0px 0px 0px 1.6rem;
	counter-increment:number;
}
.ccm-page .error:before{
	content:counter(number) "、";
	margin: 0 0 0 -1.6rem;
}

/*　チェックボックス
---------------------------------------------------------------------*/
.ccm-page .checkbox span{
	position:relative;
	left:22px;
}

.ccm-page input[type=checkbox] {
  display: none !important;
}
.ccm-page .check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
.ccm-page .check_css:hover:after,.ccm-page .ccm-page input[type=checkbox]:checked + .check_css:after {
  border-color: #e53935;
}
.ccm-page .check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top:9px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 2px;
  content: '';
}
.ccm-page .check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top:12px;
  left: 6px;
  display: block;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e53935;
  border-bottom: 3px solid #e53935;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ccm-page input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}

@media (max-width: 768px) {
.ccm-page .ccm-block-type-form label{
	display:block;
	width:100%;
	margin:0;
	padding:10px 0 0px;
	text-align:left;
	vertical-align:top;
}

.ccm-page .control-label{
	font-size:1.3rem;
}

.ccm-page .ccm-block-type-form input,.ccm-page .ccm-block-type-form textarea{
	width:100%;
}

/*　エラー表示
---------------------------------------------------------------------*/
.ccm-page .errors{
	left:32%;
}

}

@media (min-width: 769px) {
.ccm-page div.ccm-block-type-form div.form-group {
	border-bottom:#545454 1px dotted;
}
.ccm-page div.ccm-block-type-form .captcha {
	border-bottom:none !important;
}

.ccm-page .ccm-block-type-form label{
	display:inline-block;
	width:32%;
	padding:16px 0;
}

.ccm-page .ccm-block-type-form input,.ccm-page .ccm-block-type-form textarea{
	display:inline-block;
	width:67%;
	margin:16px 0;
}

.ccm-page .checkboxList{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ccm-page .checkbox{
	display:table-cell;
	width:100%;
}

/*　エラー表示
---------------------------------------------------------------------*/
.ccm-page .errors{
	left:35%;
}
}


.ccm-block-share-this-page ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-share-this-page ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-share-this-page svg{max-height:13px}.ccm-block-social-links ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-social-links ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-social-links svg{max-height:13px}


@charset "utf-8";
/* CSS Document */

#sharethispage{
	text-align:center;
}
#sharethispage ul{
	margin:0;
	padding:0;
}
#sharethispage li{
	display:inline-block;
	margin:0 16px 0 0;
}

#sharethispage li:last-child{
	margin:0;
}

#sharethispage a i,
#sharethispage .line_share img,
#sharethispage li a svg{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#sharethispage a{
	font-size:1.3rem;
}
#sharethispage a i:hover,
#sharethispage .line_share img:hover,
#sharethispage li a svg:hover{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

#sharethispage .material-icons{
	font-size:1.6rem;
	bottom:-7px;
	color:rgba(255,255,255,1);
}

/* LINE用 */
#sharethispage .line_share img{
	height:20px;
	width:auto;
    vertical-align:middle;
}
#sharethispage li a svg{
	max-height: 18px;
	fill: rgba(255,255,255,1.00);
}


