@charset "utf-8";

/*
theme Name: greenveil
Author: staple
Description: greenveilのオリジナルテーマ
version： 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Times New Roman', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333;
  line-height: 2;
  letter-spacing: 1.8px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #efefef;
  line-height: 1;
  width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a img:hover, .contact-ga a:hover {
  opacity: .4;
  transition: .4s
}

/*clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* eyecatch if no image*/
.no_image {
  width: 300px;
  height: 150px;
  object-fit: cover;
}

.contents, #sidebar {
  height: auto;
}

.header-inner {
  height: 69px;
}

#sidebar, .single_contents {
  margin: 20px 40px;
}

.contents {
  margin: 20px 0;
}

@media (min-width: 769px) {
  .header-inner, .container, .side_container {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  /* ↓ whole main up n down padding */
  .container {
    padding: 20px 0;
  }

  #menu-header, .side_container, .flex_contents_2, .flex_contents_4 {
    display: flex;
  }

  .side_container {
    margin: 120px 0;
  }

  .side_contents {
    width: 70%;
    margin: 0 2% 0 0;
  }

  #sidebar {
    width: 28%;
  }

  .single_contents {
    width: 70%;
  }

  /*--start globalmenu pc header--*/

  #menu-header {
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
  }

  #header-nav {
    font-size: .7em;
    padding: 10px 0;
  }

  #menu-header>li {
    position: relative;
    margin: 0;
    padding: 6px 25px;
    font-size: 1.1em;
    list-style-type: none;
  }

  #menu-header>li>a {
    display: block;
    letter-spacing: 1.5px;
  }

  #menu-header>li>ul {
    display: flex;
    flex-direction: column;
    position: absolute;
  }

  #menu-header>li>li:hover>ul {
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }

  #menu-header>li>ul>li {
    overflow: hidden;
    height: 0;
  }

  #menu-header>li:hover>ul li {
    overflow: visible;
    height: 24px;
    animation-duration: .5s;
    /* アニメーション時間 */
    animation-name: SlideDown;
    /* アニメーション名 */
    width: 100px;
  }

  #menu-header .tel {
    padding: 6px 40px 6px 60px;
    font-size: .8em;
  }

  #menu-header .tel a {
    border: 1px solid black;
    padding: 7px 17px;
    position: relative;
    top: -5px;
  }

  /* glovalmenu hover 上から下*/
  @keyframes SlideDown {
    0% {
      opacity: 0;
      /* 透明 */
      transform: translateY(50px);
      /* Y軸方向に50px */
    }

    100% {
      opacity: 1;
      /* 不透明 */
      transform: translateY(0);
      /* Y軸方向に0px */
    }
  }

  /* hover css*/
  #menu-header a:hover {
    color: #7C7C7C;
    transition: .4s;
  }

  /*end global navi pc submenu */
  .site-title {
    width: 80px;
    margin: 15px auto 0 auto;
    position: relative;
  }

  #navbutton {
    display: none;
  }

  /*more than 769px allowed*/
  #header-nav {
    display: block !important;
  }
}

/*min-width769px end*/
/*--end globalmenu pc header */
@media (max-width: 768px) {
  .site-title {
    width: 60px;
    padding: 9px 0 0 20px
  }

  #menu-header {
    text-align: center;
  }

  #header-nav {
    background: rgb(255, 255, 255);
    padding: 30px 0 30px 0;
    z-index: 1000;
    position: relative;
    opacity: .97;
    height: 100vh;
  }

  #header-nav>ul>li>a {
    display: block;
  }

  #header-nav ul li a {
    padding: 20px 20px 20px 20px;
  }

  #header-nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
  }

  /* under 768px delete*/
  #header-nav {
    display: none;
  }

  /*スマホ用のメニューボタン*/
  .header-inner {
    position: relative;
  }

  #navbutton {
    position: absolute;
    top: 37px;
    right: 10px;
    padding: 5% 5% 5% 60%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none !important;
  }

  #navbutton:hover {
    background-color: #ddd;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2em;
    color: #333;
  }
}

