@charset "utf-8";
/* ===============================================================
      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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
strong {
	font-weight: bold;
}
.clearfix{
	width:100%;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear:both;
}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/* ===============================================================
      common
=============================================================== */
html {
	font-size: 62.5%;　//10px
}
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 500;
	color: #523F26;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFBF4;
}

/* 画面から画像がはみ出ないようにする */
img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:bottom;
}
.ta-c{text-align:center !important}
.ta-r{text-align:right !important}
.ta-l{text-align:left !important}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
#wrap {
	width: 100%;
}
#contants p {
	margin-bottom: 1em;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}

/* ----------- gmap ----------- */
#gMaps {
	width: 100%;
	border: solid 2px #FFCFCB;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#gMaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: hue-rotate(140deg);
	filter: hue-rotate(140deg);
}

/* ===============================================================
       contents
=============================================================== */
.section {
	width: 100%;
}
.section:after{
	content: "";
	display: block;
	clear: both;
}
.section ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.section ul .column {
	display: block;
}
.section ul .column:after{
	content: "";
	display: block;
	clear: both;
}
.column2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column2 .column {
	display: block;
}
.column2 .column:after{
	content: "";
	display: block;
	clear: both;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* ----------- 見出し ----------- */
.ttl1 {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
	position: relative;
	display: inline-block;
	background: url(../img/common/ttl_bk1.png) no-repeat top center;
	color: #523F26;
	text-align: center;
}
.ttl1:before {
	content: '';
	position: absolute;
	bottom: 12px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFCFCB;
	border-radius: 2px;
}
.ttl2 {
	color: #FF8379;
	margin-bottom: 1em;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
}
.ttl3 {
	font-weight: bold;
	color: #FF8379;
	background: url(../img/common/point1.png) no-repeat left top;
	border-bottom: solid 1px #FFCFCB;
}
.ttl4 {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #222;
	font-weight: bold;
}
.ttlPrice {
	background: url(../img/common/bk1.png);
	text-align: center;
}
.ttlPrice img {
	width: auto;
}
.txt1 {
	color: #10ADB1;
}
.txt2 {
	color: #FF8379;
}


/* ----------- box ----------- */
.box1,.box2,.box3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box1 {
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #EEE;
}
.box2 {
    position: relative;
    border: solid 3px #95ccff;
    border-radius: 10px;
	background: #FFF;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box2 p {
    margin: 0 !important;
    padding: 0;
}
.box3 {
	background-color: #D2F3F7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* list */
.list1 li {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 15px;
}
.list1 li:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}
.list1 li:after {
	display: block;
	content: '';
	clear: both;
}


/* ===============================================================
      header
=============================================================== */
#header {
	background-color: #FFF;
}

/* ===============================================================
      footer
=============================================================== */
footer {
	width: 100%;
}
#footer {
	background-color: #FFF;
	border-top-color: #F2EBDD;
	border-bottom-color: #F2EBDD;
}
#footer .footInner{
	margin: 0 auto;
}
.copyright {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
	color: #9F9486;
}
.copyright a {
	color: #9F9486;
}

/* ---------------------------------------------------- /
    　　　　　　　　 link
------------------------------------------------------ */
a {
	color: #474038;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #928474;
	text-decoration: none;
}
a {
	color: #474038;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #928474;
	text-decoration: none;
}


/* ---------------------------------------------------- /
    　　　　　　　　 font style
------------------------------------------------------ */
.min {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* font size*/
.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs14 {font-size:14px;}
.fs16 {font-size:16px;}
.fs18 {font-size:18px;}
.fs20 {font-size:20px;}
.fs24 {font-size:24px;}
.fs28 {font-size:28px;}
.fs30 {font-size:30px;}

/* color */
.pink {color: #FB6F99 !important;}
.gold {color: #C8950D !important;}
.blue {color: #0AD1C8 !important;}
.purple {color:#A54CFF !important;}

/* ---------------------------------------------------- /
    　　　　　　　　 margin
------------------------------------------------------ */
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}

.ml5 {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}

.mb0 {margin-bottom:0px!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}


/* ---------------------------------------------------- /
    　　　　　　　　 フォント設定
------------------------------------------------------ */
.ffm1 {
	font-family: 'Dancing Script', cursive;
}
.ffm2 {
	font-family: 'Droid Serif', serif;
}
.ffm3 {
	font-family: 'Lora', serif;
}
.min {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* font size*/
.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs14 {font-size:14px;}
.fs16 {font-size:16px;}
.fs18 {font-size:18px;}
.fs24 {font-size:24px;}
.fs30 {font-size:30px;}


/* color */
.pink {
	color: #FB6F99;
}
.gold {
	color: #C8950D;
}
.blue {
	color: #0AD1C8;
}

/* ------ マーカー ------ */
.marker {
	font-weight: bold;
	background: linear-gradient(transparent 40%, #ffecaf 0);
}


/* ---------------------------------------------------- /
    　　　　　　　　 背景設定
------------------------------------------------------ */
.bk1 {
	background-color: #F5F3EF;
}

/* ---------------------------------------------------- /
    　　　　　　　　 ボタン
------------------------------------------------------ */
.btnPink {
	background-color: #FB6F99;
	border: 1px solid #FB6F99 !important;
	color: #fff;
	border-radius:100px !important;
	padding: 5px 15px 4px !important;
}
.btnPink:hover {
	background: #FFF !important;
	opacity: 0.8 !important;
	border: 1px solid #FB6F99 !important;
	color: #FB6F99 !important;
}

/* ---------------------------------------------------- /
    　　　　　角丸/border-radius
------------------------------------------------------ */
.border-radius1 {
	.border_radius {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.border-radius2 {
	.border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
