@charset "utf-8";
/*
Theme Name: MAKIKO YAMAMOTO
Theme URI: http://makikoyamamoto.com/
Description: 山本麻紀子のオフィシャルウェブサイトです。リサーチやワークショップ等の活動報告の他、過去作品も紹介しています。
Author: PLANNING OFFICE 4
Author URI: http://gracenote-music.jp/
Version: 20.0
*/

/* Reset Start
-------------------------------------------------------------- */

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}

html, body, section, article, aside, dialog, figure, footer, header,
hgroup, nav, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, address, blockquote,
legend, fieldset{
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;
}

a {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

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 #000;
cursor:help;
}

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

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

input, select {
vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus {
outline: none;
}

/* end of Reset */

/* GENERAL
-------------------------------------------------------------- */
html {
min-height: 100%;
overflow-y: scroll;
}

body {
min-height: 100%;
font-family: 'Raleway', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
font-size: 87.5%;
font-weight: normal;
line-height: 1.8;
letter-spacing: 0.075em;
color: #000;
background: #f5f5f0;
word-wrap: break-word;
overflow-x: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

a{outline:0px;}
a:link{outline:0px;}
a:hover{text-decoration:none;}
a:active{color:#000000;}

img {
border: none;
vertical-align: middle;
}

#clear , .clear {
clear: both;
}

/* = Selected Text
----------------------------------------------- */
::selection {
background: #cc945c; /* Safari */
color: #000;
}

::-moz-selection {
background: #cc945c; /* Firefox */
color: #000;
}

/* iPhone
-------------------------------------------------------------- */
body {
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}

/* GENERAL - WRAPPER
-------------------------------------------------------------- */
#wrapper {
position: relative;
width: 100%;
margin: 0;
padding: 0;
opacity: 0;
}

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

#wrapper a:hover {
color: #cc945c;
}

/* transition */
#wrapper a, #wrapper a img, #menu_wrap, #menu li, .btn_top,
.post_page_navi ul li.prev div p span:after,
.post_page_navi ul li.next div p span:before {
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

/* filter */
#wrapper a img {
-moz-filter: brightness(1.0);
-webkit-filter: brightness(1.0);
filter: brightness(1.0);
}
#wrapper a:hover img {
-moz-filter: brightness(1.1);
-webkit-filter: brightness(1.1);
filter: brightness(1.1);
}

/* clearfix */
.clearfix:after {
content: "";
display: block;
clear: both;
}

/* GENERAL - HEADER
-------------------------------------------------------------- */
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: #fff;
background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,1.0));
z-index: 200;
}

#header.scaling #header-form h1 a {
width: 70%;
padding-bottom: 20.09%;
}

.header_inner {
position: relative;
width: 90%;
max-width: 1600px;
margin: 0 auto;
}

#header-form {
max-width: 200px;
width: 20%;
margin: 0;
padding: 1.5em 0 0.5em 0;
float: left;
}

#header-form h1 {
margin: 0;
padding: 0;
}

#header-form h1 a {
height: 0;
width: 100%;
padding-bottom: 28.7%;
background: url('images/header_logo.png') no-repeat 0px 0px;
background: url('images/header_logo.svg') no-repeat 0px 0px;
background-size: contain;
line-height: 1.0;
text-decoration: none;
text-indent: 100%;
white-space: nowrap;
display: block;
overflow: hidden;
}

.header-description {
margin: 0;
padding: 0;
line-height: 1.0;
text-decoration: none;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

/* GENERAL - NAVIGATION
-------------------------------------------------------------- */
.btnMenu,
.btnClose {
display: none;
}

#menu_wrap {
position: absolute;
top: 50%;
right: 0;
margin-top: -0.9em;
padding: 0;
}

#menu {
position: relative;
top: 10px;
margin: 0;
padding: 0;
opacity: 0;
}

#menu li {
margin: 0;
padding: 0 0.75em;
font-size: 106.25%;
display: inline-block;
*display: inline; *zoom: 1;
cursor: pointer;
}

#menu li:hover, #menu li .navi_current, #menu li.navi_current {
color: #cc945c;
}

#menu li .navi_current {
position: relative;
}

#menu li .navi_current:after {
content: '';
position: absolute;
bottom: -1em;
left: 0;
width: 100%;
border-bottom: 2px dotted #cc945c;
}

#menu .nav_facebook,
#menu .nav_instagram {
padding: 0 0.5em;
}

