@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
*::after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
  scroll-behavior:smooth;
}
body {
    color: rgba(0, 0, 0, 0.87);
    font-feature-settings: "palt";
    font-family:'Quicksand', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
    font-size: 16px;
    background: #fff;
    letter-spacing: 0.2em;
    word-break : break-all;
}
article {
  line-height: 1.9;
}
section.blogpage h2 article p {
    font-size: 75%;
}
a {
    color: rgb(0,0,0,0.87);
}
h2{
    padding-bottom: 60px;
    text-align: center;
    font-size: 87.5%;
    font-weight: 600;
    letter-spacing: 1em;
}
section{
  align-items: flex-start;
  align-items: center;
}
/* header */
header.inner{
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background: rgba(256,256,256,0.7);
}
header .logo{
  margin-top: 18px;
  margin-bottom: 54px;
  text-align: left; 
}
header.inner #navigation{
  width: 1000px;
  margin: 0 auto;
  height: 100px;
}

/* ナビゲーションメニュー */
 .header-menu {
	 margin-top:-100px;
  width:100%;
  display: flex;
  justify-content: flex-end;
}
 
 .header-menu ul {
  padding-left:0;
  width:100%;
  position: relative !important;
}
 .header-menu li a {
  display:block;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(0,0,0,0);
}
 .header-menu li:hover a {
  transition: all 3s ease-out;
  border-bottom: 1px solid rgb(0,0,0,0.5);
}
.header-menu.is-fixed{
  margin-top: -100px;
}
 
 
 .header li:hover ul a {
  height: 40px;
  line-height: 40px;
}
 .header-menu li ul {
   display: none;
  }
 .header-menu li ul li {
  display: block;
  float: none;
}
 .header-menu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}
 
 .header-menu .open-menu {
  background: rgb(256,256,256,0.8);
  text-decoration: none;
  color: #ffffff ;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;}
 
 .header-menu .open-menu span{
  padding-left: 11px;
}
 .header-menu input[type=checkbox]{
   display: none;
  }
 .header-menu input[type=checkbox]:checked ~ #menu{
   display: block;
  }
  .header-menu .current-menu-item:after{
    content:"";
    display:block;
    height:2px;
    width:100%;
      background:-webkit-gradient(linear, left top, right bottom, from(#FBC7D4), to(#C9D6FF));
      background:-moz-linear-gradient(left, #FBC7D4, #C9D6FF);
      background:linear-gradient(left, #FBC7D4, #C9D6FF);
  }
/* SNS ボタン全体 */
.flowbtn10{
  display:inline-block;	
  font-size:28px;
  text-decoration:none;
  transition:.5s;
  color:#444;	
  }
/* インスタ・pocket・ラインだけ少し大きく */
.flowbtn10 .fa-instagram,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-line{
  font-size:28px;
  }
/* Instagramマウスホバー時 */
.snsbtniti li:hover a{
  border: 0px;
}
.flowbtn10 .fa-instagram:hover{
  transition: all 1s ease-out;
  color:#FBC7D4;
  }
  /* Facebookマウスホバー時 */
.flowbtn10 .fa-facebook-f:hover{
  transition: all 1s ease-out;
  color:#C9D6FF;
  }
/* ulタグの内側余白を０にする */
ul.snsbtniti{
  padding:0!important;
  width: auto;
  }
  /* アイコン全体の位置 */
.snsbtniti{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-end;	
  }
  /* アイコン同士の余白 */
.snsbtniti li{
  text-align:center!important;
  }
.snsbtniti li a{
  padding: 3px 20px;
}
/*****------- footer -------*****/
footer {
  width: 1000px;
  margin: 180px auto 30px;
  margin-top: 180px;
}
footer .logo{
  margin-bottom: 60px;
  text-align: right;
}
footer ul{
  display: flex;
  justify-content: flex-end;
  font-size: 81.25%;
  font-weight: 600;
  letter-spacing: 0.6em;
}
footer ul li{
  margin-left: 50px;
}
footer ul li:hover{
  text-decoration: underline;
}
footer #copyright {
  display: block;
  padding-top: 180px;
  font-size: 50%;
  text-align: right;
}

/*****------- TOPページ -------*****/
.home h3{
  margin-bottom: 20px;
  text-align: center;
  color: rgb(0,0,0,0.54);
  font-size: 87.25%;
}
.home article{
  margin-top: 120px;
}
.home main.inner{
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
.home main.inner h2{
  padding-bottom: 10px;
}
.home main.inner h3{
  font-size: 75%;
}
/* works */
.works_img_area{
  margin-bottom: 30px;
}
.works_img_area ul{
  display: flex;
}
.works_img_area li{
  width: 25%;
}
.works_img_area li img{
  vertical-align: bottom;
  height: auto;
  box-sizing: border-box;
  border-top: 1px solid rgb(0,0,0,0.12);
  border-bottom: 1px solid rgb(0,0,0,0.12);
  border-left: 1px solid rgb(0,0,0,0.12);
}
.works_img_area li img:last-child{
  border-right: 1px solid rgb(0,0,0,0.12);
}
.works_img_area li a{
  display: grid;
}
.works .entry-content img{
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
/* About */
#about article{
  padding-top: 0;
}
.profile_area{
  position: relative;
  padding: 30px 0;
  width: 99%;
  border: 1px solid #C9D6FF;
}
.profile_area::after{
  content: "";
  border: solid 1px #FBC7D4;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
}
.profile_area .text_area{
  width: 600px;
  margin: 0 auto;
  text-align: left;
}
.profile_area rt{
  margin-bottom: 6px;
  font-size: 62.5%;  
  font-weight: 200;
}
.profile_area h4{
  margin-bottom: 30px;
  text-align: center;
}
.profile_area p{
  margin-bottom: 20px;
  color: rgba(0,0,0,0.54);
  letter-spacing: 0.15em;
}
/* Memorog */
.back_logo p{
  line-height: 43px;
  font-size: 87.5%;
  font-weight: 600;
}
/* contact */
.contact{
  margin-bottom: 240px;
}
#contact article{
  padding-top: 0;
}

/*****------- カテゴリページ/固定ページ/シングルページ -------*****/
section.archive,
section.page,
section.blogpage{
/*   padding-top: 180px; */
  width: 800px;
  margin: 0 auto ;
  text-align: center;
}
/*------- カテゴリページ ----------*/
section.archive article{
  position: relative;
  margin-top: 71px;
  padding-top: 0;
  width: 29%;
}
.blogsbox.flexbox.wrap.between::after{
 content:"";
 display: block;
 width:30%;
}
section.archive .inner{
  width: 100%;
}
section.archive .entry-content .entry-date {
  width: 100%;
}
/*------- 固定 ----------*/
section.page h3{
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}
section.page h3::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #888;
}
section.page h4{
  margin-bottom: 30px;
  font-size: 87.5%;
}
/* タイトル */
section.archive .entry-content .entry-date h2{
  padding-bottom: 0;
  font-weight: 100;
  letter-spacing: 0.3em;
}
/* 　日時 */
section.archive .entry-content .entry-date span{
  width: 100%;
  text-align: right;
  font-size: 50%;
}
/* 　本文 */
section.archive .entry-content .textbox p{
  display: none;
}
/* タグ部分 */
section.archive .entry-content .entry-cate{
  position: absolute;
  top: -23px;
  left: 0;
  font-size: 75%;
}
.label{
  padding: 6px 10px;
}
.label:hover{
  text-decoration: underline;
}
.label-css{
  background: #D9E5FF;
}
.label-odekake{
  background: #E0FFFF;
}
.label-works{
  background: #FFCCCC;
}
.label-camera{
  background: #FFFFCC;
}
.label-design{
  background: #CEF9DC;
}
.label-print{
  background: #EAD9FF;
}


/*------- カテゴリページ 　works  ----------*/
section.works article{
  margin-top: 48px;
}
section.works article h2{
  padding-bottom: 0;
  width: 100%;
  text-align: left;
  font-size: 75%;
  font-weight: 100;
  letter-spacing: 0.3em;
}
/*------- contactページ  ----------*/
.entry-content table{
  margin: 0 auto 60px;
}
.entry-content .text_box .more{
  position: absolute;
  right: 6px;
/* グラデボタン */
}
/*------- シングルページ ----------*/
section.blogpage article{
  padding-top: 48px;
}
section.blogpage .entry-meta .cate,
section.blogpage .entry-meta .date{
  font-size: 68.75%;
}
section.blogpage .entry-meta{
  margin-bottom: 36px;
}
section.blogpage .inner{
  width: 800px;
}
section.blogpage article .inner,
.back_color{
  width: 90%;
  padding: 36px 5%;
  background: rgba(226, 206, 233, 0.4);
}
section.blogpage .entry-content figure{
  padding-top: 80px;
}
section.blogpage .entry-content figure img{
  border: 16px solid #fff;
}
section.blogpage .entry-content .wp-block-image figcaption{
  display: inline;
  padding-bottom: 0;
  width: max-content;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* 価格表ページ */
#price section.page article .entry-content{
  padding: 36px 5%;
  background: #D9E5FF;
}
/* タイトル部分下線　投稿ページ・固定ページ */
section.blogpage h2,
.futo_kasen{
  padding-bottom: 0;
  margin: 0 auto 60px;
  width: max-content;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-size: 100%;
  letter-spacing: 0.6em;
}
/*-------  表  ----------*/
.entry-content table{
  width: 600px;
}
.entry-content table,
.entry-content table tr,
.entry-content table tr th,
.entry-content table tr td{
  border: none;
  background: #fff;
}
.entry-content table caption{
  text-align: center;
  font-size: 75%;
}
.entry-content table th{
  position: relative;
  background: none;
  padding: 10px 10px 10px 20px;;
  text-align: left;
  vertical-align: top;
}

.entry-content table td{
  text-align: left;
  font-size:75%;
  padding: 10px 20px 10px 10px;
}
/* 表 投稿ページ */
section.blogpage .entry-content table{
  margin-top: 80px;
}
section.blogpage .entry-content table caption{
  padding: 80px 0 10px;
}
section.blogpage .entry-content table th{
  width: 25%;
}
section.blogpage .entry-content table td{
  width: 75%;
}
section.blogpage .entry-content table th:after{
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top:20px;
  right:20px;
}
/* 表 固定 */
section.page .entry-content table{
  border-collapse: collapse;
  border: 0.5px solid #707070;
}
section.page .entry-content table th{
  width: 50%;
  background-color: #F7F7F7;
  border: 0.5px solid #707070;
}
section.page .entry-content table td{
  width: auto;
  border: 0.5px solid #707070;
}
/*------- パンくず  ----------*/
.breadcrumbs {
  display: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  font-size: 75%;
}

.breadcrumbs span {
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumbs span:after {/* ▶を表示*/
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding: 0 1px;
  font-weight: 900;
  color: silver;
}

.breadcrumbs span:last-child:after {
  content: '';
}

.breadcrumbs span a {
  text-decoration: none;
  color: #888;
}

.breadcrumbs span:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
  color: #f3948f;
}

.breadcrumbs span a:hover {
  text-decoration: underline;
}
/*------- ページャー  ----------*/
.wp-pagenavi{
  margin: 48px auto;
  text-align: center;
}
/*------- 前の記事・次の記事  ----------*/
.paging{
  width: 90%;
  margin: 60px auto;  
}
/*------- 関連カテゴリ記事  ----------*/
.sidebar{
  padding: 20px;
  background: #eee;
}
.sidebar ul{
  width: 100%;
  margin: 0 auto;
}
.sidebar ul li{
  width: 25%;
  height: fit-content;
  text-align: center;
  font-size: 75%;
}
@media screen and (max-width: 769px) {
  header.inner{
	padding-top: 30px;
    width: 100%;
  }
  header.inner #navigation{
    width: 100%;
    padding: 0 3%;
  }
  main.inner{
    width: 100%;
  }
  footer{
    width: 100%;
  }
  footer .inner{
    padding: 0 3%;
  }
/*------- sns ----------*/
/* ulタグの内側余白を０にする */
ul.snsbtniti{
  display: inline-flex;
  }
/*------- トップページ ----------*/
  .home main.inner{
    width: 100%;
  }
/*------- カテゴリページ/固定ページ ----------*/
  section.archive,
  section.page{
    width: 90%;
  }
  section.archive .more{
    margin-right: 0;
  }
	section.archive,
	section.page,
	section.blogpage{
	padding-top: 60px;
	}
/*------- シングルページ ----------*/
section.blogpage{
  width: 90%;
}

  section.blogpage h2{
    display: inline;
  }
  section.blogpage p{
    margin: 0;
    text-align: left;
    font-size: 87.25%;
  }
/* 表 */
  .entry-content table{
    width: 100%;
  }
}
@media(max-width:640px){
.header-menu{
  width: 80%;
  display: block;
}
.header-menu li a{
  padding: 5px 10px;
  font-weight: 900;
  color: #fff;
 }
 .header-menu .current-menu-item:after{
  background: none;
 }
 .header-menu .current-menu-item {
   border: 1px solid #fff;
 }
/*------- シングルページ ----------*/
section.blogpage article{
  text-align: center;
}
section.blogpage article .inner{
  margin-top: 36px;
  width: 100%;
}
section.blogpage .entry-content table tr th{
  text-align: center;
  background: #eee;

}
section.blogpage .entry-content table th::after{
  display: none;
}
/*------- 関連カテゴリ記事  ----------*/
.sidebar ul{
  flex-wrap: wrap;
}
.sidebar ul h3{
  font-size: 87.25%;
}
.sidebar ul li{
  width: 50%;
  margin-bottom: 24px;
  letter-spacing: 0;
}
}

 @media screen and (max-width : 414px){
  .inner{
    width: 100%;
  }
/* header */
  header .logo{
    position: absolute;
    margin-left: 40px;
  }
  .home header.inner #navigation{
    padding: 0;
    background: none;
  }
  header.inner #navigation{
    background-color: transparent !important;; 
  }
