/* No CSS */ /*# sourceMappingURL=style.css.map */

/*
Theme Name: ts-shikaclinic
Description: 
Theme URI: https://www.ts-shikaclinic.com/
Version: 1.0
License: temps-tendre
License URI: https://www.ts-shikaclinic.com/
*/

/****************************************

リセットCSSここから

*****************************************/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  /* section img{
		width: auto;
		height: auto;
	} */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
  min-width: 1200px;
  min-height: 100%;
  position: relative;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
  body {
    min-width: initial;
  }
}

/****************************************

ページ共通

*****************************************/

#wrapper {
  float: none;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}



@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}


.inner {
  max-width: 1000px;
  margin: 0 auto;
}
/****************************************

フォント指定

*****************************************/

li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: 1.4rem;
  line-height: 1.7;
}

.mincho{
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: 500;
    color: #333;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}

/****************************************

リンク指定

*****************************************/

a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-treaderansition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
header{
  margin-bottom: 80px;
  padding: 0 70px;
}

@media screen and (max-width:767px){
  header{
  padding: 0 20px;
  margin-bottom: 30px;
}
}/*max-width:767px*/

header .header_content{
  display: flex;
  justify-content: space-between;
      left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1000px;
}

header .header_content h1 a{
  opacity: 1;
}

header .header_content_info{
  max-width: 244px;
  padding-top: 20px;
}

header .header_btn{
  background: #8AD5DB;
  color: #007bbb;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #048276;
  border-radius: 15px;
  padding: 2px 34px;
}

header .header_btn:hover{
  color: #78b0b4;
  text-decoration: underline;
  opacity: 1;
}

header .slider{
  position: relative;
}

header .slider img{
  position: absolute;
  content: '';
  top: 812px;
  right: 450px;
}

#g_navi ul{
  display: flex;
  justify-content: space-between;
}

#g_navi ul li ul li{
  width: 100%;
}
#g_navi ul li a{
  width: 100%;
}

.nav_wrap .on{
display: none;
}

#g_navi ul li a:hover .on{
display: block;
}
#g_navi ul li a:hover .none{
display: none;
}

header .header_logo a{
  opacity: 1;
}

@media screen and (max-width:767px){
  header{
  margin-bottom: 40px;
  border-top: 2px solid #48a092;
}

header .header_content{
  display: flex;
  justify-content: space-between;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    width: 100%;
}

header .header_content h1{
  max-width: 100px;
}

header .header_content h1 a{
  opacity: 1;
}

header .header_content_info{
  display: none;
}

header .header_btn{
  background: #8AD5DB;
  color: #007bbb;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #048276;
  border-radius: 15px;
  padding: 2px 34px;
}

header .header_btn:hover{
  color: #78b0b4;
  text-decoration: underline;
  opacity: 1;
}

header .slider{
  margin-top: 0;
  background: none;
  height: 0;
}

header .slider img{
  position: absolute;
  content: '';
  top: 75%;
  right: 0;
  max-width: 530px;
}
}/*max-width:767px*/

/****************************************

spヘッダー・spナビ

*****************************************/

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  header {
    display: block;
    width: 100%;
  }

  .header_logo_area {
    width: 50%;
    margin: 20% auto;
  }


  #toggle {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #666;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    -ms-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #079486;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #fff 1px solid;
    background-color: #048276;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fff;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
    #sp_navi .sub-menu li a:hover {
        color: #333;
        background: none;
    }
*/
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}

/****************************************

pc用 横ナビ

*****************************************/

@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}

#g_navi .menu:after {
  clear: both;
}
#g_navi .menu li {
  position: relative;
}
#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}
#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}
#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-direction: column;
  width: 100%;
}

#g_navi .menu li ul li{
    width: 100%;
    border-left: none !important;
    padding: 0;
    border-bottom:1px dotted #ccc;
}

#g_navi .menu li ul li:last-of-type{
  border-bottom: none;
}

#g_navi .menu li a:hover {
  color: #6a6260;
}
#g_navi .menu li ul li a {
  display: block;
  width: 100%;
  padding: 13px 2px;
  border-top: 1px solid #fcf9f3;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  color: #231800;
  font-weight: normal;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

#g_navi .menu li ul li a:hover {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
      color: #55A293;
      text-decoration: underline 1px solid #55A293;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/

/* TOPキービジュアル */

@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}

/* 下層キービジュアル*/
#teaser{
  width: 100%;
    height: 400px;
    background: url(images/teaser01.jpg)center center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}





.teaser_txt img{
  text-align: center;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width:767px){
  #teaser{
    height: 200px;
}

.teaser_txt img{
  height: 50px;
  width: auto;
    transform: translate(-50%,-70%);
}
}/*max-width:767px*/

@media screen and (max-width:1500px){
  #teaser .teaser_txt img{
    top: 70%;
}
}/*max-width:1500px*/

/****************************************

content 共通設定

*****************************************/

#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
}

.breadcrumb {
  max-width: 1040px;
  margin: 0 auto;
  padding: 2px 0;
  text-align: left;
}

.breadcrumb p {
  color: #999999;
  font-size: 1.2rem;
}
.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #999999;
  text-decoration: underline;
}
.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width:767px){
  .breadcrumb_area {
  width: 100%;
  margin: 25px auto 40px;
  text-align: left;
}
}/*max-width:767px*/

/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #55A293;
  margin-top: 50px;
  position: relative;
  font-size: 1.4rem;
}
.btn_box02 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #55A293;
  margin-top: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.btn_box03 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #55A293;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
.btn_box04 a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #55A293;
  position: relative;
  font-size: 1.4rem;
}
.btn_box01 a:hover {
  opacity: 0.7;
}
.btn_box02 a:hover {
  opacity: 0.7;
}
.btn_box03 a:hover {
  opacity: 0.7;
}
.btn_box04 a:hover {
  opacity: 0.7;
}
.btn_box05 a:hover {
  opacity: 0.7;
}
.btn_box01 a img {
  width: 100%;
  height: auto;
}

/****************************************

contentトップ用

*****************************************/


/*1カラム*/

.top_box01{
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #eaf6f6 0%, #eaf6f6 50%);
  width: 100%;
  height: 420px;
}

.top_box01 .top_box01_wrap{
  display: flex;
  justify-content: space-between;
}

.top_box01 .top_box01_wrap .top_box01_bnr01{
  background: url(images/t_bnr01.png)no-repeat;
  width: 320px;
  height: 340px;
}

.top_box01 .top_box01_wrap .top_box01_bnr01:hover{
  background: url(images/t_bnr01_on.png)no-repeat;
}

.top_box01 .top_box01_wrap .top_box01_bnr01 a{
  display: block;
  width: 320px;
  height: 340px;
}

.top_box01 .top_box01_wrap .top_box01_bnr02{
  background: url(images/t_bnr02.png)no-repeat;
  width: 320px;
  height: 340px;
}

.top_box01 .top_box01_wrap .top_box01_bnr02:hover{
  background: url(images/t_bnr02_on.png)no-repeat;
}

.top_box01 .top_box01_wrap .top_box01_bnr02 a{
  display: block;
  width: 320px;
  height: 340px;
}

.top_box01 .top_box01_wrap .top_box01_bnr03{
  background: url(images/t_bnr03.png)no-repeat;
  width: 320px;
  height: 340px;
}

.top_box01 .top_box01_wrap .top_box01_bnr03:hover{
  background: url(images/t_bnr03_on.png)no-repeat;
}

.top_box01 .top_box01_wrap .top_box01_bnr03 a{
  display: block;
  width: 320px;
  height: 340px;
}

