@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Basic Elements
****************************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited, a.touchend {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a:active, a:hover, a.touchstart {
  color: #ca0010;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px) {
  p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
    font-size: 1.3rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* reset form elements */
input[type=text], input[type=submit], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/*
	#common.css
	Includes common used classes in all pages

****************************************************************************/
/* Basic Layout
****************************************************************************/
html.modal, body.modal {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "Dosis", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-container {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  /*padding: 60px;*/
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .page-container {
    min-width: 980px;
  }
}

.main-container {
  padding-top: 110px;
  /*padding-bottom: 100px;*/
}

@media only screen and (max-width: 768px) {
  .main-container {
    padding-top: 0;
    /*padding-bottom: 60px;*/
  }
}

.lim-container {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .lim-container {
    padding: 0 15px;
  }
}

/* List
****************************************************************************/
.list-annotation li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}

.list-disc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* Utils
****************************************************************************/
img.fit {
  width: 100%;
  /*@include mq-default {
		width: auto;
	}*/
}

.spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .pcbr {
    display: block;
  }
}

.tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tdbr {
    display: block;
  }
}

.tabbr {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabbr {
    display: block;
  }
}

.pcblank {
  display: none;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .pcblank {
    width: 10px;
    display: inline-block;
  }
}

.inline-block {
  display: inline-block;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.note {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .note {
    font-size: 1.1rem;
  }
}

/*Accordion*/
.accr-wrapper .accr-inner {
  display: none;
}

/* Table
****************************************************************************/
table {
  width: 100%;
}

table.style-a th, table.style-a td {
  height: 60px;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.3em;
}

table.style-a th {
  font-weight: bold;
  border-top: 1px solid #bbb;
}

table.style-a td {
  border-top: 1px solid #ddd;
}

table.style-a tr:last-child th {
  border-bottom: 1px solid #bbb;
}

table.style-a tr:last-child td {
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  table.style-a th, table.style-a td {
    font-size: 1.2rem;
    height: auto;
    padding: 10px;
  }
}

table.style-b th, table.style-b td {
  height: 60px;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 1.3rem;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 1.3em;
}

table.style-b th {
  background: #f8f8f8;
}

@media only screen and (max-width: 768px) {
  table.style-b th, table.style-b td {
    font-size: 1.2rem;
  }
}

table.align-center th, table.align-center td {
  text-align: center;
}

table.narrow th, table.narrow td {
  height: auto;
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  table.narrow th, table.narrow td {
    padding: 5px;
  }
}

.table-wrapper {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* Buttons
****************************************************************************/
.btn-red-l,
.btn-red-m,
.btn-red-s {
  min-width: 240px;
  display: inline-block;
}

.btn-red-l a:link,
.btn-red-m a:link,
.btn-red-s a:link {
  text-decoration: none;
}

.btn-red-l a:hover,
.btn-red-m a:hover,
.btn-red-s a:hover {
  text-decoration: none;
}

.btn-red-l a:visited,
.btn-red-m a:visited,
.btn-red-s a:visited {
  text-decoration: none;
}

.btn-red-l a,
.btn-red-m a,
.btn-red-s a {
  display: block;
  background: #ca0010;
  padding: 20px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border: 1px solid #ca0010;
}

.btn-red-l a span,
.btn-red-m a span,
.btn-red-s a span {
  position: relative;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  display: block;
}

.btn-red-l a span::after,
.btn-red-m a span::after,
.btn-red-s a span::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background: url(img/ic_arrow_a.svg) no-repeat right center;
  background-size: 9px 14px;
  width: 9px;
  height: 14px;
}

.btn-red-l a:hover,
.btn-red-m a:hover,
.btn-red-s a:hover {
  background: #fff;
}

.btn-red-l a:hover span,
.btn-red-m a:hover span,
.btn-red-s a:hover span {
  color: #ca0010;
  background: url(img/ic_arrow_b.svg) no-repeat right -10px center;
}

.btn-red-l a:hover span::after,
.btn-red-m a:hover span::after,
.btn-red-s a:hover span::after {
  background-image: url(img/ic_arrow_b.svg);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (max-width: 768px) {
  .btn-red-l,
  .btn-red-m,
  .btn-red-s {
    min-width: 200px;
  }
  .btn-red-l a span,
  .btn-red-m a span,
  .btn-red-s a span {
    font-size: 1.3rem;
  }
  .btn-red-l a span::after,
  .btn-red-m a span::after,
  .btn-red-s a span::after {
    background-size: 7px auto;
  }
}

.btn-red-s {
  min-width: 180px;
}

.btn-red-s a {
  padding: 10px;
}

.btn-inline {
  display: inline-block;
  background: url(img/ic_arrow_b.svg) no-repeat left center;
  background-size: 7px 14px;
  padding-left: 15px;
}

.btn-container {
  text-align: center;
  padding: 60px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .btn-container {
    padding: 30px 0 0 0;
  }
}

/* Headding
****************************************************************************/
.h2 {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
  margin: 60px 0;
}

@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 2.2rem;
    margin: 0 0 40px;
  }
}

