/*
 Theme Name:   WAK JAPAN
 Description:  ワックジャパン様ホームページ用テーマ（storefrontの子テーマ）
 Template:     storefront
 Author: Bluefog Solution
 Author URI: http://bluefog-solution.com/
 Version: 1.0.0
*/

/* RESET BROWSER EFFECT
----------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,aside,nav,section,header,footer{
	margin:0;
	padding:0;
	line-height: 2;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

section{
	display:block;
}
/* clearfix*/
.clearfix:after,
.pp_details:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.pp_details{
	min-height: 1px;
	display: inline-table;
}
*:first-child+html .clearfix,
*:first-child+html .pp_details{
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html .pp_details{ height: 1%; }
.clearfix,
.pp_details { display: block; }
/* End hide from IE-mac */

.clear{
	clear:both;
}
.clear hr{ display:none;}
.ovh{ overflow:hidden; height:1%;}

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}
figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}


/* ローディング
	 ========================================================================== */
#page{
	display: none;
}

/* ここからヘッダーCSS
	 ========================================================================== */
.no-wc-breadcrumb .site-header#masthead {
    margin-bottom: 0;
}
.site-header#masthead {
    z-index: 998;
}


a{

    -webkit-transition-property: background-color, color, border-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color, border-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background-color, color, border-color;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background-color, color, border-color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color, border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

a,button{
outline: none;
}

button:focus,
a:focus{
outline: none;
}

.site-branding{
	width: 100%;
}

#top-header{
	background: #000;
    color: #fff;
    height: 49px;
}

#top-header .right{
	float: right;
}

#top-header a{
	color: #fff;
    padding: 12px;
    display: inline-block;
}
#top-header a .dashicons-arrow-right{
	padding-top: 3px;
}


#header-top{
	background:#333;
}

#header-top i,#header-fb i,#header-insta i{
	font-size: 20px;
}

a#header-fb {
    padding-left: 20px;
    padding-right: 5px;
}

a#header-insta {
    padding-right: 5px;
}

#header-en,#header-ja{
	font-size: small;
}

a#header-ja{
    padding-right: 20px;
    padding-left: 0;
}
/*英語サイトの時*/
#japanese-site a#header-ja{
    color: #888;
    pointer-events:none;
}
/*日本語サイトの時*/
#english-site a#header-en{
    color: #888;
    pointer-events:none;
}

#top-header a:hover{
    color: #9078a9;
    text-decoration:none;
}

a#header-contact{
	background:#452a61;
	font-size: medium;
	padding-left: 20px;
	padding-right: 20px;
}


a#header-contact:hover{
    color: #fff;
    background:#5e3984;
}


.header_logo{
    /*margin-top:18px; */
}

#header-contact i{
	font-size: 15px;
	margin-right: 15px;
}

.header_logo{
    /*background: #f7f9ff;*/

    position: absolute;
}

#site-navigation{
    /*background: #fff8f8;*/

	padding-left: 215px;
    text-align: right;
    width: 100%;
}

#masthead{
    padding: 0;
    margin:0;
    /*height: 99px;*/
    /*overflow:hidden;*/
}
#masthead>.col-full{
    padding: 0 10px;
}

#masthead .site-branding{
    margin: 0;
    width: 100%;
}

.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
    background-color: initial;
    padding-top: 1px;
}

.main-navigation ul li a{
    color: #676767!important;
    font-size: 13px;

    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 500;
	font-weight: bold;
}

.main-navigation ul li a:hover{
    /*color: #999;*/
    color: #452a61!important;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 18px 1em;
}


.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{
    display: block;
    margin: 0;
    padding: 9px 28px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    text-align: left;
    color: #fff!important;
    border: solid rgba(255, 255, 255, 0.1803921568627451) 1px;
    border-top: 0;

    background: rgba(69, 42, 97, 0.8313725490196079);
}

.main-navigation ul.menu ul li a:hover,
.main-navigation ul.nav-menu ul li a:hover{

    background: #452a61;
}


