/* reset */

hrml, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;}
ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
object,embed{vertical-align:top;}
legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img, abbr, acronym, fieldset {border: 0;}
body {font-family : "M PLUS Rounded 1c", sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif; font-size: 18px;
-ms-font-feature-settings: "normal";}
a {text-decoration: none;}
a:active, a:focus, input:active, input:focus {outline: 0;}
section{width: 100%;}
.pcClass {display: block;}
.tbClass {display: none;}
.spClass {display: none;}
.wrap {overflow: hidden;position: relative;}

/* ----------------------------------------------------------------
共通パーツ
----------------------------------------------------------------- */
body{
    height: auto;
    border: solid 3px #FD0004;
    background-image: url(../img/body-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    background-color: #c7f7ff;
}


/* ----------------------------------------------------------------
ヘッダー
----------------------------------------------------------------- */
header.pcClass{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    /*border-top: solid 3px #FD0004;*/
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
}

.header {
	background-color: #fff;
	transition: all 0.5s ease;
}

.hidden {
	background: none;
	transition: all 0.5s ease;
}

header.pcClass .inner{
	max-width: 1260px;
    width: 90%;
    height: 57px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    padding: 10px 0 10px 0;
}

header.pcClass .inner ul{
	margin-left: auto;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

header.pcClass .inner h1{
    width: 255px;
    margin-top: 10px;
}

header.pcClass .inner h1 img{
    width: 100%;
}

header.pcClass .inner ul li{

}

header.pcClass .inner ul li.tel-box{
    width: 270px;
    padding: 10px 0 0 0;
}

header.pcClass .inner ul li.tel-box p{
    font-size: 30px;
    font-weight: bold;
    line-height: 15px;
     text-align: right;
    position: relative;
}

header.pcClass .inner ul li.tel-box p a{
    color: #FF0004;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

header.pcClass .inner ul li.tel-box p a::before{
    content: '';
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -25px;
    width: 47px;
    height: 47px;
    background: url(../img/header-tel-icon.svg) 0 0 no-repeat;
}

header.pcClass .inner ul li.reserv-box{
	width: 300px;
    text-align: center;
}

header.pcClass .inner ul li a{
	width: 230px;
    text-align: center;
    padding: 15px 0;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 20px;
}

header.pcClass .inner ul li.form{
    background-color: #FF0004;
        position: relative;
        border-radius: 10px;
}
header.pcClass .inner ul li.form::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 50px;
    width: 20px;
    height: 35px;
    background: url(../img/header-sp-icon.svg) 0 0 no-repeat;
}

header.pcClass .inner ul li.line{
    background-color: #32c931;
    border-radius: 10px;
    position: relative;
}

header.pcClass .inner ul li.line::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 65px;
    width: 30px;
    height: 35px;
    background: url(../img/header-line-icon.svg) 0 0 no-repeat;
}

header.pcClass .inner ul li.tel-box .icon{
    display: flex;
    justify-content: space-between;
}

header.pcClass .inner ul li.tel-box .icon span{
    padding: 7px 20px;
    background-color: #FF0004;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

/* ----------------------------------------------------------------
ヘッダー固定
----------------------------------------------------------------- */

.header-default.pcClass{
    width: 100%;
    z-index: 1000;
    /*border-top: solid 3px #FD0004;*/
}

/*#headersp{
	background-color: #fb3519;
}*/

.header-default .header {
	background-color: rgba(255,255,255);
	transition: all 0.5s ease;
}

.header-default .hidden {
	background: none;
	transition: all 0.5s ease;
}

.header-default.pcClass .inner{
	max-width: 1260px;
    width: 90%;
        height: 114px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-default.pcClass .inner ul{
	margin-left: auto;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.header-default.pcClass .inner h1{
    width: 255px;
    margin-top: 10px;
}

.header-default.pcClass .inner h1 img{
    width: 100%;
}

.header-default.pcClass .inner ul li{

}

.header-default.pcClass .inner ul li.tel-box{
    width: 270px;
    margin-right: 20px;
    padding: 10px 0 0 0;
}

.header-default.pcClass .inner ul li.tel-box p{
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
     text-align: right;
    position: relative;
}

.header-default.pcClass .inner ul li.tel-box p a{
    color: #FF0004;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.header-default.pcClass .inner ul li.tel-box p a::before{
    content: '';
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -5px;
    width: 47px;
    height: 47px;
    background: url(../img/header-tel-icon.svg) 0 0 no-repeat;
}

.header-default.pcClass .inner ul li.reserv-box{
	width: 300px;
    text-align: center;
}

.header-default.pcClass .inner ul li.reserv-box p a{
	width: 300px;
    text-align: center;
    padding: 15px 0;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 20px;
}

.header-default.pcClass .inner ul li.reserv-box p.form{
    background-color: #FF0004;
        position: relative;
}
.header-default.pcClass .inner ul li.reserv-box p.form::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 50px;
    width: 20px;
    height: 35px;
    background: url(../img/header-sp-icon.svg) 0 0 no-repeat;
}

.header-default.pcClass .inner ul li.reserv-box p.line{
    background-color: #32c931;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.header-default.pcClass .inner ul li.reserv-box p.line::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 45px;
    width: 30px;
    height: 35px;
    background: url(../img/header-line-icon.svg) 0 0 no-repeat;
}

.header-default.pcClass .inner ul li.tel-box .icon{
    display: flex;
    justify-content: space-between;
    
}

.header-default.pcClass .inner ul li.tel-box .icon span{
    padding: 7px 20px;
    background-color: #FF0004;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}


/*ハンバーガーメニュー CSS ここから
------------------------*/
header.spClass,
header.tbClass{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0px;
    right: 0px;
}

header .inner,
header.tbClass .inner,
.headersp-default .inner{
	z-index: 10;
	height: 65px;
	align-items: center;
}

header.spClass .inner h1,
header.tbClass .inner h1,
.headersp-default .inner h1{
    padding-top: 15px;
    margin-left: 15px;
}

header .inner h1 img{
    width: 170px;
}

.headersp-default .inner h1 img{
    width: 115px;
}

nav{
    display: none;
    position: absolute;
    top:0px;
    width: 100%;
    padding: 50px 0 30px 0;
    background: #FD0004;
    left: 0;
    z-index: 99;
    line-height: 2.5;
}

header nav ul,
.headersp-default nav ul{
    display: block;
    margin: 0 auto;
    width: 90%;
}

header nav ul li,
.headersp-default nav ul li{
    margin: 0 auto;
    text-align: center;
}

header nav ul li.tel,
.headersp-default nav ul li.tel{
    background-color: #fcca60;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    margin-bottom: 10px;
    font-size: 20px;
	}

header nav ul li.tel .headline,
.headersp-default nav ul li.tel .headline{
    text-align: center;
}

header nav ul li.tel .headline a,
.headersp-default nav ul li.tel .headline a{
    display: inline-block;
    color: #664227;
    font-weight: bold;
    position: relative;
}

header nav ul li.tel .headline a::before,
.headersp-default nav ul li.tel .headline a::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -60px;
    width: 30px;
    height: 30px;
    background: url(../img/sp-tel-icon.svg) 0 0 no-repeat;
}

header nav ul li.tel .headline a::after,
.headersp-default nav ul li.tel .headline a::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 10px solid #664227;
}

header nav ul li.reserve,
.headersp-default nav ul li.reserve{
    display: flex;
    justify-content: space-between;
}

header nav ul li.reserve p,
.headersp-default nav ul li.reserve p{
    width: 48%;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    font-size: 15px;
}

header nav ul li.reserve p.net,
.headersp-default nav ul li.reserve p.net{
    background-color: #f5ed3d;
}

header nav ul li.reserve p.net a,
.headersp-default nav ul li.reserve p.net a{
    display: inline-block;
    position: relative;
    color: #664227;
    font-weight: bold;
    padding: 5px 0;
}

header nav ul li.reserve p.net a::before,
.headersp-default nav ul li.reserve p.net a::before{
    content: '';
    position: absolute;
    top: 9px;
    left: -25px;
    width: 15px;
    height: 28px;
    background: url(../img/footer-sp-icon.svg) 0 0 no-repeat;
}

header nav ul li.reserve p.line,
.headersp-default nav ul li.reserve p.line{
    background-color: #32c931;
	}

header nav ul li.reserve p.line a,
.headersp-default nav ul li.reserve p.line a{
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 0;
}

header nav ul li.reserve p.line a::before,
.headersp-default nav ul li.reserve p.line a::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 25px;
    height: 25px;
    background: url(../img/header-line-icon.svg) 0 0 no-repeat;
}

header nav ul li img,
.headersp-default nav ul li img{
    width: 65%;
}

header nav ul li:last-child,
.headersp-default nav ul li:last-child{
    border: none;
}

header nav ul li a,
.headersp-default nav ul li a{
    display: block;
    color: #FFFFFF;
}

/*開閉ボタン*/
#nav_toggle,
#nav_toggle_tb{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
}

