@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* 
  font-family: 'Shippori Mincho', serif;
  font-family: 'Noto Sans JP', sans-serif;
*/

/*
  Theme Name:08-08.co.jp
  Description:new 08-08.co.jp
  Theme URI:https://dosanite.co.jp/
  Author:dosanite
  Author URI:https://dosanite.co.jp/
  Version:1.0.0
*/

img {
  height: auto;
  max-width: 100%;
}

input, textarea, select {
  color: #888;
  -webkit-text-stroke: 0.1px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: #f8f8f8;
  width: 100%;
  padding: 0.85em 1em 0.85em 1em;
  border-radius: 0.25em;
  border: 0;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #ccc;
  background: #eee;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.25em;
}

form textarea {
  min-height: 13em;
}

form select {
  position: relative;
}

  form select option:not(:checked) {
    color: #000;
  }

form ::-moz-focus-inner {
  border: 0;
}

form ::-webkit-input-placeholder {
  color: #aaa !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

/* framework */
html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:15px; line-height:1.6em;}
form{color:#000;}
select,option{color:#000;}

*, *::before, *::after{box-sizing:border-box;}

/* HTML 5 Overrides */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.circle{border-radius:50%; background-clip:padding-box;}
.radius{border-radius:5px;}
.btn{display:inline-block; padding:5px 15px 7px; text-transform:uppercase; border:1px solid; border-radius:5px;}

.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}

a{outline:none; text-decoration:none;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{border-radius:5px; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}

h1, h2, h3, h4, h5, h6, .heading{
  margin:0 0 20px 0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

/* Transition Fade */
*, *::before, *::after{transition:all .3s ease-in-out;}

/* Navigation */
ul, ol{margin:0; padding:0; list-style:none;}

/* Tables */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top; border-color:#D7D7D7;}
table, th{table-layout:auto;}
th{color:#FFFFFF; background-color:#373737;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}
tr{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a{background-color:inherit;}

.wrapper{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  text-align:left;
  word-wrap:break-word;
}

.hoc, .headhoc{
  display:block;
  margin:0 auto;
}

/** display:none; class **/
.none{display:none;}

/** margin class **/
.mb1{margin-bottom:1em;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.mb4{margin-bottom:4em;}
.mb5{margin-bottom:5em;}
.mb6{margin-bottom:6em;}
.mb7{margin-bottom:7em;}
.mb8{margin-bottom:8em;}
.mb9{margin-bottom:9em;}

/* Spacing */
.space-10{margin-top:10px; margin-bottom:10px;}
.space-20{margin-top:20px; margin-bottom:20px;}
.space-30{margin-top:30px; margin-bottom:30px;}
.space-50{margin-top:50px; margin-bottom:50px;}
.space-80{margin-top:80px; margin-bottom:80px;}
.space-100{margin-top:100px; margin-bottom:50px;}

.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}

/* single page code */
.headline {
  position:relative;
  padding:5px 25px;
  border-bottom:1px solid #e2e2e2;
}
.headline:before,
.headline:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border:2px solid #e2e2e2;
  position:absolute;
  top:11px;
  left:3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.headline:after{
  top:12px;
  left:10px;
  height:12px;
  width:12px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  border:none;
  background:rgba(99, 99, 99, 0.3);
}

/** cursor class **/
.cursor{cursor:pointer;}
.noscroll{overflow: hidden; height:100%;}

/* Grid */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{float:left; margin:0 0 0 3.06748466257669%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}

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

@media screen and (max-width:736px){
  iframe[src*="youtube"]{
    width:100%;
  }
}

.ggmap{
  position:relative;
  padding-bottom:300px;
  height:0;
  overflow:hidden;
  border-radius: 10px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  max-height: 300px;
}

/**
 * main
 */
 body{
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 16px;
   list-style:none;
   color:#000;
   background:#fff;
 }
 
 a:link{color:#666;}
 a:visited{color:#666;}
 a:hover{color:#CB000A;}
 a:active{color:#666;}

/* Rows */
.row_head{
  height:70px;
  color:#000;
  background: #fff;
  font-family: 'Shippori Mincho', serif;
  border-bottom: solid 5px #CB000A;
}

.header_icon{
  position:absolute;
  left:40px;
  margin:12px 0 0 0;
}

.shop{
  position:absolute;
  right:0;
}

#headnav{
  position:absolute;
  right:30px;
  margin:5px 125px 5px 0;
  height:70px;
}

#headnav li{
  float:left;
  padding:15px 20px 0 20px;
  font-weight: bold;
  font-size: 22px;
}
#headnav li a:link{color:#000;}
#headnav li a:visited{color:#000;}
#headnav li a:hover{color:#CB000A;}
#headnav li a:active{color:#000;}

.row_top{
  text-align:left;
  background: #fff;
}

.sp_contents{
  position: absolute;
  right:20px;
  margin-top: -200px;
}
.sp_contents img{width:380px;}
@media screen and (max-width:1280px){
  .sp_contents img{
    width:240px;
    margin-top: 70px;
  }
}
@media screen and (max-width:900px){
  .sp_contents{display: none;}
}

.header{
  margin:0;
  padding:0;
  text-align:center;
  max-height:1080px;
}
.header img{width:100%;}

.row1{
  background: url(images/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.row1 h1{
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin:20px 0;
  font-family: 'Shippori Mincho', serif;
}
.more {
  text-align: right;
}
.more a:link{color:#000; text-decoration: underline;}
.more a:visited{color:#000;}
.more a:hover{color:#CB000A; text-decoration:none;}
.more a:active{color:#000;}

.row2{
  background: url(images/bg2.jpg) no-repeat center center;
  background-size: cover;
}

.row3{
  background: url(images/bgi1.jpg) no-repeat center center;
  background-size: cover;
}

.row4{
  background: url(images/bgi2.jpg) no-repeat center center;
  background-size: cover;
}

.lr_box{
  margin:20px 0;
  background-color: #fff;
}

.left_banner{
  float: left;
  width: 30%;
}

.right_banner{
  float: right;
  width: 30%;
}

.right_text{
  float: right;
  width: 70%;
}

.left_text{
  float: left;
  width: 70%;
}

.right_text h1, .left_text h1{
  padding: 20px;
  font-weight: bold;
  font-size: 1.2em;
  font-family: 'Shippori Mincho', serif;
}
.right_text p, .left_text p{
  padding: 0px 20px 20px 20px;
  font-size: 1em;
}

.lr_box .more{
  padding: 10px 20px 20px 0;
}

.row_footer{
  color: #fff;
  background-color: #3B3939;
  padding:20px 0;
}

.row_footer h1{
  font-family: 'Shippori Mincho', serif;
  font-size: 1.5em;
  padding:30px 0 0 0;
  text-align: center;
}
.row_footer p{
  font-size: 1em;
  line-height: 1.8em;
}

.row_footer a:link{color:#fff;}
.row_footer a:visited{color:#fff;}
.row_footer a:hover{color:#ccc;}
.row_footer a:active{color:#fff;}

.row_copyright{color:#B2B2B2; background-color:#242424;}
.row_copyright a:link{color:#ccc;}
.row_copyright a:visited{color:#ccc;}
.row_copyright a:hover{color:#fff;}
.row_copyright a:active{color:#ccc;}

/* breadcrumb */
#breadcrumb{
  width:100%;
  padding:20px 20px 0 20px;
  color:#111;
  font-size:16px;
  left:0;
  margin:0;
  position: relative;
  z-index: 1;
}
  #breadcrumb a:link{text-decoration:none; color:#666;}
  #breadcrumb a:visited{text-decoration:none; color:#666;}
  #breadcrumb a:hover{text-decoration:underline; color:#ccc;}
  #breadcrumb a:active{text-decoration:none; color:#666;}
  #breadcrumb > ul{
    list-style:none;
    margin:0;
    padding:0;
  }
  #breadcrumb > ul > li{
    float:left;
    margin-right:3px;
  }

/*
 * ori_pagenavi
 */
.pagenavi{
  width:100%;
  margin:0 auto;
  text-align:center;
}

.ori_pagenavi{
  clear:both;
  position:relative;
  line-height:13px;
  margin:10px 5px 10px 5px;
}

.ori_pagenavi span, .ori_pagenavi a{
  display:inline-block;
  margin:3px 3px 3px 0;
  padding:12px 15px 12px 15px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background:#111;
}

.ori_pagenavi a:hover{
  color:#fff;
  background:#666;
}

.ori_pagenavi .current{
  color:#fff;
  background:#111;
}


/* Content Area */
.container{
  position: relative;
  z-index: 1;
  padding:20px 0;
}

/* Content */
.content{
  background: #fff;
  padding:0px 10px;
  text-align: left;
  font-size:16px;
}

.content h1 {font-size:20px; font-size: bold;}
.content h2 {font-size:18px; font-size: bold;}
.content h3 {font-size:16px; font-size: bold;}

.content ul {list-style:disc; padding:5px 0px 5px 20px;}
.content ol {list-style:decimal; padding:5px 0px 5px 20px;}

.eyecatch{
  margin:0;
  padding:0;
}

.eyecatch > img{
  width:100%;
  max-height:600px;
  object-fit: cover;
}

h1.s_title{
  padding:10px 0px 10px 20px;
  font-weight:bold;
  font-size:26px;
  margin:0 0 20px -10px;
  text-align: left;
  border-left: 10px solid #111;
  font-family: 'Shippori Mincho', serif;
}

.s_tags{margin:10px 0 0 0;}
.s_tags a{
  padding:3px 8px 5px 8px;
  background-color: #666;
  border-radius: 10px;
  color:#fff;
}
.s_tags a:link{color:#fff;}
.s_tags a:visited{color:#fff;}
.s_tags a:hover{color:#fff; background-color: #ccc;}
.s_tags a:active{color:#fff;}

.s_date{
  color:#323335;
  padding:5px;
  margin:60px 0 0 0;
  text-align:right;
  border-top: solid 1px #ccc;
}

/* pickupbox */
.pickupbox{
  color:#000;
  background:#fff;
  margin-bottom:30px;
}
li.pickupbox:first-child{
  margin-left:0;
  clear:left;
}
li.pickupbox:nth-child(4n+5){
  margin-left:0;
  clear:left;
}

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

.p_date{
  text-align:left;
  margin: 5px;
  padding:0;
  color: #989898;
}

.p_title{
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 18px;
  text-align:left;
  margin: 5px 5px 10px 5px;
  padding:0;
  overflow-y: hidden;
}
.p_title a:link{color:#000;}
.p_title a:visited{color:#000;}
.p_title a:hover{color:#666;}
.p_title a:active{color:#000;}

/* Media Queries */
@-ms-viewport{width:device-width;}

/* Max Wrapper Width - Laptop, Desktop etc. */
@media screen and (min-width:1280px){
  .headhoc{max-width:1280px;}
}
@media screen and (min-width:978px){
  .hoc{max-width:978px;}
}

/* Smartphone + Tablet */
@media screen and (max-width:900px){
  .hoc{max-width:90%;}
  .headhoc{max-width:90%;}
}
@media screen and (max-width:1000px){
  #headnav{display:none;}
}

@media screen and (max-width:750px){
  .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
}

/* contents fade-in */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-now {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* Instagram */
.insta_profile{
  margin-bottom:10px;
}
.insta_profile img{
  width:50px;
  height:50px;
  border-radius:50%;
  float: left;
  margin-right:10px;
}

.insta_username{
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  margin-bottom:10px;
}

.insta_biography{
  width:80%;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.insta_ul {
  display: flex;
  flex-wrap: wrap;
  margin:0 0 10px 0;
  padding:0;
}

.insta_li {
  position: relative;
  list-style: none;
  width: 16.6667%;
}

.insta_li:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  z-index: 9998;
}

.insta_li:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.insta_video {
  z-index: 9999;
}

/* Smartphone + Tablet */
@media screen and (max-width:900px){
  .insta_li {width: 50%;}
}