@media screen and (max-width: 1064px) {/*1064*/

.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after{
    display: none;
}

.handheld-navigation ul.menu .sub-menu {
    position: static;
    width: 100%;
}

.handheld-navigation ul.menu .sub-menu a{
    width: 100%;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu{
    margin-left: 0;
}

.handheld-navigation ul.menu li{
    width: 100%;
}

.primary-navigation{
    display: none!important;
}
#site-navigation .menu-toggle{
	padding-left: 1.8em;
	padding-top: 1.4em;
}
.menu-toggle,
.handheld-navigation{
    display: block!important;
}

#site-navigation div:last-of-type{
    display: block!important;
}

#site-navigation div:last-of-type li{
    width: 100%;
}

.site-header .custom-logo-link img{
    width: 150px;
}

#english-site a#header-en,
#japanese-site a#header-ja{
    display: none;
}

a#header-contact span{
    display: none;
}

a#header-contact i{
    font-size: 20px;
}

a#header-contact {
    background: #452a61;
    font-size: medium;
    padding-left: 15px;
    padding-right: 0px;
}


.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle{
    color: #495656;
}

.header_logo {
    position: relative;
    margin: 5px 10px;
	padding-bottom: 4px;
}

#site-navigation{
	text-align: left;
	padding-left: 0;

}

#masthead>.col-full {
    padding: 0;
    margin: 0;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a,
.main-navigation ul li a {
    padding: 9.5px 22px;
    border-top: 1px solid rgba(181, 181, 181, 0.3);
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

button.menu-toggle{
    border: 0;
    position: absolute;
    right: 0;
    top: 16px;
    transform: scale(1.5,1.5);
}

.main-navigation ul ul {
    margin-left: 0;
}

}

/* ここからフッターCSS
	 ========================================================================== */

/*footer*/
.site-footer{
	font-size: small;
	padding-bottom: 0;
    padding-top: 35px;
}
.site-footer .widget{
    margin-bottom: 15px;
}

#footer-menu{
	width: 66%;
    float: left;
    font-size: 12px;
}

#footer-menu a:hover{
color: #9078a9;
}

.site-footer ul li::before{
	display: none;
}
.site-footer ul li{
	display: inline-block;
	vertical-align: top;
    width: 170px;
    /*width: 17%;*/

}

#footer-menu2 .all_course a{
    margin-left: 1.618em;
    background: #452a61;
    text-align: center;
    margin-right: 1.618em;
    box-sizing: border-box;
    border-radius: 50rem;
	margin-bottom: 20px;
    padding: 4px 30px;
	display: inline-block;
    /*
    width: calc(25% - 1.618em);
	display: block;
    */
}
#japanese-site #footer-menu2 .all_course a .english,
#english-site #footer-menu2 .all_course a .japanese{
	display: none;
}
#footer-menu2 ul li{
	padding-left: 1.618em;
	margin-bottom: 1em;
	line-height: 1.41575em;
}
.site-footer .sub-menu{
	margin-left:0;
}

.site-info{
	text-align: center;
    border-top: solid 1px #424242;
    clear: both;
}


#footer_banner_list{
    float: right;
    width: 30.666%;
}

#footer_banner_list a{
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 28px 0;
}

#footer_banner_list a .image {
    transition-property: background;
    transition-duration: .75s;
}

#footer_banner_list a .image img {
    transition-property: opacity;
    transition-duration: .5s;
    width: 100%;
    height: auto;
}

#footer_banner_list a:hover .image {
    background: #0a0707;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -ms-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
}

#footer_banner_list a:hover .image img {
    opacity: 0.5;
}

#footer_banner_list .caption{
	width: 100%;
    padding: 0 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    text-shadow:1px 2px 3px #000000;
}
#footer_banner_list .caption span.japanese{
    font-size: 16px;
}

#p-info-outer{
    box-sizing: border-box;
}

.p-info{
    background: #452a61;
    margin-bottom: 38px;
    padding: 25px 0;

}

.p-info a{
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.p-info a:hover{
	opacity: 0.8;
}

.p-info i{
    margin-right: 10px;
}
.p-info a img{
    display: inline;
    vertical-align: middle;
}

#footer-tel{
    border:solid 1px #fff;
    border-width: 0 1px 0 1px;
    pointer-events: none;
}