#nav_toggle2{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
}

#nav_toggle div,
#nav_toggle_tb div{
    position: relative;
}

#nav_toggle2 div{
    position: relative;
}

#nav_toggle span{
    display: block;
    height: 6px;
    border-radius: 15px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}

#nav_toggle_tb span{
    display: block;
    height: 6px;
    border-radius: 15px;
    background: #FD0004;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}

#nav_toggle2 span{
    display: block;
    height: 6px;
    border-radius: 15px;
    background: #FD0004;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}

#nav_toggle span.text,
#nav_toggle_tb span.text{
    font-size: 13px;
    background: none;
}

#nav_toggle2 span.text{
    font-size: 13px;
    background: none;
}

#nav_toggle span:nth-child(1),
#nav_toggle_tb span:nth-child(1){
    top:0px;
    background-color: #fb3519;
    border: solid 1px #FFF;
}

#nav_toggle2 span:nth-child(1){
    top:0px;
}

#nav_toggle span:nth-child(2),
#nav_toggle_tb span:nth-child(2){
    top:12px;
    background-color: #fb3519;
    border: solid 1px #FFF;
}

#nav_toggle2 span:nth-child(2){
    top:12px;
}

#nav_toggle span:nth-child(3),
#nav_toggle_tb span:nth-child(3){
    top:24px;
    background-color: #fb3519;
    border: solid 1px #FFF;
}

#nav_toggle2 span:nth-child(3){
    top:24px;
}

#nav_toggle span:nth-child(4),
#nav_toggle_tb span:nth-child(4){
    top:32px;
}

#nav_toggle2 span:nth-child(4){
    top:32px;
}

#nav_toggle2 span.text:nth-child(4)::before{
    content: 'menu';
    color:#fb3519;
    font-size:16px;
    font-weight: bold;
}

#nav_toggle span.text:nth-child(4)::before,
#nav_toggle_tb span.text:nth-child(4)::before{
    content: 'menu';
    color:red;
    font-size:16px;
    font-weight: bold;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1),
.open #nav_toggle2 span:nth-child(1),
.open #nav_toggle_tb span:nth-child(1){
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #FFF;
    border: solid 0px;
}

.open #nav_toggle span:nth-child(2),
.open #nav_toggle2 span:nth-child(2),
.open #nav_toggle_tb span:nth-child(2){
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3),
.open #nav_toggle2 span:nth-child(3),
.open #nav_toggle_tb span:nth-child(3){
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #FFF;
    border: solid 0px;
}

.open #nav_toggle span.text:nth-child(4)::before,
.open #nav_toggle2 span.text:nth-child(4)::before,
.open #nav_toggle_tb span.text:nth-child(4)::before{
    content: 'close';
    color:white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 0px 0 #fb3519,
        0px 0px 0 #fb3519,
        0px 0px 0 #fb3519,
        0px 0px 0 #fb3519,
        0px 0px 0 #fb3519,
        0px 0px 0 #fb3519,
        0px 0 0 #fb3519,
        0px 0 0 #fb3519;
}

/*ハンバーガーメニュー CSS ここまで


/* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

#main{
	max-width: 1260px;
	margin: 0 auto;
    height: 700px;
    /*padding-top:12%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#main .kanzaki-shika{
background:url(../img/sika-close.png) no-repeat;
width:450px;
height:662px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*#main .kanzaki-shika:hover{
background:url(../img/sika-open.png) no-repeat;
width:450px;
height:662px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}*/

#main .kanzaki-shika-hover{
background:url(../img/sika-open.png) no-repeat;
width:450px;
height:662px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#main p.hato_1{
    top: 120px;
    right: 50px;
    position: absolute;
}

#main p.hato_2{
    top: 180px;
    right: 200px;
    position: absolute;
}

#main p.hato_3{
    top: 130px;
    left: 350px;
    position: absolute;
}

#main p.balloon{
    top: 100px;
    left: 150px;
    position: absolute;
    -webkit-animation: animation_balloon 3s ease 0s infinite alternate;
    animation: animation_balloon 3s ease 0s infinite alternate;
}

@-webkit-keyframes animation_balloon{
0%{-webkit-transform:translate(0,-20%);transform:translate(0,-20%)}
50%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-20%);transform:translate(0,-20%)}}

#main p.musiba{
    top: 250px;
    left: 250px;
    position: absolute;
    -webkit-animation: animation_musiba 2s ease 0s infinite alternate;
    animation: animation_musiba 2s ease 0s infinite alternate;
}

@-webkit-keyframes animation_musiba {
  0% { transform: scale(1.0) }
  25% { transform: scale(0.9) }
  50% { transform: scale(1.0) }
  100% { transform: scale(1.0) }
}

#main p.ufo {
    top: 90px;
    right: 335px;
    position: absolute;
    -webkit-animation:ufo 2s infinite linear alternate;
    animation:ufo 2s infinite linear alternate;
}
@keyframes ufo {
    0% {transform:translate(0, 0) rotate(-10deg);}
    50% {transform:translate(0, -10px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(10deg);}
}

#main p.kuma{
    bottom: 0px;
    right: 205px;
    position: absolute;
    cursor: pointer;
}

#main p.kuma-hover{
    -webkit-animation:kuma_buruburu 0.1s infinite linear alternate;
    animation:kuma_buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes kuma_buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

#main ul.brush{
    display: flex;
    bottom: 0px;
    right: 125px;
    position: absolute;
}

#main ul.brush li{
    cursor: pointer;
    transition : 0.3s;
    padding: 5px;
}

#main ul.brush li.burashi1-hover{
    transform: translateY(-60px);
}

#main ul.brush li.burashi2-hover{
    transform: translateY(-50px);
}

#main ul.brush li.burashi3-hover{
    transform: translateY(-40px);
}

#main .kanzaki-shika{
    cursor: pointer;
}


/* ----------------------------------------------------------------
グローバルメニュー
----------------------------------------------------------------- */
#gnav{
    max-width: 900px;
    padding: 0 0 60px 0;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#gnav p{
    font-size: 34px;
    text-align: center;
    margin-bottom: 10px;
    color: #FF0004;
    font-weight: bold;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#gnav ul{
    display: flex;
    justify-content: space-around;
}

#gnav ul li{
    text-align: center;
    width: 190px;
    transition : 0.3s;
}

#gnav ul li:hover {
    transform: translateY(-30px);
}

#gnav ul li.center{
    margin-top: 70px;
}

#gnav ul li img{
    width: 100%;
}

#gnav .tree1{
    position: absolute;
    top: 60px;
    right: -210px;
    transition : 0.3s;
    z-index: 5;
    cursor: pointer;
}

#gnav .tree1::after{
    content: url(../img/fukurou.png);
    position: absolute;
    width: 150px;
    top: 2px;
    left: 65px;
    -webkit-transition: 1.0s;
    transition: 0.5s;
    z-index: -3;
}

