@charset "utf-8";
/*
Theme Name: NaganoPan
Theme URI: http://mt-top.com
Description: BizVektor（ビズベクトル）テーマの長野パン教室用改造テーマです。
Author: MOUNTAIN TOP! AirHEadz Workshops.
Author URI: http://little-buffalo.jp/
Version: 0.1 for 0.8.5.0
License: GNU General Public License
License URI: license.txt
Tags: white,red,blue,black,green,orange
*/

/*-------------------------------------------*/
/*	0. global settings
/*-------------------------------------------*/
/*	1. header
/*-------------------------------------------*/
/*	2. top page
/*-------------------------------------------*/
/*	3. side bar
/*-------------------------------------------*/
/*	4. decoration
/*-------------------------------------------*/
/*	5. page setting
/*-------------------------------------------*/
/*	6. Calendar Tables
/*-------------------------------------------*/



/*-------------------------------------------*/
/*	☆追加設定
/*-------------------------------------------*/

/* ____ PC・SP表示切り替え ____ */
.pc-dis {
	display: block;
}
.sp-dis {
    display: none;
}
@media screen and (max-width: 970px){
.pc-dis {
	display: none;
}
.sp-dis {
	display: block;
}
}

/* ____ マージン ____ */
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

/* ____ 枠・背景色 ____ */
.yell-bg {
background-color: #FFFFF4;
}
.l-grn-bg {
background-color: #dbffe2;
}
.yell-bdr {
border: 1px solid #CCCC00;<style>
<?php if(!is_home() && !is_archive()): ?>
    #main {
        border: none;
    }
<?php endif; ?>
</style>
margin: 5px;
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.black-bdr {
border: 1px solid #333333;
margin: 5px;
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.red-bdr {
border: 1px solid #e64848;
margin: 5px;
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.pink-bdr {
border: 1px solid #fc8f79;
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.grn-bdr {
border: 1px solid #097848;
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.ora-bdr {
border: 1px solid #FFA93E;
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.no-bdr {
padding: 20px;
padding-bottom: 0;
border-radius: 4px;
}
.bd-gr-dots {
	background: #ffffea;
	margin: 0 auto;
	padding: 1.2em;
	border: dotted 3px #9c0;
	border-radius: 10px;
	word-break: break-all;
	border-radius: 4px;
}
.bd-bl-double {
	background: #ffffea;
	margin: 0 auto;
	padding: 1.2em;
	border: double #0cf;
	word-break: break-all;
	border-radius: 4px;
}
.bd-pk-single {
	background: #ffffea;
	margin: 0 auto;
	padding: 1.2em;
	border: 1px solid #f69;
	word-break: break-all;
	border-radius: 4px;
}

/* ____ フォントサイズ ____ */
.f11 {
font-size: 11px;
line-height:130%;
}
.f12 {
font-size: 12px;
line-height:140%;
}
.f14 {
font-size: 14px;
line-height:140%;
}
.f16 {
font-size: 16px;
line-height:140%;
}
.f18 {
font-size: 18px;
line-height:140%;
}
.f20 {
font-size: 20px;
line-height:140%;
}
.f22 {
font-size: 22px;
line-height:140%;
}
.f24 {
font-size: 24px;
line-height:140%;
}
.f28 {
font-size: 28px;
line-height:140%;
}
.f32 {
font-size: 32px;
line-height:140%;
}

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

/* ____ テキスト装飾 ____ */
em {
font-style: normal;
font-weight: bold;
}
.b {
font-weight: bold;
}
.center {
	text-align:center;
}
.s {
text-decoration: line-through;
}
.u {
text-decoration: underline;
}
.txt-r {
text-align: right;
}
.txt-l {
text-align: left;
}

/* ____ テキストカラー ____ */
.black {
color: #333333;
}
.red {
color: #e64848 !important;
}
.blue {
color: #0066CC;
}
.grn {
color: #008000;
}
.ora {
color: #FF9900;
}
.gry {
color: #999999;
}
.pnk {
color: #FF3333;
}
.yell {
background:linear-gradient(transparent 70%, #ffdb8e 0%);
padding-bottom: 5px;
}

/* ____ 見出し ____ */
#content h2 {
font-size: 30px;
line-height: 130%;
}
#content h3 {
font-size: 29px;
margin: 90px 0 20px 0;
border-left: 12px solid #fc8f79;
padding: 15px 13px 12px 20px;
line-height: 135%;
}
#content h4 {
font-size: 27px;
color: #097848;
margin: 50px 0 20px 0;
padding-left: 10px;
border-top: none;
background: none;
border-bottom: 4px double #097848;
}
#content h5 {
    clear: both;
	color: #097848;
    font-size: 23px;
    margin: 30px 0px 20px;
    padding: 10px 10px 5px;
    border-bottom: 2px dotted #097848;
}
/* ____ リストスタイル ____ */
#content ul {
    margin: 0 !important;
}
#content ul li {
    list-style: none;
}
#content ol {
    margin: 0 !important;
}
@media only screen and (max-width: 640px){
#content ol {
    margin-left: 25px !important;
}
}
#content ol li {
    padding: 7px 0 8px 3px !important;
}

/* ____ リストアイコン ____ */
.check01 li {
    background: url(https://naganopan.com/wp-content/uploads/2019/10/ico_list04.gif) no-repeat left 4px top 14px;
    padding: 3px 0 10px 33px !important;
}
.check02 li {
    background: url(https://naganopan.com/wp-content/uploads/2019/10/ico_list01.gif) no-repeat left 4px top 12px;
    padding: 3px 0 10px 33px !important;
}

/* ____ 画像設定 ____ */
#content .alignleft {
    margin-right: 20px !important;
}
/*.entry-content img {
    outline: none !important;
    outline-offset: 0 !important;
    margin: 0 !important;
}*/

/* ____ テキスト行間設定 ____ */
#content p {
    line-height: 160%;
	margin-bottom: 25px;
}

