@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}

html{
    font-size: 62.5%;
  font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
}
body{
	/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.5rem);
    line-height: 1.6;
 overflow-x: hidden;
}
h1 {
	/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    line-height: 1.7;
}
h2 {
	/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
    line-height: 2.9;
}

.br{display: inline-block;}

  .br-pc { display:none; }
  .br-coution { display:block; }
  .br-sp { display:none; }
@media(min-width:640px){
    .spon{
        display: none !important;
    	}
}
@media(max-width:640px){
    .pcon{
        display: none !important;
    }
}
	.sp_br {
  	display: none; 
	}
	.pc_br {
	display: block;
	}
	
	.pcheader{
		width: auto;
	}
	.menu_wrap{
		width: auto;		
	}
	#pc-nav ul {
  	list-style: none;
  	display: flex;
	justify-content: center;
	}
	#pc-nav img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	vertical-align: bottom;
	}

	.flex-container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;	
	}

/*固定タイトルvol.〇〇**************************/
	.issuetitleborder{
		width: 100vw;	
		border-top: thin solid #000000;
		border-bottom: thin solid #000000;
		margin :2% 0 0 0;
	}
	.issuecontainer{
		display: flex;
		justify-content: space-around;
		max-width: 960px;
		margin: 0 auto;
		padding: 0 2%;
		align-items:center;
	}
	.issuecontainer span{
		display: inline-block;
	}
	.issuespace{flex: 1 }
	.issuetitle{
		font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem); 
		flex: 1;
		margin: 0 auto;
		text-align: center;
		line-height: 2.2rem;
	}
	.vol{
		font-size: clamp(0.6rem, calc(0.8rem + 0.625vw), 1.1rem);
	}
	.kikaku{
		flex: 1 ;
		text-align: right;
		width: calc(100% / 3) ;
		font-size: clamp(0.6rem, calc(0.6rem + 0.625vw), 1.1rem); 
	}	


/*記事**************************************/
	.container{
		max-width: 960px;
		margin: 0 auto;
		padding: 0 2%;
		display: flex;
		flex-direction: column;
	}

.testtop{
	width: 100%;
}
.testtop img{
	max-width: 100%;
	height: auto;
}
.testbottom{
	width: 100%;
}
.testbottom img{
	max-width: 100%;
	height: auto;
	
}

/*footer***********************************/
	.ft-container{
    margin-top: auto;
	}
	.footer{
		width: 80%;
		height: auto; 
		padding: 1% 0;
		margin: 0 auto;
		display: flex;
		align-items:center;
	justify-content: center;
		
	}
	
	.ftlogo{
		display: flex;
		align-items: flex-start;
		flex-basis: 20%;
	}

	.ftlogo img{
	max-width: 95%;
	height: auto;
	flex-shrink: 0;
	}
	
	.ftrightbox{
		padding: 0 0 0 10px;
	}
	.ftgreen{
		font-size: clamp(0.5rem, -0.9rem + 3.5vw, 1.2rem);
		color: #2b8e4e;
	}
	.ftname{
		font-size:  clamp(0.5rem, calc(0.75rem + 0.625vw), 1.6rem);
		font-weight: 600;
	}
	
	.ftadd{	
		font-size:  clamp(0.5rem, calc(0.75rem + 0.625vw), 1.6rem);
	}
	.ftadd2{
	font-size:  clamp(0.5rem, calc(0.75rem + 0.625vw), 1.6rem);
	}
	.copy {
		font-size: 1.2rem;
		clear: both;
		color: #FFF;
		width:100vw;
		padding:1% 0 1% 0;
		text-align:center;
		background-color: #2AA738;
	}

/****************************************** 640px以下*********************************************/

