/*
Theme Name: 202605
Theme URI: https://renge-horinji.jp/
Author: tranquil
Author URI: https://renge-horinji.jp/
Description: 法輪寺まちなかこども園オリジナルテーマです。
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */


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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

ol,
ul {
    list-style: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: #ccc;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /* -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); */
    /* -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
    /* box-shadow: 0 0 3px rgba(0,0,0,0.5); */
    background: #E45939;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}


/* typography
-------------------------------------------------------------- */


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    line-height: 1.6;
    font-size: 48px;
    font-size: 4.8rem;
}

h2 {
    line-height: 1.6;
    font-size: 34px;
    font-size: 3.4rem;
}

h3 {
    line-height: 1.6;
    font-size: 28px;
    font-size: 2.8rem;
}

h4 {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


/* Text elements */

p {
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    box-shadow: 0 3px 5px #ddd inset;
}


/* Links */

a {
    text-decoration: none;
}

header {
    margin: 0px auto;
}

body {
    position: relative;
    color: #000000;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    min-width: 1364px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    vertical-align: bottom;
}


/*================================================== 


top header


================================================== */


/*================================================== 


top


================================================== */

#top-rayout {
    background-image: url(./library/images/top_backn_v4.png);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: auto;
    height: auto;
    display: block;
}

#top-contents {
    width: 1364px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0px 0;
}

#contents {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0px 0;
}

#top_logotitle {
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
    line-height: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    vertical-align: top;
    display: inline-block;
    font-size: 34px;
    /*margin: 39px 0px 0px 459px;
    width: 388px;
    height: 69px;*/
    width: 400px;
  height: auto;
  margin: 39px 0px 0px 430px;
}
#top_logotitle img{
    width: 100%;
    height: auto;
}
.top_logomark {
    display: inline-block;
    vertical-align: top;
    /*margin: 27px 0 0 204px;
    width: 52px;
    height: 79px;*/
    margin: 20px 0 0 204px;
    margin: 20px 0 0 254px;
  width: 60px;
  height: auto;
}
.top_logomark img{
    width: 100%;
    height: auto;
}

.top_address {
    display: inline-block;
    vertical-align: top;
    margin: 39px 0 0 4px;
    width: 140px;
    height: 67px;
}

.top_catchcopy{
    width: 700px;
    height: auto;
    margin: 0 auto;
    display: block;
    /*margin: 330px auto 0 auto;*/
    margin: 140px auto 0 auto;
}
.top_catchcopy img{
    width: 100%;
    height: auto;
}

.in_box{
    width: 100%;
}

.in_box .top_txt3{
    display: block;
    margin: 30px auto 0 auto;
}
.in_box .top_txt3 img{
    margin-left: -40px;
}
nav#top_menu {
    /*margin: 343px 0 0px 222px;*/
    /*margin: 30px 0 0px 222px;*/
    margin: 640px 0 0px 222px;
}

nav#top_menu ul {
    display: flex;
    list-style: none;
    margin: 0 0 0 0;
}

nav#top_menu ul li {
    margin-right: 34px;
}

nav#top_menu ul li:nth-child(1) a {
    background-image: url(./library/images/header_menu1.png);
    width: 143px;
    height: 54px;
    display: block;
    text-indent: -9999px;
}

nav#top_menu ul li:nth-child(1) a:hover {
    background-position: 0 -54px;
}

nav#top_menu ul li:nth-child(2) a {
    background-image: url(./library/images/header_menu2.png);
    width: 202px;
    height: 54px;
    display: block;
}

nav#top_menu ul li:nth-child(2) a:hover {
    background-position: 0 -54px;
}

nav#top_menu ul li:nth-child(3) a {
    background-image: url(./library/images/header_menu3.png);
    width: 184px;
    height: 54px;
    display: block;
}

nav#top_menu ul li:nth-child(3) a:hover {
    background-position: 0 -54px;
}

nav#top_menu ul li:nth-child(4) a {
    background-image: url(./library/images/header_menu4.png);
    width: 221px;
    height: 54px;
    display: block;
}

nav#top_menu ul li:nth-child(4) a:hover {
    background-position: 0 -54px;
}

.top_txt1 {
    margin: 25px 0 0px 348px;
    width: 601px;
    height: 140px;
    font-size: 15px;
    line-height: 27px;
    color: #49539D;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
}


.top_txt2 {
    margin: 31px 0 0px 254px;
    width: 792px;
    height: 17px;
    display: block;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 17px;
}

.top_txt3 {
    margin: 8px 0 0px 81px;
    width: 239px;
    height: 87px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
}
.top_txt1 img,
.top_txt2 img,
.top_txt3 img{
width: 100%;
height: auto;
}




.top_flexbox {
    display: flex;
    margin: 25px 0 0px 0px;
    margin: 0px 0 0px 0px;
    align-items: flex-end;
}

section.top_topics {
    /*margin: 61px 0 0 0;*/
    margin: 30px 0 0 0;
}

.top_topicstitle {
    display: inline-block;
    width: 130px;
    height: 37px;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    color: #49539D;
}

.top_topicslist {
    display: inline-block;
    margin: 0 0 0px 121px;
    width: 159px;
    height: 27px;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    color: #49539D;
}

.top_topicslist a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.newskakoi {
    padding: 0;
    position: relative;
    margin: 4px 1px 0px 1px;
    background: #f7c5c4;
}

.newskakoi ul {
    list-style: none;
    margin: 0;
    padding: 11.5px 13px 11.5px 13px;
}

.newskakoi ul li:first-child {
    list-style: none;
    margin: 0px 0 0px 0;
}

