/*
Theme Name: Butterfly
Theme URI: http://crazy-wp.com/
Author: CRAZY WP
Author URI:  http://crazy-wp.com/
Version: 1.3
改定日：2016/06/21
1.1修正内容：スマホ横表示でのボタン崩れ修正
1.2修正内容：TOPのAboutサブタイトル「-とは-」で店舗名が出ない不具合を修正（カスタムフィールド「店舗名」を追加）
1.3修正内容：TOPのスライドショー下部にある丸アイコンを押しても画像がスライドされない不具合を修正
1.4：php7対応
*/

/*=======================================
スタイル名（日本語） - スタイル名（英語） -
=======================================*/

/*  スタイル名（日本語） - スタイル名（英語） -
=======================================*/

/*  スタイル名（日本語） - スタイル名（英語） - */

@import url(css/normalize.css);

html,body{
font-size: 14px;
font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
background-image: url(/wp-content/uploads/2026/02/white.gif);
background-position: center center;
background-repeat: repeat-y;
background-attachment: fixed;
width: 100%;
background-size: cover;
	
}

@media screen and (max-width: 480px) {
html,body{
    background:none;  /* 一旦、PC用の背景画像を消す。 */
	position: relative;
  }
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(/wp-content/uploads/2026/02/white.gif) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
	
  }

h2{ font-size: 2.2rem; }
h3{ font-size: 2rem; }
img{ max-width: 100%; height:auto; }

/*=======================================
リンク - Link -
=======================================*/
a,a:active{
	color: #2a6d4a;
  text-decoration: none;
}
a:hover,a:active,a:focus,a:link{
  color: #2a6d4a;
  text-decoration: none;
}

a:hover{
opacity: 0.8;
}

#blog a{
	  color: #2a6d4a;
  text-decoration: none;
}
#blog a:hover{
  color: #2a6d4a;
  text-decoration: none;
}

#head-news a{color: #2a6d4a;}

p {
    margin: 0 0 20px;
}

h3 {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #2a6d4a;
}

/*=======================================
その他 - Other -
=======================================*/


.container2{
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}



@media screen and (min-width: 992px) {
.container2 {
	width: 980px;
}
}

.wrap{
    padding: 15px;
    background-color:white;
	overflow:hidden;
	margin-bottom: 15px;
}

.h3{
font-size: 20px;
color: white; 
padding-bottom:10px;
margin-bottom: 15px;
border-radius: 30px;
background-color: #2a6d4a;
text-align:center;
	margin-top: 0;
}

@media screen and (max-width: 480px) {
.wrap {
	padding: 5px;
}}

.area-head {
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    background-color: #000000;
    margin-left: 10px;
    margin-right: 10px;
}


.title{margin-top:3px;margin-bottom:3px !important;
}


@media screen and (max-width: 480px) {
#orig{padding-right: 0;
padding-left: 0;
margin-left: 0;
margin-right: 0;}
}

/*  TOPへ戻るリンク - Back To Top Link -
=======================================*/
#pageTop{
  width: 70px;
  height: 60px;
  background: #333;
  opacity: 0.7;
  position: fixed;
  bottom: -5px;
  right: 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
  line-height: 60px;
}
#pageTop:hover{
  cursor: pointer;
  text-decoration: none;
}
/*  もっと見るリンク - Link More -
=======================================*/
.link-more{
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 0.7rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  right: 0;
  background: black;
  border: 1px solid black;
  color: white !important;
  float: right;
}
.link-more:hover{
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: white;
  color: black !important;
  border: 1px solid black;
  box-sizing: border-box;
}

.link-more:before{
  content: '＞';
}
.link-more>i{
  margin-right: 5px;
}
body.theme1 .link-more{
  background: black;
  border: 1px solid black;
  color: white;
}
body.theme1 .link-more:hover{
  background: white;
  color: black;
  border: 1px solid black;
  box-sizing: border-box;
}
.fix-width{
  width: 100%;
}


