@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

html.active {
  overflow: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  color: #656565;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  padding-top: 80px;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #656565;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

.blank::after {
  /*background: url(../images/common/icon-blank.png) no-repeat center / contain;*/
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  object-fit: cover;
}

section img {
  border-radius: 10px;
  overflow: hidden;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  /*content: "← 左右にスクロールできます →";*/
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

/* テキストハイライト */
*::selection {
  background: var(--grn);
  color: #fff;
}
*::-moz-selection {
  background: var(--grn);
  color: #fff;
}

/*============================================================
汎用クラス
============================================================*/

:root {
  --grn: #72AD4E;
}

section {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding: 40px 20px;
  position: relative;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.target {
  margin-top: -60px;
  padding-top: 60px;
}

.indent {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.notice {
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.grad {
  background: rgba(124, 193, 107, 1) !important;
  background-image: linear-gradient(90deg, rgba(124, 193, 107, 1), rgba(121, 192, 223, 1)) !important;
}

.grad2 {
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
}

.bdr {
  background: #fff;
  border: solid 1px var(--grn);
}

.txt-grn {
  color: var(--grn);
}

.txt-wht {
  color: #fff;
}

.sfz18 {
  font-size: 18px;
}

.sfz20 {
  font-size: 20px;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-sp.center {
  justify-content: center;
}

.page-title {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.sec-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--grn);
  text-align: center;
  position: relative;
}

.sec-title.icon {
  font-size: 22px;
  color: #656565;
}

.sec-title.icon-gry::before {
  content: "";
  background: url(../img/common/icon-title-gry.png) no-repeat center / contain;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -80px;
}

.sec-title i {
  background: url(../img/common/icon-title.png) no-repeat center / contain;
  width: 25px;
  height: 25px;
  margin: 0 auto 10px;
  display: block;
}

.sec-title + .sub {
  color: var(--grn);
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.sec-title + p {
  margin-top: 10px;
}

.dot-title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: dotted 2px #BEBEBE;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.dot-title.icon-gry::before {
  content: "";
  background: url(../img/common/icon-title-gry.png) no-repeat center / contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dot-title.icon-gry-r::before {
  content: "";
  background: url(../img/common/icon-title-gry-r.png) no-repeat center / contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  z-index: -1;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title {
  font-size: 18px;
}


/* アコーディオン */
.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.accordion-heading {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px 0 30PX;
  border: solid 2px var(--grn);
  position: relative;
}

.accordion-heading i::after {
  content: '';
  display: block;
  border-top: solid 2px var(--grn);
  border-right: solid 2px var(--grn);
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.accordion-heading.active i::after {
  content: '';
  display: block;
  border-top: solid 2px var(--grn);
  border-right: solid 2px var(--grn);
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 55%;
  right: 20px;
}

/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  width: 20%;
  display: flex;
  align-items: center;
}

.common-list dd {
  width: 80%;
}

/* ボックス */
.box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}


/* ボタン */
.btn {
  width: 300px;
  height: 40px;
  position: relative;
}

.btn a {
  width: 300px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  /*--水平方向 垂直方向 影のぼかし 色--*/
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border-radius: 100vh;
  position: relative;
}

.btn a.bdr {
  color: #656565;
}


.btn.grad a i::after {
  border-top: solid 1.5px #00739e;
  border-right: solid 1.5px #00739e;
}

.btn.grad a i::before,
.btn.grad2 a i::before {
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* slick */
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #636363 !important;
  opacity: .2;
}

.slick-dots li.slick-active button {
  background: #00bee2 !important;
  opacity: 1;
}

.slick-arrow {
  background: none;
  height: 60px;
  width: 60px;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  top: 30%;
  z-index: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #00bee2;
  border-right: 5px solid #00bee2;
  transform: rotate(225deg);
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

.slick-next::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #00bee2;
  border-right: 5px solid #00bee2;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

/*============================================================
header
============================================================*/

header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 3;
}

body.active {
  overflow: hidden;
}

header .head {
  width: 100%;
  height: 80px;
  padding: 0 10px;
}

header .inner {
  height: 80px;
  padding: 0;
  align-items: center;
}

header a {
  display: block;
}

#header-logo {
  width: 250px;
}

#header-logo i {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  position: relative;
  display: block;
  z-index: 1;
}

#header-logo i::after {
  content: "";
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 100vh;
  display: block;
  position: absolute;
  left: -10px;
  top: -8px;
  z-index: -1;
}

#header-logo a {
  color: #656565;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.6;
}

.head-r .btn,
.head-r .tel {
  display: none;
}

.tel-num {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tel-num i {
  width: 25px;
  height: 25px;
}

.tel-num p {
  font-size: 26px;
  color: var(--grn);
  letter-spacing: normal;
  margin-left: 10px;
  line-height: 1.2;
}

.tel-num + p {
  font-size: 14px;
}

.tel-num span {
  font-size: 14px;
  margin: 10px 0 0 5px;
}

#g-nav {
  position:fixed;
  opacity: 0;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: all .8s;
  z-index: 2;
}

#g-nav.panelactive{
  opacity: 1;
  right: 0;
}

#g-nav-wrap {
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
}

