@charset "UTF-8";

/*
Theme Name: teconaco ver.1.0
Description:
Theme URI: http://teconaco.com/
Author: teconaco
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 100%/1.4 "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

a:hover {
  opacity: 0.5;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/*動画movie*/

.video-container {
  margin: 0 auto;
  width: 100%;
  max-width: 2500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  max-width: 2500px;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

video {
  max-width: 2500px;
  max-height: 1406px;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}


/*index*/

h1 {
  font-size: 3em;
  letter-spacing: 0.1em;
}

.h1-box {
  margin-top: -5em;
  margin-bottom: 10em;
  width: 80%;
  max-width: 1094px;
  text-align: center;
}

.h1-box-p {
  padding-top: 2em;
}


.h1-box2 {
  margin-top: 15em;
  margin-bottom: 2em;
  width: 80%;
  max-width: 1094px;
  text-align: center;
}




.box {
  display: flex;
  align-items: flex-start;
}

.box img {
  width: 80%;
  max-width: 320px;
}

.box-text {
  width: 80%;
  max-width: 400px;
  margin: 2em 0 0 2em;
}

.box-text p {
  font-size: 0.9em;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}

.box-text h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 5em;
}

.box-text_2 {
  width: 80%;
  max-width: 400px;
  margin: 2em 2em 0 0;
}

.box-text_2 p {
  font-size: 0.9em;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}

.box-text_2 h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}

blockquote {
  font-size: 0.8em;
  line-height: 2em;
  position: relative;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  font-style: italic;
  border: solid 2px #464646;
  color: #464646;
  text-align: left;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
}

blockquote cite {
  display: block;
  text-align: left;
  color: #888888;
  font-size: 0.6em;
}


/*card*/

main {
  max-width: 1094px !important;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  font-family: Georgia, Baskerville, Palatino, Times;
}


/****************************************

      Loading

*****************************************/

.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgb(250, 238, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}


/****************************************

      onlineshop

*****************************************/

.button {
  margin-top: 2em;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #fad2d7 0%, #99c7ec 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #fad2d7 0%, #99c7ec 100%);
}

.card {
  padding: 5px 0px 5px 0px;
  margin: 6px 20px 0 20px;
}

.card a:hover {
  opacity: 0.7;
}

.card_inner {
  /*background: #d9d9d9;*/
  /*box-shadow: 0 2px 5px #ccc;*/
  margin: 0 auto;
  margin-top:2em;	
}

