/*
Theme Name:SAKURA PHARMACY
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

*{font-family:"Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



body{
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	letter-spacing: 2px;
}

* html body{  
    overflow: hidden;  
	height: 100%;
	font-size:90%
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	color:inherit;
	text-decoration:none;
}



p{
    font-size: 18px;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big {
    font-size: 150% !important;
    text-align: center;
    margin: 0 auto 5%;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:70%!important;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

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

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


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*テーブル設定*/

table{
clear: both;
table-layout: fixed;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:55px;
width:100%;
}


th,td{
padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px;
}

th span,td span{
    font-weight: bold;
    margin: 10px 0px;
}

th p,td p{
font-size:100%;
margin:10px 0!important;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-left:none!important;
    border-bottom: solid 1px white!important;
    background-color: #00779c!important;
    color: #fff!important;
    cursor: pointer;
    padding: 10px!important;
    position: relative;
    margin: 0px auto!important;
    max-width: 96%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}



/*イメージ*/
img{
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}


/*サイトヘッダー*/
#header {
    z-index: 13;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    /*background-color: #fff;*/
    display: block;
    /* box-shadow: 0 0 5px #eee; */
    transition: 0.3s ease-in-out;
    padding: 1% 0;
  background: rgba(255,255,255,0);
  transition: background 0.5s ease;
}
#header.bg-show {
  background: rgba(255,255,255,1);
}

.header-inner{
    width: 70%;
}


/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 25%;
    vertical-align: bottom;
}

#header h1 a {
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/header_logo.webp) no-repeat;
    display: block;
    height: 4rem;
    background-size: contain;
}

/*ヘッダーメニュー*/
.header-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding:0 4%;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner > ul {
    display: flex;
    justify-content: flex-end;
    gap: 2%;
}

.header-sns li {
    padding: 0 30px;
}

.header-sns li a {
    font-size: 13px;
}

.header-insta a {
    position: relative;
    padding-left: 30px;
}

.header-insta a::before {
    content: "";
    background-image: url(img/icon-insta.png);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-contact {
	background: #111;
	color:#fff;
    border-radius: 50px;
    padding: 5px 50px;
}

.header-menu-item {
    padding: 1% 2%;
    /* border-left: solid 1px #e95383; */
    justify-content: center;
    align-items: center;
    display: flex;
}

.header-menu-item a {
    font-weight: 500;
    font-size: 1rem;
    text-align: right;
    padding: 5% 0;
}

.header-menu-item:last-child {
    color: #fff;
    /* background-image: linear-gradient(149deg, rgba(224, 159, 131, 1) 15%, rgba(230, 49, 118, 1)); */
    /* padding: 0% 7%; */
    /* border-radius: 50px; */
    width: 22%;
}

.header-menu-item:last-child a{
    background-image: linear-gradient(149deg, rgba(224, 159, 131, 1) 15%, rgba(230, 49, 118, 1));
    padding: 7% 0%;
    border-radius: 50px;
    display: block;
    width: 100%;
    display: block;
    text-align: center;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #aaa;
}



/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 201;
    }


#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

.no1,.no2,.no3{
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

/*トップページレイアウト*/

.flex-box{
	display: flex;
}

h2 {
    color: #e95383;
    font-size: 2rem;
    line-height: 1.2;
}

.chiaro{
font-family: "fot-chiaro-std", sans-serif;
font-weight: 700;
font-style: normal;
}

.zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
}

figure{
	line-height: 0;
	margin: 0; 
}

#home {
    background: linear-gradient(to bottom, #f9dad9 0%, #f5f1d2 30%, #f9dad9 70%, #f5f1d2 80%, #fdf6f9 95%);
}

.catch_area {
    position: relative;
    overflow: hidden;
    padding: 0% 0 15%;
}

.catch_area .main_img {
    /*background: url(img/top_FV.webp);
    background-size: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 85vh;
    background-position: top right;*/
    /* margin: 5% 0; */
height: 81vh;
    padding: 0px 0 0 30%;
}

.catch_area .flexslider {
    width: 100%;
    display: flex;
    align-items: center;
    z-index: -1;
}

.flex-control-nav{
	display: none;
}

