@charset "utf-8";
/* Theme Name: sp */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 共通部分
============================================================================== */
html, body {
	font-size: 14px;
	line-height: 1.85;
	color: #604225;
	letter-spacing: 0.1em;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
/* アウトラインを消す */
*:focus {
	outline: none;
}
video {
	object-fit: fill;
	width: 100%;
	max-height: calc(364 / 640*100vw);
	height: 100%;
}
.inner02 {
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
li {
	list-style: none;
}
.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inner02 {
	padding: 0 3.2vw;
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
table {
	table-layout: fixed;
}
td input {
	max-width: 100%;
}
i, em {
	font-style: normal;
}
body {
	background: url(images/index/bg_base.png) repeat;
}
#wrap {
	overflow: hidden;
}

/* Webフォント VDL V7丸ゴ */
.vdl {
	/*font-family: "vdl-v7marugothic";*/
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}
/* Webフォント Banana */
.ba {
	/*font-family: "banana";*/
	font-weight: 400;
	font-style: normal;
}
.pc-only {
	display: none;
}
.ps-container{touch-action:auto;}
/* header部分　下層と共通
============================================================================== */
header {
	background: url(images/index/bdx01.png) left top repeat-x;
	padding-top: 5px;
 height: calc(150 / 640 * 100vw);
}
header h1 {
	position: absolute;
 width: calc(274 / 640 * 100vw);
	left: 0;
	right: 0;
 top: calc(30 / 640 * 100vw);
	margin: auto;
	text-align: center;
}
header h1 img, .icn_tel img, .icn_menu img, .icn_close img {
	max-width: 100%;
	height: auto;
	max-height: 108px;
}
.icn_tel, .icn_menu, .icn_close {
 width: calc(70 / 640 * 100vw);
	position: absolute;
 top: calc(40 / 640 * 100vw);
}
.icn_menu, .icn_close {
 right: calc(40 / 640 * 100vw);
}
.icn_tel {
 left: calc(40 / 640 * 100vw);
}
/* .gnav グローバルナビ
============================================================================== */
.gnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: calc(175 / 640 * 100vw - 3px);
    display: none;
    z-index: 1000;
    background-color:#58c3e0;
}
.gnav .head_logo_open {
    position: absolute;
    width: calc(274 / 640 * 100vw);
    left: 0;
    right: 0;
    top: calc(30 / 640 * 100vw);
    margin: auto;
    text-align: center;
}
.gnav .head_logo_open img { max-width:100%; height:auto; max-height:108px; }
.gnav ul {
    background: #58c3e0;
}
.gnav ul .sub,
.gnav ul .sub02{
    background: #7bd7f0;
}
.gnav > ul > li,
.gnav .menu_medical li {
/*.gnav > ul > li:not(:last-child) {*/
    border-top: 1px solid #fff;
    font-family: "vdl-v7marugothic";
    position:relative;
}
.gnav .menu_medical > p {
    position:relative;
}
.gnav ul li a,
.gnav .menu_medical > p,
.gnav .menu_medical li a {
    color: #fff;
    display: block;
    padding: calc(20 / 640 * 100vw) calc(50 / 640 * 100vw);
    font-size:calc(30 / 640 * 100vw);
    line-height:calc(42 / 640 * 100vw);
}
.gnav ul li a:after,
.gnav .menu_medical > p:after,
.gnav .menu_medical li a:after {
    content:"\f105";
    font-family: "FontAwesome";
    font-weight:bold;
    font-size: 16px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50 / 640 * 100vw);
}
.gnav ul li a span,
.gnav .menu_medical > p span {
    float:right;
    padding-right: calc(50 / 640 * 100vw);
    font-size:calc(20 / 640 * 100vw);
    line-height:calc(42 / 640 * 100vw);
}
.gnav .menu_medical > p:after {
    content:"\f067";
    font-family: "FontAwesome";
    font-weight:bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;

    padding-left: calc(4 / 640 * 100vw);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    border: 1px solid #fff;
    border-radius: 10px;

    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px #58c3e0;
}
.gnav .menu_medical.up > p:after {
    content:"\f068";
}
.gnav .menu_medical ul {
}
.gnav .menu_medical li {
}
.gnav .menu_medical li a {
    padding-left: calc(70 / 640 * 100vw);
    font-size:calc(24 / 640 * 100vw);
    line-height:calc(42 / 640 * 100vw);
}

