@charset "utf-8";
/*
Theme Name: mine-dental.jp Theme
Theme URI: mine-dental.jp
Description: this is mine-dental.jp themes
Version: 1.0
Author: kobaishi
Author URI: e-f.co.jp
*/

@font-face {
    font-family: "DIN_Alternate_Bold";
    src: url("./assets/fonts/DIN_Alternate_Bold.eot") format('eot'),
	     url("./assets/fonts/DIN_Alternate_Bold.woff") format('woff'),
	     url("./assets/fonts/DIN_Alternate_Bold.ttf")  format('truetype');
}


/*------------------------------------------------------

   common

-------------------------------------------------------*/
:root {
    --base-color: #222222;
	--main-color: #045975;
    --sub-color1: #ea8a6c;/* orange */
    --sub-color2: #4455aa;/* blue */
    --sub-color3: #9a8767;/* gold */

	
	--bg-color:   #f7f6f0;
	--font-mincho: "Zen Old Mincho", serif;
	--font-en: "Inter", sans-serif;
}

body {
	position: relative;
    font-size: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	color: var(--base-color);
	padding-top: 61px;
}
input,
select,
textarea,
radio,
checkbox,
button {
	font-family: 'Noto Sans JP', sans-serif;
}

h1,h2,h3,h4,h5,h6,b,strong {
	font-weight: 500;
}
p {
	line-height: 2;
}
.sp {
	display: none !important;
}
.img {
	position: relative;
}
img {
    vertical-align: middle;
}

.inner {
    max-width: 1240px;
	padding: 0 20px;
	margin:auto;
	position: relative;
}
.inner-in {
    padding: 0 100px;
}
.page-in {
    max-width: 700px;
	margin:auto;
}

.link {
    color: var(--main-color);
	text-decoration: underline !important;
}

/* radius */
.radius10 {
	border-radius: 10px;
	overflow: hidden;
}

/* off */
.link-off a {
    cursor: default !important;
    color: #ccc !important;
}


/*------------------------------------------------------

   header style

-------------------------------------------------------*/
#gb-header {
    width: 100%;
	background: #fff;
	border-bottom: solid 1px #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.header-in {
    position: relative;
    height: 60px;
}
.site-title {
    width: 200px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 20px;
}
.site-title a {
    display: block;
	height: 0;
	padding-top: 37px;
	background-image: url("./assets/img/cmn/site_logo.png?2");
	background-repeat :no-repeat;
	background-position :center;
	background-size: cover;
	overflow: hidden;
}

.header-tel {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.header-tel a {
    color: var(--main-color);
    font-size: 20px;
    font-family: var(--font-en);
    font-weight: 100;
    display: block;
    line-height: 1;
    padding: 5px 20px;
    border: solid 2px var(--main-color);
    border-radius: 1000px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-tel a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("./assets/img/cmn/icon_tel.png") no-repeat center;
	background-size: contain;
	vertical-align: middle;
	vertical-align: -7px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-tel a:hover {
	color: #fff;
	background: var(--main-color);
}
.header-tel a:hover i {
	background-image: url("./assets/img/cmn/icon_tel_w.png");
}

/* ----------------------------
   contets
-------------------------------*/
#contents {
    overflow: hidden;
}

.conBox {
    padding: 100px 0;
	position:relative;
}

/* cmn-title */
.cmn-title {
	text-align: center;
    margin-bottom: 70px;
}
.cmn-title h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
	color: var(--main-color);
}
.cmn-title p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1;
}
.cmn-title.left {
	text-align: left;
}
.cmn-subtitle {
    font-size: 28px;
    font-weight: 400;
    font-family: var(--font-mincho);
    text-align: center;
	margin-bottom: 70px;
}
.cmn-catch {
    font-size: 26px;
    font-family: var(--font-mincho);
    text-align: center;
    line-height: 2;
    margin-bottom: 80px;
}
.cmn-desc {
    text-align: center;
    line-height: 2.4;
    margin: 40px 0;
}
.cmn-text {
    line-height: 2.4;
    margin-bottom: 40px;
}

