@charset "UTF-8";
/* CSS Document */

:root {
	--logo-color	: #0e82c7;
	--text-color	: #282828;
	--link-color	:#396699;
	--hov-color	: #2196f3;
	--act-color	: #d3497b;
	--bg-color	: #173068; 
	--bg-color2	: #586f8c;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://use.fontawesome.com/releases/v5.4.2/css/all.css);

/* HTML, Body, Anchor
-------------------------------------------------------------- */
*, *::before, *::after {	box-sizing: border-box;}

html {scroll-behavior: smooth;}
body{
	font-family:"Mplus 1c", "Mplus 1p","ヒラギノ丸ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight:300;
	line-height:1.4em;
  background:#fff;
  word-wrap : break-word;
	margin: 0;;
	color: #444;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.15;}
h1{
	color: #768096;
	margin:0.5em 0;
	font-size: 54px;
}

h2{
	color: #788092;
	margin: 1em 0;
	font-size: 48px;
}
h3{
	color: #8790a3;
	margin: 0.5em 0;
	font-size: 36px;
}
h4{
	color: #8790a3;
	margin: 0.5em 0;
	font-size: 30px;
}


a:link	{
	outline:none;
	color: #0e82c7;
	text-decoration: none;
	}
a:visited	{
	color: #788092;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	color: #069;
	}
a:active  {
	text-decoration: underline;
}

.right{
	text-align: right;
}

img{
	vertical-align: top;
	max-width: 100%;
	border: none;
	margin-top: 0px;
	}

legend { display: none; }
label { cursor: pointer; }

/*  Inline-level Elements
-------------------------------------------------------------- */
object { outline: none; }
strong { font-weight: bold; }

input,
select,
textarea {
	font-size: 85%;
	}

#header{
	width: 100%;
	padding:0;
}
header ,header a{color: #fff;}
@media (min-width: 1024px) {
	#header{
		display: flex;
		justify-content: space-between;
	}
}
.siteid{
	font-size: 1.8rem;
	margin: 0 5px 0 0;
	text-align: left;
	/* position: absolute;
	top: 10px; */
}
.siteid a:hover{
	/* color: #fff; */
	opacity: 0.7;
}
.siteid a:hover{text-decoration: none;color: #c0e6f5;}
main{
	width: 90%;
	max-width: 1200px;
	margin:auto;
}
#footer {
	background:#36c;
	border-top: 5px solid #00288c;
	color: #fff;
	width: 100%;
	min-height: 30px;
	padding: 10px;
	line-height: 1.4;
	bottom: 0;
}
address{font-size: 0.75em;text-align: center;}



/* #topicpath / Bread Cramb
-------------------------------------------------------------- */
#topicpath {
	width: 940px;
		margin: 1em 0;
}
#topicpath ul {
	margin: 0;
	padding: 0;
}
#topicpath ul li {
	font-size:85%;
	display: inline;
	line-height:1.2em;
	/* background: url(/common/images/arrow01.gif) no-repeat 1px; */
}
#topicpath ul li a{
	color: var(--link-color);
}
#topicpath ul li::after{
	content:'\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	padding-left:1em;
	font-size: 0.7em;
	color: #a3c3db;
}
#topicpath ul li:last-child::after {
	content: none;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
body {
	color: var(--text-color);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}


header,header a,header a:visited{
	color: var(--link-color);
	text-decoration: none;
}
header a:hover{
	color: var(--hov-color);
	text-decoration: none;
}


#header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	color: #1b406d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1em;
}
@media (min-width: 1024px) {
	#header{
		display: flex;
		justify-content: space-between;
		padding: 0 1em;
	}
}

#header .logo {
	width: 100%;
	max-width: 175px;
	margin: 0;
	line-height: 0;
	font-size: 32px;
}
#header .navi .menu {
	display: flex;
	align-items: center;
}
#header .navi .menu > li {
	margin-left: 40px;
}
.head_nav{margin-right: 2em;	padding: 0.5em;}
body.web .head_nav li.menu_web a,
body.dtp .head_nav li.menu_dtp a,
body.photo .head_nav li.menu_photo a,
body.profile .head_nav li.menu_profile a{ display: block;color: #4ae;	border-radius: 4px;}

@media screen and (min-width: 1025px) {
	#header .mask {
		display: none;
	}
}