.h3 {
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 100px 0 60px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .h3 {
    font-size: 2.4rem;
    margin: 40px 20px;
  }
}

.h4 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 60px 0 30px;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .h4 {
    font-size: 1.5rem;
    margin: 40px 0 20px;
  }
}

/* Header
****************************************************************************/
header {
  position: relative;
  z-index: 10;
}

header .site-tit {
  position: absolute;
  left: 25px;
  top: 25px;
  background: #fff;
  font-size: 0;
  border: 1px solid #f6f6f6;
}

header .site-tit a {
  display: block;
  width: 153px;
  height: 150px;
  padding: 26px 23px;
}

header .site-tit a img {
  width: 107px;
  height: 98px;
}

header .menu-trigger {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .site-tit {
    left: 15px;
    top: 15px;
  }
  header .site-tit a {
    width: 80px;
    height: 80px;
    padding: 14px 12px;
  }
  header .site-tit a img {
    width: 53px;
    height: auto;
  }
  header .menu-trigger {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    background: url(img/ic_menu.svg) no-repeat center center #fff;
    background-size: 16px auto;
    width: 36px;
    height: 36px;
  }
}

/* Gnav
****************************************************************************/
.gnav {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 11;
}

.gnav li {
  float: left;
}

.gnav li a:link {
  text-decoration: none;
}

.gnav li a:hover {
  text-decoration: none;
}

.gnav li a:visited {
  text-decoration: none;
}

