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

  CacaoStyle.css

    カスタマイズCSS

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

  Google fonts

---------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Noto+Serif+JP:wght@200&family=Shippori+Mincho+B1:wght@700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Shippori Mincho B1', serif;
*/

.breadcrumbs{
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-top: 32px;
  margin-left: 15px;
}


.form-row{
  padding: 0px;
  margin: 0px;
}

.bg_ngw{
  background: #17689d;
  color: #fff;
}
.bg_red{
/* background-color: rgb(136, 54, 34); */
color: tomato;
}

.navbar-collapse{
  /* background: #f3cacc!important; */

}
.ccocms_menu{
  font-weight: normal;
}
.ccocms_menu_active{
  font-weight: bold;
  color: tomato;
}

#section_main{
  margin-top: 100px;
}

#CcoNavBar{
  height: 70px;
}
#CcoNavBarNav{
  /* width: 128px; */
}
#AppMenu{
  margin-left: 50px;
}

.app-menu{
  margin-left: -55px;
  margin-right: -53px;
  padding-top: 0.3rem;
}
.app-menu-modal{
  margin-left: -32px;
  margin-top: -16px;
  background: #17689d;
}
.app-menu-modal-full{
  position: fixed;
  margin-left: -36px;
  margin-right: -36px;
  background: #17689d;
  width: 100%;
  height: 45px;
}



/* システムメニュー選択画像のDropDownTogle▽を非表示にする */
#CcoNavBarNav .sub-arrow{
  display: none!important;
}

.hr{
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.culousel-title{
  font-size:28px;
  font-weight:200;
  color:#000;
  text-align:center;
  margin-bottom:32px;
  position:relative;
}
.list-title{
  font-size:24px;
  font-weight:200;
  color:#000;
  text-align:left;
  margin-bottom:32px;
  position:relative;
}


.margin_15{
  margin-top: 15px;
}
.margin_25{
  margin-top: 25px;
}
.margin_30{
  margin-top: 30px;
}

.gap_15{
  height: 15px;
}
.gap_30{
  height: 30px;
}
.gap_50{
  height: 50px;
}
.gap_100{
  height: 100px;
}
.gap_125{
  height: 125px;
}


/* スライダー文字 */
.slider-grid .item .text h2 strong {
  display: block;
  font-family: "Sawarabi Mincho";
  font-size: 72px;
  font-weight: 600;
  color: #ba2636;
  text-shadow: 1px 1px 2px #fff;
}

.slider-grid .item .text h2 span {
  margin-top: 2.5rem;
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 4.5rem;
  color: #ba2636;
  font-family: "Sawarabi Mincho";
  text-shadow: 1px 1px 2px #fff;
}




.subtitle1{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding: 0.25rem;/*文字周りの余白*/
  padding-left: 1.0rem;
  color: #494949;/*文字色*/
  background: #e0f0ff;
  border-left: 8px solid #7db4e6;/*左線（実線 太さ 色）*/
  /* border-bottom: 1px solid #17689d; */
}
.subtitle2{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding: 0.25rem;/*文字周りの余白*/
  padding-left: 1.0rem;
  color: #494949;/*文字色*/
  background: #fffce0;
  border-left: 8px solid #f0cf4c;/*左線（実線 太さ 色）*/
  /* border-bottom: 1px solid #17689d; */
}

.subtitle3{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding: 0.25rem;/*文字周りの余白*/
  padding-left: 1.0rem;
  color: #494949;/*文字色*/
  background: #efefef;/*背景色*/
  border-left: solid 0.8rem rgba(216, 63, 16, 0.9);/*左線（実線 太さ 色）*/
  border-bottom: 1px solid rgba(216, 63, 16, 0.9);/* 下の線 */
}
.subtitle4{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding: 0.25rem;/*文字周りの余白*/
  padding-left: 1.0rem;
  color: #494949;/*文字色*/
  background: #efefef;/*背景色*/
  border-left: solid 0.8rem #f3cacc;/*左線（実線 太さ 色）*/
  border-bottom: 1px solid #f3cacc;/* 下の線 */
}


.body-caption{
  /* font-size: 16px!important; */
  font-size: 1.2rem!important;
}
.table td{
  /* font-size: 16px!important; */
  font-size: 1.2rem!important;
}

.captionTitle{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  padding: 0.10rem;/*文字周りの余白*/
  padding-left: 0.8rem;
  color: #000;/*文字色*/
  /* background: #efefef; */
  /* border-left: solid 0.5rem #f3cacc; */
  /* border-bottom: 1px solid #f3cacc; */
}

.calendarTitle{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.40rem;
  font-weight: bold;
  text-align: left;
  padding: 0.10rem;/*文字周りの余白*/
  padding-left: 0.8rem;
  color: #f3cacc;/*文字色*/
}


.itemTitle {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #22ac38;
  border-radius: 0 10px 10px 10px;
  background: #e3f5d8;
}

.itemTitle:before {
  font-size: 1.0rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: '\商品名';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #22ac38;
}

.itemName {
  font-size: 1.5rem;
  font-weight: 700;
}
.itemPrice {
  margin-top: 1rem;
  color: tomato;
  font-size: 1.2rem;
  text-align: right;
}


div.text-right{
  text-align: right;
}


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

  objectFit

---------------------------------------------------------------- */
.OF-fill {
	object-fit: fill;
	font-family: 'object-fit: fill';
}

.OF-contain {
	object-fit: contain;
	font-family: 'object-fit: contain';
}

.OF-cover {
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.OF-cover-op {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 70%;
	font-family: 'object-fit: cover; object-position: center 80%';
	max-height: 33vw;
}

.OF-PostEyecatch-op0 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 0%;
	font-family: 'object-fit: cover; object-position: center 0%';
	max-height: 33vw;
}

.OF-PostEyecatch-op1 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 10%;
	font-family: 'object-fit: cover; object-position: center 10%';
	max-height: 33vw;
}

.OF-PostEyecatch-op2 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 20%;
	font-family: 'object-fit: cover; object-position: center 20%';
	max-height: 33vw;
}

.OF-PostEyecatch-op3 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 30%;
	font-family: 'object-fit: cover; object-position: center 30%';
	max-height: 33vw;
}

.OF-PostEyecatch-op4 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 40%;
	font-family: 'object-fit: cover; object-position: center 40%';
	max-height: 33vw;
}

