@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');


* {
	padding: 0;
	margin: 0;
}

html {
  width:100%;
  overflow-x:hidden;
}

body {
	color: #554738;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	width:100%;
	overflow-x:hidden;	
	/*background-image: url(../img/bg_01.png);*/
}

.font_mincho {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}

.ie_alert{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #005243; /* rgba未対応の古いIE用 */
    text-align: center;
    padding: 10% 0;
    z-index: 1000;
    color:white;
}


section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #554738;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #ede4cd;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

hr {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#005243;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.viewer {
	width:100%;
	height:98vh;
    object-fit:cover;
    image-rendering: -webkit-optimize-contrast;
}

.pc {
	display:block;
}

.sp {
	display:none;
}

.sm_p {
	position:absolute;
	color:#ede4cd;
	font-size:12px;
	right:10px;
	z-index:1002;
}

.topic {
	display:block;
	position:absolute;
	width:600px;
	height:200px;
	bottom:5%;
	left:50px;
	background-color:rgba(0,53,85,0.9);
}

.topic_sp {
	display:none;
}

.topic_pc {
	display:block;
} 

.topic h2 {
	font-size:18px;
	text-align:center;
	color:rgba(192,153,51,1);
	padding-top:8px;
	font-weight:500;
}

.topic p {
	font-size:14px;
	font-weight:500;
	color:#ede4cd;
	padding:0 10px 0px 10px;
	margin:5px 0 0px 0;
}


.title {
	position:relative;
	width:1400px;
	height:auto;
	margin:0 auto;
	padding:25px 10px 10px 15px;
}

.title h2 {
	font-size:30px;
	font-weight:400;
	margin-bottom:0;
	color:#554738;
}

.title .smp {
	font-size:28px;
	font-weight:400;
	margin-top:0;
	margin-bottom:0;
	margin-left:-10px;
	color:#554738;
}

.title .smpp {
	position:absolute;
	font-size:14px;
	font-weight:200;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	right:200px;
	top:60px;
	color:#554738;
}


.title .pik_bt {
	position:absolute;
	right:10%;
	top:50px;
}

.button02{
	display: inline-block;
	font-size:14px;
     width: 150px;
     height:35px;
     line-height: 35px;
     color: #005243;
     text-decoration: none;
     text-align: center;
     background-color:white; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin-right:5px;
     border:1px #005243 solid;
}

.button02:hover {
     background-color:#005243; /*ボタン色*/
     color:#ede4cd;
}

/*
.cssArrow_l {
    padding-left: 2em;
    padding-right: 0.5em;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 10px 25px;
    padding: 0;
    border-bottom: 1px solid #005243;
    line-height: 1em;
    width:100%;
}

*/

.cssArrow_l {
	position: relative;
	width:100%;
	/*margin-top:10px;*/
	margin-bottom: 10px;
	height:5px;
}

.cssArrow_l img {
	margin:0;
	height:5px;
	width:100%;
}

.cssArrow_r {
    padding-left: 2em;
    padding-right: 0.5em;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 10px 25px;
    padding: 0;
    border-bottom: 1px solid #ede4cd;
    line-height: 1em;
    width:90%;
}


/* 矢印の先端 */
/*
.cssArrow_l::before {
    position: absolute;
    left: -2px;
    bottom: -1px;
    border-left: 1.8em solid transparent;
    border-bottom: 0.6em solid #005243;
    content: "";
}
*/

.cssArrow_r::before {
    position: absolute;
    left: -2px;
    bottom: -1px;
    border-left: 1.8em solid transparent;
    border-bottom: 0.7em solid #ede4cd;
    content: "";
}


#pagetop{
    position:fixed;
    right:0;
    bottom:20px;
    cursor:pointer;
    width:60px;
    height:60px;
    line-height:60px;
    z-index:1;
    background-color:rgba(4,98,67,0.8);
    color:#ede4cd;
    text-align:center;
    border-radius:5px;
    z-index:1001;
}

#pagetops{
    position:fixed;
    right:0;
    bottom:85px;
    width:60px;
    height:150px;
    line-height:40px;
    z-index:1;
    background-color:rgba(4,98,67,0.8);
    color:#ede4cd;
    text-align:center;
    font-size:12px;
 	padding:0;
 	border-radius:5px;
 	z-index:1001;
}
#pagetop:hover {
	background-color:#005243;
}

#pagetops:hover {
	background-color:#005243;
}

#pagetops a {
	font-size:30px;
	text-decoration: none;
	color:#ede4cd;
}


