@charset "EUC-JP";

/* --------------------------------------------------
 作成日: 2016.07.20
 テンプレート名: Classic
 by つい (http://lolipoblog.talamhtairngire.com/)
-------------------------------------------------- */

/* --------------------------------------------------
  Reset
-------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, 
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,
main, menu, dropdown, output, ruby, section, summary,
time, mark, audio, video {
  font-size: 100%;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

input, button, textarea, select {
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

::-ms-clear {
  display: none;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #e55c73;
}

::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #e55c73;
}

/* clearfix */
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* --------------------------------------------------
  Global
-------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #333333;
  font-size: 16px;
 
  font-family: "メイリオ", "Raleway", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  word-wrap: break-word;
}

/* --------------------------------------------------
  Typography
-------------------------------------------------- */
/* ----- Headings ----- */
h1 {
  color: #333333;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "メイリオ", "Kaushan Script", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 0 0.278em;
  padding: 0 0 1rem;
  margin: 0 0 0.556em;
  margin: 0 0 2rem;
}
h1:after {
  width: 100px;
  height: 2px;
  background-color: #e55c73;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -50px;
}
h1:hover:after {
  width: 200px;
  margin: 0 0 0 -100px;
}
h1 a:link {
  color: #333333;
}
h1 a:visited {
  color: #333333;
}
h1 a:hover, h1 a:focus {
  color: #cccccc;
}
h1 a:active {
  color: #333333;
}

h2 {
  color: #333333;
  font-size: 20px;

  font-weight: 700;
  margin: 0 0 0.833em;
  margin: 0 0 2rem;
}
h2 a:link {
  color: #333333;
}
h2 a:visited {
  color: #333333;
}
h2 a:hover, h2 a:focus {
  color: #cccccc;
}
h2 a:active {
  color: #333333;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 2px solid #e55c73;
  padding: 10px;
  margin: 0 0 1.250em;
  margin: 0 0 2rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
h5:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0;
}

/* ----- Block-level Elements ----- */
p {
 
 
}
p:before {
  content: "";
  display: table;
}
p:after {
  content: "";
  display: table;
  clear: both;
}
p {
  *zoom: 1;
}

blockquote {
  border: 1px solid #eeeeee;
  position: relative;
  padding: 20px 20px 20px 50px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
blockquote:before {
  color: #eeeeee;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  content: "\201C";
  position: absolute;
  top: -5px;
  left: 5px;
}
blockquote p {
  margin: 0;
}

pre {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  border: 1px solid #eeeeee;
  border-left: 5px solid #eeeeee;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  padding: 20px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

hr {
  height: 1px;
  background-color: #eeeeee;
  border: none;
  display: block;
  margin: 1.429em 0;
  margin: 2rem 0;
}

/* ----- Lists ----- */
dl {
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
dl dt {
  font-weight: 700;
  position: relative;
  padding: 10px;
}
dl dd {
  background-color: #fafafa;
  padding: 10px;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

ul ul, ol ul {
  list-style-type: circle;
}

/* ----- Table ----- */
table {
  border: 1px solid #eeeeee;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
table th {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 10px;
}
table td {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
}

/* ----- Forms ----- */
input, button, select, textarea {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px;
}

input:focus, textarea:focus {
  border: 1px solid #c2f2f2;
  -webkit-box-shadow: 0 0 5px 0 #c2f2f2;
  box-shadow: 0 0 5px 0 #c2f2f2;
}

input:focus:required, textarea:focus:required {
  border: 1px solid #f2d2c2;
  -webkit-box-shadow: 0 0 5px 0 #f2d2c2;
  box-shadow: 0 0 5px 0 #f2d2c2;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  color: #ffffff;
  background-color: #e55c73;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  background-color: #993d4c;
}

/* ----- HyperLinks ----- */
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:link {
  color: #e55c73;
}
a:visited {
  color: #e55c73;
}
a:hover, a:focus {
  color: #993d4c;
}
a:active {
  color: #e55c73;
}

/* ----- Inline Elements ----- */
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

br {
  letter-spacing: normal;
}

em {
  color: #ff3333;
}
em a {
  text-decoration: underline;
}
em a:link {
  color: #ff3333;
}
em a:visited {
  color: #ff3333;
}
em a:hover, em a:focus {
  color: #ff3333;
}
em a:active {
  color: #ff3333;
}

strong {
  font-weight: bold; 
}

ins {
  text-decoration: underline;
}

del {
  color: #cccccc;
  text-decoration: line-through;
}

q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

cite {
  font-style: normal;
}

code {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 3px;
  margin: 0 3px;
}

kbd {
  color: #ffffff;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  background-color: #333333;
  border-radius: 3px;
  padding: 0 3px;
  margin: 0 3px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

tt {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
}

/* --------------------------------------------------
  Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper {
}

/* ----- Header ----- */
#header {
}

/* Menu */
#menu {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
}
#menu #menu-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#sp-toggle {
  display: none;
}

#welcome {
  font-family: "Kaushan Script", cursive;
  line-height: 50px;
  float: left;
}

#global-nav {
  display: block;
  float: right;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
}
#global-nav:after {
  content: "/";
  position: absolute;
  top: 13px;
  right: 0;
}
#global-nav ul {
  font-size: 0;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
}
#global-nav ul li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  margin: 0 0 0 40px;
}
#global-nav ul li a {
  color: #333333;
  line-height: 50px;
}
#global-nav ul li a:hover {
  color: #cccccc;
}