#menu .nav_instagram {
padding-right: 0;
}

.nav_home {
position: absolute;
top: 200%;
opacity: 0;
}

/* GENERAL - PAGES
-------------------------------------------------------------- */
.page {
position: relative;
width: 100%;
margin: 0;
padding: 0;
}

.inner {
width: 90%;
max-width: 1600px;
margin: 0 auto;
padding: 0;
}

.inner h2 {
position: relative;
margin-bottom: 2em;
font-size: 225%;
text-align: center;
}

.inner h2:after {
content: "";
display: block;
height: 2px;
position: absolute;
bottom: -0.175em;
left: 50%;
margin-left: -0.5em;
width: 1em;
-moz-box-shadow: 0px 2px 0px 0px #000;
-webkit-box-shadow: 0px 2px 0px 0px #000;
box-shadow: 0px 2px 0px 0px #000;
}

.inner h3 {
font-size: 150%;
line-height: 1.0;
}

.inner h4 {
font-size: 125%;
line-height: 1.0;
}

.inner img {
max-width: 100%;
height: auto;
width /***/: auto;
vertical-align: bottom;
}

.mark_list {
position: absolute;
top: 3em;
left: 1.5em;
font-size: 125%;
letter-spacing: -.40em;
z-index: 25;
}
@-moz-document url-prefix() {
.mark_list {
word-spacing: 0.1em;
}
}

.mark_list li {
letter-spacing: normal;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

.mark_list span {
width: 4em;
height: 4em;
font-weight: 600;
line-height: 1.0;
letter-spacing: normal;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: table;
}

.mark_list span span {
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
display: table-cell;
}

.mark_list .pickup_mark {
background: #cc785c;
background: rgba(204, 120, 92, 1.0);
}

.mark_list .pickup_mark span {
font-size: 2em;
color: #fff;
}

.mark_list .new_mark {
background: #cc945c;
background: rgba(204, 148, 92, 1.0);
}

.mark_list .new_mark span {
color: #fff;
}

.not_found p {
text-align: center;
}

#breadcrumb {
padding-bottom: 2.5em;
color: #fff;
}

.breadcrumb-lists li {
display: inline-block;
*display: inline; *zoom: 1;
}

.current-crumb {
pointer-events: none;
}

.crumb-no-link {
color: #000;
}

/* end of GENERAL */

/* Contents - HOME
-------------------------------------------------------------- */
/* Contents - HOME - TOP */
#home_top {
width: 100%;
margin: 0;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}

.home_top_inner {
position: relative;
width: 100%;
margin: 0;
padding: 0;
}

.slide_list,
.slide_list a {
display: block;
}

.select_article {
position: relative;
width: 100%;
margin: 0;
padding: 0;
color: #fff;
overflow: hidden;
}

.select_article img {
position: relative;
width: 100%;
height: auto;
display: block;
}

/* Contents - HOME - NEWS */
#news_field {
position: absolute;
bottom: 0;
right: 0;
min-height: 4em;
width: 100%;
margin: 0;
padding: 1em 0;
color: #000;
background: #fff;
background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,1.0));
display: table;
z-index: 185;
}

#news_field a {
color: #000;
}

.news_button {
position: relative;
}

.close_button {
position: absolute;
top: 1em;
right: 2em;
z-index: 150;
}

.button-trigger,
.button-trigger span {
display: inline-block;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.button-trigger {
position: relative;
width: 30px;
height: 22px;
}

.button-trigger span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #ccc;
border-radius: 2px;
}