.OF-PostEyecatch-op5 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 50%;
	font-family: 'object-fit: cover; object-position: center 50%';
	max-height: 33vw;
}

.OF-PostEyecatch-op6 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 60%;
	font-family: 'object-fit: cover; object-position: center 60%';
	max-height: 33vw;
}

.OF-PostEyecatch-op7 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 70%;
	font-family: 'object-fit: cover; object-position: center 70%';
	max-height: 33vw;
}

.OF-PostEyecatch-op8 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 80%;
	font-family: 'object-fit: cover; object-position: center 80%';
	max-height: 33vw;
}

.OF-PostEyecatch-op9 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 90%;
	font-family: 'object-fit: cover; object-position: center 90%';
	max-height: 33vw;
}

.OF-PostEyecatch-op10 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 100%;
	font-family: 'object-fit: cover; object-position: center 100%';
	max-height: 33vw;
}


.OF-PostImg-op0 {
	object-fit: cover;
	object-position: center 0%;
	font-family: 'object-fit: cover; object-position: center 0%';
}

.OF-PostImg-op1 {
	object-fit: cover;
	object-position: center 10%;
	font-family: 'object-fit: cover; object-position: center 10%';
}

.OF-PostImg-op2 {
	object-fit: cover;
	object-position: center 20%;
	font-family: 'object-fit: cover; object-position: center 20%';
}

.OF-PostImg-op3 {
	object-fit: cover;
	object-position: center 30%;
	font-family: 'object-fit: cover; object-position: center 30%';
}

.OF-PostImg-op4 {
	object-fit: cover;
	object-position: center 40%;
	font-family: 'object-fit: cover; object-position: center 40%';
}

.OF-PostImg-op5 {
	object-fit: cover;
	object-position: center 50%;
	font-family: 'object-fit: cover; object-position: center 50%';
}

.OF-PostImg-op6 {
	object-fit: cover;
	object-position: center 60%;
	font-family: 'object-fit: cover; object-position: center 60%';
}

.OF-PostImg-op7 {
	object-fit: cover;
	object-position: center 70%;
	font-family: 'object-fit: cover; object-position: center 70%';
}

.OF-PostImg-op8 {
	object-fit: cover;
	object-position: center 80%;
	font-family: 'object-fit: cover; object-position: center 80%';
}

.OF-PostImg-op9 {
	object-fit: cover;
	object-position: center 90%;
	font-family: 'object-fit: cover; object-position: center 90%';
}

.OF-PostImg-op10 {
	object-fit: cover;
	object-position: center 100%;
	font-family: 'object-fit: cover; object-position: center 100%';
}

.OF-PostImg-height1 {
	height: 100px;
	width: 100%;
}

.OF-PostImg-height2 {
	height: 200px;
	width: 100%;
}

.OF-PostImg-height3 {
	height: 300px;
	width: 100%;
}

.OF-PostImg-height4 {
	height: 400px;
	width: 100%;
}

.OF-PostImg-height5 {
	height: 500px;
	width: 100%;
}

.OF-PostImg-height6 {
	height: 600px;
	width: 100%;
}

.OF-PostImg-height7 {
	height: 700px;
	width: 100%;
}

.OF-PostImg-height8 {
	height: 800px;
	width: 100%;
}

.OF-PostImg-height9 {
	height: 900px;
	width: 100%;
}

.OF-PostImg-height10 {
	height: 1028px;
	width: 100%;
}


.OF-none {
	object-fit: none;
	font-family: 'object-fit: none';
}

.OF-scaleDown {
	object-fit: scale-down;
	font-family: 'object-fit: scale-down';
}

.object-position {
	max-height: 33vw;
}

@media (max-width: 700px) {
	.xs--OF-cover {
		object-fit: cover;
		font-family: 'object-fit: cover';
	}

	.caption-cover {
		border-left: 5px solid green;
		padding-left: 5px;
	}
}

@media not all and (max-width: 700px) {
	.caption-contain {
		border-left: 5px solid green;
		padding-left: 5px;
	}
}




/* --------------------------------------------- */
/*  CSS3を使って美しく装飾されたテーブルの作り方 */
/* Copyright © 2015 Webpark All rights reserved. */
/* --------------------------------------------- */

table th{
  background: #17689d;
  color: #fff;
}
table tr{
  font-size: 14px;
}

table.datatable tr.sent {
  background: #a9a9a9;
}

table.ccocmsTbl {
  width: auto;
  font-size: 14px;
  color: #000;
}

table.ccocmsTbl th {
  color: #fff;
  /* line-height: 70%; */
}

table.ccocmsTbl tr {
  color: #000;
  /* line-height: 70%; */
  background: #fff;
}
table.ccocmsTbl td {
  color: #000;
  /* line-height: 10px; */
}


table.ccocmsTbl tr:hover {
  background: #eee2bb;
  cursor: pointer;
}

table.ccocmsTbl tr.gray {
  background: #a9a9a9;
}
table.ccocmsTbl tr.tomato {
  background: tomato;
}

table.ccocmsTbl tr.send {
  background: #a9a9a9;
}

table.ccocmsTbl tr.nosend {
  background: #f0f8ff;
}

table.ccocmsTbl tr.NoReceivables {
  background: #ddecf7;
}
table.ccocmsTbl tr.Receivables {
  background: #f7e0c7;
}
table.ccocmsTbl tr.NoReceivables:hover {
  background: #eee2bb;
  cursor: pointer;
}
table.ccocmsTbl tr.Receivables:hover {
  background: #eee2bb;
  cursor: pointer;
}

table.ccocmsTbl p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #1c1c1c;
}

table.ccocmsTbl p.text-right {
  text-align: right;
}

table.ccocmsTbl tr.cls10 {
  background: #ffffe0;
}
table.ccocmsTbl tr.cls20 {
  background: #fafad2;
}
table.ccocmsTbl tr.cls30 {
  background: #fffacd;
}
table.ccocmsTbl tr.cls40 {
  background: #f0e68c;
}
table.ccocmsTbl tr.total_line {
  background: #bdeebb;
}
table.ccocmsTbl tr.total1_line {
  background: #bbd3ee;
}
table.ccocmsTbl tr.total2_line {
  background: #eebbbb;
}
table.ccocmsTbl tr.total3_line {
  background: #eee2bb;
}

.table td.ngwtd{
  white-space: nowrap;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 1px;
  padding-right: 1px;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0!important;
}