.newskakoi ul li {
    list-style: none;
    border-radius: 11px;
    font-size: 13px;
    margin: 10px 0 0px 0;
    position: relative;
}

.newskakoi ul li a {
    background: #ffffff;
    color: #000000;
    display: block;
    line-height: 38px;
    border-radius: 11px;
}

.newskakoi ul li a:hover {
    color: #000000;
    background-color: #feff9f;
    text-decoration: none;
    outline: none;
}

.newskakoi ul li a:after {
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-right: solid 11px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 11px #221914;
    position: absolute;
    top: 11px;
    right: -1px;
    content: "";
}

.none {
    clear: both;
}

.top_news01 {
    float: left;
    color: #000000;
    padding: 0 0 0 17px;
}

.top_news02 {
    float: left;
    font-size: 13px;
    margin: 0 0 0 22px;
    padding: 0;
    display: block;
    font-size: 14px;
}

.top_news02 {
    float: left;
    margin: 0 0 0 18px;
    padding: 0px 0 0 0;
    display: block;
    font-size: 13.5px;
    letter-spacing: 0.2px;
    color: #231815;
}

.top_news03 {
    float: left;
    color: #ff0000;
    font-size: 16px;
    width: 55px;
    font-weight: bold;
    margin: 0 0 0 10px;
    letter-spacing: 0.2px;
}

.downloadno {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    padding: 0px 23px;
    border-radius: 10px;
    font-size: 13px;
    display: block;
    line-height: 38px;
    letter-spacing: 2px;
    position: relative;
}

section.top_download {
    margin: 11px 0 0 0;
}

.top_downloadtitle {
    width: 227px;
    height: 37px;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    color: #49539D;
}

.downloadkakoi {
    padding: 0;
    position: relative;
    font-size: 16px;
    margin: 4px 1px 21px 1px;
    background: #F7C850;
}

.downloadkakoi ul {
    list-style: none;
    margin: 0;
    padding: 11.5px 13px 11.5px 13px;
}

.downloadkakoi ul li:first-child {
    list-style: none;
    margin: 0px 0 0px 0;
}

.downloadkakoi ul li {
    list-style: none;
    margin: 10px 0 0px 0;
}

.downloadkakoi ul li a {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    padding: 0px 30px;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    line-height: 38px;
    letter-spacing: 2px;
    position: relative;
}

.downloadkakoi ul li a:hover {
    color: #000000;
    background-color: #feff9f;
    text-decoration: none;
    outline: none;
}

.downloadkakoi ul li a:before {
    border-radius: 50%;
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    left: 21px;
    top: 16px;
    content: "";
    background: #000000;
}

.top_flexbox0 {
    width: 432px;
    height: 519px;
}

.top_flexbox1 {
    margin: 15px 0 0px 24px;
    min-height: 491px;
}

.top_flexbox2 {
    margin: 25px 0 21px 47px;
}

.top_facebook {
    border: solid 11px #DFE67B;
    position: relative;
    height: 438px;
    padding: 5px;
}

.top_facebooklink {
    position: absolute;
    top: -152px;
    right: -44px;
}

.top_facebooklink a {
    background-image: url(./library/images/top_facebook.png);
    width: 193px;
    height: 133px;
    display: block;
    text-indent: -9999px;
    border-radius: 375px 200px 400px 280px;
}

.top_facebooklink a:hover {
    background-position: 0 -133px;
    border-radius: 175px 130px 190px 120px;
}

.top_gcalendarlink {
    position: absolute;
    top: -47px;
    left: -331px;
}

.top_gcalendarlink a {
    background-image: url(./library/images/top_gcalendar.png);
    width: 201px;
    height: 179px;
    display: block;
    text-indent: -9999px;
}

.top_gcalendarlink a:hover {
    background-position: 0 -179px;
}

.top_leafgreen {
    position: absolute;
    width: 83px;
    height: 75px;
    top: 137px;
    left: -325px;
}


/*================================================== 

top以外 header

================================================== */

.header_inner {
    width: 1300px;
    margin: auto;
    position: relative;
    height: 173px;
    text-align: left;
    background-image: url(./library/images/header_back.png);
    background-repeat: no-repeat;
}

#header_logotitle {
    margin: 33px 0px 0px 41px;
    display: inline-block;
    vertical-align: top;
    width: 233px;
    height: 41px;
    line-height: 23px;
}
#header_logotitle img{
    width: 100%;
    height: auto;
}

#header_logotitle a {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 24px;
    font-weight: bold;
    color: #283386;
    letter-spacing: 3px;
}

.header_topbutton {
    line-height: inherit;
    margin: 19px 0px 0px 88px;
    display: inline-block;
}

.header_topbutton a {
    background-image: url(./library/images/header_top.png);
    width: 54px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    border-radius: 50%;
}

.header_topbutton a:hover {
    background-position: 0 -55px;
}

.header_logomark {
    display: inline-block;
    vertical-align: top;
    /*margin: 27px 0 0 628px;
    width: 52px;
    height: 79px;*/
    margin: 20px 0 0 629px;
  width: 60px;
  height: auto;
}
.header_logomark img{
    width: 100%;
    height: auto;
}
.header_address {
    display: inline-block;
    vertical-align: top;
    margin: 39px 0 0 3.5px;
}

nav#top_menu ul {
    display: flex;
    list-style: none;
    margin: 0 0 0 0;
}

.header_inner nav#top_menu {
    margin: 12px 0 0px 72px;
}

.inner {
    position: relative;
}

.all_eda {
    position: absolute;
    right: 38px;
    top: -53px;
    width: 143px;
    height: 123px;
}


