/* CSS Document */

html{
	scroll-behavior: smooth;
}
body{
	font-family: tbudgothic-std, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.2em;
}
body *{
	box-sizing: border-box;
}
ul{
	list-style: none;
	padding: 0;
}
ul.inlineList li{
	display: inline-block;
}
a:hover img{
	opacity: 0.8;
}

.clearfix::after {
	content: '';
  display: block;
  clear: both;
}

.tcRed{	color: #F00;	}
.tcOrange{	color:#FF7F00;	}

.taC{	text-align: center;	}
.taR{	text-align: right;	}

.fs110{	font-size: 1.1em;	}
.fs120{	font-size: 1.2em;	}


.mt1rem{	margin-top: 1rem !important;	}
.mt10{		margin-top: 10px !important;	}
.mt15{		margin-top: 15px !important;	}
.mt20{		margin-top: 20px !important;	}
.mt30{		margin-top: 30px !important;	}
.mt40{		margin-top: 40px !important;	}
.mt50{		margin-top: 50px !important;	}

.mb10{		margin-bottom: 10px !important;	}
.mb15{		margin-bottom: 15px !important;	}
.mb20{		margin-bottom: 20px !important;	}
.mb30{		margin-bottom: 30px !important;	}
.mb40{		margin-bottom: 40px !important;	}
.mb50{		margin-bottom: 50px !important;	}

.ml10{		margin-left: 10px !important;	}
.ml15{		margin-left: 15px !important;	}
.ml20{		margin-left: 20px !important;	}


/*--------------------------
			　	ベース
--------------------------*/

body {
	background-color: #FFF;
}
#wrapper {
	background-color: #FFF;
}

#header1 {
	position: relative;
	max-width: 930px;
	margin: 0 auto;
	padding: 0 10px;
}
#header1 #hTopleft {
	padding-top: 10px;
	width:380px;
}
#header1 #hTopleft h1 {
	font-size: 1em;
	margin: 0;
}

/*--------------------------
			#contentWrap
--------------------------*/

#contentWrap{
	margin: 0 auto 100px;
}
#contentWrapInner{
	max-width: 930px;
	margin: 0 auto;
}
#contentWrapInner img{
	max-width: 100%;
	width: auto;
	height: auto;
}

/*--------------------------
					index
--------------------------*/

.pageTitle{
	margin: 0 auto 30px;
}
.pageHeading{
	max-width: 730px;
	margin: 0 auto 50px;
	line-height: 1.5em;
	overflow-wrap: anywhere;
}
.indexMenu{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 10px;
}
.indexMenu li{
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 20px;
}
.indexMenu li a{
	display: block;
	transition-duration: 0.5s;
}
.indexMenu li a:hover{
	transform: translateY(2px); 
}
.indexContents{
	display: flex;
	background-color: #E0E0E0;
	padding: 15px;
	margin: 0 10px 50px;
}
.indexContents::after{
	content: '';
  display: block;
  clear: both;
}
.indexContents a{
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}
.indexContents a:active, .indexContents a:hover, .indexContents a:focus{
	color: #666;
}
.indexContents .photo{
	border: 2px solid #FFF;
	overflow: hidden;
}
.indexContents .photo img{
	vertical-align: bottom;
	transition-duration: 0.5s;
}
.indexContents a:hover .photo img{
	transform: scale(1.06,1.06); 
}
.indexContents .text{
	line-height: 1.5em;
}
.indexContents .title{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em auto;
}
.indexContents#download .title{
  text-align: center;
	margin: 0 auto;
}
.indexContents#download img{
	transition-duration: 0.5s;
}
.indexContents#download a:hover img{
	transform: scale(1.02,1.02); 
}

.indexContents#shop .title::after{
	content: '';
	display: block;
	border-top: 4px solid #CE317B;
	border-bottom: 2px solid #EBABCA;
	margin-top: 0.2em;
}
.indexContents#education .title::after{
	content: '';
	display: block;
	border-top: 4px solid #56BF40;
	border-bottom: 2px solid #B6E3AC;
	margin-top: 0.2em;
}
.indexContents#medical .title::after{
	content: '';
	display: block;
	border-top: 4px solid #3295CE;
	border-bottom: 2px solid #A5CFE9;
	margin-top: 0.2em;
}



