@charset "utf-8";


html {}

:root {
  /*htmlに書いてもOK*/
}

body {}

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

header {}




.default-header {
}

.default-header.under {
}


main {
	width: 100%;
}


.pc_view{
    display: inherit;
}

.tab_view{
        display: none;
    }


.sp_view{
    display: none;
}



/*<!-- Start ロゴとナビケーション Area -->  ********************/


.pc_nav {
  margin: 0;
  padding: 0;
  width: calc(100% - 123px);
  display: flex;
  justify-content: flex-end;
	height: 20px;
	margin-top: 10px;
}





.pc_nav > li > a {
  color: #fff;
  display: block;
  line-height: 20px;
  padding: 0 20px;
  text-decoration: none;
	font-size: 12px;
}

.pc_nav > li:hover {
  background-color: #8AD1D3;
}

.pc_nav > li:hover > a {
  color: #fff;
}

.pc_nav.base > li > a{
    color: #494F62;
}

/*  <!-- end ロゴとナビケーション Area --> ********************/

/*<!--     スクロールで追従するグローバルナビ -->*/


.fix-header {
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
    background: #FFF;
width: 100%;
	}


.nav_follow {
}

.nav_follow div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.nav_follow div a.logo {
    width: 100%;
        padding: 15px 16px;
        font-size: 30px;
        line-height: 1;
        max-width: fit-content;
}

.nav_follow div h1,.nav_follow div .title{
        color: #603813;
        font-size: 14px;
    }

.nav_follow div h1 img,.nav_follow div .title img{
    display: block;
}

@media screen and (max-width: 1560px) {
    .nav_follow div h1,.nav_follow div .title{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .nav_follow div h1,.nav_follow div .title{
        display: block;
    }
}

.nav_follow div a.logo img {
    max-width: 270px;
    max-height: 80px;
}


.nav_follow h1 {
    font-size: 13px;
    font-weight: 400;
}



.global-nav {
    margin: 0 auto 0 0;
    padding: 0;
}

.global-nav.front{
    height: 160px;
}

.global-nav.front .global-nav__list li a {
    padding: 40px 0;
}


.global-nav__list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content:flex-start;

}
.global-nav__list li {
	display: inline-block;
  list-style-type: none;
    text-align: center;
    position:relative;
    overflow:hidden;
    padding: 0 20px;
border-right: 1px solid #CCC;
}

.global-nav__list li:last-child{
    border-right: none;
}


.global-nav__list li a {
    display: block;
    line-height: 15px;
    padding: 2px 0;
    text-decoration: none;
    font-size: 13px;
    transition: all .5s ease;
    font-weight: 500;
    letter-spacing: 0px;
}

.global-nav__list li a span{
    display: block;
        opacity: 0.6;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 0 0 0;
    font-family: 'Jost', sans-serif;
}


.nav_follow .btn_contact a{
    display: flex;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 15px 6px;
    width: 216px;
box-sizing: border-box;
    max-width: fit-content;
}

.nav_follow .btn_contact a::before{
font-family: 'Material Icons';
                content: "\ebcc";
                font-size: 26px;
                margin: 0 5px;
                color: #f15a24;
                line-height: 1;
            }

.nav_follow .btn_contact a span{
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
}

.nav_follow .btn_reserve a{
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 16px 20px;
    width: 135px;
box-sizing: border-box;
}

.nav_follow .btn_reserve a span{
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
}



p.btn01 a {
background: #f0f0f0;
padding: 10px 25px 10px;
width: max-content;
display: block;
box-sizing: border-box;
text-align: center;
margin: 15px 0;
display: flex;
align-items: center;
justify-content: center;
color: #000;
position: relative;
font-size: 14px;
border-radius: 7px;
}

