@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*
  Theme Name:photo.dosanite.co.jp
  Description:photo.dosanite.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%;
}

/* 検索 */
#searchform {
  width:170px;
  display:block;
  height:20px;
  position:relative;
  border-radius: 5px;
  font-size:14px;
  margin-top:-2px;
}
#s {
  width:160px;
  position:absolute;
  height:20px;
  border-radius:30px;
  border:1px solid #FFF;
}
#searchsubmit {
  position:absolute;
  height:20px;
  width:20px;
  top:3px;
  left:165px;
}

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;}

blockquote{
  background-color: #ececec;
  border-radius: 5px;
  padding:5px 15px;
  margin:5px;
}

/* 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 {
  font-size: 1.6em;
  padding:8px 0 4px 0;
  border-bottom:2px solid #707070;
}
.headline:before {
  content: "▶︎";
  font-size: 16px;
  margin-right: 5px;
}


/** 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:400px;
  height:0;
  overflow:hidden;
}

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

/**
 * main
 */

body{
  font-family:'Noto Sans JP', sans-serif;
  list-style:none;
  color: #fff;
  background:#111;
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}
pre {font-family:'Noto Sans JP', sans-serif;}

a:link{color:#3b3f46;}
a:visited{color:#3b3f46;}
a:hover{color:#bbbbbb;}
a:active{color:#3b3f46;}

/* Rows */
.row_head{
  background: #111;
}

.top_logo{
  width:235px;
  height:70px;
  padding:7px 0 0 10px;
}

.navi-menu{
  position: absolute;
  right: 0px;
  top:0;
}
.navi-menu a:link{color:#fff;}
.navi-menu a:visited{color:#fff;}
.navi-menu a:hover{color:#111;}
.navi-menu a:active{color:#fff;}

.navi-menu li{
  float: left;
  height: 70px;
  font-size: 20px;
  padding: 20px 30px;
}
.navi-menu li:hover{background: rgba(219, 219, 219, 0.6);}

.poppins{font-family: 'Poppins', serif;}


.row_page{
  background: #111;
  color: #fff;
  padding:50px 0;
}

.row_footer{
  background: #111;
}
.row_copyright{
  position: absolute;
  bottom: 0;
  color:#fff;
  padding:15px 0;
  height: 50px;
  text-align: center;
  background-color:rgb(69, 69, 69, 0.7);
}

/* Content Area */
.container{padding:20px 0;}

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

.s_title{
  color:#5C5C5C;
  padding:25px 30px;
  font-weight:bold;
  font-size:24px;
  margin:0;
  background-color: #E7E7E7;
}

.photos ul{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap:0 0;
  gap:0;
}
.photos img{
  width:100%;
  height:250px;
  object-fit: cover;
}

.photos video{
  width:100%;
  height:250px;
  object-fit: cover;
  display: block;
}

.photos img:hover{
	opacity:0.5;
	transition:0.3s;
  cursor: pointer;
}

.overlay {
position: fixed;
background: rgba(0, 0, 0, 0.2);
transition: all 0.5s 0s ease;
visibility: hidden;
opacity: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#pop-up {
display: none;
}
#pop-up:checked + .overlay {
visibility: visible;
opacity: 1;
z-index: 100000;
background-color: #000000D0;
width: 100%;
}
.popWindow {
border-radius: 5px;
overflow: auto;
max-height: 95%;
min-width: fit-content;
max-width: 95%;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 100010;
font-size: 13px;
line-height: 18px;
margin: 10px auto;
padding: 4px 10px;
background: #FFFD;
text-align: center;
transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
font-size: 15px;
margin: 8px;
color: #333;
}
.popWindow .close {
position: absolute;
top: 8px;
right: 10px;
transition: all 300ms;
font-size: 24px;
line-height: inherit;
font-weight: bold;
text-decoration: none;
color: #000;
padding: 2px;
}
.popWindow .close:hover {
color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
background: none;
}
.popWindow::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
background: #999;
border-radius: 5px;
}
@media screen and (max-width: 700px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}

/* breadcrumb */
#breadcrumb{
  width:100%;
  padding:10px 20px;
  color:#707070;
  font-size:18px;
  left:0;
  margin:0;
  background: #e7e7e7;
}
  #breadcrumb a:link{text-decoration:none; color:#707070;}
  #breadcrumb a:visited{text-decoration:none; color:#707070;}
  #breadcrumb a:hover{text-decoration:underline; color:#2e2e2e;}
  #breadcrumb a:active{text-decoration:none; color:#707070;}
  #breadcrumb > ul{
    list-style:none;
    margin:0;
    padding:0;
  }
  #breadcrumb > ul > li{
    float:left;
    margin-right:10px;
  }

/*
 * 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:#ccc;
}

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

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

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

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

/* 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);
}