@media only screen and (max-width: 900px){
    .p-info a{
        font-size: 2.8vw;
    }

    .p-info a img{
        width:80%;
    }
}
@media only screen and (max-width: 767px){

    #p-info-outer{
        margin:0;
    }

    .p-info {
        margin-bottom: 0;
        padding: 0;
    }

    .p-info a {
        display: block;
        width: 100%;
        font-size: x-large;
        padding: 10px;
    }

    .p-info a img{
        width: 160px;
    }

    #footer-tel{
        border-width: 1px 0 1px 0;
        pointer-events: auto;
    }

	#footer-menu2 ul li{
		padding-left: 0;
	}
	#footer-menu2 .all_course a{
		margin-left: 0;
	}

    .site-footer ul li {
        width: 49%;
        padding: 0;
    }

	#footer-menu{
		width: 100%;
	}

	#footer_banner_list{
		width: 100%;
	}
}

/* ここからサイドバーCSS
	 ========================================================================== */
#secondary .widget{
	margin-bottom: 0;
	background: #ccc;
}
#secondary .widget.widget_search{
	margin: 15px 0 20px;
	background: #fff;
}

#secondary .widget-title{
	background: #3c3c3c;
	color: #fff;
	padding: 10px;
}
#secondary .widget ul{
	padding-bottom: 1em;
}
#secondary .widget_nav_menu ul.menu>li>a{
	background: #3c3c3c;
	color: #fff;
	padding: 10px;
	padding-left: 1.618em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 1em;
    font-weight: 300;
	display: block;
	text-decoration: none;
}
#secondary .widget_nav_menu ul.menu li{
	padding: 0;
}
.widget_nav_menu ul li::before {
    content: "";
}
#secondary #recentcomments{
	margin-left: 1.618em;
}
#secondary .widget_recent_entries ul li, #secondary .widget_pages ul li, #secondary .widget_categories ul li, #secondary .widget_archive ul li, #secondary .widget_recent_comments ul li, #secondary .widget_nav_menu ul li, #secondary .widget_links ul li, #secondary .widget_product_categories ul li, #secondary .widget_layered_nav ul li, #secondary .widget_layered_nav_filters ul li {
    margin-left: 10px;
    margin-right: 10px;
}
#secondary .widget .widget-title, #secondary .widget .widgettitle {
    font-size: 1em;
}
#secondary .widget.widget_search select{
    display: none;
}

/* ここからページコンテンツ共通CSS
	 ========================================================================== */
#content,
.inner{
	max-width: 1140px;
	padding: 10px;
	margin: 0 auto;
}
.hentry{
    margin: 0;
}
.elementor-page #content,
.tax-course_category #content{
	max-width: 100%;
	padding: 0;
}
.center{
	text-align: center;
}
.rich_font {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 500;
}

.entry-content p{
	padding-bottom: 15px;
}



/*.entry-content ol{
	list-style: decimal;
	margin: 30px auto;
}
.entry-content ul{
	list-style: disc;
	margin: 30px auto;
}
.entry-content ol li,
.entry-content ul li{
	margin-left: 28px;
	padding-left: 5px;
}
.woocommerce-page .entry-content ol,
.woocommerce-page .entry-content ul{
	list-style: none;
}
.woocommerce-page .entry-content ol li,
.woocommerce-page .entry-content ul li{
	margin-left: 0;
	padding: 1em 1.618em;
}

.entry-content table{
	margin: 20px auto;
}
.entry-content table th{
	width: 30%;
}
.entry-content table td{
	width: 70%;
}
.single-course .entry-content table th,
.single-course .entry-content table td,
.woocommerce-page .entry-content table th,
.woocommerce-page .entry-content table td{
	width: auto;
}
.woocommerce-page table th ,
.woocommerce-page table tbody tr:nth-child(2n) th{
    background-color: #f8f8f8;
}
.woocommerce-page table tbody tr:nth-child(2n) td,
.woocommerce-page table td {
	background-color: #fdfdfd;
}
.woocommerce-page table th,
.woocommerce-page table td{
    padding: 1em 1.41575em;
}*/


