/*
Theme Name: Kakuu Photo Studio
Author: Masaitou
Description: 架空のphoto studioのサイトです。
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

html {
   font-size: 62.5%;
}

/*
header========================================================================================================================================
*/

.sp-nav {
   display: none;
}

#nav-button {
   display: none;
}

.content {
   width: 70%;
   margin-left: auto;
   margin-right: auto;
}

.header-flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

#logo img {
   width: 45%;
}

.pc-nav ul {
   display: flex;
   font-size; 15px;
   font-size: 1.5rem;
}

.pc-nav li:first-child {
   border: 0px;
}

.pc-nav li {
   border-left: 1px solid black;
}

.pc-nav li {
   list-style: none;
   padding-left: 20px;
   padding-right: 20px;
}

.pc-nav a {
   text-decoration: none;
   color: black;
   display: inline-block;
}

.pc-nav a:hover {
   color: #24ba09;
   transform: translateY(-4px);
   transition: .5s;
}

.header-cover {
   width: 70%;
   margin-left: auto;
   position: relative;
}

.title {
   font-size: 20px;
   font-size: 2.0rem;
   background-color:rgba(201,186,155,.7);
   width: 35%;
   height: 45%;
   position: absolute;
   top: 170px;
   left: -210px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1000;
}

.title-p {
   animation-name: fadein;
   animation-duration: 2s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.breadcrumbs {
   font-size: 15px;
   font-size: 1.5rem;
}

.sp-nav {
   display: none;
}


/*
footer=========================================================================================================================================================================-
*/

.footer {
   background-color: #24ba09;
   text-align: center;
   margin-top: 100px;
}

#logo-footer img {
   width: 10%;
}

.pc-nav-footer ul {
   display: flex;
   justify-content: center;
}


.pc-nav-footer li:first-child {
   border-left: 0px;
}

.pc-nav-footer li {
   list-style: none;
   padding-left: 20px;
   padding-right: 20px;
   border-left: 1px solid white;
}

.pc-nav-footer a {
   text-decoration: none;
   color: black;
   font-size: 15px;
   font-size: 1.5rem;
   color: white;
   display: inline-block;
}

.pc-nav-footer a:hover {
   color: black;
   transform: translateY(-4px);
   transition: .5s;
}

.footer-sns {
   display: flex;
   justify-content: center;
   font-size: 15px;
   font-size: 1.5rem;
   padding-left: 0;
   padding-top: 30px;
}

.footer-sns li {
   list-style: none;
   margin-left: 20px;
   margin-right: 20px;
}

.footer-sns a {
   color: white;
}

.small {
   color: white;
   padding-top: 20px;
   padding-bottom: 20px;
}

.footer-top {
   padding-top: 50px;
}

.pc-nav-footer {
   padding-top: 20px;
}


/*
page==========================================================================================================================================================================-
*/

#content-page {
   width: 70%;
   margin-left: auto;
   margin-right: auto;
   display: flex;
   justify-content: center;
   margin-top: 100px;
}

.cover img {
   width: 100%;
   height: auto;
}

