/*
Theme Name: kodomo-no-shokutaku
Author: hashi
Author URI: https://kodomo.hayama-shokutaku.net/
Description: こどもの食卓 のテーマ
*/

/*///////////////
// base
///////////////*/

body{
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #666;
    font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:'palt';
    font-feature-settings:'palt';
	font-kerning: auto;
	font-variant-ligatures: none;
	letter-spacing: 1.55px;
	line-height: 2.0;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

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

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

.delighter.fade { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.fade.started { transform:none; opacity:1; }

html    { font-size: 62.5%;  font-weight: normal; } /* 1rem=10px */
body    { font-size: 1.6rem; font-weight: normal; } /* =16px */
h1      { font-size: 3.2rem; font-weight: normal; text-align: center; color:#333; letter-spacing: 4.0px; line-height: 1.5; } 
h2      { font-size: 3.2rem; font-weight: normal; text-align: center; color:#333; letter-spacing: 4.0px; line-height: 1.5; } 
h3      { font-size: 2.4rem; font-weight: normal; text-align: center; color:#333; letter-spacing: 2.0px; line-height: 1.5; } 
h4      { font-size: 2.2rem; font-weight: normal; text-align: center; color:#333; } 
h5      { font-size: 2.0rem; font-weight: normal; text-align: center; color:#333; } 
h6      { font-size: 1.8rem; font-weight: normal; text-align: center; color:#333; } 
small   { font-size: 1.2rem; font-weight: normal; } 

p.notes  { font-size: 1.6rem; font-weight: normal; padding-bottom: 1.0rem; text-indent: -2.4rem; margin-left: 2.4rem; } 
p.notes_small  { font-size: 1.2rem; font-weight: normal; padding-bottom: 1.0rem; text-indent: -1.8rem; margin-left: 1.8rem; } 
p.notes::before,p.notes_small::before { content: "※ "; }
.cap    { font-size: 1.2rem; font-weight: normal; padding-bottom: 0; text-align: center; } 
.last_p { margin-bottom: 4.0rem; }

.not_text,.not_text img { margin: 0; padding: 0; font-size: 0.1rem; }
.no_display     { display: none; }
.mobile_visible { display: none; }
.mobile_brake	{ display: none; }
.iphone_se_brake{ display: none; }
.no_entry{ text-align: center; }

figure { text-align: center; }
img    { max-width: 100%; height: auto; }

.mt40 { margin-top: 40px; }
.mt100 { margin-top: 100px; }
.mb40 { margin-bottom: 40px; }

h1.garland,
h2.garland{
/*
    background-image: url("../img/share/fig_garand.svg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 90px;
*/
    margin-bottom: 45px;
}

h2 .hedding_cap { font-size: 2.6rem; }
h3 { margin-bottom: 20px; }

ol.problem_list, ul.problem_list { margin: 20px 0 20px 60px; } /*RWD*/

a,a img,input[type="submit"],.button_tel a{
    transition: 0.35s;    
}

a img:hover,input[type="submit"]:hover,.button_tel a:hover{
	opacity: 0.7;
}

a.link_other_site::after{
	content: " \f360";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

a.link_pdf::after{
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.lazyload,.lazyloading{
    opacity: 0;
}

.lazyloaded{
    opacity: 1;
    transition: opacity 0.6s;
}

.wrap{
	width: 100%;
	margin: 0 auto;
}

/*////////////////////
// fullSlideShow
////////////////////*/

.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
}

.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}

.fullSlideShow ul li img {
    width: 100%;
}
  
/* SideNavi
------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}

.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url("../img/btnPrev.png") no-repeat center center;
}

.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url("../img/btnNext.png") no-repeat center center;
}

/* PagiNation
------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute; /* absolute or fixed */
    z-index: 90; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
 
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}

.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* ClearFixElements
------------------- */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}

.filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(85,85,85,0.35),rgba(85,85,85,0.6));
	background-repeat: repeat;
	background-attachment: fixed;
    z-index: 120;
}

/*////////////////////
// header
////////////////////*/

header {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    z-index: 130;
    width: 100%;
    text-align: center;
}

header.home { height: 100vh; }

.header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background-color: rgba(255,255,255,0.00);
    transition: 0.5s;
    z-index: 901;
}

.header_nav.hide {
    top: -117px;
}

.header_nav.change_color {
    background-color: rgba(255,255,255,1.00);
}

.header_nav .header_logo {
    position: absolute;
    top: 24px;
    right:0px;
    left:0px;
    margin:auto;
    width: 235px;
    height: auto;
    opacity: 0.0;
    transition: 0.5s;
}

.header_nav .header_logo img {
    width: 235px;
    height: auto;
}

.header_nav .header_logo.change_opacity {
    opacity: 1.0;
}

.logomark img {
    width: 50vw;
    height: auto;
    margin: 30vh 0 34px;
}

/*///////////////
// nav
///////////////*/

nav.globalMenuSp {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.5s;
    width: 100%;
    z-index: 200;
}
 
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
/*    font-size: 1.6rem;*/
    font-size: 2.4rem;
    letter-spacing: 3.0px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #333;
}

nav.globalMenuSp ul li:first-child {
    border-bottom: none;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
/*  padding-bottom: 0;
    border-bottom: none;*/
}
 
nav.globalMenuSp ul li a {
    display: block;
	background-color: rgba(24,24,24,0.94);
    color: #fff;
    padding: 34px 0;
	transition: background 0.1s ease;
}

nav.globalMenuSp ul li a:hover {
	background-color: rgba(50,50,50,0.94);
    color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

nav.globalMenuSp ul li.logomark_small a {
    padding: 21px 0;    
}

nav.globalMenuSp ul li.logomark_small img {
    width: 250px;
}

nav.globalMenuSp .menuClose{
	cursor: pointer;
}

nav.globalMenuSp .btn_menuClose{
	width: 2.3rem;
	height: 2.3rem;
	border: none;
	background-color: rgba(0,0,0,0.0);
	background-image: url("../img/share/close.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.navToggle {
    display: block;
    position: absolute; /* bodyに対しての絶対位置指定 */
    left: 30px;
    top: 30px;
    width: 60px;
    height: 56px;
    cursor: pointer;
    z-index: 201;
	background-color: rgba(170,170,170,0.3);
    text-align: center;
	border-radius: 6px;
}
 
.navToggle span {
    display: block;
    position: absolute; /* .navToggleに対しての相対位置指定 */
    width: 40px;
    border-bottom: solid 2px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 10px;
}
 
.navToggle span:nth-child(1) {
    top: 15px;
}
 
.navToggle span:nth-child(2) {
    top: 28px;
}
 
.navToggle span:nth-child(3) {
    top: 41px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 27px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sns {
    position: absolute;
    right: 30px;
    top: 33px;
    z-index: 201;
}

.sns li {
    list-style: none;
    display: inline;
}

.sns li a {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
    box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
}

.sns img.icn_fb {
    vertical-align: top;
    margin-top: 14px;
}

.sns img.icn_is {
    width: 24px;
    height: auto;
    vertical-align: top;
    margin-top: 13px;
}

.sns img.icn_tw {
    vertical-align: top;
    margin-top: 14px;
}

/*////////////////////
// photo_box
////////////////////*/

.photo_box {
	display: flex;
	flex-wrap: wrap;
}

.photo_box.col2 .item {
	width: calc(50% - 20px);
	margin: 0 10px;
}

.photo_box.col2 .item img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    /*border-radius: 8px;*/
}

.photo_box.col2 .item figure {
    margin-bottom: 20px;
}

.photo_box.col3 .item {
	width: calc(33.33% - 20px);
	margin: 0 10px 50px;
}

.photo_box.col3 .item img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    border-radius: 6px;
}

.photo_box.col3 .item figure {
    margin-bottom: 15px;
}

.photo_box.col6 .item {
	width: 16.666%;
	margin: 0 0;
}

.photo_box.col6 .item img {
    width: 163.33px;
    height: 163.33px;
    object-fit: cover;
}

.photo_box.col6 .item figure {
    margin-bottom: 0;
}

/*////////////////////
// list_box
////////////////////*/

.list_box {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.list_box.col3 {
    margin-left: 20px;
}

.list_box.col3 .item {
	width: calc(33.3% - 20px);
	margin: 0 10px 25px;
    text-indent: -16px;
}

.list_box.col4 {
    margin-left: 14px;
}

.list_box.col4 .item {
	width: calc(25% - 20px);
	margin: 0 10px 14px;
    text-indent: -14px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.list_box .item {
    line-height: 1.5;
}

.list_box .item::before {
	content: "・ ";
    font-weight: bold;
}

/*////////////////////
// table
////////////////////*/

table {
    width: 100%;
    line-height: 1.75;
}

table tr {
    border-top: 1px dashed #aaa;    
}

table tr:last-child {
    border-bottom: 1px dashed #aaa;
}

table th {
    font-weight: normal;
    padding: 20px 20px 20px 0;
    vertical-align: middle;
}

table td {
    padding: 20px 0;
}

table .vertical_line {
    writing-mode: vertical-rl;
    white-space: nowrap;
}

table .white-space_normal {
    white-space: normal !important;
}

table.information_ownership_support_function {
    font-size: 1.4rem;
}


table.information_ownership_support_function th,
table.information_ownership_support_function td {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #aaa;    
}

table .th_row th { width: 25%; }
table .th_regional_issues { width: 5%; }
table .th_regional_issues_item { width: 20%; }

.scroll_guide {
    display: none;
}

/*////////////////////
// main
////////////////////*/

main {
    background-color: #fff;
    position: relative;
    z-index: 121;
}

main .article_inner {
    width: 100%;
    margin: 0 auto;
}

main .article_inner_980 {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

main .article_inner_640 {
    width: 640px;
    margin: 0 auto;
    padding: 0 10px;
}

main .article_inner_500 {
    width: 500px;
    margin: 0 auto;
}

main .align_center {
    text-align: center !important;
}

main .last_box {
    margin-bottom: 100px !important;
}

/*////////////////////
// about
////////////////////*/

.about {
/*
    background-image: url("../img/top/fig_garand_large.svg");
    background-repeat: no-repeat;
    background-position: center 30px;
*/    
}

main .about .article_inner_640.first {
    /*padding-top: 175px;*/
    padding-top: 80px;
}

.about h2{
    margin-bottom: 34px;
}

.about .photo_box.col2 .item {
    position: relative;
}

.about h3.ph_headding {
    position: absolute;
    top: -44px;
    right:0px;
    left:0px;
    margin:auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
	letter-spacing: 1.35px;
}

.about h3.ph_headding span {
    display: block;
    font-size: 2.0rem;
    border-bottom: 1px solid #fff;
    padding: 10px 0 5px;
    margin: 0 auto 15px;
    width: 70%;
}

.about .photo_box {
    padding-top: 44px;
}

.about .theme01 {
    background-image: url("../img/top/bg_theme01.png");
    background-repeat: no-repeat;
    background-position: center;
}

.about .theme02 {
    background-image: url("../img/top/bg_theme02.png");
    background-repeat: no-repeat;
    background-position: center;
}

.about h3.shokutaku_project {
    margin-bottom: 60px;
}

.about h3.shokutaku_project span {
    display: inline-block;
    text-align: center;
    border-bottom: 3px solid #444;
}

.about .logo_hayama_shokutaku {
    width: 135px;
    height: auto;
    margin-bottom: 50px;
}

.about .contact_information {
    text-align: center;
}

/*////////////////////
// schedule
////////////////////*/

.schedule td span {
    display: inline-block;
}

.schedule .event_title {
    font-weight: bold;
}

.schedule .event_datetime::after {
    content: "　";
}

.schedule .target::after {
    content: "　";
}

.schedule .under_reservation {
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #fff;
    background-color: #ED8298;
    width: 94px;
    text-align: center;
    border-radius: 16px;
    vertical-align: baseline;
}

.schedule .in_preparation {
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #fff;
    background-color: #BBB;
    width: 94px;
    text-align: center;
    border-radius: 16px;
    vertical-align: baseline;
}

.schedule table {
    margin-bottom: 20px;
}

.schedule p.notes {
    line-height: 1.5;
}

.schedule p.notes:last-of-type {
    margin-bottom: 50px;
}

.schedule .btn_entry a {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #91CCE2;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.54;
    background-image: url("../img/share/bg_pencil.svg");
    background-repeat: no-repeat;
    background-position: 50% 70%;
    padding-top: 50px;
    margin: 0 auto;
}

.schedule .btn_entry a:hover {
    background-color: #ADE5FA;
}

/*////////////////////
// instagram
////////////////////*/

.instagram .article_inner {
    background-image: url("../img/share/bg_foods_dark.gif");
    background-position: 0 10px;
}
.instagram .article_inner_980 {
    position: relative;
    padding: 0 !important;
}

.instagram h2.logomark_instagram {
    width: 164px;
    height: 164px;
    position: absolute;
    z-index: 124;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin:auto auto;
    background-color: #fff;
    box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
}

.instagram h2.logomark_instagram img {
    width: 164px;
    height: 164px;
}

/*////////////////////
// supporters_voice
////////////////////*/

.supporters_voice p:first-of-type {
    margin-bottom: 50px;
}

.supporters_voice h3.bloglist_title {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.supporters_voice p.bloglist_belongs {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.supporters_voice p.bloglist_name {
    font-size: 1.8rem;    
}

.supporters_voice .btn_more a {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #91CCE2;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    background-image: url("../img/share/bg_moer.svg");
    background-repeat: no-repeat;
    background-position: 50% 70%;
    padding-top: 40px;
    margin: 0 auto;
}

.supporters_voice .btn_more a:hover {
    background-color: #ADE5FA;
}

/*////////////////////
// support_request
////////////////////*/

.support_request p {
    margin-bottom: 45px;
}

.support_request p:last-of-type {
    margin-bottom: 25px;
}

.support_request .bank_accounts {
    border: 1px solid #333;
/*    padding: 20px 0 20px 110px;*/
    padding: 20px 0;
    color: #333;
}

.support_request .bank_accounts span {
    display: block;
    width: 20em;
    margin: 0 auto;
}

.support_request .plan_list {
    border: 1px solid #aaa;
    padding: 30px;
    margin-bottom: 40px;
}

.support_request .plan_list li {
    /*line-height: 3.0;*/
    margin-bottom: 2.2rem;
}

.support_request .plan_list li:last-child {
    margin-bottom: 0;
}

/*////////////////////
// profile
////////////////////*/

.profile th {
    white-space: nowrap;
}

.profile td span::before {
	content: "・ ";
    font-weight: bold;
}

.profile td span {
    display: inline-block;
    text-indent: -1.6rem;
    margin-left: 1.6rem;
}

/*////////////////////
// results_report
////////////////////*/

.results_report .article_inner_980 {
/*    padding: 0 10px 0 24px;*/
/*    padding: 0 10px;*/
}

/*////////////////////
// contact
////////////////////*/

.contact form label {
    font-size: 2.2rem;
    display: block;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="tel"] {
    width: 100%;
    line-height: 5.8rem;
    border-radius: 4px;
    border: 2px solid #ccc;
    padding: 0 1rem;
    margin-bottom: 10px;
    background-color: #FFFFFA;
}

.contact form textarea {
    height: 30rem;
    width: 100%;
    line-height: 1.5;
    border-radius: 4px;
    border: 2px solid #D0D0D0;
    padding: 1.5rem 1rem;
    margin-bottom: 20px;
    background-color: #FFFFFA;
}

.contact form input::placeholder {
    color: #aaa;
}

.contact form input:-ms-input-placeholder {
    color: #aaa;
}

.contact form input::-ms-input-placeholder {
    color: #aaa;
}

.contact form input.required {
    background-image: url("../img/top/icon_required.svg");
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.contact form textarea.required {
    background-image: url("../img/top/icon_required.svg");
    background-repeat: no-repeat;
    background-position: 99% 2%;
}

.contact form input[type="submit"] {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #91CCE2;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    background-image: url("../img/share/bg_plane.svg");
    background-repeat: no-repeat;
    background-position: 50% 75%;
    padding-bottom: 35px;
    margin: 0 auto;
}

/*////////////////////
// supporters
////////////////////*/

.supporters .article_inner {
    background-image: url("../img/share/bg_foods_lights.gif");
    background-position: 0 10px;
}

.supporters .article_inner_980 {
    padding: 60px 0 !important;
}

.supporters .supporters_box {
    border: 8px solid #ccc;
    background-color: #fff;
/*    padding: 20px 30px 40px 46px;*/
    padding: 20px 30px 40px 30px;
}

.supporters h2.supporters_list_headding {
    margin-bottom: 30px;    
}

.supporters h2.supporters_list_headding span {
    font-size: 2.0rem;
    font-weight: bold;
	letter-spacing: 1.55px;
    border-bottom: dashed 2px #aaa;
    padding-bottom: 10px;
}

.supporters .supporters_list .list_box {
    margin-bottom: 20px;
}

.supporters .supporters_list p {
    font-size: 1.4rem;
    text-align: center;
}

/*////////////////////
// footer
////////////////////*/

footer {
    background-color: #fff;
    position: relative;
    z-index: 121;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}

.go_top a {
    display: block;
    position: fixed;
    bottom:35px;
    right: 35px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #91CCE2;
    opacity: 0.8;
    color: #fff;
    font-size: 30px;
    padding-top: 8px;
    z-index: 200;
}

.go_top a::after {
	content: " \f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;

}

.copyright {
    font-weight: bold;
}

/*//////////////////////////
// lower_page
//////////////////////////*/

.lower_page main .header_logo {
    text-align: center;
    padding: 30px 0 100px;
}

.lower_page .article_inner_blog_content {
    padding: 0 10px;
}

.lower_page .btn_pagination {
    text-align: center;
}

.lower_page .btn_pagination a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #91CCE2;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 5px;
}

.lower_page .btn_pagination a:hover {
    background-color: #ADE5FA;
}

.lower_page .btn_pagination a.prev_list::before,
.lower_page .btn_pagination a.prev_page::before{
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.lower_page .btn_pagination a.next_list::after,
.lower_page .btn_pagination a.next_page::after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.lower_page .btn_pagination a.prev_page,
.lower_page .btn_pagination a.next_page{
    width: 135px;
    border-radius: 30px;
}

.lower_page.blog_detail .btn_pagination {
    display: flex;
    justify-content: space-between;
}

.lower_page figure.ph_main img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.lower_page.blog_detail h1.blog_title {
    text-align: left;
    line-height: 1.75;
    border-bottom: 3px solid #444;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.lower_page.blog_detail .blog_box {
    margin-bottom: 20px;
}

.lower_page.blog_detail .blog_box h2,
.lower_page.blog_detail .blog_box h3,
.lower_page.blog_detail .blog_box h4,
.lower_page.blog_detail .blog_box h5 {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
}

.lower_page.blog_detail .blog_box h2 {
/*    font-size: 2.6rem;*/
    font-size: 2.4rem;
}

.lower_page.blog_detail .blog_box h3 {
/*    font-size: 2.4rem;*/
    font-size: 2.0rem;
}

.lower_page.blog_detail .blog_box h4 {
/*    font-size: 2.0rem;*/
    font-size: 1.8rem;
}

.lower_page.blog_detail .blog_box h5 {
/*    font-size: 1.8rem;*/
    font-size: 1.6rem;
    font-weight: bold;
}

.lower_page.blog_detail .blog_box p,
.lower_page.blog_detail .blog_box ol,
.lower_page.blog_detail .blog_box ul {
    margin-bottom: 30px;
}

.lower_page.blog_detail .blog_box .notes {
    font-size: 1.4rem;
    color: #999;
    line-height: 1.75;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.lower_page.blog_detail .blog_box small {
    display: block;
    font-size: 1.2rem;
    color: #999;
    line-height: 1.75;
    margin-bottom: 30px;
    padding-bottom: 0;
}

/*//////////////////////////
// supporters_voice_page
//////////////////////////*/

.supporters_voice_page.blog_detail .blog_attributes {
    margin-bottom: 75px;
}

.supporters_voice_page.blog_detail .blog_attributes .blog_belongs {
    font-size: 2.0rem;
    margin-right: 40px;
    vertical-align: baseline;
}

.supporters_voice_page.blog_detail .blog_attributes .blog_name {
    font-size: 2.6rem;
    vertical-align: baseline;
}

.supporters_voice_page.blog_detail .blog_box {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	flex-wrap: wrap;
}

.supporters_voice_page.blog_detail .blog_box .blog_lead p:last-child {
/*    margin-bottom: 40px;*/
}

.supporters_voice_page.blog_detail .blog_box .blog_section_div {
    margin: 10px auto 40px ;
    text-align: center;
}

.supporters_voice_page.blog_detail .blog_box .blog_section_div span::before {
	content: "\f141";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 3.0rem;
}

.supporters_voice_page.blog_detail .blog_box .blog_4col {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.supporters_voice_page.blog_detail .blog_box .blog_3col {
/*
    width: calc(75% - 20px);
*/
    width: calc(70% - 20px);
	margin: 0 10px;
}

.supporters_voice_page.blog_detail .blog_box .blog_1col {
	width: calc(25% - 20px);
	margin: 0 10px;
    padding-top: 8px;
}

.supporters_voice_page.blog_detail .blog_box .blog_3col img,
.supporters_voice_page.blog_detail .blog_box .blog_1col img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.supporters_voice_page.blog_detail .blog_box .blog_3col img { border-radius: 8px; }
.supporters_voice_page.blog_detail .blog_box .blog_1col img { border-radius: 6px; }

.supporters_voice_page.blog_detail .blog_box .blog_3col figure {
    margin-bottom: 30px;
}

.supporters_voice_page.blog_detail .blog_box .blog_1col figcaption {
    margin-top: 14px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
}

.supporters_voice_page.blog_detail .blog_box .blog_staff_comment {
    border-top: 1px dashed #aaa;
    padding-top: 30px;
    margin-top: 40px;
}

.supporters_voice_page.blog_detail .blog_box .blog_staff_comment_headding {
    font-size: 2.0rem;
}

.supporters_voice_page.blog_detail .blog_profile_box {
    border: 8px solid #ccc;
    background-color: #fff;
    padding: 35px 50px 40px 50px;
    margin-bottom: 60px;
}

.supporters_voice_page.blog_detail h2.blog_profile_headding {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
	letter-spacing: 1.55px;
    border-bottom: dashed 2px #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.supporters_voice_page.blog_detail .blog_profile_box p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.supporters_voice_page.blog_detail .blog_profile_box p .blog_profile_name {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.supporters_voice_page.blog_detail h3.recent_entry {
    text-align: left;
    margin-left: 10px;
}

.supporters_voice_page.blog_detail .blog_profile_box .mobile_brake_indent::before {
    content: "／";
}

/*///////////////
// PC表示の場合のみ
///////////////*/

@media screen and (min-width:980px) {
}

/*///////////////
// タブレット表示
///////////////*/

@media screen and (max-width:980px) {
    
main .article_inner_980 {
    width: 100%;
    padding: 0 10px;
}

.photo_box.col6 .item img {
	width: 16.666vw;
    height: 16.666vw;
    object-fit: cover;
}

.article_inner_980.big_table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
    
table {
    font-size: 1.4rem;
}

.article_inner_980.big_table table,
.article_inner_980.big_table img {
    width: 980px;
    max-width: 980px;
}

table.information_ownership_support_function {
    font-size: 1.2rem;
}

table.information_ownership_support_function th,
table.information_ownership_support_function td {
    padding: 10px 10px;
}

.scroll_guide {
    display: flex;
    justify-content: space-between;
}
.scroll_guide_txt {
    font-size: 1.2rem;
    padding-top: 0.4rem;
}

}

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

.list_box.col4 .item {
	width: calc(33.33% - 20px);
}

.article_inner_980.big_table table,
.article_inner_980.big_table img {
    width: 768px;
    max-width: 768px;
}
}

@media screen and (max-width:640px) {
    
main .article_inner_640 {
    width: 100%;
    padding: 0 10px;
}

.photo_box.col2 .item {
	width: 100%;
	margin: 0 10px;
}

.article_inner_980.big_table table,
.article_inner_980.big_table img {
    width: 640px;
    max-width: 640px;
}

table.information_ownership_support_function th.th_regional_issues {
    padding: 0 !important;
}
}

/*///////////////
// スマホ表示
///////////////*/

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

.mobile_visible,
.mobile_brake {
    display: block
}

ol.problem_list, ul.problem_list { margin: 20px 0 20px 20px; } /*RWD*/

.header_nav {
    height: 77px;
}

.header_nav.hide {
    top: -77px;
}

.header_nav .header_logo {
    /*display: none;*/
    top: 18px;
}

.header_nav .header_logo img {
    width: 150px;
    height: auto;
}
    
.navToggle {
    left: 10px;
    top: 10px;
}

nav.globalMenuSp ul li {
    font-size: 1.8rem;
    letter-spacing: 3.0px;
}

nav.globalMenuSp ul li a {
    padding: 20px 0;
}

nav.globalMenuSp .logomark_small img {
    width: 70vw;
}

.sns {
    right: 10px;
    top: 13px;
}

.logomark img {
    width: 95vw;
    height: auto;
}

.logo_shokutaku_project img {
    width: 35vw;
    height: auto;
}

main .article_inner_500 {
    width: 100%;
    padding: 0 20px;
}

main .about .article_inner_640.first {
    padding-top: 40px;
}
    
h2 .hedding_cap { font-size: 1.8rem; }

.photo_box.col2 .item {
	width: 100%;
	margin: 0 10px;
}

.about h3.ph_headding {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
    line-height: 1.5;
	letter-spacing: 0;
}

.about h3.ph_headding span {
    font-size: 1.6rem;
    padding: 15px 0 5px;
    margin: 0 auto 8px;
}

.about .article_inner .item:first-child {
    margin-bottom: 94px;
}

.about h3.shokutaku_project {
    letter-spacing: 2.0px;
    font-size: 2.4rem
}

.schedule .target::after {
    content: "";
}

.schedule .target,.schedule .price {
    display: block;
}

.photo_box.col6 .item {
	width: 33.333%;
	margin: 0 0;
}

.photo_box.col6 .item img {
	width: 33.333vw;
    height: 33.333vw;
    object-fit: cover;
}

.photo_box.col3 .item {
	width: 100%;
	margin: 0 10px 50px;
}

.support_request .bank_accounts span {
    font-size: 1.4rem;
}

.list_box.col3 .item {
	width: 100%;
}

.list_box.col4 .item {
	width: calc(50% - 20px);
}

.supporters .supporters_box {
    padding: 20px 10px 40px;
}

.go_top a {
    bottom:10px;
    right: 10px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    padding-top: 6px;
}

.copyright {
    font-size: 1.0rem;
}

.lower_page main .header_logo {
    display: none;
}

.lower_page main {
    padding-top: 100px;
}

.lower_page .btn_pagination a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 2px;
}

.lower_page.blog_detail h1.blog_title {
    line-height: 1.5;
/*    font-size: 3.0rem;*/
    font-size: 2.6rem;
}

.lower_page.blog_detail .blog_box h2 {
/*    font-size: 2.6rem;*/
    font-size: 2.0rem;
}

.lower_page.blog_detail .blog_box h3 {
/*    font-size: 2.4rem;*/
    font-size: 1.8rem;
}

.lower_page.blog_detail .blog_box h4 {
/*    font-size: 2.0rem;*/
    font-size: 1.6rem;
    font-weight: bold;
}

.lower_page.blog_detail .blog_box h5 {
/*    font-size: 1.8rem;*/
    font-size: 1.6rem;
}

.supporters_voice_page.blog_detail .blog_attributes .blog_belongs {
    display: block;
    margin-right: 0;
    font-size: 1.6rem;
}

.supporters_voice_page.blog_detail .blog_attributes .blog_name {
    display: block;
    font-size: 2.0rem;
}

.supporters_voice_page.blog_detail .blog_box {
	display: inherit;
    flex-direction: row;
}

.supporters_voice_page.blog_detail .blog_box .blog_3col {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.supporters_voice_page.blog_detail .blog_box .blog_1col {
	width: calc(100% - 20px);
    margin-bottom: 60px;
}

.supporters_voice_page.blog_detail .blog_box .blog_3col img { border-radius: 6px; }

.supporters_voice_page.blog_detail .blog_profile_box {
    padding: 25px 30px 20px 30px;
}

.supporters_voice_page.blog_detail .blog_profile_box p .blog_profile_name {
    font-size: 16px;
}

.supporters_voice_page.blog_detail .blog_profile_box p {
    font-size: 14px;
}

.photo_box.col2 .item img,
.supporters_voice_page figure.ph_main img {
    /*border-radius: 6px;*/
}

.supporters_voice_page.blog_detail .blog_profile_box .mobile_brake_indent::before {
    content: "";
}

.blog_profile_box .mobile_brake_indent {
    display: inline-block;
    text-indent: 4.5em;
}

.copyright {
    font-size: 1.1rem;
}
}

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

.support_request .bank_accounts span {
    width: 17em;
}

.iphone_se_brake {
    display: block
}

h2 .hedding_cap { font-size: 1.5rem; }

}