﻿@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #0068b7} /* メインカラー */
.txt_color2{color: #ddffff} /* サブカラー */
.txt_color3{color: #fdd000} /* アクセントカラー1 */
.txt_color4{color: #FFF7F0} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #0068b7} /* メインカラー */
.bg_color2{background-color: #ddffff} /* サブカラー */
.bg_color3{background-color: #fdd000} /* アクセントカラー1 */
.bg_color4{background-color: #FFF7F0} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #0068b7}
.border_color2{border-color: #ddffff}
.border_color3{border-color: #fdd000}
.border_color4{border-color: #FFF7F0}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #0068b7} /* メインカラー */
.hvr_txt_color2:hover{color: #ddffff} /* サブカラー */
.hvr_txt_color3:hover{color: #fdd000} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FFF7F0} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #0068b7} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ddffff} /* サブカラー */
.hvr_bg_color3:hover{background-color: #fdd000} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FFF7F0} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #0068b7}
.hvr_border_color2:hover{border-color: #ddffff}
.hvr_border_color3:hover{border-color: #fdd000}
.hvr_border_color4:hover{border-color: #FFF7F0}

.linkStyle {
    color: #fdd000;
}
#cms_1-f a {
    color: #fdd000;
}
#page8 .txt_color2 {
    color: #0068b7;
}
#page8 .border_color2 {
    border-color: #333333;
}
.overlay {
    background: linear-gradient(135deg, rgba(0,104,183,0.9) , rgba(253,208,0,0.9) ) !important;
}
.nav_menu_more:first-of-type a .icon:before {
    display: none;
}
.num {
font-family: 'Pattaya', sans-serif !important;
}
#main_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 99%;
    background-color: rgba(70,70,70,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#main_img .menu img {
    opacity: 0.7;
}
main {
    display: block;
    margin-top: -9px;
}
#under_main {
    margin-top: -30px;
}
.linkStyle {
    color: #0068b7;
}
#top_cms .cms_title {
    position: relative;
}
#contents3 .con_box {
     background-color: rgba(255, 255, 255, 0.8);
	position: relative;
}
#contents3 .con_box:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/english.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 200px;
    height: 200px;
    bottom: -147px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.back1:before, .back2:before, #cms_2-a .box_item {
    background-image: url("./Dup/img/back.jpg");
}
.cms_2-c .cate_title {
    position: relative;
}
#intro_wrap {
    background-image: url("./Dup/img/intro_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#intro_wrap {
    position: relative;
    border: 5px solid #ffffa2;
}
#contents3_wrap:after {
    background-color: rgba(221,255,255,0.5) !important;
}
#intro_wrap {
	position: relative;
}

#intro_wrap:before {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/left.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	top: -10px;
	left: -10px;
	width: 150px;
	height: 150px;
}
#intro_wrap:after {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/right.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	right: -10px;
	bottom: -10px;
	width: 150px;
	height: 150px;
}
#main_img .menu .bg_white {
    background-color: rgba(255, 255, 255, 0);
}
.te2 {
    top: 32px;
    right: 26%;
    animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.banner1:hover, .line:hover, .inst:hover {
    opacity: 0.7;
}
.catch {
    left: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #0068b7;
    /* background-color: #000; */
    padding: 10px;
    z-index: 1;
}
.catch .bg_white {
    background-color: white;
    padding: 6px 10px;
}
#header #logo {
    max-width: 100px;
    box-sizing: border-box;
}
.cms_2-c .cate_txt1 {
        position: relative;
}
.num {
    color: #fdd000;
}
#intro .num:before, #contents2 .num:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/cheers.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    top: -35px;
    left: -41px;
    width: 100px;
    height: 100px;
    z-index: -1;
}
#contents1 .num:before, #contents3 .num:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/cheers.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    top: -35px;
    right: -41px;
    width: 100px;
    height: 100px;
    z-index: -1;
}
header.scr_header {
    background-color: rgba(221,255,255,0.5) !important;
}
#contact_tel a {
    font-size: 21px;
}
.banner_wrap {
    top: 50px;
}
#pc_nav li a {
    color: #0064ac;
}
#logo2 {
    z-index: 1;
}
/*#contents1_wrap .con_box {
	position: relative;
}
#contents1_wrap .con_box:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/right2.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    top: -140px;
    right: -10px;
    width: 150px;
    height: 150px;
}
#contents2_wrap .con_box {
	position: relative;
}
#contents2_wrap .con_box:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/left2.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -84px;
    left: -82px;
    width: 150px;
    height: 150px;
}*/
.cms_2-c .cate_txt1 {
    width: 45%;
}
.cms_2-c .cate_img1 {
    margin: 0 auto;
}
.cms_2-a .fa-chevron-left:before, .cms_2-a .fa-chevron-right:before {
    display: none;
}
.cms_1-f .date, .cms_1-f .box_title1 {
    position: relative;
}
.button_container span {
    background: #0064ac;
    color: #0064ac;
}
.cms_2-a .cate {
    width: 100%;
}
.hp_btn {
    width: 400px;
    margin-left: 20px;
}
.hp_btn:hover {
    opacity: 0.8;
}
#cms_2-a .cate_box:nth-child(2n ), #cms_2-c .cate_box:nth-child(2n ) {
    flex-direction: row-reverse;
}
#cms_2-a .box_item {
    width: 95% !important;
    border: 2px solid #0068b7;
    padding: 20px 2%;
    margin: 0 auto;
}
#cms_2-a .cate_box {
    width: 35%;
    display: flex;
	align-items: inherit;
}