#g-nav.panelactive #g-nav-list{
  position: relative;
  z-index: 999; 
  width: 100%; 
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display:none;
}

#g-nav #g-nav-wrap {
  opacity: 0;
  /*display: none;*/
  visibility: hidden;
  transition: all .5s;
}

#g-nav.panelactive #g-nav-wrap {
  opacity: 1;
  transition: opacity .8s linear 0.5s;
  /*display: block;*/
  visibility: visible;
}

.nav {
  width: 70%;
  padding: 60px 0 50px;
  margin: 0 auto;
}

.nav li {
  position: relative;
  border-bottom: solid 1px #fff;
}

.nav li a {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 20px 0 20px;
  display: block;
}

.nav li a::after {
  content: '';
  display: block;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
}

.sub .sub-nav {
  /*display: none;*/
  position: relative;
  top: -15px;
}

.sub .sub-nav li {
  border-bottom: none;
}

.sub .sub-nav li a {
  padding: 5px 0 5px 15px;
}

.sub .sub-nav li a::before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 3px;
}

.sub .sub-nav li a::after {
  content: none;
}

/*.nav li.sub > a::before,
.nav li.sub > a::after {
  content: '';
  display: block;
  width: 15px;
  height: 1.5px;
  border: none;
  background: #fff;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.nav li.sub > a::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.nav li.sub > a.active::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 49%;
}*/

#btn-menu {
  width: 40px;
  height: 26px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

#btn-menu span{
  background: var(--grn);
  width: 40px;
  height: 2px;
  display: inline-block;
  transition: all .4s;
  position: absolute;
}

#btn-menu span:nth-of-type(1) {
  top:0;
}

#btn-menu span:nth-of-type(2) {
  top:13px;
}

#btn-menu span:nth-of-type(3) {
  top:26px;
}

#btn-menu.active span {
  background: #fff;
}

#btn-menu.active span:nth-of-type(1) {
  top: 0;
  transform: translateY(12px) rotate(-45deg);
  width: 40px;
}

#btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#btn-menu.active span:nth-of-type(3){
  top: 26px;
  transform: translateY(-13px) rotate(45deg);
  width: 40px;
}

#g-nav-list .schedule,
#g-nav-list .contact {
  width: 80%;
  margin: 0 auto;
}

#g-nav-list .contact {
  padding-bottom: 100px;
}

#g-nav-list .schedule .sec-title,
#g-nav-list .contact .sec-title {
  color: #fff;
}

#g-nav-list .schedule .box {
  padding: 5px 10px;
}

#g-nav-list  .box .tel + .tel {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #72AD4E;
}

/* 固定診療時間・MV下ナビ */
/*.fix-schedule,*/
.main-nav {
  display: none;
}

.fix-schedule {
  display: none;
}

.fix-schedule_sp {
  width: 300px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 110px;
  right: -250px;
  z-index: 1;
  transition: 1s all;
}

.fix-schedule_sp.active {
  right: 0;
}

