@charset "utf-8";
/* レイアウトのためのCSS */
body{
    overflow-x: hidden;
    background:#fbfaf5;
	color: #6b3b30;
	font-size:100%;
	line-height:2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	overflow-wrap: break-word;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin:0;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
    color: #6f5436;
	text-decoration:none;
    outline: none;
}

a :link{
    color: #6f5436;
	text-decoration:none;
    outline: none;
}

a :link:visited{
    color: #6f5436;
	text-decoration:none;
    outline: none;
}


img{
    width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

.br-style {
	display: none;
}

.br-none {
	display: block;
}

.t-center{
    text-align: center;
}

.t-center-l {
    text-align: center;
}


/*コンテンツ全体を囲むラップ*/
.contents-wrap {
    padding: 15px 4% 1em;
    width:92%;
    margin:0 auto;
    display: block;
}

.contents-wrap img {
    width:auto;
    height:auto;
}

/*iframeのサイズ*/
iframe {
    width:100%;
    height:600px;
    background: #ffffff;
    margin:10px auto;
    padding: 12px;
    text-align: center;
}

/*文字の色*/
.font-brown {
	color:#6b3b30;
}

.font-black {
    color:#504946;
}

.font-blue {
    color:#0071bc;
}

.font-orange {
	color:#ec6d45;
}

.font-white {
	color:#ffffff;
}

/*背景の色*/
.yellow {
	background-color:#fbfaf5;
}

.orange {
	background-color:#ec6d45;
}

.blue {
	background-color:#5caeda;
}

.brown {
	background-color:#6b3b30;
}

.white {
	background-color:#ffffff;
}


/*ヘッダー*/

.header-wrap {
    padding: 0;
    width:100%;
    height:auto;
    margin:0 auto;
    color: #fff;
}

img.logo{
    width:250px;
    height:auto;
    margin:3% auto 0 3%;
}

#main {
    position:relative;
    padding: 0;
    width:100%;
    min-width: 960px;
    height:100vw;
    margin:0 auto;
    display: block;
    background-image:url(../images/main-img.jpg);
    background-size:contain;
    background-repeat: no-repeat;
}

.header-p {
    position: absolute;
    font-size: 200%;
    font-weight:600;
    color: #6b3b30;
    letter-spacing: 0.3rem;
    width:40rem;
    margin:1em auto ;
    position: absolute;
    height:auto;
    top:2em;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding:1em auto 3em;
}



/*コンテンツレイアウト*/

#sec02 {
    margin:0;
    padding:0;
}

#sec03 {
    margin:0;
    padding:0;
}


.main-h {
    text-align: center;
    font-size: 350%;
    font-weight:700;
    letter-spacing: 0.4rem;
}

.event-h {
	background-color:#6b3b30;
    color:#ffffff;
    text-align: center;
    width:25%;
    padding :0em 0;
    margin:2em auto 1em;
    font-size: 200%;
    font-weight:700;
    letter-spacing: 0.4rem;
    border-radius: 20px;
}


.event-ul {
    text-align: center;
    font-size: 200%;
    font-weight:600;
    letter-spacing: 0.2rem;
}    

.event-ul li {
    list-style: square;
    display:inline;
    margin-right: 1em;
} 

.event-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}

.date-ul {
    text-align: center;
    font-size: 200%;
    font-weight:600;
    letter-spacing: 0.2rem;
}    

.date-ul li {
    list-style: square;
    display:block;
    margin-right: 1em;
} 

.date-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}

.circle-h {
    background-color: #ec6d45;
    width:210px;
    height: 210px;
    border-radius: 50%;
    margin:2em auto 0.5em auto;
    padding:42px 0 34px;
    font-size: 130%;
    color: #ffffff;
    text-align: center;    
}

.message {
    font-size: 140%;
    font-weight: 700;
    line-height: 2.4em;
    padding:0.5em 10% 1em;
}

.center-img{
    display: block;
    text-align:center;
    margin:3em auto 1.5em;
}