#header .navi .menu .menu-first {
	position: relative;
}
#header .navi .menu .menu-first span {
	cursor: pointer;
}
#header .navi .menu .menu-first span::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 1px #1f1f1f;
	border-right: solid 1px #1f1f1f;
	margin: 0 auto;
	transform: rotate(135deg);
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}
#header .navi .menu .menu-first .menu-second {
	width: 140px;
	background-color: #fff;
	padding: 10px 20px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
}
#header .navi .menu .menu-first .menu-second li {
	margin-bottom: 10px;
}
#header .navi .menu .menu-contact a {
	background-color: #1f1f1f;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 8px 30px;
	text-align: center;
}

/* Inview */
.fadein {
	opacity: 0;
	transform: translateY(80px);
	transition: all 1s;
}
.fadein.inview {
	opacity: 1;
	transform: translateY(0);
}
.section-title {
	color: rgba(51, 51, 51, 0.9);
	font-size: clamp(68px, 8vw, 130px);
	font-weight: 700;
	letter-spacing: 0.05em;
}

/* hamburger */
@media screen and (max-width: 1024px) {
	#header .hamburger {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: absolute;;
		top: 5px;
		right: 10px;
		z-index: 30;
	}
	#header .hamburger span {
		width: 30px;
		height: 3px;
		background-color:#0e82c7 /*var(--logo-color)*/;
		display: inline-block;
		position: absolute;
		left: 10px;
		transition: 0.4s;
	}
	#header .hamburger span:nth-of-type(1) {top: 16px;}
	#header .hamburger span:nth-of-type(2) {top: 25px;}
	#header .hamburger span:nth-of-type(3) {top: 34px;}
}



/* container
-------------------------------------------------------------- */
#container{
	width: 85%;
	max-width: 1440px;
	min-height: 100%;
	margin:60px auto 20px;
	padding: 20px 50px;
}



#container div#skitter div { margin: 1em auto; }

/* -----------------------------------------------------------------
	#sitetop / top page
----------------------------------------------------------------- */
#sitetop{
	clear:both;
	padding:10px 0;
}

#sitetop .banner {
	width: 860px;
	margin:0 auto;
}

#sitetop h2{
	padding-top:10px ;
	color:#666;
	border:none;
	text-align: left;
	font-size:140%;
}



/* #slide / slideshow
-----------------------------*/

#slide {
	width: 940px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	border: 1px solid #ddd;
	background:#efefef;
}

#slide #list li {
	position: absolute;
	top: 0;
	left: 0;
}

#slide #navi {
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 10px;
	color:#ccc;
}

#slide #navi li {
	float: left;
	margin-right: 5px;
}

#slide #navi li a {
	display: block;
	padding: 0 ;
	line-height: 1.3em;
	color: #ccc;
	text-decoration: none;
}

#slide #navi li a.current,
#slide #navi li a:hover {
	color: #f93;
}


/* #postbox / recommend
-----------------------------*/

#postbox{
	display: flex;
}

.post{
	background:#fff;
	margin:10px;
	padding:10px;
	width:425px;
	border:1px solid #ccc;
	overflow:hidden;
	float:left;
}
.post a:link{
	display:block;
	position: relative;
	width:425px;
}

.post a{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-indent: -99999px;
	left: 88px;
	top: 991px;
}
.post:hover{
	background-color: #efefef;
	border: 1px solid #81ACEE;
}

.post p{
	margin: 0;
	padding:0;
}

.post h4{
	font-size: 120%;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.post img{
	width:100px;
	float:left;
	padding:5px;
	background:#fff;
	margin-right:10px;
}

p.more {
	text-align:right;
	float:right;
	width:200px;
}


/* #topics / what's news
-----------------------------*/

#topics {
	clear:both;
	width:910px;
	height:auto;
	margin: 10px auto;
	text-align: left;
	padding: 0;

	}

#topics dl { 
	margin: 5px 0;
	padding:0;
	font-size:90%;
	}

#topics dl dt {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	color: #999;
	clear: left;
	line-height:1.8em;
	}

#topics dl dd {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	line-height:1.8em;
	border-bottom:1px dotted #eee;
	}
	
#topics p {
	margin: 1em;
	font-size: 0.8em;
	text-align: right;
	padding: 0 10px 0 0;
	background: url(/common/images/arrow01.gif) no-repeat right;
	clear: both;
}





