@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(0, 155, 255, 0.15);
  color: #2B2F33;
}

::-moz-selection {
  background: rgba(0, 155, 255, 0.15);
  color: #2B2F33;
}

html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  color: #2B2F33;
  /* .min { 
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  } */
}
html p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.1em;
  text-align: justify;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}
html a {
  /* color: ; */
  font-weight: 700;
  text-decoration: underline;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, rgb(255, 158, 184) 0%, rgb(254, 227, 147) 100%);
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2B2F33;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 190px;
  margin-top: -190px;
  pointer-events: none;
}

address {
  font-style: normal;
}

main {
  padding-top: 100px;
  width: 100%;
  position: relative;
}

section {
  padding: 30px 0;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 3rem;
  margin: 0 auto;
}
.wrapper h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #39ab37;
  letter-spacing: 0.05em;
}
.wrapper h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #cca30a;
}
.wrapper p {
  margin-bottom: 10px;
}
.wrapper p:last-child {
  margin-bottom: 0;
}
.wrapper p.mini {
  font-size: 80%;
}

.hide {
  display: none;
}

.btn-detail {
  display: block;
  color: white;
  font-size: 1.1rem;
  text-align: center;
  width: 12rem;
  padding: 0.8rem;
  position: relative;
  margin: 3rem 0 0 auto;
  transition: background-color 0.3s;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

button, input, optgroup, select, textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}

.btn_postal {
  color: #FFFFFF;
  padding: 10px 30px 10px 20px;
  border-radius: 0;
  font-size: 15px;
  position: relative;
}
.btn_postal:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  margin-top: 30px;
}
.btn a {
  background: #FF0000;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 13px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 57px;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
  .btn-detail {
    width: 14rem;
    padding: 0.8rem;
    font-size: 1.2rem;
    margin-right: auto;
  }
  .btn-top {
    right: 1.5rem;
    transform: scale(0.6, 0.6);
  }
}
@media only screen and (max-width: 500px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  main {
    padding-top: 60px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 30px 0;
    width: 100%;
  }
  .btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .btn a {
    display: block;
    background: #FF0000;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #FFFFFF;
  }
  .wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
  }
  .wrapper h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 10px;
    color: #39ab37;
  }
  .wrapper h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #cca30a;
  }
  .wrapper p {
    margin-bottom: 5px;
  }
  .wrapper p:last-child {
    margin-bottom: 0;
  }
  .wrapper p.mini {
    font-size: 90%;
  }
}
header {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  z-index: 900;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
  height: 100px;
}
header .header-inner {
  padding: 30px 30px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  vertical-align: middle;
}
header .header-inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-inner .logo a img {
  width: 200px;
  line-height: 0;
}
header .header-inner h1 {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 10px;
}
header .header-inner .cvr {
  position: relative;
}
header .header-inner .cvr a {
  background: #FF0000;
  padding: 15px 20px 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  color: #FFFFFF;
}
header .header-inner .cvr a:before {
  position: absolute;
  content: "";
  background: url(../images/ico_youtube.svg) no-repeat left top;
  background-size: auto 20px;
  width: 30px;
  height: 20px;
  left: 18px;
  top: 4px;
}

@media only screen and (max-width: 500px) {
  header {
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    z-index: 900;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    height: 60px;
  }
  header .header-inner {
    padding: 12px 12px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    vertical-align: middle;
  }
  header .header-inner .logo {
    width: 120px;
  }
  header .header-inner .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .header-inner .logo a img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  header .header-inner h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 100%;
    padding-top: 5px;
    line-height: 1;
  }
  header .header-inner .cvr {
    position: relative;
    top: 0;
    right: -12px;
  }
  header .header-inner .cvr a {
    width: 60px;
    height: 60px;
    display: block;
    background: #FF0000;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    line-height: 1;
    padding-left: 0;
  }
  header .header-inner .cvr a:before {
    position: absolute;
    content: "";
    background: url(../images/ico_youtube.svg) no-repeat left top;
    background-size: auto 24px;
    width: 39px;
    height: 24px;
    left: 15px;
    top: 16px;
  }
  header .header-inner .cvr a span {
    display: none;
  }
}
#pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}
#pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: #39ab37;
}
#pagetop a img {
  padding-top: 40%;
}

footer {
  background: #2B2F33;
  color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
  font-size: 13px;
}
footer a {
  color: #FFFFFF;
}
footer p {
  text-align: center;
  margin: 20px auto;
}
footer .footer-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
footer .footer-sns li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
footer .footer-sns li img {
  width: auto;
  height: 20px;
}