.button-trigger span:nth-of-type(1) {
top: 0;
-moz-transform: translateY(10px) rotate(-45deg);
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

.button-trigger span:nth-of-type(2) {
top: 10px;
opacity: 0;
}

.button-trigger span:nth-of-type(3) {
bottom: 0;
-moz-transform: translateY(-10px) rotate(45deg);
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}

.button-trigger.on_active {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.news_inner {
position: relative;
width: 90%;
max-width: 1600px;
margin: 0 auto;
letter-spacing: -.40em;
vertical-align: middle;
display: table-cell;
}
@-moz-document url-prefix() {
.news_inner {
word-spacing: 0.1em;
}
}

#news_field h2 {
width: 20%;
font-size: 137.5%;
color: #000;
letter-spacing: normal;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

#news_field h2 span {
letter-spacing: 0.075em;
}

.news_feed {
width: 80%;
letter-spacing: normal;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

.news_feed dt {
width: 20%;
float: left;
clear: both;
font-size: 125%;
letter-spacing: 0.075em;
}

.news_feed dd {
margin-left: 20%;
padding-left: 1em;
font-size: 125%;
letter-spacing: 0.075em;
}

.news_feed .new_icon {
position: relative;
margin-left: 0.5em;
padding: 0.25em 0.5em;
font-size: 75%;
font-weight: 600;
color: #fff;
letter-spacing: 0.075em;
background: #cc945c;
background: rgba(204, 148, 92, 1.0);
}

.news_feed .new_icon:after {
position: absolute;
top: 0.625em;
right: 100%;
content: '';
width: 0;
height: 0;
border: 3.75px solid transparent;
border-right: 5px solid #cc945c;
}

.to_news_list {
position: absolute;
bottom: 1em;
right: 2em;
text-align: center;
}

#news_field .to_news_list a {
padding: 0.5em 1em;
color: #fff;
background: #cc945c;
background: rgba(204, 148, 92, 1.0);
}

#news_field .to_news_list a:hover {
color: #000;
background: #f5f5f0;
background: rgba(245, 245, 245, 1.0);
}

/* end of Contents - HOME */

/* Contents - PAGES
-------------------------------------------------------------- */
/* Contents - PAGES - ABOUT/CONTACT */
.comment {
position: relative;
width: 60%;
margin: 0 auto;
margin-bottom: 7.5em;
padding: 2.5em 0;
font-size: 131.25%;
line-height: 2.0;
}

.comment span {
font-size: 150%;
}

.comment:before,
.comment:after {
position: absolute;
font-family: '4icons';
font-size: 500%;
color: #fff;
}

.comment:before {
top: -1em;
left: -1.25em;
content: '\e909';
}

.comment:after {
bottom: -1em;
right: -1.25em;
content: '\e90a';
}

.section_profile {
margin-bottom: 10em;
}

.profile_img {
width: 40%;
margin-right: 5%;
float: left;
}

.profile_img img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.profile_text {
width: 55%;
float: left;
}

.profile_text h3 {
font-size: 175%;
margin-bottom: 1em;
}

.profile_note {
width: 80%;
font-size: 112.5%;
}

.section_contact {
width: 100%;
letter-spacing: -.40em;
}
@-moz-document url-prefix() {
.section_contact {
word-spacing: 0.1em;
}
}

.info_text {
width: 50%;
letter-spacing: normal;
text-align: left;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

.info_text h3 {
margin-bottom: 1.125em;
letter-spacing: 0.5em;
}

.info_text h3 span {
padding-bottom: 0.5em;
border-bottom: 1px dotted #000;
}

.info_text .shop_name {
margin-bottom: 0.75em;
font-size: 125%;
letter-spacing: 0.5em;
}

.contact_info {
width: 100%;
margin-bottom: 2em;
letter-spacing: 0.075em;
overflow: hidden;
}

.contact_info dt {
width: 20%;
padding: 0.25em 0;
float: left;
clear: both;
}

.contact_info dd {
margin-left: 20%;
padding: 0.25em 0;
padding-left: 0.5em;
}

.contact_info .business_name span {
font-size: 87.5%;
color: #cc945c;
}

.access_list li {
padding: 0.25em 0;
letter-spacing: 0.075em;
}

#map_canvas {
width: 100%;
max-width: 600px;
height: 100%;
margin: 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
pointer-events: none;
}

.contact_form {
min-height: 100%;
padding: 2em 0 3em 0;
font-size: 112.5%;
background: url(images/contact_bg.png) no-repeat center center;
background-size: cover;
}

.contact_form .wpcf7 {
width: 95%;
margin: 0 auto;
}

.contact_form .wpcf7 p {
margin-bottom: 1.25em;
padding: 0;
text-align: center;
}

.contact_form .wpcf7 p:nth-last-of-type(1) {
margin-bottom: 0;
}

.asterisk {
margin-left: 0.125em;
font-size: 150%;
color: #f5637a;
}

.wpcf7 span.wpcf7-not-valid-tip {
padding: 0.25em;
font-size: 87.5%;
color: #f5637a;
}

.contact_form .cf_reservation {
margin-top: 0.5em;
display: inline-block;
*display: inline; *zoom: 1;
}

.contact_form .cf_message {
}

