@charset "UTF-8";
@import url("../webfonts/Amatic_Bold/stylesheet.css");
@import url("../webfonts/ShigotoMemogaki_Regular_1_01/stylesheet.css");
@import url("../webfonts/Hannari/stylesheet.css");
@import url("../webfonts/APJapanesefont/stylesheet.css");
/* CSS Document */

/*共通設定*/


.flexbox {
 display: -webkit-box;/*--- Android ---*/
 display: -ms-flexbox;/*--- IE10 ---*/
 display: -webkit-flex; /* safari */
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;    /* 改行 */
 -webkit-justify-content: space-around;
 justify-content: space-around;  /* 横方向の整列 flex-start space-around */
 -webkit-align-content: stretch; 
 align-content: stretch; 
 -webkit-align-items: center;
 align-items: center;  /* 縦方向の整列 baseline space-around */  /* 縦の余白 */
 width:100%; /* 横並びさせる親要素の幅 */
}

/*大枠設定*/

#back {
	width: 100%;
	margin: 0px;
	padding-top: 50px;
	background-repeat: repeat;
	background-image: url(../img/10_report/029/bg.jpg);
	padding-bottom: 50px;
}

#white {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 50px;
}
.report .img {
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	margin-top: 40px;
}
/* --------------------------------------------------------------------------------------
 menu
--------------------------------------------------------------------------------------- */
.menu_title {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
	font-size: 30px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.2em;
	padding: 60px;
	background: url("../img/16_eye/eye_pic02.png")830px center/50px no-repeat,
							url("../img/16_eye/eye_pic04.png")190px center/50px no-repeat;
}
.menu_box {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 40px;
	box-sizing: border-box;
}
.menu_box li {
	max-width: 293px;
	margin: 0 20px;
	text-align: left;
}
.menu_subtitle {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
	padding-left: 45px;
	background: url("../img/16_eye/eye_pic05.svg")left center/35px no-repeat;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #f581ad;
}
.price_box {
	width: 95%;
	margin: 0 auto 20px;
	font-size: 16px;
}
.price_box dt {
	width: 50%;
	text-align: left;
	margin-bottom: 10px;
}
.price_box dd {
	width: 50%;
	text-align: right;
	margin-bottom: 10px;
}
.price_box dt.price_add {
	width: 100%;
	font-size: 14px;
	margin-top: -6px;
	color: #7d675a;
}
.menu_box li.menu_text {
	max-width: 720px;
	background: url("../img/16_eye/eye_pic01.png")right bottom/370px no-repeat;
	margin: 0 0 0 auto;
}
.menu_box li.menu_text li {
	margin: 0;
	max-width: 660px;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
	letter-spacing: 1px;
}
.menu_item {
	color: #f581ad;
}

.link_calendar {
	font-size: 16px !important;
	border-bottom: dashed 1px #513c2b;
}

/* --------------------------------------------------------------------------------------
 reserve
--------------------------------------------------------------------------------------- */
.menu_title.reserve_title {
	background-position: 710px center, 320px,center;
}
.shop_box {
	width: 750px;
	margin: 0 auto 60px;
}
.shop_box li {
	max-width: 270px;
	font-size: 16px;
	font-weight: bold;
}
.shop_box li img {
	width: 100%;
}
.shop_box li dt,
.shop_box li dd {
	margin-bottom: 10px;
}
.shop_box li .shop_tel a {
	display: block;
	font-size: 16px;
	padding: 5px;
	background-color: #f9d277;
}

/* --------------------------------------------------------------------------------------
 calender
--------------------------------------------------------------------------------------- */
.calendar ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    -webkit-align-content: stretch; /* Safari */
    align-content: stretch;
    -webkit-align-items: flex-start;/* Safari */
    align-items: flex-start;
}
.calendar ul li {
    width: 333px;
    list-style: none;
}
.calendar ul li+ li {
    border-left: 1px dashed #A4A4A4;
    padding-left: 11px;
}
.calendar .tenpo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.calendar .tit {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}
.calendar .txt {
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}
.calendar table {
    background-color: #513C2B;
    margin-bottom: 50px;
    text-align: center;
}
.calendar table td {
    background-color: #FFFFFF;
    width: 48px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    text-align: center;
    height: 100px;
}
.calendar table .week {
    background-color: #E5DCD2;
    height: 10px;
    font-weight: bold;
}
.calendar table .day {
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
    margin-bottom: 10px;
}
.calendar table .att {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 13px;
}
.calendar table .att span {
    background-color: #FF7376;
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px;
}
.calendar table .red {
    color: #FF7376;
}
.calendar table .st {
    font-size: 12px;
    font-weight: bold;
    color: #FF7376;
    line-height: 15px;
    margin-bottom: 5px;
}
.calendar table .holiday {
    background-color: #EBEBEB;
}
.calendar table .sp {
    background-color: #FEE8E8;
}
.calendar .mr {
    margin-right: 40px;
}
.title .calendar .calendar_title {
	text-align: center;
	font-size: 30px;
	font-family: Hannari;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.title .calendar #txt {
	text-align: center;
	margin-bottom: 3%;
}
.calendar #txt #icon {
	display: inline;
	font-size: 14px;
	line-height: 30px;
}
