@charset "UTF-8";
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

@media print, screen and (min-width: 1160px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Remove Margin
--------------------------------*/
p:first-child, article:first-child,
section:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p:last-child, article:last-child,
section:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/
.site {
  position: relative;
  margin: auto;
}

.site-content {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media print, screen and (min-width: 1160px) {
  .site-content {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Common
--------------------------------*/
.site-content:after {
  display: block;
  clear: both;
  content: "";
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

/* Header
--------------------------------*/
.header {
  width: 100%;
  position: fixed;
  align-items: center;
  background-color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  z-index: 999;
}

.header-content {
  width: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .header-content {
    width: 1160px;
    padding: 12px 0;
  }
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 77px;
  height: auto;
}

.header-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-contact__massage {
  width: 195px;
  margin-right: 20px;
  padding: 14px 0;
  font-size: 15px;
  text-align: center;
  border: solid 1px #CAE2E1;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.5em;
}

.header-contact__massage span {
  display: block;
}

.header-contact__tel {
  display: block;
  margin-bottom: 10px;
}

.header-contact__tel img {
  width: 204px;
  height: auto;
}

.header-contact__mail img {
  width: 210px;
  height: auto;
}

.site-name {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25em;
}

.site-name__tokumaru {
  display: block;
  font-size: 16px;
}

.site-name__pagename {
  display: block;
}

/* Footer
--------------------------------*/
.footer {
  min-width: 1160px;
}

.footer-nav {
  display: flex;
  width: auto;
  margin: 0 auto;
  padding: 35px 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .footer-nav {
    width: 1160px;
    padding: 35px 0;
  }
}

.footer-nav__item {
  flex: 1 0 0;
  margin: 0 5px;
}

.footer-content {
  width: 100%;
  border-top: solid 1px #D4DBE0;
}

.footer-org {
  display: flex;
  width: auto;
  margin: 50px auto 75px;
  padding: 0 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .footer-org {
    width: 1160px;
    padding: 0;
  }
}

.footer-org__logo {
  width: 78px;
  margin-right: 170px;
}

.footer-org__data {
  width: 370px;
}

.footer-org__name {
  width: 160px;
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 5px;
  padding: 7px 0;
  border-radius: 50px;
  background-color: #35CAA3;
  color: #fff;
  text-align: center;
}

.footer-link {
  display: flex;
  justify-content: flex-end;
  width: 1160px;
  margin: 0 auto 25px;
  list-style-type: none;
}

.footer-link__item {
  margin-left: 35px;
}

.footer-link__item a {
  text-decoration: none;
}

.footer-link__item a:hover {
  text-decoration: underline;
}

.copyright {
  display: block;
  width: 100%;
  border-top: solid 1px #D4DBE0;
  padding: 27px 0;
  font-size: 16px;
  text-align: center;
}

.copyright > small {
  font-size: 1em;
}

/* Site Content
--------------------------------*/
main {
  text-align: justify;
}

.hero {
  width: 1160px;
  padding: 99px 3.125vw 0;
  position: relative;
  text-align: center;
  background-image: url(../images/calendar/bg_hero.jpg);
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .hero {
    width: auto;
    min-width: 1160px;
  }
}

.common-content {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .common-content {
    width: 1160px;
    margin: 0 auto;
  }
}

.common-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.common-title span {
  position: relative;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: normal;
  z-index: 1;
  font-size: 41px;
}

.common-title::after {
  display: block;
  content: attr(data-en);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: -110px auto 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 120px;
  color: #F3F7F9;
  z-index: 0;
  opacity: 0.65;
}

.common-lead {
  margin-bottom: 60px;
  font-size: 26px;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
}

.common-lead--spec {
  font-size: 23px;
  font-weight: 500;
}

.common-lead mark {
  background: linear-gradient(transparent 60%, #FDEF1B 0%);
}

.btn-area {
  min-width: 1160px;
  padding: 50px 0;
  background-color: #35CAA3;
}

.btn-area__link {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 40px 40px 40px 0;
  background: #ff8133;
  background: -moz-linear-gradient(top, #ff8133 0%, #fc3232 100%);
  background: -webkit-linear-gradient(top, #ff8133 0%, #fc3232 100%);
  background: linear-gradient(to bottom, #ff8133 0%, #fc3232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8133', endColorstr='#fc3232',GradientType=0 );
  color: #fff;
  border-radius: 100px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.btn-area__link:hover {
  opacity: 0.6;
}

.btn-area__link::after {
  content: "";
  width: 45px;
  height: 11px;
  background-image: url(../images/calendar/arrow_w.svgz);
  background-repeat: no-repeat;
  background-size: 45px auto;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
}

.feature {
  min-width: 1160px;
  padding: 170px 3.125vw 80px;
  background-color: #F3F7F9;
}

@media print, screen and (min-width: 768px) {
  .feature {
    padding: 170px 0 80px;
  }
}

.feature .common-title::after {
  color: #80E3EE;
  opacity: 0.3;
}

.feature-area {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto 30px;
  border: solid 3px #00CAA4;
  border-radius: 6px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .feature-area {
    width: 1160px;
  }
}

.feature-area__img {
  width: 300px;
  text-align: center;
}

.feature-area__text {
  width: 855px;
  padding: 45px 40px 45px 0;
  font-family: 'M PLUS 1p', sans-serif;
}

.feature-area__title {
  font-size: 32px;
  font-weight: 800;
}

.feature-area__title span {
  display: block;
  font-size: 23px;
  font-weight: normal;
}

.feature-btn {
  display: flex;
}

.feature-btn__link {
  width: 360px;
  display: block;
  margin-right: 20px;
  padding: 13px 3.5em 13px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #D4DBE0;
  background-image: url(../images/calendar/arrow_b.svgz);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  border-radius: 4px;
}

.feature-btn__link:hover {
  opacity: 0.6;
}

.spec-head {
  width: 1040px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 75px;
  font-family: 'M PLUS 1p', sans-serif;
}

.spec-head__left {
  width: 450px;
}

.spec-head__left-text01 {
  display: block;
  margin-top: 40px;
  margin-left: 70px;
  font-size: 34px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ffbd98 0%);
}

.spec-head__left-text01 span {
  font-size: 21px;
}

.spec-head__left-text02 {
  display: block;
  margin-left: 70px;
  font-size: 24px;
  font-weight: bold;
}

.spec-head__left-text02 span {
  font-size: 15px;
}

.spec-head__left-text03 {
  display: block;
  margin-left: 70px;
  font-size: 20px;
}

.spec-head__right {
  width: 540px;
  font-size: 21px;
}

.spec-head__right-table {
  margin-bottom: 30px;
}

.spec-head__right-table th {
  width: 140px;
  text-align: justify;
  font-weight: normal;
  word-break: break-all;
  text-align-last: justify;
  -moz-text-align-last: justify;
  border: none;
}

.spec-head__right-table td {
  border: none;
}

.reference {
  display: flex;
  align-items: center;
}

.reference-text {
  margin-left: 20px;
}

.spec {
  min-width: 1160px;
  padding: 160px 0 120px;
  background-image: url(../images/calendar/bg_left.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

.spec-layout {
  width: 1160px;
  background-color: #F3F7F9;
  margin: 0 auto 90px;
  padding: 60px 0 110px;
}

.spec-layout__title {
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 50px;
}

.spec-layout__title span {
  display: block;
  font-size: 21px;
  font-weight: normal;
}

.spec-layout-list {
  width: 810px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.spec-layout-list__item {
  width: 275px;
  margin: 0 30px 60px;
  list-style-type: none;
  font-size: 23px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
}

.spec-font {
  margin: 0 3.125vw;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .spec-font {
    width: 1160px;
    margin: 0 auto;
  }
}

.spec-font__head {
  margin: 0 0 60px;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.spec-font__head::before {
  content: "＼";
}

.spec-font__head::after {
  content: "／";
}

.spec-font__item {
  width: 32%;
  margin-right: 2%;
}

@media print, screen and (min-width: 768px) {
  .spec-font__item {
    width: 370px;
    margin-right: 25px;
  }
}

.spec-font__item:nth-child(3n) {
  margin-right: 0;
}

.spec-font__title {
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  background-color: #00CAA4;
  color: #fff;
}

.spec-font__img {
  width: 290px;
  margin: 30px auto 80px;
}

.pdf-btn {
  display: block;
  width: 480px;
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  border-radius: 6px;
  background-image: url(../images/calendar/arrow_b.svgz);
  background-position: right 50px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-color: #D4DBE0;
  border: solid 1px #CAE2E1;
  text-decoration: none;
}

.pdf-btn:hover {
  opacity: 0.6;
}

.flow {
  min-width: 1160px;
  padding: 160px 3.125vw 120px;
  background-image: url(../images/calendar/bg_right.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .flow {
    padding: 160px 0 120px;
  }
}

.flow-area {
  width: auto;
  display: flex;
  margin: 0 auto 25px;
  align-items: center;
  border: solid 3px #00CAA4;
  border-radius: 6px;
  background-color: #EDF7F7;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .flow-area {
    width: 1160px;
  }
}

.flow-area::before {
  content: attr(data-no);
  display: block;
  position: absolute;
  top: 0;
  left: 45px;
  margin: -0.8em auto auto;
  font-family: 'Bebas Neue', cursive;
  font-size: 45px;
  color: #FF7D33;
  opacity: 0.5;
}

.flow-area__title {
  width: 320px;
  padding-left: 80px;
  font-size: 23px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
}

.flow-area__text {
  padding: 22px 0 22px 77px;
  font-family: 'M PLUS 1p', sans-serif;
}

.flow-area__text ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}

.flow-area__text li {
  text-indent: -1em;
  margin-bottom: 1em;
}

.contact {
  min-width: 1160px;
  padding: 160px 3.125vw 100px;
  background: #dde09c;
  background: -moz-linear-gradient(top, #dde09c 0%, #6ce3ff 100%);
  background: -webkit-linear-gradient(top, #dde09c 0%, #6ce3ff 100%);
  background: linear-gradient(to bottom, #dde09c 0%, #6ce3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde09c', endColorstr='#6ce3ff',GradientType=0 );
}

@media print, screen and (min-width: 768px) {
  .contact {
    padding: 160px 0 100px;
  }
}

.contact-content {
  width: auto;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .contact-content {
    width: 1160px;
  }
}

.contact-area {
  width: 1000px;
  margin: 0 auto 50px;
}

.contact-area legend {
  background-color: #D3EBEA;
  font-size: 21px;
  text-align: center;
}

.contact-area__item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #CECECE;
  font-family: 'M PLUS 1p', sans-serif;
}

.contact-area__title {
  display: flex;
  justify-content: space-between;
  width: 238px;
  font-size: 18px;
}

.contact-area__form {
  width: 762px;
  padding-left: 45px;
  font-size: 18px;
}

.contact-area__form #quantity {
  width: 122px;
  margin-right: 15px;
}

.contact-area__form #deadline,
.contact-area__form #template,
.contact-area__form #font,
.contact-area__form #your-company,
.contact-area__form #your-name,
.contact-area__form #your-email,
.contact-area__form #your-code,
.contact-area__form #your-tel,
.contact-area__form #your-fax {
  width: 250px;
}

.contact-area__form #your-address {
  width: 560px;
}

.contact-area__form.font {
  margin-top: 40px;
  margin-bottom: -40px;
}

.contact-area__note {
  font-weight: bold;
}

.template .wpcf7-checkbox .wpcf7-list-item {
  margin-top: 110px;
}

span.template .wpcf7-list-item .wpcf7-list-item-label:after {
  display: block;
  width: 127px;
  height: 94px;
  margin-top: -130px;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 1px #CAE2E1;
}

span.template .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  background-image: url(../images/calendar/spec_layout01.jpg);
}

span.template .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  background-image: url(../images/calendar/spec_layout02.jpg);
}

span.template .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  background-image: url(../images/calendar/spec_layout03.jpg);
}

span.template .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  background-image: url(../images/calendar/spec_layout04.jpg);
}

.font .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 75px;
}

span.font .wpcf7-list-item .wpcf7-list-item-label:after {
  display: block;
  width: 290px;
  margin-top: -105px;
  padding: 15px 60px 5px;
  background-color: #EDF7F7;
}

span.font .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  content: url(../images/calendar/font_go.svgz);
}

span.font .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  content: url(../images/calendar/font_marugo.svgz);
}

span.font .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  content: url(../images/calendar/font_min.svgz);
}

span.font .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  content: url(../images/calendar/font_pop.svgz);
}

span.font .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
  content: url(../images/calendar/font_gom.svgz);
}

span.font .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
  content: url(../images/calendar/font_gob.svgz);
}

