@charset "UTF-8";
/*
Theme Name: theme001
*/
/* html.is-fixed,
html.is-fixed body {
 
    height: 100%;
    overflow: hidden;
  
} */

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.inner {
  max-width: 1300px;
  margin: 0 auto;
}
.inner2{
  max-width: 1000px;
  margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}

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

header{
	position: fixed;
	top: 6%;
  z-index: 2000;
  width: 100%;
  box-sizing: border-box;
  padding: 0 7%;
  justify-content: space-between;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 82px;
  height: 21px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  z-index: 3000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
  width: 60%;
}

.menu-trigger.active{
	width: 82px;
	height: 82px;
	z-index: 3000;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) rotate(-45deg);
	top: 16px;
  }

  .menu-trigger.active span:nth-of-type(2) {
	transform: translateY(-20px) rotate(45deg);
	width: 100%;
	bottom: 24px;
  }

  /*ナビゲーション*/
  .global_menu{
    display: none;
    background-color: #ffb6c5;
    padding: 100px;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    font-size: 2em;
    box-sizing: border-box;
		overflow-y: scroll;
		height: 100vh;
  }
  .global_menu.active{
    display: block;
  }

  .global_menu a{
    color: #fff;
    border-bottom: 1px dashed #fff;
    letter-spacing: .1em;
    padding: 20px 10px;
    display: block;
  }

  .global_menu ul{
    width: 80%;
  }

  .sns a{
    border: none;
  }
  /*ナビゲーションここまで*/

  .main_visual{
    background-color: #ede7e9;
    padding: 170px 0 230px;
  }



  .job_title{
    margin-bottom: 35px;
    font-family: 'Noto Serif JP', serif;
  }

  .job_title p:first-child{
    background-color: #dc8384;
    color: #fff;
    display: inline-block;
    padding: 0 .3em;
    margin-bottom: .5em;
    letter-spacing: .1em;
  }

  h1{
    font-weight: normal;
  }

  .photo{
    position: relative;
  }

  .photo p{
    font-family: 'Raleway', sans-serif;
    position: absolute;
    font-size: 65px;
    bottom: 80px;
    display: flex;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    letter-spacing: .3em;
  }

  .photo span{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -130px;
    text-align: center;
  }

  h2{
    font-family: 'Nothing You Could Do', cursive;
    text-align: center;
    font-size: 26px;
    letter-spacing: .15em;
    color: #40302e;
    margin-bottom: 100px;
  }

  section{
    padding: 130px 0;
  }

  .date{
    margin-right: 20px;
  }

  .list_info{
    max-width: 95%;
    margin: auto;
  }

  .list_info li{
    border-bottom: 1px solid #000;
    padding: 10px;
  }

  .passion li{
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
  }

  .passion li:last-child{
    margin-bottom: 0;
  }

  .photo_area{
    width: 40%;
  }

  .txt_area{
    width: 55%;
  }

  .between{
    justify-content: space-between;
  }

  .txt_area h3{
    font-size: 28px;
    font-weight: normal;
    color: #939293;
    margin-bottom: 39px;
  }

  .txt_area p{
    line-height: 2.3;
  }

  .passion::after{
    content: '';
    display: block;
    background-image: url(images/line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 143px;
    padding-bottom: 8%;
    box-sizing: border-box;
    margin-top: 7%;
  }

  .profile{
    background-color: #ffcdce;
    position: relative;
  }
  .profile .left{
    width: 32%;
    z-index: 100;
    position: relative;
  }

  .profile .right{
    width: 600px;
    z-index: 100;
    position: relative;
    line-height: 2.37;
  }

  .profile::before{
    content: '';
    display: block;
    background-image: url(images/flower1.png);
    background-repeat: no-repeat;
    width: 238px;
    height: 403px;
    position: absolute;
    left: 7.8%;
    top: 5%;
  }

  .profile::after{
    content: '';
    display: block;
    background-image: url(images/flower2.png);
    background-repeat: no-repeat;
    width: 323px;
    height: 384px;
    position: absolute;
    right: 4.3%;
    bottom: 0;
  }

  .profile h3{
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 1.5em;
    letter-spacing: .1em;
  }

  .service li{
    width: 296px;
  }

  .icon{
    background-color: #ede9e7;
    text-align: center;
    width: 100%;
    height: 215px;
    align-items: center;
  }

  .icon span{
    display: block;
    width: 100%;
  }

  .service li p{
    padding: 18px 10px;
  }

  .service li:nth-child(2),
  .service li:nth-child(4){
    margin-top: 76px;
  }

  .contact dt{
    font-size: 14px;
  }

  .contact dt span{
    color: #e7bdc8;
    font-size: 200%;
  }

  .contact dd{
    margin-bottom: 50px;
  }

  input,textarea{
    border: 1px solid #eee;
    font-size: 16px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  textarea{
    min-height: 266px;
  }

  .contact_form{
    margin-top: 50px;
  }

  input[type="submit"]{
    background-color: #ffcdce;
    color: #fff;
    max-width: 360px;
    height: 70px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .1em;
  }

  footer{
    background-color: #ede7e9;
    padding: 139px 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: .2em;
  }

  .footer_link{
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }

  .footer_link li{
    margin-right: 10px;
  }

  .footer_link li:last-child{
    margin-right: 0;
  }

  .footer_link a{
    color: #DC8284;
  }

  .footer_link li.sns{
    font-size: 2em;
  }

  .footer_link li.sns a{
    border: none;
  }
  .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #dea4b3;
    color: #fff;
    max-width: 360px;
    height: 50px;
    cursor: pointer;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .1em;
    margin: 50px auto;
  }
   /*固定ページデフォルト
  page.php
  */

  .page-template-default h2{
    margin: 50px 0;
  }

  .page-template-default h3{
    margin: 20px 0;
  }

  /*シングルページデフォルト
  single.php
  */

  .breadscrumb{
    margin-top: 5%;
    font-size: 80%;
  }

  .breadscrumb li{
    padding: 0 10px;
  }

  .blog-txt{
    padding: 0 4%;
    word-break: break-all;
  }
  .blog-txt h2{
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
		font-size: 20px;
  }
  .blog-txt p{
    margin-bottom: 20px;
  }
  .pagelink{
    display: flex;
    flex-wrap: wrap;
    font-size: 90%;
  }
  .pagelink span{
    width: 49%;
  }
  .pagelink a{
    border: 1px solid #FFCDCE;
    display: block;
    align-items: center;
    padding: .3em .6em;
  }
  .newpage{
    text-align: right;
  }

  /*ブログリスト
  page-top.php
  */

  .blog_area{
    background-color: #f6f6f6;
  }

  .list_blog{
    justify-content: space-between;
  }
  .list_blog li{
    width: 30%;
    background-color: #fff;
    border: 3px solid #fff;
    transition: 1s;
    margin-bottom: 20px;
  }

  .list_blog li:hover{
    border-color: transparent;
    box-shadow: 0px 3px 18px 2px rgba(242, 207, 206);
  }

  .list_blog a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px 27px 25px;
  }
  .eyecatch img{
    height: auto;
  }
  .blog_info{
    margin-bottom: 15px;
  }
  .cat{
    background-color: #dc8384;
    color: #fff;
    border-radius: 5px;
    padding: 1px 0;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-size: 90%;
  }
  .date{
    font-size: 90%;
  }
  .pagelink{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
  .contact{
    position: relative;
  }
  .inv-recaptcha-holder{
    position: absolute;
    bottom: 20px;
  }
  /*カテゴリーページ
  category.php
  */
  .category-blog{
    background: #f6f6f6;
  }

	/* ブログ
	single-blog.php */
	.blog_h1{
		font-size: 24px;
	}

