@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background-color: #fefaf2;*/
	color: #4c3d31;
	/*background-color: #f5f6f7;
	color: #3f537b;*/
	-webkit-text-size-adjust: none;
	background: rgb(173, 131, 76);
	/*background: radial-gradient(circle, rgb(226, 226, 226) 0%, rgb(150, 228, 238) 50%, rgb(19, 217, 243) 100%);*/
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;

}


#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
}
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;*/
	margin-bottom: 20px;
	padding: 30px 0 50px 0;
}

/*
.summary dl:last-child {
	border-bottom: none;
}
*/

.summary dt {
	width: 100%;
	height: auto;
	clear: none;
	float: left;
	font-size: 22px;
	font-weight:600;
	text-align: center;
	letter-spacing: 0.1em;
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4ded6;
	padding: 0 0 10px 0;
	margin:0 0 30px 0 ;
}

.summary dd {
	width: 900px;
	height: auto;
	float: left;
	clear: none;
	font-size: 18px;
	line-height: 38px;
	/*margin-right: 20px;*/
	text-align: center;
	padding:0 0 0px 0;
}

.summary dd p {
	margin:20px 0 0px 0;
}


.dd_box{
	width: 100%;
	height: auto;
	margin: 30px 0 80px 0;
}

.dd_box p{
	margin:0 0 30px 0;
}


.dd_box2{
	width: 100%;
	height: auto;
	margin: 20px 0 10px 0;
}

.dd_box2 p{
	margin:0 0 30px 0;
}

.marker{
	background-image: linear-gradient(90deg, #d8ffeb, #d8ffff);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 40%;
	padding: 0 0.5em 0 0.5em; 
	display: inline-block;
}

.marker2{
	background-image: linear-gradient(90deg, #ffe1fd, #ffede1);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 40%;
	padding: 0 0.5em 0 0.5em; 
}

.g_photo{
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
}

.g_photo ul {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
	margin:0 0 50px 0;
}

.g_photo li {
	width: 310px;
	margin:0 5px;
}

.g_photo li img {
	max-width:100%;
	border-radius:5px;
}

.g_photo2{
	width: 100%;
	height: auto;
	margin:0 0 0px 0;
}

.g_photo2 ul {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
	margin:0 0 10px 0;
}

.g_photo2 li {
	width: 290px;
	margin:0 5px;
}

.g_photo2 li img {
	width:290px;
	height:236px;
	border-radius:5px;
}


.g_photo3{
	width: 100%;
	height: auto;
	margin:0 0 0px 0;
}

.g_photo3 ul {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
}

.g_photo3 li {
	width: 290px;
	margin:0 5px;
}

.g_photo3 li img {
	width:290px;
	height:236px;
	border-radius:5px;
}



.map {
	margin: 0;
	width: 100%;
	/*height: 400px;
	clear: none;
	float: left;*/
}


.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}


#foot {
	clear: both;
}

h1 {
	clear: none;
    float: left;
    height: auto;
    width: 960px;
    /*background-color: #add700;*/
    text-align: center;
    color: #fff;
    font-size: 40px;
    /*padding: 70px 0px 60px 0px;*/
	margin-bottom: 8%;
}
h2 {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5dfda;
	font-size: 28px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}


h3 {
	font-weight: 600;
	text-align: center;
	font-size: 2x;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #7a603d;
}

/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #7a603d;
	font-weight:500;
	padding:0 0 20px 0;
}


/* form link option*/

.form {
	clear: none;
	float: left;
	width: 840px;
	text-align: center;
	margin: 60px 60px 80px 60px;
}

.form a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	background: rgb(173, 131, 76);
	border: 1px solid rgb(173, 131, 76);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

.form a.btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}

.form a.btn:hover {
	background: #fff;
	color: #ff5166;
}

.form a.btn:hover:before {
	border-top: 2px solid #ff5166;
	border-right: 2px solid #ff5166;
}

/* 2段目 ゲスト＋募集フォーム */
.text_box_wrap {
	height: 400px;
	width: 100%;
	background-image: url(../images/text_box_bg.jpg);
	background-repeat: repeat;
	font-family: "Noto Serif JP", serif;
	color:#333;

}
.text_box {
	width: 960px;
	height: 295px;
	/*padding: 43px 0 45px 0px;*/
	padding: 30px 0 45px 0px;
	margin: auto;
}
.text_box_content {
	float: left;
	width: 700px;
	margin: 0px 10px 0 10px;
}

.profile {
	padding-top: 6px;
	font-size: 95%;
	line-height: 29px;
}


.explanation {
	    /* padding-top: 0%; */
    /* font-size: 100%; */
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.explanation p {
	padding: 5px 60px 0px 60px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 40px;
}

.title2 {
	margin-bottom: 13px;
	font-size: 28px;
	color: #d23434;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.marker1{
	background-image: linear-gradient(90deg, #e1ff91, #fcffc7);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 50%; /* マーカーの太さ調整箇所 */
	padding:0 5px 0 5px;
}

.title_icon {
	padding-right: 54px;
	padding-bottom: 2px;
}
.text_u {
	margin: 10px 0 10px 0;
	font-size:19px;
	line-height: 30px;
}

.btm {
	margin-top: 20px;
}

.photo_pc {
	width: 100%;
}

.photo_pc img {
	/*width: 50%;*/
	height: auto;
}

.photo_sp {
	display:none;
}

.sponsor {
	width: 300px;
	height: auto;
	margin-top: 1%;
}

.heading {
	font-weight: bold;
	font-size: 22px;
}
