/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: '-apple-system', 'BlinkMacSystemFont',"Hiragino Kaku Gothic ProN",'Meiryo, sans-serif';
	background: #23242C;
	width: 100%;
}

.text-muted {
    color: #777;
}

.container {
	overflow:hidden;
	}
/*----------------- awesome font カラー -----------------*/

.text-danger {
    color: rgba(255,126,128,0.7);
}

p {
  	 font-family: '-apple-system', 'BlinkMacSystemFont',"Hiragino Kaku Gothic ProN",'Meiryo, sans-serif';
	font-size:16px;
	line-height:150%;
	letter-spacing: 1.5px;
	color:#333333;
}


tr {
    font-family: '-apple-system', 'BlinkMacSystemFont',"Hiragino Kaku Gothic ProN",'Meiryo, sans-serif';
	font-size:14px;
	line-height:150%;
	letter-spacing: 1.2px;
	color:#333333;
}

p.large {
    font-size: 16px;
}

.sm {
    font-size: 14px;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
	
}

a {
    color: #FEA3A9;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #555;
}

h2 {
    font-weight: 100;
	color: #fff;
}

h4 {
	margin-top: 10px;
	}

h1,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 500;
}

.title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
color: #999;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}


.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

/* 例：br.sp_brはタブレット以上のサイズでは非表示にする */
@media screen and (min-width: 768) {
  .sp_br{
    display: none;
  }
}



/*----------------- スマホサイズのナビ -----------------*/

.btn-primary {
    border-color: #23242C;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #23242C;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #23242;
    color: #fff;
    background-color: #888;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #23242C;
    background-color: #23242C;
}

.btn-primary .badge {
    color: #23242C;
    background-color: #fff;
}

/*----------------- ナビボタン＿ドロップダウン -----------------*/
#drop button {
	margin-right: 30px;
	margin-top: -20px;
	}


.dropdown-backdrop {　position: static;　}
.btn-ghost  {
		 text-transform: uppercase;
    font-family: Gulim,"Cutive Monoe",Avenir,游ゴシック;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
	font-size:1.2em;
	text-shadow: 1px 1px 7px #333;
	padding: 15px 15px;
        border: 0;
        background: transparent;
		outline: 0;
	}
	
.dropdown-menu {
	font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fff;
	 background-color: rgba(35, 45, 42, 0.6);
	}
	

/*----------------- モバイルナビ背景 -----------------*/
.navbar-default {
    border-color: transparent;
	 background-color: rgba(35, 45, 42, 0.6);
    
}

/*----------------- TOPタイトル -----------------*/

.navbar-default .navbar-brand {
    color: #fff;
	text-shadow: 1px 1px 7px #f08080,-1px 1px 7px #f08080,1px -1px 7px #f08080,-1px -1px 7px #f08080;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FEA3A9;
}

/*----------------- トグル -----------------*/

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,0.2);
}

.navbar-default .navbar-toggle {
    border-color: #23242C;
    background-color: #23242C;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #23242C;
}

/*----------------- TOPナビメニュー文字 -----------------*/

.navbar-default .nav li a  {
    text-transform: uppercase;
     font-family: '-apple-system', 'BlinkMacSystemFont',"Hiragino Kaku Gothic ProN",'Meiryo, sans-serif';
	 letter-spacing: 1.2px
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
	font-size:1.3em;
	text-shadow: 1px 1px 7px #333,-1px 1px 7px #333,1px -1px 7px #333,-1px -1px 7px #333;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
color: #FEA3A9;
background-color: transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
color: #FEA3A9;
background-color: transparent;
}

/*----------------- TOPナビメニュー文字 スマホサイズ -----------------*/



@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: rgba(35, 45, 42, 0.6);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


/*----------------- 電話ボタン -----------------*/

.spmenu {
	display:none;}

@media screen and (max-width:768px){

.spmenu {display:inherit;}


}

/*----------------- 電話番号 -----------------*/
.btn-xl {
    padding: 20px 20px;
    border-color: #23242C;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255,126,128,0.7);
}

/*----------------- 電話番号 -----------------

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #23242C;
    color: #fff;
    background-color: #ff7e80;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #23242C;
    background-color: #23242C;
}

.btn-xl .badge {
    color: #23242C;;
    background-color: #fff;
	
}
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/

/*----------------- TOP背景画像-----------------*/

header {
    text-align: center;
     background: #23242C;
}

#randomimg2	{
 background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

