@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff7ea;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 17px;
    color: #333;
    line-height: 2.0;
    letter-spacing: 0.04em;
}
a {
	color: #333;
}
.m-b-0 {
	margin-bottom: 0;
}
.m-t-0 {
	margin-top: 0;
}
.m-auto {
	margin: auto;
}
h4 {
	font-size: 1.2em;
}
/*------------------menu------------------------------*/
.pure-menu-fixed {
	width: 100%;
}
.pure-menu-link:hover {
    background-color: #fff;
}
.pure-menu-heading span {
	background-color: #fff;
	display: inline-block;
}
.head_top {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0.6em;
	padding-right: 0.6em;
	background-color: #fff7ea;
}
.head_top .pure-button {
	font-size: 0.8em;
	margin-right: 0.5em;
	font-weight: normal;
	border-radius: 0;
	padding: 0.3em;
}
.head_top .button-choose {
	bottom: 0;
}
.pure-menu-horizontal {
	display: flex;
	justify-content: center;
}


.custom-wrapper {
    background-color: #fff7ea;
	/*border-top: solid 1px;
	border-bottom: solid 1px;*/
    margin: 0;
    -webkit-font-smoothing: antialiased;
    height: 3em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 18em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 46px;
    right: 12px;
    display: none;
    background-color: #333;
    border: solid 1px #333;
	border-radius: 50%;
}
.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 26px;
    right: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-toggle .bar.bar3 {
	-webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);

}
.custom-toggle span {
	font-size: 13px;
	line-height: 2.8;
}
a.custom-toggle {
	text-decoration: none;
	color: #fff;
}
.pure-menu-heading , .pure-menu-link {
	color: #333;
	font-weight: bold;
	text-align: right;
}


@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: flex;
		justify-content: center;
		align-items: flex-end;;
    }
	.pure-menu-link {
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 1em; 
		padding-right: 1em; 
	}
	.pure-menu-heading  {
		text-align: left;
	}
	.pure-menu-link {
		text-align: center;
	}
}
/*------------------------------------------------*/
.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 4%;
}
/*------------------------------------------------*/
.button-choose {
    border: 1px solid #333;
    background: #333;
    color: #ede5dc;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
    -webkit-transition: 0.5s;
    -moz-transition:  0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	font-size: 0.9em;
}
.button-choose:hover {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
}

.box_1 .pure-button {
	padding: 0.5em 4em;
	margin-bottom: 3em;
}
.imgclip {
    border-radius: 30px 0 30px 0;
}
.imgclip2 {
    border-radius: 30px 30px;
}
.imgclip-left {
    border-radius: 0 30px 30px 0;
}
.imgclip-right {
    border-radius: 30px 0 0 30px;
}
.imgclip-bottom {
    border-radius: 0 0 30px 30px;
	margin: 0 auto;
	display: block;
}
.pure-g.change_row {
		flex-flow: row-reverse wrap;
	}
.header {
	/*background-color: transparent;*/
	    margin-top: 120px;
}
/*-------------------home-----------------------------*/
.hero_wrap {
	margin-bottom: 4em;
	margin-top: 3em;
}
.hero_wrap_text {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	flex-direction: column;
	font-weight: bold;
}
.subtitle {
	font-weight: 600;
}
.subtitle h2 {
	font-size: 1em;
	margin: 0 0;
}
.box_0_out {
	position: relative;
	padding-bottom: 4em;
	border-bottom: dotted 5px;
}
.box_0{
 	position: relative;
	top: 0;
    background-color: transparent;
    padding: 40px;
	border-radius: 30px;
	border: solid 2px;
	width: auto;
}
.home .box_0 {
	background-color: #fff;
	margin-bottom: 2em;
	text-align: center;
}
.home .box_0 img {
	margin: auto;
}
.box_0 p {
	border-top: dotted 2px ;
	padding-top: 1em;
}
.box_0 p span {
		display: inline-block;
		margin-right: 1em;
	}