/* -----------------------------------------
	What's new page
----------------------------------------- */
	
	#whatsnew p {
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}

#whatsnew p.time {
	width: 700px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

#whatsnew dl{
	clear:both;
	overflow:hidden;
	border-top:solid 1px #999;
	width:700px;
	margin:0 auto;
	text-align:left;
	padding:2px;
}

#whatsnew dt{
	width:90px;
	padding:0;
	margin:0;
	float:left;	
}

#whatsnew dd{
	width:570px;
	float:left;	
	margin-left:1em;
}

._del{
	color:#CCC;
	text-decoration: line-through;
}


/* -----------------------------------------
	siemap page
----------------------------------------- */

#sitemap{
		width:800px;
		overflow:hidden;
}
#sitemap ul.sitemap {
    margin: 0 0 0 10px;
}
#sitemap ul.sitemap li {
    margin: 0 0 15px 0;
    list-style-type: none;
    font-size: 100%;
}
#sitemap ul.sitemap li ul {
    padding: 15px 0 0 10px;
    background-image: url(http://sachipps.byeto.jp/2011/1206/lineV.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#sitemap ul.sitemap li ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    font-size: 100%;
    background-image: url(http://sachipps.byeto.jp/2011/1206/lineH.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#sitemap ul.sitemap li ul li.last {
    background-image: none;
}

#sitemap01 {
	width: 350px;
	float: left;
	padding-left: 50px;
}

#sitemap02 {
	width: 350px;
	float: left;
	padding-right: 50px;
}


/* -----------------------------------------
	contact page
----------------------------------------- */


#contact table{
	border-collapse: collapse;
	padding: 5px;
	background: #5085DC;
}
#contact table td{
	border: 1px solid #36C;
	padding: 5px;
	font-size: 90%;
	color: #FFF;
}
#contact table td.l_Cel{
	width:180px;
}



/* -----------------------------------------
	photo page
----------------------------------------- */
.container {

	flex-direction: row; 
	flex-wrap: wrap; 
}

#photo {  max-width: 1440px; }



#photo h2 img{
	margin: 0;
	padding: 0px;
}

#photo  ul.p_list {
	float: left;
	display: inline;
}


#photo .photoimg #flashcontent01 {
	text-indent: -9999px;
	display: block;
	height: 300px;
}

#flash_photo{
	clear:both;
	width:800px;
	margin:5px auto;	
}


.thumbnail {
  width: 120px;
  padding-right: 10px;
}

.title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.subtitle {
  color: #899179;
  margin: 0;
}


#container .photo {
	width: 180px;
	float: left;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
}

#container .photo p {
	padding: 0px;
	margin: 5px 0px 10px;
}

#photo .photo img { border: 1px solid #000; }
#photo .photo ul li a span {
	font-weight: normal;
	font-size:0.9em;
	color: #999;
	margin:0 0 5px;
	line-height: 1em;
	display: block;
}

#photo .photo ul li a { 
	font-weight: bold; 
}

#flash_photo{
	clear: both;
	width: 940px;
	margin: 0px auto;
}

#photolist a:hover {
	border-style: none;
	text-decoration: none;
}

#container .photo {
	width: 150px;
	float: left;
	padding: 0px 6px 0px 0px;
	margin: 0 5;
	text-align: left;
}



#container .photo p {
	padding: 0px;
	margin: 5px 0px 10px;
}

#container .photo img { border: 1px solid #000; }
#container .photo ul li a span {
	font-weight: normal;
	font-size:0.9em;
	color: #999;
	margin:0 0 5px;
	line-height: 1em;
	display: block;
}

#container .photo ul li a:hover { 
	font-weight: bold; 
}

/*
フォトリスト */

.arrow_r{
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.arrow_r::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.photo_list {
 display: flex;
  justify-content: center;
justify-content:space-around;
}

.photo_list section ul{
	margin:5px 2px 20px;
}
.photo_list section li{
	font-size:0.9em;
	max-width:90%;
	line-height:1.2em;
}



@media screen and (max-width: 700px) {
.photo_list {
    flex-direction: column;
  }
}



.photoList a:hover{
	text-decoration:none;	
}
#photoList{
	width: 940px;
	margin: 10px auto;
}

