@charset "UTF-8";

/*-----------------------------------------------------
	common
-----------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
	word-break: normal !important;
	word-wrap: break-word;
	box-sizing: border-box;
}
body, input, textarea, select, option {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #393939;
}
body {
	margin: 0 auto;
	max-width: 1920px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a:hover {
	text-decoration: underline;
}
a,
a img,
button,
button img,
.scale,
#faq ul.pdown li .que,
#faq ul.pdown li.open .que:before,
#faq ul.pdown li.open .que:after,
#contact button,
#page-top {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img,
#contact button:hover,
#page-top:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
iframe {
	vertical-align: bottom;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.inner {
	display: block;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1100px;
	box-sizing: content-box;
}
.sp {
  display: none;
}
.ib {
  display: inline-block;
}
.fb {
	font-weight: 600;
}
.sans {
	font-family: "游ゴシック体", Yu Gothic, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ymi {
	font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
}
.ygo {
	font-family: "游ゴシック体", Yu Gothic, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
}
.mro {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.ifrm {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.ifrm iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.scale {
	overflow: hidden;
}
.scale:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.btn_efc {
	overflow: hidden;
}
.btn_efc a:hover img,
button.btn_efc:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transform: translateY(3px);
}
.tbl01,
#contact table {
	font-weight: bold;
	font-size: 15px;
}
.tbl01 th,
#contact th {
	padding: 25px 15px 25px 25px;
	vertical-align: middle;
	border: 1px solid #d6d6d6;
	color: #393939;
	background: #ecddcd;
}
.tbl01 td,
#contact td {
	padding: 25px 30px 25px 25px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #d6d6d6;
	color: #393939;
	background: #fff;
}
.bg01 {
	background: #f7f0e8;
}
.ttl01 {
	font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 33.6px;
}
.gld {
	color: #786a42;
}
.vml {
	color: #fb7373;
}

/* プレースホルダー
-----------------------------------------------------*/
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */ :placeholder-shown {
  color: #a2a1a1;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
  color: #a2a1a1;
}
/* Firefox 18- */ :-moz-placeholder {
  color: #a2a1a1;
  opacity: 1;
}
/* Firefox 19+ */ ::-moz-placeholder {
  color: #a2a1a1;
  opacity: 1;
}
/* IE 10+ */ :-ms-input-placeholder {
  color: #a2a1a1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}

/* ラジオボタン
-----------------------------------------------------*/
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #FFF;
}
input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #383838;
    border-radius: 50%;
}

/* チェックボックス
-----------------------------------------------------*/
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	margin-right: 30px;
	padding-left: 25px;
	cursor: pointer;
}
input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #ccc;
    background: #FFF;
}
input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 6px;
    height: 12px;
    border: 2px solid #383838;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#wrapper {
	text-align: center;
	overflow: hidden;
}
header {
	background: rgba(255,255,255,0.9);
}
header.fixed,
header.fixed_pc {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
}
header .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 84px;
}
header .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
header .info .button {
	margin-left: 20px;
}

/*-----------------------------------------------------
	content
-----------------------------------------------------*/
main {
	overflow: hidden;
}