.contact_form .wpcf7-mail-sent-ok {
color: #cc945c;
border: 2px solid #cc945c;
}

.contact_form .wpcf7-mail-sent-ng {
color: #f5637a;
border: 2px solid #f5637a;
}

.contact_form .wpcf7-spam-blocked {
color: #f5637a;
border: 2px solid #f5637a;
}

.contact_form .wpcf7-validation-errors {
color: #f5637a;
border: 2px solid #f5637a;
}

.contact_form .wpcf7 .ajax-loader {
height: 2em;
width: 2em;
margin: 0;
padding: 0.125em;
vertical-align: top;
text-align: center;
background-image: none;
}

.contact_form .wpcf7 .ajax-loader:after {
content: '\e97b';
font-family: '4icons';
font-size: 1.75em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
width: 95%;
max-width: 100%;
padding: 1.375em 2.5%;
font-family: 'Raleway', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
font-size: 87.5%;
letter-spacing: 0.075em;
color: #000;
border: none;
background: rgba(255,255,255,0.75);
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.wpcf7 input.wpcf7-date[type="text"],
.wpcf7 input[type="number"] {
width: auto;
}

.wpcf7 input[type="confirm"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"] {
padding: 0.75em 1.5em;
font-family: 'Raleway', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
font-size: 100%;
color: #000;
background: #fff;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
cursor: pointer;
-webkit-appearance: none;
}

.wpcf7 input[type="confirm"]:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="reset"]:hover {
background: #f5f5f0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

/* end of Contents - PAGES */

/* Contents - POST - GENERAL
-------------------------------------------------------------- */
.post_contents a {
background: #fff;
background: linear-gradient(transparent 60%, #fff 0%);
}

.post_contents p {
margin: 0;
padding: 1em 0;
}

.post_contents p:nth-of-type(1) {
padding-top: 0;
}

.post_contents p:nth-last-of-type(1) {
margin-bottom: 1em;
border-bottom: 2px solid #fff;
}

.post_contents h3,
.post_contents h4 {
padding: 1em 0;
line-height: 1.8;
}

.post_contents ul {
margin: 1em 0;
padding-left: 40px;
list-style: disc;
}

.post_contents ol {
margin: 1em 0;
padding-left: 40px;
list-style: decimal;
}

.post_contents li {
display: list-item;
}

.post_contents .post_tags {
margin-bottom: 1em;
}

.post_page_navi {
width: 100%;
}

.post_page_navi ul {
}

.post_page_navi ul li {
position: relative;
max-height: 7.5em;
width: 100%;
margin: 0;
padding: 0;
display: block;
overflow: hidden;
}

.post_page_navi ul li.prev {
margin-bottom: 0.25em;
}

.post_page_navi ul li img {
min-width: 100%;
}

.post_page_navi ul li div {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=) repeat;
}

.post_page_navi ul li div p {
height: 100%;
width: 100%;
font-size: 125%;
color: #fff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
display: table;
}

.post_page_navi ul li div p span {
height: 100%;
width: 100%;
text-align: center;
vertical-align: middle;
display: table-cell;
}

.post_page_navi ul li.prev div p span:after,
.post_page_navi ul li.next div p span:before {
font-family: '4icons';
}

.post_page_navi ul li.prev div p span:after {
content: "\e90d";
padding-left: 0.25em;
}

.post_page_navi ul li.next div p span:before {
content: "\e90e";
padding-right: 0.25em;
}

.post_page_navi ul li.prev:hover div p span:after {
padding-left: 2em;
}

.post_page_navi ul li.next:hover div p span:before {
padding-right: 2em;
}

/* Contents - POST - GENERAL (Sidebar) */

/* end of Contents - POST - GENERAL */

/* Contents - POST PAGE
-------------------------------------------------------------- */
/* Contents - POST PAGE - ARTICLES */
.separate_articles {
position: relative;
width: 70%;
margin-right: 5%;
padding: 0;
float: left;
}

.separate_articles .mark_list {
top: 0;
right: 0;
left: auto;
font-size: 137.5%;
}

.separate_articles h2 {
position: static;
width: 85%;
margin-bottom: 0.5em;
text-align: left;
line-height: 1.0;
}

.separate_articles h2:after {
display: none;
}

.separate_articles .post_data {
margin-bottom: 5em;
}

.separate_articles .post_data span:after {
content: "/";
margin: 0 0.5em;
}

.separate_articles .post_data span:nth-last-of-type(1):after {
content: "";
margin-right: 0;
}

.separate_articles .post_data img {
width: 1.5em;
padding: 0 0.5em;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.post_contents .contents_marking p:nth-last-of-type(1) {
margin: 0;
padding-bottom: 0;
border: none;
}

.information_details {
margin-top: 5em;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 2px solid #fff;
}

.post_contents .information_details p:nth-last-of-type(1) {
margin: 0;
border: none;
}

.information_inner {
width: 90%;
margin: 0 auto;
padding-bottom: 1em;
background: #fff;
}

.information_read {
width: 90%;
margin: 0 auto;
}

.post_contents .information_details .information_note {
padding: 0 1em;
}

.information_list {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.information_list dt {
width: 25%;
padding: 0.25em 0;
padding-left: 1em;
float: left;
clear: both;
}

.information_list dd {
margin-left: 25%;
padding: 0.25em 0;
padding-left: 1em;
}

.flyer_image {
margin-bottom: 1.5em;
}

.information_main_credit {
margin-bottom: 4em;
font-size: 112.5%;
}

.information_details .information_main_credit .information_note {
padding-top: 2em;
font-size: 82.5%;
}

.event_details {
margin-bottom: 3em;
padding: 0.5em 2em 2em 2em;
background: #f5f5f0;
}

.event_details .event_guest {
padding: 1em;
}

.information_details .information_inner .event_details .information_note {
margin-top: 1em;
padding: 1em;
background: #fff;
}

.guest_details {
width: 100%;
padding: 1em 0;
letter-spacing: -.40em;
}
@-moz-document url-prefix() {
.guest_details {
word-spacing: 0.1em;
}
}

.guest_image,
.guest_info {
letter-spacing: normal;
vertical-align: middle;
display: inline-block;
*display: inline; *zoom: 1;
}

.guest_image {
width: 22.5%;
padding: 0 3.75%;
}

.guest_image img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.guest_info {
width: 70%;
}

.guest_info h4,
.guest_info p {
padding: 0.25em 0;
letter-spacing: 0.075em;
}

.add_information {
padding: 3em 0 1em 0;
}

.add_information h4 img {
width: 25%;
}

.mending_images,
.product_images {
width: 100%;
margin: 0;
}

.mending_images {
padding-bottom: 1em;
}

.product_images {
max-width: 600px;
padding-top: 1em;
}

.before_images,
.after_images {
width: 50%;
margin: 0;
padding: 0;
float: left;
}

.before_images li {
position: relative;
}

.before_images li:after {
position: absolute;
top: 50%;
right: -0.5em;
margin-top: -0.9em;
content: '\e90d';
font-family: '4icons';
font-size: 5em;
color: #fff;
color: rgba(255,255,255,1.0);
}

.mending_note {
padding: 1em 0;
}

.mending_add_note {
padding-top: 4em;
}

.aside_articles {
width: 25%;
margin: 0;
padding: 0;
float: left;
}

.aside_articles h3 {
margin-bottom: 0.75em;
}

.aside_articles h3 .index_arrow {
color: #fff;
}

.news_index, .categories_index {
margin-bottom: 3em;
}

#wrapper .current_post_title,
#wrapper .current-cat a {
color: #cc945c;
}

/* end of Contents - POST PAGE */

/* Categories/Archives/Tags/Authors - GENERAL
-------------------------------------------------------------- */
.alignment_list {
width: 100%;
margin: 0;
padding: 0;
letter-spacing: -.40em;
}
@-moz-document url-prefix() {
.alignment_list {
word-spacing: 0.1em;
}
}

.section_cat {
position: relative;
margin-bottom: 2.5em;
}

.cat_list_inner {
position: relative;
width: 90%;
margin: 0 auto;
padding-bottom: 1em;
letter-spacing: 0.075em;
background: #fff;
background: rgba(255, 255, 255, 1.0);
}

.cat_list_inner.sticky_bg {
background: #ffe4e1;
}

#sticky_list {
width: 96.6667%;
margin: 0 auto;
font-size: 112.5%;
}

.sticky_articles {
background: #ffe4e1;
display: block;
}

#sticky_list .mark_list,
.sticky_articles .mark_list {
top: 0.75em;
left: 0.75em;
}

.sticky_list_inner {
width: 100%;
letter-spacing: -.40em;
}
@-moz-document url-prefix() {
.sticky_list_inner {
word-spacing: 0.1em;
}
}

.sticky_thumb,
.sticky_data {
width: 50%;
letter-spacing: normal;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

.sticky_data {
padding-bottom: 1em;
}

.sticky_list_read {
padding-left: 2em;
letter-spacing: 0.075em;
}

.sticky_list_read h3 {
margin-bottom: 0.5em;
padding: 0.5em 0 0.5em 0;
font-size: 125%;
}

.sticky_list_read .post_text {
padding-bottom: 4em;
}

.sticky_list_read .post_data_list {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
padding: 1em 0 0 1em;
text-align: right;
}

.pagination {
margin: 5em 0;
font-size: 112.5%;
text-align: center;
}

.pagination li {
display: inline-block;
*display: inline; *zoom: 1;
}

.pagination a {
padding: 1.25em 2em;
font-weight: 600;
background: #e6e6d8;
display: block;
}

.pagination li:not([class*="current"]) a:hover {
background: #fff;
}

.pagination li:first-of-type a {
border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
display: inline-block;
*display: inline; *zoom: 1;
font-size: inherit;
-moz-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}

.pagination li.first a::before { content: "<<"; }
.pagination li.last a::after { content: ">>"; }

.pagination li.previous a::before { content: "<"; }
.pagination li.next a::after { content: ">"; }

.pagination li.current a {
background: #fff;
cursor: default;
pointer-events: none;
}

.pagenavi {
opacity: 0;
}

#infscr-loading {
width: 0;
height: 0;
letter-spacing: 0.075em;
}

/* end of Categories/Archives/Tags/Authors - GENERAL */

/* Categories/Archives/Tags/Authors - ARTICLES */
.cat_articles {
width: 33.3333%;
letter-spacing: normal;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

.cat_articles .mark_list {
top: 0.25em;
}

.cat_list_read {
padding: 0 1em;
}

.cat_list_read h3 {
margin-bottom: 0.5em;
padding: 1em 0 0.5em 0;
font-size: 125%;
}

.cat_list_read .post_text {
margin-bottom: 1em;
}

.post_data_list {
font-size: 87.5%;
}

.post_tags:before {
margin-right: 0.25em;
font-family: '4icons';
content: "\e906";
}

.post_tags a {
border-bottom: 1px dotted #000;
}

.post_data_list .post_data span:after {
content: "/";
margin: 0 0.5em;
}

.post_data_list .post_data span:nth-last-of-type(1):after {
content: "";
margin-right: 0;
}

/* end of Categories/Archives/Tags/Authors */

/* ARTICLE画像設定
-------------------------------------------------------------- */
.alignnone,
.aligncenter {
margin: 0 auto;
display: block;
clear: both;
}

.alignright {
max-width: 50%;
margin-left: 5%;
display: block;
float: right;
overflow: hidden;
}

.alignleft {
max-width: 50%;
margin-right: 5%;
display: block;
float: left
overflow: hidden;
}

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

.alignnone,
.aligncenter,
.alignright,
.alignleft {
width: 100%;
margin: 0;
float: none;
}

}

/* end of ARTICLE画像設定 */

/* Footer
-------------------------------------------------------------- */
#footer {
position: relative;
width: 100%;
margin: 0;
padding: 5em 0 6em 0;
background: #fff;
background: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.95));
}

