@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

html {
	-webkit-text-size-adjust: none;
}
/*フルードイメージ化*/
img {
	border:0;
	max-width:100%;
	height:auto;
}

a {
	-webkit-tap-highlight-color: transparent;
	text-decoration:none;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}
ol{
	list-style-type: cjk-ideographic
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}

body {
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
    font-family: 'M PLUS 1p', sans-serif;
    position: relative;
	top: 0;
	background: #fff;
    font-weight: 300;
}

/* ------------------------------
		文字位置
------------------------------ */
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.mobile_text{
	display: block;
}
.pc_text{
	display: inline;
}
@media print,screen and (min-width: 559px){
	.mobile_text{
		display: inline;
	}
	.pc_text{
		display: block;
	}
}

/*ローディング
-----------------------*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f0ede6;
  z-index: 100;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #f87601;
    z-index: 101;
    font-weight: bold;
}
.loadinganime{
    animation:1.8s linear infinite rotation;
}
@keyframes rotation{
    0%{ transform:rotateY(0);}
    100%{ transform:rotateY(360deg);}
}


/*----------------------------
      　ボタンのスタイル
------------------------------*/
p.square_btn{
	width: 180px;
	padding: 10px 0;
	text-align: center;
	margin: 10px auto;
    border: 2px solid #FF7600;
}
p.square_btn a{
	display: block;
	color: #FF7600;
	font-weight: bold;
}


@media print,screen and (min-width: 559px){
	p.square_btn{
		width: 230px;
		transition: .35s;
	}
	p.square_btn a{
		font-size: 15px;
		transition: .35s;
	}
	p.square_btn:hover{
		font-size: 15px;
		background: #fff;
		border: 2px solid #e64475;
	}
	p.square_btn a:hover{
		color: #e64475;
	}
}

	
/* ------------------------------
		全体
------------------------------ */
.ma_t10{
    margin-top: 10px;
}
.ma_t15{
    margin-top: 15px;
}
.ma_t20{
    margin-top: 20px;
}
.ma_t25{
    margin-top: 25px;
}
.ma_t30{
    margin-top: 30px;
}
.ma_b10{
    margin-bottom: 10px;
}
.ma_b15{
    margin-bottom: 15px;
}
.ma_b20{
    margin-bottom: 20px;
}
.ma_b25{
    margin-bottom: 25px;
}
.ma_b30{
    margin-bottom: 30px;
}

h2.title{
    font-weight: 500;
    font-size: 30px;
}
h2.title::first-letter{
    color: #FF7600;
    font-weight: bold;
}
h3.subtitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
h3.minititle{
    width: 300px;
    margin: auto;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #FF7600;
	border-bottom: 1px solid #FF7600;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4.minititle{
	font-size: 15px;
	font-weight: bold;
}
h4.minititle{
	font-size: 15px;
	font-weight: bold;
}

.titleArea{
    width: 300px;
    margin: 20px auto;
    display: table;
}
.titleArea img,
.titleArea div{
    display: table-cell;
    vertical-align: middle;
}
.titleArea img{
    width: 100px;
}
@media print,screen and (min-width: 559px){
    
    h2.title{
        font-size: 40px;
    }
    h3.subtitle{
        font-size: 28px;
    }
    h3.minititle{
        width: 550px;
    	font-size: 22px;
    }
    h4.minititle{
        font-size: 18px;
    }
    h4.minititle{
        font-size: 18px;
    }

    .titleArea{
        width: 550px;
        margin: 20px auto;
        display: table;
    }
    .titleArea img,
    .titleArea div{
        display: table-cell;
        vertical-align: middle;
    }
    .titleArea img{
        width: 100px;
    }    
    .titleArea div{
        width: 420px;
    }    
}

@media print,screen and (min-width: 959px){
    
    h2.title{
        font-size: 52px;
        margin-bottom: 30px;
    }
    h3.subtitle{
        font-size: 35px;
        padding-top: 10px;
    }
    h3.minititle{
        width: 900px;
    	font-size: 25px;
        padding: 5px 0 10px 20px;
        letter-spacing: .1em;
        margin-bottom: 30px;
    }
    h4.minititle{
        font-size: 18px;
    }

    .titleArea{
        width: 900px;
        margin: 20px auto;
        display: table;
    }
    .titleArea img,
    .titleArea div{
        display: table-cell;
        vertical-align: middle;
    }
    .titleArea img{
        width: 180px;
    }    
    .titleArea div{
        width: 700px;
    }    
}

