@charset "UTF-8";
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
line-height: 1.6em;
}
h1, h2, h3, h4{
line-height: 1em;
}
img{
max-width:100%;
height:auto;
vertical-align:bottom;
}
a{
text-decoration: none;
-webkit-transition-duration: 1000ms;
-moz-transition-duration: 1000ms;
-o-transition-duration: 1000ms;
transition-duration: 1000ms;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
a:hover{
text-decoration: none;
}
a img{
border-style:none;
} 
strong{
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
} :focus {
outline: 0;
} ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} table {
border-collapse: collapse;
border-spacing: 0;
}
.clear::after{
content: ".";
display: block; 
height: 0;
font-size:0;
clear: both; 
visibility:hidden;
}
   .text-center {
text-align: center;
} .btn {
padding: 15px;
position: relative;
display: inline-block;
font-size: 1.1rem;
color: #112d8c;
max-width: 220px;
width: 100%;
margin: 0 auto;
background-color: #fff;
border: 1px solid #112d8c;
line-height: 1em;
border-radius: 26px;
}
.btn::after {
content: ''; display: inline-block; width: 11px; height: 27px; background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/btn-arrow.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
position: absolute;
top: 30%;
right: 28px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.btn_link:hover .btn::after {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/btn-arrow-w.png);
-webkit-transition: all 0.2s;
transition: all 0.2s;
right: 24px;
}
a.btn_link:hover .btn {
-webkit-transition: all 0.2s;
transition: all 0.2s;
background-color: #006fb9;
color: white;
}  body {
line-height: 1.6em;
font-family: fot-tsukuardgothic-std, sans-serif;
background: #fff;
color: #222222;
font-size: 16px;
}
.container {
-webkit-transition: 0.4s all;
transition: 0.4s all;
}
p {
font-family: "Noto Sans JP", sans-serif;
}
a {
color: #37b44a;
}
a:hover {
color: #555;
}
img {
pointer-events: none;
}
.nopc {
display: none;
}
.table_parent {
display: table;
width: 100%;
}
.table_parent .table_cells-2 {
display: table-cell;
width: 50%;
vertical-align: middle;
}
.h2-outer {
position: relative;
max-width: 1120px;
width: 100%;
margin: 0 auto;
}
.h2-outer::before {
content: '';
position: absolute;
top: 4px;
left: 0;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/h2-before.svg) no-repeat;
background-repeat: no-repeat;
width: 210px;
height: 50px;
background-size: contain;
}
@media screen and (max-width: 991px) {
.h2-outer::before {
top: 10px;
width: 140px;
}
}
@media screen and (max-width: 768px) {
.h2-outer::before {
display: none;
}
}
.h2-outer::after {
content: '';
position: absolute;
top: 4px;
right: 0;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/h2-after.svg) no-repeat;
background-repeat: no-repeat;
width: 210px;
height: 50px;
background-size: contain;
}
@media screen and (max-width: 991px) {
.h2-outer::after {
top: 10px;
width: 140px;
}
}
@media screen and (max-width: 768px) {
.h2-outer::after {
display: none;
}
}
h2.h2-title {
font-family: fot-tsukuardgothic-std, sans-serif;
color: #112d8c;
font-weight: 700;
font-size: 1.8rem;
display: inline-block;
position: relative;
}
@media screen and (max-width: 768px) {
h2.h2-title {
font-size: 1.2rem;
}
}
h2.h2-title::before {
content: '';
position: absolute;
top: -12px;
left: -24px;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/ttl_bdr_l.png) no-repeat;
background-repeat: no-repeat;
width: 14px;
height: 50px;
background-size: contain;
}
h2.h2-title::after {
content: '';
position: absolute;
top: -12px;
right: -32px;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/ttl_bdr_r.png) no-repeat;
background-repeat: no-repeat;
width: 14px;
height: 50px;
background-size: contain;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.flex-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.bold {
color: #ff9750;
font-weight: bold;
}
.align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.section-erea {
padding: 60px 20px;
}
.section-erea_top {
padding: 60px 0px;
}
.none {
display: none;
opacity: 0;
}
@media screen and (max-width: 768px) {
.nopc {
display: block !important;
}
#totop {
bottom: 80px !important;
right: 15px !important;
}
.nosp {
display: none !important;
}
.table-parent {
display: block;
}
.table-parent .table-cells_2 {
display: block;
width: 100%;
}
header {
position: relative;
width: 100% !important;
background: none !important;
border: none !important;
height: auto !important;
z-index: 1000000 !important;
}
header.active {
height: calc(100vh - 77px) !important;
}
main, footer {
padding-left: 0 !important;
}
main {
top: 0;
right: 0;
left: 0;
}
}
.clear {
clear: both;
} #wrapper, #wrapper02 {
display: block;
margin: 0;
padding: 0;
position: relative;
animation: fadeIn 1.5s ease-in 0s 1 normal;
-webkit-animation: fadeIn 1.5s ease-in 0s 1 normal;
overflow: hidden;
}
@media screen and (min-width: 769px) {
.bx-viewport {
width: 100% !important;
min-height: 700px !important;
}
.bx-viewport img {
width: 100%;
height: 700px;
-o-object-fit: cover;
object-fit: cover;
}
}
.fade_slow {
position: relative;
opacity: 0;
}
.fade_slow.in {
position: relative;
opacity: 1;
-webkit-transition: opacity 1500ms;
transition: opacity 1500ms;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.bg-circle {
position: relative;
}
.bg-circle__icon-r {
position: absolute;
right: -330px;
}
@media screen and (max-width: 1200px) {
.bg-circle__icon-r {
display: none;
}
}
.bg-circle__icon-l {
position: absolute;
left: -330px;
}
@media screen and (max-width: 1200px) {
.bg-circle__icon-l {
display: none;
}
}
.load {
width: 85%;
height: 85%;
-webkit-animation: spin 48.5s linear infinite;
animation: spin 48.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} #header_menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 60px 34px 2px 0;
background-color: #fff;
}
@media screen and (max-width: 1388px) {
#header_menu {
padding: 70px 34px 10px 0;
}
}
@media screen and (max-width: 1300px) {
#header_menu {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media screen and (max-width: 991px) {
#header_menu {
display: none;
}
}
#header_menu .header_logo {
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 420px;
width: 100%;
display: block;
margin-left: 20px;
position: relative;
top: -30px;
}
#header_menu .header_logo a {
display: block;
width: 100%;
height: 100%;
}
#header_menu .header_logo a img {
width: 100%;
}
#header_menu ul {
text-align: center;
padding: 0;
}
#header_menu li {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: bold;
padding: 14px;
list-style-type: none;
display: inline-block;
}
#header_menu li a {
color: #000;
}
#header_menu li a:hover {
color: #112d8c;
}
@media screen and (max-width: 1388px) {
#header_menu li {
line-height: 40px;
}
}
@media screen and (min-width: 1500px) {
#header_menu li {
font-size: 1.1rem;
}
}
#header_menu li, .g-nav li, nav .inner li {
position: relative;
}
#header_menu li .sub-menu, .g-nav li .sub-menu, nav .inner li .sub-menu {
opacity: 0;
overflow: hidden;
-webkit-transition: all .25s ease-in;
transition: all .25s ease-in;
position: absolute;
top: 55px;
left: 0;
max-height: 0;
z-index: 999;
width: 190px;
background: #006fb9;
line-height: 2;
text-align: left; padding: 20px 5px;
}
#header_menu li .sub-menu li, .g-nav li .sub-menu li, nav .inner li .sub-menu li {
padding: 0;
}
#header_menu li .sub-menu li a, .g-nav li .sub-menu li a, nav .inner li .sub-menu li a {
color: #fff;
}
#header_menu li:hover .sub-menu, .g-nav li:hover .sub-menu, nav .inner li:hover .sub-menu {
max-height: 9999px;
opacity: 1; -webkit-transition: all .25s ease-in;
transition: all .25s ease-in;
text-align: left;
}
.g-nav li .sub-menu {
top: 40px;
background: #112d8c;
}
nav .inner li .sub-menu {
max-height: 9999px;
opacity: 1;
padding: 20px 5px;
-webkit-transition: all .25s ease-in;
transition: all .25s ease-in;
position: relative;
top: 0;
background: none;
width: calc(100% - 30px);
left: 30px;
padding: 0 !important;
border-top: 1px solid #e4e4e4;
}
nav .inner li .sub-menu li:last-child {
border-bottom: none;
}
header {
position: fixed;
width: 100%;
z-index: 2;
}
.sp_nav nav {
position: fixed;
width: 94%;
z-index: 9999999;
margin-top: 8%;
top: 0;
right: 0;
}
.sp_nav nav ul {
background: white;
-webkit-box-shadow: -10px 0px 30px rgba(41, 41, 41, 0.33);
box-shadow: -10px 0px 30px rgba(41, 41, 41, 0.33);
padding: 20px 20px 20px 20px;
}
.sp_nav nav ul li {
padding: 16px 20px 16px 20px;
}
.sp_nav nav ul li:not(:last-child) {
border-bottom: 1px solid #e4e4e4;
}
.sp_nav nav ul a {
font-family: fot-tsukuardgothic-std, sans-serif;
color: black;
}
@media screen and (min-width: 1500px) {
.sp_nav nav ul a {
font-size: 1.1rem;
}
}
#navmenu {
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transition: all 0.3s !important;
transition: all 0.3s !important;
background: white;
}
#navmenu p {
margin-top: 10px;
} nav {
display: block;
position: fixed;
top: 0;
right: -600px;
bottom: 0;
max-width: 600px;
width: 100%;
background: #112d8c;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: all .5s;
transition: all .5s;
z-index: 31;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.open nav {
right: 0;
opacity: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
nav .inner {
padding: 25px 16px;
max-width: 400px;
width: 100%;
margin: 0 auto;
}
nav .inner ul {
list-style: none;
margin: 0;
padding: 0;
}
nav .inner ul li {
position: relative;
margin: 0;
border-bottom: 1px solid #e4e4e4;
}
nav .inner ul li a {
display: block;
font-family: fot-tsukuardgothic-std, sans-serif;
color: #fff;
font-weight: 700;
padding: 1.2em .5em;
text-decoration: none;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition: all .5s;
transition: all .5s;
}
nav .inner ul li a::before {
font-family: "Font Awesome 5 Free";
content: "\f105";
font-weight: 900;
padding-right: 12px;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
nav .inner ul li a:hover {
background: #000;
color: #fff;
-webkit-transition: all .5s;
transition: all .5s;
} .toggle_btn {
display: block;
position: fixed;
background-color: #fff;
-webkit-box-shadow: 1px 1px 7px #00000010;
box-shadow: 1px 1px 7px #00000010;
padding: 28px;
top: 34px;
right: 30px;
width: 30px;
height: 30px;
-webkit-transition: all .5s;
transition: all .5s;
cursor: pointer;
z-index: 50;
}
@media screen and (max-width: 768px) {
.toggle_btn {
top: 16px;
right: 16px;
}
}
.toggle_btn span {
display: block;
position: absolute;
left: 13px;
width: 30px;
height: 4px;
background-color: #333;
-webkit-transition: all .5s;
transition: all .5s;
}
.toggle_btn span:nth-child(1) {
top: 15px;
}
.toggle_btn span:nth-child(2) {
top: 26px;
}
.toggle_btn span:nth-child(3) {
bottom: 15px;
}
.open .toggle_btn span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-315deg);
transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
-webkit-transform: translateY(-12px) rotate(315deg);
transform: translateY(-12px) rotate(315deg);
} #mask {
display: none;
-webkit-transition: all .5s;
transition: all .5s;
}
.open #mask {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .8;
z-index: 11;
cursor: pointer;
-webkit-transition: all .5s;
transition: all .5s;
}
header {
z-index: 99;
background: #112d8c;
position: relative;
width: 100%;
}
.g-nav {
display: none;
width: 100%;
z-index: 10;
}
.g-nav ul {
text-align: center;
padding: 16px 0;
}
@media screen and (max-width: 900px) {
.g-nav ul {
display: none;
}
}
.g-nav li {
color: #fff;
font-family: fot-tsukuardgothic-std, sans-serif;
padding: 0 30px;
list-style-type: none;
display: inline-block;
line-height: 0px;
}
.g-nav li a {
color: white;
}
@media screen and (min-width: 1500px) {
.g-nav li a {
font-size: 1.1rem;
}
}
.fixed {
position: fixed;
top: 0;
left: 0;
opacity: 0.9;
}
.fixed .g-nav-menu li {
line-height: 40px;
}
header::-webkit-scrollbar { display: none;
}
@media screen and (max-height: 1020px) {
.visual_comment {
width: 80% !important;
}
}
@media screen and (max-height: 1020px) and (min-width: 769px) {
width: 100% !important;
}
@media screen and (max-height: 1020px) {
.visual_comment p {
font-size: 26px !important;
}
}
@media screen and (max-height: 1020px) and (min-width: 769px) {
.visual_comment p {
font-size: 37px !important;
}
}
@media screen and (max-height: 1020px) and (min-width: 1200px) {
.visual_comment p {
font-size: 40px !important;
}
}
.navBtn {
position: fixed;
right: 0;
top: 0;
width: 65px;
height: 65px;
cursor: pointer;
z-index: 1000001 !important;
background: #112d8c;
text-align: center;
}
.navBtn span {
display: block;
position: absolute;
-webkit-transition: .3s;
transition: .3s;
position: absolute;
width: 28px;
height: 2px;
left: 50%;
margin-left: -14px;
display: inline-block;
background-color: #ffffff;
}
.navBtn span:nth-child(1) {
top: 15px;
}
.navBtn span:nth-child(2) {
top: 24px;
}
.navBtn span:nth-child(3) {
top: 33px;
}
.navBtn span:nth-child(4) {
border: none;
color: #fff;
font-size: 13px;
left: 26px;
top: 40px;
display: inline;
background: none;
line-height: 13px;
}
.navBtn.active span:nth-child(1) {
top: 24px;
height: 3px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.navBtn.active span:nth-child(2), .active span:nth-child(3) {
top: 24px;
height: 3px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} #header {  }
#header .header_common {
width: 100%;
background: #ededf4;
display: block;
overflow: hidden;
z-index: 0;
position: relative;
padding: 30px;
}
@media screen and (max-width: 991px) {
#header .header_common {
padding: 80px 0px 30px;
}
#header .header_common img.page-icon {
width: 80px;
}
}
#header .header_common h1.common_head {
color: #112d8c;
padding: 40px;
font-size: 1.8rem;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
z-index: 100;
}
@media screen and (max-width: 768px) {
#header .header_common h1.common_head {
font-size: 1.3rem;
padding: 0 0 0 20px;
}
}
#header .header_common .under_line_sale {
position: relative;
width: 80px;
height: 4px;
margin: 0 auto;
}
#header .header_common .under_line_sale .line {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 0;
height: 4px;
background: white;
}
#header .header_common .sale_title {
margin-top: 20px;
text-align: center;
color: white;
text-shadow: 0px 0px 7px #000000;
font-size: 32px;
font-family: "Noto Serif JP", serif;
}
#header .header_common .sale_title img {
margin-right: 10px;
margin-bottom: 4px;
}
#header .header_news {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/header_bg_13.jpg) no-repeat;
background-position: right bottom;
background-size: cover;
}
#header .header_contact {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/header_bg_15.jpg) no-repeat;
background-position: right bottom;
background-size: cover;
}
#header .header_short {
min-height: 276px;
}
@media screen and (max-width: 768px) {
#header .header_short {
min-height: 226px;
}
}
#header .header_archive {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/header_archive_bg.jpg) no-repeat;
background-position: right bottom;
background-size: cover;
}
#header #breadcrumb {
min-height: 56px;
height: auto;
padding-top: 10px;
}
#header #breadcrumb ul {
max-width: 1170px;
width: 100%;
margin: 0 auto;
padding: 14px 20px;
overflow: hidden;
position: relative;
zoom: 1;
}
#header #breadcrumb ul li {
float: left;
font-size: 1rem;
line-height: 1.5em;
color: #222222;
position: relative;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 10px;
}
#header #breadcrumb ul li:not(:last-child)::before {
content: "";
display: block;
width: 6px;
height: 6px;
top: 50%;
border-top: solid 2px;
border-right: solid 2px;
-webkit-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
color: inherit;
border-color: #bbb;
position: absolute;
right: 0px;
}
#header #breadcrumb ul li.bc_home {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/icon/bc_home.png) no-repeat;
background-size: 18px 18px;
background-position: left center;
padding-left: 28px;
margin: 0 8px 0 4px;
}
#header #breadcrumb ul li.bc_home::before {
content: '';
margin: 0px;
}
#header #breadcrumb ul li.bc_current {
margin: 0 8px;
}
#header #breadcrumb ul li a {
color: #0086a5;
}
#header #breadcrumb ul li a:hover {
color: #222222;
}
.container {
margin: 0 auto;
}
@media screen and (min-width: 769px) {
.container_map {
padding-top: 40px;
}
}
a.link_bk {
background: #6d6d6d;
color: #fff;
padding: 8px 12px;
margin: 0 auto;
display: block;
width: 80%;
max-width: 300px;
border-bottom: 4px solid #222222;
text-align: center;
border-radius: 2px;
}
a.link_bk:hover {
background: #112d8c;
}
.bg_stripe {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/stripe.png) repeat;
}
.bg_stripe_lg {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/stripe_lg.png) repeat;
}
.slide {
width: 100%;
height: auto;
margin: 0 auto;
overflow: hidden;
}
.scroll-btn {
position: absolute;
left: 50%;
bottom: 20%;
border-radius: 50%;
width: 68px;
height: 68px;
margin-left: -34px;
z-index: 90000;
opacity: 0;
}
.scroll-btn:hover {
-webkit-transform: 0.2s;
transform: 0.2s;
bottom: 19%;
}
a#logo {
position: absolute;
left: 30px;
top: 30px;
z-index: 7000;
display: block;
width: 69px;
height: 73px;
}
a#logo:hover {
opacity: .6;
}
ul#top_menu {
position: absolute;
right: 0;
top: 18px;
z-index: 94000;
clear: both;
}
@media screen and (max-width: 991px) {
ul#top_menu {
display: none;
}
}
ul#top_menu li a {
display: block;
}
ul#top_menu li a.top_contact {
padding-right: 36px;
}
ul#top_menu li a.top_contact img {
max-width: 220px;
width: 100%;
}  .front-note h2.h2-title {
margin-left: 100px;
color: #bc354c;
}
@media screen and (max-width: 991px) {
.front-note h2.h2-title {
margin-left: 0px;
}
}
.front-note h2.h2-title::before {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/ttl_bdr_r_l.png) no-repeat;
background-size: contain;
}
.front-note h2.h2-title::after {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/ttl_bdr_r_r.png) no-repeat;
background-size: contain;
}
.front-note .row {
overflow: hidden;
}
.front-note .col-lg-5 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 991px) {
.front-note .col-lg-7 {
max-width: 540px;
width: 100%;
margin: 0 auto;
}
}
.list-box {
position: relative;
}
.list-box::before {
content: "";
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/list-box_before_2.svg) no-repeat;
position: absolute;
width: 90px;
height: 90px;
display: inline-block;
}
@media screen and (max-width: 991px) {
.list-box::before {
position: static;
margin: 0 auto;
display: block;
margin-bottom: 10px;
}
}
.list-box .list-box__item {
font-size: 1.1rem;
color: #bc354c;
font-weight: bold;
padding: 2px 0;
line-height: 1.6em;
padding-left: 110px;
}
@media screen and (max-width: 991px) {
.list-box .list-box__item {
padding-left: 0px;
}
}
.list-box .list-box__item::before {
content: "";
width: 10px;
height: 10px;
display: inline-block;
background-color: #f4b0bc;
border-radius: 50%;
margin-right: 6px;
}
.list-box.list-box2::before {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/list-box_before_1.svg) no-repeat;
top: -16px;
} .top_topics {
background: #f9f8ff;
}
.top_topics .container {
max-width: 1060px;
margin-bottom: 30px;
}
.post {
margin-top: 14px;
overflow: hidden;
}
@media screen and (max-width: 768px) {
.post p:last-child {
margin-bottom: 18px;
}
}
.post .post_img {
overflow: hidden;
height: 200px;
width: auto;
position: relative;
border-radius: 8px;
}
.post .post_img img {
display: block;
-webkit-transition-duration: 1s;
transition-duration: 1s;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
.post h3 {
font-family: "Noto Sans JP", sans-serif;
font-family: 700;
line-height: 1.6em;
margin: 12px 0;
max-height: 50px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.post p {
margin: 12px 4px 0 0;
font-size: 14px;
}
.post p.date {
text-align: right;
font-family: "Noto Sans JP", sans-serif;
color: #999999;
line-height: 1em;
font-size: 12px;
}
.post a {
color: #222222;
position: relative;
overflow: hidden;
display: block;
-webkit-transition-duration: 1s;
transition-duration: 1s;
}
.post a:hover img {
opacity: .6;
-webkit-transition-duration: 1s;
transition-duration: 1s;
width: 110%;
} .front-philosophy .container {
max-width: 960px;
}
.front-philosophy .container .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
ul.philosophy-list li {
position: relative;
height: 110px;
max-width: 460px;
width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
ul.philosophy-list li {
font-size: .9rem;
}
}
ul.philosophy-list li::before {
content: "";
position: absolute;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/philosophy-item_01.png) no-repeat;
width: 44px;
height: 44px;
background-size: contain;
top: -14px;
left: -14px;
z-index: 1;
}
ul.philosophy-list li p {
position: relative;
font-family: fot-tsukuardgothic-std, sans-serif;
padding: 0 30px 0 40px;
width: 100%;
height: 110px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #112d8c;
font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
ul.philosophy-list li p {
font-size: .9rem;
}
}
ul.philosophy-list li p::after {
content: "";
position: absolute;
border-left: solid 6px #fff;
border-bottom: solid 6px #fff;
width: 56px;
height: 56px;
bottom: -3px;
left: -3px;
}
ul.philosophy-list li p::before {
content: "";
position: absolute;
border-right: solid 6px #fff;
border-top: solid 6px #fff;
width: 56px;
height: 56px;
top: -3px;
right: -3px;
}
ul.philosophy-list li:nth-child(2)::before {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/philosophy-item_02.png) no-repeat;
width: 44px;
height: 44px;
background-size: contain;
}
ul.philosophy-list li:nth-child(3)::before {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/philosophy-item_03.png) no-repeat;
width: 44px;
height: 44px;
background-size: contain;
}
ul.philosophy-list li:nth-child(4)::before {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/philosophy-item_04.png) no-repeat;
width: 44px;
height: 44px;
background-size: contain;
}
.philosophy-after .col-xl-4 {
position: relative;
}
.philosophy-after .col-xl-4 .btn {
position: absolute;
top: 40%;
left: 0;
right: 0;
max-width: 340px;
background: none;
color: white;
border-color: white;
}
@media screen and (min-width: 1200px) {
.philosophy-after .col-xl-4 .btn {
font-size: 1.2rem;
}
}
.philosophy-after .col-xl-4 .btn::after {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/btn-arrow-w.png);
} .top_blog {
background: #fff;
} .front-yonezawa {
position: relative;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/250918_yonezawa_bg.jpg); padding-block: 3em;
background-size: cover;
background-position: center;
}
@media (max-width:767px) {
.front-yonezawa{
background-position: left;
}
}
@media (max-width:560px) {
.front-yonezawa{
background-position: right;
}
}
.front-yonezawa>.container{
max-width: 100%;
}
@media (min-width:576px) {
.front-yonezawa>.container{
max-width: 90%;
text-align: center;
}
}
@media (max-width:767px) {
.front-yonezawa>.container{
padding-inline: 0;
}
}
.front-yonezawa .btn {
padding: 25px 30px;
font-weight: 700;
font-size: 1.5rem;
border-radius: 100px; max-width: 700px;
width: 100%;
line-height: 1.6;
background: none;
background: #fff;
border: 5px solid #eff0f0;
margin-right: 0; text-align: left !important;
color: #112d8c;
}
.front-yonezawa .btn span {
color: #222;
display: block;
font-size: 15px;
margin-top: 1em;
}
@media screen and (max-width: 768px) {
.front-yonezawa .btn { padding: 25px 35px; }
.front-yonezawa .btn span { }
}
@media screen and (max-width: 416px) {
.front-yonezawa .btn {
margin-top: 20px;
}
}
@media screen and (max-width: 378px) {
.front-yonezawa .btn {
margin-top: 5px;
}
}
.front-yonezawa .btn::after { content: none;
}
.front-yonezawa a.btn_link:hover .btn span {
color: #fff;
} .front-access h4 {
font-size: 1.1rem;
font-weight: 700;
}
.front-access p {
margin-top: 18px;
font-size: .9rem;
font-family: fot-tsukuardgothic-std, sans-serif;
}
.front-access ul li {
position: relative;
}
.front-access ul li::after {
content: "";
position: absolute;
right: -24px;
top: -12px;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/access_after.png);
width: 34px;
height: 88px;
}
@media screen and (max-width: 768px) {
.front-access ul li::after {
display: none;
}
}
.front-access ul li:last-child::after {
display: none;
}
.front-access.section-erea {
padding: 80px 20px 60px;
}
.map-erea {
position: relative;
}
#map_canvas {
max-width: 1400px;
margin: 0 auto;
width: 100%;
height: 360px !important;
background-color: #000;
} .btn-google {
position: absolute;
margin-top: -80px;
margin-left: 40px;
background: #fff;
border: 3px dotted #5bade1;
width: 130px;
border-radius: 50%;
height: 130px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
@media screen and (max-width: 1400px) {
.btn-google {
margin-left: 0px;
}
}
.btn-google span {
text-align: center;
line-height: 1.4;
font-size: 16px;
position: relative;
color: #5bade1;
}
.btn-google span::after {
content: "";
display: block;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/arrow03-r-blue.png);
background-size: contain;
background-repeat: no-repeat;
width: 16px;
height: 16px;
margin: 5px auto 0 auto;
} @media screen and (min-width: 992px) {
.service-1__right {
position: relative;
left: -8%;
}
}
@media screen and (max-width: 768px) {
.service-1__right {
margin-bottom: 40px;
}
}
.service-1__img {
max-width: 560px;
width: 100%;
margin: 0 auto;
}
.service-2 .container {
max-width: 1000px;
}
@media screen and (min-width: 992px) {
.service-2 .col-lg-6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.service-2 a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.service-2__item {
background: #fff;
border-radius: 20px;
}
.service-2__item h3 {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-size: 1.4rem;
letter-spacing: 3px;
color: #006fb9;
padding: 32px 20px;
}
.service-2__item .service-2__desc {
position: relative;
}
.service-2__item .service-2__desc p {
font-family: fot-tsukuardgothic-std, sans-serif;
line-height: 1.8;
color: #000;
padding: 24px 100px 24px 24px;
font-size: 1.04rem;
}
.service-2__item .service-2__desc .service-2__btn {
position: absolute;
right: 18px;
top: 34px;
width: 64px;
height: 64px;
border-radius: 50%;
border: 3px solid #7cc1e0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .2s all;
transition: .2s all;
}
.service-2__item .service-2__desc .service-2__btn img {
width: 14px;
}
.service-2 a:hover img {
opacity: .6;
-webkit-transition: .4s all;
transition: .4s all;
}
.service-2 a:hover .service-2__btn {
width: 80px;
height: 80px;
margin-top: -8px;
margin-right: -8px;
-webkit-transition: .2s all;
transition: .2s all;
}
.service-3 {
background: #f9f8ff;
}
.service-3-list li {
background: #fff;
border-radius: 20px;
padding: 24px;
}
.service-3-list li p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.16rem;
color: #112d8c;
line-height: 2;
}
@media screen and (max-width: 768px) {
.service-3-list li p {
font-size: 1rem;
}
}
.service-3-list li:nth-child(odd) .service-3-list__icon {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/02_service-3-list__icon_1.png);
background-repeat: no-repeat;
background-position: center;
height: 224px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.service-3-list li:nth-child(odd) h3 {
font-size: 1.6rem;
color: #d64052;
}
.service-3-list li:nth-child(even) .service-3-list__icon {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/02_service-3-list__icon_2.png);
background-repeat: no-repeat;
background-position: center;
height: 224px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.service-3-list li:nth-child(even) h3 {
font-size: 1.6rem;
color: #fff;
}
.to-surgery {
background: #4b67b2;
}
.to-surgery .col-lg-5 img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.to-surgery p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.5rem;
color: #fff;
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.to-surgery p {
font-size: 1.2rem;
}
}
.to-surgery a {
width: 100%;
display: block;
cursor: pointer !important;
}
.to-surgery .btn {
cursor: pointer !important;
font-weight: 700;
color: #112d8c;
padding: 14px 70px;
font-weight: 700;
font-size: 1.2rem;
border-radius: 100px;
max-width: 310px;
width: 100%;
line-height: 1.6;
background: none;
background-color: #fff;
border: 10px solid #4b67b2;
-webkit-box-shadow: 0 0 0 1px #Fff;
box-shadow: 0 0 0 1px #Fff;
margin-right: 0;
}
@media screen and (max-width: 768px) {
.to-surgery .btn {
font-size: .9rem;
padding: 25px 60px;
}
}
.to-surgery .btn::after {
top: 34%;
} .section-contents01 {
padding-top: 20px;
}
@media screen and (max-width: 991px) {
.section-contents01 {
padding-top: 0px;
}
}
@media screen and (max-width: 991px) {
.section-contents01 .section-contents01__img {
height: 280px;
}
}
.section-contents01 .section-contents01__img img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.section-contents01 .section-contents01__right {
position: relative;
}
.section-contents01 .section-contents01__right h2 {
font-size: 1.5rem;
font-weight: 700;
line-height: 1.6;
}
@media screen and (max-width: 991px) {
.section-contents01 .section-contents01__right h2 {
font-size: 1.4rem;
margin-top: 40px;
}
}
.section-contents01 .section-contents01__right p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.1rem;
padding: 40px 0 90px;
line-height: 1.8;
}
@media screen and (max-width: 991px) {
.section-contents01 .section-contents01__right p {
padding: 30px 0 0px;
}
}
.section-contents01 .h3-icon {
position: absolute;
top: -20px;
left: -220px;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/h3-icon.png);
width: 254px;
height: 254px;
background-size: 254px 254px;
background-repeat: no-repeat;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 991px) {
.section-contents01 .h3-icon {
top: -140px;
left: 0px;
width: 164px;
height: 164px;
background-size: 164px 164px;
}
}
.section-contents01 .h3-icon h3 {
text-align: center;
font-size: 1.4rem;
color: #112d8c;
font-weight: 700;
line-height: 1.4;
}
@media screen and (max-width: 991px) {
.section-contents01 .h3-icon h3 {
font-size: 1.1rem;
}
}
.surgery-1 {
max-width: 1110px;
}
.surgery-1 p {
font-family: fot-tsukuardgothic-std, sans-serif;
line-height: 1.8;
font-size: 1.1rem;
}
.surgery-list .col-lg-7 {
position: relative;
}
.surgery-list .surgery-list__desc {
padding-left: 80px;
}
@media screen and (max-width: 768px) {
.surgery-list .surgery-list__desc {
padding-left: 70px;
}
}
.surgery-list .surgery-list__desc span {
display: block;
color: #000;
font-weight: 700;
}
.surgery-list .surgery-list__desc span i {
color: #b7b7ea;
}
.surgery-list li {
background: #fff;
border-radius: 20px;
padding: 30px 24px;
}
@media screen and (max-width: 768px) {
.surgery-list li {
padding: 24px 0px;
}
}
.surgery-list li h3 {
font-size: 1.4rem;
color: #d34288;
font-weight: 700;
line-height: 1.6em;
}
.surgery-list li p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.04rem;
color: #112d8c;
line-height: 2;
}
@media screen and (max-width: 768px) {
.surgery-list li p {
line-height: 1.6;
font-size: 1rem;
}
}
.surgery-list li p.blackText {
color: #1c1c1c;
}
.surgery-list li:nth-child(odd) .surgery-list__icon {
font-size: 1.4rem;
color: #d64052;
font-weight: 700;
position: absolute;
top: 0;
left: 10px;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/03_surgery-list__icon_1.png);
background-repeat: no-repeat;
background-position: center;
width: 66px;
height: 66px;
background-size: 66px 66px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.surgery-list li:nth-child(even) .surgery-list__icon {
font-size: 1.4rem;
color: #fff;
font-weight: 700;
position: absolute;
top: 0;
left: 10px;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/03_surgery-list__icon_2.png);
background-repeat: no-repeat;
background-position: center;
width: 66px;
height: 66px;
background-size: 66px 66px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .aboutus-1 .col-lg-4 img {
max-width: 340px;
width: 100%;
margin: 0 auto;
display: block;
}
.aboutus-1 .doctor span {
font-size: 1.2rem;
font-weight: 700;
}
@media screen and (max-width: 991px) {
.aboutus-1 .doctor {
text-align: center;
}
}
.aboutus-1 p {
line-height: 1.8;
}
.doctor_infomation {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.doctor_infomation .doctor_career_outline {
width: 50%;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.doctor_infomation .doctor_career_outline .doctor_career_left {
margin-top: 20px;
}
.doctor_infomation .doctor_career_outline .doctor_career_left li {
padding: 12px 0;
border-bottom: 1px dotted #919191;
}
.doctor_infomation .doctor_career_outline .doctor_career_right {
margin-top: 20px;
}
.doctor_infomation .doctor_career_outline .doctor_career_right li {
padding: 8px 0;
}
.doctor_infomation .doctor_career {
padding: 22px 26px;
border: 1px solid #999999;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border-radius: 20px;
}
.doctor_infomation .doctor_career h4 {
color: #4f4f4f;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 100;
font-size: 1.4rem;
margin-bottom: 10px;
position: relative;
}
.doctor_infomation .doctor_career h4::after {
content: '';
position: absolute;
width: 0;
bottom: -14px;
left: 0;
height: 4px;
background: #999999;
}
.doctor_infomation .doctor_career.is-show h4::after {
width: 30%;
}
@media screen and (max-width: 768px) {
.doctor_infomation {
display: block;
}
}
@media screen and (max-width: 768px) {
.doctor_infomation .doctor_career_outline {
width: 100%;
}
}
a.btn-link {
width: 100%;
height: 100%;
display: inline;
}
.btn-link__inner {
padding: 12px 14px;
position: relative;
display: inline-block;
background-color: #fff;
border: 1px solid #006fb9;
line-height: 1em;
border-radius: 24px;
max-width: 220px;
width: 100%;
color: #006fb9;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.btn-link__inner a {
cursor: pointer;
}
.btn-link__inner::after {
content: '';
display: inline-block;
width: 11px;
height: 27px;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/btn-arrow-g.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
position: absolute;
top: 10px;
right: 20px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.btn-link:hover .btn-link__inner::after {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/btn-arrow-w.png);
-webkit-transition: all 0.2s;
transition: all 0.2s;
top: 11px;
right: 16px;
}
a.btn-link:hover .btn-link__inner {
color: #fff;
-webkit-transition: all 0.2s;
transition: all 0.2s;
background-color: #006fb9;
}
.aboutus-2 .container {
max-width: 920px;
}
.aboutus-2 tbody tr {
font-size: 1.1rem;
border-top: none;
border-bottom: 1px solid #b7b7ea;
}
.aboutus-2 tbody td {
padding: .9rem .75rem;
border-top: none;
border-bottom: 1px solid #b7b7ea;
}
@media screen and (max-width: 768px) {
.aboutus-2 tbody td {
padding: .9rem 0rem;
width: 36px;
}
}
.aboutus-3 {
padding: 60px 0;
}
.aboutus-3 .redText {
color: #bc354c;
}
@media screen and (max-width: 768px) {
.aboutus-3 {
padding: 20px 0 40px;
}
}
.aboutus-3 .container {
max-width: 1090px;
}
.aboutus-3 h2 {
font-size: 1.6rem;
font-weight: 700;
color: #006fb9;
padding: 24px 36px;
border: 2px solid #abd7ef;
display: inline-block;
margin-bottom: 20px;
}
.aboutus-3 p {
font-family: fot-tsukuardgothic-std, sans-serif;
line-height: 2;
}
.aboutus-3 .mt-6 {
margin-top: 4rem;
}
.aboutus-4 {
padding: 60px 0;
}
@media screen and (max-width: 768px) {
.aboutus-4 {
padding: 0px 0 60px;
}
}
.section-contents02 {
padding-top: 70px;
}
@media screen and (max-width: 991px) {
.section-contents02 {
padding-top: 0px;
}
}
@media screen and (max-width: 991px) {
.section-contents02 .section-contents02__img {
height: 280px;
}
}
.section-contents02 .section-contents02__img img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.section-contents02 .section-contents02__desc {
position: relative;
}
.section-contents02 .section-contents02__desc h2 {
font-size: 1.5rem;
font-weight: 700;
line-height: 1.6;
}
@media screen and (max-width: 991px) {
.section-contents02 .section-contents02__desc h2 {
font-size: 1.4rem;
margin-top: 40px;
}
}
.section-contents02 .section-contents02__desc p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.1rem;
padding: 50px 0 30px;
line-height: 1.8;
}
@media screen and (max-width: 991px) {
.section-contents02 .section-contents02__desc p {
padding: 30px 0 30px;
}
}
.section-contents02 .h3-icon {
position: absolute;
top: -30px;
right: -220px;
z-index: 5;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/h3-icon__aboutus_1.png);
width: 254px;
height: 274px;
background-size: 254px 274px;
background-repeat: no-repeat;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 991px) {
.section-contents02 .h3-icon {
top: -160px;
left: 10px;
width: 164px;
height: 174px;
background-size: 164px 174px;
}
}
.section-contents02 .h3-icon h3 {
text-align: center;
font-size: 1.4rem;
color: #112d8c;
font-weight: 700;
line-height: 1.4;
margin-top: 20px;
}
@media screen and (max-width: 991px) {
.section-contents02 .h3-icon h3 {
font-size: 1.1rem;
}
}
.section-contents02 .h3-icon__2 {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/h3-icon__aboutus_2.png);
}
.section-contents02 .h3-icon__3 {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/h3-icon__aboutus_3.png);
}
.section-contents02 .item-2 .h3-icon {
left: -230px;
}
@media screen and (max-width: 991px) {
.section-contents02 .item-2 .h3-icon {
top: -160px;
left: 10px;
width: 164px;
height: 174px;
background-size: 164px 174px;
}
} .csld-wrapper,
.blocks-gallery-grid.csld-wrapper {
max-width: 900px;
margin-top: -30px;
margin: 0 auto !important;
display:block !important;
}
.csld-wrapper .thumbnav.fixed-container,
.blocks-gallery-grid.csld-wrapper .thumbnav.fixed-container {
width: 108px;
height: 72px;
margin: 2px 6px;
}
.csld-wrapper .thumbnav.fixed-container .fit-cover,
.blocks-gallery-grid.csld-wrapper .thumbnav.fixed-container .fit-cover {
-o-object-fit: fill;
object-fit: fill;
}
.csld-wrapper .thumbnav.fixed-container img,
.blocks-gallery-grid.csld-wrapper .thumbnav.fixed-container img {
height: 72px;
}
.csld-content header {
position: static;
background: none;
}
#csld-2 .container,
#csld-1 .container {
padding-left: 0px !important;
padding-right: 0px !important;
padding-top: 66.7% !important;
margin-bottom: 0px !important;
}
#csld-2 .csld-img,
#csld-1 .csld-img {
background-size: cover !important;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.img-info {
padding: 0px !important;
background-color: rgba(35, 35, 35, 0.5) !important;
}
.img-title {
font-family: fot-tsukuardgothic-std, sans-serif;
padding: 24px 0 0px 22px;
margin: 0px 0 16px !important;
}
.img-caption {
padding: 0px 24px 24px;
}
.csld-thumbnav {
opacity: 0.94 !important;
padding: 20px 10px !important;
background: #fbfbfb !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.csld-thumbnav img {
width: 108px;
height: 72px;
}
#facility {
padding: 0 0 60px;
}
#facility h2 {
font-size: 1.6rem;
font-weight: 700;
color: #006fb9;
padding: 24px 36px;
border: 2px solid #abd7ef;
display: inline-block;
margin-bottom: 20px;
}
.btn-google:hover {
margin-top: -90px;
margin-left: 30px;
width: 150px;
height: 150px;
}
@media screen and (max-width: 1400px) {
.btn-google:hover {
margin-left: -10px;
}
}
.text-position {
text-align: center;
}
@media screen and (max-width: 900px) {
.text-position {
text-align: justify;
}
.-top_text-position{
text-align: center;
}
}
@media screen and (min-width: 1300px) {
br.ld {
display: none;
}
}
@media screen and (min-width: 1210px) {
br.sm {
display: none;
}
}
@media screen and (max-width: 900px) {
br.md {
display: none;
}
}
@media screen and (min-width: 768px) {
br.sp {
display: none;
}
}
@media screen and (max-width: 768px) {
br.pc {
display: none;
}
}
@media screen and (min-width: 900px) {
.slide_side_left {
opacity: 0;
-webkit-transition: all 500ms;
transition: all 500ms;
}
.slide_side_right {
opacity: 0;
-webkit-transition: all 500ms;
transition: all 500ms;
}
.slide_bottom01 {
opacity: 0;
-webkit-transform: translate(0, 35px);
transform: translate(0, 35px);
-webkit-transition: all 500ms;
transition: all 500ms;
}
.slide_bottom02 {
opacity: 0;
-webkit-transform: translate(0, 35px);
transform: translate(0, 35px);
-webkit-transition: all 1000ms;
transition: all 1000ms;
}
.slide_bottom03 {
opacity: 0;
-webkit-transform: translate(0, 35px);
transform: translate(0, 35px);
-webkit-transition: all 1500ms;
transition: all 1500ms;
}
.slide_bottom04 {
opacity: 0;
-webkit-transform: translate(0, 35px);
transform: translate(0, 35px);
-webkit-transition: all 2000ms;
transition: all 2000ms;
}
.slide_on {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@media screen and (max-width: 900px) {
br.pc {
display: none;
}
.notab {
display: none;
}
}
#header_logo_sp {
position: absolute;
display: none;
}
@media screen and (max-width: 991px) {
#header_logo_sp { width: 100%;
background-color: rgba(255, 255, 255, 0.9);
display: block;
position: absolute;  z-index: 10;
}
#header_logo_sp > a {
width: 100%;
display: block;
padding: 5px;
}
#header_logo_sp > a > img{
width: 60%;
}
.no-active {
display: none !important;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(20px) rotate(-45deg);
transform: translateY(20px) rotate(-45deg);
top: 0px;
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
top: 40px;
-webkit-transform: translateY(-20px) rotate(45deg);
transform: translateY(-20px) rotate(45deg);
}
.sp-foot {
position: fixed;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 72px;
z-index: 10;
}
.sp-foot-child {
width: 100%;
padding: 20px 0;
color: #fff;
text-align: center;
}
.sp-foot-child a {
font-family: fot-tsukuardgothic-std, sans-serif;
color: #fff;
font-size: 20px;
font-weight: bold;
position: relative;
padding-left: 40px;
}
.sp-foot-child a img {
position: absolute;
width: 30px;
height: auto;
left: 0;
top: 0;
}
.foot-mail a img {
top: 5px;
}
.foot-tel a img {
top: -5px;
}
.foot-tel {
background: #006fb9;
}
.foot-mail {
background: #112d8c;
}
@-webkit-keyframes spmenu {
from {
opacity: 0;
left: 20px;
}
to {
opacity: 1;
left: 0;
}
}
@keyframes spmenu {
from {
opacity: 0;
left: 20px;
}
to {
opacity: 1;
left: 0;
}
}
.sp-logo {
display: none !important;
-webkit-animation: spmenu 0.3s linear 0s;
animation: spmenu 0.3s linear 0s;
}
.sp-logo.active {
display: block !important;
position: fixed;
top: 0;
height: 65px;
background: #fff;
width: 100%;
padding: 7px;
vertical-align: middle;
-webkit-animation: spmenu 0.3s linear 0s;
animation: spmenu 0.3s linear 0s;
}
.sp-logo.active img {
max-height: 100%;
width: 80%;
}
#joinus_merit #merit_list h2 span {
font-size: 18px !important;
}
.justify-content-center {
margin-left: 0 !important;
margin-right: 0 !important;
}
.table_cells-2 {
width: 100% !important;
display: block !important;
}
#concept .concept_link {
width: 100% !important;
}
.frame_area {
margin: 0 !important;
}
#header_logo {
width: 80px !important;
padding: 10px;
}
#header_logo a {
cursor: pointer;
}
.bx-viewport {
min-height: 90vh;
}
.bx-viewport img {
width: 100%;
height: 100vh;
-o-object-fit: cover;
object-fit: cover;
}
footer {
padding: 15px !important;
padding-bottom: 60px !important;
}
.visual_comment {
position: relative;
padding-left: 10px;
padding-right: 10px;
width: 100% !important;
text-align: center;
}
.scroll-btn {
bottom: 80px;
}
#future .container {
background: none;
padding: 30px 0;
}
#future .container .offset-3 {
margin-left: 0;
}
#future .container .col-6 {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
max-width: 100%;
}
h2.charm::before, h2.charm::after {
background-image: none;
}
#front_menu {
text-align: center;
}
h2.charm {
font-size: 23px;
}
h2.charm.s-font {
font-size: 14px;
}
h2.charm::before {
font-size: 30px;
}
h2.charm::after {
font-size: 30px;
}
#top_topics .post, #top_case .post, #archive_posts .post {
height: auto !important;
}
.message_wrap .message_innner {
padding-left: 0 !important;
padding-right: 0 !important;
}
.pc_menu nav {
display: none;
-webkit-animation: spmenu 0.3s linear 0s;
animation: spmenu 0.3s linear 0s;
}
nav.active {
display: block;
width: 100%;
z-index: 1000000 !important;
position: fixed;
overflow-y: scroll !important;
top: 65px;
-webkit-animation: spmenu 0.3s linear 0s;
animation: spmenu 0.3s linear 0s;
}
header #header_logo {
background: none;
}
.message_wrap {
width: 100%;
display: block;
}
.message_wrap .message_innner {
margin: 0 24px;
padding: 40px 5%;
max-width: none;
}
#message_member .message_innner {
float: none;
}
}
#top_topics .category_list, #archive_posts .category_list {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
#top_topics .category_list ul, #archive_posts .category_list ul {
position: relative;
left: 50%;
float: left;
}
#top_topics .category_list ul li, #archive_posts .category_list ul li {
float: left;
position: relative;
left: -50%;
}
#top_topics .category_list ul li a, #archive_posts .category_list ul li a {
color: #6d6d6d;
background: #fff;
border: 1px solid #6d6d6d;
padding: 10px 20px;
font-size: 13.69px;
line-height: 1em;
border-radius: 24px;
display: block;
margin: 8px;
}
#top_topics .category_list ul li a.on, #top_topics .category_list ul li a:hover, #archive_posts .category_list ul li a.on, #archive_posts .category_list ul li a:hover {
color: #fff;
background: #37b7cc;
border: 1px solid #37b7cc;
}
#archive_posts {
padding: 20px 0 40px;
}
#archive_posts h2.charm::after, #archive_posts h2.charm::before {
top: -9px;
}
#contact-contents .bana_campaign {
width: 640px;
max-width: 90%;
position: relative;
padding: 0;
margin: -120px auto -350px auto;
z-index: 12;
}
#contact-contents .bana_campaign a {
display: block;
position: relative;
}
#contact-contents .othermenu {
position: relative;
padding: 72px 0 110px;
margin-bottom: -650px;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/contents_erea_bg.jpg) center top;
background-size: cover;
border: 3px solid #112d8c;
z-index: 12;
}
#contact-contents .inner-lg {
width: calc(100% - 160px);
max-width: 100%;
}
#contact-contents .inner {
width: 1080px;
max-width: calc(100% - 20px);
margin-left: auto;
margin-right: auto;
margin-top: 408px;
}
#contact-contents .othermenu::after {
content: "";
position: absolute;
height: 100px;
left: -3px;
right: -3px;
bottom: -50px;
background: #f6e3df url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/stripe_pink.jpg) center top -170px;
-webkit-transform: skewY(-3.5deg);
transform: skewY(-3.5deg);
border-top: 3px solid #112d8c;
z-index: 2;
}
#contact-contents .othermenu::before {
content: "";
display: block;
position: absolute;
top: -2px;
left: 3%;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/t_content.png) center no-repeat;
background-size: contain;
width: 271px;
height: 110px;
}
#contact-contents .contents-list {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
#contact-contents .contents-list .item {
padding: 0 10px;
margin-bottom: 24px;
display: block;
width: 50%;
}
#contact-contents .contents-list .item img {
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
@media screen and (min-width: 769px) {
#contact-contents .contents-list .item .contents-list-img:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
#contact-contents .contents-list .item .contents-list-img:hover .contents-btn::after {
-webkit-transition: all 0.2s;
transition: all 0.2s;
right: 23px;
}
#contact-contents .contents-list .item .contents-list-img:hover .contents-btn {
-webkit-transition: all 0.2s;
transition: all 0.2s;
background-color: black;
}
}
@media screen and (min-width: 1100px) {
#contact-contents .contents-list .item {
width: 25%;
}
}
#contact-contents .contents-list .item .contents-list-img {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s; }
#contact-contents .contents-list .item .contents-list-img p {
margin-bottom: 14px;
}
#contact-contents .contents-list .item .contents-btn {
padding: 14px;
position: relative;
display: block;
margin: 0 auto;
background-color: #112d8c;
line-height: 1em;
border-radius: 24px;
display: block;
max-width: 220px;
color: #fff;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
@media screen and (max-width: 769px) {
#contact-contents .contents-list .item .contents-btn {
font-size: .9rem;
}
}
#contact-contents .contents-list .item .contents-btn a {
cursor: pointer;
}
@media screen and (min-width: 1380px) {
#contact-contents .contents-list .item .contents-btn::after {
content: ''; display: inline-block; width: 11px; height: 27px; background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/arrow03-r.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
position: absolute;
top: 38%;
right: 26px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
}
#contact .container {
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
#contact .text-erea {
margin: 20px 20px 0;
}
#contact .text {
line-height: 2;
}
#contact .contact-tel {
margin: 24px 20px 20px 0;
}
#front_menu {
background: #f7f5f5;
color: #352c29;
padding: 20px 20px;
}
#front_menu .container {
border-bottom: 1px solid #221815;
}
#front_menu a {
display: block;
color: #352c29;
line-height: 1.6em;
}
@media screen and (min-width: 769px) {
#front_menu a::after {
content: "";
position: absolute;
display: inline-block;
left: 0;
right: 0;
bottom: 10px;
border-bottom: 2px solid #352c29;
-webkit-transform-origin: center left;
transform-origin: center left;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
}
#front_menu a:hover::after {
-webkit-transform: scale(0.25, 1);
transform: scale(0.25, 1);
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
}
}
#front_menu h2 {
font-size: 16px;
text-align: center;
border: 2px solid #352c29;
padding: 8px 24px;
margin: 16px 0;
display: inline-block;
}
#front_menu ul {
position: relative;
list-style-type: none;
margin: 6px 0 0 0;
}
#front_menu ul li {
position: relative;
line-height: 1em;
font-size: 14px;
padding-bottom: 16px;
}
.brisk-map {
width: 100%;
height: 450px;
} .page_content {
margin: 32px 0;
}
.page_content p {
line-height: 2.0em;
} #privacy {
padding: 0 0 210px;
}
#privacy .container {
padding-top: 50px;
padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
#privacy .offset-1 {
margin-left: 0;
}
#privacy .col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
#privacy p {
line-height: 2.2em;
font-family: "Noto Serif JP", serif;
font-size: 1.0em;
}
#privacy h2 {
font-family: "Noto Serif JP", serif;
font-size: 1.3em;
font-weight: bold;
color: #112d8c;
line-height: 42px;
margin: 60px 0 10px;
}
#privacy ul {
margin: 40px 24px 40px;
}
#privacy ul li {
list-style-type: decimal;
line-height: 2.4em;
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 0.9em;
} #pagenation {
position: relative;
overflow: hidden;
}
#pagenation .pagination {
clear: both;
padding: 20px 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 13px;
line-height: 16px;
}
#pagenation span, #pagenation a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 6px 9px 5px 9px;
text-decoration: none;
width: auto;
color: #fff;
background: #37b7cc;
}
#pagenation a:hover {
background: #fff;
color: #112d8c;
border: 1px solid #37b7cc;
}
#pagenation .current {
padding: 6px 9px 5px 9px;
background: #fff;
color: #112d8c;
border: 1px solid #37b7cc;
} #post_single .container {
margin: 40px auto;
}
@media screen and (min-width: 769px) {
#post_single .container {
padding: 40px;
}
}
#post_single .container h2 {
font-size: 1.74rem;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
margin: 24px 0;
line-height: 1.6em;
color: #555;
padding: 0 0 20px;
}
#post_single .container h2::after {
content: " ";
display: block;
border-bottom: 4px solid #37b7cc;
margin-top: 16px;
max-width: 590px;
}
#post_single .container h3, #post_single .container h4, #post_single .container h5, #post_single .container h6 {
font-family: "Noto Serif JP", serif;
font-size: 1.6em;
line-height: 1.6em;
color: #555;
}
#post_single .container h3 {
font-size: 1.6rem;
}
#post_single .container h4 {
font-size: 1.5rem;
}
#post_single .container p {
color: #555;
font-family: "Noto Sans JP", sans-serif;
line-height: 2.2em;
font-size: 18px;
margin-top: 18px;
}
#post_single .container p.has-small-font-size {
font-size: 85% !important;
}
#post_single .container p.has-medium-font-size {
font-size: 120% !important;
}
#post_single .container p.has-large-font-size {
font-size: 150% !important;
}
#post_single .container p.has-huge-font-size {
font-size: 200% !important;
}
#post_single .container p.time {
text-align: right;
color: #666;
font-size: 0.85em;
}
#post_single .container strong {
font-weight: bold;
}
#post_single .container table {
font-size: 94%;
width: 100%;
}
#post_single .container table th {
width: 10em;
padding: 0.4em 1em 0.4em .5em;
}
#post_single .container table tr {
font-size: 1.1rem;
border-bottom: 1px solid #7f7a7a;
}
#post_single .container .remarks {
margin-top: 36px;
}
#post_single .container .remarks .remarks_title {
font-size: .8rem;
font-family: "Noto Sans JP", sans-serif;
display: inline-block;
color: white;
background-color: #bbbbbb;
padding: 6px 8px;
}
#post_single .container .remarks p {
font-size: 90%;
color: #696969;
margin-top: 6px;
}
#post_single .paging {
outline: none;
padding: 0;
}
#post_single .paging .next a, #post_single .paging .prev a {
color: #6d6d6d;
display: block;
position: relative;
}
#post_single .paging .next a:hover, #post_single .paging .prev a:hover {
color: #37b44a;
}
#post_single .paging .next a {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/arrow-l.png) no-repeat;
background-size: 8px 13px;
background-position: left center;
padding-left: 24px;
}
#post_single .paging .prev a {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/arrow-r.png) no-repeat;
background-size: 8px 13px;
background-position: right center;
padding-right: 24px;
text-align: right;
} .footer-info {
background: #f4f4f4;
display: block;
}
.footer-info .row {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.footer-info .footer-info__left img.logo {
max-width: 320px;
width: 100%;
}
.footer-info .footer-info__left img.tel {
max-width: 300px;
width: 100%;
}
.footer-info .footer-info__right img {
max-width: 560px;
width: 100%;
}
.footer-info.section-erea {
padding: 40px 20px;
}
@media screen and (max-width: 768px) {
.footer-info.section-erea {
padding: 40px 0px;
}
} .footer-menu {
background: #fff;
color: #352c29;
padding: 20px 20px;
}
.footer-menu a {
display: block;
color: #352c29;
line-height: 1.6em;
font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
.footer-menu a::after {
content: "";
position: absolute;
display: inline-block;
left: 0;
right: 0;
bottom: 10px;
border-bottom: 2px solid #88dce5;
-webkit-transform-origin: center left;
transform-origin: center left;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
}
.footer-menu a:hover::after {
-webkit-transform: scale(0.25, 1);
transform: scale(0.25, 1);
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
}
}
.footer-menu h2 {
font-size: 1.3rem;
font-weight: 700;
margin: 16px 0;
display: inline-block;
}
.footer-menu ul {
position: relative;
list-style-type: none;
margin: 6px 0 0 0;
padding-left: 16px;
}
.footer-menu ul li {
position: relative;
line-height: 1em;
font-size: 1rem;
padding-bottom: 16px;
} footer {
background: #f7f5f5;
color: #221815;
font-size: 13px;
}
footer small {
font-size: .9rem;
font-family: "Noto Sans JP", sans-serif;
color: gray;
}
footer small a {
color: gray;
cursor: pointer;
}
footer small a:hover {
color: #112d8c;
}
#tocontact {
display: block;
position: fixed;
width: 65px;
height: 224px;
top: 30%;
right: -82px;
color: #fff;
z-index: 999999;
-webkit-transition: all .2s linear;
transition: all .2s linear;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/icon/contact.png) no-repeat;
}
@media screen and (max-width: 768px) {
#tocontact {
display: none;
}
}
a.tocontact_action:hover #tocontact {
top: 31%;
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/icon/contact_hover.png) no-repeat;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
#top_case .post h3 {
font-size: 16px;
}
#top_topics .post .post_img::before, #top_case .post .post_img::before, #archive_posts .post .post_img::before {
background-image: none;
}
#after {
background: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/wall_bg.jpg);
}
.after_contents {
max-width: 910px;
margin: 0 auto;
padding: 80px 20px 250px;
}
.after_contents .container {
background-color: #fff;
padding: 80px 100px;
border: 4px solid #112d8c;
}
@media screen and (max-width: 769px) {
.after_contents .container {
padding: 60px 20px;
}
}
.after_contents .container p {
font-family: "Noto Serif JP", serif;
line-height: 2.3;
color: #59281d;
} h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
.btn01::before,
.table01::after,
.box_apr::after,
.btn01::before,
.wp-block-dp-ex-blocks-colored-box::after,
.box_flow .flow dt > span::after,
.box_contact01,
.contact-waku,
.contact-flow,
.h2_title::after,
.text-center::after,
ul#menu-menu-2 > li::after,
ul#menu-menu-3 > li::after {
-webkit-transition: all 700ms cubic-bezier(1, 0.005, 0.09, 1);
transition: all 700ms cubic-bezier(1, 0.005, 0.09, 1);
}
#hover-contact.is-show,
#page-top.is-show,
#page-top {
-webkit-transition: all 0.7s 0.9s cubic-bezier(0.48, -0.18, 0.13, 1.25);
transition: all 0.7s 0.9s cubic-bezier(0.48, -0.18, 0.13, 1.25);
}
.tr-dray03::after {
-webkit-transition-delay: 0.3s !important;
transition-delay: 0.3s !important;
}
.tr-dray04::after {
-webkit-transition-delay: 0.4s !important;
transition-delay: 0.4s !important;
}
.h2_title h2 {
text-align: center;
font-family: "Noto Serif JP", serif;
font-size: 1.4rem;
font-weight: 100;
letter-spacing: 3px;
margin-bottom: 18px;
position: relative;
line-height: 1.6;
}
@media screen and (max-width: 768px) {
.h2_title h2 {
font-size: 24px;
}
}
.h2_title::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 4px;
background: #776a67;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: center top;
transform-origin: center top;
}
.h2_title.is-show::after {
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
}
.h3_title_02 h3 {
font-family: "Noto Serif JP", serif;
color: #9e7d43;
font-size: 26px;
letter-spacing: 2px;
line-height: 1.4;
position: relative;
}
.h3_title_02 h3::after {
position: absolute;
width: 0;
bottom: -14px;
left: 0;
content: "";
height: 3px;
background: #9e7d43;
}
.h3_title_02.is-show h3::after {
width: 30%;
} #div-tel {
padding: 0 20px;
max-width: 1400px;
margin: 0 auto;
}
.box_contact01 {
font-family: "Noto Serif JP", serif;
padding: 20px 5px 0px;
margin: 0px auto 2.0em auto;
width: 100%;
}
@media screen and (min-width: 800px) {
.box_contact01 {
margin: -20px auto 2.0em auto;
}
}
.box_contact01 p:first-child {
margin-bottom: 0em;
}
.box_contact01 p {
display: block;
}
@media screen and (min-width: 800px) {
.box_contact01.is-show {
width: 80%;
}
}
.contact-waku {
border: 5px solid #d5cdcd;
margin: 0 auto 20px auto;
width: 80%;
height: 40px;
}
@media screen and (max-width: 768px) {
.contact-waku {
width: 100%;
}
}
.contact-top {
border-bottom: none;
}
.contact-bottom {
border-top: none;
width: 100%;
}
@media screen and (min-width: 800px) {
.contact-waku.is-show {
width: 100%;
}
}
div.contact-flow {
max-width: 700px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
}
div.contact-flow ul.flow-list {
width: 100%;
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
div.contact-flow ul.flow-list li.flow-list-item {
width: 60px;
position: relative;
top: 3px;
z-index: 1;
font-size: .9rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
color: #d5cdcd;
}
div.contact-flow ul.flow-list li.flow-list-item.active {
color: #3b2929;
}
div.contact-flow ul.flow-list li.flow-list-item:before {
position: static;
content: "";
width: 10px;
height: 10px;
margin: 0 auto;
margin-bottom: 20px;
display: block;
background-color: #d5cdcd;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
}
div.contact-flow ul.flow-list li.flow-list-item.active:before {
background-color: #3b2929;
}
div.contact-flow.is-show {
max-width: 400px;
}
@media screen and (max-width: 800px) {
div.contact-flow.is-show {
max-width: 260px;
}
}
div.contact-flow:before {
content: "";
width: calc(100% - 50px);
height: 2px;
background-color: #d5cdcd;
position: absolute;
top: 7px;
left: 25px;
z-index: 0;
}
a.js_tel02 span.p_tel {
display: inline-block;
position: relative;
font-family: futura-pt, sans-serif;
font-weight: 700;
color: #112d8c;
font-size: 2.5em;
padding-left: 57px;
line-height: 1.5em;
margin-top: 20px;
}
a.js_tel02 span.p_tel::before {
content: "";
position: absolute;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/icon/icon_tel.png);
background-size: contain;
top: 10px;
left: 0;
width: 40px;
height: 40px;
}
a.js_tel02:hover {
text-decoration: none;
}
a.js_tel02:hover span.p_tel {
color: #e83835;
text-decoration: none;
}
body .inside-title span {
color: #3b2929;
border: 2px solid #3b2929;
background-color: #FFF;
padding: 8px 30px;
font-family: "fot-tsukubrdgothic-std", "sans-serif";
font-weight: 700;
}
@media screen and (max-width: 799px) {
body .inside-title span {
padding: 8px 30px;
}
}
body #div-tel h1.inside-title-contact::after {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/type_contact.png);
background-size: contain;
top: -85px;
left: calc(50% - 200px);
background-color: initial;
}
@media screen and (max-width: 799px) {
body #div-tel h1.inside-title-contact::after {
top: -50px;
}
}
body #div-tel h1.inside-title-contact.is-show::after {
top: -60px;
}
h1.inside-title,
h1.entry-title {
position: relative;
}
h1.inside-title span,
h1.entry-title span {
position: relative;
z-index: 2;
}
h1.inside-title::after,
h1.entry-title::after {
position: absolute;
content: "";
width: 190px;
height: 120px;
top: 0;
left: calc(50% - 220px);
-webkit-transition: all 1.1s .5s;
transition: all 1.1s .5s;
}
h1.inside-title.is-show::after,
h1.entry-title.is-show::after {
opacity: .2;
}
#div-tel h1.inside-title-contact::after {
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/img/type_contact.png);
background-size: contain;
top: -75px;
left: calc(50% - 200px);
background-color: initial;
}
@media screen and (max-width: 800px) {
#div-tel h1.inside-title-contact::after {
top: -60px;
}
}
#div-tel h1.inside-title-contact.is-show::after {
top: -60px;
} #mw_wp_form_mw-wp-form-31 {
border: 1px solid black;
margin-top: 70px;
}
#mw_wp_form_mw-wp-form-24 {
border: 1px solid black;
margin-top: 70px;
}
#contact_on {
padding-top: 30px !important;
}
#contact,
#contact-confirm,
#contact-complete,
#contact-err {
padding-top: 1.5em;
}
#contact_box {
padding: 40px;
margin: 40px auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
max-width: 820px;
}
@media screen and (max-width: 769px) {
#contact_box {
padding: 40px 10px;
}
}
#contact_box th {
display: block;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
padding: 5px 0;
}
#contact_box th .emphasis {
font-size: 14px;
color: #fff;
background: #e27d67;
width: 53px;
height: 28px;
line-height: 28px;
display: inline-block;
text-align: center;
margin-left: 14px;
}
#contact_box td {
display: block;
margin-bottom: 34px;
}
#contact_box input[name=zip],
#contact_box input[name=zip1] {
width: auto !important;
margin-bottom: 12px;
}
#contact_box input[type="text"],
#contact_box input[type="email"],
#contact_box textarea {
width: 100%;
}
#contact_box input[type="text"],
#contact_box input[type="email"],
#contact_box input[type="number"],
#contact_box input[type="url"],
#contact_box input[type="password"],
#contact_box input[type="date"],
#contact_box textarea {
background: #fffef0;
padding: 11px;
font-size: 16px;
border-radius: 6px;
border: 2px solid #cccccc;
width: 96%;
vertical-align: baseline;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
#contact_box input[type="text"]:focus,
#contact_box input[type="email"]:focus,
#contact_box input[type="number"]:focus,
#contact_box input[type="url"]:focus,
#contact_box input[type="password"]:focus,
#contact_box input[type="date"]:focus {
border-color: #ff816c;
}
@media screen and (min-width: 768px) {
#contact_box input[type="text"]:focus,
#contact_box input[type="email"]:focus,
#contact_box input[type="number"]:focus,
#contact_box input[type="url"]:focus,
#contact_box input[type="password"]:focus,
#contact_box input[type="date"]:focus {
width: 100%;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
}
#contact_box textarea:focus {
border-color: #ff816c;
}
#contact_box .mwform-tel-field input[type="text"],
#contact_box .mwform-zip-field input[type="text"] {
display: inline-block;
width: auto;
}
@media screen and (max-width: 769px) {
#contact_box .mwform-tel-field input[type="text"],
#contact_box .mwform-zip-field input[type="text"] {
width: 30%;
}
}
#contact_box .contact_bottom li {
text-align: center;
font-size: 17px;
padding: 16px 0 46px;
}
#contact_box .contact_bottom li a {
color: #50B5CC;
}
#contact_box .contact_bottom li a:hover {
color: #6d6d6d;
}
#contact_box #mw-wp-form-captcha {
text-align: center;
padding: 0 3% 2.0em 3%;
line-height: 2.5em;
}
#contact_box #mw-wp-form-captcha img {
margin-bottom: 10px;
border-radius: 10px;
width: 200px;
}
#contact_box #mw-wp-form-captcha input {
width: 200px;
height: 50px;
margin: 10px auto 0;
}
#contact_box div.contact_bottom div.item {
margin: 20px auto;
text-align: center;
}
@media screen and (min-width: 769px) {
#contact_box div.contact_bottom div.item {
width: 400px;
}
}
#contact_box div.contact_bottom div.item input[type="submit"] {
color: #fff;
background: #112d8c;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
width: 400px;
max-width: 326px;
width: 100%;
height: 50px;
border-radius: 30px;
font-weight: bold;
font-size: 20.17px;
font-family: fot-tsukuardgothic-std, sans-serif;
-webkit-box-shadow: #000 3px 3px 2px;
box-shadow: #000 3px 3px 2px;
-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
border: none;
letter-spacing: 0.06em;
margin: 25px 10px;
}
#contact_box div.contact_bottom div.item input[type="submit"]:hover {
background: #222222;
}
.radio {
padding: 15px 0;
}
.mw_wp_form .vertical-item {
float: left;
width: 50%;
margin-bottom: 10px;
}
.complete_message,
.wrap_top {
text-align: center;
}
.complete_message h4,
.wrap_top h4 {
position: relative;
text-align: center;
font-size: 22px;
color: #37b44a;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: bold;
padding-bottom: 20px;
display: table;
margin: 0 auto 20px;
}
#contact-err h4 {
position: relative;
text-align: center;
font-size: 22px;
color: #ff4848;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: bold;
padding-bottom: 20px;
display: table;
margin: 0 auto 20px;
} ul#menu-menu-2 > li, ul#menu-menu-3 > li {
position: relative;
}
ul#menu-menu-2 > li::after, ul#menu-menu-3 > li::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 4px;
background: #cf0217;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: center top;
transform-origin: center top;
}
ul#menu-menu-2 > li:hover::after, ul#menu-menu-3 > li:hover::after {
-webkit-transform: scale(0.6, 1);
transform: scale(0.6, 1);
}
ul#menu-menu-3 > li::after {
bottom: -17px;
}  @-webkit-keyframes zoomUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
}
@keyframes zoomUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
}
.carousel-item-img {
width: 100%;
-webkit-animation: zoomUp 10s linear 0s 1 normal both;
animation: zoomUp 10s linear 0s 1 normal both;
} .carousel {
padding-right: 46px;
}
.carousel-inner {
border-radius: 0 0 50px 0;
}
.carousel-item {
position: relative;
}
.carousel-caption {
position: absolute;
right: 60px;
text-align: right;
}
.carousel-caption img {
width: 25%;
height: 100%;
}
@media screen and (max-width: 1200px) {
.carousel-caption {
display: none;
}
}
.carousel-indicators {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
right: 16px;
bottom: 36px;
left: auto;
margin-right: 0;
margin-left: 0;
}
.carousel-indicators li {
width: 8px;
height: 8px;
background-color: #fff;
border-radius: 50%;
border: 2px solid #37b2da;
opacity: 1;
margin: 6px 0;
}
.carousel-indicators .active {
background-color: #37b2da;
}
.carousel,
.carousel-inner,
.carousel-item {
height: 400px;
}
img.carousel-item-img {
height: 400px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 768px) {
.carousel,
.carousel-inner,
.carousel-item {
height: 210px;
}
img.carousel-item-img {
height: 210px;
-o-object-fit: cover;
object-fit: cover;
}
}
.carousel-after__sp {
display: none;
}
.carousel-after__sp .container {
padding: 20px 20px;
}
@media screen and (max-width: 1200px) {
.carousel-after__sp {
display: block;
}
}
.carousel-after__sp h2 {
font-size: 1.4rem;
color: #000;
line-height: 1.6;
font-weight: 600;
} .carousel-after__sp p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.04rem;
font-weight: 600;
} #page-top.is-show {
bottom: 30px;
}
#page-top {
position: fixed;
display: block;
bottom: -100px;
right: 0;
margin-right: 24px;
z-index: 999;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media screen and (max-width: 900px) {
#page-top {
display: none;
}
}
#page-top .icon-pagetop {
position: relative;
background-color: #112d8c;
background-image: url(//kinoshita-eye.com/wp-content/themes/kinoshita/images/icon/icon_totop.png);
background-size: 28px 28px;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.icon-circle {
width: 60px;
height: 60px;
border-radius: 50%;
}
#page-top .icon-pagetop a {
display: block;
width: 100%;
height: 100%;
}
#page-top .icon-pagetop:hover {
background-color: #333;
-webkit-transition: 0.4s;
transition: 0.4s;
} .arc_mrg{
margin-bottom: 1.5em;
}
.arc_flx{
margin-top: 0.5em;
}
.arc_h3{
margin: 0 !important;
}
.arc_content{
margin-top: 4px !important;
}
.arc_content_top{
margin-top: 4px !important;
} .wp-block-gallery-1{
display: none !important;
} :root{
--content-gutter: 6vw;
--font-15: 14px;
--color-white: #fff;
--font-en: "fot-tsukuardgothic-std",sans-serif;
}
@media (min-width: 960px) {
:root{
--font-15: 15px;
}
}
.headline {
position: relative;
z-index: 1;
height: 60px;
}
.headline > .inner {
position: absolute;
inset: auto auto 75px calc(var(--content-gutter) / 2);
width: min(80vw, 900px);
height: 100%;
}
.home-headline {
display: flex;
font-size: var(--font-15);
color: var(--color-white);
height: 100%;
}
.home-headline > .header-topics {
flex: 0 0 auto;
display: grid;
place-items: center;
width: 12em !important;
height: 100%;
border-right: 1px solid var(--color-white) !important;
font-family: var(--font-en);
letter-spacing: 0.2em;
text-indent: 0.2em;
background: #006EB9 !important;
border-radius: 30px 0px 0 30px;
}
.home-headline > .header-topics > .heading{
font-weight: bold;
}
.home-headline > .body {
flex: 1 1 0%;
overflow: hidden;
background: #006EB9 !important;
border-radius: 0 30px 30px 0;
position: relative;
height: 100%;
}
.topics-wrapper{
overflow: hidden;
width: 100%;
height: 100%;
}
#topicsScroller {
display: flex;
position: absolute;
top: 0;
left: 0;
height: 100%;  }
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
} .home-headline > .body > .topics-wrapper > #topicsScroller > .item {
flex: 0 0 auto;
padding: 1.2em 17em;
white-space: nowrap;
display: flex;
align-items: center;
}
.home-headline-link {
display: inline-flex;
-moz-column-gap: 1em;
column-gap: 1em;
align-items: baseline;
color: var(--color-white);
transition: all .3;
}
.home-headline-link > .date {
letter-spacing: 0.06em;
}
.home-headline-link:hover{
color: var(--color-white);
opacity: .65;
}
@media (max-width:960px) {
.headline > .inner{
width: 90%;
}
}
@media (max-width:767px) {
.headline {
position: unset;
}
.headline > .inner{
inset: unset;
width: 100%;
height: auto;
}
.home-headline {
height: 60px;
}
.home-headline > .header-topics,
.home-headline > .body {
border-radius: 0;
}
.home-headline > .header-topics {
width: 8em !important;
}
.home-headline > .body > .topics-wrapper > #topicsScroller > .item {
padding: 1.2em 10em;
}
.container.-mg{
margin-top: 50px;
}
} .stm-card {
padding: 50px 1em;
}
.stm-card > .inner {
max-width: 1150px;
margin: 0 auto;
border: 1px solid #B7B7EA;
border-radius: 10px;
padding: 40px 45px;
}
.stm-card > .inner > .txt {
text-align: center;
margin-bottom: 40px;
}
.stm-card > .inner > .txt > h2 {
font-size: 18px;
line-height: 1.6;
margin: 0;
font-family: var(--font-en);
font-weight: 500;
}
.stm-card > .inner > .flx > ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.stm-card > .inner > .flx > ul > li {
width: calc(50% - 25px);
margin-bottom: 37px;
}
.stm-card > .inner > .flx > ul > li > .ttl {
background-color: #0066cc;
color: #ffffff;
padding: 10px;
text-align: center;
margin-bottom: 20px;
}
.stm-card > .inner > .flx > ul > li > .ttl > p {
margin: 0;
font-size: 16px;
}
.stm-card > .inner > .flx > ul > li > img {
width: 100%;
height: auto;
display: block;
}
@media (max-width: 560px) {
.stm-card > .inner {
padding: 20px;
}
.stm-card > .inner > .txt {
margin-bottom: 20px;
}
.stm-card > .inner > .flx > ul > li {
width: 100%;
margin-bottom: 30px;
}
}
html{
margin-top: 0 !important;
}