.fix-schedule_sp .fix-tab {
  background: var(--grn);
  width: 50px;
  height: 170px;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/*.fix-schedule_sp .fix-tab i {
  width: 20px;
  height: 20px;
  line-height: 1;
  margin: 0 auto 7px;
  display: block;
}*/

.fix-schedule_sp .schedule {
  background: #fff;
  width: 250px;
  height: 170px;
  padding: 10px 15px;
  border-top: solid 1px var(--grn);
  border-bottom: solid 1px var(--grn);
}

.fix-schedule_sp .schedule a {
  color: var(--grn);
}

/*.fix-schedule_sp .schedule p {
  font-size: 12px;
  text-align: center;
  position: relative;
  top: -8px;
  display: block;
}*/

.fix-schedule_sp .tel + .tel {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px var(--grn);
}

.fix-schedule_sp2 {
  width: 50px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 1;
}

.fix-schedule_sp2 a {
  background: #fff;
  width: 50px;
  height: 170px;
  font-size: 16px;
  color: var(--grn);
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--grn);
}

/*============================================================
footer
============================================================*/

footer {
  position: relative;
}

.footer-guide {
  background: #F2F2F2;
}

.sec-title + .box {
  margin-top: 20px;
}

.footer-guide .schedule .box {
  padding: 5px 20px;
}

.schedule table {
  width: 100%;
}

.schedule th,
.schedule td {
  font-weight: 300;
  vertical-align: middle;
  padding: 8px 0;
}

.schedule td {
  text-align: center;
  border-top: solid 1px #D0D0D0;
}

.schedule td.time {
  width: 100px;
  line-height: 1.6;
  vertical-align: middle;
}

.schedule td:not(.time) {
  width: 60px;
  color: var(--grn);
}

.schedule td .notice {
  background: var(--grn);
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
}

.schedule th.weekend {
  width: 100px;
}


.footer-guide .box {
  padding: 15px 20px;
}

.footer-guide .box .tel + .tel {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #72AD4E;
}

.contact-bottom {
  display: flex;
  justify-content: space-between;
}

.contact-bottom .box.bdr {
  width: 48%;
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-bottom .box.bdr a {
  line-height: 1.6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-bottom .box.bdr i {
  width: 30px;
  margin: 0 10px 0 0;
  display: block;
}

.contact-bottom .box.bdr p {
  font-size: 13px;
}

.footer-guide-bottom {
  margin-top: 40px;
}

#footer-logo {
  align-items: center;
}

#footer-logo i {
  width: 110px;
  margin: 0 auto;
  display: block;
}

.footer-info p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 10px;
}

.footer-info .common-list {
  width: 270px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-info .common-list dt {
  width: 23%;
}

.footer-info .common-list dd {
  width: 74%;
}

.footer-banner {
  display: flex;
  justify-content: space-between;
}

.footer-banner a {
  width: 48%;
  height: 60px;
  font-size: 13px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.5;
}

.footer-banner a i {
  width: 30px;
  margin-right: 5px;
}

.footer-banner a:first-child i {
  margin-right: 10px;
}

.footer-nav {
  display: none;
}

.copyright {
  background: var(--grn);
  font-size: 11px;
  color: #fff;
  padding: 10px;
}

.copyright p {
  text-align: center;
  letter-spacing: 1px;
}

/*============================================================
#top
============================================================*/

.mv {
  width: 100%;
  height: 150px;
}

.mv .inner {
  padding: 50px 20px;
}

#top .mv {
  background: url(../img/top/mv.jpg) no-repeat center / cover;
  height: 300px;
  display: flex;
  align-items: center;
}

#top .mv .copy {
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 3px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

#top .sec-lead .box.border p span {
  font-weight: 500;
  color: var(--grn);
}

/*#top .sec-lead .sec-title.icon i {
  margin: 0 15px 0 0;
  display: inline-block;
  position: relative;
  top: 2px;
}*/

#top .sec-lead .btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.sec-news {
  padding: 30px 0 80px;
}

.sec-news .box {
  padding: 20px 30px;
}

.sec-news .box li + li {
  margin-top: 10px;
}

.sec-news .box li .post-title span {
  display: block;
}

#top .sec-feature .inner {
	padding: 40px 20px 0;
}

#top .sec-feature .box {
  padding: 30px 20px;
}

#top .sec-feature .box li {
  background: #fff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}

#top .sec-feature .box li + li {
  margin-top: 30px;
}

#top .sec-feature .box li:nth-child(1)::before {
  content: "1";
  font-size: 70px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 70px;
  line-height: 1;
  left: 10px;
  top: -30px;
}