/* #メインビジュアル
-----------------------------------------------------*/
#mainvisual {
	min-height: 440px;
	text-align: center;
	background-image: url(../img/mv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.sec {
	min-height: 125px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

/* .cv コンバージョンエリア
-----------------------------------------------------*/
.cv {
	min-height: 125px;
}
.cv01 .inner {
	position: relative;
	max-width: 1200px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cv01 .cntbox {
	padding: 57px 11% 30px;
	color: #FFF;
	background: no-repeat center center / cover;
}
.cv01 .title {
	margin-bottom: 20px;
}
.cv01 .cmp {
	margin-bottom: 15px;
}
.cv01 .info {
	max-width: 60%;
	margin: 0 auto 10px;
}
.cv01 .info dt {
	flex: 0 0 32%;
	max-width: 32%;
}
.cv01 .info dd {
	font-size: 12.23px;
	text-align: left;
	flex: 0 0 66%;
	max-width: 66%;
}
.cv01 .acc {
	padding-top: 10px;
	border-top: 1px solid #FFF;
	max-width: 60%;
	margin: 0 auto;
	font-size: 15.41px;
}
.cv01 .cnt-tbl {
	margin-top: 20px;
}
.cv01 .cnt-tbl .cnt {
	order: 2;
    width: 43.5897435897436%;
}
.cv01 .button00 {
	margin-top: 14px;
    justify-content: space-between;
    display: flex;
}
.cv01 .timetable {
	order: 1;
	width: 52%;
	margin: 10px 0 0 2%;
}
.cv01 .timetable table th,
.cv01 .timetable table td {
	text-align: center;
	padding: 15px 3px;
}
.cv01 .timetable table th {
	width: 21%;
}
.cv01 .timetable table td {
	width: 10.5%;
}
.cv01 .timetable .note {
	color: #FFF;
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
}
.cv01 .timetable .note br {
	display: none;
}

/* link
-----------------------------------------------------*/

.sec_link {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
.sec_link .inner {
    position: relative;
}
.sec_link .button00 {
    position: absolute;
    left: 0%;
    bottom: 27%;
    margin: 0 auto;

}
.sec_link .button01 {
    position: absolute;
    left: 34.5%;
    bottom: 27%;
}
.sec_link .button02 {
    position: absolute;
    right: 0%;
    bottom: 27%;
}

/* section セクション
-----------------------------------------------------*/
.ttlbox {
	background: no-repeat center top;
	background-size: auto 100%;
}
#sec01 {
	margin-top: -20px;
}

/* #sec02 大阪つつい矯正歯科ではすべてを矯正専門の担当医 筒井万里子が責任をもって治療を致します */
#sec02 {
	background-size: auto auto;
}
#sec02 .inner {
	/* padding-top: 70px;
	padding-bottom: 70px; */
}
#sec02_01 .txtbox {
	flex: 0 0 45%;
	max-width: 45%;
	padding-top: 63px;
	padding-left: 2%;
	text-align: left;
}
#sec02_01 .txtbox .cap .ini {
	display: block;
	font-size: 27px;
	letter-spacing: .06em;
}
#sec02_01 .txtbox .cap .ymi {
	display: block;
	font-size: 34px;
}
#sec02_01 .txtbox .txt {
	margin: 43px 1% 0;
	line-height: 1.75;
}
#sec02_01 .picbox {
	flex: 0 0 47.5%;
	max-width: 47.5%;
}
#sec02_01 .picbox .pic:nth-of-type(2n+1) {
	text-align: right;
}
#sec02_01 .picbox .pic:nth-of-type(2n) {
	text-align: left;
}
#sec02_01 .picbox .pic:nth-of-type(n+2) {
	margin-top: 25px;
}
#sec02_02 {
	margin-top: 60px;
}
#sec02_02 .picbox {
	flex: 0 0 41%;
	max-width: 41%;
	position: relative;
	padding-bottom: 115px;
}
#sec02_02 .picbox .pic {
	position: relative;
	z-index: 1;
	text-align: right;
}
#sec02_02 .picbox .pic.ctf {
	position: absolute;
	z-index: 2;
	left: 8%;
	bottom: 0;
}
#sec02_02 .txtbox {
	flex: 0 0 52%;
	max-width: 52%;
	text-align: left;
	padding-top: 50px;
	padding-right: 3%;
}
#sec02_02 .txtbox .prf {
	letter-spacing: .12em;
}
#sec02_02 .txtbox .prf dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
}
#sec02_02 .txtbox .prf dd {
	justify-content: flex-start;
	align-items: center;
}
#sec02_02 .txtbox .prf dd .kanji {
	font-size: 33.6px;
	letter-spacing: .15em;
	margin-right: 0.25em;
}
#sec02_02 .txtbox .prf dd .kana {
	font-size: 12.6px;
}
#sec02_02 .txtbox .txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.7;
}
#sec02_03 {
	position: relative;
	margin-bottom: 50px;
	padding: 55px 4% 60px;
}
#sec02_03 .blc {
	position: relative;
	z-index: 3;
	padding: 40px 0;
}
#sec02_03 .blc:first-of-type {
	padding-top: 0;
}
#sec02_03 .blc:last-of-type {
	padding-bottom: 0;
}
#sec02_03 .blc:nth-of-type(n+2) {
	border-top: 1px solid #aeaeae;
}
#sec02_03 .blc.society .row {
	justify-content: center;
}
#sec02_03 .blc.society table th {
	width: 45%;
	text-align: right;
}
#sec02_03 .blc.society table td {
	width: auto;
	text-align: left;
}
#sec02_03 .title {
	font-weight: bold;
	font-size: 21px;
	color: #1c1e22;
	margin-bottom: 35px;
}
#sec02_03 .row {
	padding: 0 1%;
}
#sec02_03 table {
	font-size: 15px;
	line-height: 1.7;
	margin: 0 auto;
}
#sec02_03 table th,
#sec02_03 table td {
	text-align: left;
}
#sec02_03 table th {
	width: 21%;
	padding: 0 1% 0 3%;
}
#sec02_03 table th .span {
	display: block;
	text-indent: 2em;
}
#sec02_03 table td {
	width: 79%;
}
#sec02_03:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #aeaeae;
}
#sec02_03:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 6px;
	right: -5px;
	bottom: -6px;
	left: 6px;
	background: #fbf5f4;
}
#sec_pp .inner {
	padding-bottom: 60px;
}
#sec10_01 .inner {
	position: relative;
}
#sec10_01 .inner .button {
	position: absolute;
	top: 32.5%;
	left: 11.4%;
}
#sec10_01 .inner .tel {
	position: absolute;
	top: 32.5%;
	left: 32.6%;
	right: auto;
}
#sec10_01 .inner .button01 {
	position: absolute;
	top: 41%;
	left: 11.4%;
}