/* header nav */
  /* .header-menu{
    position: absolute;
    z-index: 999;
    top: 0;
  }
  .header-menu .line {
      border-bottom: 1px double #000; 
      border-top: 1px solid #000;
      content:"";
      height: 15px; 
      padding-right:24px;
      float: right;
}
    
  .header-menu ul {
      position: static;
      display: none;
      z-index: -1;
      margin-top: -35px;
      padding-bottom: 30px; 
      background: rgb(256,256,256,0.8);
      border-bottom: 1px solid rgb(0,0,0,0.12);
    }		
  .header-menu li {
    padding: 10px 0;
    }
  .header-menu ul li, .mobile-menu li a {
    width: 100%;
    text-align: center;
    }
  .header-menu ul a{
    text-align: center;     
  }
  .header-menu ul li:hover a{
    border: none;
  }
  .header-menu .open-menu {
    display:block;
    height: 35px;
    width: 44px;
    float: right;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 10px;
    } */
/*****------- TOPページ -------*****/   
    /* works */
    .works_img_area ul{
      flex-wrap: wrap;
    }
    .works_img_area ul li{
      width: 50%;
    }
    /* profile */
    .profile_area{
      width: 90%;
    }
    .profile_area .text_area{
      width: 80%;
      font-size: 82.75%;
    }