/* ____ ボタン設定 ____ */
.btn {
  display: inline-block;
  padding: 0.9em 1.1em 0.5em !important;
	text-align: center;
	width: 50%;
  text-decoration: none;
  color: #FFF;
  border-radius: 6px;
}
.btn-pink {
  background: #fc8f79;/*ボタン色*/
  border-bottom: solid 4px #da553a;
}
a.btn-grn {
  background: #5ace72 !important;/*ボタン色*/
  border-bottom: solid 4px #46ac5c !important;
  border-color: #5ace72 !important;
}
@media (max-width: 640px) {
.btn {
	width: 80%;
	}
}
.btn:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/* ____ フッター問い合わせエリア設定 ____ */
.mainFootCatch {
    font-size: 16px !important;
}

/* ____ サイドエリア設定 ____ */
#sideTower .textwidget, #sideTower .sideWidget li {
	font-size: .8em !important;
	line-height: 160%;
}

/* ____ 本文内 画像横並び表示設定 ____ */
.img_set {
    display: flex;
    flex-wrap: wrap;
    width: 680px;
    margin: 0 auto;
    justify-content: space-between;
}
.img_set img {
	width: 330px;
	margin: 0 0 20px !important;
}
/* ____ SPサイト横並び解除 ____ */
@media only screen and (max-width: 640px){
.img_set {
    flex-wrap: wrap;
    width: 100%;
}
}

/* ____ table設定 ____ */
#content table tr th {
    text-align: center;
}
/* class="lesson" を持つテーブル全体 */
#content table.lesson {
    border-collapse: collapse; /* 必要に応じて */
}
/* lessonテーブル内のtdのテキストを垂直中央に */
#content table.lesson td {
    vertical-align: middle;
}
/* lessonテーブル内のリストをディスク型に */
#content table.lesson li {
    list-style: disc;
    margin-left: 5px;
}

/*-------------------------------------------*/
/*	0. global settings
/*-------------------------------------------*/
.sticky {}
.bypostauthor {}

body {
	font-size: 130% !important; 
}
hr.clear {
	display: block !important;
	border-style: dotted;
	border-width: 1px;
	color: #eaeaea;
}
#login h1 a {
	width: 67px !important;
	background-size: 64px 64px !important;
}

/*-------------------------------------------*/
/*	1. header
/*-------------------------------------------*/

#headerTop {
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

/*-------------------------------------------*/
/*	2. top page
/*-------------------------------------------*/

.youtube-box iframe {
	margin: 1em;
	outline: 1px solid #ccc;
	outline-offset: 8px;
}

/*-------------------------------------------*/
/*	3. side bar
/*-------------------------------------------*/

h3.localHead {
	margin-bottom: 1em;
}

/*-------------------------------------------*/
/*	4. decoration
/*-------------------------------------------*/

#site-title a {
	color: #a7a2a2 !important;
}

.simplemap {
	outline: 1px solid #aaa;
	outline-offset: 4px;
	margin: 5px;
}

/*.entry-content img {
	outline: 1px solid #ccc;
	outline-offset: 4px;
	margin: 15px 5px !important;
}*/

.aligncenter {
	text-align: center !important;
}

.mainFootTxt {
	color: #333;
}
/*.mainFootCatch {
	font-size: 18px !important;
}*/
.mainFootTel {
	font-size: 32px !important;
}
.mainFootTime {
	font-size: 18px !important;
}

#lesson-calendar, #lesson-schedule {
	table-layout: fixed;
}

#lesson-calendar th, #lesson-schedule th {
	text-align: center;
	width: 20%;
	vertical-align: middle !important;
}
#lesson-schedule td {
	vertical-align: middle !important;
}
.lesson-description {
	width: 55%;
}
/*-------------------------------------------*/
/*	5. page setting
/*-------------------------------------------*/
#content ul.bb-profile {
	float: none;
	width: auto;
	margin: 1em;
}

#content .wp-caption {
	padding: 0 8px 8px !important;
}
@media (max-width: 480px) {
	#content #attachment_19 {
		display: block;
		float: none !important;
		margin: .5em auto;
		width: auto;
	}
}
@media (min-width: 640px) {

	#content ol li {
		margin-left: 1.2em;
	}

	#content ul.bb-profile {
		float: left;
		margin: 0 0 0 auto;
		width: 420px;
	}
	#content ul.bb-profile li {
		margin: .2em auto 0 2em;;
	}
}
/*-------------------------------------------*/
/*	6. Calendar Tables
/*-------------------------------------------*/

.monthly-calendar table tr {
	padding: .4em .6em;
	height: 2.4em;
	line-height: 1.4;
}
.monthly-calendar a {
	text-decoration: none;
}
.monthly-calendar caption {
	margin-bottom: .6em;
}

#booking-form {
	width: 100%;
	margin: 0 auto 24px;
}

.content-form fieldset {
border: 1px solid #dddddd;
padding: 10px 0 0;
margin: 0 -1px 1.5rem ;
width: 95%;
}

#contact-form table,
#booking-form table {
	width: 95%;
	margin: 8px auto 16px !important;
}

.calendar-mark {
	margin: 0 auto;
	padding: .4em .6em;
	line-height: 1.6;
}
.calendar-mark a {
	text-decoration: none;
}
/* ____ TOPページ本文下ブログサムネイル ____ */

#content .infoList .infoListBox div.thumbImage {
    top: 135px;
}

/* 表の横スクロール */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロールを有効に */
}