/*common_css*/
@charset "utf-8";
/* CSS Document */

/** ================================================================================
このサイトの共通装飾CSS
================================================================================ **/




/* -------------------------------------
タイトル
-------------------------------------*/
.titZ{
	position: relative;
	margin: 0 auto 30px;
	background: #fff;
}
.titZ h2{
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.titZ figure{
	position: relative;
	height: 300px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.titZ figure:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/images/hero_wrap.png) repeat-x left top / auto 100%;
	z-index: 10;
}
.titZ figure:after{
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.titZ .deco_wrap{
	text-align: center;
	position: absolute;
	bottom:  -50px;
	left: 0;
	z-index: 40;
	width: 100%;
}
.titZ .deco_wrap i{
	position: relative;
	width: 80px;
}
@media screen and (max-width: 768px){
	.titZ h2{
		font-size: 24px;
		padding: 20px 0 0;
		width: 90%;
	}
	.titZ figure{
		height: 180px;
	}
	.titZ .deco_wrap{
		bottom: -30px;
		left: 0;
	}
	.titZ .deco_wrap i{
		width: 40px;
	}
}



.titA{
	font-size: 26px;
	color: #f4703c;
	line-height: 1.8;
}
.titA small{
	display: block;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.titA{
		font-size: 20px;
		line-height: 1.5;
	}
}

.titB{
	display: flex;
	font-size: 26px;
	color: #f4703c;
	line-height: 1.8;
	text-align: center;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.titB i{
	position: relative;
}
	@media screen and (max-width: 768px){
		.titB{
			display: block;
			margin: 30px auto 0;
			font-size: 20px;
		}
		.titB .deco16{
			display: block;
			position: absolute;
			top: -30px;
			left: 0;
			right: 0;
			margin: 0 auto;
		}
	}

.titC{
	font-size: 22px;
}

@media screen and (max-width: 768px){
	.titC{
		font-size: 18px;
	}
}

.titD{
	font-size: 26px;
	color: #f4703c;
	line-height: 1.8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 
			#fff 2px 0px,  #fff -2px 0px,
			#fff 0px -2px, #fff 0px 2px,
			#fff 2px 2px , #fff -2px 2px,
			#fff 2px -2px, #fff -2px -2px,
			#fff 1px 2px,  #fff -1px 2px,
			#fff 1px -2px, #fff -1px -2px,
			#fff 2px 1px,  #fff -2px 1px,
			#fff 2px -1px, #fff -2px -1px;
}
.titD:before,
.titD:after{
	content: "";
	margin: 0 20px;
}
.titD:before{
	width: 23px;
	height: 31px;
	background: url(/images/deco29.png) no-repeat center center / contain;
}.titD:after{
	width: 20px;
	height: 34px;
	background: url(/images/deco30.png) no-repeat center center / contain;
}
@media screen and (max-width: 768px){
	.titD{
		font-size: 18px;
	}
	.titD:before,
	.titD:after{
		margin: 0 5px;
	}
}

.titE{
    display: block;
    margin: 10px 0;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    background: #f285bc;
}

/* -------------------------------------
カテゴリ
-------------------------------------*/
.ctgr{
	display: inline-block;
	font-size: 14px;
	margin: 0 2px;
	padding: 5px 10px;
	position: relative;
	line-height: 1.0;
	vertical-align:middle;
    background:#f4703c ;
    color: #fff;
    border-radius: 3px;
}

.subctgr{
	display: inline-block;
	font-size: 10px;
	color: inherit;
	margin:0 2px;
	line-height: 1.0;
	padding: 5px 0;
	position: relative;
	line-height: 1.0;
}
.subctgr:before{
	content: "\e2c7";
	font-family: 'Material Icons';
	height: 1em;
	font-size: 1.2em;
	vertical-align: middle;
}



/* -------------------------------------
公開日
-------------------------------------*/
.time{
	font-size: 14px;
	display: inline-block;
	margin: 0 2px;
	vertical-align:middle;
	padding:5px 0;
	line-height: 1.0;
}


/* -------------------------------------
ボタン
-------------------------------------*/
.btnA{
	border:3px solid #f4703c;
	background: #f4703c;
	color: #fff;
	border-radius: 50px;
	padding: 15px 55px;
	display: block;
	max-width: 410px;
	text-align: center;
	margin:15px auto;
	line-height: 1.0;
	position: relative;
	font-size: 18px;
}.btnA:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	border: 5px solid #fff;
	border-radius: 50%;
}
.btnA:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	border-bottom: 1px solid #000;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.btnA:hover{
	background:#fff;
	color: inherit;
}

