@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box !important;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 102%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	background: #fff;
	width:100%;
}

body {
	font-size: 16px;
	font-size: 1.4rem;
	background: #FFF;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	box-sizing: border-box;
	width:100%;
}
@media all and (min-width:768px) and (max-width:1024px) {
	body { margin-top: 0; }
}

li {
	list-style: none;
	font-size: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}

img { font-family: sans-serif; }

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;;
}
/*  set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

hr {
	border: none;
	border-top: dashed 1px #ddd;
	height: 1px;
	color: #FFFFFF;
	width: auto;
	margin-bottom: 30px;
}
a {
	transition: .25s;
}
a:link {
	color: #60B400;
}
a:visited {
	color: #3e7400;
}
#sub-contents a:link {
	text-decoration: underline;
	font-weight:600;
}
#sub-contents a:hover {
	text-decoration: none;
}

img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong {
	font-weight: 600;
	text-transform: none;
}

/*  items
 --------------------------------------------------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading .loading-animation img{
	display: block;
	width: 307px;
	margin-top: -28px;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/*loader_end*/

.pc { display:none !important; }
.sp { display:block !important; }
.sp-t { display: block !important; }
.pc-t { display: none !important; }
@media all and (min-width:768px) and (max-width:1024px) {
	.sp-t { display: none !important; }
	.pc-t { display: block !important; }
}