#gnav .tree1:hover::after {
    content: url(../img/fukurou.png);
    transform: translate(30px, -40px);
    cursor: pointer;
}

#gnav .tree2{
    position: absolute;
    top: 220px;
    left: -160px;
    transition : 0.3s;
    z-index: 5;
    cursor: pointer;
}

#gnav .tree2::after{
    content: url(../img/hato.png);
    position: absolute;
    width: 150px;
    top: 4px;
    left: -12px;
    -webkit-transition: 1.0s;
    transition: 0.5s;
    z-index: -3;
}

#gnav .tree2:hover::after {
    content: url(../img/hato.png);
    transform: translate(-70px, -50px);
    cursor: pointer;
}

#gnav p.risu{
    background:url(../img/risu_on.png) no-repeat;
    position: absolute;
    top: 360px;
    left: 45px;
    width:150px;
    height:142px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gnav p.risu:hover{
    background:url(../img/risu_off.png) no-repeat;
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gnav p.mogura{
    background:url(../img/mogura_off.png) no-repeat;
    position: absolute;
    top: -120px;
    left: -60px;
    width:100px;
    height:77px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gnav p.mogura-hover{
    background:url(../img/mogura_on.png) no-repeat;
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gnav p.ahiru {
    top: 360px;
    right: 45px;
    position: absolute;
    width:100px;
    height:105px;
    cursor: pointer;
    transition: all 0.3s;
}

#gnav p.ahiru:hover {
    margin-top: 20px;
    -mos-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    tramsform: translateY(-50px);
}

/* ----------------------------------------------------------------
トピックス
----------------------------------------------------------------- */

#topics {
	padding: 7% 0 10% 0;
}

#topics .inner{
    max-width: 920px;
    width: 90%;
    padding: 30px 40px;
    margin: 0 auto;
    background-color: #fffedd;
    border-radius: 45px;
    box-sizing: border-box;
    position: relative;
}

#topics .inner .headline{
    text-align: center;   
}

#topics .inner .headline h3{
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 20px 0;
    position: relative;
    display: inline-block;
    color: #FF0004;
}

#topics .inner .headline h3::after {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: -103px;
    width: 118px;
    height: 90px;
    background: url(../img/topics-icon.png) 0 0 no-repeat;
    z-index: 1;
    transition-duration: 0.5s;
}

#topics .inner .headline h3:hover::after{
    transform: scale(1.2,1.2);
}

#topics .inner .scrollarea{
    height: 195px;
    overflow: auto;
    padding-right: 20px;
}
/*スクロールバーの横幅指定*/
#topics .inner .scrollarea::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
#topics .inner .scrollarea::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
#topics .inner .scrollarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#FF0004;
}

#topics .inner .scrollarea table{
    width: 100%;
    padding: 20px 0;
}

#topics .inner .scrollarea table th{
    width: 16%;
    padding: 15px 0 10px 20px;
    color: #FF0004;
}

#topics .inner .scrollarea table td {
    padding: 15px 0 10px 20px;
}

#topics .inner .scrollarea table td{
    color: #8a3200;
}

#topics .inner iframe{
    frameborder:0;
    width: 100%;
    height: 200px;
}

/* ----------------------------------------------------------------
大切にしていること
----------------------------------------------------------------- */

#about {
    padding: 60px 0 60px 0;
}

#about .inner{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}


#about .inner ul{
    display: flex;
    justify-content: space-between;
}

#about .inner ul li{
    width: 50%;
    line-height: 2;
}

#about .inner ul li.left{

}

/*
こんにちは「かんざき歯科」です。
*/

#about .inner ul li.left #red{
    background: #fb3519;
    border-radius: 200px 200px 40px 40px;
    padding: 130px 30px 25px 30px;
    width: 435px;
    box-sizing: border-box;
    color: #FFFFFF;
     margin-left: 50px;
}

#about .inner ul li.left #red ul{
    display: flex;
    flex-wrap: wrap;
}

#about .inner ul li.left #red ul li{
    font-weight: bold;
    line-height: 1.5;
    width: 300px;
}

#about .inner ul li.left #red ul li::before {
    content: "●";
    color: #fee519;
    font-size: 25px;
    margin-right: 5px;
}

#about .inner ul li.left #red .headline{
    position: relative;
    /*border-bottom: dotted 5px #fee519;*/
    width: 100%;
    margin-bottom: 25px;
              background-image:url(../img/about-border.png);
              background-position:bottom;
              background-repeat:repeat-x;
}



#about .inner ul li.left #red .headline h3{
    font-size: 29px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    color: #fb3519;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#about .inner ul li.left #red .headline h3::before{
    content: '';
    text-align: center;
    width: 165px;
    height: 132px;
    background: url(../img/red-h3-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -160px;
    left: 100px;
    transition-duration: 0.5s;
    cursor: pointer;
}
    
#about .inner ul li.left #red .headline h3:hover::before{
    transform: scale(1.2,1.2);
}

#about .inner ul li.left #red p.more-button {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #fb3519;
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}

#about .inner ul li.left #red p.more-button::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 10px solid #fb3519;
    transform: translateX(-1%) rotate(90deg);
}

#about .inner ul li.left #red p.close::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 25px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 10px solid #fb3519;
    transform: translateX(-50%) rotate(-90deg);
}

/*
大切な「じかん」のために、ご予約をおすすめします。SP
*/

#about .inner ul li.left{

}

#about .inner ul li.left #blue-sp,
#about .inner ul li.left #blue-tb{
    background: #2228fd;
    border-radius: 200px 200px 40px 40px;
    padding: 95px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-top: 100px;
}

#about .inner ul li.left #blue-sp .headline,
#about .inner ul li.left #blue-tb .headline{
    position: relative;
    /*border-bottom: dotted 5px #fee519;*/
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
                  background-image:url(../img/about-border.png);
              background-position:bottom;
              background-repeat:repeat-x;
}

#about .inner ul li.left #blue-sp .headline h3,
#about .inner ul li.left #blue-tb .headline h3{
    font-size: 20px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    color: #2228fd;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#about .inner ul li.left #blue-sp .headline h3::before,
#about .inner ul li.left #blue-tb .headline h3::before{
    content: '';
    text-align: center;
    width: 84px;
    height: 130px;
    background: url(../img/blue-h3-icon_sp.png) 0 0 no-repeat;
    position: absolute;
    top: -140px;
    left: 90px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#about .inner ul li.left #blue-sp .headline h3:hover::before,
#about .inner ul li.left #blue-tb .headline h3:hover::before{
    transform: scale(1.2,1.2);
}

#about .inner ul li.left #blue-sp p span,
#about .inner ul li.left #blue-tb p span{
    font-weight: bold;
    color: #fee519;
}

#about .inner ul li.left #blue-sp p.more-button,
#about .inner ul li.left #blue-tb p.more-button{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #2228fd;
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}

#about .inner ul li.left #blue-sp p.more-button::after,
#about .inner ul li.left #blue-tb p.more-button::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 10px solid #2228fd;
    transform: translateX(-1%) rotate(90deg);
}

#about .inner ul li.left #blue-sp p.close::after,
#about .inner ul li.left #blue-tb p.close::after{
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 25px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 10px solid #2228fd;
    transform: translateX(-50%) rotate(-90deg);
}

/*
歯科治療で人生を楽しく
*/

#about .inner ul li.left #green{
    background: #b4e5b8;
    margin-top: 170px;
    border-radius: 40px 40px 40px 40px;
    /*padding: 110px 115px 25px 20px;
    width: 635px;*/
    padding: 110px  35px 25px 20px;
    width: 575px;
    box-sizing: border-box;
    color: #664228;
    position: relative;
}

#about .inner ul li.left #green .headline {
    position: relative;
    /*border-bottom: dotted 5px #fee519;*/
    width: 100%;
    margin-bottom: 25px;
                  background-image:url(../img/about-border.png);
              background-position:bottom;
              background-repeat:repeat-x;
}