.card-content {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.card-img {
  height: auto !important;
  max-width: 360px;
  width: 100%;
  padding: 10px 10px 5px 10px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

.card-title {
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, Baskerville, Palatino, Times;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
  text-decoration: none;
}

.card-title a {
  text-decoration: none;
  color: #333;
}

.card-text {
  color: #000000;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
  font-family: Georgia, Baskerville, Palatino, Times;
  line-height: 1.5;
  font-weight: normal;
  padding: 10px 20px 0 20px;
}

.card-text p {
  color: #000000;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
  font-family: Georgia, Baskerville, Palatino, Times;
  line-height: 1.5;
  font-weight: normal;
  padding: 10px 20px 0 20px;
}

.new_inner {
  margin: 0 auto;
  margin-bottom: 50px;
}

.new-text p {
  color: #000000;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1pt;
  margin: 0 auto;
  font-family: Georgia, Baskerville, Palatino, Times;
  line-height: 1.8;
  font-weight: normal;
  padding: 10px 20px 0 20px;
}

.card-link_date {
  font-size: 10px;
  text-align: left;
  font-family: Georgia, Baskerville, Palatino, Times;
  padding: 5px 5px 5px 20px;
}

.card-link_date a {
  text-decoration: none;
  color: #807D7D;
  margin: 0 10px;
}

.card-link {
  font-size: 10px;
  text-align: left;
  font-family: Georgia, Baskerville, Palatino, Times;
  padding: 5px 0 10px 20px;
}

.card-link a {
  text-decoration: none;
  color: #807D7D;
}

.card-link a:hover {
  color: #0090aa;
}

.card-link_ ul {
  margin: 0 auto;
}

.card-link li {
  display: block;
  list-style: none;
  padding-left: 0;
  border-left: 0;
  margin: 0;
}

.card-link ul li a {
  text-decoration: none;
  color: #807D7D;
  margin: 0 auto;
}

.card-link ul li a:hover {
  color: rgb(249, 202, 196);
}

.instagram-title {
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, Baskerville, Palatino, Times;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
  text-decoration: none;
}

.card-title a {
  text-decoration: none;
  color: #333;
}

.instagram {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  height: 320px;
  /*margin-top: 10px;*/
  margin-bottom: 60px;
  overflow: hidden;
}

.instagram img {
  max-width: 260px;
  width: 100%;
  margin-top: 10px;
  height: auto;
}


/*.instagram video{
   max-width: 340px;
	width: 100%;
padding:10px;
	
	padding-bottom:5px;
  height: auto;
}*/

.instagram-link {
  font-size: 10px;
  text-align: left;
  font-family: Georgia, Baskerville, Palatino, Times;
  margin-bottom: 5px;
}

.instagram-link ul {
  margin: 0 auto;
}

.instagram-link li {
  display: block;
  list-style: none;
  padding-left: 0;
  border-left: 0;
  margin: 0;
}

.instagram-link ul li a {
  text-decoration: none;
  color: #807D7D;
  margin: 0 auto;
}

.instagram-link ul li a:hover {
  color: rgb(249, 202, 196);
}

.instagram-text {
  text-decoration: none;
  color: #333;
}

.instagram-text p {
  color: #000000;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
  font-family: Georgia, Baskerville, Palatino, Times;
  line-height: 1.5;
  font-weight: normal;
  padding: 5px 20px 20px 20px;
}

.instagram-text p:hover {
  color: rgb(249, 202, 196);
}


/*cardデザインここまで*/

#container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*中央寄せ*/
  position: relative;
  display: flex;
  margin-top: 180px;
}

/*moreボタン*/
.more-container {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.card-wrap.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.more {
  text-align: center;
  margin-top: 20px;
}
button {
  background-color: #000;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  line-height: 30px;
  width: 120px;
  margin-top: 88px;
}

/* CSS Document */

.inner {
  width: 1094px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.inner a {
  position: relative;
  z-index: 2 !important;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}



/****************************************

          header

*****************************************/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999 !important;
  margin-bottom: 300px;
}

#top-head a, #top-head {
  color: #000000;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

#top-head .logo a {
  position: relative;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 30px;
}


/* Fixed */

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 40px;
  height: 60px;
  background: rgb(240, 231, 216);
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: (240, 231, 216);
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}


/* Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.slide {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  /*中央寄せ*/
  position: relative;
  display: flex;
  margin-top: 100px;
}

.slide img {
  width: 100%;
  max-width: 280px;
}


/****************************************

          single

*****************************************/

#single_wrap {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  position: relative;
  display: flex;
  font: 100%/1.4;
  font-size: 15px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 200px;
  line-height: 1.8em;
}

#single {
  display: block;
  max-width: 750px;
  width: 100%;
  margin-bottom: 60px;
  margin: 0 auto;
}

#single .post, #single .page {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 1.00);
  letter-spacing: 0.8pt;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 60px;
  overflow: hidden;
}

#single h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  max-width: 640px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  color: rgba(0, 0, 0, 1.00);
  margin-bottom: 10px;
}

#single h2 a {
  display: block;
  color: rgba(0, 0, 0, 1.00);
}

#single .post p {
  display: block;
  max-width: 640px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-weight: lighter;
  margin-top: 2em;	
}

#single .post p:nth-last-of-type(2) {
  margin-bottom: 20px;
  color:
}