/* #faq よくある質問
-----------------------------------------------------*/
#faq .ttlbox .inner {
	padding-top: 100px;
	padding-bottom: 50px;
}
#faq .cntbox .inner {
	padding-bottom: 90px;
}
#faq .exp {
	margin-bottom: 100px;
}
#faq ul li {
	padding: 40px 3% 50px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#faq ul li:nth-child(1) {
	border-top: 1px solid #ccc;
}
#faq ul li .que {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-weight: bold;
}
#faq ul li .ans {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-top: 13px;
}
#faq ul li .que .ini,
#faq ul li .ans .ini {
	margin-right: 30px;
	flex: 0 0 53px;
	text-align: center;
}
#faq ul li .ans .txt {
	padding-top: 14px;
	font-size: 16px;
}

/* よくあるご質問 - プルダウン - */
#faq ul.pdown li .que {
	position: relative;
	cursor: pointer;
}
#faq ul.pdown li .que:before,
#faq ul.pdown li .que:after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: no-repeat center center
}
#faq ul.pdown li .que:before {
	background-image: url(../img/faq_plus.png);
}
#faq ul.pdown li .que:after  {
	background-image: url(../img/faq_minus.png);
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
#faq ul.pdown li.open .que:before {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
#faq ul.pdown li.open .que:after  {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

/* #info 医院のご案内 / #access 医院へのアクセス
-----------------------------------------------------*/
.infobox table {
	max-width: 1000px;
	margin: 0 auto;
}
.infobox table th {
	width: 25%;
}
.infobox table td {
	width: 75%;
}
/* #info 医院のご案内 */
#info .ttlbox .inner {
	padding-top: 80px;
	padding-bottom: 40px;
}
#info .cntbox .inner {
	padding-bottom: 50px;
	max-width: 1680px;
}
#info .cntbox .logo {
	margin-bottom: 30px;
}
#info .cntbox .adr {
	font-size: 15.4px;
}

/* #access 医院へのアクセス */
#access .ttlbox .inner {
	padding-top: 50px;
	padding-bottom: 40px;
}
#access .cntbox .inner {
	padding-bottom: 60px;
}
#access .gmap {
	margin-bottom: 50px;
}
#access .cntbox .txtbox {
	margin-bottom: 20px;
	position:relative;
}
#access .cntbox .txtbox > *{
	position:relative;
	z-index: 2;
}
#access .cntbox .txtbox::after {
	content:"";
	background:url(../img/info_img.png) top right no-repeat;
	background-size: contain;
	display:block;
	width: min(129px,10vw);
	height: 366px;
	position:absolute;
	right: 97px;
	top: -29px;
	z-index: 1;
}
#access .cntbox .cap {
	margin-bottom: 20px;
	font-size: 23px;
    text-shadow: 3px 3px 2px #f7f0e8, -3px 3px 2px #f7f0e8, 3px -3px 2px #f7f0e8, -3px -3px 2px #f7f0e8;
}
#access .cntbox .acc {
	margin-bottom: 20px;
	font-size: 19.6px;
}
#access .cntbox .txt {
	font-size: 14px;
}
#access .cntbox .cmp {
	margin-bottom: 35px;
	position:relative;
	z-index: 2;
}
#access .cntbox .tel {
	margin-bottom: 10px;
}
#access .cntbox table,
#access .cntbox .note {
	margin: 0 auto;
	max-width: 675px;
}
#access .cntbox table th,
#access .cntbox table td {
	padding: 25px 5px;
	font-size: 18px;
	text-align: center;
}
#access .cntbox table th {
	width: 25%;
}
#access .cntbox table td {
	width: 10%;
}
#access .cntbox .note {
	margin-top: 15px;
	font-size: 14px;
	text-align: left;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
footer {
	padding: 42px 0;
}
footer .copyright {
	font-size: 11.2px;
}

#page-top {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 2%;
    cursor: pointer;
	max-width: 100px;
}
.floatbox {
	padding-bottom: env(safe-area-inset-bottom);
}
.floatbox.fixed,
.floatbox.fixed_pc {
	position: fixed;
	z-index: 9998;
	bottom: 0;
	left: 0;
	right: 0;
}
.floatbox .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	justify-content: center;
	align-items: flex-end;
	padding: 8.5vw 3% 1vw;
}
.floatbox .button + .button {
	margin-left: 1vw;
}
.floatbox:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: env(safe-area-inset-bottom);
    background: #FB7373;
}

/*-----------------------------------------------------
	common
-----------------------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
