@charset "utf-8";
/* CSS Document */
html {
/*height:100%;*/
-ms-overflow-style: auto;
}

body {
text-align: center;
margin:0 auto;
width:100%;
background:#fff;
position:relative;
-webkit-text-size-adjust: 100%;
color: #000000;
overflow-x: hidden;
}

/*モーダルを開いた時のbody*/
body .modal-open {
  overflow: hidden;
  height: 100%;
}

.clearfix:after {
visibility: hidden;
display: block;
content: " ";
clear: both;
height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.nofloat{
overflow:hidden;
zoom:1;
}

img {
border-style:none;
}

a {
text-decoration: none;
}

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}

input[type="submit"] {
-webkit-appearance: none;
/*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
color:#CCC;
opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
color:#CCC;
opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
color:#CCC;
}

ul {
padding-left: 0;
margin: 0;
}

ul li {
list-style: none;
}

.a_block {
display:block;
}

.img_block {
display:block;
margin: 0px auto;
}

.max_img {
max-width:100%;
height:auto;
margin: 0 auto;
}

.red_span {
color: red;
}

.bold_span {
font-weight:bold;
}

.under_span {
text-decoration:underline;
}

.inbl_span {
display:inline-block;
text-indent:0;
}

#wrapper {
position:relative;
}

.menu_blur {
filter: blur(15px);
}

#wrapper_back {
display:none;
width:100%;
height:100vh;
background:rgba(0,0,0,0.6);
position:fixed;
top:0;
left:0;
z-index:2;
}

.br_1024 {
display:none!important;
}

.br_1024_none {
display: block;
}

.br_768 {
display: block;
}

.br_480_block {
display: none;
}

.br_480_none {
display: block;
}

/*ブラーエフェクト　ぼかし*/
.wrapper_back:before {
content: '';
background: inherit;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
position: absolute;
/*画像の端までぼけてしまうため切り落とすため*/
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
}

#result {
position: fixed;
top:0;
right:0;
z-index:1000;
}

#page-top {
position: fixed;
bottom: 10px;
right: 5px;
z-index: 2000;
}
#page-top a:hover {
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
#page-top a {
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
} 

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*スライダーここから*/

.slider_waku {
/* widith:100%;
  height:91vh;
  background:yellow;
   border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
		position: sticky;
		z-index: 2;
		top: 0;*/
		/*transform: rotate(180deg);*/
		position: absolute;
		bottom: 0px;
		left: 0;
		max-width: 100%;
		z-index: 2;
		background-color: rgba(0,0,0,0);
}

#ind_slide_under{
text-align: left;
max-width: 1080px;
margin: 0 auto;
position: relative;
}

.ind_slide{
position: sticky;
top: 0;
width: 100%;
height: 81vh;
position: relative;
z-index: 1;
}

.ind_slide_logo{
position: absolute;
top:30px;
left:15px;
z-index: 2;
/*-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
max-width: 70%;
max-height:calc(100% - 110px);
width: auto;*/
}

.slider1{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

#slider1 {
position:relative;
z-index:1;
background-color: #FFFFFF;
}

.slider1 {
list-style:none;
width:100%;
margin:0;
padding:0;
position:relative;
z-index:1;
}

.slider1 li {
width:100%;
}

.slider1 li img {
max-width:100%;
height:auto;
display: block!important;
}

.slider1_text01 {
display:block;
font-size:17px;
color:#FFF;
line-height:17px;
text-align:left;
position:absolute;
top:40px;
left:135px;
z-index:2;
}

.slider1_textbox01 {
max-width:70%;
padding:20px;
border-radius:10px;
background:rgba(255,255,255,0.2);
text-align:left;
position:absolute;
top:50%;
left:50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index:3;
}

.slider1_textbox01:before {
content:"";
width:300px;
height:300px;
background:rgba(255,255,255,0.2);
border-radius:50%;
position:absolute;
top:50%;
left:100px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index:1;
}

.slider1_textbox01_title {
display:block;
margin-bottom:10px;
font-family: 'Kosugi Maru', sans-serif;
font-size:23px;
color:#111;
line-height:30px;
text-align:left;
position:relative;
z-index:2;
}

.slider1_textbox01_text {
display:block;
font-size:17px;
color:#111;
line-height:30px;
text-align:left;
position:relative;
z-index:2;
}

.slider1_textbox01_button {
display:inline-block;
margin-top:20px;
text-align:left;
position:relative;
z-index:2;
}


.slider2{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

#slider2 {
position:relative;
z-index:1;
background-color: #FFFFFF;
}

.slider2 {
list-style:none;
width:100%;
margin:0;
padding:0;
position:relative;
z-index:1;
}

.slider2 li {
width:100%;
}

.slider2 li img {
max-width:100%;
height:auto;
display: block!important;
}

.slider2_text01 {
display:block;
font-size:17px;
color:#FFF;
line-height:17px;
text-align:left;
position:absolute;
top:40px;
left:135px;
z-index:2;
}

.slider2_textbox01 {
max-width:70%;
padding:20px;
border-radius:10px;
background:rgba(255,255,255,0.2);
text-align:left;
position:absolute;
top:50%;
left:50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index:3;
}

.slider2_textbox01:before {
content:"";
width:300px;
height:300px;
background:rgba(255,255,255,0.2);
border-radius:50%;
position:absolute;
top:50%;
left:100px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index:1;
}

.slider2_textbox01_title {
display:block;
margin-bottom:10px;
font-family: 'Kosugi Maru', sans-serif;
font-size:23px;
color:#111;
line-height:30px;
text-align:left;
position:relative;
z-index:2;
}

.slider2_textbox01_text {
display:block;
font-size:17px;
color:#111;
line-height:30px;
text-align:left;
position:relative;
z-index:2;
}

.slider2_textbox01_button {
display:inline-block;
margin-top:20px;
text-align:left;
position:relative;
z-index:2;
}

/*スライダーここまで*/


/*ヘッダーメニューここから*/

/*ここから*/

.top_logo {
	/* height: 50px ; */
	width: auto ;
}

.header_line_wrap {
/*position: -webkit-sticky;
position: sticky;*/
position: fixed;
top: -67px;
z-index: 5;
background-color: #FFFFFF;
display: flex;
justify-content: space-between;
padding: 10px 30px 0px 50px;
align-items: center;
opacity: 0;
width: calc(100% - 80px);
}

.header_line_wrap_naka {
/*position: -webkit-sticky;
position: sticky;*/
position: fixed;
top: 0px;
z-index: 9999;
background-color: #FFFFFF;
display: flex;
justify-content: space-between;
padding: 10px 30px 0px 50px;
align-items: center;
opacity: 1;
width: calc(100% - 80px);
}

.header_line_wrap_naka a img {
transition: 0.5s;
}

.header_line_wrap_naka a img:hover {
opacity: 0.3;
transition: 0.5s;
}

.header_line_wrap a img {
transition: 0.5s;
}

.header_line_wrap a img:hover {
opacity: 0.3;
transition: 0.5s;
}

.wrapper_header_box_back_02 {
display: none;
width:100%;
height:78px!important;
background:#E8F2E0;
position:absolute;
top:100%;
left:0;
z-index:3;
}

.wrapper_header_box_back_02_naka {
display: none;
width:100%;
height:78px!important;
background:#E8F2E0;
position:absolute;
top:100%;
left:0;
z-index:3;
}

.wrapper_header_box_ul_02 {
/* height: 100vh; */
max-width: 1270px;
text-align: left;
margin: 0;
font-size: 0px;
position: relative;
display: flex;
align-items: baseline;

}

.wrapper_header_box_ul_02_naka {
max-width: 1270px;
text-align: left;
margin: 0;
font-size: 0px;
position: relative;
display: flex;
align-items: baseline;

}

.wrapper_header_box_ul_li_02 {
display: inline-block;
width: 138px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
position: relative;
transition: 0.6s;
}

.wrapper_header_box_ul_li_02_span01 {
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #000000;
}

.wrapper_header_box_ul_li_02_naka {
display: inline-block;
width: 138px;
padding-top: 19px;
padding-bottom: 20px;
text-align: center;
position: relative;
transition: 0.6s;
}

.wrapper_header_box_ul_li_02_span01_naka {
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #000000;
}


.on_color {
background: #E8F2E0;
border-radius: 15px 15px 0 0;
transition: 0.6s;
}

.on_color_r {
background: #E8F2E0;
border-radius: 15px 15px 0 0;
transition: 0.6s;
}

.wrapper_header_box_sub_ul_02 {
display: none;
list-style:none;
min-width:1400px;
margin:0 auto;
padding:15px 0 0;
font-size:0;
text-align:center;
position:absolute;
top:100%;
left:15%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index:3;
}

.wrapper_header_box_sub_ul_02 a:last-child .wrapper_header_box_sub_ul_li_02 {
margin-right: 0;
}

.wrapper_header_box_sub_ul_02_naka {
display: none;
list-style:none;
min-width:1312px;
margin:0 auto;
padding:15px 0 0;
font-size:0;
text-align:center;
position:absolute;
top:100%;
left:35%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index:3;
}

.wrapper_header_box_sub_ul_02_naka a:last-child .wrapper_header_box_sub_ul_li_02_naka {
margin-right: 0;
}