.flexslider .slides {
zoom: 1;
    border-radius: 0 0 0 180px;
    overflow: hidden;	
}

.catch_area .flexslider li{
    line-height: 0;
	height: 100%;
}

.catch_area .flexslider li img{
	
}

.catch_area .flexslider .mobile{
	display: none !important;
}

.catch_area .bg_area {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 85vh;
}

.catch_area .bg_area figure:first-child {
    width: 50%;
}

.catch_area .bg_area figure:last-child {
    width: 45%;
    position: absolute;
    bottom: -30%;
    right: 0;
}

.catch_area .text_area {
    position: relative;
    /* bottom: 15%; */
    /* left: 10vh; */
    display: flex;
    flex-direction: column;
    gap: 10vh;
    width: 60%;
    max-width: 900px;
    margin: -15% auto 5%;
    transform: translateX(-20%);
}

.catch_area .text_area .flex_box::before {
    content: "";
    background: url(img/FV_illust.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30%;
    height: 12rem;
    position: absolute;
    bottom: calc(50% - 6rem);
}

.catch_area .text_area>span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.catch_area .text_area .zen-maru {
    padding: 0 0 0 30%;
    letter-spacing: 2px;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}

.catch_area .text_area span {
    font-size: 3rem;
    color: #e95383;
    letter-spacing: 0;
    text-shadow: 0px 0px 15px #ffffff;
    line-height: 1.5;
}

.catch_area .text_area article {
    box-shadow: 0px 0px 15px -2px #e95383;
    background: #fff;
    border-radius: 50px;
    padding: 1rem 1rem 1rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.catch_area .text_area article a {
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.catch_area .text_area article h3 {
    letter-spacing: 0;
}

.catch_area .text_area article a>span{
    font-size: 0.8rem;
	color: #e95383;
}

.catch_area .text_area .date {
    font-size: 0.9rem;
    margin: 0;
    color: initial;
    font-weight: initial;
}

.catch_area .text_area article a::after {
    content: "";
    background: url(img/icon_new_topic.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    padding: 0 0 0 1rem;
    background-repeat: no-repeat;
    background-position: right;
}

.shop_area {
    position: relative;
    width: 100%;
    padding: 0% 0 10% 0;
    /* max-width: 1000px; */
    /* background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(250, 219, 218, 1)); */
}

.shop_box  {
    display: flex;
    justify-content: center;
    gap: 2%;
}

.shop_area h2 {
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5%;
}

/*.shop_area::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 40vh;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(250, 219, 218, 1));
    z-index: -1;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
}*/

.shop_area article {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px -2px #e95383;
    background: #fff;
    max-width: calc(1280px / 3 - 6.5rem);
    padding: 1%;
    box-sizing: border-box;
}

.shop_area figure {
    margin: auto;
    position: relative;
    top: 1rem;
}

.shop_area span {
    padding: 0.5rem;
    margin: 0rem auto 0rem;
    background-color: #e95383;
    position: relative;
    top: -2rem;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    display: block;
}

.loop .swiper-wrapper {
    transition-timing-function: linear;
}

.loop .swiper-slide {
    width: 25%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loop .swiper-slide img{
    width: 120%;
    display: block;
    max-width: unset;
}

.loop .swiper-slide.even {
    margin-top: 5%;
}

.recruit_area{
    padding: 10% 0 15%;
}

.about_area {
    display: flex;
    max-width: 1000px;
    margin: -20% auto 0%;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 5;
}

.about_area article {
    width: 60%;
}

.about_area p {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.more_btn{
	
}

.about_area h2 {
    margin: 0 0 10%;
    line-height: 1.6;
}

.about_area .more_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_area .more_btn span{
	background:#e95383;
	border-radius: 100px;
}

.about_area .more_btn span::after{
content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(img/icon_recruit.svg) no-repeat;
    margin-left: 10px;
    background-size: contain;
}

.about_area .pic_area {
    position: relative;
    width: 50%;
}

.about_area figure:first-child {
    position: absolute;
    width: 28rem;
    right: -20%;
    top: -15%;
}

.about_area figure:last-child {
    position: absolute;
    width: 20rem;
    bottom: -10%;
    left: -10%;
}

.about_area .more_btn a {
    width: fit-content;
    background: #e95383;
    border-radius: 100px;
    color: #fff;
    padding: 1.5rem 3rem;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1.4rem;
}

.bunner_area {
    padding: 60px;
    /* background: #fdfbeb; */
}

.bunner_area figure {
    margin: auto;
}

.bunner_area a {
    max-width: 80%;
    margin: auto;
    display: block;
}

.bunner_area figure img {
    /* border: solid #ff88ae 2px; */
    /* border-radius: 8px; */
}

/* ボタン */
.more-link {
    color: #333;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 3px solid #333;
    margin: 100px auto;
    display: table;
    position: relative;
    padding: 0 80px 9px 0;
    line-height: 55px;
}

.more-link.--s {
    line-height: 38px;
}

.more-link::before {
    content: "" ;
    background-image: url(img/arrow2.svg);
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 12px;
}


/* 記事一覧・1つ目と2つ目が違うサイズ */

.works_box {
    display: flex;
    gap: 75px;
}

.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb img {
    border: 2px solid #333;
    width: 100%;
    object-fit: cover;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tags {
    text-align: left;
}

.tag-item {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;    
}

.tag-item a{
	display:inline;
	color:#fff;
}



/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

/*新着情報*/
#home .topics_area {
    padding: 10% 5%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 219, 218, 1));
    background: #fff;
}

.topics_area>.flex-box {
    justify-content: center;
    max-width: 900px;
    gap: 0%;
    margin: 0 auto;
}

#home .topics_area h2 {
padding: 5rem 5%;
    background: url(img/top_s2.webp);
    background-repeat: no-repeat;
    background-position: 110% 0%;
    background-size: 125%;
    width: 50%;
    box-sizing: border-box;
}

#home .topics_area h2::before {
content: "";
    background: url(img/topic_illust.webp);
    display: block;
    width: 55%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin: 0 0 5%;
}

#home .topics_area h2 span {
    display: block;
    font-size: .9rem;
    color: initial;
    font-weight: initial;
}

.topics {
    flex-grow: 1;
}

.topics h3 {
border-bottom: 1px solid #333;
}

.topics h3 a {
    display: flex;
}

.topics .more-link {
    margin: ;
}

#home .topics .date{
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    color: #707070;
    margin: 15px 40px 20px 0px;
}