.table-noborder{
  border-collapse: collapse!important;
  border-spacing: 0!important;
  border: 0!important;
}
.table-noborder tr{
  height: 30px;
}
.table-noborder td{
  height: 30px;
  padding: 5px;
}

.noborder{
  border-collapse: collapse!important;
  border-spacing: 0!important;
  border: 0!important;
}

.nospace{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* ---------------------------------------------------- */



.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #dddddd;
}
.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #f3cacc;
}
.dropdown-item.disabled {
  color: #bababa;
  text-decoration: none;
  background-color: #fff;
}



.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
    height: 100%;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}


.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

.fixed-section ul {
    padding: 0;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #f3cacc;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}


/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}


/*       Loading dots  */


/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}


/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

.section-download .description {
    margin-bottom: 60px;
}

.section-download h4 {
    margin-bottom: 25px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples a+a {
    margin-top: 30px;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.brand .h1-seo {
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.brand .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .section-navbars .navbar-collapse {
        display: none !important;
    }
}



/* cacao btn */
.btn-cacao,
.btn-cacao.disabled, .btn-cacao:disabled {
  color: #fff;
  background-color: #f3cacc;
  border-color: #f3cacc;
}

/* focusされた時の枠線の色 */
.btn-cacao:focus, .btn-cacao.focus,
.btn-cacao:not(:disabled):not(.disabled):active:focus, .btn-cacao:not(:disabled):not(.disabled).active:focus,
.show > .btn-cacao.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 21, 15, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-cacao:hover {
  color: #fff;
  background-color: #3d2f24;
  border-color: #3d2f24;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-cacao:not(:disabled):not(.disabled):active, .btn-cacao:not(:disabled):not(.disabled).active,
.show > .btn-cacao.dropdown-toggle {
  color: #fff;
  background-color: #301e11;
  border-color: #301e11;
}

.download-icon{
  font-size: 2rem;
  color: tomato;
}


.caption-col-1{
  columns: 1;
  column-count: 1;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
}
.caption-col-2{
  columns: 2;
  column-count: 2;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
}
.caption-col-3{
  columns: 3;
  column-count: 3;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
}
@media (max-width: 992px) {
  .caption-col-2{
    columns: 1;
    column-count: 1;
  }
  .caption-col-3{
    columns: 1;
    column-count: 1;
  }
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f3cacc;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* ナビバーのお問い合わせ電話番号 */
.navbar-contact{
  font-size: 1.75rem;
  font-weight: bold;
  color:tomato;
  font-weight:bolder;
}


/* msDropdown custom */
.dd .ddChild li img {
  padding: 0 6px 0 0;
  height: 54px;
}


.parallax-content-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	padding: 25px 0 20px 0;
	color: #fff;
	font-size: 13px;
	background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
	width: 100%;
}

.parallax-content-2 div h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.parallax-content-2 .rating {
	font-size: 14px;
}

#price_single_main {
	text-align: right;
	padding-top: 25px;
	font-weight: normal;
}

#price_single_main span {
	font-size: 60px;
	color: #3CF;
}

#price_single_main sup {
	font-size: 22px;
	position: relative;
	top: -25px;
}

#price_single {
	background-color: #e74c3c;
	color: #fff;
	font-size: 36px;
	margin: -15px;
	padding: 20px 15px 10px 15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 15px;
}

#price_single small {
	font-size: 12px;
}

.ccocmsPostCaption{
  font-size: 1.1rem;
  color: #fff;
}

.parallax-content-img {
	position: absolute;
  top: 0;
  left: 0;
}

.icon64{
  width: 64px;
  height: 64px;
}
.icon47{
  width: 47px;
  height: 47px;
}

#external-events {
  float: left;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
}

#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}

#external-events {
  height: 24px;
  margin: 10px 0;
  cursor: pointer;
  padding-top: 4.5px;
}

#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}

