﻿@charset "utf-8";


/* ----------------------------------------
	common
---------------------------------------- */
body {
font-size:13px;
font-family: 'Noto Serif JP', serif;
line-height:1.5;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block; //ブロック要素化
	margin: 0 auto; //中央寄せ
}
.img-orig-size {
	width: auto;
}
.img-fixed-400px { width: 400px; }

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.pc_area { display: block !important; }
.sp_area { display: none !important; }
@media only screen and (max-width: 750px) {
	.pc_area { display: none !important; }
	.sp_area { display: block !important; }
}

@media screen and (max-width: 640px) {
.spbr_none_box br {
	display: none;
	}
}

.link_img01 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: .1s;
}


.row { margin: 0; padding: 0 ; width: auto; overflow: hidden; }

@media (min-width: 750px){
	.row {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	.grid-12, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .menu_grid-4 {
		float: left;
		padding: 0 0;
	}
	.grid-12 {
		width: 100%;
	}
	.grid-9 {
		width: 75%;
	}
	
	.grid-8 {
		width: 66.6666%;
	}
	
	.grid-7 {
		width: 58.3333%;
	}
	
	.grid-6 {
		width: 50%;
	}
	
	.grid-5 {
		width: 41.6666%;
	}
	
	.grid-4 {
		width: 33.3333%;
	}
	.grid-3 {
		width: 25%;
	}
	.menu_grid-4 {
		width: 33.3333%;
	}
	.grid-center {
		margin-left: auto;
		margin-right: auto;
	}
}

	.block-grid {
	width: auto;
	  overflow: hidden;
	  list-style: none;
	  margin: 0 -1% 30px;
		padding: 0;
	}
	.block-grid li {
		float: left;
	  margin: 0 1% 30px;
	  padding: 0;
	}
	.block-grid a {
		text-decoration: none;
	}
	
	@media (min-width: 750px){
		.block-grid-2 li {
			width: 48%;
		}
		.block-grid-3 li:nth-child(2n+1) {
			clear: both;
		}
	}
	
		@media (min-width: 480px){
		.block-grid-3 li {
			width: 48%;
		}
		.block-grid-3 li:nth-child(2n+1) {
			clear: both;
		}
	}
	@media (min-width: 750px){
		.block-grid-3 li {
			width: 31.3333%;
		}
		.block-grid-3 li:nth-child(2n+1) {
			clear: none;
		}
		.block-grid-3 li:nth-child(3n+1) {
			clear: both;
		}
	}



/* PCで電話番号リンクを無効に */
@media (min-width: 651px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}



/* ----------------------------------------
	header-nemu
---------------------------------------- */

/* pc */
.inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

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

/* header */
#top-head {
    position: absolute;
    width: 100%;
    height: 65px;
    margin: 0 auto 0;
    padding: 30px 0 0 0;
    background-color:rgba(255,255,255,0.8);
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head a:hover {
	transition: 1.0s ;
}


#top-head .inner {
    position: relative;
}
#top-head .logo {
	max-width: 200px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0;
    margin: 0 30px;
}

#global-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#global-nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ac172a;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#global-nav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 30px;
    height: 65px;
    background-color:rgba(255,255,255,0.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    max-width: 200px;
}
#top-head.fixed #global-nav ul li a {
    color: #000;
    padding: 0;
}

/* 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;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    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;
}
#nav-toggle .sp01 {
    top: 30px;
    font-size: 11px;
    text-align:center;
}

/* pc-sp */
@media screen and (max-width: 1280px) {
	#global-nav ul {
	    right: 0;
	    top: 20px;
	}

	#global-nav ul li a {
	    padding: 0;
	    margin: 0 25px 0 0;
	}
	#top-head .logo {
	margin: 0 0 0 15px;
	}
}


@media screen and (max-width: 1000px) {
	#global-nav ul {
	    right: 0;
	    top: 20px;
	}

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

	#top-head.fixed {
    height: 55px;
	}
}


/* sp */
@media screen and (max-width: 750px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        padding: 0 0 0 0;
        height: 55px;
    }
    /* Fixed reset */
    #top-head.fixed {
    padding: 0 0 0 0;
    height: 55px;
    background-color:rgba(255,255,255,0.8);
    transition: top 0.1s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    }
    #mobile-head {
        width: 100%;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        top: 10px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
        max-width: 130px;
    }
    #global-nav {
        position: absolute;
         /* 開いてないときは画面外に配置 */
        top: -500px;
        background-color:#fff;
        width: 100%;
        text-align: left;
        padding: 10px 0 10px 0;
        -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: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;

    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 18px 0;
        margin: 0 5% 0 5%;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

	#global-nav li a {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  color: #000;
	}
	#global-nav li a::after {
	  position: absolute;
	  bottom: 3px;
	  left: 0;
	  content: '';
	  width: 90%;
	  height: 1px;
	  background: #ac172a;
	  opacity: 0;
	  visibility: hidden;
	  transition: .3s;
	}
	#global-nav li a:hover::after {
	  bottom: 3px;
	  opacity: 1;
	  visibility: visible;
	}

}


