@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 8s0%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Font normalization inspired by YUI fonts.css: developer.yahoo.com/yui/ */
body {
  font: 13px/1.231 arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small; }

/* Hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* Normalize monospace sizing */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/*****************************************************************
 * Base styles.
 *****************************************************************/
* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

ul, ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

img {
  vertical-align: top; }

/* form elements */
textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none; }

input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:focus, textarea:focus {
  outline: 0; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* color for text selection */
::-moz-selection {
  background: #8fc9ff;
  color: #557898;
  text-shadow: none; }

::selection {
  background: #8fc9ff;
  color: #557898;
  text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/****************************
 * Grid
 ****************************/
.content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 1em; }

.row {
  width: auto;
  overflow: hidden; }

.grid {
  float: none;
  margin: 0;
  width: auto; }

.mrow {
  margin: 0 -1em; }

.mgrid {
  float: left;
  padding: 0 1em;
  overflow: hidden; }

.mgrid-1 {
  width: 8.3333%; }

.mgrid-2 {
  width: 16.6666%; }

.mgrid-3 {
  width: 25%; }

.mgrid-4 {
  width: 33.3333%; }

.mgrid-5 {
  width: 41.6666%; }

.mgrid-6 {
  width: 50%; }

.mgrid-7 {
  width: 58.3333%; }

.mgrid-8 {
  width: 66.6666%; }

.mgrid-9 {
  width: 75%; }

.mgrid-10 {
  width: 83.3333%; }

.mgrid-11 {
  width: 91.6666%; }

.mgrid-12 {
  width: 100%; }

@media screen and (min-width: 800px) {
  .content {
    padding: 0 1.8em; } }

@media screen and (min-width: 960px) {
  .row {
    margin: 0 -1em; }
  .grid {
    float: left;
    padding: 0 1em;
    overflow: hidden; }
  .grid-center {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .grid-full {
    padding: 0; }
  /* for columns */
  .grid-1 {
    width: 8.3333%; }
  .grid-2 {
    width: 16.6666%; }
  .grid-3 {
    width: 25%; }
  .grid-4 {
    width: 33.3333%; }
  .grid-5 {
    width: 41.6666%; }
  .grid-6 {
    width: 50%; }
  .grid-7 {
    width: 58.3333%; }
  .grid-8 {
    width: 66.6666%; }
  .grid-9 {
    width: 75%; }
  .grid-10 {
    width: 83.3333%; }
  .grid-11 {
    width: 91.6666%; }
  .grid-12 {
    width: 100%; }
  /* push */
  .push-7 {
    margin-left: 58.3333%; } }

@media screen and (min-width: 1240px) {
  .content, .row {
    max-width: 1240px; } }

body {
  font-size: 1.2em; }

h1, h2, h3 {
  font-weight: bold;
  margin: 0.5em 0 0.8em; }

h2, h3 {
  color: #444; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.3em; }

p {
  font-size: 1em;
  padding: 0 0 1em; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  margin-bottom: 1em; }

.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid > div {
  background: #ddd;
  overflow: auto;
  min-width: 0;
  padding: 1em;
}

/*--------------------------------
　ヘッダー
---------------------------------*/

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: auto;
}

#header .logo {
  display: block;
}

#header .logo-name {
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #757575;
  margin-bottom: 5px;
}

#header .logo-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  font-weight: normal;
  color: #757575;
  line-height: 1;
  letter-spacing: .1em;
}

#header .logo-desc {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  display: block;
  font-size: 14px;
  letter-spacing: .2em;
  text-align: center;
  margin-top: 10px;

}

/*--------------------------------
　Section
---------------------------------*/

.section .inner {
  padding: 20px 10px;
}

.section .section-title-block {
  text-align: center;
  margin-bottom: 30px;
}

.section .section-title {
  font-family: 'Cormorant Garamond', serif;
  text-transform: lowercase;
  letter-spacing: .2em;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
  color: #757575;
}

.section .section-desc {
  text-align: center;
}

.two-column-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-column-image {
  width: 33%;
}

.two-column-image img {
  margin: 0 auto;
}

.two-column-desc {
  width: 62%;
}
/*--------------------------------
　about
---------------------------------*/

#about .two-column-image {
  width: 20%;
}

#about .two-column-desc {
  width: 78%;
}
/*media Queries 484
----------------------------------------------------*/

@media screen and (max-width: 484px) {

#about .two-column-image {
  width: 100%;
    text-align: center;
}
#about .two-column-image img {
  width: 100%;
}
#about .two-column-desc {
  width: 100%;
}   
}