.desktop{
	display: none !important;
}
.pb200{
    padding-bottom: 200px;
}
.mb120{
    margin-bottom:20px !important;
}
.mb80{
    margin-bottom:80px !important;
}
.pb80{
    padding-bottom:20px !important;
}
.mb280{
    margin-bottom:20px !important;
}
.mt280{
    margin-top:20px !important;
}
.mt120{
    margin-top:20px !important;
}
body.top{
    background:url("../images/pixta_69833801_M.jpg") 50% 50% no-repeat;
    object-fit: cover;
    /*height: 100vh;*/
    background-size:cover;
    background-attachment: fixed;
    
}
div.wrapper{
    width:100%;
    overflow: hidden;
    background:#fff;
}
div.wrapper.offwhite{
    background:#F4F1EC;
}
div.wrapper.cleam{
    background:#F8F4ED;
}
div#headerWrapper {
    width:100%;
    height: 70px;
    position: fixed;
    top:0;
    left:0;
    right:0;
    margin:auto;
    background:rgba(255,255,255,0.9);
    z-index: 1000;
}
div#header{
    width:100%;
    height: 70px;
    margin:auto;
    position: relative;
}
div#header h1{
    color:var(--orange-color);
    width:220px;
    font-size:18px;
    font-weight: bold;
    position: absolute;
    top:10px;
    left:10px;
    text-align:center;
}
div#header h1 a{
    background:url("../images/logo.png") left center no-repeat;
    display: block;
    width:220px;
    height: 33px;
    background-size:220px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right:20px;
}
div#header h1 a:hover{
    border:none;
}
.navi_wrap {
  width: 100%;
  position: absolute;
  top:70px;
  right:0;
  background:#fff;
  display: none;
}

.navi_wrap  ul {
    width: 100%;
}
.navi_wrap  ul  li a{
    width: 100%;
    height: 40px;
    display: block;
    background:#fff;
    color:var(--orange-color);
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.navi_wrap  ul  li.active a{
}
.navi_wrap  ul  ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background:#F8F4ED
}
.navi_wrap  ul  ul li{
    width:50%;
    display: block;
}
.navi_wrap  ul  ul li:nth-child(2n+1){
    border-right:1px solid #dcdcdc;
    width:calc(50% - 1px)
}
.navi_wrap  ul  ul li a{
    background:#F8F4ED !important;
    height: 35px;
    line-height: 35px;
    color:var(--text-color);
    font-weight: normal;
}
dl.tel{
    width:200px;
    margin:5px auto;;
    font-size:14px;
    font-weight: bold;
    color:var(--green-color);
    line-height: 2em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
dl.tel dt{
    width:40px;

}
dl.tel a{
    color:var(--green-color);
}
dl.tel dd{
    background:url("../images/tel_icon.png") left center no-repeat;
    background-size:25px;
    padding-left:30px;
    width:130px;
}
p.inquiry{
    display: none;
}
.navi_wrap p.inquiry2{
    display: block !important;
    width:200px;
    height: 38px;
    line-height: 38px;
    margin:5px auto;
    text-align: center;
}
p.inquiry2 a{
    display: block;
    width:100%;
    height: 100%;
    background:var(--orange-color);
    color:#fff;
    border-radius: var(--border-radius);
}
p.inquiry:hover{
    opacity: 0.8;
}
p.inqiry a:hover{
    opacity: 0.8;
    border:none;
}

.openbtn1{
	background:var(--orange-color);;
	cursor: pointer;
    width: 50px;
    height:50px;
    position: absolute;
    top:10px;
    right:10px;
    transform: scale(0.88) !important;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
	background: #fff;
  	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.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%;
}
/*========= レイアウトのためのCSS ===============*/

body{
	background:#f3f3f3;
}


a{
	color: #333;
	text-decoration: none;
}

.lead{
	margin:20px 0 0 0;
}

.btn-block{
	width:200px;	
	padding: 30px;
}

div#mainVisual1{
    width:100%;
    height: calc((100vh - 70px) / 2);
    position: relative;
    margin-top:70px;
}
#slide_wrapp {
	position: relative;
	/*width:100vw;*/
    height: calc((100vh - 70px) / 2);
	overflow: hidden;
    background: #fff;
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1);
}
#slide_wrapp .slide_item img {
	display: block;
	object-fit: cover;
	width:100vw;
    height: calc((100vh - 70px) / 2);
}
p.toMovie {
    display: none;
}
div#mainVisual2{
    width:100%;
}
div.mainVisual2Inner{
    width:100%;
    margin:auto;
    overflow: hidden;
}
div.mainVisual2Inner div{
    box-sizing: border-box;
    background:rgba(255,255,255,0.5);
    margin:50px 25px;
    padding:10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
}