@media print,screen and (min-width: 1024px){
    h3.minititle{
        width: 970px;
    }
   
    .titleArea{
        width: 1000px;
        margin: 20px auto;
        display: table;
    }
    .titleArea img,
    .titleArea div{
        display: table-cell;
        vertical-align: middle;
    }
    .titleArea img{
        width: 180px;
    }    
    .titleArea div{
        width: 790px;
    }    
}

.wrapper{
	background: url("../img/bg.jpg");
}
.wrapper_color{
	background: #f0ede6;
}
.wrapper,.wrapper_color,.wrapper_img{
	padding: 30px 0;
	overflow: hidden;
}
.wrap{
	width: 330px;
	margin: auto;
}
.tableWrap{
    width: 300px;
    margin: auto;
}
.tableWrap .tableImg{
    width: 300px;
    margin: 10px auto;
}
.tableWrap .tableText{
    width: 300px;
    margin: 10px auto;
}
.tableWrap p{
    line-height: 1.5;
    font-size: 12px;
}


@media print,screen and (min-width: 559px){
	.wrap{
		width: 550px;
		margin: 0 auto;
	}
    .tableWrap{
        width: 550px;
        margin: 30px auto;
        display: table;
    }
    .tableWrap h3{
        display: block;
        width: 100%;
    }
    .tableWrap .tableImg,
    .tableWrap .tableText{
        display: table-cell;
        vertical-align: middle;
    }
    .tableWrap .tableImg{
        width: 300px;
        margin: 0 auto;
    }
    .tableWrap .tableText{
        width: 230px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .tableWrap h3{
        font-size: 22px;
    }
}

@media print,screen and (min-width: 959px){
	.wrapper,.wrapper_color,.wrapper_img{
		padding: 50px 0;
	}
	.wrap{
		width: 95%;
		margin: 0 2.5%;
	}
	h2{
		font-size: 28px;
	}
    .tableWrap{
        width: 900px;
        margin: 50px auto;
        display: table;
    }
    .tableWrap .tableImg{
        width: 300px;
        margin: 0 auto;
    }
    .tableWrap .tableText{
        width: 590px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .tableWrap h3,
    .tableWrap .tableText h3{
        font-size: 32px;
        margin-bottom: 30px;
        letter-spacing: .1em;
    }
    #top .tableWrap .leftText p,
    #top .tableWrap .rightText p{
        font-size: 18px;
    }
    .tableWrap p{
        line-height: 2;
        font-size: 17px;
    }
}
@media print,screen and (min-width: 1024px){
	.wrap{
		width: 1000px;
		margin: auto;
	}
	h2{
		font-size: 30px;
	}
    .tableWrap{
        width: 1000px;
    }
    .tableWrap .tableImg{
        width: 300px;
    }
    .tableWrap .tableText{
        width: 600px;
    }
}

/*左右の振り分けスタイル*/

.left_30,.left_40,.left_45,.left_50,.left_55,.left_60,.left_65,.left_70,.right_30,.right_40,.right_45,.right_50,.right_55,.right_60,.right_65,.right_70,.all{
	width: 330px;
	margin: 10px auto;
}
@media print,screen and (min-width: 559px){
	.left_30,.left_40,.left_45,.left_50,.left_55,.left_60,.left_65,.left_70,.right_30,.right_40,.right_45,.right_50,.right_55,.right_60,.right_65,.right_70,.all{
		margin: 15px 0;
	}

	.left_30,.left_40,.left_45,.left_50,.left_55,.left_60,.left_65,.left_70{
		float: left;
	}
	.right_30,.right_40,.right_45,.right_50,.right_55,.right_60,.right_65,.right_70{
		float: right;
	}
	.left_30,.right_30{
		width: 30%;
	}
	.left_40,.right_40{
		width: 40%;
	}
	.left_45,.right_45{
		width: 45%;
	}
	.left_50,.right_50{
		width: 50%;
	}
	.left_55,.right_55{
		width: 55%;
	}
	.left_60,.right_60{
		width: 60%;
	}
	.left_65,.right_65{
		width: 65%;
	}
	.left_70,.right_70{
		width: 70%;
	}
	.all{
		width: 100%;
	}
}
@media print,screen and (min-width: 959px){
	.left_30,.left_40,.left_45,.left_50,.left_55,.left_60,.left_65,.left_70,.right_30,.right_40,.right_45,.right_50,.right_55,.right_60,.right_65,.right_70,.all{
		margin: 20px 0;
	}	
}
@media print,screen and (min-width: 1024px){
	.left_30,.right_30{
		width: 300px;
	}
	.left_40,.right_40{
		width: 400px;
	}
	.left_45,.right_45{
		width: 450px;
	}
	.left_50,.right_50{
		width: 500px;
	}
	.left_55,.right_55{
		width: 550px;
	}
	.left_60,.right_60{
		width: 600px;
	}
	.left_65,.right_65{
		width: 650px;
	}
	.left_70,.right_70{
		width: 700px;
	}
}


/* ------------------------------
		header
------------------------------ */

header{
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 10;
	background: #f0ede6;
	display: table;
/*	opacity: 0;
	animation: fadein-top 1s ease-out forwards;*/
}
#container{
	padding-top: 70px;
/*	opacity: 0;
	animation: fadein 1.5s .8s ease-out forwards;*/
}
#top #container,
#confirmation #container{
    padding-top: 0;
}