@media screen and (max-width: 640px) {
body{
	/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
    font-size: clamp(1.3rem, calc(0.9rem + 0.625vw), 1.6rem);
    line-height: 1.6;
}
  .br-pc { display:none; }  
  .br-coution { display:none; }
  .br-sp { display:block; }
	.sp_br {
  	display: block; 
	}
	.pc_br {
	display: none;
	}
	.container {
		width:auto;
		margin:0 auto;
		
	}


/*++++++++++++++++++++++++++++++*/
	
	.content1_container{
		max-width: 960px;
		margin: 4% auto 0 auto;
		padding: 0 2%;
	}
	.c1_top{
		display: flex;
		flex-direction: column;
	}
	.c1t_left{
		display: flex;
		flex-direction: column;
		flex-basis: 26%;
	}
	.c1tl_top{
	}
	.c1tl_top img{
		border-radius: 15px;
		width: 100%;
	}
	.c1tl_bottom{
		font-weight: 700;
		font-size: clamp(1.1rem, 0.7rem + 1vw, 1.3rem);	
	}
	.c1tlb_name{
		font-weight: 700;
		font-size: clamp(1.5rem, 0.9rem + 1.5vw, 1.8rem);		
	}
	.c1t_right{
		flex-basis: 70%;
		font-feature-settings: "palt";
	}
	.c1tr_title{
		font-size: clamp(2rem, -1rem + 7.5vw, 3.5rem);
		font-weight: 700;
		color: #2aa738;
	}
	.c1tr_subtitle{
		font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2rem);
		font-weight: 700;
		color: #2aa738;
		background: linear-gradient(transparent 75%, #bfe4c3 75%);
	}
	.c1_bottom{
		border: 1px solid #231815;
		border-radius: 15px;
		padding: 2%;
		margin: 4% 0 4% 0;
	}
	.c1b_top{
	}
	.c1bt_top{
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		flex-wrap: wrap;
	}
	.c1bt_title{
		font-weight: 700;
		font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2rem);
		color: #2aa738;
	}
	.c1bt_subtitle{
		font-weight: 700;
		font-size: clamp(1.5rem, 0.9rem + 1.5vw, 1.8rem);
	}
	.c1bt_name{
		font-size: clamp(1.1rem, 0.7rem + 1vw, 1.3rem);		
	}
	.c1bt_inyou{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
		display: flex;
		justify-content: flex-end;
	}
	.c1b_center{
		display: flex;
		flex-direction: column;
		margin: 2% 0 0 0;
	}
	.c1b_center img {width: 100%;}
	.c1bc_left{}
	.c1bc_right{}
	.c1b_bottom{
		display: flex;
		flex-direction: column;
		margin: 2% 0 0 0;
	}
	.c1bb_text{		
		flex-basis: 32%;
		font-size: clamp(1.2rem, 0.6rem + 1.5vw, 1.5rem);	
	}
	.c11b_bold{
		font-weight: 700;		
	}
	
/*++++++++++++++++++++++++++++++*/
	
	.content2_container{
		max-width: 960px;
		margin: 3% auto 0 auto;	
		padding:  0 2%;
	}
	.c2_top{
		border-top: 2px solid #2aa738;
		border-bottom: 2px solid #2aa738;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.c2t_left{
	}
	.c2tl_title{
		font-size: clamp(1.8rem, -0.6rem + 6vw, 3rem);
		text-align: center;
	}
	.c2tlt{
		font-weight: 700;
		color: #2aa738;
		background: linear-gradient(transparent 75%, #bfe4c3 75%);		
	}
	.c2tl_small{
		float: right;
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
		margin: 0 4% 0 0;
	}
	.c2t_right{
		flex-basis: 46%;
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
	}
	.c2tr_bold{
		font-size: clamp(1.1rem, 0.5rem + 1.5vw, 1.4rem);
		font-weight: 700;		
	}
	.c2_center{
		margin: 4% 0 0 0;
		display: flex;
		flex-direction: column;
	}
	.c2c_left{
		flex-basis: 35%;		
	}
	.c2c_right{
		flex-basis: 65%;
		display: flex;
		flex-direction: column;
	}
	.c2c_right img {
		max-height: 96px;
	}
	.c2c_right ul li {
	padding: 0;
	list-style-type: none;
	margin-left: 1.2rem;
	text-indent: -1.5rem;
	}

	.c2c_right ul li::before {
	display: inline;
	content: "◎";
	}
	.c2cr_title{
		font-weight: 700;
   		font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.5rem);
	}
	.c2cr_top{
		display: flex;
		justify-content: center;
		width: 85%;
		margin: 0 auto;
		align-items: center;
	}
	.c2crt_left{
	}
	.c2crt_right{
		padding: 0 0 0 2%;
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
	}
	.c2cr_center{
		display: flex;
		justify-content: space-around;
		margin: 4% 0 0 0;
	}
	.c2crc_left{
		display: flex;
		flex-direction: column;
	}
	.c2crcl_top{
		text-align: center;		
	}
	.c2crcl_bottom{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);		
	}
	.c2crc_right{
		display: flex;
		flex-direction: column;		
	}
	.c2crcr_top{
		text-align: center;		
	}
	.c2crcr_bottom{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);		
	}
	.c2cr_bottom{
		display: flex;
		flex-direction: column;	
		margin: 4% auto 0 auto;
		width: 80%;
	}
	.c2crb_top{
		text-align: center;			
	}
	.c2crb_bottom{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
	}
	.c2_bottom{
		display: flex;
		flex-direction: column;
		margin: 0 0 4% 0;
	}
	
	.dotted{
		margin: 4% 0;
		background-image : linear-gradient(to right, #000 3px, transparent 3px);
		background-size: 15px 3px;
 		background-repeat: repeat-x; 
 		background-position: left center;
	}
	
	.c2b_top{
		text-align: center;
		font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2rem);
		font-size: 700;
	}
	.c2b_bottom{
		margin: 2% auto;
	}	
	
