/*
Theme Name:Template-theme
Author:更新システム
Description:更新システム専用テーマ
Version: 2.4.1
*/


/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; box-sizing: border-box;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,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;font-variant:normal}
sup{vertical-align:text-top}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}
#yui3-css-stamp.cssreset{display:none}

a { }

a:hover { text-decoration: none; }

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

body {
	font-family:   'Noto Sans JP', sans-serif ,  "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	font-size:14px;
	color: #5D5D5D;
}

body .sans{
	font-family: 'Noto Sans JP', sans-serif ,  "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body .serif{
	font-family:  'Noto Serif JP', sans-serif , "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
}

#body-inside{
	overflow-x: hidden;
}

img{width: auto; height: auto;}

.imgbox img{
	width: 100%;
	margin: 20px auto;
}

.bold{
	font-weight: bold;
}

/* -------------------------------------------
	CLEAR-FIX
---------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }

.clearfix { display: block; }

/* -------------------------------------------
	Utility
---------------------------------------------- */

/* Margin
-------------*/
.m0 { margin: 0 }
.m10 { margin: 10px }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.mg5 { margin: 5px; }
.mg10 { margin: 10px; }
.mg15 { margin: 15px; }
.mg20 { margin: 20px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.ml5 { margin-left: 5px; }
.ml8 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
.mb100 { margin-bottom: 100px; }

/* padding
---------------------*/
#wrapper .p5 { padding: 5px; }
#wrapper .p10 { padding: 10px; }
#wrapper .pt10 { padding-top: 10px; }
#wrapper .pt20 { padding-top: 20px; }
#wrapper .pb20 { padding-bottom: 20px; }

/* Float
---------------------*/
.fl { float: left }
.fr { float: right; }
.cl { clear: both; }

/* cursor
-------------------*/
.cp { cursor: pointer; }

.fcr { color: #fff; }

.attention {
	color: #f00;
	font-weight: bold;
}

.link-arrow {
	padding-left: 20px;
	background: url(images/common/bg_side-list.png) left center no-repeat;
}

/* width
--------------------*/
.w50 { width: 50px; }
.w100 { width: 100px; }
.w130 { width: 130px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w245 { width: 245px; }
.w270 { width: 270px; }
.w300 { width: 300px; }
.w330 { width: 330px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w570 { width: 570px; }

.w90 input, .w90 textarea { width: 90%; }

/* align
------------------- */
.tac { text-align: center }
.tal { text-align: left }
.tar { text-align: right }

/* Link Button
------------------- */
.button a {
	/* サイトごとに変更 */
	display: block;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	text-decoration: none;
}
.flexbox-base{
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
}

.flexbox-base img{
	width: 100%;
}

.flexbox-base .w30{
	width: 30%;
	padding: 10px;
}

.flexbox-base .w70{
	width: 70%;
	padding: 10px;
}

/* -------------------------------------------
	WordPress Editor
---------------------------------------------- */

img.size-auto, img.size-large, img.size-full, img.size-medium {
	max-width: 100%;
	height: auto;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.alignleft, img.alignright, img.aligncenter { margin-bottom: 12px; }

.wp-caption {
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.wp-caption img { margin: 5px; }

.wp-caption p.wp-caption-text { margin: 0 0 4px; }

.wp-smiley { margin: 0; }

#main .post-content h1 {
	font-size: 48px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h2 {
	font-size: 36px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h3 {
	font-size: 24px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h4 {
	font-size: 18px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h5 {
	font-size: 14px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h6 {
	font-size: 12px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h7 {
	font-size: 10px;
	font-weight: bold;
	line-height:150%;
}


.post-content img {
	width: auto;
    max-width: 100%;
    height: auto;
}

#main .post-content ul, #main ul.default, #main .post-content ol { padding: 10px 0 10px 20px; }

#main ul.default li, #main .post-content ul li { list-style: disc; }

#main .post-content ol li { list-style: decimal; }

#main .post-content blockquote {
	margin: 10px 20px;
	font-style: italic;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper #galleria img { max-width: none; }

.mobile { display: none; }

.pr-content { margin-bottom: 30px; }


/* ------------------------------------------
	PC用のスタイル記述
--------------------------------------------- */

:target:before {
   height: 100px;/* ヘッダの高さ */
   margin: -100px 0 0;/* ヘッダの高さ */
   content:””;
   display:block;
}

a[href^="tel:"] {
	text-decoration: none;
}

p{
	margin: 10px auto;
}

.pc_block{
	display: block;
}

.sp_block{
	display: none;
}

body {
	font-size: 100%;
	line-height: 1.6;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}







/* Header */
#pagehead{
	display: block;
	content: "";
	height: 60px;
	width: 100%;
}

header {
	position:fixed;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 99;
}

.head_contents	{
	/*width: 960px;*/
	margin:0 5%;
}

.head_contents h1{
	font-size: 0.8rem;
	text-align: left;
	padding-left: 5px;
	line-height: 0.8rem;
}


.head_contents:after{
	content:"";display:block;clear:both
}

.head_logo {float:left;margin-top:10px;}
.head_logo img{height: 40px;}
.head_logo a {text-decoration: none;}





/* Navigation
------------------------------------ */
#btn-menu {
	position: fixed;
	z-index:101 !important;
	width: auto;
	overflow: hidden;
	padding: 5px;
	float: right;
	top: 10px;
	right: 15px;
	font-size:1rem;
}

#btn-menu p {
	color: #392515;
	margin: 0 5px;
	display: inline-block;
	padding:3px 0;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 0.9;
}

#btn-menu #logo img{
	height: 50px;
}


#btn-menu span {
	font-size: 1rem;
	}

#navigation{float:right;}
#navigation li{display: inline-block;margin: 10px 5px;}
#navigation li a{display: block;color: #fff;font-size:1.2rem;text-decoration: none;text-align: center;padding: 10px;line-height: 1.3rem;}
#navigation li a .ja{font-size: 0.9rem;}
#navigation li a:hover{background: #000;color: #fff;}


/* Contents
------------------------------------ */
#breadcrumb {position: relative;margin: 20px auto 10px;width: 960px;font-size: 0.9rem;z-index: 10;}

.bgimg{background: url(images/common/bgimg.png);background-size: 100%;}

.container {
	margin: auto;
	max-width: 1200px;
}

.contents-box{
	padding: 50px 2%;
}

.contents-box img{
	max-width: 100%;
}

.contents-box h2{font-size: 2rem;font-weight: bold;}
.contents-box h3{font-size: 1.5rem;font-weight: bold;}
.contents-box p{
	line-height: 1.8rem;
	padding: 5px;
}

.borderline{border-bottom: 1px solid #D0D1D5;}

.check-list{}
.check-list li{position: relative;margin: 10px 0 10px 20px;font-weight: bold;}
.check-list li:before{position: absolute;display: block;content: "";background: url(images/common/check-pink.svg)no-repeat;background-size: 16px;width: 20px;height: 20px;left: -20px;top:3px;}

.dot-list{list-style: disc;margin: 10px 0 30px 30px;}

.btn_basic{margin: 20px auto;width: 100%;text-align: center;}
.btn_basic a{display: inline-block;text-decoration: none;padding: 10px 75px;border-radius: 5px;border:1px solid #5D5D5D;background: #fff;color: #5D5D5D;font-weight: bold;}
.btn_basic a:hover{opacity: 0.9;}
.btn_basic.hpb img{width: 120px;}

.btn_contact a{display: inline-block;padding: 5px 15px 5px 30px;background: #EEB035;color: #fff;margin: 10px 0;border-radius: 5px;box-shadow: 2px 2px 3px #999;text-decoration: none;}

/* Sidebar
------------------------------------ */

.sidebar { }

.sidebar p { margin-bottom: 20px; }

.sidebar .widget { margin-bottom: 30px; }

.sidebar .widget li a {
	/* サイトごとに変更 */
	text-decoration: none;
	display: block;
	padding: 8px;
}

/* Footer
------------------------------------ */
footer {padding-top: 50px;text-align: center;background: #fff;}
footer .footer-logo img{width: 180px;}
footer .container{margin-bottom: 50px;}
.copyright {font-size: 0.9rem;}


/* pagetop button */
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}

#pageTop img{
	width: 120px;
}

#pageTop i {
  padding-top: 6px
}



#pageTop a {
  display: block;
  background-color: rgba(255,255,255,0.50);
  color: #777;
  border-radius: 10px;
  padding: 10px;
  line-height: 16px;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/* TOPコンテンツ */
#first_view{margin: auto;position: relative;}
#first_view img{width: 100%;vertical-align: middle;}
#first_view .fv-bg{position: relative;z-index: 1;}
#first_view .fv-text{position: absolute;top:20%;left: 10%;z-index: 2;width: 50%;}
#first_view .btn_contact{position: absolute;bottom: 15%;left: 13%;z-index: 2;}
#first_view .btn_contact a{font-size: 2vw;padding: 0.5vw 5vw 0.5vw 8vw}

#first-text{}
.midashi{background: #3B91C9;padding: 30px 0 10px 0;}
.midashi h2{font-size: 2rem;font-weight: 900;color: #FFF149;text-align: center;}
.arrow{display: block;content: "";width: 0;height: 0;border-style: solid;border-width: 5vw 50vw 0 50vw;border-color: #3B91C9 transparent transparent transparent;}

#bnr-section{}
#bnr-section img{width: 100%;}
#bnr-section h3{margin: 30px 10%;}
#bnr-section video{width: 80%;margin: 30px 10%;}

#okomari{margin: 50px auto;}
#okomari h3{padding: 50px 30px;text-align: center;border-top:2px dotted #3B91C9;border-bottom:2px dotted #3B91C9;margin: 50px auto;}
#okomari h3 img{width: 100%;max-width: 500px;}
#okomari h4{text-align: center;margin: 50px auto;}
#okomari h4 img{width: 100%;max-width: 500px;}
#okomari ul{display: flex;justify-content: space-around;}
#okomari ul li{width: 30%;}
#okomari ul li img{width: 100%;}

#kaiketsu{background: #3B91C9;padding: 50px 0;}
#kaiketsu h2{text-align: center;padding: 0 30px;}
#kaiketsu h2 img{width: 100%;max-width: 500px;}

#flow{background: #F5F5F5;padding-bottom: 50px;}
#flow .midashi{background: #fff;}
#flow .midashi h2{color: #606060;}
#flow .midashi h2 span{color: #1268AC;display: block;font-size: 3rem;}
#flow .arrow{border-color: #fff transparent transparent transparent;}
#flow .flow-main{margin: 50px auto;}
#flow .flow-main h3{font-size: 1.2rem;margin-top: 50px;text-align: center;color:#1268AC;font-weight: bold;}
#flow .flow-main p{text-align: center;}
#flow .flow-main .flowimg img{width: 80%;}
#flow #pricelist{background: #3B91C9;padding: 30px 30px;}
#flow #pricelist h2{font-size: 2.5rem;color: #fff;font-weight: bold;text-align: center;margin: 15px auto;}
#flow #pricelist .plan{display: flex;justify-content: space-between;}
#flow #pricelist .plan p{width: 49%;margin: 0;padding: 0;}
#flow #pricelist .plan p img{width: 100%;}
#flow #pricelist .option{background: #F5F5F5;border-radius: 3px;margin: 15px auto;padding: 30px;}
#flow #pricelist .option h3{font-size: 2rem;color: #1268AC;text-align: center;font-weight: bold;}
#flow #pricelist .option table{margin: 30px auto;}
#flow #pricelist .option table td{padding: 15px 50px;border-bottom: 1px solid #707070;}
#flow #pricelist .option table tr:first-child td{border-top: 1px solid #707070;}

#home-contact{padding: 50px 0;background: url(images/common/contact-bg.png)no-repeat;background-position: center center;background-size: cover;position: relative;}
#home-contact:after{position: absolute;top:0;left: 0;display: block;content: "";background: rgba(18,104,172,0.7);width: 100%;height: 100%;z-index: 2;}
#home-contact .container{z-index: 3;position: relative;text-align: center;color: #fff;}
#home-contact .container h2{font-size: 2.5rem;font-weight: bold;}
#home-contact .container .tel-link{font-size: 3rem;font-weight: bold;color: #fff;}
#home-contact .container .btn_contact a{font-size: 2rem;font-weight: bold;}

/* 下層ページ
----------------------------- */



/* 問い合わせ
----------------------------- */
#page-contact{background: #F5F5F5;padding: 50px 0;}
#page-contact #intro {}
#page-contact #intro img{width: 100%;}

#page-contact #contactform{}
#page-contact #contactform h2{font-size: 1.8rem;font-weight: bold;color: #1268AC;}
#page-contact #contactform h3{font-size: 1.5rem;font-weight: bold;color: #1268AC;}

.mailform-tbl {padding: 30px 50px;margin: 10px auto;}
.mailform-tbl table{margin-bottom: 20px;width: 100%;}
.mailform-tbl caption{font-size: 1.5rem;font-weight: bold;}
.mailform-tbl th, .mailform-tbl td { padding: 20px 10px;text-align: left;vertical-align: top;}
.mailform-tbl th { width: 25%; font-weight: bold;}
.mailform-tbl th .hissu{display: inline-block;background: #1268AC;color: #fff;padding: 2px 5px;margin-right: 10px;}
.mailform-tbl td { width: 75%; }
.mailform-tbl .form-age{width: 5em;}
.mailform-tbl .form-midium{width: 10em;}
.mailform-tbl input, .mailform-tbl select { margin-right: 3px; outline: 1px solid #ccc;padding: 10px 15px;margin: 5px;}
textarea { outline: 1px solid #ccc; }
.mailform-tbl input,.mailform-tbl textarea{width: 100%;}
.mailform-tbl .radio input{width: auto;}
.mailform-tbl .radio .wpcf7-list-item{display: block;margin: 5px auto;}
.mailform-tbl input.qty{width: 80px;}

#submit-button {text-align: center;}
#submit-button input {text-decoration: none;background: #EEB035;color: #fff;padding: 10px 100px;border-radius: 10px;display: inline-block;}
#submit-button input:hover {opacity: 0.9;}
#submit-button .ajax-loader{display: block;}



/* ブログ
----------------------------- */
/*
#page-main-image {  メイン画像
	margin-bottom:20px;
}
*/

.blogtitle{
	font-size:28px;
	padding: 10px;
	font-weight: bold;
	color:#333;
	line-height: normal;
}

.cat-list{
	margin:0 0 20px;
	overflow:hidden;
}
.cat-list a{
	margin:0 10px;
	padding:10px;
	float:left;
	border:1px solid #666;
	border-radius:5px;
	display:block;
	background-color:#999;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.cat-list a:hover{
	background-color:#666;
}
#blog-top { /* ブログトップページフリーエリア */ margin-bottom: 20px; }

.article { /* 記事ボックス */
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 5px;
}

.article .post-title { /* 記事タイトル */ margin-bottom: 20px; font-size:1.5rem;font-weight: bold;}

.article .post-title a{ color: #573C33;text-decoration: none;}

.article .post-content { /* 記事本文 */
	margin-bottom: 10px;
	padding-bottom: 50px;
	position: relative;
}

.article .post-content strong{font-weight: bold;}
.page-defaultblog .article .post-content { /* 記事本文 */
	overflow:hidden;
}
.wp_social_bookmarking_light {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.article .post-meta { /* 記事メタ情報 */
	text-align: right;
	font-size: 0.85rem;
}

.wp-pagenavi { /* ページ送り */
	margin: 50px 0 20px;
	text-align: center;
	font-size: 0.8rem;
}

#single-paging {/* 詳細ページ送り */ }

#signature-block { /* ブログ署名欄 */
	clear: both;
	padding: 50px 0 0;
}

/* コメント部分
----------------------------- */
.blog .comment-area {
	margin: 10px;
	text-align: left;
}

#com h3 {/* コメントタイトル */
	margin: 10px 0;
	padding: 5px;
}

#com .compost { /* コメント本文 */
	margin: 10px;
	padding: 10px;
	line-height: 1.5rem;
}

#comment { /* テキストエリア */
	width: 60%;
	height: 80px;
}

#commentform p { margin: 10px; }

.cominfo { /* コメントメタ */
	text-align: right;
	margin-top: 30px;
	font-size: 0.85rem;
}
/* ブログリスト型 */

#bloglistwrap .article{
	margin:0 5px 10px 5px;
	width:205px;
	padding:10px;
}
#bloglistwrap .post-meta{
	text-align:left;
}
#bloglistwrap .post-content{
	padding-bottom:0;
}
/* ブログ1行型 */
.page-lined-blog {
}
.page-lined-blog .article{
	margin:0 5px 20px;
	padding:15px;
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;

}
.page-lined-blog .article-left{
	width: 30%;
}
.page-lined-blog .article-right{
	width: 68%;
}
.page-lined-blog .post-meta{
	text-align:left;
}
.page-lined-blog .post-content{
	padding-bottom:0;
}





@media screen and (max-width:768px)  and (min-width:641px) {

/* ------------------------------------------
	タブレット用ポートレート表示のスタイル記述
--------------------------------------------- */
body { }

#first_view{

}

/* Navigation
------------------------------------ */

#header .inner {
	margin: 0 auto 20px;
	width: 100%;
}

#breadcrumb {
	margin: 20px auto 10px;
	width: 96%;
}

.container { width: 98%; margin: 30px 1%; }

.column-right #main, .column-left #main {
	margin: 0 auto;
	float: none;
	width: 96%;
}

.column-right .sidebar, .column-left .sidebar {
	margin: 0 auto;
	width: 96%;
	float: none;
}

#pagetop {
	margin: 30px auto;
	width: 96%;
	text-align: right;
}

.side-banner {
	margin: 20px 0;
	overflow: hidden;
}

.side-banner p {
	float: left;
	margin: 0 1%;
	max-width: 30%;
	height: auto;
}

/* index */
.cont03 {
	margin-bottom: 20px;
	overflow: hidden;
}

.cont03 li {
	margin-right: 5%;
	width: 30%;
	padding-bottom: 50px;
	float: left;
	position: relative;
}

.cont03 li:last-child { margin-right: 0; }

.cont02>ul>li {
	margin-right: 5%;
	width: 47.5%;
	padding-bottom: 50px;
	float: left;
	position: relative;
}

/* 1カラム用スタイル */
.column-one .cont02 { width: 100%; }

.column-one .cont02>ul>li {
	margin: 0 2%;
	width: 46%;
}

.column-one .cont02>ul>li .inner-cont02 {
	width: 100%;
	overflow: hidden;
}

.column-one .cont02>ul>li .inner-cont02>li { width: 100%; }

.column-one .cont04 { overflow: hidden; }

.column-one .cont04>ul { width: 100%; }

.column-one .cont04>ul>li {
	margin: 0 1%;
	width: 23%;
	float: left;
}

/* コース案内 */
.course-cf dl { width: 48%; }

.reason-box{
	border: 1px solid #3399FF;
	border-left-width: 30px;
	margin-bottom: 15px;
}

.reason-box img{
	float:left;
	padding:10px;
	width: 10%;
}

.reason-box-text{
	float:left;
	padding:10px;
	font-size:20px;
	width: 85%;
}

.three_colmun{
	width: 30%;
	margin:20px 2% 20px 1%;
	float: left;
}

.table_recruit { /* テーブル部分 */
	width: 100%;
}

}


@media screen and (max-width:640px) {

.pc_block{
	display: none;
}

.sp_block{
	display: block;
}

/* ------------------------------------------
	スマホ用のスタイル記述
--------------------------------------------- */
.pc { display: none; }
.mobile { display: block; }

.m-ctr {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}



/* Header */
#pagehead{height: 60px;}

header {height: 60px;box-shadow: 0 0 5px #aaa;}

.head_contents	{
	/*width: 960px;*/
	margin:0 2%;
}

.head_contents h1{
	font-size: 10px;
	text-align: left;
		color: #000;
	padding-left: 5px;
}


.head_contents:after{
	content:"";display:block;clear:both
}

.head_logo {float:left;}
.head_logo img{height: 45px;}

.head_info{float: right;margin-right: 40px;margin-top: 15px;}
.head_info h2{line-height: normal;font-size:2rem;font-weight: bold;margin: 0;letter-spacing: 0.1rem;}
.head_info h2 a{color: #573C33;}
.head_info p{background:#573C33;color: #fff;font-size:0.8rem;border-radius: 5px;padding:2px 10px; margin:-7px 0 0 0;}


/* Navigation
------------------------------------ */
#navigation{
	float: none;
	display: none;
	position: fixed;
	background:rgba(0,0,0, 0.95);
	width: 100%;
	height: 100%;
	top:0;
	right: 0;
	z-index: 100;
	padding: 80px 15px 15px 15px;
	box-shadow: 0 0 5px #aaa;
}

#navigation.open_menu {
	display: block;
	z-index: 100;
}

#navigation li{
	margin: 30px 10px;
	list-style: disc;
	display: block;
}

#navigation li a{
	display:block;
	color: #fff;
	font-size:1rem;
	font-weight: bold;
	text-decoration: none;
}

#navigation li .sub-menu li{
	margin: 5px 5px 5px 30px;
}

#navigation li .sub-menu li a{
	color: #573C33;
	font-size:1rem;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover{
	opacity: 0.7;
}
/* Navigation
------------------------------------ */
#btn-menu {
	position: fixed;
	z-index:101 !important;
	width: auto;
	overflow: hidden;
	padding: 5px;
	float: right;
	top: 5px;
	right: 5px;
	font-size:0.9rem;
}

#btn-menu p {
	color: #777;
	margin: 0 5px;
	display: inline-block;
	padding:3px 0;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 0.9;
}


