@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	color: #333;
}

img{
	width: 100%;
}

.u-show_sp {
	display: none;
}

.u-show_sp1023 {
	display: none;
}

.u-hide-media1024 {
	display: block;
}

.u-hide-media {
	display: block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 3%;
}

.pagetop a {
	display: block;
	background-color: #333;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

.pagetop a::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 15px;
	margin: auto;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagetop a:hover {}

.no_link{
    pointer-events: none;
}

/*-------------------------------------
ここまでbase
------------------------------------- */

/*-------------------------------------
nav
------------------------------------- */

.l-section-nav {
	display: -webkit-box;
	display: -ms-flex_box;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px 0 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-section-nav li {
	width: calc(100% / 2);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.l-section-nav li a {
	color: fff;
	background: #cbbc91;
	position: relative;
	display: block;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
}

.nav_small_txt{
    font-size: 12px;
	text-decoration: none;
}

.nav_large_txt{
	text-decoration: underline;
}

.l-section-nav2 {
	display: -webkit-box;
	display: -ms-flex_box;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0px 0 0px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-section-nav2 li {
	width: calc(100% / 1);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.l-section-nav2 li a {
	color: rgba(255, 255, 255, .9);
	background: #fce4d6;
	position: relative;
	display: block;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
}

.l-section-nav li a:link,
.l-section-nav li a:visited,
.l-section-nav2 li a:link,
.l-section-nav2 li a:visited {
	color: #fff;
}

.l-section-nav li a:link:hover,
.l-section-nav li a:visited:hover,
.l-section-nav2 li a:link:hover,
.l-section-nav2 li a:visited:hover {
	color: #fff;
}

.l-section-nav li a:hover,
.l-section-nav2 li a:hover {
	opacity: 0.7;
}

.l-section-nav li a::after,
.l-section-nav2 li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 5%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.formBalloon {
	padding-bottom: 15px;
    display: block;
    height: 100%;
  }
.formBalloon_top{
	border: 15px solid #a97;
    border-radius: 100px;
    display: block;
    position: absolute;
}
  .formBalloon .formBalloonContent {
	border-radius: 10px 10px 0 0;
    width: 10px;
    height: 96.1%;
    position: relative;
    background: #a97;
    left: 10.5px;
  }
  .formBalloon .formBalloonArrow{
	border: 15px solid transparent;
    border-top: 20px solid #a97;
    position: absolute;
    height: 0;
    width: 0px;
    z-index: 1;
  }

@media (max-width: 1023px) {

	.u-hide-media1024 {
		display: none;
	}
	
	.l-section-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 60px 0 60px;
	}

	.l-section-nav li {
		width: calc(100% / 2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #888888;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.l-section-nav2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 60px 0 0px;
	}

	.l-section-nav2 li {
		width: calc(100% / 1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #888888;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.l-section-nav li:not(:nth-child(even)) ,
	.l-section-nav2 li:not(:nth-child(even)) {
		border-right: 1px solid #fff;
	}

	/*	.l-section-nav li:last-child {
		width: calc(100% / 1);
	}*/

	.l-section-nav li a,
	.l-section-nav2 li a {
		padding: 25px 0;
		display: block;
	}

	.l-section-nav li a::after,
	.l-section-nav2 li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media (max-width: 769px) {
	.l-section-nav>li:nth-child(4)>a {
		padding: 15px 0;
	}

	.l-section-nav,
	.l-section-nav2 {
		font-size: 12px;
	}

	.l-section-nav li {
		width:calc(100% / 2);
	}

	.l-section-nav li a, .l-section-nav2 li a {
		letter-spacing: -0.01px;
	}

	.formBalloon_top {
		border: 10px solid #a97;
    border-radius: 100px;
    display: block;
    position: absolute;
	}

	.formBalloon .formBalloonArrow {
		border: 10px solid transparent;
		border-top: 15px solid #a97;
		position: absolute;
		height: 0;
		width: 0px;
		z-index: 1;
	}

	.formBalloon .formBalloonContent {
		border-radius: 10px 10px 0 0;
		width: 5px;
		height: 99.7%;
		position: relative;
		background: #a97;
		left: 7.5px;
	}

}



/*-------------------------------------
l-content
------------------------------------- */

.all-content {
	width: 100%;
	margin: 0;
}


.l-content {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}

.main-mv {
	margin-bottom: 30px;
	text-align: center;
}


.section_block {
	max-width: 1000px;
	margin: 0 auto 80px auto;
}

.section_title {
	display: block;
	text-align: center;
}

.l-contents-text {
    line-height: 2;
	margin: 30px 0;
	font-size: 16px;
}

.item_3col{
	display: flex;
    text-align: center;
    font-size: 14px;
    transition: all 0.35s;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_3col li{
	width:calc(98%/3);
}

.item_3col p{
	margin:20px 0;
}

.item_3col li a:hover{
	opacity: 0.7;
}

@media (max-width: 1023px) {
	.section_block {
		margin: 0px auto 40px auto;
		width: 94%;
	}

	
}

@media (max-width: 767px) {
	.section_block {
		margin: 0 auto;
		max-width: 94%;
	}

	.item_3col li{
		width: calc(95%/3);
	}
	
}

/*------------------------
link_box
------------------------ */

.l-section-item__link-center {
	width: 500px;
	margin: 30px auto 60px;
	text-align: center;
}

.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}


.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
}

.l-section-item__link-center a:hover,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	/*	border-color: #fff !important;*/
	color: #333 !important;
	border: 1px solid #333;
}

.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	/*	border-color: #fff !important;*/
	color: #fff !important;
	border: 1px solid #fff;
}


@media (max-width: 767px) {
	.l-section-item__link-center {
		width: 90%;
		margin-top: 30px;
	}


	.l-section-item__link-center a {
		font-size: 14px;
	}

	.l-section-item__link-center2 {
		width: 90%;
		margin-top: 30px;
	}

	.l-section-item__link-center2 a {
		font-size: 14px;
	}
	
	
}



/*------------------------
section
------------------------ */

.main-mv {
	margin-bottom: 60px;
}

.section_box {
	margin: 0 auto;
	text-align: center;
	margin: 35px 0 50px;
}

.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
    display: block;
    margin: 30px auto;
}

.h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
    font-size: 2rem;
    text-align: center;
    margin: 60px auto 30px;
    font-weight: normal;
}

.h2-shoulder {
    font-size: 1.8rem;
}

.h2_txt a{
	color: #a97 !important;
    border-bottom: 1px solid;
	transition: all 0.35s;
}

.h2_txt a:hover{
	opacity: 0.7;
}

.h3_txt {
	font-size: 26px;
	text-align: left;
	font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.6;
	margin: 30px auto;
}

.h3_txt a{
	color:#a97 !important;
	transition: all 0.35s;
	border-bottom: 1px solid;
}

.h3_txt a{
	opacity: 0.7;
}

.ordercontents h3{
	text-align: center;
}

.marker {
    background: linear-gradient(transparent 60%, #8faadc 60%);
}

/*------------------------
吹き出し背景
------------------------ */
.bubblebox {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.bubblebox .h2_txt {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
}

.bubblebox .h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
    font-size: 1.6rem;
    text-align: center;
    margin: 60px auto 50px;
    font-weight: normal;
}

.bubblebox .h2-shoulder {
    font-size: 1.4rem;
}



.pickup {
	max-width: 240px;
    margin: 100px auto 30px;
}


.graph {
	max-width: 400px;
	margin:40px auto 0 ;
}

.point_contents {
	margin:40px auto 0 ;
	font-size: 16px;
	text-align: left;
	line-height: 2.4;
}

.item_box {
    display: flex;
    margin-bottom: 60px;
    text-align: center;
}

.item_img {
    width: 300px;
    margin: 0px auto;
}

.flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin:30px 0 60px;
    align-items: center;
}

.l-colom_tumb {
	order: 1;
	width: 48%;
}

.linkarea {
	order: 2;
	width: 52%;
	padding: 0px 0 0 20px;
}

.l-colom_tumb_invert {
	order: 2;
	width: 52%;
}

.linkarea_invert {
	order: 1;
	width: 52%;
	padding: 0 20px 0 0px;
}

.linkarea_title {
	padding: 40px 0;
	text-align: left;
}


.l-colom_container {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.container_img {
	display: block;
	width: 30%;
}

.container_item {
	display: block;
	margin-left: 20px;
}

.l-colom_text {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	display: block;
    margin: 30px 0;
}

.l-colom_sectiontext {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}

.l-colom_sectiontext a{
	color:#a97 !important;
	transition: all 0.35s;
}

.l-colom_sectiontext a:hover{
	opacity: 0.7;
}

.title_bg{
	background: #ddebf7;
	padding:10px;
	margin-top: 10px;
}

.title_bg2{
	background: #ddebf7;
	padding:10px;
}

.review_box{
	margin:30px 0;
}

.review_title{
	font-size:18px;
	color:#70ad47;
	margin: 10px 0;
}

.review_txt{
	font-size: 16px;
	line-height: 1.6;
}

.small_txt{
	font-size:16px;
}

.check_list {
    padding-top: 10px;
}

.check_list li {
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 16px;
}

.check_list li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    top: 0.35em;
    left: 5px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #e20;
    border-bottom: 2px solid #e20;
}

.check_list li:after {
    content: "";
    position: absolute;
    top: 0.35em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 2px;
}

.fukidashi_box{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1.6;
	align-items: center;
}

.fukidashi_l{
	width: 85%;
    position: relative;
    padding: 25px;
    background-color: #f3f3f3;
    font-size: 16px;
    color: #333;
    border-radius: 12px;
    box-sizing: border-box;
}

.fukidashi_r{
	width: 15%;
    padding-left: 30px;
    position: relative;
}

.fukidashi_r img{
	width: 100%;
    max-width: 130px;
	margin-bottom: 10px;
}

.fukidashi_icon{
	display: flex;
    align-items: center;
    flex-direction: column;
	font-size: 14px;
    line-height: 1.5;
}

.fukidashi_l::before{
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    top: 22px;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
	left: auto;
    right: -15px;
    border-left: 25px solid transparent;
    border-top: 25px solid #f3f3f3;
}

.fukidashi_l::after{
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    top: 40px;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    left: auto;
    right: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #ffffff;
}

.span_font{
	font-size:14px;
	color:#e20;
}

.allow_box{
	margin: 40px 0 0px;
    width: 100%;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.allow_content{
	width: 96%;
    padding-left: 10px;
}

.allow {
	display: block;
    vertical-align: middle;
    color: #a97;
    line-height: 1;
    position: absolute;
    width: 15px;
    height: 100%;
    background: currentColor;
  }
  
  .allow::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
  }

  .title_border{
	border-bottom: 5px solid #edf6e8;
  }

  .icon_title{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .crown_img{
	max-width: 40px;
    width: 100%;
    margin-right: 10px;
  }
/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {

	.u-hide-media {
		display: block;
	}

	.u-show_sp1023 {
		display: block;
	}

	.bubblebox .h2_txt {
		position: absolute;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;
	}

	.u-show_sp {
		display: none;
	}


	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	.linkarea_title {
		padding: 0px 0 20px;
	}

	.linkarea {
		order: 2;
		width: 50%;
		padding: 10px 0 0 20px;
	}

	.media_1023 {
		display: none;
	}
	
	.l-colom_container {
		margin-bottom: 10px;
	}

	.l-colom_sectiontext {
		font-size: 14px;
	}

	.container_img {
		width: 30%;
	}

	.h3_txt {
		font-size: 22px;
		margin:20px auto;
	}

	.section_txt {
		margin:20px auto;
	}

	.l-contents-text {
		font-size: 14px;
	}

	.h2-shoulder{
		font-size: 1.6rem;
	}

}

/* 1023 */


@media (max-width: 900px) {
.container_item {
    margin-left: 10px;
}

.container_img {
    width: 35%;
}

.media_1023 {
	display: block;
	
}

.bubblebox {
    max-width: 600px;
}

.bubblebox .h2_txt {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
}



}


/* @media */
@media (max-width: 767px) {

	
.bubblebox {
    max-width: 340px;
}

.span_font{
	font-size:12px;
	letter-spacing: -0.4px;
}

	
	.media_1023 {
		display: none;
	}

	.u-hide-media {
		display: none;
	}

	.u-show-media {
		display: inline-block;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt {
		font-size: 14px;
		line-height: 2;
	}


	.main-mv {
		margin-bottom: 30px;
	}


	.flex_box {
		display: block;
		margin: 20px 0;
	}
	
	.linkarea , .linkarea_invert {
		width: 100%;
		padding: 0px;
	}

	.l-colom_tumb , .l-colom_tumb_invert {
    	width: 100%;
    	display: block;
    	padding: 0%;
    	margin: 20px auto;
		line-height: 0;
	}



	.linkarea_title {
		padding: 0;
	}

	.container_img {
		display: block;
		width: 40%;
	}

	.container_item {
		display: block;
		margin-bottom: 20px;
	}

	.l-colom_sectiontext {
		font-size: 14px;
	}

	.l-colom_text {
		font-size: 14px;
		margin: 20px 0;
		letter-spacing: -0.77px;
	}

	.h2_txt {
	font-size: 20px;
    margin: 40px auto 20px;
	letter-spacing: -0.42px;
	line-height: 1.6;
	}

	#body > div.g-wrapper > div.l-content > div.section_title > h2 {
		margin: 60px auto 50px;
	}
	
	.h2-shoulder {
		font-size: 17px;
	}

	.h3_txt {
		font-size:18px;
	}

	.small_txt{
		font-size:14px;
	}

	.l-colom_sectiontext {
		display: block; 
	}

	.pickup {
		max-width: 120px;
		margin: 0 auto 10px;
	}

	.graph {
		max-width: 300px;
		margin: 20px auto 0;
	}
	

	.item_img {
		margin: 0px 2px;
	}

	.item_txt {
		font-size: 10px;
	}
	.bubblebox .h2_txt {
		position: absolute;
		top: 6%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;
	}

	.bubblebox .h2_txt {
		font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.6;
		font-size: 20px;
		text-align: center;
		margin: 60px auto 50px;
		font-weight: normal;
	}
	
	.bubblebox .h2-shoulder {
		font-size: 16px;
	}
	
	.review_box{
		margin:30px 0;
	}
	
	.review_title{
		font-size:16px;
		margin: 10px 0;
	}
	
	.review_txt{
		font-size: 14px;
	}

	.check_list li {
		font-size: 14px;
	}

	.check_list {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.fukidashi_l{
		width: 70%;
		padding: 15px;
		font-size: 14px;
	}
	
	.fukidashi_r{
		width: 30%;
		padding-left: 20px;
	}

	.fukidashi_icon {
		font-size: 12px;
	}

	.allow_box{
		margin:30px 0 20px;
	}
	
	.crown_img {
		max-width: 40px;
		width: 100%;
		margin-right: 0px;
	}

	.icon_title {
		flex-direction: column;
	}

	.formBalloon {
		padding-top: 10px;
	}

	/* @media */
}


/* 3col */

.flex_linktxt {
    display: flex;
    justify-content: space-between;
    margin: 0px 0 30px;
    align-items: center;
}

.item_txt {
	width: 44%;
    font-size: 14px;
}

.item_txt_centericon{
	width: 6%;
    margin: 0 auto;
    text-align: center;
    font-size: 42px;
}

.icon_txt {
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
}

.mt0{
	margin-top: 0px;
}

.title_number_box{
	border: 1px solid #333;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
	text-align: center;
	margin-right: 5px;
}

.mb60{
	margin-bottom:60px;
}

@media (max-width: 769px) {
	.icon_txt {
		font-size: 14px;
		margin: 10px auto;
	}
}

@media (max-width: 767px) {
	.icon_txt {
		font-size: 12px;
		margin: 10px auto;
	}

	.item_txt_centericon{
		width: 10%;
		font-size: 30px;
	}

	.mt0{
		margin-top: 20px;
	}

	.title_number_box{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.mb60{
		margin-bottom:40px;
	}
}

/* table */

table{
	width: 100%;
}

table td{
	border: 1px solid;
	padding: 10px;
	font-size:16px;
	vertical-align: middle;
}

.tb_title{
    text-align: center !important;
	background: #f3f3f3;
}

@media (max-width: 767px) {
	table td{
		padding: 5px;
		font-size:14px;
	}
}