/*パンくずリスト*/
.breadcrumbs{
	border-bottom: 1px solid #eee;
	/*margin-bottom: 30px;*/
	font-size: 80%;
}

/*背景色*/
.gray{
	background: #3c3c3c;
	color: #fff;
}

.beige{
	background: #f3f1ec;
}

img{
  border-radius: 0;
}
table td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
table th {
		width: 25%;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

#japanese-site .english,
#english-site .japanese{
	display: none;
}

/*ボタン*/
.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.elementor-element.elementor-button-info .elementor-button {
    background-color: #ff8485;
}
.elementor-button {
	width: 100%;
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff;
}

/* maskcase-form */
.scroll{
    height: 150px;
    width: 100%;
    margin: 0 auto 3em;
    overflow-y: scroll;
    padding: 15px 30px;
    border: solid 1px #808080;
}

/*見出しのデザイン*/
.entry-header{
	background: #3c3c3c;
	border: 0;
	margin-bottom: 30px;
}
#primary.content-area h1.entry-title,
.single-course h1.entry-title{
	border-bottom: 1px solid #3c3c3c;
	margin-bottom: 30px;
	font-size: 24px;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.entry-header h1.entry-title{
	color: #fff;
	border: 0;
	margin-bottom: 0;
}

/*背景グレーにしたくないテンプレートのページタイトル*/
.page-template-default .entry-header,
.search-results .entry-header,
.woocommerce-page .entry-header {
	background: #fff;
}
.page-template-default .entry-header h1.entry-title,
.search-results .entry-header h1.entry-title,
.woocommerce-page .entry-header h1.entry-title{
	color: #333333;
	border-bottom: 1px solid rgb(60,60,60);
	margin-bottom: 30px;
}
/*背景グレーにしたくないテンプレートのページタイトル*/

@media screen and (min-width: 768px) {
	#primary.content-area h1.entry-title,
	.single-course h1.entry-title {
		font-size: 30px;
	}
}
.page-template-template-fullwidth.elementor-page #primary.content-area h1{
	max-width: 1140px;
	padding: 10px;
	margin: 0 auto 30px;
}

#primary.content-area h2{
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 22px;
    padding: 0 0 10px;
	line-height: 1.5;
}
#primary.content-area h3{
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 22px;
    padding: 0 0 10px;
	line-height: 1.5;
	border-bottom: 1px solid #BBB;
	margin-bottom: 15px;
}
#primary.content-area h4{
	font-size: 18px;
	font-weight: 600;
}
#primary.content-area h5{
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.col-full {
		max-width: 1140px;
		padding: 10px;
	}
}