.topics_area ul {
    flex-direction: column;
}


.topics_area li{
    padding: 0.5rem 0;
    border-bottom: solid 1px #555;
}



.topics_area li a {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topics_area h3{
    width: 50%;
}

.topics_area .thumb {
    width: 20%;
    max-height: 120px;
}
.topics_area .thumb img {
    aspect-ratio: 248 / 170;
    object-fit: cover;
}

.topics_area .more_btn{
	/*text-align: right;*/
}

.topics_area .more_btn a {
    display: flex;
    align-items: center;
    width: fit-content;
    color: #e95383;
    font-weight: bold;
    margin: 1rem 0 0 auto;
}

.topics_area .more_btn a::after {
    content: "";
    background: url(img/icon_more.svg);
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}

.readmore{
display:block;
float:right;
}

.date {
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 1rem;
    color: #e95383;
    margin: 1% 0 10%;
    letter-spacing: normal;
}

.cat{
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}

.news_area{
	background: aliceblue;
	padding: 50px 0;
}

.news_area article{
 background: #fff;
    width: 1080px;
    max-width: 96%;
    margin: auto;
    display: block;
    border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
    
}

#page .news_area article{
	    width: 900px;
    max-width: 96%;
}

.news_area article h2{
    text-align: center;
    font-size: 1.7rem;
    padding: 5px 0 20px;
    display: block;	
}

.news_area article ul{
    flex-direction: column;
    padding: 20px 0;
    max-width: 800px;
    margin: auto;
}
.news_area article ul li{
    display: block;
    width: 100%;
	
    border-bottom: 1px solid pink;	
}

.news_area article ul li .date{
	    margin: 0;
    font-size: 90%;
    font-weight: 500;
}

.news_area article ul li h3{
	    gap: 20px;
}
.news_area article ul li a{
	    display: block;
	padding:15px 0;
}