/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2002;
	background-color: #005243;
}


.loader {
	color: #888;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------*/


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position:absolute;
	z-index: 300;
	color: #FFF;
}

header h1 a img {
	display: block;
	position: absolute;
	image-rendering: -webkit-optimize-contrast;
}

header .h_btn a {
	 display: inline-block;
	 font-size:14px;
     width: 150px;
     height:35px;
     line-height: 35px;
     color:#ede4cd;
     text-decoration: none;
     text-align: center;
     background-color:#005243; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin-right:5px;
     border:1px rgba(230,216,179,1) solid;
}
header .h_btn a:hover {
     background-color:rgba(239,235,225,1); /*ボタン色*/
     color:rgba(72,69,57,1);
}

.top_botton {
	display:flex;
	width:690px;
	position:absolute;
	z-index:1001;
	justify-content: space-evenly;
	right:0;
	top:1vh;
}

header .h_tel {
	position:absolute;
	text-align:right;
	top:60px;
	right:0;
	z-index:300;
	width:100%;
}

header .h_tel a {
	text-decoration: none;
	color: #ede4cd;
	font-size:14.5px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

header .h_tel a strong {
	font-size: 130%;
}

header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #ede4cd;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #554738;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D1CB;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #554738;
}

.pankuzu li::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #554738;
}

.pankuzu li i {
	padding-right: 5px;
}

.pankuzu li:last-child::after {
	display: none;
}

@keyframes top_box {
  100% {
    left: 25%;
  }
}

.top_box {
	position:absolute;
	top:80%;
	color:#ede4cd;
	left:35%;
	animation-name: top_box;
	animation-duration: 3s;
	animation-iteration-count:1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
	z-index:299;
}

.top_box h1{
	font-size:40px;
	font-weight:400;
}

.top_box h2{
	font-size:64px;
	font-family:'Monotype Corsiva','Carattere', cursive;
	text-align:right;
}

.top_box .spa {
	font-size:24px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}
.cont_wrap {
	max-width: 1400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#top_slide {
	padding-top: 100px;
	background-color: #005243;
	padding-bottom: 10px;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	line-height: 30px;
	padding-top: 230px;
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #ede4cd;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}

#sub_top span {
	position: relative;
	z-index: 150;
}

.content h2 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ede4cd;
	letter-spacing: 2px;
	color: #554738;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 40%;
	font-weight: normal;
}

.content h4 {
	font-size: 20px;
	color: #554738;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span.news_date {
	color: #554738;
	padding-right: 20px;
}

.content .ul_news li span.news_icon {
	color: #ede4cd;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #005243;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ul_news li span.news_icon.cl_02 {
	background-color: #005243;
}


.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	width:370px;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	width:370px;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}

.img_right_topic001 {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	width:335px;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}

.img_left_topic002 {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	width:335px;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}

.img_left_remv {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	width:80%;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}



.img_center_line {
	display: block;
	padding-left: 30px;
	width:200px;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}



.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

.content ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cont_s_s {
	display:flex;
	justify-content: space-center;
	height:auto;
}

.cont_k {
	width:100px;
	height:30px;
	line-height:30px;
	padding:0 10px 0 10px;
	text-align:center;
	font-size:14px;
	margin:0 5px 10px 5px;
	border-radius:10px;
	background-color:#554738;
	color:#e6eae3;
	
}

.cont_kz {
	width:100px;
	height:30px;
	line-height:30px;
	font-size:14px;
	margin:0 5px 10px 5px;
	padding:0 10px 0 10px;
}

.content .f_bn li {
	display: inline;
}
.content .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color:#554738;
	margin-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}

.content .f_bn li a:hover {
	background-color: #005243;
	color:#ede4cd;
}

.content .f_bn li a i {
	padding-right: 5px;
	font-size: 300%;
}

.sns_p {
	margin:0!important;
	padding:0!important;
}

.pik_btsp {
	display:none;
}

.button01{
	 display: inline-block;
	 font-size:14px;
     width: 150px;
     height:35px;
     line-height: 35px;
     color:#ede4cd;
     text-decoration: none;
     text-align: center;
     background-color:#005243; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin-right:5px;
     border:1px rgba(230,216,179,1) solid;
}

.button01:hover {
     background-color:rgba(239,235,225,1); /*ボタン色*/
     color:rgba(72,69,57,1);
}

.gp_img {
	border:1px #ede4cd solid;
	margin-left:30px;
	image-rendering: -webkit-optimize-contrast;
}