/*写真風画像*/
.photo img{
	margin: 0 10px 10px 10px;
    -webkit-box-shadow: 10px 10px 10px -8px #8d8c8c;
    -moz-box-shadow: 10px 10px 10px -8px #8d8c8c;
    box-shadow: 10px 10px 10px -8px #8d8c8c;
	padding: 5px;
    border: 1px solid #CCC;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

/*フォーム*/
.wpcf7 table{
	margin: 30px 0;
}
.wpcf7 .wpcf7-form.sent .contact-form-wak{
	display: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button{
	margin: 0 10px;
}
.input-text,
input[type=email].wpcf7c-conf,
input[type=password].wpcf7c-conf,
input[type=search].wpcf7c-conf,
input[type=tel].wpcf7c-conf,
input[type=text].wpcf7c-conf,
input[type=url].wpcf7c-conf,
textarea.wpcf7c-conf{
	background-color: #f3f1ec!important;
	border: 0;
}
.your-payment select{
	color: #43454b;
  padding: 10px 15px;
  border: solid 1px #ccc;
}
}

/* コース記事の一覧
	 ========================================================================== */
.tax-course_category .course_text{
	margin-bottom: 30px;
}

ul.course_list {
	border-left: none;
	border-right: none;
	/*padding: 10px;*/
	clear: both;
}
ul.course_list li {
	position: relative;
	border-top: none;
	margin-bottom: 20px;
	border: 1px solid #C6C6C6;
}
ul.course_list li > a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
ul.course_list div {
	z-index: 20;
	overflow: hidden;
}
ul.course_list li > a:hover {
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.1);
}
ul.course_list li:last-child {
	border-bottom: none;
	border-bottom: 1px solid #C6C6C6;
}
ul.course_list li > div:nth-child(2n+1) {
	z-index: 20;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
}
ul.course_list li > div:nth-child(2n+1) img { /* 320×210 */
	width: 100%;
}
ul.course_list li > div:nth-child(2n) {
	z-index: 20;
	padding: 20px;
	box-sizing: border-box;
}
ul.course_list li .course_images{
	width: 100%;
	padding: 36% 50%;
	background-image: url(../images/default.jpg);
	background-size: cover;
	background-position: center center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
ul.course_list li:hover .course_images{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
ul.course_list li .course_list02 a{
    background: #ff8485;
	color: #fff;
    text-align: center;
	font-size: 12px;
    margin-right: 0.5em;
    box-sizing: border-box;
    border-radius: 50rem;
    margin-bottom: 8px;
    padding: 0 14px;
    display: inline-block;
}
ul.course_list li .course_list02 h4{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	line-height: 1.5;
}
ul.course_list li .course_list02 p{
	font-size: 90%;
	line-height: 1.8;
}
ul.course_list li .course_list02 p.price{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.gray ul.course_list li .course_list02 p{
	color: #ccc;
}
ul#activity_course.course_list li p.btn {
	text-align:center;
	width:100%;
}
#english-site ul#activity_course.course_list li p.btn span.english,
#japanese-site ul#activity_course.course_list li p.btn span.japanese{
	background: #ff8485;
	color: #fff;
	padding: 5px;
	width: 100%;
	display: block;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	ul.course_list li > div:nth-child(2n) {
		padding: 40px 20px;
	}
	ul.course_list li > div:nth-child(2n+1) {
		float: left;
		width: 30%;
		padding: 20px 0 20px 20px;
	}
	ul.course_list li > div:nth-child(2n) {
		margin-top: 0;
		float: right;
		width: 70%;
		padding: 20px 20px 20px 30px;
	}
	ul#activity_course.course_list{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		flex-wrap: wrap;
	}
	ul#activity_course.course_list li{
		width: 48%;
		margin-right: 4%;
		position: relative;
		padding-bottom: 35px;
	}
	ul#activity_course.course_list li:nth-child(2n){
		margin-right: 0;
	}
	ul#activity_course.course_list li > div{
		float: none;
		width: 100%;
		padding: 20px;
	}
	ul#activity_course.course_list li p.btn {
		position: absolute;
		bottom: 20px;
		left: 0;
		padding: 0 20px;
	}
	ul#activity_course.course_list li > div:nth-child(2n+1){
		padding: 20px 20px 0 20px;
	}
}
@media screen and (min-width: 1024px) {
	ul#activity_course.course_list li{
		width: 32%;
		margin-right: 2%;
	}
	ul#activity_course.course_list li:nth-child(2n){
		margin-right: 2%;
	}
	ul#activity_course.course_list li:nth-child(3n){
		margin-right: 0;
	}
}

/* 検索窓
	 ========================================================================== */

/*体験コース一覧*/
.all_course_search{
	margin-bottom: 30px;
}

.all_course_search form .search_info2{
    position: relative;
}
.all_course_search form .search_info2::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f002";
    position: absolute;
    top: 1em;
    left: 1em;
    line-height: 1;
}
.all_course_search form input[type=text],
.all_course_search form select{
	background: #fff;
	border: 1px solid #452a61;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.all_course_search form input[type=text]{
    padding-left: 2.617924em;
	width:100%;
	margin-bottom: 15px;
}
.all_course_search form select{
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	height: 45px;
}
.all_course_search form input[type=submit]{
    background: #452a61;
    font-family: 'Font Awesome 5 Free';
	color: #fff;
	margin: 0;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
	.all_course_search .search_info2{
		float: left;
		width: 78%;
	}
	.all_course_search .search_submit{
		float: right;
		width: 18%;
		text-align: right;
	}
}