/*================================================== 


tokushoku


================================================== */

#toku-rayout {
    margin-bottom: 12px;
    display: block;
}

.toku_inner {
    /*background-image: url(./library/images/toku_backn-3.png);
    background-position: 0px 128px;
    background-repeat: no-repeat;*/
    /*height: 1801px;*/
    height: auto;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: auto;
}

h1#toku_title {
    margin: 49px 0 0 79px;
    display: inline-block;
    width: 296px;
    height: 85px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_1box {
    width: 1060px;
    height: 453px;
    margin: -4px 0 0 114px;
}

.toku_1title {
    margin: 0px 0 0 0px;
    width: 451px;
    height: 113px;
    font-size: 30px;
    line-height: 40px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_1txt {
    margin: 13px 0 0 35px;
    width: 486px;
    height: 93px;
    font-size: 13px;
    line-height: 18px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_2box {
    width: 1100px;
    height: 426px;
    margin: 48px 0 0 74px;
}

.toku_2title {
    margin: 0px 0 0 0px;
    display: inline-block;
    vertical-align: top;
    width: 284px;
    height: 89px;
    font-size: 30px;
    line-height: 40px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_2txt {
    margin: 31px 0 0 12px;
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 54px;
    font-size: 13px;
    line-height: 18px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_3box {
    margin: 34px 0 0 73px;
    display: inline-block;
    vertical-align: top;
    width: 560px;
    height: 589px;
}

.toku_3title {
    margin: 0px 0 0 0px;
    display: inline-block;
    vertical-align: top;
    width: 315px;
    height: 99px;
    font-size: 30px;
    line-height: 40px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_3txt {
    margin: 10px 0 0 91px;
    width: 198px;
    height: 54px;
    font-size: 13px;
    line-height: 18px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_4box {
    margin: 32px 0 0 66px;
    display: inline-block;
    vertical-align: top;
    width: 468px;
    height: 589px;
}

.toku_4title {
    margin: 0px 0 0 0px;
    width: 292px;
    height: 91px;
    font-size: 30px;
    line-height: 40px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_4txt {
    margin: 9px 0 0 14px;
    width: 429px;
    height: 74px;
    font-size: 13px;
    line-height: 18px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.toku_illust {
    position: absolute;
    right: 236px;
    top: -28px;
    width: 187px;
    height: 156px;
}

.toku_eda {
    position: absolute;
    right: 38px;
    top: -18px;
    width: 143px;
    height: 123px;
}


/*================================================== 


schedule


================================================== */

#schedule-rayout {
    margin-bottom: 47px;
    display: block;
}

.schedule_inner {
    background-image: url(./library/images/schedule_back_v2.jpg);
    background-repeat: no-repeat;
}

.schedule_illust {
    position: absolute;
    right: 376px;
    top: -34px;
    width: 206px;
    height: 125px;
}

h1#schedule_title {
    margin: 49px 0 0 79px;
    width: 296px;
    height: 51px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

h1#schedule_title img {
    vertical-align: top;
}

.schedule_1box {
    margin: 0px 0 0 111px;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: auto;
}

.schedule_2box {
    margin: 0px 0 0 0px;
    display: inline-block;
    vertical-align: top;
    width: 800px;
    height: 1534px;
    position: relative;
}

h2#schedule_ytitle {
    margin: 33px 0 0 1px;
    width: 250px;
    height: 26px;
    font-size: 15px;
    line-height: 20px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_year {
    margin: 22px 0 0 0px;
}

.schedule_y04 {
    width: 284px;
    height: auto;
    /*height: 78px;*/
    font-size: 17px;
    line-height: 78px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}


.schedule_y05 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 59px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y06 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 97px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y07 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 59px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y08 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 36px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y09 {
    width: 285px;
    height: 58px;
    font-size: 17px;
    line-height: 58px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y10 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 58px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}
.schedule_y10 img{
    width: 98%;
  margin: 0 auto;
  display: block;
}




.schedule_y11 {
    width: 285px;
    height: 73px;
    font-size: 17px;
    line-height: 73px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 3px auto 0 auto;
}

.schedule_y12 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 58px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y01 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 59px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 3px auto 0 auto;
}

.schedule_y01 img{
    width: 96%;
  display: block;
}

.schedule_y02 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 57px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 3px auto 0 auto;
}

.schedule_y03 {
    width: 284px;
    height: auto;
    font-size: 17px;
    line-height: 59px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_y13 {
    width: 284px;
    height: auto;
    font-size: 16px;
    line-height: 68px;
    color: #745323;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 3px auto 0 auto;
}

.schedule_dtitle {
    margin: 17px 0 0 93px;
    width: 191px;
    height: 188px;
    font-size: 34px;
    line-height: 38px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.schedule_d01 {
    position: absolute;
    left: 341px;
    top: 101px;
    width: 194px;
    height: 99px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d02 {
    position: absolute;
    left: 320px;
    top: 232px;
    width: 99px;
    height: 125px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d03 {
    position: absolute;
    left: 197px;
    top: 388px;
    width: 98px;
    height: 122px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d04 {
    position: absolute;
    left: 176px;
    top: 722px;
    width: 99px;
    height: 99px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d05 {
    position: absolute;
    left: 542px;
    top: 759px;
    width: 99px;
    height: 126px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d06 {
    position: absolute;
    left: 340px;
    top: 1057px;
    width: 115px;
    height: 119px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d07 {
    position: absolute;
    left: 212px;
    top: 1338px;
    width: 99px;
    height: 127px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d08 {
    position: absolute;
    left: -157px;
    top: 1441px;
    width: 170px;
    height: 52px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_d09 {
    position: absolute;
    left: -157px;
    top: 1503px;
    width: 127px;
    height: 19px;
    font-size: 20px;
    line-height: 24px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 0px;
}

.schedule_pagetop {
    text-align: right;
    margin: 4px 54px 0px 0px;
}

.schedule_pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/*================================================== 


access


================================================== */

#access-rayout {
    margin-bottom: 47px;
    display: block;
}

h1#access_title {
    margin: 49px 0 0 79px;
    width: 296px;
    height: 51px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.access_1txt {
    margin: 49px 0 0 150px;
    width: 620px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    color: #231815;
    font-weight: bold;
    letter-spacing: 2px;
}

.access_box1 {
    margin: 0px 0 0 0px;
    padding: 25px 0 0px 150px;
}

.access_2txt {
    margin: 0px 45px 0 0px;
    display: inline-block;
    vertical-align: top;
    width: 244px;
    height: 79px;
    font-size: 20px;
    line-height: 28px;
    color: #231815;
    font-weight: bold;
    letter-spacing: 2px;
}

.access_3txt {
    margin: 0px 37px 0 0px;
    display: inline-block;
    vertical-align: top;
    width: 232px;
    height: 79px;
    font-size: 20px;
    line-height: 28px;
    color: #231815;
    font-weight: bold;
    letter-spacing: 1px;
}

.access_4txt {
    margin: 0px 0 0 0px;
    display: inline-block;
    vertical-align: top;
    width: 216px;
    height: 79px;
    font-size: 20px;
    line-height: 28px;
    color: #231815;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}

.access_box2 {
    /*margin: 0px 0 67px 0px;
    padding: 44px 0 0px 146px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1042px;
    margin: 40px auto 60px auto;

}

.access_imap {
    /*margin: 0px 57px 0 0px;*/
    display: inline-block;
    vertical-align: top;
    width: 380px;
    /*height: 390px;*/
    height: auto;
    font-size: 26px;
    line-height: 26px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}
.access_imap img{
    width: 100%;
    height: auto;
}
.access_imap p{
    display: block;
    margin: 20px auto 0px auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #E46B30;
}

.access_gmap {
    /*margin: 13px 0px 0 0px;*/
    display: inline-block;
    vertical-align: top;
    border: solid 2px #49539D;
    padding: 10px;
    /*height: 366px;*/
    width: 582px;
    height: auto;
}

h2#contact_title {
    margin: 0px 0 0 77px;
    font-size: 16px;
    line-height: 16px;
    width: 376px;
    height: 51px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.contact_form {
    margin: 46px 0 0 128px;
    background: #F2F2BA;
    border-radius: 30px;
    width: 1042px;
    position: relative;
    padding: 0;
    height: auto;
}

.contact_form .wpcf7 {
    margin: 0;
    padding: 0;
    padding: 37px 0px 46px 0px;
}

.contact_box1 {
    margin: 0px 29px 0 47px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
}

.contact_name {}

.contact_name img {
    margin: 0px 0px 15px 6px;
    width: 103px;
    height: 20px;
    font-size: 21px;
    line-height: 20px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_tel {
    margin: 35px 0 0 0;
}

.contact_tel img {
    margin: 0px 0px 15px 6px;
    width: 196px;
    height: 20px;
    font-size: 21px;
    line-height: 20px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_email {
    margin: 35px 0 22px 0;
}

.contact_email img {
    margin: 0px 0px 15px 6px;
    width: 206px;
    height: 19px;
    font-size: 21px;
    line-height: 20px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_5txt {
    margin: 0 0 7px 42px;
    width: 268px;
    height: 66px;
    font-size: 16px;
    line-height: 23px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_box2 {
    margin: 0px 0px 20px 0px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
}

.contact_box2 img {
    margin: 0px 0px 15px 6px;
    vertical-align: top;
    width: 101px;
    height: 20px;
    font-size: 21px;
    line-height: 20px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_form p {
    margin-bottom: 0;
    color: #49539D;
}

.contact_6txt {
    margin: 0px 0 6px 89px;
    width: 887px;
    height: 41px;
    font-size: 16px;
    line-height: 23px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type="tel"] {
    padding: 16px;
    width: 368px;
    margin: 0px 0px;
    border: 2px solid #49539D;
    height: 22px;
    background: #ffffff;
}

.contact_form textarea {
    overflow: auto;
    vertical-align: top;
    padding: 16px;
    height: 364px;
    width: 474px;
    margin: 0 0px;
    border: 2px solid #49539D;
    background-color: rgba(255, 255, 255, 0);
    line-height: 20px;
    background: #ffffff;
    resize: vertical;
    line-height: 26px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 13px 16px 19px 16px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    font-size: 19px;
    letter-spacing: 0px;
    color: #C3C3C3;
    line-height: 26px;
}

.contact_form input:focus::placeholder,
.contact_form textarea:focus::placeholder {
    color: transparent;
    transition: .1s;
}

.contact_submit {
    width: 570px;
    margin: 34px 0 0 184px;
    height: 56px;
    margin: 0 auto;
    margin-top: 34px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0px;
    background: #49539D;
    color: rgba(255, 255, 255, 0.8);
    color: white;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 28px;
    line-height: 25px;
    padding: 0;
    width: 570px;
    display: block;
    height: 56px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    color: #ff0000;
    width: 750px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 12px 20px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
    color: #ff0000;
    width: 750px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 12px 20px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    width: 750px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 12px 20px;
}

.access_i1 {
    position: absolute;
    right: -164px;
    top: -4px;
    width: 82px;
    height: 90px;
}

.access_i2 {
    position: absolute;
    right: -83px;
    top: -122px;
    width: 90px;
    height: 114px;
}

.access_i3 {
    position: absolute;
    left: -76px;
    bottom: 143px;
    width: 56px;
    height: 87px;
}

.access_i4 {
    position: absolute;
    left: -63px;
    bottom: 28px;
    width: 127px;
    height: 114px;
}


/*================================================== 


topics


================================================== */

#topics-rayout {
    margin-bottom: 106px;
    display: block;
}

.kakoi-topics {
    background-repeat: no-repeat;
    font-size: 100%;
    word-break: break-all;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 0px 0px 54px 0px;
    background-color: #F2F2BA;
    z-index: 2;
    position: relative;
    width: 1098px;
    margin: 0 auto;
    margin-top: 41px;
}

#topics_title {
    margin: 21px 0 0 77px;
    width: 295px;
    height: 51px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

#topics_title2 {
    margin: 0px 0 0 3px;
    width: 232px;
    height: 38px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.kakoi-single {
    font-size: 100%;
    word-break: break-all;
    padding: 0px;
    width: 687px;
    margin: 40px 0px 0 0px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    border-radius: 30px;
    position: relative;
    background: #ffffff;
    min-height: 800px;
}

.kakoi-single article.topics-contents {
    padding: 100px 67px 85px 67px;
    margin: 0;
}

.single-title {
    font-size: 21px;
    line-height: 30px;
    color: #F2859C;
    background: url(./library/images/topics_borders.png) no-repeat bottom left;
    padding: 0 5px 5px 6px;
    letter-spacing: 1.7px;
    font-weight: bold;
}

.entry-time {
    font-size: 15px;
    line-height: 15px;
    padding: 0 5px;
    letter-spacing: 1.5px;
}

.entry-content p {
    background: url(./library/images/topics_borders.png) repeat bottom left;
    font-size: 15px;
    line-height: 33px;
    padding: 0 5px 0px 5px;
    margin-bottom: 15px;
}

.topics_illust1 {
    position: absolute;
    right: 36px;
    top: 8px;
    width: 237px;
    height: 112px;
}

.topics_leafbluer {
    position: absolute;
    left: -14px;
    top: 13px;
    width: 83px;
    height: 106px;
}

.topics_leafbluel {
    position: absolute;
    right: -29px;
    top: 425px;
    /* top: 50%; */
    width: 90px;
    height: 114px;
}

.topics_illust2 {
    position: absolute;
    left: 198px;
    top: 62px;
    z-index: -1;
    width: 91px;
    height: 125px;
}

.topics_leafgreen {
    position: absolute;
    left: -36px;
    bottom: -43px;
    width: 127px;
    height: 114px;
}

.topics_waterdrop {
    position: absolute;
    left: 139px;
    bottom: 40px;
    width: 56px;
    height: 87px;
}


/*--------------------------------------------------------------
アーカイブ
--------------------------------------------------------------*/

#titledesign {
    background-color: #49539d;
    margin: 15px 0px 35px 0px;
    padding: 10px 23px 10px 23px;
    color: rgb(252, 252, 252);
    font-size: 10px;
    max-width: 440px;
    display: inline-block;
}

#titledesign h1 {
    letter-spacing: 1.5px;
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
}

h2.entry-title {
    font-size: 20px;
    line-height: 30px;
    color: #F2859C;
    background: url(./library/images/topics_borders.png) no-repeat bottom left;
    padding: 0 5px 5px 6px;
    letter-spacing: 2.7px;
    font-weight: bold;
}

h2.entry-title a {
    color: #F2859C;
    font-weight: bold;
}

h2.entry-title a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

span.permalink a {
    color: #ea6b88;
}

span.permalink a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.topics-archive {
    margin-bottom: 50px;
}

.archive-navi {
    background: #f0f0f0;
}

.archive-navi .navigation .navileft a {
    color: #3a9dd8;
    font-size: 18px;
    font-weight: 400;
    background: #def7ff;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 0px 20px 20px 0px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.archive-navi .navigation .navitop a {
    color: #3a9dd8;
    font-size: 18px;
    font-weight: 400;
    background: #def7ff;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px 20px 20px 20px;
    display: block;
    max-width: 400px;
    letter-spacing: 2px;
    margin: 0 auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.archive-navi .navigation .naviright a {
    color: #3a9dd8;
    font-size: 18px;
    font-weight: 400;
    background: #def7ff;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px 0px 0px 20px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
    margin-left: auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px 0 0px 0;
    position: relative;
    font-size: 13px;
}

.pagination span,
.pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    color: #000000;
    border-radius: 5px;
}


/* ページ番号 */

.pagination .pager {
    width: 15px;
}


/* ホバー時 & 現在のページ */

.pagination a:hover,
.pagination .current {
    color: #fff;
    border-color: #000;
    background-color: #000;
}


/* 前へ */

.pagination a.prev {
    margin-right: 15px;
}


/* 次へ */

.pagination a.next {
    margin-left: 15px;
}


/* 最初へ */

.pagination a.first {}


/* 最後へ */

.pagination a.last {}


/* Page x / y */

.pagination span.page_num {
    display: none;
}

.pagination a:hover,
.pagination .current {
    color: #fff;
    border-color: #49539d;
    background-color: #49539d;
}

.pagination span,
.pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #49539d;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    color: #49539d;
    border-radius: 9px;
    font-size: 14px;
}


/*--------------------------------------------------------------

sidebar

--------------------------------------------------------------*/

.sidebar-left {
    width: 256px;
    padding: 37px 46px 115px 36px;
    display: inline-block;
}

.textwidget.custom-html-widget {
    margin: 19px 0 0 0px;
}


/*----------------------
list-ajax折り畳み
-----------------------*/

#info_list {}

h4.widgettitle-left {
    color: #ffffff;
    padding: 8px 11px;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    margin: 0 0 5px 0;
    background-color: #49539D;
    letter-spacing: 1px;
}

h4.widgettitle-left span {
    font-size: 11px;
    position: absolute;
    top: 11px;
    right: 9px;
}

#info_list2 {
    margin: 13px 0 24px 0;
}

#info_list ul {
    margin: 0 0px;
    list-style: none;
}

#info_list ul li {
    margin: 0px 0px 0 0px;
    padding: 11.5px 0px;
    background: url(./library/images/topics_borders.png) no-repeat bottom left;
    border-bottom: none;
}

.link_box {
    color: #222;
}

a:hover .link_box {
    color: #222;
    text-decoration: none;
    opacity: 0.7;
}

.post-date {
    letter-spacing: 0.9px;
    float: left;
    margin: 0px 0 0 8px;
    font-size: 14.5px;
    line-height: 22px;
}

.new-mark {
    float: left;
    position: relative;
    margin: 0px 0 0 13px;
}

.new2 {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0.6px;
}

.new-entry-thumb {
    clear: both;
}

.new-entry-content {
    font-size: 14.5px;
    margin: 0 7px;
    letter-spacing: 0.6px;
    line-height: 22px;
}

.info_triangle {
    float: right;
    position: relative;
}

.info_triangle-mark {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #49539D;
    position: absolute;
    top: 2.5px;
    left: -7px;
}

.post-list #next-post-btn {
    line-height: 20px;
    color: #000000;
    vertical-align: middle;
    cursor: pointer;
    margin: 7px 21px 0px 0px;
    font-size: 14.5px;
    letter-spacing: 0px;
}

.post-list #next-post-btn:hover,
.post-list #next-post-btn:focus {
    opacity: 0.7;
}

.next {
    float: right;
    margin: 0;
}

.triangle-mark2 {
    float: left;
    position: relative;
}

.triangle2 {
    border-top: 9px solid #000000;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 5px;
    left: -20px;
    margin: 0;
}

.next-button {
    text-align: left;
    margin: 0;
}

.br:before {
    content: "\A";
    white-space: pre;
}

.clear2 {
    clear: both;
}

.post-list #loader {
    display: none;
    text-align: center;
    margin: 18px auto 0px auto;
}


/*----------------------
list-archive
-----------------------*/

#info_archive {
    margin: 0 0px 12px 0px;
    position: relative;
}

#info_archive2 {
    margin: 10px 0px 0px 23px;
    min-height: 161px;
}

#info_archive ul {
    margin: 0px 0px;
    list-style: none;
}

#info_archive ul li {
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    padding: 0px 0px;
    letter-spacing: 1.7px;
    position: relative;
    font-size: 14.5px;
    line-height: 24px;
}

#info_archive ul li a {
    color: #000000;
}

#info_archive ul li a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
}

#info_archive ul li a:hover:after {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #49539D;
    position: absolute;
    top: 3.5px;
    left: -18px;
}


/*----------------------
検索フォーム
-----------------------*/

#search {
    padding: 0px 0px 0px 0px;
    border: solid 1px #000000;
    width: 247px;
    margin: 0px 0px 0 4px;
    position: relative;
}

#s {
    width: 202px;
    height: 28px;
    padding-top: 1px;
    padding-right: 7px;
    padding-bottom: 1px;
    padding-left: 7px;
    margin: 0px;
    background-color: #fff;
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 1.2px;
    border: 0;
    box-shadow: none;
    display: block;
    vertical-align: middle;
    color: #000000;
}

