@charset "UTF-8";

/*Theme Name: SHIMAZU MUSIC
Theme URI:
Author: kwc              */


/*@font-face {
  font-family: 'MarketingScript';
  src: url(font/MarketingScript.ttf);
}*/



/*共通*/
:root{
    --font-family-sans-serif: serif,"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@import url("fontawesome/css/all.css");

.all_wrap{
	overflow: hidden;
}

.row{
	margin: 0;
	align-items: flex-start;
}

body {
    font-family: var(--font-family-sans-serif);
    background-image: url("img/bg_ivory_pattern.webp");
    font-family: 'BIZ UDPGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-sans-serif);
    font-family: 'BIZ UDPGothic', sans-serif;
}

.sp_parts{
	display: none;
}

.navbar-brand img{
	height: 30px;
}

.otherpage_top{
	height: 300px;
	overflow: hidden;
	position: relative;
}
.otherpage_top:after{
	top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 300px;
    content: "";
    position: absolute;
    background-color: rgb(166 80 3 / 36%);
}
.otherpage_top img{
	width: 100%;
}
.otherpage_container{
	position: relative;
}
.otherpage_container .page_title{
	position: absolute;
	top: -80px;
	color: #fff;
	z-index: 999;
}

/*トップスライド*/
.s_topslide{
	position: relative;
}
.s_topslide_overlay_c{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.s_topslide_overlay_c img{
	width: 150px;
}
.s_topslide_overlay_l{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.s_topslide_overlay_r{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.s_topslide_overlay_l img,.s_topslide_overlay_r img{
	height: content;
}

/*ナビゲーション*/
.navbar{
	box-shadow: 0px 7px 11px -5px #d6d6d6;
}


/*一覧へボタン*/
.btn-group-lg>.btn, .btn-lg {
    border-radius: 1rem;
}

.btn-itiranhe{
	color: #fff;
	position: relative;
	margin-top: 30px;
	transition: 0.3s;
}

.btn-itiranhe:hover{
	color: #fff;
	opacity: 0.8;
	right: 5px;
	transition: 0.3s;
}

.btn-itiranhe:after{
	color: #fff;
	font-family: "fontawesome";
	content: '\f105';
	position: absolute;
	right: 10px;
	font-size: 1.7em;
	top: -2px;
}

.itiranhe_tayori{
	background-color: #f5b091;
}
.itiranhe_info{
	background-color: #33b3ec;
}

/* ==========================================================================
   jPreLoader
   ========================================================================== */
body {
  display: none;
  position: relative;
}
#jpreOverlay {
  background-color: #f9f9f9;
  background-image: url("img/mainlogo_b2.svg");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center top 33%;
}
#jpreSlide {
  color: #ccc;
  text-align: center;
}
#jpreLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);

}

/*#jpreBar {
  background-color: #1b89c5;
}*/
#jprePercentage {
  font-size: 150%;
  letter-spacing: 0.2em;
  position: relative;
  color: #076d9d;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
}


/*トップページタイトル*/
.index-title{
	margin: 50px 0 30px;
	font-size: 1.5em;
	letter-spacing: 0.2em;
}


/*島津だより*/
.card{
	border: 1px solid rgb(0 0 0 / 5%);
}
.index-title_tayori{
	color: #f5b091;
}
.card-title a{
	font-size: 90%;
	color: inherit;
}

/*新着情報*/
.info_ul{
	list-style: none;
	padding: 0;
}
.info_ul li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.info_ul li span{
	color: blue;
	display: inline-block;
	margin-right: 20px;
	color: #33b3ec;
}