.footer_inner {
width: 90%;
max-width: 1600px;
margin: 0 auto;
}

.footer-form {
width: 35%;
float: left;
}

.footer-form a {
height: 0;
width: 32.5%;
margin-bottom: 1em;
padding-bottom: 9.3275%;
background: url('images/header_logo.png') no-repeat 0px 0px;
background: url('images/header_logo.svg') no-repeat 0px 0px;
background-size: contain;
text-decoration: none;
text-indent: 100%;
white-space: nowrap;
display: block;
overflow: hidden;
}

.copyright {
padding-right: 5%;
font-size: 87.5%;
text-transform: uppercase;
}

.footer_menu_1 {
width: 22.5%;
margin-left: -1px;
padding-left: 5%;
border-left: 1px solid #000;
float: left;
}

.footer_menu_2 {
width: 35%;
float: left;
overflow: hidden;
}

.footer_menu_1 li,
.footer_menu_2 li {
font-size: 112.5%;
font-weight: 500;
}

.footer_inner .sns_list {
padding-top: 1em;
}

/* Scroll Events */
.btn_top {
position: fixed;
bottom: 4em;
right: 1em;
height: 1em;
width: 1em;
padding: 0.625em;
font-size: 200%;
text-align: center;
color: #fff;
line-height: 1.0;
letter-spacing: normal;
background: #cc945c;
background: rgba(204, 148, 92, 0.925);
opacity: 1;
cursor: pointer;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.btn_top:hover {
line-height: 1.4;
}

.btn_top.hide {
opacity: 0;
cursor: default;
}

/* end of Footer */

/*
--------------------------------------------------------------
Mediaqueries for mobile - Portrait
-------------------------------------------------------------- */
@media screen and (max-width: 1023px) {

#header-form {
max-width: 160px;
}

.btnMenu {
position: absolute;
top: 50%;
right: 0.9em;
max-width: 100%;
margin-top: -0.9em;
padding: 0;
text-align: right;
display: block;
}

.menu_button,
.menu_button span {
display: inline-block;
-moz-transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.menu_button {
position: relative;
width: 30px;
height: 22px;
}

.menu_button span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #000;
border-radius: 2px;
}

.menu_button span:nth-of-type(1) {
top: 0;
}
.menu_button span:nth-of-type(2) {
top: 10px;
}
.menu_button span:nth-of-type(3) {
bottom: 0;
}

.menu_button:hover span:nth-of-type(1) {
top: -2px;
}
.menu_button:hover span:nth-of-type(3) {
bottom: -2px;
}

#menu_wrap {
position: fixed;
top: 5%;
right: 5%;
width: 0;
height: 0;
margin: 0 auto;
padding: 0;
font-size: 162.5%;
text-align: center;
background: #fff;
background: rgba(255,255,255,1.0);
opacity: 0;
pointer-events: none;
z-index: 300;
}

