body{
    max-width: 768px;
    margin:0 auto;
font-family: 'Noto Sans JP', sans-serif;
}

.header,.main,.footer {
    width: 100%;
}

ul {
padding: 0;
}

@media screen and (min-width: 768px) {
body{
    max-width: 1050px;}
}

/*ヘッダー*/
.header{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 3px 3px rgba(102, 68, 0, 0.5);
    background-color: #fff;
    z-index: 999;
    opacity: 0.9;
}
.header_inner {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.header_inner .kanban {
display: block;
width: 27%;
}
.pc_menu {
margin-right: 5%;
width: 73%;
}
.pc_menu > ul {
display: flex;
margin: 0;
justify-content: flex-end;
}
.pc_menu > ul > li {
margin-right: 4%;
list-style: none;

}
.pc_menu > ul > li:last-child {
margin-right: 0;
}
.pc_menu .drop {
position: relative;
}
.pc_menu .menu_item {
color: #333;
font-size: 15px;
text-decoration: none;
position: relative;
}
.pc_menu a.menu_item:after {
content: '';
height: 1px;
width: 100%;
background: #ff9e16;
position: absolute;
bottom: -3px;
left: 0;
transform: scale(0);
transition: 0.4s;
}
.pc_menu .menu_item:hover:after {
transform: scale(1);
}
.pc_menu .sub_menu {
position: absolute;
left: -40px;
text-align: center;
top: 22px;
width: 140px;
}
.pc_menu .sub_menu li {
visibility: hidden;
overflow: hidden;
height: 0;
transition: 0.4s;
}
.pc_menu li.drop:hover .sub_menu li {
visibility: visible;
height: 16px;
background: #fff;
padding: 20px 0;
}
.pc_menu .sub_menu li a {
display: inline-block;
}
.kanban{
    //position: fixed;
    padding-left: 5%;
    height: 48px;
    //width: 100%;
}

.kanban img{
    max-height: 90%;
    width: auto;
    padding-top: 4px;
}

.menuicon{
    position: fixed;
    right: 5%;
    height: %;
}

.menuicon img{
     max-height: 46px;
     width: auto;
     padding-top: 4px;

}


.secondheader{
    margin-top:53px;
    background-color: #ffe35e;
    max-height: 50px;
    position: relative;

}


.insecondheader{
            max-height: 50px;

    //width: 90%;
    margin: auto 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.insecondheader img{
    max-height: 36px;
    width: auto;
}

/*フッター*/
footer{
    margin-top: 5em;
    padding-top: 1.1em;
    padding-bottom: 0.5em;
    background: #ffe35e;
    background-image: url("../images/footerstart.jpg");
    background-position: left 0px top 0px;
    background-repeat: no-repeat;

}

.h2footer{
margin: 1em auto 0.2em auto;
text-align: center;
}

#footericon{
width: 90%;
margin: auto;
display: flex;
justify-content: space-around;
}

@media screen and (max-width: 1020px) {
#footericon {
    display: block;
}
}

#footericon p{
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 1em auto;
    text-align: center;

}

.last3{
    width: 90%;
    margin: auto;
}

.sixicons{
width: 32%;
}

.bnr{
display: inline-block;
}
.bnr img{
    width: 100%;
}

.bnr-rakuten {
width: 100%;
}

.bnr-yahoo {
width: 79%;
}

.icon-ebisusan {
width: 19%;
}

.copyright{
    text-align: center;
    font-size: 12px;
    padding-top: 0.2em;
}
@media screen and (max-width: 1020px) {
.header_inner {
display: none;
}
}
@media screen and (min-width: 768px) {
footer{
    background-repeat: repeat-x;

}

.sixicons{
width: 16%;
    display: inline-block;
}
.bnr-rakuten {
width: 49.5%;
            display: inline-block;
}
.bnr-yahoo {
width: 100%;
}
.icon-ebisusan {
width: 10%;
}
}


/*コンテンツ領域*/
.contents {
padding-left: 5%;
padding-right: 5%;
}