#btn-menu span {
	font-size: 0.7rem;
	}

#btn-menu .btn_contact a{display: inline-block;padding: 10px 15px 10px 30px;margin: 0;box-shadow: 2px 2px 3px #999;}




body {

}


#body-inside{
	font-size: 0.9rem;
}

#breadcrumb {
	margin: 10px 3%;
	width: 94%;
	font-size: 0.8rem;
}

.top_margin {
	height: 80px;
	width: auto;
}


/* FlexSlider */
.flexslider {
	padding: 10px;
	background: none;
	height: 150px;
}

.container {
	margin: 0 1%;
	width: 98%;
}

.contents-box{
	padding: 30px 2%;
}

.contents-box h3{font-size:1.2rem;margin: 10px auto;}
.contents-box h4{font-size:1rem;margin: 10px auto;}
.contents-box p{line-height: 1.5rem;padding: 5px;}

.bnr-list{display: flex;flex-direction: column;}
.bnr-list li{width: 94%;margin: 5px 3%;}

.flex-two{display: flex;flex-wrap: wrap;}
.flex-two div{width: 98%;margin: 15px 1%;}


.btn_contact a{
	padding: 15px 30px;
}

/* Footer
------------------------------------ */

footer {padding-top: 50px;text-align: center;}

/* pagetop button */
#pageTop {position: fixed;bottom: 90px;right: 20px;z-index: 999;}
#pageTop img{width: 80px;}
#pageTop i {padding-top: 6px}
#pageTop a {display: block;background-color: rgba(255,255,255,0.50);border-radius: 10px;}
#pageTop a:hover {text-decoration: none;opacity: 0.7;}