#top .sec-feature .box li:nth-child(2)::before {
  content: "2";
  font-size: 70px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 70px;
  line-height: 1;
  left: 10px;
  top: -30px;
}

#top .sec-feature .box li:nth-child(3)::before {
  content: "3";
  font-size: 70px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 70px;
  line-height: 1;
  left: 10px;
  top: -30px;
}

#top .sec-feature .box li i,
#top .sec-feature .box li i img {
  height: 70px;
}

#top .sec-feature .box li p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}

#top .sec-feature .lead {
  padding: 100px 0 50px;
  align-items: center;
  position: relative;
}

#top .sec-feature .lead::before {
  content: "";
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 430px;
  height: 200px;
  display: block;
  position: absolute;
  top: 50px;
  right: -180px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

#top .sec-feature .lead::after {
  content: "";
  background: rgba(106, 196, 50, .07) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .07), rgba(0, 146, 165, 0)) !important;
  width: 430px;
  height: 200px;
  display: block;
  position: absolute;
  left: -150px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

#top .sec-feature .lead .img {
  width: 250px;
  margin: 0 auto 20px;
}


#top .sec-feature .lead .txt .sec-title {
  text-align: left;
  margin-bottom: 20px;
}

#top .sec-feature .lead .txt p + p {
  margin-top: 15px;
}

#top .movie,
#top .movie video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec-area .inner {
	padding: 40px 20px 50px;
}

.sec-area .img {
	width: 330px;
  margin: 20px auto;
}

.sec-area .txt {
	width: 335px;
	margin: 0 auto;
}

.sec-area .txt .box {
  margin-top: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.sec-area .txt .box i {
  color: rgba(114,173,78,.4);
  font-style: normal;
}

.sec-area .txt .box p {
  font-size: 16px;
}

.sec-area .txt .box ul {
  margin: 10px 0 0;
}

.sec-area .txt .box ul li {
  background: var(--grn);
  width: calc(100% / 2 - 5px);
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.sec-area .txt .box ul li:nth-child(n+3) {
  margin-top: 10px;
}

.sec-area .txt .box ul.sodan li {
  background: #fff;
  color: var(--grn);
  border: solid 1px var(--grn);
}

.sec-area .bottom-img {
  background: url(../img/top/area-img_250828.jpg) no-repeat center / cover;
  width: 100%;
  height: 250px;
}

.sec-blog {
  position: relative;
}

.sec-blog .inner {
  padding: 50px 20px;
}

.sec-blog::before {
  content: "";
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 400px;
  height: 260px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

.sec-blog ul li {
  background: #fff;
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.sec-blog ul li + li {
	margin-top: 30px;
}

.sec-blog ul li a {
  width: 300px;
  padding: 25px;
  display: block;
  position: relative;
}

.sec-blog ul li a::after {
	content: "";
	width: 0;
  height: 0;
  border-left: 7px solid #C6DDB8;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 5px;
  transform: rotate(45deg);
}

.sec-blog ul li a .title {
  font-size: 14px;
  margin-top: 10px;
}

#top .sec-blog .thumbnail {
  background: url(../img/common/logo.png) no-repeat center / 90px;
  border: solid 1px #D6D6D6;
  border-radius: 10px;
}

#top .sec-blog .thumbnail,
#top .sec-blog .thumbnail img {
  width: 250px;
  height: 150px;
  overflow: hidden;
}

#top .sec-blog .post-title {
  margin-top: 10px;
}

.sec-doctorsfile .inner {
  width: 320px;
  padding: 50px 0;
  margin: 0 auto;
}

.sec-doctorsfile a {
  width: 320px;
  display: block;
}

.sec-doctorsfile a + a {
	margin-top: 30px;
}

.sec-doctorsfile a img {
  border-radius: 0;
}

/*============================================================
#medical 診療案内
============================================================*/

/***********************************
.medical-top 診療案内トップ
************************************/

.medical-top .mv {
  background: url(../img/medical/top-mv.jpg) no-repeat center / cover;
}

.medical-top .column.col3 {
  margin-top: 40px;
}

.medical-top .column.col3 li {
  background: #fff;
  width: 280px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.medical-top .column.col3 li + li {
	margin-top: 30px;
}

.medical-top .column.col3 li a {
	padding-bottom: 20px;
	display: block;
}

.medical-top .column.col3 li .thumnail {
	height: 150px;
}

.medical-top .column.col3 li .thumnail img {
	width: 100%;
	height: 150px;
  border-radius: 0;
}

.medical-top .column.col3 li i {
  background: #fff;
  width: 200px;
  border-radius: 10px;
  margin: -40px auto 10px;
  display: block;
  padding-top: 15px;
  position: relative;
}

.medical-top .column.col3 li i img {
  width: 57px;
  height: 50px;
  margin: 0 auto;
  display: block;
}

.medical-top .column.col3 li p {
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}

/***********************************
.neurology 脳神経内科専門外来
************************************/

.neurology .mv {
  background: url(../img/medical/neurology-mv.jpg) no-repeat center / cover;
}

.neurology .lead {
	position: relative;
}

.neurology .lead .img {
	margin-bottom: 20px;
}

.neurology .lead::after {
	content: "";
  background: rgba(106, 196, 50, .07) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .07), rgba(0, 146, 165, 0)) !important;
  width: 560px;
  height: 260px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -150px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

.neurology .col2 .img {
	width: 300px;
	margin: 0 auto 20px;
}

.cont-list .column + .column {
  margin-top: 40px;
}

/***********************************
.homecare 訪問診療
************************************/

.homecare .mv {
  background: url(../img/medical/homecare-mv.jpg) no-repeat center / cover;
}

.homecare .sec-about .img,
.rehabilitation .sec-about .img {
	width: 300px;
	margin: 20px auto;
}

.homecare .sec-about ul {
	margin-top: 20px;
}

.homecare .sec-about ul li {
	text-align: center;
}

.homecare .sec-about ul li + li {
	margin-top: 30px;
}

.homecare .sec-about ul li i img {
	max-width: auto;
	height: 60px;
	display: inline-block;
}

.homecare .sec-about ul li .title {
	font-size: 16px;
	text-align: center;
	margin: 10px auto 5px;
}

/***********************************
.rehabilitation 訪問リハビリテーション
************************************/

.rehabilitation .mv {
  background: url(../img/medical/reha-mv.jpg) no-repeat center / cover;
}

.rehabilitation .lead .img,
.rehabilitation .sec-self .col2 .img {
	width: 250px;
	margin: 0 auto 20px;
}

.rehabilitation .sec-self .col2 + .col2 {
	margin-top: 30px;
}

.rehabilitation .sec-fee .box .common-list dt,
#online .sec-fee .box .common-list dt {
	background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 100%;
  height: 30px;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 50px;
}

