@charset "utf-8";
@media only screen and (max-width: 600px) {
	
	body {
	min-width:320px; /* iPadで横にしたときに背景が切れるバグ回避してレスポ化　*/
}
	 



.txtBnr a {
	display:block;
	float:none;
	text-align:center;
	width:90%;
	margin:0 auto;
}

/*===========================
画像角丸
===========================*/

main img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

	 
	 
/*===========================
header
===========================*/

/* header */
#top-head {
	height:124px;
}

#top-head .logo {
	/* padding:20px 0; */
	padding:12px 0 12px 0;
	margin:0;
}

#top-head .logo img {
	height:100px;
}

/*
main {
	padding-top:68px; #top-head の　高さと合わせる
}
*/

/* ------------------ */
/* ハンバーガーボタン */
/* ------------------ */



/*ボタンのスタイル*/
.Toggle {
	right:18px;
	top: 46px;
}


/*===========================
mainimage
===========================*/


#mainimage {
	background-attachment:scroll;
	min-width:320px; /* iPadで横にしたときに背景が切れるバグ回避してレスポ化　*/
	background-position: bottom 0px left -10px;
	background-size:135%;
	padding-top:124px;	 /* #top-head　height　と揃える　*/
}

#mainCatch {
	padding-top:5em;
}

#mainCatch p {
	display:block;
/*	font-size:1.6em; 調整前*/
	font-size:1em;
	padding:0.5em 0.4em;
}

/*-----  mainCatch 左右寄せ ----- */
/* color とfont-family　適宜変えてOK　*/


#mainCatch p {
	width:100%;
}



/*===========================
pageTitle
===========================*/




#pageTitle {
	padding-top:124px;	 /* #top-head　height　と揃える　*/
	background-position:center 124px;
	height:280px;
	background-size:cover;
}

#pageTitleTxtWrap {
	margin-top:30px;
	padding:7px 7px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#pageTitleTxt {
	padding:0.8em 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

#pageTitleTxt h1 {
	font-size: 1.5em;
	line-height:1.7em;
	margin-bottom: 10px;
}


	 


/*===========================
main_area
===========================*/

.mgbS {
	margin-bottom:15px !important;
}

.mgbM {
	margin-bottom:20px !important;
}

.mgbL {
	margin-bottom:50px !important;
}

.mgbPC0SP20px {
	margin-bottom:20px !important;
}


.catchOrange {
	font-size:1.2em;
}

.catchSkyblue {
	font-size:1.2em;
}

.catchIntoroWrap {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
	font-size:1.2em;
	text-align:left;
}


.fsM {
	font-size:110% !important;
	line-height:1.8em !important;
}



/*===========================
content
===========================*/


.bgDot , .bgKaki , .bgMesh {
	box-sizing: border-box;
	padding:40px 10px;
	min-width:320px;
}

.contPad {
	padding:0 5px;
}


.contPadMB {
	padding:0 5px;
}

.contPadMB2 {


	padding:0 5px;
}
.contPad3 {
	padding:0 5px;
}

.contPadMB2 {
	margin-bottom:2em;
}

.contPad5 , .contPad90p , .contPad80p , .contPad70p , .contPad60p , .contPad50p {
	width:100%;
	margin:0 auto;
}

.PC100pSP50p {
	width:50%;
	margin:0 auto;
}

.catch2 , .catch2Red , .catch2YG {
	font-size:1.1em;
	line-height:1.1em;
}


.price {
	color:#F9A339;
	font-size:1.6em;
	margin: 0 0 1em 1em;
	line-height:normal;
}




.catchS {
	font-size:1em;
}

.bnrLi , .bnrLiLast , .externalBnr {
	float:none;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}
	
	
	
	
	/*circle-number*/

.circle-big {
	padding-top: 4rem;
}

.circle-big::before {
	width: 3rem;
	height: 3rem;
	margin-left: -1.5rem;
	top:0;
	border-radius: 1.5rem;
}