p.vertical{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: serif;
    font-size:22px;
    font-weight: bold;
    float: left;
}
p.horizontal{
    width:calc(100% - 100px);
    float: right;
    font-size:16px;
    font-weight: bold;
}
div.h3center {
    margin:10px;
    text-align: center;
}
div.h3center h3{
    font-family: serif;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.h3center h3.orange{
    color:var(--orange-color);
}
div.h3center.border{
    border-bottom: 1px solid #707070;
}
div.h3center p{
    font-size: 14px;
    font-weight: bold;
}
.brown h3{
    border-bottom:1px solid var(--brown-color);
}
.blue h3{
    border-bottom:1px solid var(--blue-color);
}
.yellow h3{
    border-bottom:1px solid var(--yellow-color);
}
.orange h3{
    border-bottom:1px solid var(--orange-color);
}
.green h3{
    border-bottom:1px solid var(--green-color);
}
.noborder h3{
    border-bottom:none;
}

div.division {
    width:100%;
    overflow: hidden;
    align-items: center;
}
div.division div{
}
div.division div.left,
div.division div.right{
    width: 100%;
    position: relative;
    margin-bottom:20px;
}
img.leftImg,
img.rightImg{
    width:calc(100% - 30px);
    height: 200px;
    position: absolute;
    object-fit: cover;
    border-radius: 9px;
    top:-20px;
    right:0;
    left:0;
    margin:auto;
}
img.leftImg{
}
img.rightImg{

}
div.division div.left{
    float: left;
    position: relative;
}
div.division div.right{
    float: right;
    position: relative;
}
div.division div.orange{
    background-color:var(--orange-color);
    height: 200px;
}
div.division div.right.yellow{
    background-color:var(--yellow-color);
    height: 200px;
}
div.division div.green{
    background-color:var(--green-color);
    height: 200px;
}
div.division div.brown{
    background-color:var(--brown-color);
    height: 200px;
}
img.divPicLeft,
img.divPicRight{
    width:50%;
    height: auto;
    display: block;
    margin:auto;
}
img.divPicLeft{
}
img.divPicRight{
}
div.white{
    position: relative;
}
div.divChild{
    width:100%;
    text-align: center;
}
div.right div.divChild{
}
div.left div.divChild{
}
div.divChild h4{
    font-family: serif;
    font-size:24px;
    font-weight: bold;
    margin-top:20px;
}
div.divChild p.hosoku{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 55px;
}
p.toDetail{
    width:200px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    margin:auto;
    margin-bottom: 20px;
}
p.toDetail a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
    background-image:url("../images/toDetail.svg");
    background-position:  right 20px center;
    background-repeat:no-repeat;
    background-size:13px;
}
p.toDetail a:hover{
    color:#fff;
    border:none;
    opacity: 0.8;
}
p.toDetail.orange a{
    background-color:var(--orange-color);
}
p.toDetail.yellow a{
    background-color:var(--yellow-color);
}
p.toDetail.green a{
    background-color:var(--green-color);
}
p.toDetail.blue a{
    background-color:var(--blue-color);
}
p.toDetail.brown a{
    background-color:var(--brown-color);
}
p.monoBlock{
    width:330px;
    height: 55px;
    line-height: 55px;
    margin:30px auto;
    border:1px solid #909090;
    text-align: center;
    font-size:18px;
    background:#fff;
}


p.monoBlock.blog{
    background:#E3B86E;
    border:none;
}
p.monoBlock a:hover{
    color:var(--orange-color);
}
p.monoBlock.blog a{
    color:var(--text-color);
}
p.monoBlock.blog a:hover{
    opacity: 0.8;
}

p.monoBlock a{
    display: block;
    width:100%;
    height: 100%;
    color:#909090;
}
p.monoBlock a:hover{
    border:none;
}








div.pickupWrapper {
    width:100%;
    margin:auto;
}
div.pickup{
    width:100%;
    height:325px;
    background-size:cover;
    background-position: center center;
    overflow: hidden;
    background-repeat:no-repeat;
    position: relative;
}
div.pickup.productsTop{
    background-image:url("../images/pickup1.jpg")
}
div.pickup.company{
    background-image:url("../images/pickup2.jpg")
}
div.pickupH3{
    width:320px;
    text-align: center;
    position: absolute;
    top:36px;
    left:0;
    right:0;
    margin:auto;
}
div.pickupH3.white{
    background:rgba(255,255,255,0.5);
}
div.pickupH3 h3{
    font-family: serif;
    font-size:35px;
    font-weight: bold;
    margin-top:15px;
}
div.pickupH3 p.hosoku{
    margin-bottom:15px;
    font-size:18px;
}
div.pickup p.toDetail{
    position: absolute;
    right:90px;
    bottom:35px;
    
}

div.productWrapper {
    margin:10px;
}
div.product{
    width:100%;
}
div.product div{
    width:300px;
    height: 300px;
    border-radius: 17px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-bottom: 40px;
    display: block;
    margin:30px auto;
}
div.product1 div{
    background-image:url("../images/top_shohin001.png");
}
div.product2 div{
    background-image:url("../images/top_shohin002.png");
}
div.product3 div{
    background-image:url("../images/pickup1.jpg");
}



ul.newsList {
    width:calc(100% - 20px);
    margin:auto;
}


ul.newsList li{
    margin-bottom:20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}
ul.newsList span.date{
    width:80px;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
}
ul.newsList span.category{
    width:150px;
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    color:#fff;
    margin-right: 20px;
    padding:2px 5px;
}
ul.newsList span.new{
    width:50px;
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color:#fff;
    margin-right: 20px;
    padding: 2px 5px;
}
ul.newsList span.new{
    background:#FE040D;
}
ul.newsList span.orange{
    background:var(--orange-color);
}
ul.newsList span.blue{
    background:var(--blue-color);
}
ul.newsList span.yellow{
    background:var(--yellow-color);
}
ul.newsList span.green{
    background:var(--green-color);
}
ul.newsList span.brown{
    background:var(--brown-color);
}
ul.newsList a{
    display: block;
}




h3.blogTitle {
    width:100%;
    height: 0;
    padding-top:42.67%;
    margin:30px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/blog_title3.jpg") no-repeat;
    background-size:contain;
    
    
}

div.recruitWrapper {
    margin:auto;
    margin-bottom: 50px;
}
div.recruit{
    width:calc(100% - 20px);
    height: 140px;
    position: relative;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    border:1px solid #ccc;
    overflow: hidden;
    margin:auto;
    margin-bottom:10px;
}
div.recruit img{
    position: absolute;
    width:100%;
    height: 100%;
    object-fit: cover;
}
div.recruit h4{
    width:200px;
    font-size:28px;
    font-family: serif;
    font-weight: bold;
    position: absolute;
    left:20px;
    top:12px;
    z-index: 2;
}
div.recruit:hover h4{
    color:var(--text-color);
}
div#footerWrapper{
    width:100%;
    background:url("../images/footer_bg.png") no-repeat;
    background-position: center bottom;
    background-size:cover;
}
div#footer{
    width:100%;
    margin:auto;
    position: relative;
    padding-top:30px;
}
div#footer h1{
    color:var(--text-link-color);
    width:292px;
    font-size:20px;
    font-weight: bold;
    margin:60px auto 30px;
    text-align: center;
}
div#footer h1 a{
    background:url("../images/logo.png") left center no-repeat;
    display: block;
    width:292px;
    height: 47px;
    background-size:292px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#footer h1 a:hover{
    border:none;
}

dl.footerAddress {
    margin:20px;
    color: #fff;
    font-size:16px;
}
dl.footerAddress dt{
    font-weight: bold;
    margin-bottom: 1em;
}
dl.footerAddress dd{
    margin-bottom: 2em;
}
div.footerLink{
    display: none;
}
p.footerLink{
    width:250px;
    height: 37px;
    line-height: 37px;
    font-size:18px;
    margin-bottom: 20px;
    text-align: center;
}
p.footerLink a{
    display: block;
    width:100%;
    height: 100%;
    border-radius: 5px;
    color:#fff;
}
p.footerLink.orange a{
    background:var(--orange-color);
}
p.footerLink.green a{
    background:var(--green-color);
}
p.footerLink a:hover{
    opacity: 0.8;
}
ul.footerNav{
    display: none;
}
ul.footerNav a{
    color:#fff;
    font-size: 18px;
}
p.copy{
    font-size: 12px;
    text-align: center;
    margin-top:350px;
    color:#fff;
}


p.totop {
    width:70px;
    height:70px;
    background:url("../images/totop.svg") no-repeat;
    background-size:70px;
    position: fixed;
    right:30px;
    bottom:30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
p.totop a{
    display: block;
    width:100%;
    height:100%;
}
p.totop:hover{
    opacity: 0.8;
}
.youtube-wrap{
    max-width:1440px;
    width: calc(100vw - 640px);
    max-height: 710px;
    height: 70vh;
    background-image:url("../images/slider01.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 100;
    position: absolute;
    top:140px;
    left:0;
    right:0;
    margin:auto;
    transition:opacity 0.5s;
}
.is-visible{
    opacity: 1 !important;
    transition:all 0.5s/
}


p.message {
    margin:20px;
    line-height: 2em;
}
div.ceoWrapper {
    width: calc(100% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
div.ceoWrapper div.ceo{
    width:calc(50% - 10px);
}
div.ceo img.ceoPhoto{
    object-fit: cover;
    width:100%;
}
div.ceo p.ceo{
    font-size:32px;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    margin-top:50px;
    color: var(--orange-color);
}
div.ceo img.ceoLogo{
    width:300px;
    height: auto;
    display: block;
    margin:20px auto 100px;
}
div.ceo p.ceoOwner{
}
div.ceo img.ceoName{
    width:120px;
    height: auto;
    display: block;
    margin:auto;
    margin-bottom:25px;
}

div.companyWrapper {
    width:100%;
    margin: auto;
}
div.companyWrapper img{
    width:100%;
    height: auto;
}

div.companyLinkWrapper {
    width:1100px;
    margin:50px auto;
    display: flex;
    justify-content: space-between;
}
div.companyLink{
    width:350px;
}
div.companyPhoto{
    width:350px;
    height: 160px;
    position: relative;
    overflow: hidden;
}
div.companyLink img{
    width:350px;
    height: 160px;
    object-fit: cover;
    transition: all 0.5s;
}
a:hover div.companyLink img{
    transform: scale(1.1);
    transition: all 0.5s;
}
a:hover div.companyLink h4.ja{
    color:var(--orange-color);
}
div.companyLink h4.en{
    width:176px;
    color:#fff;
    border-bottom:1px solid var(--orange-color);
    position: absolute;
    text-align: center;
    top:13px;
    left:9px;
    font-size:18px;
}
div.companyLink h4.ja{
    font-size:24px;
    font-family: serif;
    margin-top:12px;
    font-weight: bold;
    text-align: center;
    color:var(--text-color);
}

div.h2second {
    width:100%;
    height: 200px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    overflow: hidden;
    margin:auto;
    margin-top:70px;
}
div.h2second.company{
    background-image:url("../images/company_titile001.png");
}
div.h2second.businessh2{
    background-image:url("../images/jigyo_title.png");
}
div.h2second.products{
    background-image:url("../images/shohin_titleimg001.png");
    width:100% !important;
}
div.h2second.recruit1{
    background-image:url("../images/h2_recruit01.jpg");
}
div.h2second.recruit2{
    background-image:url("../images/h2_recruit02.jpg");
}
div.h2second.recruit3{
    background-image:url("../images/h2_recruit03.jpg");
}
div.h2second.blog{
    background-image: url("../images/blog_toptitlesp.jpg");
    background-size:contain;
    margin-top:70px;
}
div.h2second h2{
    width:100%;
    height: 80px;
    margin-top:60px;
    text-align: center;
    align-items: center;
    background:rgba(0,0,0,0.5);
    color:#fff;
    overflow: hidden;
}
div.h2second h2 span,
div.h2secondLarge h2 span{
    display: block;
}
div.h2second span.ja,
div.h2secondLarge span.ja{
    font-size:20px;
    font-weight: bold;
    font-family: serif;
    margin-top:20px;
}
div.h2secondLarge {
    width:100%;
    height: 200px;
    margin-top:70px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    overflow: hidden;
}
div.h2secondLarge.business1{
    background-image:url("../images/jigyo_kenkyutitle.jpg");
}
div.h2secondLarge.biz2{
    background-image:url("../images/jigyo_seizo.jpg");
}
div.h2secondLarge.business3{
    background-image:url("../images/jigyo_zyuten.jpg");
}
div.h2secondLarge.business4{
    background-image:url("../images/kanribu_img.png");
}
div.h2secondLarge.recruit1{
    background-image:url("../images/h2_recruit01.jpg");
}
div.h2secondLarge.recruit2{
    background-image:url("../images/h2_recruit02.jpg");
}
div.h2secondLarge.recruit3{
    background-image:url("../images/h2_recruit03.jpg");
}
div.h2secondLarge h2{
    width:100%;
    height: 80px;
    margin-top:70px;
    text-align: center;
    align-items: center;
    background:rgba(0,0,0,0.5);
    color:#fff;
    overflow: hidden;
}
h3.h3second.business1{
    background:var(--orange-color);
}
h3.h3second.business2{
    background:var(--yellow-color);
}
h3.h3second.business3{
    background:var(--green-color);
}
h3.h3second.business4{
    background:var(--brown-color);
}
h3.h3second.recruit{
    background:var(--blue-color);
}
h3.h3second.products1{
    background:var(--green-color);
}
h3.h3second.products2{
    background:var(--yellow-color);
}
h3.h3second{
    width:100%;
    height: 60px;
    text-align: center;
    align-items: center;
    color:#fff;
    overflow: hidden;
}
h3.h3second span{
    display: block;
}
h3.h3second span.ja{
    font-size:20px;
    font-weight: bold;
    font-family: serif;
    margin-top:6px;
}

p.pankuzu {
    width:calc(100% - 10px);
    margin:10px auto 30px;
    align-items: center;
    font-size: 14px;
    height: 14px;
    line-height: 1.5em;
}
p.pankuzu span{
    width:14px;
    height: 4px;
    display: inline-block;
    background: url("../images/pankuzu.svg") center center no-repeat;
    margin:0px 14px 2px;
}

ul.subNav {
    width:calc(100% - 20px);
    padding:10px 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border:1px solid var(--orange-color);
    border-radius: 6px;
    /*align-items: center;*/
    flex-wrap: wrap;
    margin:10px;
}
ul.subNav li{
    width:50%;
    margin-bottom: 10px;
}
ul.subNav li a{
    background:url("../images/subNavList.svg") left center no-repeat;
    background-size:19px;
    padding-left:30px;
    /*display: block;
    width:100%;
    height: 100%;*/
}
ul.subNav li a:hover,
ul.subNav li.active a{
    color:var(--orange-color);
}

div.companySecond {
    margin:20px 10px;
}
div.companySecond h4{
    font-size:24px;
    font-family: serif;
    font-weight: bold;
}
dl.company{
    margin:20px 10px;
    border-bottom: 1px solid #C8C0C0;
    overflow: hidden;
}
dl.company dt{
    padding:5px;
    border-top:1px solid #C8C0C0;
}
dl.company dd{
    padding:5px;
    margin-left:20px;
}
dl.company dt span{
    line-height: 30px;
    border-left:4px solid var(--orange-color);
    padding-left:10px;
    font-weight: bold;
}
dl.company.recruit dt span{
    border-left:4px solid var(--green-color);
}
dl.company h5{
    font-weight: bold;
}
a.tomap{
    padding-right: 26px;
    background:url("../images/tomap.svg") right center no-repeat;
    background-size:13px;
}
div.accessWrapper {
    width:calc(100% - 20px);
    margin:10px;
}
div.access{
    margin:10px auto;
}
div.access h4{
    font-size:16px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
div.access h4.second{
    margin-top:30px;
}
div.access img{
    width:100%;
    height: auto;
}
div.access h4:last-child{
    margin-top:10px;
}
ul.access li{  
    background:url("../images/list_square.svg") left 0.3em no-repeat;
    background-size:12px;
    padding-left:20px;
}

div.accessMap {
    width:calc(100% - 20px);
    height: 300px;
    margin:20px 10px;
}

div.businessWrapper {
    width:calc(100% - 20px);
    position: relative;
    margin:50px auto;
}
div.businessWrapper2{
    width:calc(100% - 20px);
    height: 100%;
    margin:auto;
}
div.business{
    width:100%;
    height: 200px;
    position: relative;
    border-radius: 18px;
    margin-bottom:25px;
    overflow: hidden;
}
div.business img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    z-index: 1;
    border-radius: 16px;
}
div.business:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 1;
}
div.business h4{
    width:100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    z-index: 2;
}
a div.business h4{
    color:#fff;
}
div.business.orange{
    border:3px solid var(--orange-color);
}
div.business.orange h4{
    top:27px;
    background:var(--orange-color);
}
div.business.yellow{
    border:3px solid var(--yellow-color);
}
div.business.yellow h4{
    top:27px;
    background:var(--yellow-color);
}
div.business.green{
    border:3px solid var(--green-color);
}
div.business.green h4{
    bottom:27px;
    background:var(--green-color);
}
div.business.brown{
    border:3px solid var(--brown-color);
}
div.business.brown h4{
    bottom:27px;
    background:var(--brown-color);
}
div.business p.desc{
    width:100%;
    height: 90px;
    align-items: center;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    background:rgba(255,255,255,0.5);
    font-weight: bold;
    font-size:18px;
    display: table;
    vertical-align: middle;
    transition: background 0.5s;
    text-align: center;
}
a:hover div.business p.desc{
    background:rgba(255,255,255,1);
    transition: all 0.5s;
}
div.business p.desc span{
    display: table-cell;
    vertical-align: middle;
}
div.orange p.desc{
    left:0;
}
div.yellow p.desc{
    right:0;
}
div.orange p.desc{
    left:0;
}
div.brown p.desc{
    right:0;
}

p.businessMore {
    position: absolute;
    z-index: 3;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    line-height: 33px;
    background-repeat: no-repeat;
}
div.orange p.businessMore{
    background-image:url("../images/more_orange.svg");
    background-position: left center;
    padding-left:43px;
    bottom:10px;
    left:10px;
}
div.yellow p.businessMore{
    background-image:url("../images/more_yellow.svg");
    background-position: right center;
    padding-right:43px;
    bottom:10px;
    right:10px;
}
div.green p.businessMore{
    background-image:url("../images/more_green.svg");
    background-position: left center;
    padding-left:43px;
    top:10px;
    left:10px;
}
div.brown p.businessMore{
    background-image:url("../images/more_brown.svg");
    background-position: right center;
    padding-right:43px;
    top:10px;
    right:10px;
}
div.businessCenter{
    display: none;
}
div.businessCenter img{
    width:254px;
    height: auto;
    position: absolute;
    right:0;
    left:0;
    top:45px;
    margin: auto;
}
div.businessCenter p{
    font-size:20px;
    font-weight: bold;
    color:var(--orange-color);
    text-align: center;
    position: absolute;
    right:0;
    left:0;
    bottom:45px;
}
p.orangeCenter {
    font-size:20px;
    text-align: center;
    color:var(--orange-color);
    font-family: serif;
    font-weight: bold;
}

div.businessMovie {
    margin:auto;
    margin-bottom: 20px;
    width:calc(100% - 20px);
    height: 300px;
}
div.businessMovie img{
    width:100%;
    height: auto;
    margin-bottom:10px;
}

div.double {
    width:calc(100% - 20px);
    margin:10px;
}
div.double p{
    width:100%;
    line-height: 2em;
}
div.double div{
    width:100%;
    overflow: hidden;
}
div.double.white{
    background:#fff;
}
div.double.cleam{
    background:#F8F4ED;
}
div.double img.shadow{
    display: inline-block;
    position: relative;
    width:calc(100% - 30px);
    height: auto;
    margin:15px;
}
div.double img.shadow.orange{
    box-shadow: 10px 10px 0 var(--orange-color);
}
div.double img.shadow.brown{
    box-shadow: 10px 10px 0 var(--brown-color);
}

.cleam div.center,
.cleam div.center2{
    padding:10px;
    background:#F8F4ED;
}
div.center p,
div.center2 p{
    width:100%;
    box-sizing: border-box;
    margin:auto;
    padding:10px;
    border-radius: 12px;
    background:#fff;
}
div.double div.right p,
div.double div.left p{
    width:100%;
    box-sizing: border-box;
    padding:10px;
    background:#fff;
    border-radius: 12px;
    margin:10px auto;
}
div.double span.strong,
div.center span.strong,
div.center2 span.strong{
    font-size:20px;
    text-align: center;
    display: block;
    font-family: serif;
    font-weight: bold;
    margin-bottom:25px;
    margin-top:10px;
}
span.strong.orange{
    color:var(--orange-color);
}
span.strong.brown{
    display: inline-block;
    background-color:var(--brown-color);
    color:#fff;
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin:auto;
    position: relative;
    z-index: 0;
    box-shadow: -10px -10px 0 var(--dark-brown-color);
}

div.double div.left p,
div.double div.left div.products_detail{
}
div.double div.right p,
div.double div.right div.products_detail{
}
div.double img{
    width:100%;
    height: 300px;
    object-fit: cover;
}
div.double div.left img{
    float: right;
}
div.double div.right img{
    float: left;
}
div.products_detail{
    width:100%;
}
div.products_detail img{
    width:260px;
    height: auto;
    display: block;
    margin:10px auto 0;
}
div.products_detail h4{
    height: 36px;
    line-height: 36px;
    font-size:24px;
    font-weight: bold;
    text-indent: 30px;
    font-family: serif;
}
div.products_detail h4.green{
    border-left:5px solid var(--green-color);
}
div.products_detail h4.yellow{
    border-left:5px solid var(--yellow-color);
}
div.products_detail p{
    line-height: 1.5em;
    width:80%;
}
div.business2Wrapper {
    width:calc(100% - 20px);
    margin:10px;
}
div.business2{
    width:100%;
    height: 200px;
    margin-bottom: 10px;
    pointer-events: stroke;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
div.business2.orange{
    border:3px solid var(--orange-color);
}
div.business2.yellow{
    border:3px solid var(--yellow-color);
}
div.business2.green{
    border:3px solid var(--green-color);
}
div.business2.brown{
    border:3px solid var(--brown-color);
}
div.business2.orange h4{
    background:var(--orange-color);
}
div.business2.yellow h4{
    background:var(--yellow-color);
}
div.business2.green h4{
    background:var(--green-color);
}
div.business2.brown h4{
    background:var(--brown-color);
}
div.business2 img{
    width:100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1.1);
    border-radius: 16px;
    transition: all 0.5s;
}
div.business2:hover img{
    transform: scale(1);
    transition:all 0.5s;
}
div.business2 h4{
    position: absolute;
    width:100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:24px;
    font-family: serif;
    color:#fff;
    right:0;
    left:0;
    bottom:16px;
    margin:auto;
}

div.businessLink {
    width:calc(100% - 20px);
    margin:10px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
}
h3.products {
    width: calc(100% - 20px);
    font-size:24px;
    font-weight: bold;
    font-family: serif;
    border-bottom: 1px solid var(--text-color);
    text-align: center;
    margin:20px auto;
}
h4.products {
    width:100%;
    font-size:20px;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    margin:20px auto;
}
h4.circle{
    border:none !important;
    color:#fff !important;
    border-radius: 30px;
    width:calc(100% - 40px);
    margin:auto;
}
h4.circle.green{
    background-color:var(--green-color);
}
h4.circle.yellow{
    background-color:var(--yellow-color);
}

h4.products.orange{
    color:var(--orange-color);
    border-bottom: 1px solid var(--orange-color);
}
h4.products.yellow{
    color:var(--yellow-color);
    border-bottom: 1px solid var(--yellow-color);
}
h4.products.brown{
    color:var(--brown-color);
    border-bottom: 1px solid var(--brown-color);
}
h4.products.green{
    color:var(--green-color);
    border-bottom: 1px solid var(--green-color);
}

div.productsWrapper{
    margin:10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.products{
    width:calc(50% - 10px);
    margin-bottom:20px;
}
div.products a.productsDetail{
    display: block;
    width:100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background:var(--brown-color);
    text-align: center;
    margin:10px auto 0;
    font-size:14px;
}
div.products a:hover{
    color:var(--text-color);
    opacity: 0.8;
}
div.products img{
    width:100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    border:1px solid #707070;
}

a.productsMore {
    width:320px;
    height: 66px;
    line-height: 66px;
    display: block;
    color:#fff;
    font-size:18px;
    font-weight: bold;
    margin:80px auto;
    text-align: center;
}
a.productsMore:hover{
    opacity: 0.8;
}
a.productsMore.green{
    background:var(--green-color);
}
a.productsMore.yellow{
    background:var(--yellow-color);
}





div.inquiryBlock {
    width:calc(100% - 20px);
    background-color:#F8F4ED;
    box-sizing: border-box;
    margin:10px auto;
    border-radius: 16px;
    background-repeat: no-repeat;
    padding:10px;
}
div.inquiryBlock.tel{
    /*background-image:url("../images/tel_icon2.png");*/
    background-position: left center;
    background-size:46px;
}
div.inquiryBlock.mail{
    /*background-image:url("../images/pc.png");
    background-position: top 48px left 40px;
    background-size:76px;*/
}
div.inquiryBlock p.first{
    align-items: center;
    font-weight: bold;
    text-align: center;
}
div.inquiryBlock p.first span.first{
    font-size: 24px;
}
div.inquiryBlock p.first span.second{
    font-size: 18px;
}
div.inquiryBlock p.first span.third{
    font-size: 22px;
    color:var(--orange-color);
    padding-left:1em;
    display: block;
}
div.inquiryBlock p.second{
    text-align: center;
    margin-top:0.5em;
}
div.inquiryBlock p.third{
    text-align: center;
    margin-top:1.5em;
}
h5.inquiry{
    font-weight: bold;
    font-size:18px;
}
ul.inquiry{
    margin:1em 0;
}
ul.inquiry li{
    position: relative;
}
ul.inquiry li span{
    display: inline-block;
    padding-left: 1.2em;
}
ul.inquiry li::before{
    content: "※";
    position: absolute;
    
}

dl.inquiry {
    width:calc(100% - 20px);
    margin:auto;
    overflow: hidden;
    border-bottom:1px solid #C8C0C0;
}
dl.inquiry dt{
    width: 100%;
    box-sizing: border-box;
    padding:20px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-indent: 30px;
    border-top:1px solid #C8C0C0;
    clear: both;
    background-color:#F8F4ED;
}
dl.inquiry dt::after{
    content: "";
    width:4px;
    height: 30px;
    background:var(--orange-color);
    position: absolute;
    top:16px;
    left:8px;
}
dl.inquiry dt.must{
    background-image:url("../images/icon_must.svg");
    background-size:47px;
    background-position: right 20px top 18px;
    background-repeat: no-repeat;
}
dl.inquiry dd{
    width:100%;
    border-top:1px solid #C8C0C0;
    align-items: center;
    box-sizing: border-box;
    padding:10px 20px;
    background:#fff;
}
dl.inquiry dd.flex{
    display: flex;
    justify-content: space-between
}
input[type=text],
input[type=tel],
input[type=email],
textarea{
    width:100%;
    height: 40px;
    box-sizing: border-box;
    border:1px solid #BCBCBC;
    border-radius: 9px;
    padding:0 10px;
}
select{
    width:calc(50% - 10px);
    height: 40px;
    box-sizing: border-box;
    border:1px solid #BCBCBC;
    border-radius: 9px;
    padding:0 10px;
    background: url("../images/icon_downarrow.svg") right 15px center no-repeat;;
    background-size:14px;
    cursor: pointer;
}
textarea{
    height: 250px;
}
input[type=text].half,
input[type=tel].half{
    width:calc(50% - 10px);
}
input[type=radio]{
    width:16px;
    height: 16px;
    border:2px solid #333;
    border-radius: 8px;
    margin-top:14px;
    margin-right: 0.5em;
    cursor: pointer;
}
input[type=radio]:checked{
    background:var(--orange-color);
}
input[type=radio] + label{
    margin-right: 2em;
    cursor: pointer;
}
div.submit{
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
input[type=submit]{
    width:340px;
    height: 60px;
    line-height: 60px;
    font-size:18px;
    color:#fff;
    background:var(--orange-color);
    border-radius: 30px;
    cursor: pointer;
}
input[type=submit]:hover{
    opacity: 0.8;
}

h3.privacy {
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #C8C0C0;
    position: relative;
    line-height: 30px;
    padding-left:20px;
    padding-bottom:10px;
    margin-bottom: 15px;
    margin-top:25px;
}
h3.privacy::before{
    content: "";
    position: absolute;
    width:4px;
    height: 30px;
    background:var(--orange-color);
    left:0;
}

ul.recruitSwitch {
    width:calc(100% - 20px);
    margin:20px auto;
    display: flex;
    justify-content: space-around;
}
ul.recruitSwitch li{
    width:calc(100% / 4);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    background:#909090;
    border-radius: 8px;
}
ul.recruitSwitch li:hover,
ul.recruitSwitch li.active{
    background:var(--blue-color);
}
ul.recruitSwitch li a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}

div.productsPhotoWrapper {
    margin:10px;
}
div.photoLarge,
div.photoLarge img{
    width:100%;
    height: auto;
    object-fit: cover;
    margin-bottom:10px;
}
ul.thumbnail{
    width:calc(100% - 20px);
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin:10px;
}
ul.thumbnail li{
    width:calc(33% - 20px);
}
ul.thumbnail li img{
    width:100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border:4px solid transparent;
}
.ui-tabs-active img{
    border:4px solid #ccc !important;
}

p.productsInquiry {
    width:calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    border-radius: 20px;
    margin:20px auto;
}
p.productsInquiry.green{
    background:var(--green-color);
}
p.productsInquiry:hover{
    opacity: 0.8;
}
p.productsInquiry a{
    color:#fff;
    display: block;
    width:100%;
    height:100%;
}
div.productsSpec{
    width:calc(100% - 20px);
    margin:10px;
}
div.productsSpec div{
    width:calc(100% - 20px);
}
h4.productsDetail,
div.productsSpec h5{
    font-size:20px;
    font-weight: bold;
    margin-bottom:20px;
    text-indent: 1em;
    padding-top:20px;
}
h4.productsDetail,
div.productsSpec h5.green{
    border-bottom: 1px solid var(--green-color);
}
div.productsSpec h5.yellow{
    border-bottom: 1px solid var(--yellow-color);
}



div.relatedProducts {
    margin:20px;
    display: flex;
    justify-content: flex-start;
    width:calc(100% - 20px);
    flex-wrap: wrap;
}
div.relatedProducts img{
    width:165px;
    height: 165px;
    object-fit: cover;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom:10px;
}

h4.productsDetail,
h5.productsDetail {
    font-size:20px;
    font-weight: bold;
    width:calc(100% - 20px);
    margin:auto;
    text-indent: 1em;
}
h4.productsDetail.green,
h5.productsDetail.green{
    border-bottom:1px solid var(--green-color);
}
h4.productsDetail.yellow,
h5.productsDetail.yellow{
    border-bottom:1px solid var(--yellow-color);
}





ul.allergen {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.allergen li{
    width:50px;
    padding-top:60px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:50px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
}
ul.allergen li.wheat{
    background-image:url("../images/a_komugi.png");
}
ul.allergen li.soy{
    background-image:url("../images/a_daizu.png");
}
ul.allergen li.sesame{
    background-image:url("../images/a_goma.png");
}
ul.allergen li.shrimp{
    background-image:url("../images/a_ebi.png");
}
ul.allergen li.salmon{
    background-image:url("../images/a_sake.png");
}
ul.allergen li.chicken{
    background-image:url("../images/a_tori.png");
}
ul.allergen li.saba{
    background-image:url("../images/a_saba.png");
}




div.equipWrapper {
    width:1100px;
    margin:50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.equip{
    width:530px;
    margin-bottom:30px;
}
div.equip img{
    width:530px;
    height: 360px;
    object-fit: cover;
    object-position: cnter center;
    margin-bottom:20px;
}
div.equip p{
    text-align: center;
    font-size:24px;
}

div.processWrapper {
    width:calc(100% - 20px);
    margin:10px;
}
div.processWrapper.sauce{
    background-image:
        url("../images/zyuten_img02.jpg"),
        url("../images/tare_img0011.png"),
        url("../images/tare_3setao.png");
    background-repeat:no-repeat;
    background-position: 
        right 20px top 100px,
        right 140px center,
        right 20px bottom 100px;
    background-size:300px;
    padding-bottom:100px;
}
div.process{
    width:100%;
    box-sizing: border-box;
}
.sauce div.process{
}
div.process img{
    width:265px;
    height: auto;
    margin:85px auto;
    display: block;
}
div.process p.mustard,
div.process p.sauce{
    width:100%;
    height: 65px;
    border-radius: 32.5px;
    line-height: 65px;
    font-size: 22px;
    position: relative;
}
div.process span{
    display: inline-block;
    width:58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    margin:3.5px;
    background:#fff;
    border-radius:29px;
    font-size:28px;
    margin-right:28px;
}
p.mustard span{
    color:var(--yellow-color);
}
p.sauce span{
    color:var(--green-color);
}
div.process p.mustard{
    background:var(--yellow-color);
}
div.process p.sauce{
    background:var(--green-color);
    color:#fff;
}
div.process span.next{
    display: block;
    background:url("../images/business_downArrow.svg") no-repeat;
    width:61px;
    height: 98px;
    margin:45px auto;
    border-radius: 0;
}
div.process p.right{
}
div.process p.right + p.hosoku{
    margin:0.5em 20px -1em;
}
div.process p.left + p.hosoku{
    margin:0.5em 20px -1em;
}
div.sauce p.hosoku{
}



h4.process {
    width:100%;
    font-size:24px;
    text-align: center;
    margin:auto;
    position: relative;
    margin-bottom:40px;
}
h4.process::after{
    content: "";
    width:100%;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    left:0;
    right:0;
    bottom:-20px;
}
h4.mustard::after{
    background-color:var(--yellow-color);
}
h4.sauce::after{
    background-color:var(--green-color);
}



div.obsession {
    width:calc(100% - 20px);
    background:#F8F4ED;
    border-radius: 20px;
    margin:10px;
    box-sizing: border-box;
    padding:20px;
}
div.obsession h4{
    font-size:24px;
    font-weight: bold;
    text-align: center;
    margin-bottom:36px;
    font-family: serif;
}
div.obsession p{
    margin:auto;
    font-size: 18px;
    margin-bottom:20px;
    line-height: 2em;
}
dl.obsession{
    width:100%;
    margin:auto;
}
dl.obsession dt{
}
dl.obsession dd{
}





div.sauceImg {
    width:100%;
    margin:auto;
    margin-bottom: 20px;
}
div.sauceImg img{
    width:100%;
    object-fit: cover;
}

div.blogWrapper {
    width:calc(100% - 20px);
    margin:0 auto 20px;
}
div.blogMain{
    box-sizing: border-box;
    border:3px solid var(--orange-color);
    padding:10px;
    padding-bottom:60px;
    position: relative;
    margin-bottom:10px;
}
div.blogMain h1{
    font-size:24px;
}
div.blogMain h2{
    font-size:22px;
}
div.blogMain h3{
    font-size:20px;
}
div.blogMain h4{
    font-size:18px;
}
div.blogMain ul,
div.blogMain ol{

}
div.blogMain ul li,
div.blogMain ol li{
}
div.blogMain ul li{
    list-style: disc;
}
div.blogMain blockquote{
    margin:20px;
    padding:20px;
    background:#efefef;
}
div.blogMain img{
    max-width: 100%;
    height: auto;
}
div.blogMain > section ul,
div.blogMain > section ol{
    margin:10px 10px 10px 25px;
}
div.prevnext{
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    margin: auto;
    width:calc(100% - 40px);
    display: flex;
    justify-content: space-between;
}
div.prev{
    background:url("../images/blog_prev.svg") left top 0.3em no-repeat;
    width:45%;
    padding-left:20px;
}
div.next{
    background:url("../images/blog_next.svg") right top 0.3em no-repeat;
    width:45%;
    padding-right: 20px;
    text-align: right;
    
}

p.entryCategory{
    margin-top:20px;
    float: right;
    width:200px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
p.entryCategory a{
    display: block;
    width:100%;
    height: 100%;
    border-radius: 17.5px;
    color:#fff;
}
p.entryCategory a:hover{
    opacity: 0.8;
}
p.entryDate{
    clear: both;
}
h3.entryTitle{
    font-size:22px;
    margin:10px 0 30px;
    padding-bottom:10px;
    border-bottom:5px solid var(--orange-color);
}
div.blogMain h3.blog{
    text-align: center;
    margin:20px;
    font-size:18px;
}
ul.blogList{
    
}
ul.blogList li{
    border-bottom:2px solid var(--orange-color);
    padding-bottom:10px;
    margin-bottom:20px;
    overflow: hidden;
}
ul.blogList li p.blogDate{
    width:30%;
    float: left;
    color:#489B8A;
}
ul.blogList li p.blogCategory{
    width:150px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size:12px;
    background:#489B8A;
    float: right;
    text-align: center;
}
ul.blogList li p.blogCategory a{
    display: block;
    color:#fff;
    width:100%;
    height: 100%;
}
ul.blogList li p.blogCategory:hover{
    opacity: 0.8;
}
ul.blogList li p.blogTitle{
    clear: both;
    font-size:18px;
    margin-top:2em;
}

div.page {
    width:100%;
    margin:50px auto 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
div.page span.current_page{
    display: inline-block;
    width:25px;
    height: 25px;
    margin:0 5px;
    line-height: 25px;
    color:#fff;
    background:var(--orange-color);
}
div.page a.link_page{
    display: inline-block;
    width:25px;
    height: 25px;
    box-sizing: border-box;
    margin:0 5px;
    line-height: 25px;
    color:var(--orange-color);
    border:1px solid var(--orange-color);
    background:#fff;
}
div.page span a.link_next{
    display: inline-block;
    width:auto;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    margin:0 5px;
    color:var(--orange-color);
    border:1px solid var(--orange-color);
    background:#fff;
    padding:0 5px;
}
div.page a.link_page:hover,
div.page span a.link_next:hover{
    background:var(--orange-color);
    color:#fff;
}

div.blogSide {
    width:calc(100% - 20px);
    margin:auto;
}
div.blogSide h3.blogSide{
    font-size:18px;
    text-align: center;
    line-height: 48px;
    border-top:3px solid var(--orange-color);
    border-bottom:3px solid var(--orange-color);
    margin-bottom: 15px;
}
div.blogSide ul{
    margin-bottom: 50px;
}
div.blogSide ul li{
    border-bottom: 1px dotted #909090;
    padding-bottom: 3px;
    margin-bottom:6px;
}
ul.blogSideRecent li p.blogSideDate{
    font-size:12px;
    color:#489B8A;
}
ul.blogSideCategory li{
    padding-left:40px;
    position: relative;
}
ul.blogSideCategory li::before{
    content: "";
    width:16px;
    height: 16px;
    background:#489B8A;
    position: absolute;;
    left:0;
    top:0.2em;
}

div.entryBody {
    margin:10px;
}

div.newsWrapper {
    width:900px;
    margin:auto;
}

div.newsCategoryWrapper {
    

    width:calc(100% - 20px);
    margin:0 auto 20px;
    display: flex;
    justify-content: space-between;
}
div.newsCategoryWrapper div{
    width:100%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}
div.newsCategoryWrapper div a{
    width:110px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom:10px;
    color:#fff;
    background:red;
}
div.newsCategoryWrapper select{
    width:120px;
}

h4.news {
    text-align: center;
    color:var(--orange-color);
    font-weight: bold;
    margin-bottom:50px;
    font-size: 20px;
    position: relative;
    width:100%;
    height: 30px;
}
h4.news::before{
content: "";
width:100%;
height: 1px;
background-color:var(--orange-color);
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
position:absolute;
z-index: 0;
}
h4.news span{
    padding:0 30px;
    line-height: 30px;
    background:#fff;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 1;
    width: auto;

}
h3.circle {
    font-size:20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    margin:20px 10px;
    border:none;
    color:#fff;
    border-radius: 30px;
}
h3.circle.orange{
    background-color:var(--orange-color);
}
h3.circle.brown{
    background-color:var(--brown-color);
}




ul.privacy {
    margin:10px 10px 10px 30px;
}
ul.privacy li{
    list-style: disc;
}
div.newsWrapper{
    width:calc(100% - 20px);
    margin:0 auto 20px;
}
div.newsMain{
    width:100%;
    margin: auto;
    box-sizing: border-box;
    padding:0 20px 90px;
    position: relative;
}
div.newsMain p.entryDate{
    text-align: right;
}
h3.newsTitle{
    font-size:22px;
    margin:10px 0 30px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    text-align: center;
}
p.newsCategory{
    padding:0 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius:15px;
    background:var(--orange-color);
    color:#fff;
}
div.newsMain h1{
    font-size:32px;
}
div.newsMain h2{
    font-size:26px;
}
div.newsMain h3{
    font-size:22px;
}
div.newsMain p{
    margin:1em 0;
}
div.newsMain ul,
div.newsMain ol{
    margin:1em 1em 1em 2em;
}
div.newsMain ul li{
    list-style: disc;
}
div.newsMain blockquote{
    margin:1em;
    padding:1em;
    background:#efefef;
}
div.newsMain strong{
    font-weight: bold;
}
div.newsMain img{
    max-width: 100%;
    height:auto;
}