/* css variables*/
:root {
  --primary-color: #9f8041;
  --primary-color-light: #d8c8ab;
  --accent-color: #FE6A6B;
  --accent-color-light: #FFE4E4;
  --accent-color-dark: #B94B4C;
  --white-color: #FAFBFC;
  --black-color: #222;
  --light-gray-color: #C6CBD1;
  --medium-gray-color: #959DA5;
  --dark-gray-color: #444D56;
  --dark-gray-color-2: #888888;
  --bg-color: #F8F8FA;
  --bg-color-lightbrown: #efe8d9;
  --code-bg-color: #F0E8E8;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* normalized */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  background-color: white;
}

body {
	font-size:62.5%;
}

/* p, li, th, td {
  color: #4A4A4A;
  font-size: 1.4em;
  line-height: 2.0;
} */

a {
  font-size: 1.4em;
  transition: 1.0s;
  -webkit-transition: 1.0s;
}

a, a:hover {
  text-decoration: none;
  color: #9f8041;
}

a:hover .svg {
  fill: #9f8041;
}

a img {
  transition: 1.0s;
  -webkit-transition: 1.0s;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

a img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 420px){
  p, li, th, td {
    font-size: 1.4em;
  }
  a {
    font-size: 1.4em;
  }
}

* {
  box-sizing: border-box;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.1em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.4em;
}

h1.entry-title,
.single h2.entry-title {
	font-size: 4vw;
}

.author h1.entry-title {
	font-size: 3vw;
}
@media screen and (max-width: 800px){
	h1.entry-title {
		font-size: 1.3em;
	}
}

