@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: OverpassMono-Bold;
src: url("font/OverpassMono-Bold.ttf")
}
@font-face {
font-family: NotoSansJP-Black;
src: url("font/NotoSansJP-Black.otf")
}
@font-face {
font-family: NotoSansJP-Regular;
src: url("NotoSansJP-Regular.otf")
}
@font-face {
font-family: corp_round_v1;
src: url("font/corp_round_v1.ttf")
}
@font-face {
font-family: FLOPDesignFont;
src: url("FLOPDesignFont.ttf")
}


* {
	margin: 0;
}


/*画面自体がフェードイン*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*画面自体がフェードイン*/


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a {
		text-decoration: none;
}


body,
html {
  height: 100%;
  margin: 0 auto;
}

.tate_chousei {
	margin-top: -1035px;
}


/*固定する背景*/
table {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120%;
  padding: 5%;
}
.parallax-bg {
  background-image: url("image/comm_main.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-bg-b {
  background-image: url("image/comm_photo5.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/*スクロールするコンテンツ*/
.scrollbox {
 	background-image: url("image/back_beige.jpg");
	margin-top: -300px;
}



/*上に*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pageTop i {
  padding: 5px 8px 0px 0px;
}

#pageTop a span{
	font-size: 14px;
	font-weight: normal;
	margin: -15px 6px 0px 0px;
	display: block;
	line-height: 1.2em;	
}


#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  background-color: #497C38;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*上に*/

.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 0.5s ease;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadein2 {
    opacity : 0;
    transform : translate(0, 40px);
    transition : all 1.5s ease;
}
.fadein2.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2.5s ease;
}
.fadein3.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadein4 {
    opacity : 0;
    transform : translate(0, 60px);
    transition : all 3.5s ease;
}
.fadein4.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

body {
background-image: url("image/back_beige.jpg");
}
	
main {
	margin: 0 auto;
	width: 1500px;
	text-align: center;
}

.main-image img {
	width: 100%;
	margin-top: 200px;
}


h1 {
	font-size: 30px;
	font-weight: bold;
	color: #4B452D;
	font-family: "FLOPDesignFont";
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: block;
	top:0;
	margin: 0 auto;
	max-width: 670px;
	text-align: center;
}

h1:before, h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h1:before {
  border-left: solid 1px #4B452D;
  border-top: solid 1px #4B452D;
  border-bottom: solid 1px #4B452D;
  left: 0;
}
h1:after {
  content: '';
  border-top: solid 1px #4B452D;
  border-right: solid 1px #4B452D;
  border-bottom: solid 1px #4B452D;
  right: 0;
}



h2 {
	font-size: 22px;
	color: #4B452D;
	font-family: "FLOPDesignFont";
}


.title-style {
	text-align: center;
}
.title-style p {
	font-size: 55px;
	font-family: "JetBrainsMono-VariableFont_wght";
	font-weight: bold;
	color: #009EEF;
	line-height: 0.9;
}
.title-style img {
	width: 50%;
}
.title-style p span{
	font-size: 32px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #696969;
	font-weight: normal;
	margin: 15px;
}


nav {
	clear: both;
	padding: 10px;
}

.menu {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}

.menu ul li {
	display: inline-block;
}


.menu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
    border-left: dotted 1px #fff;
	padding: 10px 15px;
	font-family: "NotoSansJP-Regular";
}
.menu ul li a:hover {
	opacity: 0.7;
}

/* メニュー画像アコーディオン */
#popup {
	width:100%;
	min-width: 900px;
	line-height: 10px;
	background:#fff;
	padding:4% 1%;
	box-sizing:border-box;
	display: none;
	position:fixed;
	top:38%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.99;
	animation: fadeIn 0.7s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.7s ease 0s 1 normal;
}

@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

