@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%;
  -ms-overflow-style:none;/* win用スクロールバー非表示 */
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  color: #656565;
  min-width: 1180px;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  background-attachment: fixed;
  overflow: hidden;
}

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

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;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

.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;
  pointer-events: none;
  object-fit: cover;
}

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

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

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

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

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

section {
  overflow: hidden;
}

.inner {
  width: 1180px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

/* スマートフォンのみ表示 */
.sp {
  display: none;
}

/* PCのみ表示 */
.pc {
  display: block !important;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

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

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

.notice {
  font-size: 13px;
  line-height: 1.6;
}

.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;
}

.pb0   {padding-bottom: 0 !important;}

.mb3   {margin-bottom:3px !important;}
.mb5   {margin-bottom:5px !important;}
.mb10  {margin-bottom:10px !important;}
.mb15  {margin-bottom:15px !important;}
.mb20  {margin-bottom:20px !important;}
.mb25  {margin-bottom:25px !important;}
.mb30  {margin-bottom:30px !important;}
.mb35  {margin-bottom:35px !important;}
.mb40  {margin-bottom:40px !important;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}

.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}
.mt90  {margin-top:90px !important;}
.mt100  {margin-top:100px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}

.w900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.w500 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.w450 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.w300 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.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) !important;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}

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

.column.reverse {
  flex-direction: row-reverse;
}

.column.col2 li {
  width: calc(100% / 2 - 20px);
}

.column.col3 li {
  width: calc(100% / 3 - 20px);
}

.column.col2 li:nth-child(n+3),
.column.col3 li:nth-child(n+4) {
  margin-top: 30px;
}

.column.col3 li:nth-child(3n+1),
.column.col4 li:nth-child(4n+1) {
  margin-left: 0;
}

.column.col3::after{
  content: "";
  width: calc(100% / 3 - 20px);
}

.page-title {
  font-size: 45px;
  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: 32px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--grn);
  text-align: center;
  position: relative;
}

.sec-title.icon {
  font-size: 36px;
  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: 30px;
  height: 30px;
  margin: 0 auto 15px;
  display: block;
}

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

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

.dot-title {
	font-size: 22px;
	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: 100px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -60px;
  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: 100px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: -1;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title {
  font-size: 22px;
}

/* アコーディオン */
.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: 60px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px 0;
  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: 30px 20px;
  border-radius: 10px;
}

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

.btn a {
  width: 300px;
  height: 60px;
  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;
}

/*.btn.grad2 a {
  background: rgba(228, 126, 5, 1);
  background-image: linear-gradient(90deg, rgba(232, 182, 24, 1), rgba(228, 126, 5, 1) 50%, rgba(228, 126, 5, 1));
}

.btn.grad2 a i::after {
  border-top: solid 1.5px #e47e05;
  border-right: solid 1.5px #e47e05;
}*/

/* 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: 40%;
  z-index: 1;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

.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: 180px;
  position: fixed;
  z-index: 2;
}

body.active {
  overflow: hidden;
}

header .head {
  width: 100%;
  height: 180px;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  */
}

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

header a {
  display: block;
}

#header-logo {
  width: 550px;
}

#header-logo i {
  width: 150px;
  height: 145px;
  margin-right: 30px;
  position: relative;
  z-index: 9999;
}

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

#header-logo a {
  width: 550px;
  height: 145px;
  font-size: 24px;
  font-weight: 300;
  color: #656565;
  display: flex;
  align-items: center;
}

.head-r .upper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.head-r .btn {
  margin-right: 20px;
}

.head-r .btn + .btn {
  margin-right: 30px;
}

.head-r .btn,
.head-r .btn a {
  width: 180px;
  height: 40px;
}

.head-r .btn a {
  border-radius: 5px;
  box-shadow: 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: 28px;
  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;
}

header .tel + .tel {
  margin-left: 32px;
  padding-left: 32px;
  border-left: solid 1px var(--grn);
}

header .btn.grad2,
header .btn.grad2 a {
  width: 290px;
  height: 50px;
  font-size: 14px;
  box-shadow: none;
}

header .line {
  width: 50px;
  height: 50px;
}

.fix-banner {
  display: none;
}

#g-nav{
  /*background: var(--grn);*/
  position:fixed;
  /*z-index: -1;*/
  opacity: 0;
  top:0;
  right: -38%;
  width: 38%;
  height: 100vh;
  transition: all .8s;
}

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

#g-nav-wrap {
  width: 1000px;
  height: 100vh;
  /*padding-top: 90px;*/
  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: 25%;
  padding: 20px 10px 50px 0;
  position: absolute;
  right: 0;
}

.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;
}

/* MV下ナビ */
.main-nav {
  background: #fff;
  width: 1120px;
  margin: 20px auto 0;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

#top .main-nav {
  margin: 0 auto;
	position: absolute;
  left: 0;
  right: 0;
  top: 720px;
}