/* mobile btn */
#footer-btn{height: 65px;background: #D68B94;border:1px solid #fff;display: flex;justify-content: center;position: fixed;bottom: 0;left: 0;right: 0;z-index: 99;}
#footer-btn a{display: inline-block;width: 33%;border-right: 1px solid #fff;text-align: center;padding-top: 10px;}
#footer-btn a img{height: 45px;}
#footer-btn a:last-child{border-right: none;}

/* TOPコンテンツ */
#first_view .fv-text{position: absolute;top:30%;left: 5%;z-index: 2;width: 75%;}
#first_view .btn_contact{position: absolute;bottom: 5%;left: 0;right: 0;margin: auto;z-index: 2;text-align: center;}
#first_view .btn_contact a{font-size: 1.5rem;padding: 5px 25px 5px 40px}

#first-text{}
.midashi{padding: 30px 0;}
.midashi h2{font-size: 1.3rem;}

#bnr-section h3{margin: 15px 2%;}
#bnr-section video{width: 96%;margin: 15px 2%;}

#okomari h4 img{width: 90%;}
#okomari ul{flex-direction: column;}
#okomari ul li{width: 96%;margin: 15px 2%;}

#flow .midashi h2 span{font-size: 2rem;}
#flow .flow-main{margin: 50px 3%;}
#flow .flow-main h3{font-size: 1.2rem;text-align: left;}
#flow .flow-main p{text-align: left;}
#flow .flow-main .flowimg{text-align: center;}
#flow .flow-main .flowimg img{width: 90%;}
#flow #pricelist{padding: 30px 3%;margin: 0 3%;width: 94%;}
#flow #pricelist h2{font-size: 2rem;}
#flow #pricelist .plan{flex-direction: column;}
#flow #pricelist .plan p{width: 100%;margin: 15px 0;}
#flow #pricelist .option{margin: 15px auto;padding: 30px 3%;}
#flow #pricelist .option h3{font-size: 1.5rem;}
#flow #pricelist .option table{margin: 30px auto;}
#flow #pricelist .option table td{padding:10px 5px;font-size: 0.9rem;}

