@charset "utf-8";


/*contents*/
/*top*/
.mainvisual {
  padding: 0;
  max-height: 900px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainvisual .slide-animation {
  animation: fadezoom 9s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-10%);
  }
}




.mainlogo {
position: absolute;
width: 90%;
z-index: 1;
left: 6%;
right: auto;
top: 25%;
margin: auto;
}

.mainvisual .head-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    align-items: center;
}

.mainvisual .head-nav .logo {
    width: 280px;
    padding: 15px 16px;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 10px;
}

.mainvisual .head-nav .logo img{
    max-width: 310px;
    max-height: 80px;
}



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

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



.mainvisual .head-nav .btn_contact{
    margin: 0;
    padding: 0;
}

.mainvisual .head-nav .btn_contact a{
    display: block;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding:16px 20px;
    width: 166px;
box-sizing: border-box;
}

.mainvisual .head-nav .btn_contact a span{
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.mainvisual .head-nav .btn_login{
    margin: 0;
    padding: 0;
}

.mainvisual .head-nav .btn_login a{
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 16px 20px;
    width: 170px;
box-sizing: border-box;
}

.mainvisual .head-nav .btn_login a span{
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}



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

.mainvisual .slick-slide img {
  width: 110%;
  height: auto;
  object-fit: cover;
  max-height: 700px;
}


.mainvisual .global-nav__list li{
    position: relative;
    border-right: 1px solid #FFF;
}

.mainvisual .copybox {
    color: #FFF;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    /* background: #FFF; */
    right: 0;
    left: 0;
    margin: auto;
    top: 30vh;
}


.mainvisual .copybox h2{
    text-align: center;
    font-size: 48px;
}

.mainlogo p.copy{
font-size: 52px;
text-align: left;
padding: 15px 0 25px 0;
}

.mainlogo p.copy span{
    font-size: 58px;
}

.mainlogo p.copy span em{
    color: #5e222d;
    font-style: normal;
}

.mainlogo h2{
    background: rgb(170,204,3);
background: linear-gradient(129deg, rgba(170,204,3,1) 50%, rgba(253,211,78,1) 50%);
    font-size: 18px;
    font-weight: normal;
    width: fit-content;
padding: 10px 30px;
margin: 0 0 0 30px;
}

.mainvisual .global-nav {
position: absolute;
bottom:0;
width: 100%;
z-index: 1;
background: rgba(255,255,255,0.5);
left: 0px;
margin: 0;
padding: 20px;
box-sizing: border-box;
}

.mainvisual .global-nav .global-nav__list{
    margin: 0 auto;
    width: max-content;
}

.mainvisual .global-nav .global-nav__list a{
    color: #000;
    font-weight: normal;
}




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

.mainvisual {
 height: 235px;
justify-content: flex-end;
}
    
    .mainvisual .slick-slide img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
    
    
    @keyframes fadezoom {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(0%);
  }
}
    
    .mainlogo {
  position: absolute;
  width: 90%;
  z-index: 1;
  left: 6%;
  right: auto;
  top: 3%;
  margin: auto;
}
    
.mainlogo p.copy {
  font-size: 25px;
  text-align: left;
  padding: 15px 0 25px 0px;
  margin: 0 0 0 -14px;
}
    
    .mainlogo p.copy span {
  font-size: 27px;
}
    
    
    .mainlogo h2 {
  background: rgb(170,204,3);
  background: linear-gradient(129deg, rgba(170,204,3,1) 50%, rgba(253,211,78,1) 50%);
  font-size: 15px;
  font-weight: normal;
  width: fit-content;
  padding: 7px 15px;
  margin: 0 0 0 0px;
}
    
    
}



/*top contents*/

.top_contents{
    width: 100%;
}

.top_contents .inner {
    margin: 0 auto;
    width: 88%;
    max-width: 1400px;
    padding: 80px 0;
    text-align: center;
}