/*ここまで ナビスマホ*************/
/*footer フッター*/
footer {
  background: #8b8d90;
  padding: 50px;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_left p {
  line-height: 1.6;
}

.footer_left {
  width: 40%;
}

.footer_right {
  width: 50%;
}

.copyright {
  margin: 20px 0 0 0;
  font-size: .7em;
  text-align: right;
}

.footer_left .icon-1 {
  width: 28px;
}

.footer_left .icon-2 {
  width: 55px;
}

.footer_left a img {
  display: inline-block;
  margin: 0 20px 20px 0;
}

/*************グリーンヴェール トップページメイン **********/
#main-container {
  width: 1000px;
  margin: 20px auto;
  text-align: center;
}
#main-container-01{
  width: 600px;
  margin: 20px auto;
  text-align: center;
}

#main-container>h2 {
  font-size: 1.6em;
  padding: 0 0 40px 0;
  letter-spacing: 3px;
}

#main-container .photo-1 img {
  width: 40px;
}

#main-container .p-1 {
  padding: 0 0 20px 0;
  font-size:.8rem;
}

#main-container .p-2 {
  padding: 20px 0 10px 0;
  line-height: 2;
  font-size:.8em;
}

#top-info {
  margin: 10px 0;
}

#top-info h3, #top-gallery h3 {
  font-family: 'Pinyon Script', cursive;
  font-size: 1.4em;
}

#top-info h3 {
  margin: 0 0 10px 0;
}

/*****************
トップページお知らせ
**************/
.top-news-container {
  width: 700px;
  font-size:.8em;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.top-kiji-list {
  display: flex;
  justify-content: center;
}

.top-kiji-date {
  width: 30%;
}

.top-kiji-title {
  width: 65%;
}

.top-kiji-date time{
  font-size:.8em;
}

#top-gallery {
  margin: 30px 0;
}

#top-gallery .gllery-box {
  margin: 20px 100px 10px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top-gallery .gllery-box .gallery-inner {
  width: 22%;
}

/***************
トップページ sp
*************/
@media (max-width: 1000px) {
  #main-container,#main-container-01 {
    width: 100%;
  }

  .footer-inner {
    width: 100%;
  }
  #top-gallery .gllery-box{
    margin: 20px 0 10px 0;
  }
}

@media (max-width: 768px) {
  #main-container,#main-container-01 {
    padding: 0 20px;
  }

  #main-container>h2 {
    font-size: 1.2em;
  }

  #main-container p {
    font-size: .9em;
  }

  #top-info h3 {
    font-size: 1.5em;
  }

  .top-news-container {
    width: 100%;
    padding: 0;
  }

  #top-gallery .gllery-box {
    justify-content: center;
  }

  #top-gallery .gllery-box .gallery-inner {
    width: 52%;
    margin: 30px 0 0 0;
  }

  .top-kiji-list {
    padding: 20px 0;
    flex-wrap: wrap;
  }

  .top-kiji-date {
    width: 100%;
  }

  .top-kiji-title {
    width: 100%;
    padding: 10px 0 0 0;
  }

  footer {
    padding: 40px 20px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .footer_left {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .footer_right {
    width: 100%;
  }
}

/*****トップページ sp エンド*********/
/******************お知らせページ スタート************/
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 200px auto;
}

.news-wrapper::after {
  content: "";
  display: block;
  width: 30%;
}

.kiji-list {
  width: 30%;
  margin: 0 0 50px 0;
}

.kiji-list img {
  width:100%;
  object-fit: cover;
  height: 170px;
}

.kiji_detail {
  font-size: 13px;
  padding: 20px 0;
  font-size: 12px;
}

.sidebar-inner li {
  margin: 20px 0;
}

.sidebar-inner .widget_recent_entries li {
  font-size: .8em;
  display: flex;
  flex-direction: column-reverse;
}

.sidebar-inner .widget_recent_entries li span {
  font-size: .6em;
}

.kiji_detail div, .kiji_detail a {
  padding: 6px 0 0 0;
}

.blog .news-wrapper {
  text-align: left;
}

.kiji_detail h2 {
  font-size: 1.1em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news-wrapper {
    width: 100%;
    display: block;
    margin: 100px auto;
  }

  .kiji-list {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .kiji-list img {
    float: left;
    width: 40%;
    height: 100px;
  }

  .kiji_detail {
    float: left;
    width: 60%;
    padding: 0 10px 0 10px;
    height: 100px;
  }

  .kiji_excerpt {
    display: none;
  }

  #sidebar, .single_contents {
    margin: 40px 20px 60px 20px;
}

}/**********投稿ページsp エンド***/