h1{
	width: 160px;
	height: 70px;
	display: table-cell;
	position: relative;
}
#logo{
	display: block;
	width: 150px;
	height: 70px;
	background: url("../img/logo.svg") no-repeat;
	background-size: contain;
	background-position: center center;
}
h1 span{
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	font-size: 10px;
	overflow: hidden;
	
}

.telephone{
	width: calc(100% - 235px);
	height: 50px;
	padding: 10px 5px;
	display: table-cell;
	vertical-align: middle;
}
.telephone p{
	font-size: 15px;
	line-height: 1;
	text-align: center;
	color: #FF7600;
	font-weight: bold;
}
.telephone a{
	display: none;
}
.telephone p a{
	display: inline;
	color: #FF7600;
}
.telephone p span{
	display: block;
	font-size: 10px;
	color: #555;
}

/*----------------------------
           gnav
------------------------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	background: #FCFAF4;
}
 
nav.globalMenuSp ul {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 15px 0 ;
	transition: .3s;
    font-weight: bold;
    letter-spacing: .2em;
}
nav.globalMenuSp ul li a::first-letter {
    color: #f87703;
}
nav.globalMenuSp ul li.contact a {
	width: 8em;
	margin: .5em auto;
    display: block;
    color: #555;
    padding: .5em 0;
	transition: .3s;
	background: #ffda00;
	border-radius: 20px;
    letter-spacing: 0;
}
nav.globalMenuSp ul li.contact a::first-letter {
    color: #555;
}

 
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.toggle_wrap{
	width: 75px;
	display: table-cell;
	position: relative;
	background: #FFDA00;
}
.navToggle {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 4em;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
	margin-right: 10px;
}
.navToggle::after{
    content: "MENU";
	position: absolute;
	bottom: -15px;
	left: 0.5em;
	color: #000;
}
.navToggle.active::after{
    content: "閉じる";
	position: absolute;
	bottom: -15px;
	left: 0.5em;
}
 
.navToggle span {
    position: absolute; 
    width: 45px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 22px;
}
 
.navToggle span:nth-child(3) {
    top: 35px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print,screen and (min-width: 559px){
	.telephone{
		width: calc(50% - 75px);
	}
	h1{
		width: 50%;
		height: 70px;
	}
	#logo{
		width: 150px;
		height: 70px;
	}
    .telephone p{
        font-size: 22px;
    }
}
@media print,screen and (min-width: 759px){
	.telephone{
		width: calc(100% - 575px);
	}
	h1{
		width: 500px;
		height: 70px;
	}
	#logo{
		width: 150px;
		height: 70px;
	}
	#logo:hover{
		opacity: .8;
	}
}


@media print,screen and (min-width: 989px){
	header{
		display: block;
		height: 120px;
		transition: .3s;
		background: #fff;
		border-bottom: 5px solid #fff;
	}
	h1,.telephone,nav.globalMenuSp{
		position: static;
	}
	h1,#logo{
		width: 300px;
		height: 120px;
		float: left;
		transition: .3s;
	}
	.telephone,nav.globalMenuSp {
		float: right;
	}
	.telephone{
		height: 45px;
		padding: 10px 5px 5px;
		display: table;
		background: none;
	}
	.telephone p{
		display: table-cell;
		vertical-align: middle;
		line-height: 1.2;
		text-align: center;
		padding: 5px 0;
		transition: .35s;
		color: #FF7600;
        font-size: 25px;
    }
	.telephone a{
        width: 200px;
		font-size: 15px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #555;
		border: 2px solid #555;
		background: #ffda00;
		transition: .5s;
		transform: rotateX(0);
		border-radius: 50px;
	}
	.telephone a:hover{
		transform: rotateX(360deg);
		color: #e64475;
		border: 2px solid #e64475;
	}
	
	.telephone a span{
		background-repeat: no-repeat;
		background-position: 3px center;
		background-size: contain;
		transition: .35s;
        display: block;
	}
	.telephone a:hover span{
		background-repeat: no-repeat;
		background-position: 3px center;
		background-size: contain;
	}
	.telephone p span{
		display: block;
		font-size: 12px;
		transition: .35s;
		color: #555;
	}
	
	nav.globalMenuSp {
		transform: none;
		width: calc(100% - 300px);
		background: none;
		height: auto;
		transition: .3s;
	}
	.toggle_wrap {
		display: none;
	}
	nav.globalMenuSp ul {
		padding-top: 0;
		width: auto;
	}
	nav.globalMenuSp ul li {
		float: left;
		width: 20%;
	}
	nav.globalMenuSp ul li.contact{
		display: none;
	}
	nav.globalMenuSp ul li a {
		padding: 15px 0 0;
		transition: .3s;
		color: #000;
		font-weight: bold;
        letter-spacing: 0;
	}
	nav.globalMenuSp ul li a::before {
		content: "▶︎";
		padding-right: 8px;
		font-size: 80%;
	}
	nav.globalMenuSp ul li a:hover {
		/*color: #e64475;*/
		color: #FF7600;
	}
	nav.globalMenuSp ul li a:hover::before {
		color: #FF7600;
	}

	.hover-Uline {
		position: relative;
	}
	.hover-Uline:before {
		content: ""; /*疑似要素の中身は空（記述は必須）*/
		position: absolute; /*子要素として疑似要素を固定*/
		left: 0; /*長さはテキストの両端まで*/
		right: 0; /*長さはテキストの両端まで*/
		bottom: -5px;  /*線の上下位置*/
		width: 100%; /*線の長さ*/
		height: 3px; /*線の太さ*/
		background-color: #FF7600; /*線の色*/
		transform: scale(0, 1); /*横方向に0状態から全体まで線を入れる*/
		transform-origin: left; /*中央を起点にアニメーション*/
		transition: transform .2s; /*アニメーションの時間*/
	}

	.hover-Uline:hover:before {
		transform: scale(1); /*ホバー時に等倍へ拡大*/
	}

	/*animation*/
	.is-animation {
		height: 90px;
		border-bottom: 3px solid #fff;
		background: rgba(255,255,255,.8);
	}
	.is-animation h1,.is-animation #logo {
		height: 90px;
	}
	.is-animation .telephone{
		padding-top: 5px;
	}
	.is-animation nav.globalMenuSp{
		height: 25px;
	}
	.is-animation nav.globalMenuSp li a{
		padding: 6.6px 0;
	}
	.is-animation .hover-Uline:before{
		height: 0;
	}
	.is-animation .telephone p{
		padding: 0;
	}
	.is-animation .telephone p{
		font-size: 22px;
	}

	
}
@media print,screen and (min-width: 1024px){
	.telephone{
		width: 480px;
		padding-right: 20px;
	}
	nav.globalMenuSp {
		transform: none;
		width: 700px;
		height: auto;
		float: right;
	}
}
@media print,screen and (min-width: 1520px){
	.telephone{
		width: 480px;
		margin-top: 30px;
	}
	nav.globalMenuSp {
		margin-top: 50px;
	}
}