.top_contents .inner h2{
    font-size: 30px;
    padding: 0 0 20px 0;
}


@media screen and (max-width: 768px) {
.top_contents .inner {
  padding: 20px 0;
}

    .top_contents .inner h2 {
  font-size: 20px;
  padding: 0 0 15px 0;
  line-height: 1.4;
}
    .top_contents .inner .read {
  font-size: 13px;
}

}



/*top_menu*/

.top_menu {
    padding: 60px 0 100px;
    background: url(../img/top_bg.jpg) bottom no-repeat;
    background-size: cover;
}


.top_message {
  display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding: 80px 0 100px;
}

.top_message .text{
    width: 45%;
    font-size: 18px;
line-height: 1.9;
}

.top_message .image{
    width: 55%;
    text-align: right;
}



.top_menu ul{
    display: flex;
    justify-content: space-around;
}

.top_menu ul li{
    width: 30%;
    height: 200px;
    position: relative;
    background: #FFF;
    padding: 0;
    margin: 0;
    border-top: 8px solid;
border-image-source: linear-gradient(165deg, rgb(170, 204, 3) 20%, rgb(253, 211, 78) 20%);
border-image-slice: 1;
}

.top_menu ul li a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #5e222d;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #FFFFFF;
    letter-spacing: 5px;
}

.top_menu ul li a:hover {
    opacity: 1;
    background: #EFEFEF;
}

.top_menu ul li a p{
    font-family: 'Jost', sans-serif;
    font-size: 40px;
font-weight: 400;
}

.top_menu ul li a h3{
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.top_menu ul li img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}