/*****------- aboutページ -------*****/ 


/*****------- footer -------*****/
    footer .logo{
      margin-right: 50px;
      text-align: right;
    }
    footer ul{
      flex-direction: column; 
      justify-content: right;
      margin-right: 50px;
      text-align: right;
    }
    footer ul li{
      margin-bottom: 20px;
    }
    footer #copyright{
      text-align: center;
    }
/*------- カテゴリページ/固定ページ ----------*/
    section.works,
    section.page,
    section.archive{
     padding-top: 0px;
	margin-top: 0px;
    }
/*------- カテゴリページ  ----------*/
    section.archive article{
      width: 100%;
    }
    section.archive .entry-content .entry-date,
    section.archive .entry-content .entry-date h2 {
      text-align: left;
    }
    section.archive article.blogsbox{
      display: block;
    }
/*------- カテゴリページ 　works  ----------*/
    section.works{
      width: 70%;
    }
    section.works .entry-content a{
      width: 100%;
    }
/*------- カテゴリページ  ----------*/
    section.archive .entry-content{
      position: relative;
      display: flex;
      flex-direction: row;
    }
    section.archive .entry-content a.thumbnail{
      width: 50%;
      height: fit-content;
      margin-right: 3%;
    }
    section.archive .entry-content a img{
      margin-right: 18px;
    }
    section.archive .entry-content .textbox{
      width: 47%;
    }
    section.archive .entry-content .textbox p{
      margin-left: 0;
      font-size: 68.75%;
      line-height: 1.2;
      text-align: left;
    }
}



 