@charset "utf-8";


@media only screen and (max-width:420px) {
.main_vv{
    width: 100%;
    background-color: #FFE3E0;
}
.main_vv_in{
    display: none;
}
.main_vv_s{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    padding-top: 30px;
}
.main_vv_s img{
    width: 100%;
    height: auto;
}
} 
	  
 @media only screen and (min-width:421px)  and (max-width:650px){
.main_vv{
    width: 100%;
    background-color: #FFE3E0;
}
.main_vv_in{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto;
    padding-top: 15px;
}
.main_vv_in img{
    width: 400px;
    height: auto;
}
.main_vv_s{
    display: none;
}
}

@media only screen and (min-width:650px)  and (max-width:1160px){
.main_vv{
    width: 100%;
    background-color: #FFE3E0;
}
.main_vv_in{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto;
    padding-top: 15px;
}
.main_vv_s{
    display: none;
}
}

@media only screen and (min-width:1161px) {
.main_vv{
    width: 100%;
    background-color: #FFE3E0;
}
.main_vv_in{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto;
    padding-top: 15px;
}
.main_vv_s{
    display: none;
}
}



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　注意書き ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　注意書き ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　注意書き ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */ 


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　中 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */ 
.info_m {
    width: 100%;
    font-size: 100%;
    color: #ED4C9A;
    text-align: left;
    float: left;
    line-height: 20px;
    margin-top: 10px;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */ 
.info_s {
    width: 100%;
    font-size: 85%;
    color: #ED4C9A;
    text-align: left;
    float: left;
    line-height: 20px;
    margin-top: 10px;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　左揃え ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */ 
.info {
    width: 100%;
    font-size: 95%;
    color: #ED4C9A;
    text-align: left;
    float: left;
}

.info_link {
	padding: 0.01em 0.2em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #ED4C9A !important;
}
.info_link::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ED4C9A;
	transition: .3s;
}
.info_link:hover::after {
	width: 100%;
}
.info_link:a::after {
	width: 100%;
}
.info_link:hover {
	color: #000000 !important;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　センター揃え ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */ 
.info_sen {
    width: 100%;
    font-size: 95%;
    color: #ED4C9A;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    line-height: 20px;
}

.info_sen_link {
	padding: 0.1em 0.2em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #ED4C9A !important;
}
.info_sen_link::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ED4C9A;
	transition: .3s;
}
.info_sen_link:hover::after {
	width: 100%;
}
.info_sen_link:a::after {
	width: 100%;
}
.info_sen_link:hover {
	color: #000000 !important;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　センター揃え ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */ 
.info_big {
    width: 100%;
    font-size: 100%;
    color: #ED4C9A;
    text-align: left;
    font-weight: bold;
}

.info_big_link {
	padding: 0.1em 0.1em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #ED4C9A !important;
}
.info_big_link::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ED4C9A;
	transition: .3s;
}
.info_big_link:hover::after {
	width: 100%;
}
.info_big_link:a::after {
	width: 100%;
}
.info_big_link:hover {
	color: #000000 !important;
}





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　注意書き ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　注意書き ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　注意書き ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メインコンテンツ ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メインコンテンツ ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メインコンテンツ ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.container{
    width: 100%;
    float: left;
    height: auto;
}
	
@media only screen and (max-width:420px) {
.container_in{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.container_in{
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
}
}	

@media only screen and (min-width:651px)  and (max-width:850px){
.container_in{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
}
}	
	
@media only screen and (min-width:851px)  and (max-width:1160px){
.container_in{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
}
}
	
@media only screen and (min-width:1161px) {
.container_in{
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メインコンテンツ ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メインコンテンツ ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メインコンテンツ ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ ここから ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ ここから ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ ここから ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.gotop {
    width: 80px;
    opacity: 1;
    float: right;
    clear: right;
}	

#pagetop {
	position: fixed;
	bottom: 50px;
	width: 80px;
	overflow: auto;
	z-index: 5;
	height: 57px;
	text-align: center;
	float: right;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ ここまで ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ ここまで ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

*{
    background-image: url(url);
    padding-right: 0px;
    border-bottom-width: 1px;
    text-align: left;
    margin-bottom: 0px;
}

body, html, main {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 95%;
    line-height: 27px;
    border-bottom-style: none;
    color: #555555;
    width: auto;
} 

/* スクロールの幅の設定 */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
border-radius: 6px;
box-shadow: 0 0 4px #CCC inset;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
border-radius: 6px;
background: #F3ADBB;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
    padding: 0;
    margin: 0;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
    padding-right: 0px;
    padding-left: 0px;
}

p {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    margin-bottom: 10px;
}


/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #333333;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
    transition : all 0.5s;
}
a:visited {
	color: #333333;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
    color: #DE1C34;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  @media only screen and (max-width:420px) {
 .contact {
    width: 80%;
    height: 220px;
    border: 7px solid #F29EBE;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
    border-radius: 30px;
    min-height: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
 }
 .contact_time {
    width: 100%;
    float: left;
    margin-left: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    font-size: 95%;
    margin-right: auto;
    clear: left;
    padding-bottom: 10px;
    line-height: 23px;
    text-align: center;
 }
  .contact_tel {
	width: 240px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
 }
   .contact_tel img {
	width: 240px;
	height: auto;
 }
  .contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
    clear: left;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 100%;
    clear: left;
    text-align: left;
    margin-bottom: 10px;
    line-height: 24px;
 }
 }
 
 @media only screen and (min-width:421px)  and (max-width:650px){
 .contact {
    margin-right: 20px;
    height: auto;
    border: 7px solid #F29EBE;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: #FFFFFF;
    border-radius: 70px;
    margin-left: 20px;
    width: auto;
 }
 .contact_time {
    width: 100%;
    float: left;
    margin-left: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    font-size: 95%;
    margin-right: auto;
    clear: left;
    padding-bottom: 10px;
    line-height: 23px;
    text-align: center;
 }
  .contact_tel {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
 }
   .contact_tel img {
	width: 260px;
	height: auto;
 }
  .contact_title {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
    clear: left;
    text-align: center;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 95%;
    clear: left;
    text-align: center;
 }
 }

  @media only screen and (min-width:651px)  and (max-width:850px){
 .contact {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    border: 10px solid #ED8399;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    border-radius: 120px;
 }
 .contact_time {
    width: 260px;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 25px;
    font-size: 95%;
    margin-top: 2px;
 }
 .contact_tel {
    width: 270px;
    margin-top: 3px;
    margin-bottom: 0px;
    float: right;
    margin-right: 10px;
    clear: right;
 }
 .contact_tel img {
 	width:100%;
	height: auto;	
 }
   .contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
    clear: left;
 }
  .contact_text {
	width: 100%;
	float: left;
	font-size: 100%;
	clear: left;
	text-align: center;
 }
 }
 