/* サムネイルの設定 */
.photoList li {
	width: 150px;
	margin: 10px;
	float: left;
	display: inline-block;
}


.photoList ul {
	overflow: hidden;
	width: 880px;
	text-align: center;
	margin: 0px auto;
}
#photoList img {
	margin: 0;
	padding: 3px;
	border: 1px solid #C4C4C4;
}

#photoList a img:hover{
	opacity:0.8;
}



#photomenu {
	margin: 20px auto;
	width: 940px;
	padding: 0px;
}


#photo #photomenu .ph_block {
	width: 180px;
	margin: 0px 0px 10px 0px;
	float: left;
	min-height: 50px;
	padding:4px;
}


#photomenu .ph_block ul li { line-height: 1.1em;;}

#photomenu .ph_block ul li img { margin:0px 0 5px; }

#photomenu .ph_block span{
	margin:0  5px;
}

#photomenu .l_first{
	clear:both;
	margin:0;
}


#photo .link {
	clear: both;
	width: 920px;
	padding-top: 30px;
}

#photoList .entry {
	margin:5px;
	display: inline-block;
	vertical-align:top;
}

#photoList .entry .entry-title {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0px;
}

#photoList ul li a span {
	width: 150px;
	margin-top: 5px;
	text-align: center;
}

#photo .viewer {	
	position:relative;
	width:940px;
	margin:10px auto;
}

#photo .viewer p {
	margin-top: 20px;
	clear: both;
}
#photo .viewer ul{
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
}
#photo .viewer ul li{
	
}

#photo .viewer ul li:hover{

}

 
#photo .viewer .tmb,
#photo .viewer .tmb2,
#photo .viewer .tmb3 {
	overflow:hidden;
	margin: 5px;
}


#photo .viewer .tmb img {

}

#photo .viewer .tmb2 img {


}


#photo .viewer .tmb3 img {

}


#photo .viewer p.cap {
	height: auto;
	text-align: left;
	margin: 0px auto 10px;
	font: 13px;
	color: #333;
	padding: 5px 1em;
	min-height: 20px;
	line-height: 1.3em;
}

#photo .viewer div.photo_main {
	float: left;
		width: 70%;
	
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#photo .viewer div.photo_main img{
	max-width: 100%;
	max-height:700px;
	padding:5px;
	margin:1px;
}
.photo_main h4.title{
	padding-top:0;
	background: none;
	text-align: left;
}
.childBox1 {
	background-color: #fff;
	width: 458px;
	float: left;
}
.childBox2 {
	background-color: #fff;
	width: 458px;
	float: right;
}

.m-archive-post__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -20px;
	padding: 0;
}
.m-archive-post__item {
	list-style-type: none;
	width: 48%;
	margin: 0 0 20px;
}

.menu_list ul li {

}

.menu_list ul li ::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 75%;
	padding-right: 0.4em;
}

@media screen and (min-width:768px){
	.menu_list,
	#photo_list,
	.photo_list {
		width: 100%;
		margin:20px auto 40px;
		display: flex;
		flex-wrap: wrap;
		gap:10px;
		justify-content: space-between;
	}
	#photo_list ul {
		display: flex;
		flex-wrap: wrap;
		gap:10px;
		justify-content: space-between;
		padding: 0;
	}
}

@media screen and (max-width:767px){
.m-archive-post__item,
	.photo_list ul li,
	#photo_list ul li{
		margin: 10px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	min-height: 100px;
	}
}

.m-archive-post__item a,
.photo_list ul li a,
#photo_list ul li a {
	display: block;
	text-decoration: none;
    padding: 5px;
}
.m-archive-post__item a:hover,
.photo_list ul li a:hover,
#photo_list ul li a:hover {
	background-color: #F4F4F4;
}

.m-archive-post__item a img,
.photo_list ul li a img,
#photo_list ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 10px;
}
.m-archive-post__item .list_title,
.photo_list ul li .list_title,
#photo_list ul li .list_title{
	display: block;
	color: #336699;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
.m-archive-post__item a .list_content,
.photo_list ul li a .list_content,
#photo_list ul li a .list_content {
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	line-height: 1.5;
}
.m-archive-post__item a .arrow,
.photo_list ul li a .arrow,
#photo_list ul li a .arrow  {
	display: block;
	text-align:right;
	margin-top: 10px;
}