.circle-big.no1::before {
	 content:'1';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no2::before {
	 content:'2';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no3::before {
	 content:'3';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no4::before {
	 content:'4';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no5::before {
	 content:'5';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no6::before {
	 content:'6';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no7::before {
	 content:'7';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no8::before {
	 content:'8';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}

.circle-big.no9::before {
	 content:'9';
	font-size: 2rem;
	padding: 0.5rem 0 0;
}
		
	

/* Table */

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}


/* TableScroll スクロール　スライド　*/

.tableScrollSp {
    border-right: 3px solid #4f4d47;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;	
}


 /* table1の変更バージョン */

table.table1_2 {
 width: 100%;
 margin: 0 0 3% 0;
 padding: 10px
}
table.table1_2 tr {
 display: block;
}
table.table1_2 th {
 display: list-item;
 padding: 0;
 border-bottom: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width: 100%;
 line-height: 1em;
 font-weight:bold;
}
table.table1_2 td {
 display: list-item;
 width: 100%;
 padding-bottom: 3%;
 margin-bottom: 3%;
 font-weight: normal;
 padding: 5px 0 3% 0;
}

/* 縦に並ぶtable */

table.table3 {
	width: 100%;
	margin: 0 0 3% 0;
	padding: 10px;
	background-color:#FFF;
	border:1px solid #EBEBEB;
}
table.table3 tr {
	
}
table.table3 th {
	display: list-item;
	padding:1em;
	border: none;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	width:auto;
	line-height: 1em;
	background-color:#EEB14D;
	color:#FFF;
}

table.table3 .table3w30p {
	width:auto;
}

table.table3 .table3w50p {
	width:auto;
}

table.table3 td {
	display: list-item;
	width:auto;
	border: none;
	font-weight: normal;
	padding:1em;
}

/* 新レイアウト */

.div1-2 , .div1-3 , .div1-3mr5 , .div2-3 , .div1-4 , .div3-4 , .div1-4mr5, .divIndexSleft, .divIndexSright {
	 width:100%;
	 margin:0 0 2em 0;
}



/* 2カラム */

.lay2Plural , .lay2Plural2 {
 width:100%;
 float:none;
 margin:2em 0;
}

/* 3カラム */


.lay3Plural , .lay3PluralBorder , .lay3Plural2 , .lay3Plural3 , .lay3W320 , .lay3W320R , .lay4W235 , .lay4W235R , .lay3Tablet , .lay3TabletR {
 width:100%;
 box-sizing: border-box;
 float:none;
 margin:0.5em 0 1.5em 0;
 padding:0;
 border:none;
 text-align:left;
}

.lay3W320 , .lay3W320R , .lay4W235 , .lay4W235R , .lay4Plural2 {
 width:100%;
 box-sizing: border-box;
 float:none;
 margin:0.5em 0 1.5em 0;
 padding:0;
 border:none;
 text-align:center;
}

.lay4LP {
	width: 45%;
	margin:0 5px 30px 5px;
}

/*　2：1　*/

.lay2-1_1 {
	float:none;
	width:100%;
	margin:0 0 1em 0;
}

.lay2-1_2 {
	float:none;
	width:100%;
	margin:0 0 1em 0;
}

/*　1：2　*/

.lay1-2_1 {
	float:none;
	width:100%;
	margin:0 0 1em 0;
}

.lay1-2_2 {
	float:none;
	width:100%;
	margin:0 0 1em 0;
}


.layInline2-1_1 , .layInline2-1_2 , .layInline1-2_1 , .layInline1-2_2 {
	float:none;
	width:100%;
	margin:0 0 1em 0;
}




/* 3カラム　複数 inlineB */

.inlineB3 {
	width:100%
	font-size:0px;
	text-align: center;
}

.inlineB3 li {
	width:100%
}

/* 枠  */ 

.boxSimple {
	padding:1em;
}

.boxPickUp {
	padding:10px;
}

/* コラム */ 

.column1_80p , .column1_60p ,.column2_80p , .column2_60p ,.column3_80p , .column3_60p , .column4_80p , .column4_60p , .column5_80p , .column5_60p, .column6_80p , .column6_60p , column7_80p , column7_60p , .columnFurikomi ,  .columnYelDot , .columnSkybDot ,.columnSky {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.column7_100p {
	margin:0 auto;
}

/* インラインレイアウト */ 
.lay2Inline , .lay3Inline , .lay3Inline2 , .lay3InlineTab2 , .lay4Inline , .lay4  , .lay4Index {
	 width:100%;
	 margin:0 0 2em 0;
}


.div1-4sp2 {
	width:45%;
	margin:0 2% 2em 2% !important;
	box-sizing: border-box;
	display:inline-block;
	vertical-align:top;
}


/*===========================
onOff
===========================*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}


.txtPCcenterSPLeft {
	text-align:left !important;
}

.txtPCLeftSPcenter , .txtPCRightSPcenter {
	text-align:center !important;
}


/*===========================
other
===========================*/

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 5px;
	z-index:20;
}

.txtIconWant {
	font-size:0.9em;
	padding:0.1em 0.2em 0.1em 0.2em;
	margin-bottom:10px;
}



/* other */

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}


/* other */
.comingsoon2 {
	font-size:1.2em;
}



.txtIcon {
	color:#FFF;
	text-align:center;
	font-size:1em;
	line-height:normal;
	padding:0.2em 1em 0.5em 1em;
}

.txtIcon3 {
	padding:0.2em 1.5em 0.3em 1.5em;
}


/*===========================
footer
===========================*/


footer {
}



ul.liFoot li {
	padding:0 0 0 30px;
	margin-bottom:8px;
	background-position:0px 3px;
	box-sizing: border-box;
	width:100%;
}







/*===========================
general
===========================*/




h2 {
	font-size: 1.6em;
	line-height:normal;
	/* text-align:left; */
}

h2:after {
	bottom: -12px;
	height: 3px;
}



h2.h2Catch1 {
	font-size: 1.6em;
	line-height:1.2em;
	text-align:center;
	margin-bottom:0.8em;
}

h2.h2Center {
	font-size: 1.4em;
	line-height:normal;
	text-align:left;
	padding:5px 5px 5px 5px;
	font-weight:normal; 
	margin-bottom:15px
}

h3 {
	font-size: 1.1em;
	text-align:left;
}

h3:after {
	bottom: -5px;
	width: 100%;
	left:0;
	transform: translateX(0);
}

h3.h3Catch1 {
	font-size: 1.3em;
	line-height:1.1em;
	margin-bottom:0.4em;
}


h3.h3Shop {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
	background-position:left 0.5em;
}

.catch1 {
	font-size:1.4em;
	line-height:1.6em;
}


.titBanzai {
  font-size:1.3em;
}
.titBanzai:before {
  width: 30px;
}

.titBanzai:after {
  width: 30px;
}

.titBanzai:before {
}
.titBanzai:after {
}

dl.info dt {
	float:none;
	margin:0;
	padding: 0.3em 0 0.3em 0;
}

dl.info dd {
	margin:0;
	padding: 0 0 0.3em 0;
	border-bottom:#ccc dotted 1px;
	margin-bottom:0.5em;
}


dl.history dt {
	width: 110px;
	padding: 7px 0 8px 4px;
}

dl.history dd {
	padding: 7px 0 8px 114px;
}


/* フロー */

/* フローCenter */

.area_flowC {
	padding:0;
}
.area_flowC .inner_flow {
	padding:0.5em 1em;
}





.area_flowC .inner_flow .largeTxt {
	font-size:1.2em;
	padding-bottom:0.1em;
	margin-bottom:0.2em;
}



.area_flowC .inner_flow .txtWrap {
	padding:0 0.5em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.3em auto;
}


.area_flowC .arrow {
}


/* リスト追加 */


ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	float:none;
	width:94%;
}

ul.liInline {
}

ul.liInline li {
	display:block;
}

ul.liCheck2 {
}

ul.liCheck2 li {
	background-position:1px 1px;
	line-height:1.6em;
	font-size:1em;
}

ul.liMerit {
}

ul.liMerit li {
	background-position:1px 1px;
	line-height:1.6em;
	font-size:1em;
}

ul.liMerit2Div {
}

ul.liMerit2Div li {
	background-position:1px 1px;
	line-height:1.6em;
	font-size:1em;
	width:100%;
}

ul.liInline li::before {
}



ol.liFeature li {
	background-size:30px;
	padding:8px 0 8px 40px;
	margin-bottom:7px;
	line-height:1.1em;
	font-size:1.1em;
}

ol.liFeature li::before {
	position: absolute;
	content:'';
	width: 1.8rem;
	height: 1.8rem;
	left: 2.4rem;
	margin-left: -2.7rem;
	top:0;
	border-radius: 2.7rem;
	font-size: 1.2rem;
	padding: 0.4rem 0.6rem 0 0.5rem;
}




.videoSize2 {
	width:100%;
	margin:0 auto;
}

.catchCopy {
	text-align:center;
	font-size:1em;
	line-height:normal;
}

/*===========================
ページ内リンク直し
===========================*/

#anch01, #anch02 , #anch03 , #anch04 , #anch05 , #petit , #baked  , #gift  {
	margin-top:-124px;
	padding-top:124px;
}


/*===========================
index
===========================*/


/*===========================
decorated
===========================*/

.decorated_pt {
	background-position: top 124px right -500px !important;
}

p.decoratedName {
	padding: 0.4em 0.5em 0.2em 4em;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

p.decoratedName span {
  top: 0.1em;
}

.decoratedTxt {
	margin-bottom:0;
}


/*===========================
cake
===========================*/

.cake_pt {
	background-position: top 124px left -550px !important;
}


/*===========================
reserve
===========================*/

.reserve_pt {
	background-position: top 124px right -500px !important;
}



/*===========================
contact
===========================*/

.contact_pt {
	background-position: top 124px left -450px !important;
}


.contactTel {
	background-image:url(../img/footer/icn_tel.png);
	background-position:left 5px top 0.4em;
	font-size:2em;
	line-height:34px;
	padding:0.5em 0 0 60px;
	margin:0.2em auto 0 auto;
	width:8em;
}

.contactTel a {
	text-decoration:none;
}

.contactTel a:hover {	
}



.contact table {
 width: 100%
 margin: 0 0 3% 0;
 padding: 10px;
 background-color:#FFF;
 border:1px solid #EBEBEB;
}
.contact table tr {
 display: block;
}
.contact table th {
 display: list-item;
 padding:1em;
 border: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width:auto;
 line-height: 1em;
}
.contact table td {
 display: list-item;
 width:auto;
 border: none;
 font-weight: normal;
 padding:1em;
}
 .contact .forml {
 width: 100%
}
.contact .formm {
 width: 100%
}


.contact .btnSend {
	width:100px;
}
.contact .btnReset {
	width:100px;
}


}
