@charset "UTF-8";
/*
Theme Name:THALEIA Theme
Description:THALEIA
Author:FunTre株式会社
Author URI:http://funtre.com/
Version: 2.0
*/


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

	reset

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
body {
    line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
ins {
    background-color: #ff9;
    color: #57980f;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #57980f;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #57980f;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
/****************************************

	wordpress

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


body.wp-autoresize, .mce-content-body.post-area {
    padding: 10px !important;
    min-width: 100%;
    box-sizing: border-box;
}
/****************************************

	clearfix

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

.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0 !important;
    content: "";
    font-size: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
/****************************************

	main Layout

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

@font-face {
    font-family: "YuGothic M";
    src: local("Yu Gothic Medium"), local("Yu Gothic");
    font-weight: 500;
}
html {
    overflow-y: scroll;
}
body {
    color: #333;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    background: #f9f9f4;
    min-width: 1200px;
    overflow: hidden;
}
#contents {
    width: 1200px;
    margin: 0 auto 50px;
    padding: 0 20px;
    position: relative;
}
.home.page #contents {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.page-template-page-one-column #contents {
    max-width: 1200px;
    width: 100%;
    padding: 0;
}
#main {
    width: 834px;
    float: left;
}
.home.page #main {
    width: 100%;
    float: none;
}
#main.one-column {
    width: 960px;
    float: none;
    margin: 0 auto;
}
#sidebar {
    float: right;
    width: 320px;
}

.onlineShop {
    margin-top: 3%;
}

@media screen and (max-width : 800px) {
body {
    min-width: 100%;
}
#contents {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 30px;
}
.home.page #contents {
    margin-bottom: 0;
}
.page-template-page-one-column #contents {
    max-width: auto;
    padding: 0 10px;
}
#main {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.home.page #main {
    margin-bottom: 0;
}
#main.one-column {
    width: 100%;
}
#sidebar {
    width: 100%;
    float: none;
}
}

@media screen and (max-width : 600px) {
body {
    -webkit-text-size-adjust: 100%;
}
}
/****************************************

	general&common

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

a {
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    color: #8db1ac;
}
a:hover {
    color: #c1d9d6;
}
.clear {
    display: block;
    clear: both;
}
.st {
    font-weight: bold;
}
.posr {
    position: relative;
}
.align-c {
    text-align: center;
}
.fb-page {
    margin-bottom: 40px;
}
.mincho {
    font-feature-settings : "palt";
    font-kerning : auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', sans-serif;
}
.point01 {
    color: #FF0004;
}
.point02 {
    color: #ec6e92;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 20px;
}

.sp-view{
	display: none;
}

@media screen and (max-width : 600px) {
.alignleft,  .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
	
.sp-view{
	display:block;
}
	
}
/****************************************

	 header

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


#header {
    text-align: center;
    position: relative;
}
#header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto;
    padding: 37px 20px;
    position: relative;
}
#header-logo {
    max-width:176px;
}
.header-sns {
    display: flex;
}
.header-sns li {
    margin: 0 0.7rem;
    width: 33px;
}
.header-mail-ctn {
    width: 565px;
    height: 141px;
    background: url(images/header_mail.jpg) no-repeat center top;
}
.header-mail-ctn img {
    display: none;
}
.header-mail-ctn .touroku-form {
    padding: 96px 20px 0;
}
.header-mail-ctn .inputmail, .header-mail-ctn .inputname {
    width: 35%;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 8px;
}
.header-mail-ctn .touroku-form .submit-btn {
    width: 25%;
    box-sizing: border-box;
    padding: 8px;
}
.header-mail-btn {
    display: none;
}

@media screen and (max-width : 800px) {
#header {
    padding: 0;
    height: auto;
}
#header-inner {
    padding:20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin: 0;
}
#header-logo {
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 0;
    text-align: center;
}
.header-sns {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
}
.header-sns li {
    margin: 0 0.3rem;
    width: 25px;
}
.header-mail-btn {
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #e92c25;
    color: #fff;
    line-height: 44px;
    font-size: 14px;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-top: 30px;
}
.header-mail-btn .fa {
    margin-right: 5px;
}
.header-mail-ctn {
    display: none;
    width: 290px;
    margin: 20px auto 0;
    height: auto;
    background: #c7d6e4;
}
.header-mail-ctn img {
    display: block;
}
.header-mail-ctn .touroku-form {
    padding: 20px;
}
.header-mail-ctn .inputmail, .header-mail-ctn .inputname {
    width: 100%;
    margin-right: 0;
    padding: 5px;
    height: 40px;
    margin-bottom: 15px;
}
.header-mail-ctn .touroku-form .submit-btn {
    width: 100%;
    padding: 5px;
    height: 40px;
}
}
@media screen and (max-width : 374px) {
.header-sns {
    display: none;
}
}

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

	global Navi

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

#nav-bg {
    position: relative;
    z-index: 999;
    padding-bottom: 15px;
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
#global-navi {
    width: 1200px;
    margin: 0 auto;
    height: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.flexnav {
    display: table;
    table-layout: fixed;
}
.flexnav li, .flexnav li a {
    background: transparent;
    color: #8a7860;
    text-decoration: none;
    overflow: visible;
	font-family: 'Noto Serif JP', sans-serif;
}
.flexnav li {
    width: auto;
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
.flexnav>li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    border-left: #8a7860 1px dotted;
    text-align: center;
}
.flexnav li a {
    padding: 17px 20px;
	border: none;
	font-size: 14px;
}
.flexnav > li > a {
    padding: 10px;
    font-weight: 700;
}
.flexnav li a:hover {
    background: #f7ecdf;
}
.flexnav > li:last-child {
    border-right:#8a7860 1px dotted;
}
.flexnav .menu-item-has-children {
    padding-right: 30px;
}
.menu-item-has-children .sub-menu {
    display: none;
}
.menu-item-has-children .sub-menu li {
    padding-right: 0;
}
.flexnav li ul li a {
    background: #fdf6ed;
    border-left: none;
    text-align: left;
}
.flexnav ul li ul li a {
    background: #fdf6ed;
    text-align: left;
}
.flexnav li ul {
    min-width: 200px;
}
.flexnav .touch-button .navicon {
    position: relative;
    top: 15px;
    font-size: 14px;
    color: #333;
}
.flexnav > li > .touch-button .navicon {
    top: 10px;
}
.menu-item-has-children .sub-menu .touch-button .navicon {
    color: #333;
}
.flexnav .touch-button {
    height: 56px;
    width: 44px;
    background: none;
}
.nav-fix {
    padding-top: 15px;
    width: 100%;
    position: fixed !important;
    top: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	background: rgba(253,246,237,0.92);
}

@media screen and (max-width : 800px) {
#global-navi {
    width: 100%;
    height: auto;
}
#nav-bg {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border-top: 1px solid #dccbb4;
    border-bottom: 1px solid #dccbb4;
}
.flexnav.flexnav-show {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 80vh !important;
}
.flexnav {
    display: block;
}
.flexnav li a {
    border-left: none;
}
.flexnav > li {
    width: 100%;
    display: block;
}
.flexnav > li:after, .flexnav > li:before, .flexnav > li:last-child a:before, .flexnav > li:last-child a:after {
    content: none;
}
.flexnav > li > a {
    padding: 17px 20px;
}
.flexnav li a {
    background: #f9f9f4;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    text-align: left;
}
.flexnav li ul li a {
    background: #fff;
}
.flexnav li ul li ul li a {
    background: #fff;
}
.flexnav li ul {
    min-width: 0;
}
.menu-button {
    background: transparent;
    text-align: center;
    color: #8a7860;
    font-weight: bold;
    padding: 17px;
    border-bottom: none;
}
.menu-button .touch-button {
    height: 56px;
}
.flexnav .touch-button {
    height: 57px;
}
.flexnav .touch-button .navicon {
    color: #8a7860;
}
.menu-button .touch-button .navicon {
    color: #8a7860;
    top: 1em;
}
.flexnav > li > .touch-button .navicon {
    top: 15px;
}
.flexnav .menu-item-has-children {
    padding-right: 0;
}
}
/****************************************

	slider

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

#main-visual {
    width: 100%;
    margin-top: 15px;
}
#main-visual img {
    width: 100% !important;
    height: auto;
    display: inline-block;
}
#main-visual a {
    display: block;
}
.flexslider {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 auto 30px !important;
    background: transparent !important;
}
.flexslider li {
    overflow: hidden;
}
#main-visual .flexslider {
    margin-bottom: 0 !important;
}

@media screen and (max-width : 800px) {
#main-visual + .idx_mail {
    margin-top: 30px;
}
.flexslider {
    margin-bottom: 30px !important;
    max-width: initial;
}
#main-visual {
     margin-top: 0;
    padding: 0;
    background: none;
    min-height: initial;
}
#main-visual .slides img {
    width: 100% !important;
}
}
/****************************************

	breadcrumb

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

#breadcrumb {
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
    padding-top: 20px;
}
#breadcrumb ul {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 20px 0
}
#breadcrumb li {
    float: left;
    padding: 5px 15px;
    position: relative;
}
#breadcrumb li:first-child {
    padding-left: 0;
}
#breadcrumb li:first-child:after {
    content: none;
}
#breadcrumb li:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    color: #333;
}
#breadcrumb a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}
#breadcrumb .fa-home {
    font-size: 16px;
}
#breadcrumb a:hover {
    opacity: 0.6;
}

@media screen and (max-width : 800px) {
#breadcrumb {
    margin-top: 0;
}
#breadcrumb ul {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}
}

@media screen and (max-width : 600px) {
#breadcrumb {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 10px;
}
#breadcrumb ul {
    padding: 5px 10px 0;
    overflow: hidden;
}
#breadcrumb li {
    float: left;
    padding: 5px 10px;
    position: relative;
    font-size: 12px;
}
#breadcrumb li:after {
    margin-top: -6px;
    color: #ccc;
}
}
/****************************************

	post

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

.article-box article, .post-single, .post-page {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.post-single, .post-page {
    margin-bottom: 30px;
}
.article-box article {
    width: 402px;
    float: left;
}
.article-box article:nth-child(even) {
    float: right;
}
.article-box article {
    margin-top: 30px;
}
.article-box article:first-child, .article-box article:nth-child(2) {
    margin-top: 0;
}
.post-area {
    padding: 50px;
    word-break: normal;
    word-wrap: break-word;
    position: relative;
    font-size: 18px;
    line-height: 1.8em;
}
.post-area pre {
white-space: pre-wrap ;
}
.article-box a {
    text-decoration: none;
    color: #333;
    display: block;
}
.post-list {
    word-break: normal;
    word-wrap: break-word;
    padding: 20px;
}
.post-list h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    min-height: 0;
    margin-bottom: 15px;
}
.post-list-ctn {
    height: 116px;
    overflow: hidden;
    margin-bottom: 25px;
}
.post-category a {
    text-decoration: none;
    color: #999;
    display: inline;
}
.post-category {
    color: #999;
    width: 50%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.post-category .fa, .post-date .fa {
    margin-right: 2px;
}
.post-date {
    color: #999;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    font-size: 12px;
}
.excerpt {
    font-size: 13px;
}
.post-contents {
    padding-bottom: 50px;
}
.post-box {
    overflow: hidden;
}
.post-thumb {
    width: 100%;
    min-height: auto;
    overflow: hidden;
    position: relative;
}
.post-thumb:before {
    content: "";
    display: block;
    padding-top: 49%;
}
.post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.post-thumb:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.post-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-area h1 {
    font-size: 28px;
    line-height: 1.5em;
    min-height: 0;
    margin-bottom: 1.2em;
}
.post-page h1 {
    padding-bottom: 0px;
    margin-bottom: 1em;
}
.post-page h1:first-letter {
    color: #8db1ac;
}
#page-title {
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    padding: 30px;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 30px;
}
.post-area h2 {
    clear: both;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.6;
    background: #daeeeb;
    padding: 20px;
}
.post-area h3 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 2px solid #8db1ac;
}
.post-area h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #8db1ac;
}
.post-area h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.icatch {
    text-align: center;
    margin-bottom: 30px;
}
.post-area .post-date {
    margin-bottom: 15px;
    float: none;
    width: 100%;
}
.post-area .post-category {
    padding: 10px 0;
    margin-bottom: 35px;
    float: none;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.post-404 {
    padding-bottom: 10px;
}
.post-area img {
    max-width: 100%;
    height: auto;
}
.home-btn {
    padding: 15px;
    border: solid 1px #b3b3b3;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
	color: #333;
}

.home-btn:hover {
	opacity: 0.6;
}

.video-wrapper {
    width: 640px;
    margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.toparticle article {
    margin-top: 30px;
}

@media screen and (max-width : 800px) {
.article-box article {
    width: 49%;
}
.post-area {
    padding: 30px;
}
.intro-btns {
    margin-top: 30px;
}
.intro-btns li {
    width: 100%;
    float: none;
    text-align: center;
}
.intro-btns li+li {
    margin-left: 0;
    margin-top: 15px;
}
.intro-btns a:hover {
    opacity: 1;
}
}

@media screen and (max-width : 600px) {
.article-box article {
    width: 100%;
    float: none;
}
.article-box article:nth-child(even) {
    float: none;
}
.article-box article, .article-box article:nth-child(2) {
    margin-top: 30px;
}
.post-list-ctn {
    height: auto;
}
.post-area {
    padding: 30px 20px 20px;
}
.article-box {
    margin: 0;
}
.article-box article+article {
    margin-top: 20px;
}
.post-area h1 {
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 1.4em;
}
.post-single h1 {
    margin-bottom: 10px;
}
.post-area {
    font-size: 16px;
}
.post-area h2 {
    font-size: 20px;
    padding: 15px;
}
.post-area h3 {
    font-size: 18px;
}
.post-area h4 {
    font-size: 16px;
}
.post-area h5 {
    font-size: 14px;
}
.post-single, .post-page {
    margin: 0 -10px 30px;
}
#page-title {
    padding: 20px;
}
.post-area .post-category {
    margin-bottom: 15px;
}
.post-contents {
    padding-bottom: 40px;
}
.post-contents section + section {
    margin-top: 40px;
}
.post-none {
    margin: 0;
}
.home-btn {
    width: 100%;
}
.video-container {
    width: 100%;
}
}
/****************************************

	top

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

.en {
    font-family: 'Prata', serif;
}
.idx section {
    padding: 120px 0;
    background: #fff;
}
.idx .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
.idx section p+p {
    margin-top: 1.5em;
}
.idx section h2 {
    font-size: 48px;
    margin-bottom: 50px;
    line-height: 1.6;
    text-align: center;
    font-feature-settings : "palt";
    font-kerning : auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', sans-serif;
	font-weight: normal;
	color: #af9132;
}
.idx section h2 .en {
    display: block;
    color: #867f62;
    font-size: 18px;
	margin-top: 5px;
}
.idx section h3 {
    font-feature-settings : "palt";
    font-kerning : auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', sans-serif;
	color: #af9132;
	font-weight: normal;
}
.idx section h3 .en {
    display: block;
    color: #8a7860;
    font-size: 17px;
}
#c01 {
	background: #50321b;
	 padding: 80x 0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Serif JP', sans-serif;
}
#c01 h2 {
    line-height: 1.6;
    font-size: 43px;
	color: #fff;
	margin-bottom: 40px;
}

#c01 p + p {
    margin-top: 40px;
}
#c01 .top-c01-ctn {
    margin: 0 auto;
	color: #efe6d7;
	font-size: 20px;
}
#c01 .sub {
	font-size: 28px;
	color: #fff;
	margin-bottom:40px;
}

#c02{
	background: #efe6d7;
}

#c03 {
    background: #fff;
}

#c03 #calframe{
	width: 100%;
	height: 940px;
}

#c04 {
    background: #efe6d7;
}

.top-sec-img{
	max-width:640px;
	margin: 0 auto;
}

.course-list {
    max-width: 900px;
    margin: 0 auto;
}
.course-list li {
    font-size: 14px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.course-list li:first-child {
    border-top: 1px solid #ccc;
}
.course-list li a {
    text-decoration: none;
}
.course-list li h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.course-date {
    width: 150px;
}
.top-sec-img {
    position: relative;
}
.top-sec-img img {
    box-shadow: 0px 0px 51px 0px rgba(9, 2, 4, 0.3);
}
.top-sec-img a:hover {
    opacity: 0.6;
}
.col3 {
    overflow: hidden;
	display: flex;
}

.col3.col3-pt01{
	justify-content: center;
}

.col3 li {
    width: 30%;
    text-align: center;
}
.col3 li a {
    text-decoration: none;
    color: #333;
}
.col3 li a:hover {
    opacity: 0.6;
}
.col3 li img {
    max-width: 100%;
    height: auto;
}
.col3.col3-pt01 li img {
 width:calc(280 / 360 * 100%);
}
.col3 li+li {
    margin-left: 5%;
}
.col3 h3 {
    font-size: 30px;
    margin-top: 25px;
}
.col3 h3 .en {
    display: block;
    font-weight: 400;
}
.col3 .list-ttl, .col3 .list-excerpt {
    text-align: left;
	color: #5e5942;
}
.col3 .list-ttl {
    font-size: 18px;
    margin: 20px 0 15px;
}
.col3 .list-excerpt {
    font-size: 14px;
}
.midstream {
    height: 478px;
}
.midstream.pt01 {
    background: url(images/midstream_bg03.jpg) no-repeat center top fixed;
    background-size: cover;
}
.midstream.pt02 {
    background: url(images/midstream_bg02.jpg) no-repeat center top fixed;
    background-size: cover;
}
.cmn-btn {
    text-align: center;
}
.cmn-btn .fa {
    margin-right: 10px;
}
.cmn-btn a {
    color: #fefefe;
    background: #af9132;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 60px;
    margin-top: 60px;
    display: inline-block;
}
.cmn-btn a:hover {
    background: #cdb464;
}
#top-ftr {
    background: #efe6d7;
    padding: 80px 20px;
}
#top-ftr .article-mailkouza {
    margin: 0 auto;
}
#toc_container {
    display: none !important;
}

@media screen and (max-width : 800px) {
.idx section {
    padding: 100px 0;
}
.idx .inner {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
}
.idx section p+p {
    margin-top: 1.5em;
}
.idx section h2 {
    font-size: 35px;
}
.top-sec-img img {
    max-width: 100%;
    height: auto;
}
.midstream {
    height: 300px;
}
}

@media screen and (max-width : 600px) {
.idx section {
    padding: 50px 0;
    font-size: 16px;
    line-height: 1.8em;
    background: #fff;
}
.idx section h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4em;
}
.idx section h2 .en {
    font-size: 10px;
    margin-top: -5px;
}
#c01 {
	padding: 50px 0;
}
#c01 h2 {
    line-height: 1.6;
    font-size: 24px;
	margin-bottom: 30px;
}

#c01 .sub {
	font-size: 18px;
	margin-bottom:30px;
	text-align: center;
}
	
#c01 .top-c01-ctn {
	text-align: left;
	font-size: 14px;
}
	
#c01 p br{
	display: none;
}

#c01 p + p {
    margin-top: 30px;
}
	
	#c03{
		padding-bottom: 0;
	}
	
.course-list li {
    padding: 15px;
    display: block;
}
.course-date {
    width: 100%;
}

.col3{
	display: block;
}

.col3 li {
    width: 100%;
    float: none;
    text-align: center;
}
.col3 li+li {
    margin-left: 0;
    margin-top: 25px;
}
.col3 li a:hover {
    opacity: 1;
}
.col3 h3 {
    font-size: 20px;
}
.idx .col3 h3 .en {
    font-size: 10px;
}
.col3 .list-ttl {
    font-size: 16px;
}
.col3 .list-excerpt {
    font-size: 12px;
    line-height: 1.6;
}
.midstream.pt01 {
    background: url(images/midstream_bg03.jpg) no-repeat center top;
    background-size: 100% auto;
}
.midstream.pt02 {
    background: url(images/midstream_bg02.jpg) no-repeat center top;
    background-size: 100% auto;
}
.midstream {
    height: 200px;
}
.cmn-btn a {
    font-size: 14px;
    padding: 12px 50px;
    margin-top: 40px;
}
.cmn-btn a:hover {
    opacity: 1;
}
#top-ftr {
    padding: 30px 20px;
}
}
/*****************************************

	page

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

.post-page .post-contents {
    padding-bottom: 0;
}
.page-sec + .page-sec {
    margin-top: 70px;
}
.post-page h1 {
    font-size: 30px;
    margin-bottom: 40px;
    font-feature-settings: "palt";
    font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing: 1px;
}

.sub-sec {
    counter-increment: titleNum;
}
.sub-sec + .sub-sec {
    margin-top: 50px;
}
.num-h {
    position: relative;
    padding: 0 0 10px 35px;
    border-bottom: 1px solid #ccc;
}
.num-h::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: counter(titleNum);
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #014b94;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.page-sec p {
    margin-bottom: 30px;
}
.col-flex {
    display: flex;
}
.col-flex .col01 {
    width: 178px;
}
.col-flex .col02,
.col-flex .txt {
    flex: 1;
    padding-left: 40px;
}

.col-flex .ph{
    width: 300px;
}

.map iframe{
	width: 100%;
	margin: 40px 0;
}


.lead-img {
    margin-bottom: 40px;
}
.txt-st {
    text-align: center;
    margin: 50px 0;
    text-align: center;
    color: #8db1ac;
    font-weight: bold;
    font-size: 24px;
    font-feature-settings : "palt";
    font-kerning : auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 2;
}
.txt-st.point02 {
    color: #ec6e92;
}
.indent-list li {
    text-indent: -1em;
    padding-left: 1em;
}
.tbl {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
}
.tbl th, .tbl td {
    padding: 20px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tbl th {
    background: #eee;
    white-space: nowrap;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}

@media screen and (max-width : 600px) {
	
.post-page {
		padding-bottom: 30px;
}
	
.page-sec + .page-sec {
    margin-top: 50px;
}
.sub-sec + .sub-sec {
    margin-top: 40px;
}
.post-page h1 {
    font-size: 24px;
}
.num-h {
    padding: 0 0 10px 35px;
}
.num-h::before {
    top: 0;
}
.page-sec p {
    margin-bottom: 20px;
}
.col-flex {
    display: block;
}
.col-flex .col01 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.col-flex .col02,
.col-flex .txt{
    flex: auto;
    padding-left: 0;
}
.col-flex .ph{
    margin: 0 auto 20px;
}

.map iframe{
	margin: 30px 0;
}

.lead-img {
    margin-bottom: 30px;
}
.txt-st {
    margin: 30px 0;
    font-size: 20px;
    line-height: 1.6;
}
.tbl th,  .tbl td {
    padding: 15px;
    display: block;
    text-align: left;
}
.s-mb10 {
    margin-bottom: 10px;
}
.s-mb20 {
    margin-bottom: 20px;
}
.s-mb30 {
    margin-bottom: 30px;
}
.s-mb40 {
    margin-bottom: 40px;
}
.s-mb50 {
    margin-bottom: 50px;
}
.s-mb60 {
    margin-bottom: 60px;
}
}

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

	program

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

.pg-list:not(:last-child){
	margin-bottom: 60px;
}

.pg-list-item{
	display: flex;
}

.pg-list-thumb{
	max-width: 300px;
}

.pg-list-txt{
	flex:1;
	margin-left: 30px;
}

.pg-list .cmn-btn{
	text-align: left;
	
}

.pg-list .cmn-btn a{
	padding: 5px 60px;
	margin-top: 30px;
}

.pg_taxList ul {
    display: flex;
    justify-content: space-around;
}

.pg_taxList ul li a {
    color: #fefefe;
    background: #f29a4b;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 60px;
    display: inline-block;
}

.pg-link {
    text-align: center;
}

.pg-link a {
    color: #fefefe;
    background: #af9132;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 60px;
    margin-top: 60px;
    display: inline-block;
}


@media screen and (max-width : 600px) {
	
	.pg-list:not(:last-child){
		margin-bottom: 40px;
	}

	.pg-list-item{
		display: block;
	}

	.pg-list-thumb{

		margin: 0 auto 20px;
	}

	.pg-list-txt{
		margin-left:0;
	}

	.pg-list .cmn-btn{
		text-align: center;

	}

	.pg-list .cmn-btn a{
		margin-top: 20px;
	}

	
}

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

	program

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

.voice-list:not(:last-child){
	margin-bottom: 30px;
}

.voice-list-item{
	display: flex;
	padding: 30px;
	border: 1px solid #ccc;
}

.voice-list-thumb{
	max-width: 224px;
}

.voice-list-txt{
	flex:1;
	margin-left: 30px;
	font-size: 16px;
}

.voice-list-txt h2{
	font-size: 20px;
	padding: 0;
	background: none;
	margin-bottom: 20px;
}


@media screen and (max-width : 600px) {
	
	.voice-list:not(:last-child){
		margin-bottom: 20px;
	}

	.voice-list-item{
		display: block;
		padding: 20px;
	}

	.voice-list-thumb{
		max-width: 224px;
		margin: 0 auto 20px;
	}

	.voice-list-txt{
		margin-left:0;
	}

	.voice-list-txt h2{
		font-size: 18px;
	}
	
}

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

	カスタムページ

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

.page-ttl {
    margin-bottom: 30px !important;
}
.ctmp-list-thumb {
    width: 300px;
    float: left;
    margin-right: 30px;
}
.ctmp-list+.ctmp-list {
    margin-top: 40px;
}
.ctmp-list-txt {
    overflow: hidden;
}
.ctmp-list-btn i {
    margin-right: 10px;
}
.intro-ttl-area {
    display: table;
    width: 100%;
    background: #e9e9da;
    margin-bottom: 40px;
}
.ctmp-list .cmn-btn {
    text-align: left;
}
.ctmp-list .cmn-btn a {
    margin-top: 30px;
}
.intro-thumb, .intro-ttl-area h1 {
    display: table-cell;
}
.intro-thum {
    width: 300px;
}
.intro-ttl-area h1 {
    font-size: 34px;
    vertical-align: middle;
    text-align: center;
    line-height: 1em;
}
.intro-ttl-area h1 .en {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #471804;
}
.intro-ttl-area h1:first-letter, .intro-ttl-area h1 .en:first-letter {
    color: #471804;
}
.intro-thumb {
    width: 300px;
}
.intro-btns {
    overflow: hidden;
    margin-top: 20px;
}
.intro-btns li {
    width: 32%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.intro-btns li+li {
    margin-left: 2%;
}
.intro-btns li:nth-of-type(4n) {
    margin-left: 0;
}
.intro-btns a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
}
.intro-btns a:hover {
    opacity: 0.5;
}
.intro-btns i {
    margin-right: 10px;
}
.fb a {
    background: #4267b2;
}
.blg a {
    background: #f99b21;
}
.exp a {
    background: #80b316;
}
.afn a {
    background: #471804;
    font-size: 14px;
    letter-spacing: -1px;
}
.kouza.post-area h2 {
    background: none;
    font-size: 26px;
    padding: 0;
    margin-bottom: 15px;
}
.kouza.post-area h2:first-letter {
    color: #471804;
}
.kouza .ctmp-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.kouza .ctmp-list:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.ctmp-list-date {
    margin-bottom: 5px;
}
.ctm-list-name {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0 25px;
}
.acf-map img {
    max-width: inherit !important;
}
.cource-list + .cource-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #ccc;
}
.ctm-3col, .ctm-4col {
    overflow: hidden;
}
.ctm-3col +.ctm-3col, .ctm-4col +.ctm-4col {
    margin-top: 50px;
}
.ctm-3col a, .ctm-4col a {
    text-decoration: none;
    color: #471804;
}
.ctm-3col a:hover, .ctm-4col a:hover {
    opacity: 0.5;
}
.ctm-3col-list {
 width : -webkit-calc((230/734)*100%);
 width : calc((230/734)*100%);
    float: left;
 margin-right: -webkit-calc((22/734)*100%);
 margin-right: calc((22/734)*100%);
    margin-top: 30px;
    text-align: center;
}
.ctm-4col-list {
 width : -webkit-calc((230/734)*100%);
 width : calc((167/734)*100%);
    float: left;
 margin-right: -webkit-calc((22/734)*100%);
 margin-right: calc((22/734)*100%);
    margin-top: 30px;
    text-align: center;
}
.ctm-3col-list:nth-of-type(3n), .ctm-4col-list:nth-of-type(4n) {
    margin-right: 0;
}
.ctm-3col-list:nth-of-type(1), .ctm-3col-list:nth-of-type(2), .ctm-3col-list:nth-of-type(3), .ctm-4col-list:nth-of-type(1), .ctm-4col-list:nth-of-type(2), .ctm-4col-list:nth-of-type(3), .ctm-4col-list:nth-of-type(4) {
    margin-top: 0;
}
.movie-thumb, .prof-thumb {
    margin-bottom: 10px;
}
.movie-thumb img, .prof-thumb img {
    max-width: 100%;
    height: auto;
}
.ctm-name {
    background: #471804;
    /* display: inline; */
    padding: 5px 8px;
    line-height: 1.5;
	color: #fff;
    font-size: 10px;
}

.ctm-3col-list h3, .ctm-4col-list h3 {
    border: none;
    padding: 0;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

@media screen and (max-width : 800px) {
.ctmp-list-thumb {
    width: 30%;
    margin-right: 5%;
}
}

@media screen and (max-width : 600px) {
.page-ttl {
    margin-bottom: 20px !important;
}
.ctmp-list-thumb {
    width: 100%;
    text-align: center;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.ctmp-list-date, .ctm-list-place {
    font-size: 14px;
}
.ctmp-list+.ctmp-list {
    margin-top: 30px;
}
.ctmp-list .cmn-btn {
    text-align: center;
}
.ctmp-list-btn a:hover {
    opacity: 1;
}
.intro-ttl-area {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.intro-thumb, .intro-ttl-area h1 {
    display: block;
    text-align: center;
}
.intro-thumb {
    width: 100%;
    margin-bottom: 20px;
}
.intro-ttl-area h1 {
    font-size: 24px;
    line-height: 1em;
}
.intro-ttl-area h1 .en {
    font-size: 12px;
}
.kouza.post-area h2 {
    font-size: 22px;
}
.cource-list {
    font-size: 16px;
}
.ctm-3col +.ctm-3col, .ctm-4col +.ctm-4col {
    margin-top: 30px;
}
.ctm-3col a:hover, .ctm-4col a:hover {
    opacity: 1;
}
.ctm-3col-list, .ctm-4col-list {
    width : 100%;
    float: none;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 15px 20px 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ctm-3col-list+.ctm-3col-list, .ctm-4col-list+.ctm-4col-list {
    border-top: 1px solid #ccc;
}
.ctm-3col-list:after, .ctm-4col-list:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
}
.movie-thumb, .prof-thumb {
    margin-bottom: 0;
    width: 100px;
    float: left;
    margin-right: 10px;
}
.ctm-list-txt {
    overflow: hidden;
}
.ctm-name {
    position: relative;
    top: -6px;
	font-size: 9px;
}

.ctm-3col-list h3, .ctm-4col-list h3 {
    border: none;
    padding: 0;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.ctm-3col h2, .ctm-4col h2 {
    margin-bottom: 10px;
}
}
/****************************************

	prev&next

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

.prevnext {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0;
    position: relative;
    font-size: 13px;
}
.prevnext:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-right: 1px solid #ccc;
}
.prevnext a {
    display: block;
    text-decoration: none;
    padding: 30px;
    color: #471804;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.previous a {
    padding-left: 0;
}
.next a {
    padding-right: 0;
}
.prevnext a:hover {
    background: #f8f8f8;
}
.prevnext .fa {
    color: #8db1ac;
}
.previous .fa {
    padding-left: 1px;
}
.next .fa {
    padding-right: 1px;
}
.previous, .prev-none, .next, .next-none {
    width: 50%;
    float: left;
}
.prev-none a, .next-none a {
    min-height: 142px;
    line-height: 142px;
    text-align: center;
}
.toprev, .tonext {
    margin-bottom: 10px;
    position: relative;
}
.toprev:before {
    content: "";
    position: absolute;
    border-top: 1px dotted #471804;
    top: 50%;
    left: 100px;
    right: 0;
}
.tonext:before {
    content: "";
    position: absolute;
    border-top: 1px dotted #471804;
    top: 50%;
    right: 100px;
    left: 0;
}
.tonext {
    text-align: right;
}
.prevnext-box {
    display: table;
    width: 100%;
}
.prevnext-thumb, .prevnext-title {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}
.prevnext-thumb {
    width: 150px;
}
.prevnext-thumb img {
    width: 100%;
    height: auto;
}
.prevnext-title {
    padding-left: 10px;
    line-height: 1.6em;
}

@media screen and (max-width : 600px) {
.prevnext {
    margin: 0 -20px -20px;
}
.prevnext a {
    padding: 15px 10px;
}
.prevnext a:hover {
    background: transparent;
}
.prevnext-thumb {
    display: none;
}
.prevnext-title {
    padding: 10px 0 0;
}
.toprev, .tonext {
    margin-bottom: 0;
}
.prev-none a, .next-none a {
    min-height: 0;
    line-height: 1.6em;
    text-align: left;
}
}
/****************************************

	relation

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

.relation-box {
    margin-bottom: -50px;
    background: #fff;
    overflow: hidden;
}
.relation-box h2 {
    color: #471804;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 0;
    background: none;
}
.thumb-area {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
}
.thumb-area:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-right: 1px solid #ccc;
}
.thumb-box {
    display: table;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.thumb-box a {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #471804;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.thumb-box a:hover {
    background: #f8f8f8;
}
.thumb-box:nth-child(odd) a {
    padding-left: 0;
}
.thumb-box:nth-child(even) a {
    padding-right: 0;
}
.thumb-ph, .thumb-title {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}
.thumb-ph {
    width: 150px;
}
.thumb-ph-in {
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.thumb-ph img {
    width: 100%;
    height: auto;
}
.thumb-title {
    padding-left: 10px;
}

@media screen and (max-width : 800px) {
.relation-box {
    margin-bottom: -30px;
}
}

@media screen and (max-width : 600px) {
.relation-box h2 {
    padding: 0 10px 10px;
    margin-bottom: 0;
}
.relation-box {
    margin: 0 -20px -20px;
}
.thumb-box {
    width: 100%;
    position: relative;
}
.thumb-box {
    position: relative;
    padding-right: 15px;
}
.thumb-box:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    font-size: 20px;
}
.thumb-box:nth-child(odd) a {
    padding-left: 10px;
}
.thumb-box:nth-child(even) a {
    padding-left: 10px;
    padding-right: 15px;
}
.thumb-box a {
    padding: 10px;
}
.thumb-box a:hover {
    background: #fff;
}
.thumb-area:after {
    content: none;
}
.thumb-ph {
    width: 100px;
}
.thumb-ph-in {
    width: 100px;
    height: 67px;
    overflow: hidden;
}
}
/****************************************

	social

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

#social {
    text-align: center;
    background: #e9e9da;
    padding: 20px 0;
    margin: 0 -50px;
}
#social li {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width : 800px) {
#social {
    margin: 0 -30px;
}
}

@media screen and (max-width : 600px) {
#social {
    margin: 0 -20px;
}
}
/****************************************

	検索

*****************************************/
#searchform {
    position: relative;
}
#s {
    width: 246px;
    height: 44px;
    line-height: 20px;
    padding: 10px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #999;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    color: #999;
}
#s:focus {
    color: #471804;
}
#searchsubmit {
    position: absolute;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 3;
    background: rgba(255,255,255,0);
}
#searchsubmit:hover {
    background: rgba(255,255,255,.5);
}
#searchform .fa-search {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    color: #fff;
    background: #8db1ac;
    font-size: 18px;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 44px;
}