.p-ul {
    text-align: left;
    font-size: 200%;
    font-weight:600;
    letter-spacing: 0.2rem;
    padding:0.5em 10% 1em;
}    

.p-ul li {
    text-align: left;
    list-style: square;
    display:block;
    margin:0 auto 0.6em;
} 

.p-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}

img.left-image {
    height:400px;
    width:auto;
    margin:2em auto -9em 15%;
}



.circle-h-2 {
    background-color: #6b3b30;
    width:210px;
    height: 210px;
    border-radius: 50%;
    margin:2em auto 0.5em auto;
    padding:75px 0 75px;
    font-size: 180%;
    color: #ffffff;
    text-align: center; 
}

.solid {
    border-bottom: solid 2px #6b3b30;
    width:100%;
    margin:-9em auto 11em;
}

#sec03 {
    padding-bottom:3em;
    margin:0 auto -1em;
}

.list-box {
    width:90%;
    margin:1em 5%;
    text-align: center;
}

.list-box h3{
    position: relative;
    font-size:240%;
    color: #6b3b30;
    margin:3em auto 1em;
    text-align: center;
}

.list-box h3::after {
    content: "";
    position: absolute;
    display: inline-block;  
    border-bottom: solid 2px #d1de4c;
    width:50%;
    top:80px;
    left:25%;
}

.list-box h4{
    position: relative;
    font-size:170%;
    color: #6b3b30;
    margin:1em auto 0.5em;
    text-align: left;
}

.list-box img{
    font-size:160%;
    width:100%;
    height:auto;
    border-radius: 30px;
    color: #6b3b30;
    margin:1em auto;
    text-align: left;
}

.list-box p{
    line-height: 1.6em;
    font-weight: 600;
    font-size:140%;
    color: #6b3b30;
    margin:1em auto;
    text-align: left;
}

.list-ul {
    margin:3.5em auto 1em;
}

.list-ul li {
    line-height: 1.4em;
    font-weight: 600;
    font-size:140%;
    margin:1em auto;
    text-align: left;
    color:#504946;
    margin:1em auto;
    text-align: left;
}

.list-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}


footer {
    padding:1em auto;
    background-color:#fff ;
    border-top: solid 2px #6b3b30; 
    bottom:0;   
}

.tel-btn {
    width:600px;
    padding:5px 25px;
    font-weight: 700;
    font-size:160%;
    border-radius: 30px;
    margin:0.7em auto 2em;
    background-color:#ede4cd;
    text-align: center;
}

.tel-btn::before{
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 700;
    margin-right: 4px;;
}

.copyright {
    font-size:80%;
    text-align: center;
}



@media screen and (max-width:768px) {

.br-style {
	display: block;	
}

.br-none {
	display: none;
}

.contents-wrap {
    padding: 15px 3% 1em;
    width:94%;
    margin:0 auto;
    display: block;
}

.contents-wrap img {
    width:auto;
    height:auto;
}



/*ヘッダー*/

header {
    background-color: #ffffff;
    padding-top: 20px;
    margin:0;
}

img.logo{
    width:82px;
    height:auto;
    margin:-12px auto 0 3%;
}

#main {
    position:relative;
    width:100%;
    min-width: 100%;
    max-width: 100%;
    height:50vh;
    margin:15px auto;
    display: block;
    background-image:url(../images/main-img.jpg);
    background-size:contain;
    background-repeat: no-repeat;
}

.header-p {
    position: absolute;
    font-size: 80%;
    font-weight:600;
    letter-spacing: 0;
    width:auto;
    position: absolute;
    height:auto;
    top:-1em;
    right: auto;
    left: 115px;
    margin: 0 auto;
    padding:1em auto 3em;
}



/*コンテンツレイアウト*/


.main-h {
    text-align: center;
    font-size: 190%;
    font-weight:700;
    letter-spacing: 0.1rem;
}

.event-h {
	background-color:#6b3b30;
    color:#ffffff;
    text-align: center;
    width:50%;
    padding :0em 0;
    margin:2em auto 1em;
    font-size: 120%;
    font-weight:700;
    letter-spacing: 0.4rem;
    border-radius: 18px;
}