@media screen and (max-width: 399px){
	.indexMenu li{
		width: 100%;
	}
}
@media screen and (min-width: 400px) and (max-width: 799px){
	.indexMenu li{
		width: calc(98% / 2);
	}
}
@media screen and (max-width: 699px){
	.indexContents .photo{
		max-width: 350px;
		margin: 0 auto 15px;
	}
	.indexContents#download .displayS{
		display: block;
	}
	.indexContents#download .displayL{
		display: none;
	}
}
@media screen and (min-width: 700px){
	.indexContents .photo{
		float: left;
		margin-right: 15px;
	}
	.indexContents .text{
		margin-left: 370px;
	}
	.indexContents#download .displayL{
		display: block;
	}
	.indexContents#download .displayS{
		display: none;
	}
}
@media screen and (min-width: 700px) and (max-width: 799px){
	.indexMenu{
		max-width: 600px;
	}
	.indexContents .photo{
		max-width: 40%;
	}
	.indexContents .text{
		margin-left: calc(40% + 15px);
	}
	.indexContents .title{
		margin-top: 0.4em;
	}
}
@media screen and (max-width: 799px){
	.pageHeading{
		padding: 0 1em;
	}
}
@media screen and (min-width: 800px) {
	.indexMenu li{
		width: calc(98% / 4);
	}
	.indexContents .title{
		margin-top: 0.6em;
	}
}


.box-kansen-bousi{
	text-align: center;
	margin: 0 10px 50px;
}
.box-kansen-bousi .displayL{
	display: none;
}
.box-kansen-bousi .displayS{
	display: block;
}
@media screen and (min-width: 600px){
	.box-kansen-bousi .displayL{
		display: block;
	}
	.box-kansen-bousi .displayS{
		display: none;
	}
}


/*--------------------------
					others
--------------------------*/

#headingBox{
	position: relative;
	background-color: #FFE9D2;
	margin-bottom: 40px;
}
#headingBox h1{
	position: absolute;
	width: 100%;
	background-color: rgba(102,102,102,0.6);
	color: #FFF;
	margin: 0;
	padding: 1rem;
	z-index: 9;
	font-size: 1.5em;
}
#headingBox .bg{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
#headingBox .bg.shop{
	background-image: url(../images/shop_photo.jpg) ;
}
#headingBox .bg.education{
	background-image: url(../images/education_photo.jpg) ;
}
#headingBox .bg.medical{
	background-image: url(../images/medical_photo.jpg) ;
}
#headingBox .text{
	padding: 4em 1em 0.4em;
	line-height: 1.5em;
}
#headingBox .text .title{
	font-weight: bold;
	font-size: 1.1em;
}
@media screen and (max-width: 449px) {
	#headingBox .text{
		padding-top: 5em;
	}
}
@media screen and (max-width: 499px) {
	#headingBox h1{
		font-size: 1.3em;
		line-height: 1.2em;
	}
}
@media screen and (min-width: 500px) and (max-width: 599px) {
	#headingBox h1{
		font-size: 1.4em;
	}
}

#contentWrap h2{
	color: #FFF;
	background-color: #3295CE;
	border-top: 3px solid #A5CFE9;
	border-bottom: 3px solid #A5CFE9;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 1rem;
	margin-top: 70px;
	margin-bottom: 20px;
}
#contentWrap h2.education{
	background-color: #56BF40;
	border-color: #B6E3AC;
}
#contentWrap h2.shop{
	background-color: #CE317B;
	border-color: #EBABCA;
}
#contentWrap h2:first-of-type{
	margin-top: 50px;
}
.inpagelinks{
	margin: 10px auto;
}
.inpagelinks li {
	display: inline-block;
	margin: 0 1em 1em 0;
}
.inpagelinks a{
	color: #00F;
	text-decoration: none;
}
.inpagelinks a:hover{
	color: #3295CE;
}
.inpagelinks a i{
	color: #FFC58A;
	vertical-align: text-bottom;
}
.inpagelinks li span{
	display: inline-block;
}


#contentWrap h3{
	color: #FF7F00;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 0.2rem;
	line-height: 1.4em;
}
h3::after{
	content:'';
	display: block;
	background: url(../images/h4_line.jpg) no-repeat left bottom;
	height: 15px;
}

@media screen and (max-width: 949px){
	h3{
		padding: 0 1rem;
	}
}
.boxWrap{
	margin-bottom: 50px;
}
.h5bg{
	position: relative;
	background-color: #faf0e6;
	border-left: 5px solid #746354;
}
h4{
	color: #746354;
	font-size: 1.3em;
	padding: 1rem;
	margin: 0 auto;
	line-height: 1.2em;
}
@media screen and (max-width: 949px){
	.h5bg{
		margin: 0 10px;
	}
}