/* ----------------------------------------
	ttl
---------------------------------------- */

.ttl_cent_box{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:20px 0 20px 0;
}


.ttl_box_01 {
    position: relative;
    width: auto;
    margin: 0 0 0 10px;
    padding: 10px;
    font-size: 30px;
	font-weight:bold;
	color: #000000;
}

.ttl_box_01:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #cccccc;
}

.ttl_box_01:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    border-bottom: 3px solid #ac172a;
}

@media screen and (max-width: 750px) {
	.ttl_box_01{font-size: 16px;}
}

/* ----------------------------------------
	button
---------------------------------------- */

.btn_box{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:20px 0 20px 0;
}


.s_square_btn {
    display: inline-block;
    padding: 10px 25px 10px 25px;
    width: 250px;
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    border: solid 1px #000;
    transition: .4s;
}

.s_square_btn:hover {
    background: #666666;
    border: solid 1px #000000;
    color: #fff;
}


/* section01
--------------------------- */

#section01{padding: 0 0 0 0;}


.section01__box {
	width: 100%;
	height:100vh;
	position: relative;

}
.section01__box__01 {
	width: 100%;
	position: fixed; /* absolute or fixed */

}

.section01__box__02 {padding: 0 0 0 0;}
.section01__box__02__ttl {
	padding: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}

.section01__box__02__ttl img{
	max-width: 600px;
	padding: 5vh 0 0 0;
}


.section01__box__02__01{
	margin: 0 auto;
	padding: 8vh 10px 20px 10px;
	max-width: 500px;
	font-size: 22px;
	line-height: 1.5;
}

.section01__box__02__01__fon01{
	font-size: 20px;
	line-height: 1.2;
	padding: 0 5px 2px 5px;
	border: solid 1px #000000;
	display: inline-block;
}

.section01__box__02__02{
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	max-width: 500px;
	font-size: 16px;
	line-height: 1.5;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.section01__box__02__03{
	margin: 30px auto;
	padding: 20px 10px 20px 10px;
	max-width: 500px;
	font-size: 20px;
	font-weight:bold;
	line-height: 1.5;
	text-align: center;
	color:#ac172a;
	border: solid 1px #ac172a;
}


.section01__box__03 {padding: 0 0 0 0;}
.section01__box__03 img {
	height:100vh;
	width: 100vw;
	padding: 95px 0 0 0;
	object-fit: cover;
	object-position: 0 0;
}

@media screen and (max-width: 750px) {
	.section01__box {height:100%; position: static;}
	.section01__box__01 {position: static;}
	.section01__box__02__ttl img{padding: 5vh 0 0 0;}
	.section01__box__02__01{font-size: 18px;}
	.section01__box__02__01__fon01{font-size: 16px;}
	.section01__box__02__02{font-size: 14px;}
	.section01__box__02__02{font-size: 18px;}
	.section01__box__03 img {height:auto;}
}



/* section02
--------------------------- */

#section02{
	padding: 30px 0 50px 0;
	background: #ac172a;
}

.section02__box__01 {
	padding: 0 0 0 0;
}

.section02__box__02 {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.section02__box__02 p{
	padding: 5px 0 5px 0;
}

.section02__ttl_box01 {
	position: relative;
	padding: 1.5rem;
	text-align: center;
	font-size:40px;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
	display:inline-block;
}

.section02__ttl_box01::before {
	position: absolute;
	bottom: 5px;
	left: 5%;
	width: 90%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #ffffff;
}

.section02__ttl_box02{
	text-align:center;
	font-size: 30px;
	font-weight:bold;
	color: #ffffff;
    padding: 20px 10px 10px 10px;
}


@media screen and (max-width: 750px) {
	.section02__box__02 {font-size: 14px;}
	.section02__ttl_box01{
	font-size: 20px;
	padding: 20px 0 20px 0;
	}
	.section02__ttl_box02{
	font-size: 18px;
	padding: 15px 0 10px 0;
	}
}



/* section03
--------------------------- */

#section03{
	padding: 0 0 0 0;
}

.section03__box__01 {
	margin: 65px auto 45px auto;
	max-width: 700px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #ac172a;
	background: #fed5d8;
	border-radius: 5px;
}

.section03__box__02 {
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

.section03__box__02 p{
	padding: 5px 0 5px 0;
}

.section03__ttl_box01{
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	color: #ac172a;
    padding: 20px 10px 10px 10px;
}

@media screen and (max-width: 750px) {
	.section03__box__02 {font-size: 16px;}
	.section03__ttl_box01{
	font-size: 20px;
	padding: 30px 0 10px 0;
	}
	.section03__box__01 {margin: 55px 10px 35px 10px;}
}



/* section04
--------------------------- */

#section04{
	padding: 0 0 0 0;
}

.section04__box__01 {
	margin: 0 0 0 0;
	padding: 20px 10px 20px 10px;
}