p.btn01 a span {
  /* color: #FFF; */
  line-height: 1.5;
    font-size: 21px;
}
p.btn02 a {
    border: 1px solid #CCC;
    padding: 10px 10px 10px 20px;
    width: fit-content;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.btn02 a span{
    color: #666;
    font-size: 15px;
}


p.btn01.right{
    margin: 0 0 0 auto;
    width: max-content;
}


/*hamburgermenuハンバーガー***************************************/
/*クリックされていないときのボタン*/
.toggle {
  position: fixed;
  /* bodyに対しての絶対位置指定 */
    right: 7px;
    top: 8px;

  display: block;
  width: 45px;
    height: 39px;
    cursor: pointer;
    z-index: 1002;
    background: rgba(255,255,255,0.7);
}

.toggle span {
  display: block;
  position: absolute;
  /* .toggleに対して */
  width: 70%;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(2) {
  top: 11px;
}

.toggle span:nth-child(3) {
  top: 20px;
}

.toggle span:nth-child(4) {
  top: 30px;
}

.toggle span:nth-child(5) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}


/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(2) {
  top: 20px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(3),
.toggle.active span:nth-child(4) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*クリックされていないときのグローバルメニュー*/
/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 1001;
/*  padding-top: 75px;*/
  text-align: center;
  color: #000;
  transition: all 0.8s;
  background-color: #fff;
  opacity: .95;
        padding: 0 0 10px 0;
}

.global_nav .nav_li {
  width: 100%;
  padding: 10px;
  list-style-type: none;
  box-sizing: border-box;
}

.global_nav .nav_li a {
  display: block;
  color: #000;
}


.global_nav .logo{
    width: 35%;
}




/*クリックされた時のグローバルメニュー*/
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
}

/*hamburgermenuハンバーガー***************************************/




header.contents_header {
  background: #EFEFEF;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  color: #000;
  padding: 60px 0;
  margin: 0;
  position: relative;
}

header.contents_header p{
    font-weight: normal;
    font-size: 14px;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    letter-spacing: 2px;
}

header.contents_header h1,header.contents_header p.title{
    font-size: 28px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}



header.contents_header nav {
  background: rgba(0,0,0,0.6);
  margin: auto 0 0 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

header.contents_header nav ul {
  width: auto;
  display: flex;
  margin: 0px auto;
  justify-content: center;
  padding: 25px 0;
}

header.contents_header nav ul li a{
    color: #FFF;
    font-size: 14px;
    padding: 4px 26px;
    border-right: 1px solid #CCC;
    line-height: 1;
}



/*mainnavi*/

.main_nav ul {
  display: flex;
  flex-wrap: wrap;
}

.main_nav ul li {
  padding: 5px;
  background: #EFEFEF;
  width: 230px;
  margin: 5px;
}

.main_nav ul li a {
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
    box-sizing: border-box;
    border: 1px solid #FFF;
}

.main_nav ul li a span{
    color: #64777E;
}




/*sidebar*/

.sidecol div {
    margin: 0 auto 30px auto;
    width: 86%;
}

.sidecol .cont_titile02 {
    margin: 0;
    font-size: 16px;
    padding: 14px 20px;
}

.sidecol .category{
    border-bottom: 2px solid #FFF;
    padding: 0 23px 15px 23px;
    display: flex;
    flex-wrap: wrap;
}

.sidecol .category li a{
    background: #FFFFFF;
    display: block;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
}


.side_column li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #EEEEEE;
        align-items: center;
        line-height: 1;
}

.side_column li .infoimage{
    width: 70px;
    margin: 0 10px 0 0;
}

.side_column li .infoimage img{
    width: 100%;
    height: auto;
}

.side_column li div {
    width: 70%;
    margin: 0;
}

.side_column .date {
font-size: 12px;
    line-height: 1;
    padding: 0 0 6px 0;
    margin: 0;
    display: block;
}

.side_column h4 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

/*footer*/

footer{
    background-image: url(../img/common/bg01.jpg);
    color: #603813;
    background-size: cover;
    text-align: center;
}

footer.under{
    margin: 70px 0 0;
}


footer .inner {
    padding: 80px 0 0 0;
    display: flex;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
}


footer .logo {
    width: 300px;
    margin: 0 auto;
}

 footer .logo img {
  width: 100%;
}


footer ul.sns {
    display: flex;
    margin: 40px auto 0;
    justify-content: flex-end;
}

footer ul.sns li{
    width: 28px;
    margin: 0 12px 0 0;
}

footer .inner .sh{
    font-size: 12px;
    padding: 20px 0 0 0;
}


footer small {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  width: 100%;
  display: block;
  padding: 50px 0;
}

footer p.att {
        font-size:12px;
        text-align: center;
        padding: 30px 0;
    }


.foot_navi{
    display: none;
}