#icon-nav {
  float: right;
}
#icon-nav ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#icon-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
}
#icon-nav ul li a {
  color: #333333;
  line-height: 50px;
}
#icon-nav ul li a:hover {
  color: #cccccc;
}

#search-area {
  display: none;
  position: absolute;
  right: 0;
}
#search-area #search-form {
  z-index: 2;
  position: relative;
}
#search-area #search-form .search-input {
  width: 280px;
}
#search-area #search-form .search-button {
  color: #333333;
  background-color: transparent;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
}

#site-branding {
  text-align: center;
  padding: 50px 0;
}

.owl-carousel {
  overflow: hidden;
  position: relative;
  margin: 0 0 50px;
}
.owl-carousel .carousel-item{
  position: relative;
}
.owl-carousel .carousel-item a{
  color: #ffffff;
  display: block;
}
.owl-carousel .carousel-item .carousel-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.owl-carousel .carousel-item .carousel-image:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.owl-carousel .carousel-item .carousel-image .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.owl-carousel .carousel-item .carousel-image .thumbnail .no-image {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 24px;
  text-shadow: 1px 1px 0 #ffffff;
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160716_196531.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
}
.owl-carousel .carousel-item .carousel-image .thumbnail .no-image .centering {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.owl-carousel .carousel-item .carousel-caption {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}
.owl-carousel .carousel-item:hover .carousel-caption {
  opacity: 1;
}
.owl-carousel .owl-prev {
  width: 30px;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.owl-carousel .owl-prev i{
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  display: block;
  position: relative;
  top: 50%;
  margin: -15px 0 0 0;
}
.owl-carousel:hover .owl-prev {
  opacity: 1;
}
.owl-carousel .owl-next {
  width: 30px;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel .owl-next i{
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  display: block;
  position: relative;
  top: 50%;
  margin: -15px 0 0 0;
}
.owl-carousel:hover .owl-next {
  opacity: 1;
}

/* ----- Container ----- */
#container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ----- Main content ----- */
#primary-column {
  width: 100%;
  float: left;
  margin: 0 -320px 0 0;
}

#inner {
  margin: 0 340px 0 50px;
}

/* Posts and Pages */
.section {
  margin: 0 0 50px;
}

.post {
  border-bottom: 4px double #eeeeee;
  padding: 0 0 1.429em;
  padding: 0 0 2rem;
}

.post-header {
  text-align: center;
  margin: 0 0 2.143em;
  margin: 0 0 3rem;
}

.post-categories {
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
.post-categories span{
  color: #cccccc;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;
  font-style: normal;
  position: relative;
  top: -0.5em;
}

.post-header .post-meta {
  color: #AAAAAA;
  font-size: 0;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-header .post-meta li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
.post-header .post-meta li + li:before {
  content: "/";
  padding: 0 10px;
}
.post-header .post-meta li a{
  color: #AAAAAA;
}
.post-header .post-meta li a:hover{
  color: #e55c73;
}

.month01:before {
  content: "January";
}

.month02:before {
  content: "February";
}

.month03:before {
  content: "March";
}

.month04:before {
  content: "April";
}

.month05:before {
  content: "May";
}

.month06:before {
  content: "June";
}

.month07:before {
  content: "July";
}

.month08:before {
  content: "August";
}

.month09:before {
  content: "September";
}

.month10:before {
  content: "October";
}

.month11:before {
  content: "November";
}

.month12:before {
  content: "December";
}

.post-content {
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

.post-more-link {
  text-align: center;
  margin: 1.429em 0;
  margin: 2rem 0;
}
.post-more-link a.more-link {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e55c73;
  border: 1px solid #e55c73;
  display: inline-block;
  padding: 10px 20px;
}
.post-more-link a.more-link:hover {
  color: #e55c73;
  background-color: #ffffff;
}
.service_button, .jugem_theme {
  margin: 1.429em 0 0 !important;
  margin: 2rem 0 0 !important;
}
.post-footer {
  height: 30px;
  text-align: center;
}
.post-footer .post-sharing {
  height: 30px;
  font-size: 0;
  text-transform: uppercase;
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-footer .post-sharing li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 10px;
}
.post-footer .post-sharing li i{
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
}
.post-footer .post-sharing li a {
  color: #333333;
  line-height: 30px;
  display: block;
}
.post-footer .post-sharing li a.b-hatena-button img {
  margin: 0 10px 10px;
}

/* Related Posts */
#related-posts h3 {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;
  font-style: normal;
  text-align: center;
  border: none;
  position: relative;
  padding: 0 0 0.556em;
  padding: 0 0 1rem;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}
#related-posts h3:after {
  width: 50px;
  height: 1px;
  background-color: #e55c73;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
#related-posts .related-item {
  line-height: 24px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 0.714em;
  padding: 0 0 1rem;
  margin: 0 0 0.714em;
  margin: 0 0 1rem;
}
#related-posts .related-item h4 {
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  float: left;
  padding: 5px 0;
  margin: 0;
}
#related-posts .related-item .related-date {
  float: right;
}
#related-posts .related-item .related-date span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #333333;
  border-radius: 18px;
  display: inline-block;
  padding: 5px 10px;
}