@media only screen and (max-width: 500px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #pagetop a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #FFFFFF;
    background: #39ab37;
  }
  #pagetop a img {
    padding-top: 36%;
  }
  footer {
    background: #2B2F33;
    color: #FFFFFF;
    padding: 25px 0;
    text-align: center;
    font-size: 11px;
  }
  footer a {
    color: #FFFFFF;
  }
  footer .logo-f {
    width: 120px;
    text-align: center;
    margin: 0 auto;
  }
  footer .logo-f img {
    width: 100%;
    height: auto;
  }
  footer p {
    text-align: center;
    margin: 10px auto;
  }
  footer .footer-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  footer .footer-sns li {
    list-style: none;
    display: inline-block;
    padding: 5px;
  }
}
#mainimg {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 47%;
  background: url(../images/mainimg_bg_pc.jpg) no-repeat center top;
  background-size: cover;
}

/* about */
#about {
  width: 100%;
  background: #FFFFFF;
  padding: 90px 0;
}
#about .wrapper {
  padding: 60px;
  border: 4px solid #39ab37;
  border-radius: 16px;
}
#about .wrapper h2 {
  text-align: center;
}

/* sec01 */
#sec01 {
  width: 100%;
  background: linear-gradient(135deg, rgb(1, 136, 19) 0%, rgb(120, 229, 94) 100%);
  margin: 0;
  padding: 60px 0;
}
#sec01 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
  gap: 20px 0px;
}
#sec01 .wrapper iframe {
  display: inline-block;
  width: 23%;
  border-radius: 16px;
  margin: 0 1%;
}

/* part */
#part1 {
  margin: 0;
  padding: 60px 0 0 0;
}
#part1 .wrapper {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
}
#part1 .wrapper .box-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#part1 .wrapper .box-wrapper h2 {
  color: #ff309e;
}
#part1 .wrapper .box-wrapper .box-img {
  display: inline-block;
  width: 46%;
  position: relative;
  z-index: 1;
}
#part1 .wrapper .box-wrapper .box-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#part1 .wrapper .box-wrapper .box-txt {
  display: inline-block;
  width: 54%;
  padding-right: 40px;
}

#part2 {
  margin: 0;
  padding: 60px 0;
}
#part2 .wrapper {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
  position: relative;
}
#part2 .wrapper h2 {
  color: #ff309e;
}
#part2 .wrapper h2:last-of-type {
  padding-top: 30px;
  border-top: 1px solid #CCC;
  margin-top: 30px;
}
#part2 .wrapper .box-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#part2 .wrapper .box-wrapper h2 {
  color: #ff309e;
}
#part2 .wrapper .box-wrapper .box-img {
  display: inline-block;
  width: 20%;
  position: relative;
  z-index: 1;
}
#part2 .wrapper .box-wrapper .box-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#part2 .wrapper .box-wrapper .box-txt {
  display: inline-block;
  width: 80%;
  padding-right: 40px;
}
#part2 .wrapper .box-wrapper .book {
  display: inline-block;
  padding: 40px;
  border-radius: 8px;
  background: #EFEFEF;
  width: 550px;
}
#part2 .wrapper .box-wrapper .book a {
  display: block;
}
#part2 .wrapper .box-wrapper .book a img {
  width: 150px;
  float: right;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