#single .post a:nth-last-of-type(2) {
  color: rgba(196, 196, 196, 1.00);
}

#single .post p:last-of-type {
  color: rgba(196, 196, 196, 1.00);
  font-family: a-otf-ryumin-pr6n, serif;font-weight: 300;font-style: normal;
}

#single .post a:last-of-type {
  color: rgba(196, 196, 196, 1.00);
}

#single .post img {
  display: block;
  max-width: 750px;
  width: 100%;
  height: auto;
  min-width: 320px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
}

#single .post a {
  color: #000;
  letter-spacing: 0.8pt;
  text-decoration: none;
}

#single .post a:hover {
  color: rgba(164, 161, 161, 0.5);
}

.an {
  color: #000;
  letter-spacing: 0.8pt;
  text-decoration: none;
}

.an a:hover {
  color: #16395e;
}


/*#single_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}*/

.post-date2 {
  font-family: a-otf-ryumin-pr6n, serif;font-weight: 300;font-style: normal;
}

.category2 {
  font-family: a-otf-ryumin-pr6n, serif;font-weight: 300;font-style: normal;
}

.processing-contets {
  font-size: 15px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  max-width: 750px;
  width: 100%;
  padding-left: 25%;
  margin: 0 auto;
}

.processing-contets li {
  line-height: 2.5em;
}

.processing-contets ul {
  margin-bottom: 20%;
}

.processing-contets h3 {
  margin-bottom: 5%;
}

.processing-contets a {
  color: #000;
  text-decoration: none;
}


/****************************************

          pager

*****************************************/

.navigation {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-family: "'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;

}

.navigation>div {
  width: 50%;
}

.navigation .alignright {
  text-align: right;
}

.navigation a {
  display: block;
  padding: 1em;
  border: none;
  text-decoration: none;
  color: #000;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  ;
}

.navigation a:hover {
  background-color: rgba(164, 161, 161, 0.2);
}

.navigation .alignright a:hover {
  border-left: 1px solid #ddd;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}


/****************************************

          archive

*****************************************/

#monthly {
  justify-content: center;
  max-width: 1500px !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-family: a-otf-ryumin-pr6n, serif;font-weight: 300;font-style: normal;
  margin-bottom: 80px;
  margin-top: 80px;
}


/****************************************

          footer

*****************************************/

footer {
  background: #f3f3f3;
  text-align: center;
  line-height: 100px;
  width: 100%;
  height: 200px;
  max-width: 3500px;
  color: #000;
  font-family: trajan-pro-3, serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 160px;
}

footer ul {
  max-width: 700px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 100px;
  padding: 0;
}

footer ul:after {
  content: "";
  display: block;
  clear: both;
}

footer li:first-of-type {
  padding-left: 90px;
}

footer li {
  list-style: none;
  font-family: trajan-pro-3, serif;
  font-size: 15px;
  float: left;
  padding-right: 60px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

footer li a {
  text-decoration: none;
  color: #000;
}

#copyright {
  font-family: a-otf-ryumin-pr6n, serif;font-weight: 300;font-style: normal;
  font-size: 10px;
  bottom: 10px;
  margin: 0 auto;
}

@media(max-width:699px) {
  footer {
    line-height: 3em;
  }
  footer ul {
    line-height: 1em;
  }
  footer li {
    float: none;
    padding: 10px;
  }
  footer li:first-of-type {
    padding-left: 0;
  }
}


/****************************************

        contact

*****************************************/

div.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 0px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 50px 0 30px 0;
}

div.wpcf7 p {
  padding: 20px 20px 0;
  margin: 0;
  font-size: 11px;
}

div.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
}

div.wpcf7 textarea {
  width: 97.5%;
  height: 400px;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #16395e;
  background-color: rgb(249, 202, 196);
  transition: .4s;
  border: 1px solid #fff;
}

div.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background-color: #16395e;
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #fff;
}

.wpcf7-captchac {
  border: 1px solid #fff;
}