/*=======================================
フォント - Fonts -
=======================================*/
/* serif */
.fnt-1{
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
/* sans serif */
.fnt-2{
  font-family:'游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
/* number */
.fnt-3{
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.bold{
  font-weight: bold;
}
.imp{
   color:#2a6d4a;
   font-weight: bold;
}
.red{
   color:#ff0000;
   font-weight: bold;
}

/*=======================================
色 - Color -
=======================================*/

/*  背景色 - Background Color -
=======================================*/

.bgColor-sub1{
  background: #f6f5f5;
}


/*=======================================
ボーダー - Border -
=======================================*/
.bd-top{
  border-top: 3px solid black;
}
.bd-color-theme1{
  border-color: black;
}


/*=======================================
ユーティリティ - Utility -
=======================================*/
.txt-right{
  text-align: right;
}
.txt-left{
  text-align: left;
}
.txt-center{
  text-align: center;
}
.mt15{
  margin-top: 15px;
}

/*=======================================
サイト幅 - Site Width -
=======================================*/
.ctn-area > .container.fill-width{
  width: 100%;
}
.contents-section{
  padding: 0px 0;
}

/*=======================================
ヘッダー - Header -
========================================*/
#header{
  height: 60px;
}
#header .header-group{
  height: 60px;
  display: table;
  width: 100%;
}
.header-group .v-middle{
  display: table-cell;
  vertical-align: middle;
}
.headLogo{
  width: 150px;
}
.headLogo img{
  width: 140px;
}
/*  下層ページ - Under Page -
=======================================*/
.page-under #header{
  border-bottom: 0px solid black;
} 

/*=======================================
ナビゲーション - Nav -
=======================================*/

/*  ピル型ナビゲーション - Nav Pills -
=======================================*/
.nav-pills > li{
  border-right: 1px solid white;
	line-height: 12px;
}
.nav-pills > li:last-child{
  border-right: none;
}
.nav-pills>li>a{
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: none;
  color: white;
}
.nav-pills>li>a:hover{
  background: none;
  text-decoration: underline;
}

/* 2行目の設定 */
.nav-pills li a span {
    font-size:8px;
}

/*  SNSナビゲーション - Nav SNS -
=======================================*/
.nav-sns .items{
  font-size: 20px;
}

#side_navi{
text-align: center;
padding: 5px;
margin-bottom: 5px;
border-radius: 20px;
background-color:#2a6d4a;
}

a #side_navi{
  color: white;
}

#side_navi2{
	overflow:hidden;margin-bottom:20px; 
}
/*=======================================
パネル - Panel -
=======================================*/
.page-cast-list .panel{
  min-height: 280px;
}
.panel{
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  overflow:hidden;
  margin:2px;
}
.panel-naked{
  padding: 0;
  background: none;
  box-shadow: none;
}
.panel-naked .panel-body{
  padding: 0;
  margin-bottom: 10px;
}
.panel .panel-foot{
  font-weight: bold;
}
.panel2{
  border-radius: 0;
  box-shadow: none;
  background-color: #2a6d4a;
  overflow:hidden;
  margin:2px;
  padding:5px;
}

.panel2 a{
  color:white
}

/*  シンプルパネル - Simple Panel -
=======================================*/
.panel-simple .panel-title{
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
	color: #993300;
	
}

.panel-title-name{
	color: white;
    font-size: 0.9rem;
    text-align: center;
	background-color: #2a6d4a;
	padding: 2px;
	margin-top: 0;
    margin-bottom: 1px;
	width:100%;
	border-radius: 30px;
}



	.panel-title-pro{
		font-size: 0.8rem;
		color:#2a6d4a;
	}

	.panel-title-pro1{
		font-size: 0.8rem;
		color:#993300;
	}

	.panel-title-pro2{
		font-size: 0.9rem;
		color:#2a6d4a;
	}