.gnav > ul > li,
.gnav .menu_clinic li {
/*.gnav > ul > li:not(:last-child) {*/
    border-top: 1px solid #fff;
    font-family: "vdl-v7marugothic";
    position:relative;
}
.gnav .menu_clinic > p {
    position:relative;
}
.gnav ul li a,
.gnav .menu_clinic > p,
.gnav .menu_clinic li a {
    color: #fff;
    display: block;
    padding: calc(20 / 640 * 100vw) calc(50 / 640 * 100vw);
    font-size:calc(30 / 640 * 100vw);
    line-height:calc(42 / 640 * 100vw);
}
.gnav ul li a:after,
.gnav .menu_clinic > p:after,
.gnav .menu_clinic li a:after {
    content:"\f105";
    font-family: "FontAwesome";
    font-weight:bold;
    font-size: 16px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50 / 640 * 100vw);
}
.gnav ul li a span,
.gnav .menu_clinic > p span {
    float:right;
    padding-right: calc(50 / 640 * 100vw);
    font-size:calc(20 / 640 * 100vw);
    line-height:calc(42 / 640 * 100vw);
}
.gnav .menu_clinic > p:after {
    content:"\f067";
    font-family: "FontAwesome";
    font-weight:bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;

    padding-left: calc(4 / 640 * 100vw);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    border: 1px solid #fff;
    border-radius: 10px;

    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px #58c3e0;
}
.gnav .menu_clinic.up > p:after {
    content:"\f068";
}
.gnav .menu_clinic ul {
}
.gnav .menu_clinic li {
}
.gnav .menu_clinic li a {
    padding-left: calc(70 / 640 * 100vw);
    font-size:calc(24 / 640 * 100vw);
    line-height:calc(42 / 640 * 100vw);
}