/*ーーーーーーーーーー
.ハンバーガーmenu
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: -100vh;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 0px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

#head_wrap.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 0px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100vh;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
	  height: 100vh;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 2rem;
	  line-height: 3.5rem;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #888;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

#menu1, #menu2, #menu3, #menu4, #menu5 , #menu6 ,#menu7{
  margin-top: 500px;
  padding-top: 130px;
}

#menu7 {
  padding-bottom: 100vh;
}


	.flex-container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;	
	}
	
/*footer***********************************/
	.ft-container{
    margin-top: auto;
	}	
	.footer{
		background-color: #E4E4E4;
		text-align: center;
		width: 100vw;
		padding: 2% 0 2% 0;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	
	.ftlogo{
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.ftlogo img{
	width: 150px;
	height: auto;
	flex-shrink: 0;
	}
	.ftright{
		width: 100%;
		clear: both;
	}
	.ftname{
		font-weight: 600;
		font-size: 1.0rem;
	}
	.ftadd{
		font-size: 0.8rem;
	}
	.ftadd2{
		font-size: 0.8rem;
	}
	.copy {
		font-size: 1.0rem;
		display: block;
		clear: both;
		color: #FFF;
		width:100vw;
		padding:1% 0 1% 0;
		text-align:center;
		background-color: #2AA738;
		
	}


}


/**************************************960px以上*****************************************/


@media (min-width: 641px) {/* 960px以上*/
  .br-pc { display:block; }
  .br-sp { display:none; }
	
	.sp_br {
  	display: none; 
	}
	.pc_br {
	display: block;
	}

	.pcheader{
		width: auto;
	}
	.menu_wrap{
		width: auto;		
	}
	#pc-nav ul {
  	list-style: none;
  	display: flex;
	justify-content: center;
	}
	#pc-nav img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	vertical-align: bottom;
	}
	
/*++++++++++++++++++++++++++++++*/
	
	.content1_container{
		max-width: 960px;
		margin: 4% auto 0 auto;
		padding: 0 2%;
	}
	.c1_top{
		display: flex;
		justify-content: space-between;
	}
	.c1t_left{
		display: flex;
		flex-direction: column;
		flex-basis: 26%;
	}
	.c1tl_top{
	}
	.c1tl_top img{
		border-radius: 15px;
		width: 100%;
	}
	.c1tl_bottom{
		font-weight: 700;
		font-size: clamp(1.1rem, 0.7rem + 1vw, 1.3rem);	
	}
	.c1tlb_name{
		font-weight: 700;
		font-size: clamp(1.5rem, 0.9rem + 1.5vw, 1.8rem);		
	}
	.c1t_right{
		flex-basis: 70%;
		font-feature-settings: "palt";
	}
	.c1tr_title{
		font-size: clamp(2rem, -1rem + 7.5vw, 3.5rem);
		font-weight: 700;
		color: #2aa738;
	}
	.c1tr_subtitle{
		font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2rem);
		font-weight: 700;
		color: #2aa738;
		background: linear-gradient(transparent 75%, #bfe4c3 75%);
	}
	.c1_bottom{
		border: 1px solid #231815;
		border-radius: 15px;
		padding: 2%;
		margin: 4% 0 4% 0;
	}
	.c1b_top{
	}
	.c1bt_top{
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		flex-wrap: wrap;
	}
	.c1bt_title{
		font-weight: 700;
		font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2rem);
		color: #2aa738;
	}
	.c1bt_subtitle{
		font-weight: 700;
		font-size: clamp(1.5rem, 0.9rem + 1.5vw, 1.8rem);
	}
	.c1bt_name{
		font-size: clamp(1.1rem, 0.7rem + 1vw, 1.3rem);		
	}
	.c1bt_inyou{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
		display: flex;
		justify-content: flex-end;
	}
	.c1b_center{
		display: flex;
		justify-content: space-around;
		margin: 2% 0 0 0;
	}
	.c1b_center img {width: 100%;}
	.c1bc_left{}
	.c1bc_right{}
	.c1b_bottom{
		display: flex;
		justify-content: space-between;
		margin: 2% 0 0 0;
	}
	.c1bb_text{		
		flex-basis: 32%;
		font-size: clamp(1.2rem, 0.6rem + 1.5vw, 1.5rem);	
	}
	.c11b_bold{
		font-weight: 700;		
	}
	