.news_area article .more_btn{
    background: #fff;
    color: #e95383;
    padding: 5px 30px;
    width: fit-content;
    border-radius: 80px;
    min-width: 140px;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #e95383;	
}

/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap{
margin: 0px auto;
min-height: 100%;
max-width: 100%;
padding: 0px 0 0px 0;
z-index: 3;
}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 0px 0px 0px;
z-index: 1;
/*max-width: 1260px;*/
}

/*見出し*/

#page h2{

}



/*固定ページ用*/

#page{
    background: linear-gradient(to bottom, #f9dad9 0%, #ffffff 20%);
}

#page .cont p{

}

#main_con{

}




/*単独ページの共通設定*/
#page #main p{
    text-align: justify;
    padding: 0 0px 20px 0px;
    font-size: 100%;
    line-height: 1.8;
	margin:0;
}

#page #main h2{


}

#page #main h3{

}



#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}


/*サイドバー */


/*フッター*/

.contact_wrap {
    background: url(img/footer_img.webp);
    background-size: cover;
    background-position: center;
    padding: 5% 0;
}

.contact_area {
    max-width: 1000px;
    margin: 6% auto;
    text-align: center;
    background: #ffffffba;
    color: #e95383;
    padding: 7%;
    box-sizing: border-box;
    border-radius: 20px;
}

.contact_area h2 {
    color: inherit;
    font-weight: bold;
    font-size: 1.9rem;
    margin: 0 0 3%;
}

.contact_area article{
	
}

.contact_area article a {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.contact_area article a::before {
    content: "";
    background: url(img/icon_tel.svg);
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    display: inline-block;
}

.contact_area article span {
    font-size: 1.2rem;
    margin: 3% auto 0;
    display: block;
    font-weight: 500;
    letter-spacing: 0;
}

#footer {
    overflow: hidden;
    min-width: 100%;
    position: relative;
    bottom: 0px;
}

#footer .cont {
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1000px;
    align-items: end;
    padding: 5% 0 7%;
}

.footer-info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-info li span{
	font-size: 80%;
}

.ft_bottom {
    text-align: center;
    /* background: #fff; */
    color: #e95383;
    letter-spacing: 1px;
    padding: 1% 0 5%;
}

.foot_menu {
    text-align: left;
    width: 40%;
}

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

.foot_menu ul li{
	width: 50%;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li {
    padding: 7px 0;
    color: #e95383;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.foot_menu ul li::before{
	content:"";
    background: url(img/icon_new_topic.svg);
    background-repeat: no-repeat;
	display: inline-block;
	width: 1rem;
	height: 1rem;
}


.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.ft_bottom .footer_info address {
    font-style: normal;
}


/*固定ページメインタイトル*/

#pageheader {
width: 100%;
    /* height: 120px; */
    padding: 120px 0 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    /* overflow-x: clip; */
    background: #fff;
}

.pageheader_cont {
    /* max-width: 1260px; */
    margin: auto;
    /* height: 100%; */
    position: relative;

}

.pageheader_cont h2 {
    width: fit-content;
    text-align: center;
    font-size: 3.5rem;
    position: relative;
}


.pageheader_cont .cat_h2 {
    text-align: center;
    margin: auto;
    font-size: 1.8rem;
    font-weight: 500;	
}

.pageheader_cont h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20%;
    top: 115%;
    background: #e95383;
}

.title_area figure {
    width: 55%;
}

.title_area {
    display: flex !important;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    /* overflow-x: clip; */
    /* padding: 0 0 0 10%; */
    gap: 10%;
    max-width: 1200px;
}

.recruit_head .title_area {
    max-width: 1600px;
    width: 100%;
}

.recruit_head .title_area figure {
    width: 100%;
    height: 100%;
    margin: 0 -15% 0 0;
}

.recruit_head .recruit_title {
    text-align: justify;
    font-size: 2.6rem;
    margin: -15% -15% 0% 5%;
    width: 45%;
    line-height: 1.5;
}