#about .inner ul li.left #green .headline h3 {
    font-size: 29px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    color: #249917;
    text-shadow: 
        #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#about .inner ul li.left #green .headline{
    position: relative;
}

#about .inner ul li.left #green .headline h3::before {
    content: '';
    text-align: center;
    width: 143px;
    height: 153px;
    background: url(../img/green-h3-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -170px;
    left: -15px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#about .inner ul li.left #green .headline h3:hover::before{
    transform: scale(1.2,1.2);
}

#about .inner ul li.left #green p span{
    font-weight: bold;
}

#about .inner ul li.left #green p.more-button {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #249917;
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}


#about .inner ul li.left #green p.more-button::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 10px solid #249917;
    transform: translateX(-1%) rotate(90deg);
}

#about .inner ul li.left #green p.close::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 25px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 10px solid #249917;
    transform: translateX(-50%) rotate(-90deg);
}

/*
大切な「じかん」のために、ご予約をおすすめします。
*/
#about .inner ul li.right{
    z-index: 5;
}

#about .inner ul li.right #blue{
    background: #2228fd;
    border-radius: 200px;
    padding: 130px 25px 100px 25px;
    width: 435px;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-top: 250px;
}

#about .inner ul li.right #blue .headline{
    position: relative;
    /*border-bottom: dotted 5px #fee519;*/
    width: 100%;
    margin-bottom: 25px;
                  background-image:url(../img/about-border.png);
              background-position:bottom;
              background-repeat:repeat-x;
}

#about .inner ul li.right #blue .headline h3 {
    font-size: 29px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    color: #2228fd;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#about .inner ul li.right #blue .headline h3::before {
    content: '';
    text-align: center;
    width: 110px;
    height: 170px;
    background: url(../img/blue-h3-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -200px;
    left: 135px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#about .inner ul li.right #blue .headline h3:hover::before{
    transform: scale(1.2,1.2);
}

#about .inner ul li.right #blue p span {
    font-weight: bold;
    color: #fee519;
}

#about .inner ul li.right #blue p.more-button {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #2228fd;
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}


#about .inner ul li.right #blue p.more-button::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 10px solid #2228fd;
    transform: translateX(-1%) rotate(90deg);
}

#about .inner ul li.right #blue p.close::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 25px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 10px solid #2228fd;
    transform: translateX(-50%) rotate(-90deg);
}


/* ----------------------------------------------------------------
たんけん
----------------------------------------------------------------- */

#expedition {
	padding: 60px 0 200px 0;
}

#expedition .inner{
	max-width: 820px;
	width: 90%;
	margin: 0 auto;
    position: relative;
}

#expedition .inner p.hebi {
    background: url(../img/hebi_off.png) no-repeat;
    position: absolute;
    top: 0px;
    left: -230px;
    width: 143px;
    height: 200px;
    z-index: 5;
    cursor: pointer;
}

#expedition .inner p.hebi:hover{
background:url(../img/hebi_on.png) no-repeat;
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#expedition .inner p.haris {
    background: url(../img/haris.png) no-repeat;
    position: absolute;
    top: -110px;
    right: 0px;
    width: 100px;
    height: 74px;
    z-index: 5;
    transition-duration: 0.5s;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#expedition .inner p.haris-hover{
    transform: scale(1.2,1.2);
}

#expedition .inner p.usakame{
    position: absolute;
    bottom: -175px;
    right: 0px;
}

#expedition .inner .vew-box{
    background-color: #f5ed3d;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 30px;
}

#expedition .inner .vew-box .headline{
    text-align: center;
}

#expedition .inner .vew-box .headline h3{
    font-size: 30px;
    margin-bottom: 25px;
    color: #8a3200;
    position: relative;
    display: inline-block;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#expedition .inner .vew-box .headline h3::before {
    content: '';
    text-align: center;
    width: 152px;
    height: 107px;
    background: url(../img/vew-box-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -65px;
    left: -170px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#expedition .inner .vew-box .headline h3:hover::before{
    transform: scale(1.2,1.2);
}

#expedition .inner .vew-box{
    color: #8a3200;
}

/* ----------------------------------------------------------------
所在地・詳細
----------------------------------------------------------------- */

#adress {
	padding: 100px 0 0 0;
    background-color: #fb3519;
    position: relative;
}

#adress p.hebi {
    background: url(../img/hebi_off.png) no-repeat;
    position: absolute;
        top: -500px;
    left: 0px;
    width: 143px;
    height: 200px;
    z-index: 5;
    cursor: pointer;
}
#adress p.hebi:hover {
    background: url(../img/hebi_on.png) no-repeat;
    position: absolute;
}

#adress::before{
    content: '';
    background: url(../img/adress_bg.png) repeat-x top;
    margin-top: -30px;
    z-index: 98;
    position: absolute;
    top: 2px;
    width: 100%;
    height: 100px;
}

#adress .inner{
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
}

#adress .inner ul.adress-top {
    display: flex;
    margin-bottom: 50px;
    color: #FFFFFF;
}

#adress .inner ul.adress-top li.left{
	width: 40%;
    margin-right: 20px;
}

#adress .inner ul.adress-top li.left dl dt{
    margin-bottom: 30px;
    text-align: center;
}

#adress .inner ul.adress-top li.left dl dt img{
    width: 100%;
}

#adress .inner ul.adress-top li.left dl dt .icon{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#adress .inner ul.adress-top li.left dl dt .icon span {
    padding: 10px 35px;
    background-color: #FFFFFF;
    color: #FF0004;
    border-radius: 8px;
    font-weight: bold;
}

#adress .inner ul.adress-top li.left dl dd.line {
    /*border-bottom: dotted 5px #fee519;*/
    margin-bottom: 20px;
    background-image: url(../img/about-border.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 10px;
}

#adress .inner ul.adress-top li.left dl dd.tel {
    font-size: 27px;
    padding: 45px 0px 45px 200px;
    position: relative;
    font-weight: bold;
}

#adress .inner ul.adress-top li.left dl dd.tel a{
    color: #FFFFFF;
}

#adress .inner ul.adress-top li.left dl dd.tel::before {
    content: '';
    text-align: center;
    width: 189px;
    height: 78px;
    background: url(../img/tel-icon.png) 0 0 no-repeat;
    position: absolute;
    top: 27px;
    left: 0px;
}

#adress .inner ul.adress-top li.left dl dd p.reserve{
    background-color: #f5ed3d;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    transition : 0.5s;
}

#adress .inner ul.adress-top li.left dl dd p.reserve:hover{
    background-color: #fffb9a;
}

#adress .inner ul.adress-top li.left dl dd p.reserve a{
    padding: 18px 0;
    display: inline-block;
    position: relative;
    color: #664227;
    font-weight: bold;
        font-size: 16px;
}

#adress .inner ul.adress-top li.left dl dd p.reserve a::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -45px;
    width: 20px;
    height: 35px;
    background: url(../img/footer-sp-icon.svg) 0 0 no-repeat;
}

#adress .inner ul.adress-top li.left dl dd p.reserve a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 10px solid #664227;
}

#adress .inner ul.adress-top li.left dl dd.tel-sp {
    background-color: #fcca60;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    margin-bottom: 10px;
    font-size: 20px;
}

#adress .inner ul.adress-top li.left dl dd.tel-sp .headline{
    text-align: center;
}

#adress .inner ul.adress-top li.left dl dd.tel-sp .headline span{
    font-size: 11px;
    position: absolute;
    left: 0px;
    top: 10px;
    color: #664227;
}

#adress .inner ul.adress-top li.left dl dd.tel-sp .headline a {
    display: inline-block;
    padding: 20px 0 9px 0;
    color: #664227;
    font-weight: bold;
     position: relative;
}

#adress .inner ul.adress-top li.left dl dd.tel-sp a::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -60px;
    width: 40px;
    height: 40px;
    background: url(../img/sp-tel-icon.svg) 0 0 no-repeat;
}

#adress .inner ul.adress-top li.left dl dd.tel-sp a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -54px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 10px solid #664227;
}