.cover-title {
   width: 20%;
   height: 35%;
   background-color:rgba(201,186,155,.7);
   position: absolute;
   top: 45%;
   left: 20%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.cover-title h1 {
   font-weight: normal;
}

article {
   width: 70%;
}

article a {
   color: black;
   text-decoration: none;
   display: inline-block;
}

article a:hover {
   color: #24ba09;
   transform: translateX(4px);
   transition: .5s;
}

aside {
   width: 20%;
}

.main h2 {
   font-size: 20px;
   font-size: 2.0rem;
   width: 250px;
   border-bottom: 5px solid #cabb9c;
   position: relative;
   padding-bottom: 10px;
}

.main h2:after {
    position: absolute;
    content: " ";
    border-bottom: 5px solid #395348;
    width: 50px;
    letter-spacing: .2em;
    bottom: -4px;
    display: block;
}

.main p {
   width: 80%;
   font-size: 15px;
   font-size: 1.5rem;
   line-height: 25px;
}

tbody {
   font-size: 15px;
   font-size: 1.5rem;
   width: 70%;
}

tr {
   height: 30px;
}

td {
   width: 400px;
   text-align: center;
}

figure {
   margin-top: 50px;
   text-align: center;
   width: 70%;
}


/*
sidebar=========================================================================================================================================================================
*/

.gallery-list li {
   list-style: none;
   padding-bottom: 15px;
}

.gallery-list a {
   text-decoration: none;
   color: black;
   display: inline-block;
   font-size: 15px;
   font-sixe: 1.5rem;
}

.gallery-list a:hover {
   transform: translateX(4px);
   transition: .5s;
   color: #24ba09;
}

.gallery-list {
   padding-left: 10px;
}

.section-title  {
   font-size: 20px;
   font-size: 2.0rem;
   padding-bottom: 5px;
   border-bottom: 3px solid #24ba09;
}

.header-cover img {
   width: 100%;
}

.info-flex {
   display: flex;
   align-items: center;
   font-size: 12px;
   font-size: 1.2rem;
   margin-left: 10px;
}

.info-flex h4{
   width: 70px;
}

.info-flex p {
   width: 100px;
}

.side-info {
   margin-top: 100px;
}

.sidebar .center {
   margin-left: 0;
   width: 100%;
   margin-top: 50px;
}

.sidebar .center a {
   font-size: 15px;
   font-size: 1.5rem;
}

.plugin-container {
   margin-top: 50px;
   margin-left: 20px;
}


/*
ウィジェット========================================================================================================================================================================
*/

.sidebar {
   width: 100%;
}

.widget-title {
   font-size: 20px;
   font-size: 2.0rem;
   border-bottom: 2px solid #cabb9c;
}

.sidebar li {
   list-style: none;
   margin-bottom: 20px;
}

.sidebar a {
   text-decoration: none;
   font-sizr: 18px;
   font-size: 1.8rem;
   color: black;
   display: inline-block;
}

.sidebar a:hover {
   color: #24ba09;
   transform: translateX(4px);
   transition: .5s;
}

.sidebar ul {
   padding-left: 10px;
}


/*
index==================================================================================================================================================================================
*/

.img-gallery img{
   width: 100%;
   height: auto;
}

.img-gallery img:hover {
   opacity: 0.5;
}

.img-gallery {
   width: 25%;
}

.blog-box h2 {
   width: 250px;
   border-bottom: 5px solid #cabb9c;
   position: relative;
   font-size: 20px;
   font-size: 2.0rem;
}

.blog-box h2:after {
    position: absolute;
    content: " ";
    border-bottom: 5px solid #395348;
    width: 50px;
    letter-spacing: .2em;
    bottom: -4px;
    display: block;
}

.blog-wrap {
   display: flex;
}

.blog-body {
   margin-left: 50px;
   width: 60%;
}

.blog-body p {
   font-size: 15px;
   font-size: 1.5rem;
}

.blog-footer a {
   font-size: 15px;
   font-size: 1.5rem;
}

.blog-box {
   margin-bottom: 50px;
}



/*
front-page==========================================================================================================================================================================
*/

#main-img {
   width: 80%;
   text-align: center
}

#main-img img {
   width: 50%;
}

.main {
   width: 90%;
}

.news-list {
   padding-left: 0;
}

.news-list li {
   list-style: none;
   border-bottom: 1px dotted #395348;
   padding-top: 20px;
   width: 80%;
}

.news-list a {
   font-size: 15px;
   font-size: 1.5rem;
   margin-left: 50px;
   margin-bottom: 20px;
}

.date {
   font-size: 15px;
   font-size: 1.5rem;
   margin-top: 20px;
   margin-bottom: 20px;
}

.blog-box-front {
   margin-top: 100px;
}

.center {
   font-size: 15px;
   font-size: 1.5rem;
   text-align: center;
   margin-left: 160px;
   background-color: #24ba09;
   width: 35%;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 30px;
}

.center:hover {
   background-color: white;
   color: #24ba09;
   border: 2px solid #24ba09;
}

.center a {
   color: white;
   display: inline-block;
   width: 100%;
   height: 50px;
   padding-top: 35px;
}

.center a:hover {
   transform: translateX(0px);
}

.center-box {
   height: 100px;
   margin-top: 50px;
}

.breadcrumbs {
   width: 70%;
   margin-left: 50px;
}


/*
gallery============================================================================================================================================================================
*/

.archive-cover {
   width: 70%;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

.archive-cover-img {
   width: 70%;
   margin-left: auto;
}

.archive-cover-img img {
   width: 100%;
}

.cover-title {
   font-size: 20px;
   font-size: 2.0rem;
   background-color:rgba(201,186,155,.7);
   width: 25%;
   height: 45%;
   position: absolute;
   top: 170px;
   left: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1000;
}

.img-archive {
   width: 100%;
   padding-top: 0;
   display: flex;
}

.img-archive img {
   width: 100%;
   height: auto;
}

.img-archive a:hover {
   opacity: 0.5;
   transform: translateX(0px);
}

.blog-body-archive img {
   display: none;
}

.blog-body-archive {
   width: 100%;
}

.img-archive a {
   width: 70%;
}

.blog-body-archive p {
   width: 90%;
   margin-left: 20px;
}

figure {
   margin-top: 0;
}

.blog-body-archive a:hover {
   transform: translateX(4px);
}

.blog-body-archive .view {
   width: 100px;
   border-bottom: 2px dotted black;
}

.blog-body-archive a {
   width: 100px;
}

.blog-flex-g {
   margin-bottom: 50px;
}

.main-g h2 {
   font-size: 20px;
   font-size: 2.0rem;
   width: 250px;
   border-bottom: 5px solid #cabb9c;
   position: relative;
   padding-bottom: 10px;
}

.main-g h2:after {
    position: absolute;
    content: " ";
    border-bottom: 5px solid #395348;
    width: 50px;
    letter-spacing: .2em;
    bottom: -4px;
    display: block;
}

.main-g p {
   width: 80%;
   font-size: 15px;
   font-size: 1.5rem;
   line-height: 25px;
}

.main-g {
   width: 90%;
}


/*
news=============================================================================================================================================================================
*/

.blog-body-news {
   font-size: 15px;
   font-size: 1.5rem;
   width: 90%;
}

.blog-box-h2 a {
   font-size: 18px;
   fontsize: 1.8rem;
}

.blog-box-news {
   margin-top: 50px;
}

.blog-body-news p {
   margin-top: 0;
}

.view-news {
   margin-left: 250px;
   border-bottom: 2px dotted black;
}

/*
single=========================================================================================================================================================================
*/

#content-single {
   display: flex;
   width: 70%;
   margin-top: 100px;
   margin-left: auto;
   margin-right: auto;
}