.rehabilitation .sec-fee .box .common-list dd,
#online .sec-fee .box .common-list dd {
	width: 100%;
  text-align: center;
}

.rehabilitation .sec-fee .box .common-list dd span,
#online .sec-fee .box .common-list dd span {
  color: var(--grn);
}

/*============================================================
#online オンライン診療
============================================================*/

#online .mv {
  background: url(../img/online/mv.jpg) no-repeat center / cover;
}

#online .lead .col2 .img {
  width: 300px;
  margin: 0 auto 20px;
}

#online .sec-item .img {
  width: 80px;
  text-align: center;
  margin: 0 auto 10px;
}

#online .sec-item .item01 img {
  width: 45px;
}

#online .sec-item .txt .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.banner-sokuyaku {
  width: 250px;
  margin: 20px auto 40px;
}

.banner-sokuyaku img {
  border-radius: 0;
}

.sokuyaku-flow {
  padding: 30px 20px;
  border-radius: 10px;
}

.sokuyaku-flow .tab-area {
  margin-bottom: 30px;
}

.sokuyaku-flow .panel-area {
  overflow-y: scroll;
}

.slide {
  margin: 30px auto;
}

.slide > div {
  background: url(../img/online/slide-phone.png) no-repeat center / contain;
  width: 170px;
  height: 300px;
  padding-top: 20px;
  margin: 0 auto;
  display: block;
}

.slide .img {
  width: 127px;
  margin: 0 auto;
  position: relative;
}

.tab-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-area li {
 width: calc(100% / 2 - 10px);
}

.tab-area li:nth-child(n+3) {
  margin-top: 20px;
}