/* .main_img メイン画像　トップのみ
================================================================================= */
.main_img {
 height: calc(570 / 640 * 100vw);
	background-position: center center;
}
.main_img .inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
 height: calc(570 / 640 * 100vw);;
	padding-bottom: 10px;
}
.main_img ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.main_img ul li.bg01 {
	width: calc(576 / 640 * 100vw);
	position: absolute;
	bottom: 3vw;
}
.main_img ul li img {
	width: 100%;
}
/* fix
============================================================================== */
.fix {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.fix ul {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.fix_tel {
 width: calc(128 / 640 * 100vw);
}
.fix_reserve,.fix_instagram {
 width: calc(192 / 640 * 100vw);
}
.fix_top {
 width: calc(128 / 640 * 100vw);
}
.fix_tel a, .fix_tel a img, .fix_top a, .fix_top a img {
	width: 100%;
}
/* #content
======================================================================================== */

/* 汎用パーツ
=============================================================================== */
/* ホバーすると押下出来るボタン */
.btn_push {
	display: block;
	background: #fff;
	padding: 15px 0;
	width: 250px;
	padding-top: 16px;
	color: #785f42;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	transition: .2s ease-in-out;
	position: relative;
}
.btn_push:hover {
	transform: translateX(10px) translateY(10px);
}
.btn_push i {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}
/* .announce_index　診療時間の変更告知
============================================================================== */
.announce_index .inner {
	padding: 0 8.5%;
}
.bg_announce_index01{
	background: #fcf7e0;
	padding:11vw 0 8vw;
}
.ttl_announce_index01{
	position: relative;
    margin-bottom: 20px;
}
.ttl_announce_index01 .ttl{
	position: relative;
	color: #976230;
	font-weight:bold;
}
.ttl_announce_index01 .ttl:before{
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #ed6c01, #ed6c01 5px, transparent 5px);
	background-size: 10px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
}
.ttl_announce_index01 .ttl:after{
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #ed6c01, #ed6c01 5px, transparent 5px);
	background-size: 10px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	top:  0;
	right: 0;
	left: 0;
	margin: auto;
	width:100%;
	height: 2px;
}
.ttl_announce_index01 .ccl{
	background:#f6ffcb;
	width: calc(210 / 750*100vw);
	height: calc(210 / 750*100vw);
	font-size: calc(24 / 640 * 100vw);
	text-align: center;
	margin:0 auto 4vw;
	letter-spacing: .1em;
	line-height: 1;
	border-radius: 100%;
	position: relative;
	color: #955e2a;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight:bold;
}
.ttl_announce_index01 .ccl span{
	padding-top: 2vw;
}
.ttl_announce_index01 .ccl em{
	font-size: 150%;
}
.ttl_announce_index01 .ccl:before{
	content: "";
	position: absolute;
	background: url(images/index/deco_announce01.png) no-repeat center / contain;
	top: -4vw;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(75 / 750* 100vw);
	height: calc(75 / 750* 100vw);
	z-index: 1;
	transform: rotate(15deg);
}
.ttl_announce_index01 .ccl:after{
	content: "";
	position: absolute;
	border: dashed calc(2 / 750*100vw) #ed6d00;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 1vw);
	height: calc(100% - 1vw);
	border-radius: 100%;
}
.ttl_announce_index01 .ttl{
	font-size:calc(45 / 640 * 100vw);
	text-align: center;
}
.ttl_announce_index01 .ttl span{
	font-size:122.22%;
}
.row_announce_index01{
	margin-bottom:4vw;
}
.row_announce_index01 .col:first-child{
	margin-bottom:16vw;
	position: relative;
}
.row_announce_index01 .col:first-child:after{
	content: "";
	position: absolute;
	background: url(images/index/arwl_announce01.png) no-repeat center / contain;
	bottom: -11vw;
	margin: auto;
	right: 0;
	left: 0;
	width: calc(37 / 750* 100vw);
	height: calc(61 / 750* 100vw);
	transform: rotate(90deg);
}
.row_announce_index01 .col .txt{
	font-size: calc(22 / 640* 100vw);
	line-height: 1.4;
	margin-top: 2vw;
}
.box_announce_index01{
	margin: 0 auto;
	border: dashed calc(2 / 750* 100vw) #ed6d00;
	padding: 4vw 5.5% 3vw;
	font-size: calc(22 / 640* 100vw);
	line-height: 1.4;
}
.box_announce_index01 span{
	color: #ed6c01;
}
.row_announce_index01 .col .tbl_access span{
	color: #ed6c01;
}
.row_announce_index01 .new{
	width:  calc(310 / 750* 100vw);
	margin: 0 auto 3vw;
	display: block;
}
/* .bnr_index　バナー3つ
============================================================================== */
.bnr_index {
	background: #fff;
	padding: 1.85rem 0;
}
.bnr_index .inner {
	padding: 0 6.25%;
}
.bnr_index h2 {
	height: calc(183/640*100vw);
	background: url(images/index/ttlbg_bnr_index.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 15px;
	color: #976230;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 1.5rem;
}
.bnr_index h2 em {
	font-size: 20px;
}
.bnr_index li:not(:last-child) {
	margin-bottom: 1.25rem;
}

/* .open_index　ひぐちデンタル&ケア 診療時間
============================================================================== */
.open_index {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
 margin-top:calc(30 / 640 * 100vw);
 margin-bottom:calc(25 / 640 * 100vw);
}
.home .color_box.green, .foot_main .color_box.green {
	width: 100%;
 padding:calc(30 / 640 * 100vw) calc(35 / 640 * 100vw);
	margin: 0 auto;
	border: 1px solid #aacd06;
	border-radius: 3px;
	background-color: #FFF;
}
.home .tbl_access, .foot_main .tbl_access {
	text-align: center;
	color: #955e2a;
	width: 100%;
	font-weight: bold;
}
.home .tbl_access thead th, .foot_main .tbl_access thead th {
 width:calc(40 / 640 * 100vw);
 padding-bottom:calc(10 / 640 * 100vw);
 font-size:calc(20 / 640 * 100vw);
	font-weight: bold;
}
.home .tbl_access thead th:first-child, .foot_main .tbl_access thead th:first-child {
	font-family: "vdl-v7marugothic";
 width: calc(160 / 640 * 100vw);
}
.home .tbl_access tbody th, .foot_main .tbl_access tbody th {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 width: calc(160 / 640 * 100vw);
 font-size:calc(20 / 640 * 100vw);
 padding-bottom:calc(5 / 640 * 100vw);
	text-align: left;
	font-weight: bold;
}
.home .tbl_access tbody, .foot_main .tbl_access tbody {
	border-top: 1px dashed #aacd06;
}
.home .tbl_access tbody th.time1, .foot_main .tbl_access tbody th.time1 {
	padding: 0;
padding-left:calc(13 / 640 * 100vw);;
	background: none;
}
.home .tbl_access tbody th.time2, .foot_main .tbl_access tbody th.time2 {
	padding: 0;
	background: none;
}
.home .tbl_access tbody td, .foot_main .tbl_access tbody td {
 width: calc(40 / 640 * 100vw);
	font-family: "vdl-v7marugothic";
	color: #aacd06;
 font-size:calc(14 / 640 * 100vw);
	font-weight: bold;
}
.home .tbl_access tbody th.time1, .home .tbl_access tbody tr:first-child td, .foot_main .tbl_access tbody th.time1, .foot_main .tbl_access tbody tr:first-child td {
padding-top:calc(15 / 640 * 100vw);;
	line-height: 25px;
}
.home .tbl_access tbody td.td_slash, .foot_main .tbl_access tbody td.td_slash {
	color: #955e2a;
}
.home .hosoku, .foot_main .hosoku {
 font-size:calc(22 / 640 * 100vw);;
 margin-top:calc(5 / 640 * 100vw);
}
.btn_first_index{
	width: calc(400 / 640 * 100vw);
	margin: 0 auto calc(35 / 640 * 100vw);
}
/* .welcome_index　ひぐちデンタル&ケア おひさま歯科はこんな歯医者です
============================================================================== */
.welcome_index {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
 margin-top:calc(60 / 640 * 100vw);
 margin-bottom:calc(60 / 640 * 100vw);
}
.welcome_index .inner {
	width: 100%;
}
.welcome_index .ttlunit {
	width: 100%;
}
.welcome_index h2 {
	width: 100%;
	text-align: center;
	color: #955e2a;
 font-size:calc(50 / 640 * 100vw);
 line-height:calc(55 / 640 * 100vw);
}
.welcome_index h2 small {
	display: inline-block;
 font-size:calc(22 / 640 * 100vw);
	letter-spacing: 0.1em;
}
.welcome_index h2 img {
	width: 100%;
 margin-bottom:calc(10 / 640 * 100vw);
}
.bg_welcome_index01{
	position: relative;
}
.bg_welcome_index01:before{
	content: "";
	position: absolute;
	background: url("images/index/bg_pattern04.jpg") left repeat;
	background-size: calc(200 / 640 * 100vw);
	width: calc(100% + (152 / 640 * 100vw));
	height: calc(1460 / 640 * 100vw);
	left: calc(-50 / 640 * 100vw);
	top:calc(107 / 640 * 100vw);
	border-radius: 0 50px 50px 0;
}
.copy_common01{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	position: relative;
	margin-top:calc(25 / 640 * 100vw) ;
}
.wrap_welcome_index01{
	margin-top:calc( 33 / 640 * 100vw ) ;
}
.copy_common01:before{
	content: "";
	background: url("images/index/ttl_movie_l01.svg")no-repeat center / contain;
	width: calc( 44 / 640 * 100vw );
	height: calc( 58 / 640 * 100vw );
	position: absolute;
	left:17px;
	top: 4px;
}
.wrap_welcome_index02 .wrap03 .copy:before{
	background: url("images/index/ttl_movie_l02.svg")no-repeat center / contain;
	left: 33px;
}
.wrap_welcome_index03 .copy:before{
	background: url("images/index/ttl_movie_l03.svg")no-repeat center / contain;
	left: 8px;
}
.wrap_welcome_index05 .copy:before{
	background: url("images/index/ttl_movie_l02.svg")no-repeat center / contain;
}
.copy_common01:after{
	content: "";
	background: url("images/index/ttl_movie_r01.svg")no-repeat center / contain;
	width: calc( 44 / 640 * 100vw );
	height: calc( 58 / 640 * 100vw );
	position: absolute;
	right:17px;
	top: 4px;
}
.wrap_welcome_index02 .wrap03 .copy:after{
	background: url("images/index/ttl_movie_r02.svg")no-repeat center / contain;
	right: 30px;
}
.wrap_welcome_index03 .copy:after{
	background: url("images/index/ttl_movie_r03.svg")no-repeat center / contain;
	right: 11px;
}
.wrap_welcome_index05 .copy:after{
	background: url("images/index/ttl_movie_r02.svg")no-repeat center / contain;
}
.wrap_welcome_index01 .wrap01 .copy span,
.wrap_welcome_index04 .copy span{
	background-image: linear-gradient(to right, #ffe25d, #ffe25d 2px, transparent 1px);
	background-size: 5px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
.wrap_welcome_index02 .wrap03 .copy span,
.wrap_welcome_index05 .copy span{
	background-image: linear-gradient(to right, #ed6c01, #ed6c01 2px, transparent 1px);
	background-size: 5px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
.wrap_welcome_index03 .copy span{
	background-image: linear-gradient(to right, #58c3e0, #58c3e0 2px, transparent 1px);
	background-size: 5px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.box_common01{
	background: #fff;
	position: relative;
	max-width: 500px;
	margin-top: 23px;
}
.box_common01:before{
	content: "";
	border: 1px solid #fdd000;
	width: calc( 100% - 5px );
	height: calc( 100% - 5px );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.box_common01 > .txt{
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	padding-top: calc(56 / 640 * 100vw);
	padding-bottom: calc(31 / 640 * 100vw);
	letter-spacing: 0;
	line-height: 1.67;
}
.box_common01 .ttl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:calc(-20 / 640 * 100vw);
	width: 56%;
}
.bg_welcome_index02{
	margin-top: 22vw;
	position: relative;
}
.bg_welcome_index02:before{
	content: "";
	position: absolute;
	background: url("images/index/bg_pattern05.jpg") left repeat;
	background-size: calc(200 / 640 * 100vw);
	width: calc(100% + (152 / 640 * 100vw));
	height: calc(1900 / 640 * 100vw);
	left: calc(-50 / 640 * 100vw);
	top:calc(158 / 640 * 100vw);
}
.wrap_welcome_index02 .wrap03 .copy{
	margin-top: 6vw;
}
.wrap_welcome_index02 .box_common01{
	margin-top: 13vw;
	padding-bottom: 3vw;
}
.wrap_welcome_index02 .box_common01 > .txt{
	color: #ed6c01;
}
.wrap_welcome_index02 .row_common01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 89%;
	margin: 0 auto;
}
.wrap_welcome_index02 .row_common01.center {
	justify-content: center;
}
.wrap_welcome_index02 .row_common01.center .txt{
	line-height: 1.2;
	margin-top: 2vw;
}
.wrap_welcome_index02 .row_common01 .col{
	width: calc(230 / 640 * 100vw);
	text-align: center;
	margin-bottom: 6vw;
}
.wrap_welcome_index02 .row_common01 .col .txt{
	color: #955e2a;
}
.wrap_welcome_index02 .row_common01 .deco{
	width: 23%;
	margin: -2vw auto;
}
.bg_welcome_index03{
	position: relative;
}
.bg_welcome_index03:before{
	content: "";
	position: absolute;
	background: url("images/index/bg_pattern03.jpg") left repeat;
	background-size: calc(200 / 640 * 100vw);
	width: calc(100% + (152 / 640 * 100vw));
	height: calc(1040 / 640 * 100vw);
	left: calc(-50 / 640 * 100vw);
	top:calc(101 / 640 * 100vw);
	border-radius: 50px 0 0 50px ;
}
.wrap_welcome_index03{
	margin-top: 22vw;
}
.wrap_welcome_index03 .txt,
.wrap_welcome_index04 .txt,
.wrap_welcome_index05 .txt{
	margin-top: 5vw;
	letter-spacing: 0;
	line-height: 1.67;
}
.bg_welcome_index04{
	position: relative;
}
.bg_welcome_index04:before{
	content: "";
	position: absolute;
	background: url("images/index/bg_pattern04.jpg") left repeat;
	background-size: calc(200 / 640 * 100vw);
	width: calc(100% + (152 / 640 * 100vw));
	height: calc(1000 / 640 * 100vw);
	left: calc(-50 / 640 * 100vw);
	top:calc(119 / 640 * 100vw);
}
.wrap_welcome_index04,.wrap_welcome_index05{
	position: relative;
}
.wrap_welcome_index04{
	margin-top: 19vw;
}
.bg_welcome_index05{
	margin-top: 22vw;
	position: relative;
}
.bg_welcome_index05:before{
	content: "";
	position: absolute;
	background: url("images/index/bg_pattern05.jpg") left repeat;
	background-size: calc(200 / 640 * 100vw);
	width: calc(100% + (152 / 640 * 100vw));
	height: calc(1047 / 640 * 100vw);
	left: calc(-50 / 640 * 100vw);
	top:calc(158 / 640 * 100vw);
}
.row_welcome_index01{
	margin-bottom: 21vw;
}
.img_welcome_index{
	width: calc( 234 / 640 *100vw);
	margin-left: calc(157 / 640* 100vw);
	position: relative;
}


.welcome_index ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	/* -webkit-justify-content: space-between;
	justify-content: space-between; */
	-webkit-justify-content: space-around;
	justify-content: space-around;
 margin-top:calc(60 / 640 * 100vw);
 margin-bottom:calc(70 / 640 * 100vw);
}
.welcome_index ul li {
 width:calc(250 / 640 * 100vw);
}
.welcome_index ul li img {
	width: 100%;
}
.welcome_index ul li .img_welcome_index {
	text-align: center;
}
.welcome_index ul li p {
 font-size: calc(26 / 640 * 100vw);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
}
.welcome_index ul li p.yellow {
	color: #fdd000;
}
.welcome_index ul li p.blue {
	color: #58c3e0;
}
.welcome_index ul li:nth-child(2) {
margin-top:calc(110 / 640 * 100vw);
}
.welcome_index ul li:nth-child(3) {
margin-top:calc(-20 / 640 * 100vw);
}
.welcome_index ul li:nth-child(4) {
margin-top:calc(60 / 640 * 100vw);
}
.welcome_index ul li:nth-child(6) {
margin-bottom:calc(-70 / 640 * 100vw);
margin-right:calc(20 / 640 * 100vw);
	position: relative;
}
.welcome_index ul li:nth-child(6) img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.btn.green {
	width: 100%;
	background-color: #aacd06;
	text-align: center;
	position: relative;
}
.btn.green a {
	color: #FFF;
	display: inline-block;
 font-size:calc(30 / 640 * 100vw);
 line-height:calc(22 / 640 * 100vw);
	width: 100%;
 padding:calc(38 / 640 * 100vw) 0;
}
.btn.green a:after {
	content: "\f0da";
	font-family: "FontAwesome";
	font-weight: bold;
	font-size: 16px;
	position: absolute;
 top: calc(40 / 640 * 100vw);
 right: calc(45 / 640 * 100vw);
}

/* .movie_index　動画
============================================================================== */
.movie_index {
	background: url("images/index/bg_pattern01.png");
}
.movie_index .wrap_movie01 {
	position: relative;
	padding: 11vw 0 24vw;
}
.movie_index .wrap_movie01:after {
	content: "";
	background: url("images/index/bg_movie01.png")no-repeat bottom/contain;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.movie_index .wrap_youtube {
	width: 100%;
	background: url("images/index/bg_pattern02.png");
	max-width: calc(540 / 640*100vw);
	padding: 1.5vw;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.movie_index .wrap_youtube:before {
	content: "";
	background: url("images/index/img_movie_l.png")no-repeat bottom/contain;
	position: absolute;
	width: calc(117 / 640*100vw);
	height: calc(106 / 640*100vw);
	top: calc(-106 / 640*100vw);
	left: -6vw;
}
.movie_index .wrap_youtube:after {
	content: "";
	background: url("images/index/img_movie_r.png")no-repeat bottom/contain;
	position: absolute;
	width: calc(124 / 640*100vw);
	height: calc(64 / 640*100vw);
	top: calc(-64 / 640*100vw);
	right: -4vw;
}
.movie_index h2 {
	padding-bottom: 6vw;
	text-align: center;
}
.ttl_movie01 {
	width: calc(228 / 640*100vw);
	margin: 0 auto;
}
.movie_index h2 p {
	position: relative;
	font-size: 107.14%;
	font-weight: bold;
	max-width: 57vw;
	width: 100%;
	color: #955e2a;
	line-height: 1;
	margin: 3vw auto 0;
}
.movie_index h2 p:before {
	content: "";
	position: absolute;
	background: url("images/index/ttl_movie_l.png")no-repeat center/contain;
	width: calc(16 / 640*100vw);
	height: calc(21 / 640*100vw);
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}
.movie_index h2 p:after {
	content: "";
	position: absolute;
	background: url("images/index/ttl_movie_r.png")no-repeat center/contain;
	width: calc(16 / 640*100vw);
	height: calc(21 / 640*100vw);
	bottom: 0;
	top: 0;
	right: 2vw;
	margin: auto;
}

/* .greeting_index　小さいお子様からご高齢の方まで皆さんが安心して通える医院を目指しています
============================================================================== */
.greeting_index {
	background-color: #ffe8d5;
	width: 100%;
}
.greeting_index .inner {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
 padding-top:calc(60 / 640 * 100vw);
 padding-bottom:calc(70 / 640 * 100vw);
 background: url(images/index/bg_05.png) right calc(35 / 640 * 100vw) no-repeat;
 background-size:calc(321 / 640 * 100vw);
}
.greeting_index .title {
	font-family: "banana";
	font-weight: 400;
	color: #ed6c01;
 font-size:calc(20 / 640 * 100vw);
}
.greeting_index h2 {
	color: #955e2a;
 font-size:calc(32 / 640 * 100vw);
 line-height:calc(52 / 640 * 100vw);
 padding:calc(20 / 640 * 100vw) 0 calc(35 / 640 * 100vw);
}
.greeting_index p {
	color: #955e2a;
 font-size:calc(28 / 640 * 100vw);
 line-height:calc(46 / 640 * 100vw);
}
/* .medical_index　診療項目
============================================================================== */
.medical_index {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
 margin-top:calc(70 / 640 * 100vw);
}
.medical_index .inner {
	width: 100%;
}
.medical_index h2 {
	color: #955e2a;
 font-size:calc(20 / 640 * 100vw);
 line-height:calc(46 / 640 * 100vw);
	text-align: center;
 margin-bottom:calc(35 / 640 * 100vw);
 padding-bottom:calc(40 / 640 * 100vw);
	letter-spacing: 0.5em;
	background: url(images/index/img_ttl04.png) center bottom no-repeat;
 background-size:calc(213 / 640 * 100vw);
}
.medical_index h2 span {
	font-family: "banana";
	font-weight: 400;
 font-size:calc(46 / 640 * 100vw);
	letter-spacing: 0.05em;
}
.medical_index ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.medical_index ul.center {
	justify-content: center;
}

.medical_index ul li {
 width:calc(250 / 640 * 100vw);
 margin-bottom:calc(30 / 640 * 100vw);
}
.medical_index ul li img {
	width: 100%;
}
.medical_index ul li a {
	color: inherit;
}
.medical_index .btn_medical_index {
	text-align: center;
}
.medical_index h3 {
	height: calc(99/640*100vw);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: calc(-295/640*100vw);
	margin-bottom: calc(196/640*100vw);
	
	font-size: 3.5vw;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	position: relative;
	z-index: 2;
}
.medical_index h3 i {
	margin-left: 0.5em;
}

/* .news_index　新着情報
============================================================================== */
.news_index {
	background: url(images/index/bgc_news_index.png) repeat;
	width: 100%;
 margin-top:calc(60 / 640 * 100vw);
}
.news_index .inner {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
 padding-top:calc(60 / 640 * 100vw);
 padding-bottom:calc(70 / 640 * 100vw);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_index .col_l {
	width: 100%;
	background: #fffae2;
	padding: 5px 0;
}
.wrap_news {
	height: 100%;
 padding: calc(30 / 640 * 100vw) calc(35 / 640 * 100vw);
	border-top: 1px dashed #ed6c01;
	border-bottom: 1px dashed #ed6c01;
	position: relative;
}
.wrap_news h3 {
	font-family: "banana";
	font-weight: 400;
 font-size:calc(24 / 640 * 100vw);
 line-height:calc(24 / 640 * 100vw);
	letter-spacing: 0.05em;
	color: #955e2a;
 padding:0 0 calc(26 / 640 * 100vw) 0;
 margin-right:calc(24 / 640 * 100vw);
	border-bottom: 1px solid #FFF;
}
.wrap_news h3 img {
 margin-right: calc(20 / 640 * 100vw);
 width: calc(30 / 640 * 100vw);
	height: auto;
}
.wrap_news .link_news {
	position: absolute;
	right: 65px;
	top: 52px;
}
.wrap_news .link_news span {
	font-size: 12px;
	color: #955e2a;
	padding-bottom: 3px;
	border-bottom: 1px solid #caac86;
}
.box_news {
	height: 320px;
	overflow: hidden;
 padding-right: calc(24 / 640 * 100vw);
	position: relative;
}
.box_news li {
	padding: 22px 0em 22px 0px;
	border-bottom: 1px solid #FFF;
}
.box_news li:not(:nth-of-type(5)) {
}
.box_news li:after {
	content: "";
	clear: both;
	display: block;
}
.box_news li .news_date {
 font-size:calc(20 / 640 * 100vw);
 line-height:calc(24 / 640 * 100vw);
	color: #955e2a;
	margin-bottom: 5px;
}
.box_news li p {
	color: #604225;
 font-size:calc(28 / 640 * 100vw);
 line-height:calc(46 / 640 * 100vw);
	word-break: break-all;
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #ed6c01 !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	right: 0px !important;
	width: 5px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: transparent !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	width: 5px !important;
	right: 0px !important;
	opacity: 1;
}
.news_index .col_r h3 {
	text-align: center;
	margin-bottom: 30px;
}
.news_index .col_r .img_recruit_index {
	text-align: center;
	margin-bottom: 20px;
}
.news_index .btn_recruit {
 margin-top:calc(40 / 640 * 100vw);
	text-align: center;
	width: 100%;
}
.news_index .btn_recruit img {
	width: 100%;
}
/* .nonslide_index　スライドしない
============================================================================== */
.nonslide_index {
 height: calc(160 / 640 * 100vw);
	background: url(images/index/bg_06.png) center top no-repeat;
	background-size: 100%;
}
/* フッター総合 
======================================================================================== */
/* .wrap_calender_index　カレンダー
============================================================================== */
.bg_calender_index{
	padding-top: 7vw;
	padding-bottom: 7vw;
	background: url("images/index/bg_pattern06.jpg") left repeat;
	margin-top: 9vw;
}
.bg_calender_index .ttl{
	width: calc(365 / 640 * 100vw);
	margin: 0 auto;
}
.wrap_calender_index{
	margin:4vw auto;
	width:90%;
}
.wrap_calender_index .box{
	width: calc(540 / 640* 100vw);
	margin: 0 auto;
}
.wrap_calender_index .box:first-child{
	margin-bottom: 4vw;
}
.wrap_calender_index iframe{
	width: 100%;
	height: calc(406 / 640* 100vw); 
	display: block;
	margin: 0 auto;
}


/* .bnrbox_index　バナー2つ
============================================================================== */
.bnrbox_index {
	background: #ffe25d;
	width: 100%;
}
.bnrbox_index .inner {
	width: 100%;
}
.bnrbox_index ul {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
 padding-top:calc(50 / 640 * 100vw);
 padding-bottom:calc(50 / 640 * 100vw);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bnrbox_index ul li {
 width: calc(250 / 640 * 100vw);
}
.bnrbox_index ul li img {
	width: 100%;
}
.bnrbox_index ul li:nth-of-type(1) img {
}
.bnrbox_index ul li:nth-of-type(2) img {
}
/* page_top ページトップ
======================================================================== */
.page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5;
}
.balloon {
	transition: 1.2s ease-in-out;
	padding-left: 37px;
	margin-bottom: 14px;
}
.page_top:hover .balloon {
	transform: translateY(-30px);
}
/* .foot_main　フッター本体
============================================================================== */
.foot_main {
	background: url(images/index/bdx01.png) left top repeat-x;
 padding-top:calc(70 / 640 * 100vw);
 padding-bottom:calc(70 / 640 * 100vw);
}
.foot_main .inner {
 width: calc(100% - (50 / 640 * 100vw) * 2);
	margin: 0 auto;
}
.logo_foot {
	text-align: center;
	margin-bottom: 25px;
}
.logo_foot img {
 width: calc(357 / 640 * 100vw);
}
.foot_main .txt_place {
 font-size: calc(28 / 640 * 100vw);
 line-height: calc(42 / 640 * 100vw);
	text-align: center;
 margin-bottom: calc(40 / 640 * 100vw);
}
.tel_foot {
 margin-bottom: calc(40 / 640 * 100vw);
}
.tel_foot a {
	display: block;
	color: #fff;
	text-align: center;
 padding:calc(34 / 640 * 100vw) 0;
 font-size: calc(38 / 640 * 100vw);
 line-height: calc(22 / 640 * 100vw);
	background-color: #aacd06;
}
.tel_foot a img {
 width: calc(29 / 640 * 100vw);
	margin-right: 2px;
	margin-top: -6px;
}
.foot_main .tbl_foot {
	margin: 9% auto 3%;
	text-align: center;
	border: 1px solid #55ce92;
}
.tbl_foot table {
	width: 100%;
}
.tbl_foot thead th {
	background: #55ce92;
	color: #fff;
	font-weight: 500;
	padding: 3px 0;
}
.tbl_foot thead th:first-child {
	font-size: 91.67%;
	width: 34.5%;
}
.tbl_foot thead th:not(:first-child) {
	font-size: 108.33%;
	width: calc(65.5% / 7);
}
.tbl_foot tr:first-child th, .tbl_foot tr:first-child td {
	border-bottom: 1px solid #55ce92;
}
.tbl_foot tbody th, .tbl_foot tbody td {
	padding: 8px 0;
}
.tbl_foot tbody th {
	font-size: 91.67%;
	font-weight: 500;
}
.tbl_foot tbody th i {
	color: #ffcf40;
	margin: 2px;
}
.tbl_foot tbody td {
	font-size: 75%;
	color: #55ce92;
}
.tbl_foot tbody .holiday {
	color: inherit;
}
.foot_main .tbl_caption {
	line-height: 1.3;
	font-size: 91.67%;
}

.foot_main .row_foot02 {
	padding-top: 60px;
}
.foot_main .row_foot02 h3 {
	font-size: calc(3.73vw * 1.20);
	color: #fdd000;
	line-height: 1.3;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3.12vw;
	position: relative;
}
.foot_main .row_foot02 h3:before,
.foot_main .row_foot02 h3:after{
	content: "";
	display: block;
	width: calc(120/640*100vw);
	height: 1px;
	border-top: 1px dashed #fdd000;
	position: absolute;
	top: calc(50% - 0px);
}
.foot_main .row_foot02 h3:before { left: 0px;}
.foot_main .row_foot02 h3:after { right: 0px;}

.foot_main .row_foot02 ul li:not(:last-child) {
	margin-bottom: 4.68vw;
}

/* #map　グーグルマップ
============================================================================== */
#map {
	position: relative;
	width: 100%;
 padding-top: calc(400 / 640 * 100vw);
}
#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
/* copyright　コピーライト
============================================================================== */
.copyright {
	background-color: #fdd000;
 padding: calc(15 / 640 * 100vw);
0;
	text-align: center;
}
.copyright small {
	color: #FFF;
 font-size: calc(20 / 640 * 100vw);
 line-height: calc(30 / 640 * 100vw);
}
.grecaptcha-badge { visibility: hidden; }