/*----------------- インフォメーション -----------------*/
#infomation {
    padding: 10px 0;
	background-color: #23242C;
}

section h2.section-heading {
    margin-top: 0;
    font-size: 30px;
	padding: 120px 0 30px 0;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 20px 0;
    }
}

#owl-demo {
	margin-bottom: 15px;}


/*----------------- owlスライド -----------------*/

    #owl-demo .owl-item div{
margin: 0 auto;
	  width: 100%;
	  /*---height: 250px;----*/
	  height: 250px;
	  color: #fff;
    }
    #owl-demo .owl-item img{
      display: block;
      width: 100%;
      height: auto;
    }

#owl-demo p {

	color: #fff;
	font-size: 1em;
	}

#owl-meal .owl-item div{
      margin: 10px;
	  padding: 10px;
	  width: 100%;
	  height: 400px;
    }

#owl-meal p {
	    font-family: Gulim,"Cutive Monoe",Avenir,游ゴシック;
		color: fff;
	font-size: 1em;
	}	
	

#owl-demo a,
#owl-demol a:hover,
#owl-demo a:focus,
#owl-demo a:active,
#owl-demo a.active {
    outline: 0;
}

#owl-demo a {
    color: #FEA3A9;
}

#owl-demo a:hover,
#owl-demo a:focus,
#owl-demo a:active,
#owl-demo a.active {
    color: #fff;
}

#owl-demo ul {
  list-style: none;
}


/*----------------- 情報背景 -----------------*/
#outpatient, #books, #schedule, #team {
	background-color: #fffafa;
	 margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
	}
.service-heading {
    color: #000;
    font-size: 30px;
	padding: 70px 0 30px 0;
}



/*----------------- 小見出BOX -----------------*/

#portfolio {
background-color: #fffafa;
}


#portfolio h2 {
    font-weight: 100;
	color: #999;
}	


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
	  border: 10px solid white;
  box-sizing:border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
    -webkit-box-shadow: 3px 0px 6px -6px #888;
       -moz-box-shadow: 3px 0px 6px -6px #888;
            box-shadow: 3px 0px 6px -6px #888;
}



#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,0.6);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 1.5em;
font-family: '-apple-system', 'BlinkMacSystemFont',"Hiragino Kaku Gothic ProN",'Meiryo, sans-serif';
    color: #666;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
	    -webkit-box-shadow: 0 10px 10px -6px #888;
       -moz-box-shadow: 0 10px 10px -6px #888;
            box-shadow: 0 10px 10px -6px #888;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	line-height:150%;
	letter-spacing: 1.2px;
	font-weight: 100;
    margin: 0;
    text-transform: none;
	font-size: 1.6em;
	color: #db7093;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

#portfolio .portfolio-item .portfolio-caption2 {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
	   background-color: #fff;
	    -webkit-box-shadow: 0 10px 10px -6px #888;
       -moz-box-shadow: 0 10px 10px -6px #888;
            box-shadow: 0 10px 10px -6px #888;
}

#portfolio .portfolio-item .portfolio-caption2 h4 {
	letter-spacing: 1.2px;
	line-height:150%;
	font-weight: 100;
    margin: 0;
    text-transform: none;
	font-size: 1.6em;
	color: #2e8b57;
}

#portfolio .portfolio-item .portfolio-caption2 p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}


#portfolio .portfolio-item .portfolio-caption3 {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
	   background-color: #fff;
	    -webkit-box-shadow: 0 10px 10px -6px #888;
       -moz-box-shadow: 0 10px 10px -6px #888;
            box-shadow: 0 10px 10px -6px #888;
	
}

#portfolio .portfolio-item .portfolio-caption3 h4 {
	letter-spacing: 1.2px;
	line-height:150%;
	font-weight: 100;
    margin: 0;
	font-size: 1.6em;
	color: #191970;
}

#portfolio .portfolio-item .portfolio-caption3 p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}




#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


/*.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #786233;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
*/

#team {
	background-color: #fff;
	}

#team h2 {
    
    font-family: Gulim,"Cutive Monoe",Avenir,游ゴシック;
    font-weight: 100;
	color: #23242C;
}	

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 1px solid #23242C;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 10px;
	font-size: 12px;
}

aside.clients img {
    margin: 50px auto;
}


.w-box {
  width: 100%;
  height: auto;
  overflow: hidden;

}