/*++++++++++++++++++++++++++++++*/
	
	.content2_container{
		max-width: 960px;
		margin: 3% auto 0 auto;	
		padding:  0 2%;
	}
	.c2_top{
		border-top: 2px solid #2aa738;
		border-bottom: 2px solid #2aa738;
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.c2t_left{
		flex-basis: 52%;		
	}
	.c2tl_title{
		font-size: clamp(1.8rem, -0.6rem + 6vw, 3rem);
		text-align: center;
	}
	.c2tlt{
		font-weight: 700;
		color: #2aa738;
		background: linear-gradient(transparent 75%, #bfe4c3 75%);		
	}
	.c2tl_small{
		float: right;
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
		margin: 0 4% 0 0;
	}
	.c2t_right{
		flex-basis: 46%;
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
	}
	.c2tr_bold{
		font-size: clamp(1.1rem, 0.5rem + 1.5vw, 1.4rem);
		font-weight: 700;		
	}
	.c2_center{
		margin: 4% 0 0 0;
		display: flex;
		justify-content: space-between;
	}
	.c2c_left{
		flex-basis: 35%;		
	}
	.c2c_right{
		flex-basis: 65%;
		display: flex;
		flex-direction: column;
	}
	.c2c_right img {
		max-height: 120px;
	}
	.c2c_right ul li {
	padding: 0;
	list-style-type: none;
	margin-left: 1.2rem;
	text-indent: -1.5rem;
	}

	.c2c_right ul li::before {
	display: inline;
	content: "◎";
	}
	.c2cr_title{
		font-weight: 700;
   		font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.5rem);
	}
	.c2cr_top{
		display: flex;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
		align-items: center;
	}
	.c2crt_left{
	}
	.c2crt_right{
		padding: 0 0 0 2%;
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
	}
	.c2cr_center{
		display: flex;
		justify-content: space-around;
		margin: 4% 0 0 0;
	}
	.c2crc_left{
		display: flex;
		flex-direction: column;
	}
	.c2crcl_top{
		text-align: center;		
	}
	.c2crcl_bottom{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);		
	}
	.c2crc_right{
		display: flex;
		flex-direction: column;		
	}
	.c2crcr_top{
		text-align: center;		
	}
	.c2crcr_bottom{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);		
	}
	.c2cr_bottom{
		display: flex;
		flex-direction: column;	
		margin: 4% auto 0 auto;
		width: 80%;
	}
	.c2crb_top{
		text-align: center;			
	}
	.c2crb_bottom{
		font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);
	}
	.c2_bottom{
		display: flex;
		flex-direction: column;
		margin: 0 0 4% 0;
	}
	
	.dotted{
		margin: 4% 0;
		background-image : linear-gradient(to right, #000 3px, transparent 3px);
		background-size: 15px 3px;
 		background-repeat: repeat-x; 
 		background-position: left center;
	}
	
	.c2b_top{
		text-align: center;
		font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2rem);
		font-size: 700;
	}
	.c2b_bottom{
		margin: 2% auto;
		width: 80%;
	}
	

}