@media screen and (max-width: 736px) { /* 736px以下用（スマートフォン用）の記述 */
	.panel-head {
	padding-left: 1px;
    padding-right: 1px;
	}
	

	.panel-title-pro1{
		font-size: 2.5vw;
	}	

}

.panel-head{
    color: white; 
	text-align: center; 
	background-color:white;
	padding:3px;
	height: 100px;
}



.panel-simple .panel-body {
padding: 3px;
padding-bottom: 1px;
}


/*.product-list .panel-body{
  background: black;
}*/

/* プロダクトリスト用パネル */
.product-list .panel-link,
.product-list .panel-link:hover{
  transition: all 0.5s;
}
.product-list .panel-link:hover{
  opacity: 0.7;
}
/*  ランキング用パネル - Ranking Panel -
=======================================*/
.panel-ranking .panel-head h3{
  font-size: 1rem;
  margin: 0;
}
.panel-ranking .panel-head .lsf-icon{
  font-size: 1.5rem;
}
.panel-ranking .panel-body .innrTxt{
  text-align: center;
}
.panel-ranking.panel-ranking-no1 .panel-head h3{
  font-size: 1.5rem;
}
.panel-ranking.panel-ranking-no2 .panel-head h3{
  font-size: 1.3rem;
}
.panel-ranking.panel-ranking-no3 .panel-head h3{
  font-size: 1.1rem;
}
#top-ranking .panel{
  min-height: 350px;
  margin-bottom: 0;
}

#side{
padding: 5px;
margin-top: 10px;	
}

/*  リスト用パネル - List Panel -
=======================================*/
.panel-list{
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.panel-list .date{
  font-size: 1rem;
  color: #bbb;
}
.panel-list .panel-title{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
}
.panel-list .panel-txt{
  font-size: 1.2rem;
  padding-top: 10px;
}
.panel-list .panel-body{
  margin-bottom: 0;
}
.panel-list .panel-foot{
  padding: 10px 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
/*  no-imageパネル - No Image Panel -
=======================================*/
.panel.panel-no-image{
  background: black;
  min-height: 700px;
  text-align: center;
  color: white;
  line-height: 700px;
  font-size: 3em;
}
.panel.panel-no-image:after{
  content: 'NO IMAGE';
}
.panel.panel-no-img{
  background:black; text-align:center; color:white; display:block;
}
.panel.panel-small{
  height:250px;
  line-height:250px;
}

/*=======================================
ボタン - Button -
=======================================*/
.btn{
  border-radius: 0;
  transition: 0.5s;
}
.btn:hover{
  transition: 0.5s;
}
.btn-big {
  padding: 20px 80px;
}
.btn-default {
  color: white !important;
  background-color: black;
  border-color: black;
}
.btn-default:hover {
  color: black !important;
  background-color: white;
}
.btn-nagative {
  color: black !important;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-nagative:hover {
  color: black !important;
  background-color: white;
}
.btn-flex{
  width: 100%;
}
.btn-vertical{
  width: 25%;
  margin: 0 auto;
}
.btn-vertical .btn{
  display: block;
  margin-bottom: 30px;
}

/*=======================================
ページネーション - Pagination -
=======================================*/
.pagenation{
  overflow: hidden;
  margin-top: 20px;
  padding-top:20px;
}

.pagenation ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagenation ul li {display: inline;}

.pagenation ul li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagenation ul li a{
    padding: 8px 16px;
}

.pagenation ul li.active {
    background-color: #000000;
    color: black;
	border-radius: 30px;
}

.pagenation ul li:hover:not(.active) {
	background-color: #008d00;
    color: black;
	border-radius: 30px;
}

/*=======================================
ラベル - Label -
=======================================*/
.label{
  padding: 3px 8px;
  border-radius: 0;
}
.label-theme1{
  background: #ccc;
}
.label-theme2{
  background: #2a6d4a;
}
.label-theme3{
  background: #0971B2;
}

.panel-list .panel-head .label{
  font-size: 0.8rem;
  margin-right: 5px;
}

/*=======================================
テーブル - Table -
========================================*/
table{
  border: 1px solid black;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 20px;
}
table tr{
  border-bottom: 1px solid black;
}
table tr:last-child{
  border-bottom: none;
}
table tr td, table tr th{
  padding: 5px 5px;
  border-right: 1px solid black;
}
table tr th{
  border-right: 1px solid black;
  font-weight: normal;
  text-align: center;
  width: 40%;
}


/*=======================================
テーブル2 - Table -
========================================*/
table#staff table.play{
	width: 100%;
  border: none;
  margin: 0 0;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 3px 3px;
}

table#staff table.play tr td, table .play tr th{
  padding: 10px 5px;
}

table#staff table.play tr td{
border: 1px #FF0505 solid;
color: #FF0505;
text-align: center;
}