.box_1{
    padding: 2em 5%;
}
.box_1 p{
	font-weight: bold;
}
.box_1 h2 {
	line-height: 1;
	font-size: 1.8em;
}
.box_1 h2 span {
	font-size: 2em;
	letter-spacing: -2px;
}
.box_1 h3{
	border-bottom: dashed 1px;
}
.home_menu .pure-g {
	margin-top: 3em;
	background-color: #fff;
	border-radius: 30px;
	border: solid 1px;
	display: flex;
}
.home_menu .pure-g.title1 {
	margin-top: 0;
}
.pure-g .box_img {
	order:2;
}
.pure-g .box_text {
	order:1;
}
.box_img_01 {
	background-image: none;

}
.box_img_02 {
}
@media screen and (min-width: 64em) {
	.header {
		/*background-color: #f1e7d7;*/
	}
/*	.hero_wrap {
		margin-bottom: 5em;
		margin-top: 3em;
	}
	
*/	.imgclip-bottom {
		display: none;
	}
	.home_menu .pure-g {
		display: flex;
		margin-top: 8em;
	}
	.box_0{
		position: absolute;
		background-color: #fff;
		padding: 30px;
		top: 5%;
		width: 340px;
	}
	
	.box_0 p span {
		display: block;
	}
	.pure-g .box_img {
		  order:1;
	}
	.pure-g .box_text {
		  order:2;
	}
	.box_img_01 {
		background-size: cover;
		border-radius: 0 30px 30px 0;
		background-position: center;
	}
	.box_img_02 {
		background-size: cover;
		border-radius: 30px 0 0 30px;
		background-position: center;
	}
	.box_1 .pure-button {
		margin-bottom: 6em;
	}
	.title1 .box_img_01 {
		background-image: url("../images/title1_2_img.jpg"); 
	}
	.title2 .box_img_02 {
		background-image: url("../images/title2_img.jpg"); 
	}
	.title3 .box_img_01 {
		background-image: url("../images/title3_img.jpg"); 
	}
	.title4 .box_img_02 {
		background-image: url("../images/title4_img2.jpg"); 
	}
	.title5 .box_img_01 {
		background-image: url("../images/title3_img.jpg"); 
	}
	.box_1 h2 span {
		font-size: 2.4em;
	}
}
/*-------------------subpage-----------------------------*/
.header .container.subpage {
	max-width: 1440px;
}
.container.subpage {
	max-width: 1200px;
}
.subpage .hero_wrap {
	margin-bottom: 4em;
}
.subpage .hero_wrap_text {
		order: 2;
	}
.hero_wrap_img {
	margin-top: 0;
	order: 1
}
.subpage .hero_wrap img {
	margin: auto;
}
.subpage .box_0 {
	top: 3%;
	width: auto;
	border: none;
	padding:  2em 1em;
}
.subpage .box_0_out {
	padding-bottom: 0;
	text-align: center;
} 
.subpage .box_0 h1 span {
	font-size: 1.8em;
	display: block;
	letter-spacing: -2px;
}
.subpage .box_0 h1 {
	margin: 0;
	line-height: 1;
	border-bottom: none;
	text-align: center;
	padding-bottom: 0.4em;
	background-color: #fff;
	display: inline-block;
	font-size: 1.8em
}
.subpage .box_0 h2 {
	margin-bottom: 0;
	background-color: #fff;
}
@media screen and (min-width: 64em) {
	.subpage .hero_wrap {
		margin-bottom: 4em;
	}
	.subpage .box_0_out {
		padding-bottom: 4em;
		text-align: left;
	} 
	.subpage .box_0 {
		top: 5%;
		left: 3%;
		width: 26%;
		border: solid 2px;
		padding: 2.4em 1.4em;
	}
	.hero_wrap_img {
		order: 2;
	}
	.subpage .hero_wrap_text {
		order: 1;
	}
	.subpage .box_0 h1 {
		margin: 0;
		line-height: 1;
		border-bottom: dotted 2px;
		text-align: left;
		background-color: #fff;
		display: block;
	}
	.subpage .box_0 h1 span {
		font-size: 1.8em;
		display: inline;
	}

}
.contents {
	border: solid 1px;
    border-radius: 40px 40px;
	padding: 2em 1em;
	margin-bottom: 4em;
	background-color: #fff;
}
/*.contents .pure-g {
	margin-bottom: 1em;
}*/
.hero_wrap {
	
}
.hero_wrap .box_2{
	padding: 2em;
	width: 49%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	border: dashed 1px;
}