@media screen and (max-width : 800px) {
#s {
    width: 82%;
    height: 44px;
    line-height: 20px;
}
#s:focus {
    color: #471804;
}
#searchsubmit {
    width: 18%;
    height: 44px;
    border-radius: 0;
}
#searchform .fa-search {
    width: 18%;
    height: 44px;
}
}
/****************************************

	sidebar-widget

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

#sidebar .widget {
    padding: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    margin-bottom: 30px;
    word-break: normal;
    word-wrap: break-word;
}
#sidebar .widgettitle {
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    border-left: 4px solid #8db1ac;
    padding: .25em 0 .25em .75em;
}
#sidebar .widget img {
    max-width: 100%;
    height: auto;
    text-align: center;
}
#sidebar .widget_sp_image {
    border: none;
    box-shadow: none;
    padding: 0;
}
#sidebar .widget_sp_image .widgettitle {
    margin: 0 0 15px;
}
#sidebar .widget_sp_image {
    text-align: center;
}
#sidebar li {
    position: relative;
}
#sidebar li a:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
}
#sidebar li+li {
    border-top: 1px dotted #ccc;
}
#sidebar li ul>li:first-child {
    border-top: 1px dotted #ccc;
}
#sidebar li a {
    position: relative;
    padding: 10px 20px 10px 0;
    display: block;
    text-decoration: none;
    color: #333;
}
#sidebar li a:hover {
    opacity: 0.5;
}
#sidebar .widget_categories .children li {
    padding-left: 0.8em;
}
#sidebar .widget_categories .children li a:before {
    content: "\2517";
    color: #999;
    font-size: 90%;
    margin-right: 5px;
}
#sidebar .widget_newpostcatch a {
    padding: 0;
}
#sidebar .widget_newpostcatch a:after {
    content: none;
}
#sidebar .widget_newpostcatch li {
    padding: 10px 20px 10px 0;
}
/* 最近の投稿 */