.design_border1 {
	font-size: 3.5em;
	padding-top: 15px;
	padding-bottom:15px;
	margin-bottom: 60px;
    margin-top: 20px;
	background-image: url(../img/design_border1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 200px;
	color:#9f8041;
}
h2 small {
	font-family: "sans-serif";
	font-size: .4em;
	text-transform: uppercase;
	font-weight: normal;
}
h2 small.text_jpn {
	font-size: .4em;
}

h3.side-border-line {
    position: relative;
    text-align: center;
}

h3.side-border-line:before {
    border-top: 1px dashed;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

h3.side-border-line span {
    background-color: white;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}


.font_en_large {
	font-family: 'Swistblnk-Monthoers';
	letter-spacing: 1px;
	font-weight: normal!important;
}

.font_en_medium {
	letter-spacing: 2px;
	text-transform: uppercase;
}


@media screen and (max-width: 540px){
	h1.entry-title,
  .single h2.entry-title {
		font-size: .9em;
	}
  h1 {
  	font-size: 2em;
  }
  h2 {
  	font-size: 1.6em;
  }
  h3 {
  	font-size: 1.8em;
  }
  h4 {
  	font-size: 1.4em;
  }
  h5 {
  	font-size: 1.3em;
  }
  h6 {
  	font-size: 1.3em;
  }
  .design_border1 {
  	font-size: 2.6em;
  }
  .font_en_large {
    font-size: 2em;
  }
  .font_en_large.design_border1 {
  	font-size: 3.6em;
  }
}

/*list*/
.list_border li {
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dashed #C6CBD1;
}
.list_border_light li {
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dashed #FAFBFC;
}
.list_type_none {
	list-style-type: none;
}

/* line*/
.line_brown_bottom {
  border-bottom:solid;
  border-color: #9f8041;
  border-width:2px;
}

.line_light_brown_bottom {
  border-bottom:solid;
  border-color: #d8c8ab;
  border-width:2px;
}


hr {
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid #F8F8FA;
}
hr.line_brown {
  border-bottom-color: #9f8041;
}
hr.line_light_brown {
  border-bottom-color: #d8c8ab;
}


/* pc sp change*/
.is_pc {
	display: inherit!important;
}

.is_sp {
	display: none!important;
}
@media screen and (max-width: 480px) {
	.is_pc {
		display:none!important;
	}

	.is_sp {
		display: inherit!important;
	}
}


/* global components */

/* typography */
.section__title {
  color: #9f8041;
}

/* tabs */
.tab__container {
  position: relative;
}

.tab__container > ul {
  position: absolute;
  list-style: none;
  margin: 0;
  right: 1rem;
  top: -2rem;
  padding-left: 0;
}

.tab__container .code {
  white-space: normal;
  padding: 1rem 1.5rem;
}

.tab {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  font-weight: 200;
  cursor: pointer;
}

.tab.active {
  border-bottom: 1px solid #9f8041;
  font-weight: 700;
  display: inline-block;
}

.tab__pane {
  display: none;
}

.tab__pane.active {
  display: block;
}

/* buttons */
.btn--default {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px 5px;
  padding: 12px 20px;
  border:none;
  border-bottom: 2px solid #9f8041;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  color: #9f8041;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1.4em;
	line-height: 1.6;
}
.footer_btn .btn--default {
  border: 2px solid #9f8041;
  background: #F8F8FA;
}
.btn--default:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #9f8041;
}
.btn--default:nth-of-type(2):after {
  left: 0;
}
.btn--default:nth-of-type(3):after {
  right: 0;
  left: auto;
}
.btn--default:nth-of-type(4):after {
  left: 0;
  bottom: auto;
  top: -3px;
  width: 100%;
}
.btn--default:nth-of-type(5):after {
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}
.btn--default:hover {
  cursor: pointer;
}
.btn--default:hover:after {
  width: 100%;
  left: 0;
}
.btn--default:hover:nth-of-type(4):after {
  top: calc(100% - 3px);
}
.btn--default:hover:nth-of-type(5) {
  color: #9f8041;
}
.btn--default:hover:nth-of-type(5):after {
  left: -10%;
  width: 120%;
}
.btn--default:hover:nth-of-type(6) {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.btn--default:hover:nth-of-type(6):after {
  width: 0%;
}
.btn--default:hover:nth-of-type(7) {
  border-radius: 30px;
}
.btn--default:hover:nth-of-type(7):after {
  width: 0%;
}
.btn--default:hover:nth-of-type(8) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.btn--default:hover:nth-of-type(8):after {
  width: 0%;
}
.btn--default:hover:nth-of-type(9) {
  -webkit-box-shadow: inset 0px 0px 0px 3px #9f8041;
          box-shadow: inset 0px 0px 0px 3px #9f8041;
}
.btn--default:hover:nth-of-type(9):after {
  width: 0%;
}
.btn--default:hover:nth-of-type(10) {
  -webkit-box-shadow: 0px 0px 0px 3px #9f8041;
          box-shadow: 0px 0px 0px 3px #9f8041;
}
.btn--default:hover:nth-of-type(10):after {
  width: 0%;
}
.btn--default.btn--more {
	padding: 5px 16px;
	letter-spacing: 3px;
	font-size: 1.2em;
	border-width: 1px
}

.btn--default.btn--white {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px 5px;
  padding: 12px 20px;
  border: 2px solid #FAFBFC;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  color: #FAFBFC;
  -webkit-transition: .3s;
  transition: .3s;
}
.btn--default.btn--white:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: transparent;
}
.btn--default.btn--default:hover:nth-of-type(9) {
  -webkit-box-shadow: inset 0px 0px 0px 3px #FAFBFC;
          box-shadow: inset 0px 0px 0px 3px #FAFBFC;
}
.btn--default.btn--default:hover:nth-of-type(9):after {
  width: 0%;
}
.btn--default.btn--default:hover:nth-of-type(10) {
  -webkit-box-shadow: 0px 0px 0px 3px #FAFBFC;
          box-shadow: 0px 0px 0px 3px #FAFBFC;
}

@media screen and (max-width: 400px) {
	.btn--default,
	.btn--default.btn--more {
	  padding: 6px 8px;
	}
}

.btn:focus {
	outline: none;
}

.btn--trigger {
	margin: 1em;
	display: block;
	white-space: nowrap;
}

.btn--trigger::before {
	font-weight: bold;
	border: 2px solid;
	text-align: center;
	text-indent: 0;
	display: inline-block;
	line-height: 1.7;
}

.btn--trigger::before {
	content: 'Press';
	width: 4em;
	height: 2em;
	margin: 0 0.75em;
}

.btn--trigger:active::before {
	content: 'Ouch!';
}


.btn--tool {
	display: block;
	margin: 1em 0;
	font-size: 1.3em;
	color: #8a7c78;
}

.btn--menu {
	position: absolute;
	top: 3vw;
	right: 3vw;
	color: #939391;
	pointer-events: visible;
}

.btn--close {
	position: absolute;
	top: 3vw;
	right: 3vw;
	font-size: 0.75em;
	z-index: 100;
	opacity: 0;
}

.btn--submit {
	font-size: 0.75em;
  padding: 0.8em 0.6em;
	font-size: 1.2em;
}

.btn--submit {
    border: 2px solid #9f8041!important;
    background-color: transparent!important;
    font-size: 1.2rem!important;
    padding: 0.5em 0.6em!important;
    color: #9f8041!important;
    margin: .8em 0 0!important;
}

.btn--default.btn--large {
    background-color: #222;
    color: #FAFBFC;
    width: 280px;
	padding: 20px 20px;
}

/* color-box */
.box_lightbrown {
  background-color: #efe8d9;
  padding: 10px;
}
.box_inner {
  border:1px dashed;
  border-color: #FAFBFC;
  padding: 10px;
  position: relative;
}

.box_inline {
	padding: 6px 10px;
	border-radius: 3px;
	margin: 10px auto;
    display: inline-block;
	font-size: 1em;
}

.box_inline_primary {
	background-color: #9f8041;
    color: #FAFBFC;
}

.box_inline_dark {
	background-color: #222;
    color: #FAFBFC;
}

.box_inline a {
    color: #FAFBFC;
}

button:hover {
    border-bottom-color: #9f8041;
}


/* links */
.link {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.link:hover {
  color: #FE6A6B;
}

.link--dark {
  color: #9f8041;
}

.link--light {
  color: #FE6A6B;
}

/* table */
table {
  border-collapse: collapse;
  width: 100%;
  transition: color .3s ease-out;
  margin-bottom: 2rem;
}

table td, table th {
  border: 1px solid #F0E8E8;
  padding: 0.8rem;
  font-weight: 300;
}

table th {
  text-align: left;
  background-color: white;
}

table td:first-child {
  background-color: #F8F8FA;
  font-weight: 600;
}

table th:first-child {
  border-right-width: 0;
}
table td:nth-child(2) {
  border-left-style: dashed;
}

.no_border {
  border:none;
}
table.no_border td {
  border:none;
}
table.no-bgcolor,
table.no-bgcolor td,
table.no-bgcolor th {
  background-color: transparent;
}

@media screen and (max-width: 600px) {
  nav {
    grid-template-columns: 70px auto;
  }
}

/* layout */
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.wrapper img,
.full-wrapper img {
  max-width: 100%;
  height: auto;
}
.page-id-14 .box3 img,
.page-id-14 .box4 img,
.page-id-20 .box3 img,
.page-id-377 .box2 img,
.page-id-377 .box3 img {
  width: 100%;
}

.full-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.single .wrapper {
  max-width: 640px;
}
.footer {
  text-align: center;
  padding: 2rem;
  color: #222;
}
.copy {
	font-size:.7em;
}
@media all and (-ms-high-contrast: none) {
  .copy {
  	font-size:1em;
  }
}
@supports (-ms-ime-align:auto) {
  .copy {
  	font-size:1em;
  }
}
.entry-content {
  overflow: hidden;
  position: relative;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.overflow-hidden {
  overflow: hidden;;
}


.width-auto {
	width:auto!important;
}
.max-width-200 {
	max-width: 200px!important
}
.max-width-250 {
	max-width: 250px!important
}
.max-width-300 {
	max-width: 300px!important
}
.max-width-320 {
	max-width: 320px!important;
  height:auto;
}
.max-width-360 {
	max-width: 360px!important
}
.max-width-400 {
	max-width: 400px!important;
  height:auto;
}
.max-width-500 {
	max-width: 500px!important
}
.max-width-600 {
	max-width: 600px!important
}
.max-width-620 {
	max-width: 620px!important
}
@media (max-width: 680px){
  .max-width-600,
  .max-width-620 {
  	max-width: 100%!important
  }
}
@media (max-width: 580px){
  .max-width-500 {
  	max-width: 100%!important
  }
}
@media (max-width: 480px){
  .max-width-400 {
    max-width: 100%!important
  }
}
@media (max-width: 440px){
  .max-width-360 {
    max-width: 100%!important
  }
}
@media (max-width: 400px){
  .max-width-320 {
    max-width: 100%!important
  }
}

/* font-style */
.mincho {
  font-family: "dnp-shuei-mincho-pr6n",sans-serif;
}
.gothic {
  font-family: "dnp-shuei-gothic-gin-std",sans-serif;
}

/* font size */

.fs1 {
	font-size: .1em!important;
	line-height: 2.0em!important;
}
.fs2 {
	font-size: .2em!important;
	line-height: 2.0em!important;
}
.fs3 {
	font-size: .3em!important;
  line-height: 2.0em!important;
}
.fs4 {
	font-size: .4em!important;
  line-height: 2.0em!important;
}
.fs5 {
	font-size: .5em!important;
  line-height: 2.0em!important;
}
.fs6 {
	font-size: .6em!important;
  line-height: 2.0em!important;
}
.fs7 {
	font-size: .7em!important;
  line-height: 2.0em!important;
}
.fs8 {
	font-size: .8em!important;
  line-height: 2.0em!important;
}
.fs9 {
	font-size: .9em!important;
  line-height: 2.0em!important;
}
.fs10 {
	font-size: 1em!important;
  line-height: 2.0em!important;
}
.fs11 {
	font-size: 1.1em!important;
  line-height: 2.0em!important;
}
.fs12 {
	font-size: 1.2em!important;
  line-height: 2.0em!important;
}
.fs13 {
	font-size: 1.3em!important;
  line-height: 2.0em!important;
}
.fs14 {
	font-size: 1.4em!important;
  line-height: 2.0em!important;
}
.fs15 {
	font-size: 1.5em!important;
  line-height: 2.0em!important;
}
.fs16 {
	font-size: 1.6em!important;
  line-height: 2.0em!important;
}
.fs17 {
	font-size: 1.7em!important;
  line-height: 2.0em!important;
}
.fs18 {
	font-size: 1.8em!important;
  line-height: 2.0em!important;
}
.fs19 {
	font-size: 1.9em!important;
  line-height: 2.0em!important;
}
.fs20 {
	font-size: 2.0em!important;
  line-height: 2.0em!important;
}
.fs21 {
	font-size: 2.1em!important;
  line-height: 2.0em!important;
}
.fs22 {
	font-size: 2.2em!important;
  line-height: 2.0em!important;
}
.fs23 {
	font-size: 2.3em!important;
  line-height: 2.0em!important;
}
.fs24 {
	font-size: 2.4em!important;
  line-height: 2.0em!important;
}
.fs25 {
	font-size: 2.5em!important;
  line-height: 2.0em!important;
}
.fs26 {
	font-size: 2.6em!important;
  line-height: 2.0em!important;
}
.fs27 {
	font-size: 2.7em!important;
  line-height: 2.0em!important;
}
.fs28 {
	font-size: 2.8em!important;
  line-height: 2.0em!important;
}
.fs29 {
	font-size: 2.9em!important;
  line-height: 2.0em!important;
}
.fs30 {
	font-size: 3.0em!important;
  line-height: 2.0em!important;
}
.fs31 {
	font-size: 3.1em!important;
  line-height: 2.0em!important;
}
.fs32 {
	font-size: 3.2em!important;
  line-height: 2.0em!important;
}
.fs33 {
	font-size: 3.3em!important;
  line-height: 2.0em!important;
}
.fs34 {
	font-size: 3.4em!important;
  line-height: 2.0em!important;
}
.fs35 {
	font-size: 3.5em!important;
  line-height: 2.0em!important;
}
.fs36 {
	font-size: 3.6em!important;
  line-height: 2.0em!important;
}
.fs37 {
	font-size: 3.7em!important;
  line-height: 2.0em!important;
}
.fs38 {
	font-size: 3.8em!important;
  line-height: 2.0em!important;
}
.fs39 {
	font-size: 3.9em!important;
  line-height: 2.0em!important;
}
.fs40 {
	font-size: 4.0em!important;
  line-height: 2.0em!important;
}




/* color */
.primary-color {
  color: #9f8041!important;
}
.white-color {
  color: #FAFBFC!important;
}
.dark-color {
  color: #444D56!important;
}
.dark-color-2 {
  color: var(--dark-gray-color-2)!important;
}

/* margin & padding */
.m-all {
	margin-left: auto!important;
	margin-right: auto!important;
}

.mt-100 {
	margin-top: -100px !important
}

.mt-50 {
	margin-top: -50px !important
}

.mt00 {
    margin-top: 0px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt100 {
    margin-top: 100px !important
}

.mt120 {
    margin-top: 120px !important
}

.mb00 {
    margin-bottom: 0px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mr00 {
	margin-right: 0!important
}

.mr20 {
	margin-right: 20px!important
}

.ml00 {
	margin-left: 0!important
}

.ml20 {
	margin-left: 20px!important
}

.ml30 {
	margin-left: 30px!important
}

.pd00 {
	padding: 0!important;
}

.pt00 {
	padding-top: 0!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt100 {
	padding-top: 100px!important;
}

.pb00 {
	padding-bottom: 0!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl50 {
	padding-left: 50px!important;
}

.pl70 {
	padding-left: 70px!important;
}

.pl100 {
	padding-left: 100px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pr50 {
	padding-right: 50px!important;
}

.display-block {
  display: block;
}

© misoblog.
.copy {
	font-size:.675em;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}

form.search-form {
	margin: 20px auto;
	max-width: 420px;
}

input.search-field {
    width: 85%;
    line-height: 2;
    font-size: 1.4em;
    margin: 10px 0;
    border-radius: 0;
    border: none;
    padding: 5px 10px;
}

input.search-submit {
    border: 0;
    width: 15%;
    height: 40px;
    float: right;
    margin: 10px 0;
    background: #222;
    color: #FAFBFC;
    padding: 0;
    letter-spacing: 3px;
}
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}

/* point image */
.icon_bird {
	width: 100px!important;
    position: relative;
    right: 0;
    top: 50px;
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.1s;
}
.icon_bird_s {
	width: 60px!important;
	position: absolute;
	right: 5px;
    top: -7px;
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.2s;
}
.icon_bird_s_2 {
	width: 60px!important;
	position: absolute;
	right: 5px;
    top: 5px;
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.2s;
}

@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.happa_image_right {
    position: absolute;
    right: 0;
    top: -6.5%;
	width: 40%;
	max-width: 350px;

}
.happa_image_left {
    position: absolute;
    left: 0;
    top: -6.5%;
	width: 40%;
	max-width: 350px;
}
@media screen and (max-width: 800px) {
	.happa_image_right,
	.happa_image_left {
		top: -4.3%;
		width: 50%;
		max-width: 230px;
	}
}
@media screen and (max-width: 480px) {
	.happa_image_right,
	.happa_image_left {
		top: -3%;
		width: 50%;
		max-width: 160px;
	}
}

.tree_left {
    position: absolute;
    left: 5%;
    bottom: -10px;
    z-index: 1;
}