.box_2{
	padding: 0 5% 0;
}
.box_2_tit {
	display: block;
}
.box_2 h1 {
	margin: 0 0;
	line-height: 1;
}
.box_2 h1 span {
	font-size: 2.2em;
	margin: 0 0;
}
.box_2 h2{
	border-bottom: double 4px;
}
.box_2 h3 {
	font-size: 1.6em;
	margin: 0.2em 0 0.4em;
	line-height: 1.5;
}
.box_2 h3 span {
	display: inline-block;
}
.box_2 h3 .small {
	font-size: 80%;
}
.box_2 p {
	margin: 0.4em 0;
	font-weight: bold;
}
.box_2 li {
	font-weight: bold;
}
.box_2_img {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	flex-direction: column;
}
.box_2 dd {
	margin-left: 1.1em
}
.arrow_box{
    position:relative;
    width: 100px;
    height: 30px;
    background: #333333;
    padding: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px;
	line-height: 1.8;
	margin-bottom: 1rem;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(51, 51, 51, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#333333;
    top:100%;
    left:50%;
}
.product .arrow_box {
	width: 120px;
}
.use_img1,.use_img2,.use_img3 {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
}
.use_img1 {
	background-image: url("../images/use_1.jpg");
}
.use_img2 {
	background-image: url("../images/use_2.jpg");
}
.use_img3 {
	background-image: url("../images/use_3.jpg");
}
.use .box_2_tit {
	order: 2;
}
.use .box_2_img {
	order: 1;
	margin-bottom: 3em;
}
.use .pure-u-lg-4-5.m-auto {
	order: 3;
}
.line {
	border-bottom: none;
	margin-bottom: 0;
}
/*---Q&A --*/
.qa .m-auto {
		margin: 0 0;
}
.qa p {
	margin-bottom: 0;
}
@media screen and (min-width: 64em) {
	.contents {
		margin-bottom: 8em;
		padding: 3em 2em;
	}
	.box_2_tit {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.box_2 h3 {
		font-size: 2em;
	}
	.use .box_2_tit {
		justify-content: center;
	}
	.use .box_2_img {
	order: 2;
		margin-bottom: 1em;
	}
	.use .pure-u-lg-4-5.m-auto {
		order: 3;
	}
	.line {
	border-bottom: dashed 1px;
	margin-bottom: 2em;
	}
	.qa .m-auto {
		margin: auto;
	}
}
.use h3 {
	margin-bottom: 0;
}
.use h4 {
	margin-bottom: 0;
	position: relative;
	padding-left: 1em;
}
.use h4::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:3px;
     background-color: #333;
}
/*-------------------about-----------------------------*/
.pure-table {
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
}
.pure-table-horizontal th {
	text-align: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.pure-table-horizontal td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 35.5em) {
	.box_2 h3 {
		font-size: 1.8em;
		}
	.pure-table-horizontal th {
		text-align: left;
		display: table-cell;
    	width: 30%;
	}
	.pure-table-horizontal td {
		display: table-cell;
	}

}
.about h3 {
	font-size: 1.6em;
	margin-top: 1em;
}
.ggmap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.ggmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------------footer-----------------------------*/
.footer {
	padding: 1em;
	margin-top: 8em;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
}
.footer li {
	list-style: none;
	font-size: 90%;
}
.footer h2 {
	font-size: 1em;
}
.footer .logo {
	font-weight: bold;
}
.footer-menu {
	width: 100%;
}
.menulist {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-evenly;
}
.menulist ul {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
}
.menulist li {
	padding-right: 2em;
}
address {
	font-size: 90%;
	font-style: normal;
}
.copyright {
	font-size: 80%;
	text-align: center;
}
@media screen and (min-width: 35.5em) {
	.footer {
		padding: 3em;
		margin-top: 8em;
	}
}