﻿@charset "utf-8";
/*INNER PAGE ALL STYLE*/
#main-contents{
	width: 100%;
}
#leftcontents{
	display: none;
}
#side-menu{
	display: none;
}

@media screen and (min-width: 640px){
	#main-contents{
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 850px){
	#main-contents{
		width: calc(100% - 300px);
		float: left;
		padding-bottom: 20px;
	}
	#leftcontents{
		display: inline;
		float: right;
		width: 280px;
		height: auto;
		background: #ffeb7e;
		padding-bottom: 20px;
		margin-left: 20px;
	}
	#side-menu{
		display: inline;
		width: 280px;
		margin-left: 20px;
		padding: 20px 0;
		overflow: auto;
		background: #ffeb7e;
	}

	#side-menu p{
		text-align: center;
		margin: 20px 0 0;
	}
	#side-menu p a{
		padding: 15px 20px;
		border-radius: 50px;
		background: #fff;
		color: #000;
	}
	#side-menu ul li{
		border-bottom: 1px solid #000;
	}

	#side-menu ul li a{
		color: #222;
	}
	.is-fixed {
	  position: fixed;
	  top: 5px;
	  z-index: 2;
	}
	#side-menu ul{
		width: 250px;
		margin: auto;
	}
	#side-menu ul li{
		padding: 10px 0;
		text-align: center;
	}
	#side-menu ul li a{
		padding: 10px 0;
		text-align: center;
	}
}
.pnkz{
	width: 100%;
	margin: 10px 0;
	padding: 5px 0;
	border-top: 2px #999 solid;
	border-bottom: 2px #999 solid;
}
.pnkz ul li{
	display: inline-block;
}
.pnkz ul li a{
	color: #e36b4f;
}
.pnkz ul li::before{
	content: ">";
	margin: 0 3px 0 8px;
}
	
/*幅*/
.w-30,.w-40,.w-45,.w-50,.w-60,.w-70,.w-80,.w-90,.w-95{
	width: auto;
	margin: 10px;
}
.w-30Img,.w-30-2Img,.w-40Img,.w-50Img,.w-60Img,.w-70Img,.w-80Img,.w-90Img{
	width: 90%;
	margin: 10px 5%;
}
.margin-none{
	margin: 0 10px; 
}
@media screen and (min-width: 640px){
	.w-30{
		width: calc(30% - 10px);
	}
	.w-40{
		width: calc(40% - 10px);
	}
	.w-45{
		width: calc(45% - 10px);
		margin: 10px;
	}
	.w-50{
		width: calc(50% - 10px);
	}
	.w-60{
		width: calc(60% - 10px);
	}
	.w-70{
		width: calc(70% - 10px);
	}
	.w-80{
		width: 80%;
		margin: 10px 10%;
	}
	.w-90{
		width: 90%;
		margin: 10px 5%;
	}
	.w-95{
		width: calc(100% - 10px);
		margin: 10px;
	}
	.w-30Img{
		width: calc(30% - 10px);
	}
	.w-30-2Img{
		width: calc(25% - 10px);
	}
	.w-40Img{
		width: calc(40% - 10px);
	}
	.w-50Img{
		width: calc(50% - 10px);
	}
	.w-60Img{
		width: calc(60% - 10px);
	}
	.w-70Img{
		width: calc(70% - 10px);
	}
	.w-80Img{
		width: 80%;
		margin: 10px 10%;
	}
	.w-90Img{
		width: 90%;
		margin: 10px 5%;
	}
}
/*見出し*/
#wrap > h2{
	padding: 15px 0 10px;
	font-size: 30px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	font-weight: bold;
	color: #e36b4f;
}
#contents1 #wrap > h2{
	background-image: url("../img/contents1/contents-title.png");
}
#contents2 #wrap > h2{
	background-image: url("../img/contents2/contents-title.png");
}
#contents3 #wrap > h2{
	background-image: url("../img/contents3/contents-title.png");
}
#corporation #wrap > h2{
	background-image: url("../img/corporation/contents-title.png");
}
@media screen and (min-width: 640px){
	#wrap > h2{
		padding-top: 50px;
		font-size: 40px;
	}
}