#adress .inner ul.adress-top li.left dl dd p.attention {
    padding-left: 43px;
    position: relative;
    font-size: 12px;
}

#adress .inner ul.adress-top li.left dl dd p.attention::before {
    content: '';
    width: 47px;
    height: 34px;
    background: url(../img/wakaba-icon.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    left: -5px;
}

#adress .inner ul.adress-top li.right{
    width: 60%;
    margin-left: 20px;
}

#adress .inner ul.adress-top li.right p.attention{
    padding-left: 50px;
    position: relative;
}

#adress .inner ul.adress-top li.right p.attention::before{
    content: '';
    width: 47px;
    height: 34px;
    background: url(../img/wakaba-icon.png) 0 0 no-repeat;
    position: absolute;
    top: 13px;
    left: 0px;
}

#adress .inner ul.adress-top li.right p span{
	float: right;
}

#adress .inner ul.adress-top li.right img{
    margin-top: 15px;
    width: 100%;
}

#adress .inner ul.adress-top li.right table#time{
    margin-bottom: 5px;
    border-collapse: separate;
    border-radius: 10px;
    width: 100%;
    margin: 15px 0;
}

#adress .inner ul.adress-top li.right table#time .left span.red{
    color: #fb3519;
}

#adress .inner ul.adress-top li.right table#time .left span.small{
     font-size: 12px;
}

#adress .inner ul.adress-top li.right table#time thead th {
    background: #8a3200;
    border-right: solid 1px #ffffff;
}

#adress .inner ul.adress-top li.right table#time thead th:last-child {
    border-right: none;
}

#adress .inner ul.adress-top li.right table#time th,
#adress .inner ul.adress-top li.right table#time td,
#adress .inner ul.adress-top li.right table#time .cnt-r th, .cnt-r td {
    padding: 1em 1em 1em;
    border-right: solid 1px #8a3200;
    border-bottom: solid 1px #8a3200;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
}

#adress .inner ul.adress-top li.right table#time tr.line {
    color: #8a3200;
}

#adress .inner ul.adress-top li.right table#time .br-lt, .cnt-r table .br-lt {
    border-top-left-radius: 10px;
}

#adress .inner ul.adress-top li.right table#time .br-rt, .cnt-r table .br-rt {
    border-top-right-radius: 10px;
}

#adress .inner ul.adress-top li.right table#time .br-lb, .cnt-r table .br-lb {
    border-bottom-left-radius: 10px;
}

#adress .inner ul.adress-top li.right table#time .br-rb, .cnt-r table .br-rb {
    border-bottom-right-radius: 10px;
}

#adress .inner ul.adress-top li.right p span {
    float: right;
    font-size: 12px;
}

#adress .inner ul.adress-bottom {
    display: flex;
}

#adress .inner ul.adress-bottom p{
    color: #664228;
}

#adress .inner ul.adress-bottom li.left{
    width: 40%;
    margin-right: 20px;
}

#adress .inner ul.adress-bottom li.left .box{
    background: #fffedd;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 30px 170px 30px;
    position: relative;
}

#adress .inner ul.adress-bottom li.left .box::after{
    content: '';
    text-align: center;
    width: 260px;
    height: 103px;
    background: url(../img/consultation-bg.png) 0 0 no-repeat;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#adress .inner ul.adress-bottom li.left .box h3,
#adress .inner ul.adress-bottom li.right .box h3{
    font-size: 24px;
    color: #fb3519;
    margin-bottom: 25px;
    /*border-bottom: dotted 5px #fee519;*/
    padding: 0 0 15px 50px;
    position: relative;
    background-image:url(../img/about-border.png);
    background-position:bottom;
    background-repeat:repeat-x;
}


#adress .inner ul.adress-bottom li.left .box h3::before{
    content: '';
    text-align: center;
    width: 45px;
    height: 45px;
    background: url(../img/consultation-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: -5px;
    left: 0px;
}

#adress .inner ul.adress-bottom li.right .box h3::before{
    content: '';
    text-align: center;
    width: 45px;
    height: 45px;
    background: url(../img/map-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: -5px;
    left: 0px;
}

#adress .inner ul.adress-bottom li.right .box h3 span a{
    font-size: 14px;
    float: right;
    margin-top: 20px;
    color: #fb3519;
}

#adress .inner ul.adress-bottom li.left .box p span.red{
    font-weight: bold;
    color: #fb3519;
    font-size: 20px;
    position: relative;    
}

#adress .inner ul.adress-bottom li.left .box p span.small{
    font-size: 14px;
}

#adress .inner ul.adress-bottom li.right{
	width: 60%;
    margin-left: 20px;
}


/* --駐車場情報修正-- ここから*/
#adress .inner ul.adress-bottom li.right .box{
    background: #fffedd;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 30px 20px 30px;
    position: relative;
}

#adress .inner ul.adress-bottom li.right .box .parking {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
    flex-wrap: wrap;
}

#adress .inner ul.adress-bottom li.right .box .parking li{
    width: 50%;
}

#adress .inner ul.adress-bottom li.right .box .p-attention {
    font-size: 12px;
    margin: 10px 0 0 0;
}

#adress .inner ul.adress-bottom li.right .box::after{
    content: '';
    text-align: center;
    width: 126px;
    height: 30px;
    background: url(../img/map-bg.png) 0 0 no-repeat;
    position: absolute;
    bottom: 10px;
    right: 40px;
}
/* --駐車場情報修正-- ここまで*/


#adress .inner ul.adress-bottom li.right .box img{
    width: 100%;
}

#adress .inner ul.adress-bottom li.right .box p span{
    font-weight: bold;
    color: #35943a;
}

#adress #map{
	width: 100%;
    margin-top: 50px;
}

/* ----------------------------------------------------------------
フッター
----------------------------------------------------------------- */


footer {
    width: 100%;
   background: #fb3519;
}


footer p#copy{
    background-color: #0000;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 20px 0 20px 0;
}

#pageTop {
    position: fixed;
    bottom: 150px;
    right: 0px;
    z-index: 999;
     animation: gotop 2s infinite alternate linear;
    -ms-animation: gotop 2s infinite alternate linear;
    -webkit-animation: gotop 2s infinite alternate linear;
    -moz-animation: gotop 2s infinite alternate linear;
}

@-webkit-keyframes gotop{
0%{-webkit-transform:translate(0,-30%);transform:translate(0,-30%)}
50%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-30%);transform:translate(0,-30%)}}

#pageTop a {
    padding: 5px;
    width: 370px;
    height: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 8px;
    text-align: center;
}

/* ----------------------------------------------------------------
スマホ 問い合わせエリア
----------------------------------------------------------------- */

#sp-contact ul{
    display: flex;
    width: 100%;
    z-index: 600;
    height: 75px;
}

#sp-contact ul li{
    position: relative;
    text-align: center;
}

#sp-contact ul li.tel{
    width: 50%;
    background-color: #fcca60;
}

#sp-contact ul li.tel .headline{
    text-align: center;
}

#sp-contact ul li.tel .headline a {
    display: inline-block;
    color: #664227;
    font-weight: bold;
    position: relative;
    padding: 35px 0 0 30px;
}

#sp-contact ul li.tel .headline a::before {
    content: '';
    position: absolute;
    top: 25px;
   left: -5px;
    width: 30px;
    height: 30px;
    background: url(../img/sp-tel-icon.svg) 0 0 no-repeat;
}

#sp-contact ul li.tel .headline a span{
    font-size: 11px;
    position: absolute;
    left: 30px;
    top: 20px;
    color: #664227;
}

#sp-contact ul li.form{
    width: 25%;
    background-color: #f5ed3d;
    text-align: center;
}

#sp-contact ul li.form a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 35px;
    background: url(../img/footer-sp-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#sp-contact ul li.form a::after {
    content: 'ネット予約';
    font-size: 13px;
    color: #664227;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#sp-contact ul li.form a {
    width: 100%;
    height: 100%;
    display:block;
}