/***ステップバーデザイン１***/
.step-wrap1 {
 counter-reset:count;
 margin: 2em 10px 0 20px;
 position: relative;
}
.step-content1 {
 padding: 0 0 1.3em 2em;
 margin: 0;
 position: relative;
}
.step-content1::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 background: #005243;
 border: solid 3px #ffffff;
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 3px;
 box-shadow: 0 0 0 2px #005243;
}
.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 35px);
 border-left: dotted 5px #005243;
 position: absolute;
 top: 30px;
 left: 10px;
}
.step-title1 {
 font-weight: bold;
 font-size: 120%;
}
.step-label1 {
 color: #554738;
 font-weight: bold;
}
.step-label1::after {
 counter-increment:count;
 content:counter(count);
 position: relative;
 left: .3em;
}
.step-body1 {
 margin-top: .5em;
 padding: 0 0 1em;
 border-bottom: dotted 2px #005243;
}
.step-wrap1 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン１***/


/*
インスタグラム
-------------------------------------------*/

.instagram {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	background:url('../img/WS000149.png');
	overflow:hidden;
}

.instagram_in {
	width:1200px;
	margin:0 auto;
}

.instagram h2 {
	/*font-size:30px;*/
	text-align:center;
	color:rgba(192,153,51,1);
	padding-top:20px;
	font-family:'Lucida Calligraphy', serif;
}

.instagram .smp {
	font-size:14px;
	text-align:center;
	color:rgba(192,153,51,1);
	margin-top:0px;

}

.instagram .nomp {
	font-size:16px;
	text-align:center;
}


.instagram img {
    width:220px;
    height: 230px;
    image-rendering: -webkit-optimize-contrast;
}

.slide{
  list-style-type: none!important;
  overflow: hidden;
  box-shadow: 0 2px 5px #999;
  padding:10px 0!important;
  width: 100%;
  height:225px;
  margin-left:0!important;
  margin-top:2em!important;
  margin-bottom:2em!important;
  zoom: 1;
}


.slide li{
  float:left;
  margin-left:17px;
}


.slide:before,
.slide:after{
    content: " ";
    display: table;
}
 

.slide:after{
    clear: both;
}

/*
スタッフ紹介
-------------------------------------------*/


.staff {
	position:relative;
	width:1400px;
	height:auto;
	margin:0 auto 20px auto;
}

.staff h2 {
	font-weight:400;
	margin-bottom:0;
}

.staff .smp {
	position:absolute;
	font-size:14px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:0;
	color:rgba(0,64,44,1);
	top:32px;
	right:2px;
}

.staff .cont_box_l {
	position:relative;
	width:100%;
	height:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:50px;
	z-index:99;
}

.staff .cont_box_r {
	position:relative;
	width:100%;
	height:auto;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom:50px;
	z-index:99;
}

.staff .small_p {
	font-size:12px;
}

.staff .bigs_p {
	font-size:24px;
}

.staff .bigs_l {
	position:absolute;
	font-size:90px;
	font-weight:900;
	top:20%;
	right:40%;
	color:#e6eae3;
	margin:0;
	padding:0;
	z-index:1;
}

.staff .bigs_r {
	position:absolute;
	font-size:90px;
	font-weight:900;
	top:20%;
	left:40%;
	color:#e6eae3;
	margin:0;
	padding:0;
	z-index:1;
}


.cont_syashin {
	width:300px;
	height:400px;
	box-shadow:5px 5px 10px #ede4cd;
	margin-right:30px;
}

.cont_syashin img {
	width:100%;
	height:100%;
    object-fit:cover;
    image-rendering: -webkit-optimize-contrast;	
}

.cont_keireki {
	width:700px;
	height:auto;
	z-index:10;
}

.cont_keireki_r {
	width:700px;
	height:auto;
	text-align:right;
	z-index:10;
}


@media screen and (max-width:1200px){
	
.cont_keireki {
	width:500px;
	height:auto;
}

.cont_keireki_r {
	width:500px;
	height:auto;
	text-align:right;
}


.staff .bigs_l {
	top:18%;
	right:25%;
}

.staff .bigs_r {
	top:20%;
	left:25%;
}


.staff {
	width:100%;
}


.title_hr1 {
	width:900px;
}

.title .smppx {
	right:25%!important;
}


}



/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #CCDBDD;
	padding-bottom: 50px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4CACD;
}

.box_contact.only_tel {
	background-image: none;
}