/*見出し 地域食堂つながるサロン用*/
#wrap2 > h2{
	padding: 15px 0 10px;
	font-size: 30px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	font-weight: bold;
	color: #e36b4f;
}
#contents1 #wrap2 > h2{
	background-image: url("../img/contents1/contents-title.png");
}
#contents2 #wrap2 > h2{
	background-image: url("../img/contents2/contents-title.png");
}
#contents3 #wrap2 > h2{
	background-image: url("../img/contents3/contents-title.png");
}
#corporation #wrap2 > h2{
	background-image: url("../img/corporation/contents-title.png");
}

.wrapper-inner2{
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.wrapper-inner2 img{
    border-radius: 20px;
}

@media screen and (min-width: 640px){
	#wrap2 > h2{
		padding-top: 50px;
		font-size: 40px;
	}
}


h3#page1,h3#page2,h3#page3,h3#page4{
	font-size: 20px;
	padding: 30px 0 10px 50px;
}
@media screen and (min-width: 640px){
	h3#page1,h3#page2,h3#page3,h3#page4{
		font-size: 25px;
		padding: 50px 0 5px 55px;
	}
}

/*contents1*/
#contents1 h3,#contents2 h3,#contents3 h3,#corporation h3{
	border-bottom: 3px solid #ccc;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

/*タイトル*/
h3#page1,h3#page2,h3#page3,h3#page4{
	background-image: url("../img/icon/contents-page.svg");
}
/*アイコン*/
#contents1 section.contents h4{
	font-size: 20px;
	margin-top: 15px;
	padding: 20px 0 15px 80px;
	border-bottom: 2px solid #e36b4f;
	background-repeat: no-repeat;
	background-size: contain;
}
#contents1 section.contents:first-of-type h4{
	background-image: url("../img/icon/icon_contents1page1-1.png");
}
#contents1 section.contents:nth-of-type(2) h4{
	background-image: url("../img/icon/icon_contents1page1-2.png");
}
#contents1 section.contents:nth-of-type(3) h4{
	background-image: url("../img/icon/icon_contents1page1-3.png");
}
#contents1 section.contents:nth-of-type(4) h4{
	background-image: url("../img/icon/icon_contents1page1-4.png");
}
#contents1 section.contents:nth-of-type(5) h4{
	background-image: url("../img/icon/icon_contents1page1-5.png");
}
#contents1 section.contents:nth-of-type(6) h4{
	background-image: url("../img/icon/icon_contents1page1-6.png");
}
#contents1 section.contents:nth-of-type(7) h4{
	background-image: url("../img/icon/icon_contents1page1-7.png");

}
.seasons{
	width: 100%;
}
.seasons li{
	width: 80%;
	margin: 10px 10%;
	float: left;
	text-align: center;
	line-height: 1.5;
}
/*中央寄せタイトル*/
#contents1 .contents > h4.title-center{
	width: 100%;
	font-size: 20px;
	text-align: center;
	background: none;
	padding-left: 0;
	font-weight: bold;
}
.contents > h4.title-center{
	font-size: 20px;
	text-align: center;
	background: none;
	padding-left: 0;
}
.contents h4.title-center span{
	display: block;
}
/*アイコンなし-家族会*/
#contents1 .contents h4.none-icon{
	width: 3em;
	background-image: none;
	padding: 3px 10px;
	margin-bottom: 3px;
	border-radius: 10px;
}
@media screen and (min-width: 640px){
	.seasons{
		display: flex;
	}
	.seasons li{
		width: 20%;
		margin: 10px 2.5%;
		float: left;
		text-align: center;
		line-height: 1.5;
	}
#contents1 .contents h4{
		width: 200px;
		font-size: 25px;
		margin-top: 15px;
		padding: 20px 0 10px 80px;
	}
	.contents h4.title-center span{
		display: inline;
	}
}

p span.next,p span.other{
	display: block;
	margin-top: 25px;
	padding:5px 0;
}
p span.next{
	text-align: center;
}
p span.inner_onePoint{
	font-size: 20px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

@media screen and (min-width: 640px){
	p span.inner_onePoint{
		font-size: 22px;
	}
}
/*table*/
table{
	border-collapse: collapse;
	margin: 10px 0 20px;
}
th,td{
	padding: 5px;
}
#contents1 table{
	width: 100%;
}
#contents1 th{
	text-align: center;
	font-size: 18px;
}
#contents1 td{
	width: 50%;
	vertical-align: middle;
}
#contents1 td span{
	display: block;
	font-size: 90%;
}
caption{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
@media screen and (min-width: 640px){
	th,td{
		padding: 10px;
	}
	#contents1 table{
		width: 90%;
		margin: 10px 5%;
	}
	#contents1 td span{
		display: inline;
		margin-left: 10px;
	}
}
.price-etc th,.price td{
	text-align: center;
	font-size: 120%;
}
.price-etc td span{
	display: block;
}