#sp-contact ul li.line{
    width: 25%;
    background-color: #32c931;
    text-align: center;

}

#sp-contact ul li.line a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url(../img/header-line-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#sp-contact ul li.line a::after {
    content: 'LINE＠';
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#sp-contact ul li.line a {
    width: 100%;
    height: 100%;
    display:block;
    
}

/*#sp-contact ul li.line a {
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}*/

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {}
/*------------------------------------------------------------*/
@media screen and (min-width: 630px) and (max-width: 1024px) {
    
.pcClass {
	display: none;
}

.tbClass {
	display: block;
}
   
.spClass {
	display: none;
}
    
/* ----------------------------------------------------------------
共通パーツ
----------------------------------------------------------------- */
body{
   background-image: url(../img/body-bg_sp.jpg);
}
    
#main{
    height: 500px;
    padding-top: 90px;

}
    
/* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

#main .kanzaki-shika{
background:url(../img/sika-close_tub.png) no-repeat;
width:340px;
height:500px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#main .kanzaki-shika-hover{
    background:url(../img/sika-open_tub.png) no-repeat;
    width:340px;
    height:500px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
    
/*#main .kanzaki-shika:hover{
background:url(../img/sika-open_tub.png) no-repeat;
width:340px;
height:500px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}*/

#main ul.brush {
    display: flex;
    bottom: -10px;
    right: 0px;
    position: absolute;
}

#main ul.brush li {
    cursor: pointer;
    transition: 0.3s;
    padding: 1px;
}

#main p.kuma {
    bottom: -105px;
    right: 15px;
    position: absolute;
    cursor: pointer;
}

#main p.balloon {
    top: 50px;
    left: 60px;
    position: absolute;
    -webkit-animation: animation_balloon 3s ease 0s infinite alternate;
    animation: animation_balloon 3s ease 0s infinite alternate;
}

#main p.musiba {
    top: 235px;
    left: 50px;
    position: absolute;
    -webkit-animation: animation_musiba 2s ease 0s infinite alternate;
    animation: animation_musiba 2s ease 0s infinite alternate;
}

#main p.ufo {
    top: 120px;
    right: 145px;
}
    
#main p.hato_1 {
    top: 65px;
    right: 50px;
    position: absolute;
}

#main p.hato_2 {
    top: 19px;
    right: 200px;
    position: absolute;
}
    
#main p.hato_3 {
    top: 70px;
    left: 195px;
    position: absolute;
}
    
/* ----------------------------------------------------------------
グローバルメニュー
----------------------------------------------------------------- */
/* メニューの動き */
/* ぴょんぴょん */
#hop {
    animation: hop 5s ease infinite ;
    -webkit-animation: hop 5s ease infinite;
    animation-delay:2s;
    transition-timing-function: linear;


}
@keyframes hop {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}
@-webkit-keyframes hop {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}

#gn {
    -webkit-animation: hop 6s ease infinite;
    animation: hop 6s ease infinite;
    /* animation-delay: -1.5s; */
        animation-delay: 4s;
    transition-timing-function: linear;
}

/* 横 */
#tremble {
    -webkit-animation: tremble 5s ease infinite;
    animation: tremble 5s ease infinite;
    animation-delay: 6s;
    transition-timing-function: linear;
}

@keyframes tremble {
    0% { transform:translateX(0) }
    5% { transform:translateX(0) }
    10% { transform:translateX(0) }
    20% { transform:translateX(-15px) }
    25% { transform:translateX(0) }
    30% { transform:translateX(-15px) }
    50% { transform:translateX(0) }
    100% { transform:translateX(0) }
}

@-webkit-keyframes tremble {
    0% { transform:translateX(0) }
    5% { transform:translateX(0) }
    10% { transform:translateX(0) }
    20% { transform:translateX(-15px) }
    25% { transform:translateX(0) }
    30% { transform:translateX(-15px) }
    50% { transform:translateX(0) }
    100% { transform:translateX(0) }
}

/* 拡縮 */
#scale {
    -webkit-animation: scale 5s ease-in-out infinite;
    animation: scale 5s ease-in-out infinite;
    animation-delay: 8s;
    transition-timing-function: linear;
}

@-webkit-keyframes scale{
    0% { -webkit-transform: scale(1.0) }
    10% { -webkit-transform: scale(1.0) }
    50% { -webkit-transform: scale(1.1) }
    90% { -webkit-transform: scale(1.0) }
    100% { -webkit-transform: scale(1.0) }
}

@keyframes scale{
    0% { transform: scale(1.0) }
    10% { transform: scale(1.0) }
    50% { transform: scale(1.1) }
    90% { transform: scale(1.0) }
    100% { transform: scale(1.0) }
}
    
    
#gnav p.mogura {
    background: url(../img/mogura_off.png) no-repeat;
    position: absolute;
    top: 250px;
    left: -50px;
    width: 100px;
    height: 77px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
    
#gnav p.ahiru {
    top: 300px;
    right: 15px;
    position: absolute;
    width: 100px;
    height: 105px;
    cursor: pointer;
    transition: all 0.3s;
}
    
#gnav p.risu {
    background: url(../img/risu_on.png) no-repeat;
    position: absolute;
    top: 310px;
    left: 55px;
    width: 150px;
    height: 142px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
    
/* ----------------------------------------------------------------
トピックス
----------------------------------------------------------------- */

#topics .inner .tree2 {
    position: absolute;
    bottom: -245px;
    left: 15px;
    transition: 0.3s;
    z-index: 5;
    cursor: pointer;
}
 
#topics .inner .tree2::after{
    content: url(../img/hato_sp.png);
    position: absolute;
    width: 50px;
    top: 4px;
    left: -12px;
    -webkit-transition: 1.0s;
    transition: 0.5s;
    z-index: -3;
}

#topics .inner .tree2:hover::after {
    content: url(../img/hato_sp.png);
    transform: translate(-10px, -5px);
    cursor: pointer;
}
    
/* ----------------------------------------------------------------
大切にしていること
----------------------------------------------------------------- */
#about .inner ul li.left {
    width: 80%;
    margin: 0 auto;
}

    #about .inner ul li.left #red {
    background: #fb3519;
    border-radius: 200px 200px 40px 40px;
    padding: 80px 20px 25px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}
    
#about .inner ul li.left #red .headline{
    text-align: center;
}
    
#about .inner ul li.left #red .headline h3 {
    font-size: 29px;
    position: relative;
    display: inline-block;
}
    
#about .inner ul li.left #red .headline h3::before {
    content: '';
    text-align: center;
    width: 165px;
    height: 132px;
    background: url(../img/red-h3-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -140px;
    left: 60px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#about .inner ul li.left #red ul{
    font-weight: bold;
    line-height: 1.5;
    width: 300px;
}
    
#about .inner ul li.left #blue-sp .headline h3,
#about .inner ul li.left #blue-tb .headline h3{
    font-size: 29px;
    position: relative;
    display: inline-block;
}
    
#about .inner ul li.left #blue-sp .headline h3::before,
#about .inner ul li.left #blue-tb .headline h3::before{
    content: '';
    text-align: center;
    width: 110px;
    height: 170px;
    background: url(../img/blue-h3-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -175px;
    left: 135px;
    transition-duration: 0.5s;
    cursor: pointer;
}
    
#about .inner ul li.left #green {
    background: #b4e5b8;
    margin-top: 140px;
    border-radius: 40px 40px 40px 40px;
    padding: 50px 25px 25px 25px;
    width: 100%;
    box-sizing: border-box;
    color: #664228;
}

#about .inner ul li.left #green .headline {
    text-align: center;
}
    
#about .inner ul li.left #green .headline h3 {
    font-size: 29px;
    position: relative;
    display: inline-block;
}
    
#about .inner ul li.left #green .headline h3::before {
    content: '';
    text-align: center;
    width: 143px;
    height: 153px;
    background: url(../img/green-h3-icon.png) 0 0 no-repeat;
    position: absolute;
    top: -145px;
    left: 115px;
    transition-duration: 0.5s;
    cursor: pointer;
}
    