.wave {
  opacity: .8;
  position: absolute;
  background: #23242C;
    width: 2000px;
  height: 2000px;
  margin-top: -1800px;
  margin-left: -600px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 60000ms infinite linear;
}

.wave.-three {
  animation: drift 100000ms infinite linear;
  background: #23242C;
}

.wave.-two {
  animation: drift 140000ms infinite linear;
  opacity: .5;
  background: #ffd1c5;
}


@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}












footer {
    padding: 25px 0;
    text-align: center;
	background: linear-gradient(358deg, #87dcd0, #ffd1c5);
background-size: 400% 400%;

-webkit-animation: footer_anim 13s ease infinite;
-moz-animation: footer_anim 13s ease infinite;
animation: footer_anim 13s ease infinite;
}

@-webkit-keyframes footer_anim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes footer_anim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes footer_anim { 
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}


footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #786233;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
	  margin: 1rem;
  max-width: 100vw;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2em;
	color: #333;
}

.lead {
    margin-top: 40px;
	font-size: 1.3em;
	font-weight: 600;
}

.portfolio-modal .modal-content p {
	word-wrap: break-all;
	text-align: left;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.list {
	border: 1px solid #aaa;
	padding: 20px 10px 0;
	margin: 15px 0 50px;
	}


/*----------------- 選択時のハイライト -----------------*/

::-moz-selection {
    text-shadow: none;
    background: #f2d2c7;
}

::selection {
    text-shadow: none;
    background: #f2d2c7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #f2d2c7;
}

/*----------------- 診療時間 -----------------*/
#time {
	width:90%;
	margin:0 auto;
	line-height: 1em;
	text-align:center;
	max-width:600px;
}

.blue {
	color: #36C;
}

.red {
	color: #C36;
}

.green {
	color: #096;
}

#time td, th {
	padding: 10px 0px;
	text-align:center;
	}


#time th {
	border: 1px solid #ccc;
	padding:10px 5px;
	vertical-align:middle;
	background-color:#f7f7f7;
}
#time td {
	width:49px;
	border:1px solid #ccc;
	vertical-align:middle; 
	min-height: px;}
}
#time th span {
	margin-left: 6px;	
}
#time td span {
	display: block;	
}

#time caption {
	margin-top: 1em;
	caption-side: bottom;
	text-align: right;
}
#time .ampm {
	white-space: nowrap;
}

/*----------------- 順番受付テーブル -----------------*/

#providing {
	max-width: 830px;
	margin:0 auto;
	padding: 0 0 20px;
	}
#providing table { 
	width: 100%; 
	table-layout: fixed;
	text-align: left;
	}
#providing th, section td  { 
	padding: 10px; 
	border: 1px solid #ddd; 
	overflow-wrap : break-word;
	}

#providing th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .smサイズ
----------------------------------------------------*/
.providing_table th  { width: 30%; }
 
@media only screen and (max-width:480px){
    .providing_table { margin:0 auto; }
    .providing_table th,
    .providing_table td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .providing_table tr:first-child th { border-top: 1px solid #ddd; }
}


/*---------------------料金テーブル-------------------------*/

#table_left {
	max-width: 600px;
	padding: 0 0 20px;
	}
	
	
#table_left table { 
	width: 100%; 
	table-layout: fixed;
	text-align: left;
	border: 1px solid #ddd; 
	}
#table_left th, td { 
	padding: 10px; 
	border: 1px solid #ddd; 
	overflow-wrap : break-word;
	text-align: left;
	}
#table_left th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .smサイズ
----------------------------------------------------*/
table_left_contents th  { width: 30%; }
 
@media only screen and (max-width:480px){
    .table_left_contents { margin:0 auto; }
    .table_left_contents th,
    .table_left_contents td{
    width: 100%;
	padding: 10px;
    display: block;
    border-top: none;
	text-align: left;
    }
  .table_left_contents tr:first-child th { border-top: 1px solid #ddd; }
}


/*---------------------説明テーブル-------------------------*/

#table_full {
	max-width: 100%;
	padding: 0 0 20px;
	}
	
	
#table_full table { 
	width: 100%; 
	table-layout: fixed;
	text-align: left;
	border: 1px solid #ddd; 
	}
#table_full th, td { 
	padding: 10px; 
	border: 1px solid #ddd; 
	overflow-wrap : break-word;
	}
#table_full th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .smサイズ
----------------------------------------------------*/
.table_full_contents th  { width: 30%; }
 