@media only screen and (min-width:851px)  and (max-width:1160px){
 .contact {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    border: 10px solid #ED8399;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    border-radius: 120px;
 }
 .contact_time {
    width: 260px;
    float: left;
    margin-left: 55px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 25px;
    font-size: 105%;
    margin-top: 2px;
 }
 .contact_tel {
    width: 290px;
    margin-top: 3px;
    margin-bottom: 0px;
    float: right;
    margin-right: 50px;
    clear: right;
 }
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 180%;
    margin-bottom: 10px;
    clear: left;
    margin-top: 10px;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 100%;
    clear: left;
    text-align: center;
    line-height: 23px;
 }
.contact_tm {
    width: 100%;
    float: left;
 }
 }

@media only screen and (min-width:1161px) {
 .contact {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    border: 10px solid #ED8399;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    background-color: #FFFFFF;
    border-radius: 120px;
 }
 .contact_time {
    width: 260px;
    float: left;
    margin-left: 55px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 25px;
    font-size: 105%;
    margin-top: 2px;
 }
 .contact_tel {
    width: 290px;
    margin-top: 3px;
    margin-bottom: 0px;
    float: right;
    margin-right: 50px;
    clear: right;
 }
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    margin-bottom: 10px;
    clear: left;
    margin-top: 12px;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 100%;
    clear: left;
    text-align: center;
    line-height: 23px;
 }
 }

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター共通・パララックス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.cd-scrolling-bg-5 {
    min-height: 39%;
    background-color: #EEEEEE;
    padding-top: 40px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}
}
@media only screen and (min-width:420px)  and (max-width:650px){
.cd-scrolling-bg-5 {
	min-height: 39%;
	background-color: #EEEEEE;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
}
@media only screen and (min-width:651px)  and (max-width:850px){
.cd-scrolling-bg-5 {
	width: 100%;
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}
}
@media only screen and (min-width:851px)  and (max-width:1160px){
.cd-scrolling-bg-5 {
	width: 100%;
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}
}
@media only screen and (min-width:1161px) {
.cd-scrolling-bg-5 {
    width: 100%;
    background-color: #EEEEEE;
    padding-top: 50px;
    float: left;
    clear: left;
    padding-bottom: 50px;
} 
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッと　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.fadein {
	opacity : 0.1;
	transform : translate(0px, 100px);
	transition : all 500ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