.event-ul {
    text-align: center;
    font-size: 120%;
    font-weight:600;
    letter-spacing: 0.1rem;
    border-top: solid 2px #6b3b30;
    border-bottom: solid 2px #6b3b30;
    padding :0.5em auto;
}    

.event-ul li {
    list-style: square;
    display:block;
    margin-right: 1em;
} 

.event-ul li::before{
    display :none;
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}

.date-ul {
    text-align: center;
    font-size: 100%;
    font-weight:600;
    letter-spacing: 0;
}    

.date-ul li {
    list-style: square;
    display:block;
    margin-right: 1em;
} 

.date-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}

.circle-h {
    background-color: #ec6d45;
    width:190px;
    height: 190px;
    border-radius: 50%;
    margin:2em auto 0.5em auto;
    padding:42px 0 34px;
    font-size: 110%;
    color: #ffffff;
    text-align: center;    
}

.message {
    font-size: 100%;
    font-weight: 700;
    line-height: 2em;
    padding:0.5em 5% 1em;
}

img.center-img{
    width:100%;
    height:auto;
    display: block;
    text-align:center;
    margin:1em auto 1.5em;
}

.p-ul {
    text-align: left;
    font-size: 120%;
    font-weight:600;
    letter-spacing: 0;
    padding:0.5em 5% 1em;
}    

.p-ul li {
    text-align: left;
    list-style: square;
    display:block;
    margin:0 auto 0.6em;
} 

.p-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}

img.left-image {
    height:200px;
    width:auto;
    margin:0 auto -5.2em 6%;
}



.circle-h-2 {
    background-color: #6b3b30;
    width:150px;
    height: 150px;
    border-radius: 50%;
    margin:2em auto 0.5em auto;
    padding:50px 0 50px;
    font-size: 136%;
    color: #ffffff;
    text-align: center;
}

.solid {
    border-bottom: solid 2px #6b3b30;
    width:106%;
    margin:-8em 0 10em -3%;
    padding:0 3% 0;
}

#sec03 {
    padding-bottom:3em;
    margin:0 auto -1em;
}

.list-box {
    width:90%;
    margin:1em 5%;
    text-align: center;
}

.list-box h3{
    position: relative;
    font-size:160%;
    color: #6b3b30;
    margin:2em auto 1em;
    text-align: center;
}

.list-box h3::after {
    content: "";
    position: absolute;
    display: inline-block;  
    border-bottom: solid 2px #d1de4c;
    width:50%;
    top:60px;
    left:25%;
}

.list-box h4{
    position: relative;
    font-size:105%;
    color: #6b3b30;
    margin:1em auto 0.5em;
    text-align: left;
}

.list-box img{
    width:100%;
    height:auto;
    border-radius: 20px;
    color: #6b3b30;
    margin:1em auto;
    text-align: left;
}

.list-box p{
    line-height: 1.6em;
    font-weight: 600;
    font-size:100%;
    color: #6b3b30;
    margin:1em auto;
    text-align: left;
}

.list-ul {
    margin:2.5em auto 1em;
}

.list-ul li {
    line-height: 1.4em;
    font-weight: 600;
    font-size:100%;
    margin:1em auto;
    text-align: left;
    color:#504946;
    margin:1em auto;
    text-align: left;
}

.list-ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: 0.5em;
}


footer {
    padding:1em auto 1em;
    background-color:#fff;
    border-top: solid 2px #6b3b30; 
    bottom:0;   
    text-align: center;
    font-weight:600;
}

.tel-btn {
    width:80%;
    padding:5px 10px;
    font-weight: 700;
    font-size:100%;
    border-radius: 30px;
    margin:0.7em auto 2em;
    background-color:#ede4cd;
    text-align: center;
}

.tel-btn::before{
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 700;
    margin-right: 4px;;
}

.copyright {
    font-size:70%;
    text-align: center;
    font-weight:500;
    padding-bottom: 2em;
}


}