.b-orange.btnA{
	background:#f4703c;
	border: 3px solid #f4703c;
}
.b-pink.btnA{
	background:#f285bc;
	border: 3px solid #f285bc;
}
.b-green.btnA{
	background:#2fbd4e;
	border: 3px solid #2fbd4e;
}
.b-blue.btnA{
	background:#4eaeec;
	border: 3px solid #4eaeec;
}
.b-orange.btnA:hover,
.b-pink.btnA:hover,
.b-green.btnA:hover,
.b-blue.btnA:hover{
	background: #fff
}

.btnB{
	color: #f4703c;
}
.btnB:hover{
	color: #000;
}

@media screen and (max-width: 768px) {
	.btnA{
		width: 90%;
		font-size: 14px;
	}
}

/* -------------------------------------
テーブル
-------------------------------------*/
.table table{
	margin: 30px auto;
	width: 90%;
	border-collapse:separate;
	border-spacing:5px;
}
.table th,
.table td{
	padding: 15px;
	background: #fff;
	vertical-align: top;
	text-align: left;
	border-radius: 5px;
}
.table th{
	width: 25%;
	vertical-align:middle;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
}
.require{
    margin:0 10px;
}

@media screen and (max-width: 768px) {
	.table table,
	.table tbody,
	.table tr,
	.table th,
	.table td{
		display: block;
		border: none;
		width: 100%;
	}
	.table table{
	}
	.table th,
	.table td{
		margin-bottom: 5px;
		padding: 10px;
	}
	.table th{
		width: 100%;
	}
	.table td{
	    padding:10px 15px;
	}
	.owlet-rules-title{
	    background: #f0e6d4;
	    padding:10px;
	}
}

