/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
====================================================================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face */

/* #Site Styles
================================================== */
:root {
  --body_bgcl: #8eb8e2;
  --cont_bgcl: #ffffff;
  --footer_bgcl: #f39acc;
  --footer_text: #333333;
  --footer_text_h: #8eb8e2;
  --footer_color: #ed84b2;
  --header_bgcl: #101720;
  --headline_bgcl_h2: #f39acc;
  --headline_bgcl_h2line: #d94e8f;
  --headline_bgcl_h3: #84bef8;
  --headline_bgcl_h3line: #147cbc;
  --headline_bgcl_h4: #ef9f9f;
  --line_cl: #fffdf8;
  --text_cl_d: #888888;
  --text_cl_h1: #6a3f22;
  --text_cl_li: #f39acc;
  --text_cl_h: #ffffff;
  --color_a: #1774b6;
  --color_ah: #0e5384;
  --color_red: #e70044;
  --btn_bg: #d94e8f;
  --btn_bgline: #a83168;
  --btn_txt01: #ffffff;
  --form_ttlbg: #f4d9d4;
  --form_ttlbg_line: #f4d9d4;
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-size: 755px 370px;
  background-color: var(--bg-color);
  background-image: url(../../images/rururara_20th_bg.jpg);
  background-repeat: repeat;
  padding: 0;
  margin: 0 auto;
  color: var(--text-color);
}
.container {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 120%;
}
.container.transparent {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 120%;
}
.row {
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.sp_view,
.columns.sp_view {
  display: none;
}
.pc_view,
.columns.pc_view {
  display: block;
}
.row.ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* text_layout ------------------------------------ */
a {
  text-decoration: none;
  font-weight: normal;
  color: var(--color_a);
  -webkit-transition: all 1s;
  transition: all 1s;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:visited {
  text-decoration: none;
  color: var(--color_a);
}
.post_blk a {
  text-decoration: underline;
}
.post_blk a:hover {
  text-decoration: none;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
p {
  word-break: break-all;
  margin: 0 1em 1em 1em;
}
hr {
  margin: 2em 0px;
  border: 2px #f39acc dashed;
}
td,
th {
  word-break: break-all;
}
ul {
  padding-left: 40px;
  list-style: outside;
}
.h1_ttl {
  text-align: center;
}
.h1_ttl h1 {
  margin: 40px 0px 0px 0px;
  padding: 0;
  color: var(--text_cl_h1);
  font-size: 260%;
}
.h1_ttl p {
  position: relative;
  font-weight: bold;
  font-size: 160%;
  padding: 0;
  margin: 0;
  color: var(--text_cl_h1);
}
.h1_ttl p:before,
.h1_ttl p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: var(--text_cl_h1);
}
.h1_ttl p:before {
  left: 0;
  background: linear-gradient(
    -45deg,
    transparent,
    var(--text_cl_h1) 10%,
    var(--text_cl_h1) 30%,
    transparent
  );
}
.h1_ttl p:after {
  right: 0;
  background: linear-gradient(
    -45deg,
    transparent,
    var(--text_cl_h1) 70%,
    var(--text_cl_h1) 90%,
    transparent
  );
}
h2 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0px 40px 0px;
  padding: 4px 2px 2px 80px;
  color: var(--text_cl_h);
  border-radius: 30px 10px 10px 30px;
  background: var(--headline_bgcl_h2);
  border-bottom: 5px solid var(--headline_bgcl_h2line);
  font-size: 130%;
}
h2.h2_ttl:before {
  content: "";
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: -5px;
  display: flex;
  width: 70px;
  height: 70px;
  background-image: url(../../images/icon_h2.png);
  background-color: #f39acc;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 3px var(--text_cl_h);
  border-radius: 50%;
}

h3 {
  font-size: 110%;
  line-height: 1.3;
  color: var(--headline_bgcl_h3line);
  margin: 40px 0px 20px 0px;
  padding: 0 0 6px 0px;
  position: relative;
  border-bottom: 3px solid var(--headline_bgcl_h3);
}
h3.h3_ttl::before,
h3.h3_ttl::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
h3.h3_ttl::before {
  background-color: var(--headline_bgcl_h3);
}
h3.h3_ttl::after {
  bottom: -11px;
  background-color: var(--btn_txt01);
}
h3.h3_books {
  border-bottom: none;
  color: var(--text_cl_d);
  font-size: 96%;
  text-align: left;
  margin: 0px auto 10px;
  width: fit-content;
}
h3.h3_books span {
  display: block;
}
h4 {
  font-weight: normal;
  margin-bottom: 40px;
}
h4:before {
  content: "\f040      ";
  font-family: FontAwesome;
  color: var(--headline_bgcl_h4);
}
h5 {
}
h5:before {
}
a.btn {
  display: block;
  width: 18em;
  background: var(--btn_bg);
  text-align: center;
  margin: 0 auto 20px;
  padding: 0.3em;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 0px 0px var(--btn_bgline);
  box-shadow: 1px 2px 0px 0px var(--btn_bgline);
}
a.btn:hover {
  -webkit-box-shadow: 0px 0px 0px 0px var(--btn_bgline);
  box-shadow: 0px 0px 0px 0px var(--btn_bgline);
}
.red {
  color: var(--color_red);
}
.red strong {
  color: var(--color_red);
}
.caution {
  font-size: 90%;
}
.attention {
  font-size: 90%;
}
.attention ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
.attention li::before {
  content: "\f069";
  font-family: "FontAwesome";
  color: var(--text_cl_li);
  margin: 0 0 0 -1em;
}
.deadline {
  position: relative;
  margin: 40px auto;
  font-size: 150%;
  font-weight: bold;
  color: var(--color_red);
  width: fit-content;
}
.deadline::before {
  content: '';
  position: absolute;
  bottom: -4px;
  width: 100%;
  border-bottom: 10px solid var(--body_bgcl);
}
.deadline_end {
  font-size: 150%;
  line-height: 1.3;
  text-align: center;
}
/* ----------------------------------- /text_layout */
/* image_layout ----------------------------------- */
.img_half {
  margin: 0px 0px 1em 0px;
}
img.line_img {
  border: 1px solid #dddddd;
}
.round img {
  border-radius: 20px 20px 20px 20px;
}
.container .column img,
.spcontainer .column img,
.container .columns img,
.spcontainer .columns img {
  max-width: 100%;
}
/* ---------------------------------- /image_layout */
/* Modal ------------------------------------------ */
.post_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
}
.post_blk2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
}
.post_blk2 .post_item dl {
  margin: 0;
}
.post_blk2 .post_item dl dt.gp_name {
  padding: 0px 10px 0px 10px;
}
.post_blk2 .post_item dl dd {
  padding: 0 0 10px 0;
}
.post_item {
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post_item img {
  border-radius: 1px;
  border: 2px solid #fcdfbf;
  -webkit-box-shadow: 0px 0px 0px 5px #ffeed8;
  box-shadow: 0px 0px 0px 5px #ffeed8;
}
.post_img,
.post_img2 {
  position: relative;
  margin-bottom: 45px;
}
.post_img img,
.post_img2 img {
  position: relative;
  top: 25px;
  width: 80%;
  height: auto;
}
.post_item p {
  text-align: left;
  font-size: 80%;
  margin-bottom: 0.5em;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.post_item button {
  width: 80%;
  margin: 0 auto;
  height: 3em;
  line-height: 3em;
  border-color: #b1d3e6;
  background-color: rgb(213, 232, 239);
  color: #1487c0;
}
.post_item button:hover,
.post_item button:focus {
  border-color: #b1d3e6;
  background-color: rgb(190, 217, 227);
  color: #1487c0;
}
.post_img::before {
  position: absolute;
  content: "";
  display: block;
  width: 122%;
  height: 122%;
  top: -5px;
  background-image: url(../../images/picture_flame.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(190, 217, 231, 0.9);
}
.modal__container {
  min-width: calc(800px + 60px);
  max-width: calc(800px + 60px);
  max-height: 95vh;
  padding: 30px 30px;
  background-color: #fff;
  overflow-y: auto;
  text-align: center;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #9e9e9e;
  background-color: #e5e5e5;
  color: #727272;
  border-radius: 5px;
  padding: 0px 10px;
}
.modal__close::before {
  content: "×";
}
.modal__close2 {
  border: 1px solid #9e9e9e;
  background-color: #e5e5e5;
  color: #727272;
  border-radius: 5px;
  padding: 5px 5px;
  width: 6em;
  margin: 0 auto;
}
.modal__close2::before {
  content: "×";
}
.modal__container img {
  width: auto;
  height: 80vh;
  /* background: rgba(238,104,116,.1); */
}
.modal__content {
  margin-top: 0.5em;
  margin-bottom: 2rem;
  line-height: 1.6em;
  text-align: left;
  background: #fffae6;
  border: 1px solid #f6efd1;
  padding: 20px 10px 10px 10px;
}
/* Animation */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/* ----------------------------------------- /Modal */
/* effect ----------------------------------------- */
[data-scroll] {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}
/* ---------------------------------------- /effect */
/* iframe ----------------------------------------- */
.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 2em 0 1em;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ---------------------------------------- /iframe */
/* header ----------------------------------------- */
header {
  height: auto;
  width: 100%;
  line-height: 0;
}
#tsarea img {
  width: 100%;
}
/* ---------------------------------------- /header */
/* Footer ----------------------------------------- */
footer {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  background-color: var(--footer_color);
  color: var(--btn_txt01);
}
footer a,
footer a:visited {
  color: var(--btn_txt01);
}
footer a:hover {
  color: var(--bg-color);
}
footer .f_link img {
  width: 27%;
  height: auto;
}
/* sns --------------------------------- */
.head_sns {
  display: none;
}
.sns {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  background-color: var(--footer_color);
}
.sns ul {
  margin: 0;
}
.sns ul li    { display:inline-block; margin:0; padding:0 0 10px 0; }
.sns ul li.tw { margin:0; padding:0; line-height:0; }
.sns ul li.fb { margin:0; padding:0; line-height:.5; }
.fb_iframe_widget > span { vertical-align: baseline !important; height: 20px !important; }

/* ---------------------------------------- /Footer */

/* #Page Styles
================================================== */
/* TOP
----------------------------------------------------------*/
.cont1 {
  padding: 0 0 30px;
  background: url(../../images/top/bg.jpg);
  background-size: 50px 50px;
}
.cont2 {
  background-color: var(--cont_bgcl);
  margin: 40px auto;
  padding: 0 0 40px 0;
  border-radius: 20px;
}
.cont4 {
  background: #ffaa33;
  background: repeating-linear-gradient(
    45deg,
    #ffaa33,
    #ffaa33 10px,
    #ffbf66 10px,
    #ffbf66 20px,
    #ffd599 20px,
    #ffd599 30px
  );
}
.obi_sample {
}
.obi_sample p:has(img)  {
  margin: 0 1em 0 1em;
  line-height: 0;
}
.obi_sample img {
  line-height: 0;
}
.obi_name {
  margin: 3px auto;
  text-align: center;
  font-size: 70%;
  font-weight: 700;
  color: var(--text_cl_d);
}
.label {
  position: relative;
  margin: 20px 0px 40px;
  padding: 30px 15px 0px 15px;
  border-radius: 10px;
}
.label::before {
  position: absolute;
  top: -20px;
  left: 10px;
  content: attr(title);
  padding: 5px 10px 5px 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  height: auto;
  line-height: 1.2;
  border-radius: 5px;
}
.label1 {
  border: 3px dotted #d94e8f;
  display: flex;
}
.label1::before {
  background-color: #d94e8f;
}
.label2 {
  border: 3px dotted #84bef8;
  display: flex;
}
.label2::before {
  background-color: #84bef8;
}
.label p {
  margin: 0 0 1em 0;
}
.chara_cut img {
  padding: 100px 0 0 0;
}
.ouboken img {
  border-radius: 5px;
}
.oubohagaki img {
  margin-bottom: 20px;
}
.camp_info {
  margin-bottom: 40px;
}
.camp_info img {
  width: 100%;
  height: auto;
}
a.camp_link_bnr {
  position: relative;
  border:1px solid var(--btn_bg);
}
.camp_link_bnr::before {
  position: absolute;
  content: '詳しくみる \025b6';
  bottom: 0;
  right: 0;
  padding: 15px 10px 15px 20px;
  border-radius: 22px 0 0 0;
  background-color: var(--btn_bg);
  color: var(--text_cl_h);
  font-weight: bold;
  z-index: 2;
}
a.camp_link_bnr,
.camp_link_bnr img {
  line-height: 0;
}
/* bookinfo --------------------------------------- */
.bookinfo {
}
.bookinfo h3 {
  text-align: left;
  font-weight: bold;
  padding: 0px 5px;
  margin: 0;
  font-size: 100%;
  line-height: 1.4;
}
.bookinfo h3 a {
  font-weight: bold;
  color: #333;
}
.bookinfo h3 span {
  font-size: 80%;
}
.bookinfo h3:before {
  content: "";
  margin: 0px;
}
.bookinfo p {
  padding: 0;
}
.bookinfo .booksauthor {
  font-size: 80%;
  text-align: right;
}
.bookinfo .bookstext {
  font-size: 65%;
}
.bookinfo table {
  width: 100%;
}
.bookinfo th {
  width: 35%;
  white-space: nowrap;
  vertical-align: top;
}
.bookinfo td {
  width: 65%;
}
.bookinfo th,
.bookinfo td {
  padding: 5px 10px;
  font-size: 70%;
}
.bookinfo th {
  text-align: left;
}
.bookinfo_bottom {
  padding-bottom: 0px;
}
.youtube_wrap {
  margin-bottom: 90px;
}
/* shop_select ------------------------ */
.shop_select {
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
.shop_select a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  line-height: 1;
}
.shop_select a:hover {
  background: #ddd;
}
.shop_select label {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 12px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-right: 2em;
}
.shop_select label::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0d7";
  right: 0.5em;
  top: 25%;
  font-size: 140%;
}

.shop_select ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
  display: none;
}
/* -------------------------------------- /bookinfo */
/* booklist --------------------------------------- */
.books_list {
  padding-bottom: 40px;
}
.books_list p.author {
  margin: -30px 0 30px 0;
  text-align: right;
  font-weight: bold;
}
.booklist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.books_cont {
  width: 25%;
  padding: 10px 0px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
}
/* -------------------------------------- /booklist */
/* form ------------------------------------------- */
.bg_present {
  background-color: var(--form_ttlbg);
  background-repeat: repeat;
  background-size: cover;
  line-height: 0;
}
.bg_present img {
  width: 100%;
  height: auto;
}
.camp_ttl {
  margin: 0 !important;
}
.camp_ttl img {
  line-height: 1;
}
/* mailform */
.mailform {
  margin-bottom: 40px;
}
.mailform p {
  font-size: 90%;
  margin: 0;
}
.mailform p.conutblok {
  color: #d82f80;
}
.mailform input {
  display: inline-block;
}
.mailform table {
  width: 100%;
  margin: 0;
}
.mailform tr {
  border: 1px solid #e9e9e9;
}
.mailform th {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  background: #f4f9fd;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.mailform td {
  padding: 10px;
  background: #ffffff;
}
.mailform .blk01 {
  width: 45%;
}
.mailform .blk02 {
  width: 25%;
}
.mailform .blk03 {
  width: 10%;
}
.mailform .blk04 {
  width: 20%;
}
.mailform .entryform_detail_name th {
  white-space: nowrap;
}
.mailform .entryform_detail th.age {
  white-space: nowrap;
}