.wp-block-image {
   margin-left: 0;
}

.blog-wrap-single img {
   width: 100%;
   height: auto;
}

.blog-wrap-single {
   width: 100%;
}

.blog-body-single p {
   width: 100%;
}

.article-single {
   margin-left: auto;
   margin-right: auto;
}

.page-navi a {
   font-size: 15px;
   font-size: 1.5rem;
}

.page-navi {
   display: flex;
   justify-content: space-between;
   width: 80%;
   margin-top: 15px;
}

/*
ipad====================================================================================================================================================
*/

@media ( max-width: 769px) {

.content {
   width: 90%;
}

.sp-nav {
   display: none;
}
    
.title {
   top: 135px;
   left: -135px;
}

#content-page {
   width: 90%;
}

aside {
   width: 30%;
}

.cover-title {
   top: 125px;
   left: 62px;
}

.archive-cover {
   width: 90%;
}

#content-single {
   width: 90%;
}

.center {
   width: 50%;
   margin-left: 68px;
}

input {
   width: 70%;
}

textarea {
   width: 70%;
}

button, [type="button"], [type="reset"], [type="submit"] {
   width: 30%;
}

form {
   margin-left: 100px;
}

} /*ipad閉じかっこ*/

/*
スマホ=================================================================================================================================================
*/

@media (max-width: 376px) {

.pc-nav {
   display: none;
}

#nav-button {
   display: block;
}

.cover-img {
   position: relative;
}

.sp-nav {
   position: absolute;
   top: 42px;
   right: 0;
   z-index: 5;
   width: 100%;
   height: 600px;
   background: rgba(202,187,156,.9);
}

.sp-nav li {
   list-style: none;
}

.sp-nav a {
   color: white;
   font-size: 25px;
   font-size: 2.5rem;
   text-decoration: none;
}

.header-top {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 80%;
}

#logo {
   width: 50%;
}

#content-page {
   display: block;
   width: 80%;
}

.title {
   top: 70px;
   left: -63px;
}

#nav-button {
   font-size: 30px;
   font-size: 3.0rem
}

.breadcrumbs {
    width: 80%;
    margin-left: 20px;
}

.content {
   width: 100%;
}

article {
    width: 100%;
}

.main {
   width: 100%;
}

.main p {
   width: 90%;
   margin-left: auto;
   margin-right: auto;
}

.pc-nav-footer ul {
   display: block;
   padding-left: 0;
   line-height: 30px;
}

.pc-nav-footer li {
   border-left: none;
}

#logo-footer img {
   width: 35%;
}

.pc-nav-footer a {
   font-size: 20px;
   font-size: 2.0rem;
}

.sp-nav ul {
   line-height: 70px;
   text-align: center;
   margin-right: 30px;
}

.title {
   display: none;
}

.header-cover {
   width: 100%;
}

.header-flex {
   margin-left: 50px;
}

.flexslider ol {
   width: 90%;
}

.main h2 {
   width: 70%;
}

#main-img img {
   width: 100%;
}

#main-img {
   width: 100%;
}

.center {
   width: 100%;
   margin-left: 0;
}

aside {
   width: 100%;
}

.news-list li {
   width: 100%;
}

.plugin-container {
   margin-left: 45px;
}

.sidebar {
   margin-top: 50px;
}

tr {
   width: 100%;
}

td {
   width: 60%;
}

form {
   margin-left: 0;
}


/*
スマホギャラリー============================================================================================================
*/

.cover-title {
   display: none;
}

.archive-cover {
   width: 100%;
}

.archive-cover-img {
   width: 100%;
   margin-bottom: 30px;
}

.img-archive {
   display: block;
}

.img-archive a {
   width: 100%;
}

.main-g p {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

.blog-wrap {
   margin-bottom: 50px;
}

button, input {
   width: 100%;
}

textarea {
   width: 100%;
}

button, [type="button"], [type="reset"], [type="submit"] {
   width: 30%;
}

.view-news {
   width: 60%;
   margin-left: 90px;
}


/*
スマホシングル======================================================================================================================================
*/

#content-single {
   display: block;
}

.blog-body-single p {
   margin-left: 0;
}

figure {
   width: 100%;
}

.page-navi {
   display: block;
   width: 100%;
}

.navi-child {
   display: flex;
   justify-content: space-between;
   width: 100%;
}

.navi-child-2 {
   margin-top: 10px;
}

.main-g {
   width: 100%;
}


}　/*スマホかっこ閉じ*/