/**-------------------------------------
装飾
------------------------------------**/
*[class*="deco"]{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.deco1{
	width: 230px;
	height: 170px;
	background-image: url(/images/deco01.png);
}
.deco2{
	width: 200px;
	height: 190px;
	background-image: url(/images/deco02.png);
}
.deco3{
	width: 90px;
	height: 114px;
	background-image: url(/images/deco03.png);
}
.deco4{
	width: 137px;
	height: 145px;
	background-image: url(/images/deco04.png);
}
.deco5{
	width: 79px;
	height: 110px;
	background-image: url(/images/deco05.png);
}
.deco6{
	width: 220px;
	height: 280px;
	background-image: url(/images/deco06.png);
}
.deco7{
	width: 140px;
	height: 120px;
	background-image: url(/images/deco07.png);
}
.deco8{
	width: 226px;
	height: 310px;
	background-image: url(/images/deco08.png);
}
.deco9{
	width: 104px;
	height: 110px;
	background-image: url(/images/deco09.png);
}
.deco10{
	width: 201px;
	height: 98px;
	background-image: url(/images/deco10.png);
}
.deco11{
	width: 115px;
	height: 116px;
	background-image: url(/images/deco11.png);
}
.deco12{
	width: 220px;
	height: 312px;
	background-image: url(/images/deco12.png);
}
.deco13{
	width: 100px;
	height: 120px;
	background-image: url(/images/deco13.png);
}
.deco14{
	width: 240px;
	height: 350px;
	background-image: url(/images/deco14.png);
}
.deco15{
	width: 83px;
	height: 85px;
	background-image: url(/images/deco15.png);
}
.deco16{
	width: 316px;
	height: 48px;
	background-image: url(/images/deco16.png);
}
.deco17{
	width: 130px;
	height: 46px;
	background-image: url(/images/deco17.png);
}
.deco18{
	width: 57px;
	height: 54px;
	background-image: url(/images/deco18.png);
}
.deco19{
	width: 150px;
	height: 88px;
	background-image: url(/images/deco19.png);
}
.deco20{
	width: 51px;
	height: 64px;
	background-image: url(/images/deco20.png);
}
.deco21{
	width: 97px;
	height: 115px;
	background-image: url(/images/deco21.png);
}
.deco22{
	width: 300px;
	height: 112px;
	background-image: url(/images/deco22.png);
}
.deco23{
	width: 190px;
	height: 98px;
	background-image: url(/images/deco23.png);
}
.deco24{
	width: 190px;
	height: 98px;
	background-image: url(/images/deco24.png);
}
.deco25{
	width: 943px;
	height: 20px;
	background-image: url(/images/deco25.png);
}
.deco26{
	width: 196px;
	height: 149px;
	background-image: url(/images/deco26.png);
}
.deco27{
	width: 322px;
	height: 120px;
	background-image: url(/images/deco27.png);
}
.deco28{
	width: 350px;
	height: 139px;
	background-image: url(/images/deco28.png);
}


@media screen and (max-width: 768px){
	/**50%**/
	.deco1{
		width: 115px;
		height: 85px;
	}
	.deco2{
		width: 100px;
		height: 95px;
	}
	.deco3{
		width: 45px;
		height: 57px;
	}
	.deco4{
		width: 68px;
		height: 72px;
	}
	.deco5{
		width: 39px;
		height: 55px;
	}
	.deco6{
		width: 110px;
		height: 140px;
	}
	.deco7{
		width: 70px;
		height: 60px;
	}
	.deco8{
		width: 113px;
		height: 155px;
	}
	.deco9{
		width: 52px;
		height: 55px;
	}
	.deco10{
		width: 100px;
		height: 49px;
	}
	.deco11{
		width: 57px;
		height: 58px;
	}
	.deco12{
		width: 110px;
		height: 156px;
	}
	.deco13{
		width: 50px;
		height: 60px;
	}
	.deco14{
		width: 120px;
		height: 175px;
	}
	.deco15{
		width: 41px;
		height: 42px;
	}
	.deco16{
		width: 158px;
		height: 24px;
	}
	.deco17{
		width: 65px;
		height: 23px;
	}
	.deco18{
		width: 28px;
		height: 27px;
	}
	.deco19{
		width: 75px;
		height: 44px;
	}
	.deco20{
		width: 25px;
		height: 32px;
	}
	.deco21{
		width: 48px;
		height: 57px;
	}
	.deco22{
		width: 150px;
		height: 56px;
	}
	.deco23{
		width: 95px;
		height: 49px;
	}
	.deco24{
		width: 95px;
		height: 49px;
	}
	.deco25{
		width: 471px;
		height: 10px;
	}
	.deco26{
		width: 87px;
		height: 74px;
	}
	.deco27{
		width: 161px;
		height: 60px;
	}
	.deco28{
		width: 175px;
		height: 69px;
	}
}

/**-------------------------------------
色
-------------------------------------**/
.orange{
	color: #f4703c;
}.pink{
	color: #f24f87;
}.green{
	color: #1c923e;
}.blue{
	color: #2c82ec;
}

/**-------------------------------------
角丸ボックス
-------------------------------------**/
.white-list > *{
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.white-list > * .titA{
	text-align: center;
}
.white-list > * p{
	padding: 0 30px 20px;
}
@media screen and (max-width: 768px){
	.white-list{
		align-items: flex-start;
	}
	.white-list > *{
		background: #fff;
		border-radius: 20px;
		overflow: hidden;
	}
	.white-list > * .titA{
		text-align: center;
	}
	.white-list > * p{
		padding: 5px 15px 15px;
	}
}




/** ================================================================================
BASE CSS
owlet ver2.1用＝リソースの「カラー・基本フォント」とセットで使用する。
1.ページ編集＞レイアウト＞全レイアウト共通CSSにこのままコピーして入れる。
2.管理画面＞設定＞リソース＞resource-color.xmlをインポート
3.管理画面＞コンテンツ＞リソース＞カラー・基本フォントから基本設定を行う
================================================================================ **/

/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: CSSをReset
02: /css/default.cssを変更
03: Default
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:none;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
h1, h2, h3, h4, h5, h6,
dt,th{
	font-weight:normal;
	line-height: inherit;
}
ul,ol {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-spacing:0;
border-collapse:collapse;
}
/* change border colour to suit your needs */
hr {
display:block;
margin:1em 0;
padding:0;
height:1px;
border:0;
border-top:1px solid #cccccc;
}
img{
	border:none;
	line-height: 1.0;
}
b,em,i,strong,address{
	font-style: normal;
}

/** ================================================================================
		02./css/default.cssを変更
================================================================================ **/

h1, h2, h3, h4, h5, h6 {
	clear: none;
}

time{
	font-size: 0.8rem;
}

/** ================================================================================
		03.Default
================================================================================ **/
html{
	overflow: auto;
}

body{
	margin: 0 auto;
	min-width: 980px;
	background: #ffe437;
	color:#000;
	font-size:16px;
	font-family:'bokutachi','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;;
	line-height: 2.3;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p a{
	text-decoration:underline;
}p a:hover{
	text-decoration:none;
}

a{
	color:inherit;
	text-decoration:none;
	cursor: pointer;
}a:hover{
	-webkit-transition: .3s;
	transition: .3s;
}

/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

hr{
	display:block;
	margin:1em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #666666;
}

figure img{
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	body{
		min-width: 100%;
		font-size:16px;
		line-height: 1.9;
	}
	/**post制御**/
	p{
		word-break: break-all;
	}
	table{
		width: 100%;
		word-break: break-all;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	/**post制御**/
}


/* -------------------------------------
ベーススタイル設定
0.block
1.clearfix,clear
2.
3.float
4.align
5.margin
6.padding
-------------------------------------*/
/*0.block */
.block{
	display: block;
}
.in-block{
	display: inline-block;
}

/*1. clearfix,clear */
/* For modern browsers */
.cf:before,
.cf:after {
	display:block;
	overflow:hidden;
	content:"";
}

.cf:after {
	clear:both;
}

.clear{
	clear: both;
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}
.f_R {
	display: inline;
	float: right;
}

/*4. align  */
body .t_R {
	text-align: right;
}
body .t_L {
	text-align: left;
}
body .t_C {
	text-align: center;
}

body .jc_c{
	justify-content: center;
}
body .jc_fe{
	justify-content: flex-end;
}
body .jc_fs{
	justify-content: flex-start;
}
body .jc_sb{
	justify-content: space-between;
}

body .ai_c{
	align-items: center;
}
body .ai_fe{
	align-items: flex-end;
}
body .ai_fs{
	align-items: flex-start;
}

/*5. margin 必要なら追加　優先順位：高 */
body .m0 {
	margin: 0;
}
body .mb0{
	margin-bottom: 0;
}
body .mb5 {
	margin-bottom: 5px;
}
body .mb10 {
	margin-bottom: 10px;
}
body .mb15 {
	margin-bottom: 15px;
}
body .mb20 {
	margin-bottom: 20px;
}
body .mb30 {
	margin-bottom: 30px;
}
body .mb40 {
	margin-bottom: 40px;
}
body .mb50 {
	margin-bottom: 50px;
}
body .mb80 {
	margin-bottom: 80px;
}
body .mb100 {
	margin-bottom: 100px;
}
body .mb150 {
	margin-bottom: 150px;
}
body .mt0{
	margin-top: 0px;
}
body .mt5 {
	margin-top:5px;
}
body .mt10 {
	margin-top:10px;
}
body .mt15 {
	margin-top:15px;
}
body .mt20 {
	margin-top:20px;
}
body .mt30 {
	margin-top:30px;
}
body .mt40 {
	margin-top:40px;
}
body .mt50 {
	margin-top:50px;
}
body .mt80 {
	margin-top:80px;
}
body .mt100 {
	margin-top:100px;
}
body .mt150 {
	margin-top:150px;
}
body .ml0{
	margin-left: 0;
}
body .ml5 {
	margin-left: 5px;
}
body .ml10 {
	margin-left: 10px;
}
body .ml15 {
	margin-left: 15px;
}
body .ml20 {
	margin-left: 20px;
}
body .ml30 {
	margin-left: 30px;
}
body .mr0{
	margin-right: 0;
}
body .mr5 {
	margin-right: 5px;
}
body .mr10 {
	margin-right: 10px;
}
body .mr15 {
	margin-right: 15px;
}
body .mr20 {
	margin-right: 20px;
}
body .mr30 {
	margin-right: 30px;
}


@media screen and (max-width: 768px) {
	/*5. margin 30以上は1/2 */
	body .mb40 {
		margin-bottom: 20px;
	}
	body .mb50 {
		margin-bottom: 25px;
	}
	body .mb80 {
		margin-bottom: 40px;
	}
	body .mb100 {
		margin-bottom: 50px;
	}
	body .mb150 {
		margin-bottom: 75px;
	}
	body .mt40 {
		margin-top:20px;
	}
	body .mt50 {
		margin-top:25px;
	}
	body .mt80 {
		margin-top:40px;
	}
	body .mt100 {
		margin-top:50px;
	}
	body .mt150 {
		margin-top:75px;
	}
}

/*6. padding 優先順位:高*/
body .p0 {
	padding: 0;
}
body .plr5 {
	padding: 0 5px;
}
body .plr10 {
	padding: 0 10px;
}
body .plr15 {
	padding: 0 15px;
}
body .plr20 {
	padding: 0 20px;
}
body .ptb10 {
	padding: 10px 0;
}
body .ptb20 {
	padding: 20px 0;
}
body .pall10 {
	padding: 10px;
}
body .pall20 {
	padding: 20px;
}

/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w1100,
body .w1000,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600{
	margin-right: auto;
	margin-left : auto;
}
body .w100p{
	width: 100%;
}
body .w1100{
	width: 1100px;
}
body .w1000{
	width: 1000px;
}
body .w980{
	width: 980px;
}
body .w900{
	width: 900px;
}
body .w800{
	width: 800px;
}
body .w700{
	width: 700px;
}
body .w650{
	width: 650px;
}
body .w600{
	width: 600px;
}

@media screen and (max-width: 768px) {
	body .w100p,
	body .w1100,
	body .w1000,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600{
		margin-right: auto;
		margin-left : auto;
	}
	body .w100p{
		width: 100%;
	}
	body .w1100{
		width: 100%;
	}
	body .w1000{
		width: 100%;
	}
	body .w980{
		width: 100%;
	}
	body .w900{
		width: 100%;
	}
	body .w800{
		width: 100%;
	}
	body .w700{
		width: 100%;
	}
	body .w650{
		width: 100%;
	}
	body .w600{
		width: 100%;
	}
	body .w100p > *,
	body .w1100 > *,
	body .w1000 > *,
	body .w980 > *,
	body .w900 > *,
	body .w800 > *,
	body .w700 > *,
	body .w650 > *,
	body .w600 > *{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	body .w100p > .max,
	body .w100p.max,
	body .w1100 > .max,
	body .w1100.max,
	body .w1000 > .max,
	body .w1000.max,
	body .w980 > .max,
	body .w980.max,
	body .w900 > .max,
	body .w900.max,
	body .w800 > .max,
	body .w800.max,
	body .w700 > .max,
	body .w700.max,
	body .w650 > .max,
	body .w650.max,
	body .w600 > .max,
	body .w600.max{
		width: 100%;
	}
}

body .calc980{
	padding-right: calc( ( 100% - 980px ) / 2 );
	padding-left: calc( ( 100% - 980px ) / 2 );
}

@media screen and (max-width: 768px){
	body .calc980{
	padding-right: 0;
	padding-left: 0;
	}
	body .calc980 > .max{
		width: 100%;
	}
	body .calc980 > *{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner{
	background: -webkit-linear-gradient(transparent 40%, #fff552 0%);
	background: linear-gradient(transparent 40%, #fff552 0%);
}

/* -------------------------------------
改行
-------------------------------------*/
.pc{
}
.sp{
	display:none;
}

@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display:block;
	}
}

/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
	position: relative;
	display: inline-block;
}
.blur_w:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	box-shadow:
	  inset 0 0 40px #fff,
	  inset 0 0 40px #fff,
	  inset 0 0 40px #fff,
	  inset 0 0 40px #fff;
	content: "";
}

/**角丸：画像に直接かけれる**/
.radius{
	border-radius: 15px;
}

/**hover時画像拡大**/
.scale {
	overflow: hidden;
}
.scale img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
}
a:hover .scale img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe{
	width: 100%;
}
.youtube{
	position: relative;
	margin: 30px auto 20px;
	padding-bottom: 56.25%;
	width:100%;
	height:0px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.youtube{
			margin: 20px auto 10px;
	}
}


/**================================================================================
OWLET用　 Browser：IE11 over
================================================================================
・リッチテキスト　
・パンくず
・ページャー
・フォーム
================================================================================**/

/* -------------------------------------
この記述を入れると、ウィジェット設置時に
「コンテンツ幅を選んでの設置」をする選択肢が出るようになります。
対象ウィジェットには<div data-w-width=""></div>を記述
-------------------------------------*/
/*ウィンドウ幅での設置*/
[data-w-width] {
    max-width: 100%;
}

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width:980px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 768px){
    [data-w-width="1"] {
        width: 90%;
    }
}
/* -------------------------------------
リッチテキスト
-------------------------------------*/
.richtext{
}
.richtext p{
	margin: 0 0 10px;
}
.richtext strong {
}/*リセットしていないので不要*/
.richtext s{
}/*リセットしていないので不要*/
.richtext u{
}/*リセットしていないので不要*/
.richtext em {
	font-style: italic;
}
.richtext ul {
	padding-left: 2em;
}
.richtext ul li {
	list-style: outside disc;
}
.richtext ol {
	padding-left: 2em;
}
.richtext ol li{
	list-style: outside decimal;
}
.richtext h1{
	font-size: 2.0em;
}
.richtext h2{
	font-size: 1.5em;
}
.richtext h3{
	font-size: 1.17em;
}
.richtext h4{
	font-size: 1.0em;
}

.richtext blockquote{
	margin-left: 0;
	padding-left: 5px;
	border-left: 2px solid #444444;
	color: inherit;
}
.richtext table{
	max-width: 100%;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}
.richtext table tr td{
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;

	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.richtext img{
	max-width: 100%;
}
.richtext iframe{
	max-width: 100%;
}

.richtext p a{
	text-decoration: underline;
}
.richtext p a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.richtext *[style*="font-size: 8px"]{
	}
	.richtext *[style*="font-size: 9px"]{
	}
	.richtext *[style*="font-size: 10px"]{
	}
	.richtext *[style*="font-size: 11px"]{
	}
	.richtext *[style*="font-size: 12px"]{
	}
	.richtext *[style*="font-size: 13px"]{
	}
	.richtext *[style*="font-size: 14px"]{
	}
	.richtext *[style*="font-size: 16px"]{
	    font-size: 1rem!important;
	}
	.richtext *[style*="font-size: 18px"]{
		font-size: 1rem!important;
	}
	.richtext *[style*="font-size: 24px"]{
		font-size: 1.2rem!important;
	}
	.richtext *[style*="font-size: 30px"]{
		font-size: 1.3rem!important;
	}
	.richtext *[style*="font-size: 36px"]{
		font-size: 1.6rem!important;
	}
	.richtext *[style*="font-size: 48px"]{
		font-size: 1.65rem!important;
	}
	.richtext *[style*="font-size: 60px"]{
		font-size: 1.7rem!important;
	}
	.richtext *[style*="font-size: 72px"]{
		font-size: 1.75rem!important;
	}
	.richtext *[style*="font-size: 96px"]{
		font-size: 1.8rem!important;
	}
}

/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb{
	margin:5px auto 15px;
	max-width:980px;
	width:94%;
	font-size:12px;
	position: relative;
    z-index: 40;
}
/*家アイコン*/
#breadcrumb ul:before {
	display: inline-block;
	content: "\e88a";
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Material Icons';
}
#breadcrumb ul li{
	display:inline-block;
	padding:0 5px;
}
#breadcrumb ul li+li:before{
	content:">";
}
#breadcrumb a{
	text-decoration: underline;
}#breadcrumb a:hover{
	text-decoration: none;
}