/* エラー個所をわかりやすく表示 */

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}


/* 必須赤色表示 */

.wpcf7 .required {
  color: #000;
}


/* 任意緑色表示 */

.wpcf7 .any {
  color: #A09F9F;
}


/****************************************

         投稿用装飾

*****************************************/


/*hrここから*/

hr {
  height: 0;
  /*高さをリセット*/
  margin: 0;
  /*マージンをリセット*/
  padding: 0;
  /*パディングをリセット*/
  border: 0;
  /*ボーダーをリセット*/
}

hr {
  border-top: 1px solid #bbb;
  margin-top: 20px;
  margin-bottom: 20px;
}


/*hrここまで*/


/*写真クレジット・キャプション*/

.credit {
  font-size: 85%;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}

.caption{
  all:initial;
  margin-top: -4em;
  font-size: 75%;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #000;
  margin: 0 auto;
  	
}


/*写真クレジット・キャプション*/


/*single見出し*/
#single .post h3 {
  font-size: 130%;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  padding: 1em 0;
  /*上下の余白*/
  border-top: solid 1px /*#f9c5b1*/#eee;
  /*上線*/
  border-bottom: solid 1px #eee;
  /*下線*/
  margin-top: 2em;	
  text-align: center;
  letter-spacing: 0.8em;	
}


/*pre*/

#single .post pre {
  max-width: 640px;
  background-color: rgba(255, 255, 255, 1.00);
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*pre*/


/*プレ・フォーマッテッド*/

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 22px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

pre span {
  color: #8A8686;
  font-size: 80%;
}


/*プレ・フォーマッテッド*/

cite {
  font-size: 70%;
}


/*テーブル*/

table {
  text-align: center;
  background-color: #f8f5f5;
}

th {
  background: #E9E4E4;
  /*背景色*/
}

table th {
  /*table内のthに対して*/
  padding: 10px;
  /*上下左右10pxずつ*/
}

table td {
  /*table内のtdに対して*/
  padding: 3px 10px;
  /*上下3pxで左右10px*/
  border: solid 2px #E9E4E4;
}


/*もくじ*/

ol {
  max-width: 640px;
  font-size: 16px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  margin: 2em;
  padding-left: 50px;
  padding-right: 10px;
}

ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1em;
}

.mokuji {
  margin: 0 auto;
  background: rgb(253, 234, 223);
  max-width: 640px;
  border: solid 2px rgb(249, 202, 196);
  border-radius: 5px;
}

.mokuji .mokuji-title {
  font-size: 1.2em;
  background: rgb(249, 202, 196);
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.mokuji p {
  padding: 15px 20px;
  margin: 0;
}


/****************************************

       メディアクエリ

*****************************************/

@media screen and (max-width: 769px) {
  .box {
    margin: 0 auto;
    display: block;
  }
  .box img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .box-text {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2em;
  }
  .box-text_2 {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2em;
  }
}

@media screen and (max-width: 1094px) {
  #top-head, .inner {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgb(240, 231, 216);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgb(240, 231, 216);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .inner {
    max-width: 1094px;
    width: 100%;
  }
  .card {
    width: 100%;
    max-width: 1094px;
  }
  .card-content {
    width: 100%;
    max-width: 990px;
  }
  .card-img {
    width: 100%;
    height: auto !important;
    max-width: 800px;
  }
  .new_inner {
    margin: 0 auto;
  }
}


/*youtube*/

.youtube_wrap {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  margin-top: 25px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*youtube*/

@media screen and (max-width:699px) {
  footer {
    line-height: 3em;
  }
  footer ul {
    line-height: 1em;
  }
  footer li {
    float: none;
    padding: 10px;
  }
  footer li:first-of-type {
    padding-left: 0;
  }
  #single_wrap {
    font-size: 13px;
    line-height: 1.8em;
  }
  #single .post h3 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 620px) {
  aside {
    display: none;
  }
}