@charset "UTF-8";
/* CSS Document */
/*
Theme Name: kitayama2020
Theme URI: https://daiservicekitayama.jp
Author: DAYSERVICE KITAYAMA
Author URI: 
Description: Theme of "DAYSERVICE KITAYAMA" in 2020
Version: 1.0
*/

/***** レスポンシブ設定　****/

/*

@media screen and (min-width:768px) {
	PC用のCSS
}

*/

/***レスポンシブ　メディアクエリ ************************/

/*PC用の表示のみ、メディアクエリ 設定をすること。
/* @media screen and (min-width:768px) {PC用CSS} */
/****************************/

/************** color **************/
.green{
  color:#81c940;
}
.gray{
	color:#f0ecef;
}
.red{
	color:#cc0000;
}
.pink{
	color:#ed4c82;
}
.yellow{
	color:#edef82;
}
.white{
	color:#fff;
}
/************** reset **************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
/*    font-size:100%;*/
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/****common**********************************/

html {
    font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}

body {
  background: #FFFFFF;
  font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-size: 1.4rem;
/*  font: 1.4rem "Sawarabi Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
  line-height:2.0;
  letter-spacing: .1rem;
/*  color: #000;*/
}

@media screen and (min-width:768px) {
	body{
	font-size:1.6rem;
	line-height: 2.0;
}
}


img {
    max-width: 100%; /*親要素の幅からはみ出させない*/
    height: auto; /*一括指定(以降imgの大きさはwidthのみ指定すればよい)*/
	object-fit: cover; /* 縦横比を維持  */
}

a {
    display: block; /*デフォルトのdisplay:inline;で表示することが少ないため(ボタンなど)*/
    text-decoration: none; /*装飾は一切つけない*/
    color: inherit; /*親要素に指定した色を受け継ぐ*/
}
a:hover {
    opacity: .8; /*マウスオーバー時の透明度を指定*/
}


/************** common **************/


.fl {
    float: left; /*class="fl"と指定するだけで左に回り込ませる*/
}

.fr {
    float: right; /*class="fr"と指定するだけで右に回り込ませる*/
}

.cf:after { /*回り込み解除*/
    display: block;
    content: "";
    clear: both;
}


.clear, .clear:after{
    clear:both;
}

section{
	clear:both;

}

.sp{
}

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

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




/************** 枠組み・ボックス　**************/

.wrapper {
	width:100%;
}

.m-column {
    max-width: 80%;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
.m-column {
    max-width: 600px;
    margin: 0 auto;
}
}

.l-column {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 20px;
}