@media screen and (min-width: 768px) {
	.all_course_search .search_info1,
	.all_course_search .search_info2{
		float: left;
		width: 45%;
	}
	.all_course_search form .search_info2::before {
		top: 1.5em;
	}
	.all_course_search .search_submit{
		float: right;
		text-align: right;
		width: 10%;
	}
	.all_course_search form input[type=text]{
		padding-left: 2.617924em;
		width:98%;
	}
	.all_course_search form select{
		height: 65px;
		width: 98%;
	}
	.all_course_search form input[type=submit],
	.all_course_search form input[type=text]{
		padding-top: 20px;
		padding-bottom: 18px;
	}
	.all_course_search form input[type=text],
	.all_course_search form select,
	.all_course_search form input[type=submit]{
		margin-bottom: 0;
	}
	.all_course_search form input[type=submit]:hover{
		background: #553c6f;
	}
}

/* メールフォーム
	 ========================================================================== */
.wpcf7 {
	clear: both;
}
.wpcf7 .input-text,.wpcf7 input[type=email],.wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 textarea {
    background-color: #fff;
    color: #43454b;
}
.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"], .wpcf7 .button, .wpcf7 .widget a.button {
    background-color: #452a61;
    border-color: #452a61;
    color: #fff;
}
.wpcf7 .input-text,.wpcf7  input[type=email],.wpcf7  input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 textarea {
	width: 100%;
	border: 1px solid #dadada;
}
.name-field{
	display: flex;
	flex-wrap: wrap;
}
.name-field input[type=text]{
	width: 98%;
	margin-right: 2%;
}

@media screen and (max-width: 767px) {
	.wpcf7 .contact_info p{
		text-align: left;
	}
	.wpcf7 table th,
	.wpcf7 table td{
		display: block;
		width: 100%;
		padding-bottom: 0;
	}
	.wpcf7 table td{
		padding-bottom: 10px;
	}
	.wpcf7 table th{
		text-align: left;
	}
	.wpcf7 .input-text,.wpcf7  input[type=email],.wpcf7  input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 textarea {
		font-size: 90%;
		padding: 0.3em;
	}
}

/* 京都和心館 周辺観光マップ
     ========================================================================== */
ul.washinkan-map-list li {
    background-image: url(./images/washinkan-map-arrow.png);
    background-size: 20px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
ul.washinkan-map-list li:last-child {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.washinkan-map-list li span {
    color: #7a7a7a;
    font-weight: bold;
    padding: 5px 20px;
    display: block;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-size: 26px auto;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 45px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
ul.washinkan-map-list li span.list-a { background-image: url(./images/washinkan-map-circle1.png); }
ul.washinkan-map-list li span.list-b { background-image: url(./images/washinkan-map-circle2.png); }
ul.washinkan-map-list li span.list-c { background-image: url(./images/washinkan-map-circle3.png); }
ul.washinkan-map-list li span.list-d { background-image: url(./images/washinkan-map-circle4.png); }
ul.washinkan-map-list li span.list-e { background-image: url(./images/washinkan-map-circle5.png); }
ul.washinkan-map-list li span.list-f { background-image: url(./images/washinkan-map-circle6.png); }
ul.washinkan-map-list li span.list-g { background-image: url(./images/washinkan-map-circle7.png); }
ul.washinkan-map-list li span.list-h { background-image: url(./images/washinkan-map-circle8.png); }

ul.washinkan-map-list li a span:hover {
    background-color: #ffdcdc;
}

ul.washinkan-map-list .underlayer {
    margin-top: 10px;
}

.washinkan-map-detail {
    border-top: 1px solid #5a5250;
    padding: 20px 0;
}
.washinkan-map-detail h3 {
    padding: 0 !important;
    margin: 0 !important;
    color: #5a5250 !important;
    border: none !important;
}
.washinkan-map-detail p {
    color: #5a5250 !important;
    font-weight: normal !important;
}
/*申込完了*/
/*申込完了*/
.index-btn{
  text-align: center;
	margin-top: 20px;
}
.index-btn a{
   display: inline-block;
  background: #452A61;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  padding: 0 35px;
  margin-left: 10px;
  text-align: center;
}