/* Author */
#author-info h2 {
  color: #333333;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;
  font-style: normal;
  border: none;
  margin: 0 0 0.833em;
  margin: 0 0 2rem;
}

/* Comments */
#comments h3 {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;
  font-style: normal;
  text-align: center;
  border: none;
  position: relative;
  padding: 0 0 0.556em;
  padding: 0 0 1rem;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}
#comments h3:after {
  width: 50px;
  height: 1px;
  background-color: #e55c73;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
#comments .comment {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 1.429em;
  padding: 0 0 2rem;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
#comments .comment .comment-icon{
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background-color: #e55c73;
  border-radius: 50%;
  display: inline-block;
  float: left;
  position: relative;
  margin: 0 10px 0.714em 0;
  margin: 0 10px 1rem 0;
}
#comments .comment .comment-name {
  line-height: 24px;
}
#comments .comment .comment-date {
  color: #cccccc;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
#comments .comment .comment-content {
}

#respond h3 {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;
  font-style: normal;
  text-align: center;
  border: none;
  position: relative;
  padding: 0 0 0.556em;
  padding: 0 0 1rem;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}
#respond h3:after {
  width: 50px;
  height: 1px;
  background-color: #e55c73;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
#respond #comment_area label {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#respond #comment_area input[type="text"] {
  width: 100%;
}
#respond #comment_area textarea {
  width: 100%;
}
#respond #comment_area input[type="submit"] {
  width: 30%;
  text-transform: uppercase;
}
#respond #comment_area input[type="text"] {
  width: 100%;
}
#respond #comment_area textarea {
  width: 100%;
}
#respond #comment_area .comment-form-author {
  width: 33.333%;
  float: left;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-email {
  width: 33.333%;
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-url {
  width: 33.333%;
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-description, #respond #comment_area .comment-form-cookie {
  margin: 0 0 10px;
}
#respond #comment_area input[type="submit"] {
  width: 30%;
}