.tab-area li a {
  background: #fff;
  height: 50px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--grn);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: solid 1px var(--grn);;
  box-shadow: 3px 3px 6px rgba(132, 162, 122, 0.3);
  transition: .3s all;
}

.tab-area li a.active {
  background: rgba(124, 193, 107, 1) !important;
  background-image: linear-gradient(90deg, rgba(124, 193, 107, 1), rgba(121, 192, 223, 1)) !important;
  color: #fff;
  border: none;
}

.panel-area .txt p + p {
  margin-top: 5px;
}

.panel-area #tab04 .img {
  width: 150px;
  margin: 20px auto 0;
}

.panel-area #tab04 .img img {
  border-radius: 0;
}

/*============================================================
#clinic クリニック紹介
============================================================*/

#clinic .mv {
  background: url(../img/clinic/mv.jpg) no-repeat center / cover;
}

#clinic .sec-lead .bottom-img {
  background: url(../img/clinic/lead-img.jpg) no-repeat center / cover;
  width: 100%;
  height: 200px;
}

#clinic .sec-feature .inner {
  padding: 40px 20px 10px;
}

#clinic .feature-wrap {
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
  overflow: hidden;
  position: relative;
}

#clinic .feature01::before {
  content: "1";
  font-size: 70px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 70px;
  line-height: 1;
  left: 20px;
  top: 210px;
}

#clinic .feature02::before {
  content: "2";
  font-size: 70px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 70px;
  line-height: 1;
  left: 20px;
  top: 210px;
}

#clinic .feature03::before {
  content: "3";
  font-size: 70px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 70px;
  line-height: 1;
  left: 20px;
  top: 210px;
}

#clinic .feature-wrap + .feature-wrap {
  margin-top: 40px;
}

#clinic .feature-wrap .img {
  width: 300px;
  height: 200px;
  overflow: hidden;
}

#clinic .feature-wrap .img img {
  width: 100%;
  height: 200px;
  border-radius: 0;
}

#clinic .feature-wrap .txt {
  padding: 20px;
  text-align: center;
}

#clinic .feature-wrap .txt i,
#clinic .feature-wrap .txt i img {
  height: 60px;
}

#clinic .feature-wrap .txt .sec-title {
  font-size: 18px;
  margin-top: 15px;
}

.doctor-wrap .img img {
  width: 230px;
  margin: 0 auto;
  display: block;
}

.doctor-wrap .prof {
  margin: 20px auto 20px;
}

.doctor-wrap .prof p {
  text-align: center;
}

.doctor-wrap .prof .name {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 5px;
}

.doctor-wrap .prof .name span {
  font-size: 14px;
}

.doctor-wrap .prof .license {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #707070;
}

#clinic #sec-message .txt p + p {
  margin-top: 10px;
}

/*============================================================
#doctor 医師紹介
============================================================*/

#doctor .mv {
  background: url(../img/doctor/mv.jpg) no-repeat center / cover;
}

.doctor-nav {
  margin-bottom: 40px;
}

.doctor-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.doctor-nav li {
  width: calc(100% / 2 - 10px);
}

.doctor-nav li:nth-child(n+3) {
  margin-top: 20px;
}

.doctor-nav li a {
  background: #fff;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--grn);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: solid 1px var(--grn);
  box-shadow: 3px 3px 6px rgba(132, 162, 122, 0.3);
  transition: .3s all;
}

.doctor-nav li a.selected {
  background: rgba(124, 193, 107, 1) !important;
  background-image: linear-gradient(90deg, rgba(124, 193, 107, 1), rgba(121, 192, 223, 1)) !important;
  color: #fff;
  border: none;
}

.doctor-data {
  margin-top: 20px;
  overflow: hidden;
}

.doctor-data .title {
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-right: 15px;
  margin: 15px 0 5px;
  display: inline-block;
  position: relative;
}

.doctor-data .title::after {
  content: "";
  background: #D6D6D6;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.doctor-data p {
  text-align: left;
}

.doctor-data .common-list {
  align-items: flex-start;
}

.doctor-data .common-list dt {
  width: 100%;
}

.doctor-data .common-list dd {
  width: 100%;
}

.parttime .doctor-wrap .img {
  width: 180px;
  margin: 0 auto;
}