@media screen and (max-width:767px){
  .top_box01{
    background: none;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.top_box01 .top_box01_wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top_box01 .top_box01_wrap .top_box01_bnr01{
  background: url(images/t_bnr01.png)no-repeat;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 20px;
}

.top_box01 .top_box01_wrap .top_box01_bnr01:hover{
  background: url(images/t_bnr01_on.png)no-repeat;
}

.top_box01 .top_box01_wrap .top_box01_bnr01 a{
  display: block;
}

.top_box01 .top_box01_wrap .top_box01_bnr02{
  background: url(images/t_bnr02.png)no-repeat;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 20px;
}

.top_box01 .top_box01_wrap .top_box01_bnr02:hover{
  background: url(images/t_bnr02_on.png)no-repeat;
}

.top_box01 .top_box01_wrap .top_box01_bnr02 a{
  display: block;
  width: 320px;
  height: 340px;
}

.top_box01 .top_box01_wrap .top_box01_bnr03{
  background: url(images/t_bnr03.png)no-repeat;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

.top_box01 .top_box01_wrap .top_box01_bnr03:hover{
  background: url(images/t_bnr03_on.png)no-repeat;
}

.top_box01 .top_box01_wrap .top_box01_bnr03 a{
  display: block;
  width: 320px;
  height: 340px;
}
}/*max-width:767px*/

/*2カラム*/

.top_box02{
  background: url(images/t_top_bg02.jpg) center center no-repeat;
  height: 600px;
}

.top_box02 .top_box02_wrap{
  width: 1000px;
  margin: 0 auto;
}

.top_box02 .top_box02_content{
  width: 410px;
  margin-right: auto;
  padding-top: 120px;
}

.top_box02 .top_box02_content h2{
  color: #54A192;
  line-height: 1.5;
  font-size: 2.7rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  position: relative;
  margin-bottom: 40px;
}

.top_box02 .top_box02_content h2::after{
  background: url(images/t_title_text01.png)no-repeat;
  width: 129px;
  height: 10px;
  left: 0;
  top: -30px;
  position: absolute;
  content: '';
}

.top_box02 .top_box02_content p{
  text-align: justify;
  margin-bottom: 40px;
}

.top_box02 .top_box02_content .top_box02_btn{
  background: url(images/t_btn01.png)no-repeat;
  width: 241px;
  height: 43px;
}

.top_box02 .top_box02_content .top_box02_btn:hover{
  background: url(images/t_btn01_on.png)no-repeat;
}

.top_box02 .top_box02_content .top_box02_btn a{
  display: block;
  width: 241px;
  height: 43px;
}

@media screen and (max-width:767px){
  .top_box02{
  background: url(images/t_top_bg02.jpg) center center no-repeat;
  height: auto;
  background-size: cover;
  padding-bottom: 10px;
}

.top_box02 .top_box02_wrap{
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.top_box02 .top_box02_content{
  width: 100%;
  display: block;
  margin-right: 0;
  padding-top: 80px;
}

.top_box02 .top_box02_content h2{
  color: #54A192;
  line-height: 1.5;
  font-size: 2.7rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  position: relative;
  margin-bottom: 30px;
}


.top_box02 .top_box02_content h2::after{
  background: url(images/t_title_text01.png)no-repeat;
  width: 129px;
  height: 10px;
  left: 0%;
  top: -30px;
  position: absolute;
  content: '';
}

.top_box02 .top_box02_content p{
  text-align: justify;
  margin-bottom: 30px;
}

.top_box02 .top_box02_content .top_box02_btn{
  margin: 0 auto 40px;
  background: url(images/t_btn01.png)no-repeat;
  max-width: 241px;
  width: 100%;
}

.top_box02 .top_box02_content .top_box02_btn:hover{
  background: url(images/t_btn01_on.png)no-repeat;
}

.top_box02 .top_box02_content .top_box02_btn a{
  display: block;
  width: 241px;
  height: 43px;
}
}/*max-width:767px*/

/*3カラム*/

.top_box03{
  background: linear-gradient(180deg, #eaf6f6 50%, #eaf6f6 80%, #fff 0%, #fff 20%);
  width: 100%;
  height: 420px;
  margin-bottom: 10px;
}

.top_box03 .top_box03_wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}

.top_box03 .top_box03_wrap h2{
  color: #53A092;
  line-height: 1.5;
  font-size: 2.7rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  position: relative;
  margin-bottom: 40px;
  padding-top: 35px;
}

.top_box03 .top_box03_wrap h2::after{
  position: absolute;
  content: '';
  background: url(images/t_title_text02.png)no-repeat;
  width: 96px;
  height: 10px;
  left: 0;
  top: 0;
}

.top_box03 .top_box03_wrap .top_box03_btn{
  margin-top: 180px;
  background: url(images/t_btn02.png)no-repeat;
  width: 121px;
  height: 121px;
}

.top_box03 .top_box03_wrap .top_box03_btn:hover{
  background: url(images/t_btn02_on.png)no-repeat;
}

.top_box03 .top_box03_wrap .top_box03_btn:hover a{
  display: block;
  width: 121px;
  height: 121px;
}

@media screen and (max-width:767px){
  .top_box03{
    background: #eaf6f6;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-bottom: 100px;
}

.top_box03 .top_box03_wrap{
  flex-direction: column;
  padding-top: 100px;
}

.top_box03 .top_box03_wrap h2{
  color: #53A092;
  line-height: 1.5;
  font-size: 2.7rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  position: relative;
  margin-bottom: 0;
  padding-top: 10px;
}

.top_box03 .top_box03_wrap h2::after{
  position: absolute;
  content: '';
  background: url(images/t_title_text02.png)no-repeat;
  width: 96px;
  height: 10px;
  left: 0;
  top: -30px;
}

.top_box03 .top_box03_wrap .top_box03_btn{
  margin-top: 20px;
  background: url(images/t_btn02.png)no-repeat;
  width: 121px;
  height: 121px;
  display: none;
  background: none;
  margin: 20px auto 0;
}

.top_box03 .top_box03_wrap .top_box03_btn:hover{
  background: url(images/t_btn02_on.png)no-repeat;
}

.top_box03 .top_box03_wrap .top_box03_btn:hover a{
  display: block;
  width: 121px;
  height: 121px;
}



}/*max-width:767px*/

/*4カラム*/

.top_box_wrap{
  background: url(images/t_top_bg03.jpg) top center no-repeat;
  margin-bottom: 60px;
}

.top_box04 .top_box04_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top_box04 .top_box04_content{
  width: 505px;
  padding-top: 40px;
  margin-right: 45px;
}

.top_box04 .top_box04_content h2{
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  font-size: 2.7rem;
  line-height: 1.5;
  color: #53A092;
  position: relative;
  margin-bottom: 130px;
}

.top_box04 .top_box04_content h2::after{
  position: absolute;
  content: '';
  background: url(images/t_title_text03.png)no-repeat;
  width: 150px;
  height: 10px;
  left: 0;
  top: -40px;
}

.top_box04 .top_box04_content p{
  text-align: justify;
}

.top_box05 .top_box05_wrap{
  display: flex;
  justify-content: space-between;
}

.top_box05 .top_box05_content{
  width: 450px;
  padding-top: 120px;
  margin-left: 45px;
  margin-bottom: 90px;
}

.top_box05 .top_box05_content h2{
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  font-size: 2.7rem;
  line-height: 1.5;
  color: #53A092;
  position: relative;
  margin-bottom: 120px;
}

.top_box05 .top_box05_content h2::after{
  position: absolute;
  content: '';
  background: url(images/t_title_text04.png)no-repeat;
  width: 146px;
  height: 10px;
  left: 0;
  top: -40px;
}

.top_box05 .top_box05_content p{
  text-align: justify;
}


@media screen and (max-width:767px){
  .top_box_wrap{
  background: none;
  margin-bottom: 40px;
}

.top_box04 .top_box04_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-direction: column-reverse;
}

.top_box04 .top_box04_content{
  width: 100%;
  padding-top: 40px;
  margin-right: 45px;
  margin-bottom: 30px;
}

.top_box04 .top_box04_content h2{
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  font-size: 2.7rem;
  line-height: 1.5;
  color: #53A092;
  position: relative;
  margin-bottom: 30px;
}

.top_box04 .top_box04_content h2::after{
  position: absolute;
  content: '';
  background: url(images/t_title_text03.png)no-repeat;
  width: 150px;
  height: 10px;
  left: 0;
  top: -40px;
}

.top_box04 .top_box04_content p{
  text-align: justify;
}

.top_box04 .top_box04_wrap figure{
  margin: 0 auto;
}

.top_box04 .top_box04_wrap figure img{
  max-width: 400px;
}

.top_box05 .top_box05_wrap{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.top_box05 .top_box05_content{
  width: 100%;
  padding-top: 40px;
  margin-left: 0;
  margin-bottom: 30px;
}

.top_box05 .top_box05_content h2{
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  font-size: 2.7rem;
  line-height: 1.5;
  color: #53A092;
  position: relative;
  margin-bottom: 30px;
}

.top_box05 .top_box05_content h2::after{
  position: absolute;
  content: '';
  background: url(images/t_title_text04.png)no-repeat;
  width: 146px;
  height: 10px;
  left: 0;
  top: -40px;
}

.top_box05 .top_box05_content p{
  text-align: justify;
}

.top_box05 .top_box05_wrap figure{
  margin: 0 auto;
}

.top_box05 .top_box05_wrap figure img{
  max-width: 400px;
}

}/*max-width:767px*/

/*5カラム*/

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

.top_box_content .top_box06{
  background: url(images/t_bnr04.png)no-repeat;
  width: 560px;
  height: 100%;
  margin-left: 80px;
}

.top_box_content .top_box06:hover{
  background: url(images/t_bnr04_on.png)no-repeat;
}

.top_box_content .top_box06 a{
  display: block;
  width: 560px;
  height: 180px;
}

@media screen and (max-width:767px){
  .top_box_content .top_box06 a{
  display: block;
  width: 560px;
  height: 100%;
}
}/*max-width:767px*/

.top_box_content .to_top{
  background: url(images/pagetop.png)no-repeat;
  width: 102px;
  height: 102px;
  margin: auto 0;
}

.top_box_content .to_top:hover{
  background: url(images/pagetop_on.png)no-repeat;
}

.top_box_content .to_top a{
  display: block;
  width: 102px;
  height: 102px;
}

@media screen and (max-width:767px){
  .top_box_content{
  flex-direction: column;
}

.top_box_content .top_box06{
  background: url(images/t_bnr04.png) center center no-repeat;
  background-size: cover;
  max-width: 560px;
  width: 100%;
  height: 100px;
  margin-left: 0;
  margin: 0 auto 20px;
}

.top_box_content .top_box06:hover{
  background: url(images/t_bnr04_on.png) center center no-repeat;
  background-size: cover;
}

.top_box_content .top_box06 a{
  display: block;
  width: 100%;
}

.top_box_content .to_top{
  height: 0;
}

.top_box_content .to_top:hover{
  background: url(images/pagetop_on.png)no-repeat;
}

.top_box_content .to_top a{
  display: block;
  width: 0;
  height: 0;
}
}/*max-width:767px*/

/****************************************

content下層用

*****************************************/

/* 全ページ共通　フレックスボックス*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_c {
  display: flex;
  justify-content: center;
}
.flex_n {
  display: flex;
}
.flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.txt360{
  width: 360px;
}
.txt480 {
  width: 480px;
}
.txt500 {
  width: 500px;
}
.txt510 {
  width: 510px;
}
.txt530 {
  width: 530px;
}
.txt560 {
  width: 560px;
}
.txt600{
  width: 600px;
}
.txt660{
  width: 660px;
}
.txt690 {
  width: 690px;
}

.green_bg {
  padding: 40px;
  background-color: #f2f5f2;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    flex-direction: column;
  }
}

/*=========================================================
下層共通(aside)
==================================================================*/
.aside_box01{
  background: none;
  margin-bottom: 50px;
}

.aside_box01 .aside_box01_wrap{
  display: flex;
  justify-content: space-between;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr01{
  background: url(images/t_bnr01.png)no-repeat;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr01:hover{
  background: url(images/t_bnr01_on.png)no-repeat;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr01 a{
  display: block;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr02{
  background: url(images/t_bnr02.png)no-repeat;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr02:hover{
  background: url(images/t_bnr02_on.png)no-repeat;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr02 a{
  display: block;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr03{
  background: url(images/t_bnr03.png)no-repeat;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr03:hover{
  background: url(images/t_bnr03_on.png)no-repeat;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr03 a{
  display: block;
  width: 320px;
  height: 340px;
}

.aside_to_top{
  background: url(images/pagetop.png)center center no-repeat;
  width: 102px;
  height: 102px;
  margin: 0 auto;
}

.aside_to_top:hover{
  background: url(images/pagetop_on.png);
}

.aside_to_top a{
  display: block;
  width: 102px;
  height: 102px;
}

@media screen and (max-width:767px){
  .aside_box01{
  background: none;
  margin-bottom: 20px;
}

.aside_box01 .aside_box01_wrap{
  flex-direction: column;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr01{
  background: url(images/t_bnr01.png)no-repeat;
  width: 320px;
  height: 340px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr01:hover{
  background: url(images/t_bnr01_on.png)no-repeat;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr01 a{
  display: block;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr02{
  background: url(images/t_bnr02.png)no-repeat;
  width: 320px;
  height: 340px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr02:hover{
  background: url(images/t_bnr02_on.png)no-repeat;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr02 a{
  display: block;
  width: 320px;
  height: 340px;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr03{
  background: url(images/t_bnr03.png)no-repeat;
  width: 320px;
  height: 340px;
  margin: 0 auto;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr03:hover{
  background: url(images/t_bnr03_on.png)no-repeat;
}

.aside_box01 .aside_box01_wrap .aside_box01_bnr03 a{
  display: block;
  width: 320px;
  height: 340px;
}

.aside_to_top{
  background: url(images/pagetop.png)center center no-repeat;
  width: 102px;
  height: 102px;
  margin: 0 auto 20px;
}

.aside_to_top:hover{
  background: url(images/pagetop_on.png);
}

.aside_to_top a{
  display: block;
  width: 102px;
  height: 102px;
}
}/*max-width:767px*/

/*=========================================================
T's歯科クリニックについて(about)
==================================================================*/
.under_header{
  border-top: 5px solid #079486;
  margin-bottom: 0;
}

.under_header .header_content_info p{
  color: #999999;
  font-size: 1.3rem;
  line-height: 1;
}

.header_wrap{
  position: relative;
}

.teaser{
  background: url(images/teaser.jpg)center bottom no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
}

.teaser01{
  background: url(images/medical_t_bg.jpg)center bottom no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
}

.teaser02{
  background: url(images/gallery_t_bg.jpg)center bottom no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
}

.teaser03{
  background: url(images/info_t_bg.jpg)center bottom no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
}

.teaser04{
  background: url(images/contact_t_bg.jpg)center bottom no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
}

.under01_img{
  position: absolute;
  bottom: -30px;
  right: calc((100% - 1080px) / 2);

}

.about_box01{
  margin-bottom: 50px;
}

.about_box01 .about_box01_content p{
  max-width: 605px;
  text-align: justify;
}

.about_box01 .about_box01_content p span{
  color: #D80000;
}


.about_box02 .about_box02_tit{
  font-size: 3.2rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  text-align: center;
  color: #53A092;
  position: relative;
  margin-bottom: 50px;
}

.about_box02 .about_box02_tit:after{
  position: absolute;
  content: '';
  background: url(images/about_title_text02.png)no-repeat;
  width: 68px;
  height: 10px;
  bottom: -8px;
  right: 465px;
}

.about_box02 .about_box02_content{
  margin-bottom: 60px;
}

.about_box02 .about_box02_content .content_left{
  max-width: 460px;
  margin: 0 auto;
}

.about_box02 .about_box02_content .content_left figure{
  margin-bottom: 10px;
}

.about_box02 .about_box02_content .content_right{
  max-width: 460px;
  margin: 0 auto;
}

.about_box02 .about_box02_content .content_right figure{
  margin-bottom: 10px;
}

.about_box02 .content_bottom_txt{
  font-size: 3.2rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  text-align: center;
  color: #53A092;
  position: relative;
  margin-bottom: 70px;
}

.about_box02 .content_bottom_txt::after{
  position: absolute;
  content: '';
  background: url(images/about_text01.png)no-repeat;
  width: 454px;
  height: 16px;
  top: -15px;
  right: 270px;
}

.about_box02 h3{
  margin-bottom: 50px;
}


.about_box03{
  background: url(images/about_bg01.jpg)top center no-repeat;
  margin-bottom: 10px;
}

.about_box03 .about_box03_tit img{
  margin-top: 220px;
  margin-left: 400px;
}

.about_box03 p{
  max-width: 550px;
  text-align: justify;
  margin-left: 400px;
  margin-top: 10px;
  padding-bottom: 140px;
}

.about_box04{
  background: url(images/about_bg02.jpg)top center no-repeat;
  margin-bottom: 70px;
  padding-bottom: 100px;
}

.about_box04 .about_box04_tit img{
  margin-top: 40px;
  margin-left: 100px;
  margin-bottom: 20px;
}

.about_box04 p{
  max-width: 515px;
  margin-left: 80px;
}

.about_box05{
  margin-bottom: 70px;
}

.about_box05 .content_left{
  max-width: 460px;
  margin: 0 auto;
}

.about_box05 .content_left figure{
  margin-bottom: 10px;
}

.about_box05 .content_right{
  max-width: 460px;
  margin: 0 auto;
}
.about_box05 .content_right figure{
  margin-bottom: 10px;
}

.about_box05 h4{
  margin-bottom: 10px;
}

.about_box05 p{
  text-align: justify;
}

.about_box02 .about_box02_content .content_left_txt{
  text-align: left;
}

.about_box02 .about_box02_content .content_right_txt{
  text-align: left;
}

.about_box04 .about_box04_tit{
  text-align: left;
}

@media screen and (max-width:767px){
  .under_header{
  border-top: 5px solid #079486;
}

.under_header .header_content_info p{
  color: #999999;
  font-size: 1.3rem;
  line-height: 1;
}

.teaser{
  background: url(images/teaser.jpg)left -150px center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 180px;
  margin: 60px auto 0;
  position: relative;
}

.teaser01{
  background: url(images/medical_t_bg.jpg)left -150px center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 180px;
  margin: 60px auto 0;
  position: relative;
}

.teaser02{
  background: url(images/gallery_t_bg.jpg)left -150px center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 180px;
  margin: 60px auto 0;
  position: relative;
}

.teaser03{
  background: url(images/info_t_bg.jpg)left -150px center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 180px;
  margin: 60px auto 0;
  position: relative;
}

.teaser04{
  background: url(images/contact_t_bg.jpg)left -150px center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 180px;
  margin: 60px auto 0;
  position: relative;
}

.teaser05{
  background: url(images/teaser.jpg)left -150px center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 180px;
  margin: 60px auto 0;
  position: relative;
}

.under01_img{
  position: absolute;
  content: '';
  display: block!important;
  display: none!important;
}

.about_box01{
  margin-bottom: 30px;
}


.about_box01 .about_box01_content figure{
  margin: 0 auto 20px;
}

.about_box01 .about_box01_content figure img{
  max-width: 328px;
  width: 100%;
}

.about_box01 .about_box01_content p{
  max-width: 605px;
  text-align: justify;
}

.about_box01 .about_box01_content p span{
  color: #D80000;
}

.about_box02 .about_box02_tit{
  font-size: 2.5rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  text-align: center;
  color: #53A092;
  position: relative;
  margin-bottom: 30px;
}

.about_box02 .about_box02_tit:after{
  position: absolute;
  content: '';
  background: url(images/about_title_text02.png)no-repeat;
  width: 68px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(50%);
}

.about_box02 .about_box02_content{
  margin-bottom: 40px;
}

.about_box02 .about_box02_content .content_left{
  max-width: 767px;
  margin: 0 auto;
}

.about_box02 .about_box02_content .content_left figure{
  margin: 0 auto;
  text-align: center;
}
.about_box02 .about_box02_content .content_left figure img{
  max-width: 460px;
}

.about_box02 .about_box02_content .content_left_txt{
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

.about_box02 .about_box02_content .content_left figure{
  margin-bottom: 10px;
}

.about_box02 .about_box02_content .content_right{
  max-width: 767px;
  margin: 0;
}

.about_box02 .about_box02_content .content_right_txt{
  text-align: left;
}

.about_box02 .about_box02_content .content_right_txt li{
  width: 100%;
}

.about_box02 .about_box02_content .content_right figure{
  margin: 0 auto 10px;
  text-align: center;
}

.about_box02 .about_box02_content .content_right figure img{
  max-width: 460px;
}

.about_box02 .content_bottom_txt{
  font-size: 2.5rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  text-align: left;
  color: #53A092;
  position: relative;
  margin-bottom: 30px;
}

.about_box02 .content_bottom_txt::after{
  position: absolute;
  content: '';
  background: url(images/about_text01.png)no-repeat;
  width: 454px;
  height: 16px;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}

.about_box02 h3{
  margin-bottom: 30px;
}


.about_box03{
  background: url(images/about_bg01.jpg)right center no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

.about_box03 .about_box03_tit img{
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 20px;
  max-width: 552px;
}

.about_box03 p{
  max-width: 767px;
  text-align: justify;
  margin-left: 0;
  margin-top: 10px;
  padding-bottom: 50px;
}

.about_box04{
  background: url(images/about_bg02.jpg)top center no-repeat;
  background-size: cover;
  margin: 0 auto 30px;
  padding-bottom: 0;
}

.about_box04 .about_box04_tit img{
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 20px;
  max-width: 456px;
}

.about_box04 p{
  max-width: 515px;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  text-align: left;
}

.about_box05{
  margin-bottom: 30px;
}

.about_box05 .content_left{
  max-width: 767px;
  margin: 0 auto 30px;
}

.about_box05 .content_left figure{
  margin-bottom: 10px;
  max-width: 460px;
}

.about_box05 .content_right{
  max-width: 767px;
  margin: 0 auto;
}
.about_box05 .content_right figure{
  margin-bottom: 10px;
  max-width: 460px;
}

.about_box05 h4{
  margin-bottom: 10px;
  text-align: left;
}

.about_box05 p{
  text-align: justify;
}
}/*max-width:767px*/

/*=========================================================
一般歯科(general)
==================================================================*/

.general_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.general_tit:after{
  position: absolute;
  content: '';
  background: url(images/general_title_text01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(50%);
}

.general_box01{
  margin-bottom: 50px;
}

.general_box01 .top_txt{
  text-align: center;
  margin-bottom: 30px;
}

.general_box01 h3{
  text-align: center;
  color: #53A092;
  font-size: 2.4rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  margin-bottom: 30px;
}

.general_box01 .general_box01_left{
  max-width: 484px;
}

.general_box01 .general_box01_left h4{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.general_box01 .general_box01_left h4::after{
  background: url(images/title_icon01.png)no-repeat;
  width: 21px;
  height: 21px;
}

.general_box01 .general_box01_left p{
  margin-bottom: 20px;
}

.general_box01 .general_box01_right{
  max-width: 484px;
}

.general_box01 .general_box01_right p{
  margin-bottom: 20px;
}

.general_box02 .general_box02_topcontent{
  margin-bottom: 50px;
}

.general_box02 .general_box02_topcontent p{
  max-width: 460px;
  margin: 0 auto;
}

.general_box02 .general_box02_middlecontent{
  margin-bottom: 30px;
}

.general_box02 .general_box02_bottomcontent p{
  margin-bottom: 20px;
}

.general_box02 .general_box02_bottomcontent{
  margin-bottom: 20px;
}

.general_box03 .general_box03_tit{
  background: url(images/general_title03.png)no-repeat;
  width: 1000px;
  height: 48px;
  margin-bottom: 30px;
}

.general_box03 p{
  margin-bottom: 20px;
}

.general_box03 h4{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.general_box04 .general_box04_topcontent{
  margin-bottom: 30px;
}

.general_box04 .general_box04_topcontent p{
  max-width: 510px;
  margin-bottom: 20px;
}

.general_box04 .general_box04_middlecontent figure{
  margin: 0 auto 30px;
}

.general_box04 .general_box04_bottomcontent{
  margin-bottom: 40px;
}

.general_box04 .general_box04_bottomcontent p{
  max-width: 464px;
}

.general_box05{
  margin-bottom: 40px;
}

.general_box05 h2{
  color: #489F92;
  font-size: 2.4rem;
  padding: 8px 0;
  text-align: center;
  border-bottom: solid 1px #489F92;
  border-top: solid 1px #489F92;
  margin-bottom: 20px;
}

.general_box05 .general_box05_content p{
  max-width: 506px;
  margin-top: 30px;
}

.general_box06{
  margin-bottom: 40px;
}

.general_box06 p{
  margin-bottom: 20px;
}

.general_box07{
  margin-bottom: 50px;
}

.general_box07 p{
  max-width: 505px;
}

.general_box08{
  margin-bottom: 50px;
}

.general_box08 p{
  max-width: 505px;
}

.general_box09{
  margin-bottom: 50px;
}

.general_box09 .general_box09_content{
  max-width: 505px;
  margin: auto 0;
}

.general_box09 .hosoku{
  font-size: 1.1rem;
}


@media screen and (max-width:767px){
  .general_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.general_box01{
  margin-bottom: 50px;
}

.general_box01 .top_txt{
  text-align: left;
  margin-bottom: 30px;
}

.general_box01 h3{
  text-align: left;
  color: #53A092;
  font-size: 2.4rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  margin-bottom: 30px;
}

.general_box01 .general_box01_left{
  max-width: 767px;
}

.general_box01 .general_box01_left figure{
  text-align: center;
  margin-bottom: 20px;
}

.general_box01 .general_box01_left figure img{
  max-width: 484px;
}

.general_box01 .general_box01_left h4{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.general_box01 .general_box01_left h4::after{
  background: url(images/title_icon01.png)no-repeat;
  width: 21px;
  height: 21px;
}

.general_box01 .general_box01_left p{
  margin-bottom: 20px;
}

.general_box01 .general_box01_right{
  max-width: 767px;
}

.general_box01 .general_box01_right figure{
  text-align: center;
  margin-bottom: 20px;
}

.general_box01 .general_box01_right figure img{
  max-width: 480px;
}

.general_box01 .general_box01_right p{
  margin-bottom: 20px;
}

.general_box02 .general_box02_topcontent{
  margin-bottom: 30px;
}

.general_box02 .general_box02_topcontent figure{
  text-align: center;
  margin-bottom: 20px;
}

.general_box02 .general_box02_topcontent figure img{
  max-width: 500px;
}

.general_box02 .general_box02_topcontent p{
  max-width: 460px;
  margin: auto;
}

.general_box02 .general_box02_middlecontent{
  margin-bottom: 30px;
}

.general_box02 .general_box02_middlecontent figure{
  text-align: center;
}

.general_box02 .general_box02_middlecontent figure img{
max-width: 500px;
}

.general_box02 .general_box02_bottomcontent{
  margin-bottom: 30px;
}

.general_box02 .general_box02_bottomcontent figure{
  text-align: center;
}

.general_box02 .general_box02_bottomcontent figure img{
  max-width: 450px;
}

.general_box02 .general_box02_bottomcontent p{
  margin-bottom: 20px;
}

.general_box03 .general_box03_tit{
  background: url(images/general_title03.png)no-repeat;
  width: 1000px;
  height: 48px;
  margin-bottom: 30px;
}

.general_box03 p{
  margin-bottom: 20px;
}

.general_box03 h4{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.general_box04 .general_box04_topcontent{
  margin-bottom: 30px;
}

.general_box04 .general_box04_topcontent figure{
text-align: center;
}

.general_box04 .general_box04_topcontent figure img{
  max-width: 450px;
}

.general_box04 .general_box04_topcontent p{
  max-width: 767px;
}

.general_box04 .general_box04_middlecontent figure{
  margin: 0 auto 30px;
}

.general_box04 .general_box04_bottomcontent{
  margin-bottom: 40px;
}

.general_box04 .general_box04_bottomcontent figure{
text-align: center;
margin-bottom: 20px;
}

.general_box04 .general_box04_bottomcontent figure img{
max-width: 500px;
}

.general_box04 .general_box04_bottomcontent p{
  max-width: 767px;
}

.general_box05{
  margin-bottom: 40px;
}

.general_box05 h2{
  color: #489F92;
  font-size: 2.4rem;
  padding: 8px 0;
  text-align: left;
  border-bottom: solid 1px #489F92;
  border-top: solid 1px #489F92;
  margin-bottom: 20px;
}

.general_box05 .general_box05_content figure{
text-align: center;
}

.general_box05 .general_box05_content figure img{
  max-width: 450px;
}

.general_box05 .general_box05_content p{
  max-width: 506px;
  margin-top: 30px;
}

.general_box06{
  margin-bottom: 40px;
}
.general_box06 figure{
  display: block;
  text-align: center;
}

.general_box06 figure img{
  max-width: 494px;
}

.general_box06 p{
  margin-bottom: 20px;
}

.general_box07{
  margin-bottom: 50px;
}

.general_box07 figure{
  text-align: center;
  margin-bottom: 20px;
}

.general_box07 figure img{
  max-width: 450px;
}

.general_box07 p{
  max-width: 505px;
}

.general_box08{
  margin-bottom: 50px;
}

.general_box08 figure{
  text-align: center;
  margin-bottom: 20px;
}

.general_box08 figure img{
  max-width: 450px;
}

.general_box08 p{
  max-width: 505px;
  margin: auto 0;
}

.general_box09{
  margin-bottom: 50px;
}

.general_box09 figure{
  text-align: center;
  margin-bottom: 20px;
}

.general_box09 figure img{
  max-width: 450px;
}

.general_box09 .general_box09_content{
  max-width: 505px;
  margin: auto 0;
}

.general_box09 .hosoku{
  font-size: 1.1rem;
}
}/*max-width:767px*/

/*=========================================================
小児歯科(child)
==================================================================*/
.child_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.child_tit:after{
  position: absolute;
  content: '';
  background: url(images/child_title_text01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(57%);
}

.child_box01{
  text-align: center;
  margin-bottom: 40px;
}

.child_box02{
  margin-bottom: 100px;
}


.child_box02 .child_box02_txt{
  margin-top: 30px;
  max-width: 520px;
}

.child_box03{
  background: url(images/medical_t_bg03.jpg) center center no-repeat;
  margin-bottom: 70px;
}

.child_box03 .child_box03_wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.child_box03 .child_box03_content{
  max-width: 515px;
  width: 100%;
  margin-left: 80px;
}

.child_box03 .child_box03_content img{
  width: 504px;
  height: 277px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.child_box03 p{
  padding-bottom: 50px;
}

@media screen and (max-width:767px){
  .child_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}


.child_box01{
  text-align: center;
  margin-bottom: 40px;
}

.child_box01 img{
  max-width: 626px;
}

.child_box02{
  margin-bottom: 40px;
}

.child_box02 figure{
  text-align: center;
}

.child_box02 figure img{
  max-width: 450px;
}

.child_box02 .child_box02_txt{
  margin-top: 30px;
  max-width: 767px;
}

.child_box03{
  background: url(images/medical_t_bg03.jpg) center center no-repeat;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 100px 0;
}

.child_box03 img{
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 20px;
  max-width: 504px;
}

.child_box03 p{
  text-align: left;
  max-width: 767px;
  margin-left: 0;
  padding: 0 10px;
}

.child_box03 .child_box03_content{
  max-width: 515px;
  width: 100%;
  margin: 0 auto;
}

.child_box03 .child_box03_content img{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
}/*max-width:767px*/

/*=========================================================
歯科口腔外科(oral)
==================================================================*/
.oral_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.oral_tit:after{
  position: absolute;
  content: '';
  background: url(images/oral_title_text01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(63%);
}

.oral_box01{
  text-align: center;
  margin-bottom: 40px;
}

.oral_box02{
  margin-bottom: 40px;
}

.oral_box02 .oral_box02_txt{
  max-width: 520px;
  margin-top: 30px;
}

.oral_box03{
  margin-bottom: 70px;
}

.oral_box03 .oral_box03_content{
  max-width: 520px;
  margin-top: 30px;
}

.oral_box03 .oral_box03_content p{
  margin-top: 30px;
}

@media screen and (max-width:767px){
  .oral_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.oral_tit:after{
  position: absolute;
  content: '';
  background: url(images/oral_title_text01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(63%);
}

.oral_box01{
  text-align: center;
  margin-bottom: 20px;
}

.oral_box01 img{
  max-width: 626px;
}

.oral_box02{
  margin-bottom: 40px;
}

.oral_box02 figure{
  text-align: center;
}

.oral_box02 figure img{
  max-width: 450px;
}

.oral_box02 .oral_box02_txt{
  max-width: 767px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.oral_box03{
  margin-bottom: 70px;
}

.oral_box03 figure{
  text-align: center;
}

.oral_box03 figure img{
  max-width: 450px;
}


.oral_box03 .oral_box03_content{
  max-width: 767px;
  margin-top: 30px;
}

.oral_box03 .oral_box03_content p{
  margin-top: 30px;
}
}/*max-width:767px*/

/*=========================================================

==================================================================*/






/*==============================================================
インフォメーション(info)
==================================================================*/
.info_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.info_tit:after{
  position: absolute;
  content: '';
  background: url(images/overview_title01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(75%);
}

.info_box01{
  margin-bottom: 50px;
}

.info_box01 .info_box01_content{
  max-width: 427px;
}

.info_box01 .info_box01_content .content_right{
  margin-bottom: 10px;
}

.info_box01 .info_box01_content h2{
  font-size: 1.8rem;
}

.info_box01 .info_box01_content_bottom .parking{
  margin-bottom: 10px;
}

.info_box02 .info_box02_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.info_box02 .info_box02_tit:after{
  position: absolute;
  content: '';
  background: url(images/overview_title02.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(70%);
}

.info_box02{
  margin-bottom: 50px;
}

.info_box02 p{
  text-align: center;
}

@media screen and (max-width:767px){
  .info_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.info_box01{
  margin-bottom: 50px;
}

.info_box01 figure{
  text-align: center;
}

.info_box01 figure img{
  max-width: 520px;
}

.info_box01 .info_box01_content{
  max-width: 767px;
  text-align: center;
}

.info_box01 .info_box01_content .info_box01_content_top{
  display: block;
  text-align: center;
}

.info_box01 .info_box01_content .info_box01_content_top img{
  max-width: 141px;
}

.info_box01 .info_box01_content .info_box01_content_bottom{
text-align: center;
}

.info_box01 .info_box01_content .info_box01_content_bottom img{
  max-width: 427px;
}

.info_box01 .info_box01_content .content_right{
  margin-bottom: 10px;
}

.info_box01 .info_box01_content h2{
  font-size: 1.8rem;
}

.info_box01 .info_box01_content_bottom .parking{
  margin-bottom: 10px;
}

.info_box02 .info_box02_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.info_box02{
  margin-bottom: 30px;
}

.info_box02 p{
  text-align: left;
}

.info_box02 iframe{
max-width: 100%;
height: 300px;
}
}/*max-width:767px*/

/*=========================================================
お知らせ(news)
==================================================================*/
.news_titl{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.news_titl:after{
  position: absolute;
  content: '';
  background: url(images/news_title01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(88%);
}

.top_news{
  max-width: 530px;
  height: 210px;
  overflow-y: scroll;
}

@media screen and (max-width:767px){

  .top_news{
    padding: 10px;
}
   .top_news::-webkit-scrollbar {
        width: 1px;
    }

    .top_news::-webkit-scrollbar-track {
        background: transparent;
    }

    .top_news::-webkit-scrollbar-thumb {
        background: #999;
    }
}/*max-width:767px*/

.top_blog{
  padding: 10px 10px 10px 0;
  border-bottom: 2px #fff solid;
}

.top_blog h3 a{
  font-weight: bold;
  text-decoration: none;
}

.top_blog h3 a:hover{
  text-decoration: 02 punderline;
}

.performance_content .performance_article{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  padding-top: 30px;
}

@media screen and (max-width:767px){
  .performance_content .performance_article{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  padding-top: 30px;
}

  .performance_content .performance_article .performance_txt{
    margin-bottom: 15px;
  }
}/*max-width:767px*/

.performance_txt{
  padding-left: 20px;
}

@media screen and (max-width:767px){
  .performance_txt{
  padding-left: 0;
}
}/*max-width:767px*/

.performance_txt h3 a{
  font-size: 1.8rem;
  color: #255894;
  margin-bottom: 15px;
}

.performance_txt h3 a{
  text-decoration: none;
}

.performance_txt h3 a:hover{
  text-decoration: underline;
  color: #079486;
}

.performance_btn{
  text-align: right;
}

.performance_btn img{
  max-width: 110px;
}

/*=========================================================
求人情報(recruit)
==================================================================*/
.recruit_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.recruit_tit:after{
  position: absolute;
  content: '';
  background: url(images/news_title01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(90%);
}

.recruit_box01{
  text-align: center;
}

.recruit_box01 p{
  margin-bottom: 50px;
}

.recruit_box01 p span a{
  color: #007bbb;
  text-decoration: none;
}

.recruit_box01 p span a::after{
  text-decoration: underline;
}

.recruit_table_tit{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width:767px){
  .recruit_tit{
  font-size: 3rem;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.recruit_tit:after{
  position: absolute;
  content: '';
  background: url(images/news_title01.png)no-repeat;
  width: 164px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(90%);
}

.recruit_box01{
  text-align: center;
}

.recruit_box01 p{
  margin-bottom: 30px;
}

.recruit_box01 p span a{
  color: #007bbb;
  text-decoration: none;
}

.recruit_box01 p span a::after{
  text-decoration: underline;
}

.recruit_table_tit{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
}/*max-width:767px*/

/*=========================================================
お問合せ(contact)
==================================================================*/
.contact_box01{
  text-align: center;
}

.contact_box01 p{
  margin-bottom: 30px;
}

.contact_box01 img{
  margin-bottom: 50px;
}

@media screen and (max-width:767px){
  .contact_box01{
    padding-top: 30px;
  text-align: center;
}

.contact_box01 p{
  margin-bottom: 30px;
}

.contact_box01 img{
  max-width: 324px;
  margin-bottom: 30px;
}
}/*max-width:767px*/

/*==============================================================
blogページ
==================================================================*/

.blog_btn .btn_box01 a {
  text-decoration: none !important;
  margin: 0;
  margin-left: auto !important;
  display: block !important;
}
.blog_btn .btn_box01 a:hover {
  opacity: 0.7;
}
.position_relative {
  position: relative;
}
.post_banner {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  right: 0;
}

.voice_post_parts .subhead01 {
  text-align: left;
  background: url(images/subheadlinebar.jpg) bottom left no-repeat;
}
/* 3列投稿 */

.three_column_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.three_column_list {
  width: 320px;
  height: auto;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

/* 投稿 */
.blog_post_parts {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .blog_post_parts {
    margin-bottom: 50px;
  }
} /*max-width:767px*/

/* 3列投稿 */

.three_column_post .three_column_list:nth-child(3n) {
  margin-right: 0;
}

.three_column_post .three_column_list:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.three_column_list figure {
  position: relative;
  width: 100%;
  height: 234px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.three_column_list figure img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .txt360{
    width: 100%;
  }
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt560,
  .txt600{
    width: 100%;
  }
  .txt660{
    width: 100%;
  }
  .txt690{
    width: 100%;
  }

  .green_bg {
    padding: 20px;
  }

  .mb20_sp {
    margin-bottom: 20px;
  }

  .small_img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: auto;
  }
  .blog_post_parts figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
/****************************************

single.php

*****************************************/

h1.single_headline {
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#single_box h1 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #single_box h1 {
    font-size: 2.2rem;
  }
} /*max-width:767px*/

.nav-below {
  font-size: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#single_box time {
  display: block;
  margin-bottom: 20px;
}
.another_article {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .another_article {
    display: flex;
    justify-content: center;
  }
} /*max-width:767px*/
.another_article p {
  padding: 0 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
  }
} /*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

/****************************************

投稿　pager設定

*****************************************/

.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}
.pager .current {
  background: rgba(0, 0, 0, 1);
  border: solid 1px rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}

/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }

  .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }

  .sp_bana div {
    position: relative;
    width: calc(100% / 4);
    background: #55A293;
    border-top: 1px solid #fff;
  }
  .sp_bana div:nth-child(3) img {
    width: 13px;
  }
  .sp_bana div:nth-child(1) img {
    width: 20px;
  }
  .sp_bana div:nth-child(4) {
    background: #666;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 7px;
    width: 25px;
  }
  .sp_bana div p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }

  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }

  footer#sp_footer {
    border-top: none;
  }
}

/****************************************

pc_footer

*****************************************/

footer {
  background: url(images/footer_bg.jpg)bottom center no-repeat;
  margin-top: 10px;
  padding-top: 90px;
}

footer .footer_content{
  width: 427px;
  margin-left: 20px;
  margin-bottom: 150px;
}

footer .footer_logo_area{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

footer .footer_info .footer_tit{
  font-weight: bold;
  font-size: 1.8rem;
}

footer .footer_info .footer_txt{
  font-weight: bold;
  font-size: 1.4rem;
}

footer .footer_schedule{
  margin-bottom: 20px;
}

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

footer .footer_btn .footer_btn01{
  background: url(images/f_btn01.png)no-repeat;
  width: 210px;
  height: 43px;
}

footer .footer_btn .footer_btn01:hover{
  background: url(images/f_btn01_on.png)no-repeat;
}

footer .footer_btn .footer_btn01 a{
  display: block;
  width: 210px;
  height: 43px;
}

footer .footer_btn .footer_btn02{
  background: url(images/f_btn02.png)no-repeat;
  width: 210px;
  height: 43px;
}

footer .footer_btn .footer_btn02:hover{
  background: url(images/f_btn02_on.png)no-repeat;
}

footer .footer_btn .footer_btn02 a{
  display: block;
  width: 210px;
  height: 43px;
}

footer .copyright{
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}


@media screen and (min-width:768px){
  #sp_footer{
  display: none;
  background: none;
}
}/*min-width:768px*/
@media screen and (max-width:767px){
  footer {
  margin-top: 0;
  padding-top: 0;
}

  footer .footer_wrap{
    margin: 0 auto;
  }

footer .footer_content{
  max-width: 427px;
  width: 100%;
  margin: 0 auto 100px;
}

footer .footer_logo_area{
  flex-direction: column;
  text-align: center;
}

footer .footer_logo_area img{
  max-width: 141px;
}

footer .footer_info .footer_tit{
  font-weight: bold;
  font-size: 1.8rem;
}

footer .footer_info .footer_txt{
  font-weight: bold;
  font-size: 1.4rem;
}

footer .footer_schedule{
  margin-bottom: 20px;
}

footer .footer_btn{
  flex-direction: column;
}

footer .footer_btn .footer_btn01{
  background: url(images/f_btn01.png)no-repeat;
  width: 210px;
  height: 43px;
  margin: 0 auto 15px;
}

footer .footer_btn .footer_btn01:hover{
  background: url(images/f_btn01_on.png)no-repeat;
}

footer .footer_btn .footer_btn01 a{
  display: block;
  width: 210px;
  height: 43px;
}

footer .footer_btn .footer_btn02{
  background: url(images/f_btn02.png)no-repeat;
  width: 210px;
  height: 43px;
  margin: 0 auto 15px;
}

footer .footer_btn .footer_btn02:hover{
  background: url(images/f_btn02_on.png)no-repeat;
}

footer .footer_btn .footer_btn02 a{
  display: block;
  width: 210px;
  height: 43px;
}

footer .copy{
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 65px;
  z-index: 999;
}

footer .copy small{
  font-size: 1.2rem;
}

}/*max-width:767px*/
@media screen and (max-width:767px){
  footer{
    margin-top: 50px;
  }
}/*max-width:767px*/

/****************************************

タイトル

*****************************************/

/* 下層ページ共通見出し */

.headline{
  font-size: 3rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.headline:after{
  position: absolute;
  content: '';
  background: url(images/about_title_text01.png)no-repeat;
  width: 75px;
  height: 10px;
  bottom: -8px;
  right: 465px;
}


@media screen and (max-width:767px){
  .headline{
  font-size: 2.5rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.headline:after{
  position: absolute;
  content: '';
  background: url(images/about_title_text01.png)no-repeat;
  width: 75px;
  height: 10px;
  bottom: -8px;
  right: 50%;
  transform: translateX(50%);
}
}/*max-width:767px*/

.strength_headline::after{
  content: 'Strength';
}

.Content_headline::after{
  content: 'Content';
}
.Content_headline::after{
  content: 'Content';
}


.Content_headline::after{
  content: 'Content';
}
.Content_headline::after{
  content: 'Content';
}
.Content_headline::after{
  content: 'Content';
}





.subhead01 {
  font-size: 3.2rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  text-align: center;
  color: #53A092;
}

@media screen and (max-width:767px){
  .subhead01 {
  font-size: 2.3rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  text-align: left;
  color: #53A092;
  margin-bottom: 20px;
}
}/*max-width:767px*/

.subhead02 {
  font-size: 2.5rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
}

@media screen and (max-width:767px){
  .subhead02 {
    text-align: center;
  font-size: 2.3rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
}
}/*max-width:767px*/

.subhead03 {
  font-size: 2.6rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
}

@media screen and (max-width:767px){
  .subhead03 {
    text-align: left;
  font-size: 2.3rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
  margin-bottom: 10px;
}
}/*max-width:767px*/

.subhead04 {
  font-size: 2rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width:767px){
  .subhead04 {
  font-size: 1.8rem;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
  color: #53A092;
  text-align: left;
  margin-bottom: 30px;
}
}/*max-width:767px*/

.subhead05{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.subhead05::after{
  position: absolute;
  content: '';
  background: url(images/title_icon01.png)no-repeat;
  width: 21px;
  height: 21px;
  left: 0;
  top: 5px;
}

@media screen and (max-width:767px){
  .subhead05{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.subhead05::after{
  position: absolute;
  content: '';
  background: url(images/title_icon01.png)no-repeat;
  width: 21px;
  height: 21px;
  left: 0;
  top: 5px;
}

}/*max-width:767px*/

.subhead06{
  background: #eee;
  color: #53A092;
  border-bottom: 2px solid #53A092;
  text-align: center;
  font-size: 2.6rem;
  width: 1000px;
  height: 48px;
  margin-bottom: 30px;
}

.subhead06 span{
  display: inline-block;
  position: relative;
}

.subhead06 span::after{
  background: url(images/tit_bg.png)no-repeat;
  width: 43px;
  height: 10px;
  top: 45%;
  opacity: 1;
  position: absolute;
  content: '';
  right: -70px;
}

.subhead06 span::before{
  background: url(images/tit_bg.png)no-repeat;
  width: 43px;
  height: 10px;
  top: 45%;
  opacity: 1;
  position: absolute;
  content: '';
  left: -70px;
}

@media screen and (max-width:767px){
  .subhead06{
  background: #eee;
  background-repeat: repeat;
  color: #53A092;
  border-bottom: 2px solid #53A092;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.subhead06 span{
  display: inline-block;
  position: relative;
  padding-top: 3px;
}

.subhead06 span::after{
  background: url(images/tit_bg.png)no-repeat;
  width: 43px;
  height: 10px;
  top: 45%;
  opacity: 1;
  position: absolute;
  content: '';
  right: -70px;
}

.subhead06 span::before{
  background: url(images/tit_bg.png)no-repeat;
  width: 43px;
  height: 10px;
  top: 45%;
  opacity: 1;
  position: absolute;
  content: '';
  left: -70px;
}

}/*max-width:767px*/

.subhead07{
  background: #eee;
  color: #53A092;
  border-bottom: 2px solid #53A092;
  text-align: center;
  font-size: 2.6rem;
  width: 1000px;
  height: 48px;
  margin-bottom: 30px;
}

@media screen and (max-width:767px){
  .subhead07{
  background: #eee;
  background-repeat: repeat;
  color: #53A092;
  border-bottom: 2px solid #53A092;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
}/*max-width:767px*/

.subhead08{
  font-size: 2.4rem;
  color: #6FC2BB;
}



/****************************************

共通div

*****************************************/

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb150 {
  margin-bottom: 150px;
}
.pr10 {
  padding-right: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt100 {
  margin-top: 100px;
}
.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}
.fs02 {
  font-size: 1.8rem;
}
.fs03 {
  font-size: 1.5rem;
}
.fw_b {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }

  .pt20 {
    padding-top: 0;
  }
}

/****************************************

テーブル

*****************************************/

/* 会社情報 */

.overview_table_wrap{
  margin-bottom: 80px;
}

.overview_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 35%;
  padding: 15px 0 15px 20px;
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #eaeaea;
}

.overview_table td {
  width: 65%;
  padding: 15px 0 15px 20px;
  color: #333;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  background-color: #fff;
}

@media screen and (max-width:767px){

.overview_table {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.overview_table tr:not(:last-child) td{
  margin-bottom: 15px;
}



.overview_table th {
  padding: 10px 0 10px 10px;
  font-size: 1.5rem;
  width: 100%;
  display: block;
  border-bottom: none;
}

.overview_table td {
  padding: 10px 0 10px 10px;
  font-size: 1.5rem;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.access_box_map iframe{
  height: 250px;
}
}/*max-width:767px*/


.overview_table02 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.overview_table02 th,
.overview_table02 td {
  border: 1px solid #ccc;
}

.overview_table02 th {
  width: 30%;
  padding: 15px 0 15px 20px;
  color: #333;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  background-color: #eaeaea;
}

.overview_table02 td {
  width: 70%;
  padding: 15px 0 15px 20px;
  color: #333;
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: normal;
  background-color: #fff;
}

/****************************************

P

*****************************************/

/* 改行 */
.line_break {
  padding-top: 26px;
}
@media screen and (max-width:767px){
  .line_break {
  padding-top: 20px;
}
}/*max-width:767px*/
@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}
.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }

  .wpcf7-submit {
    width: 100%;
  }

  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }

  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }

  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }

  .ajax-loader {
    width: auto;
  }
}

/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* End Hack */

/****************************************

追加用

*****************************************/

.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
}
.side_banner li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .side_banner {
    display: none;
  }
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type="submit"] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #4DA092 solid;
  border-radius: 8px;
  background-color: #4DA092;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(237, 61, 82, 0.3);
  box-shadow: 0 0 1px 1px rgba(237, 61, 82, 0.3);
  background-color: #fff;
  color: #4DA092;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
  outline: 0;
  border: 1px #ed3d52 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(237, 61, 82, 0.5);
  box-shadow: 0 0 2px 2px rgba(237, 61, 82, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #4DA092;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #4DA092;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #4DA092;
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
  display: none;
}

.wpcf7 .form_input input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #4DA092;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #4DA092;
  border-right: 3px solid #4DA092;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
  opacity: 1;
  border: 1px solid #4DA092;
  -webkit-box-shadow: 0 0 2px 2px rgba(237, 61, 82, 0.5);
  box-shadow: 0 0 2px 2px rgba(237, 61, 82, 0.5);
  background-color: #4DA092;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #ed3d52;
  border-right: 1px solid #ed3d52;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #ed3d52;
  border-right: 1px solid #ed3d52;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #ed3d52;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(237, 61, 82, 0.7)),
    to(rgba(237, 61, 82, 0.7))
  );
  background-image: linear-gradient(
    90deg,
    rgba(237, 61, 82, 0.7),
    rgba(237, 61, 82, 0.7)
  );
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(237, 61, 82, 0.3);
  box-shadow: 0 0 1px 1px rgba(237, 61, 82, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(237, 61, 82, 0.3);
  box-shadow: 0 0 1px 1px rgba(237, 61, 82, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type="submit"] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type="submit"]:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .form_row .born {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*min-width:768px*/
.br15 img {
  border-radius: 15px;
}
/*# sourceMappingURL=style.css.map */







.under01{
  margin-top: 120px;
}

.contact01{
  border-top: 3px solid #4DA092;
  border-bottom: 3px solid #4DA092;
  padding: 40px 0;
  margin-bottom: 40px;
}

.topicpath a{
  color: #999999;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-bottom: 40px;
}

.topicpath a:hover{
  color: #079486;
  text-decoration: none;
}

@media screen and (max-width:767px){
.topicpath{
  margin: 0 10px;
}
}/*max-width:767px*/


/* スライダー共通のスタイル */
.slider_container * {
  box-sizing: border-box;
}
.slider_container img {
  max-width: 100%;
}

/* メインスライダーのスタイル */
#slider {
  margin-bottom: 50px;
}
#slider .slick-slide {
  margin: 0 5px;
}

/* サムネイルスライダーのスタイル */
#thumbs {
  max-width: 100%;
  margin: 0 auto;
}

#thumbs .slick-slide {
  margin: 0 5px;
}

/* 現在表示中のサムネイルのデザイン */
#thumbs .slick-current img {
  border: 4px solid #000!important;
}


.slider {
  margin: 0 auto;
  margin-bottom: 10px;
}
.slider button {
  display: none;
}
.thumbnail .thumbnail-img {
  padding: 0 10px;
}
.thumbnail .thumbnail-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.slick-slide img{
  max-width: 900px;
  margin: 0 auto;
}

.thumbnail{
  margin-bottom: 50px;
}

.thumbnail img{
  height: 150px;
}

.thumbnail img:last-of-type{
  margin-left: 0;
  width: 95%;
  object-fit: cover;
}


.slick-prev:before, .slick-next:before{
  color: #444;
}

@media screen and (max-width:767px){
  /* スライダー共通のスタイル */
.slider_container * {
  box-sizing: border-box;
}
.slider_container img {
  max-width: 80%;
}

/* メインスライダーのスタイル */
#slider {
  margin-bottom: 50px;
}
#slider .slick-slide {
  margin: 0 5px;
}

/* サムネイルスライダーのスタイル */
#thumbs {
  max-width: 80%;
  margin: 0 auto;
}

#thumbs .slick-slide {
  margin: 0 5px;
}

/* 現在表示中のサムネイルのデザイン */
#thumbs .slick-current img {
  border: 4px solid #000;
}


.slider {
  margin: 0 auto;
  margin-bottom: 40px;
}
.slider button {
  display: none;
}
.thumbnail .thumbnail-img {
  padding: 0 10px;
}
.thumbnail .thumbnail-img img {
  width: 80%;
  height: auto;
  object-fit: cover;
}

.slick-slide img{
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
}

.thumbnail{
  margin-bottom: 50px;
}

.thumbnail img{
  height: auto;
}

.thumbnail img:last-of-type{
  margin-left: 0;
}

.slick-prev:before,.slick-next:before{
  display: none;
}

.slick-prev:before, .slick-next:before{
  color: #444;
  font-size: 15px;
  margin: 10px 0;
}

}/*max-width:767px*/

@media screen and (max-width:767px){
  .menu-pc_menu-container{
    display: none;
  }
}/*max-width:767px*/


@media screen and (max-width:767px){
  .sp_bana .sp_bana_contact img{
    width: 15px;
  }
}/*max-width:767px*/


.gallery_txt{
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width:767px){
  .gallery_txt{
  text-align: left;
}

}/*max-width:767px*/


.metaslider.nav-hidden .flexslider{
  margin: 0 0 40px;
}

@media screen and (max-width:767px){
  .metaslider.nav-hidden .flexslider{
  margin: 0 0 40px;
}
}/*max-width:767px*/

.metaslider .flexslider .flex-direction-nav li a{
  display: none!important;
}

#metaslider-id-190{
  position: relative;
}

#metaslider-id-190::after{
  position: absolute;
  content: '';
  background: url(images/h_info01.jpg);
  height: 82px;
  width: 530px;
  bottom: 0;
  right: calc((100% - 1080px) / 2);
  z-index: 9999;
}

@media screen and (max-width:767px){
  #metaslider-id-190::after{
  position: absolute;
  content: '';
  background: url(images/h_info01.jpg);
  height: 40px;
  width: 300px;
  bottom: -10%;
  right: 0;
  background-size: contain;
  z-index: 9999;
}
}/*max-width:767px*/

.performance_article .result_post_parts img{
  width: 300px;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width:767px){
  .performance_article .result_post_parts img{
    margin: 0 auto;
    display: block;
}
}/*max-width:767px*/

@media screen and (max-width:767px){
  .bottom_left{
    margin-bottom: 15px;
  }
}/*max-width:767px*/

.gallery_tit {
    font-size: 3rem;
    color: #53A092;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.gallery_tit::after{
  position: absolute;
  content: 'GALLERY';
  font-size: 1.2rem;
  font-weight: normal;
  bottom: -15px;
  left: 50%;
  transform: translateX(-60%);
  color: #333;
  letter-spacing: 0.2em;
}

.contact_tit {
    font-size: 3rem;
    color: #53A092;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.contact_tit::after{
  position: absolute;
  content: 'CONTACT';
  font-size: 1.2rem;
  font-weight: normal;
  bottom: -15px;
  left: 50%;
  transform: translateX(-60%);
  color: #333;
  letter-spacing: 0.2em;
}


.performance_txt h3{
  width: 680px;
}

.performance_txt p{
  margin-bottom: 15px;
}


#single_content #single_box .aside_to_top{
  margin-top: 20px;
  margin-bottom: 10px;
}

#single_content .result_post_parts img{
  width: 300px;
  height: 200px;
  object-fit: cover;
}

#single_content img{
  margin-top: 10px;
}

.contact_content{
  text-align: center;
  margin-bottom: 50px;
}

.contact_content img{
  margin-top: 30px;
}

#single_box{
  width: 100%;
}


@media screen and (max-width:767px){
  #metaslider-id-190{
    padding-top: 30px;
  }
}/*max-width:767px*/
