/*
Theme Name: Hikari no ie
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/
/*　園のこと　CSS　*/

.entry-header h1 {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 170%;
    font-weight: bold;
    font-feature-settings: "palt";
    color: rgb(16, 56, 107);
    margin: 0px 0px 38px;
	text-align: center;
    letter-spacing: 0.2em;
}
.entry-content {
margin-top: 320px !important;
}
.column1-block01 {
    max-width: 100%;
    margin: auto;
    padding: 50px 0px;
}
.column1-block01 h6 {
    border: dotted 1;
    border-bottom: dotted 2pt;
    color: #000;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin:0 auto 7px auto;
}
.en-paper01 {
	width: 142px;
    height: 150px;
    position: absolute;
    top: 110px;
    left: 20%;
    margin: 0 0px 0 0px;
    z-index: 100;
    background-image: url(../images/paper001.svg);
    background-repeat: no-repeat;
}

.wp-block-group.nyuuen-block01 {
    max-width: 100%;
    margin: auto;
    background: url(../images/back-blue.png) repeat left top, #fff;
    background-size: 260px auto;
    padding: 5px 0 50px 0;
    background-color: #fdf9e1;
}

.wp-block-group.nyuuen-block02 {
    max-width: 100%;
    margin: auto;
    background: url(../images/back-pink-triangle.png) repeat left top, #fff;
    background-size: 260px auto;
    padding:0;
}

.wp-block-group.nyuuen-block03 {
    max-width: 100%;
    margin: auto;
    background: url(../images/back-blue-lines.png) repeat left top, #fff;
    background-size: 260px auto;
    padding: 50px 0px;
}
/*パソコン用*/
@media only screen and (min-width: 768px) {
.entry-content {
margin-top: 600px !important;
}
.wp-block-group.nyuuen-block01 {
    padding: 50px 130px;
}
.wp-block-group.nyuuen-block02 {
    padding: 50px 130px;
}
.wp-block-group.nyuuen-block03 {
    padding: 50px 130px;
}
.column1-block01 {
    max-width: 100%;
    margin: auto;
    padding: 50px 130px;
}
.column1-block01 h6 {

}
}