﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');


/*========================
診察について
========================*/
.hourbox{
  border: 1px solid #243046;
  border-radius: 8px;
  position: relative;
  margin-top: 1em;
  max-width: 480px;
  margin: 0 auto;
}
.hourbox h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1em;
}
.hourbox span{
  padding: 0 0.5em;
  background: #FFF;
  color: #243046;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.05em;
  letter-spacing: 0.03em;
}
.hourbox .inner{
  padding: 24px 24px 18px;
  text-align: center;
}

/* クリニック写真 */
.clinicphoto {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.clinicphoto li{
  width:50%;
  padding:0 12px 24px;
}
.clinicphoto p{
  font-size: 0.9em;
  margin-top: 6px;
  text-align: center;
  line-height: 1.55;
}
@media screen and (max-width: 840px) {
.clinicphoto li p{
  text-align: left;
  font-size: 0.85em;
  padding: 0 12px;
  }
.clinicphoto li br{
  display: none;
  }
}
@media screen and (max-width: 640px) {
.clinicphoto {
  flex-direction: column;
  display:block;
  }
.clinicphoto li{
  width:100%;
  padding:0 0 20px;
  }
.clinicphoto li p{
  font-size: 0.9em;
  }
}


/*========================
ドクター紹介
========================*/
.profilewrap {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-image:url(../img/doctor/flowerbg.png);
  background-position:top center;
  background-repeat:no-repeat;
  -moz-background-size:auto;
  background-size:auto;
}
.profile {
  width:100%;
  max-width: 600px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-end;
}
.profile_detail {
  flex: 1;
  text-align: center;
  padding: 0 0 24px;
}
.profile_img {
  max-width: 240px;
}
.doc_namejpn {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 8px;
}
.doc_nameeng {
  font-family: 'Abel', sans-serif;
  font-size: 1.8em;
  line-height: 100%;
  font-weight: 300;
  color: #BDBDAD;
}
.profile_detail p {
  line-height: 1.8;
  }
@media screen and (max-width: 640px) {
.profile_img {
  max-width: 220px;
  }
.profile_detail p {
  font-size: 0.95em;
  }
}
@media screen and (max-width: 540px) {
.profile {
  flex-direction: column-reverse;
  align-items:center;
  }
.profile_img {
  max-width: 100%;
  text-align: center;
  margin: 0 0 24px 0;
  }
.profile_img img{
  width: 100%;
  max-width: 160px;
  }
.profile_detail p {
  font-size: 1em;
  }
.doc_namejpn {
  font-size: 1.6em;
  }
.doc_nameeng {
  font-size: 1.6em;
  }
}

/*メッセージ*/
.message {
  width: 100%;
  padding: 64px 0;
  margin: 0 auto;
  background-image:url(../img/doctor/message.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.message p{
  font-size: 1.1em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

/*経歴*/
.history dl{
  padding: 0;
  margin: 0;
}
.history dt{
  float: left;
}
.history dd{
  margin-left: 6em;
  margin-bottom: 5px;
}


/*========================
導入機器について
========================*/
/*レビュー２*/
.rebeauwrap {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: rgb(222,222,222);
  background: linear-gradient(0deg, rgba(222,222,222,1) 0%, rgba(233,233,233,1) 100%);
}
.rebeau {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.rebeau li {
  width: 50%;
}
.rebeau li:first-child{
  padding: 0 20px 0 0;
}
.rebeau li:last-child{
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
.rebeau {
  flex-direction: column;
  display:block;
  }
.rebeau li {
  width: 100%;
  }
.rebeau li:first-child{
  padding: 32px 0 20px;
  }
.rebeau li:last-child{
  padding: 0 0 0;
  text-align: center;
  }
.rebeau img {
  width: 100%;
  max-width: 480px;
  }
}

/*タイトル*/
.rebeau h4 {
  font-size: 1em;
  line-height: 100%;
  white-space: nowrap;
  color: #7C8284;
  font-weight: 700;
  letter-spacing: 1em;
  margin-left: 2em;
  margin-bottom: 4px;
}
.rebeau h3 {
  font-size: 3em;
  line-height: 100%;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  color: #7C8284;
}

/*肌状態を3種類の画像写真で「見える化」*/
.rebeaupr {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: center;
}
.rebeaupr br{
  display: none;
}
@media screen and (max-width: 640px) {
.rebeaupr {
  font-size: 1.3em;
  margin-bottom: 24px;
  }
.rebeaupr br{
  display: block;
  }
}

.rebeauphoto {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.rebeauphoto li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 18px;
  box-sizing: border-box;
}
.rebeauphotobox_text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 12px 0 4px;
  text-align: center;
}
.rebeauphotobox_text p{
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.rebeauphoto {
  flex-direction: column;
  display:block;
  }
.rebeauphoto li {
  width: 100%;
  max-width:100%;
  padding:0;
  margin-bottom: 18px;
  }
.rebeauphoto li:last-child{
  margin-bottom: 0px;
  }
.rebeauphotobox {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  flex-wrap: wrap;
  }
.rebeauphotobox_img {
  width: 30%;
  }
.rebeauphotobox_text {
  flex: 1;
  margin: 0 0 0 20px;
  }
.rebeauphotobox_text h4 {
  text-align: left;
  }
}


/*========================
共通ヘッダーナビゲーション
========================*/
.navwrap {
  width: 100%;
  margin: 0 auto;
  padding: 32px 24px;
  position: fixed;
  z-index: 999;
}
nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
nav h1 img{
  position: absolute;
  width: 100%;
  max-width: 240px;
  padding: 15px 0 0 20px;
}
.navlogosp {
  display: none;
}
nav ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  justify-content: flex-end;
  align-items:center;
  padding: 20px 10px 18px;
}
nav li {
  padding: 0 12px;
  text-align: center;
}
nav li a{
  text-decoration: none;
}
nav li h4{
  color: #CB6A41;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 100%;
  margin-bottom: 3px;
}
nav li h3{
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
.navwrap {
  padding: 24px 24px;
  }
nav h1 img{
  max-width: 200px;
  padding: 12px 0 0 15px;
  }
nav ul{
  padding: 15px 5px 12px;
  font-size: 0.9em;
  }
nav li {
  padding: 0 8px;
  }
}

/*オンライン診察予約ボタン*/
a.navreservebtn {
  padding: 15px 18px 12px 18px;
  margin: 0;
  display: inline-block;
  color: #CB6A40;
  background: #FFF;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size:0.9em;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  line-height: 100%;
  border: 1px solid #CB6A40;
}
a.navreservebtn:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_calendar_pink.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 880px) {
.navreservebtn span{
  display: none;
  }
a.navreservebtn {
  padding: 10px 12px 8px 12px;
  }
a.navreservebtn:before {
  margin: 0 0px 5px 0;
  }
}

/*スマホ表示 (767px以下)*/
@media screen and (max-width: 767px) {
.navwrap {
  width: 100%;
  height: 64px;
  padding: 12px 0;
  background: #8F8F76;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);
  }
nav {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: none;
  box-shadow: none;
  }
nav ul{
  display: none;
  }
.navlogosp {
  display: block;
  }
.navlogopc {
  display: none;
  }
nav h1 img{
  max-width: 160px;
  padding: 0 0 0 12px;
  }
}

/*-------------------------
ハンバーガーメニュー
--------------------------*/
@media screen and (min-width: 768px) {
.hamburger-menu {
  display: none;
  }
}
.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  margin: 0;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 36px;
  border-radius: 3px;
  background-color: #FFF;
  position: absolute;
}
.menu-btn span:before {
  bottom: 10px;
}
.menu-btn span:after {
  top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}

/*ハンバーガーメニュー中身*/
.menu-content {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 100%;
  background-color: #F9F5EA;
  transition: all 0.5s;
  padding-top: 64px;
  z-index: 998;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.menu-content a {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #CB6A41;
  line-height: 100%;
  padding: 15px 18px;
  border-top: 1px solid #DB997C;
  text-decoration: none;
}
.menu-content a:first-child {
  border-top: none;
}

/*サブメニュー*/
.navsubmenuoption .toggle {
display: none;
}
.navsubmenuoption {
position: relative;
}
.navsubmenutitle,
.navsubmenucontent {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.navsubmenutitle {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #CB6A41;
  line-height: 100%;
  padding: 15px 18px;
  text-decoration: none;
  border-top: 1px solid #DB997C;
}
.navsubmenutitle::after,
.navsubmenutitle::before {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 0.8em;
  width: 2px;
  height:1.2em;
  background-color: #CB6A41;
}
.navsubmenutitle::after {
  transform: rotate(90deg);
}
.navsubmenucontent {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .navsubmenutitle + .navsubmenucontent {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .navsubmenutitle::before {
  transform: rotate(90deg) !important;
}
.navsubmenu {
  width:100%;
  margin: auto;
  padding:0 15px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.navsubmenu li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0;
  box-sizing: border-box;
}
.navsubmenu li a{
  font-size: 0.8em;
  font-weight: 500;
  color: #626246;
  border-top: none;
  padding: 8px;
}
.navsubmenu li a:hover{
  color: #CB6A41;
}
@media screen and (max-width: 480px) {
.navsubmenu li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
.navsubmenu li a{
  font-size: 0.9em;
  }
}
@media screen and (max-width: 340px) {
.navsubmenu {
  flex-direction: column;
  display:block;
  }
.navsubmenu li {
  width: 100%;
  max-width:100%;
  width: calc(100% / 1);
  }
}

/*ハンバーガーメニュー内アイコン付きボタン*/
a.hbgbtn_reserve {
  padding: 12px 18px 10px 18px;
  margin: 0;
  display: inline-block;
  color: #FFF;
  background: #CB6A41;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size:1em;
  line-height: 100%;
  border-bottom: 1px solid #F9F5EA;
  border-top: none;
  letter-spacing: 0.03em;
}
a.hbgbtn_reserve:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_calendar_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.hbgbtn_map {
  padding: 12px 18px 10px 18px;
  margin: 0;
  display: inline-block;
  color: #FFF;
  background: #CB6A41;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size:1em;
  line-height: 100%;
  border-bottom: 1px solid #F9F5EA;
  border-top: none;
  letter-spacing: 0.03em;
}
a.hbgbtn_map:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_map_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.hbgbtn_insta {
  padding: 12px 18px 10px 18px;
  margin: 0;
  display: inline-block;
  color: #FFF;
  background: #CB6A41;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size:1em;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-top: none;
}
a.hbgbtn_insta:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_insta_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}


/*========================
共通フッター
========================*/
footer {
  width: 100%;
  background: #EEE;
  margin: 0 auto;
  padding: 42px 32px 32px;
}
.foot {
  width:100%;
  max-width: 1200px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.foot_logo {
  width: 20%;
  margin: 0 50px 0 0;
}
.foot_logo img {
  width: 100%;
  max-width: 160px;
}
.foot_nav {
  width: 20%;
  margin: 0 50px 0 0;
  padding: 36px 0 0;
}
.foot_nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333326;
  text-decoration: none;
  display: block;
  margin: 6px 0;
  font-size: 0.95em;
}
.foot_nav a:hover{
  text-decoration: underline;
}
.footnav_sub {
  font-size: 0.8em;
  padding: 0 0 0 0.8em;
  margin: 10px 0;
}
.footnav_sub a:before{
  content: "― ";
}
.foot_info {
  flex: 1;
  font-size: 0.95em;
  font-weight: 500;
  padding: 36px 0 0;
}
.foot_info a{
  font-weight: 500;
  color: #243046;
}
.foot_info .teltext{
  font-size: 1.8em;
  line-height: 1.5;
  text-decoration: none;
  color: #243046;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
.foot_logo {
  margin: 0 30px 0 0;
  }
.foot_logo img {
  max-width: 120px;
  }
.foot_nav {
  width: 25%;
  margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
footer {
  padding: 32px 32px 32px;
  }
.foot {
  flex-direction: column;
  display:block;
  }
.foot_logo {
  width: 100%;
  margin: 0 0 20px 0;
  }
.foot_logo img {
  max-width: 120px;
  }
.foot_nav {
  width: 100%;
  display: none;
  padding: 0 0 0;
  }
.foot_info {
  padding: 0 0 0;
  }
}
@media screen and (max-width: 480px) {
.foot_logo {
  text-align: center;
  }
.foot_logo img {
  max-width: 100px;
  }
}

/*フッター内アイコン付きボタン*/
a.footbtn_reserve {
  padding: 5px 0;
  margin: 0;
  display: block;
  color: #243046;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size:0.95em;
  line-height: 100%;
  border-top: none;
  letter-spacing: 0.03em;
}
a.footbtn_reserve:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_calendar_navy.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.footbtn_map {
  padding: 5px 0;
  margin: 0;
  display: block;
  color: #243046;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size:0.95em;
  line-height: 100%;
  border-top: none;
  letter-spacing: 0.03em;
}
a.footbtn_map:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_map_navy.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.footbtn_insta {
  padding: 5px 0;
  margin: 0;
  display: block;
  color: #243046;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size:0.95em;
  line-height: 100%;
  border-top: none;
  letter-spacing: 0.03em;
}
a.footbtn_insta:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 5px 0;
  background: url("../img/common/icon_insta_navy.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.footbtn_reserve:hover,
a.footbtn_map:hover,
a.footbtn_insta:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
a.footbtn_reserve,
a.footbtn_map,
a.footbtn_insta {
  font-size:1.05em;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
タイトル・見出し
--------------------------*/
/*英字タイトル*/
.engtitle {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2em;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 18px;
}

/*ページタイトル*/
.pagetitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.8em;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
.pagetitle {
  font-size: 1.5em;
  margin-bottom: 24px;
  }
}

/*-------------------------
色背景
--------------------------*/
.beigewrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #F9F5EA;
}

/*-------------------------
見出し付き枠
--------------------------*/
.capbox{
  border: 1px solid #243046;
  border-radius: 8px;
  position: relative;
  margin-top: 1em;
  margin: 0 auto;
}
.capbox h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1em;
}
.capbox h3 span{
  padding: 0 0.5em;
  background: #FFF;
  color: #243046;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  letter-spacing: 0.03em;
}
.capbox .inner{
  padding: 18px 24px;
}
@media screen and (max-width: 480px) {
.capbox .inner{
  padding: 15px 18px 12px;
  }
}

/*-------------------------
ボタン
--------------------------*/
/*ピンク背景ボタン*/
.pinkbtn {
  width: auto;
  display: inline-block;
  background: #CB6A41;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 10px 24px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.pinkbtn:hover{
  background: #DB997C;
}

/*ピンク背景ボタン大*/
.pinkbtnL {
  width: auto;
  display: inline-block;
  background: #CB6A41;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 15px 24px 18px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all .3s;
}
.pinkbtnL:hover{
  background: #DB997C;
}
@media screen and (max-width: 480px) {
.pinkbtnL {
  padding: 12px 20px 15px;
  font-size: 1.2em;
  }
}

/*ピンク背景ボタン小*/
.pinkbtnS {
  width: auto;
  display: inline-block;
  background: #CB6A41;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 8px 20px 10px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.pinkbtnS:hover{
  background: #DB997C;
}

/*ピンク枠線ボタン小*/
.wpinkbtnS {
  width: auto;
  display: inline-block;
  background: #FFF;
  border: 1px solid #CB6A41;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 6px 18px 8px;
  color: #CB6A41 !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.wpinkbtnS:hover{
  background: #CB6A41;
  color: #FFF !important;
}
@media screen and (max-width: 480px) {
.wpinkbtnS {
  padding: 6px 15px 8px;
  font-size: 0.9em;
  }
}

/*ネイビー背景ボタン*/
.navybtn {
  width: auto;
  display: inline-block;
  background: #243046;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 10px 24px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.navybtn:hover{
  background: #3D5176;
}

/*ネイビー背景ボタン大*/
.navybtnL {
  width: auto;
  display: inline-block;
  background: #243046;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 15px 24px 18px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all .3s;
}
.navybtnL:hover{
  background: #3D5176;
}
@media screen and (max-width: 480px) {
.navybtnL {
  padding: 12px 20px 15px;
  font-size: 1.2em;
  }
}

/*ネイビー背景ボタン小*/
.navybtnS {
  width: auto;
  display: inline-block;
  background: #243046;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 8px 20px 10px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.navybtnS:hover{
  background: #3D5176;
}

/*ネイビー枠線ボタン小*/
.wnavybtnS {
  width: auto;
  display: inline-block;
  background: #FFF;
  border: 1px solid #243046;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 6px 18px 8px;
  color: #243046 !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.wnavybtnS:hover{
  background: #243046;
  color: #FFF !important;
}
@media screen and (max-width: 480px) {
.wnavybtnS {
  padding: 6px 15px 8px;
  font-size: 0.9em;
  }
}

/*-------------------------
テキストリンク
--------------------------*/
/*アイコン付き外部リンク*/
a.jump_exlink {
  padding: 5px 0;
  margin: 0;
  display: inline-block;
  color: #243046;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size:0.85em;
  line-height: 100%;
  border-top: none;
  letter-spacing: 0.03em;
}
a.jump_exlink:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0 5px 5px;
  background: url("../img/common/icon_exlink_navy.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.jump_exlink:hover {
  text-decoration: underline;
}

/*電話テキストリンク*/
.teltext{
  font-size: 1.8em;
  line-height: 1.5;
  text-decoration: none;
  color: #243046;
  letter-spacing: 0.04em;
  font-weight: 600;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 0;
  bottom:0;
}
.jumpbtn {
  width:84px;
  height:80px;
  cursor:pointer;
  background:#8F8F76;
  position: relative;
  z-index: 9;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 42%;
  right: 24px;
  display: block;
  width: 32px;
  height: 32px;
  border-top: 5px solid #FFF; 
  border-right: 5px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:767px){
.jumpbtn {
  width:60px;
  height:54px;
  }
.jumpbtn:before {
  right: 18px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #FFF; 
  border-right: 3px solid #FFF; 
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 6px 15px 6px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 6px 12px 6px;
  }
}

/* 写真ギャラリーキャプション */
.caption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 5px;
  margin-left:1em;
  text-indent:-1em;
}
.caption:before{
  content: "▲";
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width:50%;
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