/* ----------------------------------------------------------------
たんけん
----------------------------------------------------------------- */

#expedition .inner p.hebi {
    background: url(../img/hebi_off_sp.png) no-repeat;
    position: absolute;
    top: -130px;
    left: 0px;
    width: 70px;
    height: 98px;
    z-index: 5;
    cursor: pointer;
}

#expedition .inner p.hebi:hover{
background:url(../img/hebi_on_sp.png) no-repeat;
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#expedition .inner p.usakame {
    position: absolute;
    bottom: -175px;
    right: 0px;
}
    
#expedition .inner p.doctor {
    position: absolute;
    bottom: -175px;
    left: 60px;
}
    
/* ----------------------------------------------------------------
所在地・詳細
----------------------------------------------------------------- */
#adress .inner {
    width: 70%;
    margin: 0 auto;
}

#adress .inner ul.adress-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
    
#adress .inner ul.adress-top li.left {
    width: 100%;
    margin-right: 0;
}
    
#adress .inner ul.adress-top li.right {
    width: 100%;
    margin-left: 0;
}
    
#adress .inner ul.adress-top li.left dl dt img {
    width: 90%;
}
    
#adress .inner ul.adress-top li.left dl dt .icon {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
    
#adress .inner ul.adress-top li.left dl dd p {
    margin-bottom: 15px;
}
    
#adress .inner ul.adress-top li.left dl dd p.attention {
    padding-left: 43px;
    position: relative;
    font-size: 18px;
}
    
#adress .inner ul.adress-bottom {
    display: flex;
    flex-wrap: wrap;
}
    
#adress .inner ul.adress-bottom li.left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
    
#adress .inner ul.adress-bottom li.right {
    width: 100%;
    margin-left: 0;
}
    
    

}
/*------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 568px)/**スマホ用のCSS**/ {
	
.pcClass {
	display: none;
}
    
.tbClass {
	display: none;
}
    
.spClass {
	display: block;
}

/* ----------------------------------------------------------------
共通パーツ
----------------------------------------------------------------- */
body{
    background-image: url(../img/body-bg_sp.jpg);
    font-size: 16px;
}
    
#main{
    height: 240px;
    /*padding-top: 90px;*/
}
    
/* ----------------------------------------------------------------
グローバルメニュー
----------------------------------------------------------------- */
#gnav {
    padding: 0 0 30px 0;
}
    
#gnav p {
    font-size: 14px;
    margin-bottom: 35px;

}
    
#gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
    
#gnav ul li.center {
    margin-top: 0px;
}
    
#gnav ul li {
    text-align: center;
    width: calc(100% / 2);
    transition: 0.3s;
    margin-bottom: 20px;
    
}

/* メニューの動き */
/* ぴょんぴょん */
#hop {
    animation: hop 5s ease infinite ;
    -webkit-animation: hop 5s ease infinite;
    animation-delay:2s;
    transition-timing-function: linear;


}
@keyframes hop {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}
@-webkit-keyframes hop {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}

#gn {
    -webkit-animation: hop 6s ease infinite;
    animation: hop 6s ease infinite;
    /* animation-delay: -1.5s; */
        animation-delay: 4s;
    transition-timing-function: linear;
}

/* 横 */
#tremble {
    -webkit-animation: tremble 5s ease infinite;
    animation: tremble 5s ease infinite;
    animation-delay: 6s;
    transition-timing-function: linear;
}

@keyframes tremble {
    0% { transform:translateX(0) }
    5% { transform:translateX(0) }
    10% { transform:translateX(0) }
    20% { transform:translateX(-15px) }
    25% { transform:translateX(0) }
    30% { transform:translateX(-15px) }
    50% { transform:translateX(0) }
    100% { transform:translateX(0) }
}

@-webkit-keyframes tremble {
    0% { transform:translateX(0) }
    5% { transform:translateX(0) }
    10% { transform:translateX(0) }
    20% { transform:translateX(-15px) }
    25% { transform:translateX(0) }
    30% { transform:translateX(-15px) }
    50% { transform:translateX(0) }
    100% { transform:translateX(0) }
}

/* 拡縮 */
#scale {
    -webkit-animation: scale 5s ease-in-out infinite;
    animation: scale 5s ease-in-out infinite;
    animation-delay: 8s;
    transition-timing-function: linear;
}

@-webkit-keyframes scale{
    0% { -webkit-transform: scale(1.0) }
    10% { -webkit-transform: scale(1.0) }
    50% { -webkit-transform: scale(1.1) }
    90% { -webkit-transform: scale(1.0) }
    100% { -webkit-transform: scale(1.0) }
}

@keyframes scale{
    0% { transform: scale(1.0) }
    10% { transform: scale(1.0) }
    50% { transform: scale(1.1) }
    90% { transform: scale(1.0) }
    100% { transform: scale(1.0) }
}

/*
#gnav ul li:nth-child(1) {
    animation: animation_menu 2s ease infinite;
}

#gnav ul li:nth-child(2) {
    animation: animation_menu 3s ease infinite;
}

#gnav ul li:nth-child(3) {
    animation: animation_menu 2s ease infinite;
}

#gnav ul li:nth-child(4) {
    animation: animation_menu 3s ease infinite;
}

@keyframes animation_menu{
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
    }*/
    
#gnav ul li img {
    width: 60%;
}
    
#gnav p.risu-sp{
    background:url(../img/risu_on_sp.png) no-repeat;
    position: absolute;
    bottom: -20px;
    right: -35px;
    width:70px;
    height:66px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gnav p.risu-sp-hover{
    background:url(../img/risu_off_sp.png) no-repeat;
    position: absolute;
}
    
#gnav p.mogura{
    background:url(../img/mogura_off_sp.png) no-repeat;
    position: absolute;
    top: -5px;
    left: -25px;
    width:50px;
    height:39px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gnav p.mogura-hover{
    background:url(../img/mogura_on_sp.png) no-repeat;
    position: absolute;
}
    
#gnav p.ahiru-sp {
    top: -55px;
    left: 0px;
    position: absolute;
    width:50px;
    height:53px;
    cursor: pointer;
    transition: all 0.3s;
}

/*
#gnav p.ahiru-sp:hover {
    margin-top: 20px;
    -mos-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    tramsform: translateY(-50px);
}
*/

#gnav p.ahiru-sp-hover {
    margin-top: 20px;
    -mos-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    tramsform: translateY(-50px);
}
    
/*
    #main .kanzaki-shika:hover{
    background:url(../img/sika-open_sp.png) no-repeat;
    width:150px;
    height:221px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*/

#main p.hato_1 {
    top: 10px;
    right: 10px;
    position: absolute;
}

#main p.hato_2 {
    top: 20px;
    right: 80px;
    position: absolute;
}

#main p.hato_3 {
    top: 35px;
    left: 95px;
    position: absolute;
}
/* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

#main .kanzaki-shika{
    background:url(../img/sika-close_sp.png) no-repeat;
    width:150px;
    height:221px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}


#main .kanzaki-shika-hover{
    background:url(../img/sika-open_sp.png) no-repeat;
    width:150px;
    height:221px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

    
#main ul.brush {
    bottom: -10px;
    right: 5px;
}
    
#main p.balloon {
    top: 15px;
    left: 20px;
}

#main p.musiba {
    top: 90px;
    left: 40px;
}

#main p.ufo {
    top: -32px;
    right: 115px;
}
    
#main p.kuma {
    bottom: -45px;
    right: 10px;
}
    
/* ----------------------------------------------------------------
大切にしていること
----------------------------------------------------------------- */
#about {
    padding: 30px 0 30px 0;
}
    
    #about .inner ul li {
    width: 100%;
    line-height: 1.5;
}
    
#about .inner ul li.left #red {
    background: #fb3519;
    border-radius: 200px 200px 40px 40px;
    padding: 80px 20px 25px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}
    
