/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px "Trebuchet MS", Verdana, sans-serif; 
}
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }

p {	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  Layout
----------------------------------------------- */

body {
    padding:35px 0 0 0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #f0f0f0;
}

#container
{
    margin:0 auto;
    width: 100%;
    background: #f0f0f0;
}

#header
{
padding: 0;
height: 0;
}

#header h1,
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
    text-align:right;
}

#header a:hover { text-decoration:none;  }


#navigation
{
    width:100%;
    padding:17px 0;
position: fixed;
height: 24px;
    bottom: 0;
    box-shadow: 0px 0px 5px #cccccc;
background-color: #f0f0f0;
z-index: 900;
}
ul#mainNav1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}

ul.mainNav1 li a, ul.mainNav2 li a {
border-bottom: none!important;
}

#sidebar
{
    display: none;
}

#content
{
    width:100%;
    padding:17px 0;
animation: loading  1.5s ease 0s 1 normal;
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#content img {
width: 80%;
max-width: 600px;
height: auto;
margin: 0 auto;
}

#footer
{
display: none;
}

#footer .gutter 
{
display: none;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;	
    padding: 0;
width: 16.66%;
text-align: center;
}


ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color:#333;
    border-bottom:1px solid #CCC;
}


ul.mainNav1 li a { padding:4px 4px 4px 4px; }
ul.mainNav2 li a { padding:4px 4px 4px 14px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }

ul.mainNav1 a {
height: 20px;
}

ul.mainNav1 a:hover
{
    background:#f0f0f0;
    color:black;
}

ul.mainNav1 a span {
display: inline-block;
width: 100%;
}

ul.mainNav1 a.current { font-weight:bold; }

ul.mainNav1 a:hover span {
text-indent: 150%;
white-space: nowrap;
overflow:hidden;
}

ul.mainNav1 li:nth-child(1) a:hover::before{
content: "ホーム";
position: relative;
}

ul.mainNav1 li:nth-child(2) a:hover::before{
content: "凵について";
position: relative;
}

ul.mainNav1 li:nth-child(3) a:hover::before{
content: "ご依頼";
position: relative;
}

ul.mainNav1 li:nth-child(4) a:hover::before{
content: "実績";
position: relative;
}

ul.mainNav1 li:nth-child(5) a:hover::before{
content: "ストア";
position: relative;
}

ul.mainNav1 li:nth-child(6) a:hover::before{
content: "お問い合わせ";
position: relative;
}

#navigation #nav_logo {
height: 60px;
    width: auto;
    position: absolute;
    left: 20px;
    top: 0;
}

#navigation .sns_links {
    position: absolute;
    right: 0;
    top:0;
    display: flex;
    flex-direction: row;
    height: 60px;
    width: 200px;
    align-items: center;
}
#navigation .sns_links a {
    height: 25px;
    width: 25px;
    padding: 0 10px;
}
#navigation .sns_links a img {
    width: 100%;
    height: auto;
}
#home_mv_area {
display: flex;
flex-direction: row;
width: 86%;
margin: 0 auto;
flex-wrap: wrap;
justify-content: space-around;
}

#home_mv_area iframe {
    width: 45%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 20px;
    max-width: 730px;
}
#news_area {
width: 90%;
margin: 80px auto 0;
}

#news_area .news_text {
display: block;
color: #333333;
padding: 15px;
margin: 10px auto;
text-lign: left;
width: 100%;
max-width: 600px;
border: solid 2px #333333;
border-radius: 10px;
font-size: 16px;
text-decoration: none;
transition-duration: 0.5s;
}

#news_area a.news_text:hover {
background-color: #333333;
color: #FFFFFF;
}

#news_area .news_date {
display: inline-block;
width: 100px;
}


footer {
margin: 100px auto;
color: #cccccc;
text-align: center;
font-weight: normal;
font-size: 12px;
}

#top_h1 {
height: 0;
white-space: nowrap;
text-indent: 140%;
overflow: hidden;
}

.area_white {
width: 90%;
max-width: 600px;
margin: 0 auto;
}

.area_white p {
background-color: #FFFFFF;
border-radius: 10px;
margin: 20px 0;
padding:20px;
}

.area_white .text_title {
font-size: 20px;
font-weight: bold;
}

.area_white .text_title::before {
border-left: solid 6px #AA0000;
    display: inline;
    padding: 0 10px 0 0;
    content: "";
}
.linktext {
color: #AA0000!important;
}

.head2 {
text-align: center;
display; block;
border-bottom: solid 1px #CCCCCC;
font-family: serif;
margin-top: 80px;
}

.area_white p.price {
color: #FFFFFF;
background-color: #333333;
font-size: 22px;
}

.flex_icons {
    display: flex;
    flex-direction: row;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.flex_icons a {
background-color: #333333;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0;
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
}
.flex_icons a:hover {
background-color: #CCCCCC;
}

#content .flex_icons a img {
width: 60%;
}

#nav_sp {
display: none;
}



@media screen and (max-width: 1100px) {
#navigation
{
    top: 0;
left: 0;
}
#navigation a,
#navigation .sns_links {
    display: none;
}
#navigation #nav_sp,
#navigation #nav_sp a {
display: block;
}
#navigation #nav_sp .sns_links {
display: flex;
position: relative;
        justify-content: center;
        width: 100%;
}
#nav_sp #nav_logo_sp {
height: 60px;
    width: auto;
    position: absolute;
    left: 5px;
    top: 0;
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 58px;
  padding: 10px 0;
  clear: both;
  background: rgba(140, 140, 140, 0.98);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        padding: 14px 14px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        right: 0;
}

.navicon {
  background: #333;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #333;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 4px;
  font-size: 20px;
}

ul#mainNav1 {
display: block;
}

ul#mainNav1 li a {
color: #FFFFFF;
padding: 10px 0;
}
#content_area {
margin-top: 60px;
}
#news_area .news_text {
width: 90%;
}
#home_mv_area {
width: 90%;
}
#home_mv_area iframe {
width: 90%;
}
.flex_icons a {
width: 90px;
height: 90px;
}
#news_area .news_text,
.area_white p,
.p_works {
font-size: 12px;
}
#news_area .news_date {
display: block;
}
.area_white {
width: 95%;
max-width: auto;
}
#news_area {
margin: 0 auto;
}

}