.box_contact h3 {
	color: #006384;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0085B2;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0085B2;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.box_contact .tel a {
	font-size: 30px;
	font-weight: bold;
	color: #0085B2;
	text-decoration: none;
}
.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}

@media screen and (min-width:1200px){
	
.box_contact .box_in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_contact .btn {
	float: left;
	width: 50%;
}

.box_contact .tel {
	float: right;
	width: 50%;
}

.box_contact.only_tel .tel {
	float: none;
	width: 100%;
}


}

@media screen and (max-width:480px){
.box_contact .btn a {
	font-size: 18px;
}
.box_contact .tel a {
	font-size: 24px;
}

}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #ede4cd;
	text-align: center;
	display: block;
	font-size: 10px;
	background-color: #005243;
	padding: 15px;
	width: 26px;
	font-size: 26px;
	line-height: 30px;
}
.to_top a:hover {
	background-color: #003555;
}


address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
}


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #554738;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 33%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #ede4cd;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th,
.content table.table_02 td {
	padding: 20px;
	border: 1px dotted #554738;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #ede4cd;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #ede4cd;
}


.content table.table_02 .tr_gr th {
	background-color: #ede4cd;
}
.content table.table_02 .tr_gr td {
	background-color: #ede4cd;
}

.content table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #554738;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


.small {
	font-size: 80%;
	color: #554738;
}
.chui {
	color: #6b395f;
}


.table_01 th span {
	font-size: 12px;
	color: #554738;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005243;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #005243;
	color: #ede4cd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #ede4cd;
	background-color: #005243;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #005243;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #ede4cd;
	padding: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
実績一覧
-------------------------------------------*/
ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 23%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.works_list li .works_icon {
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #ede4cd;
	background-color: #005243;
	z-index: 50;
}

ul.works_list li a {
	display: block;
	padding: 20px;
	background-color: #005243;
	text-decoration: none;
	color: #333;
	border: 1px solid #005243;
}
ul.works_list li a img {
	width: auto;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.3);
    -moz-filter:brightness(1.3);
    -ms-filter:brightness(1.3);
    filter:brightness(1.3);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list li a span.mask {
	display: block;
	width: auto;
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding-top: 0px;
}

ul.works_list li a:hover {
	color: #ede4cd;
	background-color: #005243;
}


/*
スライダー
-------------------------------------------*/

.sp-slide {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-height: 800px;
	overflow: hidden;
}
.sp-slide.sp-selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sp-thumbnail-container img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
}

.sp-thumbnail-container img {
	height: 100% !important;
}

.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	cursor: pointer;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.top_base {
	position: absolute;
	z-index: 100;
	mix-blend-mode: multiply;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
}

/*キャッチ背景　赤系*/
.top_base.cl_01 {
 background: rgb(217,0,72);
background: -moz-radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
background: -webkit-radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
background: radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d90048",endColorstr="#ff1250",GradientType=1); 
}

/*キャッチ背景　緑系*/
.top_base.cl_02 {
 background: rgb(102,204,0);
background: -moz-radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
background: -webkit-radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
background: radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66cc00",endColorstr="#94cf00",GradientType=1); 
}

/*キャッチ背景　青系*/
.top_base.cl_03 {
 background: rgb(0,162,221);
background: -moz-radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
background: -webkit-radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
background: radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2dd",endColorstr="#00cff4",GradientType=1); 
}

#top_slide .top_catch {
	z-index: 200;
	font-size: 56px;
	line-height: 0.6;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 44%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	}
	
#top_slide .top_catch span {
	font-size: 25%;
}

#top_slide .slide_btn a {
	display: block;
	position: absolute;
	z-index: 200;
	left: 50%;
	bottom: 25%;
	font-size: 18px;
	color: #ede4cd;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #005243;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#top_slide .slide_btn a:hover {
	background-color: #ede4cd;
	color: #111;
}

/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}
.pickup ul li {
	width: 24%;
	position: relative;
}
.pickup ul li a {
	text-decoration: none;
	display: block;
}

.pickup ul li a:hover {
	transform:scale(1.1,1.1);

}

.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #005243;
	color: #ede4cd;
	padding-left: 10px;
	padding-right: 10px;
}

.pickup ul li a .pu_icon.cl_02 {
	background-color: #005243;
}

.pickup ul li a .pu_title {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #554738;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #ede4cd;
	padding-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #554738;
	padding-bottom: 10px;
}

