/*
 Theme Name: blankstate-child
 Template: blankslate

 */
html,body {
    height: 100%
}

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
*,body,html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    font-family: 'Shippori Mincho', serif;
  }
  body {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
h3.midh3{
    font-weight: bold;
    font-size:1.8rem;
}
  p{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

*,*:after,*:before {
    box-sizing: border-box
}
body,html {
    height: 100%
}
.l-inner{
    width: 88.8%;
    margin: 0 auto;
    max-width: 1200px;
  
  }
.l-inner_50{
    width: 50%;
    margin: 0 auto;
    max-width: 750px;
}
.l-inner_70{
    display: block;
    width: 70%;
    margin: 0 auto;
    max-width: 750px;
}
@media screen and (max-width: 650px){
    .l-inner_70{
        width: 95% !important;

    }
    table{
        width: 100% !important;
    }
    td,th{
        font-size: 14px !important;
        padding: 0.5rem 1rem;
    }
}
*,:after,:before {
    box-sizing: border-box
}

* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

pre,textarea {
    overflow: auto
}

[hidden],audio:not([controls]),template {
    display: none
}

details,main,summary {
    display: block
}

input[type=number] {
    width: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

progress {
    display: inline-block
}

small {
    font-size: 75%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

textarea {
    resize: vertical
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    min-height: 1.5em;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type='button'],input[type='reset'],input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

ol,ul {
    list-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

fieldset {
    border: 0
}

html {
    font-size: 14px
}

body {
    font-family: YuGothic,'ヒラギノ角ゴ ProN W3','Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 1.57;
    word-wrap: break-word;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a {
    text-decoration: underline;
    color: #333
}

a:hover,a:active {
    text-decoration: none
}

a[href^='tel:'] {
    cursor: text;
    text-decoration: none
}

::-moz-selection {
    color: #fff;
    background-color: #0075b8;
    text-shadow: none
}

::selection {
    color: #fff;
    background-color: #0075b8;
    text-shadow: none
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

.invisible {
    visibility: hidden
}

.clearfix:before,.clearfix:after {
    display: table;
    content: ' '
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom:1}

a,.js-hover {
    display: inline-block;
    transition: opacity .3s
}

.mt-0 {
    margin-top: 0!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mt-5 {
    margin-top: 5px!important;
}

.mb-5 {
    margin-bottom: 5px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mt-25 {
    margin-top: 25px!important;
}

.mb-25 {
    margin-bottom: 25px!important;
}
.mt-30 {
    margin-top: 30px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mt-35 {
    margin-top: 35px!important;
}
.mb-35 {
    margin-bottom: 35px!important;
}
.mt-40 {
    margin-top: 40px!important;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.mt-50 {
    margin-top: 50px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.mt-60 {
    margin-top: 60px!important;
}
.mb-60 {
    margin-bottom: 60px!important;
}
.mt-70 {
    margin-top: 70px!important;
}
.mb-70 {
    margin-bottom: 70px!important;
}
.mt-80 {
    margin-top: 80px!important;
}
.mb-80 {
    margin-bottom: 80px!important;
}
.mt-100 {
    margin-top: 100px!important;
}
.mb-100 {
    margin-bottom: 100px!important;
}
.mt-200 {
    margin-top: 200px!important;
}
.mb-200 {
    margin-bottom: 200px;
}
.mt-300 {
    margin-top: 300px!important;
}
.mb-300 {
    margin-bottom: 300px!important;
}
.mt-500 {
    margin-top: 500px!important;
}
.mb-500 {
    margin-bottom: 500px!important;
}
.align-center {
    text-align: center!important;
}

.align-left {
    text-align: left!important;
}

.align-right {
    text-align: right!important;
}

.color-red {
    color: #df4021
}

.color-orange {
    color: #ef4900
}

@media print {
    *,*:before,*:after {
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

.tuition_lists {
    margin: 25px 20px 0 20px
}

.tuition_list {
    display: table;
    font-size: 13px
}

.tuition_lists {
    margin-top: 20px;
    border: 2px solid #fff4da;
    border-top: 0
}

.tuition_list {
    display: block;
    font-size: 14px
}

.tuition_list:first-child .term {
    border-top: 0
}

.tuition_list:last-child .desc {
    border-bottom: 1px dotted #b2b2b2
}

.tuition_list .term {
    display: block;
    padding: 10px 10px 10px 15px;
    width: auto;
    background: #fff4da;
    text-align: left
}

.tuition_list .desc {
    padding: 10px 10px 10px 15px;
    border-top: none;
    background: #fff
}

.tuition_list .desc span {
    font-size: 12px
}

.notes {
    font-size: 11px;
    margin: 10px 20px 0 20px
}

.mod--title2 {
    text-align: center;
    margin-top: 30px
}

.mod--title2 span {
    font-size: 17px;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-align: center
}

.mod--title2 span:before,.mod--title2 span:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../img/ico_h.png) no-repeat left top;
    background-size: 16px auto
}

.mod--title2 span:before {
    left: -30px
}

.mod--title2 span:after {
    right: -30px
}
.center{
    display: flex;
justify-content: center;
align-items: center;
flex-direction:column;
}
.textcenter{
    text-align: center;
}
.flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.flexbox_center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-items: center;

  
}
.col-5 {  width: calc( 50% - 20px ); }
.col-4 {  width: calc( 40% - 20px ); }
.col-3 {  width: calc( 33.33333333% - 20px );  }
.col-2 {  width: calc( 20% - 20px );  }
.col-2_5 {  width: calc( 25% - 20px );  }
.col-1 {  width: calc( 10% - 20px );  }
.col-5 img{
    flex: 1;
    width: 100%;
   
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 0.5rem 4rem;
	
	border: 0.5px solid #765800;
	color: #765800;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #765800;
    }
.opa{
    opacity: 0.5;
}

.card {
 
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    display: flex;
    flex-direction: column;
}
.card-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
}
.card-content {
    padding: 20px;
}
.card-title {
    
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
p.card-text {
    line-height: 1.4em !important;
}
.card-link {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px;
}
h3{
    position: relative;
}
h3.ashirai_h3:after{
     
    content: "";
  display: block;
  
  background-image: url(/img/common/ashirai/no_3.png);
    position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;


  background-size: contain;
  background-position: center;
  width: 100%;
  height: 15px; /* 画像の高さに応じて適切な値に調整してください */
}
section.no3{
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}
.parent_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    }
    
    .photo_big { grid-area: 1 / 1 / 3 / 4; }
    .photo_sm1 { grid-area: 3 / 1 / 4 / 2; }
    .photo_sm2 { grid-area: 3 / 2 / 4 / 3; }
    .photo_sm3{ grid-area: 3 / 3 / 4 / 4; }
    .img_cover{
        width: 100%;

    height: 100%;
    }
    .parent_box2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        }
        
        .photo_big2 { grid-area: 1 / 1 / 2 / 3; }
        .photo_sm4 { grid-area: 2 / 1 / 3 / 2; 
        height: 250px;}
        .photo_sm5 { grid-area: 2 / 2 / 3 / 3; height: 250px;}