@charset "utf-8";
/*
Theme Name: 【英語版】藤原博史　ペットレスキュー・ペット探偵 Theme
Theme URI: 500method en
Description: 【英語版】藤原博史　ペットレスキュー・ペット探偵 themes
Version: 1.0
Author: kobaishi
*/



/*------------------------------------------------------

   common

-------------------------------------------------------*/
:root {
    --main-color: #338866;
    
    --sA-blue:   #2cb3b5;
    --sA-green:  #338866;
    --sA-orange: #de680d;
    --sA-pink:   #e64c45;
}


body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-top: 80px;
	position: relative;
	color: #000;
	-webkit-font-smoothing: antialiased;
    min-width: 1260px;
}
input,
select,
textarea,
radio,
checkbox,
button {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

img {
    vertical-align: middle;
}

.red {color: #f00;}
.grn {color: #3a9467;}

.pc-br {display: none;}
.sp-br {display: block;}


/* inner */
.inner {
	width: 1040px;
	padding: 0 20px;
    margin:auto;
    position: relative;
}
.inner800 {
	width: 840px;
	padding: 0 20px;
    margin:auto;
    position: relative;
}
.inner700 {
	width: 740px;
	padding: 0 20px;
    margin:auto;
    position: relative;
}
.link {
	color: #00f;
	outline:none;
	text-decoration:underline;
}
a {
	color: #000;
	outline:none;
	text-decoration:none;
}


/* off */
.off a {
    cursor: default !important;
    color: #ccc !important;
}

/* scroll iphone 非作動対策 */
.scroll-event .se-tgt {
    cursor: pointer;
}


/* nav-line */
.nav-line a:not(.no-line) {
	opacity: 1 !important;
	text-decoration: none !important;
    position: relative;
}
.nav-line a:not(.no-line):after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    border-top:solid 2px #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.nav-line a:not(.no-line):hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

/*---------------------------------------

header style

---------------------------------------*/
#global-header {
	width: 100%;
	background: #fff;
	position: fixed;
    top: 0;
	left: 0;
	z-index: 9999;
}
#global-header .header-in {
    min-width: 1260px;
	height: 80px;
	padding: 25px 15px 0;
    margin:auto;
    position: relative;
}
#global-header .header-in h1 {
	position: absolute;
	left: 27px;
	top: 16px;
}
#global-header .header-in h1 a {
	display: flex;
    align-items: center;
}

/* mainNav */
#mainNav {
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#mainNav .tel {
    position: absolute;
    top: 80px;
    right: 0;
}
.mainNav__list {
    display: flex;
}
.mainNav__list >li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 16px;
    font-weight: 600;
    width: 160px;
    text-align: center;
    position: relative;
}
.mainNav__list >li.sp {
    display: none;
}
.mainNav__list >li p {
    font-size: 15px;
}
.mainNav__list >li p span {
    font-size: 13px;
    display: block;
}
.mainNav__list >li.has-sub:before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    top: -10px;
}
/*
.mainNav__list >li.has-sub p:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    margin-left: 5px;
}
*/
.mainNav__list >li.has-sub.sA-h01:before {
    background: var(--sA-blue);
}
.mainNav__list >li.has-sub.sA-h01 p:after {
    border-color: var(--sA-blue) transparent transparent transparent;
}
.mainNav__list >li.has-sub.sA-h02:before {
    background: var(--sA-green);
}
.mainNav__list >li.has-sub.sA-h02 p:after {
    border-color: var(--sA-green) transparent transparent transparent;
}
.mainNav__list >li.has-sub.sA-h03:before {
    background: var(--sA-orange);
}
.mainNav__list >li.has-sub.sA-h03 p:after {
    border-color: var(--sA-orange) transparent transparent transparent;
}
.subNav {
    width: 100%;
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 70px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.subNav__list > li {
}
.subNav__list > li a {
    display: block;
    font-size: 14px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mainNav__list >li:hover .subNav {
    opacity: 1;
}
.mainNav__list >li.sA-h01 .subNav__list > li a:hover {
    color: #fff;
    background: var(--sA-blue);
}
.mainNav__list >li.sA-h02 .subNav__list > li a:hover {
    color: #fff;
    background: var(--sA-green);
}
.mainNav__list >li.sA-h03 .subNav__list > li a:hover {
    color: #fff;
    background: var(--sA-orange);
}


/* menu-btn */
#menu-btn {
	display: none;
    width: 45px;
    height: 36px;
    cursor: pointer;
	overflow: hidden;
    position: absolute;
    top: 25px;
    right: 10px;
}
#btn-menu .box {
    width: 45px;
    height: 36px;
    position: relative;
}