.arrow::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	padding-left: 0.5em;
}
.m-archive-post__item a:hover,
.photo_list ul li a:hover,
#photo_list ul li a:hover {
	text-decoration: none;
	
}






/* お絵描き掲示板
----------------------------------- */

.bbs_data {
	clear:both;
	margin: 10px 20px 10px 10px;
	min-height:200px;
	border-bottom:1px dotted #d6d6d6;
	padding:10px;
	text-align:left;
}

.bbs_data img {
	float:left;
	border: 1px solid #d6d6d6;
	margin-right:20px;
}

.bbs_data p.msg {
	padding:10px 0;
}


.bbs_data dl dt,
.bbs_data dl dd{
	float:left;
	display:inline;
	
}

.bbs_data dl dd.msg h3{
	margin-top:10px;
}

.bbs_data dl dd.msg .text{
	margin-top:10px;
	margin-bottom:10px;
}

.bbs_data dl dd.msg .date{
	color:#999;
	font-size:93%;
}

.bbs_data dl dd.msg .usr{
	font-size:93%;
}



/* clearfix */ 

.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { 
	clear: both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	font-size:0.1em;
 }

.clearfix { display:inline-block;zoom: 1; }

#photo p {
	padding-right: 10px;
	padding-left: 10px;
}

#photomenu .ph_block ul li {
	padding-left: 12px;
	line-height: 1.3em;
	list-style-type: none;
}

#photomenu .ph_block ul li.first {
	background:none;
	padding-left: 0px;
	line-height: 1.3em;
		border-bottom:none;
}

/* new icon */
.icon_new{
	-webkit-animation:bigger 1s ease-in altarnate infinite;
	color:#fc0;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:
		1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,
		-1px -1px 0 #fff;
}

/*flex box --------------------------------*/
.flexcontainer {
  overflow: hidden;
  margin: 10px auto;

}

.column3-1,
.column3-2,
.column3-3,
.column2-1,
.column2-2,
.column70-30_1,
.column70-30_2{
	padding:1em;
}


p {
    padding: 10px;
  }
  .txt-pc {
    display: none;
  }


@media (min-width: 769px) {
	.flexcontainer {
		display: flex;
		width: 95%;
	}
	.column0_1{
		flex:auto;
		order: 1;
	}
	.column0_2{
		flex:auto;
		order: 2;
	}
	.column30_1 {
		flex: 0 0 30%;
		order: 1;
	}
	.column30_2 {
		order: 2;
		flex: 0 0 30%;
	}
	.column70_1 {
		flex: 0 0 70%;
		order: 1;
	}
	.column70_2 {
		flex: 0 0 70%;
		order: 2;
	}

.column2-1 {
	flex: 0 0 50%;
	order: 1;
	}
.column2-2 {
	flex: 0 0 50%;
		order: 2;
	}

	.column3-1 {
		flex: auto;
		order: 2;
	}
	.column3-2 {
		flex: 0 0 33%;
		order: 1;
	}
	.column3-3 {
		flex: 0 0 33%;
		order: 3;
	}
	.txt-pc {
		display: inline-block;
  }
	.txt-sp {
		display: none;
  }
}



/* top history -----------------------------*/
.top_history .mainvisual {
	height: 667px;
	margin: 40px auto;
	position: relative;
}

.top_history .fade-img img {
	max-width: 1000px;
	height: auto;
	object-fit: cover;
}

.top_history .mainvisual .fade-img li {
	position: absolute;
	left: 20%;
	opacity: 0;
	animation: fade 15s infinite;
}
.top_history .mainvisual .fade-img li:nth-child(1) {
	animation-delay: 0s;
}
.top_history .mainvisual .fade-img li:nth-child(2) {
	animation-delay: 5s;
}
.top_history .mainvisual .fade-img li:nth-child(3) {
	animation-delay: 10s;
}
@keyframes fade {
	0% {
			opacity: 0;
	}
	15% {
			opacity: 1;
	}
	30% {
			opacity: 1;
	}
	45% {
			opacity: 0;
	}
	100% {
			opacity: 0;
	}
}

.history_box{
	width: 90%;
	margin: 20px auto 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}



