/*フォントのCSSリセット*/
html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
}
 
body {
    font-size: 1.6rem;
    line-height: 1.4;
}
 
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
 
a,
a:visited {
    color: inherit;
}
a {
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    opacity: 0.6 !important;
}
/*レイアウトとbox-sizingのCSSリセット*/
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

header {
    width: 100%;
    height: 100vh;
    position: relative;
}
header #hed_p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-image:url(/image/2019aw/DSC_7867_3.jpg);
}
header div#rogo {
    position: absolute;
    bottom: 20px;
    right: 50px;
    color: #444;
    font-family: 'Fredericka the Great', cursive;
}
h1 {
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.1em;
}
h1 .studiom {
  font-size: 2.1vw;
  line-height: 100%;
}
h1 .nouver {
  line-height: 100% !important;
}
h1 .tema {
  font-size: 1.1vw;
  line-height: 100%;
}
h1 .tra {
  font-size: 2.7vw;
}
h2 {
    text-align: center;
    border: solid 1px #444;
    padding: 2px;
    margin: 3px 0 0;
    letter-spacing: 0.1em;
    font-size: 1.3vw;
}
.nihongo {
    font-size: 0;
    display: block;
}
/*▼▼▼▼▼▼▼▼▼▼▼
1024以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1024px) {
header {
    width: 100%;
    height: 100vw;
    max-height: 750px;
    position: relative;
}
header #hed_p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-image:url(/image/2019aw/DSC_7867_sqea.jpg);
}
h1 {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}
h1 .studiom {
  font-size: 140%;
  line-height: 100%;
}
h1 .nouver {
  line-height: 100% !important;
}
h1 .tema {
  font-size: ;
  font-size: 80%;
  line-height: 100%;
}
h1 .tra {
  font-size: 150%;
}
h2 {
    text-align: center;
    border: solid 1px #444;
    padding: 2px;
    margin: 3px 0 0;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
}
}
/*▼▼▼▼▼▼▼▼▼▼▼
768以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
header {
    width: 100%;
    height: 70.5vw;
    position: relative;
}
header #hed_p {
    background-image:url(/image/2019aw/DSC_7867_3.jpg);
}
h1 {
    font-size: 1.8rem;
 }
h2 {
display:none;
}
}
/*▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼
540以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 540px) {
header {
    width: 100%;
    height: 100vw;
    max-height: 450px;
    position: relative;
}
header #hed_p {
    background-image:url(/image/2019aw/DSC_7867_sqea.jpg);
}
h1 {
    font-size: 1.3rem;
}
header div#rogo {
    bottom: 10px;
    right: 10px;
}
}
/**/
section.wrapper {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    font-size: 1.4rem;
}
#maintitle {
  margin: 60px auto 30px;
}
h3 {
  text-align: center;
  width: 50%;
  margin: auto;
  max-width: 275px;
}
h3 img {
  width: 100%;
}
h4 {
  text-align: center;
  color: #444;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
}
/*アイテムのボックス*/
.flexwrap {
    display: flex;
    flex-wrap: wrap;
}
#item {
    margin: 40px auto 0 auto;
    color: #444;
    width: 95%;
}
#item a {
    text-decoration: none;
    transition: 0.3s;
}
#item a:hover {
    border: solid 2px rgb(93, 11, 11);
    padding: 15px;
    border-radius: 10px;
    color: rgb(93, 11, 11);
/*-ms-filter: blur(1px);
  filter: blur(1px);*/
}
ul#item a {
    width: 48%;
    margin: 0 1%;
}
.item_left,.item_right {
    width: 50%;
}
.item_right {
    display: flex;
}
.illust_outer {
    position: relative;
}
.illust_outer::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.illust {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.text_set {
    width: 100%;
    margin: auto;
    justify-content: center;
}
.updata,h5 {
    font-family: 'Fredericka the Great', cursive;
  line-height: 100%;
}
h5 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 5px 0px 0;
}
.updata {
    font-size: 1.7rem;
    display: inline-block;
    padding: 0 5px 0.6em 5px;
    border-bottom: solid 2px #444;
    margin: 0 0 7px 0;
    letter-spacing: 0.1em;
}
.updata span {
    font-size: 3.2rem;
    vertical-align: text-bottom;
}
h6 {
    display: inline-block;
    font-size: 1.5rem;
}
.midashi {
    font-size: 1.3rem;
    margin: 3px 0 10px 0;
}
.name {
    width: 100%;
    text-align: right;
}
/*駒筋*/
#komasuji .illust {
    background-size: 125%;
}
/*3並び*/
ul#item a.tri {
    width: 23.333%;
    margin: 20px 5% 0;
}
.tri .item_left,.tri .item_right {
    width: 100%;
}
.illust_outer3 {
    height: 150px;
    position: relative;
}
/*オルジュ*/
#orge .item_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#orge .illust {
    background-size: 90%;
    background-position: center right;
    top: -10px;
}
/*ペイザンヌ*/
#paysanne .item_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#paysanne .illust {
    background-size: 80%;
    background-position: center right;
    top: 10px;
}

/*ブルエとマラン*/
#brouet .item_left ,#marin .item_left{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
/*カローとフルロン*/
#carreau .item_left,#fleuron .item_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
/*風花と栗の木*/
#kazahana .item_left,#kurinoki .item_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
/*▼▼▼▼▼▼▼▼▼▼▼
768以下
▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
ul#item a.tri {
    width: 44%;
    margin: 20px 3%;
}
ul#item a {
    width: 44%;
    margin: 20px 3%;
}
#item a:hover {
    border: none;
    padding: 0px;
    border-radius: 10px;
    color: rgb(93, 11, 11);
}
.item_left, .item_right {
    width: 100%;
}
.tri .item_left,.tri .item_right {
   width: 100%;
}
.illust_outer3 {
    height: auto;
    position: relative;
}
.illust_outer3::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.updata {
    font-size: 1.6rem;
    display: inline-block;
    padding: 4px 5px 0.2em 5px;
    border-bottom: solid 2px #444;
    margin: 0 0 7px 0;
    letter-spacing: 0.1em;
}
.updata span {
    font-size: 2.1rem;
    vertical-align: text-bottom;
}
h5 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 5px 0px 0;
}
h6 {
    display: inline-block;
    font-size: 1.4rem;
}
/*オルジュ*/
#orge .illust {
    background-size: cover;
    background-position: center center;
    top: 0;
}