#menu-btn .t,
#menu-btn .m,
#menu-btn .b {
    position: absolute;
    width: 45px;
    height: 6px;
    background-color: var(--main-color);
    left: -100%;
    right: -100%;
    margin: auto;
    border-radius: 1px;
    transform: rotate(0deg);
    transition: all 300ms ease-in-out 0s;
}

#menu-btn .t {
    top: -28px;
    bottom: 0;
}
#menu-btn .m {
    top: 0;
    bottom: 0;
}
#menu-btn .b {
    top: 0;
    bottom: -28px;
}
#menu-btn.active .t,
#menu-btn.active .b {
    top: -100%;
    bottom: -100%;
    width: 45px;
}
#menu-btn.active .t {
    transform: rotate(-405deg);
}

#menu-btn.active .m {
    width: 0;
}
#menu-btn.active .b {
    transform: rotate(405deg);
}

/*---------------------------------------

contents style

---------------------------------------*/
#container {
	overflow: hidden;
	min-height: 500px;
	margin: 0 auto 100px;
}

/* conBox */
.conBox {
	padding: 80px 0 50px;
}
.conBox2 {
	padding: 70px 0;
}
.conBox3 {
	padding: 80px 0 30px;
}

/* ttl */
.cmn-ttl {
	font-size: 35px;
	font-family: "Montserrat";
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align:center;
	margin-bottom: 45px;
}
.cmn-copy {
	font-size: 20px;
	font-weight:600;
	line-height: 2.1;
	text-align:center;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}
.cmn-desc {
	font-size: 16px;
	text-align:center;
	line-height: 2;
}
.cmn-text {
    font-size: 15px;
	line-height: 2;
    margin-bottom: 30px;
}
.cmn-text-s {
    font-size: 12px;
	line-height: 2;
}
.cmn-text-s span {
    color: #de680d;
}


/* cmn-example */
.cmn-example {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    border: solid 2px #33b9bb;
    border-radius: 10px;
}
.cmn-example dt {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 160px;
	padding-left: 20px;
    background: #33b9bb;
}
.cmn-example dd {
    font-size: 15px;
    width: calc(100% - 160px);
    padding: 20px;
    line-height: 1.8;
}

/* cmn-price */
.cmn-price {
    max-width: 550px;
    margin: 0 auto 35px;
    text-align: center;
    border: solid 3px var(--main-color);
    background: #fff;
}
.cmn-price.no-border {
    border:none;
}
.cmn-price h4 {
    font-size: 22px;
    color: #fff;
    background: var(--main-color);
    padding: 10px 0;
}
.cmn-price-in {
    padding: 20px;
}
.cmn-price-text01 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 10px;
}
.cmn-price-text02 {
    font-size: 24px;
    font-weight: bold;
}
.cmn-price-text02 span {
    font-size: 20px;
}
.cmn-price-text02 span span {
    font-size: 15px;
}
.cmn-price-text02 sup {
    font-size: 70%;
}
.cmn-price-text03 {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    line-height: 1.8;
    position: relative;
}
.cmn-price-text03 span {
    position: absolute;
    left: 0;
}
.cmn-price__list {
    display: table;
    margin: auto;
}
.cmn-price__list >li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cmn-price__list >li h5 {
    font-size: 20px;
    color: var(--main-color);
    margin-right: 40px;
}
.cmn-price__list >li p {
    font-size: 24px;
    font-weight: bold;
}
.cmn-price__list >li p span {
    font-size: 20px;
}
.cmn-price__list >li p span span {
    font-size: 15px;
}

/* more */
.more a {
	display:block;
	width: 280px;
	line-height: 50px;
	margin: auto;
	text-align: center;
	color: var(--main-color);
	font-size: 16px;
	font-weight: 600;
	border: solid 2px var(--main-color);
    background: url("./assets/img/icon_nex.png") no-repeat 95% center;
    background-size: 10px !important;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more a:hover {
    background: var(--main-color) url("./assets/img/arrow_w.png") no-repeat 95% center;
    color: #fff;
}
.grn {
    color: var(--main-color);
}



/* floating */
#floating {
	position: fixed;
	right: 0;
	top: 120px;
	z-index: 9999;
}
#floating li {
	margin-bottom: 20px;
}
#floating2 {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

/* snsLinks */
.snsLinks {
	text-align:center;
	margin-bottom: 30px;
}
.snsLinks__list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.snsLinks__list > li {
	margin: 0 10px;
}

/* bnrArea */
.bnrArea {
	text-align: center;
	margin: 0 auto 40px;}

