@charset "UTF-8";
/*ここから*/
@font-face{
  font-display: swap;
  font-weight:  400;
  font-style: normal;
  font-family: 'Noto Serif JP';
  src: url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face{
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: 'Noto Serif JP';
  src: url("./font/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face{
  font-display: swap;
  font-weight:  400;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("./font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face{
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("./font/NotoSansJP-Bold.woff2") format("woff2");
}
/*ここに基本デザインと0〜320pxの記述*/
/* Common ***************************************************/
.pc {
  display: none !important;
}
html {
  font-size: 62.5%;
  /* 62.5% 10px 1rem */ }
.scroll-prevent {
  overflow: hidden;
}
body {
  background: #F6F1EB;
  color: #333333;
  font-family: 'Noto Sans JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.6;
  overflow-x: hidden;
}
main {
  overflow-x: hidden;
  margin-top: -26px;
}
h1, h2, h3, h4 {
  line-height: 1.4;
  font-weight: 700;
}
h1 {
  font-size: 3.0rem;
  text-align: center;
}
h1 span {
  background-color: #fff;
  opacity: .8;
}
h2 {
  font-size: 2.6rem;
  margin-bottom: 0;
  text-align: center;
}
h3 {
  font-size: 2.2rem;
  margin-bottom: 0;
  text-align: center;
}
h4 {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
}
.sub {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.6;
}
.tR {
  text-align: right!important;
}
.tL {
  text-align: left!important;
}
.tC {
  text-align: center!important;
}
.white {
  color: #fff;
}
.small {
  font-size: 1.4rem;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  font-feature-settings: "palt" 1;
  text-align: justify;
  line-height: 1.8;
}
.caution {
  font-size: 1.2rem;
  line-height: 1.2;
}
.attention {
  color: #D83852;
}
.lineColor {
  color: #29B833;
}
.bold {
  font-weight: bold;
}
.listNone li:before {
  content: "";
}
a {
  color: #349BC7;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a.blank {
  text-decoration: none !important;
}
a.blank:after,.blank a:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.2rem;
  margin: 0 3px;
}
.detailIcon {
  position: relative;
}
.detailIcon a {
  color: #C9A252;
  margin-right: 15px;
  text-decoration: none;
}
.detailIcon a:after {
  content: '';
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top: 7px;
  width: 13px;
  height: 12px;
  margin-left: 5px;
}
.detailIcon a:hover {
  opacity: 0.8;
}
/*Botton*/
a.btn,p.btn a,input.btn,div.btn {
  display: block;
  border-radius: 26.5px;
  background: #fff;
  border: 1px solid #C9A252;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 50px;
  text-align: center;
  color: #C9A252;
  margin: 40px auto 0;
  width: 288px;
  height: 53px;
  position: relative;
  vertical-align: text-top;
}
a.btn:after,p.btn a:after,input.btn:after,div.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #C9A252;
  border-right: 1px solid #C9A252;
  transform: rotate(45deg);
  margin-top: -5px;
}
a.btn:after,p.btn a:after,input.btn:after,div.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #C9A252;
  border-right: 1px solid #C9A252;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn.number {
  font-size: 2.2rem;
}
a.btn,p.btn a,div.btn a {
  text-decoration: none;
}
a.btn:hover,p.btn a:hover,input.btn:hover {
  text-decoration: none;
  background: #C9A252;
  border: 1px solid #fff;
  color: #fff;
}
a.btn:hover:after,p.btn a:hover:after,input.btn:hover:after,a.btn:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn.half {
  width: 158px;
}
.btn.half:after {
  right: 15px;
}
.btn.ctaBooking a:hover {
  background: #fff;
  color: #FC803E;
}
.btn.ctaBooking a:hover:after {
  border-top: 1px solid #FC803E;
  border-right: 1px solid #FC803E;
}
.btn.ctaBooking.main a {
  background: #ed777c;
}
.btn.ctaBooking.branch a {
  background: #A17E8E;
}
.btn.ctaBooking.main a:hover {
  background: #fff;
  color: #ed777c;
}
.btn.ctaBooking.branch a:hover {
  background: #fff;
  color: #A17E8E;
}
.btn.ctaBooking {
  border: 1px solid #fff;
}
.btn.ctaBooking a {
  color: #fff;
  background: #Fc803E;
  border: none;
  width: 288px;
  height: 53px;
  border-radius: 26.5px;
  display: block;
}
.btn.ctaBooking:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn.ctaBooking:hover:after {
  border-top: 1px solid #D83852;
  border-right: 1px solid #D83852;
}
.ctaTel {
  color: #333;
  display: inline;
  font-size: 2.4rem;
  letter-spacing: 0.04rem;
  position: relative;
  text-align: center;
}
.ctaTel a {
  color: #333;
}
.ctaTel:before{
  content: '';
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_tel_v2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top: 7px;
  left: -25px;
  width: 19px;
  height: 25px;
}
.ctaTel a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
ul li {
  padding-left: 1em; 
  margin-top: 16px;
  text-indent: -.7em;
}
ul li:before {
  content: "• ";
  color: #C9A252;
}
ol {
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
ol li { 
  margin-top: 16px;
}

table {
  margin-top: 20px;
  width: 90vw;
}

table th,td {
  padding: 10px;
  font-weight: normal;
}
table th {
  background: #FEF9FB;
}
table th img {
  line-height: 1;
}

table tr:nth-child(odd) td {
  background: #F9F9F9;
}

table tr:nth-child(even) td {
  background: #fff;
}

table.different th:nth-child(1) {
  width: 24%;
}

table.different th:nth-child(2) {
  width: 38%;
}

table.different th:nth-child(3) {
  width: 38%;
}

.wp-block-table {
  margin: 0;
}

.price table tr td:nth-child(2) {
  text-align: right;
}

.tableA table th,.tableA table td {
  background: none;
  color: #333;
  padding: 10px;
}

.tableA table th {
  width: 18vw;
  text-align: left;
  vertical-align: middle;
}
figure {
  margin-inline-start: 0;
  margin-inline-end: 0;
}
section.banner .banner-inner {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
section.requestForm {
  margin-top: 0;
}
section.requestForm .requestFormInner {
  margin: 0 auto;
  width: 90%;
  background: #FEF9FB;
  padding: 10px 20px 30px;
}
section.requestForm .requestFormInner h2 {
  margin-bottom: 20px;
}
section.requestForm .requestFormInner p {
  font-size: 1.6rem;
  text-align: center;
}
section.requestForm .requestFormBtn {
  margin: 0 auto;
  background: #fff;
  text-align: center;
  width: 95%;
  border: 1px solid #987e8c;
  filter: drop-shadow(3px 6px 12px rgba(0, 0, 0, 0.16));
  position: relative;
}
section.requestForm .requestFormBtn a {
  display: block;
  padding: 20px 12px 20px 49px;
  font-size: 2.0rem;
  text-align: center;
}
section.requestForm .requestFormBtn a:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 12px;
  width: 34px;
  height: 43px;
  margin: auto;
  content: '';
  text-indent: 0;
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_note.svg);
  background-repeat: no-repeat;
  border: none;
}
section.requestForm .requestFormBtn.reserve a:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 45px;
  width: 42px;
  height: 43px;
  margin: auto;
  content: '';
  text-indent: 0;
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_calendar.svg);
  background-repeat: no-repeat;
  border: none;
}
/*Icon*/
@font-face {
  font-family: 'icomoon';
  src:
    url('../font/icomoon.ttf?ffcqqh') format('truetype'),
    url('../font/icomoon.woff?ffcqqh') format('woff'),
    url('../font/icomoon.svg?ffcqqh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-launch-24px:before {
  content: "\e900";
}
.icon-mail-24px:before {
  content: "\e901";
}
/*English font*/
.en {
  font-family: gautreaux;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.en.title {
  font-size: 1.8rem;
  margin-bottom: -10px;
  text-align: center;
}
.en.copyright {
  color: #fff;
  font-size: 14rem;
  text-align: center;
}
.highlight {
  color: #fff;
  background-color: #349bc7;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.highlight a {
  color: #fff;
  text-decoration: underline;
}
.highlight a:hover {
  text-decoration: none;
}
.highlight2 {
  color: #fff;
  background-color: #58b765;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.lineBtn {
  background: #fff;
  color: #07B53B;
  border: 1px solid #07B53B;;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  width: 240px;
  height: 73px;
  z-index: 97;
  border-radius: 37.5px;
  margin: 40px auto 20px;
}
.lineBtn.rc {
  bottom: 20px;
}
.lineBtn a {
  background: #fff;
  color: #07B53B;
  display: block;
  font-size: 2.2rem;
  line-height: 1.1;
  padding: 8px 5px 17px 16px;
  text-decoration: none;
  border-radius: 37.5px;
  position: relative;
}
.lineBtn a:before {
  content: '';
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_line.svg);
  background-size: contain;
  position:absolute;
  top: 18px;
  left: 16px;
  width: 38px;
  height: 38px;
}
.lineBtn a:hover {
  background: #07B53B;
  color: #fff;
}
.lineBtn span {
  font-size: 1.6rem;
}
/* Header ***************************************************/
.header {
  width: 100%;
  height: 64px;
  background: rgb(255,255,255,0.7);
  position: relative;
  top: -26px;
  z-index: 1;
}
.header .logo {
  padding: 10px 10px;
  display: inline-block;
}
.header .logo.mukogawa {
  padding: 10px 0 10px 0;
}
.header .logo img {
  /*width: 243px;*/
  /* width: 170px; */
  width: 154px;
}
.header .sitename {
  position: absolute;
  left: 36px;
  top: 43px;
  font-size:1.1rem
}
.header .sitename.mukogawa {
  left: 204px;
}
.header .sitename img {
  width: 150px;
}
.header .instaIcon {
  position: absolute;
  right: 15vw;
  top: 20px;
}
/*Navi*/
.globalNavi {
  display: none;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 201;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger.isActive {
  background: rgb(255,255,255,0.7)!important;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 24px;
  height  : 2px ;
  left    : 9px;
  background : #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 9px;
  background: #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  background :#333;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 9999;
  display: none;
  top  : 0;
  left : 0;
  color: #fff;
  background: #FAFAE6;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp.active {
  position: fixed;
  z-index : 200;
  display: initial;
}
nav.globalMenuSp ul {
  margin: 64px auto 0;
  padding: 0;
  overflow: auto;
  /* height: 100%; */
  width: 100%;
  padding-bottom: 100px;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 20px;
}
nav.globalMenuSp ul li a:hover{
  background : #fff;
}
nav.globalMenuSp ul li:before{
  content: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1em 0;
  text-decoration :none;
}
/*アコーディオン*/
.toggle_wrap:last-of-type {
  border-bottom: 1px solid #a17e8e;
}
.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
}
.toggle_switch.open {
  border-bottom: 1px solid #a17e8e;
}
.toggle_switch:hover {
  background-color: #fdf2f7;
  color: #a17e8e;
}
.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  fill: #a17e8e;
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  background: #fff;
  display: none;
  padding: 5px 10px;
  margin: 0!important;
}
nav.globalMenuSp .toggle_contents li a {
  color: #333;
}
/*Contents*/
.under section {
  margin: 40px 0 0;
}
section .inner {
  margin: 80px auto 0;
  width: 90vw;
}
section .inner:nth-child(2) {
  margin: 0 auto;
}
section .inner  img {
  margin: 0 auto;
  display: block;
}
section .inner img.invisalignLogo {
  margin: 0 auto 20px;
}
section .inner  {
  margin: 80px auto 0;
  width: 90vw;
}
section .staffBox {
  background: #FFC2C4;
  position: relative;
  max-height: 410px;
}
section .staffBoxGray {
  background: #f2f2f2;
}
section .staffBox .staffName {
  position: absolute;
  top: 56px;
  left: 11vw;
  text-align: center;
  margin-bottom: -60px;
}
section .staffBox .staffName .name {
  font-size: 2.6rem;
  margin-bottom: 0;
}
section .staffBox .staffName .position {
  font-size: 1.8rem;
}
section .staffBox .staffName .en {
  margin-top: 5px;
}
section .staffBox .staffPic {
  height: 270px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: -60px;
}
section .staffBox .staffPic .maekawa {
  position: absolute;
  left: 50px;
  bottom: 0;
  max-width: 113%;
}
section .staffBox .staffPic .maekawaTop {
  position: absolute;
  left: 50px;
  bottom: 0px;
  max-width: 113%;
}
section .staffBox .staffPic .ito {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 110%;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}
/*Slider*/
section .slick-wrp {
  margin-top: 40px;
}
section .slick-box .slick-ttl,section .slick-box .slick-txt {
  text-align: center;
}
section .slide-dots {
  text-align: center;
}
section .slide-dots button {
  cursor:pointer;
}
section .slide-dots li {
  display: inline-block;
  width: 30px;
  margin: 0;
  background: #FCEEF4;
}
section .slide-dots li:before {
  content: none;
}
section .slide-dots li button {
  position: relative;
  width: 100%;
  text-indent: -9999px;
  border: none;
  background: #FCEEF4;
  outline: none;
}
section .slide-dots li button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: '';
  text-indent: 0;
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_carousel_off.svg);
  background-repeat: no-repeat;
  background-color: #FCEEF4;
  border: none;
}
section .slide-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: '';
  text-indent: 0;
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_carousel_on.svg);
  background-repeat: no-repeat;
  background-color: #FCEEF4;
  border: none;
}
/* BreadCrumb ***************************************************/
.breadcrumb-area {
  display: none;
  text-align: right;
}
/* Footer ***************************************************/
footer {
  background: #DFEFE2;
  color: #333;
  margin: 80px auto 0;
  padding:20px 0 140px;
}
footer .footerBox p {
  text-align: left;
}
footer .footerBox img {
  display: block;
  margin: 0 auto;
}
footer .footerBox .clinicBox {
  margin: 0 auto 40px;
  width: 90vw;
}
footer .footerBox .clinicBox p {
  margin: 0;
}
footer .footerBox .clinicBox h2 {
  font-size: 1.9rem;
  text-align: left;
  margin: 0;
}
footer .footerBox .clinicBox .koshien h2 {
  color: #ED777C;
}
footer .footerBox .clinicBox .mukogawa h2 {
  color: #B03F45;
}
footer .footerBox .addressBox {
  margin: 20px auto 0;
  width: 90vw;
  position: relative;
}
footer .footerBox .addressBox .map {
  position: absolute;
  right: 20px;
  top: 59px;
}
footer .footerBox .addressBox .btn {
  margin: 20px 0 20px 0;
  width: 150px;
  font-size: 1.35rem;
}
footer .footerBox .addressBox .btn:after {
  right: 15px;
}
footer .footerBox .addressBox .btn:hover {
  background-color: #fff;
}
footer .footerBox .addressBox .btn.koshien {
  color: #349BC7;
  border: 1px solid #349BC7;
}
footer .footerBox .addressBox .btn.koshien:after {
  border-top: 1px solid #349BC7;
  border-right: 1px solid #349BC7;
}
footer .footerBox .addressBox .btn.mukogawa {
  color: #B03F45;
  border: 1px solid #B03F45;
}
footer .footerBox .addressBox .btn.mukogawa:after {
  border-top: 1px solid #B03F45;
  border-right: 1px solid #B03F45;
}
footer .footerBox .addressBox .address {
  text-align: left;
  width: 90vw;
  margin: 20px auto 0;
}
.timetableBox {
  margin: 0 auto;
  width: 90vw;
}
.timetableBox .timetable {
  border-collapse: collapse;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 auto;
  width: 90vw;
}