#sec02 {
  width: 100%;
  background: linear-gradient(135deg, rgb(1, 19, 136) 0%, rgb(128, 250, 255) 100%);
  margin: 0;
  padding: 60px 0 0 0;
}
#sec02 #part3 .wrapper {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
}
#sec02 #part3 .wrapper .box-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sec02 #part3 .wrapper .box-wrapper h2 {
  color: rgb(1, 19, 136);
}
#sec02 #part3 .wrapper .box-wrapper h3 {
  color: #37d6dd;
}
#sec02 #part3 .wrapper .box-wrapper .box-img {
  display: inline-block;
  width: 46%;
  position: relative;
  z-index: 1;
}
#sec02 #part3 .wrapper .box-wrapper .box-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#sec02 #part3 .wrapper .box-wrapper .box-txt {
  display: inline-block;
  width: 54%;
  padding-right: 40px;
}
#sec02 #part4 {
  padding: 60px 0;
}
#sec02 #part4 .wrapper {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
  position: relative;
}
#sec02 #part4 .wrapper h2 {
  color: rgb(1, 19, 136);
}
#sec02 #part4 .wrapper h2:last-of-type {
  padding-top: 30px;
  border-top: 1px solid #CCC;
  margin-top: 30px;
}
#sec02 #part4 .wrapper h3 {
  color: #37d6dd;
}
#sec02 #part4 .wrapper .box-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sec02 #part4 .wrapper .box-wrapper h2 {
  color: rgb(1, 19, 136);
}
#sec02 #part4 .wrapper .box-wrapper .box-img {
  display: inline-block;
  width: 20%;
  position: relative;
  z-index: 1;
}
#sec02 #part4 .wrapper .box-wrapper .box-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#sec02 #part4 .wrapper .box-wrapper .box-txt {
  display: inline-block;
  width: 80%;
  padding-right: 40px;
}
#sec02 #part4 .wrapper .box-wrapper .book {
  display: inline-block;
  padding: 40px;
  border-radius: 8px;
  background: #EFEFEF;
  width: 550px;
}
#sec02 #part4 .wrapper .box-wrapper .book a {
  display: block;
}
#sec02 #part4 .wrapper .box-wrapper .book a img {
  width: 150px;
  float: right;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 500px) {
  #mainimg {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 43%;
    background: url(../images/mainimg_bg_pc.jpg) no-repeat center top;
    background-size: cover;
  }
  /* about */
  #about {
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
  }
  #about .wrapper {
    padding: 20px;
    border: 2px solid #39ab37;
    border-radius: 16px;
  }
  #about .wrapper h2 {
    text-align: center;
  }
  /* sec01 */
  #sec01 {
    width: 100%;
    background: linear-gradient(135deg, rgb(1, 136, 19) 0%, rgb(120, 229, 94) 100%);
    margin: 0;
    padding: 20px 20px 10px 20px;
  }
  #sec01 .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    gap: 0 0;
  }
  #sec01 .wrapper iframe {
    display: inline-block;
    width: 46%;
    border-radius: 8px;
    margin: 0 1% 2% 1%;
  }
  /* part */
  #part1 {
    margin: 0;
    padding: 20px;
  }
  #part1 .wrapper {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
  }
  #part1 .wrapper .box-wrapper {
    position: relative;
    display: block;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #part1 .wrapper .box-wrapper h2 {
    margin-top: 20px;
    color: #ff309e;
  }
  #part1 .wrapper .box-wrapper .box-img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #part1 .wrapper .box-wrapper .box-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  #part1 .wrapper .box-wrapper .box-txt {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  #part2 {
    margin: 0;
    padding: 0 20px 20px 20px;
  }
  #part2 .wrapper {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    position: relative;
  }
  #part2 .wrapper h2 {
    color: #ff309e;
  }
  #part2 .wrapper h2:last-of-type {
    padding-top: 20px;
    border-top: 1px solid #CCC;
    margin-top: 20px;
  }
  #part2 .wrapper .box-wrapper .box-img {
    display: block;
    width: 25%;
    position: relative;
    z-index: 1;
  }
  #part2 .wrapper .box-wrapper .box-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  #part2 .wrapper .box-wrapper .box-txt {
    display: block;
    width: 75%;
    padding-right: 20px;
  }
  #part2 .wrapper .box-wrapper .book {
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
    background: #EFEFEF;
    width: 145%;
  }
  #part2 .wrapper .box-wrapper .book a {
    display: block;
    text-align: center;
  }
  #part2 .wrapper .box-wrapper .book a img {
    text-align: center;
    width: 80%;
    float: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    margin: 0 auto 15px auto;
  }
  #part2 .wrapper .box-wrapper .book p a {
    text-align: left;
  }
  #sec02 {
    padding: 0;
    /* part */
  }
  #sec02 #part3 {
    margin: 0;
    padding: 20px;
  }
  #sec02 #part3 .wrapper {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
  }
  #sec02 #part3 .wrapper .box-wrapper {
    position: relative;
    display: block;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec02 #part3 .wrapper .box-wrapper h2 {
    margin-top: 20px;
  }
  #sec02 #part3 .wrapper .box-wrapper .box-img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #sec02 #part3 .wrapper .box-wrapper .box-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  #sec02 #part3 .wrapper .box-wrapper .box-txt {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  #sec02 #part4 {
    margin: 0;
    padding: 0 20px 20px 20px;
  }
  #sec02 #part4 .wrapper {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    position: relative;
  }
  #sec02 #part4 .wrapper h2:last-of-type {
    padding-top: 20px;
    border-top: 1px solid #CCC;
    margin-top: 20px;
  }
  #sec02 #part4 .wrapper .box-wrapper .box-img {
    display: block;
    width: 25%;
    position: relative;
    z-index: 1;
  }
  #sec02 #part4 .wrapper .box-wrapper .box-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  #sec02 #part4 .wrapper .box-wrapper .box-txt {
    display: block;
    width: 75%;
    padding-right: 20px;
  }
  #sec02 #part4 .wrapper .box-wrapper .book {
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
    background: #EFEFEF;
    width: 145%;
  }
  #sec02 #part4 .wrapper .box-wrapper .book a {
    display: block;
    text-align: center;
  }
  #sec02 #part4 .wrapper .box-wrapper .book a img {
    text-align: center;
    width: 80%;
    float: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    margin: 0 auto 15px auto;
  }
  #sec02 #part4 .wrapper .box-wrapper .book p a {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */