@charset "utf-8";

/* CSS Document */


/*
Theme Name: Saori_Ikeuchi_website
Theme URI: localhost/tokyo12haus/
Description: Saori Ikeuchi Website
*/


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

	General Setting 

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

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}

html {
    overflow: scroll;
    font-size: 14px;
    scroll-behavior: smooth;
}

@media screen and (min-width:768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: メイリオ, Meiryo, Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #FFF001;
    position: relative;
    right: 0;
    overflow-x: hidden;
}

p {
    font-size: 1rem;
    margin: 0 0 2em 0;
    color: #000000;
    line-height: 1.7em;
    text-align: justify;
}

h1,
h2,
h3 {
    font-size: 1rem;
    margin: 0 0 0.5em 0;
    line-height: 1.7em;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.2rem;
}

.header_1 {
    font-size: 2rem;
}

.header_2 {
    font-size: 1.6rem;
}

.header_3 {
    font-size: 1.2rem;
}

.header_4 {
    font-size: 0.9rem;
}

a,
a:visited {
    color: #000;
}

a:hover {
    color: #f00;
}

.clearfix {
    overflow: hidden;
}

*html .clearfix {
    zoom: 1;
}

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

figure {
    margin: 0;
    padding: 0 0 1rem 0;
}

li {
    list-style: disc;
    margin: 0 0 0.7rem 1rem;
}

li:last-child {
    margin: 0 0 0 1rem;
}


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

	Common Settings

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

.section-header {
    height: 5rem;
    text-align: center;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'M PLUS 1p', sans-serif;
}

.container {
    padding: 3rem 1rem;
}

@media screen and (min-width:768px) {
    .container {
        padding: 5rem 3rem;
    }
}

@media screen and (min-width:980px) {
    .container {
        width: 980px;
        margin: 0 auto;
    }
}

.button {
    margin: 0;
}

.button a {
    display: block;
    width: 300px;
    height: 2rem;
    padding: 1.1rem 0 0.9rem 0;
    background-color: #ffffff;
    border: #000000 solid 1px;
    border-radius: 2rem;
    margin: 3rem auto 0 auto;
    text-align: center;
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .button a {
        margin: 5rem auto 0 auto;
    }
}

.button a:hover {
    background-color: red;
    color: #ffffff;
    border: #fff solid 1px;
}

.block_1 {
    width: 16.6%;
}

.block_2 {
    width: 33.3%;
}

.block_3 {
    width: 50%;
}

.block_4 {
    width: 66.6%;
}

.block_flex {
    display: flex;
    justify-content: space-between;
}

.tile {
    padding: 0px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-sub {
    font-size: 0.9rem;
    font-weight: normal;
}

.temp-img {
    background-size: contain;
    background-image: url(images/tmp_img.jpg);
    background-repeat: no-repeat;
    height: 0;
    padding-top: 75%;
}

.balloon {
    position: relative;
    display: block;
    background-color: #50A153;
    color: #ffffff;
    padding: 24px 0 0 0;
    margin: 0 0 0px 0;
    text-align: center;
}

.balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #50A153 transparent transparent transparent;
    border-width: 32px 20px 0 20px;
}

.bg_white {
    background-color: #fff;
}

.center {
    margin: 0 auto;
}

.right {
    text-align: right;
}

.mt {
    margin-top: 2rem;
}

.mb {
    margin-bottom: 2rem;
}

.mt4 {
    margin-top: 4rem;
}

.mb4 {
    margin-bottom: 4rem;
}

#top-img {
    margin: 0 0 4rem 0;
}

.angle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    font-size: 1.4rem;
    color: #5B5B5B;
}


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

	header

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

#head {
    background-color: #ffffff;
    height: 68px;
    width: 100%;
    top: 0;
    z-index: 10000;
}

#header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:1280px) {
    #header-inner {
        width: 1280px;
        margin: 0 auto;
    }
}

#main-visual {
    height: 0px;
    padding-top: 158.13%;
    background-size: 100% auto;
    background-image: url(images/main-visual_s.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media screen and (min-width:768px) {
    #main-visual {
        padding-top: 119.27%;
        background-image: url(images/main-visual_m.jpg);
    }
}

@media screen and (min-width:980px) {
    #main-visual {
        padding-top: 41.67%;
        background-image: url(images/main-visual.jpg);
    }
}

#link-area {
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin: 0 auto;
    bottom: 6%;
    right: 0;
    left: 0;
    width: 96%;
}

@media screen and (min-width:768px) {
    #link-area {
        width: 94%;
    }
}

@media screen and (min-width:980px) {
    #link-area {
        width: 50%;
        bottom: 6%;
    }
}

#link-area a {
    display: block;
    text-indent: -9999px;
}

#link-area li {
    list-style: none;
}

#link-area a:hover {
    transition: all 0.3s ease 0s;
    transform: scale(1.01, 1.01);
}

.link-panel {
    background-color: #fff;
    height: 0;
    padding-top: 12%;
    width: 32%;
    display: block;
    border-radius: 0.3rem;
}

#link-ikeba,
#link-map,
#link-with_you {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

#link-ikeba {
    background-image: url(images/ikeba.jpg);
}

#link-map {
    background-image: url(images/map.jpg);
}

#link-with_you {
    background-image: url(images/jcp_with_you.jpg);
}

.tweet-share {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
}

@media (min-width:768px) {
    .tweet-share {
        width: 640px;
    }
}

.twitter {
    width: auto;
    margin: 0 1rem 0 0;
}

.podcast {
    height: 60px;
    width: 60px;
    padding-left: 18px;
}

#share-bottom {
    margin: 0 auto;
    max-width: 960px;
}

.button-support {
    margin: 0 0 0rem 0;
    padding: 0 0 2rem 0;
}

.button-support a {
    display: block;
    width: 300px;
    height: 2rem;
    padding: 1.1rem 0 0.9rem 0;
    background-color: #ffffff;
    border: #000000 solid 1px;
    border-radius: 2rem;
    margin: 0rem auto 0rem auto;
    text-align: center;
    text-decoration: none;
}

.button-support a:hover {
    background-color: red;
    color: #ffffff;
    border: #fff solid 1px;
}

#cooperation-banner {
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 5%;
    bottom: 18%;
}

@media (min-width:768px) {
    #cooperation-banner {
        width: 10rem;
        height: 10rem;
        left: 10%;
    }
}

@media (min-width:980px) {
    #cooperation-banner {
        width: 9rem;
        height: 9rem;
        left: 50%;
        bottom: 30%;
    }
}

#cooperation-inner {
    text-align: right;
    background-image: url(images/cooperation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 100%;
}

a:hover #cooperation-inner {
    transition: all 0.3s ease 0s;
    transform: scale(1.03, 1.03);
}


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

	Navigaioin 

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

#logo {
    width: 120px;
    height: 68px;
    background-image: url(images/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 1rem;
}

@media screen and (min-width:1280px) {
    #logo {
        margin: 0;
    }
}

#main-nav {
    display: none;
}

@media screen and (min-width:1280px) {
    #main-nav {
        display: block;
        padding: 20px 0 0 0;
    }
}

#main-nav ul {
    width: auto;
    display: flex;
    justify-content: space-between;
}

#main-nav li {
    margin: 0 0 0 3rem;
    list-style: none;
}

#main-nav a {
    text-decoration: none;
}

#main-nav a:hover {
    border-bottom: dotted 2px red;
    transition: all 0.3s ease 0s;
    padding: 0 0 0.2rem 0;
    color: black;
    font-weight: bold;
}

#main-visual {
    position: relative;
}


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

	Slide Menu 

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

#slide-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #5B5B5B;
}

#navbutton {
    cursor: pointer;
    height: 38px;
    margin: 14px 1rem 0 0;
    position: fixed;
    top: 0.1rem;
    right: 0.1rem;
    z-index: 9999;
    background-color: transparent;
    border: none;
}

#navbutton::after {
    content: "menu";
    font-size: 1rem;
    border: solid 1px #aaa;
    border-radius: 0.3rem;
    padding: 0.5rem 0.8rem;
}

body.open #navbutton::after {
    content: "×";
    border: none;
    color: #ffffff;
    font-size: 2rem;
}

#navbutton:focus {
    outline: none;
}

@media screen and (min-width:1280px) {
    #navbutton {
        display: none;
    }
}

#navbutton p {
    font-size: 32px;
    color: #333;
    line-height: 100%;
    padding: 1px 0 0 0;
}

#slide-menu ul {
    margin: 0;
    padding: 0;
}

#slide-menu li {
    list-style: none;
}

#slide-menu li:first-child {
    padding: 2rem 0 0 0;
}

#slide-menu li:last-child {
    padding: 0 0 4rem 0;
}

#slide-menu li a {
    display: block;
    padding: 12px 16px;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #666666;
}

#slide-menu li a:hover {
    opacity: 0.8;
}


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

	Profile

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

.profile_flex {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:980px) {
    .profile_flex {
        flex-direction: row-reverse;
    }
}

.profile_upper {
    text-align: center;
    margin: 0 0 2rem 0;
}

.profile_lower {
    width: auto;
}

@media screen and (min-width:980px) {
    .profile_upper {
        width: 50%;
        margin: 0 0rem 0 2rem;
    }
    .profile_lower {
        width: 50%;
    }
}

#profile-flex {
    display: block;
}

#profile-history {
    width: auto;
}

#profile-left {
    width: auto;
    margin: 0 0 2rem 0;
}

@media (min-width:768px) {
    #profile-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #profile-history {
        width: 60%;
        padding: 0rem;
    }
    #profile-left {
        width: 30%;
    }
}

.profile_block {
    display: block;
}

.profile_block_reverse {
    display: block;
}

@media (min-width:768px) {
    .profile_block {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 1rem;
    }
    .profile_block_reverse {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 1rem;
    }
    #profile-history img {
        width: 100%;
    }
}

.prof_img_r {
    width: 60%;
    padding-left: 1rem;
}

.prof_img_l {
    width: 60%;
    padding-right: 1rem;
}

#profile_colomn {
    background-color: lemonchiffon;
    padding: 1rem;
    border: 1px solid #FFF001;
    border-radius: 4px;
    margin: 0 0 2rem 0;
}


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

	Post

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

.post-date {
    font-size: 14px;
    margin: 0 0 1em 0;
}

.post-title {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-family: 'M PLUS 1p', sans-serif;
}

.post-title a {
    text-decoration: none;
}

.readmore {
    text-align: center;
    margin: 1rem 0 0 0;
    width: 50%;
}

@media screen and (min-width:980px) {
    .readmore {
        width: 30%;
    }
}

.readmore a {
    padding: 0.4rem 0rem;
    border: 1px solid #50A153;
    border-radius: 0.3rem;
    display: block;
    color: #50A153;
    background-color: #fff;
    text-decoration-line: none;
}

.post-img {
    margin: 0 0 2rem 0;
}

.thumbnail {
    margin: 0 0 40px 0;
    display: block;
}

@media screen and (min-width:768px) {
    .thumbnail {
        margin: 0;
    }
}

#pagenav {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.post-inner {
    padding: 1rem;
    background-color: #fff;
    margin: 0 0 2rem 0;
}

.post-inner:last-child {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .post-inner {
        padding: 3rem;
    }
}

.flex_postlink {
    display: flex;
    justify-content: space-between;
    margin: 120px 0 0 0;
}

.post-flex {
    display: block;
}

@media screen and (min-width:768px) {
    .post-flex {
        display: flex;
    }
}

.post-thumbnail {
    width: auto;
}

.post-thumbnail a {
    box-shadow: 0px 0px 2px #aaa;
}

.post-content {
    width: auto;
}

@media screen and (min-width:768px) {
    .post-thumbnail {
        width: 45%;
    }
}

@media screen and (min-width:768px) {
    .post-content {
        width: 50%;
        padding: 0 0 0 3rem;
    }
}


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

	Pagenavi

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

#pagenav {
    width: 100%;
    margin: 0 0 2rem 0;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a,
.current {
    font-size: 1.2rem;
    padding: 0.5rem 1rem !important;
    margin: 0 0.5rem 0 0 !important;
}

.wp-pagenavi a {
    background-color: #fff;
    border: 1px solid #000000 !important;
}

.current {
    background-color: #50A153;
    border: 1px solid #50A153 !important;
    color: #ffffff;
}


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

	Policy

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

.grid-policy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .grid-policy {
        grid-template-columns: 1fr 1fr;
    }
}

.grid-policy a {
    text-decoration: none;
    color: black;
}

.grid-policy a:hover {
    transition: all 0.3s ease 0s;
    transform: scale(1.01, 1.01);
}

.policy-bar {
    height: 16px;
    width: 100%;
}

.pattern {
    width: 40px;
    height: 16px;
    background-color: #ffffff;
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
}

.pattern_red {
    background-image: linear-gradient(45deg, red 25%, red 25%, transparent 25%, transparent 75%, red 75%, red 75%), linear-gradient(45deg, red 25%, red 25%, transparent 25%, transparent 75%, red 75%, red 75%);
}

.pattern_orange {
    background-image: linear-gradient(45deg, orange 25%, orange 25%, transparent 25%, transparent 75%, orange 75%, orange 75%), linear-gradient(45deg, orange 25%, orange 25%, transparent 25%, transparent 75%, orange 75%, orange 75%);
}

.pattern_green {
    background-image: linear-gradient(45deg, green 25%, green 25%, transparent 25%, transparent 75%, green 75%, green 75%), linear-gradient(45deg, green 25%, green 25%, transparent 25%, transparent 75%, green 75%, green 75%);
}

.pattern_skyblue {
    background-image: linear-gradient(45deg, skyblue 25%, skyblue 25%, transparent 25%, transparent 75%, skyblue 75%, skyblue 75%), linear-gradient(45deg, skyblue 25%, skyblue 25%, transparent 25%, transparent 75%, skyblue 75%, skyblue 75%);
}

.pattern_blue {
    background-image: linear-gradient(45deg, blue 25%, blue 25%, transparent 25%, transparent 75%, blue 75%, blue 75%), linear-gradient(45deg, blue 25%, blue 25%, transparent 25%, transparent 75%, blue 75%, blue 75%);
}

.pattern_purple {
    background-image: linear-gradient(45deg, purple 25%, purple 25%, transparent 25%, transparent 75%, purple 75%, purple 75%), linear-gradient(45deg, purple 25%, purple 25%, transparent 25%, transparent 75%, purple 75%, purple 75%);
}

.red {
    background-color: red;
}

.orange {
    background-color: orange;
}

.green {
    background-color: green;
}

.skyblue {
    background-color: skyblue;
}

.blue {
    background-color: blue;
}

.purple {
    background-color: purple;
}

.policy-title {
    width: auto;
    padding: 2rem;
    height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.policy-title h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
    font-family: 'M PLUS 1p', sans-serif;
}

.large {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.7;
}

.policy-header {
    font-size: 24px;
    font-weight: 500;
    color: #50A153;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #50A153;
    padding: 0 0 0em 0;
    font-family: 'M PLUS 1p', sans-serif;
}

@media (min-width:768px) {
    .policy-header {
        font-size: 36px;
    }
}

.policy-header-sub {
    margin: 0 0 20px 0;
}

.policy-flex,
.policy-flex_r {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:980px) {
    .policy-flex {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 4rem 0;
    }
    .policy-flex_r {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin: 0 0 4rem 0;
    }
}

.policy-upper {
    margin: 0 0 3rem 0;
}

@media screen and (min-width:768px) {
    .policy-upper {
        width: 70%;
        margin: 0 auto 5rem auto;
    }
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}

@media screen and (min-width:980px) {
    .policy-upper {
        width: 47%;
        margin: 0;
    }
    .policy-lower {
        width: 47%;
    }
}

#with_you-banner {
    background-color: #EFEFEF;
    text-align: center;
}

#with_you-banner img {
    margin: 1rem auto;
    width: 90%;
}

@media screen and (min-width:768px) {
    #with_you-banner img {
        width: 60%;
    }
}

@media screen and (min-width:980px) {
    #with_you-banner img {
        width: 30%;
    }
}

@media (min-width:980px) {
    #policy-02,
    #policy-03,
    #policy-04,
    #policy-05,
    #policy-06 {
        border-top: 1px solid #aaaF;
    }
}

.policy-banner-block {
    display: flex;
    height: 4rem;
    justify-content: space-between;
    margin: 0 0 4rem 0;
}

.policy-banner {
    height: 2rem;
    width: 49%;
    text-align: center;
}

.policy-banner a {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0.4rem;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0.8rem 0;
}


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

	Achievements

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

.grid-achievements {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .grid-achievements {
        grid-template-columns: 1fr 1fr;
    }
}

.achievements-title {
    width: auto;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .achievements-title {
        height: 14rem;
    }
}

.achievements-title h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 1rem 1rem;
    font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (min-width:980px) {
    .achievements-title h3 {
        font-size: 1.8rem;
    }
}

.grid-achievements a {
    text-decoration: none;
    color: black;
}

.grid-achievements a:hover {
    transition: all 0.3s ease 0s;
    transform: scale(1.01, 1.01);
    transition: 0.5s;
}

.achievements-title {
    position: relative;
}

.achievements-title hgroup {
    display: flex;
}

.count {
    font-size: 4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: red;
    line-height: 1;
    margin: 0;
}

@media screen and (min-width:980px) {
    .count {
        font-size: 5rem;
    }
}

.pickup {
    font-size: 3rem;
    font-weight: bold;
    color: red;
    line-height: 1;
    margin: 0 0 2rem 0;
}

@media screen and (min-width:980px) {
    .pickup {
        font-size: 4rem;
    }
}

.achievements-header {
    width: auto;
    height: 7rem;
    margin: 0 auto;
    padding: 3rem 0 0 10vw;
    font-size: 2rem;
}

@media screen and (min-width:980px) {
    .achievements-header {
        width: 980px;
        height: 8rem;
        margin: 0 auto;
        padding: 3rem 0 0 0;
    }
}

.achievements-header h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 1rem 1rem;
    font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (min-width:980px) {
    .achievements-header h3 {
        font-size: 1.8rem;
    }
}

.achievements-pickup {
    font-size: 3rem;
    font-weight: bold;
    color: red;
    margin: 0;
}

.achievements-header hgroup {
    display: flex;
}

.achieve-content {
    margin: 0 0 6rem 0;
}

.achieve-content:last-of-type {
    margin: 0;
}

.achieve-content h3 {
    font-weight: 500;
    border-bottom: 1px solid #000;
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
    font-family: 'M PLUS 1p', sans-serif;
}

.achieve-flex {
    display: block;
}

@media screen and (min-width:768px) {
    .achieve-flex {
        display: flex;
    }
}

.achieve-text {
    padding: 0 0 2rem 0;
}

@media screen and (min-width:768px) {
    .achieve-text {
        width: 50%;
        padding: 0 3rem 0 0;
    }
    .achieve-movie {
        width: 50%;
    }
}

.achieve-content h3 {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'M PLUS 1p', sans-serif;
}

.movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

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


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

	proceedings

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

.proceedings-index {
    width: 100%;
}

.proceedings-contents {
    width: 100%;
}

@media screen and (min-width:980px) {
    .proceedings-index {
        width: 25%;
    }
    .proceedings-contents {
        width: 70%;
    }
}

.proceedings-flex {
    display: block;
}

@media screen and (min-width:980px) {
    .proceedings-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.proceedings-flex {
    display: block;
}

@media screen and (min-width:768px) {
    .proceedings-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.proceedings-title {
    width: auto;
    margin: 0 0 2rem 0;
}

.proceedings-thumbnail {
    width: auto;
    text-align: center;
}

@media screen and (min-width:768px) {
    .proceedings-title {
        width: 65%;
        margin: 0;
    }
    .proceedings-thumbnail {
        width: 25%;
    }
}

@media screen and (min-width:980px) {
    .proceedings-title {
        width: 70%;
        margin: 0;
    }
    .proceedings-thumbnail {
        width: 20%;
    }
}


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

	tokyo12haus

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

.office-header-img {
    margin: 4rem 0 0 0;
}

@media screen and (min-width:768px) {
    .office-header-img {
        margin: 5rem 0 0 0;
    }
}

.office-flex {
    display: block;
}

@media screen and (min-width:768px) {
    .office-flex {
        display: flex;
    }
}

.office-img {
    width: auto;
    margin: 0 0 2rem 0;
}

.office-content {
    width: auto;
}

@media (min-width:768px) {
    .office-content {
        padding: 0 0rem 0 4rem;
    }
}

#grid-office {
    display: block;
}

@media (min-width:768px) {
    #grid-office {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr auto auto;
        gap: 2rem;
    }
    #office-item-01 {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    #office-item-02 {
        grid-column: 2/4;
        grid-row: 1/2;
    }
    #office-item-03 {
        grid-column: 3/4;
        grid-row: 2/4;
    }
    #office-item-04 {
        grid-column: 1/3;
        grid-row: 2/4;
    }
}

@media (min-width:980px) {
    #grid-office {
        gap: 3rem;
    }
}

#grid-office img {
    margin: 0 0 2rem 0;
}

@media (min-width:768px) {
    #grid-office img {
        margin: 0 0 0rem 0;
    }
}

.container_sns {
    margin: 0 1rem 5rem 1rem;
}

@media (min-width:768px) {
    .container_sns {
        margin: 0 2rem 5rem 2rem;
    }
}

@media (min-width:980px) {
    .container_sns {
        width: 980px;
        margin: 0 auto 5rem auto;
    }
}

.block_sns {
    display: block;
}

@media (min-width:768px) {
    .block_sns {
        display: flex;
        justify-content: space-between;
    }
}

.block_t,
.block_f {
    width: 100%;
}

@media (min-width:768px) {
    .block_t,
    .block_f {
        width: 47%;
    }
}