table#staff table.play tr th{
  font-weight: bold;
  text-align: center;
  background: linear-gradient(135deg, #850000 0%, #FF0505 50%, #850000 100%);
  color:white;
}

table#page{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
}

table#page th {
width: 70%;
font-weight: bold;
border: none;
background-color: #993300;
text-align: left;
vertical-align: middle;
color: white;
padding: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
}

table#page td {
color:#993300;
font-weight: bold;
border: 1px #993300 solid;
text-align: center;
vertical-align: middle;
padding: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
}

table#page2{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
}

table#page2 th {
width: 30%;
font-weight: bold;
border: none;
background-color: #993300;
text-align: left;
vertical-align: middle;
color: white;
padding: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
}

table#page2 td {
color:#993300;
font-weight: bold;
border: 1px #993300 solid;
text-align: center;
vertical-align: middle;
padding: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
}

table#course{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
table-layout:fixed;
	text-align: center;
}

table#course th {
font-weight: bold;
border: none;
background-color: #993300;
vertical-align: middle;
color: white;
padding: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
}

table#course td {
color:#993300;
font-weight: bold;
border: 1px #993300 solid;
vertical-align: middle;
padding: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
}



/*=======================================
staff - Table -
========================================*/

table#staff{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
}

table#staff tr{
 width: 100%;
 }

table#staff th{
width: 30%;
font-weight: bold;
border: none;
background-color: #2a6d4a;
text-align: center;
vertical-align: middle;
color: white;
}

table#staff td{
border: 1px #2a6d4a solid;
text-align: left;
vertical-align: middle;
}

table#staff2{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
}

table#staff2 th {
width: 30%;
font-weight: bold;
border: none;
background-color: #993300;
text-align: center;
vertical-align: middle;
color: white;
padding: 5px;
border-radius: 30px;
}

table#staff2 td {
color:#993300;
font-weight: bold;
border: 1px #993300 solid;
text-align: center;
vertical-align: middle;
padding: 5px;
border-radius: 30px;
}

#tag{
border-radius: 10px;
background-color: #000000;
text-align: center;
display: inline-block;
padding: 0 5px;
margin: 0 2px 2px 2px;
}

#tag a{
color:white;
}


/*=======================================
ぼたん
========================================*/
#btn1{
    color: white;
	width: 100%;
	padding: 10px;
	margin-bottom:15px;
	border-radius: 10px;
	background-color: #993300;
	text-align:center;
	border:none;
}

/*=======================================
スケジュール - Table -
========================================*/

table#pc{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
table-layout: fixed !important;
}

table#pc tr{
height: 50px;
 }

table#pc th{
font-weight: bold;
border: none;
background: linear-gradient(135deg, #000 0%, #595959 50%, #000 100%);
text-align: center;
vertical-align: middle;
color: white;
}

table#pc td{
border: 1px #000000 solid;
text-align: center;
vertical-align: middle;
}