.recruit_head .recruit_title::after {
    content: "";
    background: linear-gradient(to right, #f2c2ba 0%, #f8eb90 99%);
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    -ms-filter: blur(6px);
    filter: blur(30px);
    opacity: 0.5;
    top: -5%;
    z-index: -1;
    left: -8%;
}

.recruit_title .text_top {
    font-family: inherit;
    display: block;
    font-size: 80%;
    color: #575959;
    margin: 0 0 5%;
    letter-spacing: 0px;
}

.recruit_title .text_top span {
    font-family: inherit;
    font-size: 125%;
}

.recruit_title .text_top span:nth-child(1){
    color: #77bd56;
}

.recruit_title .text_top span:nth-child(2){
	color: #ff88b3;
}

.pageheader_cont .left {
}

.about_head{
}

.recruit_head {
    height: 85vh;
    overflow: hidden;
    background-image: url(img/recruit_bg.webp);
    background-color: #f9dad9;
    background-size: cover;
}

.contact_head{
}



/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
/*padding: 5px;*/
vertical-align: top;
display: inline-block;
box-sizing: border-box;
}


.post{
z-index:1;
}

.entrytext{
	margin: auto;
    max-width: 100%;
    padding: 0px 0;
}



.postnav{
    padding: 20px 0;
    /* border-top: 1px solid #111; */
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: auto;
    max-width: 96%;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight: 500;
    color: #fff;
    background: #e95383;
    padding: 3px 10px;
    border-radius: 50px;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight: 500;
    color: #fff;
    background: #e95383;
    padding: 3px 10px;
    border-radius: 50px;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3 {
    background: none !important;
    font-size: 115% !important;
    margin: 10px 0 !important;
    padding: 0px 0px !important;
    border: none !important;
    letter-spacing: normal;
}

.post_list_wrap {
    
    background: linear-gradient(to bottom, #f9dad9 0%, #ffffff 116%);
}

.cate_right .date {
    margin: 1% 0 1%;
}

#imagetopics {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 1%;
    max-width: 1200px;
    margin: 0 auto !important;
}

.cate_block {
    width: calc(100% / 3 - 1%);
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
}

.cate_left{
display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px!important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}

.cate_right {
    vertical-align: top;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 100%;
    text-align: left;
    padding: 10px 0 !important;
}

.summary {
    margin: 10px 0 15px;
    line-height: 120%;
    color: #888;
    text-align: justify;
}

.morelink a{
    border-radius: 5px;
    padding: 2px 8px;
    color: #111;
	border:1px solid #111;
    display: inline-block;
}

#sidebar #list ul li {
    margin-bottom: 5px;
    width: 98%;
    padding: 0;
    display: block;
    vertical-align: top;
    padding: 5px;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont {
    margin: auto;
    padding: 15% 0 5%;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}
/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span {
    background: #e95383;
    font-size: 80%;
    color: #fff;
    padding: 0 3%;
    margin: 0 0 0 3%;
}

.contact_table tr {
    border-bottom: 1px solid #ddd;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:70px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 20px 0;
    margin-top: -50px;
    border-radius: 0;
}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea {
    width: 90%;
    height: 150px;
}


 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    display: block;
    margin: auto;
}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
}

#page-top a {
    background: url(img/up.webp) no-repeat;
    background-size: contain;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    text-indent: -99999px;
    display: block;
}

#page-top a:hover {
width: 45x;
margin-bottom: 0px;
height: 45px;
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


/*パンくずリスト*/
.breadcrumbs {
font-size: 80%;
    margin-left: 5px;
    /* margin-bottom: 15px; */
    /* padding: 1rem 0; */
    /* margin: -1rem 0 -1rem 5px; */
    position: relative;
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: auto;
    display: block;
    /* min-height: 20px; */
    padding: 20px 0;
    z-index: 10;
    /* background: #fff;*/
}

.breadcrumbs span {
    padding: 0 3px;
    font-weight: bold;
    letter-spacing: normal;
}

.breadcrumbs a{
font-weight: bold;
    /*border: 1px solid #111;*/
    border-radius: 20px;
}

.breadcrumbs .home {
    background: #e95383;
    padding: 0 1%;
    color: #fff;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
#header,.catch_area,#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;}
.drawer-hamburger{display:none!important;}

#page #main .now,.now{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding:80px 0;
}