#paysanne .illust {
    background-size: 100%;
    background-position: center center;
    top: 0;
}
/*元戻す*/
#kazahana .item_left,#fleuron .item_left,#marin .item_left,#orge .item_left,#carreau .item_left,#brouet .item_left,#kurinoki .item_left,#pave .item_left,#urushi .item_left,#every .item_left,#sazanka .item_left,#paysanne .item_left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
h4 {
    text-align: center;
    color: #444;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    margin: 0 4%;
}
h4 br {
display:none;
}

}
/*▲▲▲▲▲▲▲▲▲▲▲*/



/*フッター*/
footer {
    width: 100%;
    /* border-top: solid 1px #444; */
    margin: 35px 0 0;
    padding: 35px 0;
    text-align: center;
    font-family: 'Fredericka the Great', cursive;
    line-height: 100%;
    background-color: rgb(232, 232, 223);
}
footer a {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    margin: 0 0 8px 0;
    display: inline-block;
}

footer a:hover {
    color: rgb(93, 11, 11);
}

/*▼▼▼▼▼▼▼▼▼▼▼
記事ページ
▼▼▼▼▼▼▼▼▼▼▼*/
.max1024 {
    width: 90%;
    max-width: 1024px;
    margin: 30px auto;

}

div#menu {
    width: 20%;
    transition: 0.3s;
}

div#honbun {
    width: 75%;
    margin: 0 0 0 5%;
color: #444;
}
#honbun p:first-child {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    font-family: 'Fredericka the Great', cursive;
}
#honbun p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
}
#honbun img {
    width: 100%;
    height: auto;
}
p.tori-p {
    width: 33.333333%;
    /* display: inline-block; */
    line-height: 130% !important;
    margin: 0 0 20px 0;
    float: left;
}
@media screen and (max-width: 768px) {
p.tori-p {
    width: 100%;
    /* display: inline-block; */
    line-height: 130% !important;
    margin: 0 0 20px 0;
    float: none;
}
}
.parson img {
    width: max-content !important;
    width: 106px !important;
}
.parson {
    float: right;
    margin: 10px 0 0;
}

.nextprev {
    float: none;
    clear: both;
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-family: 'Fredericka the Great', cursive;
}

.prev a, .next a {
    border-bottom: solid #444 2px;
    transition: 0.3s;
}

/*メニュ*/
.kikaku_title img {
    width: 100%;
}
#menu{color: #444;}
.text_set_menu {
    width: 100%;
    margin: auto;
    justify-content: center;
}

.text_set_menu h5 {
    font-size: 1.8rem;
}
.updata_menu,h5 {
    font-family: 'Fredericka the Great', cursive;
  line-height: 100%;
}

.text_set_menu h6 {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {

/*div#menu {
    width: 0;
}
#menu .text_set_menu h5,#menu .text_set_menu h6,#menu .text_set_menu p  {
    font-size: 0;
}*/
div#honbun {
    width: 100%;
    margin: 0 0 0 0;
    color: #444;
}
div#menu {
    width: 35%;
    transition: 0.3s;
    left: -37%;
    position: fixed;
    background-color: #FFF;
    /* border-right: 1px solid #444; */
    padding: 5%;
    box-shadow: 2px 2px 2px #444;
    top: 0;
    height: 100vh;
    overflow: scroll;
}
div#menu.active2 {
    left: 0;
}
}
/*▽▽▽▽ハンバーガー▽▽▽▽*/
.menuWrapper {
  position: relative;
  z-index: 101;
  width: 30px;
  height: 30px;
}
#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#menuButton span, #menuButton::before, #menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #FFF;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #FFF;
}
#menuButton::before {
  z-index: 2;
  transform: translate(0, -10px);
  content: "";
}
#menuButton::after {
  z-index: 2;
  transform: translate(0, 10px);
  content: "";
}
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
#menuButton.active span {
  opacity: 0;
  transition: opacity 150ms;
}
#menuButton.active::before {
  transform: rotate(45deg);
}
#menuButton.active::after {
  transform: rotate(-45deg);
}
#menu_icon {
  display: none;
}
@media screen and (max-width: 768px) {
#menu_icon {
    display: block;
    position: fixed;
    top: 2%;
    left: 0;
    background-color: rgba(68, 68, 68, 0.75);
    padding: 1% 2%;
    transition: 0.3s;
}
div#menu_icon.active3 {
    left: 35%;
}
}
/*△△△△ハンバーガー終わり△△△△*/
@media screen and (max-width: 540px) {
div#menu {
    width: 60%;
    transition: 0.3s;
    left: -62%;
}
div#menu.active2 {
    left: 0;
}
div#menu_icon.active3 {
    left: 60%;
}
}
/*リンク無効*/
a.none {
    pointer-events: none;
    opacity: .7;
    -webkit-filter: grayscale(100%) blur(1px);
    -moz-filter: grayscale(100%) blur(1px);
    -ms-filter: grayscale(100%) blur(1px);
    -o-filter: grayscale(100%) blur(1px);
    filter: grayscale(100%) blur(1px);
    display: block;
}