/*single php*/
.kiji-info {
  padding: 10px;
  margin: 0 0 30px 0;
}

.single_contents .kiji-date, .cat-post-date {
  font-size: 13px;
}

.single_contents .cat-data {
  margin: 10px 0;
  font-size: 10px;
}

.cat-post-tax-category {
  font-size: 10px;
}

.cat-post-item div {
  margin: 10px 0 0 0;
}

.cat-post-item div .cat-post-title {
  margin: 20px 0 0 0;
  display: block;
}

.kiji_title_h2 h2 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0;
  text-align: center;
}

.single-post h2 {
  font-size: 1.4em;
  color: black;
}

.single-post h3 {
  font-size: 23px;
  color: black;
}

.single-post h4 {
  font-size: 19px;
  color: black;
}

.single-post h5 {
  font-size: 17px;
  color: black;
}

.pagenext {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  font-size: 13px
}

/* side bar */
.sidebar-title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d3d3d3;
  padding: 13px 0;
  text-align: center;
}

.cat-post-item {
  padding: 10px 0 20px 0;
  border-bottom: 1px dashed black;
}

/*********
インスタグラム
*********************/
@media (max-width: 480px) {
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50% !important;
    height: 150px;
  }
}

#insta-box {
  margin: 0 0 -1px 0;
}

/*******************************
レッスンページ スタート
*********************/
.lesson-box-01 h2 {
  font-family: 'Pinyon Script', cursive;
  margin: 100px 0 70px 0;
  font-size: 1.5em
}

.lesson-box-01 {
  margin: 0 0 100px 0;
}

.lesson-box-02 h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 5px 0;
  margin: 0 0 50px 0;
  position: relative;
}

.lesson-box-02 h3 span {
  font-size: .6em;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.class-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.class-inner {
  width: 45%;
}

.class-inner h4 {
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.2em;
  margin: 0 0 30px 0;
}


.lesson-box-02 ul li {
  margin: 0 0 20px 0;
  font-size: 1.1em;
  border-bottom: 1px dotted #d3d3d3;
  padding: 0 0 3px 0;
}

.class-inner ul li::first-letter {
  font-size: 1.3em;
}

#main-container-01 .lesson-box-02 {
  text-align: left;
  margin: 150px 0;
}

.class-inner li {
  position: relative;
}

.class-inner li span {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.lesson-box-02>ul>li {
  position: relative;
}

.lesson-box-02>ul>li>span {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size:.7em;
}

/************
レッスンスマホ
******************/
@media (max-width: 768px) {
  .lesson-box-01 h2 {
    margin: 60px 0 60px 0;
    font-size: 1.5em;
  }

  .lesson-box-02 h3 {
    font-size: 1.5em;
  }

  .class-inner {
    width: 100%;
  }

  .lesson-box-02 ul li {
    font-size: 1.1em;
  }

  #main-container .lesson-box-02 {
    margin: 100px 0;
  }

  .class-inner:nth-child(2) {
    margin: 30px 0 0 0;
  }
  #main-container-01 .lesson-box-02{
    margin: 50px 0;
  }
}

/***************
ギャラリー お問合せ
********/
.contact-ga a {
  font-family: 'Pinyon Script', cursive;
  display: block;
  font-size: 1.5rem;
  line-height: 0.8;
}

.contact-ga a span {
  font-size: .7rem;
}

@media (max-width: 768px) {
  .contact-ga a {
    padding: 40px;
  }
}

/**************
ウェディング&フォト
***************/
.p-we {
  margin: 150px 0;
}

.page-template-wedding .lesson-box-01 h2 {
  margin: 100px 0 100px 0;
}

@media (max-width: 768px) {
  .page-template-wedding .lesson-box-01 h2, .lesson-box-01 {
    margin: 60px 0;
  }

  .p-we {
    margin: 50px 0;
  }

  .pc-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}





/*************
投稿ページ
************/


.single-post strong{
	font-weight:bold;
}
.single-post em{
font-style:italic;
}

/*****end*******/