.recently-box li {
    overflow: hidden;
}
.recently-box a {
    display: block;
    overflow: hidden;
}
.recently-title {
    overflow: hidden;
}
.recently-ph {
    width: 100px;
    margin-right: 10px;
    float: left;
}
.recently-ph img {
    width: 100%;
    height: auto;
}

@media screen and (max-width : 800px) {
#sidebar .widget {
    padding: 30px;
}
#sidebar .widget_sp_image {
    padding: 0 30px;
}
#sidebar .widgettitle {
    margin: 0 0 30px;
}
#sidebar li a {
    padding: 15px 20px 15px 10px;
}
.widget>ul {
    margin: -15px 0;
}
#sidebar img {
    max-width: 100%;
    height: auto;
    text-align: center;
}
}

@media screen and (max-width : 600px) {
#sidebar .widget {
    padding: 15px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
}
#sidebar .widgettitle {
    padding: 5px 10px;
    border-radius: 0;
}
#sidebar .widget_sp_image {
    padding: 0 10px;
}
.widget >ul {
    margin: -10px;
}
#sidebar li a:after {
    right: 10px;
}
}
/****************************************

	mail

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

/*common*/

button, input[type="text"], input[type="email"], input[type="url"], select, textarea {
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    width: 90%;
}
select {
    font-size: 16px;
}
input[type="text"], input[type="email"], input[type="url"] {
    width: 60%;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="radio"]{
	margin-right:5px;
	height: auto !important;
}