.mailform .entryform_detail_name td input {
  width: 60%;
}
.mailform td.entryform_detail_age input {
  width: calc(100% - 5em);
}
.mailform .entryform_detail_postcode td input {
  width: 30%;
}
.mailform .entryform_detail_tel td input {
  width: 60%;
}
.mailform .entryform_detail_tenp td input {
  width: 100%;
}
.mailform .entryform_detail_keisai select,
.mailform .entryform_detail_uketori select {
  -webkit-appearance: inner-spin-button;
  -moz-appearance: inner-spin-button;
  appearance: inner-spin-button;
}
.mailform .entryform_detail_submit {
  text-align: center;
}
.mailform .entryform_detail_submit input {
  font-size: 100%;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #ffffff;
  background-color: #e73828;
  -webkit-box-shadow: 0px 3px 0px rgb(198 30 15);
  box-shadow: 0px 3px 0px rgb(198 30 15);
}
.entryform_detail_address .script label {
  display: inline;
}
.entryform_detail_address .script textarea {
  min-height: 135px;
}
.entryform_detail_address label {
  display: inline;
}
.mailform em {
  font-style: normal;
  color: #d82f80;
  display: inline;
}
.mailform span.info {
  display: block;
  font-size: 85%;
}
.attention_info {
  font-size: 85%;
  margin: 0 20px;
  padding: 20px 0px;
}
.attention_info h3 {
  border-bottom: #ea5938 solid 1px;
  color: #ea5938;
  font-size: 105%;
  margin: 0px 0px 20px;
}
.attention_info h3::before {
  font-family: FontAwesome;
  content: "\f06a";
  color: #e60012;
}
.attention_info h4 {
  margin: 0px;
  padding: 0 0 0 0px;
  font-size: 100%;
  font-weight: bold;
}
.attention_info h4:before {
  content: "\f0e0 ";
  font-family: FontAwesome;
}
.attention_info ul {
  list-style: outside;
  margin-left: 20px;
}
/* ------------------------------------------ /form */