.timetableBox .timetable tr {
  border-bottom: 1px dotted #333;
}
.timetableBox .timetable th {
  padding: 5px;
  width: 90px;
  background: none;
  color: #333;
}

.timetableBox .timetable td {
  background: none;
  padding: 15px 5px;
  width: 18px;
}
.timetableBox .caution .map {
  float: left;
  margin: 0;
}
.timetableBox .caution {
  margin: 0 auto;
  /* width: 90vw; */
}
 .timetableBox .caution .btn {
  margin: 0;
  width: 90vw;
}
.timetableBox .caution .btn.half {
  margin: 0;
  width: 48vw;
}
.timetableBox .caution p {
  font-size: 1.4rem;
  text-align: right;
}
footer .footerBox.bannerBox {
  margin: 40px auto 0;
  width: 90vw;
}
footer .footerBox .bannerBox ul {
  padding: 0;
}
footer .footerBox .bannerBox li {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
footer .footerBox .bannerBox li:before {
  content: none;
}
footer .footerBox .bannerBox li img {
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.16);
  width: 90vw;
}
footer .footerBox .bannerBox li .text {
  margin-top: -20px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 90vw;
  text-align: left;
  text-indent: 0;
}
footer .footerBox .textLink {
  margin: 40px auto 0;
  width: 90vw; 
}
footer .footerBox .textLink ul {
  padding: 0;
}
footer .footerBox .textLink li {
  list-style: none;
  text-align: center;
}
footer .footerBox .textLink li:before{
  content: none;
}
footer .footerBox .textLink a {
  /* color: #fff; */
  text-align: center;
}
footer .footerBox .copyright {
  text-align: center;
}
/*FooterNavi*/
.fixedMenu {
  opacity: 0;
}
.fixedMenu.isActive {
 width: 100%;
 font-size: 0;
 opacity: 1;
}
.fixedMenu.isActive ul {
 bottom: 0;
 display: flex;
 list-style: none;
 padding:0;
 position: fixed;
 margin:0;
 width:100%;
 z-index: 99;
}
.fixedMenu.isActive li {
 justify-content: center;
 align-items: center;
 width: 50%;
 /* padding:0 50px 0 0; */
 margin:0;
 font-size: 1.8rem;
 line-height: 1.2;
 text-indent: 0;
 border-radius: 35px;
}
.fixedMenu.isActive li.cta3 {
  width: 100%;
}