/*contents2-3*/
/*contents2見出し*/
#contents2 section.contents h4,#contents3 section.contents h4{
	font-size: 20px;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}
#contents2 div.contents:first-of-type dl,#contents3 div.contents:first-of-type dl{
	width: 90%;
	margin: 15px 5%;
}
#contents2 div.contents:first-of-type dt,#contents3 div.contents:first-of-type dt{
	text-align: center;
	padding: 5px 0;
}

/*フローチャート*/
#contents2 section.contents:nth-of-type(2){
	margin-top: 25px;
	margin-bottom: 60px;
}
dl.flaw-chart{
	width: 90%;
	margin: 5px 5%;
	text-align: center;
}
dl.flaw-chart dt{
	font-size: 120%;
	padding: 10px;
}
dl.flaw-chart dd{
	padding: 10px;
}
/*三角形*/
p.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #000000 transparent transparent transparent;
	margin: 10px auto;
}
/*スケジュール*/
.timetable{
	width: 2em;
	border: 1px solid #000;
	padding: 5px;
	color: #000;
}
dl.schedule{
	overflow: hidden;
	margin: 10px;
}
dl.schedule dt{
	width: 10em;
	margin-right: 5px;
	float: left;
}
/*作業内容*/
#contents2 section.contents:nth-of-type(4) div.contents_inner{
	width: 90%;
	margin: 10px 5%;
}
#contents2 section.contents:nth-of-type(4) div.contents_inner p{
	margin: 5px 0 10px;
}
#contents2 section.contents:nth-of-type(4) div.contents_inner ul li{
	margin: 5px;
	font-size: 90%;
}

/*概要-キッチン-テーブル*/
table.kr_kr{
	width: 95%;
	margin: 10px 2.5% 50px;
}
table.kr_kr th,table.kr_kr td{
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
}
@media screen and (min-width: 1000px){
	table.kr_kr{
		width: 100%;
		margin: 10px 0 50px;
	}
}
/*ご注文ボタン*/
.order-btn{
	width: 300px;
	margin: auto;
	padding: 20px 0;
}
.order-btn a{
	display: block;
	width: 100%;
	padding: 10px 0;
}
/*続きを見る*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '+'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #e36b4f;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
	margin: 20px 0;
}
.cp_box .cp_container img.w-30Img{
	width: 50%;
	margin: 0 25%;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '-'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*ランキング*/
.ranking .contents_inner,.ranking2 .contents_inner{
	width: 90%;
	margin: 10px 5%;
}
.ranking h5,.ranking2 h5{
	font-size: 20px;
}
.ranking p:last-of-type{
	font-size: 20px;
	text-align: right;
	margin: 0 0 10px;
}
.ranking p:last-of-type span,.ranking h5 span,.ranking2 p:last-of-type span,.ranking2 h5 span{
	font-size: 15px;
	margin-right: 10px;
}
p.caption{
	font-size: 12px;
}
.takeout{
	width: 15em;
	text-align: center;
	font-size: 18px;
	margin: 0 auto 50px;
	background:linear-gradient(transparent 60%, #ffeb7e 60%);
}
@media screen and (min-width: 640px){
	/*利用者の声の画像*/
	.cp_box .cp_container img.w-30Img{
		width: 30%;
		margin: 0;
	}
	#contents2 div.contents:first-of-type dl{
		width: 80%;
		margin: 20px 10%;
		display: table;
	}
	#contents2 div.contents:first-of-type dt{
		width: 45%;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		border-radius: 5px;
	}
	#contents2 div.contents:first-of-type dd{
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		padding-left: 5%;
	}
	#contents2 section.contents:nth-of-type(4) div.contents_inner{
		width: 90%;
		margin: 10px 5%;
	}
	#contents2 section.contents:nth-of-type(4) div.contents_inner ul{
		list-style: none;
	}

	table.work th,table.work td,table.kitchen th,table.kitchen td{
		display: table-cell;
	}
	
	table.work,table.kitchen{
		width: 80%;
		margin: 10px 10% 20px;
	}

	table.kitchen th{
		width: 20%;
		text-align: center;
		vertical-align: middle;
	}
	.ranking,.ranking2 {
		width: 95%;
		margin: 10px 2.5%;
		overflow: hidden;
	}
	.ranking .contents_inner{
		width: 40%;
		margin: 10px 5%;
		float: left;
	}
	.ranking2 .contents_inner{
		width: 30%;
		margin: 10px 1.666666666%;
		float: left;
	}
	.ranking .contents_inner h5{
		font-size: 20px;
	}
	.ranking .contents_inner p{
		font-size: 12px;
	}
	.ranking .contents_inner h5 span{
		font-size: 15px;
		margin-right: 10px;
	}
	.ranking2 .contents_inner h5{
		font-size: 18px;
	}
	p.caption{
		font-size: 11px;
	}
	
	.ranking2 .contents_inner h5 span{
		font-size: 16px;
		display: block;
	}
	.takeout{
		font-size: 23px;
	}
}
@media screen and (min-width: 800px){
	#contents2 .content	table.work.kr_kr th{
		width: 30%;
	}
}