#menu_wrap.active {
width: 70%;
max-width: 1600px;
height: 70%;
padding: 10%;
opacity: 1;
pointer-events: auto;
}

.shade {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
background: rgba(255,255,255,0.9);
z-index: 200;
cursor: pointer;
}

.menu_wrap_mobile {
position: relative;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

#menu_wrap.active .btnClose {
position: absolute;
top: 5%;
right: 5%;
display: block;
z-index: 400;
}

.button-trigger-menu,
.button-trigger-menu span {
display: inline-block;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.button-trigger-menu {
position: relative;
width: 30px;
height: 22px;
}

.button-trigger-menu span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #000;
border-radius: 2px;
}

.button-trigger-menu span:nth-of-type(1) {
top: 0;
-moz-transform: translateY(10px) rotate(-45deg);
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

.button-trigger-menu span:nth-of-type(2) {
top: 10px;
opacity: 0;
}

.button-trigger-menu span:nth-of-type(3) {
bottom: 0;
-moz-transform: translateY(-10px) rotate(45deg);
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}

.button-trigger-menu.on_active {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.mobile_menu {
height: 100%;
width: 90%;
margin: 0 auto;
display: table;
}

#menu {
text-align: center;
vertical-align: middle;
display: table-cell;
}

#menu li {
padding: 0.5em 0;
display: block;
}