.pickup ul li a:hover .pu_title {
	border-top-color: #003555;
}

.pickup ul li a p {
	color:#554738;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pickup ul li a img {
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
    filter:brightness(0.8);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 300px;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}


/*-----------------------------------------
診療メニュー
-------------------------------------------*/

.s_menu {
	background-color: #ede4cd;
	padding-top: 30px;
	padding-bottom: 30px;
}

.s_menu ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.s_menu ul li {
	width: 24%;
	position: relative;
	background-image:url('../img/WS000149.png');
}

.s_menu ul li:hover {
	transform:scale(1.1,1.1);
	z-index:1000;
}

.s_menu ul li a {
	text-decoration: none;
	display: block;
}


.s_menu ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #005243;
	color: #ede4cd;
	padding-left: 10px;
	padding-right: 10px;
}

.s_menu ul li a .pu_icon.cl_02 {
	background-color: #005243;
}

.s_menu ul li a .pu_title {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	color:rgba(192,153,51,1);
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #554738;
	padding-bottom: 10px;
}

.s_menu ul li a:hover .pu_title {
	border-top-color: #003555;
}

.s_menu ul li a {
	color:#554738;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.s_menu ul li p {
	color:#ede4cd;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.s_menu ul li a img {
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
    filter:brightness(0.8);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 35vh;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

.s_menu ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
    image-rendering: -webkit-optimize-contrast;
}

.Link2 {
	text-decoration: none;
	color:rgba(192,153,51,1)!important;
	font-size:1rem;
	padding:0 0 3px 7px;
	font-weight:400;
}

.Link2:hover {
	background-color:rgba(10,53,85,1);
	color:#ede4cd;
}


.hosp {
	position:relative;
	width:100%;
	height:85px;
	margin:0 auto;
	background:url('../img/WS030155.jpg');
	background-size:auto;
	padding:10px 0 20px 10px;
	justify-content: center;
    align-items: center;
    display: flex;
}

.hosp2 {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	background:url('../img/WS030155.jpg');
	background-size:cover;
	padding:10px 0 20px 10px;
	justify-content: center;
    align-items: center;
    display: flex;
}



.hosp h2 {
	font-weight:400;
	margin-bottom:0;
	color:#003555;
	text-align:center;
}


.hosp_ms {
	width:1200px;
	height:auto;
	margin:0 auto;
	text-align:center;
}

.hosp_ms h2 {
	font-size:30px;
	font-weight:400;
	margin-bottom:0;
	color:rgba(192,153,51,1);
	text-align:center;
}

.hosp_ms .smp {
	font-size:18px;
	font-weight:400;
	margin-top:0;
	margin-bottom:0;
	color:rgba(192,153,51,1);
	text-align:center;
}