.ctm-btn {
    width: 60%;
    margin: 30px auto;
    display: block;
    text-align: center;
}
.ctm-btn a {
    padding: 20px;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    font-size: 20px;
}
.ctm-btn a:hover {
    opacity: 0.5;
}
.touroku-form input:not([type="radio"]) {
    vertical-align: middle;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    background: #fff;
}



.touroku-form input.submit-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #8db1ac;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
    padding: 0;
}
.touroku-form .submit-btn:hover {
    background: #b5c9c6;
}
.mail-title a {
    color: #333;
    text-decoration: none;
}

.touroku-form .ck-list{
	text-align: left;
	max-width: 480px;
    margin: 20px auto;
}

.touroku-form .ck-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.touroku-form .ck-list li{
	width: 48%;
	margin-top: 5px;
}


/*article-mailkouza*/


.article-mailkouza {
    max-width: 734px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #ccc;
    margin: 0 auto 30px;
    text-align: center;
    background: #c5dad7;
}
.article-mailkouza .mail-title img {
    width: 100%;
    height: auto;
}

.article-mailkouza .touroku-form {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
}

.article-mailkouza .touroku-form form > div{
	position: fixed;
}

.article-mailkouza .inputmail {
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.article-mailkouza .inputsei,
.article-mailkouza .inputna{
	width:18%;
	padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.article-mailkouza .inputname {
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.article-mailkouza .inputname:first-child {
    margin-right: 1%;
}
.article-mailkouza .form-lavel {
    float: left;
    margin-bottom: 0;
    border: none;
    margin-right: 15px;
}
.article-mailkouza .sex-area {
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}
.article-mailkouza .sex-area ul {
    float: left;
    padding: 0;
    margin: 0;
}
.article-mailkouza .submit-btn {
    width: 20%;
    height: 30px;
	margin-top: 0;
}
/*side-mailkouza*/

.side-mailkouza {
    background: #c5dad7;
    width: 290px;
    margin: 0 auto;
}
.side-mailkouza a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6em;
}
.side-mailkouza .mail-title {
    text-align: center;
}
.side-mailkouza .touroku-form {
    padding: 20px;
}


.side-mailkouza .touroku-form input {
    height: 40px;
}
.side-mailkouza .inputmail, .side-mailkouza .inputname {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 15px;
}
.side-mailkouza .inputname {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.side-mailkouza .inputsei,
.side-mailkouza .inputna{
	width:49%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin-bottom: 15px;
}
.side-mailkouza .sex-area {
    margin-bottom: 15px;
}
.side-mailkouza .touroku-form .sex-area input {
    height: auto;
}
.side-mailkouza .submit-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
	margin-top: 0;
}

.side-mailkouza .touroku-form .ck-list{
    margin: 0 auto 15px;
}

.side-mailkouza .touroku-form .ck-list ul{
	display: block;
}

.side-mailkouza .touroku-form .ck-list li{
	width: 100%;
	border-top:none !important;
}

/*contact*/
.form-desc {
    margin: 40px 0;
    font-weight: bold;
}
.form-desc p + p {
    margin-top: 20px;
}
.required {
    color: #FF0004;
}
.form-box dl {
    display: flex;
    width: 100%;
}
.form-box dl + dl {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
.form-box dt {
    width: 250px;
    font-weight: bold;
}

.form-box  dt .sub{
	font-size: 12px;
}

.form-box dd {
    flex: 1;
}
.form-box .col2c {
    display: flex;
}
.form-box .col2c li {
    width: 150px;
}
.form-box .col2c li + li {
    margin-left: 10px;
}
.form-box .col2c li input {
    width: 100%;
}
.form-box .mg {
    margin: 0 10px;
}
.form-box .size-full {
    width: 100%;
	box-sizing: border-box;
}
.form-box .size-s {
    width: 100px;
}
.form-box .level-item {
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.form-box .level-item dl {
}
.form-box .level-item dt {
    display: flex;
    align-items: center;
}
.form-box .level {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.form-box .level-item .wpcf7-radio {
    background: #f2f2f2;
    padding: 10px 20px 10px 0px;
    display: flex;
    justify-content: space-between;
}


.submit-btn {
	text-align: center;
	margin-top: 40px;
}

.submit-btn input {
    color: #fff;
    background: #f55050;
    text-decoration: none;
    font-size: 18px;
    min-width: 250px;
    box-sizing: border-box;
    padding: 15px 80px;
    display: inline-block;
	border: none;
    font-weight: bold;
    letter-spacing: 5px;
	border-radius: 6px;
}

.submit-btn input:hover {
    background: #ffa4a4;
}

@media screen and (max-width : 600px) {
textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
select {
    font-size: 18px;
}
input[type="text"], input[type="email"], input[type="url"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
	
	
.ctm-btn a {
    padding: 10px;
    font-size: 16px;
}
	
.touroku-form .ck-list{
    margin: 0 auto 15px;
}

.touroku-form .ck-list ul{
	display: block;
}

.touroku-form .ck-list li{
	width: 100%;
}
/*article-mailkouza*/

.article-mailkouza {
    max-width: 290px;
    margin: 30px auto 30px;
}
.entry_under .article-mailkouza {
    margin-top: 0;
}
.article-mailkouza .mail-title {
    font-size: 16px;
    line-height: 1.6em;
}
.article-mailkouza .mail-title a {
    display: block;
}
.article-mailkouza input {
    height: 40px;
}
.article-mailkouza .touroku-form {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.article-mailkouza .inputmail, .article-mailkouza .inputname {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
}
.article-mailkouza .inputsei,
.article-mailkouza .inputna{
	width:49%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin-bottom: 15px;
}	

.article-mailkouza .form-lavel {
    float: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-right: 0;
}
.article-mailkouza .sex-area {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.6em;
}
.article-mailkouza .sex-area ul {
    float: none;
}
.article-mailkouza .sex-area input {
    height: auto;
}
.article-mailkouza .submit-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
}
	
/*contact*/
	
.submit-btn {
	margin-top: 30px;
}

.submit-btn input {
    font-size: 16px;
    padding: 15px 60px;
	box-sizing: border-box;
	min-width: inherit;
}

.form-desc {
    margin: 30px 0;
}
.required {
    color: #FF0004;
}
.form-box dl {
    display: block;
}
.form-box dt {
    width: 100%;
    margin-bottom: 15px;
}
.form-box dd {
    flex: auto;
    width: 100%;
}
.form-box .col2c {
    display: flex;
}
.form-box .col2c li {
    width: 100px;
}
.form-box .leave {
    width: 80%;
}
.form-box .level-item dt {
    display: block;
}
.form-box .level {
    font-size: 12px;
}	
	
}

@media screen and (max-width : 320px) {
.post-area .article-mailkouza {
    margin-right: -5px;
    margin-left: -5px;
}
}
/****************************************

	カレンダー

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

#wp-calendar {
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #ccc;
    border-right-color: #ccc;
    width: 100%;
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
}
#wp-calendar td {
    text-align: center;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#wp-calendar tbody tr #today {
    background-color: #CCC;
}
#wp-calendar a {
    color: #eb5836;
}
/****************************************

	 pagenation

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

.pagination {
    font-size: 14px;
    line-height: 40px;
    margin: 30px 0 0;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background: #fff;
}
.pagination a:hover {
    color: #fff;
    background: #8db1ac;
}
.pagination .current {
    background: #8db1ac;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}
.page-btn+.page-btn {
    margin-left: 6px;
}

@media screen and (max-width : 600px) {
.pagination {
    position: relative;
    font-size: 11px;
    line-height: 28px;
    margin: 30px 0 0;
}
.pagination span, .pagination a {
    width: 28px;
    height: 28px;
}
.pagination .current {
    width: 28px;
    height: 28px;
}
}
/****************************************

	 footer

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

#footer {
    padding: 0;
    clear: both;
    overflow: hidden;
    font-size: 14px;
	border-top: 1px solid #efe6d7;
	-webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', sans-serif;
	
}
.footer-inner {
    width: 400px;
    margin: 0 auto;
}
#footer a {
    color: #8a7860;
    text-decoration: none;
}
#footer a:hover {
    opacity: 0.6;
}
.footer-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
	
}
.footer-navi li+li {
    margin-top: 10px;
}
.footer-navi .menu-item-has-children .sub-menu {
    display: block;
    font-weight: normal;
}
.footer-navi .menu-item-has-children .sub-menu li+li {
    margin-top: 0;
}

#footer .copy-area{
	background: #50321b;
	color: #fff;
}

.footer-social {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    margin: 50px 0 10px;
    text-align: center;
}
.footer-social li {
    display: inline;
}
.footer-social li+li {
    margin-left: 15px;
}
.footer-social a {
    font-size: 32px;
}
.footer-contract {
    border-top: 1px solid #ccc;
    margin: 0 0 10px;
    padding-top: 50px;
    text-align: center;
 
}

#footer .footer-contract a{
	color: #efe6d7;
}

.footer-contract li {
    display: inline;
}
.footer-contract li:first-of-type a {
    margin-right: 10px;
}
.footer-contract li+li {
    margin-left: 10px;
}
#copy {
    text-align: center;
    padding-bottom: 60px;
	color: #efe6d7;
}
#pup {
    display: block;
    width: 44px;
    height: 44px;
    text-decoration: none;
    position: fixed;
    right: 10px;
    bottom: 90px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    background: #8db1ac;
    z-index: 999;
    border-radius: 2px;
    cursor: pointer;
}

@media screen and (max-width : 800px) {
.footer-inner {
    width: 100%;
    padding: 30px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#footer a:hover {
    opacity: 1;
}
.footer-navi {
    padding: 0;
    display: block;
    border-top: none;
}
.footer-navi li+li {
    margin-top: 0;
}
.footer-navi li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dccbb4;
}
.footer-social {
    margin: 0 0 10px;
    padding-top: 30px;
    text-align: center;
    border-top: none;
}
.footer-social a {
    font-size: 26px;
}
.footer-contract {
    margin-bottom: 20px;
    border-top: none;
    padding: 0 20px;
}
.footer-contract a {
    font-size: 12px;
}
	
#footer .copy-area{
	padding-top: 20px;
	margin-top: 30px;
}

#copy {
    font-size: 12px;
    padding: 0 20px 30px;
    line-height: 1.4;
}
#pup {
    display: block;
    width: 100%;
    height: 44px;
    position: static;
    font-size: 30px;
    line-height: 40px;
    border-radius: 0px;
    cursor: pointer;
}
}


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

	school_program

*****************************************/
.single-school_program .post-page h1:first-letter,
.post-type-archive-school_program .post-area h1:first-letter {
    color: #8f76a2;
}
.single-school_program .post-area h2,
.post-type-archive-school_program .post-area h2 {
    background: #dfd4e7;
}
.single-school_program .post-area h3 {
    border-bottom: 2px solid #8f76a2;
}
.single-school_program .post-area h4 {
    color: #8f76a2;
}

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

	btn

*****************************************/
.mod-btn {
    display: inline-block;
    background-color: #af9132;
    color: #fff;
    text-align: center;
    padding: 1.3rem 3rem;
    font-size: 1rem;
    text-decoration: none!important;
}
/****************************************

	col2

*****************************************/
.col2 {
    overflow: hidden;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.col2 li {
    width: calc(50% - 6%);
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
}
.col2 li:not(:nth-last-child(-n+2)) {
    margin-bottom: 3rem;
}
.col2 li a {
    text-decoration: none;
    color: #333;
}
.col2 li a:hover {
    opacity: 0.6;
}
.col2 li img {
    max-width: 100%;
    display: block;
    height: 360px;
    object-fit: cover;
    width: 100%;
}
.col2 h3 {
    font-size: 30px;
    margin-top: 25px;
}
.col2 h3 .en {
    display: block;
    font-weight: 400;
}
.col2 .list-ttl, .col2 .list-excerpt {
    text-align: left;
	color: #5e5942;
}
.col2 .list-ttl {
    font-size: 18px;
    margin: 20px 0 15px;
}
.col2 .list-excerpt {
    font-size: 14px;
}

@media screen and (max-width : 800px) {
.col2 {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.col2 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.col2 li:not(:last-child) {
    margin-bottom: 3rem;
}
.col2 li img {
    height: auto;
    object-fit: fill;
}
.col2 h3 {
    font-size: 20px;
}
.idx .col2 h3 .en {
    font-size: 10px;
}
}