#menu li .navi_current:after {
bottom: -0.5em;
}

.nav_home {
position: static;
opacity: 1;
}

#menu .nav_facebook,
#menu .nav_instagram {
padding: 0.5em 0;
vertical-align: middle;
display: inline-block;
*display: inline; *zoom: 1;
}

#menu .nav_facebook span,
#menu .nav_instagram span {
padding: 0.75em;
border: 1px solid #000;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.comment {
width: 82.5%;
}

.comment:before {
left: -15%;
}

.comment:after {
right: -15%;
}

.info_text {
width: 100%;
}

.production_plant {
}

.section_member {
width: 50%;
}

#sticky_list {
width: 95%;
}

.sticky_list_inner {
letter-spacing: normal;
}

.sticky_thumb,
.sticky_data {
width: 100%;
display: block;
}

.sticky_list_read {
padding: 0 1em;
letter-spacing: 0.075em;
}

.sticky_list_read .post_data_list {
width: 100%;
padding-bottom: 1em;
}

.cat_articles {
width: 50%;
}

.pagination li.first,
.pagination li.last {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}

.pagination li.previous a {
border-left-width: 1px;
}

.footer-form {
width: 100%;
margin-bottom: 2em;
float: none;
}

.footer-form a {
width: 25%;
margin-bottom: 0.5em;
padding-bottom: 7.175%;
}