.fixedMenu.isActive li:before {
  content: none;
}
.fixedMenu.isActive li span {
  font-size: 1.2rem;
}
.fixedMenu.isActive li.cta1 {
 background: #fff;
 border-right: 1px solid #fff;
 border: #07B53B 1px solid;
 /* padding-left: 20px; */
}
.fixedMenu.isActive li.cta1:before {
  content: '';
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top: 20px;
  left: 10px;
  width: 27px;
  height: 27px;
}
.fixedMenu.isActive li.cta2 {
  background: #D83852;
  /* border: #C7495D 1px solid; */
  /* padding-left: 20px; */
  padding-left: 0;
  position: relative;
}
.fixedMenu.isActive li.cta2.main {
  background: #FC803E;
}
.fixedMenu.isActive li.cta2.branch {
  background: #A17E8E;
}
 .fixedMenu.isActive li.cta2:before {
  content: '';
  background-image: url(./img/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top: 20px;
  left: 7%;
  width: 27px;
  height: 27px;
}
.fixedMenu.isActive li a {
  color: #fff;
 text-align: center;
 display: block;
 width: 100%;
 /* padding: 7px 25px 13px; */
}
.fixedMenu.isActive li:first-child a {
  /* color: #07B53B; */
}
.fixedMenu.isActive li a:hover {
  text-decoration: none;
}
.fixedMenu.isActive li.cta3 {
  background: #D83852;
  padding-left: 0;
  padding-top: 6px;
  position: relative;
  color: #fff;
  width: 100%;
}
.fixedMenu.isActive li.cta3 a {
  color: #fff;
}
 .fixedMenu.isActive li.cta3:before {
  content: '';
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_tel_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top: 20px;
  left: 10px;
  width: 27px;
  height: 27px;
}
.anotherTelfixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.anotherTelfixed p {
  font-size: 1.2rem;
  text-align: center;
}
.case-top h2 {
  line-height: 1.6;
}
.case-top .inner {
}

.case-top .case-top__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}
.case-top .case-top__item {
  position: relative;
  background-color: #DFEFE2;
  padding: 20px 20px 40px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.case-top .case-top__item h3 {
  margin-bottom: 30px;
}
.case-top .case-top__item + .case-top__item {
  margin-top: 0px;
}
.case-top .photo-block {
  display: flex;
  justify-content: space-between;
  background: url("/wp-content/themes/mukogawadentaldesign/assets/img/case/icon_arrow01.png") no-repeat center center;
  margin-bottom: 40px;
}
.case-top .photo-block .photo {
  width: 43.98%;
  position: relative;
}
.case-top .photo-block .photo .tag {
  width: 74px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #349BC7;
}
.case-top .photo-block .photo:nth-child(2) .tag {
  background-color: #58B765;
}
.case-top .detail-block {
  background-color: #F6F1EB;
  padding: 20px;
  display: flex;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.case-top .detail-block .box {
  width: 100%;
}
.case-top .detail-block .box dl {
  display: flex;
  margin: 0;
}
.case-top .detail-block .box dl + dl {
  margin-top: 16px;
}
.case-top .detail-block .box dl dt {
  width: 6em;
  font-weight: bold
}
.case-top .detail-block .box dl dd {
  margin: 0; 
}
.case-top .point {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.case-top .serial {
  position: absolute;
  bottom: 40px;
  right: 20px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.case-top .addition {
  padding: 0 20px 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.case-top .addition dl {
  display: flex;
  margin: 0;
}
.case-top .addition dl + dl {
  margin-top: 16px;
}
.case-top .addition dl dt {
  width: 7em;
  font-weight: bold;
  text-align: left;
}
.case-top .addition dl dd {
  width: calc(100% - 7em);
  margin: 0;
  text-align: left;
}

.case-top .photo-block .photo + .photo {
  margin-top: 0;
}
.case-top .button {
  margin-top: auto;
}


/* UnderLayer ***************************************************/
.under {
  position: relative;
}
.under section {
  margin: 0 auto;
  width: 90vw;
}
.under .kvBg {
    background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_under_kv_v2.jpg);
    background-color: #111;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 200px;
    z-index: -99;
}
.under h1 {
  height: 120px;
  padding-top: 120px;
}
.under p.en.title {
  margin-top: 80px;
}
.under .indexBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.under .indexItem {
  margin-bottom: 40px;
  padding: 0;
  width: 315px;
}
.under .indexItem a {
  color: #333333;
}
.under .indexItem a:hover {
  text-decoration: none;
  color:#D83852;
}
.under .indexItem h2,.under .indexItem h3 {
  font-size: 1.8rem;
  font-weight: normal;
  /* padding: 0 30px; */
}
.under .indexItem a h2,.under .indexItem a h3 {
  position: relative;
  text-decoration: none;
  margin: 0;
}
.under .indexItem a h2:after,.under .indexItem a h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #987E8C;
  border-right: 1px solid #987E8C;
  transform: rotate(45deg);
  margin-top: -5px;
}
.under .pageIndex {
  background: #fff;
  padding: 5px 20px 20px;
}
.under .pageIndex a {
  text-decoration: underline;
}
.wp_social_bookmarking_light {
  float: right;
  margin-top: 40px!important;
}
.wp_social_bookmarking_light:after {
  content: "";
  clear: both;
  display: block; 
}
.grecaptcha-badge { 
  visibility: hidden;
}
.under .form th,.under .form td {
  display:block!important;
  width: 90vw!important;
}
.under .form td input[type="text"],.under .form td input[type="email"],.under .form td input[type="tel"] {
  height: 34px!important;
  margin-top: 10px!important;
  padding-left: 10px!important;
  width: 70vw!important;
}
.under .form .haveto {
  background: #fff;
  color: #A17E8E;
}
/* Indivisual ***************************************************/
/*20211002トップページ*/
.kv .lead {
  line-height: 1.8;
  margin: 0 auto;
  position: relative;
  top: -34px;
  width: 90vw;
  z-index: -6;
}
/*whatsnew*/
.whatsnew a {
  text-decoration: none;
}
.whatsnew dl {
  border-bottom: 1px dotted #707070; 
  padding: 10px;
  position: relative;
}
.whatsnew dt {
  color: #333;
  margin-bottom: 8px;
}
.whatsnew dd {
  color: #333;
  margin: 0;
}
.whatsnew hr {
  display: none;
}
.whatsnew .newmark {
  font-size: 12px;
  padding: 0px 2px 4px;
  vertical-align: middle;
  color: #fff;
  background-color: #A17E8E;
  position: absolute;
  top: 14px;
  left: 135px;
  text-align: center;
  width: 38px;
  height: 16px;
}
.merit {
  background: #FEF9FB;
  padding: 40px 10px;
}
.merit h2 {
  line-height: 1.6;
}
.merit .meritBox {
  width: 290px;
  margin: 0 auto;
}
.meritBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.meritBox .meritItem {
  width: 144px;
}
.meritBox .meritItem h3 {
  margin-bottom: 20px;
}
.meritBox .meritIcon {
  margin: 0 auto;
  display: block;
}
.meritBox .meritText {
  text-align: center;
}
.meritBox .meritText .en {
  font-size: 2.4rem;
}
section .inner .floatBox {
  margin-top: 50px;
}
section .note {
  background-color: #F9F9F9;
  margin-top: 60px;
  padding: 40px 22px;
}
/*From*/
.from {
  margin-top: 40px;
}
.fromItem {
  padding-top: 16px;
  flex-wrap: wrap;
}
.fromItemLabel {
  max-width: inherit;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.fromItemLabel.isMsg {
  margin-top: 0;
}
.fromItemLabelRequired {
  margin-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #A17E8E;
  color: #fff;
  font-size: 1.4rem;
}
.fromItemInput {
  margin-left: 0;
  margin-top: 10px;
  height: 40px;
  flex: inherit;
  font-size: 1.6rem;
  padding-left: 10px;
  width: 85vw;
}
.fromItemTextarea {
  margin-top: 0;
  margin-left: 0;
  height: 200px;
  flex: inherit;
  font-size: 15px;
  padding: 10px;
  line-height: 1.6;
  width: 85vw;
}
.fromBtn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.fromBtn {
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 160px;
  font-size: 16px;
}
section .inner .staffTxt.staffmaekawa {
  margin-top: 80px;
}
section .inner .staffTxt.staffIto {
  margin-top: 80px;
}
/*トップページ*/
.top section {
  margin-bottom: 80px;
}
.top section.kv {
  margin-bottom: 0;
}
.top section h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.kv {
  position: relative;
  z-index: -11;
 }
.full {
  display: inline;
  z-index: -10;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 60% top 110px;
  height: 100svh;
  margin: 0 0 -64px;
  z-index: -1;
  position: relative;
  top: -117px;
  z-index: -9;
}
.full div.img02 {
  background-image: url(./img/kv_pediatric01_v2.avif);
  margin-left: -100px;
  z-index: -8;
  background-size:cover;
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}
.kv {
  z-index: 0;
  }
.kv .subCopy {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  background: #FCCB3E;
  padding: 0 10px;
  position: absolute;
  border-radius: 50px;
  bottom: 32%;
  left: 10px;
  z-index: -7;
}
.kv .subCopy span {
  font-size: 2.2rem;
}
.kv .subCopy a {
  color: #fff;
  text-decoration: none;
}
.kv .copy {
  color: #349bc7;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.8;
  margin: 0;
  position: absolute;
  bottom: 20%;
  left: 10px;
  z-index: -7;
  box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
   text-align: left;
  display:inline-block;
}
.kv .copy span {
  background-color: #fff;
  padding: 10px;
  opacity: 1;
}
.kv .usp {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.kv .usp dl {
  flex-flow: row wrap;
  width: 106px;
}
.kv .usp dt {
  background: url(./img/img_green_hexagon.avif)center/106px 106px no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
  height: 85px;
  padding-top: 39px;
  letter-spacing: 0.001rem;
  line-height: 1.2;
  text-align: center;
  width: 106px;
}
.kv .usp dt span {
  font-size: 1.2rem;
}
.kv .usp dt a{
  color: #fff;
}
.kv .usp dt span.number {
  font-size: 2.0rem;
}
.kv .usp dd {
  background: #c9a252;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 6px 12px;
  margin: 0;
  text-align: center;
 }
 .kv .provider {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 84px;
 }
 .kv .mamatokodomo {
  background-color: #E40080;
  padding: 10px;
  text-align: center;
  margin-top: -20px;
  position: absolute;
  width: 100%;
  bottom: 60px;
  height: 38px;
 }
 .top .mainHx {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.top .subHx {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.top .inner{
  margin: 40px auto 0;
  text-align: center;
}
.top .topics {
  margin: 0 auto;
  width: 90vw;
  background: #fff;
}
.top .topics dl {
  padding: 10px;
  text-align: left;
}
.top .topics dt {
  margin-bottom: 10px;
}
.top .topics dd {
  border-bottom: 1px dotted#333;
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dentalcheckup {
  background: #fff;
  padding: 40px 0 80px;
}
.dentalcheckupBox {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
.dentalcheckupItem:nth-child(1) {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.dentalcheckupItem:nth-child(2) img {
  width: 90%;
  margin-top: 10px;
} 
.dentalcheckupItem .bubble {
  font-size: 1.6rem;
  background: #EB347C;
  padding: 0 8px;
  position: relative;
  color: #fff;
  display: inline-block;
}
.dentalcheckupItem .bubble:before {
  border: 7px solid transparent;
  border-top: 7px solid #EB347C;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}
.dentalcheckupItem h2 {
  color: #EB347C;
  text-align: left;
}
.dentalcheckupSample {
  background: #F6F1EB;
  width: 80%;
  position: relative;
  padding: 20px;
  margin: 0 auto 40px;
}
.dentalcheckupSample figure {
  margin: 0;
  width:100%;
}
.dentalcheckupSample figure img {
  margin: 0;
}
.dentalcheckupSample .icon {
  position: absolute;
  right: 20px;
  bottom: 48px;
  width: 90px;
}
.dentalcheckupFlow {
  position: relative;
}
.dentalcheckupFlow h3 {
  display: block;
  background: #C9A252;
  height: 40px;
  color: #fff;
  padding-top: 5px;
  font-size: 2.0rem;
  font-weight: normal;
  margin: 0 auto;
}
.dentalcheckupFlow li {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.dentalcheckupFlow .icon {
  display: none;
}
.dentalcheckupCV {
  background: #FEF9FB;
  position: relative;
  padding: 24px 40px 20px 24px;
}
.dentalcheckupCV h3 {
  color: #EB347C;
  font-size: 2.6rem;
  text-align: center;
  margin: 0;
}
.dentalcheckupCV ul {
  margin-bottom: 50px;
}
.dentalcheckupCV li {
  text-align: left;
  text-indent: 0;
  padding-left: 40px;
  position: relative;
}
.dentalcheckupCV li:before {
  content: "";
  background: url(../img/icon_check2.svg) no-repeat;
  position: absolute;
  width: 26px;
  height: 27px;
  left: 0px;
}
.dentalcheckupCV .btn {
  position: inherit;
  margin: 0 auto;
}
.symptoms {
  background: #DFEFE2;
  padding: 40px 0;
}
.symptoms h2 {
  line-height: 1.6;
}
.symptoms .worry {
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_symptoms_flower_v2.webp)center;
  padding: 40px 20px 40px;
  margin-bottom: 60px;
  background-size: cover;
}
.symptoms .subHx {
  color: #333;
  display: inline;
  font-size: 2.2rem;
  padding: 8px;
	line-height: 1.4;
  text-align: center;
}
.symptoms ul {
  margin-left: 30px;
  text-align: left;
  margin-top: 40px;
}
.symptoms li {
  font-size: 2.0rem;
  /* list-style-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_check.svg); */
  text-indent: 0;
  padding-left: 10px;
  position: relative;
}
.symptoms li:before {
  content: "";
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_check.svg) no-repeat;
  position: absolute;
  width: 26px;
  height: 27px;
  left: -30px;
}
.symptoms li span {
  color: #58B765;
}
.invisalign {
  background: #9A4667;
  padding: 40px 10px;
}
.invisalign .mainHx {
  color: #fff;
  margin-bottom: 20px;
}
.invisalign .invisalignImg {
  margin: 20px auto;
}
.invisalign .merit .meritItem{
  background:url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_invisalign_flower.webp) right bottom/30px 91px #fff no-repeat;
  width: 90vw;
  height: 113px;
  counter-increment: num;
}
.invisalign .merit .meritItem h3 {
  color: #EB347C;
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
  
}
.invisalign .merit .meritItem h3:before {
  content: counter(num);
  color: #fff;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #EB347C;
  border: 1px solid;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
}
.invisalign .merit .meritItem p {
  margin: 0 auto;
  text-align: center;
  width: 80vw;
}
.mouthpeace .solution .solutionItem {
  background: #fff;
  counter-increment: num;
  margin: 0 auto 40px;
  position: relative;
  width: 86vw;
}
.mouthpeace .solution .solutionItem:before {
  color: #EB347C;
  content: counter(num);
  font-weight: bold;
  padding-top: 7px;
  position: absolute;
  right: 28px;
  text-align: center;
  z-index: 3;
}
.mouthpeace .solution .solutionItem:after {
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_solution_flag.svg) top right/47px 63px no-repeat;
  content: "";
  height: 63px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 47px;
  z-index: 1;
}
.mouthpeace .solution .solutionItem h3:after {
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  position: absolute;
  right: 14px;
  top: 5px;
  width: 28px;
  z-index: 2;
}
.mouthpeace .solution .solutionItem h3 {
  color: #EB347C;
  font-size: 2.0rem;
  margin: 12px auto 0;
  width: 80vw;
}
.mouthpeace .solution .solutionItem p {
  margin: 0 auto;
  width: 80vw;
  padding: 8px 0 17px;
}
.totalTreatment {
  margin: 0 auto;
  width: 95vw;
}
.totalTreatmentItem {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 40px;
}
.totalTreatmentItem h3 {
  color: #EB347C;
  margin: 0 auto;
  order: 2;
}
.totalTreatmentItem img {
  margin: 0 auto 18px;
  order: 1;
}
.counseling {
  padding: 0;
}
.counseling .inner {
  margin: 0 auto;
}
.counseling .inner h2 {
  display: inline;
  font-size: 2.4rem;
  padding: 6px 11px;
}
.counseling .inner .counselingSubcopy {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.counseling .inner p {
  text-align: center;
}
.counselingItem {
  background: #FEFAE6;
  margin: 20px auto 40px;
  border-radius: 20px;
}
.counselingItem:last-child {
  margin-bottom: 0;
}
.counselingItemInner {
  padding: 20px 0px;
  margin: 0 auto;
  text-align: center;
}
.counselingItem .counselingItemInner h3 {
  font-size: 2.2rem;
  margin: 0;
  padding: 10px 11px;
}
.counselingItem .counselingItemInner h3.koshien {
  background: #ED777C;
  color: #fff;
}
.counselingItem .counselingItemInner h3.mukogawa {
  background: #D83852;
  color: #fff;
}
.counselingItem .counselingItemInner h3.koshien:before {
  border-top: 7px solid #ED777C;
}
.counselingItem .counselingItemInner h3.mukogawa:before {
  border-top: 7px solid  #D83852;
}
.counselingItem .counselingItemInner ul {
  width: 84vw;
}
.counselingItem .counselingItemInner li {
  font-size: 1.6rem;
  text-align: left;
  list-style: disc;
  padding: 0;
}
.counselingItem .counselingItemInner li:before {
  content: "";
  background: none;
}
.counselingItem .counselingItemInner .mukogawa {
  color: #D83852;
  margin: 6px auto 14px;
}
.counselingItem .counselingItemInner .koshien {
  color: #ed777c;
  margin: 6px auto 14px;
}
.counselingItem .counselingItemInner img {
  padding: 20px 0;
}
.counselingItem .counselingItemInner p {
  text-align: center;
  font-weight: bold;
}
.counselingItem .counselingItemInnerBox {
  border-bottom: 1px solid #000;
  width: 80%;
  margin: 0 auto;
}
.counselingItem .counselingItemInnerBox:last-child {
  border-bottom: none;
}

.resonBox {

}
.resonBox .resonBoxItem {

}
.resonBox .resonBoxItem h3 {
  line-height: 1.6;
  padding: 0 10px;
}
.resonBox .resonBoxItem h3 span {
  padding: 0 5px;
}
 .resonBox .resonBoxItem img {
  margin: 20px auto;
}


.ctaArea {
  background: #FEF9FB;
  width: 90vw;
  margin: 0 auto;
  padding: 20px 10px;
}
.ctaArea .ctaAreaBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem {
  position: relative;
  background: #fff;
  padding: 36px 10px 20px;
  margin-bottom: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem .thum {
  text-align: center;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem p {
  text-align: center;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem .step {
  position: absolute;
  top: -10px;
  left: 10px;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem .ctaButton {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem .ctaButton div {
  margin: 20px auto;
}
.LineAdviceArea {
  background: #fff;
  width: 100%;
  min-height: 475px;
}
.LineAdviceArea .inner {
  width: 90vw;
  padding: 20px 10px;
}
.LineAdviceArea .bubble {
  font-size: 1.6rem;
  background: #29B833;
  padding: 0 8px;
  position: relative;
  color: #fff;
  display: inline-block;
}
.LineAdviceArea .bubble:before {
  border: 7px solid transparent;
  border-top: 7px solid #29B833;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}
.reason h2 {
  padding: 5px;
  line-height: 1.6;
}
.reason .reasonItem {
  counter-increment: num;
  margin-bottom: 90px;
  position: relative;
}
.reason .reasonItem .inner {
  width: 100vw;
}
.reason .reasonItem .inner p {
  margin: 12px auto 0;
  width: 95vw;
}
.reason .reasonItem:after {
  content: counter(num);
  color: #fff;
  font-size: 1.8rem;
  padding-top: 4px;
  position: absolute;
  right: 24px;
  top: 10px;
  text-align: center;
  /* z-index: 3; */
}
/* .reason .reasonItem:nth-child(even):before {
  left: 24px;
  right: auto;
} */

.reason .reasonItem:before {
  background: url(./img/img_reason_flag.svg) top right/46px 62px no-repeat;
  content: "特徴";
  color: #fff;
  font-size: 1.6rem;
  height: 86px;
  padding-top: 0px;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  width: 40px;
  /* z-index: 1; */
}
/* .reason .reasonItem:nth-child(even):after {
  left: 10px;
  right: auto;
} */
.reason .reasonItem h3 {
  background: #349bc7;
  color: #fff;
  font-size: 1.8rem;
  padding: 4px 10px;
  position: absolute;
  top: -43px;
  left: 10px;
  text-align: left;
  border-radius: 31.5px;
  opacity: 0.85;
}
/* .reason .reasonItem:nth-of-type(even) h3 {
  left: auto;
  right: 10px;
  text-align: right;
} */
.greeting {
  background: #fff;
  padding: 40px 0;
}
.greeting .greetingInner {
  width: 90vw;
  margin: 0 auto;
}
.greeting .greetingInner h2 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.greeting .greetingInner .copy {
  font-size: 2.4rem;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}
.greeting .greetingContent {
  max-width: 350px;
  margin: 0 auto;
  width: 90%;
}
.greeting .greetingContent.deital {
  padding: 0 20px;
} 
.greeting .greetingContent img {
  width: 100vw;
  /* height: 90vw; */
  object-fit: cover;
  /* object-position: 100% -35px; */
  margin: 0 auto;
}
.greeting .greetingContentWork {

}
.greeting .greeitngContentWork img{
  width: 100vw;
  height: auto;
  object-fit: cover;
  object-position: 100%;
  margin: 20px auto;
}
.greeting .greetingInner dt {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.greeting .greetingInner dd {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.greeting.detail .work {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
  padding: 0 20px;
}
.greeting.detail .work .workList {
  display: block;
  width: 80vw;
}
.greeting.detail .career {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
  width: 80vw;
  padding: 0 10px;
}
.greeting.detail .career h3 {
  font-size: 2.0rem;
  color: #C9A252;
  border-bottom: 1px solid #C9A252;
  text-align: left;
  padding-left: 10px;
  width: 80vw;
}
.greeting.detail .career dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5;
}
.greeting.detail .career dt {
  width: 15vw;
  font-weight: normal;
}
.greeting.detail .career dd {
  width: 55vw;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
}
.simulation {
  background: #EDDBD8;
  padding: 40px 0;
}
.simulation .simulationInner {
  margin: 0 auto;
  text-align: center;
  width: 90vw;
}
.simulation .simulationInner h2 {
  background: #C9A252;
  color: #fff;
  font-size: 2.4rem;
  padding: 6px 11px;
  margin: 0 auto 20px;
  border-radius: 41.5px;
}

.simulation .simulationInner h3 {
  font-size: 1.6rem;
}
.simulation .simulationInner p {
  color: #333;
  text-align: left;
}
.simulation .simulationInner .subcopy {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.simulation .simulationSubtitle {
  width: 90vw;
  margin: 0 auto;
}
.simulation .simulationSubtitle .image {
  float: none;
  width: 90vw;
}
.simulation .simulationSubtitle .text {
  width: 90vw;
}
.simulation .simulationSubtitle .text h3 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 20px;
}
.simulation .simulationSubtitle .text p {
  text-align: left;
}
.simulation .simulationInner .ba {
  width: 90vw;
}
.simulation .simulationInner img {
  width: 90vw;
}
 .simulation .movieBox {
  margin: 40px auto;
  width: 90vw;
  display: flex;
  flex-direction: column;
}
.simulation .movie-wrap {
  height: 207px;
  margin-bottom: 20px;
  /* overflow: hidden; */
  /* padding-bottom: 56.25%; アスペクト比 16:9の場合の縦幅 */
  /* position: relative; */
}
.simulation .movie-wrap:last-child {
  margin-bottom: 0;
}
.simulation .movie-wrap iframe {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
}

.price {
  overflow-x: hidden;
}
.price .priceInner {

}
.price .priceInner h2 span {
  font-size: 16px;
  font-weight: normal;
}
 .price .priceInner .priceFree {
  background: #FCEEF4;
  height: 123px;
  margin: 0 auto 20px;
  max-width: 355px;
  position: relative;
  width: 90vw;
}
.price .priceInner .priceFree .consultationTitle {
  position: absolute;
  right: 32px;
  top: 25px;
  text-align: center;
}
.price .priceInner .priceFree .priceConsultation:before {
  content: "";
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_price_consultation.svg) no-repeat;
  height: 65px;
  position: absolute;
  top: 38px;
  left: 42px;
  width: 119px;
}
.price .priceInner .priceFree .simulationTitle {
  position: absolute;
  right: 0px;
  top: 19px;
  text-align: center;
}
.price .priceInner .priceFree .priceSimulation:before {
  content: "";
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_price_simulation.svg) no-repeat;
  height: 65px;
  position: absolute;
  top: 38px;
  left: 42px;
  width: 260px;
}
.price .priceInner .priceFree h3 {
  font-size: 1.7rem;
  display: inline;
  width: 176px;
}
.price .priceInner .priceFree h3 span {
  color: #EB347C;
  font-size: 4.3rem;
  line-height: 0.9;
}
.price .priceInner .invisalignKind {
  margin: 0 auto;
  width: 95vw;
}
.price .priceInner .invisalignKind h3 {
  color: #333;
  font-size: 2.0rem;
}
.price .priceInner .invisalignKind span {
  font-size: 1.3rem;
}
.price .priceInner .invisalignKind dt {
  margin: 0 auto;
  padding: 34px 20px 6px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.price .priceInner .invisalignKind dd {
  margin-left: 0;
  text-align: center;
  padding: 6px 20px 26px 20px;
}
.price .priceInner .invisalignKind .contentA {
  background: #fff;
}
.price .priceInner .invisalignKind a {
  text-decoration: underline;
}
.price .priceInner .invisalignKind a:hover {
  text-decoration: none;
}
.price .priceInner .invisalignKind .contentB {
  background: #F9F9F9;
}
.price .priceInner .monitarPrice {
  background: #fff;
  margin: 40px auto 0;
  padding: 20px 10px;
  width: 95vw;
}
.price .priceInner .monitarPrice h3 {
  font-size: 1.8rem;
}
.mtc {
  background-color: #F9F9F9;
  padding: 40px;
  margin: 80px auto 0;
}
.mtc p.en.title {
  margin-top: 0;
}
.merit .dentition {
  background: none;
}
.dentition {
  background: #fff;
  padding: 40px 0;
}
.dentition .dentitionInner {
  margin: 0 auto;
  width: 90vw;
}
.dentition .dentitionInner h2 {
  margin-bottom: 0;
}
.dentition .dentitionInner  p {
  text-align: center;
}
.dentition .dentitionInner .dentitionItemBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.dentition .dentitionInner .dentitionItem {
  display: flex;
  flex-direction: column;
  margin: 26px;
  width: 92px;
}
.dentition .dentitionInner .dentitionItem h4 {
  font-weight: normal;
  order: 2;
}
.dentition .dentitionInner .dentitionItem img {
  order: 1;
}
.dentition .dentitionInner .dentitionTxt{
  margin: 0px auto;
}
.flow {

}
.flow .flowInner {
  padding-bottom: 80px;
}
.flow .flowInner .flowItemBox {
  counter-increment: num;
  position: relative;
  
}
.flow .flowInner .flowItemBox:first-child:before,.flow .flowInner .flowItemBox:nth-child(4):before {
  content: "";
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img-flow-arrow_pr.svg) no-repeat;
  height: 676px;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 12px;
}
.flow .flowInner .flowItemBox .flowItem {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto 20px;
  width: 94vw;
}
.flow .flowInner .flowItemBox .flowItem h3 {
  color: #333;
  font-size: 2.0rem;
  margin-top: 10px;
  order: 2;
}
 .flow .flowInner .flowItemBox .flowItem h3:before {
  content: counter(num);
  color: #fff;
  position: absolute;
  top: 18px;
  left: 15px;
  /* z-index: 3; */
} 
.flow .flowInner .flowItemBox .flowItem img {
  background: #fff;
  padding: 4px;
  margin: 0 auto;
  order: 1;
  width: 90vw;
}
.flow .flowInner .flowItemBox .flowItem:before {
  content: "";
  top: 0;
  left: 5px;
  border-bottom: 77px solid transparent;
  border-left: 55px solid #349BC7;
  position: absolute;
  /* z-index: 1; */
}
.flow .flowInner .flowItemBox .flowItem:after {
  content: "Step";
  color: #fff;
  top: 0;
  left: 5px;
  padding-left: 5px;
  position: absolute;
  /* z-index: 2; */
}
.flow .flowInner .flowPoint {
  font-size: 2.0rem;
  color: #D83852;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
}
.flow .flowInner .flowPoint span {
  font-size: 1.6rem;
}
.problem {
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_symptoms_flower_v2.webp)no-repeat center/cover;
  padding: 40px 0;
}
.problem .problemInner .ac {
  width: 95vw;
  margin: 0 auto;
}
.problem .problemInner .ac-parent {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 1.8rem;
  margin-top: 30px;
  padding: 20px 35px 20px 45px;
	position: relative;
  text-align: left;
  vertical-align: middle; 
}
.problem .problemInner .ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 17px;
	height: 1px;
	background: #333;
	transform: translateY(-50%);
}
.problem .problemInner .ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 1px;
	height: 17px;
	background: #333;
	transform: translateY(-50%);
	transition: .3s;
}
.problem .problemInner .ac-parent span:before {
  content: "";
  left: 10px;
  position: absolute;
  top: 29%;
  color: #dfefe2;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('./img/icon_check_green.svg') center center / cover no-repeat;
}
.problem .problemInner .ac-parent.open {
  background-color: #dfefe2;
  color: #333;
}
.problem .problemInner .ac-parent.open:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 17px;
	height: 1px;
	background: #333;
	transform: translateY(-50%);
}
.problem .problemInner .ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
.problem .problemInner .ac-child {
  display: none;
  padding: 20px 10px;
  background-color: #fff;
  text-align: center;
}
.problem .problemInner .ac-child p {
  margin: 0;
}
.faq .faqInner .ac {
  width: 95vw;
  margin: 0 auto;
}
.faq .faqInner .ac-parent {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 1.8rem;
  margin-top: 30px;
  padding: 20px 35px 20px 35px;
	position: relative;
  text-align: left;
  vertical-align: middle; 
}
.faq .faqInner .ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 17px;
	height: 1px;
	background: #C9A252;
	transform: translateY(-50%);
}
.faq .faqInner .ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 1px;
	height: 17px;
	background: #C9A252;
	transform: translateY(-50%);
	transition: .3s;
}
.faq .faqInner .ac-parent span:before {
  content: "Q";
  left: 10px;
  position: absolute;
  top: 29%;
  color: #C9A252;
}
.faq .faqInner .ac-parent.open {
  background-color: #C9A252;
  color: #fff;
}
.faq .faqInner .ac-parent.open:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 17px;
	height: 1px;
	background: #fff;
	transform: translateY(-50%);
}
.faq .faqInner .ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
.faq .faqInner .ac-child {
  display: none;
  padding: 20px 10px;
  background-color: #fff;
  text-align: center;
}
.faq .faqInner .ac-child p {
  margin: 0;
}
section .mapBox #mapKoshien,section .mapBox #mapMukogawa {
  width: 100%;
  height: 600px;
}
.clinicInfo {
  position: relative;
}
.clinicInfo .content dt {
  margin: 0 auto;
  padding: 34px 20px 6px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.clinicInfo .content dd {
  margin-left: 0;
  text-align: center;
  padding: 6px 20px 26px 20px;
}
.clinicInfo .content .contentA {
  background: #fff;
}
.clinicInfo .content .contentB {
  background: #F9F9F9;
}
/* 治療の流れ */
.flowBox{
  counter-increment: num 1;
}
.flowBoxItem {
background-color: #F9F9F9;
padding: 40px 20px;
position: relative;

}
.flowBoxItem.start {
background-color: #FCEEF4;
}
.flowBoxItem:before {
content: counter(num, decimal-leading-zero);
font-family: gautreaux;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.2;
font-size: 6.0rem;
position: absolute;
right: 20px;
top: -10px;
}
.flowBoxItem .time {
  font-size: 3.6rem;
  text-align: center;
  margin: 0;
}
.flowBoxItem h2{
  margin-top: 0;
}
.flowBoxItem h3 {
  color: #C9A252;
  margin: 10px 0;
}
.flowBoxItem .pointBox {
  background-color: #fff;
  padding: 20px;
}
.flowBoxItem .pointBox h3 {
  color: #B11753;
}
.flowNext {
  font-size: 2.0rem;
  color: #C9A252;
  text-align: center;
  padding: 110px 0;
  position: relative;
  width: 100%;
  
}
.flowNext:before,.flowNext:after  {
  content: "";
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_flow_next.svg) no-repeat;
  height: 70px;
  width: 21px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flowNext:after {
  top: inherit;
  bottom: 20px;
}
.flowNext.end:after {
  content: inherit;
}

@media (min-width: 321px) {/*Android*/
  /*ここに321px〜360pxの記述*/
  /*Botton*/
  .btn {
    display: inline;
    width: 315px;
  }
  #fixedMenu li.cta1,#fixedMenu li.cta2 a {
    /* padding-left: 10px; */
    padding: 5px 0 15px;
    color: #fff;
  }
  #fixedMenu li.cta1,#fixedMenu li.cta2.full {
    width: 100%;
  } 
  .kv .subCopy {
    bottom: 33%;
  }
  .kv .copy {
    bottom: 20%;
  }
  .kv .usp {
    margin-top: 0px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .kv .usp dl {
    width: 33%;
  }
  .kv .usp dt {
    background: url(./img/img_green_hexagon.avif)center/115px 115px no-repeat;
    font-size: 1.8rem;
    height: 95px;
    padding-top: 32px;
    line-height: 1.4;
    width: 130px;
    color: #fff;
  }
  .kv .usp dt span {
    font-size: 1.4rem;
  }
  .kv .usp dt span.number {
    font-size: 2.4rem;
  }
  .kv .usp dt span.long {
    font-size: 1.2rem;
  }
  .kv .usp dt span.number.long {
    font-size: 2.0rem;
  } 
  .kv .usp dd {
    font-size: 1.3rem;
  }
  .price .priceInner .priceFree .consultationTitle {
    right: 56px;
  }
  .price .priceInner .priceFree .simulationTitle {
    right: 26px;
  }
  .dentition .dentitionInner .dentitionItem {
    width: 110px;
  }
/* ** */}
@media (min-width: 361px) {/*iPhone 8・iPhone X*/
/*ここに361px〜375pxの記述*/
.anotherTelfixed p {
  font-size: 1.5rem;
}
/* ** */}
@media (max-height: 667px) {
  .kv .subCopy {
    bottom: 34%;
}
.kv .copy {
    bottom: 21%;
}
}
@media (min-width: 376px) {/*Android*/
/*ここに376px〜412pxの記述*/
/* ** */}
@media (min-width: 413px) {/*iPhone 8+*/
/*ここに413px〜414pxの記述*/
/* ** */}
@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
/*ここに415px〜767pxの記述*/
section .staffBox .staffPic img {
  height: 410px;
  object-fit:none;
  object-position: calc(50% + 150px) 36%;
}
section .staffBox .staffName {
  position: absolute;
  top: 78px;
  left: calc(50% - 200px);
  text-align: center;
}
section .staffBox .staffName.maekawa {
  top: 78px;
  left: calc(50% - 80px);
}
.meritBox {
  justify-content: space-between;
}
.meritBox .meritItem {
  width: 126px;
}
section .staffBox .staffPic .maekawa,section .staffBox .staffPic .maekawaTop {
  position: absolute;
  bottom: -115px;
  right: 24px;
  object-fit: contain;
}
section .staffBox .staffPic .ito {
  height: auto;
  object-fit: none;
  object-position: 0px 163px;
  right: 60px;
}
section.appeal {
  margin: -50px 0 0px 0;
  z-index: 1;
}
/* ** */}
@media (min-width: 767px) {
/*ここに768px〜959pxの記述*/
/* Indivisual ***************************************************/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  z-index: -1;
  position: relative;
  top: -64px;
}
.kv .subCopy {
  font-size: 2.8rem;
  left: calc(50% - 370px);
  top: calc(50% - 490px);
  width: 480px;
  height: 80px;
}
.kv .copy {
  font-size: 5.8rem;
  line-height: 1.4;
  left: calc(50% - 370px);
  top: calc(50% - 390px);
}
.kv .usp {
  display: flex;
  justify-content: center;
  margin-top: -140px;
  position: absolute;
  left: calc(50% - 0px);
  top: calc(50% - -480px);
}
.kv .usp dl {
  margin-right: 10px;
  width: 200px;
}
.kv .usp dt {
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img_gold_hexagon_v2.webp)center/200px 200px no-repeat;
  font-size: 2.8rem;
  height: 200px;
  padding-top: 120px;
  line-height: 1.4;
  margin-top: 50px;
  width: 200px;
}
.kv .usp dt span {
  font-size: 1.8rem;
}
.kv .usp dt span.number {
  font-size: 2.8rem;
}
.kv .usp dd {
  font-size: 1.5rem;
  margin-top: -45px;
}
.kv .provider {
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50% - 110px);
  width: 160px;
}
.case-top .case-top__item {
  width: 440px;
}
/* ** */}
@media (min-width: 960px) {
/*ここに960px〜1023pxの記述*/
/* ** */}
@media (min-width: 1023px) {/*iPad横 iPad Pro縦*/
/*ここに1024px〜1059pxの記述*/
.sp {
  display: none !important;
}
.pc {
  display: inherit !important;
}
/* Header ***************************************************/
.header {
  background: rgb(255,255,255,0.7);
  left: 50%;
  position: fixed;
  margin: 40px auto 0;
  transform: translate(-50%, -30%);
  width: 1024px;
  height: 75px;
  z-index: 99;
  top: 0;
}
.header.isActive {
  background: rgb(255,255,255,1);
  border-radius: 37.5px;
}
.header .logo {
  padding: 9px 10px 9px 25px;
  float: left;
  width: 180px;
}
.header .logo.mukogawa {
  padding: 9px 10px 9px 10px;
}
.header .logo img {
  width: 180px;
}
.header .sitename {
  position: absolute;
  left: 50px;
  top: 48px;
  font-size: 1.25rem;
}
  .header .sitename.mukogawa {
  left: 255px;
}
.header .sitename img {
  width: 180px;
}
.header .globalNavi {
  display: inherit;
}
.header .globalNavi ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  margin: 25px 0 15px;
  left: 413px;
  width: 625px;
}
.header .globalNavi li {
  display: inline-block;
  font-size: 1.4rem;
  margin: 8px 0 0 15px;
  padding: 0;
  text-indent: 0;
}
.header .globalNavi li:before  {
  content: none;
}
.header .globalNavi li a {
  color: #333;
}
.header .globalNavi li a:hover {
  text-decoration: none;
}
.header .freedial {
  color: #333;
  font-size: 1.9rem;
  left: 859px;
  top: 18px;
  line-height: 1.3;
  margin-top: 5px;
  position: absolute;
  text-align: center;
}
.header .freedial span{
  color: #333;
  font-size: 1.2rem;
}
.header .contact {
  left: 979px;
  margin-top: 9px;
  position: absolute;
}
.header .contact img {
  width:20px;
}
main {
  overflow-x: initial;
}
/* BreadCrumb ***************************************************/
.breadcrumb-area {
  display: inherit;
}
/* Footer ***************************************************/
footer {
  margin: 200px auto 0;
  padding:20px 0 40px;
  position: relative;
}
footer .footerBox  {
  margin: 0 auto;
  width: 1024px;
}
footer .footeBoxr p {
  text-align: left;
}
footer .footerBox img {
  display: block;
  margin: 0;
}
footer .footerBox .clinicBox {
  margin: 0;
  width: 715px;
  position: relative;
}
footer .footerBox .logoBox p,footer .footer .logoBox img {
  margin: 0;
  text-align: center;
  width: 314px;
}
footer .footerBox .logoBox p {
  padding-bottom: 10px;
}
footer .footerBox .addressBox {
  margin: 0 ;
  width: 320px;
}
footer .footerBox .addressBox .map {
  position: absolute;
  right: -20px;
  top: 0px;
}
footer .footerBox .addressBox .btn {
  margin: 10px 0 0;
}
footer .footerBox .addressBox .btn.half{
  width: 158px;
}
footer .footerBox .addressBox .btn.koshien:after {
  border-top: none;
  border-right: none;
}
footer .footerBox .addressBox .btn.mukogawa:after {
  border-top: none;
  border-right: none;
}
footer .footerBox .addressBox .btn:after {
  border-top: none;
  border-right: none;
}
footer .footerBox .addressBox .btn.number {
  color: #333;
  border: none;
  width: auto;
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;;
  box-shadow: none;
  background: none;
}
footer .footerBox .addressBox .address {
  text-align: left;
  width: 320px;
}
.timetableBox {
  margin: 0 auto;
  width: 350px;
  position: absolute;
  right: 0px;
  top: 0;
}

footer .footerBox .bannerBox {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: calc(50% + 240px);
  width: 315px;
}
footer .footerBox .bannerBox li .text {
  width: 315px;
  text-align: left;
  display: inline;
}
.timetableBox .timetable {
  width: 315px;
}
footer .footerBox .timetableBox .caution {
  width: 315px;
}
footer .footerBox .timetableBox .caution .btn.half {
  width: 158px;
}
footer .footerBox .addressBox .btn {
  width: 315px;
}
.btn.number a {
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 50px;
  text-align: center;
  color: #333;
  margin: 30px auto;
  width: 315px;
  height: 53px;
  position: relative;
  text-align: center;
  vertical-align: text-top;
}
.btn.number a:after {
  content: none;
}
.booking {
  color: #fff;
  filter: drop-shadow(3px 6px 12px rgba(0, 0, 0, 0.16));
  font-size: 2.4rem;
  line-height: 1;
  position: fixed;
  right: 5px;
  text-align: center;
  width: 290px;
  height: 73px;
  z-index: 98;
  border-radius: 37.5px;
  background: #d83852;
}
.booking a {
  background: #C7495D;
  color: #fff;
  display: block;
  line-height: 1.1;
  padding: 7px 5px 12px;
  text-decoration: none;
  border-radius: 37.5px;
}
.booking a:before {
  content: '';
  background-image: url(./img/icon_calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  top: 18px;
  left: 16px;
  width: 38px;
  height: 38px;
}
.booking a:hover {
  background: #fff;
  color: #C7495D;
}
.booking span {
  font-size: 1.6rem;
}
.booking.main {
  bottom: 36px;
}
.booking.branch {
  bottom: 113px;
}
.booking.main a {
  background: #FC803E;
}
.booking.common a {
  background: #D83852;
}
.booking.branch a {
  background: #A17E8E;
}
.booking.main a:hover {
  background: #fff;
  color: #FC803E;
}
.booking.common  a:hover {
  background: #fff;
  color: #FC803E;
}
.booking.branch a:hover {
  background: #fff;
  color: #A17E8E;
}

.line {
  background: #fff;
  color: #07B53B;
  border: 1px solid #07B53B;;
  filter: drop-shadow(3px 6px 12px rgba(0, 0, 0, 0.16));
  font-size: 2.4rem;
  line-height: 1;
  position: fixed;
  right: 5px;
  text-align: center;
  bottom: 131px;
  width: 240px;
  height: 73px;
  z-index: 97;
  border-radius: 37.5px;
}
.line.rc {
  bottom: 20px;
}
.line a {
  background: #fff;
  color: #07B53B;
  display: block;
  font-size: 2.2rem;
  line-height: 1.1;
  padding: 8px 5px 17px 16px;
  text-decoration: none;
  border-radius: 37.5px;
}
.line a:before {
  content: '';
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_line.svg);
  background-size: contain;
  position:absolute;
  top: 18px;
  left: 16px;
  width: 38px;
  height: 38px;
}
.line a:hover {
  background: #07B53B;
  color: #fff;
}
.line span {
  font-size: 1.6rem;
}
table {
  width: 1024px;
}
.tableA table th {
  width: 100px;
}
/* UnderLayer ***************************************************/
.under .kvBg {
  height: 290px;
  background-position: center center;
}
.under h1 {
    height: 140px;
    padding-top: 210px;
}
.under h1 span {
  background-color: #fff;
  opacity: .8;
}
.under section .inner {
  padding-top: 0;
}
.under .indexItem {
  width: 300px;
}
.under .indexBox {
  justify-content: start;
  margin-top: 20px;
}
/* Indivisual ***************************************************/
.kv .lead {
  top: calc(50% - 30px);
  left: calc(50% - 420px);
}
section .inner {
  width: 1024px;
  clear: both;
  margin-top: 80px;
}
section.appeal {
  margin: -50px 0 40px 0;
  z-index: 1;
}
section .banner .banner-inner {
  text-align: center;
  width: 100%;
}
section.requestForm {
  margin-top: 0;
}
section.requestForm .requestFormInner {
  margin: 0 auto;
  width: 970px;
  background: #FEF9FB;
  padding: 10px 0 30px 0;
}
section.requestForm .requestFormInner p {
  font-size: 1.6rem;
  text-align: center;
}

section.requestForm .requestFormBtn {
  margin: 0 auto;
  background: #fff;
  text-align: center;
  width: 417px;
  border: 1px solid #987e8c;
  filter: drop-shadow(3px 6px 12px rgba(0, 0, 0, 0.16));
  position: relative;
}
section.requestForm .requestFormBtn a {
  display: block;
  padding: 20px 12px 20px 49px;
  font-size: 2.4rem;
  text-align: center;
}
section.requestForm .requestFormBtn a:hover {
  background: #987e8c;
  color: #fff;
  text-decoration: none;
}
section.requestForm .requestFormBtn a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 34px;
  height: 43px;
  margin: auto;
  content: '';
  text-indent: 0;
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_note.svg);
  background-repeat: no-repeat;
  border: none;
}
section.requestForm .requestFormBtn.reserve a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 70px;
  width: 42px;
  height: 43px;
  margin: auto;
  content: '';
  text-indent: 0;
  background-image: url(../../wp-content/themes/mukogawadentaldesign/assets/img/icon_calendar.svg);
  background-repeat: no-repeat;
  border: none;
}
section.topics {
  margin-top: 0px;
}
section.topics .inner {
  width: 55vw;
}
section .inner .floatBox:after {
  content: "";
  clear: both;
  display: block;
}
section .inner .floatImgL {
  width: 416px;
  float: left;
  margin: 0 20px 0 0;
}
section .inner .floatImgR {
  width: 416px;
  float: right;
  margin: 0 0 0 20px;
}
section .inner .floatTxt h3 {
  text-align: left;
}
section .staffBox .staffPic {
  height: 410px;
  margin: 20px auto 0;
  width: 1024px;
}
section .staffBox .staffPic .maekawa,section .staffBox .staffPic .maekawaTop {
  bottom: 0;
  left: 270px;
}
section .staffBox .staffPic .ito {
  height: auto;
  object-fit: none;
  object-position: 0px 65px;
  right: 60px;
}
section .staffBox .staffName {
  position: absolute;
  top: 60px;
  left: calc(50% - 30px);
  text-align: right;
}
section .staffBox .staffName.top {
  top: 275px;
  left: calc(50% - 76px);
  }