table#sp{
width: 100%;
border:none;
border-collapse: separate;
border-spacing:3px;
}

table#sp tr{
 width: 100%;
 }

table#sp th{
width: 40%;
font-weight: bold;
border: none;
background: linear-gradient(135deg, #000 0%, #595959 50%, #000 100%);
text-align: center;
vertical-align: middle;
color: white;
}

table#sp td{
border: 1px #000000 solid;
text-align: center;
vertical-align: middle;
}

caption{
width: 100%;	
background-color: #993300;
color: white;
padding: 5px;
border-radius: 30px;
text-align: center;
}


p.feature{
	color:#993300;
    font-weight:bold;	
		font-size: 18px;
}

p.text3{
	color:white;
	background-color:rgba(0,87,29,0.7);
	padding:5px;
	margin-bottom:10px;
}

.text4{
	color:#993300;
	padding:5px;
	margin-bottom:10px;
    border:#993300 solid 1px;
	overflow:hidden;
}

p.text5{
font-size: 12px;
}

#acMenu dt{
    display:block;
    cursor:pointer;
	font-weight:normal;
    }

#acMenu dd{
    display:none;
    }
.chart ul{
padding: 0;
}

.chart ul li{
border-bottom: 1px dotted #333;
list-style-type: none;
	margin: 0 0 5px 0;
padding: 0 5px 5px 5px;
}

.feature font{
background-color:#993300;
color: #ffd800;
font-size: 16px;
font-weight: bold;
display: table-cell;
width: 25px;height: 25px;
vertical-align: middle;
text-align: center;
float: left;
margin-right: 5px;
border-radius: 50%;
}

.text2 font{
background-color:#2a6d4a;
color: white;
font-size: 16px;
font-weight: bold;
display: table-cell;
width: 20px;
height: 20px;
vertical-align: middle;
text-align: center;
float: left;
margin-right: 5px;
}


p.qa{
border-bottom: 1px dotted #333;
margin: 0 0 5px 0;
padding: 0 5px 5px 5px;
}

p.qa font{
background-color:#2a6d4a;
color: white;
font-size: 16px;
font-weight: bold;
display: table-cell;
width: 20px;
height: 20px;
vertical-align: middle;
text-align: center;
float: left;
margin-right: 5px;
}

/*=======================================
フォントアイコン - Font Awsome -
=======================================*/
.fa.fa-left{
  margin-right: 10px;
}

/*=======================================
スマホメニュー - SmartPhone Menu -
=======================================*/
.sp-menu-page{
  position: fixed;
  top: 0;
  right: -180px;
  width: 180px;
  height: 100%;
  background: #000;
  z-index: 99999;
  box-shadow:rgba(79, 79, 79, 0.0666667) 4px 0px 5px 0px inset;
  -webkit-box-shadow:rgba(79, 79, 79, 0.0666667) 4px 0px 5px 0px inset;
  -moz-box-shadow:rgba(79, 79, 79, 0.0666667) 4px 0px 5px 0px inset;
}

.sp-menu-page a{color:white;
}

.sp-menu-page .nav > li > a:hover{ background-color: #000000;color:black;
}