.hosp_ms .in_box {
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.hosp_imgbox {
	width:150px;
	height:150px;
	image-rendering: -webkit-optimize-contrast;
}

.in_box .p_box {
	text-align:left;
	display: inline-block;
	color:#554738;
	margin: 20px 10px 10px 15px;
	width:500px;
}

.sns_p {
	margin:0!important;
	padding:15px!important;
}

.news_day {
	height:30px;
	line-height:50px;
	width:130px;
	margin-left:30px;
	float:left;
}

.news_day a {
	color:#554738;
	font-size:16px;
	text-decoration: none;
}

.news_title {
	height: 30px;
	line-height:50px;
	color:#005243;
	float:none;
}

.news_title a {
	color:#554738;
	font-size:16px;
	text-decoration: none;
}

.news_cent {
	text-align:center;
}

.news_view {
	margin-left:20%;
}

/*-----------------------------------------
プライスメニュー
-------------------------------------------*/


.auto-style25 {
	text-align: center;
	border: 1px solid #E1DFD9;
	height: 40px;
	line-height:40px;
}

.auto-style26 {
	text-align: center;
	font-family: 'Californian FB', cursive;
	border: 1px solid #E1DFD9;
	height: 40px;
}

.auto-style41 {
	border-collapse: collapse;
	border: 1px solid #E1DFD9;
	margin-left:50px;
}
.auto-style42 {
	text-align: center;
	border: 1px solid #E1DFD9;
	background-color: #E1DFD9;
}


.title .smppx {
	position:absolute;
	font-family:"Lucida Handwriting","Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif
	font-size:14px;
	font-weight:200;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	right:5%;
	top:65px;
	color:#554738;
}

.title_hr1 {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#005243;
	margin-right:200px !important;
	margin-left: 0px !important;
	margin-bottom:10px !important;
	margin-top:-8px !important;

}

.title_hr2 {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#005243;
	margin-left:50px !important;
	margin-right:0px !important;
	
}

@media screen and (min-width:1200px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 120px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position:absolute;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a img {
	top: 10px;
	left: 10px;
}

header .h_btn a {
	width: 160px;
	top: 7px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
}

header.fixed {
	height: 100px;
}

header.fixed h1 a img {
	height: 40px;
	top:5px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
	line-height: 30px;
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 98%;
	padding-left: 2%;
	display: block !important;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: 16%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #ede4cd;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0px;
	width: 50%;
	left: 25%;
	background-color: #005243;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #005243;
	top:0px;
	width: 70%;
	left: 15%;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #ede4cd;
	text-shadow:unset;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #005243;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #005243;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #005243;
	box-shadow: rgba(0, 82, 67, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 82, 67, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 82, 67, 0.2) 0px 0px 3px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 16%;
	padding-left: 3%;
	padding-top: 14px;
	padding-bottom: 12px;
	line-height: 22px;
	height: auto;
	color: #ede4cd;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	
#g_navi li ul li a::after {
	content: "+";
	color: #ede4cd;
	position: absolute;
	display: block;
	left: 15px;
	top: 14px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #ede4cd;
}
#g_navi ul li ul li a:hover{
	color: #005243;
	background-color:#ede4cd;
	text-shadow:unset;
	box-shadow: rgba(0, 82, 67, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 82, 67, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 82, 67, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}
/*孫階層以降共通*/


#g_navi ul li ul li:hover div{
  visibility: visible;
  opacity: 1;
}	
	
#g_navi div.ac_list2 {
	position: absolute;
	z-index: 2020;
	top: 70px;
	left: 0px;
	opacity: 0 !important;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #024E40;
	box-shadow: rgba(0, 82, 67, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 82, 67, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 82, 67, 0.2) 0px 0px 3px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#g_navi div.ac_list2 {
	display: block !important;
}


#g_navi a.ac_menu2::before {
	display: none;
}

#g_navi ul li ul li:hover div{
  visibility: visible;
  opacity: 1 !important;
}
	
	
#g_navi li li li a::before {
	display: none;
}
#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a::after {
	top: 9px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}