/*　----------------------------
FullCalendar
------------------------------- */
/* -----------------------------------------------
div.fc-content{
  font-size: 1.0rem;
}

.fc-event {
  height: 24px;
  margin: 10px 0;
  cursor: pointer;
  padding-top: 4.5px;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
  border-color: #c9c3c3;
}

.fc-scroller-canvas{
  background-color: rgba(217, 237, 255, 0.85);
}
.fc-timeline th{
  background-color: #ddd;
}

.fc-cell-text{
  color: #101010;
}

.fc-day-header{
  background-color: #adadad;
  background-color: #fff!important;
  color: #151515;
}
.fc-body{
  background-color: #fff!important;
}

.fc-day{
  background-color:#fff;
}
.fc-day-number{
  color: #101010!important;
  font-weight: 400;
  font-size: 1rem;
}
.fc-sun{
  color: red!important;
  background-color: #fff0f0;

}
.fc-sat{
  color: blue!important;
  background-color: #f0f0ff;

}
.fc-today{
  color: #101010;
}
.fc-widget-header.fc-today{
  color: #101010!important;
}

.fc-unthemed td.fc-today{
  background-color: #ffe8bd;
  color: #101010;
}

.fc-time{
  margin-left: 0.3rem;
  font-size: 0.6rem!important;
  font-weight: 100!important;
  display: none;
}
.fc-title{
  font-size: 0.7rem!important;
  font-weight: 400!important;
  color:#fff;
}

.fc-toolbar {
  border: 0px solid #ddd;
  border-bottom: none;
  margin-bottom: 0;
  padding: 10px 20px;
}
.fc-toolbar h2 {
  padding-top: 4px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
.fc-list-heading{
  color: #272727;
}
.fc-list-item:hover{
  color: #272727;
  cursor: pointer;
}

.fc-list-heading-alt{
  float:left!important;
  color: #000!important;
}
.fc-list-heading-main{
  float:right!important;
  color: #000!important;
}
.fc-list-heading td{
  background-color: #aaa!important;
}

.fc-center h2{
  color: #393939;
}
.fc-undraggable{
  cursor: pointer;
}

.fc-divider{
  background-color: #272B30!important;
  background-color: #2c486a!important;
  font-weight: 700;
}
.fc-resource-area .fc-cell-content{
  font-size: 0.8rem;
}

.fc-booking-body td{
  height: 70px;
}

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

.col-lg-time{
  max-width: 5rem;
}




.modal.show .modal-dialog{
  max-width: 95%;
}

.modal_header_icon{
  max-height: 84px;
}

.footerCp{
  font-size: 0.75rem;
}


.faq-item {
  margin-bottom: 10px;
  border: 0; }
  .faq-item [data-toggle='collapse'] {
    display: flex;
    position: relative;
    padding: 20px 45px 19px 25px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", serif;
    line-height: 1em;
    background-color: #fff;
    color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    .faq-item [data-toggle='collapse'] span:first-child {
      font-size: 16px;
      min-width: 26px;
      color: #89b222; }
      @media (max-width: 767px) {
        .faq-item [data-toggle='collapse'] span:first-child {
          font-size: 14px; } }
    .faq-item [data-toggle='collapse']:hover {
      text-decoration: none; }
    .faq-item [data-toggle='collapse']:after {
      position: absolute;
      top: 50%;
      right: 28px;
      content: '\e932';
      font-family: 'dentco';
      font-size: 12px;
      color: #89b222;
      transform: translateY(-50%); }
    .faq-item [data-toggle='collapse'][aria-expanded="true"]:after {
      content: '\e931'; }
  .faq-item > a:not(.collapsed) {
    color: #444; }
  .faq-item .faq-item-content > * {
    padding: 10px 40px 10px 50px; }
    @media (max-width: 1023px) {
      .faq-item .faq-item-content > * {
        padding: 10px 35px 10px 45px; } }
    @media (max-width: 767px) {
      .faq-item .faq-item-content > * {
        padding: 14px 15px 10px 35px; } }

.faq-accordion {
  margin: 15px 0 0; }
  @media (max-width: 1023px) {
    .faq-accordion {
      margin-top: 5px; } }
  @media (max-width: 767px) {
    .faq-accordion {
      margin-top: 0; } }

.faq-item [data-toggle='collapse'] {
  font-size: 16px;
  padding: 19px 42px 19px 20px; }
  @media (max-width: 1229px) {
    .faq-item [data-toggle='collapse'] {
      font-size: 18px;
      padding: 18px 42px 18px 20px; } }
  @media (max-width: 1023px) {
    .faq-item [data-toggle='collapse'] {
      font-size: 14px;
      line-height: 20px;
      padding: 18px 42px 18px 20px; } }
  @media (max-width: 767px) {
    .faq-item [data-toggle='collapse'] {
      font-size: 14px;
      line-height: 20px;
      padding: 6px 40px 6px 12px; } }

.faq-accordion--style2 .faq-item {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
.faq-accordion--style2 .faq-item [data-toggle='collapse'] {
  box-shadow: none;
  font-family: "Roboto", sans-serif; }
.faq-accordion--style2 .faq-item .faq-item-content > * {
  padding-top: 0;
  padding-bottom: 20px; }

.faq-wrap {
  padding: 65px 100px 65px 80px;
  position: relative; }
  .faq-wrap .double-title:after {
    z-index: 0;
    color: #ffffff; }
  @media (max-width: 1023px) {
    .faq-wrap {
      padding: 55px 15px; }
      .faq-wrap .faq-item [data-toggle='collapse']:after {
        right: 15px; } }
  @media (max-width: 767px) {
    .faq-wrap {
      padding: 25px 15px; } }
  .faq-wrap .nav-pills {
    flex-wrap: nowrap;
    margin-left: auto; }
    @media (max-width: 1023px) {
      .faq-wrap .nav-pills {
        margin-top: 13px; } }
    @media (max-width: 767px) {
      .faq-wrap .nav-pills {
        margin-right: auto;
        padding-left: 0;
        flex-wrap: wrap; } }
    .faq-wrap .nav-pills .nav-link {
      position: relative;
      min-width: inherit;
      height: 39px;
      margin: 0 20px 0 0;
      padding: 0 20px 0 0;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      font-family: "Poppins", serif;
      letter-spacing: 1px;
      border: 0;
      background: transparent;
      color: #444;
      box-shadow: none; }
      .faq-wrap .nav-pills .nav-link:hover {
        background: transparent !important;
        color: #000; }
      @media (max-width: 1023px) {
        .faq-wrap .nav-pills .nav-link {
          font-size: 13px; } }
      @media (max-width: 575px) {
        .faq-wrap .nav-pills .nav-link {
          width: auto; } }
      .faq-wrap .nav-pills .nav-link:after {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        width: 2px;
        height: 9px;
        background: #a9aaaa; }
      .faq-wrap .nav-pills .nav-link:last-child {
        margin: 0;
        padding: 0; }
        .faq-wrap .nav-pills .nav-link:last-child:after {
          display: none; }
    .faq-wrap .nav-pills .nav-link.active {
      color: #89b222; }
    .faq-wrap .nav-pills [class*='icon'] {
      padding-right: 10px;
      color: #89b222; }
  .faq-wrap .nav-pills--noborder .nav-link {
    margin: 0 26px 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #444; }
    @media (max-width: 1229px) {
      .faq-wrap .nav-pills--noborder .nav-link {
        margin-right: 18px; } }
    @media (max-width: 1023px) {
      .faq-wrap .nav-pills--noborder .nav-link {
        font-size: 15px; } }
    @media (max-width: 575px) {
      .faq-wrap .nav-pills--noborder .nav-link {
        font-size: 13px; } }
    .faq-wrap .nav-pills--noborder .nav-link:after {
      display: none; }
    .faq-wrap .nav-pills--noborder .nav-link:last-child {
      margin: 0; }
    @media (max-width: 575px) {
      .faq-wrap .nav-pills--noborder .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .faq-wrap .nav-pills--noborder .nav-link [class*='icon'] {
          padding: 0 0 5px; } }

.faq-wrap--pad-lg {
  padding: 95px 100px 95px 80px; }
  @media (max-width: 1023px) {
    .faq-wrap--pad-lg {
      padding: 65px 15px; } }
  @media (max-width: 767px) {
    .faq-wrap--pad-lg {
      padding: 25px 15px; } }

.faq-wrap--pad-md {
  padding: 25px 15px 65px 110px;
  max-width: 855px; }
  @media (max-width: 1229px) {
    .faq-wrap--pad-md {
      padding: 25px 15px; } }
  @media (max-width: 767px) {
    .faq-wrap--pad-md {
      padding: 25px 15px; } }

.faq-wrap-bg {
  background: url("../../hospital/images/bg-grey.jpg") #f6f7f5; }
  @media (min-width: 1230px) {
    .faq-wrap-bg {
      margin-left: -65px;
      width: calc(100% + 65px); } }

body:not(.touch) .faq-wrap .nav-link:hover {
  background: #fff;
  border-color: #e6e6e6; }

.collapse-wrap {
  cursor: pointer;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .collapse-wrap {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .collapse-wrap {
      margin-bottom: 0; } }
  .collapse-wrap > * {
    margin-bottom: 0; }
  .collapse-wrap .collapse-title {
    font-size: 26px; }
    @media (max-width: 1023px) {
      .collapse-wrap .collapse-title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .collapse-wrap .collapse-title {
        font-size: 18px; } }
  .collapse-wrap.collapsed [class*='icon-'] {
    position: relative;
    top: 3px;
    display: block;
    transform: rotate(180deg); }
  .collapse-wrap:hover .collapse-title {
    color: #89b222; }
  .collapse-wrap [class*='icon-'] {
    font-size: 12px;
    color: #89b222; }

@media (max-width: 575px) {
  .collapse .row-sm-space .col-sm-4:not(:last-child) img {
    margin-bottom: 15px; }
}
@media (max-width: 575px) and (min-width: 320px) {
  .collapse .row-sm-space .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%; }
}


#mainSlider .slide-txt2{
  font-size: 2.0rem!important;
}


.font14{
  font-size: 14px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font24{
  font-size: 24px;
}
.font32{
  font-size: 32px;
}

.ctomato{
  color: tomato;
}
.cgreen{
  color: green;
}
.cgreenyellow{
  color: greenyellow;
}
.cyellow{
  color: yellow;
}
.corange{
  color: orange;
}

.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible;
}
.blog-isotope .blog-post > * + * {
  margin-top: 20px;
}
.blog-isotope .post-title {
  font-size: 22px;
  line-height: 1.1em;
  margin-top: 6px;
}
@media (max-width: 575px) {
  .blog-isotope .post-title {
    font-size: 18px;
  }
}
.blog-isotope .post-meta-social [class*='icon'] {
  font-size: 14px;
}
.blog-isotope .blog-post .post-meta > * [class*='icon'] {
  font-size: 15px; }

.blog-isotope .blog-post .post-image {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-isotope .blog-post .post-image:first-child {
  margin-top: -20px;
}
.blog-isotope .blog-post .post-image .post-link {
  font-size: 32px;
}
@media (max-width: 767px) {
  .blog-isotope .blog-post .post-image .post-link {
    font-size: 5vw;
  }
}
.blog-isotope .blog-post .post-date {
  margin-right: 12px;
}
.blog-isotope .blog-post {
  position: relative;
  float: left;
  /* width: calc(50% - 15px); */
  width: calc(32% - 10px);
  margin-bottom: 30px;
  padding: 20px 20px 24px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .blog-isotope .blog-post {
    width: 100%;
  }
}
.blog-isotope .blog-post.bg-grey {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.blog-isotope .blog-post.bg-grey .post-date {
  background-color: #fff;
}




.service-card {
  height: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 45px;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);  */
}
@media (max-width: 1023px) {
  .service-card {
    padding: 0 15px 25px; }
}
.service-card > * {
  margin-bottom: 0;
}
.service-card > *:not(:first-child) {
  margin-top: 15px;
}
.service-card-photo {
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-left: -30px;
  margin-right: -30px;
}
.playButton {/*classがfaのアイコンに対して*/
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: tomato;/*アイコン色*/
  font-size: 60px;/*サイズ*/
  visibility: show;
  }