.mv + .main-nav {
	margin: 0 auto;
	position: absolute;
  left: 0;
  right: 0;
  top: 465px;
  overflow: hidden;
}

.main-nav ul li {
  width: calc(100% / 7);
  position: relative;
}

.main-nav ul li + li::before {
  content: "";
  height: 70%;
  border-left: solid 1px var(--grn);
  opacity: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-nav ul li a {
  padding: 20px 10px;
  display: block;
}

.main-nav ul li a:hover,
.main-nav ul li a.selected {
  background: #ECF4E9;
}

.main-nav ul li a i {
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0 auto 5px;
  display: block;
}

.main-nav ul li a i img {
  height: 50px;
}

.main-nav ul li a p {
  text-align: center;
}

#g-nav-list .schedule,
#g-nav-list .contact {
  display: none;
}

.fix-schedule {
  width: 575px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 310px;
  right: -500px;
  z-index: 1;
  transition: 1s all;
}

#top .fix-schedule {
  top: 350px;
}

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

.fix-schedule .fix-tab {
  background: var(--grn);
  width: 75px;
  height: 230px;
  font-size: 24px;
  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 .fix-tab i {
  width: 25px;
  height: 25px;
  line-height: 1;
  margin: 0 auto 7px;
  display: block;
}

.fix-schedule .schedule {
  background: #fff;
  width: 500px;
  height: 230px;
  padding: 10px 20px;
  border-top: solid 1px var(--grn);
  border-bottom: solid 1px var(--grn);
}

.fix-schedule .schedule th,
.fix-schedule .schedule td {
  padding: 5px 0;
}

.fix-schedule_sp,
.fix-schedule_sp2 {
  display: none;
}

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

footer {
  position: relative;
}

.footer-guide {
  background: #F2F2F2;
}

.footer-guide .inner {
  padding: 80px 0;
}

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

.schedule {
  width: 540px;
}

.schedule .box {
  padding: 17px 20px;
}

.schedule table {
  width: 100%;
}

.schedule th,
.schedule td {
  font-weight: 300;
  padding: 15px 0;
}

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

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

.schedule td:not(.time) {
  width: 70px;
  font-size: 20px;
  color: var(--grn);
}

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

.footer-guide .contact {
  width: 420px;
}

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

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

.footer-guide .contact-bottom .box.bdr {
  width: 200px;
  padding: 15px 0;
  margin-top: 20px;
}

.footer-guide .contact-bottom .box.bdr i {
  width: 50px;
  margin: 0 auto 5px;
  display: block;
}

.footer-guide .contact-bottom .box.bdr + .box.bdr i {
  margin: 5px auto 10px;
}

.footer-guide .contact-bottom .box.bdr p {
  font-size: 14px;
  text-align: center;
}

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

#footer-logo {
  width: 700px;
  align-items: center;
}

#footer-logo i {
  width: 150px;
}

.footer-info {
  width: 520px;
}

.footer-info p {
  font-size: 24px;
  margin-bottom: 10px;
}

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

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

.footer-banner {
  width: 250px;
}

.footer-banner a {
  height: 60px;
  padding: 0 0 0 20px !important;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  line-height: 1.5;
}

.footer-banner a:first-child {
  justify-content: center;
  padding: 0 !important;
}

.footer-banner a i {
  width: 40px;
  margin-right: 10px;
}

.footer-banner a + a {
  margin-top: 20px;
}

.footer-nav {
  padding: 10px 0;
}

.footer-nav .nav {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.footer-nav .nav li {
  width: 230px;
}

.footer-nav .nav::after {
  content: "";
  width: 230px;
  display: block;
}

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

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

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

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

.mv + .main-nav + section .inner {
	padding: 150px 0 100px;
}

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

#top .mv .copy {
  font-size: 45px;
  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-size: 18px;
  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,
#top .sec-lead .btn a {
  width: 200px;
}

.sec-news {
  margin-top: 80px;
}

.sec-news .box {
  width: 730px;
  padding: 30px 50px;
}

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

.sec-news .box li .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.sec-news .box li .post-title span {
  margin-right: 20px;
}

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

#top .sec-feature {
  position: relative;
}

#top .sec-feature::before {
  content: '';
  width: calc(50% - 200px);
  height: calc(100% - 1590px);
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  position: absolute;
  right: 0;
  top: 800px;
  border-radius: 10px 0 0 10px;
}

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

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

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

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

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

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

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

#top .sec-feature .lead {
  padding: 100px 0;
  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: 300px;
  display: block;
  position: absolute;
  top: 100px;
  right: -150px;
  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: 730px;
  height: 520px;
  display: block;
  position: absolute;
  top: 470px;
  left: -150px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}*/

#top .sec-feature .lead .img {
  width: 480px;
}