.sp-menu-close-area{
  display: none;
  width: 100%;
  height: 120%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

/*=======================================
トップページ - Top Page -
=======================================*/
.page-top .ctn-area .area-head .title,
.page-top .ctn-area .area-body .title{
  margin-bottom: 30px;
  position: relative;
}
.page-top .ctn-area .area-head .subTitle,
.page-top .ctn-area .area-body .subTitle{
  font-size: 1rem;
  margin-left: 15px;
 color:#FFFFFF;
}

.subTitle{
  font-size: 0.7rem;
 color:#ffd800;
    margin-left: 0;
    display: block;	
}

.page-top .ctn-area .area-head .subTitle:before,
.page-top .ctn-area .area-head .subTitle:after,
.page-top .ctn-area .area-body .subTitle:before,
.page-top .ctn-area .area-body .subTitle:after{
  content: ' ー ';
}
.page-top .ctn-area.center .area-head{
  text-align: center;
}
/*  トップバナー - Top Baner -
=======================================*/
.flexslider-top-main{
  position: relative;
}
/* スライダーコントロール - Flex Slider Controll - */
.flexslider-top-main .flex-control-nav{
  bottom: 5px;
}
.flex-direction-nav a{
  display: none;	
}

.titleBack {
  width: 0;
  height: 0;
  border-bottom: 50px solid rgba(0,0,0,0.5);
  border-left: 100px solid transparent;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.titleBack .innrTxt{
  position: absolute;
  right: 10px;
  width: 170px;
  text-align: right;
  bottom: -50px;
  color: white;
  line-height: 1em;	
}
.map .area-body{
  padding: 50px;
}

/*  本日出勤のキャスト - Todays Cast -
=======================================*/
#top-today-cast .panel{
  min-height: 260px;
  overflow: hidden;
  display: block;	
}


/*=======================================
下層ページ - Sub Page -
=======================================*/
.page-under{

}
.ctn-main{
  padding-bottom: 30px;
  padding: 20px;
}
.page-title{
  padding: 20px;
}

/*=======================================
投稿ページ - post content -
=======================================*/
.post-content img{
  max-width: 100%;
  height: auto;
}
.post-contents:first-child .post-title h1{
  margin-top: 0;
}

/*=======================================
サイドバー - Sidebar -
=======================================*/
/* ウィジェットタイトル - widget title - */
#sidebar-blog h2.widget-title{
font-size: 1.2em;
color: #2a6d4a;
border: 4px #2a6d4a;
border-bottom-style: double;
font-weight: bold;
margin-top: 7px;
background-image: url(/wp-content/uploads/2019/09/side.png);
background-repeat: no-repeat;
background-position: 0 -5px;
padding: 2px 2px 2px 30px;
}

#sidebar-blog ul{
  list-style: none;
  padding-left: 15px;
}

/*=======================================
検索フォーム - Search Form -
=======================================*/
#searchform input[type="text"]{
  border: 1px solid black;
  padding: 6px;
  box-sizing: border-box;
}
#searchform input[type="submit"]{
  background: black;
  vertical-align: top;
  color: white;
}

/*=======================================
フッター - Footer -
=======================================*/
footer{
padding: 20px;
    padding-bottom: 10px;
    background-color: #2a6d4a;
	border-top: 3px solid #000000;
	margin-top: 20px;
}

#footer-nav{
  text-align: center;
  position: relative;
}
#footer-nav ul{
  position: absolute;
  left: 50%;
}
#footer-nav ul li{
  left: -50%;
}

/*=======
.footLogo{
  padding-top: 20px;
  padding-bottom: 30px;
}
======*/

.footLogo img{
  width: 120px;
  margin: 0 auto;
}
.copyright{
  text-align: center;
  font-size: 0.7rem;
  color: white;
}