.button{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0.3em 0.9em;
	border: 0;
	border-radius: 0.2em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	vertical-align: baseline;
}
.button.pdf{
	background-color: #FFF;
	color: #746354;
	box-shadow: 1px 1px 2px #CCC ;
}
.button.pdf i{
	color: #746354;
}
.button.pdf:hover{
	box-shadow:	inset 0 0 0 99em rgba(102,102,102, 0.2);
}
.button.more{
	background-color: #08227F;
	color: #FFF;
	padding: 1em 3em;
	margin-top: 0.6em;
	margin-bottom: 1em;
}
h5 .button.more{
	padding: 0.3em 0.3em 0.3em 0.9em;
}
.button.more:hover{
	box-shadow:	inset 0 0 0 99em rgba(255, 255, 255, 0.2);
}
.button.katagami{
	background-color: #333;
	color: #FFF;
}
.button.katagami:hover{
	box-shadow:	inset 0 0 0 99em rgba(255, 255, 255, 0.2);
}
.pmore{
	text-align: left;
}

.boxContents{
	display: block;
	line-height: 1.5em;
}
.boxContents .col{
	padding: 0 10px;
}

.boxContents.col-3 .col:nth-of-type(1){
	flex-grow: 2;
}
.boxContents.col-3 .col:nth-of-type(2){
	flex-grow: 3;
}

@media screen and (max-width: 499px) {
	.h5bg p{
		text-align: right;
	}
	.button.pdf{
		position: relative;
		bottom: 0.4em;
		right: 0.4em;	
	}
}
@media screen and (min-width: 500px) {
	.button.pdf{
		position: absolute;
		bottom: 0.4em;
		right: 0.4em;	
	}
}
@media screen and (min-width: 600px) {
	#contentWrap h2{
		text-align: center;
	}
}
@media screen and (max-width: 799px){
	#headingBox .bg{
		position: relative;
		padding-top: 30%;
		width: 100%;
	}
	#headingBox .text{
		width: 100%;
	}
}
@media screen and (min-width: 800px) {
	#headingBox .bg{
		position: absolute;
			top: 0;
			right: 0;
		height: 100%;
		width: 46%;
	}
	#headingBox .text{
		width: calc(100% - 46%);
	}
	.boxContents{
		display: flex;
		flex-wrap: nowrap;
	}
	.boxContents .col{
		flex: 1 1;
	}
	.boxContents .col.grow2{
		flex-grow: 2;
	}
	.boxContents .col.grow3{
		flex-grow: 3;
	}
	.boxContents.col-3 .col:nth-of-type(3){
		text-align: right;
	}
}



/*--------------------------
					download
--------------------------*/

#headingBox p{
	margin: 1em auto;
}

#headingBox .bg.download{
	padding: 1em;
}
@media screen and (max-width: 799px) {
	#headingBox .bg.download {
		position: relative;
		padding-top: 0;
		width: 100%;
		text-align: center;
	}
}
@media screen and (min-width: 800px) {
	#headingBox .bg.download p{
	position: absolute;
	bottom: 10%;
	right: 10%;
	top: 40px;
	}
}

.downloadIndex li{
	display: inline-block;
	vertical-align: middle;
	margin: 1em;
}
.downloadIndex li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.downloadIndex li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
}
.downloadIndex li a{
	color: #00F;
}
.downloadIndex li a:hover{
  color: #3295CE;
}

.downloadAbout h2{
	background-color: #B0A091;
	border: 0 none;
	text-align: left;
}
.downloadAbout .clearfix{
	padding: 10px;
}
.downloadAbout .colL{
	float: left;
	margin: 0 20px 20px 10px;
}
.downloadAbout h3{
	color: #333;
	margin-top: 0;
	margin-bottom: 0.6rem;
}
.downloadAbout h3::after{
	display: none; 
}
.downloadAbout .inpagelinks{
	border: 1px solid #CCC;
	padding: 1em 0 0;
	margin: auto 20px;
}
.downloadAbout .inpagelinks li i{
	vertical-align: top;
}

