@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { 
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #f8f5f2; }

h1 { font-size: 28px; }
a { text-decoration: none; color: #333; display: block; }
a:hover { text-decoration:none;} 
a:visited { color: #333; }
p { margin: 18px 0 20px;}
img { width: 100%; height: auto; vertical-align:top;}
ul, ol { list-style: none; }

.sp { display: block; }
.pc { display: none; }

/* color */
.red { color: red; }


/* index */
.heading			{ margin: 30px 12px; }
.heading h2 { font-size: 20px; margin-bottom: 0;}
.heading span { font-size: 18px; align-items: center; color: #e4211f; }
.midasi { border-bottom: 3px solid #403A2F;}



/* text index */
.headtext h1 {font-size: 20px;}
.blog h1 {
	font-size: 20px;
	margin: 40px 0 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #734338; }
.tag {
	display: inline-block;
	margin: 20px 0 10px;
	padding: 5px 10px;
	background-color: #734338;
	color: #fff;
	font-size: 14px; }
	
/* 目次 */
.menu { margin: 0 20px 50px; }
.mokuji { width: 100%; background-color:#734338; padding: 5px 20px; color: #fff; font-weight: bold;}
.mokuji:before { font-family: 'icomoon' ; content: '\f03a'; font-weight: normal; padding-right: 20px; }
.menu ol { list-style-type: decimal; margin: 20px; }
.menu li { padding: 12px 18px 0; border-bottom: 1px solid #603813; }
.menu i { font-weight: bold;}




/* merit_toppage */
.merit { display: flex; flex-wrap: wrap;  }
.merit li { padding: 8px 10px; border: 1px solid #603813; margin: 8px; font-size:14px; border-radius: 10px; }
.article { display: flex; flex-direction: column; }
.article li { width: 90%;  padding: 8px 20px; border-left: solid 8px #603813; margin: 8px auto; background: #fff; border-radius: 0 5px 5px 0; width: 90%; } 

/* button */
.center { text-align: center;}

.left { text-align: left;}
/* button_up */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6; }
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none; }
#page_top a::before{
  font-family: 'icomoon';
  content: '\ea25';
  font-size: 25px;
  color: #603813;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #603813; }



.paging { width: 98%; display: flex; margin: 0 auto 80px; border: 1px solid #8c6239; }
.paging li { padding:12px; }
.paging li a { color: #fff; display: block;}
.pre{ width:25%; background-color: #8c6239; color: #fff;}
.middle { width:50%; text-align: center; border-right: 1px solid #8c6239; border-left: 1px solid #8c6239;}
.next { width:25%; text-align:right; background-color: #8c6239; color: #fff;}





/* frame */

body {
	width: 100%;	
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
	color: #333;
	box-sizing:border-box; }
main { display: flex; flex-direction: column; margin: 0 12px;}
#content { width: 100%;}
#sidemenu { display:none; }
.aside { display: none; }

/* header */
header { 
	width: 100%;
	padding: 12px 0 ;
	text-align: center; }
/* logo */
.logo{ 
	font-family: 'Vidaloka', serif;
	font-size: 20px;
	font-weight: 900; }
	
/* menu */
.groval { display: flex; margin: 9px 0 0; }
.groval li {
	width: calc( 100% / 3);
	padding: 12px;
	border: 1px solid #ccc;
	text-align: center;
	margin-left:-1px;
	margin-top:-1px;
	font-size: 16px; }
	
/* image */
.img_m { border-radius: 10px;}

/* menu_under */
.order { display: flex; }	
.order li {
	width: calc( 100% / 2);
	padding: 12px;
	border: 1px solid #ccc;
	text-align: center;
	margin-left:-1px;
	margin-top:-1px; }

/* index_card */
.maple_info ul { display: flex; flex-direction: column; margin-bottom: 12px; margin: 0 12px;}
.maple_info li { width:100%;}
.card_frame { 
	display: flex; 
	flex-direction: column; 
	background-color: #fff; 
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
	padding: 20px 18px;
	margin-bottom: 12px; }
.card_text { padding-top: 20px;}
.card_title { font-size: 20px; font-weight: bold; line-height: 125%; }
.card_text p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}


/* パンくず */
.breadcrumb { margin-bottom: 18px; padding: 18px 12px; display: flex; font-size: 14px; flex-wrap: wrap; border-bottom: 1px solid #734338;}
.breadcrumb li { display: inline; list-style: none; }
.breadcrumb li a { display: inline; }
.breadcrumb li:after { content: '>'; padding: 0 10px;}
.breadcrumb li:last-child:after { content: ''; }
.breadcrumb li:first-child a:before { font-family: 'icomoon' ; content: '\e900'; font-weight: normal; }
.breadcrumb li a:hover { text-decoration: underline; }

.love { margin: 70px auto 0; width: 80%;}
footer { margin: 50px auto; text-align: center; }

.youtube { width: 100%; aspect-ratio: 16 / 9; }
.youtube iframe { width: 100%; height: 100%;}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xie38w');
  src:  url('../fonts/icomoon.eot?xie38w#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xie38w') format('truetype'),
    url('../fonts/icomoon.woff?xie38w') format('woff'),
    url('../fonts/icomoon.svg?xie38w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e912";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-menu4:before {
  content: "\e9c0";
}
.icon-eject:before {
  content: "\ea25";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-mail2:before {
  content: "\ea84";
}



@media screen and (min-width: 800px) { 

/* frame */
body { max-width: 1080px; margin: 0 auto; }
.logo{ font-size: 30px; }
main { display: flex; flex-direction: row; margin: 0;}
#content { width: 70%; box-sizing: border-box;}
#sidemenu { width: 30%; display:block; box-sizing: border-box;}

/* sidebar */
.aside { margin-left: 30px; display:block; box-sizing: border-box; position: sticky; top:30px;}
.aside h2 { font-size: 20px; margin-bottom: 0; padding-bottom: 3px; border-bottom: 2px solid #734338; margin-bottom:18px; }
.aside span { font-size: 16px; align-items: center; color: #e4211f; }
.aside ul { margin: 30px 0;}

.info { text-align: center;}
.info img { width: 300px; border-radius: 10px; margin-bottom:12px;}
.info_text { text-align: center; margin: 20px 0; }

/* card */
.maple_info ul { flex-direction: row; justify-content: center; flex-wrap: wrap; align-items: stretch;}
.maple_info li { width: 45%; margin: 14px;}

.sp { display: none; }
.pc { display: inline;}

.love { width: 60%;}
}