/*contents3*/
.map{
	width: 90%;
	height: 200px;
	margin: 20px 5% 0;
}
.map iframe{
	width: 100%;
	height: 100%;
}
/*corporation*/
table.contact{
	width: 100%;
}
table.contact tr{
	border: 1px solid #000;
}
table.contact tr th{
	display: block;
	width: 100%;
}
.maparea{
	margin: 20px 0;
}
.maparea dl{
	display: table;
	overflow: hidden;
	margin-top: 5px;
}
.maparea dt{
	display: table-cell;
	background: #d14f3b;
	color: #fff;
	padding: 5px;
	margin: 10px 10px 10px 0;
	text-align: center;
	font-size: 12px;
	float: left;
}
.maparea dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
}
.maparea dd span{
	display: block;
	font-size: 12px;
}
@media screen and (min-width: 640px){
	.map{
		width: 50%;
		height: 300px;
		margin: 20px 0 0;
	}

}
/* ALL Color
-------------------------------------*/
/*サイドメニュー*/
/*#nextボタン*/
p span.next{
	border: 1px solid #3a71b8;
	/*background: #ccdbf0;*/
	background: #fff;
}
p span.next a{
	color: #3a71b8;
}
/*contents1テーブル*/
caption{
	font-weight: bold;
}
#contents1 table:first-child,#contents1 table:last-child{
	border: 2px solid #555;
}
#contents1 table:first-child th,#contents1 table:nth-child(2) th{
	background: #F7D5CD;
}
#contents1 table:first-child th:first-of-type,#contents1 table:first-child td:first-of-type{
	border-right: 2px solid #555;
}
#contents1 .contents th,#contents1 .contents td{
	border: 1px dotted #000;
}
#contents1 table.price-etc,#contents1 table.price-etc th:first-of-type,#contents1 table.price-etc  td:first-of-type{
	border: 1px solid #000;
}
p.inner_onePoint{
	color: #222;
}

/*春夏秋冬*/
.seasons li:first-of-type:first-letter{
	background: #FEC9C9;
	font-size: 20px;
	border-radius: 20px;
	padding: 5px;
	color: #000;
}
.seasons li:nth-of-type(2):first-letter{
	background: #C4FFD0;
	font-size: 20px;
	border-radius: 20px;
	padding: 5px;
	color: #000;
}
.seasons li:nth-of-type(3):first-letter{
	background: #E4BEA0;
	font-size: 20px;
	border-radius: 20px;
	padding: 5px;
	color: #000;
}
.seasons li:nth-of-type(4):first-letter{
	background: #9FCCFF;
	font-size: 20px;
	border-radius: 20px;
	padding: 5px;
	color: #000;
}
.seasons li{
	background: #fff;
	border-radius: 10px;
}
#contents1 .contents h4.none-icon{
	background-color: #ccc;
}