.breadcrumb {
    width: 92%;
	max-width: 1100px;
    margin: 0 auto;
    padding: 35px 0 45px;
    font-size: 14px;
}

.breadcrumb span {
    margin: 0 6px;
}

.breadcrumb span:first-child{
    margin: 0 6px 0 0;
}

.breadcrumb ol li {
    display: inline;
    margin: 0 15px 0 0;
}

.breadcrumb ol li::after {
    content: '>';
   margin: 0 0 0 15px;
}

.breadcrumb ol li:last-child::after {
    content: '';
}


.undercontents{
    margin: 0 auto;
}




.ggmap {
position: relative;
padding-bottom: 30.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.ggmap02 {
position: relative;
padding-bottom: 55.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 35px 0;
}

.ggmap02 iframe,
.ggmap02 object,
.ggmap02 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





.post_meta {
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.post_cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 10px;
}

.post_cat a {
    background: #EFEFEF;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    font-size: 12px;
}


.info_title{
    font-size: 28px;
    padding: 0 0 20px 0;
}


.navibtnarea {
    border-top: 1px solid #CCC;
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}

p.btn_prev {
    width: 45%;
}

p.btn_next {
    width: 45%;
}

.navibtnarea .btn_prev a,.navibtnarea .btn_next a {
    padding: 10px;
}

.navibtnarea .btn_prev a::before{
    content: '<';
    padding: 0 10px 0 0;
    color: #666;
}

.navibtnarea .btn_next a::after{
    content: '>';
    padding: 0 10px 0 0;
    color: #666;
}



.cform th {
font-size: 14px;
    width: 32%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 0 10px 15px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
        border: 1px solid #CCC;
    border-radius: 5px;
    padding: 7px;
    font-size: 16px;
    box-sizing: border-box;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

input.short {
    width: 50% !important;
}


.submit-btn input {
    background: #8ad1d3;
    width: 60%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 1px #8ad1d3 solid;
    text-align: center;
    padding: 15px;
    color: #fff;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-size: 4vw;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}



/*********pageナビ*********/
.pagenavi{
    color: #2583ad;
    margin: 2px auto;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
   padding: 10px 10px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:12px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #328ab2;
}
.pagenavi .current{
    color: white;
    background: #328ab2;
    border-color: #328ab2;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}




dl.company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin: 0 0 50px 0;
}

dl.company dt {
    width: 30%;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}
dl.company dd {
    width: 70%;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
        margin-bottom: 0;
}







.privacy h3 {
    padding: 30px 0 10px;
}

.privacy ol li {
    list-style: decimal;
    margin: 0 0 0 20px;
    padding: 4px 0;
}


.submit-btn input {
    background: #8ad1d3;
    width: 60%;
    max-width: 300px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 1px #8ad1d3 solid;
    text-align: center;
    padding: 15px;
    color: #fff;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-size: 18px;
}








/****************************************************/
/****************** media queries *******************/
/****************************************************/

/********************************************/
/************ max-width: 1000px *************/
/********************************************/

@media screen and (max-width: 1024px) {
  .nav_follow div a.logo {
  display: block;
  width: 300px;
  margin: 0 10px;
  padding: 3px 10px 2px;
}

    .global-nav__list li a {
  display: block;
  line-height: 15px;
  padding: 2px 0;
  text-decoration: none;
  font-size: 12px;
  transition: all .5s ease;
  font-weight: 500;
}
    .global-nav__list li a span {
  display: none;
}

  .nav_follow .btn_contact a {
  display: block;
  background: #64777E;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 9px 5px 10px;
  width: 136px;
  box-sizing: border-box;
}
    .nav_follow .btn_login a {
  display: block;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  padding: 9px 4px;
  width: 108px;
  box-sizing: border-box;
}
    
    header.contents_header {
  padding: 30px 0;
}

}


/********************************************/
/************ max-width: 990px *************/
/********************************************/

/*タブレット*/
@media screen and (max-width: 990px) {


    .toggle.sp {
    display: block !important;
}
    
    .toggle.sp p {
    font-size: 11px;
    text-align: center;
    line-height: 1;
    padding: 0px 0 0 0
}
    
    .global_nav.sp {
    display: block !important;
    padding-top: 4rem;
}
    .nav_follow .global-nav {
    display: none !important;
}
    p.btn_contact {
    margin: 0 77px 0 auto;
}
    p.btn_login {
    margin: 0 76px 0 0;
}
    .nav_follow .btn_contact a {
    display: block;
    background: #64777E;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding: 13px 5px 14px;
    width: 136px;
    box-sizing: border-box;
}
    .nav_follow .btn_login a {
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 13px 4px;
    width: 122px;
    box-sizing: border-box;
}


        .global_nav {
    padding: 14px 0 10px 0;
}

    nav.global_nav a {
    padding: 10px 0;
    display: block;
}

    nav.global_nav a span {
    display: block;
    font-size: 12px;
    color: #ccc;
}

    .nav_follow div {
    width: 100%;
}
    .nav_follow div {
    height: 70px;
    position: fixed;
    z-index: 100;
    top: 0;
    background: #FFF;
}

    .nav_follow div a.logo {
    display: block;
position: absolute;
    width: 265px;
    top: 7px;
    left: 0;
    right: auto;
    margin: auto;
}


    nav.global_nav ul.sns {
    display: flex;
    margin: 5px auto 10px;
        justify-content: center;
}

    nav.global_nav ul.sns li{
    width: 28px;
    margin: 0 12px 0 0;
}


}


/********************************************/
/************ max-width: 768px *************/
/********************************************/

/*タブレット*/
@media screen and (max-width: 768px) {

    .tab_view{
        display: inherit;
    }

    

}

/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*モバイル*/
@media screen and (max-width: 640px) {

    .pc_view{
    display: none;
}
    .tab_view{
        display: none;
    }

.sp_view{
    display: inherit;
}
    .fix-header {
	top: 0;/* 上に隠す鷹さ */
	left: 0;
	position: fixed;
	opacity:1;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
    background: #FFF;
width: 100%;
	}


    .toggle span {
    display: block;
    position: absolute;
    width: 70%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}

    header.default-header.under .toggle span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}

    .global-nav {
    display: none;
}

    .global-nav__list {
    display: none;
}



    .global-nav h1 {
    font-size: 3.5vw;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

    .global_nav {
    padding: 14px 0 10px 0;
}

    nav.global_nav a {
    padding: 10px 0;
    display: block;
}

    nav.global_nav a span {
    display: block;
    font-size: 12px;
    color: #ccc;
}
    
    
    .nav_follow h1,.nav_follow .title {
font-size: 11px !important;
        font-weight: 400;
        position: absolute;
        left: 11px;
        line-height: 1.2;
        width: 100%;
        top: 50px;
}

.nav_follow div h1 img, .nav_follow div .title img {
    display: inline;
    margin: 7px 0 0 0;
    width: 30%;
}

    .nav_follow div {
    width: 100%;
}
    .nav_follow div {
    height: 78px;
    position: fixed;
    z-index: 100;
    top: 0;
    background: #FFF;
}

    .nav_follow div a.logo {
    display: block;
position: absolute;
    width: 265px;
    top: 6px;
    left: 0;
    right: auto;
    margin: auto;
}


    nav.global_nav ul.sns {
    display: flex;
    margin: 5px auto 10px;
        justify-content: center;
}

    nav.global_nav ul.sns li{
    width: 28px;
    margin: 0 12px 0 0;
}


    .btn_contact {
        display: none;
}
    .btn_reserve {
        display: none;
}
.nav_follow div .tel {

    display: none;
}

    .nav_follow div a.logo {
    display: block;
}
    .nav_follow div a.logo img {
        width: 100%;
        margin: auto 0;
        display: block;
        max-height: 36px;
        object-fit: contain;
        height: 36px;
}

    header.contents_header {
        padding: 15px 0;
        height: auto !important;
}
    header.contents_header h1, header.contents_header p.title {
    font-size: 18px;
}

    header.contents_header p {
    font-size: 12px;
}

     header.contents_header nav {
    display: none;
}


    /* p.btn01 a span {
      line-height: 1.5;
      font-size: 21px;

} */



        /*footer*/

    footer {
    padding: 0 0 45px 0;
}
    
    footer.under {
    margin: 10px 0 0;
}

    footer .logo {
  width: 190px;
  margin: 15px auto 0 auto;
}


    footer .inner {
    padding: 30px 0 0 0;
}





    footer .inner dl {
    display: block;
        padding: 10px 0;
}
    footer .inner dl dd h3 {
    color: #FFF;
    font-size: 14px;
    margin: 20px 0 0 0;
}
    footer .inner dl dd ul {
    display: flex;
    flex-wrap: wrap;
}


    footer small {
    text-align: center;
    width: 84%;
    display: block;
    padding: 15px 0 45px 0;
    box-sizing: border-box;
    color: #603813;
    margin: 0 auto;
}


    #wpfront-scroll-top-container {
    display: none !important;
}


    .foot_navi{
    display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: space-between;
            z-index: 100;
        filter: drop-shadow(1px 1px 2px #666);
}

    .foot_navi .btn_contact,.foot_navi .btn_login,.foot_navi .btn_schedule,.foot_navi .btn_free{
        display: block;
    }

    .foot_navi p {
    width: 42%;
        margin: 0;
}

    .foot_navi p.btn_totop {
    width: 16%;
        background: #FFF;
}

    .foot_navi p a {
        background: #FFF;
    display: flex;
align-items: center;
padding: 7px 10px;
font-size: 13px;
justify-content: center;
height: 45px;
line-height: 1.2;
text-align: center;
        color: #000;
}
.foot_navi p a img {
        height: 28px;
        margin: 0 8px 0px 0;
}


    .breadcrumb {
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
    box-sizing: border-box;
}

    .breadcrumb ol li {
    display: inline;
    margin: 0 10px 0 0;
}



    .side_column li div {
    width: 75%;
    margin: 0;
}


    .recommend .image {
    width: 100%;
}

    .recommend .image img {
    width: 270px;
    height: 186px;
    transform: none;
    object-fit: cover;
    margin: 0 auto 10px auto;
    display: block;
}

    .recommend .read {
    width: 100%;
}



    dl.company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
}

    dl.company dt {
    width: 100%;
    border-bottom: none;
    padding: 8px;
    background: #EFEFEF;
}

    dl.company dd {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    margin-bottom: 0;
}


    .global-nav div .logo img {
    width: 35vw;
    margin: 0 15px 0 18px;
}


    p.btn01 a {
    padding: 6px 23px 6px 20px;
}


    .ggmap {
position: relative;
padding-bottom:85.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}



}

.post-type-archive-member .layer1_wrap{
    display: flex;
    justify-content: space-between;
}
.post-type-archive-member .layer1_cont{
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    border: 1px solid #CCC;
    padding: 20px;
    box-sizing: border-box;
}
.post-type-archive-member .layer1_btn{
    width: 12%;
    text-align: center;
    background: #EFEFEF;
    padding: 10px 0;
}
.post-type-archive-member .layer2_btn{
    width: 10%;
    text-align: center;
    margin-bottom: 4px;
}
.post-type-archive-member .layer1_btn.active{
    background: gray;
    color: white !important;
}
.post-type-archive-member .layer2_btn.active{
    background: lightgray;
    color: white !important;
}
.post-type-archive-member .layer1_cont.show{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px){
    .post-type-archive-member .layer1_wrap{
        flex-wrap: wrap;
    }
    .post-type-archive-member .layer1_btn{
        width: 24%;
        font-size: 14px;
        margin: 6px 0;
    }
    .post-type-archive-member .layer2_btn{
        width: 25%;
    }
}
.post-type-archive-member .showAll{
    text-align: center;
    margin-bottom: 40px;
}
.post-type-archive-member .showAll a {
    border: 1px solid #CCC;
    padding: 15px;
    margin: 40px 0 40px auto;
    display: flex;
    width: max-content;
}
.post-type-archive-member .memberListItem{
    /* display: none; */
}
.um-page-loggedin #acf-form{
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 640px){
    
    
  .foot-menu_navi{
    margin-top: 4rem !important;
  }
  #courseMainPanel span{
    font-size: 0.8rem !important;
  }
  .descriptionOfService{
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
    margin-top: 1.75rem;
  }
  .selectPanel span{
    display: block;
    line-height: 1.4 !important;
  }
}
.top-cont_titile03{
  padding-top: 2rem;
}

@media screen and (max-width: 640px){
.top-cont_titile03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
}


.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}
