@charset "UTF-8";


/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. baroon
		03. タイトル付き枠
		04. table
		05. border 追加
		06. module 追加
		07. 文字列にスラッシュ追加
		08. 5等分のレイアウト
		09. メニュー画像レイアウト
		10. order_btn
		11. 画像上の文字
		12. nav
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
.mplus1p {
	font-family: 'YakuHanJP' ,'M PLUS 1p', "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.btn {
	margin-bottom: 5px;
}
.justify {
	text-align:justify;
}

@media (max-width: 768px) {
	#example h4 {
		top: -15px;
	}
}

#container h4[id] {
	margin-top: 20px;
	padding-top: 0px;
}
h4.box1{
	font-size:1.2em; 
	color: #505050;/*文字色*/
	padding: 0.5em 0.5em 0.5em 1.5em;/*文字周りの余白*/
	text-indent: -1.5em;
	line-height: 1.3;/*行高*/
	background: #FFE7C2;/*背景色*/
	vertical-align: middle;/*上下中央*/
	border-radius: 0px 0px 0px 0px;/*左側の角を丸く*/
	margin:5px 0;
	border-bottom: solid 1px #FF69B4;
}
h4.box1:before {
	font-size:1.6em; 
	content: '●';
	color: white;
	margin:8px 5px;
	text-shadow: -1px -1px 1px #fff, -1px -1px 1px #414141;
}

h5 {
	font-size: 1.1em;
	padding: 0.7em 0 0.7em 0.7em;
	border-bottom: solid 1px #ccc;
	border-left: 6px solid #FF69B4;
}



/** 02. baroon
 **************************************************************** **/
.baroon {
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #efefef;
}
.baroon:after {
	position: absolute; top: 20px; left: -20px;
	content: ""; width: 0; height: 0;
	border-top: 20px solid #efefef;
	border-left: 20px solid transparent;
}
.baroon_l,.baroon_u {
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #efefef;
}
.baroon_l:after {
	position: absolute; top: 20px; right: -20px;
	content: ""; width: 0; height: 0;
	border-top: 20px solid #efefef;
	border-right: 20px solid transparent;
}
.baroon img.face,.baroon_l img.face,.baroon_u img.face{
	padding: 2px;
	margin-right:10px;
	background: #FFFFFF;
	float:left;
}
.baroon_u {
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #efefef;
}
.baroon_u:after {
	position: absolute; top: -20px; left: 10px;
	content: ""; width: 0; height: 0;
	border-bottom: 20px solid #efefef;
	border-left: 20px solid transparent;
}







/** 03. タイトル付き枠
 **************************************************************** **/
.box20 {
	margin: 1em 0;
}
.box20 .box-title {
	font-size: 2.5rem;
	padding: 5px 5px;
	text-align: center;
	color: #FFF;
	font-weight: 200;
	letter-spacing: 0.05em;
}
.box20 .box-inner {
	padding: 5px;
}
#content .box20 p {
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}
.box20 p.img {
	padding: 5px;
	margin: 0;
}
.box20.backblue{
	background: #f1f9fe;
	border: solid 1px #4e8ac9;
	color: #4e8ac9;
}
.box20.backblue .box-title {
	background: #4e8ac9;
}
.box20.backorange {
	background: #fbe0d6;
	border: solid 1px #f0875f;
	color: #f0875f;
}
.box20.backorange .box-title {
	background: #f0875f;
}
.box20.backgreen {
	background: #e7f2dd;
	border: solid 1px #50b55c;
	color: #50b55c;
}
.box20.backgreen .box-title {
	background: #50b55c;
}








/** 04. table
 **************************************************************** **/
/* ---------------backblue--------------- */
#content table.table02 {
	width:100%;
	border-top:#4e8ac9 solid 1px;
	border-right:#4e8ac9 solid 1px;
	border-collapse: collapse;
}
#content table.table02 thead th {
	background:#4e8ac9;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