#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px #000000;
}

#search input::placeholder {
    color: #acacac;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.1px;
}

#search input:focus::placeholder {
    color: transparent;
    transition: .1s;
}


/*********************
INPUTS
*********************/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 1px 10px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #5D5D5D;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    background-color: rgba(97, 97, 97, 0.34);
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    font-size: 18px;
    color: #000000;
}

article.textarea404 {
    margin: 20px 0 0 0;
}


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



** info-Advanced Custom Fields 



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

.textunderline {
    background: url(./library/images/topics_borders.png) repeat bottom left;
    height: 2px;
}

.acf-text2 {
    margin: 15px 0px 15px 0px;
}

.acf-text2 p {
    background: url(./library/images/topics_borders.png) repeat bottom left;
    font-size: 15px;
    line-height: 33px;
    padding: 0 5px 0px 5px;
    margin-bottom: 15px;
}

.acf-text3 {
    margin: -8px 0px -8px 0px;
}

.acf-text3 p {
    line-height: 26px;
    padding: 0 5px 0px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

.flex-container {
    padding: 0;
    margin: 15px 0px 15px 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-item {
    padding: 5px;
    height: auto;
    line-height: 0;
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 1 31%;
    -webkit-flex: 1 31%;
}

.flex-item a {
    display: block;
}

.flex-item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.flex-item:nth-child(3n+2):last-child {
    flex-basis: 25% * 2;
    -webkit-flex-basis: 25% * 2;
}

.flex-item img {
    border: 0;
    height: auto;
    width: 100%;
}

.liphoto2 {
    padding: 0;
    margin: 15px 0px 15px 0px;
    list-style: none;
    height: 166.67px;
}

.liphoto-item2 {
    margin: 5px;
    height: auto;
    line-height: 0;
    color: white;
    font-weight: bold;
    float: left;
    width: 174px;
    height: 174px;
}

.liphoto-item2 img {
    width: 174px;
    height: 174px;
}

.liphoto-item2 a {
    display: block;
}

.liphoto-item2 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.acf_clear {
    clear: both;
}

.hndle .ui-sortable-handle {
    display: none;
}

.handlediv .button-link {
    display: none;
}

.photo3 {
    margin: 15px 0px 15px 0px;
    padding: 5px;
}

.photo3 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.link-box {
    margin: 15px 5px 15px 5px;
}

.link-button {
    border: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #49539d;
    display: inline-block;
    padding: 18px 80px;
    text-align: center;
    border-radius: 16px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 383px;
}

.link-button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


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


** 404


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

#page404-rayout {
    margin-bottom: 106px;
    display: block;
}

.kakoi-404 {
    margin: 0px 0 0px 0;
    font-size: 100%;
    word-break: break-all;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 60px 30px 70px 30px;
    background-color: #fdffd7;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    width: 1038px;
    margin: 0 auto;
    margin-top: 41px;
    background-color: #f7f7f7;
    position: relative;
}

#page404_title {
    margin: 49px 0 0 79px;
    width: 295px;
    height: 51px;
    font-size: 28px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 2px;
}