@media screen and (max-width: 768px){
	
#page #main .now,.now{

    font-size: 1.2rem;


}	
	

.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.catch_area .flexslider li .pc{
	display: none!important;
}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider,.catch_area{min-width:auto; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
	
margin:0px;
box-sizing:border-box;
}

#header{
	position:relative;
	height: 60px;
	max-width:100%; min-width:100%;
	background: #fff;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding: 0;
    margin:0px;
    height:auto;
    display: block;
}
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}

.pageheader_cont {
    /* overflow-y: clip; */
    width: 500px;
    margin: 0 auto;
}

.title_area {
    justify-content: left;
}

.title_area figure {
    width: 80%;
    margin: -10% -10% 0 -10%;
}

#pageheader {
    padding: 0px 0px 0px;
	overflow-x: clip;
}

#list{
max-width:100%;
margin:auto;
}


#main_con{
padding:5px;
box-sizing:border-box;
}


#main_menu{display:none;}


#header h1{
    display: block;
    height: 35px;
    width: 180px;
    z-index: 10;
}	
	
#header h1 a{
    display: block;
    vertical-align: bottom;
	height: 35px;
    width: 180px;
    background-size: contain;
}

.pageheader_cont h2 {
	font-size: clamp(1.4rem, 0.257rem + 5.71vw, 3rem);
    margin: 0 -25% 0 5%;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}

.pageheader_cont h2::after {
    bottom: -25%;
}

#page .cont{
	padding: 0;
	box-sizing:border-box;
	margin: -2rem auto 0px;
}
	
#page #wrap {
    padding: 0% 0 0%;
}

.breadcrumbs{
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 70%;
}


/*トップページ*/

p {
    font-size: 0.85rem!important;
}

h2 {
    font-size: 1.5rem;
	margin: 0 0 10%
}

.catch_area {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    height: unset;
}

.catch_area .text_area span {

    text-shadow: 0px 0px 8px #ffffff;

}

.catch_area .text_area .zen-maru {
	font-size: clamp(20px, 4vw, 32px);
    padding: 0 0 0 5%;
}

.catch_area .bg_area {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.catch_area .main_img {
    margin: 0% 0;
    height: 30vh;
}

.catch_area .flexslider {
    height: unset;
}

.flexslider .slides {
     height:unset;
border-radius: 0 0 0 40px;
}

.catch_area .flexslider .mobile{
	display: block !important;
}

.catch_area .text_area {
    left: 0%;
    right: 0%;
    bottom: 15%;
    gap: 2vh;
    width: 100%;
	transform: unset;
}

.catch_area .text_area .flex_box::before {
    width: 20%;
    height: 5rem;
    position: absolute;
    bottom: calc(50% + 2rem);
	left: 5%;
}

.catch_area .text_area article {
    max-width: 500px;
	padding: 1rem 4%;
	margin: 0 auto;
	width: 300px;
}

.catch_area .text_area article a {
    justify-content: left;
    gap: 0 0.5rem;
}

.catch_area .text_area article h3 {
    letter-spacing: 0;
    line-height: 1;
	font-size: clamp(14px, 1vw, 16px);
}
	
.catch_area .text_area .date {
    font-size: 0.9rem;
    margin: 0;
    color: initial;
    font-weight: initial;
    font-size: clamp(12px, 1vw, 16px);
}
	
.catch_area .bg_area figure:last-child {
    bottom: 0px;
    position: absolute;
    width: 45%;
}
	
.about_area {
	overflow: hidden;
    flex-direction: column;
	margin: -5% auto 20%;
	align-items: center;
}

.about_area h2 {
    margin: 0 0 5%;
}

.about_area .more_btn span {
    padding: 1rem 3rem;
}

.loop .swiper-slide {
    width: 55%;
}

.shop_area {
    flex-direction: column;
    margin: 0 auto;
	margin: 0% auto 20%;
}

.shop_box {
    flex-direction: column;
}

.topics_area h2 {
    width: 80%;
    background-size: 70%;
}

.topics_area h2::before {
    height: 3rem;
    background-position: bottom left;
    margin: 0 auto 5% 0;
}

	
.news_area article h2 {
    text-align: center;
    font-size: 1.3rem;
    padding: 20px 0 0px;
    display: block;
    margin: 0;
}	
	
	
#home .topics_area h2 {
    padding: 2rem 5%;
    background: url(img/top_s2.webp);
    background-repeat: no-repeat;
    background-position: 110% 0%;
    background-size: 125%;
    margin: auto;
    box-sizing: border-box;
    font-size: 1.3rem;
    text-align: center;
}
	