.wrapper_header_box_sub_ul_li_02 {
display:inline-block;
margin:0 10px 0 auto;
border-radius: 25px;
padding:15px 15px;
font-size:16px;
color:#000;
line-height:18px;
background: #fff;
position:relative;
font-weight: bold;
transition: 0.5s;
}

.wrapper_header_box_sub_ul_li_02:hover {
color: #87BC25;
transition: 0.5s;
}

.wrapper_header_box_sub_ul_li_02_naka {
display:inline-block;
margin:0 10px 0 auto;
border-radius: 25px;
padding:15px 30px;
font-size:16px;
color:#000;
line-height:18px;
background: #fff;
position:relative;
font-weight: bold;
}


/*ハンバーガーmenue*/

.wrapper_2_header_ul_li_6_div {
display: none;
/*display:inline-block;*/
width:30px;
height:20px;
margin: 0 10px;
padding:10px;
background:#FFFFFF;
position:absolute;
top:0;
bottom:0;
right:0;
z-index:2;
cursor:pointer;
}

.wrapper_2_header_ul_li_6_div_line {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#87BC25;
border-radius: 4px;
transition: all .4s;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_line_before {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#87BC25;
border-radius: 4px;
transition: all .4s;
position:absolute;
top:10px;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_line_after {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#87BC25;
border-radius: 4px;
transition: all .4s;
position:absolute;
bottom:10px;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_o {
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_before {
background:#87BC25;
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line {
background:#87BC25;
opacity: 0;
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_after {
background:#87BC25;
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}

.wrapper_2_header_ul_li_6_div_o_naka .wrapper_2_header_ul_li_6_div_line_before_naka {
background:#87BC25;
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

.wrapper_2_header_ul_li_6_div_o_naka .wrapper_2_header_ul_li_6_div_line_naka {
background:#87BC25;
opacity: 0;
}

.wrapper_2_header_ul_li_6_div_o_naka .wrapper_2_header_ul_li_6_div_line_after_naka {
background:#87BC25;
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}


.wrapper_2_header_ul_li_6_div_naka {
display: none;
/*display:inline-block;*/
width:30px;
height:20px;
margin: 0 10px;
padding:10px;
background:#87BC25;
position:absolute;
top:0;
bottom:0;
right:0;
z-index:2;
cursor:pointer;
}

.wrapper_2_header_ul_li_6_div_line_naka {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#FFF;
border-radius: 4px;
transition: all .4s;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_line_before_naka {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#FFF;
border-radius: 4px;
transition: all .4s;
position:absolute;
top:10px;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_line_after_naka {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#FFF;
border-radius: 4px;
transition: all .4s;
position:absolute;
bottom:10px;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_o_naka {
}

.wrapper_2_header_ul_li_6_div_o_naka .wrapper_2_header_ul_li_6_div_line_before_naka {
background:#fff;
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

.wrapper_2_header_ul_li_6_div_o_naka .wrapper_2_header_ul_li_6_div_line_naka {
background:#fff;
opacity: 0;
}

.wrapper_2_header_ul_li_6_div_o_naka .wrapper_2_header_ul_li_6_div_line_after_naka {
background:#fff;
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}


/*ハンバーガーmenuここまで*/

a .header_line_menu_one_tel {
color: #fff;
}

.header_line_menu_one_tel {
display: inline-block;
height: auto;
color: #fff;
font-size: 21px;
font-weight: bold;
letter-spacing: 5px;
background: #87BC25;
padding: 6px 16px;
border-radius: 25px;
margin-left: 15px;
transition: 0.5s;
border: 2px solid #87BC25;
}

.header_line_menu_one_tel:hover {
background-color: #FFFFFF;
border: 2px solid #87BC25;
transition: 0.5s;
}

a .header_line_menu_one_tel:hover {
color: #87BC25;
}

.header_line_menu_one_tel_naka a {
color: #fff;
}

.header_line_menu_one_tel_naka {
display: inline-block;
height: auto;
color: #fff;
font-size: 21px;
font-weight: bold;
letter-spacing: 5px;
background: #87BC25;
padding: 10px 20px;
border-radius: 25px;
margin-left: 15px;
}

.header_line_menu_wrap {
display: flex;
width: 1270px;
justify-content: space-around;
align-items: center;
}

.header_line_menu_one {
font-size: 18px;
font-weight: bold;
line-height: 18px;
}

.header_menu_box_wrap {
max-width: 1280px;
margin: 0 auto;
}

.header_menu_box_wrap_list {
display: flex;
}

.header_menu_box_wrap_list_one {
font-size: 21px;
font-weight: bold;
line-height: 34px;
/*width: 168px;*/
}

.header_menu_box_wrap_list_one_02 {
font-size: 21px;
font-weight: bold;
line-height: 34px;
cursor: pointer;
}

.header_menu_box_wrap_list_one_03 {
font-size: 21px;
font-weight: bold;
line-height: 34px;
}

.header_menu_box_wrap_list input{
display: none;
}

.header_menu_box_wrap_list_one_box_down_line_02 {
background-color: #E8F2E0;
padding: 16px 0;
position: relative; /*表示位置を固定*/
transform: translateY(-130%); /*ナビを上に隠す*/
transition:0.6s; /*アニメーションの時間を指定*/
opacity: 0;
width: 100%;
}

/*メニューボタンが押されたときに付与するクラス*/
.header_menu_box_wrap_list_one_box_down_line_02.active{
transition:0.6s; /*アニメーションの時間を指定*/
transform: translateY(0%);
opacity: 1;
position: relative;
}

.header_menu_box_wrap_list_one_box_down_line_box {
display: flex;
max-width: 1280px;
margin: 0 auto;
}

.header_menu_box_wrap_list_one_box_down_line_box_one {
font-size: 16px;
line-height: 40px;
font-weight: bold;
background-color: #FFFFFF;
border-radius: 24px;
padding: 4px 29px;
margin-right: 10px;
}

.ubie_position {
position: fixed;
bottom: 0;
right: 0;
width: 150px;
height: auto;
z-index: 999;
transition: 0.5s;
}

.ubie_position:hover {
transition: 0.5s;
opacity: 0.5;
}

/*ヘッダーメニューここまで*/

/*index.html　トップページここから*/

body,
html {
height: 100%;
margin: 0 auto;
letter-spacing: 1px;
font-size: 16px;
font-family: 'Noto Sans JP', sans-serif;
}

/*固定する背景*/
div {
/*box-sizing: border-box;*/
/*color: #FFF;
font-size: 5rem;*/
/*display: flex;*/
/*align-items: center;
justify-content: center;*/
/*height: 100%;*/
/*padding: 5%;*/
}

.wrapper_index_top_logo {
position: absolute;
left: 30px;
top: 15px;
}

.parallax-bg {
margin: 0 auto;
background-image:url("../img/top_img_03.png");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-position:center 30%;
}

.parallax-bg_03 {
margin: 0 auto;
width:100%;
background-image:url("../img/top_img_03.png");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-position:center 30%;
height: 794px;
}

.parallax-bg_02 {
margin: 0 auto;
max-height: 420px;
background-image:url("../img/top_img_02.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-position:center 30%;
}

.parallax-bg02 {
background-color: #FFFFFF;
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.z-index_test1 {
    text-align:  center;                /* 文字中央揃え */
   /* padding:  120px 0;*/                  /* 余白指定 */
   /* background-color: #00BCD4;*/          /* 背景色指定 */
    color:  #fff;                       /* 文字色指定 */
    position:  fixed;                   /* 位置指定 */
    width:  100%;                       /* 幅指定 */
    box-sizing:  border-box;            /* 崩れ防止 */
    z-index:  0;                        /* 重なり順指定 */
    top: 0;                             /* 位置指定 */
}

.z-index_test {
    height: 500px;                      /* 高さ指定 */
    /*box-shadow: 0px 2px 3px 0px #000;*/   /* 影指定 */
    /*width: 90%; */                        /* 幅指定 */
    margin:  0 auto;                    /* 要素中央揃え */
    background-color:  #fff;            /* 背景色指定 */
    position:  relative;                /* 位置指定 */
    z-index:  1;                     /* 重なり順指定 */
    margin-top: 787px;                  /* 位置指定 */
   /* padding:  20px; */                    /* 余白指定 */
    box-sizing:  border-box;            /* 崩れ防止 */
}

/*スクロールするコンテンツ*/

.scrollbox_01 {
height: auto;
position: relative;
z-index: 200;
}

.scrollbox_01_01 {
height: auto;
position: relative;
z-index: 200;
background-color: #FFFFFF;
}

.wrapper_index_menu_box_back {
background-color: #FFFFFF;
padding: 20px 0 0;
}

.wrapper_index_menu_box_width {
max-width: 1700px;
text-align: left;
display: flex;
justify-content: space-between;
margin: 0 0 auto auto;
align-items: baseline;
}

.coler_ex {
color: #D9D929;
}

.wrapper_index_menu_box_left_text {
font-size: 39px;
color: #87BC25;
letter-spacing: 10px;
line-height: 71px;
font-weight: bold;
margin: 0;
padding: 20px 10px 50px;
position: relative;
}

.wrapper_index_menu_box_left_text_img_01 {
position: absolute;
top: 10px;
left: 23px;
}

.wrapper_index_menu_box_left_text_img_02 {
position: absolute;
top: 10px;
left: 72px;
}

.wrapper_index_menu_box_left_text_img_03 {
position: absolute;
top: 10px;
left: 119px;
}

.dot-text {
padding-top: .4em;
background-position: top left -4px;
background-repeat: repeat-x;
background-size: 1.2em .3em;
background-image: radial-gradient(.15em .15em at center center,#87BC25,#87BC25 100%,transparent);
}

.dot-text_01 {
padding-top: .4em;
background-position: top left -4px;
background-repeat: repeat-x;
background-size: 1.2em .3em;
background-image: radial-gradient(.15em .15em at center center,#D9D929,#D9D929 100%,transparent);
}

.wrapper_index_menu_box_right {
background-color: #FFFFFF;
border-radius:20px 0 0 20px;
border: solid #87BC25; 
border-width:2px 0px 2px 2px;
width: calc(100% - 55%);
padding: 16px 40px;
}

.wrapper_index_menu_box_right a {
transition: 0.5s;
}

.wrapper_index_menu_box_right a:hover {
opacity: 0.3;
transition: 0.5s;
}

.wrapper_menu_box_center_square_back_title {
line-height: 70px;
display: inline-block;
letter-spacing: 8px;
padding-bottom: 20px;
font-family: 'Noto Serif JP', serif;
font-size: 40px;
font-weight: 500;
margin-top: 100px;
font-family: 'Kiwi Maru', serif;
}

.wrapper_menu_box_center_square_back_title:after {
content: "";
margin: 0 auto;
display: block;
width: auto;
height: 8px;
border-radius: 8px;
background: rgba(145,193,56,0.2); 
}

.wrapper_menu_box_big {
max-width: 1920px;
font-size: 20px;
line-height: 34px;
font-weight: bold;
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
background-color: #FFFEF8;
}

.wrapper_index_menu_box_right_text {
font-size: 30px;
color: #87BC25;
display: inline-block;
}

.wrapper_index_menu_box_right_text_title {
font-size: 30px;
color: #87BC25;
margin-left: 10px;
display: inline-block;
}

.wrapper_menu_box_smoll_line {
display: flex;
align-items: center;
}

.wrapper_menu_box_smoll_text_box {
padding: 0 20px;
}

.wrapper_menu_box_smoll_text_box img {
vertical-align: middle;
}

.wrapper_menu_box_tell_box {
background-color: #87BC25;
padding: 0 30px;
color: #FFFFFF;
border-radius: 20px;
margin: 0 10px;
}

.wrapper_menu_box_center_square_back {
background-color: #FFFFFF;
position: relative;
padding: 0 10px 38px;
}

.wrapper_menu_box_center_square_box {
max-width: 1014px;
margin: 0 auto;
display: flex;
justify-content: space-around;
padding: 22px 10px 22px;
position: relative;
z-index: 2;
}

.wrapper_menu_box_center_square_box_02 {
max-width: 1014px;
margin: 0 auto;
display: flex;
justify-content: space-evenly;
padding: 22px 10px 22px;
position: relative;
z-index: 2;
}

.wrapper_menu_box_center_square_one {
background-color: #F3F3F3;
border-radius: 20px;
width: 210px;
height: 210px;
padding: 5px 5px;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-evenly;
transition: 0.3s
}

a .wrapper_menu_box_center_square_one:hover {
transition: 0.3s;
opacity: 0.5;
}

.wrapper_menu_box_center_square_one:nth-child(n) {
margin-right: 10px;
}

.wrapper_menu_box_center_square_one:last-child {
margin-right: 0px;
}

.wrapper_menu_box_center_square_text {
font-size: 18px;
font-weight: bold;
height: auto;
}

.back_position {
position: absolute;
bottom: 30px;
right: 0;
z-index: 1;
}

.back_position_01 {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.wrapper_index_about_hospital_back {
background-color: #F7FAEF;
padding: 0 0px 0 0px;
}

.wrapper_index_about_hospital_box_left_02 {
display: none;
}

.wrapper_index_about_hospital_box_left {
margin: 0;
display: inline-block;
width: 60%;
}

.wrapper_index_about_hospital_box {
max-width: 1700px;
margin: 0 0 auto;
display: flex;
padding: 60px 0px;
justify-content: space-between;
align-items: flex-start;
}

.wrapper_index_about_hospital_box_right {
font-size: 40px;
display: inline-block;
padding-left: 10px;
margin: 0;
}

.wrapper_index_about_hospital_box_right_title {
line-height: 74px;
letter-spacing: 8px;
padding-bottom: 30px;
text-align: center;
display: table;
font-family: 'Kiwi Maru', serif;
font-weight: 500;
}

.wrapper_index_about_hospital_box_right_title:after {
content: "";
margin: 0 auto;
display: block;
width: 400px;
height: 8px;
border-radius: 8px;
background: rgba(145,193,56,0.2); 
}

.wrapper_index_about_hospital_box_right_theme {
font-size: 24px;
line-height: 40px;
text-align: center;
padding-bottom: 30px;
font-family: 'Noto Serif JP', serif;
letter-spacing: 4px;
margin: 0 auto;
}

.wrapper_index_about_hospital_box_right_theme p {
display: inline-block;
margin: 0;
text-align: left;
}

.wrapper_index_about_hospital_box_right_detail {
font-size: 18px;
line-height: 40px;
text-align: left;
font-weight: 600;
padding-bottom: 60px;
letter-spacing: 2px;
}

.wrapper_index_about_hospital_box_right_btn {
background-color: #87BC25;
border-radius: 50px;
font-size: 18px;
letter-spacing: 4px;
font-weight: bold;
padding: 16px 0px;
margin: 0 auto;;
width: 337px;
line-height: 20px;
transition: 0.5s;
border: 2px solid #87BC25;
}

a .wrapper_index_about_hospital_box_right_btn{
color: #FFFFFF;
}

a .wrapper_index_about_hospital_box_right_btn:hover{
color: #87BC25;
}

.wrapper_index_about_hospital_box_right_btn:hover {
background-color: #FFFFFF;
border: 2px solid #87BC25;
transition: 0.5s;
}

.wrapper_index_about_doctor_box_left {
font-size: 40px;
display: block;
text-align: left;
}

.wrapper_index_about_column_title {
line-height: 80px;
display: inline-block;
letter-spacing: 8px;
font-size: 40px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
}

.wrapper_index_about_column_title:after {
content: "";
margin: 0 auto;
display: block;
width: auto;
height: 7px;
border-radius: 7px;
background: rgba(145,193,56,0.2); 
}

.wrapper_index_about_doctor_box_left_detail {
font-size: 18px;
line-height: 40px;
text-align: left;
padding-bottom: 60px;
letter-spacing: 2px;
font-family: 'Kiwi Maru', serif;
font-weight: 500;
padding-right: 10px;
}

.wrapper_index_about_doctor_back {
background-color: #FFFEF8;
padding: 0 10px;
}

.wrapper_index_about_doctor_box {
max-width: 1550px;
margin: 0 auto;
padding: 60px 0 60px;
}

.wrapper_index_about_doctor_box_right {
display: inline-block;
vertical-align: top;
float: right;
border-radius: 27px;
}

.wrapper_index_about_doctor_box_right_02 {
display: none;
border-radius: 27px;
}

.wrapper_index_about_doctor_box_left_btn {
display: inline-block;
background-color: #87BC25;
border-radius: 50px;
color: #FFFFFF;
font-size: 18px;
letter-spacing: 4px;
font-weight: bold;
padding: 16px 116px;
text-align: center;
transition: 0.5s;
border: 2px solid #87BC25;
}

.wrapper_index_about_doctor_box_left_btn:hover {
background-color: #FFFFFF;
border: 2px solid #87BC25;
transition: 0.5s;
color: #87BC25;
}

/*.wrapper_index_about_doctor_box_left_btn {
display: inline-block;
background-color: #87BC25;
border-radius: 50px;
color: #FFFFFF;
font-size: 18px;
letter-spacing: 4px;
font-weight: bold;
padding: 16px 116px;
text-align: center;
transition: 0.5s;
border: 2px solid #87BC25;
}*/



.wrapper_index_about_column_back {
background-color: #F7FAEF;
padding: 60px 10px 60px;
}

.wrapper_index_about_column_box {
max-width: 1280px;
margin: 0 auto;
padding: 60px 0 60px;
text-align: left;
display: flex;
}

.wrapper_index_about_column_box_hold {
	width: calc((100% - 260px) / 4);
	margin-right: 90px;
}

.wrapper_index_about_column_box_hold:last-child {
	margin-right: 0px;
}

.wrapper_index_about_column_box_one {
text-align: left;
font-size: 14px;
font-weight: bold;
transition: 0.3s;
padding: 0 5px;
display: inline-block;
/*margin-right: 54px*/;
}

/*.wrapper_index_about_column_box_one:last-child {
margin-right: 0;
}*/

a .wrapper_index_about_column_box_one:hover {
opacity: 0.5;
transition: 0.3s;
}

.wrapper_index_about_column_box_one_img  {
border-radius: 20px;
margin: 0 0px 30px 0;
}

.feed_img {
    height: 232px !important;
    object-fit: cover;
}

.wrapper_index_about_column_box_one_date {
color: #FBAC36;
padding-bottom: 5px;
letter-spacing: 1px;
}

.wrapper_index_about_column_box_one_title {
letter-spacing: 2px;
}

.wrapper_index_about_doctor_box_left_title {
line-height: 70px;
display: inline-block;
letter-spacing: 8px;
padding-bottom: 30px;
font-family: 'Kiwi Maru', serif;
font-weight: 500;
}

.ubie_banner_position {
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
}

.wrapper_header_box_ul_li_02_02 {
display: none;
    width: 100%;
    margin: 0 auto;
		padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
		max-width: 400px;
}


.wrapper_index_about_doctor_box_left_title:after {
content: "";
margin: 0 auto;
display: block;
width: auto;
height: 8px;
border-radius: 8px;
background: rgba(145,193,56,0.2); 
}

.index_about_doctor_dawn {
vertical-align: bottom;
}

.wrapper_index_about_attenntion_back {
background-color: #FFFEF8;
padding: 60px 10px 60px;
}

.wrapper_index_about_attenntion_box {
display: flex;
max-width: 1280px;
margin: 0 auto;
justify-content: space-between;
}

.wrapper_index_about_attenntion_box_left {
text-align: left;
}

.wrapper_index_about_attenntion_box_left_logo  {
vertical-align: middle;
}

.wrapper_index_about_attenntion_box_left_title {
display: inline-block;
font-weight: bold;
font-size: 26px;
font-family: 'Noto Serif JP', serif;
letter-spacing: 5px;
}

.wrapper_index_about_attenntion_box_left_address {
font-size: 16px;
line-height: 30px;
padding-top: 20px;
letter-spacing: 2px;
font-family: 'Kiwi Maru', serif;
font-weight: 500;
}

/*カレンダーテンプレここから*/
.biz-hour {
border-collapse: collapse;
margin-bottom: 20px;
}

.biz-hour_02 {
border-collapse: collapse;
margin-bottom: 20px;
margin-top: 39px;
font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 414px) {
.biz-hour {/* スマホのときだけ親要素いっぱいに */
width: 100%;
}

.biz-hour_02 {/* スマホのときだけ親要素いっぱいに */
width: 100%;
}

}
.biz-hour th {
/* １番上の線 */
/* #A28C63っていうのが色の名前なので、ここをお好みで */
/*border-top: 1px solid #A28C63;*/
font-size: 16px;
letter-spacing: 2px;
}

.biz-hour_02 th {
font-size: 16px;
letter-spacing: 2px;
}

.biz-hour th, .biz-hour td {
padding: 20px 20px;
text-align: left;
/* ２番目以降の線 */
/* 色はお好みで */
border-bottom: 1px solid #B8B8B8;
}

.biz-hour_02 th, .biz-hour_02 td {
padding: 20px 29px;
text-align: left;
/* ２番目以降の線 */
/* 色はお好みで */
border-bottom: 1px solid #B8B8B8;
}

/* 上段の背景色 */
.biz-hour th {
/* background: pink; */
font-weight: normal;
}

.biz-hour_02 th {
/* background: pink; */
font-weight: normal;
}

/* 土曜日の文字色 */
.biz-hour th.sat {
color: #3db2da;
}

.biz-hour_02 th.sat {
color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour th.sun {
color: #e66a6a;
}

.biz-hour_02 th.sun {
color: #e66a6a;
}


.maru_color {
color: #92C239;
}

.maru_color_01 {
color: #000000;
}

/*カレンダーテンプレここまで*/

.wrapper_index_about_attenntion_box_right_sub_text {
font-size: 16px;
line-height: 30px;
text-align: left;
padding-left: 10px;
letter-spacing: 2px;
font-family: 'Kiwi Maru', serif;
font-weight: 500;
}

.wrapper_index_about_attenntion_box_right_02 {
padding: 23px 10px 24px 70px;
border-radius: 20px 0 0 20px;
box-shadow: -5px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#map_canvas{
font-size: 18px;
width:100%; 
height:420px;
}
.map_area {
margin-bottom: -5px;
font-size: 18px;
width:100%; 
height:420px;
}
.map_area2 {
border-radius: 17px;
width:100%;
height: 500px;
}

.wrapper_index_about_column_back_btn {
display: inline-block;
background-color: #87BC25;
border-radius: 50px;
color: #FFFFFF;
font-size: 18px;
letter-spacing: 4px;
font-weight: bold;
padding: 20px 120px;
text-align: center;
transition: 0.5s;
border: 2px solid #87BC25;
}

.wrapper_index_about_column_back_btn:hover {
background-color: #FFFFFF;
border: 2px solid #87BC25;
transition: 0.5s;
color: #87BC25;
}

.wrapper_top_green_side {
position: absolute;
background-color: #FFFFFF;
width: 70px;
height: 400px;
right: 530px;
top: 0px;
border-radius: 20px 0 0 20px;
}

.wrapper_top_green_side_text {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 19px;
font-weight: 500;
line-height: 25px;
margin: 0 auto;
color: #000000;
letter-spacing: 4px;
text-align: center;
cursor: pointer;
font-family: 'Kiwi Maru', serif;
}

.wrap input[type="checkbox"] {
display: none;
}

.label1 {
background-color: #87BC25;
width: 50px;
height: 400px;
right: 0;
top: 50px;
border-radius: 20px 0 0 20px;
}

.wrap .content {
height: 0;
padding: 0;
overflow: hidden;
margin-bottom: 10px;
border: 1px solid #ccc;
}

.switch:checked + .content {
width: 500px;
height: 400px;
right: 0;
top: 50px;
background-color: red;
margin: 0 0 0 auto;
border-radius: 20px 0 0 20px;
}

/**/
.container {
position: relative;
}

.container .bnrL {
border-radius: 20px 0 0 20px;
position: fixed;
top: 200px;
right: -530px;
width: 600px;
height: 400px;
background: #fff;
z-index: 1000;
}

.container .bnrL ul {
top: 0px;
right: 0px;
margin: 0;
padding: 0;
}

.container .bnrL li {
margin: 0px;
}

.container .bnrL button {
padding: 0;
border: none;
}

/*footerここから*/

.footer_big_box_wrap {
background-color: #FFFEF8;
}

.footer_big_box {
max-width: 1250px; 
margin: 0 auto;
padding: 60px 10px 60px;
}

.footer_six_box {
display: flex;
justify-content: space-between;
align-items: flex-start;
text-align: left;
font-size: 16px;
}

.footer_six_box_one a:hover {
color: #92C239;
transition: 0.5s;
}

.footer_six_box_one a {
transition: 0.5s;
}

.footer_six_box_one_line a:hover {
color: #92C239;
transition: 0.5s;
}

a .footer_six_box_one_line_next {
transition: 0.5s;
}

a .footer_six_box_one_line_next:hover {
color: #92C239;
transition: 0.5s;
}

.footer_six_box_one_line a {
transition: 0.5s;
}

.footer_six_box_one_line {
padding-bottom: 20px;
}

.footer_six_box_one_line_next {
padding-bottom: 10px;
color: #858585;
font-size: 14px;
}

.footer_copylight_big_line {
background-color: #F7FAEF;
}

.footer_copylight_text {
color: #707070;
font-size: 12px;
padding: 10px
}

/*footerここまで*/

/*index.html　トップページここまで*/

/*中央から下線が伸びるここから*/

.wrapper_footer_title_center_tel_sp a {
display: inline-block;
color: #dfdddd;
/*margin: 10px 0px;*/
position: relative;
text-decoration: none;
}

.wrapper_footer_title_center_tel_sp a::after{
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #dfdddd;
transform: scale(0, 1);
transform-origin: center top;
transition: transform .3s;
}

.wrapper_footer_title_center_tel_sp a:hover::after{
transform: scale(1, 1);
}

/*中央から下線が伸びるここまで*/

/*ここからs*/

.wrapper_header_box {
/*position: -webkit-sticky;
position: sticky;*/
top: 20px;
z-index: 5;
background-color: #FFFFFF;
position: relative;
}

.wrapper_header_box_back {
display: none;
width:100%;
height:78px!important;
background:#E8F2E0;
position:absolute;
top:100%;
left:0;
z-index:3;
box-sizing: border-box;
}

.wrapper_header_box_ul {
max-width: 1030px;
text-align: left;
margin: 0 auto;
font-size: 0px;
position: relative;
}

.wrapper_header_box_ul_li {
display: inline-block;
width: 168px;
padding-top: 19px;
padding-bottom: 20px;
text-align: center;
position: relative;
transition: 0.6s;
}

.wrapper_header_box_ul_li_span01 {
font-size: 18px;
font-weight: bold;
line-height: 18px;
}

.on_color {
background: #E8F2E0;
border-radius: 15px 15px 0 0;
transition: 0.6s;
}

.on_color_r {
background: #E8F2E0;
border-radius: 15px 15px 0 0;
/*border-radius: 15px;*/
transition: 0.6s;
}

.wrapper_header_box_ul_tel {
display: inline-block;
height: auto;
color: #fff;
font-size: 21px;
font-weight: bold;
letter-spacing: 5px;
background: #87BC25;
padding: 6px 26px;
border-radius: 25px;
position: absolute;
top: 3px;
right: 25px;
transition: 0.5s;
border: 2px solid #87BC25;
}

.wrapper_header_box_ul_tel:hover {
background-color: #FFFFFF;
border: 2px solid #87BC25;
transition: 0.5s;
}

a .wrapper_header_box_ul_tel:hover {
color: #87BC25;
}

a .wrapper_header_box_ul_tel {
color: #fff;
}

.wrapper_header_box_sub_ul {
display: none;
list-style:none;
min-width:1400px;
margin:0 auto;
padding:15px 0 0;
font-size:0;
text-align:center;
position:absolute;
top:100%;
left:110%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index:3;
}

.wrapper_header_box_sub_ul a:last-child .wrapper_header_box_sub_ul_li {
margin-right: 0;
}

.wrapper_header_box_sub_ul_li {
display:inline-block;
margin:0 10px 0 auto;
border-radius: 25px;
padding:15px 15px;
font-size:16px;
color:#000;
line-height:18px;
background: #fff;
position:relative;
font-weight: bold;
transition: 0.5s;
}

.wrapper_header_box_sub_ul_li:hover {
color: #87BC25;
transition: 0.5s;
}


/*ハンバーガーmenue*/

.wrapper_2_header_ul_li_6_div {
display: none;
width:30px;
height:20px;
margin: 0 10px;
padding:10px;
background:#FFFFFF;
position:absolute;
top:10px;
bottom:0;
right:0;
z-index:2;
cursor:pointer;
}

.wrapper_2_header_ul_li_6_div_line {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#87BC25;
border-radius: 4px;
transition: all .4s;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_line_before {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#87BC25;
border-radius: 4px;
transition: all .4s;
position:absolute;
top:10px;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_line_after {
box-sizing: border-box;
width:30px;
height:4px;
margin:auto;
background:#87BC25;
border-radius: 4px;
transition: all .4s;
position:absolute;
bottom:10px;
left:0;
right:0;
}

.wrapper_2_header_ul_li_6_div_o {
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_before {
background:#87BC25;
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line {
background:#87BC25;
opacity: 0;
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_after {
background:#87BC25;
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}

/*ハンバーガーmenueここまで*/

/*ここからｎ*/

.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

/*greetingここから*/

.greeting_top_img_wrap {
position: relative;
}

.greeting_top_img_wrap img {
vertical-align: bottom;
}

.greeting_top_img_wrap_text {
position: absolute;
left: 50%;
top: 50%;
font-size: 50px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
color: #FFFFFF;
margin: 0 auto;
z-index: 1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.greeting_top_img_wrap_text_back {
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.35);
font-size: 50px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
width: 100%;
height: 100%;
}

.greeting_box_01_back {
background-color: #FFFFFF;
position: relative;
}

.greeting_box_01_back_wrap {
max-width: 1300px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.greeting_box_01_back_wrap_title_icon {
display: block;
}

.greeting_box_01_back_wrap_title_text {
font-size: 45px;
line-height: 75px;
color: #4DA562;
font-weight: 500;
margin-bottom: 60px;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_01_back_wrap_title_text::after {
content: "";
margin: 0 auto;
display: block;
width: 400px;
height: 8px;
border-radius: 8px;
background-color: rgba(145,193,56,0.2);
}

.greeting_box_01_back_wrap_contents {
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
}

.greeting_box_01_back_wrap_left {
object-fit: contain;
margin-right: 10px;
position: relative;
}

.greeting_box_01_back_wrap_left img {
border-radius: 20px;
}

.greeting_box_01_back_wrap_right {
font-size: 17px;
font-weight: 500;
line-height: 34px;
text-align: left;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_01_back_wrap_left_img_name {
position: absolute;
bottom: -145px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 20px;
font-weight: 500;
line-height: 40px;
font-family: 'Kiwi Maru', serif;
z-index: 1;
}

.greeting_box_01_back_wrap_left_img_name_big {
font-size: 30px;
line-height: 60px;
}

.greeting_box_01_back_wrap_icon {
position: absolute;
bottom: -227px;
left: 50%;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 1;
}

.greeting_box_02_back {
background-color: #F7FAEF;
}

.greeting_box_02_back_wrap {
max-width: 1180px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.greeting_box_02_back_wrap_title_icon {
display: block;
}

.greeting_box_02_back_wrap_title_text {
font-size: 45px;
line-height: 75px;
color: #4DA562;
font-weight: 500;
margin-bottom: 60px;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_02_back_wrap_title_text::after {
content: "";
margin: 0 auto;
display: block;
width: 400px;
height: 8px;
border-radius: 8px;
background-color: rgba(145,193,56,0.2);
}

.greeting_box_02_back_wrap_contets {
background-color: #FFFFFF;
border-radius: 30px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
padding: 70px;
}

.greeting_box_02_back_wrap_contets_01 {
border-left: 6px solid #4DA562;
text-align: left;
font-size: 17px;
font-weight: 500;
line-height: 34px;
padding: 0px 0px 0px 30px;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_02_back_wrap_contets_01_bold {
font-weight: 500;
font-size: 22px;
}

.greeting_box_02_back_wrap_contets_01_space {
margin-left: 103px;
}

.greeting_box_02_back_wrap_contets_01:nth-child(3) {
margin-top: 40px;
}

.greeting_box_02_back_wrap_icon {
position: absolute;
bottom: -227px;
left: 70%;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 1;
}

.greeting_box_03_back {
background-color: #FFFFFF;
}

.greeting_box_03_back_wrap {
max-width: 1180px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.greeting_box_03_back_wrap_title_icon {
display: block;
}

.greeting_box_03_back_wrap_title_text {
font-size: 45px;
line-height: 75px;
color: #4DA562;
font-weight: 500;
margin-bottom: 60px;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_03_back_wrap_title_text::after {
content: "";
margin: 0 auto;
display: block;
width: 400px;
height: 8px;
border-radius: 8px;
background-color: rgba(145,193,56,0.2);
}

.greeting_box_03_back_wrap_icon {
position: absolute;
top: 45px;
left: 24%;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 1;
}

.greeting_box_03_back_wrap_title_01 {
font-size: 20px;
font-weight: 500;
line-height: 40px;
background-color: #4DA562;
color: #FFFFFF;
border-radius: 26px;
width: 228px;
padding: 4px 0;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_03_back_wrap_title_02 {
font-size: 20px;
font-weight: 500;
line-height: 40px;
background-color: #4DA562;
color: #FFFFFF;
border-radius: 26px;
width: 228px;
padding: 4px 0;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_03_back_wrap_title_03 {
font-size: 20px;
font-weight: 500;
line-height: 40px;
background-color: #4DA562;
color: #FFFFFF;
border-radius: 26px;
width: 228px;
padding: 4px 0;
font-family: 'Kiwi Maru', serif;
}

.greeting_box_03_back_wrap_contents_line_wrap {
margin: 30px 0 50px;
}

.greeting_box_03_back_wrap_contents_line {
/*display: flex;*/
font-size: 16px;
font-weight: 500;
line-height: 32px;
font-family: 'Kiwi Maru', serif;
text-align: left;
}

/*.greeting_box_03_back_wrap_contents_line_01 {
margin-right: 20px;
}

.greeting_box_03_back_wrap_contents_line_02 {
}

.greeting_box_03_back_wrap_contents_line_03 {
width: calc(100% - 130px);
}

.greeting_box_03_back_wrap_contents_line_left {
display: flex;
}
*/

.greeting_box_03_back_wrap_contents_line_01_01 {
vertical-align: top;
}


.greeting_box_03_back_wrap_contents_line_01 {
padding-right: 20px;
vertical-align: top;
}

.greeting_box_03_back_wrap_contents_line_02 {
width: 124px;
vertical-align: top;
}

.greeting_box_03_back_wrap_contents_line {
text-align: left;
}

.greeting_box_03_back_wrap_contents_line_wrap:last-child {
margin: 30px 0 0;
}

/*greetingここまで*/

/*aout_clinicここから*/

.about_clinic_top_img_wrap {
position: relative;
}

.about_clinic_top_img_wrap img {
vertical-align: bottom;
}

.about_clinic_top_img_wrap_text {
position: absolute;
left: 50%;
top: 50%;
font-size: 50px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
color: #FFFFFF;
margin: 0 auto;
z-index: 1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.about_clinic_top_img_wrap_text_back {
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.35);
font-size: 50px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
width: 100%;
height: 100%;
}

.about_clinic_box_01_back {
background-color: #FFFFFF;
position: relative;
}

.about_clinic_box_01_back_wrap {
max-width: 1300px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.about_clinic_box_01_back_wrap_title_icon {
display: block;
}

.about_clinic_box_01_back_wrap_title_text {
font-size: 45px;
line-height: 75px;
color: #4DA562;
font-weight: 500;
margin-bottom: 60px;
font-family: 'Kiwi Maru', serif;
position: relative;
}

.about_clinic_box_01_back_wrap_title_text::after {
content: "";
margin: 0 auto;
display: block;
width: 400px;
height: 8px;
border-radius: 8px;
background-color: rgba(145,193,56,0.2);
}

.about_clinic_box_01_back_wrap_contents_01 {
font-size: 27px;
line-height: 40px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
margin-bottom: 100px;
}

.about_clinic_box_01_back_wrap_contents_02 {
font-size: 22px;
line-height: 40px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
margin-bottom: 100px;
}

.about_clinic_box_01_back_wrap_contents_03 {
font-size: 18px;
line-height: 40px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
margin-bottom: 140px;
}

.about_clinic_box_01_back_wrap_contents_box {
display: inline-block;
text-align: left;
}

.about_clinic_box_01_back_wrap_contents_box_left {
display: inline-block;
vertical-align: top;
}

.about_clinic_box_01_back_wrap_contents_box_right {
display: inline-block;
width: calc(100% - 23px);
}

.about_clinic_box_01_back_wrap_icon {
position: absolute;
top: 40px;
/*top: 220px;*/
right: 45px;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 201;
}

.about_clinic_box_02_back_wrap_icon {
position: absolute;
top: 40px;
left: 350px;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 201;
}

.about_clinic_box_03_back_wrap_icon {
position: absolute;
top: -100px;
left: 255px;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 201;
}

.about_clinic_box_04_back_wrap_icon {
position: absolute;
top: -180px;
right: 100px;
-webkit-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
z-index: 201;
}

.about_clinic_box_05_back_wrap_icon {
position: absolute;
top: 150px;
left: 200px;
z-index: 201;
}

.about_clinic_box_01_back_wrap_add {
display: flex;
font-size: 16px;
line-height: 40px;
font-weight: 500;
justify-content: center;
align-items: flex-start;
font-family: 'Kiwi Maru', serif;
position: relative;
}

.about_clinic_box_01_back_wrap_add_left {
position: relative;
width: 200px;
margin-right: 40px;
margin-top: 35px;
}

.about_clinic_box_01_back_wrap_add_left::after {
content: "";
width: 200px;
height: 2px;
background-color: #7D7D7D;
position: absolute;
bottom: -10px;
left: 0;
}

.about_clinic_box_01_back_wrap_add_left_02 {
position: relative;
width: 200px;
margin-right: 40px;
margin-top: 70px;
}

.about_clinic_box_01_back_wrap_add_left_02::after {
content: "";
width: 200px;
height: 2px;
background-color: #7D7D7D;
position: absolute;
bottom: -10px;
left: 0;
}

.about_clinic_box_01_back_wrap_add_right {
position: relative;
width: 665px;
text-align: left;
padding-left: 30px;
margin-top: 35px;
}

.about_clinic_box_01_back_wrap_add_right::after {
content: "";
width: 695px;
height: 1px;
background-color: #9D9D9D;
position: absolute;
bottom: -10px;
left: 0;
}

.about_clinic_box_01_back_wrap_add_right_table {
width: 700px;
}

#about_clinic_box_01_back_wrap_add_right_btn {
color: #FFFFFF;
background-color: #F9334B;
font-size: 14px;
font-weight: 500;
line-height: 40px;
border-radius: 21px;
padding: 7px 26px;
margin-left: 40px;
}

.about_clinic_box_02_back {
max-width: 905px;
margin: 0 auto;
padding: 0 10px 40px;
}

.about_clinic_box_02_back_wrap_title {
font-size: 45px;
font-weight: 500;
line-height: 89px;
color: #4DA562;
margin-bottom: 25px;
font-family: 'Kiwi Maru', serif;
}

.about_clinic_box_02_back_wrap_01 {
margin-bottom: 50px;
}

.about_clinic_box_02_back_wrap_02 {
border-radius: 17px;
background-color: #F5F9EE;
font-size: 18px;
font-weight: 500;
line-height: 36px;
color: #FFFFFF;
font-family: 'Kiwi Maru', serif;
padding: 35px 40px 40px;
}

.about_clinic_box_02_back_wrap_02_contents_01 {
background-color: #4DA562;
width: 228px;
border-radius: 26px;
}

.about_clinic_box_02_back_wrap_02_contents_01_letter {
color: #000000;
font-size: 16px;
line-height: 40px;
text-align: left;
margin-bottom: 20px;
margin-top: 15px;
}

.about_clinic_box_02_back_wrap_02_contents_01_letter:last-child {
margin-bottom: 0;
}

.about_clinic_box_03_back {
background-color: #FFFFFF;
position: relative;
}

.about_clinic_box_03_back_wrap {
max-width: 1205px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.about_clinic_box_03_back_wrap_photo_box_wrap {
display: flex;
/*justify-content: space-between;*/
flex-wrap: wrap;
margin: 0 auto;
max-width: 1200px;
}

.about_clinic_box_03_back_wrap_photo_box {
display: flex;
flex-direction: column;
}

.about_clinic_box_03_back_wrap_photo_box_up {
margin: 0 20px;
border-radius: 15px;
}

.about_clinic_box_03_back_wrap_photo_box_down {
font-size: 18px;
font-weight: 500;
line-height: 36px;
font-family: 'Kiwi Maru', serif;
margin-bottom: 40px;
}

.about_clinic_box_03_back_wrap_photo_box_down_text {
font-size: 16px;
font-weight: 500;
line-height: 32px;
text-align: left;
font-family: 'Kiwi Maru', serif;
margin:55px 0 111px;
}

.about_clinic_box_03_back_wrap_green_box_back {
background-color: #F5F9EE;
border-radius: 18px;
width: 669px;
margin: 0 auto;
padding: 40px 118px 65px;
}

.about_clinic_box_03_back_wrap_green_box_title {
background-color: #4DA562;
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 36px;
width: 228px;
border-radius: 26px;
font-family: 'Kiwi Maru', serif;
margin: 0 auto 40px;
}

.about_clinic_box_03_back_wrap_green_box_contents {
color: #000000;
font-size: 16px;
font-weight: 500;
line-height: 40px;
text-align: left;
font-family: 'Kiwi Maru', serif;
}

.about_clinic_back_position {
position: absolute;
top: 42%;
right: 0;
z-index: 1;
}

.about_clinic_back_position_01 {
position: absolute;
top: 28%;
left: 0;
z-index: 1;
}

.greeting_back_position {
position: absolute;
top: 130%;
right: 0;
z-index: 1;
}

.greeting_back_position_01 {
position: absolute;
top: 89%;
left: 0;
z-index: 1;
}

/*about_clinicここまで*/

/*inquiryここから*/

.inquiry_top_img_wrap {
position: relative;
}

.inquiry_top_img_wrap img {
vertical-align: bottom;
}

.inquiry_top_img_wrap_text {
position: absolute;
left: 50%;
top: 50%;
font-size: 50px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
color: #FFFFFF;
margin: 0 auto;
z-index: 1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.inquiry_top_img_wrap_text_back {
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.35);
font-size: 50px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
width: 100%;
height: 100%;
}

.inquiry_box_01_back {
background-color: #FFFFFF;
position: relative;
}

.inquiry_box_01_back_wrap {
max-width: 560px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.inquiry_box_01_back_wrap_text {
font-size: 17px;
font-weight: 500;
line-height: 34px;
font-family: 'Kiwi Maru', serif;
margin-bottom: 50px;
}

.inquiry_box_01_back_wrap_text_red {
	color: red;
}

.inquiry_box_01_back_wrap_text_02 {
font-size: 17px;
font-weight: 500;
line-height: 34px;
text-align: left;
font-family: 'Kiwi Maru', serif;
width: 469px;
margin: 0 auto;
}


.inquiry_box_01_back_wrap_text_big {
font-size: 24px;
font-weight: bold;
transition: 0.5s;
}

/*.inquiry_box_01_back_wrap_text_big a {
transition: 0.5s;
}
*/
.inquiry_box_01_back_wrap_text_big:hover {
opacity: 0.3;
transition: 0.5s;
}

.inquiry_back_position {
position: absolute;
bottom: 30px;
right: 0;
z-index: 1;
}

.inquiry_back_position_01 {
position: absolute;
top: 30px;
left: 0;
z-index: 1;
}


/*inquiryここまで*/

/*newsここから*/

.news_top_img_wrap {
position: relative;
}

.news_top_img_wrap img {
vertical-align: bottom;
}

.news_top_img_wrap_text {
position: absolute;
left: 50%;
top: 50%;
font-size: 50px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
color: #FFFFFF;
margin: 0 auto;
z-index: 1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.news_top_img_wrap_text_back {
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.35);
font-size: 50px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
width: 100%;
height: 100%;
}

.news_box_01_back_wrap {
max-width: 1223px;
display: flex;
justify-content: space-between;
margin: 0 auto;
padding: 130px 10px;
}

.news_box_01_back_wrap_left_box {
background-color: #F6FBF4;
border-radius: 21px;
width: 760px;
padding: 40px 40px 40px 60px;
margin-bottom: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}

.news_box_01_back_wrap_left_box_category {
font-size: 13px;
font-weight: 500;
line-height: 27px;
background-color: #CDE85F;
border-radius: 16px;
color: #FFFFFF;
width: 140px;
padding: 2px 0;
text-align: center;
margin-bottom: 24px;
}

.coler_02 {
background-color: #E8B65F;
}

.coler_03 {
background-color: #E8895F;
}


.news_box_01_back_wrap_left_box_title {
font-size: 25px;
font-weight: 500;
line-height: 50px;
}

.news_box_01_back_wrap_left_box_left {
text-align: left;
font-family: 'Kiwi Maru', serif;
display: inline-block;
margin-right: 10px;
}

.news_box_01_back_wrap_left_box_contents {
font-size: 16px;
line-height: 32px;
font-weight: 500;
max-width: 402px;
}

.news_box_01_back_wrap_left_box_date {
font-size: 14px;
line-height: 28px;
font-weight: 500;
margin-bottom: 24px;
}

.news_box_01_back_wrap_left_box_right {
vertical-align: top;
width: 280px;
height: 280px;
object-fit: cover;
margin: 0;
}

.news_box_01_back_wrap_right {
text-align: left;
font-family: 'Kiwi Maru', serif;
}

.news_box_01_back_wrap_right_title {
font-size: 25px;
font-weight: 500;
line-height: 50px;
}

.news_box_01_back_wrap_right_title img {
vertical-align: text-bottom;
}

/*アコーディオン*/

.news_box_01_back_wrap_right_accordion_month li , #news_box_01_back_wrap_right_accordion li {
height: 28px;
line-height: 28px;
}

#news_box_01_back_wrap_right_accordion {
width: 282px;
}

#news_box_01_back_wrap_right_accordion > li {
font-size: 17px;
line-height: 34px;
font-weight: 500px;
font-family: 'Kiwi Maru', serif;
cursor: pointer;
border-bottom: solid 1px #9C9C9C;
padding: 20px 10px 20px 15px; 
}

.news_box_01_back_wrap_right_accordion_year {
}

.news_box_01_back_wrap_right_accordion_year_line:hover {
opacity: 0.3;
transition: 0.5s;
}

.news_box_01_back_wrap_right_accordion_year_line {
transition: 0.5s;
display: flex;
justify-content: space-between;
align-items: center;
}

.news_box_01_back_wrap_right_accordion_year_icon {
margin: 0;
}

.news_box_01_back_wrap_right_accordion_month {
display: none;
}

.news_box_01_back_wrap_right_accordion_month li a {
text-decoration: none;
font-size: 17px;
font-weight: 500px;
font-family: 'Kiwi Maru', serif;
cursor: pointer;
transition: 0.5s;
}

.news_box_01_back_wrap_right_accordion_month li a:hover {
opacity: 0.3;
transition: 0.5s;
}

.news_box_01_back_wrap_right_accordion_month li {
border-bottom: solid 1px #9C9C9C;
padding: 5px 10px 5px 15px; 
}

.news_box_01_back_wrap_right_category {
font-size: 17px;
line-height: 34px;
font-weight: 500px;
}

.news_box_01_back_wrap_right_category_name {
border-bottom: solid 1px #9C9C9C;
padding: 20px 10px 20px 15px;
}

.news_box_01_back_wrap_right_category_name_box {
transition: 0.5s;
display: flex;
justify-content: flex-start;
align-items: center;
}

.news_box_01_back_wrap_right_category_name_box span {
margin-left: 17px;
}

.news_box_01_back_wrap_right_category_name_box:hover {
opacity: 0.3;
transition: 0.5s;
}

.news_box_01_back_wrap_right_category_icon {
margin: 0;
}

/*アコーディオン*/

.news_box_01_back_wrap_right_01 {
padding-bottom: 75px;
}

.news_box_01_back_wrap_page {
margin-top: 10px;
}

.news_box_01_back_wrap_left_box_title {
transition: 0.5s;
}

.news_box_01_back_wrap_left_box_title:hover {
opacity: 0.3;
transition: 0.5s;
}

.news_back_position {
position: absolute;
top: 1200px;
right: 0;
z-index: -1;
}

.news_back_position_01 {
position: absolute;
top: 800px;
left: 0;
z-index: -1;
}

/*newsここまで*/

/*privacy プライバシーポリシーここから*/

.privacy_top_img_wrap {
position: relative;
}

.privacy_top_img_wrap img {
vertical-align: bottom;
}

.privacy_top_img_wrap_text {
position: absolute;
left: 50%;
top: 50%;
font-size: 50px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
color: #FFFFFF;
margin: 0 auto;
z-index: 1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.privacy_top_img_wrap_text_back {
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.35);
font-size: 50px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
width: 100%;
height: 100%;
}

.privacy_box_03_back {
background-color: #FFFFFF;
text-align: left;
font-family: 'Noto Sans JP', sans-serif
}

.privacy_box_03_back_wrap {
max-width: 1180px;
padding: 120px 10px 140px;
margin: 0 auto;
position: relative;
}

.privacy_box_03_back_wrap_title_icon {
display: block;
}

.privacy_box_03_back_wrap_title_text {
font-size: 45px;
text-align: center;
line-height: 75px;
color: #4DA562;
font-weight: 500;
margin-bottom: 60px;
font-family: 'Kiwi Maru', serif;
}

.privacy_box_03_back_wrap_title_text::after {
content: "";
margin: 0 auto;
display: block;
width: 460px;
height: 8px;
border-radius: 8px;
background-color: rgba(145,193,56,0.2);
}

.privacy_box_top_text {
font-size: 16px;
line-height: 30px;
color: #858585;
margin: 0 0 50px;
}

.privacy_box_top_text:last-child {
margin: 50px 0 0px;

}

.privacy_box_text_li {
color: #4DA562;
}

.privacy_box_text_p {
color: #000000;
font-size: 14px;
line-height: 28px;
}

/*privacy プライバシーポリシーここまで*/

/*news_pageここから*/


.news_page_left_box_wrap {
border-radius: 21px;
width: 760px;
min-height: 465px;
padding: 0px 40px 40px 60px;
font-family: 'Kiwi Maru', serif;
}

.news_page_left_box_wrap_date {
font-size: 14px;
line-height: 28px;
font-weight: 500;
margin-bottom: 24px;
text-align: left;
}

.news_page_left_box_wrap_category {
font-size: 13px;
font-weight: 500;
line-height: 27px;
background-color: #CDE85F;
border-radius: 16px;
color: #FFFFFF;
width: 140px;
padding: 2px 0;
text-align: center;
margin-bottom: 24px;
}

.news_page_left_box_wrap_title {
font-size: 25px;
font-weight: 500;
line-height: 50px;
text-align: left;
margin-bottom: 24px;
}

.news_page_left_box_wrap_contents {
font-size: 16px;
line-height: 32px;
font-weight: 500;
text-align: left;
}

/*medical_treatment 診療内容ここから*/

.medical_treatment_top_img_wrap {
position: relative;
}

.medical_treatment_top_img_wrap img {
vertical-align: bottom;
}

.medical_treatment_top_img_wrap_text {
position: absolute;
left: 50%;
top: 50%;
font-size: 50px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
color: #FFFFFF;
margin: 0 auto;
z-index: 1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.medical_treatment_top_img_wrap_text_back {
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.35);
font-size: 50px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
width: 100%;
height: 100%;
}

.medical_treatment_box_01_back_wrap {
max-width: 1260px;
padding: 120px 10px 0px;
margin: 0 auto;
position: relative;
}

.medical_treatment_box_01_back_wrap_title_icon {
display: block;
}

.medical_treatment_box_01_back_wrap_title_text {
font-size: 45px;
line-height: 75px;
color: #4DA562;
font-weight: 500;
margin-bottom: 60px;
font-family: 'Kiwi Maru', serif;
position: relative;
}

.medical_treatment_box_01_back_wrap_title_text::after {
content: "";
margin: 0 auto;
display: block;
width: 400px;
height: 8px;
border-radius: 8px;
background-color: rgba(145,193,56,0.2);
}

.medical_treatment_box_01_back_wrap_title_sub {
font-size: 35px;
line-height: 69px;
font-weight: 500;
color: #4DA562;
font-family: 'Kiwi Maru', serif;
margin-bottom: 35px;
}

.medical_treatment_menu_box_center_square_back {
background-color: #FFFFFF;
position: relative;
padding: 0 10px 150px;
}


.medical_treatment_wrap_box_01_title {
font-size: 35px; 
font-weight: 500;
line-height: 40px;
color: #4DA562;
font-family: 'Kiwi Maru', serif;
display: flex;
justify-content: flex-start;
align-items: center;
}

.medical_treatment_wrap_box_01_title img {
margin: 0;
padding-right: 10px;
}

.medical_treatment_wrap_box_01_contents_i {
padding: 0 55px 35px;
/*display: flex;*/
/*margin-top: 45px;*/
/*justify-content: space-evenly;*/
}

.medical_treatment_wrap_box_01_contents_left {
display: inline-block;
max-width: 680px;
margin: 0;
padding-right: 50px;
}

.medical_treatment_wrap_box_01_contents_text {
max-width: 680px;
font-size: 16px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
text-align: left;
margin-bottom: 45px;
line-height: 35px;
}

.medical_treatment_wrap_box_01_contents_center {
font-size: 16px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
text-align: left;
padding: 0 55px;
line-height: 35px;
}

.medical_treatment_wrap_box_01_contents_text_02_wrap {
max-width: 680px;
font-size: 16px;
font-weight: 500;
font-family: 'Kiwi Maru', serif;
text-align: left;
}

.medical_treatment_wrap_box_01_contents img {
border-radius: 23px;
/*object-fit: cover;*/
margin: 0;
vertical-align: top;
}

.medical_treatment_wrap_box_01_contents_i img {
border-radius: 23px;
/*object-fit: cover;*/
margin: 0 0 35px 0;
vertical-align: top;
}

.medical_treatment_wrap_box_01_contents_text_02_wrap_title {
background-color: #4DA562;
border-radius: 26px;
color: #FFFFFF;
line-height: 32px;
padding: 8px 35px;
max-width: 332px;
text-align: center;
}

.medical_treatment_wrap_box_01_contents_text_02_wrap_text {
margin-top: 25px;
font-size: 16px;
font-weight: 500;
line-height: 32px;
}

.medical_treatment_wrap_box_01_contents_02 {
display: flex;
max-width: 770px;
justify-content: space-between;
margin: 0 auto;
padding-top: 70px;
padding-bottom: 90px;
}

.medical_treatment_wrap_box_01_contents_02 img {
border-radius: 15px;
margin-bottom: 0;
}

.medical_treatment_wrap_box_01_03 {
padding: 0 55px;
}

.medical_treatment_wrap_box_01_title_03 {
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
background-color: #4DA562;
line-height: 48px;
max-width: 507px;
border-radius: 26px;
font-family: 'Kiwi Maru', serif;
margin-bottom: 30px;
}

.medical_treatment_wrap_box_01_title_03_smoll {
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
background-color: #4DA562;
line-height: 48px;
max-width: 228px;
border-radius: 26px;
font-family: 'Kiwi Maru', serif;
margin-bottom: 30px;
}

.medical_treatment_wrap_box_01_title_03_smoll_top {
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
background-color: #4DA562;
line-height: 48px;
max-width: 228px;
border-radius: 26px;
font-family: 'Kiwi Maru', serif;
margin-bottom: 30px;
margin: 0 55px 30px;
}

.medical_treatment_wrap_box_01_contents_03 {
font-size: 16px;
font-weight: 500;
line-height: 40px;
font-family: 'Kiwi Maru', serif;
text-align: left;
margin-bottom: 30px;
}

.medical_treatment_wrap_box_01_contents_03_plus {
font-size: 16px;
font-weight: 500;
line-height: 40px;
font-family: 'Kiwi Maru', serif;
text-align: left;
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}

.medical_treatment_wrap_box_01_contents_03_plus span {
max-width: 900px;
}

.medical_treatment_wrap_box_01_contents_02_one {
display: flex;
flex-direction: column;
align-items: center;
}

.medical_treatment_wrap_box_01_contents_02_one_text {
margin-top: 15px;
font-size: 15px;
line-height: 40px;
}

.medical_treatment_pic_01_wrap {
margin: 15px auto;
}

.medical_treatment_wrap_box_vaccination_01_text_back {
background-color: #F5F9EE;
padding: 40px 50px;
border-radius: 18px;
margin: 25px 0;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line img {
padding-right: 10px;
}

.medical_treatment_wrap_box_vaccination_01 {
max-width: 800px;
text-align: left;
margin: 0 auto;
font-size: 16px;
font-weight: 500;
line-height: 40px;
font-family: 'Kiwi Maru', serif;
}

.medical_treatment_wrap_box_01_contents_wrap {
padding: 50px 0 100px;
}

.medical_treatment_wrap_box_01_contents_wrap_02 {
padding: 50px 0 10px;
}

.medical_treatment_wrap_box_01_contents_wrap_03 {
padding: 50px 0 70px;
}

.medical_treatment_wrap_box_01_contents_wrap_04 {
padding: 50px 0 100px;
}

.medical_treatment_wrap_box_01_contents_wrap_05 {
padding: 25px 0 100px;
}

.medical_treatment_wrap_box_01_contents_wrap_06 {
padding: 50px 0 100px;
}

.medical_treatment_wrap_box_01_contents_wrap_07 {
padding: 0px 0 0px;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_right {
float: right;
}

.medical_treatment_wrap_box_vaccination_01_text_back_02 {
background-color: #F5F9EE;
padding: 40px 50px;
border-radius: 18px;
margin: 25px 0 45px;
}

.medical_treatment_wrap_box_01_contents_04 {
display: flex;
max-width: 700px;
justify-content: space-between;
margin: 0 auto;
}

.medical_treatment_wrap_box_01_contents_04 img {
border-radius: 15px;
}

.medical_treatment_wrap_box_01_contents_kanpo {
/*display: flex;*/
font-size: 16px;
font-weight: 500;
line-height: 40px;
text-align: left;
padding: 0 55px;
font-family: 'Kiwi Maru', serif;
}

.medical_treatment_wrap_box_01_contents_kanpo_left {
display: inline-block;
max-width: 642px;
padding-right: 35px;
}

.medical_treatment_wrap_box_01_contents_kanpo_right  {
border-radius: 18px;
}

.medical_treatment_wrap_box_01_contents_pcr {
/*display: flex;*/
font-size: 16px;
font-weight: 500;
line-height: 40px;
text-align: left;
padding: 0 55px;
font-family: 'Kiwi Maru', serif;
}

.medical_treatment_wrap_box_01_contents_pcr_left {
display: inline-block;
max-width: 750px;
padding-right: 80px;
}

.medical_treatment_wrap_box_01_contents_pcr_right  {
border-radius: 18px;
vertical-align: baseline;
}

.medical_treatment_wrap_box_01_contents_05 {
	display: flex;
	max-width: 700px;
	justify-content: space-evenly;
	margin: 0 auto;
}

.medical_treatment_back_position {
position: absolute;
top: 150%;
right: 0;
z-index: 1;
}

.medical_treatment_back_position_01 {
position: absolute;
top: 110%;
left: 0;
z-index: 1;
}

#icamera,#kantansui,#seikatu,#yobou,#kakusyu,#kanpo,#pcr {
padding-top: 67px;
margin-top: -67px;
}

#ronbun {
padding-top: 67px;
margin-top: -67px;
}

.medical_treatment_wrap_box_01_contents_center a {
color: #076AFF;
}

.medical_treatment_img_01_01_adjust {
margin: 0;
border-radius: 23px;
display: block;
width: 233px;
height: auto;

}

.medical_treatment_img_02_adjust {
    display: flex;
    max-width: 700px;
    justify-content: space-between;
    margin: 0;
		border-radius: 23px;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust_01 {
display: inline-block;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust_02 {
display: inline-block;
width: calc(100% - 100px);
vertical-align: top;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust_02 ol{
margin: 0;
padding: 0;
list-style: none;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust_02 ol li {
display: flex;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust_02_ol_li_01 {
display: block;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust_02_ol_li_02 {
width: calc(100% - 17px);
display: block;
}

.medical_treatment_wrap_box_vaccination_01_text_back_one_line_adjust {
font-size: 18px;
font-weight: 500;
}

/*medical_treatment 診療内容ここまで*/

/*WPページネーションここから*/

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

.wp_pagenation_ul_li {
	display:inline-block;
	width:30px;
	margin:0 6px 10px;
	/*background:#FFF;
	border:#CDE85F 1px solid;*/
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
}

.wp_pagenation_ul_li a {
	color:#000;
}

.wp_pagenation_ul_li_o {
	background:#804E21;
	color:#FFF;
}

.wp_pagenation_ul_li_o a {
	color:#FFF;
}

.wp_pagenation_ul_li_nb {
	background:none;
	border:none;
	font-size:20px;
	font-weight:normal;
	color:#000;
	line-height:30px;
}

.prev_next {
	margin:0 0 15px 0;
	padding:20px 0 5% 0;
}

.prev_next_ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.prev_next_ul_li {
	display:inline-block;
	margin-right:5px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #372A9A),
	color-stop(1, #5FB6FC)
);
	background-image: -o-linear-gradient(right, #372A9A 0%, #5FB6FC 100%);
	background-image: -moz-linear-gradient(right, #372A9A 0%, #5FB6FC 100%);
	background-image: -webkit-linear-gradient(right, #372A9A 0%, #5FB6FC 100%);
	background-image: -ms-linear-gradient(right, #372A9A 0%, #5FB6FC 100%);
	background-image: linear-gradient(to right, #372A9A 0%, #5FB6FC 100%);
	transition-duration:0.7s;
}

.prev_next_ul_li:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #FF9900),
	color-stop(1, #5FB6FC)
);
	background-image: -o-linear-gradient(right, #FF9900 0%, #5FB6FC 100%);
	background-image: -moz-linear-gradient(right, #FF9900 0%, #5FB6FC 100%);
	background-image: -webkit-linear-gradient(right, #FF9900 0%, #5FB6FC 100%);
	background-image: -ms-linear-gradient(right, #FF9900 0%, #5FB6FC 100%);
	background-image: linear-gradient(to right, #FF9900 0%, #5FB6FC 100%);
	transition-duration:0.35s;
}

.prev_next_ul_li_before:before {
	conttent:"\f104";
	font-family:"Font Awesome 5 Brands";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_after:after {
	conttent:"\f105";
	font-family:"Font Awesome 5 Brands";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li a {
	display:block;
	width:140px;
	padding:10px;
	color:#FFF;
}

.prev_next_ul_li_m {
	display:inline-block;
	margin-right:60px;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
}

.prev_next_ul_li_m a {
	width:210px;
}

a.next.page-numbers {
color: #CDE85F; 
}

a.prev.page-numbers {
color: #CDE85F;
}

.inq_box_nav {
	margin-bottom: 33px;
}

.inq_box_nav_02 {
	display: inline-block;
	margin-right: 10px;
}

.inq_box_nav_03 {
	display: inline-block;
	margin-left: 10px;
}