.gnav li a {
  display: block;
  padding: 35px 15px 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.gnav li span {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.gnav .hiireshiki {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 10px;
}

.gnav .hiireshiki span {
  background: url(img/ic_hiireshiki.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 0 0 0 22px;
}

.gnav .gnav-tit {
  display: none;
}

.gnav .menu-close {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
  .gnav li a {
    padding: 35px 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .gnav {
    display: none;
    background: url(../img/ptn_kawara.svg) repeat center center #fff;
    background-size: 50vh;
    position: fixed;
    right: auto;
    width: 100%;
    height: 100vh;
  }
  .gnav .gnav-tit {
    display: block;
    height: auto;
    background: #f5f5f5;
    padding: 25px 0;
    text-align: center;
  }
  .gnav .gnav-tit img {
    width: 80px;
  }
  .gnav .menu-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 52px;
    height: 52px;
    background: url(img/ic_close.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  .gnav ul {
    background: #fff;
    padding-bottom: 15px;
  }
  .gnav li {
    float: none;
    border-bottom: 1px solid #eee;
  }
  .gnav li a {
    padding: 15px;
    text-align: center;
  }
  .gnav li:last-child {
    border: none;
  }
  .gnav .hiireshiki {
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .gnav .sns-list {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .gnav .sns-list li {
    display: inline-block;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .gnav li span {
    position: relative;
  }
  .gnav li span::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 17px;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    background: #ca0010;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .gnav li:hover a {
    color: #fff;
  }
  .gnav li:hover span::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .gnav .hiireshiki {
    position: relative;
  }
  .gnav .hiireshiki::after {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 56px;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    background: #ca0010;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .gnav .hiireshiki span::after {
    display: none;
  }
  .gnav .hiireshiki:hover {
    content: none;
  }
  .gnav .hiireshiki:hover span {
    background-image: url(img/ic_hiireshiki_w.svg);
  }
  .gnav .hiireshiki:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.foot-gnav {
  font-size: 0;
  margin-bottom: 80px;
}

.foot-gnav li {
  display: inline-block;
}

.foot-gnav li a:link {
  text-decoration: none;
}

.foot-gnav li a:hover {
  text-decoration: none;
}

.foot-gnav li a:visited {
  text-decoration: none;
}

.foot-gnav li a {
  display: block;
  padding: 15px 10px;
}

.foot-gnav li a span {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.foot-gnav .hiireshiki {
  padding-left: 10px;
}

.foot-gnav .hiireshiki a {
  background: url(img/ic_hiireshiki.svg) no-repeat left center;
  background-size: 14px 14px;
  padding: 0 0 0 18px;
}

@media only screen and (max-width: 768px) {
  .foot-gnav {
    margin-bottom: 30px;
  }
  .foot-gnav li {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .foot-gnav li:first-child {
    border-top: 1px solid #eee;
  }
  .foot-gnav .hiireshiki a {
    background: none;
    padding: 15px 10px;
  }
  .foot-gnav .hiireshiki span {
    background: url(img/ic_hiireshiki.svg) no-repeat left center;
    background-size: 14px 14px;
    padding: 0 0 0 18px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .foot-gnav li {
    line-height: 1em;
  }
  .foot-gnav li span {
    position: relative;
    line-height: 1em;
  }
  .foot-gnav li span::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 17px;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    background: #ca0010;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .foot-gnav li:hover a {
    color: #fff;
  }
  .foot-gnav li:hover span::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.sns-list {
  margin-top: 35px;
  padding: 0 15px;
}

.sns-list li {
  width: 16px;
  margin-right: 5px;
}

.sns-list li a {
  padding: 0;
}

.sns-list li img {
  width: 100%;
}

.sns-list li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .sns-list li:hover {
    opacity: 0.5;
  }
}

/* Footer
****************************************************************************/
footer {
  margin-top: 60px;
  text-align: center;
  position: relative;
}

footer nav {
  position: relative;
}

footer nav .pagetop {
  position: absolute;
  top: 0;
  right: 60px;
}

footer nav .pagetop a:link {
  text-decoration: none;
}

footer nav .pagetop a:hover {
  text-decoration: none;
}

footer nav .pagetop a:visited {
  text-decoration: none;
}

footer nav .pagetop a {
  display: inline-block;
  background: url(img/ic_pagetop.svg) no-repeat right center;
  background-size: 14px 15px;
  padding: 10px 20px 10px 10px;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  footer nav {
    margin-top: 100px;
  }
  footer nav .pagetop a {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  footer nav .pagetop a:hover {
    background-position: right top 8px;
  }
}

footer small {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  padding: 55px 0;
  letter-spacing: 0.1em;
}

footer .bg-container {
  height: 222px;
  overflow: hidden;
}

footer .bg-container span {
  display: block;
  width: 100%;
  height: 222px;
  background: url(img/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}

footer::before, footer::after {
  position: absolute;
  width: 30%;
  content: "";
  height: 230px;
  left: 0;
  bottom: 0;
  background: url(../img/ptn_kawara.svg) repeat right top;
  background-size: 426px auto;
}

footer::after {
  left: auto;
  right: 0;
  background-position: left top;
}

@media only screen and (max-width: 768px) {
  footer nav .pagetop {
    position: relative;
    top: 0;
    right: auto;
    margin-bottom: 30px;
  }
  footer .bg-container {
    height: 120px;
  }
  footer::before, footer::after {
    display: none;
  }
  footer small {
    padding: 40px;
  }
}

/* Page Visual
****************************************************************************/
.page-visual .inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 550px;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .page-visual .inner {
    margin-top: 0;
    height: 240px;
  }
}

/* Sekou
****************************************************************************/
.sec-sekou .sekou-list {
  margin-bottom: 30px;
}

.sec-sekou .sekou-list:after {
  content: "";
  clear: both;
  display: block;
}

.sec-sekou .sekou-list li {
  width: calc(33.3% - 4px);
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
}

.sec-sekou .sekou-list li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .sec-sekou .sekou-list li {
    width: auto;
    margin: 0 30px;
    margin-bottom: 6px;
    float: none;
  }
  .sec-sekou .sekou-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

/* Spec
****************************************************************************/
.sec-spec table th, .sec-spec table td {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.sec-notes {
  border-top: 1px solid #eee;
  padding-top: 30px;
  width: 980px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 768px) {
  .sec-notes {
    width: auto;
    margin: 30px 15px 60px;
    padding-top: 20px;
  }
}

/* EC
****************************************************************************/
.ec-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.ec-container ul {
  border-left: 1px solid #eee;
}

.ec-container ul:after {
  content: "";
  clear: both;
  display: block;
}

.ec-container ul li {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 580px;
}

.ec-container ul .ec-btn {
  width: 190px;
  margin: 30px auto;
  text-align: center;
}

.ec-container ul .ec-btn iframe {
  display: inline-block;
}

.ec-container .layout_image {
  width: 190px;
}

.ec-container .ec-box {
  text-align: center;
}

.ec-container .ec-box .ec-tit {
  margin-top: 40px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ec-container .ec-box .ec-tit .jp {
  font-size: 2.2rem;
}

.ec-container .ec-box .ec-tit .en {
  font-size: 1.3rem;
}

.ec-container.col-2 {
  border-top: 1px solid #eee;
}

.ec-container.col-2 li {
  width: 50%;
  float: left;
}

.ec-container.col-1 {
  width: 30%;
  margin: 60px auto;
}

.ec-container.col-1 li {
  height: 500px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.ec-container .price {
  text-align: center;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.ec-container .note-box {
  padding: 30px 10px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.ec-container .note-box p {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2em;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ec-container ul li {
    height: auto;
  }
  .ec-container .ec-box .ec-tit .jp {
    font-size: 1.8rem;
  }
  .ec-container .ec-box .ec-tit .en {
    font-size: 1.15rem;
  }
  .ec-container .price {
    font-size: 1.2rem;
  }
  .ec-container.col-1 {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
  .ec-container.col-1 li {
    height: auto;
  }
  .ec-container.col-2 li {
    width: auto;
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ec-container.col-1 {
    width: 50%;
  }
}

/* Contact Box
****************************************************************************/
.contact-box {
  width: 540px;
  margin: 60px auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-box .tel-mail {
  width: 290px;
  margin: 20px auto 10px;
}

.contact-box .tel-mail:after {
  content: "";
  clear: both;
  display: block;
}

.contact-box .tel-mail dt, .contact-box .tel-mail dd {
  margin-bottom: 7px;
  font-size: 2.0rem;
  line-height: 1em;
  padding: 5px 0;
}

.contact-box .tel-mail dt {
  width: 100px;
  padding-left: 36px;
  float: left;
}

.contact-box .tel-mail dd {
  padding-left: 100px;
}

.contact-box .tel-mail dd a:link {
  text-decoration: none;
}

.contact-box .tel-mail dd a:hover {
  text-decoration: none;
}

.contact-box .tel-mail dd a:visited {
  text-decoration: none;
}

.contact-box .tel-mail .tel {
  background: url(img/ic_tel.svg) no-repeat left center;
  background-size: 22px auto;
}

.contact-box .tel-mail .mail {
  background: url(img/ic_mail.svg) no-repeat left center;
  background-size: 22px auto;
}

.contact-box .tel-mail .note {
  line-height: 1em;
}

.contact-box .open-info {
  margin-top: 26px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 1.8em;
  font-size: 1.6rem;
  padding: 10px;
}

.contact-box.white {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-box.white dt, .contact-box.white dd, .contact-box.white p {
  color: #fff;
}

.contact-box.white .open-info {
  background: rgba(255, 255, 255, 0.2);
}

.contact-box.white .tel-mail dd a:link, .contact-box.white .tel-mail dd a:hover, .contact-box.white .tel-mail dd a:visited, .contact-box.white .tel-mail dd a:active {
  color: #fff;
}

.contact-box.white .tel-mail .tel {
  background-image: url(img/ic_tel_w.svg);
}

.contact-box.white .tel-mail .mail {
  background-image: url(img/ic_mail_w.svg);
}

@media only screen and (max-width: 768px) {
  .contact-box {
    width: calc(100% - 30px);
    margin: 40px auto;
  }
  .contact-box .tel-mail {
    margin: 14px auto;
  }
  .contact-box .open-info {
    font-size: 1.5rem;
  }
}

.prx-wrapper {
  overflow: hidden;
}

.prx-wrapper .prx-tgt {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    opacity: .5;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-ll {
    font-size: 1.6rem;
  }
}

.u-txt-l {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-l {
    font-size: 1.4rem;
  }
}

.u-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt {
    font-size: 1.2rem;
  }
}

.u-txt-s {
  font-size: 1.3rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-s {
    font-size: 1.1rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-ss {
    font-size: 1rem;
  }
}

.u-strong {
  color: #ff0000;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}