#content table.table02 thead th:last-child {
	border-right:#4e8ac9 solid 1px;
}
#content table.table02 tbody th {
	background:#4e8ac9;
	color:#FFF;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table02 tbody tr:last-child th {
	border-bottom:#4e8ac9 solid 1px;
}
#content table.table02 tbody td {
	background:#fff;
	padding:10px;
	border-left:#4e8ac9 solid 1px;
	border-bottom:#4e8ac9 solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table02 tbody td.bottom_b {
	border-bottom:#4e8ac9 solid 2px;
}
/* ---------------backgreen--------------- */
#content table.table03 {
	width:100%;
	border-top:#50b55c solid 1px;
	border-right:#50b55c solid 1px;
	border-collapse: collapse;
}
#content table.table03 thead th {
	background:#50b55c;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
#content table.table03 thead th:last-child {
	border-right:#50b55c solid 1px;
}
#content table.table03 tbody th {
	background:#50b55c;
	color:#FFF;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table03 tbody tr:last-child th {
	border-bottom:#50b55c solid 1px;
}
#content table.table03 tbody td {
	background:#fff;
	padding:10px;
	border-left:#50b55c solid 1px;
	border-bottom:#50b55c solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table03 tbody td.bottom_b {
	border-bottom:#50b55c solid 2px;
}
/* ---------------backblue--------------- */
#content table.table04 {
	width:100%;
	border-top:#f0875f solid 1px;
	border-right:#f0875f solid 1px;
	border-collapse: collapse;
}
#content table.table04 thead th {
	background:#f0875f;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
#content table.table04 thead th:last-child {
	border-right:#f0875f solid 1px;
}
#content table.table04 tbody th {
	background:#f0875f;
	color:#FFF;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table04 tbody tr:last-child th {
	border-bottom:#f0875f solid 1px;
}
#content table.table04 tbody td {
	background:#fff;
	padding:10px;
	border-left:#f0875f solid 1px;
	border-bottom:#f0875f solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table04 tbody td.bottom_b {
	border-bottom:#f0875f solid 2px;
}







/** 05. border 追加
 **************************************************************** **/
@media (max-width: 768px) {
	.border_bottom_dot {
		border-bottom: 4px dotted #777777;
		margin: 0 10px 30px 10px;
	}
}








/** 06. module 追加
 **************************************************************** **/
.module_inner {
	padding:20px 20px;
}
@media screen and (max-width: 767px){
	.module_inner {
		padding:10px 20px;
	}
}
/* 枠のradius指定 */
.module.r5 {
	border-radius: 5px;
}
.module.r6 {
	border-radius: 6px;
}
.module.r7 {
	border-radius: 7px;
}
.module.r8 {
	border-radius: 8px;
}
.module.r9 {
	border-radius: 9px;
}
.module.r10 {
	border-radius: 10px;
}







/** 07. 文字列にスラッシュ追加
 **************************************************************** **/
.slash {
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	font-size: 1.5em;
	color: #3498db;
}
@media (max-width: 991px) {
	.slash {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.slash {
		font-size: 2.5vw;
	}
}
@media (max-width: 575px) {
	.slash {
		font-size: 2.3vw;
	}
}
@media (max-width: 480px) {
	.slash {
		font-size: 4.3vw;
		padding: 0px 28px;
	}
}
.slash::before {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.slash::after {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.slash::before {
	left: 0;
}
.slash::after {
	right: 0;
}


/** 08. 5等分のレイアウト
 **************************************************************** **/
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}   
.col-1-5 {
    width: 20%;
    float: left;
}
.col-2-5 {
    width: 40%;
    float: left;
}

.col-3-5 {
    width: 60%;
    float: left;
}

.col-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 13px;
    padding-left: 13px;
}
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}




/** 09. メニュー画像レイアウト
 **************************************************************** **/


.row.menu_wrap {
    margin-right: -8px;
    margin-left: -8px;
}

@media (min-width: 1200px) {
.menu_wrap .col-sm-4 {
	padding-right: 13px;
	padding-left: 13px;
}
.row {
    margin-right: -13px;
    margin-left: -13px;
}
}
.menu_wrap .menu_inner {
    background: #fff;
    border: solid 2px #FF69B4;
		margin-bottom: 10px;
}
#content .menu_wrap .menu_inner p{
	font-family: "M PLUS Rounded 1c", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		margin:5px;
		color: #FF69B4;
		font-size: 0.7em;
		line-height: 1.2;
		font-weight: 700;
		position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    gap: 0px 5px;
}