#home .topics_area h2::before {
    content: "";
    background: url(img/topic_illust.webp);
    display: block;
    width: 55%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin: 0 auto 5%;
    z-index: 50;
    position: relative;
}	
	
	
.shop_area article {
    margin: 5% auto;
    width: 75%;
	max-width: 500px;
}

.shop_area span {
    top: -1.5rem;
    width: 80%;
}

.recruit_area {
    padding: 10% 0 0;
}

.about_area article {
    width: 95%;
    margin: 0 auto;
}

.about_area p {
    margin: 1rem auto;
}

.about_area .pic_area {
    position: relative;
    width: 100%;
}

.about_area .more_btn a {
    width: fit-content;
    background: #e95383;
    border-radius: 100px;
    color: #fff;
    padding: 0.2rem 2rem;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1.4rem;
}	
	
.about_area figure:first-child {
    position: relative;
    width: 70%;
    right: -42%;
    top: -15%;
}

.about_area figure:last-child {
    position: relative;
    width: 65%;
    left: -25%;
    margin: -25% auto 0;
}

.shop .link_box {
    margin: 15% auto;
}

.topics_area>.flex-box {
    flex-direction: column;
	width: 95%;
}

.topics_area .thumb {
    width: 30%;
}

.topics_area h3 {
    width: 80%;
    font-size: 0.9rem;
}

.date {
	font-size: 0.75rem;
    margin: 0;
}

.topics_area li {
    border-bottom: solid 1px;
}

.bunner_area {
    padding: 0% 0 15% 0;
}

.contact_area h2 {
    font-size: 0.9rem;
    margin: 0 0 3%;
}

.contact_area article a {
    font-size: 1.5rem;
}

.contact_area article a::before {
    width: 2rem;
    height: 2rem;
}

.contact_area article span {
    font-size: 0.9rem;
}

.contact_area {
    max-width: 500px;
    border-radius: 15px;
    width: 95%;
	margin: 20% auto 15%;
}









/* フッター */
#footer {
    padding: 30px 0 0;
}

#footer .cont {
    flex-direction: column-reverse;
    gap: 30px;
	align-items: center;
}

.footer-info h2 {
    width: 70%;
    max-width: 400px;
}

.footer-info li{
    font-size: 14px;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 95%;
    margin: 5% auto;
    gap: 20px;
}

.foot_menu > ul {
	max-width: 320px;
    margin: 0 auto;
}

.foot_menu > ul li {
    gap: 5px;
    font-size: 12px;
    width: 50%;
	padding: 0
}

.footer-info {
    align-items: center;
    margin: 5% auto 0;
    gap: 0rem;
} 
	
.footer-info ul{
    width: 100%;
    margin: 0 auto;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
}

.ft_bottom {
    display: block;
    font-size: 0.6rem;
    text-align: left;
    width: 100%;
    padding: 10%;
}
.ft_bottom .footer_logo {
    width: 230px;
}

/* button */

.more-link {
font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
	border-bottom: 2px solid #333;
}

.more-link::before {
    width: 40px;
    height: 40px;
    top: 0;
}

	
/*カテゴリー・投稿*/	

.cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
}
	.cat{

	}

#page .cate_right {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;
}


/* 固定ページ */

.recruit_head {
    height: 40vh;
}

.recruit_head .recruit_title {
    font-size: 1.6rem;
    margin: 5% 0% 0% 5%;
    width: 70%;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	
}

.recruit_head .title_area figure {
    width: 95%;
    position: absolute;
    top: -110%;
	z-index: -1;
	left: -5%;
}


/*お問い合わせ*/
	.contact_table{
    table-layout: fixed;		
	}
	
.contact_table td input {
    margin: 0px!important; 
}