/* -------------------------------------
ページャー
-------------------------------------*/
.pagenation{
	margin: 30px auto;
	text-align: center;
}

.pagenation span{
	display: inline-block;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #f4703c;
	background: #ffffff;
	color: #f4703c;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}
.pagenation span.page{
	background: #f4703c;
	color: #ffffff;
}
.pagenation span a{
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #f4703c;
	border-radius: 50%;
}.pagenation span a:hover{
	background: #f4703c;
	color: #ffffff;
}


.pagenation span.prev,
.pagenation span.prev a,
.pagenation span.next,
.pagenation span.next a{
    border:transparent 1px solid;
    background:none;
}
@media screen and (max-width: 768px) {
	.pagenation span{
		margin: 3px;
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
}
/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert {
	margin: 5px 0;
	color: #ff0000;
}
form table th{
	position: relative;
}

/**必須**/
.require {
	/*position: absolute;*/
	display: inline-block;
	width: 3em;
	height: 2em;
	border-radius: 3px;
	background: #cc1111;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
}
/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;

	align-items: center;
	justify-content: center;
}

.form_button input[type="submit"],
.form_button input.submit,
.form_button a{
	display: inline-block;
	margin: 0 30px 10px;
	padding: 15px 30px;
	width: 200px;
	border: 1px solid #f4703c;
	background: #f4703c;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}
.form_button a{
	border: 1px solid #f4703c;
	background: #f4703c;
}
.form_button input[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover{
	border: 1px solid #f4703c;
	background: #ffffff;
	color: #f4703c;
}



/*入力タグ*/
form input[type="text"],
form textarea,
form select{
	padding: 5px 4px;
	height:30px;
	border:1px solid #cccccc;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 5px;
}
form input[type="text"]{
   width: 80%;
}

form textarea {
	padding: 2px;
	min-height: 150px;
}
form select{
	padding: 0 10px;
	font-size: 14px;
}

/*電話*/
form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3,
form input.zip1,
form input.zip2{
    width: 5em;
}
/*名前*/
form input.owlet-input-name-sei,
form input.owlet-input-name-mei{
    width: 8em;
}
/*年齢*/
form input[name="input[age]"]{
    width: 5em;
}
/*label*/
form label {
	display: block;
}
/*ボタン*/
form button{
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}
/*記入例*/
form .owlet-input-sample {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}
/**フォーム規約**/
.owlet-rules {
	margin: 0 auto 30px;
	width: 90%;
}
.owlet-rules-title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.owlet-rules-body {
	overflow-y:scroll;
	box-sizing:border-box;
	margin-bottom: 20px;
	padding:15px;
	height:200px;
	border:1px solid #dcdcdc;
}
.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.owlet-rules-agree .require{
	position: static;
	margin: 0 15px;
}
@media screen and (max-width: 768px) {
	.form_button {
		flex-flow: column-reverse;
	}
	/*iPhone独自スタイル解除*/
	form input[type="button"],
	form input[type="text"],
	form input[type="submit"] {
		border-radius: 0;

		-webkit-appearance: none;
	}
	/*入力タグ*/
    form input[type="text"],
    form textarea,
    form select{
    	font-size: 13px;
    }
}