@charset "UTF-8";
/* IE
  ############################################################################################# */


/* CSSリセット
  ############################################################################################# */
* {
  -webkit-tap-highlight-color: transparent; }
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
  font-size: inherit;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:768px){
	tr{display: inline-block;}}

a.navi_bt_a{
  color: inherit;
  text-decoration: none;
}

a.btnpageTop{
  color: inherit;
  text-decoration: none;
}




table {
  border-collapse: collapse;
  empty-cells: show; }

th, td {
  text-align: left;
  vertical-align: top; }

li {
  list-style: none; }

img {
  vertical-align: top; }

input, textarea, select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

[disabled] {
  cursor: not-allowed; }

a{
	color:#000;
}
/* 共通設定
  ############################################################################################# */
html{
	position:relative;
	min-height: 100%;
	box-sizing: border-box;
	background-color:#cff2ff;
}
html,
:root {
  font-size: 100px; }
  @media screen and (max-width: 960px) and (min-width: 755px) {
    html,
    :root {
      font-size: 10.4166666667vw; } }

body{
	/*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: 'Kosugi maru', sans-serif;
	font-size: 12px;
	line-height: 1.5; }
  @media screen and (-ms-high-contrast: none) {
    body {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; } }
  @media screen and (max-width: 754px) {
    body {
      font-size: 3.1830238727vw; } }

#body_wrap{
	overflow: hidden;
	display: block;
}


.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (-ms-high-contrast: none) {
    .serif {
      font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif; } }

img,
video {
  max-width: 100%; }

.red-font{
	color:#ff0000;
}
.blue-font{
	color:#0000ff;
}
.font-bold{
	font-weight: bold;
	font-family:'kosugi';
}
.font-bold02{
	font-weight: bold;
	font-family:'kosugi';
	font-size: 15px;
}
_::-webkit-full-page-media, _:future, :root .font-bold{
	font-family: 'Kosugi Maru';
}
_::-webkit-full-page-media, _:future, :root .font-bold02{
	font-family: 'Kosugi Maru';
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: none;
}

.pc_display{
	display: block;
}
.sp_display{
	display: none;
}
@media screen and (max-width:768px){
img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block; }
	.pc_display{
		display: none;
	}
	.sp_display{
		display: block;
	}}


.linethrough{
	text-decoration: line-through;
}
/* レスポンシブ対応
   ========================================================================== */
.wrap {
  width: 9rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: .3rem;
  padding-left: .3rem;}
  @media screen and (max-width: 768px) {
    .wrap {
      width: auto;
      padding-right: 6.6312997347vw;
      padding-left: 6.6312997347vw; } }

.pc {
  display: block; }
@media screen and (max-width:768px){
	.pc { display: none; }}

.sp {
  display: none; }
@media screen and (max-width:768px){
	.sp { display: block; }}

a[href^="tel:"] {
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    a[href^="tel:"] {
      pointer-events: auto; } }

img[src$="_sp.jpg"],
img[src$="_sp.png"],
img[src$="_sp.svg"] {
  display: none; }
  @media screen and (max-width: 768px) {
    img[src$="_sp.jpg"],
    img[src$="_sp.png"],
    img[src$="_sp.svg"] {
      display: inline-block; }
      img[src$="_sp.jpg"] + img,
      img[src$="_sp.png"] + img,
      img[src$="_sp.svg"] + img {
        display: none; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  br.sp {
    display: inline; } }
/* header
  ############################################################################################# */
#header {
  width: 100%;
  max-width: 1500px;	
  margin: 0 auto;	
  text-align: center;
}

#header .header_inner{
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
#header .under_siteTitle{
	text-align: left;
}
	@media screen and (max-width: 768px) {
			#header .under_siteTitle img{
				width: 60%;} }

#header .logo{
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
	@media screen and (max-width: 768px) {
			#header .logo img{
				width: 80%;} }

#header .top_siteTitle{
	width: 100%;
	margin: 0 auto;
} @media screen and (max-width: 768px){
	#header .top_siteTitle{
	width: 100%;
	}}

/* bg_container 
  ############################################################################################# */
.bg_container{
	background: url("../../imgs/background.png");
	background-size: cover;
	background-position: center top 0;
	padding-top: 30px;
	background-repeat: no-repeat;
	max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
	.bg_container{
		background: url("../../imgs/background_sp.png");
		background-position: center;
		background-repeat: no-repeat;
		padding-top:0px;}}
/* main
  ############################################################################################# */
#main{
	max-width: 1000px;
	margin: 0 auto;
}
.shiba{
	text-align: center;
}
@media screen and (max-width: 768px){
	.shiba img{
		width: 100%;		
	}
}
/* footer
  ############################################################################################# */
#footer {
  height: 100px;
 width: 100%;
	max-width: 1400px;
	background-color: #ffa530;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	#footer {
  height: 150px;}}

.footer_container{
	display: flex;
	align-items: center;
	height: 100px;
	position:relative;
}
.footer_container .flex-container{
	width: 100%;
}
.footer_container .flex-container .footer_l,
.footer_container .flex-container .footer_r{
	width: 49%;
}
@media screen and (max-width: 768px){
	.footer_container .flex-container .footer_l,
	.footer_container .flex-container .footer_r{
		width: 100%;
		margin: 0.5em auto;
	}
}
.footer_container .flex-container .footer_r{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 1em;
}
@media screen and (max-width: 768px){
	.footer_container .flex-container .footer_r{
		align-items: center;
		justify-content: center;
	}
}
.footer_container .sns_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.footer_container .sns_box{
		justify-content: center;
	}
}
.footer_container .sns_box div{
	margin: auto 1em;
}
.footer_container .sns_box div:first-child{
	margin: auto 1em auto 2em;
}
.footer_container .sns_box .snsicon{
	max-width: 50px;
	width: 100%;
}

#footer #back_top{
	transition: all .3s ease;
	position: absolute;
	right: 20px;
	bottom: 199px;
	width: 100px;}
@media screen and (max-width: 768px){
	#footer #back_top{
	bottom: 240px;}}

#footer #back_top:hover{
	transition: all .3s ease;}
.back_top.inactive{
	display:none;
}
.back_top{
	display: block;
}
.sns_title_sp{
	text-align: center;
	padding-top: 20px;
}
.footer_r .copyright{
	font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}


