@charset "UTF-8";

/******************************/

/* breakpoints */

/******************************/

/* breakpoints */

body {
  padding: 0;
  margin: 0;
}

#header {
  margin-bottom: 0;
}

#footer {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
}

body.of_hide {
  overflow: hidden;
}

#header {
  margin-bottom: 0;
}

#footer {
  margin: 0;
  padding: 0;
}

/* カバー */

div.wrap {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Sawarabi Mincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 14px;
  line-height: 1.6;
}

div.wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.wrap .cover {
  background: #fff;
}

div.wrap .cover h1 img {
  width: 100%;
  max-width: 100%;
}

div.wrap .inner {
  padding: 0 20px;
}

div.wrap .subNav {
  position: relative;
  width: 100%;
  height: 44px;
  text-align: center;
  border-bottom: 1px #000 solid;
  background-color: #fff;
}

div.wrap .subNav .logo {
  position: absolute;
  top: 8px;
  left: 10px;
}

div.wrap .subNav .logo img {
  width: 115px;
}

div.wrap .subNav .menu-trigger,
div.wrap .subNav .menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

div.wrap .subNav .menu-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  margin-top: 3px;
}

div.wrap .subNav .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
  background-color: #000;
}

div.wrap .subNav .menu-trigger span:nth-of-type(1) {
  top: 0;
}

div.wrap .subNav .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

div.wrap .subNav .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

div.wrap .subNav .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

div.wrap .subNav .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

div.wrap .subNav .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

div.wrap .subNav.is-fixed {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
}

div.wrap .subNav .sns {
  position: absolute;
  top: 8px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.wrap .subNav .sns li {
  margin-left: 10px;
}

div.wrap .subNav .sns li img {
  width: 28px;
}

div.wrap .menu_wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: #fff;
}

div.wrap .menu_wrap.active {
  display: block;
  opacity: 1;
}

div.wrap .menu_wrap.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

div.wrap .menu_wrap.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

div.wrap .menu_wrap.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

div.wrap .menu_wrap .menu-trigger,
div.wrap .menu_wrap .menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

div.wrap .menu_wrap .menu-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  margin-top: 3px;
}

div.wrap .menu_wrap .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-radius: 4px;
  background-color: #000;
}

div.wrap .menu_wrap .menu-trigger span:nth-of-type(1) {
  top: 0;
}

div.wrap .menu_wrap .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

div.wrap .menu_wrap .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

div.wrap .menu_wrap .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.wrap .menu_wrap .menu li {
  margin: 30px 0;
  text-align: center;
}

div.wrap .menu_wrap .menu li img {
  width: auto;
  height: 26px;
}

div.wrap .writer {
  padding: 60px 0;
  background: url(../img/kateikyoshitsu_sp/writer_bg.jpg) left center no-repeat;
  background-size: cover;
}

div.wrap .writer .inner h2 {
  margin-bottom: 80px;
  text-align: center;
}

div.wrap .writer .inner p {
  font-size: 16px;
  line-height: 2.2;
  width: 70%;
  margin-top: 40px;
  margin-left: 30%;
  color: #fff;
}

div.wrap .book {
  padding: 60px 0;
  background-color: #fff;
}

div.wrap .book .inner h2 {
  text-align: center;
}

div.wrap .book .inner .box {
  margin: 0 auto;
}

div.wrap .book .inner .box p {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 30px;
  color: #000;
}

div.wrap .book .inner .box p img {
  display: block;
  margin: 0 auto;
}

div.wrap .reader {
  padding: 60px 0;
}

div.wrap .reader::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: '';
  background: url(../img/kateikyoshitsu_sp/reader_bg.jpg) no-repeat left top;
  background-size: cover;
}

div.wrap .reader h2 {
  text-align: center;
}

div.wrap .btn_wrap {
  margin-top: 30px;
}

div.wrap a.btn {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 20px;
  text-align: center;
  color: #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 black;
  box-shadow: 0 4px 0 black;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.wrap a.btn.btn1 {
  background-color: #f5dd87;
}

div.wrap a.btn.btn1::before {
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: 10px;
  content: '';
  background-image: url(../img/kateikyoshitsu_sp/icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

div.wrap a.btn.btn2 {
  background-color: #f29d69;
}

div.wrap a.btn.btn2::before {
  display: inline-block;
  width: 36px;
  height: 40px;
  margin-right: 10px;
  content: '';
  background-image: url(../img/kateikyoshitsu_sp/icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

div.wrap #itemlist {
  margin: 0 auto;
}

div.wrap #itemlist .list-item {
  min-height: 100px;
  margin-top: 30px;
}

div.wrap #itemlist .list-item .people {
  top: 0;
  width: 20%;
  text-align: center;
  color: #000;
}

div.wrap #itemlist .list-item .people::before {
  display: block;
}

div.wrap #itemlist .list-item .people.boy img {
  width: 80%;
}

div.wrap #itemlist .list-item .people.girl img {
  width: 64%;
}

div.wrap #itemlist .list-item .comment {
  line-height: 1.8;
  position: relative;
  width: 80%;
  padding: 10px 16px;
  border: 1px #000 solid;
  background-color: #fff;
}

div.wrap #itemlist .list-item .comment::before {
  position: absolute;
  top: 30px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

div.wrap #itemlist .list-item:nth-child(odd) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.wrap #itemlist .list-item:nth-child(odd) .people {
  margin-right: 2%;
  margin-left: -4%;
}

div.wrap #itemlist .list-item:nth-child(odd) .comment::before {
  left: -11px;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}

div.wrap #itemlist .list-item:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.wrap #itemlist .list-item:nth-child(even) .people {
  margin-right: -4%;
  margin-left: 2%;
}

div.wrap #itemlist .list-item:nth-child(even) .comment::before {
  right: -11px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
}