@media only screen and (max-width:480px){
    .table_full_contents { margin:0 auto; }
    .table_full_contents th,
    .table_full_contents td{
    width: 100%;
	padding: 10px;
    display: block;
    border-top: none;
	text-align: center;
    }
  .table_full_contents tr:first-child th { border-top: 1px solid #ddd; }
}



/*----------------- 地図 -----------------*/
section#contact {
    background-color: #fffafa;
	text-align: center;
}



#access {
	background-color: #23242C;
	padding: 40px 0 20px 0;
	}
	
#access p {
	color: #FFF;
	}


#map-canvas {
	width: 100% !important;
	max-width: 100%;
	height: 300px;
	margin-bottom:20px;
}

.access_row {
	border: 1px solid #aaa;
	background-color: #fffafa;
	padding: 10px;
	margin: 15px;
	 max-width: 95%;
	}
	
.img-parking {
	padding: 15px 0 10px 0;
	}	




/*----------------- 順番受付ボタン -----------------*/

.bt_book {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 14px;/*角丸に*/
  display: inline-block;
  height: 120px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  padding-top: 20px;/*上側との余白*/
  margin: 20px;
  box-sizing: border-box;
  font-size: 12px;/*文字のサイズ*/
  background: #23242C;
    overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration: none;/*下線は消す*/
}

.bt_book:hover {
	color: #FEA3A9;
	text-decoration: none;
	}
	
.bt_book div {
  position: relative;
}

.bt_book p {
  color: #FFF;
}


.fa-mobile-alt, .fa-notes-medical, .fa-calendar-alt, .fa-info-circle, .fa-instagram, .fa-id-card, .fa-taxi,.fa-baby  {
    font-size: 50px;/*アイコンサイズ*/
    position: relative;
    display:inline-block;
	padding: 12px;
    transition: .5s
}

#team .fa-instagram  {
    font-size: 1em;/*アイコンサイズ*/
    position: relative;
    display:inline-block;
	padding: 0px;
    transition: .5s
}

.fa-mobile-alt:hover, .fa-notes-medical:hover, .fa-calendar-alt:hover, .fa-info-circle:hover, .fa-instagram:hover, .fa-id-card:hover, .fa-taxi:hover,.fa-baby:hover  {/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}





/*----------------- 順番受付ボタンアニメーション -----------------*/
	
	@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.fa-mobile-alt, .fa-notes-medical, .fa-calendar-alt, .fa-info-circle, .fa-instagram, .fa-id-card  {
	animation-iteration-count: infinite;
  animation-duration: 2s; 
  animation-name: pulse;
}


/*----------------- お部屋の説明 -----------------*/
/* font-size = 16px, line-height = 1.5 の場合 */
.notebook-border {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 23px, #ccc 23px, #ccc 24px);
}
 
.notebook-border p {
  margin-top: 0;
  margin-bottom: 24px;
}

.box{
	float: left;
  position: relative;
  margin: 10px 0;
  height: 90%;
}


/*----------------- 動画 -----------------*/

#videosection {
	z-index: -10;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
   background: rgba(230,240,247,1);
}
 
 
 video {   
 position: absolute; 
 bottom: 0;   left: 0;   
 width: auto;   height: auto;  
  min-width: 100%;   
  min-height: 100%;  
  background: url("") 0 0 no-repeat;
  background-size:  contain;
    z-index: -1; }


/*----------------- 寝屋川 -----------------*/


.cover-img {
	height: 600px;
	display: table;
	width: 100%;
	background-size: cover;
}

/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: 800px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: 500px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: 300px;
	}
}


.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}

.cover-text a {
	color: #000;}
#row-1st-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.7)
	}
#row-1st-in2 {
        width: 90%;
        max-width: 420px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.7;
        padding: 20px 0;
   
}



/* 大枠ボックス */
.layer{
  position: relative;
  margin: 0 auto;
  text-align: center;
}

/* 背景画像の読み込み */
.layer-bg{
  background:url('https://akise-wc.com/img/bg_meal03.jpg') no-repeat 0 0;
  background-size: 100%;
}

/* 重ねるボックスの設定 */
.layer-in{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* 重ねる文字の基本設定 */
.layer-txt{
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  color: #fff;
  letter-spacing: 0.4rem;
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
  .layer-bg{
    height: 200px;
  }

}

/* PC向けの設定 */
@media screen and (min-width: 601px) {
  .layer-bg{
    height: 400px;
  }


}