.page404_title2 {
    text-align: center;
    margin: 0;
    font-size: 100px;
    color: #49539d;
    font-weight: bold;
}

.page404_text {
    text-align: center;
    margin: 0;
}

.page404_text p {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: bold;
    color: #49539d;
}

.page404_illust {
    text-align: center;
    margin: 30px 0px 20px 0px;
    font-size: 24px;
    line-height: 28px;
    color: #49539D;
    font-weight: bold;
    letter-spacing: 1px;
}


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



** TOPへ戻るボタン（Go to top）



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

.page-top {
    width: auto;
    height: auto;
    margin: 9px 7px 0px 0;
    text-align: right;
}

.page-top a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/*================================================== 


footer


================================================== */

footer {
    padding: 0px 0;
}

.site-footer {
    background-image: url(./library/images/footerback.jpg) ;
    background-repeat: repeat;
    
}
.bunners{
    width: 1200px;
    margin: 60px auto 20px auto;
}
.bunners ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bunners ul li{
    margin: 0 10px;
}
.bunners ul li img{
    width: 100px;
    height: auto;

}
.footer_inner {
    width: 1300px;
    margin: auto;
    position: relative;
    /*height: 64px;*/
    height: auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav#footer_menu {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 14px 0 0px 65px;
}

nav#footer_menu ul {
    display: flex;
    list-style: none;
    margin: 0 0 0 0;
}