.optional,
.required {
  display: block;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}

.optional {
  background-color: #D9D9D9;
  color: #707070;
  border-radius: 100px;
}

.required {
  background-color: #E72410;
  color: #fff;
  border-radius: 100px;
}

.privacy {
  width: 860px;
  height: 182px;
  margin: 60px auto 45px;
  padding: 20px 30px;
  border: solid 1px #D4D4D4;
  overflow-y: scroll;
}

.privacy h1 {
  font-size: 16px;
}

.privacy p {
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 1.25em;
}

.acceptance {
  text-align: center;
  margin-bottom: 30px;
}

.contact-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

input[type="submit"] {
  display: block;
  width: 570px;
  margin: 0 auto;
  padding: 20px 0;
  background: #ff8133;
  background: -moz-linear-gradient(top, #ff8133 0%, #fc3232 100%);
  background: -webkit-linear-gradient(top, #ff8133 0%, #fc3232 100%);
  background: linear-gradient(to bottom, #ff8133 0%, #fc3232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8133', endColorstr='#fc3232',GradientType=0 );
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 25px;
  margin-bottom: 50px;
}

.totop a {
  display: block;
  width: 70px;
  height: 70px;
  background: #dde09c;
  background: -moz-linear-gradient(top, #dde09c 0%, #6ce3ff 100%);
  background: -webkit-linear-gradient(top, #dde09c 0%, #6ce3ff 100%);
  background: linear-gradient(to bottom, #dde09c 0%, #6ce3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde09c', endColorstr='#6ce3ff',GradientType=0 );
  border-radius: 50%;
  position: relative;
}

.totop a:hover {
  opacity: 0.6;
}

.totop a::after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 0 0 25px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #35CAA3 transparent;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1224px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure {
    page-break-inside: avoid;
  }
}