.mark1{
color:#fff;
vertical-align: middle;
font-size:14px;
background-color: #ff9e16;
display: inline-block;
width: 6em;
text-align: center;
line-height: 1.4;
border-radius: 5px;
}

.smaller{
font-size: 14px;
}

.clearfix:after {
clear: both;
content: '';
display: block;
}

.textlink{
color: #0044CC;
text-decoration: underline;
}

.bold{
font-weight: bold;
}

h2{
font-size: 24px;
margin-top: 0.5em;
margin-bottom: 0.5em;
color: #1b305b;

}

h3{
    color: #1b305b;
    margin-bottom: 0.4em;
}
.line{
    border-bottom:4px solid #ffe35e;
    position: relative;
}


.red{
    color: red;
}


.button{
    margin: 1em auto;
    height: 2.5em;
    width: 90%;
    text-decoration: none;
    border-radius: 7px;
    color:#440b0b;
    background-image: -webkit-linear-gradient(360deg, #FFe805 0%, #fef8d6 100%);
    background-image: linear-gradient(360deg, #ffe35e 0%, #fff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
    border: solid 2px #ffce00;
    position: relative;
}

.button:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;

}


.button img{
    height: 1.5em;
    width: auto;
    position: absolute;
    text-align: center;
    font-size: 20px;
    top: 50%;
    left: 90%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;
}


.button a{
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    top: 58%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #440b0b;
}

.blinkborder{
    animation: blinkAnimeS4 .5s infinite alternate;
}

@keyframes blinkAnimeS4{
 0%  { border-color: #fff }
　   100%{ border-color: #ffce00}
}


.anchor{
padding: 0.3em 0;
margin: 1em 0;
background: -webkit-repeating-linear-gradient(-45deg, #ffefa1, #fefa1e 3px,#fffbe8 3px, #fffbe8 7px);
background: repeating-linear-gradient(-45deg, #ffefa1, #ffefa1 3px,#fffbe8 3px, #fffbe8 7px);
border-top: solid 2px #ff9e16;

}
.anchor a {
font-size: 14px;
display: inline-block;
text-align: center;
box-sizing: border-box;
width: 20%;
margin: 0;
padding: 0;
text-decoration: none;
color: #000;
border-right: 1px solid #000;
margin-right: -5px;
}

.anchor a:last-child {
border-right: none;

}

@media screen and (min-width: 768px) {
.button{
        width: 35%;
}
}

@media screen and (max-width: 768px) {
  .pic_pc{
        display: none;
  }
}
@media screen and (min-width: 768px) {
  .pic_sp{
        display: none;
  }
}

/* 点滅 */
.blinking{
color:#f00;	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
-moz-animation:blink 1.5s ease-in-out infinite alternate;
animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}

/*トップページ*/
.whatsnew a{
    text-indent: 2em;
    text-align: center;
}

.toph2{
    margin-top: 1.5em;
    margin-bottom: -0.5em;
}

.h2icon{
    display: inline-block;
    height: 28px;
    vertical-align: middle;
}

.toph2 img{
    margin-top: -0.2em;
    margin-right: 5px;
}


.h2whatsnew{
    margin-top: -0.3em;
    margin-bottom: -0.5em;
}

.whatsnew p{
    margin-bottom: -0.7em;
}

.topservice{
    width: 100%;
    margin-bottom: -0.7em;
}
.checkmark{
font-size: 1.5em;
color: #ff9e16;
}

.shopindexbody{
    width: 100%;
 overflow: hidden;
margin-bottom: 0.5em;
}

.shopindexbody:nth-child(odd){
background: #ffecd6;

}

.shopindexleft {
width: 50%;
display: inline-block;
margin-left: 0;
float: left;
}

.shopindexright {
width: 50%;
position: relative;
float: left;
}

.shopindexleft img{
    width: 100%;
    display: block;
}

.shopindexname {
background-color: #ff9e16;
text-align: center;
margin: 0;
margin-bottom: 1em;
color: #fff;
}

.shopindexname2 {
background-color: #ff9e16;
text-align: center;
margin: 1rem 0;
padding: 1rem 0;
color: #fff;
font-size: 18px;
}

.shopindexname3 {
background-color: #ff9e16;
text-align: center;
margin: 0;
color: #fff;
}

.shopindexinfo {
margin: 1rem 0 2rem 0;
text-align: center;
padding-left: 5px;
padding-right: 5px;
}


.shopindexbutton {
font-size: 14px;
text-decoration: none;
width: 90%;
border-radius: 7px;
color: #440b0b;
background-image: -webkit-linear-gradient(360deg, #FFe805 0%, #fef8d6 100%);
background-image: linear-gradient(360deg, #ffe35e 0%, #fff 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #c58668;
border: solid 2px #ffce00;
margin: 0 auto;
text-align: center;
display: block;
}

.shopindexbutton2 {
font-size: 14px;
text-decoration: none;
width: 70%;
border-radius: 7px;
color: #440b0b;
background-image: -webkit-linear-gradient(360deg, #FFe805 0%, #fef8d6 100%);
background-image: linear-gradient(360deg, #ffe35e 0%, #fff 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #c58668;
border: solid 2px #ffce00;
margin: -1em auto 1.2em auto;
text-align: center;
display: block;
}

.shopindexbutton3 {
font-size: 14px;
text-decoration: none;
width: 70%;
border-radius: 7px;
color: #440b0b;
background-image: -webkit-linear-gradient(360deg, #FFe805 0%, #fef8d6 100%);
background-image: linear-gradient(360deg, #ffe35e 0%, #fff 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #c58668;
border: solid 2px #ffce00;
margin: -1em auto 1.2em auto;
text-align: center;
display: block;
}

.shopindexbutton:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;

}

.shopindexbutton a {
font-size: 14px;
text-decoration: none;
padding: 11px;
color: #333;

}

.area {
padding: 0.1em 0.2em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #ff9e16;/*左線*/
font-weight: bold;
margin-bottom: 0.1em;
}

/*店舗紹介*/

.subinformation{
border: 1px solid #ffe35e;
border-radius: 5px;
padding: 10px;
position: relative;
}

.subinformation{
    font-size: 0.875em;
    margin: -0.8em 0 1em auto;
}
.subinformation:before{
background-color: rgba(255,255,255,0.7);
border-radius: 5px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 5px;
z-index: -1;
}
.subinformation:after{
background: repeating-linear-gradient(-45deg, #ffe35e, #ffe35e 5px, #fcf0f1 0, #fcf0f1 10px);
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -2;
}

.slider{
margin-top: -1em;
overflow: hidden;

}

.slider-top{
     margin-top:35px;
    position: relative;
}

.slick-box{
    width: 100%;
padding-left: 0;
}

.slick-box img{
    width: 100%;
}






.maruicon{
    //display: flex;
    //flex-wrap: wrap;
    //flex-direction: row;
    //justify-content: space-between;//
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
}


.maruicons{
width: 19.0%;
margin-top: 5px;
margin-left: 0.5%;
margin-right: 0.5%;
display: block;
float: left;
}


.maruicon .box {
position:absolute;
width: 98%;
height: 60px;
top:98%;
left: 0;
display: none;
}

.maruicon .icon_infopic {
position: absolute;
top: 8px;
left: 4px;
}

.icon_infopic{
    width: 100%;
}
.maruicon:hover .box {
z-index: 2;
display: block;
}


.td_left{
    text-align: right;
}


.prbanner{
    width: 100%;
}

.fromboss{
    margin: auto;
    display: flex;
    flex-direction: row;
   }

.fromboss img{
    max-height:90px;
    width:auto;
}

.fromboss p{
    margin: auto 0 auto 5px;
}


.ggmap iframe{
width: 100%;
height: 20em;
margin: 1em auto;
}

.maininformation{
    font-size: 14px;
    width: 100%;
    border: solid #000 1px;
    margin-top: 2em;
}

.shopindex{
    width: 100%;
    padding-left: 5%;
}

.th_mainleft{
    width: 75px;
    background: #fff4bf;
    text-align: center;
    font-weight: normal;
}

.td_shopleft{
    vertical-align: top;
    font-weight: bold;
    width: 43px;
}

.facebook{
    width: 100%;
    margin: 2em auto;

}

.facebook iframe{
    display: block;
    margin: 0 auto;
    width: 92%;

}

@media screen and (min-width: 768px) {
.maruicons{
width: 9.0%;
}
}

/*よくある質問*/




.acdn-bc {
margin: auto;
font-size: 16px;
width: 90%;
}



/*以下、左側のコメント*/
.balloon {
width: 100%;
margin: 10px 0;
overflow: hidden;
}

.balloon .faceicon {
float: left;
width: 40px;
}

.balloon .faceicon img{
width: 100%;
height: auto;
border-radius: 50%;
}
.balloon .chatting {
width: 100%;
text-align: left;
}
.says {
display: inline-block;
position: relative;
margin: 0 0 0 10px;
padding: 10px;
width: 90%;
border-radius: 12px;
background: #edf1ee;
}

.says:after {
content: "";
display: inline-block;
position: absolute;
top: 3px;
left: -19px;
border: 8px solid transparent;
border-right: 18px solid #edf1ee;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}
.says p {
margin: 0;
padding: 0;
}




/*以下、右側のコメント*/
.mycomment {
margin: 10px 10px 10px 20px;
width: 100%;
vertical-align: middle;

}
.mycomment dd{
display: inline-block;
position: relative;
margin: 0 5% 0 0;
width: 95%;
border-radius: 12px;
background: #6df887;
font-size: 16px;
padding: 10px;
}

.mycomment dd:after {
content: "";
position: absolute;
top: 3px;
right: -19px;
border: 8px solid transparent;
border-left: 18px solid #6df887;
-ms-transform: rotate(-35deg);
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}



.acdn-faq
{
margin: 1.5em 0 0 ;
}

.acdn-faq dt ,
.acdn-faq dd
{
padding: 4px 0 ;
}

.acdn-faq dt:hover
{
cursor: pointer ;
color: #777 ;
}

.acdn-faq dt
{
font-weight: 700 ;
}

.acdn-faq dd
{
display: none ;
padding: 10px ;
}


/*製品紹介*/

.proproducts{
width: 100%;
font-size: 87%;
margin-top: -2em;

}

.products_right{
    text-align: right;
    margin-top: 1em;
}

.products_right p{
    font-size: 12px;
    display: inline-block;
    margin: 0;
    width: 85%;
    vertical-align: middle;
}
.products_right img{
    display: inline-block;
    width: 10%;
    vertical-align: middle;

}
.product{
    float: left;
    width: 50%;
    margin-top: 1em ;
}

.product table{
    width: 100%;
}

.product td{
    width: 20%;
}

.product img{
width: 80%;
padding-left: 10%;
margin-right: 10%;
}

.tdcenter{
    width: 75%;
    text-align: center;
}

.tdright{
    width: 25%;
    text-align: right;
}

.blandindex img{
    width: 100%;
}

.productsh3{
    margin-top: 2em;
}

.productsh3img{
    margin-top: 1em;
    width: 80%;
}

/*サービス紹介*/
.serviceimg{
    width: 100%;
}

.pdf_dog{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: -1em;
}

.pdf_dog img{
    width: 100%;
    opacity: 0.6;
}


/*会社概要*/

h3.philosophy{
    background-image: url("../images/philosophy.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height:3.0;
}

h3.history{
    background-image: url("../images/history.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:347px 62px;
    text-align: center;
    line-height:3.0;
}

h3.information{
    background-image: url("../images/information.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height:3.0;
}

h3.access{
    background-image: url("../images/access.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    text-align: center;
    line-height:3.0;
}

.companytable{
    border-collapse: collapse;
border: 2px solid #ff9e16;
}

.companytable td{
    border-width: 1px 0px;
border-color: #ff9e16;
border-style: solid;
padding: 0.3em;
vertical-align: top;

}


/*お問合わせ*/
.form{
    width: 100%;
}

.radioarea{
    margin-top: 0.5em;
    line-height: 2em;
    margin-bottom: 1em;
}

.radio{
    display: inline-block;
    width: 45%;
}

.formbox{
    display: block;
    margin-top: 1em;
}

.formname{
    margin-top: 1em;
    margin-bottom: 0;
}



/*ハンバーガーメニュー*/

nav {
background: #fff;
position: relative;
margin: 0 auto;
}





#flexmenu{
display: flex;
flex-flow: row wrap;
}


#main-menu{
align-self: flex-end;
position: absolute;
top: 0;
left: 0;
background: #fff;
margin: 0;
padding: 20px 0;
}

#main-menu img{
max-height: 40px;
margin-left: -30px;
}

/* keep the drop-downs from being hidden by content wrappers etc */



/* General Menu Styling */
#flexmenu li {
border: 0;
list-style: none;

display: inline-block;
position: relative;
text-transform: uppercase;
text-align: center;
//transition: all ease-in-out .3s;
}

#flexmenu ul li a {
padding: 17px 0;
font-size: 14px;

text-decoration: none;
color: #333;
font-weight: 700;
display: inline-block;


}

#flexmenu ul li.has-sub > a {
padding-right: 30px;
}
.sub-menu-wrapper {
text-align: center;
}
#sub-menu li {
text-align: left;
padding-left: 180px;
}

#submenu{
    text-align: center;
}

.open li{
    text-align: left;
    display: inline-block;
}



/* Hamburger */
.buttonh {
    background: #fff;
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10000;
}
.buttonh:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
}
.buttonh:before {
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333;
    content: '';
}
/* Turn it into an X when open */
.buttonh.menu-opened{
  background: #fff;
}
.buttonh.menu-opened:after {
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #333;
    transform: rotate(45deg);
}
.buttonh.menu-opened:before {
    top: 23px;
    background: #333;
    width: 19px;
    transform: rotate(-45deg);
}
/* reset horizontal styles */
#flexmenu ul {
    display: none;
}
#flexmenu ul li,
#flexmenu ul li a,
#flexmenu ul ul li a{
    width: 100%;
}

#flexmenu ul ul li,
#flexmenu li:hover > ul > li {
    height: auto;
}

#flexmenu ul ul,
#flexmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#flexmenu ul ul ul li.active a {
    border-left: none;
}
#flexmenu > ul > li.has-sub > ul > li.focus > a,
#flexmenu > ul ul > li.has-sub > ul > li.focus > a {
    background: #262626;
    transition: all .3s ease;
}
/* remove cross when menu item is toggled */
#flexmenu > ul > li.has-sub > a:after,
#flexmenu > ul > li.has-sub > a:before,
#flexmenu ul ul > li.has-sub > a:after,
#flexmenu ul ul > li.has-sub > a:before {
    display: none;
}

/* submenu toggles */
#flexmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #333;
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#flexmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#flexmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
}
#flexmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#flexmenu .submenu-button.submenu-opened:after {
    background: #333;
}
#flexmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: ''
}
#flexmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#flexmenu .submenu-button.submenu-opened:before {
    display: none;
}

@media screen and (min-width: 1019px) {
  #flexmenu{
        display: none;
        flex-direction: row;
        background: transparent;
  }

  #mobile-toggle{
        display:none;
  }

  #main-menu li{
        display: flex;
        flex-direction: row;
  }
}
@media screen and (min-width: 768px) {

}
/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
margin: 0 auto;}

.tab_item {
width: 33.3%;
height: 1.8em;
border-bottom: 3px solid #ff9e16;
background-color: #d9d9d9;
line-height: 1.8em;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身*/
.tab_content {
display: none;
padding: 20px 40px 0;
clear: both;
overflow: hidden;
}

/*選択されているタブのみ表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}

/*選択されているタブの中身*/
.tabs input:checked + .tab_item {
background-color: #ff9e16;
color: #fff;
}

/*インスタ*/
@media screen and (min-width: 768px) {
.insta{
        display:none;
}
}