.section04__box__02 {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

.section04__box__03 {
	margin: 0 0 100px 0;
	padding: 0 0 25px 0;
	border-bottom: solid 1px #cccccc;
}

.section04__box__04 {
	padding: 2px 0 2px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

.section04__box__05 {
	padding: 2px 0 2px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #e32e3c;
}

.section04__ttl_box01{
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	color: #ac172a;
    padding: 20px 10px 40px 10px;
}

.section04__ttl_box02{
	font-size: 30px;
	font-weight:bold;
	color: #000000;
    padding: 20px 10px 10px 10px;
}

.section04__ttl_box03{
	font-size: 20px;
	font-weight:bold;
	color: #000000;
    padding: 5px 0 3px 0;
}

@media screen and (max-width: 750px) {
	.section04__box__02 {font-size: 14px;}
	.section04__ttl_box01{
	font-size: 20px;
	padding: 30px 0 10px 0;
	}
	.section04__ttl_box02{
	font-size: 18px;
	padding: 20px 10px 10px 10px;
	}
	.section04__ttl_box03{font-size: 16px;}
}

div.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


.section04__box__03 *, *:before, *:after {
	box-sizing: border-box;
}

.col_5{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_5 > div{
	width: 20%;
	padding: 10px;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 33.33333%;
	}
}


.col_3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_3 > div{
	width: 50%;
	padding: 10px;
}
.col_3 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 500px) {
	.col_3 > div{
		width: 100%;
	}
}


.section04__box__img img {
  width: 100%;
}


/* section05
--------------------------- */

#section05{
	margin: 80px 0 0 0;
	padding: 30px 0 30px 0;
	background: #eeeeee;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.section05__box__01 {
	padding: 0 0 0 0;
}

.section05__box__02 {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	line-height: 2.0;
	color: #000000;
}

.section05__box__02 p{
	padding: 5px 0 5px 0;
}

.section05__box__03 {
	padding: 10px 0 10px 0;
}

.section05__box__04 {
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	line-height: 2.0;
	color: #000000;
}

.section05__fo_01{
	font-weight:bold;
	color:#ac172a;
}

.section05__ttl_box01{
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	color: #ac172a;
    padding: 20px 10px 10px 10px;
}

.section05__f01{font-size: 12px;}
.section05__f02{
	border: solid 1px #ac172a;
	background: #fed5d8;
	font-size: 14px;
	padding: 0 2px 0 2px;
	margin: 0 0 0 10px;
}

.section05__f03{
	font-size: 14px;
	line-height: 1.2;
	padding: 2px 5px 2px 5px;
	border: solid 1px #000000;
	display: inline-block;
}

@media screen and (max-width: 750px) {
	#section05{margin: 20px 0 0 0;}
	.section05__box__02 {font-size: 14px;}
	.section05__ttl_box01{
	font-size: 20px;
	padding: 15px 0 10px 0;
	}
}


/* section06
--------------------------- */

#section06{
	margin: 80px 0 0 0;
	padding: 30px 0 30px 0;
	border-top: solid 1px #cccccc;
}

.section06__box__01 {
	padding: 0 0 0 0;
}

.section06__box__02 {
	padding: 10px 10px 10px 10px;
}

.section06__box__03 {
	padding: 25px 20px 10px 20px;
	font-size: 16px;
	line-height: 2.3;
	color: #000000;
}

.section06__box__03 p{
	padding: 5px 0 5px 0;
}

.section06__img__waku01 {
      padding:7px;
      border:1px solid #ccc;
      background:#fff;
      box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
    }

.section06__ttl_box01{
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	color: #ac172a;
    padding: 20px 10px 20px 10px;
}

.section06__ttl_box02{
	text-align:center;
	font-size: 25px;
	font-weight:bold;
	color: #000000;
    padding: 10px 10px 10px 10px;
}


@media screen and (max-width: 750px) {
	#section06{margin: 20px 0 0 0;}
	
	.section06__box__03 {font-size: 14px;}
	.section06__ttl_box01{
	font-size: 20px;
	padding: 15px 0 15px 0;
	}
	.section06__ttl_box02{
	font-size: 18px;
	padding: 15px 0 10px 0;
	}
}



/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}



/* ----------------------------------------
	Anime
---------------------------------------- */

/*左から右にフェードイン*/
.left-to-right {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.left-to-right.is-show {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}





/* ----------------------------------------
	footer
---------------------------------------- */

#footer_box{
	padding:25px 0 80px 0;
	margin: 10px 0 0 0;
}

.footer_logo {
	max-width: 300px;
	margin: 0 auto;
	padding:25px 25px 25px 25px;
}

.footer_copy{
	text-align:center;
	color: #000000;
	font-size: 12px;
	padding: 15px 0 0 0;
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 50px;
  background-color:rgba(0,0,0,0.5);
  border-radius: 50%;
  z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 750px){
	#page_top{
		right: 5%;
		bottom: 5%;
	}
}


/* 画像非印刷用
--------------------------- */
@media print{
	.ngprint{
		display:none;
	}
}

/* 右クリック、ドラッグ禁止
--------------------------- */
img {
  pointer-events: none; 
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