@media screen and (min-width:768px) {
  .l-column {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
}

header {
  width:90%;
  margin:0 auto;
}
@media screen and (min-width:768px) {
header {
  width:100%;
  margin:0 auto;
}
}

.container,
.container.top{
	padding:55px 0 0;

}

@media screen and (min-width:768px) {
	.container.top{
	padding:0 0 0;

}
}

.float-container:after{
	clear:both;
}

.l-halfBox {
  width: 100%;
  margin:0;
  float:none;
  }

/*.l-halfBox img{
	margin-top: 30px;
  }*/

@media screen and (min-width:768px) {
.l-halfBox {
   width:46%;
	margin:0 8% 4% 0;
  float:left;
}
.l-halfBox:nth-of-type(2n)  {
	margin:0 0 4% 0;
}
}


.quarterBox {
   width: calc(48%);
	margin:0 4% 4% 0;
	float:left;
}
.quarterBox:nth-of-type(2n) {
	margin:0 0 4% 0;
}
@media screen and (min-width:768px) {
.quarterBox {
   width: calc(22%);
	margin:0 4% 4% 0;
	float:left;
}
.quarterBox:nth-of-type(4n) {
	margin:0 0 4% 0;
}
}


.thirdBox {
  width: 100%;
  float:none;
  margin:20px 0 5% 0;
}
	

@media screen and (min-width:768px) {
  .thirdBox {
   width: 30%;
  float:left;
  margin:0 5% 5% 0;
  }
  .thirdBox:nth-of-type(3n) {
  margin:0;
  }
}


.sp-width90{
	width:90%;
	margin:0 auto;
}

@media screen and (min-width:768px) {
	.sp-width80{
	width:100%;

}
}

.centerBox{
	width: 80%;
	margin:0 auto;
}

@media screen and (min-width:768px) {
.centerBox{
	width: 700px;
	margin:0 auto;
}
}

@media screen and (min-width:768px) {
.l-w70percent {
    width: 70%;
    margin: 0 auto;
}
}
.line-right-pc{
	border-right: none;
	margin-bottom:30px;
  }
@media screen and (min-width:768px) {
.line-right-pc{
	border-right: 1px solid #BDBDBD;
	box-sizing: border-box;
  min-height:250px;
}
}

.oldinfoBox{
	width:124px;
	margin: 0 auto 0;
}

@media screen and (min-width:768px) {
.oldinfoBox{
	margin: 0 0 0 auto;
}
}

/************** 配置 **************/


.float-r{
	float:right;
}
.float-l{
	float:left;
}

/************** 余白 **************/
.pad-small{
	padding:10px;
}
.pad-middle{
	padding:15px;
}
.pb15{
	padding-bottom: 15px;
}

.pb20{
	padding-bottom: 20px;
}

.pb30{
	padding-bottom: 30px;
}

.ptb15{
	padding:15px 0;
}

.ptb20{
	padding:20px 0;
}

.pt30{
	padding-top: 30px;
}

.pt40{
	padding-top: 40px;
}

.pt50{
	padding-top: 50px;
}


@media only screen and (min-width: 750px) {
.pad-middle{
	padding:30px;
}
}
.margin0{
	margin:0;
}
.mt-s{
	margin-top:30px;
}

.mt-m{
	margin-top:40px;
}


.mtb-s{
	margin:7px 0;
}
.mtb-m{
	margin:20px 0;
}
.mtb-l{
	margin:50px 0;
}

.mtb30{
	margin:30px 0;
}

.mb-s{
	margin-bottom:10px;
}
.mb-l{
	margin-bottom:60px;
}

.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.mt20{
	margin-top: 20px;
}


.mb10{
	margin-bottom: 10px;
}



/**********ヘッダ　/ メインイメージ************/
/*.topmainBox img{
	width: 100%;
	min-height:270px;
	background: #f0ecef url(images/bg-top.png) no-repeat top center;
	background-size:cover;
}*/

@media only screen and (min-width: 750px) {
.topmainBox img{
	width: 100%;
	height: auto;
/*	min-height: 642px;*/
/*	height:642px;*/
/*	height:550px;*/
/*	background: url(images/bg-top.png) no-repeat top center;*/
	background: #f0ecef url(images/bg-top.png) no-repeat top center;
}
}

.mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
	mask-repeat:repeat-x;
}
/************** メニュー **************/


/*
.headerBox{
	height:65px;
	width:1000px;
	margin:0 auto;
	box-sizing: border-box;
}

.head-titleBox{
	width:220px;
	float:left;
  line-height:65px;
	box-sizing: border-box;
}*/
/*.head-menuBox{
	width:630px;
	float:left;
	box-sizing: border-box;
   margin-top:10px;

}*/
/*.head-linkBox{
	width:100px;
	float:left;
}*/
/*.gnavi{

}
.gnavi li{
  display: inline-block;
	letter-spacing: 0;
}
.gnavi li a{
	color:#000;
	font-size:1.4rem;
	text-decoration:none;
}

*/

/************** テキスト **************/

.centerTxt{
	text-align: center;
}

.font-S{font-size:1.0rem;}
.font-M{font-size:1.2rem;}
.font-L{font-size:1.4rem;}
.font-LL{font-size:1.8rem;}
.font-LLL{font-size:2.2rem;}
.font-LLLL{font-size:2.4rem;}

.font-16rem{font-size:1.6rem;}
.font-20rem{font-size:2.0rem;}

.font-moreS{
	font-size:70%;
}
.font-moreL{
	font-size:150%;
}

/*750px以下　時*/

 .font-tel{
	font-size:2.7rem;
	line-height: 1.0;
}
/* .font-tel{
	font-size:3.2rem;
	line-height: 1.0;
}*/
	.font-tel-txt{
	font-size:1.6rem;
	line-height: 1.0;
}
/*750px以上　時*/
@media only screen and (min-width: 750px) {
 .font-tel{
	font-size:4.8rem;
	line-height: 1.0;
}
	.font-tel-txt{
	font-size:2.0rem;
	line-height: 1.0;
}
}

.font-footer-title{
	font-size:2.0rem;
}
@media only screen and (min-width: 750px) {
.font-footer-title{
	font-size:2.6rem;
}
}
.font-title{
	font-size:2.4rem;
	
}



/************** 見出し **************/



.hd-L{
	padding:20px;
	font-size:2.6rem;
	letter-spacing: 5px;
}

@media screen and (min-width:768px) {
  .hd-L{
	font-size:3.0rem;
}
}