/* Trackbacks */
#trackbacks h3 {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;
  font-style: normal;
  text-align: center;
  border: none;
  position: relative;
  padding: 0 0 0.556em;
  padding: 0 0 1rem;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}
#trackbacks h3:after {
  width: 50px;
  height: 1px;
  background-color: #e55c73;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
#trackbacks .trakback-form {
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
#trackbacks .trakback-form span{
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#trackbacks .trakback-form input[type="text"] {
  width: 60%;
  background-color: #fafafa;
  border: none;
}
#trackbacks .trakback-form input[type="text"]:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#trackbacks .trackback {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 1.429em;
  padding: 0 0 2rem;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
#trackbacks .trackback .trackback-icon {
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background-color: #e55c73;
  border-radius: 50%;
  display: inline-block;
  float: left;
  position: relative;
  margin: 0 10px 0.714em 0;
  margin: 0 10px 1rem 0;
}
#trackbacks .trackback .trackback-title {
  line-height: 24px;
}
#trackbacks .trackback .trackback-meta {
  color: #cccccc;
  font-size: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
#trackbacks .trackback .trackback-meta li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
#trackbacks .trackback .trackback-meta li + li:before {
  color: #cccccc;
  content: "|";
  padding: 0 10px;
}

/* ----- Paginations ----- */
#pagination-post ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#pagination-post ul li {
  width: 49%;
}
#pagination-post ul li a {
  width: 100%;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #eeeeee;
  display: block;
  overflow: hidden;
  padding: 20px;
}
#pagination-post ul li a:hover {
  background-color: #fafafa;
}
#pagination-post ul li a span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#pagination-post .nextpost {
  float: left;
}
#pagination-post .prevpost {
  text-align: right;
  float: right;
}

#pagination-page {
  font-size: 12px;
  font-size: 1.2rem;
}
#pagination-page span a {
  color: #ffffff;
  background-color: #e55c73;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 0 0;
}
#pagination-page span a:hover {
  background-color: #993d4c;
}
#pagination-page span.current {
  color: #333333;
  background-color: #fafafa;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 0 0;
}
#pagination-page .pager_prev, #pagination-page .pager_next {
  text-transform: uppercase;
}

/* ----- Asides ----- */
#secondary-column {
  font-size: 12px;
  width: 320px;
  float: right;
}

.widget {
  border: 1px solid #eeeeee;
  padding: 20px;
  margin: 0 0 50px 0;
}
.widget h3 {
  font-size: 16px;
 
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: -47px 0 1.429em;
  margin: -47px 0 2rem;
}
.widget h3 span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 20px;
}
.widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li a {
  color: #333333;
}
.widget ul li a:hover {
  color: #cccccc;
}

#sns-nav {
  text-align: center;
}
#sns-nav ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sns-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
#sns-nav ul li a {
  width: 30px;
  color: #ffffff;
  line-height: 28px;
  background-color: #e55c73;
  border-radius: 50%;
  border: 1px solid #e55c73;
  display: block;
}
#sns-nav ul li a:hover {
  color: #e55c73;
  background-color: #ffffff;
}
#ad {
  border: none;
}

/* ----- Footer ----- */
#footer {
  background-color: #fafafa;
  clear: both;
  padding: 50px 0 20px;
}

#tertiary-column {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.box {
  width: 33.333%;
  float: left;
  margin: 0 0 50px;
}
.box:nth-child(3n+1) {
  clear: both;
  padding: 0 50px 0 0;
}
.box:nth-child(3n+2) {
  padding: 0 25px;
}
.box:nth-child(3n+3) {
  padding: 0 0 0 50px;
}
.box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Consolas, "Courier New", Courier, Monaco, monospace;;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  border: none;
  position: relative;
}
.box h3:before {
  width: 100%;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.box span {
  background-color: #fafafa;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}
.box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.box ul li a {
  color: #333333;
}
.box ul li a:hover {
  color: #cccccc;
}

#calendar table {
  width: 280px;
  font-size: 12px;

  text-align: center;
  border-collapse: collapse;
  border: none;
  margin: 0 auto;
}
#calendar table tr td {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
}
#calendar table tr td.weekday {
  text-transform: uppercase;
}
#calendar table tr td.cell{
  position: relative;
  vertical-align: top;
}
#calendar table tr td.cell a:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.5em;
}
#calendar table tr td.cell a:hover {
}