.t_and_f {
    font-weight: bold;
    margin: 1rem 0;
}


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

	news

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

.wp-block-file {
    text-align: right;
}

.news figure {
    border: 1px solid #aaa;
    padding: 0.2rem;
}

@media screen and (min-width:768px) {
    .news figure {
        padding: 0.5rem;
    }
}

@media screen and (min-width:768px) {
    .news figure {
        padding: 1rem;
    }
}

.wp-block-file__button {
    border: #50A153 1px solid !important;
    border-radius: 0.3rem !important;
    background-color: #50A153 !important;
    color: #fff !important;
    padding: 0.6rem 1.6rem !important;
    font-size: 0.8rem !important;
}


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

    support

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

#support ul {
    padding: 2rem;
    border: 1px dotted #666666;
    margin: 0 0 2rem 0;
}

#support .button {
    margin: 0 0 4rem 0;
}

#support section {
    margin: 0 0 4rem 0;
}

.wpcf7-number {
    width: 32px;
}

.wpcf7-text {
    width: 100%;
}

@media (min-width:768px) {
    .wpcf7-text {
        width: 60%;
    }
}

#support-share {
    position: relative;
    width: 100%;
    margin: 0 0 8rem 0;
}

.support-header {
    margin: 0 0 8rem 0;
}

.support-header p {
    text-align: center;
}

#support-buttons {
    display: block;
    margin: 0 0 4rem 0;
}

.support-button {
    width: auto;
    margin: 0 0 0.5rem 0;
}

@media (min-width:768px) {
    #support-buttons {
        display: flex;
        justify-content: space-between;
    }
    .support-button {
        width: 32%;
    }
}

.support-button a {
    border: 1px solid darkkhaki;
    border-radius: 8px;
    background-color: lemonchiffon;
    padding: 2rem 0;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 1rem;
}

.support-button a:hover {
    background-color: lightyellow;
}

.tweet-share-02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    width: 300px;
    justify-content: space-evenly;
    text-align: center;
}


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

    cooperation

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

.voice-wrapper {
    margin: 4rem 0 0rem 0;
    padding: 4rem 0 0 0;
    border-top: 1px solid #cccccc;
}

.voice-wrapper h3 {
    font-size: 1.4rem;
}

.voice-frame {
    display: block;
}

@media (min-width:768px) {
    .voice-frame {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0rem;
    }
}

.comments {
    width: auto;
}

@media (min-width:768px) {
    .comments {
        width: 65%;
    }
}

@media (min-width:980px) {
    .comments {
        width: 75%;
    }
}

.comments p {
    margin: 0 0 0.5rem 0;
}

.name {
    font-size: 1.6rem;
    font-weight: bold;
}

.profile-photo {
    width: 180px;
    height: 180px;
    background-color: #cccccc;
    margin: 0 0 2rem 0;
}

@media (min-width:768px) {
    .profile-photo {
        margin: 0;
    }
}


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

		Movies 

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

div.movies {
    margin: 0px 20px;
}

div.clip-inner p {
    color: #000000;
    text-align: center;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    div.movies {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media screen and (min-width:980px) {
    div.movies {
        justify-content: space-between;
    }
}

iframe.clip {
    width: 100%;
    height: 240px;
}

@media screen and (min-width:768px) {
    iframe.clip {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:980px) {
    iframe.clip {
        width: 300px;
        height: 200px;
    }
}


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

    map

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

#map img {
    margin: 40px auto;
}

#map h3 {
    border-bottom: 1px black dotted;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0.5rem 0;
}

#tokyo12map {
    text-align: center;
}


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

	footer

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

#foot {
    color: #ffffff;
}

#footer-upper {
    background-color: #50A153;
    padding: 4rem 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

@media screen and (min-width:980px) {
    .footer-grid {
        width: 980px;
        margin: 0 auto;
    }
}

#footer-nav li {
    list-style: none;
    margin-left: 0;
}

#footer-nav a {
    color: #fff;
    text-decoration-line: none;
}

#footer-link img {
    width: 60%;
    margin: 0 0 2rem 0;
}

#footer-office a {
    color: #fff;
    text-decoration: none;
}

#footer-lower {
    height: 6rem;
    background-color: #50A153;
}

#footer-upper p {
    color: #ffffff;
}

#footer-lower p {
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

#footer-logo {
    width: 200px;
    height: 80px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.footer-inner {
    width: 360px;
    height: 80px;
    margin: 0 auto;
}