/*-----------------------
	footer
------------------------*/
footer{
	width: 100%;
	background: #f0ede6;
    padding-bottom: 20px;
}
footer .wrap {
	padding: 30px 0 20px;
}
footer .wrap .half_left{
	width: 330px;
}
footer .wrap .half_left div{
	width: 100%;
	display: table;
}
footer .wrap .half_left div img{
	width: 100px;
}
footer .wrap .half_left div p{
	width: 220px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1;
	color: #000;
}
footer .wrap .half_left div img,footer .wrap .half_left div p{
	display: table-cell;
	vertical-align: middle;
}
footer .wrap .half_left > p{
	width: 330px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #000;
}
footer .wrap .half_right{
	width: 330px;
}
footer .wrap .half_right div{
	width: 308px;
	border: 1px solid #000;
	padding: 10px;
}
p.map_area{
	margin-bottom: 5px;
}
p.map_area::before{
	content: "＜";
	margin-right: 3px;
}
p.map_area::after{
	content: "＞";
	margin-left: 3px;
}
footer .wrap .half_right p span{
	display: block;
	font-size: 90%;
	line-height: 1.2;
	margin-top: 5px;
}
footer .wrap .half_right p,footer .wrap .half_right p span{
	color: #000;
}
footer .wrap dl{
	width: 50%;
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	margin-top: 6px;
}
footer .wrap dt{
	width: 3.1em;
	float: left;
	font-size: 13px;
}
footer .wrap dd{
	float: left;
	font-size: 15px;
}
footer .wrap dt,footer .wrap dd{
	color: #FF7600;
}
footer .wrap .half_right > p{
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #000;
}