nav#footer_menu ul li {
    margin-right: 14px;
    padding: 0;
    line-height: 16px;
}

nav#footer_menu ul li:nth-child(1) a {
    background-image: url(./library/images/footer_menu1.png);
    width: 50px;
    height: 16px;
    display: block;
    text-indent: -9999px;
}

nav#footer_menu ul li:nth-child(1) a:hover {
    background-position: 0 -16px;
}

nav#footer_menu ul li:nth-child(2) a {
    background-image: url(./library/images/footer_menu2.png);
    width: 78px;
    height: 16px;
    display: block;
    text-indent: -9999px;
}

nav#footer_menu ul li:nth-child(2) a:hover {
    background-position: 0 -16px;
}

nav#footer_menu ul li:nth-child(3) a {
    background-image: url(./library/images/footer_menu3.png);
    width: 116px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    
}

nav#footer_menu ul li:nth-child(3) a:hover {
    background-position: 0 -16px;
}

nav#footer_menu ul li:nth-child(4) a {
    background-image: url(./library/images/footer_menu4.png);
    width: 82px;
    height: 16px;
    display: block;
    text-indent: -9999px;
}

nav#footer_menu ul li:nth-child(4) a:hover {
    background-position: 0 -16px;
}

nav#footer_menu ul li:nth-child(5) a {
    background-image: url(./library/images/footer_menu5.png);
    width: 159px;
    height: 16px;
    display: block;
    text-indent: -9999px;
}