#top .sec-feature .lead .txt {
  width: 460px;
}

#top .sec-feature .lead .txt .sec-title {
  font-size: 30px;
  text-align: left;
}

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

#top .movie,
#top .movie video {
  width: 800px;
  margin: 0 auto;
}

.sec-area .img {
  width: 720px;
}

.sec-area .txt {
  width: 400px;
  position: absolute;
  bottom: 170px;
  right: 0;
}

.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: 18px;
}

.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: 500px;
}

.sec-blog {
  position: relative;
}

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

.sec-blog::before {
  content: '';
  width: calc(50% + 250px);
  height: calc(100% - 390px);
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
}

.sec-blog ul::after {
  content: "";
  width: 300px;
  display: block;
}

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

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

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

.sec-blog ul li a .title {
  font-size: 16px;
  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: 880px;
  margin: 0 auto;
}

.sec-doctorsfile a {
  width: 400px;
}

.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: 80px;
}

.medical-top .column.col3 li {
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.medical-top .column.col3 li a {
  background: #fff;
}

.medical-top .column.col3 li a:hover i,
.medical-top .column.col3 li a:hover .txt {
  background: #ECF4E9;
  /*background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;*/
}

.medical-top .column.col3 li .thumnail img {
  border-radius: 0;
}

.medical-top .column.col3 li .txt {
  min-height: 210px;
  padding-bottom: 20px;
}

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

.medical-top .column.col3 li i img {
  width: 80px;
  height: 70px;
  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::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: 860px;
  height: 360px;
  display: block;
  position: absolute;
  top: 350px;
  left: -100px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
*/

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

.neurology .col2 .img {
	width: 450px;
}

.neurology .col2 .txt {
	width: 500px;
}

.neurology .lead .box {
	padding: 20px 25px;
}

.neurology .sec-reserve .inner {
	padding: 100px 0;
}

.neurology .sec-reserve .btn,
.neurology .sec-reserve .btn a {
	width: 500px;
}

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

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

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

.homecare .sec-about .box,
.rehabilitation .sec-about .box {
	padding: 50px;
}

.homecare .sec-about .txt,
.rehabilitation .sec-about .txt {
	width: 480px;
}

.homecare .sec-about .txt .sec-title,
.rehabilitation .sec-about .txt .sec-title {
	text-align: left;
}

.homecare .sec-about .img,
.rehabilitation .sec-about .img {
	width: 380px;
	margin-top: 10px;
}

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

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

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

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

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

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

.rehabilitation .lead .img {
	width: 310px;
	margin-top: 10px;
}

.rehabilitation .lead .txt {
	width: 630px;
}

.rehabilitation .lead .dot-title {
	left: 0;
  transform: none;
}

.rehabilitation .sec-self .col2 .img {
  width: 400px;
}

.rehabilitation .sec-self .col2 .txt {
  width: 540px;
}

.rehabilitation .sec-self .col2 .box {
	padding: 20px 25px;
}

.rehabilitation .sec-self .cont-list .col2 .img {
  width: 350px;
}

.rehabilitation .sec-self .cont-list .col2 .txt {
  width: 600px;
}

.rehabilitation .sec-fee .box {
	padding: 30px 70px;
}

.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;
  height: 44px;
  justify-content: center;
  border-radius: 50px;
}

.rehabilitation .sec-fee .box .common-list dd,
#online .sec-fee .box .common-list dd {
	padding: 5px 0 20px 20px;
}

.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: 450px;
}

#online .lead .col2 .txt {
  width: 500px;
}

#online .lead .box {
  padding: 20px 25px;
}

#online .sec-fee .box .common-list dt {
	width: 35%;
}

#online .sec-fee .box .common-list dd {
	width: 65%;
}

#online .sec-item .box {
	height: 210px;
	justify-content: center;
	align-items: center;
}

#online .sec-item .img {
	width: 140px;
	text-align: center;
	margin-right: 40px;
}

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

#online .sec-item .txt {
	width: 500px;
}

#online .sec-item .txt .title {
	margin-bottom: 20px;
}

.banner-sokuyaku {
	width: 420px;
	margin: 20px auto 80px;
}

.banner-sokuyaku a {
	display: block;
}

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

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

.sokuyaku-flow .tab-area {
	width: 260px;
}

.sokuyaku-flow .panel-area {
	width: 660px;
	height: 750px;
	padding-right: 30px;
	overflow-y: scroll;
}

.slide {
	margin: 40px auto;
}

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

.slide .img {
	width: 227px;
	height: 440px;
	margin: 0 auto;
	position: relative;
}

.tab-area li + li {
	margin-top: 10px;
}

.tab-area li a {
	background: #fff;
	width: 210px;
	height: 80px;
	font-size: 20px;
	line-height: 1.4;
	color: var(--grn);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 45px 45px 0;
	box-shadow: 3px 3px 6px rgba(132, 162, 122, 0.3);
	transition: .3s all;
}