.footer_menu_1 {
width: 30%;
}

.footer_menu_2 {
width: 65%;
}

}

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

#wrapper {
font-size: 87.5%;
}

#header-form {
max-width: 120px;
}

#menu_wrap {
font-size: 125%;
}

.section_member {
width: 100%;
}

.separate_articles {
width: 100%;
margin: 0;
margin-bottom: 7.5em;
float: none;
}

.separate_articles .mark_list {
position: static;
top: auto;
right: auto;
margin-bottom: 1em;
}

.separate_articles h2 {
width: 100%;
}

.guest_image {
width: 80%;
margin: 0 auto;
margin-bottom: 2em;
padding: 0;
display: block;
}

.guest_info {
width: 100%;
display: block;
}

.add_information h4 img {
width: 50%;
}

.aside_articles {
width: 100%;
float: none;
}

.side_wrap {
height: auto !important;
}

.side_inner {
position: static !important;
width: 100%;
}

.cat_arch_wrap {
width: 100%;
letter-spacing: -.40em;
}
@-moz-document url-prefix() {
.cat_arch_wrap {
word-spacing: 0.1em;
}
}

.cat_arch_wrap h3,
.cat_arch_wrap .sidemenu_list {
letter-spacing: 0.075em;
}

.categories_index,
.archives_index {
width: 50%;
letter-spacing: normal;
vertical-align: top;
display: inline-block;
*display: inline; *zoom: 1;
}

.categories_index {
margin: 0;
}

.section_cat {
margin: 0;
}

.cat_list_inner {
border-bottom: 1px solid #f5f5f0;
}

#sticky_list {
width: 90%;
}

.cat_articles {
width: 100%;
display: block;
}

.pagination li {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}

.pagination li.current,
.pagination li.first,
.pagination li.last,
.pagination li.previous,
.pagination li.next {
position: static;
top: auto;
left: auto;
}

.pagination li.previous a {
border-left-width: 0;
}

.btn_top {
bottom: 1em;
}

}

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

#header-form {
max-width: 80px;
}

.menu_button {
width: 25px;
}

#news_field h2,
.news_feed {
width: 100%;
display: block;
}

.close_button {
right: 1.625em;
}

.news_feed dt {
width: 25%;
}

.news_feed dd {
margin-left: 25%;
}

.to_news_list {
top: 1.0625em;
right: 5em;
bottom: auto;
}

#news_field .to_news_list a {
padding: 0.25em 0.5em;
}

.comment {
width: 90%;
}

.profile_img {
width: 100%;
margin: 0;
margin-bottom: 3em;
float: none;
}

.profile_text {
width: 100%;
float: none;
}

.profile_note {
width: 90%;
margin: 0 auto;
}

.contact_info dt {
width: 25%;
}

.contact_info dd {
margin-left: 25%;
}

.information_inner {
width: 100%;
}

.pagination li.first,
.pagination li.last {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}

.pagination li.previous a {
border-left-width: 1px;
}

.footer-form {
padding-bottom: 1em;
border-bottom: 1px solid #000;
}

.footer_menu_1 {
width: 40%;
margin: 0;
padding: 0;
border: none;
}

.footer_menu_2 {
width: 60%;
}

.footer_menu_2 dt {
width: 17.5%;
}

.footer_menu_2 dd {
width: 82.5%;
}

}

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

.news_feed dt {
width: 100%;
float: none;
font-size: 100%;
}

.news_feed dd {
width: 100%;
margin: 0;
margin-bottom: 0.5em;
padding: 0;
}

.news_feed dd:last-child {
margin-bottom: 0;
}

}

@media screen and ( max-width: 240px ) { /* For watches? */

#news_field {
display: none;
}

.pagination li {
width: 50%;
}

.pagination li.current {
order: 2;
width: 100%;
border-left-width: 1px;
}

}

/*
--------------------------------------------------------------
Mediaqueries for mobile - Landscape
-------------------------------------------------------------- */
@media screen and (orientation:landscape) and (max-height: 375px) {

#header-form {
margin: 0 auto;
float: none;
}

.cat_articles .mark_list {
top: auto;
left: -1em;
}

}

@media screen and (orientation:landscape) and (max-height: 240px) {

}