/*#contents2-3ONLY*/
#contents2 div.contents:first-of-type dt,dl.flaw-chart dt,#contents3 div.contents:first-of-type dt,dl.flaw-chart dt{
	background: #F7D5CD;
}
dl.flaw-chart{
	border: 1px #000 solid;
}
dl.flaw-chart dt::first-letter{
	border: 1px solid #000;
	border-radius: 100px;
	padding: 5px 10px;
	font-size: 125%;
	margin-right: 5px;
}
dl.schedule{
	border-bottom: 1px dashed #000;
}
/*contents2-3テーブル*/
#contents2 table tr,#contents3 table tr{
	border: 2px solid #000;
}
#contents2 table th,#contents3 table th{
	background-color: #ccdbf0;
}
#contents2 table td,#contents3 table td{
	background-color: #ffffff;
}
/*contactテーブル*/
#corporation table tr{
	border: 2px solid #000;
}
#corporation table th{
	background-color: #ccdbf0;
}
#corporation table td{
	background-color: #ffffff;
}
#corporation table td textarea{
	width: 90%;
	height: 100px;		
}
#corporation .textCenterAll{
	margin: 20px 0;
}
#corporation .textCenterAll span{
	display: block;
}
/*ご注文ボタン*/
.order-btn a{
	background: #ccdbf0;
	border: 1px solid #000;
	color: #000;
	text-align: center;
}
/*黄色背景*/
.bg-yellow{
	background: #FFFDD9;
	padding: 20px 0;
	margin: 10px 0 15px;
}
.bg-yellow-title{
	width: 100%;
	font-size: 20px;
	text-align: center;
	background: none;
	padding-left: 0;
	font-weight: bold;
}
.bg-yellow ul{
	width: 80%;
	margin: 10px 10%;
}
#contents3 .bg-yellow ul li{
	list-style: inside;
	list-style-type: circle;
	font-size: 14px;
}
@media screen and (min-width: 640px){
	.bg-yellow-title{
		width: 100%;
		font-size: 25px;
		text-align: center;
		background: none;
		padding: 0;
		margin: 0;
		font-weight: bold;
	}
	.bg-yellow ul li{
		font-size: 15px;
		height: 80px;
	}
	#contents3 .bg-yellow ul li{
		font-size: 18px;
		height: auto;
	}
	#corporation table.work th{
		width: 30%;
		text-align: center;
		vertical-align: middle;
	}
	#corporation table.work td{
		width: 70%;
	}
	#corporation .textCenterAll span{
		display: inline;
	}
}

/*枠線*/
.bg-yellow-border{
	border: 2px solid #000;
	padding: 30px 0 10px;
	margin: 20px 0;
	position: relative;
}
.bg-yellow-border .w-80{
	width: 80%;
	margin: 0 10% 15px;
}
#contents1 div.bg-yellow-border h4.title-center{
	width: 9em;
	padding: 0;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #fff;
}
@media screen and (min-width: 640px){
	#contents1 div.bg-yellow-border h4.title-center{
		top: -30px;
	}
}
#contents2 div.bg-yellow-border h4.title-center{
	width: 6em;
	padding: 0;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #fff;
	font-weight: bold;
}
h4.karakoro{
	width: 10em;
}
h4.karakoro span{
	display: block;
}
@media screen and (min-width: 640px){
	#contents2 div.bg-yellow-border h4.title-center{
		top: -20px;
		font-size: 25px;
	}
	h4.karakoro{
		width: 20em;
	}
	h4.karakoro span{
		display: inline;
	}
}
/*枠線タイトルなし*/
.bg-red-border{
	border: 2px solid #ccc;
	border-radius: 30px;
	padding: 10px 0 10px;
	margin: 30px 0;
	position: relative;
}
.bg-red-border .w-80{
	width: 80%;
	margin: 0 10% 15px;
}

/*枠線タイトル*/
.miniTitle{
	padding: 5px 10px;
	border: 2px solid #e36b4f;
	text-align: center;
	color: #e36b4f;
	font-weight: bold;
	border-radius: 20px;
}
#corporation .miniTitle{
	margin: 20px 0 10px;
	font-size: 22px;
	
}

/*お問い合わせ*/
.checkbox label{
	display: block;
}

.hissu{
	background: #d14f3b;
	padding: 5px;
	margin-left: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
}
#corporation table.work tr{
	border: 1px solid #3a71b8;
}
#corporation table.work th,#corporation table.work td{
	text-align: left;
	padding: 20px 15px;
	background: #fff;
}

.submit {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 15pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 14px 39px;   /* 余白       */
  background    : #d14f3b;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #d14f3b;    /* 枠の指定 */
}
.submit:hover {
  color         : #d14f3b;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.reset {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 15pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 14px 39px;   /* 余白       */
  background    : #ccc;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #ccc;    /* 枠の指定 */
}
.reset:hover {
  color         : #fff;     /* 背景色     */
  background    : #ccc;     /* 文字色     */
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}

.sakura-title{
	text-align: center;
    font-size: 25px;
}