/*
サブトップ
-------------------------------------------*/
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.news {
	background-image: url(../img/WS030286.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.hello {
	background-image: url(../img/WS030141.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.pickup {
	background-image: url(../img/WS030298.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
	image-rendering: -webkit-optimize-contrast;

}
#sub_top.company {
	background-image: url(../img/WS030280.jpg);
	image-rendering: -webkit-optimize-contrast;

}
#sub_top.sample {
	background-image: url(../img/sub_top_sample.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.price {
	background-image: url(../img/WS030142.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.rs {
	background-image: url(../img/WS030146.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.inner {
	background-image: url(../img/WS030255.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.cpling {
	background-image: url(../img/WS030479.png);
	image-rendering: -webkit-optimize-contrast;

}


#sub_top.rm {
	background-image: url(../img/WS030158.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.skin {
	background-image: url(../img/WS030112.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.mda {
	background-image: url(../img/WS030123.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.sy {
	background-image: url(../img/WS030204.jpg);
	image-rendering: -webkit-optimize-contrast;
}

.no_pc {
	display: none;
}

}
/*(/960～)*/


@media screen and (min-width:1200px){
header .h_btn a {
	right: 50%;
	margin-right: -600px;
}

header h1 a img {
	left:5%;
}

}
/*(/1200～)*/



@media screen and (min-width:1600px){
.sp-horizontal .sp-previous-arrow {
	left: 50% !important;
	margin-left: -750px;
}

.sp-horizontal .sp-next-arrow {
	right: 50% !important;
	margin-right: -750px;
}


}
/*(/1600～)*/

@media screen and (max-width:1200px){

body {
	font-size: 16px;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 32%;
}

#top_slide {
	padding-top: 50px;
}

#sub_top {
	height: 80px;
	padding-top: 100px;
	letter-spacing: 0.5em;
	font-size: 18px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #CCC;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #FFF;
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color:  rgba(0, 82, 67,1);
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li {
	margin-bottom: 1px;
}

#g_navi ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
	/*background-color: rgba(255, 255, 255, 0.1);*/
}
#g_navi ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/

#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #ede4cd;
}
#g_navi ul li a.ac_menu.active {
	color: #ede4cd;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a::before {
	content: "　＋";
	padding-right: 5px;
	color: #ede4cd;
}


/*孫*/	
	
g_navi ul li ul li a.ac_menu2 {
	position: relative;
	background-image: none;
}

	
#g_navi ul li ul li a.ac_menu2.active {
	color: #ede4cd;
}
	
#g_navi div.ac_list2 {
	display: block;
}

#g_navi ul li ul li a.ac_menu2::before {
	content: "　＋";
	padding-right: 5px;
	color: #ede4cd;
}

#g_navi li li li a::before {
	content: "　　・"!important;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 52px;
	position:relative;
	background:#005243;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}

.top_botton {
	width:400px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.sy {
	background-image: url(../img/WS030204.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.hello {
	background-image: url(../img/WS030141.jpg);
	image-rendering: -webkit-optimize-contrast;

}
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
	image-rendering: -webkit-optimize-contrast;

}
#sub_top.company {
	background-image: url(../img/WS030280.jpg);
	image-rendering: -webkit-optimize-contrast;

}
#sub_top.sample {
	background-image: url(../img/sub_top_sample.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.pickup {
	background-image: url(../img/WS030298.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.price {
	background-image: url(../img/WS030142.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.rs {
	background-image: url(../img/WS030146.jpg);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.inner {
	background-image: url(../img/WS030255.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.cpling {
	background-image: url(../img/WS030479.png);
	image-rendering: -webkit-optimize-contrast;

}

#sub_top.rm {
	background-image: url(../img/WS030158.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.skin {
	background-image: url(../img/WS030112.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.mda {
	background-image: url(../img/WS030123.jpg);
	image-rendering: -webkit-optimize-contrast;
}

#sub_top.news {
	background-image: url(../img/WS030286.jpg);
	image-rendering: -webkit-optimize-contrast;

}


#top_slide .top_catch {
	font-size: 40px;
}

.content h3 {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.no_sp {
	display: none;
}

.viewer {
	width:100%;
	height:auto;
    image-rendering: -webkit-optimize-contrast;
}

.pc {
	display:none;
}

.sp {
	display:block;
}

.top_botton {
	right:80px;
	top:1vh;
}

.hosp_ms {
	width:100%;
}

.hosp_ms span {
	margin-left:0px;
	color:#ede4cd;
}

.hosp h2 {
	font-size:1.5rem;
}

.hosp .smp {
	font-size:0.85rem;
	color:rgba(192,153,51,1);
}

.pik_bt {
	display:none;
	top:5px;
}

.pik_btsp {
	display:block;
	position:relative;
	text-align:center;
}
	

@keyframes top_box {
  100% {
    left: 10%;
  }
}

.top_box {
	left:20%;
}

.scrolldown4 {
	display:none;
}

.top_box h1{
	font-size:26px;
	font-weight:500;
	margin:0;
}

.top_box h2{
	font-size:2.2rem;
	font-family:'Monotype Corsiva','Carattere', cursive;
	text-align:right;
	margin:0;
}

.top_box .spa {
	font-size:0.5rem;
	margin:0;
}


.topic {
	position:relative;
	width:100%;
	height:auto;
	padding:10px 5px 15px 5px;
	background-color:#003555;
	bottom:initial;
	left:initial;
	overflow-x:hidden;
}

.topic h2 {
	font-size:1.2rem;
	text-align:center;
	padding-right:20px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	color:rgba(192,153,51,1);
	font-weight:300;
}

.topic p {
	font-size:0.85rem;
	font-weight:300;
	padding-right:20px;
	color:#ede4cd;
	margin:2px 0 2px 0;
}

.topic_pc {
	display:none;
} 

.topic_sp {
	display:block;
}

.title {
	position:relative;
	width:98%;
}

.title h2 {
	font-size:1.5rem;
	font-weight:400;
	padding-left:10px;
	color:rgba(72,69,57,1);
}

.title .smp {
	font-size:24px;
	padding-left:10px;
	color:rgba(72,69,57,1);
}

details summary {
  padding: 5px;
  color: #ede4cd;
  font-size: 14px;
  font-weight: bold;
}

.title .smpp {
	right:2%;
	top:60px;
}


.staff {
	width:100%;
}

.staff h2 {
	font-weight:400;
	padding-left:15px;
	margin-bottom:0;
}

.staff p {
	padding-right: 20px;
	padding-left: 15px;
}

.staff .smp {
	position:absolute;
	font-size:14px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:0;
	color:rgba(0,64,44,1);
	top:18px;
	right:20px;
}

.staff .cont_box_l {
	flex-wrap: wrap;
}

.staff .cont_box_r {
	flex-wrap: wrap;
}

.staff .small_p {
	font-size:11.5px;
}

.staff .bigs_p {
	font-size:18px;
}

.staff .bigs_l {
	top:450px;
	right:10px;
}

.staff .bigs_r {
	top:450px;
	right:10px;
	left:initial;
}

.cont_syashin {
	margin-right:initial;
}

.cont_keireki_r p {
	padding-right: 20px;
	padding-left: 15px;
}

.cont_keireki {
	margin: 10px auto;
	width:100%;
	height:auto;
	margin:10px;
	z-index:99
}

.cont_keireki_r {
	width:100%;
	height:auto;
	text-align:left;
	z-index:99
}

/*-----------------------------------------
プライスメニュー
-------------------------------------------*/
/*
.auto-style25 {
	font-size: 0.7rem;
}
*/

.auto-style41 {
/*	font-size: 0.7rem;*/
	margin-left:10px;
}
/*

.auto-style42 {
	font-size: 0.7rem;
}
*/

.title_hr1 {
	width:70%;
}

.title .smppx {
	right:20px!important;
	top:60px;
}



}
/*(/～960)*/


@media screen and (min-width: 768px){
	.br-sp {
		display: none;
		margin-left:10px;
	}

	.br-pc {
		display: block;
	}
}

@media screen and (max-width:640px){

.br-pc {
	display: none;
}

	
.top_base {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
}

#top_slide .top_catch {
	font-size: 30px;
	top: 40%;
}

#top_slide .top_catch span {
	font-size: 33%;
}


#top_slide .slide_btn a {
	font-size: 14px;
	bottom: 20%;
	line-height: 30px;
	width: 220px;
	margin-left: -110px;
}
.pickup ul li {
	width: 100%;
	margin-bottom: 20px;
}
.pickup ul li a img {
	width:100%;
	height: 300px;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}


.s_menu ul li {
	width: 100%;
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;

}
.s_menu ul li a img {
	width:90%;
	height: 45vh;
	display: flex;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}

header h1 a img {
	top:5px;
	height: 40px;
}

header .h_btn a {
	width: 40px;
	top: 10px;
	right: 50px;
	font-size: 18px;
	line-height:40px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}

header .h_tel a span,
header .h_btn a span {
	display: none;
}


.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list {
	padding: 10px;
}

ul.works_list li {
	width: 48%;
}

ul.works_list li a {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box_contact p {
	font-size: 14px;
}

ul.f_bn li a span {
	display: none;
}


.top_botton {
	width:70px;
	right:80px;
	top:1vh;
}

.news_day {
	height:initial;
	width:120px;
	margin-left:20px;
	font-size:14px;
	color:rgba(72,69,57,1);
	float: initial;
}

.news_title {
	height:initial;
	line-height: 20px;
	font-size:14px;
	margin-left: 20px;
	margin-right: 20px;
	color:rgba(72,69,57,1);
}

.news_day a {
	font-size:14px;
}

.news_title a {
	font-size:14px;
}

.s_menu ul li:hover {
	transform:initial;
	z-index:initial;
}


@keyframes top_box {
  100% {
    left: 2%;
  }
}

.top_box{
	top:60%;
}

.top_box h1{
	font-size:1.7rem;
	font-weight:600;
	margin:0;
}

.top_box h2{
	font-size:2.0rem;
	font-family:'Monotype Corsiva','Carattere', cursive;
	text-align:right;
	margin:0;
}

.top_box .spa {
	font-size:0.3rem;
	margin:0;
}

.gp_img {
	width: 320px !important;
	height: 47px !important;
	border:1px #ede4cd solid;
	margin-left:30px;
}

.news_view {
	margin-left:initial;
}


}
/*(/～640)*/

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #ede4cd;
}


#sub_top {
	height: 60px;
	padding-top: 80px;
	font-size: 16px;
}

.content h2 {
	font-size: 24px;
}

}

/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


.content p.check {
	color: #F00036;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.arrow_tbm {
	text-align: center;
	margin-top: -1px;
	padding-bottom: 10px;
}


.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: rgba(0,82,67,0.8);
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #ede4cd;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #000;
}


@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.to_top {
	bottom: 60px;
}

footer {
	padding-bottom: 60px;
}

}

.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #003555;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #005243;
}