label img{
	width:230PX;
	padding: 1px;
}
label{
  display:block;
}
label span{
border-left: dotted 1px #fff;
  display:block;
  color:#fff;
	font-size: 15px;
　font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" ;
font-weight: bold;
  text-align:center;
	padding: 10px 15px;
}
label span:hover{
	cursor:pointer;
	opacity: 0.7;
}
input[type="checkbox"]{
  display:none;
}

input[type="checkbox"]:checked + #popup{
  display:block;
  transition:.2s;
}
/* メニュー画像アコーディオン */


.header {
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #324328;
}
.header1 {
	width: 100%;
	padding: 8px 5px 0px 0px;
	margin: 0 auto;
}
.header-box {
	background: #324328;
	height: 76px;
	background-size: auto 100%;
	width: 100%;
}

.under-line {
	background: #324328;
	height: 35px;
}
.under-line p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 7px;
}
.aisatsu {
	
}
.aisatsu span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #324328;
	font-size: 35px;
	font-weight: bold;
	text-shadow: 3px 2px 2px #fff;
}
.aisatsu p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #324328;
	font-size: 18px;
}

.news {
	padding: 30px;
	position: relative;
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

.news::before, .news::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.news::before {
	border-left: solid 1px #696969;
	border-top: solid 1px #696969;
	top: 0;
	left: 0;
}

.news::after {
	border-right: solid  1px #696969;
	border-bottom: solid 1px #696969;
	bottom: 0;
	right: 0;
}

.calendar-style {
	width: 700px;
	height: 350px;
	margin: 0 auto;
}

.two-box {
	width: 1000px;
	margin: 0 auto;
	padding: 15px;
}
.two-box img {
	width: 500px;
	display: inline-block;
}
.two-box p {
	width: 470px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #696969;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}

.kazari img {
	width: 680px;
	margin: 0 auto;
	display: block;
}

.map-title img {
	width: 200px;
	margin: 0 auto;
	display: block;
}
.map-title p {
	text-align: center;
	color: #696969;
	font-size: 18px
}

.back {
	background-image:url("image/back.gif");
	height: 30px;
}

.tate_line {
  margin: 0 auto;
  margin-top: -48px;
  width: 1px;
  height: 100px;
  background-color: #262626;
}


.style-logo {
	width: 240px;
	padding: 10px;
	margin: 0 auto;
	z-index: 220;
	margin-top: -90px;
	position: relative;
	filter: drop-shadow(1px 2px 3px #434343);
}
.logo-box {
	width: 1500px;
	margin: 0 auto;
	display: block;
}

.mail-style {
	float: right;
	width: 52px;
	padding: 10px;
}
.style-mail {
	margin: right;
	width: 160px;
	position: absolute;
	top: -16px;
	right: 0;
	padding: 15px;
}
.tel-fax {
	display: inline-block;
	padding: 15px;
	float: right;
}

.tel-fax p {
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.tel-fax span {
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
	font-size: 15px;
}

.photo-three {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.photo-three img {
	display: inline-block;
	width: 33%;
	padding: 15px;
}
.photo-three img:hover {
	opacity: 0.5;
}


.tate-box {
    height: 150px;
    width: 200px;
    /* フレックスコンテナであることを指定 */
    display: flex;
    /* テキストを縦書きに指定 */
    writing-mode: vertical-rl;
    /* 左右中央揃え */
    align-items: center;
	margin: 0 auto;
}

.tate-box p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #262626;
	line-height: 4;
	text-align: left;
	font-size: 18px;
	
}
.tate-box p a {
	text-decoration: none;
	color: #696969;
}
.tate-box p a:hover {
	color: #9C9C9C;
}

.sns {
	display: inline-block;
	padding: 15px;
	float: right;
}
.sns img {
	display: inline-block;
	width: 65px;
}

.top-line {
	background: #0abab5;
	height: 35px;
}
.top-line-b {
	background: #0abab5;
	height: 115px;
	margin-top: -30px;
}
.top-line-b p {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 25px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.top-line-c {
	background: #0abab5;
	height: 30px;
	margin-top: -30px;
}
.top-line-c p {
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 25px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.top-style {
	background: #DAFDFC;
	margin: 0 auto;
	width: 100%;
	height: 785px;
}

.top-font-line {
	float: left;
	font-size: 13px;
	width: 1000px;
	margin-left: 13%;
}

.top-font-line p{
	padding: 7px;
	color: #ffffff;
}


.top-font p {
	font-family: "NotoSansJP-Black";
	font-size: 150px;
	opacity: 0.6;
	color: #0BD6D0;
	text-align: left;
	transform: rotate(-5deg);
	width: 95%;
	margin: -600px 0px 0px 0px;
	line-height: 150px;
}

.top-photo img {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 220px;
	margin-bottom: 20px;
}

.smafo-sokyu img {
	width: 800px;
	margin: 0 auto;
	display: block;
}
.smafo-sokyu p {
	width: 950px;
	text-align: center;
	padding: 20px;
	font-size: 45px;
	font-family: "FLOPDesignFont";
	font-weight: bold;
	color: #4B452D;
}
.smafo-sokyu p span {
	font-size: 55px;
	font-family: "FLOPDesignFont";
	color: #0abab5;
}

.smafo-sokyu-b img {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
.smafo-sokyu-b p {
	width: 950px;
	text-align: center;
	padding: 20px;
	font-size: 45px;
	font-family: "OverpassMono-Bold";
	font-weight: bold;
	color: #696969;
}
.smafo-sokyu-b p span {
	font-size: 60px;
	font-family: "corp_round_v1";
	color: #0abab5;
}



.job-box {
	border: solid 1px #3C3C3C;
	width: 31%;
	padding: 20px 20px;
	margin: 15px;
	dispaly: inline-block;
	float: left;
}
.job-box img {
	width: 100%;
}
.job-box span {
	font-size: 30px;
	text-align: center;
	color: #103900;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-weight: bold;
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.job-box p {
	font-size: 18px;
	text-align: left;
	color: #555555;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	margin-top: 9px;
	display: inline-block;
    text-align: justify;
    text-justify: inter-ideograph;
}

.job-boxbox {
	width: 1400px;
	margin: 0 auto;
	display: block;
}

.center-style-b {
	margin: 0 auto;
	max-width: 1400px;
}

.photo-box {
	margin: 0 auto;
	width: 100%px;
}
.photo-box img {
	width: 60%;
	float: left;
}
.font-box {
	background: #fff;
	opacity: 0.85;
	border-radius: 3px;
	position: relative;
	z-index: 150;
	float: left;
	margin: -430px 0px 0px 720px;
	width: 50%;
	padding: 20px;
    line-height: 2;
}
.font-box p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #262626;
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.font-box span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #103900;
	font-size: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
    line-height: 1;
}




.clear {
	clear: both;	
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { display: block !important; }
	.sp { display: none !important; }





@media screen and (max-width: 768px) {

/*ハンバーガーメニューはじめ*/

	

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #696969;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #EEF2D0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #696969;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	color: #4B452D;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #5A5A5A;
    padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
    opacity: 0.7;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}	
	
/*ハンバーガーメニューおわり*/
	
	
.main-image {
	margin-top: -185px;
}
main {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.title-style {
	width: 90%;
	margin: auto;
}
.title-style img {
	width: 90%;
}

	
.job-box {
	border: solid 1px #3C3C3C;
	width: 94%;
	padding: 20px 20px;
	dispaly: block;
}
.job-box p {
	font-size: 15px;
	text-align: left;
	color: #555555;
	font-family: "MPLUS1p-Bold";
	display: block;
    text-align: justify;
    text-justify: inter-ideograph;
}
.job-boxbox {
	width: 95%;
	margin: 0 auto;
	display: block;
}
.job-box span {
	font-size: 30px;
	text-align: center;
	color: #103900;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	display: block;
}
	
.news {
	padding: 30px;
	position: relative;
	width: 80%;
	height: 300px;
	margin: 0 auto;
}
	
.tate-box {
    height: 150px;
    width: 80%;;
    /* フレックスコンテナであることを指定 */
    display: flex;
    /* テキストを縦書きに指定 */
    writing-mode: vertical-rl;
    /* 左右中央揃え */
    align-items: center;
	margin: 0 auto;
	margin-top: -50px;
}
.tate-box p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #262626;
    line-height: 2.8;
    text-align: left;
    font-size: 16px;
}

.calendar-style {
	width: 90%;
	height: 350px;
	margin: 0 auto;
}

	
.photo-three img {
	display: block;
	width: 95%;
	padding: 10px;
}

.two-box {
	width: 90%;
}
.two-box img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.two-box p {
	width: 92%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #696969;
	font-size: 18px;
	display: block;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
}
.aisatsu span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #324328;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 3px 2px 2px #fff;
}

	
h1 {
	font-size: 22px;
	font-weight: lighter;
	font-style: italic;
	color: #4B452D;
	font-family: "NotoSansJP-Black";
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: block;
	top:0;
	margin: 0 auto;
	max-width: 650px;
	text-align: center;
}
h2 {
	font-size: 18px;			
}
	
.header1 {
	width: 100%;
	padding: 25px 8px;
}

.style-logo-sp {
	display: inline-block;
}
.style-logo-sp img {
	margin: left;
	width: 110px;
	padding: 20px;
}
	
.style-logo-sp p{
	color: #262626;
	position: absolute;
	top: 53px;
	left: 90px;
	font-size: 29px;
	font-weight: bold;
	font-family: "corp_round_v1";
	line-height: 0.8;
}
.style-logo-sp span{
	color: #262626;
	position: absolute;
	font-size: 20px;
	font-weight: normal;
	font-family: "corp_round_v1";
}

.style-mail {
	margin: right;
	width: 110px;
	position: absolute;
	top: 60px;
	right: -15px;
	padding: 15px;
}	
	
.sns {
	display: inline-block;
	padding: 15px;
}
.sns img {
	display: inline-block;
	width: 45px;
	position: relative;
	z-index: 999;
	top: -87px;
	right: 60px;
}

.top-font p {
	font-family: "NotoSansJP-Black";
	font-size: 50px;
	color: #0BD6D0;
	text-align: left;
	transform: rotate(-5deg);
	width: 100%;
	margin: -345px 0px 0px -7px;
	line-height: 50px;
}
.top-line-c {
	background: #0abab5;
	height: 25px;
	margin-top: -30px;
}
.top-line-c p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding: 15px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.top-photo img {
	width: 100%;
	margin-top: 85px;
}
.smafo-sokyu img {
	width: 90%;
}
.smafo-sokyu p {
	width: 90%;
	font-size: 20px;
}
.smafo-sokyu p span {
	font-size: 27px;
}
	
.smafo-sokyu-b img {
	width: 50%;
	margin: 0 auto;
	display: block;
}

.center-style-b {
	margin: 0 auto;
	width: 100%;
}

.photo-box {
	margin: 0 auto;
	width: 100%;
}
.photo-box img {
	width: 100%;
	float: left;
}

.font-box {
	background: #fff;
	opacity: 0.85;
	position: relative;
	z-index: 150;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	width: 100%;
}
.font-box p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #262626;
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.font-box span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}	

.kazari img {
	width: 68%;
}
	
	
	

	
.rin-box {
	width: 90%;
	margin: 0 auto;
}
.rin-box-b {
	width: 100%;
	margin: 0 auto;
}
.rin-box-c {
	width: 100%;
	margin: 0 auto;
}
.rin-box-d {
	width: 100%;
	margin: 0 auto;
}
.comment {
	width: 100%;
	margin: 0 auto;
}
.chara-blue img {
	width: 25%;
	padding: 20px;
	float: right;
	margin-top: -500px;
	z-index: 20;
}
.chara-cha img {
	width: 90%;
	padding: 5px;
	float: left;
	margin-top: 0px;
}
.comment-g {
	width: 98%;
	text-align: left;
	text-align: justify;
	margin: 0 auto;
	float: right;
	margin-top: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.comment-r {
	width: 98%;
	text-align: left;
	text-align: justify;
	margin: 0 auto;
	float: right;
	margin-top: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.chara-orange-top img {
	width: 90%;
	padding: 20px;
	float: right;
	margin-top: -12px;
	z-index: 800;
	position: relative;
}
.chara-orange img {
	width: 40%;
	padding: 28px;
	float: left;
	margin-left: -70px;
	margin-top: -230px;
}
.chara-orange-b img {
	width: 40%;
	padding: 28px;
	float: left;
	margin-left: 180px;
	margin-top: -230px;
}
.chara-orange-c img {
	width: 30%;
	padding: 28px;
	float: left;
	margin-left: -70px;
	margin-top: -190px;
}
.comment-o {
	width: 98%;
	text-align: left;
	text-align: justify;
	margin: 0 auto;
	float: right;
	margin-top: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.flow img {
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 0px;
}
.comment-f {
	width: 90%;
	text-align: left;
	text-align: justify;
	margin: 19px;
	float: right;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.comment-f p {
	font-size: 15px;
	color: #696969;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.comment-f span {
	font-size: 25px;
}
.comment-c {
	width: 100%;
}
.comment-d {
	width: 100%;
}
.comment-e {
	width: 95%;
}

.price-box {
	border: dotted 5px #0abab5;
	width: 78%;
	text-align: center;
	float: left;
	margin: 20px;
}
.puls img {
	margin: 0 auto;
	display: block;
	width: 50px;
	padding: 20px;
}
.naka-obi {
	background: #DAFDFC;
	margin: 0 auto;
	width: 100%;
	height: 3310px;
	z-index: -1.5;
}
.under-line {
	background: #324328;
	height: 35px;
}
.under-line p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.company table {
		width: 90%;
}
.price-waku table {
	width: 95%;
}
.kukan-style {
	margin-top: 110px;
}
.kaigyo-pac {
	background: #0abab5;
	border-radius: 20px;
	width: 95%;
	margin: 10px;
}

.tasu {
	float: none;
}
.tasu p {
	font-size: 60px;
	font-family: "corp_round_v1";
	color: #0abab5;
	padding: 10px;
	text-align: center;
}
.tel-banner img {
	margin: 0 auto;
	margin-top: -90px;
	width: 90%;
	display: block;
	padding: 20px;
}
	
.font-move {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 90px;
	font-weight: bold;
}
obi-box obi span {
  position: relative;
  color: #fff;
  font-family: "OverpassMono-Bold";
  padding: 10px 10px 7px 10px;
  font-size: 30px;
  line-height: 53px;
  letter-spacing: 0em;
  white-space: nowrap;
}
.zoom {
	text-align: center;
}
.zoom-photo {
	width:90%;
}
.zoom-photo img {
	width: 90%;
}
.zoom-photo p {
	text-align: left;
	padding: 10px;
}
.zoom-photo img:hover {
	transform: scale(1.05, 1.05);
}
.blog-photo img {
	width: 100%;
	float: left;
	padding: 0px 20px 6px 0px;
}
.blog-photo p {
	font-size: 15px;
	text-align: left;
	color: #696969;
	padding: 18px;
	text-align: justify
}
.blog-photo p span {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #696969;
	font-family: "corp_round_v1";
	line-height: 1.1;
	margin-top: -15px;
	display: block;
}
.blog-date {
	background: #0abab5;
	width: 80px;
	height: 300px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	display: block;
	padding: 18px;
	margin: 18px;
}
.dott-line {
	width: 100%;
}

	
	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
	.pc { display: none !important; }
	.sp { display: block !important; }
}