.more {
	margin-top: 50px;
	text-align: center;
}
.more a {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border: solid 2px var(--main-color);
    padding: 10px 40px;
    border-radius: 1000px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more a:hover {
	color: #fff;
	background: var(--main-color);
}
.more a:hover:after {
	color: #fff;
}

/*------------------------------------------------
   footer style
--------------------------------------------------*/


/* footer */
#gb-footer {
    margin-top: 50px;
}
.footer-in {
    display: flex;
    justify-content: space-between;
}
.footer-info {
    width: 45%;
}
.footer-logo {
	margin-bottom: 10px;
}
.footer-date {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-tel {
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-family: var(--font-en);
    margin-top: 10px;
    line-height: 1;
}
.footer-tel i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("./assets/img/cmn/icon_tel.png") no-repeat center;
    background-size: contain;
}
.footer-tel a {
    display: inline-block;
    color: var(--main-color);
    font-size: 32px;
    font-weight: 500;
    margin-left: 15px;
}
.footer-info01 {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #e6ebf3;
    border-radius: 1000px;
    padding: 10px;
    margin-top: 10px;
}
.footer-info02 {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    margin-top: 10px;
}
.footer-time table {
	font-size: 16px;
    width: 100%;
    border-collapse: collapse;
}
.footer-time table thead {
    color: #fff;
    background: var(--main-color);
}
.footer-time table th {
    width: 100px;
    font-weight: 400;
}
.footer-time table td {
	padding: 5px;
	text-align: center;
}
.footer-time table tbody {
    color: var(--main-color);
}
.footer-time table tbody .border {
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
.footer-time table .sub {
	text-align: left;
}

.footer-access {
    width: 48%;
}
.footer-access p {
    color: var(--main-color);
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}

.to-detatalhaisha {
	font-size: 12px;
    margin-top: 10px;
}
.to-detatalhaisha a {
    color: var(--base-color);
}
.to-detatalhaisha a:before {
    content: '》';
}



.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 60px;
	background: var(--main-color);
}

/* backtotop */
#backtotop {
    color: var(--main-color);
	width: 40px;
    height: 40px;
    background: #fff;
    cursor:pointer;
	visibility: hidden;
	opacity: 0;
    border-radius: 100px;
    border: solid 2px;
	position:fixed;
	right: 10px;
	bottom: 30px;
	z-index: 10;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}
#backtotop:hover {
    color: #fff;
    background: var(--blue-color);
}
#backtotop:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: calc(50% - 6px);
}



/* -----------------------------------

media query

------------------------------------- */
@media (max-width:815px) {


    .inner-in {
        padding: 0;
    }


}

@media (max-width: 815px) {

	body {
        font-size: 13px;
		min-width: 375px;
        overflow-x: hidden;
	}
	body.menu-fix {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

	.inner {
		width: 100%;
		padding: 0 20px;
	}

	.site-title {
		width: 140px;
		top: 17px;
	}
	.site-title a {
		padding-top: 25px;
	}
	.header-tel a {
		font-size: 16px;
		padding: 5px 10px;
	}
	.header-tel a i {
		width: 20px;
		height: 20px;
		vertical-align: -3px;
		margin-right: 10px;
	}

	.conBox {
		padding: 50px 0;
	}
    .cmn-title {
        margin-bottom: 30px;
    }
    .cmn-title h2 {
        font-size: 28px;
    }
    .cmn-title h2:before {
		width: 20px;
		height: 20px;
    }
    .cmn-title p {
        font-size: 12px;
    }
	.cmn-subtitle {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.cmn-catch {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.cmn-desc {
		font-size: 12px;
		text-align: left;
	}
	.cmn-text {
		font-size: 12px;
	}
	.footer-in {
		display: block;
	}
	.footer-info {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-date {
		font-size: 16px;
	}
	.footer-tel {
		font-size: 20px;
	}
	.footer-tel i {
		width: 30px;
		height: 31px;
	}
	.footer-tel a {
		font-size: 40px;
		margin-left: 15px;
	}
	.footer-info01 {
		font-size: 13px;
	}
	.footer-info02 {
		font-size: 16px;
	}
	.footer-time table {
		font-size: 14px;
	}
	
	.footer-reserve a {
		display: block;
		text-align: center;
	}

	.footer-access {
		width: 100%;
	}
	.footer-access p {
		font-size: 14px;
	}
}