/* 円の基本形 */
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	flex-flow: column;
	vertical-align: top;
	padding: 10px;
}

/* 円の大きさ */
.size_normal{
	width: 100%;
	height: 130px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* 文字の大きさ */
.letter1 {
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: 600;
}
/* 円と文字の色 */
.pink01 {
	background-color: #F56883;
}
.pink01:hover {
	background-color: #D24A64;
}

.blue01 {
	background-color: #2F98B7;
}
.blue01:hover {
		background-color: #197f9e;
}

.orange01 {
	background-color: #FF69B4;

}
.orange01:hover {
		background-color: #F53294;
}

.orange_nav a.active .orange01  {
	background-color: #F53294;
}


.orange_nav a.active .orange01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F53294;
}

@media (max-width: 768px) {
.orange_nav a.active .orange01:before {
  display: none;
}
.orange_nav a.active .orange01:before {
  display: none;
}
}

.yellow01 {
	background-color: #e5b249;
}
.yellow01:hover {
		background-color: #bf8b20;
}

@media (max-width: 768px) {
.size_normal{
	width: 100%;
	height: 95%;
}

.letter1 {
	font-size: 0.9rem;
	line-height: 1rem;
}

}



@media (max-width: 575px) {
	.size_normal{
		width: 100%;
		height: 95%;
		padding: 10px 0;
		margin-top: 5px;
	}

	.letter1 {
		font-size: 4vw;
		line-height: 4.5vw;
	}
	.contact {
			padding: 0.8em 0.7em;
	}
}



.pink01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #F56883;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.pink01:hover .label-default.label-outline,
.pink01:active .label-default.label-outline{
	color: #D24A64;
}

.blue01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #2F98B7;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.blue01:hover .label-default.label-outline,
.blue01:active .label-default.label-outline {
	color: #197f9e;
}

.yellow01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #e5b249;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.yellow01:hover .label-default.label-outline,
.yellow01:active .label-default.label-outline {
	color: #bf8b20;
}

@media (max-width: 575px){
.pink01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
.blue01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
.yellow01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
}



.comment_phoho {
	border-radius: 50%;
}



/******************fukidashi*******************/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 0.5em 0 1.5em;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #FFE7C2;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #FFE7C2;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffff;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #FFE7C2;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 15px solid transparent;
	border-left: 15px solid #FFE7C2;
}
@media only screen and (max-width: 768px) {
	.fukidashi_right {
		position: relative;
		display: inline-block;
		margin: 1.5em 0;
		padding: 15px 15px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 15px;
		background: #FFE7C2;
		border-radius: 15px;
	}
	.fukidashi_right:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #FFE7C2;
	}
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	border-radius: 15px;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ffff;
}




/** 10. order_btn
 **************************************************************** **/


#order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}
#order_btn a {
	background: rgba(0,0,128,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
#order_btn a:hover {
	text-decoration: none;
	background: #3131B1;
}
@media (max-width: 768px) {
	#order_btn {
		position: fixed;
		bottom: 100px;
		right: 10px;
		font-size: 0.8em;
	}
	#order_btn a {
		background: #000080;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
		width: 80px;
		height: 80px;
		padding: 14px;
		text-align: center;
		display: block;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#order_btn a:hover {
		text-decoration: none;
		background: #000080;
	}
	.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	}
}





/** 11. 画像上の文字
 **************************************************************** **/
.colorfilter-base {
	background-color: rgba(0,0,0,1.00); /* カラーフィルタ効果の色を指定 */
}
.colorfilter-image {
	opacity: 0.6;    /* カラーフィルタ効果の度合いを指定(※) */
	display: block;
}
.bg-inner {
	text-align: center;
	position: absolute;
	width: 100%;
}
#example {
	position: relative;
	margin: 0;
}
#example img {
	width: 100%;
}
#example h3{
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.5em;
	color: #fff;
	border-bottom: solid 0px #E1E2E1;
	margin-top: 0px;
	margin-bottom: 0px;
}
#example-in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	line-height: 1.7;
	padding: 20px 10px;
}