footer > p{
	text-align: center;
	color: #000;
}
@media print,screen and (min-width: 559px){
    footer .wrap{
		width: 90%;
		margin: 0 auto;
	}

	footer .wrap .half_left,footer .wrap .half_right{
		width: 50%;
		float: left;
	}
	.map_area{
		font-size: 10px;
		padding: .1em .5em;
	}
	footer .wrap .half_right div{
		width: calc(100% - 22px);
		border: 1px solid #000;
		padding: 10px;
	}
	footer .wrap .half_left div img{
		width: 140px;
	}
	footer .wrap .half_left div p{
		width: calc(100% - 130px);
		margin-left: 0;
		font-size: 12px;
		line-height: 1.2;
	}
	footer .wrap .half_left > p{
		width: auto;
	}
}
@media print,screen and (min-width: 959px){
	footer .wrap {
		width: 800px;
	}
	footer .wrap .half_left{
		width: 45%;
		float: left;
	}
	footer .wrap .half_right{
		width: 55%;
		float: left;
	}
	footer .wrap .half_right div{
		width: calc(100% - 32px);
		padding: 10px 15px;
	}
	.map_area{
		font-size: 10px;
		padding: .1em .5em;
	}
	footer .wrap .half_left div img{
		width: 150px;
	}
	footer .wrap dl:first-of-type{
		width: 50%;
		margin-left: 0;
	}
	footer .wrap dl:last-of-type{
		width: 47%;
		margin-right: 3%;
	}
	footer .wrap dt{
		width: 3.1em;
		float: left;
		font-size: 15px;
	}
	footer .wrap dd{
		float: left;
		font-size: 18px;
	}
}

/*お任せ
-----------------*/
.omakaseArea{
    width: 300px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
}
.omakaseArea img{
    width: 100px;
    margin: auto;
}

.balloon2-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 20px;
}

.balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.balloon2-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

.balloon2-left p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-weight: bold;
    font-size: 15px;
}

@media print,screen and (min-width: 559px){
    .omakaseArea{
        width: 400px;
        margin: 20px auto 25px;
    }
    .omakaseArea img{
        width: 120px;
    }
    .balloon2-left {
        border-radius: 25px;
    }

    .balloon2-left p {
        font-size: 18px;
    }
}

@media print,screen and (min-width: 959px){
    .omakaseArea{
        width: 550px;
        margin: 25px auto;
    }
    .omakaseArea img{
        width: 150px;
    }
    .balloon2-left {
        padding: 20px 10px;
    }

    .balloon2-left p {
        font-size: 20px;
    }
}
.business1 div{
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
}
.business1 div p{
	text-align: center;
}
@media print,screen and (min-width: 559px){
	.business1 div{
		width: calc(25% - 20px);
	}
}
@media screen and (min-width: 1024px){
	.business1 div{
		width: 230px;
	}
}
.btnArea{
    width: 300px;
    margin: auto;
}
@media screen and (min-width: 559px){
    .btnArea{
        width: 508px;
        margin: 20px auto 30px;
    }
    .btnArea p{
        float: left;
        margin: 0 10px;
    }
}
@media screen and (min-width: 959px){
    .btnArea{
        width: 548px;
        margin: 30px auto 30px;
    }
    .btnArea p{
        float: left;
        margin: 0 20px;
    }
}


/*　clearfix
------------------*/
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

/*icomoon*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ckqzyw');
  src:  url('fonts/icomoon.eot?ckqzyw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ckqzyw') format('truetype'),
    url('fonts/icomoon.woff?ckqzyw') format('woff'),
    url('fonts/icomoon.svg?ckqzyw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\ea83";
}

/*animation*/
@keyframes fadein-top {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@keyframes fadein {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(10px);
}
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




/*スクロールアニメーション*/

.text-fadein {
  display: inline-block;
  position: relative;
}
.text-fadein:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg");
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.text-fadein.active:before {
  width: 0%;
}

.text-fadein-w {
  display: inline-block;
  position: relative;
}
.text-fadein-w:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.text-fadein-w.active:before {
  width: 0%;
}

.text-fadein-b {
  display: inline-block;
  position: relative;
}
.text-fadein-b:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FCFAF4;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.text-fadein-b.active:before {
  width: 0%;
}

.text-fadein-f {
  display: inline-block;
  position: relative;
}
.text-fadein-f:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f0ede6;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}
.text-fadein-f.active:before {
  width: 0%;
}