.index-title_info{
	color: #33b3ec;
}
.infomation_thumbnail img{
	opacity: 0;
}
.infomation_thumbnail{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

/*島津楽器のレッスン*/
.index-title_lesson{
	color: #5cc088;
	margin-left: 50px;
}

.lesson1{
	margin-bottom: 30px;
	margin-top: 50px;
	position: relative;
	right: 100px;
}
.lesson1 p{
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
.lesson1 img{
	position: relative;
	left: 100px;
}
.lesson1 h2{
	color: #5cc088;
	margin: 30px 0;
}

.lesson2{
	margin-bottom: 30px;
	margin-top: 50px;
	position: relative;
	left: 100px;
}
.lesson2 p{
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
.lesson2 img{
	position: relative;
	right: 100px;
	z-index: -1;
}
.lesson2 h2{
	color: #5cc088;
	margin: 30px 0;
}
.itiranhe_lesson{
	background-color: #5cc088;
	margin: 50px 0 50px auto;
	width: 300px;
}
.itiranhe_lesson2{
	background-color: #5cc088;
	margin: 50px auto 50px 0;
	width: 300px;
}

/*教室紹介*/
.index_kyousitu_bg{
	background-image: url("img/kyousitu_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 0 15%;
}
.index_kyousitu{
	padding-bottom: 100px;
}
.slider-8 .slick-slide {
  position: relative;
}
.slider-8 .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.slider-8{
	padding: 30px 0;
}
.slider-8 li{
	padding: 10px;
}
.slider-8 li:nth-child(even){
	position: relative;
	top: 50px;
}
.slider-8 li p{
	color: #fff;
	font-weight: bold;
}
.index-title_kyousitu{
	color: #eb6877;
}
.slick-list{
	overflow: initial;
}
.itiranhe_kyousitu{
	border: solid 2px #fff;
	width: 300px;
	margin: 0 0 0 auto;
	background-color: #eb6877;
}

/*レンタルスペース*/
.index_lental_bg{
	background-image: url("img/lental_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 0 15%;
}
.index_lental{
	padding-bottom: 200px;
}
.itiranhe_lental{
	border: solid 2px #fff;
	width: 300px;
	margin: 0 0 0 auto;
}
.index-title_lental{
	color: #f19ec2;
}
.slider_image_box{
	display: block;
}
.slider_image_box img{
	width: 100%;
	display: block;
}
.slider .slick-slide > img, .slider-nav .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
}
.slider-nav-container .slider_image_box{
    width:100%;
    outline:none;
}
.slider-nav-container .slider_detail_box{
    display: none;
}
.slider-nav{
	overflow: hidden;
	padding-top: 100px;
}
.slider-nav img{
	padding: 10px;
}
.sisetu_nav .slider-arrow{
	display: none!important;
}
.itiranhe_lental{
	border: solid 2px #fff;
	width: 300px;
	margin: 0 0 0 auto;
	margin-top: 50px;
	background-color: #f19ec2;
}

/*楽器販売*/
.itiranhe_sales{
	border: solid 2px #fff;
	width: 300px;
	margin: 0 0 0 auto;
	background-color:#33b3ec;
	margin-bottom: 50px;
}
.index-title_sales{
	color: #33b3ec;
}
.galtuki_type{
	padding: 3px 10px;
	border-radius: 5px;
	display: inline-block;
}
.galtuki_type span{
    padding: 3px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}


/*楽器修理・メンテナンス*/
.index_syuri{
	background-image: url("img/syuri_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 100px 0;
}
.syuri_link_box{
	background-color: #fff;
	outline: solid 2px #c490c0;
	outline-offset: -30px;
	padding: 70px 0px;
	text-align: center;
	width: 70vw;
	margin: 0 auto;
	display: block;
	position: relative;
	transition: 0.3s;
}
.syuri_link_box_bg:before{
	content: "";
	width: 70%;
	height: 100%;
	display: block;
	background-color: #c490c0;
	position: absolute;
	top: -10%;
	right: 18%;
}
.syuri_link_box h1{
	font-size: 1.7em;
	color: inherit;
	margin-bottom: 20px;
}
.syuri_link_box p{
	color: inherit;
}
.syuri_link_box{
	color: #333;
}
.syuri_link_box:hover{
	text-decoration:none;
	color: #333;
	outline-offset: -10px;
}

/*トップページマップ*/
.index_map{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 20px 0;
}
.map_box{
	box-shadow: 0px 0px 15px 6px #e0e0e0;
	display: block;
}
.map_box iframe{
	display: block;
}

/*フッター*/
footer{
	background-color: #0072a6;
	color: #fff;
	padding-bottom: 30px;
}
.footer_nav{
	list-style: none;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #fff;

}
.footer_nav2{
	list-style: none;
	justify-content: center;
	flex-wrap: wrap;
}
.footer_nav2 a{
	padding: 10px;
	color: inherit;
	margin: 20px 0 0px;

}
.footer_nav a{
	color: #fff;
}
.footer_detail1{
	letter-spacing: 0.2em;
	font-size: 90%;
}
.footer_detail2{
	letter-spacing: 0.2em;
	line-height: 2em;
	border-left: solid 1px #fff;
	font-size: 90%;
}
.footer_detail1 a{
	font-size: 1.3em;
	color: inherit;
}


.snsicon_footer{
	text-align: center;
    margin-bottom: 25px;
}

.snsicon_footer a{
	color: #fff;
	font-size: 2em;
	padding-right: 20px;
}

/*アニマル*/
.animal_relative{
	position: relative;
}
.animal{
	position: absolute;
}
.animal img{
	max-width: 120px;
}
.animal1{
	bottom: -50px;
	left: -50px;
}
.animal2{
	top: 10px;
	right: -50px;
}
.animal4{
	top: -100px;
	left: -150px;
}
.animal5{
	top: -50px;
	right: -30px;
}
.animal6{
	top: -100px;
	left: -30px;
}
.animal7{
	top: -50px;
	right: -30px;
}
.animal8{
	top: -30px;
	right: 0px;
}
.animal9{
	bottom: 150px;
	left: -100px;
}
.animal{
    animation-name: ▲▲▲▲;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
}
@keyframes ▲▲▲▲ {
/*    0% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0,-15px)
    }*/
	0% , 100%{
		transform: rotate(7deg);
	}
	50%{
		transform: rotate(-7deg);
	}
}

/*メンテナンス*/
.mente_price{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	justify-content: flex-start;
}
.mente_price dt {
    width: 60%;
    display: block;
    border-bottom: solid 1px #aaa;
    padding: 10px;
}
.mente_price dd{
	width: 40%;
	display: block;
	border-bottom: solid 1px #aaa;
    padding: 10px;
    margin-bottom: 0;
}

/*レンタルスペース*/
.cureo_image img{
	display: block;
	width: 100%;
}
.table td, .table th{
	border: 1px solid #dee2e6;
}

/*よくある質問*/
.faq{
	margin-bottom: 20px;
}

.faq_q{
	background-color: #0372a6;
}
.faq_q h2{
	color: #fff;
	font-size: 100%;
}

/*会社概要*/

.company dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0;
}

.company dt {
    width: 30%;
    padding: 3px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.company dd {
    padding: 3px;
    width: 70%;
    box-sizing: border-box;
    margin: 0;
}

/*レッスン*/

.lesson-archive-top h2{
	margin: 30px 0;
	text-align: center;
}

.lesson-archive-top-img img{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.lesson-archive-top{
	margin-bottom: 50px;
}

.lesson_archive_img{
	/*width: 35%;*/
}
.lesson_kuwasiku{
	width: 100%;
    text-align: center;
    /*border: solid 1px #0372a6;*/
    background-color: #0372a6;
    padding: 10px 20px;
    color: #fff;
    transition: 0.3s;
}

.lesson_kuwasiku:hover{
	text-decoration: none;
	background: #e9ecef;
	color: #333;
}
.lesson_area_tag{

}

.searchlessontitle{
	border-bottom: solid 1px #aaa;
	margin-bottom: 30px;
}

.searchlessontitle2{
	font-weight: bold;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.control-group {
  /*display: inline-block;*/
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  margin: 10px 0 15px 0;
  width: 100%;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.control--checkbox{
	display: inline-block;
	margin-left: 20px;
}

.kubun_radiobox{
    position: relative;
    padding: 0;
    display: inline-flex;
}
.kubun_radiobox input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.kubun_radiobox label{
    padding: 10px 20px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    text-align: center;
    margin: 5px;
}
.kubun_radiobox input:checked + label{
    background: #2aa1c0;
    color: #FFF;
}

.genre_radiobox{
    position: relative;
    padding: 0;
    display: inline-flex;
}
.genre_radiobox input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.genre_radiobox label{
    padding: 10px 20px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    text-align: center;
    margin: 5px;
}
.genre_radiobox input:checked + label{
    background: #2aa1c0;
    color: #FFF;
}

.course_checkbox{
    position: relative;
    padding: 0;
    display: inline-flex;
}
.course_checkbox input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.course_checkbox label{
    padding: 10px 20px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    text-align: center;
    margin: 5px;
}
.course_checkbox input:checked + label{
    background: #2aa1c0;
    color: #FFF;
}

.search_btn{
	margin-top: 30px;
	background: #2aa1c0;
	color: #FFF;
	width: 100%;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	transition: 0.3s;
	cursor: pointer;
}

.search_btn:hover{
	background: #2ac096;
	color: #FFF;
}

.search_result{
	margin-top: 50px;
	border-top: solid 1px #333;
	padding-top: 50px;
}

.c_course{
	display: none;
}
.e_course{
	display: none;
}
.m_course{
	
}

.result_detail_title{
	margin-bottom: 0.4em;
	padding-top: 0.4em;
	font-weight: bold;
	border-top: solid 1px #d0d0d0;
}
.result_detail{
	border-top: solid 1px #d0d0d0;
	margin-bottom: 0.4em;
	padding-top: 0.4em;
}

.result_detail span{
	background-color: #2ac096;
	color: #fff;
	padding: 7px 12px;
	margin: 3px;
	display: inline-block;
}

.result_title{
	font-size: 1.2rem;
}

.btn-godetail{
	background-color: #2aa1c0;
	color: #fff;
	display: block;
}

.taikenformh2{
	text-align: center;
	font-size: 1.3rem;
	margin-top: 50px;
	margin-bottom: 40px;
}
.topconcepth1{
	text-align: center;
    font-size: 1.3rem;
    margin-bottom: 40px;
    background-color: #ff6464;
    color: #fff;
    padding: 30px;
}


.form_wrap_taiken{
	background-color: #fff;
	padding-bottom: 50px;
}


/*コンタクトフォーム７*/
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #252525;
  font-size: 14px;
}
.wpcf7 .template04 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template04 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template04 div.form__row {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template04 div.form__row.row-name,
.wpcf7 .template04 div.form__row.row-email,
.wpcf7 .template04 div.form__row.row-tel,
.wpcf7 .template04 div.form__row.row-url {
  width: calc(50% - 10px);
}
.wpcf7 .template04 div.form__row.row-message {
  width: 100%;
}
.wpcf7 .template04 div.form__row.row-checkbox,
.wpcf7 .template04 div.form__row.row-radio,
.wpcf7 .template04 div.form__row.row-select {
  display: flex;
  align-items: center;
  width: 100%;
}
.wpcf7 .template04 div.form__row.row-select {
  width: 100%;
}
.wpcf7 .template04 div.form__row.row-privacy {
  width: 100%;
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template04 div.form__row.row-submit {
  width: 100%;
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template04 p.form__label {
  flex-shrink: 0;
  min-width: 146px;
  margin: 0 0 .3em 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template04 p.form__body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template04 div.form__row.row-checkbox p.form__body,
.wpcf7 .template04 div.form__row.row-radio p.form__body,
.wpcf7 .template04 div.form__row.row-select p.form__body {
  margin: 0 0 .3em 2em;
}
.wpcf7 .template04 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  color: #2a7e72;
  font-size: .95em;
  box-sizing: border-box;
}
.wpcf7 .template04 p.form__label.is-required label {
  margin-right: 1em;
}
.wpcf7 .template04 p.form__label.is-required label::after {
  content: "*";
  display: block;
  position: absolute;
  top: -.3em;
  right: -.5em;
  color: #b74c4c;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template04 input[type=text],
.wpcf7 .template04 input[type=tel],
.wpcf7 .template04 input[type=email],
.wpcf7 .template04 input[type=url],
.wpcf7 .template04 input[type=date],
.wpcf7 .template04 input[type=number] {
  width: 100%;
  margin: 0;
  padding: .2em 0;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template04 textarea {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: .2em 0;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template04 input[type=text]::placeholder,
.wpcf7 .template04 input[type=tel]::placeholder,
.wpcf7 .template04 input[type=email]::placeholder,
.wpcf7 .template04 input[type=url]::placeholder,
.wpcf7 .template04 input[type=date]::placeholder,
.wpcf7 .template04 input[type=number]::placeholder,
.wpcf7 .template04 textarea::placeholder {
  opacity: 0;
  display: none;
}
.wpcf7 .template04 input[type=text]:-ms-input-placeholder,
.wpcf7 .template04 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template04 input[type=email]:-ms-input-placeholder,
.wpcf7 .template04 input[type=url]:-ms-input-placeholder,
.wpcf7 .template04 input[type=date]:-ms-input-placeholder,
.wpcf7 .template04 input[type=number]:-ms-input-placeholder,
.wpcf7 .template04 textarea:-ms-input-placeholder {
  opacity: 0;
  display: none;
}
.wpcf7 .template04 input[type=text]::-ms-input-placeholder,
.wpcf7 .template04 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template04 input[type=email]::-ms-input-placeholder,
.wpcf7 .template04 input[type=url]::-ms-input-placeholder,
.wpcf7 .template04 input[type=date]::-ms-input-placeholder,
.wpcf7 .template04 input[type=number]::-ms-input-placeholder,
.wpcf7 .template04 textarea::-ms-input-placeholder {
  opacity: 0;
  display: none;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template04 input[type=text]:focus,
.wpcf7 .template04 input[type=tel]:focus,
.wpcf7 .template04 input[type=email]:focus,
.wpcf7 .template04 input[type=url]:focus,
.wpcf7 .template04 input[type=date]:focus,
.wpcf7 .template04 input[type=number]:focus,
.wpcf7 .template04 textarea:focus {
  outline: 1px solid transparent;
}
/* チェックボックス */
.wpcf7 .template04 input[type=checkbox] {
  display: none;
}
.wpcf7 .template04 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ababab;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template04 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.13em;
  left: 0.5em;
  width: 0.3em;
  height: .85em;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template04 input[type=checkbox]:checked + span {
  color: inherit;
  transition: all .25s ease;
}
.wpcf7 .template04 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=checkbox]:checked + span::after {
  opacity: 1;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template04 input[type=radio] {
  display: none;
}
.wpcf7 .template04 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0; 
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ababab;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=radio] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  width: 0.3em;
  height: .85em;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template04 input[type=radio]:checked + span {
  color: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=radio]:checked + span::after {
  opacity: 1;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template04 span.select-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wpcf7 .template04 select {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template04 select::-ms-expand {
  display: none;
}
.wpcf7 .template04 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template04 select:focus {
  outline: 0;
}
/* 送信ボタン */
.wpcf7 .template04 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template04 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  /*border: 1px #10554b solid;*/
  background-color: #2aa1c0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template04 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template04 input[type="submit"]:hover {
  background-color: #fff;
  color: #10554b;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template04 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template04 span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template04 div.wpcf7 .ajax-loader {
  display: block;
}

.wpcf7 .template04 #sonotakiboubi{
  display: none;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template04 div.form__row.row-checkbox,
  .wpcf7 .template04 div.form__row.row-radio,
  .wpcf7 .template04 div.form__row.row-select {
    display: block;
  }
  .wpcf7 .template04 div.form__row.row-checkbox p.form__body,
  .wpcf7 .template04 div.form__row.row-radio p.form__body,
  .wpcf7 .template04 div.form__row.row-select p.form__body {
    margin-left: 0;
  }
  .wpcf7 .template04 span.wpcf7-list-item {
    display: block;
  }
}


/*特大デバイス（ワイド・デスクトップ, 1200px 以下）*/
@media (max-width: 1200px) {

}
/*大デバイス（デスクトップ, 992px 以下）*/
@media (max-width: 992px) {

}
/*中デバイス（タブレット, 768px 以下）*/
@media (max-width: 768px) {
	.sp_parts{
		display: block;
	}
	.footer_nav{
		display: none!important;
	}
	.footer_logo{
		width: 70%;
		padding: 50px 0;
		margin: auto;
	}
	.lesson1{
		right: initial;
	}
	.lesson1 img{
		left: initial;
	}
	.lesson2{
		left: initial;
	}
	.lesson2 img{
		right: initial;
	}
	.itiranhe_lesson2 {
		margin: 50px 0 50px auto;
	}
	.footer_detail2{
		border:none;
	}

  input[type="checkbox"]:checked ~ #sidebarMenu {
      transform: translateX(0);
  }

  input[type=checkbox] {
      transition: all 0.3s;
      box-sizing: border-box;
      display: none;
  }
  .sidebarIconToggle {
      transition: all 0.3s;
      box-sizing: border-box;
      cursor: pointer;
      position: absolute;
      z-index: 99;
      height: 100%;
      width: 100%;
      top: 25px;
      right: 30px;
      height: 30px;
      width: 30px;
  }
  .spinner {
      transition: all 0.3s;
      box-sizing: border-box;
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #333;
  }
  .horizontal {
      transition: all 0.3s;
      box-sizing: border-box;
      position: relative;
      float: left;
      margin-top: 3px;
  }
  .diagonal.part-1 {
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      float: left;
  }
  .diagonal.part-2 {
      transition: all 0.3s;
      box-sizing: border-box;
      position: relative;
      float: left;
      margin-top: 3px;
  }
  input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
      transition: all 0.3s;
      box-sizing: border-box;
      opacity: 0;
  }
  input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
      transition: all 0.3s;
      box-sizing: border-box;
      transform: rotate(135deg);
      margin-top: 8px;
  }
  input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
      transition: all 0.3s;
      box-sizing: border-box;
      transform: rotate(-135deg);
      margin-top: -9px;
  }
  #sidebarMenu {
      height: 100%;
      position: fixed;
      left: 0;
      top: 0px;
      padding-top: 70px;
      width: 100%;
      transform: translateX(100%);
      transition: transform 250ms ease-in-out;
      background: linear-gradient(180deg, rgb(7 115 166 / 50%), #0372a6);
  }
  .sidebarMenuInner{
      margin:0;
      padding:0;
      border-top: 1px solid rgba(255, 255, 255, 0.10);
      letter-spacing: .2em;
  }
  .sidebarMenuInner li{
      list-style: none;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      padding: 15px;
      cursor: pointer;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  .sidebarMenuInner li span{
      display: block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.50);
  }
  .sidebarMenuInner li a{
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      text-decoration: none;
  }
  .sidebarMenuInner li a i{
  	font-size: 2em;
  }
  .sp_parts .navbar-brand{
      display: table;
      margin: 10px;
  }
  .pc-parts{
  	display: none;
  }
  .navbar{
  	box-shadow: initial;
  }
  .s_topslide_overlay_r{
  	display: none;
  }

}
/*小デバイス（横向きモバイル, 576px 以下）*/
@media (max-width: 576px) {
	.otherpage_top img {
    	width: auto;
    	height: 100%;
	}
	.s_topslide_overlay_l{
		display: none;
	}
	.info_ul li span{
		display: block;
	}
	.index-title {
		font-size: 1.2em;
	}
	.lesson1 h2,.lesson2 h2{
		font-size: 1.2em;
	}
	.syuri_link_box h1{
		font-size: 1.2em;
	}
	.syuri_link_box{
		outline-offset: -20px;
	}
	.footer_nav2{
		display: none!important;
	}
	.slider-nav{
		padding-top: 0;
	}
	.animal4 {
	    top: -10px;
	    left: -100px;
	}
	.animal1 {
	    bottom: -50px;
	    left: 50px;
	}
	.animal2 {
	    top: 10px;
	    right: 0px;
	}
	.animal6 {
	    top: -100px;
	    left: 0px;
	}
	.animal9 {
	    bottom: 400px;
	    left: 280px;
	}
	.lesson1 img,.lesson2 img {
	    width: 80%;
	    margin: auto;
	    display: block;
	}
	.index_lental{
		padding-bottom: 50px;
	}

	.slider-8 li p{
		color: #333;
	}



}
/*レッスンリンク*/
.lesson-link{

}

.lesson-link ul{
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.lesson-link ul li{
	padding: 10px 20px;
	background: red;
	color: #fff;
	margin: 5px;
	border-radius: 5px;
}
.lesson-link ul li a{
	display: block;
	color: inherit;
}
.lesson-link ul li a:hover{
	text-decoration: none;
}

/*テンプレデザインスタート*/
.temple01img img{
	display: block;
	margin: auto;
	width: 100%;
}
.wp-block-column{
	padding: 10px;
}
.margin0{
	margin: 0!important;
}
.row-gap{
	row-gap: 20px;
}
.temple02img img{
	display: block;
	margin: auto;
	width: 75%;
}
.templedesign h2{
	margin: 70px 0 70px;
}
.templedesign h3{
	margin-bottom: 20px;
}
.templeimg-kousi img{
	border-radius: 50%;
}
.col3tempmargin .wp-block-column{
	margin: 10px;
}

.tempradias{
	border-radius: 5px;
}
.temppadding{
	padding: 20px;
}

.tempmainimg{

}
.padding20{
	padding: 20px;
}

.wp-block-column p{
	letter-spacing: 0.15em;
	line-height: 1.8em;
}

.img-center img{
	display: block;
	margin: auto;
}

.img-right img{
	display: block;
	margin: auto 0 auto auto;
}

.img-left img{
	display: block;
	margin: auto auto auto 0;
}

.padding10{
	padding: 10px;
}
.padding20{
	padding: 20px;
}
.padding30{
	padding: 30px;
}

/*教室*/
.kyousitu_tel{
	color: #333;
	font-size: 1.5em;
}
.kaikou_title{
	border-bottom: solid 1px #eee;
	margin: 20px 0 10px;
}

.kaikoukyousitu h2{
	/*margin-top: 30px;*/
}

.kaikoukyousitu a{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background: blue;
	border-radius: 5px;
	margin: 10px;
}

.kaikoukyousitu a:hover{
	background: #aaa;
	transition: 0.3s;
	text-decoration: none;
}

.temple-ul{

}

.temple-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 20px 20px;
}
.temple-ul li {
  position: relative;
  padding: 3px 7px 3px 2em;
  margin: 0;
}
.temple-ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0a9';
  color: #fff;
}

@media (max-width: 782px) {
	.col2leftimg1{
		order:2;
	}
	.col2leftimg2{
		order:1;
	}
	.card{
		display: block;
	}
}



/*2023 03 01 kawano add*/
.lesson_archive_img .card-img-top{
	width: auto;
    height: 100%;
}

.shortcode_course_links{
	padding: 10px;
	display: inline-block;
	margin: 10px 5px;
	border: solid 1px #ffa800;
	color: #ffa800;
	transition: 0.3s;
}
.shortcode_course_links:hover{
	color: #fff;
	background: #ffa800;
	text-decoration: none;
}