/* #Media Queries
==================================================================================================== */
@media only screen and (min-width: 801px) and (max-width: 1184px) {
  h2 span {
    display: inline-block;
  }
}
/*  #800- Tablet(Portrait) & Mobile (Landscape) & Mobile (Portrait)
==================================================================================================== */
@media only screen and (max-width: 800px) {
  /* #Site Styles
	================================================================ */
  .container {
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 110%;
    width: calc(100% - 2%);
    margin-top: 2%;
  }
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sp_view,
  .columns.sp_view {
    display: block;
  }
  .pc_view,
  .columns.pc_view {
    display: none;
  }
  .dblk {
    display: block;
  }
  /* text_layout ------------------------------------ */
  p {
    margin: 0 0em 1em 0em;
  }
  th,
  td {
    max-width: none;
    width: 91.5%;
    width: calc(100% - 22px);
    float: left;
    padding: 10px 10px;
  }
  .h1_ttl h1 {
    font-size: 180%;
    line-height: 1;
  }
  h2 {
    font-size: 100%;
    line-height: 1.3;
    padding: 4px 2px 2px 57px;
    min-height: 33px;
    margin: 0 0 20px 0;
  }
  h2.h2_ttl:before {
    width: 50px;
    height: 50px;
  }
  .mailformcont h2 {
    margin: 40px 0px 0px 0px;
  }
  h3.h3_books span {
    display: inline;
  }
  ul {
    padding-left: 20px;
  }
  a.btn {
    width: 80%;
  }
  /* ----------------------------------- /text_layout */
  /* image_layout ----------------------------------- */
  .img_half,
  .img_half_75 {
    text-align: center;
  }
  .img_half img {
    width: 50%;
  }
  .img_half_75 img {
    width: 75%;
  }
  /* ---------------------------------- /image_layout */
  /* Modal ------------------------------------------ */
  .post_blk {
    width: 50%;
    padding: 0px 5px 0px 5px;
  }
  .post_blk2 {
    width: 100%;
    padding: 0px 5px 0px 5px;
  }
  .post_item {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post_img {
    margin-bottom: 60px;
  }
  .post_img::before {
    /* width: 180px;
		height: 195px; */
    width: 130%;
    height: 130%;
    top: -12px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-32%);
    transform: translateX(-32%);
  }
  .post_img img {
    width: 60%;
    height: auto;
    top: 30px;
  }
  .post_item p {
    font-size: 75%;
    padding: 0 5px;
  }
  .modal__container {
    /* min-width: 100%; */
    min-height: 80vh;
    max-height: 80vh;
  }
  .modal__content {
    line-height: 1.8em;
  }
  .modal__close {
    position: fixed;
    top: 30px;
    right: 10px;
    font-size: 150%;
    font-weight: bold;
    z-index: 99;
  }
  .modal__close2 {
    border: 1px solid #9e9e9e;
    background-color: #e5e5e5;
    color: #727272;
    border-radius: 5px;
    padding: 10px 10px;
  }
  .modal__close2::before {
    content: "×";
  }
  .modal__container img {
    width: 95vw;
    height: auto;
  }
  /* ----------------------------------------- /Modal */
  /* header ----------------------------------------- */
  #tsarea img {
    min-width: 100%;
  }
  /* ---------------------------------------- /header */
  /* iframe ----------------------------------------- */
  .youtube_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /* ---------------------------------------- /iframe */
  /* Footer ----------------------------------------- */
  footer {
    text-align: center;
    padding-bottom: 40px;
  }
  footer .f_link img {
    width: 60%;
    height: auto;
  }
  .tw_account {
    font-size: 80%;
  }

  /* fixd_sns ----------------------------- */
  .head_sns {
    display: block;
    position: fixed;
    font-size: 180%;
    padding: 0;
    margin: 0;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
  }
  .head_sns a {
    padding: 0;
    margin: 0;
    width: 70%;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    line-height: 1;
    overflow-y: hidden;
    color: #ffffff;
  }
  .head_sns a.sns_fb i,
  .head_sns a.sns_tw i {
    padding: 13px 0px 0px 0px;
  }
  .head_sns a.sns_fb {
    background-color: #315096;
    width: 50%;
  }
  .head_sns .sns_tw img { width: 30px; }
  .head_sns a.sns_tw  {
    background-color: #000000;
    width: 50%;
    border-radius: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head_sns a:hover {
    color: #fff;
  }
  .head_sns a:visited {
    color: #fff;
  }
  /* ---------------------------------------- /Footer */
  /* #Page Styles
	================================================================ */
  /* TOP
	----------------------------------------------------------*/
  .cont2 {
    border-radius: 25px;
  }
  .label1,
  .label2 {
    flex-wrap: wrap;
  }
  .camp_link_bnr::before {
    font-size: 90%;
    padding: 10px 5px 10px 15px;
    border-radius: 10px 0 0 0;
  }
  .booklist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .books_cont {
    width: 50%;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
  }
  .books_cont img {
    width: 100%;
  }
  /* form ------------------------------------------- */
  .mailform th {
    width: 100%;
    border-right: 0px solid #e9e9e9;
    border-left: 0px solid #e9e9e9;
  }
  .mailform td {
    width: 100%;
  }
  .mailform .blk01 {
    width: 100%;
  }
  .mailform .blk02 {
    width: 100%;
  }
  .mailform .blk03 {
    border-top: 1px solid #e9e9e9;
    width: 100%;
  }
  .mailform .blk04 {
    width: 100%;
  }
  .mailform td.entryform_detail_age input {
    width: calc(100% - 14em);
  }

  /* ------------------------------------------ /form */
}