nav#footer_menu ul li:nth-child(5) a:hover {
    background-position: 0 -16px;
}
#footer_menu_txt{
    margin: 3px 0 0 0 ;
}
#footer_menu_txt ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    
}
#footer_menu_txt ul li{
    position: relative;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    height: auto;
}
#footer_menu_txt ul li::before{
    content: '▶︎';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
}
#footer_menu_txt ul li a{
    text-indent: 0;
    color: #fff;
    font-size: 15px;
}
#footer_menu_txt ul li a:hover{
    color: #F0C965;
}
.footer_copyright {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    /*width: 400px;
    line-height: 12px;
    display: inline-block;
    margin: 31px 0 0px 271px;
    width: 376px;
    height: 12px;*/
}


/*----------------------
css-hack (Firefox)
-----------------------*/

@-moz-document url-prefix() {
    #search input::placeholder {
        color: #727272;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1.1px;
    }
    #search input:focus::placeholder {
        color: transparent;
        transition: .1s;
    }
    .contact_form input::placeholder {
        font-size: 19px;
        letter-spacing: 0px;
        color: #727272;
        line-height: 20px;
    }
    .contact_form textarea::placeholder {
        font-size: 19px;
        letter-spacing: 0px;
        color: #727272;
        line-height: 28px;
    }
    .contact_form input:focus::placeholder {
        color: transparent;
        transition: .1s;
    }
    .contact_form textarea:focus::placeholder {
        color: transparent;
        transition: .1s;
    }
}