/* cmn-cont */
.cmn-cont {
    text-align: center;
}
.to-mail {
	font-size: 18px;
	max-width: 440px;
	padding: 8px 10px;
	margin: auto;
	line-height: 2;
	border: solid 2px var(--main-color);
}
.to-mail a:hover {
	color: var(--main-color);
}

.add-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 3px 0 20px;
}
/* 吹き出し本体 */
.add {
  position: relative;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 15px 20px;
  min-width: 100px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.8;
  background: #ebf3f0;
  box-sizing: border-box;
  border-radius: 10px;
}
.add:before{
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-bottom: 15px solid #ebf3f0;
  z-index: 2;
}
.add:after{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}
.add p {
  margin: 0;
  padding: 0;
}

/* blogArea */
#blogArea {
	background: url("./assets/img/bg_green.gif");
}
.blogList {
	display: flex;
    flex-wrap: wrap;
	padding-top: 20px;
}
.blogList > li {
	width: 32%;
	margin: 0 0 5% 2%;
}
.blogList > li:nth-child(3n+1) {
	margin-left: 0;
}
.blogList > li a {
	display: block;
}
.blogList > li .thumb {
	margin-bottom: 12px;
	text-align: center;
}
.blogList > li h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8
}
.blogList > li h4 .icon-yt {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url("./assets/img/icon_youtube.png") no-repeat center;
    background-size: contain;
    vertical-align: -3px;
    margin-right: 5px;
}
.blogList > li p {
	font-size: 14px;
	margin-bottom: 3px;
	letter-spacing: 0.07em;
}


/* snsArea */
#snsArea {
	padding: 100px 0 70px;
	background: url("./assets/img/bg_green.gif");
}
#snsArea .cmn-copy {
	margin-bottom: 20px;
}
#snsArea .cmn-ttl-ja {
	text-align: center;
}
#snsArea .snsWall {
	overflow:hidden;
	margin-top: 50px;
}
#snsArea .snsWall .sw-box {
	width: 47.5%;
}
.catch-hobo {
    text-align: center;
    margin-bottom: 15px;
}

/*---------------------------------------

footer style

---------------------------------------*/
#global-footer {
	padding: 40px 0 30px;
	background: url("./assets/img/bg_green.gif");
}
#global-footer .ftWrap {
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 40px;
}
#global-footer .ftWrap .ft-left {
	width: 30%;
    line-height: 1.8;
}
#global-footer .ftWrap .ft-left .ft-logo,
#global-footer .ftWrap .ft-left .ft-tel {
	margin-bottom: 15px;
}
#global-footer .ftWrap .ft-left .ft-tel-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
#global-footer .ftWrap .ft-left .ft-tel-text .icon {
    width: 22px;
    height: 38px;
    background: url("./assets/img/icon_footer_tel.png") no-repeat center;
    background-size: contain;
}
#global-footer .ftWrap .ft-left .ft-tel-text p {
    font-size: 13px;
    width: calc(100% - 30px);
    line-height: 1.5;
}
#global-footer .ftWrap .ft-left .ft-tel-text p span {
    color: var(--main-color);
}
#global-footer .ftWrap .ft-left .address,
#global-footer .ftWrap .ft-left .ceo {
	font-size: 14px;
}
#global-footer .ftWrap .ft-right {
    width: 60%;
}
#global-footer .mediacon {
	font-size: 14px;
	margin-top: 15px;
	padding: 7px 13px;
	border-top: solid 1px var(--main-color);
	border-bottom: solid 1px var(--main-color);
}
#global-footer .mediacon-ttl {
	font-size: 13.5px;
	color: var(--main-color);
	font-weight: bold;
}
#ft-nav {
	display: flex;
    flex-wrap: wrap;
	padding-top: 3px;
}

.ft-nav__list {
	width: 50%;
}
.ft-nav__list > li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ft-subnav__list >li {
    font-size: 13px;
    margin-top: 10px;
}
.ft-subnav__list >li:before {
    content: '-';
    margin-right: 5px;
}

#copyright {
	padding: 15px 0 0;
	text-align:center;
	color: var(--main-color);
	border-top: dotted 1px #16823e;
	font-size: 11px;
}

#backtotop {
	width: 40px;
	padding: 10px 0;
	background: var(--main-color);
	color: #fff;
	text-align:center;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right:10px;
	bottom:40px;
	z-index: 9999;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 60px;
	
}
.linkWrap {
	overflow: hidden;
}


/* cmn-cont */
#global-footer .to-mail {
	font-size: 14px;
	padding: 6px 12px;
	margin: auto;
	line-height: 2;
	border: solid 2px var(--main-color);
	margin-bottom: 15px;
}