.parttime .doctor-wrap .prof {
  margin: 20px auto 0;
}

.parttime .doctor-wrap .prof.wide {
  width: 100%;
  margin: 60px 0 0;
}

.parttime .doctor-wrap + .doctor-data {
  margin-top: 0;
}

.parttime .doctor-data table {
  width: 100%;
}

.parttime .doctor-data table th,
.parttime .doctor-data table td {
  font-weight: 300;
  padding: 15px 0;
  border-bottom: solid 1px #D6D6D6;
}

.parttime .doctor-data table th {
  width: 100px;
  text-align: left;
}

/*============================================================
#access アクセス
============================================================*/

#access .mv {
  background: url(../img/access/mv.jpg) no-repeat center / cover;
}

#access .gmap {
  width: 100%;
  height: 250px;
  margin: 30px auto 20px;
}

#access .gmap iframe {
  width: 100%;
  height: 250px;
}

/*============================================================
#media メディア紹介
============================================================*/

#media section .inner {
  padding: 40px 20px 50px;
}

.media-wrap {
  width: 300px;
  margin: 30px auto 0;
}

.media-wrap + .media-wrap {
  margin-top: 50px;
}

.media-wrap .img {
  margin: 0 auto 10px;
}

.media-wrap .txt .title {
  font-size: 18px;
  font-weight: 300;
}

/*============================================================
#privacy プライバシーポリシー
============================================================*/

#privacy section .title {
  margin-top: 20px;
}

.policy-wrap {
  padding-left: 20px;
}

.policy-info {
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  padding: 20px;
  margin-top: 40px;
  border-radius: 10px;
  position: relative;
}

.policy-info p {
  text-align: center;
  margin-bottom: 10px;
}

/*.policy-info::before {
  content: "";
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 500px;
  height: 250px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -160px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}*/

.policy-info .common-list,
.policy-info .common-list dt,
.policy-info .common-list dd {
  width: 100%;
  display: block;
}

/*============================================================
#contact お問い合わせ
============================================================*/

.table-wrap table {
  width: 100%;
}

.contact-list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contact-list .btn {
  width: 240px;
  height: auto;
  margin: 50px auto 0;
}

.contact-list .btn input + input {
  margin-bottom: 20px;
}

.contact-list #zip {
  width: 200px !important;
}


.contact-list dl div {
  margin-bottom: 25px;
}

.contact-list dl dt {
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  letter-spacing: 0.15em;
}

/*.contact-list dl dd {
  width: calc(100% - 250px);
}*/

.caution {
  font-size: 10px;
  color: #fff;
  margin-left: 10px;
  background: #e83a37;
  padding: 3px 8px;
}

form select,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  border: solid 1px #d6d6d6;
  min-height: 45px;
  padding: 12px 20px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 10px;
}

form input[type="submit"],
form input[type="button"] {
  background: var(--grn);
  border: none;
  cursor:pointer;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  height: 50px;
  letter-spacing: normal;
  text-align: center;
  width: 400px;
  position: relative;
  opacity: 1;
  -webkit-appearance: none;
  border-radius: 10px;
}

form textarea {
  height: 200px;
  width: 100%;
}

form input[type="checkbox"],
form input[type="radio"] {
  margin: auto 0.5em auto 0.25em;
  vertical-align: top;
  -webkit-appearance: auto;
}

.screen-reader-response {
  display: none;
}

/* ラジオボタン ▼▼▼ */
.label-checkbox input[type="checkbox"],
.label-radio input[type="radio"]{
  display: none;
}

.label-checkbox,
.label-radio label {
  cursor: pointer;
  position: relative;
  line-height: 1;
  transition: all .3s .1s;
}

.label-checkbox span:before,
.label-radio label span:before {
  content:'';
  border: 1px solid #adadad;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.label-radio label span:before {
  border-radius: 50%;
}

.label-checkbox span:after,
.label-radio label span:after {
  content:'';
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #adadad;
}

.label-checkbox span:after {
  left: 8px;
  top: -6px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #5c5c5c;
  border-bottom: 3px solid #5c5c5c;
  transform: rotate(40deg);
  border-radius: 0;
  background: transparent;
}