/*.hd-L{
	padding:20px;
	font-size:2.2rem;
	letter-spacing: 5px;
}

@media screen and (min-width:768px) {
  .hd-L{
	font-size:2.8rem;
}
}
*/


.hd-ttl-sub{
	padding:30px;
	font-size:2.0rem;
	letter-spacing: 5px;
	text-align: center;
}
@media screen and (min-width:768px) {
.hd-ttl-sub{
	padding:65px;
	font-size:2.8rem;

}
}

.ttl-blog{
	font-size:2.2rem;
	padding:15px 0 5px;
	border-bottom:1px #000 dashed;
}

/************** ボタン **************/

.btn-head,
.btn-head::before,
.btn-head::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-head {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background-color:#ed4c82;
}
.btn-head:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  opacity: 0.5;
　　transition: all .5s;
}

.btn-square {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  border: solid 4px #edef82;
  border-radius: 3px;
}


.btn-square02 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background:#81c940;
  border-radius: 3px;
}

.btn-square03{
  display: inline-block;
  padding: 2em 9em;
  text-decoration: none;
  color: #FFF;
  /*border: solid 4px #edef82;*/
  border-radius: 3px;
background:#ed7082;
}

/*2025追加*/
.btn-square04{
  display: inline-block;
/*	padding: 2em 9em;*/
/*  padding: 24px 90px;*/
  text-decoration: none;
  color: #FFF;
  border-radius: 3px;
  background:#ed7082;
}

/*750px以下　時*/
.btn-square-inner{
  display: inline-block;
padding: 2em 3em;
  color: #FFF;
}

/*750px以上　時*/
@media screen and (min-width:750px){
.btn-square-inner{
  display: inline-block;
  padding: 2em 9em;
  color: #FFF;
}
}

.linkBox{
	position: relative;
}

.linkBox a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
  }
.linkBox a:hover{
  opacity:0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
  background-color:#eee;
  }

/*
.newslinkBox{
	border-bottom:1px dashed #000;
}
.newslinkBox:last-child{
	border-bottom:none;
}*/

/****************   装飾 ************/

.mask-circle{
  border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
  width:  150px;       /* ※縦横を同値に */
  height: 150px;       /* ※縦横を同値に */
}
@media screen and (min-width:768px) {
.mask-circle{
  border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
  width:  180px;       /* ※縦横を同値に */
  height: 180px;       /* ※縦横を同値に */
}
}

.line-left{
	border-left:1px solid black;
	
}

.exp-tab{
	display: inline-block;
	padding:1px 8px;
}

.line-dashed{
	border-bottom: 1px dashed #000;
}


/************** 色 **************/

.color-white{
	color:#fff;
}

.color-red{
	color:#cc0000;
}

/************** 背景色 **************/

.bg-gray{
	background-color:#f0ecef;
}
.bg-green{
	background-color:#81c940;
}

.bg-black{
	background-color:#16160F;
}

/************** お知らせ一覧ページ **************/

.list-l-img{
	width:30%;
	margin-right:5%;
	float:left;
	
}

/*.list-l-img img{
	object-fit: cover;
}*/

.list-r-txt{
	width:65%;
	float:left;
}

/************** トップページ　/ 施設について **************/
.bg-about{
/*  min-height:500px;*/
  background: #81c940;
}
/*.bg-about{
  min-height:500px;
  background: #81c940 url(images/bg-about.jpg) no-repeat center 80px;
	background-size:150%;
}*/

@media screen and (min-width:768px) {
.bg-about{
/*  min-height:760px;*/
	background: #81c940;
}
}
/*@media screen and (min-width:768px) {
.bg-about{
  min-height:760px;
	background: #81c940 url(images/bg-about.jpg) no-repeat center 130px;
}
}
*/

.pad-abouttxt{
	padding:200px 0 50px;
}
@media screen and (min-width:768px) {
.pad-abouttxt{
	padding:420px 0 40px;
}
}



/************** トップページ　/ お知らせエリア **************/
.newslist{
	list-style: none;
}




/****************　サブページ　*********************/
.bg-subpage{
	background:url(images/bg-head.jpg) repeat-x;
	height:90px;
}

@media screen and (min-width:768px) {
	.bg-subpage{
	background:url(images/bg-head.jpg) repeat-x;
	height:170px;
}
}


/************** フォーム **************/
.cp_iptxt table{
	width:100%;
}


th{
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	font-weight:100;
	font-size:1.2rem;
}
@media screen and (min-width:768px) {
	th{
		font-size:1.4rem;
	}
}