.downloadWrap{
	margin: 0 1em 50px;
}
.downloadWrap h4{
	background-color: #CCC;
	color: #333;
	font-size: 1.2em;
	padding: 1em 1em 0.8em;
	margin: 2em auto 1rem;
}
.downloadWrap h5{
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin: 2em auto 1em;
}
.downloadWrap h5::before{
	content: '';
	display: inline-block;
	height: 1.8em;
	border-left: 5px solid #000;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}

.downloadWrap .taiouList{
	margin-left: 1em;
	line-height: 1.6em;
}
.downloadWrap .taiouList a{
	color: #00F;
	text-decoration: none;
}
.downloadWrap .taiouList a:hover{
	color: #3295CE;
}
.downloadWrap .inlineList li{
	text-align: center;
	margin-right: 1em;
	margin-bottom: 2em;
}

.getAR{
	border: 1px solid #BBB;
	padding: 1em;
	margin: 0 10px;
}
.getAR .colL{
	float: left;
	width: calc(100% - 140px);
}
.getAR .colR{
	float: right;
}
.getAR a:hover{
	opacity: 0.8;
}

ul.linkBox{
	margin: 20px 10px;
}
ul.linkBox li{
	display: inline-block;
	margin: 10px 10px 30px 0;
}
ul.linkBox li a{
	color: #00F;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #00F;
	padding: 10px;
}
ul.linkBox li a:hover{
  color: #06F;
	border: 1px solid #06F;
	background-color: #CFF;
}
.att{
	font-size: 0.9rem;
	line-height: 1.4em;
	margin-bottom: 50px;
}
.att h5{
	font-size: 1rem;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin: 2em auto 1em;
}
.att a{
	color: #00F;
	text-decoration: none;
}
.att a:hover{
  color: #06F;
}
.att ul{
	margin-left: 2em;
}
.att li{
	list-style: disc;
	margin-right: 0;
}
.toTOP{
	text-align: right;
}
.toTOP a{
	color: #00F;
	text-decoration: none;
}
.toTOP a:hover{
	color: #3295CE;
}


/*----- 2021/4/16追加 -----*/

.wrap_A4{
  border: 2px solid #1E96D5;
  border-radius: 18px;
  margin: 0 10px;
}
.wrap_A4 .title{
  color: #FFF;
  background-color: #1E96D5;
  font-size: 1.4em;
  text-align: center;
  margin: 0;
  padding: 0.6em;
  border: 1px solid #1E96D5;
  border-radius: 16px 0;  
  width: 10em;
}
.wrap_A4 .subtitle{
  font-size: 1.4em;
  line-height: 1.4em;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin: 40px 20px 20px;
}
.col_A4{
  margin: 20px auto 0;
  padding: 0 10px;
}
@media screen and (max-width: 799px) {
  .wrap_A4 .subtitle br{
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .wrap_A4 .subtitle br{
    display: none;
  }
  .wrap_A4 .cols{
    display: flex;
  }
  .col_A4{
    width: 50%;
  }
}



/*--------------------------
					print
--------------------------*/

@media print{

	.indexContents#download .displayL{
		display: block;
	}
	.indexContents#download .displayS{
		display: none;
	}
	.indexContents .photo{
    float: left;
    margin-right: 15px;
		max-width: 40%;		
	}
	.indexContents .text{
		margin-left: calc(40% + 15px);
	}
	.indexContents .title{
		margin-top: 0.4em;
	}
	.pageHeading{
		padding: 0 1em;
	}
	.indexMenu {
		width: 100%;
	}
	.indexMenu li {
		width: calc(96% / 4);
	}

	#headingBox .bg{
		position: absolute;
			top: 0;
			right: 0;
		height: 100%;
		width: 46%;
	}
	#headingBox .text{
		width: calc(100% - 46%);
	}
	.boxContents{
		display: flex;
		flex-wrap: nowrap;
	}
	.boxContents .col{
		flex: 1 1;
	}
	.boxContents .col.grow2{
		flex-grow: 2;
	}
	.boxContents .col.grow3{
		flex-grow: 3;
	}
	.button.pdf{
		position: absolute;
		bottom: 0.4em;
		right: 0.4em;	
	}
	#box2-1 .inlineList li{
		width: calc(95% / 7);
	}
	#box2-1 .inlineList.education li:nth-of-type(6){
		width: calc( (95% / 7)  * 2);
	}
	#headingBox .bg.download p{
		position: absolute;
		bottom: 10%;
		right: 10%;		
		right: 10%;		
	}
	h2{
		text-align: center;
	}
}