.label-checkbox input[type="checkbox"]:checked + span:after,
.label-radio input[type="radio"]:checked + span:after {
  opacity: 1;
}

/* ラジオボタン ▲▲▲ */

/* セレクトボタン ▼▼▼ */
.select-wrap {
  position: relative;
}

.select-wrap:before {
  content: '';
  display: block;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 18px;
  right: 15px;
  pointer-events: none;
}

.select-wrap select {
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 100%;
}

.select-wrap select option{
  background-color: #fff;
  color: #333;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

form input[type="submit"],
form input[type="button"] {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: unset !important;
}

/*input[type="submit" i]:disabled {
  opacity: .5;
}*/

select:disabled {
  opacity: 1;
}

.acceptance {
  line-height: 1;
  text-align: center !important;
  margin-top: 40px !important;
}

.acceptance a {
  color: var(--grn);
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.wpcf7c-conf {
  background-color: rgba(0,160,210,.5) !important;
  color: black;
  border: none !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center;
  margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
   color: #0099ff;
}

.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 20px auto 0 !important;
}

.btnbox {
  width: 240px;
  margin: 20px auto 0;
}

.btnbox input.back,
.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf,
.btnbox input.reset {
  font-family: 'Noto Sans JP', sans-serif;
  border: solid 1px var(--grn);
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}

.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf {
  background: var(--grn);
  color: #fff;
}

.btnbox input.back,
.btnbox input.reset {
  background: #fff;
  color: var(--grn);
  margin-top: 15px;
}

.btnbox input.conf {
  opacity: .7;
}

.btnbox input.conf.active {
  opacity: 1;
}

.error {
  color: #F00;
}

/*============================================================
#info お知らせ
============================================================*/

.info-top .post-cont li.post {
	padding: 35px 25px 30px;
	border-top: solid 1px #D6D6D6;
}

.info-top .post-cont li.post:last-child {
	border-bottom: solid 1px #D6D6D6;
}

.post-category a {
  width: 120px;
  font-size: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.post-content p {
  text-align: left;
}

.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}

.post-content p a {
  text-decoration: underline;
}

.post-content p iframe {
  width: 100%;
  height: auto;
}

/* 詳細ページ */
#pagenation {
  margin: 40px 0 0 !important;
  overflow: hidden;
}

#pagenation a {
  text-decoration: none;
}

ul#pagenation.post li.prev, ul#pagenation li.prev {
  float: left;
}

ul#pagenation.post li.next, ul#pagenation li.next {
  float: right;
}

.back-index {
	width: 250px;
	margin: 40px auto 30px;
}

.back-index a {
	width: 250px;
}

/*============================================================
#blog にゅーろ君のブログ
============================================================*/

#blog .mv {
  background: url(../img/blog/mv.jpg) no-repeat center / cover;
}

.page-title {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}

#blog .page-title a {
  color: #fff;
}

.post-cont .card {
  width: 300px;
  margin: 0 auto;
}

.post-cont .card a {
  padding: 35px 25px 30px;
  display: block;
  border-top: solid 1px #D6D6D6;
}

.post-cont .card-list li:last-child a {
  border-bottom: solid 1px #D6D6D6;
}

.post-cont .card .thumbnail {
  background: url(../img/common/logo.png) no-repeat center / 90px;
  border: solid 1px #D6D6D6;
  border-radius: 10px;
}

.post-cont .card .thumbnail,
.post-cont .card .thumbnail img {
  width: 250px;
  height: 150px;
  overflow: hidden;
}

.post-cont .card .post-body {
  margin-top: 10px;
}

.sidebar {
  background: #F2F2F2;
  padding: 30px 30px 35px;
  margin-top: 40px;
  border-radius: 20px;
  position: relative;
}

/*.sidebar::before {
  content: "";
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

#blog .sidebar::before {
  height: 200px;
}*/

.sidebar .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.sidebar .title i {
  background: url(../img/common/icon-title.png) no-repeat center / contain;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
  display: inline-block;
  position: relative;
  top: 3px;
}

.sidebar ul li {
  position: relative;
}

.sidebar ul li::before {
  content: "-";
  margin: 0 11px;
  display: inline-block;
}

.sidebar select {
  background: #fff;
  border: solid 1px #a1a1a1;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  color: #656565;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
  outline: none;
}