.cp_iptxt {
	position: relative;
	width: 100%;
	margin: 20px 3%;

}
.cp_iptxt input[type=text] ,
.cp_iptxt input[type=tel],
.cp_iptxt input[type=email],
.cp_iptxt textarea{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus,
.cp_iptxt input[type=tel]:focus,
.cp_iptxt input[type=email]:focus,
.cp_iptxt textarea:focus{
	border-color: #81c940;
}
/*.cp_iptxt input {
	padding-left: 40px;
}*/
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #81c940;
}

input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定
    background-color: #000;
    // 文字色を白に指定
    color: #fff;
    // submitボタンのを枠を非表示にする
    border-style: none;
}


/*****  フォームの送信ボタン */
.wpcf7 input[type="submit"] {
width:100%;
font-size:1.6rem;
	letter-spacing: 10px;
padding:15px;
border-radius:5px;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #edef82;
transition: 0.3s;
	margin-top:20px;
}
.wpcf7-submit:hover {
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

select.wpcf7-form-control.wpcf7-select {
width: 100%;
	font-size:1.4rem;
height: 35px;
}


/**********　ヘッダメニュー*******************/

.navlink-recruit{
	width:140px;
	float:right;
}


.inner {
    width: 1000px;
    margin: 0 auto;

}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    /*top: -100px;*/
    position: absolute;
    width: 100%;
    /*margin: 100px auto 0;*/
	margin:0 auto 0;
    padding: 0 0 0;
/*    line-height: 1;*/
    z-index: 999;
}
#top-head a,
#top-head {
    /*color: #fff;*/
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 20px;
	width: 220px;
/*	width:220px;*/
	/*margin: 10px 0 0;*/
/*	padding:17px 0;*/
	padding: 17px 40px 17px 17px;
	
}

#global-nav{
	/*margin-top:25px;*/
  width:720px;
	float:left;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    /*right: 0;
    bottom: 0;*/
    font-size: 18px;

}
#global-nav ul li {
    float: left;
	font-weight:bold;
/*	font-weight: bolder;*/

}
#global-nav ul li a {
    padding: 20px 10px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    /*padding-top: 10px;*/
    height: 70px;
    background: #fff;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 20px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 20px 10px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 62px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 15px;
        top: 16px;
        color: #333;
		width: 160px;
        font-size: 18px;
    }
	
	#top-head .logo {
	padding:0 0 5px 0;
}
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
/*      background: #81c940;*/
		background: #c5bd9f;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/**********白接骨院様_新規style202503**********/

.box01{
	background:#C5BD9F;
	color: white;
	border-radius: 3px;
	padding: 28px;
}
@media screen and (min-width:768px) {
.font-sm{
	font-size: 2.4rem;
}
}

@media screen and (min-width:768px) {
.box01{
	padding: 30px;
}
}
	
@media screen and (min-width:768px) {
.box-time{
	margin-left: 50px;
	margin-right: 50px;
}
}
section{
	margin-bottom: 20px;
}

#access {
	margin-bottom: 0px;
}
.footer-bg{
	position: relative;
	width: 100%;
	height: auto;
}

.footer-logo{
	position: absolute;
	bottom: -10%;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	color: white;
}

@media screen and (min-width:768px) {
.footer-logo img{
	width: 250px;
}
}

/*アニメーション*/

/*.fadein{
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
*/
#animation {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
/*	transform: translatey(10px);*/
  }
  to {
    opacity: 1;
/*	transform: translatey(0);*/
  }
}
#animation02 {
  animation: fade-in 4s;
  animation-fill-mode: forwards;
}


.l-halfBox-access {
  width: 100%;
  margin:0;
  float:none;
  margin:0 0 40px 0;
  }

.l-halfBox-access img{
  }

@media screen and (min-width:768px) {
.l-halfBox-access {
   box-sizing: border-box;
   width:50%;
	padding: 0 30px 0px 30px;
   margin:0 0 4% 0;
   float:left;
}
/*.l-halfBox-access:nth-of-type(2n)  {
	box-sizing: border-box;
	margin:0 0 4% 0;
}*/
}

.font-tel-access {
	font-size:2.7rem;
	line-height: 1.0;
	margin-top: 12px;
}
@media only screen and (min-width: 750px) {
.font-tel-access {
	font-size:3.0rem;
	line-height: 1.0;
	 margin-top: 12px;
}
}

/*見出し下線デザイン yoko*/
h2 {
  position: relative;
/*  display: inline-block;*/
/*  font-size: 16px;*/
  height: 55px;
  line-height: 55px;
/*font-weight: normal;*/
}

h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
/*  background-color:#BDBDBD;*/
	background-color: #C5BD9F;
}

h3 {
	font-weight: normal;
}