/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 1024px) {
	html {
		scroll-padding-top: 60px;
	}
	main {
		padding-top: 60px;
	}

	/*-------------------------------------------
	Header
	-------------------------------------------*/
	#header {
		height: 60px;
	}
	#header .logo {
		max-width: 180px;
	}
	#header .navi {
		width: 80%;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: -120%;
		z-index: 20;
		transition: all 0.6s;
	}
	#header .navi.active {
		left: 0;
	}
	#header .navi .menu {
		width: 100%;
		height: 100vh;
		flex-direction: column;
		padding: 60px 0;
		overflow: auto;
	}
	#header .navi .menu > li {
		width: 100%;
		border-top: solid 1px	var(--linkt-color);
		margin-left: 0;
	}
	#header .navi .menu > li a {
		width: 100%;
		display: block;
		padding: 20px;
	}
	#header .navi .menu .menu-first span {
		display: block;
		padding: 20px;
	}
	#header .navi .menu .menu-first span::before {
		content: "";
		width: 15px;
		height: 1px;
		background-color: #1f1f1f;
		position: absolute;
		top: 30px;
		right: 20px;
	}
	#header .navi .menu .menu-first span::after {
		width: 1px;
		height: 15px;
		background-color: #1f1f1f;
		border: none;
		transform: none;
		position: absolute;
		top: 23px;
		right: 26px;
		left: auto;
	}
	#header .navi .menu .menu-first span.active::after {
		content: none;
	}
	#header .navi .menu .menu-first .menu-second {
		width: 100%;
		position: static;
		padding: 0 0 0 40px;
	}
	#header .navi .menu .menu-first .menu-second li {
		border-top: solid 1px #eee;
		margin-bottom: 0;
	}
	#header .navi .menu .menu-contact {
		padding: 30px 0;
	}
	#header .navi .menu .menu-contact a {
		max-width: 160px;
		margin: 0 auto;
	}
	#header .hamburger {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: fixed;
		top: 5px;
		right: 10px;
		z-index: 30;
	}
	#header .hamburger span {
		width: 30px;
		height: 3px;
		background-color: var(--logo-color);
		display: inline-block;
		position: absolute;
		left: 10px;
		transition: all 0.4s;
	}
	#header .hamburger.active span {
		background-color: #fff;
	}
	#header .hamburger span:nth-of-type(1) {
		top: 16px;
	}
	#header .hamburger span:nth-of-type(2) {
		top: 25px;
	}
	#header .hamburger span:nth-of-type(3) {
		top: 34px;
	}
	#header .hamburger.active span:nth-of-type(1) {
		top: 24px;
		transform: rotate(-45deg);
	}
	#header .hamburger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#header .hamburger.active span:nth-of-type(3) {
		top: 24px;
		transform: rotate(45deg);
	}
	#header .mask.active {
		width: 100%;
		height: 100%;
		background: #000;
		display: block;
		opacity: 0.8;
		position: fixed;
		top: 0;
		left: 0;
	}
	#container{
		width: 100%;
		max-width: 1440px;
		min-height: 100%;
		margin:20px auto 40px;
		padding: 20px 30px;
	}
}/*tablet*/




/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	#header{
		width: 100%;
		position: static;
	}
	#container{
		width: 100%;
		padding: 20px;
	}
	
	.menu_list{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
	}
	
	
	h1{
		font-size: 1.6em;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	
	/* 下層ページのページヘッダー部 */
	.page-header {
		margin-bottom: 40px;
	}
	.page-header .img img {
		height: 240px;
	}
	.page-header .page-title-area {
		height: 70px;
		top: auto;
		bottom: 0;
	}
	.page-header .page-title-area .page-title .en {
		font-size: 24px;
	}
	.page-header .page-title-area .page-title .ja {
		font-size: 12px;
	}

	/* 下層ページのページヘッダー下テキスト */
	.head-text {
		margin-bottom: 40px;
	}

	/*-------------------------------------------
	Footer
	-------------------------------------------*/
	#footer {
		flex-direction: column-reverse;
		padding: 60px 20px;
	}
	#footer .info-area {
		width: 100%;
	}
	#footer .menu-area {
		width: 100%;
		justify-content: center;
		margin-bottom: 40px;
	}
	#footer .info-area {
		text-align: center;
	}
	#footer .info-area .logo {
		margin: 0 auto 30px;
	}
}