/* Opacity*/
#example{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box_yellow{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: solid 8px rgba(208,218,55,0.50);
	width: 60%;
	height: 60%;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.7;
}
@media (max-width: 1200px) {
	#example h3{
		font-size: 2.2em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
		line-height: 1.5;
	}
	}

@media (max-width: 991px) {
	#example h3{
		font-size: 1.5em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
		line-height: 1.5;
	}
	}
@media (max-width: 768px) {
	#example h3{
		font-size: 1.5em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
		line-height: 1.5;
	}
	#example p{
		color: #494949;
		font-size: 3vw;
	}
	#example-in {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		margin: 0 auto;
		line-height: 1.7;
		padding: 5px 10px;
	}
	.box_yellow{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: solid 4px rgba(208,218,55,0.50);
		width: 70%;
		height: 60%;
		margin: 0 auto;
		font-size: 1rem;
		line-height: 1.7;
	}
}


@media (max-width: 480px) {
	#example h3{
		font-size: 1em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
		line-height: 1.5;
	}
	}




/** 12. nav
 **************************************************************** **/
.nav-pills > li > a {
	border-radius: 0px;
}
.nav > li > a {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	color: #545555;
}
.nav-tabs > li > a:hover {
	border-color: #FFFFFF;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: #323232;
	background-color: #FFFFFF;
	border-bottom: double 3px rgba(34,125,187,1.00);
	border-radius: 0px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 5px;
}
#content ul.nav li{
	line-height: 1.3;
}



.nav-tabs > li > a {
    position: relative;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}


#content ul.nav-tabs > li {
    margin: 0;
    padding-left: 0em;
    display: block;
    width: 220px;
		float: left;
}
.nav-tabs > li> a, .nav-tabs > li > a:hover, .nav-tabs > li> a:focus {
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
.nav > li {
	display: block;
	width: 50%;
}

.nav > li > a {
    padding: 5px 5px;
}
#content ul.nav-tabs > li {
    margin: 0;
    padding-left: 0em;
    display: block;
    width: 170px;
    font-size: 12.5px;
}
}

/* ----------------------------------------
 * top navの調整
 * --------------------------------------- */
.nav.nav-primary > li.row_center{
	vertical-align: middle;
}
.nav.nav-primary > li > a {
	display: table;
	width:95%;
	height: 55px;
}
.nav.nav-primary > li > a >span{
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 768px) {
	.nav.nav-primary > li > a {
		height: 50px;
	}
}
/* ----------------------------------------
 * header-nav
 * --------------------------------------- */
 
 .header-nav {
	color: #000;
	background-color: #fff;
	background: #FFE7C2;
}
#content .container_nav ul li, #content .container_nav ol li {
	line-height: 1.2;
}
#content .container_nav ul, #content .container_nav ol {
	margin: 0;
	margin-bottom: 0;
}
#content .container_nav ul {
	margin: 0;
	padding-left: 0;
}
.container_nav {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header-nav .container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-nav a, .header-nav a:link, .header-nav a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #FF69B4;
}
.header-nav a {
	font-size: 1rem;
	position: relative;
	display: block;
	padding: 5px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 600;
	margin: 0 5px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.header-nav a:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.header-nav a:hover{
	background-color: #FF69B4;
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.header-nav .container {
	padding-right: 12px;
	padding-left: 12px;
}
.header-nav a:after {
	display: block;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	content: '';
}
.header-nav li {
	padding: 5px 3px;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media screen and (max-width: 979px){
	.header-nav a {
		font-size: 0.9rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.header-nav li {
		width: 50%;
		-webkit-box-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	.header-nav a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 10px;
		margin-top: -4px;
	}
}
@media screen and (max-width: 480px){
	.header-nav li {
		width: 50%;
		-webkit-box-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	.header-nav a {
		font-size: 0.9rem;
		text-align: center;
	}
}



/** 13. label
 **************************************************************** **/

.kasaneru-label{
position: relative;
}
.kasaneru-label .text{
  position: absolute;
  color: #fff!important;
  font-size: 0.8rem;
  top:0;/*左上に配置*/
  left: 0;/*左上に配置*/
  background: #E74DAF;/*背景色*/
  padding: 0.3rem 0.5rem;/*文字の回りの余白*/
  margin: 0; 
}