/*----------------------
css-hack (Safari)
-----------------------*/

_::-webkit-full-page-media,
_:future,
 :root #search input#s {
    line-height: 30px;
}

_::-webkit-full-page-media,
_:future,
 :root #search input::placeholder {
    color: #C3C3C3;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.1px;
}

_::-webkit-full-page-media,
_:future,
 :root #search input:focus::placeholder {
    color: transparent;
    transition: .1s;
}


/*----------------------
css-hack (IE11)
-----------------------*/

#search input:-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1.1px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

_:-ms-lang(x)::-ms-backdrop,
#search input#s {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 31px;
}

.contact_form input:-ms-input-placeholder {
    font-size: 19px;
    letter-spacing: 0px;
    color: #bdbdbd;
    line-height: 18px;
}

.contact_form textarea:-ms-input-placeholder {
    font-size: 19px;
    letter-spacing: 0px;
    color: #bdbdbd;
    line-height: 28px;
}

_:-ms-lang(x)::-ms-backdrop,
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type='tel'] {
    font-size: 19px;
    line-height: 18px;
}

_:-ms-lang(x)::-ms-backdrop,
.contact_form textarea {
    font-size: 19px;
}


/*----------------------
css-hack (Edge)
-----------------------*/

#search input::-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.1px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#search input:focus::-ms-input-placeholder {
    color: transparent;
    transition: .1s;
}

_:-ms-lang(x)::backdrop,
#search input#s {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_form input::-ms-input-placeholder {
    font-size: 19px;
    letter-spacing: 0px;
    color: #bdbdbd;
    line-height: 20px;
}

.contact_form input:focus::-ms-input-placeholder {
    color: transparent;
    transition: .1s;
}

.contact_form textarea::-ms-input-placeholder {
    font-size: 19px;
    letter-spacing: 0px;
    color: #bdbdbd;
    line-height: 28px;
}

.contact_form textarea:focus::-ms-input-placeholder {
    color: transparent;
    transition: .1s;
}

_:-ms-lang(x)::backdrop,
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type='tel'] {
    font-size: 19px;
}

_:-ms-lang(x)::backdrop,
.contact_form textarea {
    font-size: 19px;
}

/*----追加-----*/
.insta_btn {
    display: block;
    margin: 0 auto;
    text-align: center;/*中央揃え*/
    color: #2e6ca5;/*文字色*/
    font-size: 20px;/*文字サイズ*/
    text-decoration: none;/*下線消す*/
  }
  
  .insta_btn:hover {/*ホバー時*/
    color:#668ad8;/*文字色*/
    transition: .5s;/*ゆっくり変化*/
  }
  
  .insta_btn .insta{/*アイコンの背景*/
    position: relative;/*相対配置*/
    display: block;
    width: 50px;/*幅*/
    height: 50px;/*高さ*/
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    overflow: hidden;/*はみ出た部分を隠す*/
    border-radius: 13px;/*角丸に*/
    margin: 0 auto;
  
  }
  
  .insta_btn .insta:before{/*グラデーションを重ねるため*/
    content: '';
    position: absolute;/*絶対配置*/
    top: 23px;/*ずらす*/
    left: -18px;/*ずらす*/
    width: 60px;/*グラデーションカバーの幅*/
    height: 60px;/*グラデーションカバーの高さ*/
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
  }
  
  .insta_btn .fa-instagram {/*アイコン*/
    color: #FFF;/*白に*/
    position: relative;/*z-indexを使うため*/
    z-index: 2;/*グラデーションより前に*/
    font-size: 35px;/*アイコンサイズ*/
    line-height: 50px;/*高さと合わせる*/
  }


  .insta_ara,
  .insta_ara_k {
    position: absolute;
    padding: 30px 12px;
    border:6px solid #E0E68D;
    border-radius: 5px;
    width:130px;
    height: auto;
  }
.insta_ara{
    right: 0;
    bottom: 260px;
}
.insta_ara_k{
   
    right: 0;
    bottom: 20px;

    height: auto;
    
}
.insta_ara a,
.insta_ara_k a
{
    display: block;
}
.insta_ara a h5,
.insta_ara_k a h5{
   font-size: 15px;
   text-align: center;
   line-height: 24px;
   margin: 20px 0 0 0 ;
   font-weight: bold;
   color: #a2284d;
}
.insta_ara a h5 span,
.insta_ara_k a h5 span{
    font-size: 12px;
    line-height: 20px;
    display: block;
 text-align: left;
    color: #333;
    margin: 20px 0 0 0 ;
    font-weight: normal;
}


.Modula_wrap{
    width: 1040px;
    margin: 0 auto 80px auto;
}
.Modula_wrap h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #414E94;
    margin: 0 auto 30px auto;
    
}

.Modula_wrap img{
    height: auto;
  width: 100%;
  max-width: 100%;
}

.Modula_wrap .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.Modula_wrap .flex a{
    display: block;
    width: 31%;
    margin: 10px;
}

.lb-outerContainer{
    max-width: 1000px;
    width: 90% !important;
    height: auto !important;
}

.lightbox .lb-image{
    width: 100% !important;
    height: auto !important;
}



.none_txt{
    opacity: 0;
    height: 1px;
    overflow: hidden;
    display: block;
    width: 100%;
}

#fancybox-wrap{
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*
#fancybox-outer {
	height: auto !important;
}
#fancybox-wrap{
    width: 90% !important;
    height: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}*/


/*----2026---*/
.top_catchcopy p{
    font-weight: bold;
    font-size: 18px;
}
.center{
    text-align: center;
}
.blue {
    color: #4352A1;
}