#page #main .contact_table p{
		text-align:left;
	}
	
#page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
}
	
.page_cont article {
    padding: 0;
    text-align: left;
}	

#page_content_left {
    margin: 25% auto 0;
}
	
	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}


.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}
.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	

	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	    display: flex;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(0,0,0,.5);
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
position: fixed;
    background: #fff;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10% 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    #g-nav #g-nav-list {
        width : 60%;
        padding: 25% 5%;
        box-sizing: border-box;
    }

.menu_bg {
    width: 40%;
    background: #ffe8ef;
    padding: 30% 2.5%;
    box-sizing: border-box;

}
	
.tel-info a {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
}		
	
    
}



#g-nav.panelactive #g-nav-list h2{
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem!important;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

.tel-info {
    gap: 20px;
    margin: 50px auto;
}

.tel-info p {
    font-size: 20px;
    white-space: nowrap;
}



#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/
#g-nav ul {
    margin: 5px auto 30px;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav.panelactive ul {
    min-width: auto;
}

#g-nav .contact_menu{

}

#g-nav ul .tel_button{
	
}
#g-nav ul .tel_button a{
	border: none;
    padding: 8px 0;
}


#g-nav .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav .contact_menu .contact_link:before{
content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
    font-size: 25px;
    padding: 0 0 10px 5%;
    font-weight: 700;
}

#g-nav .menu-title span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

#g-nav .menu-items {
    gap: 15px;
}

#g-nav .menu-items li {
    list-style: none;
    text-align: left; 
    width: auto;
    padding: 10px 5px;
}

#g-nav .menu-items li a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}

#g-nav .menu-items li a > img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a > span {
    font-size: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    #g-nav #g-nav-list {
        width: 60%;
    }

    #g-nav .menu-items li {
        width: 80%;
        /*max-width: 22%;*/
        /*height: 150px;*/
    }

    #g-nav .menu-items li a {
        font-size: 15px;
    }
    
    #g-nav .menu-items li a > span {
        line-height: 20px;
    }
	

	
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #e95383;
    /* border-radius: 50%; */
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:29px;
}

.openbtn1 span:nth-of-type(3) {
  top:38px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

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

        }  
    .openbtn1 span {
        left: 25%;
        }
    .openbtn1 span:nth-of-type(1) {
        top: 40%;
        }
    .openbtn1 span:nth-of-type(2) {
        top: 50%;
        }
    .openbtn1 span:nth-of-type(3) {
        top: 60%;
        }
    .openbtn1.active span:nth-of-type(1) {
        top: 50%;
        left: 50%;
        width: 60%;
        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    }
	.openbtn1.active span:nth-of-type(3) {
        top: 50%;
        left: 50%;
        width: 60%;
        transform: translateY(-50%) translateX(-50%) rotate(45deg);
    }
}

@media screen and (min-width: 450px) and (max-width: 768px){
	
	.tablet{
		display: none;
	}
	
    .catch_area .text_area {
        left: -5%;
        right: 1%;
        bottom: 15%;
        gap: 2vh;
        width: 100%;
        transform: unset;
        max-width: 600px;
    }
	
    .catch_area .text_area .zen-maru {
        font-size: clamp(20px, 4vw, 32px);
        padding: 0;
    }

    .catch_area .text_area .flex_box::before {
        width: 20%;
        height: 5rem;
        position: absolute;
        bottom: calc(50% + 2.5rem);
        left: 5%;
    }
	
    .catch_area .main_img {
        margin: 0% 0;
        height: 35vh;
    }
	
    .about_area {
        align-items: flex-start;
        box-sizing: border-box;
        padding: 0 5%;
    }

    .catch_area .text_area article {
        margin: 0 0 0;
    }

    .about_area article {
        width: 100%;
    }
	
	.about_area .more_btn {
    margin: 0 0 10%;
	}

    .about_area {
        margin: -5% auto 0%;
    }

    .menu_bg {
        width: 40%;
    }
	
    #g-nav #g-nav-list {
        width: 60%;
        padding: 15% 5%;
    }
	
	
    .pageheader_cont {
        /* overflow-y: clip; */
        width: 700px;
    }
	




}