#about .inner ul li.left #red .headline{
    text-align: center;
}
    
#about .inner ul li.left #red .headline h3 {
    font-size: 20px;
    position: relative;
    display: inline-block;
}
    
#about .inner ul li.left #red .headline h3::before {
    content: '';
    text-align: center;
    width: 100px;
    height: 83px;
    background: url(../img/red-h3-icon_sp.png) 0 0 no-repeat;
    position: absolute;
    top: -95px;
    left: 55px;
    transition-duration: 0.5s;
    cursor: pointer;
}


/*
歯科治療で人生を楽しく
*/

#about .inner ul li.left #green {
    background: #b4e5b8;
    margin-top: 100px;
    border-radius: 40px 40px 40px 40px;
    padding: 50px 25px 25px 25px;
    width: 100%;
    box-sizing: border-box;
    color: #664228;
}
    
#about .inner ul li.left #green .headline {
     text-align: center;
}
    
#about .inner ul li.left #green .headline h3::before {
    content: '';
    text-align: center;
    width: 100px;
    height: 105px;
    background: url(../img/green-h3-icon_sp.png) 0 0 no-repeat;
    position: absolute;
    top: -110px;
    left: 75px;
    transition-duration: 0.5s;
    cursor: pointer;
}
    
#about .inner ul li.left #green .headline h3 {
    font-size: 20px;
    position: relative;
}
    
#about .inner ul li.left #green p.hebi-sp {
    background: url(../img/hebi_off_sp.png) no-repeat;
    position: absolute;
    top: -110px;
    left: 0px;
    width: 70px;
    height: 98px;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#about .inner ul li.left #green p.hebi-sp-hover{
    background:url(../img/hebi_on_sp.png) no-repeat;
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
    
/* ----------------------------------------------------------------
たんけん
----------------------------------------------------------------- */
#expedition {
    padding: 60px 0 200px 0;
   /* background-image: url(../img/expedition-bg_sp.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
}

#expedition .inner .vew-box {
    border-radius: 20px 20px 20px 20px;
    padding: 15px 20px;
}

#expedition .inner .vew-box .headline h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #8a3200;
    position: relative;
}

#expedition .inner .vew-box .headline h3::before {
    content: '';
    text-align: center;
    width: 100px;
    height: 68px;
    background: url(../img/vew-box-icon_sp.png) 0 0 no-repeat;
    position: absolute;
    top: -45px;
    left: -110px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#expedition .inner p.haris {
    background: url(../img/haris.png) no-repeat;
    position: absolute;
    top: -77px;
    right: 0px;
    width: 100px;
    height: 74px;
    z-index: 5;
    transition-duration: 0.5s;
    cursor: pointer;
}

#expedition .inner p.haris-hover{
    transform: scale(1.2,1.2);
}

#expedition .inner p.doctor{
    position: absolute;
    bottom: -175px;
    left: 25px;
}
    
/* ----------------------------------------------------------------
所在地・詳細
----------------------------------------------------------------- */
#adress {
    padding: 50px 0 0 0;
}

#adress .inner ul.adress-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
    
#adress .inner ul.adress-top li.left {
    width: 100%;
    margin-right: 0;
}

#adress .inner ul.adress-top li.left dl dd p{
    font-size: 12px;
    margin-bottom: 15px;

}

#adress .inner ul.adress-top li.left dl dt .icon span {
    padding: 10px 28px;
}
    
#adress .inner ul.adress-top li.right {
    width: 100%;
    margin-left: 0;
}
    
#adress .inner ul.adress-top li.right table#time th, #adress .inner ul.adress-top li.right table#time td, #adress .inner ul.adress-top li.right table#time .cnt-r th, .cnt-r td {
    padding: 0.5em 0.5em 0.5em;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}
    
#adress .inner ul.adress-top li.right table#time .left span.small{
     font-size: 9px;
}
    
#adress .inner ul.adress-bottom {
    display: flex;
    flex-wrap: wrap;
}
    
#adress .inner ul.adress-bottom li.left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
    
#adress .inner ul.adress-bottom li.left .box {
    padding: 15px 20px 100px 20px;
    position: relative;
}

#adress .inner ul.adress-bottom li.left .box h3, #adress .inner ul.adress-bottom li.right .box h3 {
    font-size: 19px;
    color: #fb3519;
    margin-bottom: 25px;
    padding: 0 0 10px 40px;
    position: relative;
}

#adress .inner ul.adress-bottom li.left .box h3::before {
    content: '';
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(../img/consultation-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: -5px;
    left: 0px;
}
    
#adress .inner ul.adress-bottom li.right {
    width: 100%;
    margin-left: 0;
}
    
#adress .inner ul.adress-bottom li.right .box h3::before {
    content: '';
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(../img/map-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: -5px;
    left: 0px;
}
    
#adress .inner ul.adress-bottom li.right .box {
    padding: 15px 20px 80px 20px;
    position: relative;
}

/* --駐車場情報修正SP-- ここから*/
#adress .inner ul.adress-bottom li.right .box .parking li{
    width: 100%;
}
/* --駐車場情報修正SP-- ここまで*/

#adress .inner ul.adress-bottom li.right .box h3 span a {
    font-size: 12px;
    float: right;
    margin-top: 10px;
}

#adress #map {
    padding: 20px 0 70px 0;
}
    
/* ----------------------------------------------------------------
トピックス
----------------------------------------------------------------- */
#topics .inner .headline h3{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 20px 0;
    position: relative;
    display: inline-block;
    color: #FF0004;
}
    
#topics .inner .headline h3::after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -75px;
    width: 80px;
    height: 63px;
    background: url(../img/topics-icon_sp.png) 0 0 no-repeat;
    z-index: 1;
    transition-duration: 0.5s;
}

@-webkit-keyframes animation_bounce{
    0%, 100% { -webkit-transform: scale(1.0) }
    50% { -webkit-transform: scale(1.2) }
}

@keyframes animation_bounce{
    0%, 100% { transform: scale(1.0) }
    50% { transform: scale(1.2) }
}

#bounce h3::after,
#bounce h3::before{
    -webkit-animation:animation_bounce 2.0s 1 ease-in-out;
    animation:animation_bounce 2.0s 1 ease-in-out;
}

#topics .inner {
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
}

#topics .inner .scrollarea table th,
#topics .inner .scrollarea table td,
#topics .inner .scrollarea table tr {
    display: block;
}
    
#topics .inner .scrollarea table th {
    width: 100%;
    padding: 20px 0 10px 0;
}
    
#topics .inner .scrollarea table td {
    padding: 0 0 10px 0;
}
    
#topics .inner .tree2 {
    position: absolute;
    bottom: -120px;
    left: 15px;
    transition: 0.3s;
    z-index: 5;
    cursor: pointer;
}
 
#topics .inner .tree2::after{
    content: url(../img/hato_sp.png);
    position: absolute;
    width: 50px;
    top: 4px;
    left: -12px;
    -webkit-transition: 1.0s;
    transition: 0.5s;
    z-index: -3;
}

#topics .inner .tree2:hover::after {
    content: url(../img/hato_sp.png);
    transform: translate(-10px, -5px);
    cursor: pointer;
}

    
/* ----------------------------------------------------------------
フッター
----------------------------------------------------------------- */
#pageTop {
    position: fixed;
    bottom: 125px;
    right: 10px;
    z-index: 999;
    animation: gotop 3s infinite alternate linear;
    -ms-animation: gotop 3s infinite alternate linear;
    -webkit-animation: gotop 3s infinite alternate linear;
    -moz-animation: gotop 3s infinite alternate linear;
}

@-webkit-keyframes gotop{
0%{-webkit-transform:translate(0,-20%);transform:translate(0,-20%)}
50%{-webkit-transform:translate(0,0);transform:translate(0,0)}
100%{-webkit-transform:translate(0,-20%);transform:translate(0,-20%)}}
    
}

/*------------------------------------------------------------*/