.tab-area li a:hover,
.tab-area li a.active {
	width: 260px;
	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;
}

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

.panel-area #tab04 .img {
	width: 250px;
	margin: 40px auto 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: 400px;
}

#clinic .sec-feature .inner {
	padding: 100px 0 30px;
}

#clinic .feature-wrap {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
}

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

#clinic .feature02::before {
	content: "2";
  font-size: 100px;
  color: #000;
  opacity: .1;
  position: absolute;
  height: 90px;
  line-height: 1;
  right: 20px;
  top: 10px;
}

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

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

#clinic .feature-wrap .img {
	width: 400px;
}

#clinic .feature-wrap .img img {
	border-radius: 0;
}

#clinic .feature-wrap .txt {
	width: 600px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

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

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

#clinic #sec-message .doctor-wrap {
	align-items: flex-start;
}

.doctor-wrap .img {
	width: 370px;
}

.doctor-wrap .prof {
	width: 320px;
}

#clinic #sec-message .doctor-wrap .prof {
	margin: 30px auto 0;
}

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

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

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

#clinic #sec-message .txt {
	width: 550px;
}

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

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

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

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

.doctor-nav li {
	height: 50px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	overflow: hidden;
}

.doctor-nav li a {
	background: #fff;
	height: 50px;
	font-size: 20px;
	text-align: center;
	color: var(--grn);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s all;
}

.doctor-nav li a:hover,
.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;
}

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

.doctor-data .title {
	background: #fff;
	font-size: 20px;
  font-weight: 300;
	padding-right: 20px;
	margin: 30px 0 10px;
	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: 12%;
}

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

.parttime .doctor-wrap .img {
  width: 200px;
}

.parttime .doctor-wrap .prof {
  width: 500px;
}

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

.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: 120px;
  text-align: left;
}

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

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

#access .gmap {
	width: 920px;
	height: 450px;
	margin: 60px auto 20px;
}

#access .gmap iframe {
	width: 920px;
	height: 450px;
}

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

.media-wrap {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.media-wrap .img {
	width: 500px;
}

.media-wrap .txt {
	width: 440px;
}

.media-wrap .txt .title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

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

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

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

.policy-info {
	width: 480px;
	margin: 80px auto 0;
	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: 600px;
  height: 240px;
  display: block;
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

.policy-info .common-list dt {
	width: 30%;
	align-items: flex-start;
}

.policy-info .common-list dd {
	width: 70%;
}

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

#contact .tel-wrap {
	justify-content: center;
}

#contact .tel-wrap .tel + .tel {
  margin-left: 60px;
  padding-left: 60px;
  border-left: solid 1px var(--grn);
}

#contact .tel-wrap .tel-num i {
  width: 33px;
  height: 33px;
}

#contact .tel-wrap .tel-num p {
	font-size: 34px;
}

#contact .tel-wrap .tel-num + p {
	margin: 5px 0 10px;
}

.contact-list {
  width: 800px;
  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;
  margin-right: 340px;
}


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

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

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

.caution {
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 50px;
  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%;
  border-radius: 10px;
}

form input[type="text"]:hover,
form textarea:hover,
form input[type="text"]:focus,
form textarea:focus {
  border-color: #a2a2a2;
}

form input[type="submit"],
form input[type="button"] {
  background: var(--grn);
  border: none;
  cursor:pointer;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  height: 60px;
  letter-spacing: normal;
  text-align: center;
  width: 400px;
  position: relative;
  opacity: 1;
  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.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;
}

.wpcf7-response-output {
  width: 490px;
  text-align: left;
  margin: 0 auto !important;
  border: none !important;
}

.btnbox {
  width: 500px;
  text-align: center;
  margin: 40px 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-left: 10px;
}

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

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

.error {
  color: #F00;
}

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

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

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

.post-category a {
  width: 140px;
  font-size: 14px;
  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: 25px;
}

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

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

.post-content iframe {
  width: 100%;
  height: 50vw;
}

/* 詳細ページ */
#pagenation {
  margin: 70px 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;
}

.pager {
  position: relative;
}

.back-index {
	width: 200px;
	margin: 60px auto 0;
}

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

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

.post-wrap {
  align-items: flex-start;
}

#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,
.post-cont .card {
  width: 650px;
}

.post-cont .card a {
  padding: 35px 0;
  align-items: center;
  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 {
  width: 360px;
}

.post-cont .card .post-body .post-title {
  font-size: 18px;
}

.sidebar {
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 250px;
  padding: 25px 30px 30px;
  position: relative;
  border-radius: 10px ;
}

/*.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: 20px;
}

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

.sidebar ul li {
  position: relative;
}

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

.sidebar select {
  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;
}