@media screen and (max-width: 768px) {
    
    .top_menu {
  padding: 20px 0 40px;
  background: url(../img/top_bg.jpg) bottom no-repeat;
    background-size: auto;
  background-size: cover;
}
    
    .top_message {
display: block;
width: 88%;
max-width: 1000px;
margin: 0 auto;
align-items: center;
padding: 0px 0 50px;
}
    
    
    .top_message .text {
  width: 100%;
  font-size: 14px;
  line-height: 1.9;
}
    
    .top_message .image {
  width: 80%;
  text-align: right;
  margin: 40px auto 0 auto;
}
    
    .top_message .image img {
  width: 100%;
}
    
    
.top_menu ul {
  display: block;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

    .top_menu ul li {
width: 100%;
height: 90px;
position: relative;
margin: 0 0 10px;
}

    .top_menu ul li img {
  height: 150px;
}
    
    .top_menu ul li a p {
  font-family: 'Jost', sans-serif;
  font-size: 28px;
  font-weight: 400;
        line-height: 1.2;
}

}




/*top_mainmenu*/

.top_mainmenu {
    padding: 60px 0;
}

.top_mainmenu .menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.top_mainmenu .menu_list li{
    width: 30%;
    margin: 18px;
}

.top_mainmenu .menu_list li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.top_mainmenu .menu_list li p{
    font-size: 20px;
border-top: 1px dashed #CCC;
margin: 7px 0 15px 0;
}



@media screen and (max-width: 768px) {
    
.top_mainmenu {
  padding: 20px 0 60px 0;
}

.top_mainmenu .menu_list li {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
    
    .top_mainmenu .menu_list li .image {
  width: 45%;
}
    
    .top_mainmenu .menu_list li .image img {
  width: 100%;
  height: 90px;
}
.top_mainmenu .menu_list li p {
  font-size: 18px;
  border-top: none;
  margin: 0;
  width: 48%;
}
}


/*information*/



.top_information {
        width: 100%;
    margin: 0;
    padding: 120px 0;
}

.top_information .cont_titile03 {
    padding: 0 0 10px 0;
    font-size: 17px;
    letter-spacing: 2px;
    display: flex;
   justify-content: flex-start;
    align-items: center;
    position: relative;
    font-weight: normal;
      width: 90%;
      max-width: 810px;
      box-sizing: border-box;
      margin: 0 auto;
}

.top_information .cont_titile03 span{
    border-bottom: 8px solid;
border-image-source: linear-gradient(150deg, rgb(170, 204, 3) 65%, rgb(253, 211, 78) 65%);
border-image-slice: 1;
}


.top_information h2.cont_titile03 a{
display: flex;
align-items: center;
font-weight: normal;
position: absolute;
right: 0;
bottom: 25px;
border: 1px solid #D1D7DA;
padding: 7px 10px;
font-size: 13px;
background: #FFF;
}

.information_list {
    display: block;
    margin: 10px auto;
    border: none !important;
    padding: 0 !important;
    width: 90%;
    max-width: 810px;
}

ul.information_list li {
    width: 100%;
    line-height: 1;
    margin: 0;
    list-style: none !important;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #CCC;
    padding: 28px 0;
    font-size: 13px;
    color: #666;
    font-family: 'Jost', sans-serif;
    letter-spacing: 2px;
}

ul.information_list li:first-child{
    border-top: 1px solid #CCC;
}


ul.information_list li a{
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 0 40px;
}




@media screen and (max-width: 860px) {
    
    .top_information {
       width: 100%;
    margin: 0 auto;
            padding: 40px 0;
}
    
    
    .top_information .cont_titile03 {
  font-size: 15px;
  display: block;
  text-align: left;
}
    
    
.top_information .cont_titile03 span {
  border-bottom: 5px solid;
  border-image-source: linear-gradient(150deg, rgb(170, 204, 3) 65%, rgb(253, 211, 78) 65%);
  border-image-slice: 1;
  text-align: left;
  font-size: 24px;
}
    
    
    .top_information h2.cont_titile03 a {
  font-size: 12px;
  letter-spacing: 0;
  top: 5px;
  bottom: auto;
  padding: 5px;
}
    
    
        


    ul.information_list li {
        padding: 20px 0;
    display: block;
}
    ul.information_list li .disc p {
    font-size: 12px;
}

    ul.information_list li a {
    margin: 0;
    line-height: 1.6;
}
    .information_list p.date {
    padding: 0 0 10px 0;
}
    
    

}


.top_instagram {
    padding: 80px 0 1px 0;
}


@media screen and (max-width: 860px) {
.top_instagram {
    padding: 50px 0 23px 0;
}
}

/*top staff*/

.top_staff {
    padding: 80px 0;
}

.top_staff .staff_list {
    max-width: 1000px;
    width: 93%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    border: none !important;
    padding: 0 !important;
}

.top_staff .staff_list li {
    width: 218px;
    margin: 0 42px 35px 0;
}

.top_staff .staff_list li:nth-of-type(4n){
    margin: 0;
}

.top_staff .staff_list li .image{
    width: 218px;
    height: 218px;
    border-radius: 50%;
    overflow: hidden;
}

.top_staff .staff_list li .image img{
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.top_staff .staff_list li h4 {
    text-align: center;
    font-size: 18px;
    padding: 15px 0px 5px;
}

.top_staff .staff_list li .sub{
    border: 1px solid #CCC;
    padding: 4px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 0;
    background: #FFF;
    color: #000;
}

.top_staff .staff_list li .message {
    font-size: 14px;
    line-height: 1.5;
}


@media screen and (max-width: 860px) {
    .top_staff .staff_list li {
    width: 208px;
    margin: 0 42px 35px 0;
}
    .top_staff .staff_list li:nth-of-type(4n) {
  margin: 0 40px 35px 0;
}

}

@media screen and (max-width: 640px) {
    .top_staff .staff_list {
  justify-content: space-between;
        width: 85%;
}

    .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
}
    .top_staff .staff_list li:nth-of-type(4n) {
  margin:0 0 35px 0;
}

}

@media screen and (max-width: 560px) {
    .top_staff .staff_list {
  justify-content: space-between;
        width: 89%;
}

    .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
}

}

@media screen and (max-width: 480px) {
    .top_staff .staff_list {
  justify-content: space-between;
        width: 83%;
}

    .top_staff .staff_list li {
    width: 150px;
    margin: 0 0 35px 0;
}
    .top_staff .staff_list li .image {
  width: 150px;
  height: 150px;
}

    .top_staff .staff_list li .image img {
  height: 150px;
}

}




/*top blog*/

.top_blog{
    background: #EFEFEF;
    padding: 80px 0;
}

.blog_list {
    max-width: 1000px;
    width: 93%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    border: none !important;
    padding: 0 !important;
}

ul.blog_list li {
    width: 30%;
    line-height: 1;
    margin: 0 50px 20px 0;
    list-style: none !important;
    padding: 15px 0;
}




ul.blog_list li:nth-child(3){
    margin-right: 0;
}

ul.blog_list li .image{
    width: 100%;
}
ul.blog_list li .image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

ul.blog_list li .disc{
    line-height: 1.5;
    padding: 10px 0;
}

ul.blog_list li .disc p{
    margin: 0 !important;
        padding: 10px 0;
    font-family: 'Jost', sans-serif;
}

ul.blog_list li .disc h4{
    margin: 0 !important;
    font-size: 18px;
    border-bottom: none;
    padding: 0 !important;
}

ul.blog_list li .disc .text {
  font-size: 13px;
  padding: 15px 0 0 0;
    display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}



.top_blog .btn01 {
    margin: 0 auto;
        width: 280px;
}

.top_blog .btn01 a{
    width: 100%;
}

@media screen and (max-width: 768px) {
ul.blog_list li {
    width: 30%;
    line-height: 1;
    margin: 0 35px 20px 0;
    list-style: none !important;
    padding: 15px 0;
}
    ul.blog_list li .image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
}






/*top access*/

.top_access{
    padding: 80px 0;
    background: #EFEFEF
}

.top_access .flex_b {
    width: 100%;
    max-width: 1100px;
    margin:80px auto 20px auto;
    align-items: center;
}



.top_access .logo{
    width: 297px;
    display: block;
    margin: 0 auto 30px;
}


.top_access .slider_shop {
       width: 46%;
    margin-bottom: 0 !important;
}

.top_access .slider_shop li img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.top_access dl {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.top_access dl dt {
    width: 100%;
    font-size: 15px;
}

.top_access dl dt .tel{
    font-size: 36px;
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_access dl dt .tel span {
  font-size: 36px;
}

.top_access  dl dt p.calendar a{
        display: flex;
    align-items: center;
    border: 1px solid #CCC;
    padding: 4px 4px 4px 14px;
    justify-content: center;
    font-size: 15px;
    background: #FFF;
    margin: 10px auto;
    width: fit-content;
}

.top_access dl dd {
    padding: 15px;
    box-sizing: border-box;
}

.top_access dl dd p{
    padding: 0;
font-size: 14px;
line-height: 1.8;
    color: #000000;
}

.top_access dl dd .tel{
    font-size: 26px;

}

.top_access dl dd p img{
    height: 40px;
}

.top_access .btn01 a {
    margin: 15px auto 0;
}



.top_access .shop_list {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto 40px auto;
    max-width: 800px;
    flex-wrap: wrap;
}


.top_access .shop_list .image{
    width: 330px;
}

.top_access .shop_list .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.top_access .shop_list h3{
    font-size: 26px;
        margin: 0 0 6px 0;
}

.top_access .shop_list dl dt .tel {
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.top_access .shop_list dl{
    width: 400px;
}

.top_access .shop_list .btn01 a {
    padding: 5px 5px 5px 10px;
    margin: 15px auto 0;
    font-size: 13px;
}

@media screen and (max-width: 640px) {
    
   .top_access .shop_list .image{
    width: 100%;
}
 
    .top_access .shop_list dl{
    width: 100%;
}
    
}


/*column*/

.mainvisual02{
    margin: 0 0 20px 0;
}
.mainvisual02 img {
    width: 100%;
    height: auto;
}




div#toc_container {
    margin: 50px 0;
    padding: 35px;
}

div#toc_container ul {
    border: 0;
}


.maincol.post h2 {
    margin: 45px 0 20px 0;
    border-left: 4px solid #CCC;
    padding: 0 0 0 20px;
    line-height: 1.4;
    font-size: 24px;
}


.maincol.post h3 {
    margin: 0 0 20px 0;
    padding: 15px;
    line-height: 1.4;
    font-size: 18px;
    background: #EFEFEF;
}


.maincol.post h4 {
    margin: 35px 0 20px 0;
    padding: 15px 0;
    line-height: 1.4;
    font-size: 18px;
    border-bottom: 1px dashed #CCC;
}


.maincol.post ul {
    margin: 20px 0 50px 0;
    border: 1px solid #CCC;
    padding: 27px;
}


.maincol.post ul li {
    list-style: disc;
    margin: 0 0 0 20px;
}

.maincol.post p {
    margin: 0 0 20px 0;
    line-height: 1.8;
}

.maincol.post p img {
    width: 100%;
    height: auto;
}


.maincol.post .pickup {
    border: 1px solid #CCC;
    padding: 23px 30px 0;
    margin: 0 0 50px 0;
}


.maincol.post .table_news {
  border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin: 0 0 30px 0;
    font-size: 14px;
    width: max-content;
}

.maincol.post .table_news th {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background: #EFEFEF;
    padding: 5px;
    width: 90px;
}

.maincol.post .table_news td {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 5px;
}

.maincol.post .table_news img{
    vertical-align: bottom;
}


.table_news.no01 {
  width: 100% !important;
}

.table_news.no01 .image {
  width: 23%;
}


.maincol.post .table_news td strong {
  display: block;
  font-size: 16px;
}



.maincol.post .table_news02 {
  border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin: 0 0 30px 0;
    font-size: 14px;
}

.maincol.post .table_news02 th {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background: #EFEFEF;
    padding: 5px;
}

.maincol.post .table_news02 td {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 5px;
}


.maincol.post .table_simple {
  font-size: 14px;
}

.maincol.post .table_simple td{
    padding: 10px;
}

/*recommend*/

.maincol.post .recommend_list{
    padding: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.maincol.post .recommend_list li{
   list-style: none;
    margin: 0;
    width: 48%;
}

.maincol.post .recommend_list li img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.maincol.post .recommend_list li h4 {
    margin: 0 0 0 0;
    padding: 7px 0;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: none;
}

.bg_gray li {
    width: 330px;
}

.bg_gray li h3 {
    font-weight: normal;
    font-size: 26px;
    padding: 10px 0;
}

.bg_gray li p {
    padding: 0 0 10px 0;
}


.top_other {
    width: 48%;
    position: relative;
    padding: 0;
    background: #FFF;
}


.top_other a {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 20px;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border: 1px solid #CCC;
}

.top_other a p span{
    font-size: 14px;
    color: #999999;
    display: block;
}

.top_other span.material-icons {
    position: absolute;
    right: 24px;
}



/*list*/

ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.list li{
    width: 48%;
        margin: 0 0 40px 0;
}

ul.list li img{
    width: 100%;
    height: auto;
}


/*page*/

.inner_page h2 {
font-size: 30px;
padding: 10px 0 30px 0;
line-height: 1;
font-weight: 400;
margin: 0 0 50px 0;
}

.inner_page h3 {
    font-size: 18px;
    background: #EFEFEF;
    padding: 10px 15px;
    margin: 40px 0 20px 0;
    font-weight: 400;
}

.inner_page h4 {
    font-size: 16px;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #CCC;
    margin: 20px 0 12px 0;
}



.members {
    border: 1px solid #CCC;
    margin: 40px auto;
    width: 90%;
    max-width: 580px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    text-align: center;
}



.about .main {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}


.about .main .text h2{
    font-size: 24px;
margin: 0;
    padding: 0 0 30px 0;
}

.about .main .text .copy{
    font-size: 26px;
font-weight: 500;
}

.about .detail {
  background: #f9f6e8;
  margin: 80px auto;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  padding: 70px;
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
}

.about .detail p{
    border-bottom: 2px dotted #8C6F6F;
display: inline;
padding: 0 0 5px 0;
}

.about .detail p::after{
    content: '';
    display: block;
    height: 17px;
}


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

.about .main {
  display: block;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

    .about .main .text h2 {
  font-size: 20px;
  margin: 0;
  padding: 30px 0 30px 0;
}
    
    .about .main .text .copy {
  font-size: 23px;
  font-weight: 500;
}
    
    
    .about .detail {
  background: #f9f6e8;
  margin: 40px auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  padding: 20px 25px;
  text-align: left;
  font-size: 16px;
  line-height: 2.5;
}
    
    .about .detail p br {
  display: none;
}
    

}







.office dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.office dl dd h3 {
    background: #f9f6e8;
font-weight: bold;
font-size: 20px;
padding: 10px 15px;
margin-top: 0;
margin-bottom: 5px;
}


.office dl dd {
  width: 49%;
  margin: 15px 0 30px;
  font-size: 18px;
}


.office dl dd iframe{
    width: 100%;
    height: 250px;
}

.office dl a {
  color: orange;
}


.office dl .tel a {
  font-size: 24px;
}


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

.office dl {
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
flex-direction: column-reverse;
    width: 90%;
margin: 0 auto;
}
    
    .office dl dd {
  width: 100%;
  margin: 15px 0 10px;
  font-size: 18px;
}

}

.recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    border-top: 1px solid #CCC;
}

.recruit dt {
    width: 50%;
    font-size: 20px;
    border-bottom: 1px solid #CCC;
    padding: 15px 0;
}


.recruit dd {
    width: 50%;
    border-bottom: 1px solid #CCC;
}


.recruit dd .btn01 a{
    margin:15px 0 15px auto;
}


@media screen and (max-width: 768px) {
.recruit dt {
  width: 100%;
  font-size: 18px;
  border-bottom: none;
  padding: 15px 0 0 0;
}

    .recruit dd {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
    .recruit dd .btn01 a {
  margin: 15px 0 15px 0;
}
}


/*contact*/

.contact_list li a {
    display: flex;
    align-items: center;
    border: 1px solid #CCC;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    padding: 15px;
    margin: 20px auto;
}

.contact_form {
    width: 90%;
    max-width: 900px;
    margin: 50px auto;

}

.contact_form p.attention {
    padding: 20px 0;
    text-align: left;
}

.contact_form table{
    border-top: 1px solid #B4B4B5;
    width: 100%;
}

.contact_form th{
    width: 200px;
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 15px;
    font-weight: normal;
    background: #ECEFF0;
    box-sizing: border-box;
    font-size: 14px;
}

.contact_form td{
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
}

.mailform-tbl input[type="text"], .mailform-tbl textarea {
    padding: 6px;
    font-size: 16px;
    border: 1px solid #999;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.mailform-tbl input[type="text"]{
    width: 300px;
}

.mailform-tbl .w100 input[type="text"] {
    width: 100%;
}

.mailform-tbl input[type="email"] {
    width: 80%;
    padding: 6px;
font-size: 16px;
    box-sizing: border-box;
        border: 1px solid #999;
    -webkit-appearance: none;
    appearance: none;
}

.mailform-tbl select {
    padding: 6px;
font-size: 16px;
    box-sizing: border-box;
        border: 1px solid #999;
}

.mailform-tbl td textarea {
  width: 100%;
}

.mailform-tbl td .birth input {
  width: 100px !important;
}

.mailform-tbl .address {
  display: flex;
  flex-wrap: wrap;
}

.mailform-tbl .address dt{
    width: 20%;
    padding: 0 0 15px;
}

.mailform-tbl .address dd{
    width: 80%;
    padding: 0 0 15px;
}

span.attention {
    font-size: 11px;
    color: red;
    margin: 0 0 0 10px;
}

p#submit-button input {
    background: #64777E;
    color: #FFF;
    border: 0;
    padding: 15px;
    width: 300px;
    margin: 80px auto;
    display: block;
    font-size: 16px;
}






ul.sitemap li {
    list-style: disc;
    padding: 0 0 5px 20px;
    list-style-position: inside;
}


p.attention {
    text-align: center;
    padding: 50px 0 0 0;
}


.um-field.um-field-block.um-field-type_block .um-field-block {
    display: none;
}


.member_login_copy02 {
    max-width: 700px;
    margin: 20px auto;
    border: 1px solid #CCC;
    padding: 30px;
    box-sizing: border-box;
    width: 90%;
    font-size: 14px;
}

.member_login_copy02 .att{
    color: red;
}

.eventorganiser-event-meta hr {
    display: none;
}

ul.eo-event-meta li:last-child {
    display: none;
}

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

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

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



    ul.column_list li {
    width: 30%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
}


}


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

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

}

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

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






    .top_blog {
    background: #E3E7E9;
    padding: 55px 0;
}

    ul.blog_list li {
    width: 100%;
        margin: 0 auto;
}





    .maincol.post h1 {
    text-align: left;
}

    div#toc_container {
    margin: 50px 0;
    padding: 22px;
}


    .post_meta {
    display: block;
}
    .post_cat {
    margin: 0;
}

    .cont_titile {
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 15px 0 15px;
}


    .maincol.post .recommend_list li {
    list-style: none;
    margin: 0 0 20px 0;
    width: 100%;
}
    .maincol.post .recommend_list li:last-child{
        margin: 0;
    }






    .top_staff {
  padding: 40px 0;
}



    .top_access {
    padding: 50px 0 20px 0;
}

    .top_access .flex_b {
    margin: 40px auto 20px auto;
}

    .top_access ul.slider_shop {
    width: 100%;
    margin-bottom: 30px !important;
    margin: 0 auto;
}

    .top_access .slider_shop li img {
    height: 250px;
}


    .top_access dl {
    display: block;
    width: 90%;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    align-items: center;
}

    .top_access dl dt {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
    .top_access dl dd {
    width: 100%;
}
    .top_access dl dd p {
    padding: 0 0 7px 0;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}
    .top_access dl dt .tel {
    justify-content: center;
}



    .bg_gray li {
    width: 93vw;
    margin: 0 auto;
}

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

    .inner_page h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 16px 0 20px 0;
    line-height: 1.2;
    margin: 0 0 20px 0;
}







    dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    border-top: 1px solid #CCC;
    font-size: 16px;
}

    .company_view dt {
    width: 100%;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    border-bottom: none;
}
    .company_view dd {
    width: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}


    .contact_form {
    width: 93vw;
    margin: 10px auto;
}

    .contact_form th {
     width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 7px 5px 7px 5px;
    font-weight: normal;
    float: left;
    margin: 0 0 16px 0;
}
    .contact_form td {
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding:0 5px 18px 5px;
    font-weight: normal;
    width: 100%;
        float: left;
        box-sizing: border-box;
}

    .mailform-tbl input[type="text"]{
    width: 70%;
}

    .mailform-tbl textarea {
    width: 100%;
    display: block;
}



    .maincol.post .table_news {
  font-size: 12px;
  width: max-content;
}

    .maincol.post .table_news th {
  width: 43px;
}


    .inner_page h3 {
  font-size: 15px;
  background: #EFEFEF;
  padding: 7px 15px;
  margin: 25px 0 20px 0;
  font-weight: 400;
}


}