.unk { margin: -150px; padding: 150px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #282f7d; }

img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cRed { color: #ff173c; }
.cBlue { color: #4870EE; }
.cGreen { color: #407100; }
.cOrange { color: #E55D21; }
.cKey { color: #122250; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }

/* set text */
.txMin { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead {
	font-size: 1.3em;
	color: #666;
	font-weight: 600;
	line-height: 1.8 !important;
}
.tLarge  { font-size: 1.3em; }
.txLarge { font-size: 1.5em; }
.tsxLarge { font-size: 1.7em; }
.bold { font-weight: 600; }

/* set rollover transition */
.onCng {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
	transition: all .5s;
}

/* set image scale up */
.scale_up {
	overflow: hidden;
}
.scale_up img {
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flexBetween {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}

.noflex .flexNormal,
.noflex .flexBetween {
	width: 100%;
	height: auto;
	display: block;
}

/* set width */
.w10 {width:9.65%;}
.w20 {width:19.65%;}
.w30 {width:29.65%;}
.w40 {width:39.65%;}
.w50 {width:49.65%;}
.w60 {width:59.65%;}
.w70 {width:69.65%;}
.w80 {width:79.65%;}
.w90 {width:89.65%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100% !important;	
}

/* set button  --> 右の項目は個別にセットする border-radius,width,height */
.button,
.button-backpage {
	position: relative;
	display: block;
}
.button a,
.button span,
.button input[type=submit],
.button-backpage a,
.button-backpage input[type=submit] {
	width: 100%;
	display: block;
	font-weight: 500 !important;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: .25s;
}
.button.normal a,
.button.normal span,
.button.normal input[type=submit],
.button-backpage.normal a,
.button-backpage.normal input[type=submit],
.button-backpage.normal span {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	font-size: 1.05em;
	background: #A6D81B;
	color: #fff;
	text-align: center;
}
.button.gray a,
.button.gray span,
.button.gray input[type=submit],
.button-backpage.gray a,
.button-backpage.gray input[type=submit],
.button-backpage.gray span {
	background: #ddd;
	color: #666;
}
.button a:hover,
.button span:hover,
.button input[type=submit]:hover {
	background: #c6f34b;
}
.button-backpage a:hover,
.button-backpage input[type=submit]:hover,
.button.gray a:hover,
.button.gray span:hover,
.button.gray input[type=submit]:hover,
.button-backpage.gray a:hover,
.button-backpage.gray input[type=submit]:hover {
	background: #eee;
	color: #666;
}
.button a::after,
.button span::after,
.button input[type=submit]::after {
	display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 6px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/icon-arrow-wh.svg) no-repeat center center;
    background-size: 100%;
}
.button a:hover::after,
.button span:hover::after,
.button input[type=submit]:hover::after {
    background: url(../img/common/icon-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.button-backpage a::before,
.button-backpage input[type=submit]::before {
	display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    width: 6px;
    height: 14px;
    margin-top: -7px;
    transform: scale(-1, 1);
    background: url(../img/common/icon-arrow-wh.svg) no-repeat center center;
    background-size: 100%;
}
.button-backpage a:hover::before,
.button-backpage input[type=submit]:hover::before  {
    background: url(../img/common/icon-arrow.svg) no-repeat center center;
    background-size: 100%;
}

.button-line {
	width: auto;
	display: inline-block;
}

.button-line a,
.button-line span.inner-button {
	width: auto;
	display: block;
	height: auto;
	padding: 10px 0 6px;
	line-height: 1em;
	font-size: 0.8em;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	padding-right: 60px;
	transition: .25s;
	color: #60B400;
	border-bottom: 2px solid #E4E4E4;
}
.button-line.tWhite a,
.button-line.tWhite span.inner-button {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
.button-line a:hover,
.button-line span.inner-button:hover {
	color: #A6D81B;
	border-bottom: 2px solid #A6D81B;
}
.button-line a:after,
.button-line span.inner-button:after {
	display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 6px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/icon-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.button-line.tWhite a:after,
.button-line.tWhite span.inner-button:after {
    background: url(../img/common/icon-arrow-wh.svg) no-repeat center center;
}
.nonext span,
.nonext span:active,
.nonext span:hover {
	background-color: #ddd !important;
	cursor: default;
	display: block;
}
.nonext span::before,
.nonext span::after {
	display: none;
}


/* set body section */
section {
	margin: 0;
	display: block;
}
section:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p {
	line-height: 1.8em;
	margin-bottom: 20px;
}
section.section p.tLead {
	margin-bottom: 20px;
}
section.section p a {
	font-weight: 600;
}

/* set active link style */
.op a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* set kadomaru box */
.radi {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set caution text */
.caution {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.caution {display: inline-block;}

/* set drop shadow */
.shad {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-left: 20px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
	left:0;
}
.pdf {
	position: relative;
	padding-left: 20px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
	left:0;
}
.exl {
	position: relative;
	padding-left: 20px;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #088911;
	content: "\f1c3";
	left:0;
}
.doc {
	position: relative;
	padding-left: 20px;
}
.doc::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #083e89;
	content: "\f1c2";
	left:0;
}
.arrow {
	position: relative;
	padding-right: 20px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	right:0;
}

.arrowdown {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.arrowdown::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	right:0;
}

.arrow-icon {
	display: block;
	width: 58px;
	height: 58px;
	display: block;
	background: url(../img/common/shape-triangle.svg) no-repeat right bottom;
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 3;
}
.arrow-icon:before {
	display: block;
	width: 6px;
	height: 14px;
	display: block;
	background: url(../img/common/icon-arrow.svg) no-repeat center center;
	content: "";
	position: absolute;
	bottom: 16px;
	right: 10px;
	z-index: 3;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
}

body.home h1 {
	display: none;
}



/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	text-align:center;
	overflow-x: hidden;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#main{
	padding-bottom: 0;
}
div#contents-wrapp {
	background: #fff;
}
@media all and (min-width:768px) and (max-width:1024px) {

}
/* header section
========================================== */
/* slider
----------------- */
.swiper-container {
	width: auto !important;
    overflow: hidden;
}
.slide-img img{
	width: 100%;
	height: 70vh;
	object-fit: cover;
  	display: block;
}
.slide-img img.pc-on{
	display: none;
}
.slide-img img.sp-on{
	display: block;
}
.swiper-wrapper {
	position: relative;
}
.swiper-container .logo {
	width: 100%;
	position: absolute;
	top: 30%;
	z-index: 2;
}
.swiper-container .logo p {
	width: auto;
	margin: 0 2rem;
	text-align: center;
	font-size: 1.25em;
	color: #fff;
	margin-bottom: 20px;
}
.swiper-container .logo div {
	width: 100%;
	display: block;
	z-index: 2;
}
.swiper-container .logo a {
	display: flex;
	justify-content: center;
	margin: 0 0 10px;
}
.swiper-container .logo a img {
	width: auto;
	height: 40px;
}

@media all and (min-width:768px) and (max-width:1024px) {
	.slide-img img{
		height: 34vh;
	}
	.slide-img img.pc-on{
		display: block;
	}
	.slide-img img.sp-on{
		display: none;
	}
	.swiper-container .logo {
		top: 40%;
	}
	.swiper-container .logo div {
		width: 100%;
		display: flex;
		justify-content: center;
		z-index: 2;
	}
	.swiper-container .logo a {
		margin: 0 10px;
	}
}

/* =======================================
   footer section
========================================== */
footer {
	width: 100%;
	height: auto;
	position: relative;
	z-index:9999;
	background: #4A4A4A;
}
#footer-wrapp {
	width: calc( 100% - 100px );
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

#footer-menu-block {
	width: 100%;
}
#footer-menu-block .menu-inner{
	width: auto;
}
#footer-menu-block ul {
	width: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#footer-menu-block li {
	width: 48%;
	display: block;
	position: relative;
}
#footer-menu-block a {
	width: auto;
	display: block;
	color: #FFF;
	padding: 10px 0;
	text-decoration: none;
}
#footer-menu-block a:hover {
	color: #60B400;
}
#footer-menu-block ul a {
	font-size: 0.9em;
}
.footer-copy {
	width: auto;
	margin: 0;
	text-align: center;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	color: #fff;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#footer-wrapp {
		width: calc( 100% - 50px );
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	#footer-menu-block ul {
		width: auto;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	#footer-menu-block li {
		width: auto;
		display: block;
		position: relative;
		margin: 0 10px;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
.contents-inner {
	margin: 0;
	padding: 30px 20px;
	width: 100%;
	text-align: left;
	position: relative;
}
section.section {
    margin: 0;
    padding: 20px 0;
    width: auto;
}

@media all and (min-width:768px) and (max-width:1024px) {
}

/* =======================================
   Top page
========================================== */
/* toppage-guide
---------------------------------------- */
#toppage-guide {
	display: block;
	position: relative;
	background: url(../img/home/back-studio.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 60px;
	z-index: 2;
}
#toppage-guide .guide-inner {
	width: 90%;
	margin: 0 auto;
	padding: 70px 0 0;
	display: block;
	position: relative;
}
#toppage-guide .guide-title {
	width: 100%;
	margin: 0 0 50px;
	display: block;
	position: relative;
}
#toppage-guide .guide-title h2 {
	width: auto;
	height: auto;
	display: block;
	margin: 0 0 50px;
}
#toppage-guide .guide-title h2 span.jp {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 600;
}
#toppage-guide .guide-title h2 span.en {
	display: block;
	margin: 0 0 10px 0.25em;
	padding: 0;
	font-size: 1.8em;
	letter-spacing: .15em;
}
#toppage-guide .guide-menu {
	width: 100%;
	display: block;
	position: relative;
}
#toppage-guide .guide-menu div.menu {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#toppage-guide .guide-menu div.menu a {
	width: 100%;
	height: 340px;
	display: flex;
	align-items: center;
	transition: .25s;
	text-decoration: none;
}
#toppage-guide .guide-menu a.kanemichi {
	background-image: url(../img/home/guide-back01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#toppage-guide .guide-menu a.plusone {
	background-image: url(../img/home/guide-back02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#toppage-guide .guide-menu a.owada {
	background-image: url(../img/home/guide-back03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#toppage-guide .guide-menu a:hover {
	border-radius: 20px 20px 0 0;
	opacity: 0.8;
}
#toppage-guide .guide-menu a dl {
	width: 100%;
}
#toppage-guide .guide-menu a dt {
}
#toppage-guide .guide-menu a dt span.en {
	display: block;
	width: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: 600;
	color: #FFF;
}
#toppage-guide .guide-menu a dt span.jp {
	display: block;
	margin: 0 0 40px 0.25em;
	padding: 0;
	font-size: 1.6em;
	color: #FFF;
}
#toppage-guide .guide-menu div.infobox {
	width: 100%;
	padding: 40px 0;
	display: block;
	background: rgba(255,255,255,0.6);
}
#toppage-guide .guide-menu div.infobox .address {
	padding: 0 40px 20px;
	display: block;
	font-size: 1em;
	text-align: left;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp {
	width: 100%;
	display: flex;
	padding: 10px 0;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp div {
	width: 40px;
	height: 40px;
	width: auto;
	margin: 0 10px 0 0;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp a {
	width: auto;
	height: 40px;
	display: block;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp a img {
	width: 40px;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp a.blog {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border:2px solid #333;
	color: #3d3d3d;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp a.blog:hover {
	background: #3d3d3d;
	color: #FFF;
}
#toppage-guide .guide-menu div.infobox .address .sns-wrapp a.blog span {
	width: 100%;
	display: inline-block;
	line-height: 36px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}
#toppage-guide .guide-menu div.infobox .detail {
	padding: 0 40px 5px;
	display: block;
}
#toppage-guide .guide-menu div.infobox .detail span:nth-child(1) {
	width: auto;
	padding: 10px;
	display: block;
	text-align: center;
	border: 1px solid #b6b6b6;
	border-width: 1px 0;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#toppage-guide .guide-menu div.infobox .detail span:nth-child(2) {
	font-size: 1em;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#toppage-guide .guide-menu div.infobox .detail {
		padding: 0 40px 5px;
		display: flex;
		align-items: center;
	}
	#toppage-guide .guide-menu div.infobox .detail span:nth-child(1) {
		width: 100px;
		padding: 10px;
		margin-right: 10px;
		border: 1px solid #b6b6b6;
	}
	#toppage-guide .guide-menu div.infobox .detail span:nth-child(2) {
		text-align: left;
	}
	#toppage-guide .guide-menu div.infobox .address {
		width: auto;
		padding: 0 40px 20px;
		display: flex;
		align-items: center;
	}
	#toppage-guide .guide-menu div.infobox .address p {
		width: 80%;
		font-size: 1em;
		text-align: left;
		margin-right: 10px;
	}
	#toppage-guide .guide-menu div.infobox .address .sns-wrapp {
		width: 20%;
		display: flex;
		justify-content: flex-end;
	}
	#toppage-guide .guide-menu div.infobox .address .sns-wrapp a {
		width: 40px;
		height: 40px;
	}
	#toppage-guide .guide-menu div.infobox .address .sns-wrapp a img {
		width: 40px;
	}
}

/* toppage-banner
---------------------------------------- */
#parter-banner {
	width: auto;
	margin: 0 20px;
	padding: 40px 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#parter-banner a {
	width: 49.5%;
	margin: 0 0.25% 5px;
}
#parter-banner a img {
	width: 100%;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#parter-banner a {
		width: 19.5%;
	}
}