section .staffBox .itoName {
  top: 270px;
  left: calc(50% - 142px);
}
section .staffBox .staffName .name {
  font-size: 3.0rem;
  line-height: 1.2;
  margin-bottom: 0;
}
section .staffBox .staffName .position {
  font-size: 1.8rem;
  margin-right: 10px;
}
section .staffBox .staffName .en {
  margin-top: 5px;
}
section .inner .staffTxt {
  left: calc(50% - 488px);
  position: relative;
  margin-bottom: -200px;
  top: -200px;
  width: 543px;
}
section .inner .staffTxt.top {
  top: -390px;
  left: calc(50% - 444px);;
}
section .staffBox .staffName.maekawa {
  top: 278px;
  left: calc(50% - 35px);
}
section .inner .staffTxt.staffmaekawa {
  /*margin-bottom: 0;*/
  top: -330px;
  left: calc(50% - 420px);
  margin-top: 0;
}
section .inner .staffTxt.staffIto {
  left: calc(50% - 488px);
  top: -330px;
  margin-top: 0;
}
section .mapBox {
  margin-top: 20px;
}
section .mapBox p {
  text-align: center;
}
section .mapBox #mapKoshien,section .mapBox #mapMukogawa {
  width: 100%;
  height: 600px;
}
.clinicInfo .content dl {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 20px 40px 0;
  width: 630px;
}
.clinicInfo .content dt {
  background: #fff;
  text-align: left;
  margin: 0;
  padding: 16px 0 16px 20px;
  width: 130px;
}
.clinicInfo .content dd {
  background: #fff;
  margin: 0;
  padding: 16px 20px 16px 20px;
  width: 440px;
  text-align: left;
}
.clinicInfo .content dd:nth-child(n+3) {
  border-top: none;
}
.top section {
  margin-bottom: 60px;
}
.top section.kv {
  margin-bottom: 0;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 10%;
  height: 100vh;
  margin: 0;
  z-index: -1;
  position: relative;
  top: -64px;
}
.kv .subCopy {
  font-size: 5.8rem;
  left: calc(50% - 520px);
  top: calc(50% - 230px);
  width: 230px;
  height: 80px;
}
.kv .subCopy a {
  color: #fff;
  text-decoration: none;
}
.kv .subCopy a:hover {
  text-decoration:underline;
}
.kv .subCopy span {
  font-size: 3.0rem;
}
.kv .copy {
  font-size: 5.8rem;
  line-height: 1.4;
  left: calc(50% - 520px);
  top: calc(50% - 190px);
}
.kv .usp {
  display: flex;
  justify-content: center;
  margin-top: -30px;
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% - -270px);
}
.kv .usp dl {
  margin-right: 10px;
  width: 200px;
}
.kv .usp dt {
  background: url(./img/img_green_hexagon.avif)center/200px 200px no-repeat;
  font-size: 2.8rem;
  height: 200px;
  padding-top: 120px;
  line-height: 1.4;
  margin-top: 50px;
  width: 200px;
}
.kv .usp dt span {
  font-size: 1.8rem;
}
.kv .usp dt span.number {
  font-size: 2.8rem;
}
.kv .usp dd {
  font-size: 1.5rem;
  margin-top: -45px;
  height: auto;
}
.kv .provider {
  position: absolute;
  left: calc(50% - -140px);
  top: calc(50% - -150px);
  width: 160px;
}
.full div.img02 {
  margin-left: 0;
}
.dentalcheckupBox {
  flex-direction: row;
}
.dentalcheckupItem:nth-child(1) {
  margin-right: 37px;
  text-align: left;
  width: 688px;
}
.dentalcheckupItem:nth-child(2) img {
  width: 300px;
  margin-top: 45px;
} 
.dentalcheckupItem h2 {
  color: #EB347C;
  text-align: left;
}
.dentalcheckupSample {
  width: 836px;
}
.dentalcheckupSample figure {
  width: 572px;
}
.dentalcheckupSample figure img {
  margin: 0;
}
.dentalcheckupSample .icon {
  right: 20px;
  bottom: 48px;
  width: 176px;
}
.dentalcheckupCV ul {
  margin-bottom: 0;
}
.dentalcheckupFlow li {
  text-align: left;
  width: 655px;
  margin: 0;
}
.dentalcheckupFlow .icon {
  position: absolute;
  top: 70px;
  right: 60px;
}
.dentalcheckupCV h3 {
  text-align: left;
}
.dentalcheckupCV ul {
  margin-bottom: 20px;
}
.dentalcheckupCV li {
  text-align: left;
  text-indent: 0;
  padding-left: 40px;
  position: relative;
}
.dentalcheckupCV .btn {
  position: absolute;
  right: 40px;
  top: 65px;
}
.symptoms {
  background-repeat: no-repeat;
}
.symptoms .subHx {
  font-size: 2.6rem;
}
.symptoms ul {
  width: 610px;
  margin: 0 auto;
}
.invisalign .mainHx {
  margin-bottom: 40px;
}
.merit .meritBox {
  width: 1024px;
  margin: 0 auto;
}
.invisalign .merit {
  position: relative;
}
.invisalign .merit .meritItem {
  width: 286px;
}
.invisalign .merit .meritItem:nth-child(n + 4) {
  position: absolute;
  right: 10px;
}
.invisalign .merit .meritItem:nth-child(n + 4) h3 {
  margin-top: 0;
}
.invisalign .merit .meritItem:nth-child(4) {
  top: 0;
}
.invisalign .merit .meritItem:nth-child(5) {
  top: 130px;
}
.invisalign .merit .meritItem:nth-child(6) {
  top: 260px;
}
.invisalign .merit .meritItem p {
  margin: 0 auto;
  text-align: left;
  width: 242px;
}
.invisalign .inner {
  position: relative;
}
.invisalign .invisalignImg {
  position: absolute;
}
.invisalign .invisalignImg.img1 {
  width: 26%;
  left: calc(50% - 140px);
  top: 50px;
}
.invisalign .invisalignImg.img2 {
  width: 26%;
  left: calc(50% - 140px);
  top: 200px;
}
.invisalign .invisalignImg.img3 {
  width: 30%;
  left: calc(50% - 150px);
  top: 280px;
}
.mouthpeace .solution {
  display: flex;
  margin: 0 auto;
  width: 1024px;
}
.mouthpeace .solution .solutionItem {
  flex-flow: row wrap;
}
.mouthpeace .solution .solutionItem {
  width: 241px;
}
.mouthpeace .solution .solutionItem h3 {
  margin: 12px auto 0;
  width: 216px;
}
.mouthpeace .solution .solutionItem p {
  margin: 0 auto;
  width: 216px;
  padding: 8px 0 17px;
}
.totalTreatmentItemBox {
  display: flex;
  margin: 0 auto;
  width: 1024px;
}
.totalTreatmentItemBox .totalTreatmentItem {
  flex-flow: row wrap;
  margin: 0 auto 20px;
  width: 274px;
}
.totalTreatmentItemBox .totalTreatmentItem h3 {
  font-size: 2.0rem;
}
.totalTreatment p {
  margin: 0 auto;
  width: 1024px;
}
.counseling {
  padding: 0;
}
.counseling .inner h2 {
  font-size: 4.0rem;
  padding: 6px 11px;
}
.counseling .inner .counselingSubcopy {
  font-size: 2.6rem;
}
.counseling .counselingItemBox {
 display: flex;
 margin: 0 auto;
 width: 1024px;
}
.counseling .counselingItem {
  flex-flow: row wrap;
  height: auto;
  padding-bottom: 20px;
  /* width: 472px; */
  width: 100%;
}
.counseling .inner p {
  text-align: center;
}
.counselingItem .counselingItemInner h3 {
  font-size: 2.0rem;
}
.counselingItem .counselingItemInner h4 {
  font-size: 2.6rem;
}
.counselingItem .counselingItemInnerBox {
  display: flex;
  margin-top: 20px;
}
.counselingItem .counselingItemInner img {
  /* max-width: 432px; */
  /* margin-bottom: 12px; */
  margin: 0 40px 12px 180px;
}
.counselingItem .counselingItemInner ul {
  /*height: 218px;*/
  width: 360px;
  /* padding-bottom: 20px; */
  margin: 0;
  margin-top: -20px;
}
.ctaArea {
  width: 1024px;
  padding: 40px;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem {
  padding: 20px 10px 20px;
  width: 876px;
  margin: 0 auto 40px;
}
.ctaArea .ctaAreaBox .ctaAreaBoxItem .ctaButton {
  flex-direction: row;
  width: 600px;
  margin: 0 auto;
}
.LineAdviceArea {
  min-height: 238px;
}
.LineAdviceArea .inner {
  width: 1024px;
  position: relative;
}
.LineAdviceArea .inner .text{
  position: absolute;
  left: 20px;
  top: 25px;
}
.LineAdviceArea .inner h2{
  margin: 0;
}
.LineAdviceArea .inner .lineBtn{
  position: absolute;
  right: 128px;
  top: 40px;
}
.reason .reasonItem {
  margin: 13px auto 60px;
  width: 1024px;
}
.reason .reasonItem:after {
  content: counter(num);
  color: #fff;
  font-size: 2.4rem;
  padding-top: 20px;
  position: absolute;
  right: 48px;
  top: 6px;
  text-align: center;
  z-index: 3;
}
/* .reason .reasonItem:nth-child(even):before {
  left: 48px;
  right: auto;
} */
.reason .reasonItem:before {
  background: url(./img/img_reason_flag.svg) top right/70px 95px no-repeat;
  content: "特徴";
  color: #fff;
  font-size: 2.4rem;
  height: 95px;
  padding-top: 0px;
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
  width: 70px;
  z-index: 1;
}
/* .reason .reasonItem:nth-child(even):after {
  left: 20px;
  right: auto;
} */
.reason .reasonItem .inner {
  width: 1024px;
}
.reason .reasonItem h3 {
  font-size: 2.8rem;
  left: calc(50% - 490px);
  top: 0px
}
.reason .reasonItem .inner img {
  margin: 0 0 17px 0;
  float: right;
}
/* .reason .reasonItem:nth-child(even) img {
  float: left;
}     */
.reason .reasonItem .inner p {
  clear: both;
  width: 1024px;
}
.greeting {

}
.greeting.detail {
  margin-top: 80px;
}
.greeting .greetingInner {
  width: 1024px;
}
.greetingContentBox {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.greeting .greetingContent {
  flex-flow: row wrap;
  max-width: 675px;
}
.greeting.detail .greetingContent {
  max-width: 600px;
}
.greeting .greetingContent img {
  /* margin-left: -40px; */
  width: 378px;
  height: auto;
  margin-right: 40px;
}
.greeting.detail .greetingContent img {
  margin-right: 20px;
  width: 300px;
}
.greeting .greetingContent p {
  margin-top: 0;
}
.greeting .greeitngContentWork {
  display: flex;
  flex-direction: row;
  width: 375px;
  justify-content: space-between;
  margin-right: 40px;
}
.greeting .greeitngContentWork img {
  width: 179px;
  margin-right: 0;
  margin-top: 0px;
}
.greeting.detail .work {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.greeting.detail .work .workList {
  display: block;
  width: 100%;
}
.greeting.detail .career {
  width: 1024px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 0 40px;
}
.greeting.detail .career .careerInner {
  width: 450px;
}
.greeting.detail .career h3 {
  width: auto;
}
.greeting .greetingContent p,.greeting .greetingContent dl {
  width: 606px;
}
.greeting.detail .career dt {
  width: 75px;
}
.greeting.detail .career dd {
  width: 330px;
}
.simulation .simulationInner {
  width: 1024px;
}
.simulation .simulationInner h2 {
  font-size: 4.0rem;
  width: 600px;
}
.simulation .simulationInner .subcopy {
  font-size: 2.6rem;
}
.simulation .simulationInner p {
  text-align: center;
}
.simulation .simulationSubtitle {
  width: 620px;
  margin: 0 auto;
}
.simulation .simulationSubtitle .image {
  float: left;
  width: 217px;
  margin: 0 20px 40px 0;
}
.simulation .simulationSubtitle .text {
  width: 700px;
}
.simulation .simulationSubtitle .text h3 {
  font-size: 2.6rem;
  text-align: left;
}
.simulation .simulationSubtitle .text p {
  text-align: left;
}
.simulation .simulationInner .ba {
  clear: both;
  margin: 0 auto;
  width: 1024px;
}
.simulation .simulationInner img {
  width: 603px;
}
 .simulation .movieBox {
  margin: 40px auto;
  width: 1024px;
  height: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.simulation .movie-wrap {
  margin-bottom: -10.25%;
  width: 470px;
}
.simulation .movie-wrap:first-child {
  margin-right: 80px;
}
.simulation .movie-wrap iframe {
  /* position: absolute;
  left: calc(50% - 400px);
  top: 0;
  width: 75%;
  height: 75%; */
  width: 470px;
  height: 276px;
}
.top section h2 {
  font-size: 2.6rem;
}
.top .topics {
  margin: -78px auto 60px;
}
.priceBox {
  display: flex;
  margin: 0 auto;
  width: 1024px;
}
.price .priceInner .priceFree {
  flex-flow: row wrap;
  width: 492px;
}
.price .priceInner .invisalignKind {
  margin: 0 auto;
  width: 1024px;
}
.price .priceInner .invisalignKind span {
  font-size: 1.4rem;
}
.price .priceInner .invisalignKind dl {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 20px;
  width: 820px;
}
.price .priceInner .invisalignKind dt {
  background: #fff;
  text-align: left;
  margin: 0;
  padding: 16px 0 16px 20px;
  width: 440px;
}
.price .priceInner .invisalignKind dd {
  background: #fff;
  margin: 0;
  padding: 16px 20px 16px 20px;
  width: 320px;
  text-align: right;
}
.price .priceInner .invisalignKind dd:nth-child(n+3) {
  border-top: none;
}
.price .priceInner .remarks {
  width: 820px;
  margin: 0 auto;
}
.price .priceInner .monitarPrice {
  width: 800px;
}
.mtc {
  width: 740px;
}
.dentition .dentitionInner .dentitionItemBox {
  margin: 0 auto;
  width: 1024px;
}
.flow .flowInner .flowItemContainer {
  display: flex;
  margin: 0 auto 40px;
  width: 1024px;
  height: 310px;
  position: relative;
  
}
.flow .flowInner .flowItemBox {
  flex-flow: row wrap;
  margin: 0 10px;
  width: 237px;
}
.flow .flowInner .flowItemBox:first-child:before,.flow .flowInner .flowItemBox:nth-child(4):before {
  content: "";
  background: url(../../wp-content/themes/mukogawadentaldesign/assets/img/img-flow-arrow_ls.svg) no-repeat;
  height: 12px;
  position: absolute;
  top: 236px;
  left: 0px;
  width: 496px;
}
.flow .flowInner .flowItemBox .flowItem {
  width: 237px;
}
.flow .flowInner .flowPoint.first {
  position: absolute;
  top: 263px;
  left: 216px;
}
.flow .flowInner .flowPoint.second {
  position: absolute;
  top: 263px;
  left: 690px;
}
.faq .faqInner .ac,.problem .problemInner .ac {
  width: 1024px;
}
/* 治療の流れ */
.flowBoxItem {
  padding: 40px;
}
.flowBoxItem .time {
  text-align: left;
}
.flowBoxItem h2{
  text-align: left;
}
.flowBoxItem h3 {
  text-align: left;
}
.flowBoxItem .flowContensImg {
  position: absolute;
  right: 20px;
  top: 100px;
  width: 348px;
}
.flowBoxItem .flowContensText {
  width: 544px;
  min-height: 200px;
}
.flowBoxItem .pointBox h3 {
  text-align: center;
}
.flowBoxItem .pointContents {
  display: flex;
  flex-direction: row;
}
.flowBoxItem .pointContents .pointContentsImg {
  margin-right: 20px;
  width: 163px;
}
.flowBoxItem .pointContents .pointContentsText {
  width: 720px;
}
/* ** */}
@media (min-width: 1060px) {
/*ここに1060px〜1199pxの記述*/
.kv .copy {
  background: none;
}
/* ** */}
@media (min-width: 1200px) {/*iPad Pro横*/
/*ここに1200px〜の記述*/
.kv .copy {
  top: calc(50% - 105px);
  left: calc(50% - 520px);
  background: none;
}
.kv .copy span {
  line-height: 2;
}
.kv .subCopy {
  top: calc(50% - 240px);
}
.kv .usp {
  top: calc(50% - -240px);
}
.kv .lead {
  top: calc(50% - 30px);
  left: calc(50% - 520px);
}
.kv .usp dt span.long {
  font-size: 1.4rem;
}
.kv .usp dt span.number.long {
  font-size: 2.2rem;
}
.kv .mamatokodomo {
  bottom: 6px;
} 

/*From*/
.from {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.fromItem {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.fromItem:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.fromItemLabel {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.6rem;
}
.fromItemLabel.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.fromItemInput {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  font-size: 1.6rem;
}
.fromItemTextarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  font-size: 1.6rem;
}
/* ** */}
@media (max-width: 321px) {/*Android*/
  /*ここに〜321pxの記述*/
  .header .sitename {
    left: 185px;
  }
  .header .instaIcon {
    display: none;
  }
  .kv .subCopy {
    bottom: 32%;
  }
  .kv .copy {
    bottom: 20%;
  }
  .kv .usp {
    top: 73%;
  }
  .fixedMenu.isActive li {
    font-size: 1.6rem;
   width: 100%;
}
.fixedMenu.isActive li.cta1:before {
  background-image: none;
}
.fixedMenu.isActive li.cta2:before {
  background-image: none;
}

  /* ** */}