/*=======================================
Contact Form 7
=======================================*/
.wpcf7-form{
  width: 100%;
  margin: 0 auto;
}
.wpcf7-form input, .wpcf7-form textarea{
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid black;
  color: black;
}
.wpcf7-form input[type="submit"]{
    color:white;
	background: linear-gradient(#00DE22,#00961c,#00DE22);
	padding:20px;
	border-radius: 10px;
	border:none;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    color: black;
}

div.wpcf7 input[type="file"] {

    cursor: pointer;
    color: black;
    border: 1px solid black;
}

span.wpcf7-list-item{
		width: 100%;
	
}

.wpcf7-text {
	width: 100%;
}

.wpcf7-textarea{
	width: 100%;
}

.wpcf7-submit{
	width: 100%;
}


.wpcf7-form select{
height: 40px;
}

input[type="text"]:focus,
texture:focus {
    background-color: #c2ffe7;
}

input[type="email"]:focus,
texture:focus {
    background-color: #c2ffe7;
}

textarea:focus,
texture:focus {
    background-color: #c2ffe7;
}

input[type="checkbox"], input[type="radio"]{
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		    32px;
	line-height:		32px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;	
}


input[type="checkbox"], input[type="radio"]:before {
	width:			32px;			/* ボックスの横幅 */
	height:			32px;			/* ボックスの縦幅 */
	vertical-align: middle;
}

label{width: 100%;
}

.form{
	font-weight:bold;
	background-color: #2a6d4a;
    color: white;
	padding-left:5px;
	margin-bottom:3px;
}

.form2{
	font-weight:bold;
	background-color: #993300;
    color: white;
	padding-left:5px;
	margin-bottom:3px;
	
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
margin-top: -15px !important;
background-color: red;
padding: 10px !important;
text-align: center;
color: white;
font-weight: bold;
border:none  !important;
}

div.wpcf7-mail-sent-ok {
margin-top: -15px !important;
background-color: #24b800;
padding: 10px !important;
text-align: center;
color: white;
font-weight: bold;
border:none  !important;
}

/*=======================================
スマホメニュー - SmartPhone Menu -
=======================================*/
#sp-menu{
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px 10px;
  border-radius: 50%;
  background: #fff;
  float: right;
}
#sp-menu:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: black;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: black;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#sp-menu .close{
  background: transparent;
}
#sp-menu .close:before, #sp-menu .close:after{
  margin-top: 0;
}
#sp-menu .close:before{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#sp-menu .close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}



/*=======================================
メディアクエリ - Media Query -
=======================================*/
@media screen and (min-width: 769px) {
  .headLogo img{
    margin-top: -5px;
  }
}

@media screen and (min-width: 737px) {
 #sp{display:none;
	}
}

@media screen and (max-width: 768px) {

	.panel-title-pro{
		font-size: 0.8em;
		max-height: 100%;
	}

table#page {
	margin-bottom:5px;
}
	
table#page th {
width: 70%;
font-weight: bold;
border: none;
text-align: left;
vertical-align: middle;
padding: 5px;
border-radius: 30px;
font-size: 0.9em;
max-height: 100%;
}

table#page td {
font-weight: bold;
text-align: center;
vertical-align: middle;
padding: 5px;
border-radius: 30px;
font-size: 0.9em;
max-height: 100%;
}	
	
table#page2 {
	margin-bottom:5px;
}
	
table#page2 th {
width: 30%;
font-weight: bold;
border: none;
text-align: left;
vertical-align: middle;
padding: 5px;
border-radius: 30px;
font-size: 0.9em;
max-height: 100%;
}

table#page2 td {
font-weight: bold;
text-align: center;
vertical-align: middle;
padding: 5px;
border-radius: 30px;
font-size: 0.9em;
max-height: 100%;
}	
	
table#course {
	margin-bottom:5px;
}
	
table#course th {
font-weight: bold;
border: none;
background-color: #993300;
vertical-align: middle;
color: white;
padding: 5px;
border-radius: 30px;
font-size: 0.9em;
max-height: 100%;
}