.service-card-text {
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1023px) {
  .service-card-photo {
    margin-left: -15px;
    margin-right: -15px;
  }
  .service-card-text {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.service-card-photo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 120%;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  z-index: 1;
  background: transparent;
  border-radius: 50%;
  /* box-shadow: inset 0 0 0 30px #89b222; */
  opacity: 0;
  transition: opacity 0 ease 0;
  pointer-events: none;
}

.service-card:hover .service-card-photo {
  /* border-radius: 50%;  */
}
.playButton:hover{
  visibility: show;
}
.service-card:hover .service-card-photo:after {
  opacity: .2;
  transition: opacity 0.5s ease 0.2s;
}
.service-card-photo + .service-card-name {
  margin-top: 30px;
}
.service-card-name, .service-card-name a {
  font-size: 24px;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .service-card-name, .service-card-name a {
    font-size: 20px;
  }
}
.service-card-name a:hover {
  text-decoration: none;
  color: #89b222;
}
.service-card h5.service-card-name + .h-decor {
  top: 0;
  height: 2px;
  width: 27px;
  margin-top: 15px;
}
.service-card > ul.marker-list-md:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .service-card > ul.marker-list-md:not(:first-child) {
    margin-top: 15px;
  }
}
.service-card ul.marker-list-md li {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .service-card ul.marker-list-md li {
    font-size: 15px;
    line-height: 20px;
  }
}
.service-card ul.marker-list-md li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .service-card ul.marker-list-md li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.nav-link.active:hover {
  color: tomato!important;
  font-weight: bold;
}






.themeix-section-h {
	padding:15px 0;
}
.themeix-section-h h3 {
  display:inline-block;
  font-size:20px;
  font-weight:700;
  text-transform:capitalize;
  color:#333333;
  margin:0;
}
.themeix-section-h .see-all-link {
	float:right;
}