@media only screen and (max-width : 815px){
    
    body {
       min-width: 375px;
    }
	 .inner,
	 .inner700,
	 .inner800 {
		 width: 100%;
	 }
	.cmn-ttl {
		font-size: 32px;
	}
	.cmn-ttl-ja {
		font-size: 13px;
	}
	.cmn-copy {
		font-size: 17px;
		letter-spacing: 0.01em;
    }
	.cmn-desc {
		font-size: 13px;
	}
    .cmn-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .cmn-example {
        display: block;
    }
    .cmn-example dt {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .cmn-example dd {
        font-size: 14px;
        width: 100%;
    }

    .cmn-price h4 {
        font-size: 18px;
    }
    .cmn-price-text01 {
        font-size: 16px;
    }
    .cmn-price-text02 {
        font-size: 20px;
    }
    .cmn-price-text02 span {
        font-size: 16px;
    }
    .cmn-price-text02 span span {
        font-size: 12px;
    }

    .cmn-price__list >li {
        display: block;
    }
    .cmn-price__list >li h5 {
        margin-right: 0;
    }

	.sp-fix-bnr {
		width: 90%;
		text-align:center;
		position:fixed;
		left: 5%;
		bottom:0;
		z-index: 10;
	}
	.sp-top-bnr {
		width: 100%;
		text-align:center;
		padding-top: 20px;
	}
	
	
	/* header */
	#global-header .header-in {
   	    min-width: 320px;
	}
	#global-header .inner {
		height: 85px;
	}
	#mainNav {
		display: none;
	}
	#mainNav .tel {
		display: block;
		position: initial;
		text-align:center;
	}
	#mainNav {
        width: 100%;
        height: calc(100vh - 80px);
        padding: 10px;
        background: #fff;
        overflow: auto;
        top: 80px;
        position: fixed;
        right: 0;
        z-index: 9999;
    }
	#mainNav.active {
		display: block;
	}
    .mainNav__list {
        display: block;
    }
    .mainNav__list >li {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        border-bottom: dotted 1px #ccc;
    }
    .mainNav__list >li.has-sub:before {
        height: 2px;
        top: -2px;
    }
    .mainNav__list >li a {
        display: block;
        padding: 10px 0;
    }
    .mainNav__list >li p span {
        font-size: 13px;
        display: inline-block;
        margin-right: 5px;
    }
    .subNav {
        opacity: 1;
        position: initial;
    }
    .subNav__list > li a {
        font-size: 16px;
    }
	#menu-btn {
		display: block;
	}

	#snsArea .snsWall .sw-box {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	/* footer */
	#global-footer {
		padding: 35px 0 60px;
	}
}


@media only screen and (max-width : 640px){

	#global-footer .ftWrap .ft-left,
	#global-footer .ftWrap .ft-right {
		width: 100%;
	}
	#global-footer .ftWrap .ft-left {
		margin-bottom: 35px;
	}
    #ft-nav {
        display: block;
    }
	.ft-nav__list {
		width: 100%;
	}

}

@media only screen and (max-width : 480px){
	
	.sp-br {display: none;}
	.pc-br {display: block;}
	
	#mainSlider {
		min-width: 100%;
		padding: 0;
	}
	
	#global-header .header-in h1 {
		position: absolute;
		left: 12px;
		top: 22px;
		width: 230px;
	}

	/* container */
	#container {
	    margin: 0 auto;
	}
	.cmn-desc {
	    text-align: left;
	}
	/* conBox */
	.conBox {
	     padding: 50px 0;
	}
	.conBox3 {
	     padding: 60px 0 10px;
	}

    /* blogArea */
    .blogList {
        display: block;
    }
	.blogList > li {
		width: 100%;
		margin: 0 0 30px;
	}
	
	/* snsArea */
	#snsArea {
		padding: 50px 0 0;
	}
}

@media only screen and (max-width : 360px){
	#global-header .header-in h1 {
		top: 24px;
		width: 200px;
	}
	#menu-btn {
		width: 36px;
	}
}


/* 横向きの場合のスタイル */
@media only screen and (max-width : 815px) and (orientation: landscape) {
	#mainNav li {
		float: left;
		width: 30%;
		margin: 0 1.66666%;
	}
}

/* iPhone Twitterウィジェット対応 */
@media screen and (max-width: 768px) and (min-width: 480px) {
    iframe .twitter-timeline-rendered{
        width: 490px !important;
    }
}

@media screen and (max-width: 480px) {
    iframe.twitter-timeline-rendered {
        width: 450px !important;
        margin:0 auto;
    }
}
.timeline-Widget {
    max-width: 300px!important;
    width:200px !important;
}




