/*
Theme Name: YStandard Child
Theme URI: https://example.com/
Description: YStandardの子テーマです。
Author: Your Name
Author URI: https://example.com/
Template: ystandard
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ystandard-child        padding: 0;
*/

/* ここから下に独自のCSSを追加してください */
body { padding-top: var(--header-height); }
/*.blog, .wp-singular { padding-top: 49px !important; }*/
.header__nav-list { list-style: none; margin-top:0; }
.header__nav-list a { text-decoration:none; }
.footer__nav-col a, .footer__privacy a { color: #fff; text-decoration: none; }
.sp-nav__list { margin-top: 0; }
.sp-nav__list li {list-style: none; }
.header__toggle { padding: 0; }
.news-detail__title { margin-top: 0; }
.page-title__en { margin: 0; }
.page-title__jp { margin-bottom: 0; }
.news-detail__nav-arrow, .btn, .news__pagination .page-numbers { text-decoration-line: none; }
.news__pagination .page-numbers.prev, .news__pagination .page-numbers.next { text-decoration-line: none; }
.news__title { text-decoration-line: none; color: #333; }
ul { padding-left: 0; }
.footer__address { font-style: normal; }

@media (max-width: 767px) {
	body { padding-top: var(--header-height) !important; }
	.sp-nav__close { padding: 5px; }
	/*.blog, .wp-singular { padding-top: 10px !important; }*/
	.sp-nav__list a { text-decoration:none; }
	.sp-nav__list a.is-current .en{ text-decoration:none; }
	button:hover{ box-shadow:none; }
	.site-content { margin: 2.5rem 6%; }
}