#home-contact{padding: 50px 0;background-size: auto 100%;}
#home-contact .container h2{font-size: 1.8rem;}
#home-contact .container .tel-link{font-size: 2.5rem;}
#home-contact .container .btn_contact a{font-size: 1.2rem;}


/* 下層ページ
----------------------------- */

/* 問い合わせ
----------------------------- */
.mailform-tbl {padding: 15px 10px;margin: 10px auto;}
.mailform-tbl table{clear: both;	margin-bottom: 20px;width: 100%;}
.mailform-tbl caption{font-size: 1.5rem;font-weight: bold;}
.mailform-tbl th, .mailform-tbl td {display: block;}
.mailform-tbl th { width: 100%;padding: 10px 0 0 0;}
.mailform-tbl td { width: 100%;padding: 0 0 10px 5px;}
.mailform-tbl .form-age{width: 5em;}
input, select {outline: 1px solid #ccc;padding: 3px 5px;}
textarea { outline: 1px solid #ccc;padding: 3px 5px;margin: 5px;}

#submit-button {text-align: center;width: 100%;}
#submit-button input {color: #fff;padding: 10px 50px;border-radius: 10px;display: block;width: 80%;margin: auto;}
#submit-button input:hover {opacity: 0.9;}



/* ブログ
----------------------------- */
.contents-box .blogtitle{
	font-size:1.5rem;
	padding: 10px;
	font-weight: bold;
	color:#333;
	line-height: normal;
}

.article {
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 5px;
}

.ddcatlist select{
	display: block;
	width: 90%;
	margin: 20px auto;
	border: 1px solid #777;
}

.article .post-meta { /* 記事メタ情報 */
	text-align: left;
	font-size: 0.8rem;
}

.article .post-content { word-wrap: break-word; }

.wp-pagenavi { /* ページ送り */
	margin: 50px 0 20px;
	text-align: center;
	font-size: 0.8rem;
}

#single-paging {/* 詳細ページ送り */ }

#signature-block { /* ブログ署名欄 */
	clear: both;
	padding: 50px 0 0;
}
	.article-left{
		text-align: center;
	}




}

/*リンク位置制御*/
/*@media all and (min-width:641px) {
	#profile, #home-news, #home-discount{
		margin-top:-100px;
  		padding-top:100px;
	}
}*/

/*モーダルウィンドウ*/
.s_img_modal{
  cursor: pointer;
}
#simple_modal_outer{
	z-index: 99;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
}
#simple_modal_inner{
  box-sizing: border-box;
  max-width: 90%;
  max-height: 90%;
  border: 5px solid white;
}
#loading_mes{
  color: white;
  font-size: 1.2rem;
}
.flex{
  display: flex;
}
.hide{
  display: none;
}