#cms_2-a .cate_box .box_img1 img {
    border-radius: 50%;
    width: 60%;
}
#cms_2-a .box_img1, #cms_2-a .box_txt1, #cms_2-a .box_title1 {
    margin: 0 auto;
}
#cms_2-a .box_img1 {
    margin-bottom: 50px;
}
#cms_2-a .box_txt1 {
    background-color: #fff;
    padding: 10px;
}
#cms_2-a .box_wrap {
    display: flex;
}
#cms_2-a .box_title1 {
    background-color: #0068b7;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 20px auto;
}
.drinks {
    margin-left: 0px;
    margin-top: 80px;
}
.drinks:hover {
    opacity: 0.7;
}
/*************流れるアニメ****************************/
.jp_slide_img_wrapper {
    position: absolute;
    width: 100%;
    height: 30vh;
    background-image: url(./Dup/img/world.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 38px;
    pointer-events: none;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
/*    background-color: rgba(46, 36, 100, 0.4);*/
display: none;
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
 
.main_catch .logo {
    max-width: 250px;
    margin: 0 auto 15px;
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}
/*********************************************************/

/**************タブレット**************************/
@media screen and (max-width: 768px) {
#header #logo {
    max-width: 100px;
    box-sizing: border-box;
}
.cms_2-c .cate_txt1 {
    width: 100%;
    margin-top: 30px;
}
.catch {
    left: 4px;
    top: 300px;
    font-size: 25px;
    font-weight: bold;
    color: #0068b7;
    padding: 10px;
    z-index: 1;
}
#main_img:before {
    height: 98%;
}
.page1 {
    padding-top: 100px;
}
#contents1_wrap {
    padding: 70px 5% 0;
}
#contents1 .num {
    font-size: 50px;
    left: 58.5%;
    top: 22px;
}
#contents1 .con_box {
    margin-top: 60px;
}
#contents2 .num {
    font-size: 50px;
    left: 63.5%;
}
#contents2_wrap .con_box:before {
    left: -300px;
}
.te2 {
    top: 59px;
    right: 17%;
    animation: fuwafuwa 2s infinite;
    width: 80px;
}
#contents1_wrap .con_box:before {
    top: -162px;
    right: -30px;
    width: 120px;
    height: 120px;
}
#main_img .menu img {
    display: none;
}
#cms_2-a .box_wrap {
    display: block;
}
#cms_2-a .cate_box {
    width: 95%;
    margin: 0 auto;
}
#cms_2-a .cate_box .box_img1 img {
    border-radius: 50%;
    width: 50%;
}
#cms_2-a .cate_txt1 {
    margin-bottom: 50px;
}
.drinks {
    width: 300px;
}
}

/**************スマホ**************************/
@media screen and (max-width: 667px) {
    .inst {
    margin-top: 20px;
}
#header #logo {
    max-width: 100px;
    box-sizing: border-box;
}
#header #logo {
    max-width: 60px;
    box-sizing: border-box;
}
.catch {
    left: 0px;
    top: 205px;
    font-size: 17px;
    padding: 10px;
}
#main_img:before {
    height: 96%;
}
#intro .num:before, #contents2 .num:before {
    top: -35px;
    left: -41px;
    width: 80px;
    height: 80px;
}
.page1 {
    padding-top: 150px;
}
#intro .num {
    font-size: 40px;
}
#intro_wrap:before {
    width: 80px;
    height: 80px;
}
#intro_wrap:after {
    width: 80px;
    height: 80px;
}
.p_1banner {
    top: 10px;
}
.banner1 {
    width: 250px;
}
.te2 {
    display: none;
    top: 59px;
    right: 0%;
    animation: fuwafuwa 2s infinite;
    width: 64px;
    z-index: 1;
}
#contents1 .num {
    font-size: 40px;
    left: 47.5%;
    top: 11px;
}
#contents1_wrap .con_box:before {
    top: -28px;
    right: 9px;
    width: 80px;
    height: 80px;
}
#contents2 .num {
    font-size: 40px;
    left: 45.5%;
    top: -54px;
}
#contents3 .num {
    font-size: 40px;
    top: -50px;
}
#contents1 .num:before, #contents3 .num:before {
    top: -35px;
    right: -41px;
    width: 80px;
    height: 80px;
    z-index: -1;
}
#contents3 .con_box:before {
    width: 130px;
    height: 130px;
    bottom: -108px;
}
.page_title_box h2 {
    font-size: 22px;
}
.hp_btn {
    width: 300px;
    margin-left: 0px;
}
.que {
    width: 300px;
}
#cms_2-a .cate_box {
    width: 100%;
    margin: 0 auto;
}
#cms_2-a .cate_box .box_img1 img {
    border-radius: 50%;
    width: 70%;
}
.drinks {
    width: 250px;
    margin: 20px auto;
}
}