table#course td {
color:#993300;
font-weight: bold;
border: 1px #993300 solid;
vertical-align: middle;
padding: 5px;
border-radius: 30px;
font-size: 0.9em;
max-height: 100%;
}

	p.text2{
	margin-bottom:5px;
}
	
  /* ヘッダーナビゲーション */
  #header nav{
    display: none;
  }
  #sp-menu{
    display: block;
  }
	
  #head-news{
    display: none;
  }	
	
  /* sns */
  .nav-sns{
	 
    float: left;
    margin-top: 20px;
    width: 80%;
    color: white !important;

}
	  
	
  .full-width .container,
  .full-width .container .row,
  .full-width .container .row > div
  {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .page-top .ctn-area .area-body .row{
    margin-right:-5px;
  }
  .page-top .ctn-area .area-body .row div[class^="col"]{
    padding-right: 5px;
  }
  .page-top .ctn-area .area-head .title .link-more{
    padding-right: 15px;
  }
  .map iframe{
    height: 250px;
  }
  .footer-group{
    display: none;
  }
  .footLogo{
    padding-top: 10px;
  }
  /* btn */
  .btn-vertical{
    width: 40%;
  }
  #top-ranking .panel{
    min-height: 450px;
  }
}
@media screen and (max-width: 736px) { /* 736px以下用（スマートフォン用）の記述 */	
	#top-access .btn-default{
		margin: 0 !important;
		margin-bottom: 15px !important;
		padding: 10px;
	}
	
   #pc{display:none;
	}
	
	#acMenu dd{
    display: inherit;
    }
	
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
	
	.boys{clear:both;
		
	}
	
}
@media screen and (max-width: 480px) {
  html,body{
    font-size: 12px;
  }
  .contents-section{
/*  padding-left: 15px;
    padding-right: 15px;*/
  }
  .map .area-body{
    padding: 20px;
  }
  .page-top .ctn-area .area-head .title{
    /*text-align: left;*/
  }
  .page-top .ctn-area .area-head .subTitle{
    margin-left: 0;
    display: block;
  }

  .page-top .ctn-area .area-head .title .link-more{
    top: 0;
  }
  .page-top .ctn-area .area-body .row{
    margin-right: 0; 
  }
  .page-top .ctn-area .area-body .row div[class^="col"]{
    padding-right: 0;
  }

  .hide-sp{
    display: none;
  }

	.nav-sns a{
		color:white;
	}
	
	footer{
	margin-top: 10px;
}
	
  /*top ranking*/
  #top-ranking .panel{
    min-height: 270px;
  }

  /* ボタン */
  .btn{
    padding: 10px;
  }
  .btn-big {
    padding: 20px 80px;
  }
  .btn-flex{
    font-size: 15px;
    margin: 10px 0 !important;
  }
  .btn-vertical{
    width: 100%;
  }

  /* table */
  table{
    width: 100%;
  }
  table tr th, table tr td{
    padding: 5px;
  }

  .titleBack{
    border-left-style: none !important;
    border-left: none !important;
    border-bottom-width : 30px !important;
  }
  .titleBack .innrTxt{
    bottom: -40px;
    right: 5px;
  }

  .wpcf7-form{
    width: 100%;
    margin: 0 auto;
  }
	

#side_navi{
text-align: center;
color: black;
margin: 3px;
border-radius: 50%;
width: 23%;
padding: 30px 0px;
float: left;
}
	


  /* serach form */
  #searchform input[type="text"]{
    padding: 11.5px;
  }

  #top-today-cast .panel{
    min-height: 180px;
  }
  #top-today-cast .titleBack .innrTxt{
    margin-bottom: 8px;
  }

}
@media screen and (max-width: 375px) {
  #top-today-cast .panel{
    min-height: 160px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {

  /* product-list */
  .product-list .panel-simple{
  /*   min-height: 170px; */
	  margin-bottom: 10px;
  }
  /*top ranking*/
  #top-ranking .panel{
    min-height: 210px;
  }
  #top-today-cast .panel{
    min-height: 140px;
  }
  #top-today-cast .titleBack .innrTxt {
    font-size: 11px;
  }
}

iframe#parentframe { 
  width: 100%;
}

h2.blog{
color: #2a6d4a;
border: 4px #2a6d4a;
border-bottom-style: none;
border-bottom-style: double;
background-image: url(http://achilles-matrix.ebb.jp/wp-content/uploads/2019/04/blog.png);
background-repeat: no-repeat;
background-position: 0 3px;
padding: 2px 2px 2px 30px;
}

.panel-title-name a{
    color: white;
}