#copyright {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
}

#designed {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
}

#totop {
  text-align: center;
  z-index: 5;
  position: fixed;
  right: 100px;
  bottom: 50px;
}
#totop a {
  color: #333333;
  display: block;
}
#totop a:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
#totop i {
  font-size: 50px;
}
#totop a span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#totop a:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* ----- Misc. ----- */
.emoji {
  vertical-align: middle;
}

.circle {
  border-radius: 50%;
}

.frame {
  border: 1px solid #eeeeee;
}

.shadow {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.photo {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #eeeeee;
  padding: 10px;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 30px 0 56.25%;
  margin: 0;
}
.video iframe, .video embed, .video object, .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pull-right {
  display: inline;
  float: right;
  margin: 0 0 0 20px;
}

.pull-left {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
}

.clear {
  clear: both;
}

a.btn {
  color: #fff;
  text-shadow: 1px 1px 0 #47b3b3;
  background-color: #a1e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1e5e5), to(#47b3b3));
  background: -webkit-linear-gradient(top, #a1e5e5, #47b3b3);
  background: -moz-linear-gradient(top, #a1e5e5, #47b3b3);
  background: -o-linear-gradient(top, #a1e5e5, #47b3b3);
  background: -ms-linear-gradient(top, #a1e5e5, #47b3b3);
  background: linear-gradient(top, #a1e5e5, #47b3b3);
  border: 1px solid #47b3b3;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
}
a.btn:hover {
  background: #66cccc;
}

.aa {
  font-size: 16px;
  line-height: 17px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: pre;
}

.none {
  display: none;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* --------------------------------------------------
  Media Queries
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #menu #menu-inner, #container, #tertiary-column {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  #sp-toggle {
    width: 30px;
    height: 25px;
    display: inline-block;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 5;
    position: relative;
    top: 13px;
    margin: 0 0 0 20px;
  }
  #sp-toggle span {
    width: 100%;
    height: 3px;
    background-color: #333333;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    left: 0;
  }
  #sp-toggle span:nth-of-type(1) {
    top: 0;
  }
  #sp-toggle span:nth-of-type(2) {
    top: 11px;
  }
  #sp-toggle span:nth-of-type(3) {
    top: 22px;
  }
  #sp-toggle.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #sp-toggle.active span {
    background-color: #333333;
  }
  #sp-toggle.active span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    -ms-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  #sp-toggle.active span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #sp-toggle.active span:nth-child(3) {
    opacity: 0;
  }

  #global-nav {
    width: 100%;
    text-align: right;
    background-color: #333333;
    display: none;
    z-index: 3;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    margin: 0;
  }
  #global-nav ul li{
    border-bottom: 1px solid #000000;
    display: block;
    margin: 0;
  }
  #global-nav ul li a {
    color: #ffffff;
    display: block;
    padding: 0 20px;
  }
  #global-nav ul li a:after {
    width: 0;
    height: 0;
  }

  #primary-column {
    width: 100%;
    float: none;
    margin: 0;
  }

  #inner {
    margin: 0;
  }

  #secondary-column {
    width: 100%;
    float: none;
  }

  .box {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  .box:nth-child(3n+1) {
    padding: 0;
  }
  .box:nth-child(3n+2) {
    padding: 0;
  }
  .box:nth-child(3n+3) {
    padding: 0;
  }

  #totop {
    right: 10px;
  }
}
@media screen and (max-width: 568px) {
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 0.417em;
    padding: 0 0 1rem;
    margin: 0 0 0.833em;
    margin: 0 0 2rem;
  }

  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 1.111em;
    margin: 0 0 2rem;
  }

  h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1.250em;
    margin: 0 0 2rem;
  }

  h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 1.429em
    margin: 0 0 2rem;
  }

  #menu #menu-inner, #container, #tertiary-column {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  #pagination-post ul li a {
    padding: 10px;
  }

  #copyright {
    text-align: center;
    float: none;
  }

  #designed {
    text-align: center;
    float: none;
  }
}