/**************************************

4. Start Video Carousel

*****************************************/
.heading-icon {
  background-color: #f44336;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}
.heading-icon i {
	font-size:16px;
}
.video-title {
    text-transform: capitalize;
    font-size: 16px;
    color: #252525;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    line-height:1.2;
    font-weight:600;
}
.video-title:hover {
	color:#f44336;
}

.video-feedback {
	overflow:hidden;
}

.single-video .video-feedback {
	float:right;
}
.video-like-counter {
	display:inline-block;
	padding:0 5px;
	font-size:12px;
	color:#767676;
}
.video-like-counter:last-child {
	padding-right:0;
}

.video-viewers {
	display:inline-block;
	font-size:12px;
}
.view-icon {
  color:#418fd1;
  padding-right:10px;
}
.like-icon {
 color:#359261;
 padding-right:10px;
}
.dislike-icon {
  color:#ff0000;
  padding-right:5px;
}
.video-img >a >img {
  max-width: 100%;
  width:100%;
  height:160px;
  object-fit: cover;
}
.video-img span.video-duration,
.review-img span.video-duration {
  background-color: #000;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  height: 22px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 40px;
}
.single-feature .video-img span.video-duration {
	 top: 10px;
	 right: 10px;
}
.video-img,
.review-img {
	display: block;
	position: relative;
	overflow:hidden;
}
.video-content >h4 {
	max-height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.owl-nav {
  position: absolute;
  top: -45px;
  right: 0;
  color:#fff;
}

.owl-prev {
  background-color: #d1d1d1 !important;
  font-size: 20px;
  height: 25px;
  left: -60px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 25px;
}
.owl-prev:hover {
	background-color: #f44336 !important;
}
.owl-next {
  background-color:#d1d1d1 !important;
  font-size:20px;
  height:25px;
  right:0;
  line-height:22px;
  position: absolute;
  text-align: center;
  width:25px;
  -webkit-transition: all .4s linear 0s;
  transition:all .4s linear 0s;
}
.owl-next:hover {
	background-color:#f44336 !important;
}

.single-video .video-img a,
.single-review .review-img a {
	position:relative;
	display:block;
}

.single-video .video-img a:before,
.single-review .review-img a:before {
  color: #fff;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size:40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top:50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all .3s linear 0s;
  transition:all .3s linear 0s;
  z-index:11;
}
.single-video:hover .video-img a:before,
.single-review:hover .review-img a:before {
  -webkit-transform:rotate(-360deg);
          transform:rotate(-360deg);
  opacity:0.0001;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.single-video .video-img a:after,
.single-review .review-img a:after {
  color: #f44336;
  content:"\f144";
  font-family: "Font Awesome 5 Free";
  font-size:40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top:50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s linear 0s;
  transition:all .5s linear 0s;
  z-index:12;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.single-video:hover .video-img a:after,
.single-review:hover .review-img a:after {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.owl-carousel .owl-item img {
  -webkit-transform-style:initial;
          transform-style:initial;
}
.video-img:after,
.review-img:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.4);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all .4s linear 0s;
	transition:all .4s linear 0s;
	-webkit-transform-origin:bottom 0 0;
	        transform-origin:bottom 0 0;
}
.single-video:hover .video-img:after,
.single-review:hover .review-img:after {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

/*****************************************

5. Start Wide Video Section

**********************************************/
.wide-video-section .single-video{
	margin-bottom:30px;
	min-height: 210px;
}
.see-all-link {
	color:#f44336;
	padding-left:10px;
	line-height:24px;
	position:relative;
	margin-left:10px;
	font-size:14px;
	font-weight:400;
}
.see-all-link:hover {
	color:#f44336;
}

/*  img.lazy {

    background-image: url('../images/blog-1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }*/

img.lazy {
  background: transparent url(../images/ring.gif) no-repeat 50% 50%;
}





.p-items_overlay {
  display: none
}

.is-modal-open .p-items_overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10
}

.p-items_wrapper {
  background-color: #f6f6f4
}

.p-items_wrapper-white {
  background-color: #fff
}

.p-items_wrapper .p-items_container {
  padding-top: 24px;
  padding-bottom: 40px
}

@media (max-width: 480px) {
  .p-items_wrapper .p-items_container {
    padding-top: 0
  }
}

@media (max-width: 480px) {
  .p-items_wrapper .p-items_main {
    padding: 0
  }
}

.p-items_wrapper .p-items_article {
  background-color: #fff;
  padding: 32px
}

@media (max-width: 991px) {
  .p-items_wrapper .p-items_article {
    max-width: 720px;
    margin: 0 auto
  }
}

@media (max-width: 770px) {
  .p-items_wrapper .p-items_article {
    padding: 16px 16px 32px;
    margin: 0 8px
  }
}

@media (max-width: 480px) {
  .p-items_wrapper .p-items_article {
    padding: 16px 16px 32px;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none
  }
}

.p-items_wrapper .p-items_footnote {
  padding: 0 32px
}

@media (max-width: 770px) {
  .p-items_wrapper .p-items_footnote {
    padding: 0 16px;
    margin: 0 8px
  }
}

@media (max-width: 480px) {
  .p-items_wrapper .p-items_footnote {
    padding: 0 16px;
    margin: 0 8px
  }
}

.p-items_wrapper .p-items_footnote .references a {
  color: inherit
}

.p-items_container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 80px calc(100% - 300px - 80px) 300px;
  -ms-grid-columns: 80px calc(100% - 300px - 80px) 300px;
  grid-template-rows: minmax(270px, auto) 1fr;
  -ms-grid-rows: minmax(270px, auto) 1fr;
  max-width: 1280px;
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto
}

@media (max-width: 1200px) {
  .logged-in .p-items_container {
    grid-template-columns: 80px calc(100% - 80px - 200px) 200px;
    -ms-grid-columns: 80px calc(100% - 80px - 200px) 200px
  }
}

@media (max-width: 1200px) {
  .p-items_container {
    grid-template-columns: 80px calc(100% - 80px - 300px) 300px;
    -ms-grid-columns: 80px calc(100% - 80px - 300px) 300px;
    max-width: 1000px;
    width: auto
  }
}

@media (max-width: 770px) {
  .p-items_container {
    display: block
  }
}

.p-items_main {
  grid-column: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-row: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  padding: 16px
}

@media (max-width: 992px) {
  .p-items_main {
    grid-column: 2 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2
  }
}

@media (max-width: 770px) {
  .p-items_main {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .p-items_main {
    padding: 8px
  }
}

@media (max-width: 992px) {
  .p-items_aside {
    max-width: 720px;
    margin: 0 auto
  }
}

.p-items_footnote {
  grid-column: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-row: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3
}

@media (max-width: 992px) {
  .p-items_footnote {
    max-width: 720px;
    margin: 0 auto
  }
}

.p-items_stickyMenu, .p-items_leftDummy {
  width: 80px;
  grid-column: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-row: 1 / 2;
  -ms-grid-row: 1 / 2
}

@media (max-width: 992px) {
  .p-items_stickyMenu, .p-items_leftDummy {
    margin-left: 16px;
    width: 74px
  }
}

@media (max-width: 1200px) {
  .p-items_stickyMenu, .p-items_leftDummy {
    display: none
  }
}

.p-items_stickyMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  margin-top: -20px
}

.p-items_stickyMenu:after {
  content: "";
  display: table
}

.p-items_stickyMenu:before {
  content: "";
  display: table
}

.p-items_options {
  grid-column: 3 / 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-row: 1 / 2;
  -ms-grid-row: 1
}

@media (max-width: 1200px) {
  .logged-in .p-items_options {
    display: none
  }
}

@media (max-width: 992px) {
  .p-items_options {
    display: none
  }
}

.p-items_toc, .p-items_rightDummy {
  width: 300px;
  grid-column: 3 / 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-row: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  max-height: 100vh
}

@media (max-width: 1200px) {
  .logged-in .p-items_toc, .logged-in .p-items_rightDummy {
    grid-row: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    margin-top: 16px
  }
}

@media (max-width: 1200px) {
  .logged-in .p-items_toc, .logged-in .p-items_rightDummy {
    width: 200px
  }
}

@media (max-width: 992px) {
  .p-items_toc, .p-items_rightDummy {
    display: none
  }
}

.p-items_toc {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  will-change: transform
}

.p-items_toc:after {
  content: "";
  display: table
}

.p-items_toc:before {
  content: "";
  display: table
}

.p-items+.st-Footer {
  background-color: #fff
}

.nav>li {
  position: relative;
  display: block;
  white-space: nowrap;
  background-color: #fff!important;
}

.img-nav-container{
  display:flex;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .img-nav-container{
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .img-nav-container{
    font-size: 14px;
  }
}


/* ---------------------------------------- */
/*    グリッド　コンテナ                       */
/* ---------------------------------------- */
.ccoGridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.ccoGridItem {
  background-color: #fff;
  text-align: center;
}
.ccoGridLink {
  background-color: #fff;
  text-align: right;
  color:rgb(80, 80, 80);
  font-size: 18px;
  font-weight: 600;
}
.ccoGridTitle{
  color: #fff;
  font-size: 24px;
}
@media (max-width: 720px) {
  .ccoGridTitle{
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ccoGridTitle{
    font-size: 12px;
  }
}

/* ---------------------------------------- */
/*    もっと見るボタン                              */
/* ---------------------------------------- */
.roundButton {
  display : inline-block;
  background: #fff;
  color: #000;
  border:solid 1px #000;
  width: 150px;/*元のボタン幅*/
  line-height: 45px;
  margin-right: 50px;/*右隣の余白*/
  border-radius: 0 50px 50px 0;/*右側だけ丸くしています*/
  padding-left: 2rem;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 1rem;
  cursor: pointer;
}
.roundButton:hover {
  width: 225px;/*マウスオーバーで幅が変わります*/
  margin-right: 10px;/*幅が増えた分を減らします*/
}

.roundButton a{
  color: #000;
}
.roundButton a:hover{
  text-decoration: none;
}

/* ---------------------------------------- */
/*    COVER付きの画像を表示する                */
/* ---------------------------------------- */

.image-box {
  position: relative;
  padding: 5px;
}
.img-cover-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.img-cover-bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* ---------------------------------------- */
/*    FILTER MASONRY                        */
/* ---------------------------------------- */
/* filter buttons css */

.masonry-filter {
	display: table;
	margin-bottom: 0;
}

.masonry-filter>li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	position: relative;
}

.masonry-filter>li a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.masonry-filter>li.active a,
.masonry-filter>li a:hover,
.masonry-filter>li a:active,
.masonry-filter>li a:focus {
	/* color: #F5BF23; */
	color: #000;
}

@media only screen and (max-width: 600px) {
	.masonry-filter>li {
		margin-bottom: 10px;
	}
	.masonry-filter>li a {
		font-size: 14px !important;
	}
}


/* Masonry filter alignment [Left-Right-Center] */

.filter-wrap.right>.masonry-filter {
	float: right;
}

@media only screen and (max-width:991px) {
	.filter-wrap.right>.masonry-filter {
		float: none;
	}
}

.filter-wrap.center>.masonry-filter {
	margin-left: auto;
	margin-right: auto;
}


/* Masonry filter link style */

.masonry-filter.link-style>li a {
	font-size: 14px;
}

.masonry-filter.link-style>li:after {
	content: "|";
	position: relative;
	right: -18px;
	opacity: 0.3;
}

.masonry-filter.link-style.white>li:after {
	/* color: #fff; */
	color: #616161;
}

.masonry-filter.link-style>li:last-child:after {
	display: none;
}
.masonry-filter.link-style.white>li a{
	/* color:#fff; */
	color:#616161;
}
.masonry-filter.link-style.white>li.active a,
.masonry-filter.link-style.white>li a:hover,
.masonry-filter.link-style.white>li a:active,
.masonry-filter.link-style.white>li a:focus {
	/* color: #f7c20a; */
	color: #000;
}

.masonry-filter.has-bg>li a {
	/* color: #fff; */
  color:#616161;
}

.masonry-filter.link-style.has-bg>li.active a,
.masonry-filter.link-style.has-bg>li:hover a,
.masonry-filter.link-style.has-bg>li:active a,
.masonry-filter.link-style.has-bg>li:focus a {
	/* color: #FFBC13; */
  color: #000;
}


/* Masonry filter button style */

.masonry-filter.button-style>li {
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.masonry-filter.button-style>li {
		margin-bottom: 10px;
	}
}

.masonry-filter.button-style>li a {
	background-color: #666666;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	display: inline-block;
}

.masonry-filter.button-style>li.active a,
.masonry-filter.button-style>li a:hover,
.masonry-filter.button-style>li a:active,
.masonry-filter.button-style>li a:focus {
	background-color: #000;
	color: #fff;
}

.masonry-filter.button-style.has-bg>li a {
	background-color: #fff;
	color: #666;
}

.masonry-filter.button-style.has-bg>li.active a,
.masonry-filter.button-style.has-bg>li a:hover,
.masonry-filter.button-style.has-bg>li a:active,
.masonry-filter.button-style.has-bg>li a:focus {
	background-color: #000;
	color: #fff;
}


/* Masonry filter button outline style */

.masonry-filter.outline-style>li {
	margin-right: 10px;
}

.masonry-filter.outline-style>li a {
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	padding: 10px 20px;
	font-weight: 600;
	display: inline-block;
}

.masonry-filter.outline-style.rounded-corner>li a {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.masonry-filter.outline-style>li.active a,
.masonry-filter.outline-style>li a:hover,
.masonry-filter.outline-style>li a:active,
.masonry-filter.outline-style>li a:focus {
	border-color: #000;
	color: #000;
}

.masonry-filter.outline-style.has-bg>li a {
	border-color: #fff;
	color: #fff;
}

.masonry-filter.outline-style.has-bg>li.active a,
.masonry-filter.outline-style.has-bg>li a:hover,
.masonry-filter.outline-style.has-bg>li a:active,
.masonry-filter.outline-style.has-bg>li a:focus {
	border-color: #000;
	color: #000;
}

@media only screen and (max-width:768px) {
	.masonry-item {
		width: 100%;
	}
}

.masonry-item a{
  color: #000;
}
.masonry-item a:hover{
  text-decoration: none;
  font-weight: 700;
  color:rgba(216, 63, 16, 0.9);
  cursor: pointer;
}

.mt-tilte{
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}
.mt-caption{
  font-size: 12px;
  font-weight:normal;
  text-align: right;
  color: #666;
}

.postTitle{
  font-size: 24px;
  color: #000;
}
.boldLine{
  border-bottom:  1.5px solid #333;
  margin-top: -1px;
  margin-bottom: -1px;
}
.postDetail{
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.contact-info{
  font-size: 14px;
}



/* bxsliderImg */
.bxsliderImg .bxslider {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.bxsliderImg ul li img {
	width: 100%;
	height: auto;
}
.bxsliderImg .bxslider_caption {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.bxsliderImg .bxslider_caption > div {
	padding: 10px;
}
.bxsliderImg .bxslider_caption h4 {
	font-size: 1.2em;
	font-weight: bold;
  color: #fff;
}
.bxsliderImg .bxslider_caption p {
	font-size: 1.0em;
  color: #fff;
}


/* bxsliderImg */
.bxsliderImg2 .bxslider2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.bxsliderImg2 ul li img {
	width: 100%;
	height: auto;
}
.bxsliderImg2 .bxslider_caption {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.bxsliderImg2 .bxslider_caption > div {
	padding: 10px;
}
.bxsliderImg2 .bxslider_caption h4 {
	font-size: 1.2em;
	font-weight: bold;
  color: #fff;
}
.bxsliderImg2 .bxslider_caption p {
	font-size: 1.0em;
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	25. PARALAX
/*-----------------------------------------------------------------------------------*/
.parallax_area {
  position: relative;
  overflow: hidden;
}

.parallax {
  width: 100%;
  height: 300px;
}

.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  color: #d9d9d9;
}
.parallax a {
  color: #d9d9d9
}
.parallax a:hover {
  color: #1abb9c
}
.parallax input,
.parallax textarea {
  background: #333;
  background: rgba(255,255,255,0.15);
  color: #d9d9d9;
  border: none;
}
.parallax input:focus,
.parallax textarea:focus {
  background: #222;
  background: rgba(255,255,255,0.22);
  border: none;
}

.parallax-inner {
  padding-top: 125px;
  padding-bottom: 125px;
}

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #f5f5f5
}
.parallax-title {
}

.parallax .parallax-title h3:before,
.parallax .parallax-title h3:after {
  border-color: rgba(255,255,255,0.5)
}
.parallax.mobile {
  background-attachment: scroll !important
}
.page-title {
  height: 300px;
  background: url(/img/page-title-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.page-title h1 {
  text-align: center;
  top: 57.5%;
  vertical-align: middle;
  width: 100%;
  left: 0;
  position: absolute;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
  color: #f5f5f5;
}
.page-title .overlay {
  background: rgba(0,0,0,0.45);
  height: 100%;
  position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	TOP BG PARALLAX
/*-----------------------------------------------------------------------------------*/
.top_bg_caption{
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 500;
}
.top_bg_title{
  font-size: 2.5rem;
  color: #fff;
  line-height: 5.5rem;
  font-weight: 700;
}
.top_bg_body{
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 500;
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDER SECTION
/*-----------------------------------------------------------------------------------*/
.slider_caption{
  font-size: 1.25rem;
  color: #fff;
}
.slider_title{
  font-size: 2.0rem;
  color: #fff;
}
.slider_body{
  font-size: 1.25rem;
  color: #fff;
}




/* 画像付きタイトル */
.imgTitle{
  background: url(/img/titleImg.png) no-repeat;
  height: 72px;
  padding-top: 30px;
  padding-left: 54px;
  color:#17689d;
  font-weight: bold;
}
.imgTitle:first-letter{
  color:tomato;
  font-size:150%;
  font-weight:bolder;
}

/* ---------------------------------
 文字色
--------------------------------- */
ctomato{
  color: tomato;
}
ctomato_larger{
  color: tomato;
  font-size:2rem;
}
cbulue{
  color:rgb(62, 142, 227);
}
cgreen{
  color:green;
}


.img-thumbnail{
  max-width: 74px!important;
}
.ul_thumbnail{
  display: flex;
}
.li_thumbnail{
  list-style: none;
}

/* cacao btn */
.btn-cacao,
.btn-cacao.disabled, .btn-cacao:disabled {
  color: #fff;
  background-color: #0068b7;/* cobalt blue */
  border-color: #0068b7;/* cobalt blue */
}

/* focusされた時の枠線の色 */
.btn-cacao:focus, .btn-cacao.focus,
.btn-cacao:not(:disabled):not(.disabled):active:focus, .btn-cacao:not(:disabled):not(.disabled).active:focus,
.show > .btn-cacao.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 21, 15, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-cacao:hover {
  color: #fff;
  background-color: #3d2f24;
  border-color: #3d2f24;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-cacao:not(:disabled):not(.disabled):active, .btn-cacao:not(:disabled):not(.disabled).active,
.show > .btn-cacao.dropdown-toggle {
  color: #fff;
  background-color: #301e11;
  border-color: #301e11;
}

.download-icon{
  font-size: 2rem;
  color: tomato;
}

.fc-content{
  height: 2rem!important;
  overflow: unset!important;
  cursor: pointer;
}
.fc-day-top.fc-sun{
  color: tomato;
}
.fc-day-top.fc-sat{
  color: #165e83;
}
.fc-day-header.fc-widget-header.fc-sun{
  color: #fff;
  background: tomato;
}
.fc-day-header.fc-widget-header.fc-sat{
  color: #fff;
  background: #165e83;
}
.fc-holiday, .holiday-text {
  color: #e74c3c;
}


/* ----------------------------
TABLE
------------------------------- */

.bookingInfoTable th{
  background: #17689d;
  color: #fff;
}
.bookingInfoTable tr{
  font-size: 16px;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.blockBanner{
  margin: 0;
  padding: 0;
}